:root {
  --deep: #151a3a;
  --deep-2: #10142f;
  --surface: #1b2148;
  --surface-2: #202955;
  --blue: #243b73;
  --lavender: #a99cff;
  --purple: #6c5ce7;
  --gold: #f4d28a;
  --sand: #e8b56b;
  --white: #f7f3ea;
  --ink-2: rgba(247, 243, 234, .78);
  --ink-3: rgba(247, 243, 234, .58);
  --line: rgba(169, 156, 255, .17);
  --card: rgba(36, 59, 115, .25);
  --display: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1160px;
  --gutter: clamp(20px, 5vw, 48px);
  --radius: 28px;
  --radius-sm: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; background: var(--deep); color: var(--white); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--white); font-family: var(--display); font-weight: 500; line-height: 1.08; text-wrap: balance; }
button, input { font: inherit; }
summary { cursor: pointer; }
section[id] { scroll-margin-top: 84px; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); border-radius: 8px; background: var(--gold); color: #382508; padding: .7rem 1rem; font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

.eyebrow { margin-bottom: .75rem; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section { position: relative; padding: clamp(70px, 9vw, 118px) 0; }
.section__head { max-width: 720px; margin: 0 auto clamp(34px, 5vw, 58px); text-align: center; }
.section__head h2, .faq__intro h2, .ritual__copy h2, .plus__copy h2, .evidence h2 { margin-bottom: 1rem; font-size: clamp(2rem, 5vw, 3.25rem); letter-spacing: -.045em; }
.section__head > p:last-child, .faq__intro > p:last-child, .ritual__copy > p, .plus__copy > p, .evidence__layout > div:last-child > p { color: var(--ink-2); font-size: 1.05rem; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; cursor: pointer; font-weight: 800; line-height: 1.15; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { padding: .9rem 1.5rem; background: var(--gold); color: #382508; box-shadow: 0 12px 30px rgba(244, 210, 138, .2); }
.btn--small { min-height: 44px; padding: .72rem 1.15rem; background: var(--gold); color: #382508; font-size: .88rem; }
.btn--wide { width: 100%; }
.store-links { display: flex; flex-wrap: wrap; gap: .75rem; align-items: stretch; margin-top: 1.45rem; }
.store-links--center { justify-content: center; }
.store-btn { min-width: 196px; min-height: 64px; display: inline-grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: .8rem; padding: .65rem 1.25rem; border: 1px solid rgba(247,243,234,.28); border-radius: 16px; background: rgba(10,13,33,.88); box-shadow: 0 16px 34px rgba(0,0,0,.28); transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.store-btn:hover { transform: translateY(-2px); border-color: rgba(244,210,138,.72); background: rgba(27,33,72,.98); }
.store-btn:active { transform: translateY(0); }
.store-btn__icon { width: 28px; height: 28px; filter: brightness(0) invert(1); }
.store-btn__copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.store-btn__kicker { color: var(--ink-3); font-size: .66rem; font-weight: 700; line-height: 1.15; letter-spacing: .07em; text-transform: uppercase; }
.store-btn strong { margin-top: .18rem; color: var(--white); font-family: var(--display); font-size: 1.06rem; font-weight: 650; line-height: 1.1; letter-spacing: -.025em; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.in-view { opacity: 1; transform: none; }

.nav { position: absolute; top: 0; left: 0; right: 0; z-index: 30; border-bottom: 1px solid transparent; transition: background-color .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.nav.scrolled { position: fixed; background: rgba(16, 20, 47, .86); border-bottom-color: var(--line); backdrop-filter: blur(16px); }
.nav__inner { height: 70px; display: flex; align-items: center; gap: 1.5rem; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; }
.brand__mark { width: 32px; height: 32px; flex: none; border-radius: 9px; box-shadow: 0 4px 14px rgba(0,0,0,.28); }
.brand__name { font-family: var(--display); font-size: 1.2rem; font-weight: 650; line-height: 1; letter-spacing: -.045em; }
.nav__links { display: flex; gap: 1.45rem; margin-left: auto; }
.nav__links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-2); font-size: .9rem; }
.nav__links a:hover { color: var(--white); }

.hero { min-height: min(900px, 100svh); position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(16, 20, 47, .96) 0%, rgba(16, 20, 47, .82) 38%, rgba(16, 20, 47, .12) 72%), linear-gradient(180deg, rgba(16,20,47,.2), transparent 45%, var(--deep) 100%); }
.hero__inner { padding-top: 110px; padding-bottom: 58px; }
.hero__copy { max-width: 680px; }
.hero h1 { max-width: 13.5ch; margin-bottom: 1.1rem; font-size: 4rem; font-weight: 500; line-height: 1.03; letter-spacing: -.055em; }
.hero__lede { max-width: 53ch; margin-bottom: 1.4rem; color: rgba(247, 243, 234, .86); font-size: clamp(1rem, 1.8vw, 1.22rem); text-wrap: pretty; }
.hero__cta { min-width: 0; }
.hero__offer { display: inline-flex; flex-wrap: wrap; gap: .3rem; margin: 1.15rem 0 .2rem; padding: .6rem .95rem; border: 1px solid rgba(244,210,138,.32); border-radius: 999px; background: rgba(244,210,138,.09); color: var(--ink-2); font-size: .95rem; }
.hero__offer strong { color: var(--gold); }

.trustbar { border-block: 1px solid var(--line); background: var(--deep-2); }
.trustbar__inner { min-height: 100px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.trustbar p { min-height: 72px; margin: 0; padding: 1.1rem clamp(.7rem, 2vw, 1.5rem); display: flex; align-items: center; justify-content: center; gap: .55rem; border-right: 1px solid var(--line); color: var(--ink-2); font-size: .86rem; line-height: 1.35; text-align: center; }
.trustbar p:last-child { border-right: 0; }
.check { flex: none; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: rgba(244,210,138,.14); color: var(--gold); font-size: .75rem; }

.moments { background: linear-gradient(180deg, var(--deep-2), var(--deep)); }
.moment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.moment { min-height: 440px; position: relative; isolation: isolate; display: flex; align-items: flex-end; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.moment::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 30%, rgba(10,13,33,.42) 54%, rgba(10,13,33,.95) 100%); }
.moment > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.moment:hover > img { transform: scale(1.035); }
.moment__body { padding: 1.7rem; }
.moment__time { margin-bottom: .55rem; color: var(--gold); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.moment h3 { margin-bottom: .55rem; font-size: 1.55rem; font-weight: 600; letter-spacing: -.035em; }
.moment__body > p:last-child { margin-bottom: 0; color: var(--ink-2); }

.how { background: var(--deep); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.step { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.step > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.step > div { position: relative; padding: 1.55rem; }
.step__num { position: absolute; top: -24px; left: 1.4rem; width: 48px; height: 48px; display: grid; place-items: center; border: 5px solid var(--deep); border-radius: 50%; background: var(--gold); color: #382508; font-weight: 900; }
.step h3 { min-height: 2.25em; margin: .25rem 0 .65rem; font-size: 1.38rem; font-weight: 600; letter-spacing: -.035em; }
.step p { margin-bottom: 0; color: var(--ink-2); }

.library { background: radial-gradient(circle at 12% 6%, rgba(108,92,231,.16), transparent 32%), var(--deep-2); }
.library-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.exp-card { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(170deg, rgba(36,59,115,.34), rgba(16,20,47,.68)); box-shadow: 0 24px 60px rgba(0,0,0,.26); }
.exp-card::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 88% -14%, var(--accent-soft), transparent 54%); }
.exp-card--calm { --accent: #a99cff; --accent-soft: rgba(169,156,255,.2); }
.exp-card--focus { --accent: #f4d28a; --accent-soft: rgba(244,210,138,.16); }
.exp-card--sleep { --accent: #8fb4ff; --accent-soft: rgba(143,180,255,.18); }
.exp-card--ground { --accent: #e8b56b; --accent-soft: rgba(232,181,107,.16); }
.exp-card__wave { width: 100%; height: 56px; flex: none; margin-top: 1.15rem; color: var(--accent); }
.exp-card__head { padding: .8rem 1.6rem 1.15rem; }
.exp-card__head h3 { display: flex; align-items: center; gap: .6rem; margin-bottom: .45rem; font-size: 1.7rem; font-weight: 600; letter-spacing: -.035em; }
.exp-card__head h3::before { content: ""; width: 10px; height: 10px; flex: none; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px var(--accent-soft); }
.exp-card__head > p { margin-bottom: 0; color: var(--ink-2); }
.exp-card__meta { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .95rem; }
.exp-card__meta span { display: inline-flex; align-items: center; min-height: 28px; padding: .22rem .65rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(169,156,255,.08); color: var(--ink-2); font-size: .72rem; font-weight: 700; }
.exp-card__list { margin: auto 0 0; padding: .3rem 1.6rem 1.3rem; list-style: none; }
.exp-card__list li { min-height: 44px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: .75rem; padding: .5rem 0; }
.exp-card__list li + li { border-top: 1px solid rgba(169,156,255,.12); }
.exp-row__names { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: .55rem; }
.exp-row__names strong { color: var(--white); font-size: .95rem; font-weight: 650; }
.exp-row__names > span { color: var(--ink-3); font-size: .79rem; }
.exp-row__mins { color: var(--ink-2); font-size: .8rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.bi__glyph { margin-right: .3rem; color: var(--accent, var(--lavender)); font-weight: 700; }
.tag { min-width: 52px; display: inline-flex; justify-content: center; padding: .18rem .5rem; border-radius: 999px; font-size: .64rem; font-style: normal; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.tag--free { border: 1px solid rgba(244,210,138,.32); background: rgba(244,210,138,.13); color: var(--gold); }
.tag--plus { border: 1px solid rgba(169,156,255,.32); background: rgba(169,156,255,.12); color: var(--lavender); }
.library-legend { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .5rem; margin: 1.15rem 0 0; color: var(--ink-3); font-size: .8rem; }
.library-legend__sep { padding-inline: .3rem; }
.library-how { margin-top: clamp(44px, 6vw, 68px); }
.library-how > .eyebrow { margin-bottom: 1.1rem; text-align: center; }
.library-how__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
.library-how__grid article { display: grid; grid-template-columns: 46px 1fr; gap: .95rem; padding: 1.05rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(16,20,47,.4); }
.library-how__grid article > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(169,156,255,.14); color: var(--gold); font-size: 1.25rem; }
.library-how__grid h3 { margin: .1rem 0 .3rem; font-size: 1.02rem; font-weight: 600; letter-spacing: -.02em; }
.library-how__grid p { margin: 0; color: var(--ink-2); font-size: .86rem; }

.inside { overflow: hidden; background: linear-gradient(180deg, var(--deep), var(--surface)); }
.shots { display: grid; grid-template-columns: repeat(3, minmax(0, 260px)); justify-content: center; gap: 18px; padding: 8px 5px 26px; }
.shot { min-width: 0; margin: 0; }
.phone { position: relative; overflow: hidden; padding: 7px; border: 1px solid rgba(247,243,234,.16); border-radius: 34px; background: linear-gradient(145deg, rgba(169,156,255,.35), rgba(36,59,115,.6)); box-shadow: 0 30px 64px rgba(0,0,0,.45); }
.phone img { width: 100%; height: auto; border-radius: 27px; }
.shot figcaption { display: grid; grid-template-columns: auto 1fr; column-gap: .65rem; margin-top: 1.1rem; }
.shot figcaption span { grid-row: 1 / span 2; color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.shot figcaption strong { font-family: var(--display); font-size: 1.05rem; }
.shot figcaption small { margin-top: .2rem; color: var(--ink-3); font-size: .78rem; line-height: 1.4; }
.swipe-hint { display: none; margin: .7rem 0 0; color: var(--ink-3); font-size: .8rem; text-align: center; }

.ritual { overflow: hidden; background: var(--surface); }
.ritual__layout { display: block; }
.ritual__copy > p { max-width: 57ch; }
.habit-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin-top: 2rem; }
.habit-list article { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(16,20,47,.34); }
.habit-list article > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(169,156,255,.14); color: var(--gold); font-weight: 900; }
.habit-list h3 { margin: .1rem 0 .3rem; font-size: 1.12rem; font-weight: 600; letter-spacing: -.025em; }
.habit-list p { margin: 0; color: var(--ink-2); font-size: .9rem; }
.plus { background: radial-gradient(circle at 78% 30%, rgba(108,92,231,.22), transparent 34%), var(--deep-2); }
.plus__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 480px); gap: clamp(44px, 8vw, 96px); align-items: center; }
.plus__copy > p { max-width: 55ch; }
.device-preview { margin-top: 2rem; padding: 1.15rem; border-left: 2px solid var(--gold); background: rgba(36,59,115,.2); }
.device-list { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0 0 .9rem; padding: 0; list-style: none; }
.device-list li { display: inline-flex; min-height: 34px; align-items: center; padding: .35rem .7rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(169,156,255,.1); color: var(--white); font-size: .72rem; font-weight: 750; }
.device-preview p { margin: 0; color: var(--ink-2); font-size: .9rem; }
.device-preview strong { display: block; margin-bottom: .25rem; color: var(--white); }
.price-card { position: relative; padding: clamp(1.6rem, 4vw, 2.5rem); border: 1px solid rgba(244,210,138,.35); border-radius: var(--radius); background: linear-gradient(150deg, rgba(36,59,115,.68), rgba(27,33,72,.95)); box-shadow: 0 34px 80px rgba(0,0,0,.4); }
.price-card__badge { display: inline-flex; margin: 0 0 1.1rem; padding: .35rem .8rem; border: 1px solid rgba(244,210,138,.35); border-radius: 999px; background: rgba(244,210,138,.12); color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price { margin-bottom: 1.25rem; font-family: var(--display); font-size: clamp(2.8rem, 7vw, 4.7rem); font-weight: 600; line-height: 1; letter-spacing: -.055em; }
.price > span { color: var(--gold); font-size: .45em; vertical-align: top; }
.price small { color: var(--ink-2); font-family: var(--body); font-size: .22em; font-weight: 600; letter-spacing: normal; }
.price--name { font-size: clamp(2.5rem, 6vw, 4.2rem); }
.price--name small { display: block; margin-top: .65rem; font-size: .22em; text-transform: uppercase; letter-spacing: .08em; }
.price-card ul { display: grid; gap: .65rem; margin: 0 0 1.5rem; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 1.55rem; color: var(--ink-2); }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.price-card__note { margin: 1rem 0 0; color: var(--ink-3); font-size: .76rem; line-height: 1.5; text-align: center; }

.evidence { border-bottom: 1px solid var(--line); background: var(--deep); }
.evidence__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 8vw, 96px); align-items: start; }
.research { margin-top: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--card); }
.research summary { min-height: 56px; padding: .9rem 1.1rem; display: flex; align-items: center; justify-content: space-between; color: var(--white); font-weight: 750; list-style: none; }
.research summary::-webkit-details-marker { display: none; }
.research summary::after { content: "+"; color: var(--gold); font-size: 1.5rem; font-weight: 400; }
.research[open] summary::after { content: "–"; }
.research__body { padding: 0 1.1rem 1rem; color: var(--ink-2); font-size: .9rem; }
.research__body ul { margin-bottom: 0; padding-left: 1.2rem; }
.research__body a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

.faq { background: var(--deep-2); }
.faq__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(42px, 8vw, 100px); }
.faq__intro { position: sticky; top: 110px; align-self: start; }
.faq__list { border-top: 1px solid var(--line); }
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--white); font-family: var(--display); font-size: 1.1rem; font-weight: 550; letter-spacing: -.025em; list-style: none; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after { content: "+"; flex: none; color: var(--gold); font-family: var(--body); font-size: 1.45rem; font-weight: 400; }
.faq__list details[open] summary::after { content: "–"; }
.faq__list details p { max-width: 65ch; margin: -.1rem 0 1.25rem; color: var(--ink-2); }

.doc { min-height: 100svh; position: relative; isolation: isolate; overflow: hidden; padding: 70px 0 clamp(82px, 10vw, 128px); background: radial-gradient(circle at 84% 2%, rgba(108,92,231,.18), transparent 28%), linear-gradient(180deg, var(--deep-2) 0, var(--deep) 430px); }
.doc::before { content: ""; position: absolute; inset: 0 0 auto; z-index: -1; height: 430px; border-bottom: 1px solid var(--line); background: linear-gradient(115deg, rgba(36,59,115,.2), transparent 52%); }
.doc__wrap { max-width: 1000px; }
.doc__head { max-width: 720px; margin-inline: auto; padding: clamp(36px, 5vw, 56px) 0 clamp(30px, 4vw, 44px); }
.doc__back { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.4rem; color: var(--ink-2); font-size: .85rem; font-weight: 700; }
.doc__back::before { content: "←"; color: var(--gold); font-size: 1.1rem; transition: transform .2s ease; }
.doc__back:hover { color: var(--white); }
.doc__back:hover::before { transform: translateX(-3px); }
.doc__head h1 { margin-bottom: .7rem; font-size: clamp(2rem, 3.6vw, 2.75rem); font-weight: 550; letter-spacing: -.025em; }
.doc__updated { display: inline-flex; margin: 0 0 1.4rem; border-radius: 999px; background: rgba(36,59,115,.24); color: var(--ink-3); padding: .35rem .7rem; font-size: .76rem; font-weight: 650; }
.doc__lede { max-width: 62ch; margin-bottom: 0; color: var(--ink-2); font-size: clamp(1rem, 1.5vw, 1.12rem); line-height: 1.68; text-wrap: pretty; }
.doc__body { max-width: 720px; margin-inline: auto; }
.doc__body > section { padding: clamp(26px, 3.6vw, 38px) 0; border-bottom: 1px solid var(--line); }
.doc__body > section:first-child { padding-top: clamp(30px, 4vw, 42px); }
.doc__body > section:first-child.callout,
.doc__body > section:first-child.contact-card { margin-top: 0; }
.doc__body h2 { margin-bottom: .8rem; font-size: clamp(1.2rem, 1.9vw, 1.45rem); font-weight: 600; letter-spacing: -.02em; }
.doc__body h3 { margin-bottom: .4rem; font-size: 1.05rem; font-weight: 600; }
.doc__body p, .doc__body li { color: rgba(247, 243, 234, .82); line-height: 1.72; }
.doc__body p { margin-bottom: 1.05rem; text-wrap: pretty; }
.doc__body p:last-child, .doc__body ul:last-child { margin-bottom: 0; }
.doc__body ul { margin: 0 0 1.15rem; padding-left: 1.2rem; }
.doc__body li { padding-left: .35rem; }
.doc__body li + li { margin-top: .5rem; }
.doc__body strong { color: var(--white); }
.doc__body a { color: var(--gold); text-decoration: underline; text-decoration-color: rgba(244,210,138,.42); text-underline-offset: 4px; }
.doc__body a:hover { text-decoration-color: currentColor; }
.doc__body a:visited { color: #c8bfff; }
.doc__body .btn,
.doc__body .btn:visited,
.doc__body .btn:hover { color: #382508; text-decoration: none; }
.callout, .contact-card { margin: clamp(44px, 7vw, 68px) 0 0; padding: clamp(1.5rem, 4vw, 2.25rem); border-radius: var(--radius-sm); background: linear-gradient(145deg, rgba(36,59,115,.52), rgba(27,33,72,.82)); }
.doc__body > .callout, .doc__body > .contact-card { border-bottom: 0; }
.callout h2, .contact-card h2 { text-wrap: balance; }
.callout li::marker { color: var(--gold); }
.contact-card { display: grid; grid-template-columns: 1fr auto; column-gap: 2rem; align-items: center; }
.contact-card h2, .contact-card > p { grid-column: 1; }
.contact-card > p { max-width: 48ch; }
.contact-card > p:last-child { grid-column: 2; grid-row: 1 / span 2; }
.contact-card .btn,
.contact-card .btn:visited,
.contact-card .btn:hover { min-height: 50px; padding: .9rem 1.3rem; color: #382508; text-decoration: none; white-space: nowrap; }
.doc .faq { border-top: 1px solid var(--line); background: transparent; }
.doc .faq details { border-bottom: 1px solid var(--line); }
.doc .faq details:last-child { border-bottom: 0; }
.doc .faq summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--white); font-family: var(--display); font-size: 1.05rem; font-weight: 550; letter-spacing: -.02em; list-style: none; }
.doc .faq summary::-webkit-details-marker { display: none; }
.doc .faq summary::after { content: "+"; flex: none; color: var(--gold); font-family: var(--body); font-size: 1.45rem; font-weight: 400; }
.doc .faq details[open] summary::after { content: "–"; }
.doc .faq details[open] summary { color: var(--gold); }
.doc .faq details p { max-width: 67ch; margin: -.1rem 0 1.25rem; }
.doc__body .doc__fineprint { color: var(--ink-3); font-size: .84rem; }
.doc__more { margin-top: clamp(44px, 7vw, 68px); padding: 1.15rem 1.3rem; border-radius: 14px; background: rgba(36,59,115,.18); }
.doc__more p { color: var(--ink-3); font-size: .9rem; }
.footer nav a[aria-current="page"] { color: var(--gold); }

.final { min-height: 580px; position: relative; isolation: isolate; display: grid; place-items: center; overflow: hidden; }
.final__media { position: absolute; inset: 0; z-index: -2; }
.final__media img { width: 100%; height: 100%; object-fit: cover; }
.final::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(16,20,47,.74); backdrop-filter: blur(2px); }
.final__inner { max-width: 760px; padding-block: 80px; text-align: center; }
.final h2 { margin-bottom: .8rem; font-size: clamp(2.2rem, 6vw, 3.8rem); }
.final__inner > p { color: var(--ink-2); }
.store-note { margin: .85rem auto 0; color: var(--ink-3) !important; font-size: .76rem; }

.footer { border-top: 1px solid var(--line); background: var(--deep-2); }
.footer__inner { min-height: 110px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.footer p { margin: 0; color: var(--ink-3); font-size: .78rem; text-align: center; }
.footer__meta { display: grid; gap: .3rem; }
.footer__legal { font-size: .72rem; opacity: .8; }
.footer nav { display: flex; gap: 1.2rem; }
.footer nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-2); font-size: .82rem; }

@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__inner > .btn { margin-left: auto; }
  .trustbar__inner { grid-template-columns: repeat(2, 1fr); }
  .trustbar p:nth-child(2) { border-right: 0; }
  .trustbar p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .moment { min-height: 380px; }
  .library-how__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .step { display: grid; grid-template-columns: 210px 1fr; }
  .step > img { height: 100%; aspect-ratio: auto; }
  .step__num { top: 1.2rem; left: -24px; border-color: var(--deep); }
  .step > div { padding-left: 2.2rem; }
  .step h3 { min-height: auto; }
  .shots { grid-template-columns: repeat(3, 220px); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .shots::-webkit-scrollbar { display: none; }
  .shot { scroll-snap-align: start; }
  .plus__layout { grid-template-columns: 1fr minmax(320px, .8fr); gap: 36px; }
}

@media (max-width: 700px) {
  .section { padding: 68px 0; }
  .nav__inner { height: 64px; gap: .65rem; }
  .nav .btn { min-height: 44px; padding: .65rem 1rem; font-size: .8rem; }
  .hero { min-height: 100svh; align-items: flex-end; }
  .hero__inner { padding-top: 92px; padding-bottom: 36px; }
  .hero::after { background: linear-gradient(180deg, rgba(16,20,47,.35) 0%, rgba(16,20,47,.65) 35%, rgba(16,20,47,.97) 100%); }
  .hero__media img { object-position: 72% center; }
  .hero h1 { max-width: 10.6ch; margin-bottom: .8rem; font-size: clamp(2.15rem, 10.5vw, 3.3rem); }
  .hero__lede { margin-bottom: 1rem; font-size: .96rem; line-height: 1.48; }
  .hero__cta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
  .store-btn { min-width: 0; min-height: 58px; grid-template-columns: 24px minmax(0, 1fr); gap: .65rem; padding: .58rem .8rem; border-radius: 14px; }
  .store-btn__icon { width: 24px; height: 24px; }
  .store-btn strong { font-size: .94rem; }
  .hero__offer { margin-top: .75rem; padding: .5rem .8rem; font-size: .84rem; }
  .trustbar__inner { padding-inline: 0; }
  .trustbar p { min-height: 70px; padding: .85rem .55rem; font-size: .75rem; }
  .moment-grid { grid-template-columns: 1fr; gap: 14px; }
  .moment { min-height: 260px; }
  .moment__body { padding: 1.35rem; }
  .moment h3 { font-size: 1.45rem; }
  .step { grid-template-columns: 118px 1fr; }
  .step > div { padding: 1.25rem 1.15rem 1.25rem 1.65rem; }
  .step__num { top: .95rem; left: -21px; width: 42px; height: 42px; border-width: 4px; }
  .step h3 { margin-top: 0; font-size: 1.22rem; }
  .step p { font-size: .86rem; }
  .library-grid { grid-template-columns: 1fr; gap: 14px; }
  .exp-card__wave { height: 46px; margin-top: .95rem; }
  .exp-card__head { padding-inline: 1.25rem; }
  .exp-card__head h3 { font-size: 1.5rem; }
  .exp-card__list { padding-inline: 1.25rem; }
  .library-how__grid { grid-template-columns: 1fr; }
  .library-how__grid article { grid-template-columns: 42px 1fr; }
  .library-how__grid article > span { width: 42px; height: 42px; }
  .inside .section__head { margin-bottom: 28px; }
  .shots { margin-right: calc(var(--gutter) * -1); padding-right: var(--gutter); grid-template-columns: repeat(3, min(67vw, 236px)); justify-content: start; }
  .swipe-hint { display: block; }
  .plus__layout, .evidence__layout, .faq__layout { grid-template-columns: 1fr; }
  .habit-list { grid-template-columns: 1fr; }
  .habit-list article { grid-template-columns: 42px 1fr; }
  .habit-list article > span { width: 42px; height: 42px; }
  .plus__layout { gap: 34px; }
  .evidence__layout, .faq__layout { gap: 20px; }
  .faq__intro { position: static; }
  .faq__list summary { min-height: 66px; font-size: 1.02rem; }
  .final { min-height: 560px; }
  .store-links--center { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .doc { padding-top: 64px; }
  .doc::before { height: 390px; }
  .doc__head { padding: 38px 0 30px; }
  .doc__back { margin-bottom: 1.1rem; }
  .doc__head h1 { font-size: clamp(1.8rem, 7vw, 2.3rem); }
  .doc__lede { font-size: 1rem; line-height: 1.64; }
  .doc__body > section { padding-block: 26px; }
  .callout, .contact-card { margin-top: 38px; padding: 1.35rem; border-radius: 18px; }
  .contact-card { display: block; }
  .contact-card > p:last-child { margin-top: 1.15rem; }
  .contact-card .btn { width: 100%; white-space: normal; }
  .doc .faq summary { min-height: 64px; font-size: .98rem; }
  .footer__inner { grid-template-columns: 1fr; gap: .35rem; padding-block: 28px; text-align: center; }
  .footer nav { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 360px) {
  .brand__name { font-size: 1.1rem; }
  .nav .btn { padding-inline: .8rem; }
  .hero__inner { padding-top: 78px; padding-bottom: 22px; }
  .hero .eyebrow { margin-bottom: .45rem; font-size: .66rem; }
  .hero h1 { font-size: 2rem; }
  .hero__lede { font-size: .86rem; }
  .hero__offer { line-height: 1.35; }
  .store-btn { grid-template-columns: 22px minmax(0, 1fr); gap: .45rem; padding-inline: .65rem; }
  .store-btn__icon { width: 22px; height: 22px; }
  .store-btn strong { font-size: .87rem; }
  .step { grid-template-columns: 96px 1fr; }
  .step > div { padding-left: 1.45rem; }
  .step p { font-size: .8rem; }
  .store-btn__kicker { font-size: .64rem; letter-spacing: .04em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .btn, .check, .step__num { border: 1px solid ButtonText; }
}
