:root {
  --ink: #14211f;
  --muted: #52625e;
  --forest: #123c35;
  --forest-deep: #0b2a26;
  --teal: #1d7568;
  --mint: #c9eadf;
  --mint-soft: #edf7f3;
  --coral: #e87857;
  --coral-dark: #c9583b;
  --paper: #fbfcfa;
  --white: #ffffff;
  --line: #d8e1dd;
  --shadow: 0 20px 60px rgba(13, 53, 46, 0.12);
  --radius: 8px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 650; line-height: 1.1; letter-spacing: 0; text-wrap: balance; }
h2 { margin-bottom: 24px; font-size: clamp(2.15rem, 4.5vw, 4.2rem); }
h3 { margin-bottom: 12px; font-size: clamp(1.2rem, 2vw, 1.55rem); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--white); background: var(--forest); border-radius: 4px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 14px; right: 14px; left: 14px; color: var(--white); transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled, .site-header.menu-active { color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(18,60,53,.09); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(14,49,43,.12); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.25rem; font-weight: 750; }
.brand-mark { position: relative; display: inline-block; width: 29px; height: 29px; }
.brand-mark span { position: absolute; width: 9px; height: 22px; border-radius: 2px; background: var(--coral); }
.brand-mark span:first-child { top: 3px; left: 6px; transform: rotate(-33deg); }
.brand-mark span:last-child { right: 6px; bottom: 3px; transform: rotate(33deg); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: .92rem; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transition: transform 180ms ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 6px; font-size: .95rem; font-weight: 750; line-height: 1.2; text-align: center; cursor: pointer; transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.button-primary { color: #10231f; background: var(--mint); border-color: var(--mint); }
.button-primary:hover { color: var(--white); background: var(--teal); border-color: var(--teal); box-shadow: 0 10px 30px rgba(23,99,88,.3); }
.button-ghost { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.button-ghost:hover { background: rgba(255,255,255,.16); border-color: var(--white); }
.button-small { min-height: 42px; padding: 10px 17px; font-size: .88rem; }
.button-large { min-height: 58px; padding: 16px 27px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; color: currentColor; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.mobile-nav { padding: 6px 20px 24px; }
.mobile-nav a:not(.button) { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.mobile-nav .button { width: 100%; margin-top: 20px; }

.hero { position: relative; display: flex; min-height: min(900px, 96svh); align-items: center; overflow: hidden; color: var(--white); background: var(--forest-deep); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 58% 44%; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,34,30,.96) 0%, rgba(7,34,30,.78) 48%, rgba(7,34,30,.18) 100%), linear-gradient(0deg, rgba(7,34,30,.75) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 1; padding-top: 128px; padding-bottom: 100px; }
.hero-content > * { max-width: 800px; }
.eyebrow { margin-bottom: 18px; color: var(--teal); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: var(--mint); }
.hero h1 { max-width: 980px; margin-bottom: 28px; font-size: clamp(2.65rem, 6vw, 6.15rem); font-weight: 640; }
.hero h1 span { color: var(--mint); }
.hero-copy { max-width: 690px; color: rgba(255,255,255,.83); font-size: clamp(1rem, 1.7vw, 1.2rem); line-height: 1.6; }
.hero-copy p { margin-bottom: 11px; }
.hero-copy .hero-emphasis { margin-top: 17px; color: var(--white); font-size: 1.13em; font-weight: 750; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.scroll-cue { position: absolute; z-index: 2; right: 32px; bottom: 28px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 650; }
.scroll-cue span { font-size: 1.35rem; }

.section { padding: clamp(86px, 12vw, 150px) 0; }
.split-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1fr); gap: clamp(60px,10vw,150px); align-items: start; }
.prose { color: var(--muted); }
.prose-large { font-size: clamp(1.05rem,1.6vw,1.22rem); }
.prose strong { color: var(--ink); }
.plain-list, .check-list, .dash-list, .outcome-list { padding: 0; margin: 0; list-style: none; }
.plain-list { margin: 30px 0; }
.plain-list li { position: relative; padding: 13px 0 13px 24px; border-bottom: 1px solid var(--line); }
.plain-list li::before { position: absolute; top: 24px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); content: ""; }
.statement { color: var(--forest); font-size: 1.28rem; font-weight: 800; }
.section-system { background: var(--mint-soft); }
.section-heading { max-width: 920px; margin-bottom: 58px; }
.section-heading-narrow { max-width: 840px; }
.heading-copy { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.responsibility-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.responsibility { padding: clamp(32px,5vw,64px); }
.responsibility-careloop { color: var(--white); background: var(--forest); }
.responsibility-clinic { background: var(--white); }
.table-label { margin-bottom: 30px; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.check-list li, .dash-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid rgba(255,255,255,.14); }
.dash-list li { border-color: var(--line); }
.check-list li::before { position: absolute; top: 19px; left: 0; width: 13px; height: 7px; border-bottom: 2px solid var(--mint); border-left: 2px solid var(--mint); content: ""; transform: rotate(-45deg); }
.dash-list li::before { position: absolute; top: 24px; left: 2px; width: 13px; height: 2px; background: var(--coral); content: ""; }

.section-proof { background: var(--white); }
.proof-layout { display: grid; grid-template-columns: .55fr 1fr; gap: clamp(50px,10vw,130px); align-items: start; }
.proof-kicker { display: flex; max-width: 300px; min-height: 280px; flex-direction: column; justify-content: flex-end; padding: 36px; color: var(--white); background: var(--coral); border-radius: var(--radius); }
.proof-number { display: block; margin-bottom: 12px; font-size: 7rem; font-weight: 750; line-height: .8; }
.proof-kicker > span:last-child { font-size: .85rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote { padding: 25px 0 25px 28px; color: var(--forest); border-left: 4px solid var(--coral); font-size: clamp(1.3rem,2.5vw,2rem); font-weight: 650; line-height: 1.35; }

.section-steps { color: var(--white); background: var(--forest-deep); }
.section-steps .eyebrow { color: var(--mint); }
.steps { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: .3fr 1fr; gap: 30px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps li > div { display: grid; grid-template-columns: .7fr 1fr; gap: 40px; }
.steps h3, .steps p { margin: 0; }
.steps p { color: rgba(255,255,255,.7); }
.step-number { color: var(--coral); font-size: .82rem; font-weight: 800; }

.audience-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid article { min-height: 260px; padding: clamp(28px,5vw,54px); background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid article:nth-child(2), .audience-grid article:nth-child(3) { background: var(--mint-soft); }
.audience-index { color: var(--coral-dark); font-size: .78rem; font-weight: 800; }
.audience-grid p:last-child { color: var(--muted); }
.audience-close { max-width: 720px; margin: 45px 0 0 auto; color: var(--forest); font-size: clamp(1.35rem,3vw,2.35rem); font-weight: 650; line-height: 1.3; }

.section-trust { color: var(--white); background: var(--forest); }
.trust-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,9vw,120px); }
.trust-intro > p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.trust-intro .trust-emphasis { color: var(--white); font-weight: 750; }
.faq-list { border-top: 1px solid rgba(255,255,255,.22); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.22); }
.faq-list summary { position: relative; padding: 25px 46px 25px 0; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 20px; right: 3px; color: var(--mint); content: "+"; font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { padding: 0 46px 24px 0; margin: 0; color: rgba(255,255,255,.72); }

.outcomes-layout { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(60px,10vw,140px); }
.outcome-list { border-top: 1px solid var(--line); }
.outcome-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 1.08rem; font-weight: 650; }
.outcome-list span { color: var(--coral-dark); font-size: .75rem; }
.final-cta { color: var(--white); background: var(--forest-deep); }
.final-cta-inner { max-width: 940px; text-align: center; }
.final-cta h2 { margin-right: auto; margin-left: auto; }
.final-copy { max-width: 720px; margin: 0 auto 32px; color: rgba(255,255,255,.72); }
.final-copy strong { color: var(--white); }

.site-footer { padding: 70px 0 24px; color: #c9d7d2; background: #071b18; }
.footer-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 70px; padding-bottom: 55px; }
.brand-footer { margin-bottom: 20px; color: var(--white); }
.footer-copy { color: #9eb0aa; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #7f938d; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 900px) {
  .desktop-nav, .desktop-cta { display: none; }
  .menu-button { display: block; }
  .hero { min-height: 860px; }
  .hero-image { object-position: 65% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,34,30,.96) 0%, rgba(7,34,30,.79) 75%, rgba(7,34,30,.46) 100%), linear-gradient(0deg, rgba(7,34,30,.85) 0%, transparent 55%); }
  .scroll-cue { display: none; }
  .split-layout, .proof-layout, .trust-layout, .outcomes-layout, .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .responsibility-grid { grid-template-columns: 1fr; }
  .steps li > div { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { top: 8px; right: 8px; left: 8px; }
  .header-inner { min-height: 58px; }
  .hero { min-height: 810px; align-items: flex-end; }
  .hero-image { object-position: 63% center; }
  .hero-content { padding-top: 105px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(2.45rem,12vw,4rem); }
  .hero-copy p:nth-child(2), .hero-copy p:nth-child(3) { display: none; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .responsibility { padding: 30px 24px; }
  .proof-kicker { min-height: 210px; }
  .proof-number { font-size: 5rem; }
  .steps li { grid-template-columns: 40px 1fr; gap: 14px; padding: 28px 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: auto; }
  .audience-grid article:nth-child(3) { background: var(--white); }
  .audience-grid article:nth-child(even) { background: var(--mint-soft); }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}


/* Final layout polish */
html { scroll-padding-top: 82px; }
main section[id] { scroll-margin-top: 82px; }
.site-header { top: 10px; right: 10px; left: 10px; }
.header-inner { min-height: 60px; gap: 26px; }
.brand { font-size: 1.15rem; }
.brand-mark { width: 27px; height: 27px; }
.desktop-nav { gap: 24px; font-size: .88rem; }
.button-small { min-height: 38px; padding: 8px 15px; }
.hero { min-height: min(780px, 92svh); }
.hero-content { padding-top: 88px; padding-bottom: 40px; }
.hero h1 { max-width: 880px; margin-bottom: 18px; font-size: clamp(2.75rem, 5.2vw, 5.35rem); font-weight: 680; }
.hero-copy { max-width: 720px; font-size: clamp(.98rem, 1.3vw, 1.08rem); line-height: 1.45; }
.hero-copy p { margin-bottom: 5px; }
.hero-copy .hero-emphasis { margin-top: 10px; }
.button-row { margin-top: 18px; }
.scroll-cue { bottom: 18px; }
.section { padding: clamp(72px, 8.5vw, 112px) 0; }
.split-layout { gap: clamp(48px, 7vw, 96px); }
.section-heading { margin-bottom: 46px; }
.responsibility { padding: clamp(30px, 4vw, 52px); }
.proof-layout { grid-template-columns: 250px minmax(0, 1fr); gap: clamp(42px, 7vw, 80px); align-items: center; }
.proof-kicker { width: 100%; max-width: 250px; min-height: 220px; padding: 30px; }
.proof-number { margin-bottom: 9px; font-size: 5.5rem; }
.quote { padding: 20px 0 20px 24px; font-size: clamp(1.25rem, 2.1vw, 1.7rem); overflow-wrap: anywhere; }
.steps li { padding: 30px 0; }
.audience-grid article { min-height: 230px; padding: clamp(28px, 4vw, 44px); }
.trust-layout { gap: clamp(44px, 7vw, 88px); }
.outcomes-layout { gap: clamp(48px, 7vw, 92px); }
.final-copy { max-width: 620px; margin-bottom: 28px; }
.site-footer { padding-top: 58px; }
.footer-grid { gap: 50px; padding-bottom: 42px; }
.footer-contact { display: grid; gap: 5px; margin-top: 24px; color: #9eb0aa; font-style: normal; }
.footer-contact span { margin-bottom: 3px; color: var(--white); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact a { width: fit-content; border-bottom: 1px solid transparent; transition: color 180ms ease, border-color 180ms ease; }
.footer-contact a:hover { color: var(--white); border-color: var(--mint); }

@media (max-width: 900px) {
  html { scroll-padding-top: 76px; }
  main section[id] { scroll-margin-top: 76px; }
  .hero { min-height: min(760px, 92svh); }
  .hero-content { padding-top: 84px; padding-bottom: 42px; }
  .hero h1 { font-size: clamp(2.5rem, 8vw, 4.5rem); }
  .section { padding: 72px 0; }
  .proof-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .proof-kicker { max-width: none; min-height: 0; flex-direction: row; align-items: baseline; justify-content: flex-start; gap: 16px; padding: 24px 28px; }
  .proof-number { margin: 0; font-size: 3.5rem; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 70px; }
  main section[id] { scroll-margin-top: 70px; }
  .header-inner { min-height: 54px; }
  .hero { min-height: min(740px, 94svh); }
  .hero-content { padding-top: 78px; padding-bottom: 36px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(2.1rem, 10.5vw, 3.2rem); }
  .hero-copy { line-height: 1.5; }
  .button-row { gap: 10px; margin-top: 18px; }
  .button-row .button { min-height: 52px; padding: 13px 18px; }
  h2 { font-size: clamp(1.95rem, 9vw, 2.7rem); }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 32px; }
  .responsibility { padding: 26px 20px; }
  .proof-kicker { min-height: 0; padding: 20px; }
  .proof-number { font-size: 3rem; }
  .proof-kicker > span:last-child { letter-spacing: .06em; }
  .quote { padding: 18px 0 18px 20px; font-size: clamp(1.18rem, 6vw, 1.5rem); }
  .faq-list summary { padding: 20px 38px 20px 0; }
  .faq-list summary::after { top: 15px; }
  .faq-list details p { padding: 0 32px 20px 0; }
  .final-cta .button-large { width: 100%; max-width: 420px; }
  .site-footer { padding-top: 54px; }
  .footer-grid { gap: 34px; padding-bottom: 36px; }
}

@media (max-width: 400px) {
  .hero h1 { font-size: 2rem; }
  .final-cta .button-large { font-size: .9rem; }
}
