@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root {
  --ink: #32212a;
  --muted: #74636b;
  --paper: #fffdfc;
  --cream: #fbf3f4;
  --blush: #f6dde2;
  --pink: #edb8c1;
  --pink-hover: #dfa0ad;
  --berry: #7a304b;
  --berry-dark: #562236;
  --leaf: #5c755e;
  --gold: #a87e43;
  --line: #ead8dd;
  --shadow: 0 24px 70px rgba(92, 48, 62, .11);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

body[data-page="beauty"] {
  --cream: #f7eee8;
  --blush: #f2d9d7;
  --berry: #7b3e4f;
  --berry-dark: #572834;
  --leaf: #657263;
}

body[data-page="hemp"] {
  --ink: #32212a;
  --muted: #74636b;
  --paper: #fffdfc;
  --cream: #fbf3f4;
  --blush: #f6dde2;
  --pink: #edb8c1;
  --pink-hover: #dfa0ad;
  --berry: #7a304b;
  --berry-dark: #562236;
  --leaf: #5c755e;
  --line: #ead8dd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
body::before { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .22; background-image: radial-gradient(rgba(153, 42, 98, .13) .55px, transparent .55px); background-size: 7px 7px; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #2e72c4; outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.top-ribbon { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 8px 5vw; background: var(--pink); color: var(--ink); font-size: .73rem; letter-spacing: .09em; text-align: center; }
.top-ribbon span { opacity: .7; }
.top-ribbon strong { font-weight: 700; }
.top-ribbon a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.site-header { min-height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 12px clamp(22px, 5vw, 76px); border-bottom: 1px solid rgba(83, 55, 45, .14); background: rgba(255, 253, 249, .94); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 50; }
.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; text-decoration: none; }
.brand img { width: 128px; height: auto; }
.brand span { padding-left: 11px; border-left: 1px solid var(--line); font-size: .67rem; letter-spacing: .16em; font-weight: 700; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { color: var(--muted); text-decoration: none; font-size: .84rem; font-weight: 600; }
.site-header nav a:hover { color: var(--berry); }
.header-cta { justify-self: end; padding: 11px 18px; border-radius: 999px; background: var(--pink); color: var(--ink); text-decoration: none; font-size: .8rem; font-weight: 700; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); background: var(--cream); overflow: hidden; }
.hero-media { min-height: 720px; position: relative; background: var(--pink); }
.hero-person { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(251, 243, 244, .36)); pointer-events: none; }
.hero-products { position: absolute; z-index: 2; right: 6%; bottom: 5%; display: flex; align-items: flex-end; gap: 3px; padding: 12px 18px 8px; border: 1px solid rgba(255,255,255,.62); border-radius: 18px; background: rgba(255,255,255,.77); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.hero-products img { width: clamp(72px, 7vw, 106px); height: 118px; object-fit: contain; }
.hero-products img:nth-child(2) { height: 136px; }
.hero-badge { position: absolute; z-index: 3; top: 7%; right: 7%; width: 112px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 2px solid rgba(255,255,255,.78); border-radius: 50%; background: var(--pink); color: var(--ink); text-align: center; transform: rotate(7deg); box-shadow: 0 14px 40px rgba(92,48,62,.18); }
.hero-badge b { font: 600 1.75rem/1 var(--serif); }
.hero-badge span { font-size: .56rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 8vw, 118px) clamp(40px, 6vw, 96px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--berry); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-flex; width: 27px; height: 27px; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: .58rem; }
.eyebrow.light { color: var(--berry-dark); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; line-height: 1.02; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(3.25rem, 5.25vw, 6.45rem); }
h1 em, h2 em { color: var(--berry); font-weight: 600; }
.lede { max-width: 610px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 42px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 26px; padding: 13px 22px; border: 0; border-radius: 4px; text-decoration: none; font-size: .82rem; font-weight: 700; cursor: pointer; }
.button.primary { background: var(--pink); color: var(--ink); box-shadow: 0 12px 30px rgba(80, 37, 47, .13); }
.button.primary:hover { background: var(--pink-hover); }
.text-link { color: var(--ink); font-size: .82rem; font-weight: 700; text-underline-offset: 5px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.48); color: var(--muted); font-size: .68rem; }
.trust-row b { color: var(--berry); }

.section-pad { padding: clamp(76px, 9vw, 132px) clamp(22px, 7vw, 112px); }
.section-heading { max-width: 850px; margin: 0 auto 50px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .formula h2, .human-proof h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 4.3vw, 4.8rem); }
.section-heading > p:last-child { max-width: 700px; margin: 0 auto; color: var(--muted); }

.baseline { background: #fff; }
.choice-grid { max-width: 1180px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 auto 20px; }
.choice-card { min-height: 192px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 26px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); text-align: left; cursor: pointer; transition: .2s ease; }
.choice-card:hover { transform: translateY(-2px); border-color: var(--berry); }
.choice-card.active { border-color: var(--berry); background: var(--cream); box-shadow: inset 0 0 0 1px var(--berry); }
.choice-icon { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--blush); color: var(--berry); font-size: 1.2rem; }
.choice-card small { margin-top: 7px; color: var(--berry); font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.choice-card b { font: 600 1.25rem/1.15 var(--serif); }
.choice-card i { margin-top: auto; color: var(--muted); font-size: .76rem; font-style: normal; }
.friction-row { max-width: 1180px; display: flex; align-items: center; gap: 9px; margin: 0 auto 16px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); }
.friction-row > span { margin-right: auto; color: var(--muted); font-size: .72rem; font-weight: 700; }
.friction-row button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .67rem; cursor: pointer; }
.friction-row button.active { border-color: var(--berry); background: var(--berry); color: #fff; }
.plan-preview { max-width: 1180px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; margin: auto; padding: clamp(28px, 4vw, 52px); border-radius: 10px; background: linear-gradient(135deg, var(--pink), var(--pink-hover)); color: var(--ink); box-shadow: var(--shadow); }
.plan-preview small { color: var(--berry-dark); font-size: .65rem; letter-spacing: .13em; }
.plan-preview h3 { margin: 9px 0 12px; font: 600 clamp(1.8rem, 3vw, 3rem)/1.07 var(--serif); }
.plan-preview p { max-width: 560px; margin: 0; color: rgba(50,33,42,.72); }
.plan-preview ol { list-style: none; display: grid; gap: 10px; margin: 0; padding: 0; }
.plan-preview li { display: flex; align-items: center; gap: 14px; padding: 13px 15px; border: 1px solid rgba(50,33,42,.14); border-radius: 6px; background: rgba(255,255,255,.16); }
.plan-preview li span { width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.4); color: var(--ink); font-size: .7rem; }
.plan-preview li b { font-size: .82rem; font-weight: 600; }

.included { background: linear-gradient(145deg, var(--pink), var(--pink-hover)); color: var(--ink); }
.section-heading.light > p:last-child { color: rgba(50,33,42,.7); }
.section-heading.light h2 em { color: var(--berry-dark); }
.included-grid { max-width: 1180px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: auto; }
.included-grid article { padding: 34px 30px; border: 1px solid rgba(50,33,42,.13); border-radius: 9px; background: rgba(255,255,255,.16); }
.included-grid article.featured { background: #fff; color: var(--ink); transform: translateY(-10px); }
.included-grid span { color: var(--berry-dark); font-size: .62rem; font-weight: 700; letter-spacing: .12em; }
.included-grid h3 { margin: 14px 0 12px; font: 600 1.7rem/1.1 var(--serif); }
.included-grid p { margin: 0; color: rgba(50,33,42,.7); font-size: .88rem; }
.included-grid .featured p { color: var(--muted); }
.included-grid .featured span { color: var(--berry); }

.formula { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .85fr); gap: clamp(45px, 8vw, 120px); align-items: center; background: var(--cream); }
.formula-media { min-height: 520px; overflow: hidden; border-radius: 5px; box-shadow: var(--shadow); }
.formula-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.formula-copy > p:not(.eyebrow) { color: var(--muted); }
.source-note { margin-top: 24px; font-size: .72rem; }
.source-note a { color: var(--berry); font-weight: 700; text-underline-offset: 3px; }
.formula-points { display: grid; gap: 12px; margin-top: 32px; }
.formula-points article { display: grid; grid-template-columns: 125px 1fr; gap: 18px; padding: 15px 0; border-top: 1px solid var(--line); }
.formula-points b { font-family: var(--serif); }
.formula-points span { color: var(--muted); font-size: .84rem; }

.powder-compare { background: var(--paper); }
.compare-table { max-width: 1180px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); }
.compare-row { display: grid; grid-template-columns: 190px 1fr 1fr; }
.compare-row + .compare-row { border-top: 1px solid var(--line); }
.compare-row > div { min-width: 0; padding: 20px 22px; color: var(--muted); font-size: .84rem; }
.compare-row > div + div { border-left: 1px solid var(--line); }
.compare-row > [role="rowheader"] { color: var(--ink); font: 600 1.05rem/1.25 var(--serif); }
.compare-row > div:last-child { background: rgba(237,184,193,.16); }
.compare-row strong { color: var(--ink); }
.compare-head { background: var(--pink); }
.compare-head > div { color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.compare-head > div:last-child { background: rgba(255,255,255,.18); }
.hemp-fit-callout { max-width: 1180px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 48px; align-items: center; margin: 22px auto 0; padding: 34px 38px; border-radius: 10px; background: var(--pink); }
.hemp-fit-callout .eyebrow { margin-bottom: 10px; color: var(--berry-dark); }
.hemp-fit-callout h3 { margin: 0; font: 600 clamp(1.8rem, 3vw, 2.8rem)/1.05 var(--serif); }
.hemp-fit-callout > p { margin: 0; color: rgba(50,33,42,.74); }
.comparison-sources { max-width: 1040px; margin: 24px auto 0; color: var(--muted); font-size: .7rem; text-align: center; }
.comparison-sources a { color: var(--berry); font-weight: 700; text-underline-offset: 3px; }

.label-proof { background: #fff; }
.label-grid { max-width: 1180px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: auto; }
.label-grid article { min-height: 390px; display: flex; flex-direction: column; align-items: center; padding: 28px 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); text-align: center; }
.label-grid article.featured { border-color: var(--berry); background: var(--cream); box-shadow: inset 0 0 0 1px var(--berry), var(--shadow); transform: translateY(-8px); }
.label-grid img { width: min(190px, 68%); height: 235px; object-fit: contain; margin-bottom: 18px; }
.label-grid span { color: var(--berry); font-size: .6rem; font-weight: 700; letter-spacing: .11em; }
.label-grid h3 { margin: 10px 0 8px; font: 600 1.65rem/1.1 var(--serif); }
.label-grid p { margin: 0; color: var(--muted); font-size: .78rem; }
.label-footnote { max-width: 760px; margin: 26px auto 0; color: var(--muted); font-size: .72rem; text-align: center; }

.shop { background: var(--cream); }
.selection-step { max-width: 1180px; margin: 0 auto 10px; color: var(--muted); font-size: .7rem; }
.selection-step b { margin-right: 8px; color: var(--berry); font-size: .6rem; letter-spacing: .11em; }
.selection-step.compact { margin: 24px 0 8px; }
.flavor-selector { max-width: 1180px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 auto 16px; }
.flavor-option { min-height: 84px; display: grid; grid-template-columns: 58px 1fr auto; gap: 13px; align-items: center; padding: 11px 15px; border: 1px solid var(--line); border-radius: 8px; background: #fff; text-align: left; cursor: pointer; }
.flavor-option.active { border-color: var(--berry); background: var(--cream); box-shadow: inset 0 0 0 1px var(--berry); }
.flavor-option img { width: 50px; height: 60px; object-fit: contain; }
.flavor-option span { display: grid; gap: 3px; }
.flavor-option small { color: var(--berry); font-size: .55rem; font-weight: 700; letter-spacing: .1em; }
.flavor-option b { font-size: .82rem; }
.flavor-option i { color: var(--muted); font-size: .66rem; font-style: normal; }
.purchase-panel { max-width: 1180px; display: grid; grid-template-columns: .82fr 1.18fr; margin: auto; border: 1px solid var(--line); border-radius: 11px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.purchase-image { min-height: 720px; position: relative; display: grid; place-items: center; padding: 48px; background: var(--cream); overflow: hidden; }
.purchase-image::before { content: ''; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: rgba(255,255,255,.55); }
.purchase-image img { width: min(92%, 430px); max-height: 590px; position: relative; object-fit: contain; filter: drop-shadow(0 32px 28px rgba(70,40,32,.2)); }
.purchase-image > span { position: absolute; left: 24px; bottom: 24px; padding: 9px 12px; border-radius: 3px; background: var(--pink); color: var(--ink); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.purchase-copy { padding: clamp(36px, 5vw, 66px); }
.purchase-copy h3 { margin: 0 0 10px; font: 600 clamp(2.3rem, 4vw, 4rem)/1 var(--serif); }
.purchase-copy > p { color: var(--muted); }
.macro-pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 10px; }
.macro-pills span { padding: 6px 10px; border-radius: 999px; background: var(--cream); color: var(--berry); font-size: .66rem; font-weight: 700; }
.allergen-line { font-size: .7rem; }
.label-disclosure { margin: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.label-disclosure summary { display: flex; justify-content: space-between; padding: 15px 0; font-size: .75rem; font-weight: 700; cursor: pointer; }
.label-disclosure p { color: var(--muted); font-size: .77rem; }
.label-disclosure img { max-width: 360px; margin: 8px auto 24px; border: 1px solid var(--line); }
.purchase-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 20px 0 12px; }
.purchase-modes button { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px; border: 1px solid var(--line); border-radius: 7px; background: #fff; text-align: left; cursor: pointer; }
.purchase-modes button.active { border-color: var(--berry); background: var(--cream); box-shadow: inset 0 0 0 1px var(--berry); }
.purchase-modes span { display: grid; gap: 3px; }
.purchase-modes b { font-size: .74rem; }
.purchase-modes small { color: var(--muted); font-size: .61rem; }
.purchase-modes strong { color: var(--berry); font-family: var(--serif); }
.cadence { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.cadence[hidden] { display: none; }
.cadence > span { margin-right: auto; color: var(--muted); font-size: .68rem; font-weight: 700; }
.cadence button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .65rem; cursor: pointer; }
.cadence button.active { border-color: var(--pink-hover); background: var(--pink); color: var(--ink); }
.order-summary { display: grid; gap: 7px; padding: 15px 0; border-top: 1px solid var(--line); }
.order-summary div { display: flex; justify-content: space-between; gap: 20px; font-size: .75rem; }
.order-summary .free { color: var(--leaf); font-size: .65rem; letter-spacing: .08em; }
.checkout-button { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 14px 19px; border: 0; border-radius: 4px; background: var(--pink); color: var(--ink); font-weight: 700; cursor: pointer; }
.checkout-button:hover { background: var(--pink-hover); }
.checkout-button i { font-style: normal; }
.checkout-note { margin: 11px 0 0; font-size: .66rem; line-height: 1.45; }
.change-note { margin: 5px 0 0 !important; color: var(--berry) !important; font-size: .64rem; font-weight: 700; }
.checkout-status { min-height: 1.4em; margin: 9px 0 0; color: var(--leaf) !important; font-size: .72rem; font-weight: 700; }

.human-proof { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 110px); align-items: center; background: var(--cream); }
.human-proof > div { min-height: 520px; overflow: hidden; border-radius: 5px; }
.human-proof img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.human-proof article > p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.faq { background: #fff; }
.faq-list { max-width: 880px; margin: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 4px; font: 600 1.05rem/1.35 var(--serif); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--berry); font-family: var(--sans); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 720px; padding: 0 4px 20px; color: var(--muted); font-size: .86rem; }
.final-cta { padding: clamp(78px, 10vw, 140px) 24px; background: linear-gradient(145deg, var(--pink), var(--pink-hover)); color: var(--ink); text-align: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-bottom: 30px; font-size: clamp(2.7rem, 5.2vw, 5.8rem); }
.final-cta h2 em { color: var(--berry-dark); }
.button.white { background: #fff; color: var(--ink); }
.final-cta small { display: block; margin-top: 24px; color: rgba(50,33,42,.58); }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 28px clamp(22px, 5vw, 76px); background: var(--berry-dark); color: rgba(255,255,255,.76); font-size: .67rem; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 115px; filter: brightness(0) invert(1); }
.footer-brand span { letter-spacing: .12em; }
footer > div:nth-child(2) { display: flex; gap: 18px; }
footer a { text-decoration: none; }
footer p { margin: 0; text-align: right; }
.mobile-sticky { display: none; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 42px; }
  .choice-grid, .included-grid { grid-template-columns: 1fr; }
  .included-grid article.featured { transform: none; }
  .formula { gap: 50px; }
  .compare-row { grid-template-columns: 155px 1fr 1fr; }
  .compare-row > div { padding: 17px 16px; }
  .purchase-panel { grid-template-columns: .75fr 1.25fr; }
  .flavor-selector { grid-template-columns: 1fr; }
  .label-grid { grid-template-columns: repeat(3, 1fr); }
  .label-grid article { min-height: 350px; padding-inline: 16px; }
  .label-grid img { height: 205px; }
}

@media (max-width: 760px) {
  .top-ribbon { min-height: 35px; gap: 6px; padding: 7px 12px; font-size: .55rem; }
  .top-ribbon span { display: none; }
  .site-header { min-height: 60px; padding: 9px 16px; position: relative; }
  .brand img { width: 108px; }
  .brand span { font-size: .54rem; }
  .header-cta { padding: 9px 12px; font-size: .66rem; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-media { min-height: 420px; order: 2; }
  .hero-copy { order: 1; padding: 54px 22px 44px; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 28px; }
  .button { width: 100%; }
  .hero-products { right: 14px; bottom: 14px; gap: 0; padding: 6px 9px; }
  .hero-products img { width: 67px; height: 88px; }
  .hero-products img:nth-child(2) { height: 100px; }
  .hero-badge { width: 82px; top: 18px; right: 18px; }
  .hero-badge b { font-size: 1.55rem; }
  .hero-badge span { font-size: .5rem; }
  .section-pad { padding: 70px 18px; }
  .section-heading { margin-bottom: 32px; text-align: left; }
  .section-heading .eyebrow { justify-content: flex-start; }
  .section-heading h2, .formula h2, .human-proof h2 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .section-heading > p:last-child { margin-left: 0; }
  .choice-grid { gap: 9px; }
  .choice-card { min-height: 142px; padding: 18px; }
  .friction-row { align-items: stretch; flex-direction: column; }
  .friction-row > span { margin: 0 0 3px; }
  .plan-preview { grid-template-columns: 1fr; gap: 28px; padding: 28px 20px; }
  .included-grid { gap: 9px; }
  .included-grid article { padding: 26px 22px; }
  .label-grid { grid-template-columns: 1fr; gap: 9px; }
  .label-grid article { min-height: 0; }
  .label-grid article.featured { transform: none; }
  .label-grid img { height: 220px; }
  .label-footnote { text-align: left; }
  .formula, .human-proof { grid-template-columns: 1fr; gap: 35px; }
  .formula-media, .formula-media img, .human-proof > div, .human-proof img { min-height: 340px; }
  .formula-points article { grid-template-columns: 1fr; gap: 4px; }
  .compare-head { display: none; }
  .compare-row { grid-template-columns: 1fr; }
  .compare-row + .compare-row { border-top: 0; margin-top: 14px; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
  .compare-row > div { padding: 15px 16px; }
  .compare-row > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .compare-row > [role="rowheader"] { background: var(--pink); }
  .compare-row > [role="cell"]::before { display: block; margin-bottom: 6px; color: var(--berry); font-size: .57rem; font-weight: 800; letter-spacing: .1em; }
  .compare-row > [role="cell"]:nth-child(2)::before { content: 'CONVENTIONAL POWDER'; }
  .compare-row > [role="cell"]:nth-child(3)::before { content: 'NUTRIGAZM HEMP'; }
  .hemp-fit-callout { grid-template-columns: 1fr; gap: 18px; padding: 28px 22px; }
  .comparison-sources { text-align: left; }
  .flavor-selector { gap: 8px; }
  .purchase-panel { grid-template-columns: 1fr; }
  .purchase-image { min-height: 390px; padding: 32px; }
  .purchase-image::before { width: 310px; height: 310px; }
  .purchase-image img { max-height: 340px; }
  .purchase-copy { padding: 30px 18px 34px; }
  .purchase-modes { grid-template-columns: 1fr; }
  .cadence { align-items: flex-start; flex-wrap: wrap; }
  .cadence > span { width: 100%; }
  .label-disclosure img { max-width: 100%; }
  .human-proof article { order: -1; }
  footer { grid-template-columns: 1fr; text-align: center; padding-bottom: 90px; }
  .footer-brand, footer > div:nth-child(2) { justify-content: center; }
  footer p { text-align: center; }
  .mobile-sticky { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); min-height: 53px; display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; border-radius: 5px; background: var(--pink); color: var(--ink); text-decoration: none; font-size: .76rem; font-weight: 700; box-shadow: 0 15px 45px rgba(42,20,24,.28); opacity: 0; pointer-events: none; transform: translateY(120%); transition: .2s ease; }
  .mobile-sticky.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-sticky b { font-family: var(--serif); }
}

@media (max-width: 360px) {
  .brand span { display: none; }
  .header-cta { font-size: .6rem; }
  .flavor-option { grid-template-columns: 48px 1fr; }
  .flavor-option i { display: none; }
}

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