/* Marketing-site brand tokens (kept scoped so they don't leak into the app) */
.dose-site {
  /* pastels follow DOSE BRANDING v2: D teal · O purple · S yellow · E pink */
  --dopamine-pastel: #D9F4EE;
  --oxytocin-pastel: #E9DFF8;
  --serotonin-pastel: #FDF3CF;
  --endorphins-pastel: #FDE0E8;
  --sunrise-from: #F7B7C0;
  --sunrise-to: #F8D79B;
}

/* ============================================================
   D.O.S.E — Marketing Site v2 · "Calm Confidence"
   Editorial, brand-led, conversion-oriented. Tokens: ../../styles.css
   ============================================================ */
.dose-site {
  --cream: #F7F3EA; --cream-deep: #EFE9DC; --ink: #15201E;
  --teal-hero-a: #18433E; --teal-hero-b: #0B2826;
  /* Editorial typeface system — scoped to the marketing site only */
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --font-display: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  font-family: var(--font-body); color: var(--ink); background: var(--cream);
  font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
.dose-site *, .dose-site *::before, .dose-site *::after { box-sizing: border-box; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.col-narrow { max-width: 760px; }

/* kicker / labels */
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 11.5px; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase; color: var(--primary); }
.kicker::before { content: ''; width: 22px; height: 1.5px; background: currentColor; }
.kicker--amber { color: var(--gold); }
.kicker--cream { color: rgba(247,243,234,.72); }

/* display type — Fraunces editorial: soft optical serif, lighter weight, breathing tracking */
.display { font-family: var(--font-heading); font-weight: 560; letter-spacing: -0.018em; line-height: 1.02; margin: 0; font-optical-sizing: auto; font-variation-settings: 'SOFT' 30, 'WONK' 0; }
.d-xl { font-size: clamp(2.9rem, 6.4vw, 5.4rem); }
.d-lg { font-size: clamp(2.3rem, 4.6vw, 3.7rem); }
.d-md { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.26rem); line-height: 1.62; color: var(--text-secondary); }
.muted { color: var(--text-secondary); }
/* accent words carry the editorial signature — true italics, optically lighter */
.amber, .rose { font-style: italic; font-weight: 480; }
.amber { color: var(--gold); } .rose { color: var(--oxytocin); }

/* reveal — no-JS fallback plays once on load (always opaque, any engine) */
.reveal { animation: ds-rise .7s var(--ease-out) both; }
.reveal.r1 { animation-delay: .08s; } .reveal.r2 { animation-delay: .16s; } .reveal.r3 { animation-delay: .24s; } .reveal.r4 { animation-delay: .32s; }
@keyframes ds-rise { from { transform: translateY(26px); } to { transform: none; } }

/* cinematic mode (JS on): scroll-triggered reveal as each element enters the viewport */
.cine .reveal { animation: none; opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); will-change: opacity, transform; }
.cine .reveal.r1 { transition-delay: .07s; } .cine .reveal.r2 { transition-delay: .14s; } .cine .reveal.r3 { transition-delay: .21s; } .cine .reveal.r4 { transition-delay: .28s; }
.cine .reveal.in { opacity: 1; transform: none; }
/* parallax depth layers — JS sets --py per element */
.cine [data-parallax] { will-change: transform; transform: translate3d(0, var(--py, 0), 0); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .cine .reveal { animation: none; opacity: 1; transform: none; transition: none; }
  .cine [data-parallax] { transform: none; }
  .marquee__track, .floaty { animation: none !important; }
}

/* photo-behind-color: drop a photo into any .photobg; the brand color stays as a tint */
.photobg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; display: block; object-fit: cover; }
/* parallax backgrounds get vertical overscan so drift never reveals an edge */
.cine .photobg[data-parallax] { height: 128%; top: -14%; }
.photoscrim { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero, .finale, .science, .moment, .panel { position: relative; isolation: isolate; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-body); font-weight: 700; border-radius: var(--radius-full); cursor: pointer; text-decoration: none; border: 2px solid transparent; white-space: nowrap; transition: transform .25s var(--ease-default), box-shadow .25s, background .25s, color .2s; font-size: 15px; padding: 15px 30px; }
.btn--sm { font-size: 13.5px; padding: 10px 22px; }
.btn--teal { background: var(--primary); color: #fff; border-color: var(--primary); box-shadow: 0 10px 26px -10px rgba(26,86,83,.6); }
.btn--teal:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 18px 38px -12px rgba(26,86,83,.65); }
.btn--cream { background: var(--cream); color: var(--ink); border-color: var(--cream); box-shadow: 0 12px 30px -12px rgba(0,0,0,.4); }
.btn--cream:hover { transform: translateY(-2px); box-shadow: 0 20px 44px -14px rgba(0,0,0,.5); }
.btn--ink { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.btn--ink:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(21,32,30,.45); }
.btn--lineCream { background: transparent; color: var(--cream); border-color: rgba(247,243,234,.34); }
.btn--lineCream:hover { background: rgba(247,243,234,.1); border-color: rgba(247,243,234,.6); }
.btn--lineInk { background: transparent; color: var(--ink); border-color: rgba(21,32,30,.2); }
.btn--lineInk:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn--full { width: 100%; }

/* stars */
.stars { display: inline-flex; gap: 2px; color: var(--gold); }

/* app-store badges */
.stores { display: flex; gap: 12px; flex-wrap: wrap; }
.store { display: inline-flex; align-items: center; gap: 11px; padding: 9px 18px 9px 16px; border-radius: 14px; background: var(--ink); color: var(--cream); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.store:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(0,0,0,.5); }
.store svg { flex-shrink: 0; }
.store small { display: block; font-size: 10px; letter-spacing: .03em; opacity: .75; line-height: 1.1; }
.store b { display: block; font-size: 15px; font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; }
.store--onTeal { background: var(--cream); color: var(--ink); }

/* ── Announcement ribbon ── */
.ribbon { background: var(--ink); color: var(--cream); text-align: center; font-size: 13px; font-weight: 500; padding: 9px 16px; letter-spacing: .01em; }
.ribbon b { color: var(--gold); font-weight: 700; }
.ribbon a { color: var(--cream); text-decoration: underline; text-underline-offset: 2px; margin-left: 6px; }

/* ── Nav (on teal hero) ── */
.nav { position: absolute; top: 41px; left: 0; right: 0; z-index: 30; padding: 22px 0; }
.nav.fixed { position: fixed; top: 0; padding: 14px 0; background: rgba(13,40,38,.86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(255,255,255,.06); animation: navDrop .3s var(--ease-out); }
@keyframes navDrop { from { transform: translateY(-100%); } to { transform: none; } }
.nav__inner { display: flex; align-items: center; gap: 30px; }
.nav__logo img { height: 30px; display: block; filter: brightness(0) invert(1); }
.nav__links { display: flex; gap: 32px; margin: 0 auto; list-style: none; padding: 0; }
.nav__links a { color: rgba(247,243,234,.82); font-size: 14.5px; font-weight: 500; text-decoration: none; transition: color .2s; }
.nav__links a:hover { color: var(--cream); }
.nav__right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.nav__login { color: var(--cream); font-size: 14.5px; font-weight: 600; text-decoration: none; white-space: nowrap; }

/* ── HERO (full-bleed teal) ── */
.hero { position: relative; background: radial-gradient(130% 120% at 78% 8%, var(--teal-hero-a) 0%, var(--teal-hero-b) 62%, #082220 100%); color: var(--cream); padding: 188px 0 96px; overflow: hidden; }
.hero__watermark { position: absolute; right: -6%; bottom: -14%; width: 620px; opacity: .05; pointer-events: none; }
.hero__halo { position: absolute; border-radius: 50%; pointer-events: none; }
.hero__halo--a { width: 620px; height: 620px; background: radial-gradient(circle, rgba(236,157,39,.20), transparent 66%); top: -160px; right: -120px; }
.hero__halo--b { width: 460px; height: 460px; background: radial-gradient(circle, rgba(233,30,99,.14), transparent 68%); bottom: -160px; right: 24%; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.hero__h1 { color: var(--cream); margin: 22px 0 22px; }
.hero__lead { color: rgba(247,243,234,.78); max-width: 480px; margin-bottom: 30px; }
.hero__rating { display: flex; align-items: center; gap: 13px; margin-bottom: 26px; }
.hero__rating .avatars { display: flex; }
.hero__rating .avatars span { width: 38px; height: 38px; border-radius: 50%; border: 2.5px solid var(--teal-hero-b); margin-left: -12px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: #fff; font-family: var(--font-heading); }
.hero__rating .avatars span:first-child { margin-left: 0; }
.hero__rating b { color: var(--cream); } .hero__rating .rtxt { font-size: 13.5px; color: rgba(247,243,234,.7); line-height: 1.3; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }

/* hero device */
.device-stage { position: relative; display: flex; justify-content: center; }
.device-stage__glow { position: absolute; inset: -6% -4%; background: radial-gradient(circle at 52% 46%, rgba(247,243,234,.14), transparent 62%); }
.phone { position: relative; z-index: 1; width: 312px; background: #0A2422; border-radius: 46px; box-shadow: 0 0 0 2px rgba(255,255,255,.06), 0 50px 90px -30px rgba(0,0,0,.7); padding: 13px; }
.phone__screen { position: relative; background: var(--surface); border-radius: 34px; overflow: hidden; }
.phone__notch { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 82px; height: 25px; background: #0A2422; border-radius: 14px; z-index: 5; }
.scr { padding: 44px 16px 20px; }
.scr__time { display: flex; align-items: center; justify-content: space-between; padding: 0 8px; margin-bottom: 14px; font-size: 12.5px; font-weight: 600; color: var(--text); }
.scr__sys { display: flex; align-items: center; gap: 5px; color: var(--text); }
.scr__greet { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; color: var(--text); }
.scr__greet small { display: block; font-size: 12.5px; font-weight: 400; color: var(--text-secondary); margin-top: 2px; }
.scr__bars { display: flex; align-items: flex-end; justify-content: space-around; gap: 10px; height: 92px; margin: 16px 0 4px; padding: 14px 6px 0; background: var(--bg); border-radius: var(--radius-lg); }
.scr__bars .b { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; height: 100%; justify-content: flex-end; }
.scr__bars .b i { width: 100%; max-width: 30px; border-radius: 5px; transform-origin: bottom; animation: barGrow .9s var(--ease-bounce) both; }
.scr__bars .b span { font-family: var(--font-display); font-weight: 800; font-size: 13px; }
@keyframes barGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.scr__plan { margin-top: 12px; display: flex; flex-direction: column; gap: 9px; }
.scr__row { display: flex; align-items: center; gap: 11px; padding: 10px; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); background: var(--surface); }
.scr__row img { width: 36px; height: 36px; }
.scr__row b { font-size: 13px; font-weight: 600; display: block; color: var(--text); }
.scr__row em { font-size: 11px; color: var(--text-tertiary); font-style: normal; }
.scr__go { margin-left: auto; padding: 6px 13px; border-radius: var(--radius-md); background: var(--primary); color: #fff; font-size: 11.5px; font-weight: 600; }
.chip { position: absolute; z-index: 3; background: #fff; border-radius: 15px; box-shadow: 0 18px 40px -14px rgba(0,0,0,.4); padding: 11px 15px; display: flex; align-items: center; gap: 11px; }
.chip .ic { width: 36px; height: 36px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; flex-shrink: 0; }
.chip b { font-size: 13px; display: block; line-height: 1.15; color: var(--ink); } .chip em { font-size: 11px; font-style: normal; color: var(--success); font-weight: 600; }
.chip--a { top: 64px; left: -40px; } .chip--b { bottom: 96px; right: -34px; }
.floaty { animation: floaty 5.5s var(--ease-default) infinite; } .floaty.f2 { animation-duration: 6.5s; animation-delay: .5s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ── Marquee — quiet brand strip, not a gaudy sparkle banner ── */
.marquee { background: var(--ink); color: rgba(247,243,234,.78); padding: 18px 0; overflow: hidden; white-space: nowrap; }
.marquee__track { display: inline-flex; gap: 40px; align-items: center; animation: marquee 44s linear infinite; }
.marquee span { font-family: var(--font-heading); font-style: italic; font-weight: 420; font-size: 18px; letter-spacing: .005em; font-optical-sizing: auto; }
.marquee i { color: rgba(236,157,39,.55); font-style: normal; font-size: 9px; vertical-align: middle; margin: 0 2px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Section base ── */
.sec { padding: 120px 0; }
.sec__head { max-width: 720px; }
.sec__head.center { margin: 0 auto; text-align: center; }
.sec__head .lead { margin-top: 18px; }
.sec--cream2 { background: var(--cream-deep); }

/* ── Statement ── */
.statement { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: start; }
.statement .big { font-family: var(--font-heading); font-weight: 560; font-size: clamp(2.1rem,4.2vw,3.4rem); letter-spacing: -0.015em; line-height: 1.08; font-optical-sizing: auto; font-variation-settings: 'SOFT' 30; }
.statement .big em { font-style: italic; font-weight: 480; color: var(--primary); }
.statement .aside { font-size: 16px; color: var(--text-secondary); line-height: 1.7; }
.statement .aside .stat { display: flex; align-items: baseline; gap: 12px; padding: 16px 0; border-top: 1px solid rgba(21,32,30,.12); }
.statement .aside .stat b { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -0.03em; color: var(--ink); min-width: 86px; }

/* ── Editorial feature rows ── */
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 30px 0; }
.frow + .frow { margin-top: 36px; }
.frow__media { order: 2; }
.frow--flip .frow__media { order: 0; }
.frow__num { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--primary); letter-spacing: .02em; }
.frow h3 { font-family: var(--font-heading); font-weight: 560; font-size: clamp(1.7rem,2.8vw,2.3rem); letter-spacing: -0.012em; line-height: 1.12; margin: 14px 0 14px; font-optical-sizing: auto; font-variation-settings: 'SOFT' 30; }
.frow p { font-size: 16.5px; color: var(--text-secondary); line-height: 1.65; margin: 0 0 22px; max-width: 440px; }
.frow ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.frow li { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 500; }
.tick { width: 22px; height: 22px; border-radius: 50%; background: var(--primary); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
/* media panels */
.panel { position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 5/4; display: flex; align-items: center; justify-content: center; box-shadow: 0 30px 60px -28px rgba(21,32,30,.4); }
.panel--teal { background: radial-gradient(120% 120% at 30% 20%, #1F6862, var(--primary-dark)); }
.panel--sero { background: linear-gradient(150deg, var(--serotonin-pastel), #BFE6DF); }
.panel--sun { background: linear-gradient(155deg, var(--sunrise-from), var(--sunrise-to)); }
.panel__big { width: 46%; max-width: 220px; }
.panel__big--cream { filter: brightness(0) invert(1); opacity: .92; }
.panel__pills { position: absolute; display: flex; gap: 8px; flex-wrap: wrap; max-width: 78%; justify-content: center; }
.panel__card { position: absolute; background: #fff; border-radius: 16px; box-shadow: 0 20px 44px -16px rgba(0,0,0,.35); padding: 13px 16px; display: flex; align-items: center; gap: 12px; }
.panel__card .ic { width: 40px; height: 40px; flex-shrink: 0; }
.panel__card b { font-size: 14px; display: block; color: var(--ink); } .panel__card em { font-size: 12px; font-style: normal; color: var(--text-secondary); }
.mini-week { display: flex; align-items: flex-end; gap: 7px; height: 60px; }
.mini-week i { width: 13px; border-radius: 4px; background: var(--primary-100); }
.mini-week i.on { background: var(--primary); }
.panel__badges { display: flex; gap: 10px; }
.panel__badges img { width: 56px; height: 56px; }

/* ── Science (dark) ── */
.science { background: radial-gradient(120% 120% at 50% -10%, #15403C 0%, #0C2A28 64%, #0A2422 100%); color: var(--cream); padding: 120px 0; overflow: hidden; }
.science .kicker { color: var(--gold); } .science .lead { color: rgba(247,243,234,.72); }
.science .display { color: var(--cream); }
.hgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 60px; border-top: 1px solid rgba(255,255,255,.14); }
.hcell { padding: 34px 28px 0 0; position: relative; }
.hcell:last-child { padding-right: 0; }
.hcell__ltr { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 27px; color: #fff; margin-bottom: 22px; }
.hcell h3 { font-family: var(--font-display); font-weight: 800; font-size: 21px; margin: 0 0 3px; color: var(--cream); }
.hcell .tg { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 14px; }
.hcell p { font-size: 14px; line-height: 1.55; color: rgba(247,243,234,.68); margin: 0; }

/* ── Testimonials ── */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.tcard { background: var(--surface); border: 1px solid var(--border-light); border-radius: 24px; padding: 30px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; }
.tcard .stars { margin-bottom: 16px; }
.tcard p { font-size: 16px; line-height: 1.6; color: var(--ink); margin: 0 0 22px; font-weight: 500; }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tcard .av { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-heading); font-weight: 700; font-size: 15px; }
.tcard .who b { display: block; font-size: 14.5px; } .tcard .who span { font-size: 12.5px; color: var(--text-secondary); }
.tcard--feature { background: var(--primary); color: var(--cream); border: none; }
.tcard--feature p { color: var(--cream); font-size: 18px; }
.tcard--feature .who span { color: rgba(247,243,234,.7); }

/* ── Pricing ── */
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 820px; margin: 56px auto 0; }
.price { position: relative; background: var(--surface); border: 1.5px solid var(--border); border-radius: 28px; padding: 38px; }
.price--feat { background: linear-gradient(160deg, #1B524E, var(--primary-dark)); border: none; color: var(--cream); box-shadow: 0 36px 70px -26px rgba(26,86,83,.5); }
.price__tag { position: absolute; top: -13px; left: 38px; padding: 6px 14px; border-radius: var(--radius-full); background: var(--gold); color: #3a2606; font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.price h3 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--text-secondary); margin: 0 0 14px; }
.price--feat h3 { color: rgba(247,243,234,.7); }
.price__amt { font-family: var(--font-display); font-weight: 800; font-size: 52px; letter-spacing: -0.04em; line-height: 1; }
.price__amt small { font-size: 15px; font-weight: 500; color: var(--text-secondary); letter-spacing: 0; }
.price--feat .price__amt small { color: rgba(247,243,234,.7); }
.price ul { list-style: none; padding: 0; margin: 26px 0 30px; display: flex; flex-direction: column; gap: 14px; }
.price li { display: flex; align-items: center; gap: 11px; font-size: 14.5px; }
.tick--sm { width: 20px; height: 20px; }
.price--feat .tick { background: var(--gold); }
.price--feat .tick svg path { stroke: #3a2606; }

/* ── Final CTA ── */
.finale { position: relative; overflow: hidden; background: radial-gradient(120% 130% at 20% 10%, var(--teal-hero-a), var(--teal-hero-b) 70%); color: var(--cream); border-radius: 36px; padding: 84px 56px; text-align: center; }
.finale__halo { position: absolute; width: 520px; height: 520px; border-radius: 50%; }
.finale__halo.h1 { background: radial-gradient(circle, rgba(236,157,39,.26), transparent 64%); top: -200px; left: -120px; }
.finale__halo.h2 { background: radial-gradient(circle, rgba(233,30,99,.18), transparent 66%); bottom: -240px; right: -120px; }
.finale > :not(.finale__halo) { position: relative; }
.finale .display { color: var(--cream); }
.finale .lead { color: rgba(247,243,234,.82); max-width: 540px; margin: 18px auto 30px; }
.finale .stores { justify-content: center; }
.finale__note { margin-top: 18px; font-size: 13px; color: rgba(247,243,234,.66); }

/* ── Footer ── */
.footer { background: var(--ink); color: rgba(247,243,234,.7); padding: 76px 0 36px; }
.footer__top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 52px; }
.footer__brand img { height: 30px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer__brand p { font-size: 14px; max-width: 290px; margin: 0; line-height: 1.65; }
.footer__col h4 { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; color: rgba(247,243,234,.5); margin: 4px 0 16px; }
.footer__col a { display: block; font-size: 14px; color: rgba(247,243,234,.72); text-decoration: none; margin-bottom: 12px; transition: color .2s; }
.footer__col a:hover { color: var(--cream); }
.footer__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); flex-wrap: wrap; }
.footer__copy { font-size: 13px; color: rgba(247,243,234,.5); }
.footer__soc { display: flex; gap: 10px; }
.footer__soc a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; color: rgba(247,243,234,.8); transition: all .2s; }
.footer__soc a:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* ── Trust bar ── */
.trustbar { background: var(--cream); border-bottom: 1px solid var(--cream-deep); }
.trustbar__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; flex-wrap: wrap; }
.trust { display: flex; align-items: center; gap: 10px; }
.trust__n { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -0.02em; color: var(--ink); }
.trust__t { font-size: 13px; color: var(--text-secondary); line-height: 1.25; max-width: 130px; }
.trust__sep { width: 1px; align-self: stretch; background: rgba(21,32,30,.1); }

/* ── Triptych: three moments ── */
.triptych { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.moment { position: relative; overflow: hidden; border-radius: 28px; min-height: 440px; padding: 30px; display: flex; flex-direction: column; box-shadow: 0 30px 60px -28px rgba(21,32,30,.4); transition: transform .35s var(--ease-default); }
.moment:hover { transform: translateY(-6px); }
.moment--m { background: linear-gradient(165deg, #FBD2A7 0%, #F7A8B8 100%); color: #5a2b1e; }
.moment--d { background: linear-gradient(165deg, #FFE08A 0%, #FDB81A 100%); color: #6a4a05; }
.moment--e { background: linear-gradient(165deg, #2B6F69 0%, #0E3B39 100%); color: var(--cream); }
.moment__ic { width: 64px; height: 64px; margin-bottom: auto; }
.moment__time { font-size: 11.5px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .8; }
.moment h3 { font-family: var(--font-heading); font-weight: 580; font-size: 27px; letter-spacing: -0.01em; margin: 8px 0 10px; line-height: 1.08; font-optical-sizing: auto; font-variation-settings: 'SOFT' 40; }
.moment p { font-size: 14.5px; line-height: 1.5; margin: 0 0 18px; opacity: .85; max-width: 240px; }
.moment__pr { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border-radius: var(--radius-full); background: rgba(255,255,255,.55); font-size: 13px; font-weight: 600; width: fit-content; }
.moment--e .moment__pr { background: rgba(255,255,255,.14); }
.moment__pr svg { opacity: .8; }

/* ── FAQ ── */
.faq { max-width: 820px; margin: 56px auto 0; }
.faq details { border-bottom: 1px solid var(--cream-deep); }
.faq summary { list-style: none; cursor: pointer; padding: 24px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--font-heading); font-weight: 540; font-size: 20px; letter-spacing: -0.005em; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid rgba(21,32,30,.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .25s; position: relative; }
.faq summary .pm::before, .faq summary .pm::after { content: ''; position: absolute; background: var(--ink); border-radius: 2px; transition: opacity .25s, transform .25s; }
.faq summary .pm::before { width: 12px; height: 2px; } .faq summary .pm::after { width: 2px; height: 12px; }
.faq details[open] summary .pm { background: var(--primary); border-color: var(--primary); }
.faq details[open] summary .pm::before, .faq details[open] summary .pm::after { background: #fff; }
.faq details[open] summary .pm::after { transform: rotate(90deg); opacity: 0; }
.faq .ans { padding: 0 4px 24px; font-size: 15.5px; line-height: 1.65; color: var(--text-secondary); max-width: 680px; }

/* ── Cinematic "A day in your body" — sunrise → night scroll ── */
.daycycle { position: relative; height: 360vh; background: #FBE5CE; color: #15201E; }
.daycycle__sky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; background: linear-gradient(180deg, #F6B58C 0%, #FBE5CE 100%); color: #15201E; will-change: background, color; }
.daycycle__stars { position: absolute; inset: 0; opacity: 0; pointer-events: none;
  background-image:
    radial-gradient(1.4px 1.4px at 18% 24%, #fff, transparent),
    radial-gradient(1.2px 1.2px at 68% 18%, #fff, transparent),
    radial-gradient(1.6px 1.6px at 38% 46%, #fff, transparent),
    radial-gradient(1.1px 1.1px at 82% 40%, #fff, transparent),
    radial-gradient(1.3px 1.3px at 56% 64%, #fff, transparent),
    radial-gradient(1.2px 1.2px at 28% 70%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 90% 64%, #fff, transparent),
    radial-gradient(1px 1px at 12% 56%, #fff, transparent),
    radial-gradient(1.3px 1.3px at 74% 78%, #fff, transparent),
    radial-gradient(1px 1px at 46% 14%, #fff, transparent); }
.daycycle__sun { position: absolute; z-index: 1; width: 120px; height: 120px; border-radius: 50%; left: 6%; top: 80%; transform: translate(-50%,-50%); background: radial-gradient(circle at 50% 46%, #FFF6D2, #FCD27E); box-shadow: 0 0 90px 34px rgba(252,210,126,.5); will-change: left, top; }
.daycycle__sun.moon { background: radial-gradient(circle at 38% 38%, #F4F8FC, #C5D1DC); box-shadow: 0 0 64px 16px rgba(220,232,244,.32); }
.daycycle__hills { position: absolute; left: 0; right: 0; bottom: 0; height: 28vh; z-index: 1; }
.daycycle__hills svg { width: 100%; height: 100%; display: block; fill: rgba(17,28,26,.20); }
.daycycle__inner { position: relative; z-index: 2; width: 100%; }
.daycycle__intro { text-align: center; margin-bottom: 5vh; }
.daycycle__kicker { color: inherit; opacity: .72; justify-content: center; }
.daycycle__title { margin-top: 14px; color: inherit; }
.daycycle__scenes { position: relative; height: 330px; max-width: 660px; margin: 0 auto; }
.dscene { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; opacity: 0; will-change: opacity, transform; }
.dscene__time { font-family: var(--font-display); font-weight: 460; font-size: clamp(3.2rem, 7.5vw, 5.4rem); letter-spacing: -0.025em; line-height: 1; font-optical-sizing: auto; font-variation-settings: 'SOFT' 30; }
.dscene__time i { font-style: italic; font-size: .34em; font-weight: 440; opacity: .68; margin-left: .12em; letter-spacing: 0; }
.dscene__tag { display: inline-block; margin: 20px 0 10px; font-size: 11.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; opacity: .68; }
.dscene__h { font-family: var(--font-heading); font-weight: 560; font-size: clamp(1.8rem, 3.6vw, 2.7rem); letter-spacing: -0.015em; line-height: 1.06; margin: 0 0 14px; color: inherit; font-optical-sizing: auto; font-variation-settings: 'SOFT' 30; }
.dscene__p { font-size: 16px; line-height: 1.6; max-width: 430px; margin: 0 auto 20px; opacity: .82; }
.dscene__pr { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: var(--radius-full); font-size: 13.5px; font-weight: 600; border: 1.5px solid currentColor; opacity: .9; }
.daycycle__rail { position: absolute; left: 50%; bottom: -42px; transform: translateX(-50%); display: flex; gap: 9px; }
.daycycle__rail i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; opacity: .25; transition: opacity .35s, transform .35s; }
.daycycle__rail i.on { opacity: .92; transform: scale(1.4); }
/* reduced-motion / no-JS fallback: a calm static stack */
.daycycle--static { height: auto; }
.daycycle--static .daycycle__sky { position: relative; height: auto; padding: 96px 0; display: block; }
.daycycle--static .daycycle__sun, .daycycle--static .daycycle__rail { display: none; }
.daycycle--static .daycycle__scenes { height: auto; }
.daycycle--static .dscene { position: relative; inset: auto; opacity: 1; transform: none; padding: 28px 0; }
.daycycle--static .dscene + .dscene { border-top: 1px solid rgba(21,32,30,.12); }

/* ── Cinematic "The Science" — D.O.S.E hormones, one full-stage scene each ── */
.hormones { position: relative; height: 400vh; background: #0A2422; color: var(--cream); }
.hormones__stage { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; }
.hormones .photobg { opacity: .16; }
.hormones__glow { position: absolute; z-index: 0; width: 92vmax; height: 92vmax; left: 50%; top: 54%; transform: translate(-50%,-50%); border-radius: 50%; pointer-events: none; will-change: background; background: radial-gradient(circle, rgba(236,157,39,.30) 0%, rgba(236,157,39,.06) 38%, transparent 62%); }
.hormones__inner { position: relative; z-index: 2; width: 100%; }
.hormones__intro { text-align: center; margin-bottom: 4vh; }
.hormones__intro .kicker { justify-content: center; }
.hormones__title { margin-top: 12px; color: inherit; }
.hormones__scenes { position: relative; height: 340px; max-width: 780px; margin: 0 auto; }
.hscene { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; opacity: 0; will-change: opacity, transform; }
.hscene__ghost { position: absolute; z-index: -1; top: 50%; left: 50%; transform: translate(-50%,-58%); font-family: var(--font-display); font-weight: 600; font-size: clamp(13rem, 32vw, 27rem); line-height: 1; opacity: .14; pointer-events: none; user-select: none; font-optical-sizing: auto; }
.hscene__name { font-family: var(--font-heading); font-weight: 560; font-size: clamp(2.4rem, 5.2vw, 4.2rem); letter-spacing: -0.02em; color: var(--cream); font-optical-sizing: auto; font-variation-settings: 'SOFT' 30; }
.hscene__tag { margin: 16px 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hscene__desc { font-size: clamp(1.02rem, 1.6vw, 1.24rem); line-height: 1.62; max-width: 500px; margin: 0 auto; color: rgba(247,243,234,.82); }
.hormones__rail { display: flex; justify-content: center; margin-top: 5.5vh; }
.hrail { display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 0 clamp(14px, 3vw, 30px); opacity: .38; transition: opacity .4s var(--ease-default); }
.hrail.on { opacity: 1; }
.hrail__dot { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 21px; color: #fff; transform: scale(.8); transition: transform .4s var(--ease-bounce), box-shadow .4s; }
.hrail.on .hrail__dot { transform: scale(1.06); box-shadow: 0 0 0 4px rgba(247,243,234,.12); }
.hrail__lbl { font-size: 11.5px; font-weight: 700; letter-spacing: .03em; color: rgba(247,243,234,.74); }
/* reduced-motion / no-JS fallback: a calm static stack */
.hormones--static { height: auto; }
.hormones--static .hormones__stage { position: relative; height: auto; padding: 100px 0; display: block; overflow: visible; }
.hormones--static .hormones__glow { display: none; }
.hormones--static .hormones__scenes { height: auto; max-width: 640px; }
.hormones--static .hscene { position: relative; inset: auto; opacity: 1; padding: 40px 0; }
.hormones--static .hscene + .hscene { border-top: 1px solid rgba(247,243,234,.12); }
.hormones--static .hscene__ghost { font-size: 7rem; opacity: .18; }
.hormones--static .hormones__rail { display: none; }
@media (max-width: 700px) {
  .hormones { height: 360vh; }
  .hormones__scenes { height: 300px; }
  .hrail__lbl { display: none; }
  .hrail__dot { width: 40px; height: 40px; font-size: 18px; }
  .hscene__ghost { opacity: .1; }
}

/* ── Sticky mobile CTA ── */
.stickycta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: none; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0)); background: rgba(13,40,38,.94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 -8px 30px -12px rgba(0,0,0,.4); }
.stickycta b { color: var(--cream); font-size: 14px; } .stickycta span { display: block; font-size: 11.5px; color: rgba(247,243,234,.66); }

/* ── Responsive ── */
@media (max-width: 960px) {
  .hero { padding-top: 156px; }
  .triptych { grid-template-columns: 1fr; }
  .moment { min-height: 340px; }
  .trustbar__row { justify-content: center; gap: 18px 28px; }
  .trust__sep { display: none; }
  .hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .statement { grid-template-columns: 1fr; gap: 32px; }
  .frow, .frow--flip { grid-template-columns: 1fr; gap: 32px; }
  .frow__media, .frow--flip .frow__media { order: -1; }
  .hgrid { grid-template-columns: 1fr 1fr; }
  .hcell { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); padding-right: 0; }
  .tgrid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 22px; }
  .nav__links { display: none; }
  .stickycta { display: flex; }
  .hgrid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .stores { flex-direction: column; }
  /* keep the cinematic day-cycle inside one screen on mobile */
  .daycycle { height: 320vh; }
  .daycycle__intro { margin-bottom: 3vh; }
  .daycycle__scenes { height: 300px; }
  .daycycle__sun { width: 84px; height: 84px; box-shadow: 0 0 60px 22px rgba(252,210,126,.5); }
  .dscene__p { font-size: 15px; }
}
@media (max-width: 960px) and (orientation: portrait) {
  .daycycle__hills { height: 22vh; }
}
