:root {
  --ink: #20163c;
  --plum: #6d46d9;
  --violet: #9a7bff;
  --lilac: #d9cdff;
  --mist: #f5f1ff;
  --cream: #fff8e8;
  --mint: #dff6e5;
  --white: #fffefe;
  --scroll-progress: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--font-geist-sans), Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--ink); color: var(--cream); }

.scroll-line {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: calc(var(--scroll-progress) * 100%);
  height: 4px;
  background: linear-gradient(90deg, #ffe999, #bda8ff 55%, #8bffca);
  box-shadow: 0 0 18px #d3bfff;
}

.site-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 24px clamp(22px, 4.5vw, 76px);
  color: white;
}
.brand { display: grid; grid-template-columns: 26px auto; align-items: center; width: max-content; line-height: .92; }
.brand-orbit { grid-row: 1 / 3; width: 19px; height: 19px; margin-right: 7px; border: 1px solid currentColor; border-radius: 50%; position: relative; }
.brand-orbit::after { content: ""; position: absolute; inset: 5px; background: currentColor; border-radius: 50%; }
.brand > span:not(.brand-orbit) { font-size: 18px; font-weight: 760; letter-spacing: .11em; }
.brand small { font-size: 7px; letter-spacing: .28em; margin-top: 4px; }
.site-header nav { display: flex; gap: 32px; font-size: 12px; font-weight: 680; letter-spacing: .12em; text-transform: uppercase; }
.site-header nav a { opacity: .8; transition: opacity .2s, transform .2s; }
.site-header nav a:hover { opacity: 1; transform: translateY(-2px); }
.nav-buy { justify-self: end; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.14); backdrop-filter: blur(18px); padding: 12px 20px; border-radius: 99px; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }

.hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  align-items: center;
  gap: 4vw;
  padding: 130px clamp(22px, 7vw, 116px) 90px;
  color: white;
  background: #59429b;
}
.hero-photo { position: absolute; z-index: -4; inset: -5%; background: url('assets/hero-woman.png') 50% 42% / cover no-repeat; transform: translateY(var(--parallax-y, 0)); }
.hero-scrim { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(25,12,60,.88) 0%, rgba(40,20,75,.5) 43%, rgba(39,22,74,.18) 68%, rgba(25,11,56,.58) 100%), linear-gradient(0deg, rgba(26,11,58,.65), transparent 45%); }
.hero-aurora { position: absolute; z-index: -2; border-radius: 50%; filter: blur(10px); transform: translateY(var(--parallax-y, 0)); pointer-events: none; }
.aurora-one { width: 34vw; height: 34vw; right: -8vw; top: 12%; background: radial-gradient(circle, rgba(184,255,217,.42), transparent 66%); }
.aurora-two { width: 38vw; height: 30vw; left: 30%; bottom: -20%; background: radial-gradient(circle, rgba(255,227,169,.35), transparent 68%); }
.hero-copy { position: relative; z-index: 4; width: min(620px, 100%); }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 760; line-height: 1.2; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow > span { width: 42px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--plum); }
.hero h1, .section-heading h2, .texture-copy h2, .faq-heading h2, .final-copy h2, .clean-intro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .82;
}
.hero h1 { font-size: clamp(70px, 8.8vw, 146px); text-shadow: 0 12px 50px rgba(18, 7, 49, .28); }
.hero h1 em, .section-heading h2 em, .texture-copy h2 em, .faq-heading h2 em, .final-copy h2 em, .clean-intro h2 em { color: #f4e79b; font-weight: 400; }
.hero-lead { width: min(530px, 100%); margin: 28px 0 30px; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.65; color: rgba(255,255,255,.84); }
.cta { position: relative; display: inline-flex; align-items: center; gap: 22px; min-height: 62px; padding: 9px 10px 9px 27px; border-radius: 99px; background: #f4e79b; color: var(--ink); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 18px 50px rgba(31,13,72,.2); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.cta::before { content: ""; position: absolute; inset: 0; transform: translateX(-105%); background: linear-gradient(110deg, transparent, rgba(255,255,255,.7), transparent); transition: transform .65s; }
.cta:hover { transform: translateY(-4px) scale(1.01); box-shadow: 0 24px 60px rgba(31,13,72,.28); }
.cta:hover::before { transform: translateX(105%); }
.cta-arrow { display: grid; place-items: center; width: 44px; aspect-ratio: 1; border-radius: 50%; background: var(--ink); color: white; font-size: 20px; }
.mini-proof { margin-top: 24px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.mini-proof i { display: block; width: 3px; height: 3px; border-radius: 50%; background: #d8c5ff; }

.hero-product { align-self: end; justify-self: end; position: relative; z-index: 5; width: min(430px, 34vw); transform-style: preserve-3d; transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .15s ease-out; }
.hero-product img { position: relative; z-index: 2; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; filter: drop-shadow(0 35px 40px rgba(18,8,49,.38)); }
.product-halo { position: absolute; z-index: -1; width: 82%; aspect-ratio: 1; left: 8%; bottom: 1%; border-radius: 50%; background: rgba(223,255,237,.24); border: 1px solid rgba(255,255,255,.28); box-shadow: 0 0 70px rgba(215,193,255,.45), inset 0 0 80px rgba(255,255,255,.15); }
.product-sticker { position: absolute; z-index: 4; right: 1%; top: 22%; display: grid; place-items: center; width: 80px; aspect-ratio: 1; padding-top: 9px; border-radius: 50%; color: var(--ink); background: #e7ffbc; transform: rotate(9deg); box-shadow: 0 15px 30px rgba(22,9,51,.22); }
.product-sticker b { font: 400 32px/.8 Georgia, serif; }
.product-sticker span { font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-caption { position: absolute; z-index: 5; left: 11%; bottom: -25px; display: grid; gap: 5px; padding: 14px 18px; border-radius: 15px; background: rgba(255,255,255,.9); color: var(--ink); box-shadow: 0 16px 38px rgba(20,8,52,.2); backdrop-filter: blur(15px); transform: translateZ(38px); }
.product-caption span { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: var(--plum); }
.product-caption strong { font-size: 13px; }
.scroll-cue { position: absolute; left: clamp(22px, 7vw, 116px); bottom: 30px; display: flex; align-items: center; gap: 13px; font-size: 9px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.scroll-cue i { display: block; width: 70px; height: 1px; background: rgba(255,255,255,.35); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: white; transform: translateX(-100%); animation: scan 2s ease-in-out infinite; }
@keyframes scan { 50%,100% { transform: translateX(100%); } }

.marquee { overflow: hidden; padding: 18px 0; color: #fff; background: var(--ink); transform: rotate(-1deg) scale(1.02); position: relative; z-index: 12; }
.marquee-track { display: flex; width: max-content; animation: marquee 24s linear infinite; }
.marquee-row { display: flex; align-items: center; gap: 28px; padding-right: 28px; font-family: Georgia, serif; font-size: clamp(22px, 2.2vw, 34px); font-style: italic; white-space: nowrap; }
.marquee-row b { color: #f4e79b; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(90px, 10vw, 160px) clamp(22px, 7vw, 116px); }
.section-heading { max-width: 780px; }
.section-heading.centered { margin-inline: auto; text-align: center; display: grid; justify-items: center; }
.section-heading h2, .texture-copy h2, .faq-heading h2, .clean-intro h2 { font-size: clamp(54px, 6.2vw, 102px); }
.section-heading h2 em, .texture-copy h2 em, .clean-intro h2 em { color: var(--plum); }
.section-heading > p:last-child, .texture-copy > p, .faq-heading > p, .clean-intro > p { max-width: 640px; margin: 26px 0 0; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.7; color: #655c77; }
.section-action { margin-top: 55px; display: flex; justify-content: center; }
.section-action .cta { background: var(--ink); color: white; }
.section-action .cta-arrow { background: #f4e79b; color: var(--ink); }

.benefits { position: relative; background: radial-gradient(circle at 85% 30%, #ebe5ff, transparent 34%), var(--cream); }
.benefit-stage { margin-top: 70px; display: grid; grid-template-columns: .82fr 1.35fr; align-items: center; gap: 7vw; }
.clock-wrap { min-height: 480px; display: grid; place-items: center; position: relative; transform: translateY(var(--parallax-y, 0)); }
.clock-ring { width: min(360px, 76vw); aspect-ratio: 1; padding: 48px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#8567e6 0 76%, rgba(133,103,230,.1) 76% 100%); box-shadow: 0 35px 80px rgba(88,51,176,.2); animation: breathe 5s ease-in-out infinite; }
.clock-ring::before { content: ""; position: absolute; width: min(300px, 62vw); aspect-ratio: 1; background: var(--cream); border-radius: 50%; box-shadow: inset 0 0 40px rgba(150,113,255,.12); }
.clock-core { position: relative; z-index: 2; display: grid; justify-items: center; line-height: .85; }
.clock-core small, .clock-core span { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 780; }
.clock-core strong { font: 400 clamp(92px, 9vw, 150px)/.82 Georgia, serif; color: var(--plum); letter-spacing: -.08em; }
.clock-tick { position: absolute; z-index: 3; width: 10px; height: 10px; border-radius: 50%; background: #f4e79b; box-shadow: 0 0 0 7px rgba(244,231,155,.25); }
.tick-one { top: 4%; left: 52%; } .tick-two { right: 3%; bottom: 34%; }
.cream-orb { position: absolute; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #f7eabf 55%, #dbcb98); box-shadow: 0 16px 45px rgba(84,54,130,.16); }
.orb-one { width: 74px; aspect-ratio: 1; top: 4%; left: 4%; animation: float 5s ease-in-out infinite; }
.orb-two { width: 42px; aspect-ratio: 1; right: 5%; bottom: 4%; animation: float 6s 1s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(1.025); } }
@keyframes float { 50% { transform: translateY(-18px) rotate(8deg); } }
.benefit-cards { display: grid; gap: 17px; }
.benefit-card { min-height: 160px; padding: 28px; display: grid; grid-template-columns: 72px 1fr; column-gap: 24px; border-radius: 28px; background: rgba(255,255,255,.78); border: 1px solid rgba(111,73,207,.12); box-shadow: 0 20px 60px rgba(83,55,130,.08); transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .18s, box-shadow .25s; }
.benefit-card:hover { box-shadow: 0 25px 70px rgba(83,55,130,.16); }
.benefit-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 68px; aspect-ratio: 1; border-radius: 20px; background: var(--lilac); color: var(--plum); font: 400 27px Georgia, serif; }
.benefit-card:nth-child(2) .benefit-icon { background: var(--mint); color: #267253; }
.benefit-card:nth-child(3) .benefit-icon { background: #fff0bc; color: #8a5a12; }
.benefit-card h3, .ingredient-card h3, .step h3 { margin: 4px 0 8px; font-size: 20px; }
.benefit-card p, .ingredient-card p, .step p { margin: 0; color: #6d657d; line-height: 1.55; font-size: 14px; }

.texture-story { min-height: 850px; display: grid; grid-template-columns: 1fr 1fr; background: #2b1a54; color: white; }
.texture-image { position: relative; min-height: 720px; overflow: hidden; }
.texture-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, #2b1a54 100%), linear-gradient(0deg, rgba(26,11,50,.45), transparent 55%); }
.texture-image img { width: 100%; height: 116%; object-fit: cover; transform: translateY(calc(var(--parallax-y, 0px) - 7%)) scale(1.04); }
.texture-copy { padding: clamp(80px, 9vw, 150px) clamp(32px, 7vw, 110px); align-self: center; }
.texture-copy h2 { font-size: clamp(54px, 5.2vw, 88px); }
.texture-copy > p { color: rgba(255,255,255,.68); }
.texture-copy ul { display: grid; gap: 13px; list-style: none; padding: 0; margin: 28px 0 34px; color: rgba(255,255,255,.86); font-size: 13px; }
.texture-copy li { display: flex; align-items: center; gap: 12px; }
.texture-copy li span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(222,255,188,.16); color: #ddffb8; }
.chapter { display: block; margin-bottom: 55px; font-size: 9px; letter-spacing: .2em; color: #c6b5ff; }

.ingredients { background: #f1edff; display: grid; grid-template-columns: minmax(340px, .85fr) minmax(480px, 1.15fr); gap: 7vw; align-items: center; }
.botanical-photo { min-height: 820px; position: relative; border-radius: 240px 240px 34px 34px; background: url('assets/botanicals-woman.png') center / cover no-repeat; box-shadow: 0 35px 80px rgba(66,43,116,.18); transform: translateY(var(--parallax-y, 0)); overflow: hidden; }
.botanical-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(41,23,80,.5), transparent 45%); }
.botanical-label { position: absolute; z-index: 2; left: 28px; bottom: 30px; color: #fff; font-size: 10px; font-weight: 760; line-height: 1.5; letter-spacing: .18em; }
.ingredient-grid { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ingredient-card { min-height: 112px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 19px; border-radius: 22px; background: color-mix(in srgb, var(--ingredient) 54%, white); border: 1px solid rgba(65,39,116,.08); transition: transform .3s, box-shadow .3s; }
.ingredient-card:hover { transform: translateY(-5px) rotate(-.5deg); box-shadow: 0 17px 40px rgba(67,43,115,.12); }
.ingredient-card > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.64); font-size: 9px; font-weight: 800; }
.ingredient-card h3 { margin: 0 0 4px; font-size: 16px; }
.ingredient-card p { font-size: 12px; }
.ingredient-card i { font-style: normal; opacity: .42; }
.ingredient-copy .section-action { justify-content: flex-start; }

.night-science { min-height: 900px; overflow: hidden; position: relative; isolation: isolate; color: white; background: radial-gradient(circle at 50% 30%, #6f52bd 0%, #342062 47%, #1d103b 100%); }
.night-science::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .23; background-image: radial-gradient(circle, #fff 1px, transparent 1.3px); background-size: 72px 72px; mask-image: linear-gradient(transparent 5%, black 30%, black 75%, transparent); }
.moon { position: absolute; z-index: -1; border-radius: 50%; transform: translateY(var(--parallax-y, 0)); }
.moon-one { width: 330px; aspect-ratio: 1; top: -100px; left: -90px; background: radial-gradient(circle at 30% 25%, #fff, #e6d8ff 45%, #a98eea 80%); box-shadow: 0 0 100px rgba(217,202,255,.35); }
.moon-two { width: 120px; aspect-ratio: 1; right: 9%; bottom: 10%; border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 0 40px rgba(255,255,255,.1); }
.night-science .section-heading h2 em, .faq-heading h2 em, .final-copy h2 em { color: #f4e79b; }
.night-science .section-heading { max-width: 980px; }
.fact-showcase { width: min(980px, 100%); margin: 70px auto 0; }
.fact-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.fact-tabs button { appearance: none; border: 1px solid rgba(255,255,255,.16); border-radius: 18px 18px 0 0; padding: 18px 22px; color: rgba(255,255,255,.54); background: rgba(255,255,255,.04); cursor: pointer; font-family: Georgia, serif; font-size: 22px; text-align: left; transition: .25s; }
.fact-tabs button span { display: block; margin-bottom: 5px; font-family: var(--font-geist-sans), sans-serif; font-size: 8px; letter-spacing: .2em; }
.fact-tabs button:hover, .fact-tabs button.active { color: var(--ink); background: #f4e79b; transform: translateY(-5px); }
.fact-card { min-height: 270px; display: grid; grid-template-columns: .65fr 1.6fr .5fr; gap: 35px; align-items: center; padding: clamp(28px, 4vw, 60px); border-radius: 0 0 32px 32px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(22px); animation: factIn .5s ease both; }
@keyframes factIn { from { opacity: 0; transform: translateY(12px); } }
.fact-marker { font: 400 clamp(62px, 8vw, 120px)/.8 Georgia, serif; color: #f4e79b; letter-spacing: -.08em; }
.fact-card h3 { margin: 0 0 13px; font: 400 clamp(28px, 3vw, 45px) Georgia, serif; }
.fact-card p { margin: 0; color: rgba(255,255,255,.65); line-height: 1.7; font-size: 14px; }
.fact-pulse { position: relative; display: grid; place-items: center; height: 120px; }
.fact-pulse i { position: absolute; width: 35px; aspect-ratio: 1; border: 1px solid #bfaaff; border-radius: 50%; animation: pulse 2.4s infinite; }
.fact-pulse i:nth-child(2) { animation-delay: .8s; }.fact-pulse i:nth-child(3) { animation-delay: 1.6s; }
@keyframes pulse { from { transform: scale(.4); opacity: 1; } to { transform: scale(3); opacity: 0; } }

.ritual { display: grid; grid-template-columns: minmax(480px, 1.05fr) minmax(340px, .75fr); gap: 8vw; align-items: center; background: var(--cream); }
.steps { margin-top: 52px; display: grid; gap: 0; }
.step { display: grid; grid-template-columns: 50px 1fr 24px; gap: 18px; align-items: start; padding: 20px 0; border-bottom: 1px solid rgba(72,49,116,.14); }
.step > span { display: grid; place-items: center; width: 43px; aspect-ratio: 1; border-radius: 50%; color: var(--plum); background: var(--lilac); font-size: 10px; font-weight: 820; }
.step h3 { margin-top: 0; }
.step i { color: var(--plum); font-style: normal; font-size: 20px; }
.ritual-copy .section-action { justify-content: flex-start; }
.ritual-visual { position: relative; transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .16s; }
.ritual-visual img { width: 100%; min-height: 650px; object-fit: cover; border-radius: 220px 220px 36px 36px; box-shadow: 0 35px 80px rgba(58,35,105,.2); }
.tool-note { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 15px 11px 10px; border-radius: 99px; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: 0 15px 35px rgba(37,20,70,.15); backdrop-filter: blur(15px); }
.tool-note b { display: grid; place-items: center; width: 31px; aspect-ratio: 1; border-radius: 50%; background: var(--lilac); font-size: 9px; }
.tool-note span { font-size: 9px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.note-one { left: -12%; top: 20%; }.note-two { right: -7%; top: 48%; }.note-three { left: 4%; bottom: 8%; }

.clean-section { background: #e8f5e9; position: relative; overflow: hidden; }
.clean-card { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.3fr; gap: 5vw; align-items: center; padding: clamp(35px, 5vw, 75px); border-radius: 42px; background: rgba(255,255,255,.78); border: 1px solid rgba(36,102,75,.12); box-shadow: 0 30px 80px rgba(42,93,70,.09); }
.clean-intro h2 { font-size: clamp(50px, 5vw, 82px); }
.clean-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.clean-badges div { min-height: 150px; display: grid; align-content: center; justify-items: center; text-align: center; padding: 20px; border-radius: 24px; background: #f4fbf5; }
.clean-badges span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 12px; border-radius: 50%; background: #d4f0db; color: #286a4e; font: 700 15px Georgia, serif; }
.clean-badges strong { font-size: 14px; }.clean-badges small { margin-top: 4px; font-size: 10px; line-height: 1.4; color: #638071; }
.clean-product { position: absolute; right: -4vw; bottom: -6vw; width: 30vw; min-width: 370px; opacity: .34; transform: translateY(var(--parallax-y, 0)) rotate(-9deg); }
.clean-product img { width: 100%; }
.orbit-copy { display: none; }

.love-section { background: #f8f3ff; }
.love-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.love-card { min-height: 240px; display: grid; align-content: space-between; padding: 28px; border-radius: 120px 120px 28px 28px; color: white; background: #7c5bcc; box-shadow: 0 22px 55px rgba(82,53,143,.12); transform: perspective(850px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform .15s; }
.love-card:nth-child(2) { background: #b997e8; color: var(--ink); border-radius: 28px 28px 120px 120px; }
.love-card:nth-child(3) { background: #f4e79b; color: var(--ink); }
.love-card:nth-child(4) { background: #4a8c70; }
.love-card > span { font-size: 10px; letter-spacing: .1em; }
.love-card p { margin: 30px 0; font: 400 clamp(20px, 2vw, 30px)/1.15 Georgia, serif; }
.love-card small { font-size: 7px; font-weight: 800; letter-spacing: .13em; opacity: .58; }
.study-note { margin: 25px auto 0; max-width: 850px; text-align: center; color: #81798e; font-size: 10px; line-height: 1.6; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; color: white; background: #27164e; }
.faq-heading { align-self: start; position: sticky; top: 80px; }
.faq-heading h2 { font-size: clamp(55px, 5.5vw, 90px); }
.faq-heading > p { color: rgba(255,255,255,.6); }
.faq-heading .cta { margin-top: 30px; }
.faq-list { display: grid; }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.16); }
.faq-list summary { min-height: 105px; list-style: none; display: grid; grid-template-columns: 38px 1fr 35px; gap: 18px; align-items: center; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { font-size: 9px; color: #bfa8ff; letter-spacing: .14em; }
.faq-list summary strong { font-size: clamp(16px, 1.4vw, 21px); font-weight: 560; }
.faq-list summary i { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-style: normal; transition: transform .3s, background .3s; }
.faq-list details[open] summary i { transform: rotate(45deg); background: #f4e79b; color: var(--ink); }
.faq-list details > p { margin: -9px 50px 32px 56px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; }

.final-cta { min-height: 760px; position: relative; isolation: isolate; display: grid; place-items: center; overflow: hidden; color: white; text-align: center; background: #3c286d; }
.final-photo { position: absolute; z-index: -3; inset: -10%; background: url('assets/hero-woman.png') center 36% / cover no-repeat; transform: translateY(var(--parallax-y, 0)); filter: saturate(.85); }
.final-cta::after { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(0deg, rgba(26,11,57,.9), rgba(46,26,87,.5)); }
.final-glow { position: absolute; z-index: -1; width: 580px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(207,255,225,.28), transparent 67%); animation: breathe 4s ease-in-out infinite; }
.final-copy { display: grid; justify-items: center; max-width: 860px; }
.final-copy h2 { font-size: clamp(78px, 10vw, 160px); }
.final-copy p { max-width: 520px; margin: 28px 0 32px; color: rgba(255,255,255,.72); line-height: 1.65; }

footer { min-height: 150px; padding: 40px clamp(22px, 7vw, 116px); display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 30px; background: #160b2f; color: rgba(255,255,255,.65); }
.footer-brand { color: white; }
footer p { margin: 0; text-align: center; font-size: 9px; line-height: 1.6; }
footer > a { justify-self: end; font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; color: #f4e79b; }

.floating-buy { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: none; align-items: center; gap: 12px; padding: 10px 10px 10px 20px; border-radius: 99px; color: white; background: var(--ink); box-shadow: 0 15px 45px rgba(24,10,54,.3); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.floating-buy span:last-child { display: grid; place-items: center; width: 36px; aspect-ratio: 1; border-radius: 50%; color: var(--ink); background: #f4e79b; font-size: 18px; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.domino { transition-delay: var(--delay, 0ms); }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .hero { grid-template-columns: 1fr .65fr; padding-inline: 5vw; }
  .hero-product { width: 38vw; }
  .benefit-stage { gap: 3vw; }
  .ingredients { grid-template-columns: .85fr 1.15fr; gap: 4vw; }
  .botanical-photo { min-height: 690px; }
  .love-grid { grid-template-columns: repeat(2, 1fr); }
  .clean-product { opacity: .2; }
}

@media (max-width: 760px) {
  .site-header { padding: 20px; }
  .nav-buy { padding: 10px 15px; font-size: 9px; }
  .hero { min-height: 1040px; display: block; padding: 122px 20px 65px; }
  .hero-photo { inset: 0; background-position: 52% 18%; background-size: auto 69%; background-repeat: no-repeat; }
  .hero-scrim { background: linear-gradient(0deg, rgba(29,13,64,.97) 0%, rgba(31,14,68,.91) 43%, rgba(29,13,64,.16) 78%, rgba(29,13,64,.45) 100%); }
  .hero-copy { position: absolute; left: 20px; right: 20px; bottom: 80px; width: auto; }
  .hero h1 { font-size: clamp(66px, 21vw, 92px); line-height: .82; }
  .hero-lead { font-size: 14px; margin-block: 20px 24px; }
  .hero-product { position: absolute; right: -25px; top: 380px; width: 230px; }
  .hero-product .product-sticker, .hero-product .product-caption { display: none; }
  .mini-proof { flex-wrap: wrap; font-size: 8px; }
  .scroll-cue { display: none; }
  .floating-buy { display: flex; }
  .section-pad { padding: 84px 20px; }
  .section-heading h2, .texture-copy h2, .faq-heading h2, .clean-intro h2 { font-size: clamp(48px, 15vw, 66px); line-height: .88; }
  .section-heading > p:last-child, .texture-copy > p, .faq-heading > p, .clean-intro > p { font-size: 15px; }
  .benefit-stage { grid-template-columns: 1fr; margin-top: 35px; }
  .clock-wrap { min-height: 380px; }
  .clock-ring { width: 285px; }
  .clock-ring::before { width: 235px; }
  .benefit-card { grid-template-columns: 58px 1fr; padding: 22px; }
  .benefit-icon { width: 56px; }
  .texture-story { grid-template-columns: 1fr; }
  .texture-image { min-height: 520px; }
  .texture-image::after { background: linear-gradient(0deg, #2b1a54 0%, transparent 28%); }
  .texture-copy { padding: 50px 20px 85px; }
  .chapter { margin-bottom: 35px; }
  .ingredients { grid-template-columns: 1fr; }
  .botanical-photo { min-height: 590px; border-radius: 180px 180px 28px 28px; order: 2; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .ingredient-copy .section-action { justify-content: center; }
  .night-science { min-height: auto; }
  .fact-showcase { margin-top: 45px; }
  .fact-tabs button { padding: 14px 10px; font-size: 14px; }
  .fact-card { grid-template-columns: 1fr; gap: 20px; }
  .fact-pulse { display: none; }
  .ritual { grid-template-columns: 1fr; }
  .ritual-copy .section-action { justify-content: center; }
  .ritual-visual { margin-top: 20px; }
  .ritual-visual img { min-height: 560px; border-radius: 170px 170px 28px 28px; }
  .tool-note { transform: scale(.88); }
  .note-one { left: -3%; }.note-two { right: -3%; }
  .clean-card { grid-template-columns: 1fr; padding: 28px 20px; }
  .clean-badges { gap: 9px; }
  .clean-badges div { min-height: 145px; padding: 14px 8px; }
  .clean-product { display: none; }
  .love-grid { grid-template-columns: 1fr; }
  .love-card { min-height: 200px; border-radius: 100px 100px 25px 25px; }
  .faq { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .faq-list summary { min-height: 92px; grid-template-columns: 26px 1fr 34px; gap: 11px; }
  .faq-list details > p { margin-left: 37px; margin-right: 30px; }
  .final-cta { min-height: 720px; }
  .final-copy h2 { font-size: clamp(70px, 22vw, 100px); }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .footer-brand, footer > a { justify-self: center; }
}

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