:root {
  --ink: #1d2524;
  --muted: #66706c;
  --teal: #0f6672;
  --teal-deep: #09464d;
  --gold: #d69b2f;
  --amber: #f6c871;
  --leaf: #567a54;
  --paper: #fffdf7;
  --mist: #eaf3ee;
  --line: #d9e4dc;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(15, 54, 57, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.62; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.market-ribbon { background: var(--teal-deep); color: var(--white); text-align: center; padding: 10px 18px; font-size: 14px; font-weight: 700; }
.canopy-head { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px clamp(18px, 4vw, 58px); background: rgba(255, 253, 247, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.word-seal { text-decoration: none; display: grid; gap: 0; min-width: 180px; }
.word-seal span { font-size: 25px; font-weight: 900; color: var(--teal-deep); letter-spacing: 0; }
.word-seal small { color: var(--gold); font-weight: 800; text-transform: uppercase; font-size: 11px; }
.top-trail { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.top-trail a { text-decoration: none; padding: 9px 10px; border-radius: 6px; font-size: 14px; color: var(--ink); font-weight: 800; }
.top-trail a:hover, .top-trail a[aria-current="page"] { background: var(--mist); color: var(--teal-deep); }
main { overflow: hidden; }
section { padding: clamp(46px, 7vw, 86px) clamp(18px, 5vw, 70px); }
.portal-hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(270px, .7fr); gap: clamp(30px, 5vw, 70px); align-items: center; min-height: 680px; background: linear-gradient(135deg, #f7fbf5 0%, #fff7df 58%, #eef7f8 100%); border-bottom: 1px solid var(--line); }
.hero-notes { max-width: 760px; }
.kicker { margin: 0 0 10px; color: var(--teal); font-weight: 900; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; margin: 0 0 18px; }
h1 { font-size: clamp(42px, 7vw, 76px); max-width: 850px; }
h2 { font-size: clamp(29px, 4vw, 46px); }
h3 { font-size: 24px; }
p { margin: 0 0 17px; }
.lead { font-size: clamp(18px, 2.2vw, 23px); color: #33413e; max-width: 820px; }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.buy-link { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 12px 20px; border-radius: 6px; text-decoration: none; color: var(--white); background: var(--teal); box-shadow: var(--shadow); font-weight: 900; border: 1px solid rgba(255,255,255,.2); }
.buy-link span { white-space: nowrap; }
.buy-link strong { color: var(--amber); font-size: 14px; }
.buy-link:hover { background: var(--teal-deep); }
.buy-link.contrast { background: var(--ink); }
.plain-link { color: var(--teal-deep); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.rating-line { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; color: var(--muted); }
.rating-line strong { color: var(--teal-deep); }
.hero-flask { margin: 0; justify-self: center; display: grid; place-items: center; position: relative; min-height: 560px; }
.hero-flask img { max-height: 610px; width: auto; filter: drop-shadow(0 30px 34px rgba(23, 43, 40, .2)); }
.hero-flask figcaption { position: absolute; right: 0; bottom: 38px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 13px 16px; box-shadow: var(--shadow); display: grid; max-width: 230px; }
.hero-flask figcaption strong { color: var(--teal-deep); }
.proof-band { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; background: var(--white); padding-top: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.proof-band div, .review-row article, .supply-card, .contact-card, .contact-form, .review-stack article, .ingredient-grid article, .faq-list details { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 24px rgba(15, 54, 57, .08); }
.proof-band div { padding: 18px; }
.proof-band strong { display: block; color: var(--teal-deep); }
.proof-band span { color: var(--muted); font-size: 14px; }
.buyer-copy, .text-flow, .audit-panel, .protocol-panel, .faq-preview, .reviews-slice, .order-zone, .faq-page { max-width: 1180px; margin: 0 auto; }
.buyer-copy { font-size: 18px; }
.audit-table { display: grid; gap: 10px; margin-top: 24px; }
.audit-table > div { display: grid; grid-template-columns: 220px 260px minmax(0, 1fr); gap: 16px; align-items: start; padding: 16px; border: 1px solid var(--line); background: var(--white); border-radius: 8px; }
.audit-table strong { color: var(--teal-deep); }
.audit-table span { font-weight: 900; color: var(--gold); }
.audit-table p { margin: 0; color: var(--muted); }
.protocol-list { display: grid; gap: 12px; padding-left: 22px; font-size: 18px; }
.protocol-list li { padding-left: 8px; }
.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 24px 0; }
.faq-list details { padding: 18px; }
.faq-list summary { cursor: pointer; font-weight: 900; color: var(--teal-deep); }
.faq-list p { margin: 12px 0 0; color: var(--muted); }
.cta-river, .final-signal { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--teal-deep); color: var(--white); }
.cta-river p, .final-signal p { color: #dbeceb; max-width: 720px; }
.review-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.review-row article { padding: 20px; }
.review-row strong, .review-row span { display: block; }
.review-row span { color: var(--muted); font-size: 14px; }
.stars { color: var(--gold); font-weight: 900; margin-bottom: 10px; }
.section-intro { max-width: 840px; color: var(--muted); font-size: 18px; }
.supply-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; margin-top: 28px; }
.supply-card { padding: 22px; text-align: center; display: flex; flex-direction: column; min-width: 0; }
.supply-card.raised { transform: translateY(-14px); border: 2px solid var(--gold); }
.card-flag { align-self: center; background: var(--ink); color: var(--amber); border-radius: 999px; padding: 6px 12px; font-size: 12px; font-weight: 900; margin-bottom: 14px; }
.supply-card h3 { margin-bottom: 4px; }
.supply { color: var(--muted); font-weight: 800; }
.supply-card img { width: 100%; aspect-ratio: 1 / .9; object-fit: contain; margin: 8px auto 12px; max-height: 250px; }
.bottle-price { font-size: 34px; font-weight: 900; color: var(--teal-deep); }
.bottle-price span { font-size: 15px; color: var(--muted); }
.per-day, .total-line, .ship-line, .guarantee-line, .card-note { font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.supply-card .buy-link { width: 100%; margin: 10px 0; }
.page-hero { background: linear-gradient(135deg, #f4faf8, #fff9e8); border-bottom: 1px solid var(--line); }
.page-hero.compact { min-height: 330px; display: grid; align-content: center; }
.page-hero .lead { max-width: 900px; }
.text-flow { font-size: 18px; }
.text-flow h2 { margin-top: 24px; }
.ingredient-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0; }
.ingredient-grid article { padding: 18px; }
.review-stack { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 26px 0; }
.review-stack article { padding: 20px; }
.review-stack span { display: block; color: var(--muted); font-weight: 800; margin-bottom: 10px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr); gap: 22px; max-width: 1180px; margin: 0 auto; }
.contact-card, .contact-form { padding: 24px; }
.contact-form { display: grid; gap: 12px; }
.contact-form label { display: grid; gap: 6px; font-weight: 900; color: var(--teal-deep); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 12px; font: inherit; background: #fbfffd; }
.contact-form button { border: 0; border-radius: 6px; min-height: 52px; background: var(--teal); color: var(--white); font-weight: 900; cursor: pointer; }
.form-note { font-size: 14px; color: var(--muted); }
.root-footer { background: #172321; color: var(--white); padding: 42px clamp(18px, 5vw, 70px); }
.footer-shelves { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 24px; }
.root-footer p, .root-footer a { color: #dce8e3; }
.root-footer strong { color: var(--amber); display: block; margin-bottom: 10px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); margin-top: 20px; }
.footer-links a { color: var(--white); }
.small-print { font-size: 13px; color: #b9c7c2; }
.redirect-page { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(135deg, #f7fbf5, #fff5d9); }
.redirect-box { width: min(620px, calc(100% - 32px)); background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 34px; box-shadow: var(--shadow); text-align: center; }
@media (max-width: 980px) {
  .portal-hero, .proof-band, .supply-grid, .review-row, .footer-shelves, .contact-grid { grid-template-columns: 1fr; }
  .hero-flask { min-height: 480px; }
  .hero-flask img { max-height: 500px; }
  .audit-table > div { grid-template-columns: 1fr; gap: 6px; }
  .supply-card.raised { transform: none; }
  .ingredient-grid, .review-stack, .faq-list { grid-template-columns: 1fr; }
  .cta-river, .final-signal { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 680px) {
  .canopy-head { position: static; align-items: flex-start; flex-direction: column; }
  .top-trail { justify-content: flex-start; width: 100%; }
  .top-trail a { padding: 8px 7px; font-size: 13px; }
  h1 { font-size: 40px; }
  .portal-hero { min-height: auto; }
  .hero-flask figcaption { position: static; margin-top: 12px; }
  .buy-link { width: 100%; }
  .bottle-price { font-size: 30px; }
}