@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700&display=swap");
:root {
  --ink: #23232c;
  --ink-soft: #5a6472;
  --paper: #ffffff;
  --paper-2: #f1f2f4;
  --sage: #61b3ce;
  --brass: #3f6c9e;
  --line: rgba(35, 35, 44, .14);
  --shadow: 0 28px 80px rgba(38, 54, 72, .16);
  --sc-canvas: #ffffff;
  --sc-surface: #f1f2f4;
  --sc-ink: #23232c;
  --sc-ink-soft: #5a6472;
  --sc-accent: #3f6c9e;
  --sc-accent-ink: #ffffff;
  --sc-font-display: "Manrope", system-ui, sans-serif;
  --sc-font-text: "DM Sans", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; overflow-x: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
.skip { position: fixed; top: -80px; left: 16px; z-index: 100; background: var(--paper); padding: 12px 16px; border: 1px solid var(--line); }
.skip:focus { top: 12px; }
.topbar { position: fixed; z-index: 30; top: 0; width: 100%; min-height: 68px; padding: 0 clamp(20px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.topbar a { text-decoration: none; }
.brand { display: flex; align-items: center; width: fit-content; }
.brand-logo { width: clamp(150px, 15vw, 190px); height: auto; }
.audience { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brass); }
.phone { justify-self: end; display: inline-flex; min-height: 44px; align-items: center; font-weight: 700; }
.shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.human-hero { padding: clamp(116px, 10vw, 160px) 0 clamp(84px, 9vw, 132px); min-height: 100svh; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr); gap: clamp(44px, 7vw, 100px); align-items: center; }
.hero-copy { max-width: 610px; }
.kicker { margin: 0 0 18px; color: var(--brass); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin: 0; font-family: "Manrope", system-ui, sans-serif; letter-spacing: -.045em; }
h1 { font-size: clamp(48px, 6.1vw, 86px); line-height: .97; max-width: 12ch; }
h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1; max-width: 14ch; }
h3 { font-size: clamp(22px, 2.3vw, 31px); line-height: 1.08; }
p { line-height: 1.65; }
.hero-copy .lead, .lead { margin: 28px 0 12px; font-size: clamp(18px, 1.9vw, 22px); line-height: 1.5; max-width: 58ch; }
.hero-copy > p:not(.kicker):not(.lead):not(.micro) { max-width: 54ch; color: var(--ink-soft); font-size: 17px; }
.micro, .soft { color: var(--ink-soft); font-size: 14px; }
.hero-copy .micro { margin-top: 12px; }
.hero-visual { position: relative; min-height: clamp(570px, 66vw, 780px); }
.hero-photo { position: absolute; inset: 0 0 7% 8%; overflow: hidden; border-radius: 2px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.page-adhd .hero-photo img { object-position: 68% center; }
.page-caregiver .hero-photo img { object-position: 72% center; }
.hero-detail { position: absolute; z-index: 2; left: 0; bottom: 0; width: 42%; aspect-ratio: 1 / 1.13; overflow: hidden; border: 9px solid var(--paper); box-shadow: 0 18px 45px rgba(38,54,72,.2); }
.hero-detail img { width: 100%; height: 100%; object-fit: cover; }
.asset-note { position: absolute; z-index: 3; right: 14px; bottom: 12px; margin: 0; padding: 5px 8px; background: rgba(255,255,255,.9); font-size: 11px; color: var(--ink-soft); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 99px; text-decoration: none; font-weight: 700; font-size: 14px; line-height: 1; cursor: pointer; transition: transform .14s ease-out, box-shadow .14s ease-out, background .14s ease-out; }
.button:active { transform: translateY(1px) scale(.98); }
.primary { margin-top: 22px; background: var(--brass); color: #fff; }
.secondary { margin-top: 22px; color: var(--brass); border-color: rgba(63,108,158,.45); background: var(--paper); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--sage); outline-offset: 3px; }
.section { padding: clamp(82px, 10vw, 150px) 0; }
.problem { background: var(--paper-2); }
.problem-grid, .product-grid, .condition-grid, .pricing-grid, .limits-grid, .close-grid, .research-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(44px, 8vw, 108px); align-items: center; }
.copy > .lead { margin-top: 24px; }
.plain-list { list-style: none; padding: 0; margin: 30px 0; border-top: 1px solid var(--line); }
.plain-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.plain-list.compact { margin-block: 24px; }
.detail-frame, .product-frame { margin: 0; }
.detail-frame picture, .product-frame picture { display: block; overflow: hidden; border-radius: 2px; box-shadow: var(--shadow); }
.detail-frame picture { aspect-ratio: 4 / 3; }
.detail-frame img, .product-frame img { width: 100%; height: 100%; object-fit: cover; }
.detail-frame figcaption, .product-frame figcaption { padding-top: 11px; color: var(--ink-soft); font-size: 13px; }
.condition { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.condition-grid { align-items: start; }
.condition-choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.condition-choice, .choice { min-height: 56px; padding: 15px 16px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); cursor: pointer; text-align: left; transition: border-color .15s ease-out, background .15s ease-out, transform .15s ease-out; }
.condition-choice:hover, .choice:hover { border-color: var(--brass); }
.condition-choice.is-active, .choice.is-active { border-color: var(--brass); background: rgba(97,179,206,.14); }
.condition-answer { min-height: 78px; margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); font-weight: 600; }
.peak { background: var(--paper-2); }
.note-stage, .dossier-stage { height: 100%; min-height: 100%; display: grid; align-items: center; padding: clamp(78px, 8vw, 120px) 0; background: linear-gradient(135deg, #f1f2f4 0%, #ffffff 100%); }
.note-grid, .dossier-grid { display: grid; grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr); gap: clamp(42px, 7vw, 92px); align-items: center; }
.note-intro p, .dossier-heading p { max-width: 48ch; }
.note-thread, .dossier-line { height: 2px; margin-top: 32px; background: rgba(35,35,44,.12); overflow: hidden; }
.note-thread i, .dossier-line i { display: block; width: 100%; height: 100%; background: var(--brass); transform-origin: left; transform: scaleX(var(--fill, .18)); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.choice b, .choice span { display: block; }
.choice b { font-size: 16px; }
.choice span { margin-top: 5px; color: var(--ink-soft); font-size: 12px; }
.summary, .carried-summary { margin-top: 20px; padding: 19px 20px; border: 1px solid rgba(63,108,158,.3); background: var(--paper); }
.summary span, .carried-summary > span { display: block; margin-bottom: 6px; color: var(--ink-soft); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.summary output, .carried-summary b { display: block; font-size: 17px; line-height: 1.45; }
.carried-summary a { display: inline-block; margin-top: 10px; color: var(--brass); font-size: 13px; }
.dossier-list { list-style: none; padding: 0; margin: 0; counter-reset: dossier; }
.dossier-list li { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.dossier-list li:first-child { border-top: 1px solid var(--line); }
.dossier-list span { font-weight: 700; }
.dossier-list p { margin: 0; color: var(--ink-soft); }
.steps { background: var(--paper); }
.steps-stage { height: 100%; display: grid; align-content: center; overflow: hidden; padding-top: 40px; }
.section-head { display: grid; grid-template-columns: 1fr minmax(240px, .6fr); gap: 40px; align-items: end; margin-bottom: 36px; }
.section-head p { color: var(--ink-soft); }
.steps-rail { display: flex; width: max-content; gap: 16px; padding-right: 8vw; }
.steps-rail article { width: clamp(320px, 36vw, 500px); min-height: 310px; padding: clamp(26px, 3vw, 38px); border-top: 3px solid var(--brass); background: var(--paper-2); box-shadow: 0 14px 38px rgba(38,54,72,.08); }
.steps-rail article > span { color: var(--brass); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.steps-rail h3 { margin-top: 34px; }
.steps-rail p { min-height: 82px; color: var(--ink-soft); }
.steps-rail b { display: block; margin-top: 24px; }
.product-context { border-top: 1px solid var(--line); }
.product-frame picture { aspect-ratio: 16 / 11; background: var(--paper-2); }
.actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.text-link { margin-top: 22px; color: var(--brass); font-weight: 700; text-underline-offset: 4px; }
.research { background: #eaf1f5; border-top: 1px solid var(--line); }
.research-grid { align-items: start; }
.research-copy { padding-left: clamp(24px, 4vw, 52px); border-left: 3px solid var(--brass); }
.research-copy .lead { margin-top: 0; }
.research-copy > p:not(.lead) { max-width: 62ch; color: var(--ink-soft); }
.limits { background: var(--paper-2); }
.limits-grid { align-items: start; }
.limit-list article { padding: 18px 0; border-bottom: 1px solid var(--line); }
.limit-list article:first-child { border-top: 1px solid var(--line); }
.limit-list h3 { font-size: 22px; }
.limit-list p { margin: 8px 0 0; color: var(--ink-soft); }
.pricing-grid { align-items: start; }
.price-list { border-top: 1px solid var(--line); }
.price-list > div { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.price-list span { color: var(--ink-soft); }
.price-list b { white-space: nowrap; }
.close { background: #eaf1f5; }
.close-grid { align-items: start; }
.assurances { list-style: none; padding: 0; margin: 28px 0 0; }
.assurances li { padding: 10px 0; border-bottom: 1px solid rgba(35,35,44,.12); }
.lead-form { display: grid; gap: 16px; padding: clamp(24px, 4vw, 42px); background: var(--paper); box-shadow: var(--shadow); }
.lead-form fieldset { margin: 0; padding: 0; border: 0; }
.lead-form legend, .lead-form > label:not(.consent) { display: grid; gap: 7px; font-weight: 700; }
.radio-grid { display: grid; gap: 7px; margin-top: 10px; }
.radio { position: relative; display: block; cursor: pointer; }
.radio input { position: absolute; inset: 0; opacity: 0; }
.radio span { display: block; padding: 12px 14px; border: 1px solid var(--line); background: var(--paper); }
.radio input:checked + span { border-color: var(--brass); background: rgba(97,179,206,.14); }
.radio input:focus-visible + span { outline: 3px solid var(--sage); outline-offset: 2px; }
.lead-form input:not([type="radio"]):not([type="checkbox"]) { width: 100%; min-height: 50px; padding: 10px 12px; color: var(--ink); border: 1px solid rgba(35,35,44,.3); background: #fff; }
.field-help { color: var(--ink-soft); font-size: 12px; font-weight: 400; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: 14px; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--brass); }
.lead-form .submit { width: 100%; margin-top: 2px; }
.lead-form .submit:disabled { cursor: wait; background: var(--ink-soft); }
.status { min-height: 24px; margin: 0; color: var(--brass); font-weight: 700; }
.direct { margin: 0; color: var(--ink-soft); font-size: 14px; }
.honeypot { position: absolute; left: -9999px; }
footer { padding: 42px 0 90px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start; }
.footer-grid p { margin: 5px 0 0; color: #dce4ea; font-size: 13px; }
.dock { position: fixed; z-index: 26; left: 50%; bottom: 14px; width: min(720px, calc(100% - 28px)); transform: translateX(-50%); }
.dock-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 12px 10px 18px; border: 1px solid rgba(35,35,44,.16); border-radius: 99px; background: rgba(255,255,255,.96); box-shadow: 0 16px 48px rgba(35,35,44,.18); }
.dock-inner span { font-size: 13px; font-weight: 700; }
.dock-inner .button { min-height: 44px; margin: 0; }
@media (hover:hover) and (pointer:fine) {
  .button:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(63,108,158,.2); }
  .condition-choice:hover, .choice:hover { transform: translateY(-2px); }
}
@media (max-width: 800px) {
  .topbar { min-height: 60px; grid-template-columns: 1fr auto; }
  .brand-logo { width: 136px; }
  .audience { display: none; }
  .phone { font-size: 13px; }
  .shell { width: min(100% - 32px, 620px); }
  .human-hero { padding-top: 96px; }
  .hero-grid, .problem-grid, .product-grid, .condition-grid, .pricing-grid, .limits-grid, .close-grid, .research-grid, .note-grid, .dossier-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .human-hero h1 { font-size: clamp(38px, 10vw, 46px); line-height: 1.02; max-width: 14ch; }
  h2 { font-size: clamp(34px, 10vw, 48px); }
  .hero-copy .lead { margin-top: 22px; }
  .hero-visual { min-height: 70svh; }
  .hero-photo { inset: 0 0 9% 0; }
  .hero-detail { width: 46%; left: auto; right: -5px; border-width: 6px; }
  .asset-note { left: 8px; right: auto; }
  .section { padding: 78px 0; }
  .research-copy { padding: 24px 0 0; border-top: 3px solid var(--brass); border-left: 0; }
  .problem-grid .detail-frame:first-child { order: 2; }
  .note-stage, .dossier-stage { min-height: auto; padding: 78px 0; }
  .choice-grid, .condition-choices { grid-template-columns: 1fr; }
  .note-intro, .dossier-heading { margin-bottom: 18px; }
  .dossier-list li { grid-template-columns: 1fr; gap: 5px; }
  .steps-stage { height: auto; padding: 78px 0; overflow: visible; }
  .section-head { grid-template-columns: 1fr; gap: 12px; }
  .steps-rail { display: grid; width: 100%; transform: none !important; padding: 0; }
  .steps-rail article { width: 100%; min-height: 0; }
  .steps-rail p { min-height: 0; }
  .peak, .steps { height: auto !important; min-height: 0 !important; }
  .peak .sc-stage, .steps .sc-stage { position: relative !important; inset: auto !important; height: auto !important; min-height: 0; overflow: visible; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .dock-inner span { display: none; }
  .dock-inner { padding-left: 12px; }
  .dock-inner .button { width: 100%; }
}
@media (min-width: 801px) and (max-height: 780px) {
  .human-hero { min-height: 100svh; padding: 94px 0 42px; }
  .hero-grid { gap: 44px; }
  h1 { font-size: clamp(44px, 5.2vw, 68px); }
  .hero-copy .lead { margin-top: 18px; }
  .hero-copy > p:not(.kicker):not(.lead):not(.micro) { margin-block: 10px; }
  .hero-visual { min-height: 560px; }
}
@media (max-width: 420px) {
  .brand b { display: none; }
  .brand span { width: 36px; height: 36px; }
  .hero-detail { width: 50%; }
  .lead-form { padding: 22px 18px; }
  .price-list > div { grid-template-columns: 1fr; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-sc-parallax], [data-sc-tilt], [data-sc-reveal] { transform: none !important; clip-path: none !important; }
  .note-thread i, .dossier-line i { transform: none; }
  .note-stage, .dossier-stage, .steps-stage { height: auto; min-height: auto; }
}
