
:root {
  --ink: #26352f;
  --ink-soft: #52615b;
  --green: #38574f;
  --green-dark: #29433c;
  --sage: #6f8b7c;
  --sage-pale: #e9efeb;
  --sand: #d5bc90;
  --cream: #f8f6f1;
  --white: #ffffff;
  --danger: #74463f;
  --line: #d8e0db;
  --shadow: 0 20px 55px rgba(33, 53, 47, .12);
  --radius: 22px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 1rem; line-height: 1.72; }
img { display: block; max-width: 100%; }
a { color: var(--green); }
a:hover { color: var(--green-dark); }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1120px, calc(100% - 2.5rem)); margin-inline: auto; }
.narrow { width: min(760px, 100%); }
.section { padding: 6rem 0; }
.section-tint { background: var(--sage-pale); }
.section-kicker, .eyebrow { margin: 0 0 .7rem; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 1rem; font-family: var(--serif); line-height: 1.12; letter-spacing: -.02em; }
h1 { font-size: clamp(3rem, 7vw, 5.6rem); max-width: 820px; color: var(--white); }
h2 { font-size: clamp(2.25rem, 4vw, 3.65rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.25rem; }
.lead { font-size: 1.3rem; color: var(--ink-soft); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 9999; transform: translateY(-160%); background: var(--white); color: var(--ink); padding: .7rem 1rem; border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(248, 246, 241, .96); color: var(--ink); box-shadow: 0 8px 30px rgba(33, 53, 47, .08); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: inherit; text-decoration: none; line-height: 1.05; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.18rem; }
.brand small { display: block; margin-top: .22rem; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.scrolled .brand-mark { border-color: var(--line); }
.brand-mark svg { width: 29px; fill: currentColor; }
.brand-mark .brand-stem { fill: none; stroke: var(--sand); stroke-width: 3; stroke-linecap: round; }
.site-nav { display: flex; align-items: center; gap: 1.3rem; }
.site-nav > a:not(.button) { color: inherit; font-size: .92rem; font-weight: 650; text-decoration: none; }
.site-nav > a:not(.button):hover { text-decoration: underline; text-underline-offset: .35rem; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; padding: .5rem; }
.menu-toggle span:not(.sr-only) { width: 26px; height: 2px; display: block; margin: 5px 0; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .82rem 1.25rem; border: 2px solid var(--green); border-radius: 999px; background: var(--green); color: var(--white); font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); color: var(--white); }
.button-small { min-height: 42px; padding: .55rem 1rem; }
.button-ghost { border-color: rgba(255,255,255,.75); background: rgba(20,40,34,.18); }
.button-ghost:hover { background: rgba(20,40,34,.55); }
.button-secondary { background: transparent; color: var(--green); }
.button-secondary:hover { background: var(--green); color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.hero { position: relative; min-height: 760px; display: grid; align-items: end; overflow: hidden; }
.hero > picture, .hero > picture img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > picture img { object-fit: cover; object-position: center 58%; }
.hero-overlay { background: linear-gradient(90deg, rgba(21,42,36,.82) 0%, rgba(21,42,36,.55) 45%, rgba(21,42,36,.18) 80%), linear-gradient(0deg, rgba(21,42,36,.58), transparent 55%); }
.hero-content { position: relative; z-index: 1; padding-bottom: 7rem; color: var(--white); }
.hero .eyebrow { color: #e8d9bd; }
.hero-lead { max-width: 720px; margin: 1.3rem 0 0; font-size: clamp(1.18rem, 2vw, 1.45rem); }

.intro { text-align: center; }
.split { display: grid; grid-template-columns: 1fr 1.06fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.split-reverse { grid-template-columns: 1.1fr .9fr; }
.media-card { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.media-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.text-link { font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .35rem; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; margin-bottom: 2.5rem; }
.section-heading > p { color: var(--ink-soft); font-size: 1.08rem; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.support-grid article { min-height: 205px; padding: 1.55rem; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.support-grid article::before { content: ""; width: 34px; height: 3px; display: block; margin-bottom: 1.2rem; background: var(--sand); border-radius: 999px; }
.support-grid p { margin-bottom: 0; color: var(--ink-soft); font-size: .95rem; }

.quote-banner { position: relative; min-height: 430px; display: grid; place-items: center; overflow: hidden; }
.quote-banner picture, .quote-banner picture img, .quote-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.quote-banner img { object-fit: cover; object-position: center; }
.quote-overlay { background: rgba(26,46,40,.48); }
.quote-banner .container { position: relative; z-index: 1; }
blockquote { max-width: 900px; margin: 0 auto; color: var(--white); font-family: var(--serif); font-size: clamp(2.5rem, 6vw, 5.5rem); line-height: 1.08; text-align: center; }

.process-card { display: grid; gap: 1rem; padding: 1.3rem; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.process-card div { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; align-items: center; padding: 1.1rem; border-bottom: 1px solid var(--line); }
.process-card div:last-child { border-bottom: 0; }
.process-card strong { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-pale); color: var(--green); font-size: 1.2rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.trust-list span { padding: .5rem .75rem; border-radius: 999px; background: rgba(56,87,79,.09); color: var(--green-dark); font-size: .86rem; font-weight: 750; }

.pricing-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: center; padding: clamp(2rem, 5vw, 4.2rem); border-radius: 26px; background: var(--green); color: var(--white); box-shadow: var(--shadow); }
.pricing-card .section-kicker { color: #eddcbf; }
.price { margin: 1.5rem 0; font-size: 1.15rem; }
.price span { display: inline-block; margin-right: .4rem; font-family: var(--serif); font-size: 3.8rem; line-height: 1; }
.pricing-actions { display: grid; gap: .85rem; }
.pricing-card .button { border-color: var(--white); background: var(--white); color: var(--green); }
.pricing-card .button:hover { background: var(--cream); color: var(--green-dark); }
.pricing-card .button-secondary { background: transparent; color: var(--white); }

.faq { margin-top: 2rem; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1rem 0; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--green); font-family: var(--sans); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 1rem 0 .4rem; color: var(--ink-soft); }

.crisis-section { padding: 2.2rem 0; background: #efe5e1; }
.crisis-card { display: grid; grid-template-columns: 1fr 1.3fr; gap: 2rem; align-items: center; }
.crisis-card .section-kicker { color: var(--danger); }
.crisis-card h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.crisis-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.crisis-links a { padding: 1rem; border-radius: 16px; background: rgba(255,255,255,.7); color: var(--danger); text-decoration: none; }
.crisis-links strong, .crisis-links span { display: block; }
.crisis-links span { margin-top: .2rem; font-size: 1.15rem; }

.contact-section { background: var(--white); }
.contact-details { margin-top: 1.7rem; }
.contact-image img { aspect-ratio: 4 / 4.5; }

.site-footer { padding: 4rem 0 1.5rem; background: #223a33; color: #eef3ef; }
.site-footer a { color: #eef3ef; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .6fr; gap: 3rem; }
.footer-brand { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .8rem; color: rgba(255,255,255,.72); }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 82px 1rem auto; display: none; padding: 1rem; border-radius: 16px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav .button { width: 100%; margin-top: .4rem; }
  .split, .split-reverse, .section-heading, .pricing-card, .crisis-card { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .media-card img { aspect-ratio: 16 / 10; }
  .crisis-links { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 1.4rem, 1120px); }
  .section { padding: 4.3rem 0; }
  .hero { min-height: 690px; }
  .hero-content { padding-bottom: 4rem; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .button-row, .button-row .button { width: 100%; }
  .support-grid, .crisis-links, .footer-grid { grid-template-columns: 1fr; }
  .support-grid article { min-height: auto; }
  .pricing-card { padding: 1.5rem; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* Version 3 visual refinements */
.brand-mark svg ellipse,
.brand-mark svg circle { fill: currentColor; }
.brand-mark .brand-berry { fill: var(--sand); }
.brand-mark .brand-stem { fill: none; stroke: var(--sand); stroke-width: 3; stroke-linecap: round; }

.profile-card {
  position: relative;
  margin: 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(56, 87, 79, .12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 12%, rgba(213, 188, 144, .25), transparent 27%),
    var(--white);
  box-shadow: var(--shadow);
}
.profile-card::before,
.profile-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: rgba(111, 139, 124, .17);
}
.profile-card::before { width: 120px; height: 120px; top: -24px; left: -22px; }
.profile-card::after { width: 74px; height: 74px; right: -18px; bottom: 54px; }
.profile-photo {
  overflow: hidden;
  width: min(100%, 390px);
  margin-inline: auto;
  border: 10px solid var(--cream);
  border-radius: 48% 48% 42% 42% / 42% 42% 52% 52%;
  box-shadow: 0 20px 38px rgba(33, 53, 47, .16);
}
.profile-photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 34%;
  transform: scale(1.035);
}
.profile-card figcaption {
  display: grid;
  gap: .15rem;
  margin-top: 1.35rem;
  text-align: center;
}
.profile-card figcaption strong {
  font-family: var(--serif);
  font-size: 1.55rem;
}
.profile-card figcaption span {
  color: var(--ink-soft);
  font-size: .92rem;
}

.wave-top,
.wave-bottom { position: relative; }
.wave-top::before,
.wave-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  pointer-events: none;
  background-repeat: repeat-x;
  background-size: 900px 40px;
}
.wave-top::before {
  top: -39px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29C135 4 245 4 380 26s245 20 380-3c60-10 101-10 140-2v19H0Z' fill='%23e9efeb'/%3E%3C/svg%3E");
}
.wave-bottom::after {
  bottom: -39px;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 900 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29C135 4 245 4 380 26s245 20 380-3c60-10 101-10 140-2v19H0Z' fill='%23e9efeb'/%3E%3C/svg%3E");
}
.quote-banner { margin-block: 2.4rem; }

.service-area {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  align-items: center;
  max-width: 560px;
  margin: 1.8rem 0;
  padding: 1rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--sage-pale);
}
.service-area svg {
  width: 66px;
  fill: rgba(56, 87, 79, .16);
  stroke: var(--green);
  stroke-width: 2;
}
.service-area svg circle { fill: var(--sand); stroke: var(--green-dark); }
.service-area strong,
.service-area span { display: block; }
.service-area span { margin-top: .15rem; color: var(--ink-soft); font-size: .9rem; }

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.22, 1, .36, 1);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.support-grid article {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.support-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 87, 79, .3);
  box-shadow: 0 16px 34px rgba(33, 53, 47, .09);
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #edf3ef;
    --ink-soft: #b9c8c1;
    --green: #a8c4b6;
    --green-dark: #d2e2da;
    --sage: #8ead9d;
    --sage-pale: #20342e;
    --sand: #d9c29b;
    --cream: #14231f;
    --white: #1a2c27;
    --danger: #e3aaa1;
    --line: #355047;
    --shadow: 0 20px 55px rgba(0, 0, 0, .3);
  }
  .site-header.scrolled { background: rgba(20, 35, 31, .95); }
  .site-nav { background: var(--cream); }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,20,17,.88) 0%, rgba(8,20,17,.62) 48%, rgba(8,20,17,.24) 82%), linear-gradient(0deg, rgba(8,20,17,.65), transparent 55%); }
  .button { color: #14231f; }
  .button:hover { color: #14231f; }
  .button-secondary { color: var(--green); }
  .pricing-card { background: #294940; }
  .pricing-card .button { color: #294940; }
  .crisis-section { background: #352925; }
  .crisis-links a { background: rgba(255,255,255,.07); }
  .contact-section { background: var(--white); }
  .wave-top::before,
  .wave-bottom::after {
    filter: brightness(.23) saturate(.65);
  }
}
@media (max-width: 920px) {
  .profile-card { max-width: 560px; margin-inline: auto; }
  .profile-photo { width: min(78vw, 360px); }
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .support-grid article:hover { transform: none; }
}

/* Compatibility hotfix */
.wave-top::before,
.wave-bottom::after { display: none !important; }

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #26352f;
    --ink-soft: #52615b;
    --green: #38574f;
    --green-dark: #29433c;
    --sage: #6f8b7c;
    --sage-pale: #e9efeb;
    --sand: #d5bc90;
    --cream: #f8f6f1;
    --white: #ffffff;
    --danger: #74463f;
    --line: #d8e0db;
    --shadow: 0 20px 55px rgba(33, 53, 47, .12);
  }
  .site-header.scrolled { background: rgba(248, 246, 241, .96); }
  .site-nav { background: var(--cream); }
  .hero-overlay { background: linear-gradient(90deg, rgba(21,42,36,.82) 0%, rgba(21,42,36,.55) 45%, rgba(21,42,36,.18) 80%), linear-gradient(0deg, rgba(21,42,36,.58), transparent 55%); }
  .button { color: var(--white); }
  .button:hover { color: var(--white); }
  .button-secondary { color: var(--green); }
  .pricing-card { background: var(--green); }
  .pricing-card .button { color: var(--green); }
  .crisis-section { background: #efe5e1; }
  .crisis-links a { background: rgba(255,255,255,.7); }
  .contact-section { background: var(--white); }
}
