:root {
  --bg: #f9f6f0;
  --surface: #f1ece2;
  --surface-strong: #e4dccd;
  --text: #3c2f2f;
  --muted: #71665b;
  --coral: #e78a62;
  --coral-dark: #ac5939;
  --coral-light: #f9dccf;
  --sage: #8f9779;
  --sage-dark: #5a6647;
  --sage-light: #dae0cd;
  --white: #fffdf9;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow-sm: 0 8px 30px rgb(60 47 47 / 8%);
  --shadow-lg: 0 28px 80px rgb(60 47 47 / 18%);
  --heading: "Caprasimo", Georgia, serif;
  --body: "Figtree", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font: 400 17px/1.6 var(--body); }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--heading); font-weight: 400; letter-spacing: -.025em; }
h2 { margin-bottom: 18px; font-size: clamp(2.35rem, 4.5vw, 4.5rem); line-height: 1.02; }
h3 { line-height: 1.2; }

.shell { width: min(100% - 48px, 1240px); margin-inline: auto; }
.section { padding-block: clamp(78px, 9vw, 128px); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-160%); border-radius: 8px; background: var(--text); color: var(--bg); }
.skip-link:focus { transform: none; }
.sr-only, .skip-link:not(:focus) { clip: rect(0 0 0 0); clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; position: absolute; white-space: nowrap; }

.announcement { min-height: 39px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 20px; background: var(--text); color: var(--coral-light); font-size: 12px; font-weight: 700; letter-spacing: .09em; line-height: 1.25; text-align: center; text-transform: uppercase; }
.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid transparent; background: rgb(249 246 240 / 92%); backdrop-filter: blur(15px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: rgb(60 47 47 / 10%); box-shadow: 0 8px 24px rgb(60 47 47 / 5%); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; flex: none; }
.brand img { width: 92px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: 15px; font-weight: 600; text-decoration: none; }
.desktop-nav a:hover { color: var(--coral-dark); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; flex: none; border: 0; border-radius: 999px; background: var(--surface); color: var(--text); cursor: pointer; transition: transform .2s, background .2s; }
.icon-button:hover { transform: translateY(-1px); background: var(--surface-strong); }
.cart-trigger { position: relative; }
.cart-count { position: absolute; top: -4px; right: -4px; min-width: 21px; height: 21px; display: grid; place-items: center; padding-inline: 5px; border: 2px solid var(--bg); border-radius: 999px; background: var(--coral); color: white; font-size: 11px; font-weight: 700; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 25px; border: 2px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1.1; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button:active { transform: translateY(0); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button-small { min-height: 42px; padding: 10px 19px; font-size: 14px; }
.button-primary { background: var(--coral); color: var(--text); }
.button-primary:hover { background: #ed9b78; }
.button-secondary { border-color: var(--surface-strong); background: transparent; color: var(--text); }
.button-secondary:hover { background: var(--surface); }
.button-coral { background: var(--coral); color: var(--text); }
.text-link { font-size: 15px; font-weight: 700; text-decoration: underline; text-decoration-color: var(--coral); text-decoration-thickness: 2px; }
.eyebrow { margin: 0 0 16px; color: var(--coral-dark); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-light { color: #f4c2ac; }
.stars { color: var(--coral); letter-spacing: .08em; white-space: nowrap; }

.hero { min-height: calc(100vh - 115px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); align-items: center; gap: clamp(40px, 7vw, 94px); padding-block: clamp(55px, 7vw, 90px); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0 0 27px; font-size: clamp(3.5rem, 6.5vw, 6.7rem); line-height: .93; }
.hero h1 span { color: var(--coral-dark); }
.lede { max-width: 650px; margin-bottom: 26px; color: #554b43; font-size: clamp(18px, 2vw, 21px); line-height: 1.5; text-wrap: pretty; }
.check-list { display: grid; margin: 0; padding: 0; list-style: none; }
.hero-checks { grid-template-columns: 1fr 1fr; gap: 11px 20px; max-width: 650px; }
.check-list li { position: relative; padding-left: 29px; font-size: 15px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-light); color: var(--sage-dark); font-size: 12px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.rating-row { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--muted); font-size: 14px; }
.rating-row strong { color: var(--text); }
.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; isolation: isolate; }
.hero-product { position: relative; z-index: 2; width: auto; height: auto; max-width: min(100%, 490px); max-height: 610px; object-fit: contain; border-radius: 34px; filter: drop-shadow(0 28px 30px rgb(60 47 47 / 13%)); }
.halo { position: absolute; z-index: -1; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, var(--sage-light), rgb(218 224 205 / 15%) 55%, transparent 72%); filter: blur(25px); }
.dot-field { position: absolute; right: -10%; bottom: 6%; width: 260px; height: 260px; z-index: -1; opacity: .55; background-image: radial-gradient(var(--coral) 24%, transparent 28%); background-size: 15px 15px; mask-image: radial-gradient(circle, #000 10%, transparent 72%); }
.floating-proof { position: absolute; z-index: 4; min-width: 128px; padding: 14px 18px; border: 1px solid rgb(60 47 47 / 9%); border-radius: 18px; background: rgb(255 253 249 / 88%); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.floating-proof strong, .floating-proof span { display: block; }
.floating-proof strong { font-family: var(--heading); font-size: 24px; font-weight: 400; line-height: 1; }
.floating-proof span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.proof-caffeine { top: 18%; left: -2%; }
.proof-sugar { right: -1%; bottom: 18%; }

.metric-strip { background: var(--surface); }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 28px; }
.metrics > div { display: flex; flex-direction: column; align-items: center; padding: 4px 24px; border-right: 1px solid #d6cebf; text-align: center; }
.metrics > div:last-child { border: 0; }
.metrics strong { font-family: var(--heading); font-size: 27px; font-weight: 400; }
.metrics span { color: var(--muted); font-size: 13px; }

.problem { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(42px, 7vw, 92px); }
.media-card { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.media-card img { width: 100%; min-height: 520px; object-fit: cover; }
.image-caption { position: absolute; right: 20px; bottom: 20px; padding: 10px 15px; border-radius: 999px; background: rgb(249 246 240 / 86%); font-size: 13px; font-weight: 600; backdrop-filter: blur(10px); }
.section-copy h2 { font-size: clamp(2.6rem, 4.3vw, 4.5rem); }
.section-lede { color: var(--muted); font-size: 18px; }
.number-list { display: grid; gap: 20px; margin: 30px 0 0; padding: 0; list-style: none; }
.number-list li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; }
.number-list li > span { color: var(--coral-dark); font-family: var(--heading); font-size: 19px; }
.number-list strong { font-size: 18px; }
.number-list p { margin: 2px 0 0; color: var(--muted); font-size: 15px; }

.formula { position: relative; overflow: hidden; background: var(--surface); }
.formula::after { content: ""; position: absolute; top: 50px; right: -80px; width: 330px; height: 330px; opacity: .28; background-image: radial-gradient(var(--sage-dark) 23%, transparent 27%); background-size: 17px 17px; mask-image: radial-gradient(circle, #000, transparent 68%); }
.section-heading { position: relative; z-index: 2; max-width: 870px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 670px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.section-heading.narrow { max-width: 690px; }
.ingredient-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ingredient-card { overflow: hidden; border-radius: var(--radius-md); background: var(--bg); transition: transform .25s, box-shadow .25s; }
.ingredient-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); }
.ingredient-card img { width: 100%; height: 210px; object-fit: cover; background: #eee; }
.ingredient-card > div { padding: 25px; }
.ingredient-card span { display: block; margin-bottom: 8px; color: var(--sage-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ingredient-card h3 { margin: 0 0 8px; font-family: var(--heading); font-size: 21px; font-weight: 400; }
.ingredient-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.timeline-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.timeline-track::before { content: ""; position: absolute; top: 24px; left: 4%; right: 4%; height: 2px; background: var(--surface-strong); }
.timeline-track article { position: relative; padding: 62px 20px 22px; border-radius: var(--radius-md); background: var(--surface); }
.timeline-track article::before { content: ""; position: absolute; top: 17px; left: 20px; width: 16px; height: 16px; border: 5px solid var(--bg); border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 2px var(--coral); }
.timeline-track span { color: var(--coral-dark); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.timeline-track h3 { margin: 9px 0 8px; font-family: var(--heading); font-size: 20px; font-weight: 400; }
.timeline-track p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.proof { background: var(--text); color: var(--bg); }
.proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
.proof-copy h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.proof-copy > p:not(.eyebrow) { max-width: 580px; color: var(--coral-light); font-size: 18px; }
.proof-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0; }
.proof-tags span { padding: 8px 15px; border: 1px solid #83432c; border-radius: 999px; color: var(--coral-light); font-size: 12px; font-weight: 600; }
.label-preview { display: block; overflow: hidden; border-radius: var(--radius-lg); background: var(--bg); box-shadow: var(--shadow-lg); }
.label-preview img { width: 100%; min-height: 430px; object-fit: cover; object-position: left center; transition: transform .4s; }
.label-preview:hover img { transform: scale(1.02); }

.table-wrap { overflow-x: auto; border: 1px solid var(--surface-strong); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
table { width: 100%; min-width: 900px; border-collapse: collapse; font-size: 14px; }
th, td { padding: 20px 22px; border-bottom: 1px solid var(--surface-strong); text-align: center; }
th:first-child { text-align: left; }
thead th { font-size: 13px; }
tbody th { font-size: 15px; }
tr:last-child th, tr:last-child td { border-bottom: 0; }
.boca-column { background: var(--text); color: var(--coral-light); font-family: var(--heading); font-size: 19px; font-weight: 400; }
.fine-print { margin: 14px 0 0; color: var(--muted); font-size: 12px; }

.reviews { background: var(--sage-light); }
.review-summary { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.review-summary > div { display: grid; grid-template-columns: auto auto; gap: 0 12px; align-items: baseline; }
.review-summary .stars { grid-column: 1 / -1; }
.review-summary strong { font-family: var(--heading); font-size: 54px; font-weight: 400; line-height: 1; }
.review-summary div span:last-child { color: var(--sage-dark); font-size: 13px; }
.review-summary h2 { max-width: 700px; margin: 0; text-align: right; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { display: flex; min-height: 280px; flex-direction: column; margin: 0; padding: 30px; border-radius: var(--radius-md); background: var(--bg); }
.review-card p { margin: 25px 0; font-family: var(--heading); font-size: 21px; line-height: 1.4; }
.review-card footer { display: flex; flex-direction: column; margin-top: auto; font-size: 13px; }
.review-card footer span { color: var(--muted); }

.buy { display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: clamp(42px, 7vw, 92px); }
.buy-visual { position: sticky; top: 105px; }
.buy-image-stage { overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); }
.buy-image-stage img { width: 100%; max-height: 720px; object-fit: cover; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }
.trust-row span { padding: 14px 10px; border-radius: var(--radius-sm); background: var(--surface); font-size: 11px; line-height: 1.35; text-align: center; }
.trust-row strong { display: block; color: var(--sage-dark); font-size: 13px; }
.buy-panel { min-width: 0; }
.product-heading > div { display: flex; align-items: center; gap: 14px; }
.pill { display: inline-block; padding: 5px 12px; border-radius: 999px; background: var(--sage-light); color: var(--sage-dark); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-heading h2 { margin: 18px 0 12px; font-size: clamp(2.7rem, 4.7vw, 4.7rem); }
.product-heading p { color: var(--muted); }
.option-group { margin: 28px 0 0; padding: 0; border: 0; }
.option-group legend { margin-bottom: 12px; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.supply-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.supply-card, .plan-card { position: relative; display: flex; align-items: center; cursor: pointer; }
.supply-card { min-height: 100px; justify-content: space-between; gap: 10px; padding: 18px; border: 2px solid var(--surface-strong); border-radius: var(--radius-md); background: var(--white); }
.supply-card.selected { border-color: var(--coral); box-shadow: 0 0 0 3px rgb(231 138 98 / 12%); }
.supply-card input, .plan-card input { position: absolute; opacity: 0; pointer-events: none; }
.supply-card strong, .supply-card small { display: block; }
.supply-card strong { font-family: var(--heading); font-size: 19px; font-weight: 400; }
.supply-card small { color: var(--muted); font-size: 12px; }
.supply-card .save-pill { position: absolute; top: -10px; right: 12px; padding: 3px 8px; border-radius: 999px; background: var(--sage-dark); color: white; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.supply-card .radio-dot { width: 18px; height: 18px; flex: none; border: 2px solid var(--surface-strong); border-radius: 50%; }
.supply-card.selected .radio-dot { border: 5px solid var(--coral); }
.plan-options { display: grid; gap: 9px; }
.plan-card { gap: 13px; padding: 15px 17px; border: 2px solid var(--surface-strong); border-radius: var(--radius-md); }
.plan-card::before { content: ""; width: 18px; height: 18px; flex: none; border: 2px solid var(--surface-strong); border-radius: 50%; }
.plan-card.selected { border-color: var(--coral); background: var(--white); }
.plan-card.selected::before { border: 5px solid var(--coral); }
.plan-card > span:nth-of-type(1) { display: grid; line-height: 1.4; }
.plan-card small { color: var(--muted); font-size: 12px; }
.plan-price { margin-left: auto; font-weight: 700; }
.offer-box { margin-top: 14px; padding: 24px; border-radius: var(--radius-md); background: var(--surface); }
.offer-price { display: flex; align-items: baseline; gap: 12px; }
.offer-price strong { font-family: var(--heading); font-size: 42px; font-weight: 400; line-height: 1; }
.offer-price del { color: var(--muted); font-size: 21px; }
.offer-box > strong { display: block; margin-top: 10px; color: var(--sage-dark); }
.offer-box p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.buy-controls { display: grid; grid-template-columns: 118px 1fr; gap: 12px; margin-top: 14px; }
.quantity { min-height: 56px; display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; padding: 4px; border: 2px solid var(--surface-strong); border-radius: 999px; }
.quantity button { height: 38px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.quantity button:hover { background: var(--surface); }
.quantity output { text-align: center; font-weight: 700; }
.add-button { min-height: 58px; }
.renewal-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.spec-list { display: grid; gap: 8px; margin-top: 24px; }
.spec-list details, .faq-list details { overflow: hidden; border-radius: var(--radius-sm); background: var(--surface); }
.spec-list summary, .faq-list summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; font-weight: 700; cursor: pointer; list-style: none; }
.spec-list summary::after, .faq-list summary::after { content: "+"; color: var(--coral-dark); font-size: 20px; }
.spec-list details[open] summary::after, .faq-list details[open] summary::after { content: "−"; }
.spec-list details p, .faq-list details p { margin: 0; padding: 0 18px 18px; color: var(--muted); font-size: 14px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 70px; }
.faq .section-heading { position: sticky; top: 116px; margin: 0; }
.faq-list { display: grid; gap: 10px; }
.faq-list summary { padding: 20px 22px; font-size: 17px; }
.faq-list details p { padding: 0 22px 22px; font-size: 16px; }
.closing { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; margin-bottom: 90px; padding: clamp(42px, 6vw, 74px); border-radius: var(--radius-lg); background: var(--text); color: var(--bg); }
.closing h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.closing > div > p:not(.eyebrow) { max-width: 650px; color: var(--coral-light); font-size: 18px; }
.day-cards { display: grid; gap: 10px; }
.day-cards span { display: grid; grid-template-columns: 85px 1fr; align-items: center; padding: 17px 20px; border-radius: var(--radius-md); background: #55291a; color: var(--coral-light); }
.day-cards strong { color: var(--coral); font-family: var(--heading); font-size: 20px; font-weight: 400; }

.site-footer { padding: 65px 0 30px; border-top: 1px solid var(--surface-strong); color: var(--muted); font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1fr .55fr 1fr; gap: 60px; }
.footer-grid img { width: 90px; margin-bottom: 14px; }
.footer-grid p { margin: 5px 0; }
.footer-grid nav { display: grid; align-content: start; gap: 8px; }
.footer-grid nav a { font-weight: 600; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--surface-strong); }

.mobile-buy-bar { display: none; }
dialog { margin: 0; padding: 0; border: 0; background: transparent; color: var(--text); }
dialog::backdrop { background: rgb(60 47 47 / 53%); backdrop-filter: blur(3px); }
.cart-dialog { width: min(100%, 540px); max-width: none; height: 100dvh; max-height: none; margin-left: auto; }
.cart-dialog[open] .drawer { animation: slide-in .3s ease both; }
.drawer { height: 100%; display: grid; grid-template-rows: auto auto 1fr auto; background: var(--bg); box-shadow: var(--shadow-lg); }
.drawer-header { display: flex; align-items: center; gap: 20px; padding: 22px 26px; border-bottom: 1px solid var(--surface-strong); }
.drawer-header h2 { margin: 0; font-family: var(--heading); font-size: 28px; font-weight: 400; }
.drawer-header p { margin: 1px 0 0; color: var(--muted); font-size: 12px; }
.drawer-header button { margin-left: auto; }
.shipping-progress { padding: 13px 26px; border-bottom: 1px solid var(--surface-strong); }
.shipping-progress p { margin: 0 0 7px; font-size: 12px; font-weight: 600; }
.shipping-progress > div { height: 5px; overflow: hidden; border-radius: 999px; background: var(--surface-strong); }
.shipping-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--sage); transition: width .3s; }
.cart-body { overflow-y: auto; padding: 20px 26px 28px; }
.cart-lines { display: grid; gap: 12px; }
.empty-cart { padding: 35px 18px; border: 2px dashed var(--surface-strong); border-radius: var(--radius-md); text-align: center; }
.empty-cart img { width: 120px; margin: 0 auto 15px; border-radius: 16px; }
.empty-cart h3 { margin: 0 0 6px; font-family: var(--heading); font-size: 22px; font-weight: 400; }
.empty-cart p { margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.cart-line { display: grid; grid-template-columns: 78px 1fr; gap: 14px; padding: 12px; border: 1px solid var(--surface-strong); border-radius: var(--radius-md); background: var(--white); }
.cart-line > img { width: 78px; height: 92px; border-radius: 13px; object-fit: cover; }
.cart-line-header { display: flex; align-items: start; gap: 12px; }
.cart-line h3 { margin: 0; font-size: 15px; }
.cart-line p { margin: 1px 0 0; color: var(--muted); font-size: 11px; }
.cart-line-price { margin-left: auto; font-weight: 700; white-space: nowrap; }
.line-plan { display: inline-block; margin-top: 5px; padding: 3px 8px; border-radius: 999px; background: var(--coral-light); color: var(--coral-dark); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.cart-line-controls { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.mini-quantity { display: grid; grid-template-columns: repeat(3, 27px); align-items: center; border: 1px solid var(--surface-strong); border-radius: 999px; }
.mini-quantity button { height: 27px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.mini-quantity span { text-align: center; font-size: 12px; font-weight: 700; }
.remove-line { margin-left: auto; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 11px; text-decoration: underline; cursor: pointer; }
.addons { margin-top: 24px; }
.addons .eyebrow { margin-bottom: 9px; color: var(--muted); }
.addons > div { display: grid; gap: 7px; }
.addon-line { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: var(--radius-sm); background: var(--surface); }
.addon-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--sage-light); font-size: 20px; }
.addon-line div { display: grid; line-height: 1.4; }
.addon-line strong { font-size: 13px; }
.addon-line small { color: var(--muted); font-size: 11px; }
.addon-line button { margin-left: auto; min-height: 34px; padding: 7px 14px; font-size: 11px; }
.cart-summary { padding: 18px 26px 22px; border-top: 1px solid var(--surface-strong); background: var(--white); }
.promo-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.promo-form input, .checkout-form input, .checkout-form select, .checkout-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #cfc5b4; border-radius: 12px; outline: 0; background: var(--bg); color: var(--text); }
.promo-form input:focus, .checkout-form input:focus, .checkout-form select:focus, .checkout-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgb(231 138 98 / 15%); }
.form-message { min-height: 17px; margin: 4px 0; color: var(--sage-dark); font-size: 11px; }
.form-message.error { color: #a33a2c; }
.cart-summary dl, .checkout-summary dl { display: grid; grid-template-columns: 1fr auto; gap: 4px 15px; margin: 6px 0 12px; font-size: 13px; }
.cart-summary dt, .cart-summary dd, .checkout-summary dt, .checkout-summary dd { margin: 0; }
.cart-summary dd, .checkout-summary dd { text-align: right; }
.cart-summary .saving { color: var(--sage-dark); }
.cart-summary .total-row, .checkout-summary .total-row { margin-top: 5px; padding-top: 8px; border-top: 1px solid var(--surface-strong); font-size: 17px; font-weight: 700; }
.checkout-button { width: 100%; }
.cart-fineprint { margin: 7px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.checkout-dialog { width: 100%; max-width: none; height: 100dvh; max-height: none; }
.checkout-shell { min-height: 100%; background: var(--bg); }
.checkout-header { height: 75px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid var(--surface-strong); }
.checkout-header img { width: 82px; }
.checkout-grid { width: min(100% - 40px, 1050px); display: grid; grid-template-columns: 1fr 390px; gap: 70px; margin: 0 auto; padding: 55px 0 80px; }
.checkout-form { display: grid; gap: 25px; }
.checkout-form h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.2rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid label { display: grid; gap: 5px; font-size: 12px; font-weight: 700; }
.form-grid .full { grid-column: 1 / -1; }
.checkout-form textarea { resize: vertical; }
.payment-choice { margin: 0; padding: 0; border: 0; }
.payment-choice legend { margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.payment-choice label { display: flex; align-items: center; gap: 12px; padding: 15px; border: 2px solid var(--coral); border-radius: var(--radius-sm); background: var(--white); }
.payment-choice label span { display: grid; }
.payment-choice small { color: var(--muted); }
.check-field { display: flex; align-items: start; gap: 10px; color: var(--muted); font-size: 12px; }
.check-field input { width: auto; margin-top: 4px; }
.place-order { width: 100%; }
.checkout-summary { position: sticky; top: 25px; align-self: start; padding: 25px; border-radius: var(--radius-md); background: var(--surface); }
.checkout-summary h3 { margin: 0 0 18px; font-family: var(--heading); font-size: 24px; font-weight: 400; }
.checkout-summary > div { display: grid; gap: 11px; }
.checkout-summary-line { display: flex; gap: 10px; font-size: 12px; }
.checkout-summary-line img { width: 54px; height: 62px; border-radius: 9px; object-fit: cover; }
.checkout-summary-line div { display: grid; align-content: center; line-height: 1.4; }
.checkout-summary-line strong:last-child { margin-left: auto; align-self: center; }
.checkout-summary > p { margin: 14px 0 0; color: var(--muted); font-size: 10px; }
.order-success { width: min(100% - 40px, 620px); margin: 0 auto; padding: 12vh 0 70px; text-align: center; }
.success-check { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: var(--sage-light); color: var(--sage-dark); font-size: 32px; }
.order-success h2 { font-size: clamp(2.8rem, 6vw, 5rem); }
.order-success p:not(.eyebrow) { color: var(--muted); }
.toast { position: fixed; z-index: 90; left: 50%; bottom: 25px; max-width: calc(100% - 30px); padding: 12px 18px; transform: translate(-50%, 150%); border-radius: 999px; background: var(--text); color: var(--bg); box-shadow: var(--shadow-lg); font-size: 13px; font-weight: 600; opacity: 0; transition: .25s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero { grid-template-columns: 1.05fr .95fr; gap: 30px; }
  .hero-visual { min-height: 540px; }
  .ingredient-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-track { grid-template-columns: repeat(3, 1fr); }
  .timeline-track::before { display: none; }
  .proof-grid, .buy { gap: 45px; }
  .checkout-grid { gap: 35px; }
}

@media (max-width: 800px) {
  body { padding-bottom: 76px; font-size: 16px; }
  .shell { width: min(100% - 30px, 650px); }
  .announcement { min-height: 32px; padding-block: 7px; font-size: 9px; letter-spacing: .06em; }
  .announcement span:nth-of-type(3), .announcement span:nth-of-type(4), .announcement span:nth-of-type(5) { display: none; }
  .header-inner { min-height: 64px; }
  .brand img { width: 78px; }
  .header-cta { display: none; }
  .icon-button { width: 40px; height: 40px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 12px; padding-block: 42px 60px; }
  .hero-copy { text-align: center; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .lede { font-size: 17px; }
  .hero-checks { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; text-align: left; }
  .hero-actions { justify-content: center; flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .rating-row { justify-content: center; flex-wrap: wrap; }
  .hero-visual { min-height: 430px; }
  .hero-product { width: auto; max-width: min(100%, 350px); max-height: 420px; border-radius: 24px; }
  .floating-proof { min-width: 105px; padding: 10px 13px; }
  .floating-proof strong { font-size: 19px; }
  .proof-caffeine { top: 16%; left: 0; }
  .proof-sugar { right: 0; bottom: 17%; }
  .metrics { grid-template-columns: 1fr 1fr; padding-block: 18px; }
  .metrics > div { padding: 13px; }
  .metrics > div:nth-child(2) { border-right: 0; }
  .metrics > div:nth-child(-n+2) { border-bottom: 1px solid #d6cebf; }
  .metrics strong { font-size: 22px; }
  .problem, .proof-grid, .buy, .faq, .closing { grid-template-columns: 1fr; }
  .problem { gap: 35px; }
  .media-card img { min-height: 360px; }
  .section-heading { margin-bottom: 35px; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .ingredient-card { display: grid; grid-template-columns: 130px 1fr; }
  .ingredient-card img { height: 100%; min-height: 180px; }
  .ingredient-card > div { padding: 22px 18px; }
  .timeline-track { grid-template-columns: 1fr; }
  .timeline-track article { padding: 22px 22px 22px 62px; }
  .timeline-track article::before { top: 24px; }
  .label-preview { order: -1; }
  .label-preview img { min-height: 320px; }
  .review-summary { align-items: start; flex-direction: column; }
  .review-summary h2 { text-align: left; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 240px; }
  .buy-visual, .faq .section-heading { position: static; }
  .buy { gap: 38px; }
  .buy-image-stage img { max-height: 580px; }
  .trust-row { grid-template-columns: 1fr; }
  .product-heading h2 { font-size: 3rem; }
  .faq { gap: 30px; }
  .closing { gap: 35px; margin-bottom: 55px; padding: 36px 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .mobile-buy-bar { position: fixed; z-index: 35; left: 10px; right: 10px; bottom: 10px; min-height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 8px 20px; border: 0; border-radius: 999px; background: var(--coral); color: var(--text); box-shadow: var(--shadow-lg); font-weight: 700; cursor: pointer; transition: transform .25s; }
  .mobile-buy-bar.hidden { transform: translateY(130%); }
  .mobile-buy-bar > span:first-child { display: grid; text-align: left; line-height: 1.25; }
  .mobile-buy-bar small { font-size: 10px; font-weight: 500; }
  .cart-dialog { width: 100%; }
  .drawer-header, .shipping-progress, .cart-body, .cart-summary { padding-inline: 18px; }
  .checkout-grid { width: min(100% - 28px, 600px); grid-template-columns: 1fr; padding-top: 32px; }
  .checkout-summary { position: static; order: -1; }
}

@media (max-width: 500px) {
  .hero-visual { min-height: 390px; }
  .hero-product { max-width: min(100%, 320px); max-height: 380px; }
  .ingredient-card { grid-template-columns: 105px 1fr; }
  .supply-options { grid-template-columns: 1fr; }
  .buy-controls { grid-template-columns: 108px 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .cart-line { grid-template-columns: 64px 1fr; }
  .cart-line > img { width: 64px; height: 80px; }
}

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