:root {
  --ink: #261925;
  --muted: #6f626d;
  --plum-950: #1d0e1d;
  --plum-900: #2b1429;
  --plum-800: #3b1b39;
  --plum-700: #572551;
  --berry: #9a4d77;
  --rose: #d9a2b8;
  --coral: #ec6748;
  --coral-dark: #cf4c32;
  --cream: #fbf7f2;
  --sand: #f2e9df;
  --paper: #fffdf9;
  --sage: #dfe9df;
  --green: #356a50;
  --line: rgba(43, 20, 41, .13);
  --white-line: rgba(255, 255, 255, .16);
  --shadow: 0 22px 60px rgba(38, 16, 35, .12);
  --display: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.landing-page { padding-bottom: 78px; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; }
h1, h2, h3, p, ul, ol, dl, dd { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.045em; }
h3 { line-height: 1.25; }
p { color: var(--muted); }
.shell { width: min(100% - 32px, 1200px); margin-inline: auto; }
.section { padding: 76px 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-140%); padding: 10px 16px; border-radius: 8px; background: #fff; color: #000; font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }

.announcement { position: relative; z-index: 51; background: var(--plum-950); color: #fff; }
.announcement__inner { display: flex; min-height: 34px; align-items: center; justify-content: center; gap: 9px; font-size: .67rem; font-weight: 750; letter-spacing: .045em; line-height: 1.25; text-align: center; text-transform: uppercase; }
.announcement__dot { width: 3px; height: 3px; flex: none; border-radius: 50%; background: var(--coral); }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 253, 249, .9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--plum-900); font-family: var(--display); font-size: 1.55rem; font-weight: 600; letter-spacing: -.035em; line-height: 1; }
.brand__mark { width: 26px; height: 26px; }
.site-nav { display: none; }
.site-header__cta .cta-form { margin: 0; }
.site-header__cta .button { min-height: 42px; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; width: 100%; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(135deg, var(--coral), #df543e); color: #fff; font-weight: 800; line-height: 1.2; box-shadow: 0 12px 28px rgba(217, 82, 56, .24); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.button > span:last-child { font-size: 1.25rem; font-weight: 500; line-height: 1; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(217, 82, 56, .3); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #ef8b74; outline-offset: 4px; }
.button--small { width: auto; min-height: 40px; gap: 10px; padding: 9px 15px; font-size: .78rem; white-space: nowrap; }
.button--outline { border-color: var(--plum-900); background: transparent; color: var(--plum-900); box-shadow: none; }
.button--outline:hover { background: var(--plum-900); color: #fff; box-shadow: none; }
.button--light { background: #fff; color: var(--plum-900); box-shadow: 0 12px 32px rgba(13, 5, 14, .2); }
.button--large { min-height: 60px; }
.cta-form { margin: 0; }
.cta-note { display: flex; align-items: center; gap: 7px; margin-top: 11px; color: rgba(255, 255, 255, .67); font-size: .72rem; }
.cta-note span { color: var(--coral); }

.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; color: #f3cbd8; font-size: .7rem; font-weight: 850; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: var(--coral); }
.eyebrow--dark { color: var(--berry); }
.eyebrow--light { color: #f5c7d7; }
.section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.section-heading--left { margin-inline: 0; text-align: left; }
.section-heading h2 { color: var(--plum-900); font-size: clamp(2.05rem, 8.2vw, 3.3rem); line-height: 1.04; }
.section-heading > p:last-child { margin: 16px auto 0; max-width: 650px; font-size: 1.02rem; }

.hero { position: relative; overflow: hidden; padding: 54px 0 0; background: var(--plum-900); color: #fff; }
.hero::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px); background-size: 22px 22px; content: ""; opacity: .45; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero__glow--one { top: -160px; right: -210px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(164, 81, 126, .46), transparent 68%); }
.hero__glow--two { bottom: 0; left: -220px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(236, 103, 72, .13), transparent 70%); }
.hero__grid { position: relative; z-index: 1; display: grid; gap: 38px; }
.hero__copy { position: relative; z-index: 2; }
.hero h1 { max-width: 640px; color: #fff; font-size: clamp(2.65rem, 12.5vw, 5.4rem); line-height: .96; }
.hero h1 em { display: block; color: #e6aabe; font-weight: 400; }
.hero__lead { max-width: 610px; margin-top: 22px; color: rgba(255,255,255,.77); font-size: 1.04rem; line-height: 1.65; }
.hero__points { display: grid; gap: 11px; margin: 24px 0; padding: 0; list-style: none; }
.hero__points li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.78); font-size: .91rem; line-height: 1.5; }
.hero__points strong { color: #fff; }
.check { display: inline-grid; width: 22px; height: 22px; flex: none; place-items: center; margin-top: 1px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(236,103,72,.15); color: #ff967e; font-size: .73rem; font-weight: 900; }
.hero__actions { display: grid; gap: 15px; }
.text-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: rgba(255,255,255,.75); font-size: .85rem; font-weight: 700; }
.hero__visual { position: relative; margin: 0 -16px; }
.hero__image-frame { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: 30px 30px 0 0; background: #e7dcd0; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.hero__image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge { position: absolute; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 14px; background: rgba(255,253,249,.9); color: var(--plum-900); font-size: .7rem; font-weight: 750; line-height: 1.25; box-shadow: 0 8px 26px rgba(43,20,41,.15); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.hero__badge--top { top: 16px; right: 14px; }
.hero__badge--bottom { bottom: 16px; left: 14px; }
.hero__badge strong { color: var(--coral); font-family: var(--display); font-size: 1.9rem; line-height: 1; }
.badge-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--plum-900); color: #fff; font-size: 1rem; }
.hero__proof { position: relative; z-index: 2; display: grid; margin-top: 0; padding: 20px 0; border-top: 1px solid var(--white-line); gap: 10px; }
.hero__proof > div { display: flex; align-items: center; gap: 11px; min-width: 0; }
.proof-icon { display: grid; width: 34px; height: 34px; flex: none; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #f7c5d6; font-family: var(--display); font-size: .82rem; font-weight: 700; }
.hero__proof p { display: grid; color: #fff; font-size: .77rem; line-height: 1.3; }
.hero__proof p span { color: rgba(255,255,255,.57); font-size: .68rem; }

.benefit-ribbon { border-bottom: 1px solid var(--line); background: var(--cream); }
.benefit-ribbon__grid { display: grid; }
.benefit-ribbon article { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.benefit-ribbon article:last-child { border-bottom: 0; }
.benefit-ribbon article > span { color: var(--coral); font-family: var(--display); font-size: .85rem; font-weight: 700; }
.benefit-ribbon h2 { color: var(--plum-900); font-family: var(--sans); font-size: .92rem; font-weight: 800; letter-spacing: 0; }
.benefit-ribbon p { margin-top: 3px; font-size: .79rem; line-height: 1.5; }

.context { background: var(--paper); }
.context__grid { display: grid; gap: 25px; }
.context .section-heading { margin-bottom: 0; }
.context__copy { display: grid; gap: 16px; }
.lead-copy { color: var(--plum-900); font-family: var(--display); font-size: 1.35rem; line-height: 1.42; }
.context__note { display: flex; gap: 12px; padding: 15px; border-left: 3px solid var(--coral); background: var(--cream); }
.context__note > span { display: grid; width: 25px; height: 25px; flex: none; place-items: center; border-radius: 50%; background: var(--plum-900); color: #fff; font-family: var(--display); font-size: .78rem; }
.context__note p { font-size: .78rem; line-height: 1.5; }

.product-showcase { background: var(--sand); }
.product-showcase__grid { display: grid; gap: 35px; }
.product-showcase__visual { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #e7dfd7; box-shadow: var(--shadow); }
.product-showcase__visual img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-showcase__caption { position: absolute; right: 12px; bottom: 12px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.82); color: #62545f; font-size: .62rem; font-weight: 650; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.product-showcase__content h2, .routine__content h2 { color: var(--plum-900); font-family: var(--display); font-size: clamp(2.2rem, 9vw, 3.5rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.product-showcase__content > p:not(.eyebrow) { margin-top: 18px; }
.product-facts { display: grid; margin: 25px 0; border-top: 1px solid var(--line); }
.product-facts div { display: grid; grid-template-columns: 115px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.product-facts dt { color: var(--muted); }
.product-facts dd { color: var(--plum-900); font-weight: 750; }

.mechanism { overflow: hidden; background: var(--plum-900); color: #fff; }
.mechanism .section-heading h2 { color: #fff; }
.mechanism .section-heading > p:last-child { color: rgba(255,255,255,.65); }
.mechanism__track { display: grid; gap: 14px; }
.mechanism__track article { position: relative; overflow: hidden; padding: 27px 23px; border: 1px solid var(--white-line); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); }
.mechanism__number { position: absolute; top: 12px; right: 18px; color: rgba(255,255,255,.09); font-family: var(--display); font-size: 3.7rem; line-height: 1; }
.mechanism__icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 40px; border-radius: 13px; background: var(--coral); color: #fff; font-size: 1.3rem; }
.mechanism h3 { margin-bottom: 9px; font-family: var(--display); font-size: 1.5rem; font-weight: 500; }
.mechanism article p { color: rgba(255,255,255,.63); font-size: .87rem; }

.ingredients { background: var(--cream); }
.ingredients__intro { display: grid; gap: 6px; margin-bottom: 30px; }
.ingredients__intro .section-heading { margin-bottom: 0; }
.ingredients__intro > p { font-size: .9rem; }
.ingredient-grid { display: grid; gap: 12px; }
.ingredient-card { display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: rgba(255,255,255,.72); }
.ingredient-card--featured { border-color: rgba(154,77,119,.36); background: #fff; box-shadow: 0 15px 35px rgba(43,20,41,.08); }
.ingredient-card__symbol { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--plum-900); color: #fff; font-family: var(--display); font-size: .92rem; font-weight: 700; }
.ingredient-card h3 { color: var(--plum-900); font-size: 1rem; }
.ingredient-card p { margin-top: 7px; font-size: .79rem; line-height: 1.5; }
.ingredient-card__type { display: block; margin-top: 10px; color: var(--berry); font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ingredients__foot { display: grid; gap: 18px; align-items: center; margin-top: 24px; padding: 20px; border-radius: var(--radius-md); background: var(--sage); }
.ingredients__foot p { color: #405148; font-size: .8rem; }

.benefit-depth { background: var(--paper); }
.benefit-depth__grid { display: grid; gap: 14px; }
.benefit-depth article { position: relative; padding: 26px 22px; border-top: 3px solid var(--plum-900); background: var(--cream); }
.benefit-depth__label { color: var(--coral-dark); font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.benefit-depth h3 { margin: 14px 0 20px; color: var(--plum-900); font-family: var(--display); font-size: 1.75rem; font-weight: 500; }
.benefit-depth article p { margin-top: 11px; font-size: .83rem; }
.benefit-depth article strong { color: var(--plum-900); }

.routine { background: var(--sand); }
.routine__grid { display: grid; gap: 37px; }
.routine__visual { position: relative; }
.routine__visual picture { display: block; overflow: hidden; border-radius: 46% 46% var(--radius-lg) var(--radius-lg); box-shadow: var(--shadow); }
.routine__visual img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.routine__quote { position: relative; width: calc(100% - 26px); margin: -35px auto 0; padding: 17px; border-radius: 17px; background: #fff; box-shadow: 0 14px 35px rgba(43,20,41,.15); }
.routine__quote span { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 8px; border-radius: 50%; background: var(--cream); }
.routine__quote p { color: var(--plum-900); font-family: var(--display); font-size: 1.08rem; line-height: 1.35; }
.steps { display: grid; gap: 0; margin: 28px 0 22px; padding: 0; list-style: none; }
.steps li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding-bottom: 22px; }
.steps li:not(:last-child)::after { position: absolute; top: 41px; bottom: 3px; left: 20px; width: 1px; background: rgba(43,20,41,.2); content: ""; }
.steps li > span { position: relative; z-index: 1; display: grid; width: 41px; height: 41px; place-items: center; border-radius: 50%; background: var(--plum-900); color: #fff; font-family: var(--display); }
.steps h3 { margin: 2px 0 5px; color: var(--plum-900); font-size: 1rem; }
.steps p { font-size: .82rem; line-height: 1.55; }
.routine__warning { margin-bottom: 22px; padding: 13px 15px; border-radius: 12px; background: rgba(255,255,255,.62); color: var(--muted); font-size: .72rem; line-height: 1.5; }
.routine__warning strong { color: var(--plum-900); }

.comparison { background: var(--plum-800); color: #fff; }
.comparison__grid { display: grid; gap: 30px; }
.comparison__copy h2 { color: #fff; font-size: clamp(2.1rem, 9vw, 3.5rem); line-height: 1.03; }
.comparison__copy > p:last-child { margin-top: 18px; color: rgba(255,255,255,.65); }
.comparison__table { overflow: hidden; border: 1px solid var(--white-line); border-radius: var(--radius-md); background: rgba(255,255,255,.04); }
.comparison__row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--white-line); }
.comparison__row:last-child { border-bottom: 0; }
.comparison__row span { padding: 14px 12px; color: rgba(255,255,255,.73); font-size: .72rem; line-height: 1.4; }
.comparison__row span + span { border-left: 1px solid var(--white-line); }
.comparison__row--head { background: rgba(255,255,255,.08); }
.comparison__row--head span { color: #fff; font-size: .74rem; font-weight: 850; text-transform: uppercase; }
.comparison__row i { display: inline-grid; width: 18px; height: 18px; place-items: center; margin-right: 3px; border-radius: 50%; background: rgba(236,103,72,.18); color: #ff9d87; font-style: normal; font-weight: 900; }

.trust { background: var(--paper); }
.trust__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.trust article { padding: 20px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.trust article > span { color: var(--coral); font-family: var(--display); font-size: .78rem; font-weight: 700; }
.trust h3 { margin: 16px 0 7px; color: var(--plum-900); font-size: .91rem; }
.trust p { font-size: .72rem; line-height: 1.5; }

.offers { background: var(--cream); }
.offer-grid { display: grid; gap: 18px; }
.offer-card { position: relative; display: flex; flex-direction: column; padding: 25px 20px 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 13px 35px rgba(43,20,41,.07); }
.offer-card--featured { border: 2px solid var(--coral); }
.offer-card__flag { position: absolute; top: -14px; left: 50%; width: max-content; max-width: calc(100% - 30px); transform: translateX(-50%); padding: 7px 14px; border-radius: 999px; background: var(--coral); color: #fff; font-size: .63rem; font-weight: 900; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.offer-card__head { text-align: center; }
.offer-card__head > span { color: var(--coral-dark); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.offer-card h3 { margin-top: 4px; color: var(--plum-900); font-family: var(--display); font-size: 2rem; font-weight: 500; }
.offer-card__head p { font-size: .75rem; }
.offer-card img { width: min(75%, 280px); margin: 6px auto -3px; aspect-ratio: 1; object-fit: contain; }
.offer-card__price { display: grid; margin-bottom: 18px; text-align: center; }
.offer-card__price span { color: var(--plum-900); font-family: var(--display); font-size: 2.25rem; font-weight: 600; line-height: 1; }
.offer-card__price small { color: var(--muted); font-size: .7rem; }
.offer-card ul { display: grid; gap: 7px; margin: 0 0 20px; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; }
.offer-card li { position: relative; padding-left: 21px; color: var(--muted); font-size: .78rem; }
.offer-card li::before { position: absolute; top: 1px; left: 0; color: var(--green); font-weight: 900; content: "✓"; }
.button--offer { min-height: 51px; }
.button--offer-featured { background: var(--plum-900); box-shadow: 0 12px 28px rgba(43,20,41,.2); }
.offer-card__total { margin-top: 10px; color: var(--muted); font-size: .68rem; text-align: center; }
.offer-card__total strong { color: var(--plum-900); }
.offer-notes { display: grid; gap: 7px; justify-content: center; margin: 24px 0 12px; }
.offer-notes span { display: flex; align-items: center; gap: 7px; color: var(--plum-900); font-size: .72rem; font-weight: 700; }
.offer-notes b { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-size: .65rem; }
.price-note { max-width: 760px; margin: 0 auto; font-size: .67rem; text-align: center; }

.guarantee { background: var(--paper); }
.guarantee__card { position: relative; display: grid; gap: 23px; overflow: hidden; padding: 30px 23px; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--plum-900), #4f2147); color: #fff; box-shadow: var(--shadow); }
.guarantee__card::after { position: absolute; right: -90px; bottom: -110px; width: 260px; height: 260px; border: 40px solid rgba(255,255,255,.04); border-radius: 50%; content: ""; }
.guarantee__seal { position: relative; z-index: 1; display: grid; width: 92px; height: 92px; place-content: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.09); text-align: center; }
.guarantee__seal span { font-family: var(--display); font-size: 2.1rem; line-height: .9; }
.guarantee__seal small { color: #f3c7d5; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guarantee__card h2 { color: #fff; font-size: clamp(2rem, 8vw, 3rem); line-height: 1.04; }
.guarantee__card p:not(.eyebrow) { margin-top: 14px; color: rgba(255,255,255,.68); font-size: .88rem; }
.guarantee__card .cta-form { position: relative; z-index: 1; }

.faq { background: var(--cream); }
.faq__grid { display: grid; gap: 34px; }
.faq__intro h2 { color: var(--plum-900); font-size: clamp(2.2rem, 9vw, 3.5rem); line-height: 1.03; }
.faq__intro > p:not(.eyebrow) { margin: 16px 0 22px; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: flex; min-height: 65px; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 42px 16px 0; color: var(--plum-900); font-size: .88rem; font-weight: 800; line-height: 1.4; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span, .faq summary span::after { position: absolute; top: 50%; right: 4px; width: 18px; height: 1px; background: var(--plum-900); content: ""; transition: transform .2s ease; }
.faq summary span::after { top: 0; right: 0; transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { padding: 0 35px 19px 0; font-size: .8rem; }

.final-cta { position: relative; overflow: hidden; padding-block: 80px; background: #4a2145; color: #fff; }
.final-cta__content { position: relative; z-index: 1; max-width: 760px; text-align: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { color: #fff; font-size: clamp(2.5rem, 10vw, 4.5rem); line-height: .98; }
.final-cta__content > p:not(.eyebrow) { margin: 18px auto 25px; color: rgba(255,255,255,.68); }
.final-cta .cta-form { max-width: 410px; margin: 0 auto; }
.final-cta__micro { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 17px; margin-top: 19px; color: rgba(255,255,255,.58); font-size: .67rem; font-weight: 700; }
.final-cta__micro span::before { margin-right: 5px; color: #f2ad99; content: "✓"; }
.final-cta__orb { position: absolute; border-radius: 50%; }
.final-cta__orb--one { top: -180px; left: -160px; width: 380px; height: 380px; border: 65px solid rgba(255,255,255,.035); }
.final-cta__orb--two { right: -110px; bottom: -180px; width: 330px; height: 330px; background: rgba(236,103,72,.1); }

.site-footer { padding: 55px 0 95px; background: var(--plum-950); color: #fff; }
.site-footer__top { display: grid; gap: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--white-line); }
.brand--footer { color: #fff; font-size: 1.8rem; }
.site-footer__brand p { margin-top: 10px; color: rgba(255,255,255,.52); font-size: .76rem; }
.site-footer__links { display: grid; gap: 11px; }
.site-footer__links a { color: rgba(255,255,255,.77); font-size: .78rem; }
.site-footer__links a:hover { color: #fff; }
.site-footer__disclosure { display: grid; gap: 11px; padding: 26px 0; border-bottom: 1px solid var(--white-line); }
.site-footer__disclosure p { color: rgba(255,255,255,.48); font-size: .67rem; line-height: 1.6; }
.site-footer__disclosure strong { color: rgba(255,255,255,.72); }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding-top: 22px; color: rgba(255,255,255,.42); font-size: .65rem; }

.mobile-cta { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 12px; padding: 9px max(14px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); border-top: 1px solid var(--line); background: rgba(255,253,249,.95); box-shadow: 0 -9px 32px rgba(43,20,41,.12); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); transition: transform .25s ease; }
.mobile-cta.is-hidden { transform: translateY(110%); }
.mobile-cta > div { display: grid; color: var(--plum-900); font-size: .76rem; font-weight: 850; line-height: 1.25; }
.mobile-cta small { color: var(--muted); font-size: .62rem; font-weight: 600; }
.mobile-cta .cta-form { flex: 0 0 auto; }
.button--sticky { width: auto; min-height: 46px; padding: 10px 15px; font-size: .76rem; }
.button--sticky span:last-child { display: none; }

/* Legal pages */
.legal-page { background: var(--cream); }
.legal-main { padding: 48px 0 80px; }
.legal-wrap { width: min(100% - 32px, 860px); margin-inline: auto; }
.legal-hero { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { color: var(--plum-900); font-size: clamp(2.4rem, 10vw, 4.4rem); line-height: 1; }
.legal-hero p { margin-top: 14px; }
.legal-content { padding-top: 28px; }
.legal-content h2 { margin: 32px 0 10px; color: var(--plum-900); font-family: var(--sans); font-size: 1.15rem; font-weight: 850; letter-spacing: -.02em; }
.legal-content h3 { margin: 22px 0 8px; color: var(--plum-900); font-size: .95rem; }
.legal-content p, .legal-content li { font-size: .87rem; }
.legal-content p + p { margin-top: 12px; }
.legal-content ul { display: grid; gap: 7px; padding-left: 20px; color: var(--muted); }
.legal-notice { margin: 25px 0; padding: 18px; border-left: 3px solid var(--coral); background: #fff; }
.legal-notice p { color: var(--plum-900); }
.legal-content a { color: var(--berry); text-decoration: underline; text-underline-offset: 3px; }
.contact-card { margin-top: 25px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }

@media (min-width: 560px) {
  .shell { width: min(100% - 48px, 1200px); }
  .button { width: auto; }
  .hero__actions { grid-template-columns: max-content max-content; align-items: center; }
  .hero__proof { grid-template-columns: repeat(3, 1fr); }
  .benefit-ribbon__grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-ribbon article:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--line); }
  .benefit-ribbon article:nth-child(even) { padding-left: 24px; }
  .benefit-ribbon article:nth-last-child(-n+2) { border-bottom: 0; }
  .ingredient-grid, .benefit-depth__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ingredients__foot { grid-template-columns: 1fr auto; }
  .offer-notes { grid-template-columns: repeat(3, auto); gap: 20px; }
  .site-footer__links { grid-template-columns: repeat(2, auto); }
}

@media (min-width: 768px) {
  body.landing-page { padding-bottom: 0; }
  .section { padding-block: 100px; }
  .announcement__inner { min-height: 38px; font-size: .72rem; }
  .site-header__inner { min-height: 76px; }
  .hero { padding-top: 75px; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); align-items: center; gap: 42px; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(3.9rem, 7vw, 5.4rem); }
  .hero__lead { font-size: 1.08rem; }
  .hero__visual { margin: 0; }
  .hero__image-frame { border-radius: 45% 45% var(--radius-lg) var(--radius-lg); }
  .hero__proof { padding-block: 23px; }
  .benefit-ribbon__grid { grid-template-columns: repeat(4, 1fr); }
  .benefit-ribbon article { padding: 25px 18px; border-right: 1px solid var(--line); border-bottom: 0; }
  .benefit-ribbon article:nth-child(odd), .benefit-ribbon article:nth-child(even) { padding-inline: 18px; }
  .benefit-ribbon article:last-child { border-right: 0; }
  .context__grid { grid-template-columns: minmax(0, .92fr) minmax(0, .82fr); justify-content: space-between; gap: 80px; }
  .product-showcase__grid, .routine__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 70px; }
  .product-showcase__visual { border-radius: 52% 52% var(--radius-lg) var(--radius-lg); }
  .mechanism__track { grid-template-columns: repeat(3, 1fr); }
  .mechanism__track article:nth-child(2) { transform: translateY(20px); }
  .ingredients__intro { grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
  .ingredient-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ingredient-card--featured { grid-row: span 2; align-content: center; }
  .benefit-depth__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .routine__quote { width: 70%; margin: -52px -22px 0 auto; }
  .comparison__grid { grid-template-columns: .78fr 1.12fr; align-items: center; gap: 75px; }
  .trust__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 15px; }
  .offer-card--featured { order: 0; transform: translateY(-10px); }
  .offer-card img { width: min(86%, 270px); }
  .guarantee__card { grid-template-columns: 110px minmax(0, 1fr) auto; align-items: center; padding: 44px; }
  .guarantee__card .button { max-width: 250px; }
  .faq__grid { grid-template-columns: .72fr 1.2fr; align-items: start; gap: 70px; }
  .faq__intro { position: sticky; top: 116px; }
  .site-footer { padding-bottom: 45px; }
  .site-footer__top { grid-template-columns: 1fr auto; align-items: start; }
  .site-footer__links { grid-template-columns: repeat(4, auto); gap: 24px; }
  .mobile-cta { display: none; }
}

@media (min-width: 980px) {
  .site-nav { display: flex; align-items: center; gap: 25px; }
  .site-nav a { color: #665963; font-size: .78rem; font-weight: 700; }
  .site-nav a:hover { color: var(--plum-900); }
  .site-header__cta { min-width: 158px; }
  .ingredient-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ingredient-card--featured { grid-row: auto; }
  .offer-grid { gap: 22px; }
  .offer-card { padding: 30px 25px 24px; }
}

@media (min-width: 1280px) {
  .shell { width: min(100% - 64px, 1200px); }
  .hero__grid { gap: 80px; }
  .hero__copy { padding-left: 18px; }
  .hero__visual { padding-right: 12px; }
}

@media (max-width: 374px) {
  .shell { width: min(100% - 24px, 1200px); }
  .announcement__inner { font-size: .59rem; }
  .site-header__inner { min-height: 61px; }
  .brand { font-size: 1.4rem; }
  .site-header__cta .button { min-height: 38px; padding-inline: 12px; font-size: .7rem; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 2.5rem; }
  .hero__lead { font-size: .96rem; }
  .hero__visual { margin-inline: -12px; }
  .trust__grid { grid-template-columns: 1fr; }
  .mobile-cta > div { font-size: .69rem; }
  .button--sticky { padding-inline: 12px; font-size: .7rem; }
}

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

@media print {
  .announcement, .site-header, .mobile-cta, .cta-form { display: none !important; }
  body { color: #000; background: #fff; }
  .section { padding-block: 30px; }
}
