/* AdvisorReach homepage v3.6 — Paper artboards 23–25 translated to responsive HTML. */
:root {
  --night: #171411; --cream: #f4f1ea; --cream-dim: #b9b1a3;
  --paper: #f8f6f1; --paper-bright: #fffdf8; --ink: #1a1a1a;
  --ink-soft: #4a463f; --muted: #6b6b6b; --rule: #d8d2c4;
  --gold: #b78a2e; --gold-deep: #7a5d13; --gold-night: #d1a54a;
  --success: #496448; --serif: "Source Serif 4", Georgia, serif;
  --sans: "Archivo", "Segoe UI", system-ui, sans-serif; --container: 73.75rem;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: clip; background: var(--paper-bright); color: var(--ink); font-family: var(--serif); font-synthesis: none; -webkit-font-smoothing: antialiased; }
::selection { background: var(--gold-night); color: var(--night); }
a { color: inherit; }
p, h1, h2, h3, dl, dd, ol, ul, blockquote { margin: 0; }
p { text-wrap: pretty; }
h1, h2, h3, p, summary, dt, dd { overflow-wrap: anywhere; }
h1, h2, h3 { font-weight: 400; letter-spacing: -0.035em; text-wrap: balance; }
svg { display: block; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; background: var(--gold-night); color: var(--night); font: 600 .875rem/1 var(--sans); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); outline: 2px solid var(--paper-bright); outline-offset: 3px; }
.section-inner, .site-header__inner, .hero__inner { width: min(var(--container), calc(100% - 4rem)); margin-inline: auto; }

.site-header { border-bottom: 1px solid var(--rule); background: var(--paper-bright); }
.site-header__inner { min-height: 4.9375rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-header__inner > * { min-width: 0; }
.wordmark { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); font: 600 .88rem/1 var(--sans); text-decoration: none; }
.folio-index-mark { width: 2rem; height: 2rem; fill: none; stroke-width: 4; stroke-linecap: square; }
.folio-index-spine { stroke: var(--ink); }
.folio-index-index { stroke: var(--gold); }
.wordmark-name { color: var(--ink); }
.wordmark:focus-visible, .site-footer a:focus-visible, .faq summary:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 4px; }

.hero { position: relative; background: var(--paper-bright); }
.hero__inner { position: relative; min-height: 42rem; }
.hero__copy { width: min(58%, 41.875rem); min-height: 42rem; padding-bottom: 2rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1rem; }
.gold-rule { display: block; width: 3rem; height: 2px; background: var(--gold); }
.hero h1 { max-width: 13.5ch; font-size: clamp(3.4rem, 4.45vw, 4rem); line-height: 1.05; }
.hero__lede { max-width: 38.75rem; color: var(--ink-soft); font: 400 1.125rem/1.6 var(--sans); }
.cta-support { max-width: 25.625rem; color: var(--ink-soft); font: 400 .8125rem/1.55 var(--sans); }
.bordered-cta { --cta-border: var(--gold-deep); position: relative; min-height: 3rem; padding: .875rem 1.375rem; display: inline-flex; align-items: center; justify-content: center; gap: .625rem; border: 1px solid var(--cta-border); background: var(--night); color: var(--cream); font: 600 .9375rem/1.2 var(--sans); text-decoration: none; transition: color 100ms ease-out, background-color 100ms ease-out; }
.bordered-cta::before, .bordered-cta::after { content: ""; position: absolute; inset: -1px; pointer-events: none; }
.bordered-cta::before { border-block: 2px solid var(--gold-night); transform: scaleX(.12); transform-origin: left center; animation: cta-trace-x 4.8s cubic-bezier(.16,1,.3,1) infinite; transition: transform 220ms cubic-bezier(.16,1,.3,1); }
.bordered-cta::after { border-inline: 2px solid var(--gold-night); transform: scaleY(.22); transform-origin: center top; animation: cta-trace-y 4.8s .18s cubic-bezier(.16,1,.3,1) infinite; transition: transform 220ms cubic-bezier(.16,1,.3,1); }
.bordered-cta svg { position: relative; z-index: 1; fill: none; stroke: var(--gold-night); stroke-width: 1.5; stroke-linecap: square; transition: transform 140ms ease-out; }
.bordered-cta > span { position: relative; z-index: 1; }
.bordered-cta:hover::before, .bordered-cta:hover::after, .bordered-cta:focus-visible::before, .bordered-cta:focus-visible::after { animation: none; transform: scale(1); }
.bordered-cta:hover svg { transform: translate(3px,-3px); }
.bordered-cta:active { background: var(--gold-deep); color: var(--paper-bright); }
.bordered-cta:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 4px; }
.bordered-cta--night:focus-visible { outline-color: var(--paper-bright); }
@keyframes cta-trace-x { 0%,12% { transform: scaleX(.12); transform-origin: left center; } 28%,52% { transform: scaleX(1); transform-origin: left center; } 68%,100% { transform: scaleX(.12); transform-origin: right center; } }
@keyframes cta-trace-y { 0%,12% { transform: scaleY(.22); transform-origin: center top; } 28%,52% { transform: scaleY(1); transform-origin: center top; } 68%,100% { transform: scaleY(.22); transform-origin: center bottom; } }

.phone { position: absolute; z-index: 3; top: -1.25rem; right: 0; width: min(32.5vw, 24.375rem); height: 47.5rem; overflow: hidden; border: .625rem solid #2a2a2c; border-radius: 3.375rem; background: #000; color: #fff; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.55); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.phone__header { min-height: 6.6rem; padding: .55rem .8rem .6rem; border-bottom: 1px solid rgba(255,255,255,.12); background: #1c1c1e; }
.phone__nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.phone__back { display: flex; align-items: center; color: #5ac8fa; }
.phone__back svg { width: .7rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.phone__back small { font-size: .75rem; }
.phone__contact { display: flex; flex-direction: column; align-items: center; gap: .15rem; font-size: .75rem; }
.phone__avatar { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border-radius: 50%; background: #3a3a3c; font-size: 1.125rem; font-weight: 600; }
.phone__info { justify-self: end; color: #5ac8fa; }
.phone__info svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.phone__sample { margin-top: .25rem; display: block; color: #a7a7ad; font-size: .6rem; line-height: 1.2; letter-spacing: .03em; text-align: center; }
.phone__thread { height: calc(100% - 6.6rem); padding: .9rem .75rem .7rem; display: flex; flex-direction: column; gap: .8rem; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: none; scroll-behavior: smooth; }
.phone__thread::-webkit-scrollbar { display: none; }
.phone__label { color: #98989f; font-size: .66rem; line-height: .875rem; text-align: center; }
.message-event { width: 100%; }
.message-row { display: flex; flex-direction: column; }
.message-row--advisor { align-items: flex-start; }
.message-row--visitor { align-items: flex-end; }
.message { position: relative; width: fit-content; max-width: 91%; padding: .72rem .85rem; border-radius: 1.18rem; font-size: clamp(.74rem,1vw,.875rem); line-height: 1.36; }
.message::after { content: ""; position: absolute; bottom: .08rem; width: .7rem; height: .8rem; }
.message--advisor { background: #2c2c2e; }
.message--advisor::after { left: -.28rem; background: #2c2c2e; clip-path: polygon(100% 0,100% 100%,0 100%); }
.message--visitor { background: #006bd6; color: #fff; }
.message--visitor::after { right: -.28rem; background: #006bd6; clip-path: polygon(0 0,100% 100%,0 100%); }
.message strong { font-weight: 650; }
.morning-brief { margin-top: .65rem; padding: 0; display: grid; gap: .72rem; list-style: none; }
.morning-brief li { position: relative; padding-left: .82rem; display: grid; gap: .12rem; }
.morning-brief li::before { content: ""; position: absolute; top: .42rem; left: .08rem; width: .25rem; height: .25rem; border-radius: 50%; background: #f2f2f7; }
.morning-brief li > span:not(.message__context) { color: #f2f2f7; }
.message__context { margin-top: .18rem; display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem; color: #64d2ff; font-size: .84em; font-weight: 600; }
.message__context small { color: #c8c8ce; font-size: .72em; font-weight: 400; letter-spacing: .03em; text-transform: uppercase; }
.message__boundary { margin-top: .7rem; padding-top: .55rem; border-top: 1px solid rgba(255,255,255,.14); color: #c8c8ce; font-size: .78em; }
.message__draft { margin-top: .6rem; padding-top: .55rem; border-top: 1px solid rgba(255,255,255,.14); color: #f2f2f7; font-style: italic; }
.message__followup { margin-top: .65rem; padding-top: .55rem; border-top: 1px solid rgba(255,255,255,.14); }
.message-row--visitor > span { padding: .22rem .35rem 0 0; color: #98989f; font-size: .61rem; }
.phone__composer { position: sticky; z-index: 5; bottom: -.7rem; margin-top: auto; padding-block: .7rem; display: flex; align-items: center; gap: .5rem; background: #000; color: #8e8e93; }
.phone__add svg { width: 1.8rem; height: 1.8rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.phone__input { height: 2rem; min-width: 0; padding: 0 .35rem 0 .75rem; display: flex; flex: 1; align-items: center; justify-content: space-between; border: 1px solid #3a3a3c; border-radius: 1rem; font-size: .75rem; }
.phone__input svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.phone.is-sequenced .message-event { display: none; }
.phone.is-sequenced .message-event.is-visible { display: flex; animation: message-arrive 480ms cubic-bezier(.16,1,.3,1) both; }
@keyframes message-arrive { from { opacity: 0; transform: translateY(.65rem) scale(.985); filter: blur(2px); } to { opacity: 1; transform: none; filter: none; } }

.promise { background: var(--night); color: var(--cream); }
.promise__inner { min-height: 17.75rem; padding-block: 5.125rem; display: flex; justify-content: space-between; gap: 5rem; }
.promise__inner > div { width: 31.875rem; display: flex; flex-direction: column; gap: 1.25rem; }
.promise h2 { max-width: 14ch; font-size: 2.75rem; line-height: 1.1; }
.promise p { width: 30rem; align-self: center; color: var(--cream-dim); font: 400 1.125rem/1.65 var(--sans); }

.pain-story { border-bottom: 1px solid var(--rule); background: #eee8dc; }
.pain-story__inner { padding-block: 5.5rem; display: grid; grid-template-columns: minmax(0,400px) minmax(0,672px); gap: 72px clamp(56px,7vw,108px); align-items: start; justify-content: space-between; }
.pain-story__copy { padding-top: 1rem; display: flex; flex-direction: column; gap: 1.35rem; }
.pain-story h2 { max-width: 12ch; font-size: 3rem; line-height: 1.05; }
.pain-story__copy > p { max-width: 36ch; color: var(--ink-soft); font: 400 1rem/1.65 var(--sans); }
.pain-stage { min-width: 0; border: 1px solid rgba(244,241,234,.14); background: var(--night); color: var(--cream); box-shadow: 0 1.5rem 3.5rem rgba(34,27,17,.18); }
.pain-stage__top { min-height: 3.25rem; padding: .9rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(244,241,234,.14); color: var(--cream-dim); font: 600 .65rem/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.pain-stage__canvas { min-height: 28.5rem; padding: 1.4rem; }
.pain-stack { padding: 0; display: grid; gap: .7rem; list-style: none; }
.pain-card { min-height: 3.75rem; padding: .78rem 1rem; display: grid; grid-template-columns: 3.15rem minmax(0,1fr) auto; gap: .8rem; align-items: center; border: 1px solid rgba(244,241,234,.14); background: #282522; color: var(--cream); box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.18); font-family: var(--sans); }
.pain-card time { color: var(--cream-dim); font-size: .7rem; font-variant-numeric: tabular-nums; }
.pain-card > span { min-width: 0; display: grid; gap: .18rem; }
.pain-card strong { font-size: .86rem; font-weight: 600; line-height: 1.25; }
.pain-card small { color: var(--cream-dim); font-size: .68rem; line-height: 1.3; }
.pain-card em { padding: .35rem .5rem; border: 1px solid rgba(23,20,17,.16); color: var(--night); font-size: .6rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.pain-card--priority { order: 5; border-color: var(--gold-night); background: var(--gold-night); color: var(--night); }
.pain-card--priority time, .pain-card--priority small { color: rgba(23,20,17,.84); }
.pain-outcome { margin-top: 1.25rem; padding-top: 1.1rem; display: grid; gap: .35rem; border-top: 1px solid rgba(244,241,234,.14); }
.pain-outcome time { color: var(--gold-night); font: 600 .65rem/1.2 var(--sans); letter-spacing: .1em; }
.pain-outcome strong { font-size: 1.75rem; line-height: 1.1; }
.pain-outcome span { max-width: 34rem; color: var(--cream-dim); font: 400 .82rem/1.5 var(--sans); }
.pain-replay { min-height: 2.75rem; margin: 0 1.4rem 1.25rem auto; padding: .65rem .85rem; display: none; align-items: center; gap: .5rem; border: 1px solid rgba(244,241,234,.2); background: transparent; color: var(--cream); font: 600 .72rem/1 var(--sans); cursor: pointer; }
.pain-replay svg { width: 1rem; height: 1rem; fill: none; stroke: var(--gold-night); stroke-width: 1.5; stroke-linecap: square; stroke-linejoin: miter; }
.pain-replay:hover { border-color: var(--gold-night); }
.pain-replay:focus-visible { outline: 2px solid var(--gold-night); outline-offset: 3px; }
.pain-story.is-enhanced .pain-replay { display: inline-flex; }
.pain-story.is-enhanced .pain-stage__canvas { position: relative; }
.pain-story.is-enhanced .pain-stack { position: relative; height: 20.7rem; display: block; }
.pain-story.is-enhanced .pain-card { position: absolute; left: 4%; right: 4%; opacity: 0; transform: translateY(-.8rem); }
.pain-story.is-enhanced .pain-card--priority { z-index: 1; top: 0; opacity: 1; transform: none; }
.pain-story.is-enhanced .pain-card:nth-child(2) { z-index: 5; top: 0; left: 0; right: 9%; }
.pain-story.is-enhanced .pain-card:nth-child(3) { z-index: 4; top: 4.2rem; left: 8%; right: 1%; }
.pain-story.is-enhanced .pain-card:nth-child(4) { z-index: 3; top: 8.4rem; left: 2%; right: 7%; }
.pain-story.is-enhanced .pain-card:nth-child(5) { z-index: 2; top: 12.6rem; left: 10%; right: 0; }
.pain-story.is-enhanced .pain-outcome { opacity: 0; transform: translateY(.65rem); }
.pain-story.is-playing .pain-card--priority { animation: priority-buried 6.2s .25s cubic-bezier(.65,0,.35,1) both; }
.pain-story.is-playing .pain-card:nth-child(2) { animation: pressure-arrive .5s 1.2s cubic-bezier(.16,1,.3,1) both; }
.pain-story.is-playing .pain-card:nth-child(3) { animation: pressure-arrive .5s 2.25s cubic-bezier(.16,1,.3,1) both; }
.pain-story.is-playing .pain-card:nth-child(4) { animation: pressure-arrive .5s 3.3s cubic-bezier(.16,1,.3,1) both; }
.pain-story.is-playing .pain-card:nth-child(5) { animation: pressure-arrive .5s 4.35s cubic-bezier(.16,1,.3,1) both; }
.pain-story.is-playing .pain-outcome { animation: outcome-arrive .55s 6.15s cubic-bezier(.16,1,.3,1) both; }
.pain-story.is-paused .pain-card, .pain-story.is-paused .pain-outcome { animation-play-state: paused; }
@keyframes pressure-arrive { from { opacity: 0; transform: translateY(-.8rem); } to { opacity: 1; transform: none; } }
@keyframes priority-buried { 0%,14% { opacity: 1; transform: translateY(0); } 36% { opacity: .88; transform: translateY(4.2rem); } 58% { opacity: .72; transform: translateY(8.4rem); } 79% { opacity: .58; transform: translateY(12.6rem); } 100% { opacity: .48; transform: translateY(16.8rem); } }
@keyframes outcome-arrive { from { opacity: 0; transform: translateY(.65rem); } to { opacity: 1; transform: none; } }

.advisor-story { padding-block: 7rem 6.5rem; background: var(--paper); }
.story-scroll-shell { display: grid; grid-template-columns: 25.625rem minmax(0,40rem); gap: 8.125rem; align-items: start; }
.story-intro, .story-panels, .story-panel, .receipt, .receipt header > *, .control__copy, .control-states, .faq__intro, .faq__list { min-width: 0; }
.story-intro { position: sticky; top: clamp(3rem,9vh,6rem); display: flex; flex-direction: column; gap: 1.375rem; }
.section-label, .stage-label, .receipt header, .day-cadence strong { color: var(--gold-deep); font: 600 .72rem/1.35 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.story-intro h2 { font-size: 2.625rem; line-height: 1.095; }
.story-intro > p:not(.section-label) { color: var(--ink-soft); font: 400 1rem/1.625 var(--sans); }
.story-index { padding: 0; list-style: none; }
.story-index li { min-height: 3.25rem; display: flex; align-items: center; gap: 1rem; border-top: 1px solid var(--rule); color: var(--muted); font: 400 .8125rem/1 var(--sans); }
.story-index li:last-child { border-bottom: 1px solid var(--rule); }
.story-index li span { width: 1.625rem; flex: 0 0 1.625rem; font-size: .75rem; }
.story-index strong { font-weight: 400; }
.story-index [aria-current="step"] { color: var(--gold-deep); font-weight: 600; }
.story-index [aria-current="step"]::before { content: ""; width: 3px; height: 1.25rem; margin-right: -.6rem; background: var(--gold); }
.story-index [aria-current="step"] strong { font-weight: 600; }
.story-panels { display: flex; flex-direction: column; gap: clamp(5rem,12vh,8rem); }
.story-panel { min-height: 72vh; padding-top: 1.5rem; border-top: 2px solid var(--gold); display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; opacity: 1; transform: none; transition: opacity 520ms ease-out, transform 620ms cubic-bezier(.16,1,.3,1); }
.advisor-story.is-enhanced .story-panel { opacity: 1; transform: translateY(1.25rem); }
.story-panel.is-active, .advisor-story.is-enhanced .story-panel.is-active { opacity: 1; transform: none; }
.story-panel h3 { font-size: 2.5rem; line-height: 1.1; }
.story-panel > p:not(.stage-label):not(.stage-status) { color: var(--ink-soft); font: 400 1rem/1.625 var(--sans); }
.receipt { padding: 1.5rem; border: 1px solid var(--rule); background: var(--paper-bright); font-family: var(--sans); }
.receipt header { padding-bottom: 1rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .6875rem; font-weight: 400; }
.receipt header strong { color: var(--gold-deep); font-weight: 400; }
.receipt dl > div { min-height: 2rem; padding-top: 1rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--rule); font-size: .8125rem; line-height: 1.2; }
.receipt dd { text-align: right; color: var(--ink-soft); }
.receipt__attention { color: var(--gold-deep) !important; }
.stage-status { display: flex; align-items: center; gap: .875rem; color: var(--muted); font: 400 .75rem/1.3 var(--sans); }
.stage-status strong { padding: .625rem .875rem; background: var(--night); color: var(--cream); font-weight: 400; }
.day-cadence { margin-top: 4.75rem; padding-top: 1.875rem; border-top: 1px solid var(--rule); }
.day-cadence h2 { font-size: 1.875rem; line-height: 1.2; }
.day-cadence > div { margin-top: 1.375rem; display: grid; grid-template-columns: repeat(3,1fr); }
.day-cadence p { min-height: 2.75rem; padding-inline: 1.75rem; display: flex; flex-direction: column; gap: .5rem; border-left: 1px solid var(--rule); color: var(--ink-soft); font: 400 .875rem/1.55 var(--sans); }
.day-cadence p:first-child { padding-left: 0; border-left: 0; }
.day-cadence strong { font-size: .6875rem; }

.control { padding-block: 6rem; background: var(--paper-bright); }
.control__inner { display: grid; grid-template-columns: 29.375rem minmax(0,33.75rem); justify-content: space-between; gap: 6.25rem; }
.control__copy { display: flex; flex-direction: column; gap: 1.25rem; }
.control h2 { font-size: 2.875rem; line-height: 1.1; }
.control__copy p { color: var(--ink-soft); font: 400 1.0625rem/1.65 var(--sans); }
.control__copy .control__support { font-size: .9375rem; line-height: 1.6; }
.control__support strong { color: var(--ink); font-weight: 600; }
.control-states { border-top: 1px solid var(--rule); }
.control-states > div { min-height: 5.25rem; min-width: 0; padding-block: 1.5rem; display: grid; grid-template-columns: minmax(0,104px) minmax(0,1fr); gap: 24px; border-bottom: 1px solid var(--rule); font-family: var(--sans); }
.control-states dt { color: var(--ink-soft); font-size: .75rem; font-weight: 600; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }
.control-states dd { font-size: 1rem; line-height: 1.5; }
.control-states .state-accepted { color: var(--success); }
.control-states .state-attention { color: var(--gold-deep); }

.faq { padding-block: 5.5rem; background: var(--paper-bright); }
.faq__inner { display: grid; grid-template-columns: minmax(17rem,25rem) minmax(0,43.125rem); justify-content: space-between; gap: 5rem; align-items: start; }
.faq__intro { display: flex; flex-direction: column; gap: 1.25rem; }
.faq__intro h2 { font-size: 2.5rem; line-height: 1.09; }
.faq__intro > p:last-child { color: var(--ink-soft); font: 400 1rem/1.625 var(--sans); }
.faq__list { border-bottom: 1px solid var(--rule); }
.faq details { border-top: 1px solid var(--rule); }
.faq summary { min-height: 4.5rem; padding-block: 1.1rem; display: grid; grid-template-columns: 1fr 1.5rem; gap: 1.5rem; align-items: center; cursor: pointer; color: var(--ink); font-size: 1.25rem; line-height: 1.3; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: relative; width: 1.375rem; height: 1.375rem; justify-self: end; color: var(--gold-deep); transition: transform 120ms ease-out; }
.faq summary span::before, .faq summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: .875rem; height: 1px; background: currentColor; transform: translate(-50%,-50%); }
.faq summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details[open] summary { padding-bottom: .4rem; }
.faq details p { max-width: 38.75rem; padding: 0 2.5rem 1.5rem 0; color: var(--ink-soft); font: 400 .9375rem/1.625 var(--sans); animation: faq-answer-in 260ms cubic-bezier(.16,1,.3,1) both; }
@keyframes faq-answer-in { from { opacity: 0; transform: translateY(-.4rem); } to { opacity: 1; transform: none; } }

.closing { padding-block: 6.875rem; background: var(--night); color: var(--cream); }
.closing__eyebrow { margin-bottom: 1rem; color: var(--gold-night); font: 600 .7rem/1.35 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.closing h2 { max-width: 18ch; font-size: 3.25rem; line-height: 1.1; }
.closing__action { margin-top: 1.875rem; display: flex; align-items: center; gap: 1rem; }
.closing__action p { color: var(--cream-dim); font: 400 .8125rem/1.55 var(--sans); }
.site-footer { padding-block: 1.5rem; border-top: 1px solid rgba(244,241,234,.12); background: var(--night); color: var(--cream-dim); }
.site-footer .section-inner { display: grid; grid-template-columns: 1fr auto auto 1fr; gap: 1.5rem; align-items: center; font: 400 .7rem/1.4 var(--sans); }
.site-footer nav { display: flex; align-items: center; gap: .25rem; }
.site-footer p:last-child { text-align: right; }
.site-footer a { min-height: 44px; padding-inline: .5rem; display: inline-flex; align-items: center; text-underline-offset: .2em; }
.social-placeholders { display: flex; align-items: center; gap: .35rem; }
.social-placeholders span { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border: 1px solid rgba(244,241,234,.18); color: var(--cream-dim); }
.social-placeholders svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.5; }

@media (max-width:75rem) { .story-scroll-shell { gap: 5rem; } }
@media (max-width:64rem) {
  .section-inner, .site-header__inner, .hero__inner { width: min(var(--container),calc(100% - 3rem)); }
  .hero__inner { padding-block: 4.5rem 5.5rem; display: grid; grid-template-columns: minmax(0,1fr) minmax(18rem,22rem); gap: 3rem; align-items: center; }
  .hero__copy { width: auto; min-height: 0; padding: 0; }
  .hero h1 { font-size: clamp(3rem,6.3vw,4rem); }
  .phone { position: relative; top: auto; right: auto; width: 100%; height: 46rem; min-height: 0; border-radius: 2.75rem; }
  .message { font-size: .8125rem; }
  .promise__inner { min-height: 0; }
  .pain-story__inner { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 56px; }
  .pain-story h2 { font-size: 2.65rem; }
  .story-scroll-shell { grid-template-columns: 1fr; gap: 4rem; }
  .story-intro { position: static; }
  .story-index { display: none; }
  .story-panels { gap: 4.5rem; }
  .story-panel { min-height: 0; opacity: 1; transform: none; }
  .control__inner { grid-template-columns: 1fr 1fr; gap: 4rem; }
  .faq__inner { grid-template-columns: minmax(15rem,.75fr) minmax(0,1.25fr); gap: 4rem; }
}
@media (max-width:48rem) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__copy { max-width: 40rem; }
  .phone { width: min(100%,24rem); justify-self: center; }
  .promise__inner { flex-direction: column; gap: 2.5rem; }
  .promise__inner > div, .promise p { width: auto; }
  .pain-story__inner { grid-template-columns: 1fr; gap: 3rem; }
  .pain-story__copy { padding-top: 0; }
  .pain-story h2 { max-width: 15ch; }
  .pain-story__copy > p { max-width: 46ch; }
  .story-scroll-shell { display: block; }
  .story-panels { margin-top: 4rem; }
  .day-cadence > div, .control__inner, .faq__inner { grid-template-columns: 1fr; }
  .day-cadence p { padding: 1.25rem 0; border-top: 1px solid var(--rule); border-left: 0; }
  .control-states { margin-top: 1rem; }
  .closing__action { align-items: flex-start; flex-direction: column; }
  .site-footer .section-inner { grid-template-columns: 1fr; gap: .75rem; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer p:last-child { text-align: left; }
}
@media (max-width:30rem) {
  .site-header__inner { min-height: 4.25rem; }
  .section-inner, .site-header__inner, .hero__inner { width: calc(100% - 2rem); }
  .hero__inner { padding-block: 3.75rem 4.5rem; gap: 3.5rem; }
  .hero h1 { max-width: none; font-size: clamp(2.75rem,13.5vw,3.35rem); }
  .hero__lede { font-size: 1rem; }
  .bordered-cta { width: 100%; min-height: 3.25rem; }
  .cta-support { font-size: .75rem; }
  .phone { height: 45rem; min-height: 0; border-width: .5rem; border-radius: 2.5rem; }
  .phone__thread { padding: .875rem .625rem 1.25rem; }
  .message { max-width: 94%; font-size: .8rem; }
  .promise__inner, .pain-story__inner, .advisor-story, .control, .faq, .closing { padding-block: 4.5rem; }
  .promise h2, .pain-story h2, .story-intro h2, .control h2, .faq__intro h2, .closing h2 { font-size: 2.45rem; }
  .pain-stage__canvas { min-height: 29rem; padding: 1rem; }
  .pain-card { grid-template-columns: 2.65rem minmax(0,1fr); }
  .pain-card em { display: none; }
  .pain-story.is-enhanced .pain-card { left: 0; right: 0; }
  .pain-story.is-enhanced .pain-card:nth-child(2), .pain-story.is-enhanced .pain-card:nth-child(3), .pain-story.is-enhanced .pain-card:nth-child(4), .pain-story.is-enhanced .pain-card:nth-child(5) { left: 0; right: 0; }
  .pain-replay { margin-right: 1rem; }
  .story-panel { gap: 1.25rem; }
  .story-panel h3 { font-size: 2.125rem; }
  .receipt { padding: 1rem; }
  .receipt header, .receipt dl > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .receipt dt, .receipt dd { max-width: 100%; text-align: left; }
  .stage-status { align-items: flex-start; flex-direction: column; }
  .control-states > div { grid-template-columns: minmax(0,92px) minmax(0,1fr); gap: 16px; }
  .faq summary { min-height: 4.75rem; grid-template-columns: minmax(0,1fr) 22px; gap: 16px; font-size: 1.3rem; }
  .faq summary span { width: 22px; height: 22px; }
}
@media (hover:none), (pointer:coarse), (prefers-reduced-motion:reduce) {
  .bordered-cta::before, .bordered-cta::after { animation: none; transform: scale(1); transition: none; }
  .bordered-cta svg, .faq summary span { transition: none; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  .story-panel { opacity: 1; transform: none; transition: none; }
  .faq details p { animation: none; }
  .pain-story.is-enhanced .pain-card, .pain-story.is-enhanced .pain-outcome { opacity: 1; transform: none; animation: none; }
}
