:root {
  --ink: #152c34;
  --ink-soft: #37515a;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --coral: #ef785e;
  --coral-light: #f5a081;
  --apricot: #f4bd78;
  --blue: #dce9eb;
  --line: rgba(21,44,52,.14);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; height: auto; }

.concept-bar { padding: 8px 5%; background: var(--ink); color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .06em; text-align: center; }
.concept-bar span { margin-right: 10px; padding: 3px 7px; color: var(--ink); background: var(--apricot); border-radius: 999px; font-weight: 700; text-transform: uppercase; }
.announcement { padding: 10px 5%; text-align: center; background: var(--coral); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.announcement span { padding: 0 8px; opacity: .55; }

.site-header { position: sticky; top: 0; z-index: 30; height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 5%; border-bottom: 1px solid var(--line); background: var(--paper); }
.brand { font: 600 21px/1 var(--display); letter-spacing: .29em; }
.site-header nav { display: flex; gap: 32px; font-size: 13px; }
.site-header nav a { position: relative; }
.site-header nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--ink); transition: .25s; }
.site-header nav a:hover:after { right: 0; }
.header-cta { justify-self: end; font-size: 13px; font-weight: 600; }
.header-cta span { margin-left: 7px; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); }

.hero { min-height: 760px; display: grid; grid-template-columns: 48% 52%; overflow: hidden; background: linear-gradient(112deg,#faf6ef 0%,#faf6ef 48%,#f4b48e 48%,#ee8064 100%); }
.hero-copy { align-self: center; padding: 90px 8% 90px 10%; }
.eyebrow, .section-label { margin-bottom: 24px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--coral); }
h1,h2 { margin: 0; font: 500 64px/1.04 var(--display); letter-spacing: -.052em; }
h1 em,h2 em { font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 560px; margin: 28px 0 24px; color: var(--ink-soft); font-size: 18px; line-height: 1.6; }
.hero-points { display: grid; gap: 10px; margin: 0 0 34px; font-size: 14px; }
.hero-points b { display: inline-grid; width: 19px; height: 19px; margin-right: 8px; place-items: center; border-radius: 50%; background: var(--blue); font-size: 11px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 26px; border: 0; border-radius: 3px; font-weight: 600; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(21,44,52,.14); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: var(--paper); color: var(--ink); }
.microcopy { max-width: 480px; margin: 15px 0 0; color: #718087; font-size: 10px; line-height: 1.45; }

.hero-visual { position: relative; display: grid; place-items: center; min-width: 0; }
.product-bottle { position: relative; z-index: 3; width: min(78%,650px); max-height: 690px; object-fit: contain; }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.orbit-one { width: 530px; height: 530px; }
.orbit-two { width: 660px; height: 660px; }
.ingredient-chip { position: absolute; z-index: 5; width: 108px; height: 108px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: #fff8ef; box-shadow: 0 10px 24px rgba(79,42,28,.08); }
.ingredient-chip b { font-size: 11px; letter-spacing: .08em; }
.ingredient-chip small { margin-top: 4px; color: var(--ink-soft); }
.chip-one { left: 5%; top: 17%; }
.chip-two { right: 7%; top: 27%; }
.chip-three { left: 12%; bottom: 22%; }
.hero-note { position: absolute; right: 8%; bottom: 8%; z-index: 5; padding: 13px 18px; border-left: 1px solid rgba(255,255,255,.7); color: #fff; font-size: 12px; }
.hero-note span { margin-right: 10px; opacity: .65; }

.trust-strip { display: flex; align-items: center; justify-content: center; gap: 32px; padding: 21px 5%; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--coral); }

.brand-intro { padding: 92px 8%; text-align: center; background: var(--paper); }
.brand-intro .section-label { margin-bottom: 30px; }
.brand-intro p { max-width: 970px; margin: 0 auto; font: 500 clamp(34px,4.2vw,62px)/1.12 var(--display); letter-spacing: -.045em; }
.brand-intro > span { display: block; margin-top: 28px; color: var(--ink-soft); font-size: 13px; }

.problem-section, .angle-section, .comparison-section, .faq-section { padding: 115px 8%; }
.problem-grid { display: grid; grid-template-columns: 1.05fr .72fr; gap: 10%; align-items: end; }
.problem-grid h2,.angle-section h2,.routine-copy h2,.comparison-section h2,.faq-section h2 { font-size: clamp(44px,5vw,70px); }
.problem-copy { color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.problem-copy p { margin: 0 0 18px; }
.moment-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 75px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.moment-grid article { padding: 32px 36px 36px 0; }
.moment-grid article + article { padding-left: 36px; border-left: 1px solid var(--line); }
.moment-grid span { color: var(--coral); font-size: 11px; font-weight: 700; }
.moment-grid h3 { margin: 42px 0 12px; font: 600 22px/1.2 var(--display); }
.moment-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.mechanism-section { display: grid; grid-template-columns: .88fr 1.12fr; gap: 8%; padding: 115px 8%; color: #fff; background: var(--ink); }
.section-label-light { color: rgba(255,255,255,.55); }
.mechanism-intro h2 { font-size: clamp(48px,5vw,72px); }
.mechanism-intro > p { max-width: 430px; margin-top: 28px; color: rgba(255,255,255,.64); line-height: 1.7; }
.enzyme-list { border-top: 1px solid rgba(255,255,255,.18); }
.enzyme-list article { display: grid; grid-template-columns: 38px 1fr auto; gap: 22px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.enzyme-list article > b { color: var(--coral-light); font-size: 11px; }
.enzyme-list h3 { margin: 0 0 5px; font: 500 19px var(--display); }
.enzyme-list p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.enzyme-list article > span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.7); font-size: 10px; text-transform: uppercase; }

.routine-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; }
.routine-photo { position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#ef9276,#f7c68a); }
.routine-photo:before { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; }
.routine-photo img { position: relative; z-index: 2; width: min(60%,500px); max-height: 620px; object-fit: contain; }
.routine-photo.lifestyle-photo:before { display: none; }
.routine-photo.lifestyle-photo img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.routine-photo.lifestyle-photo:after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg,transparent 55%,rgba(21,44,52,.15)); pointer-events: none; }
.routine-photo.lifestyle-photo .routine-card { z-index: 4; }
.routine-card { position: absolute; left: 6%; top: 8%; z-index: 4; width: 220px; padding: 24px; background: rgba(255,253,248,.92); box-shadow: 0 20px 60px rgba(67,38,25,.1); }
.routine-card span { font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.routine-card strong { display: block; margin: 18px 0 10px; font: 600 24px/1.15 var(--display); }
.routine-card p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.routine-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 11%; background: var(--cream); }
.steps { margin-top: 48px; border-top: 1px solid var(--line); }
.steps > div { display: flex; gap: 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.steps > div > b { color: var(--coral); font-size: 11px; }
.steps span { display: flex; flex-direction: column; gap: 4px; }
.steps strong { font: 600 16px var(--display); }
.steps small { color: var(--ink-soft); font-size: 12px; }

.angle-section { text-align: center; }
.angle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 64px; text-align: left; }
.angle-card { min-height: 420px; display: flex; flex-direction: column; padding: 35px; }
.angle-card span { font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.angle-card h3 { margin: auto 0 18px; font: 500 30px/1.17 var(--display); letter-spacing: -.03em; }
.angle-card p { min-height: 66px; margin: 0 0 28px; font-size: 14px; line-height: 1.6; opacity: .72; }
.angle-card b { font-size: 12px; }
.angle-card.coral { background: var(--coral); color: white; }
.angle-card.cream { background: var(--cream); }
.angle-card.blue { background: var(--blue); }

.buy-section { display: grid; grid-template-columns: 1.08fr .92fr; background: #f2ebe0; }
.buy-gallery { position: relative; min-height: 850px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 48%,#f9c59b 0 24%,transparent 24.2%),linear-gradient(135deg,#e4eef0,#d4e2e5); }
.buy-gallery:before,.buy-gallery:after { content: ""; position: absolute; border: 1px solid rgba(21,44,52,.15); border-radius: 50%; }
.buy-gallery:before { width: 620px; height: 620px; }
.buy-gallery:after { width: 760px; height: 760px; }
.buy-gallery img { position: relative; z-index: 2; width: min(65%,560px); max-height: 700px; object-fit: contain; }
.gallery-tag { position: absolute; top: 35px; left: 40px; z-index: 3; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.gallery-callout { position: absolute; z-index: 4; display: flex; gap: 10px; align-items: center; font-size: 11px; line-height: 1.35; }
.gallery-callout small { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--paper); }
.gallery-callout.left { left: 6%; bottom: 16%; }
.gallery-callout.right { right: 6%; top: 18%; }
.buy-card { align-self: center; padding: 80px 12%; }
.buy-card h2 { font-size: 54px; }
.buy-subtitle { margin: 12px 0 30px; color: var(--ink-soft); }
.purchase-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.purchase-tab { position: relative; display: flex; flex-direction: column; gap: 5px; padding: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.55); color: var(--ink); text-align: left; cursor: pointer; }
.purchase-tab.active { border: 2px solid var(--ink); background: #fff; padding: 17px; }
.purchase-tab span { font-size: 12px; }
.purchase-tab b { font-size: 18px; }
.purchase-tab em { position: absolute; top: -10px; right: 9px; padding: 4px 7px; background: var(--coral); color: #fff; font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .08em; }
.subscription-copy { margin: 11px 0 28px; color: var(--ink-soft); font-size: 11px; line-height: 1.45; }
.subscription-copy b { color: var(--ink); }
.bundle-title { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 12px; }
.bundle-title span { color: var(--coral); font-weight: 700; }
.bundle-options { display: grid; gap: 9px; }
.bundle-option { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 15px 17px; border: 1px solid var(--line); background: rgba(255,255,255,.55); color: var(--ink); text-align: left; cursor: pointer; }
.bundle-option.active { border: 2px solid var(--ink); background: #fff; padding: 14px 16px; }
.bundle-option > i { position: absolute; top: -9px; right: 12px; padding: 4px 7px; background: var(--ink); color: #fff; font-size: 8px; font-style: normal; letter-spacing: .08em; }
.bundle-option span { display: flex; flex-direction: column; gap: 3px; }
.bundle-option b { font-size: 13px; }
.bundle-option small { color: var(--ink-soft); }
.bundle-option strong { font-size: 15px; }
.add-button { width: 100%; margin-top: 18px; }
.buy-assurances { display: flex; justify-content: space-between; gap: 8px; margin: 14px 0; color: var(--ink-soft); font-size: 9px; text-transform: uppercase; }
.buy-disclaimer { color: #77868a; font-size: 9px; line-height: 1.45; }

.comparison-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; align-items: center; }
.comparison-table { font-size: 12px; }
.comparison-table > div { display: grid; grid-template-columns: 1.6fr repeat(3,.55fr); align-items: center; min-height: 58px; border-bottom: 1px solid var(--line); text-align: center; }
.comparison-table > div span { text-align: left; }
.comparison-table b { color: var(--coral); }
.comparison-head { font-size: 10px; text-transform: uppercase; }
.comparison-head b { color: var(--ink); }
.comparison-table i { color: #9aa5a7; font-style: normal; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10%; background: var(--cream); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font: 500 17px var(--display); }
summary::-webkit-details-marker { display: none; }
summary span { transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -8px 50px 25px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.closing-section { padding: 120px 6%; color: #fff; background: var(--coral); text-align: center; }
.closing-section p { font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.closing-section h2 { margin: 28px 0 38px; font-size: clamp(50px,7vw,90px); }
footer { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; padding: 55px 6% 30px; color: rgba(255,255,255,.75); background: var(--ink); }
.footer-brand { color: #fff; }
footer p { grid-column: 1; margin: 0; font-size: 13px; }
footer div { grid-row: 1/3; grid-column: 2; display: flex; gap: 24px; font-size: 12px; }
footer small { grid-column: 1/-1; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: 9px; line-height: 1.5; }

.toast { position: fixed; left: 50%; bottom: 24px; z-index: 60; max-width: calc(100% - 30px); padding: 14px 20px; transform: translate(-50%,120px); border-radius: 4px; background: var(--ink); color: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.23); font-size: 12px; text-align: center; opacity: 0; transition: .35s; }
.toast.show { transform: translate(-50%,0); opacity: 1; }
.reveal { animation: reveal .85s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { animation: none; }
  .button { transition: none; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { position: absolute; top: 74px; left: 0; right: 0; display: none; flex-direction: column; gap: 22px; padding: 24px 6%; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-header nav.open { display: flex; }
  .header-cta { display: none; }
  .menu-button { display: block; justify-self: end; }
  .hero { min-height: 0; grid-template-columns: 1fr; background: linear-gradient(180deg,#faf6ef 0 47%,#f3a27f 47% 100%); }
  .hero-copy { padding: 75px 7% 65px; }
  .hero-visual { min-height: 650px; }
  .problem-grid,.mechanism-section,.routine-section,.buy-section,.comparison-section,.faq-section { grid-template-columns: 1fr; }
  .problem-grid { gap: 35px; }
  .mechanism-section { gap: 65px; }
  .routine-photo { min-height: 650px; }
  .buy-gallery { min-height: 720px; }
  .buy-card { padding: 70px 8%; }
  .comparison-section,.faq-section { gap: 70px; }
}

@media (max-width: 680px) {
  .concept-bar { font-size: 9px; }
  .announcement { font-size: 10px; }
  .site-header { height: 64px; padding: 0 5%; }
  .site-header nav { top: 64px; }
  .brand { font-size: 18px; }
  .hero-copy { padding: 58px 6% 55px; }
  h1 { font-size: 47px; }
  .hero-lede { font-size: 16px; }
  .hero-visual { min-height: 530px; }
  .product-bottle { width: 88%; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 470px; height: 470px; }
  .ingredient-chip { width: 80px; height: 80px; }
  .ingredient-chip b { font-size: 8px; }
  .chip-one { top: 9%; left: 4%; }
  .chip-two { right: 4%; top: 22%; }
  .chip-three { bottom: 16%; left: 5%; }
  .hero-note { bottom: 5%; }
  .trust-strip { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .problem-section,.angle-section,.comparison-section,.faq-section,.mechanism-section { padding: 80px 6%; }
  .brand-intro { padding: 72px 6%; }
  .problem-grid h2,.angle-section h2,.routine-copy h2,.comparison-section h2,.faq-section h2 { font-size: 44px; }
  .moment-grid,.angle-grid { grid-template-columns: 1fr; }
  .moment-grid article,.moment-grid article + article { padding: 27px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .moment-grid h3 { margin-top: 24px; }
  .enzyme-list article { grid-template-columns: 30px 1fr; }
  .enzyme-list article > span { display: none; }
  .routine-photo { min-height: 540px; }
  .routine-photo img { width: 78%; }
  .routine-card { width: 190px; padding: 19px; }
  .routine-copy { padding: 75px 7%; }
  .angle-card { min-height: 360px; }
  .angle-card h3 { font-size: 27px; }
  .buy-gallery { min-height: 560px; }
  .buy-gallery img { width: 82%; }
  .gallery-callout.right { display: none; }
  .buy-card { padding: 65px 6%; }
  .buy-card h2 { font-size: 46px; }
  .purchase-tabs { grid-template-columns: 1fr; }
  .comparison-table { overflow-x: auto; }
  .comparison-table > div { min-width: 570px; }
  .closing-section { padding: 90px 6%; }
  footer { grid-template-columns: 1fr; }
  footer div { grid-row: auto; grid-column: 1; flex-wrap: wrap; }
}
