/* Alkaline Honey - alkaslimz.com
   Blocks are BEM-ish: block, block__element, block--modifier. */

:root {
  --paper: #fdf8ee;
  --paper-warm: #f7edda;
  --mist: #eaf1ec;
  --card: #ffffff;
  --ink: #2f2519;
  --ink-soft: #6a5c48;
  --line: #e6dcc7;
  --honey: #d99a2b;
  --honey-deep: #b57a12;
  --honey-tint: #fbeccd;
  --teal: #2f6b64;
  --teal-tint: #dfeae7;
  --clay: #b8452e;
  --clay-tint: #fbe6e1;
  --moss: #3d7a4e;
  --r-lg: 22px;
  --r-md: 16px;
  --r-sm: 10px;
  --shadow: 0 10px 30px rgba(74, 52, 16, .08);
  --shadow-lift: 0 18px 44px rgba(74, 52, 16, .14);
  --wrap: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Sofia Sans", "Segoe UI", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
}
body.has-dock { padding-bottom: 92px; }
img { max-width: 100%; height: auto; }
a { color: var(--teal); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--honey-deep); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4 { font-family: "Gentium Book Plus", Georgia, serif; font-weight: 700; line-height: 1.18; margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.35rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.6rem, 3.3vw, 2.35rem); }
h3 { font-size: 1.28rem; }
h4 { font-size: 1.05rem; font-family: "Sofia Sans", sans-serif; letter-spacing: .04em; text-transform: uppercase; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.3em; }
li { margin-bottom: .45em; }
strong { font-weight: 700; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 780px; margin-left: auto; margin-right: auto; }
.section { padding: 68px 0; }
.section--mist { background: var(--mist); }
.section--warm { background: var(--paper-warm); }
.eyebrow {
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--honey-deep); font-weight: 700; margin: 0 0 .9em;
}
.lede { font-size: 1.16rem; color: var(--ink-soft); }
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff;
  padding: 12px 18px; z-index: 200; border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { left: 0; }

/* ---------- rebrand overlay ---------- */
.announce {
  background: var(--clay); color: #fff; text-align: center;
  font-size: .87rem; padding: 9px 16px; line-height: 1.45;
}
.announce a { color: #ffe0a8; text-underline-offset: 3px; }
.renamechip {
  background: var(--clay-tint); color: var(--clay); border: 1px solid #f0c9c0;
  border-radius: 999px; padding: 5px 13px; font-size: .76rem; font-weight: 700;
  letter-spacing: .03em; white-space: nowrap; margin-right: auto;
}
.rebrand { background: var(--paper-warm); border-top: 3px solid var(--clay); }
.rebrand__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 38px; align-items: start; }
.swap { display: flex; align-items: flex-end; justify-content: center; gap: 26px; margin: 6px 0 30px; }
.swap figure { margin: 0; text-align: center; }
.swap img { display: block; margin: 0 auto 10px; max-width: none; }
.swap__then img { opacity: .42; filter: grayscale(.65); }
.swap__label {
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--ink-soft); display: block;
}
.swap__then .swap__label { color: var(--ink-soft); }
.swap__now .swap__label { color: var(--clay); }
.swap__arrow { font-size: 1.7rem; color: var(--clay); padding-bottom: 42px; }
.ledger { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px 26px; box-shadow: var(--shadow); }
.ledger h3 { font-size: 1.05rem; margin-bottom: .5em; }
.ledger h3 + ul { margin-bottom: 1.4em; }
.ledger ul { list-style: none; padding: 0; font-size: .95rem; }
.ledger li { padding-left: 26px; position: relative; }
.ledger li::before { position: absolute; left: 0; font-weight: 700; }
.ledger .changed li::before { content: "92"; color: var(--clay); }
.ledger .kept li::before { content: "¹3"; color: var(--moss); }
.bonuses { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bonus { background: var(--honey-tint); border-radius: var(--r-md); padding: 18px 20px; }
.bonus strong { display: block; margin-bottom: 4px; }
.bonus span { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--honey-deep); font-weight: 700; }
.price-card__bonus { font-size: .82rem; color: var(--moss); font-weight: 700; margin: 0 0 4px; }

/* ---------- chrome ---------- */
.ribbon {
  background: var(--ink); color: #f5ead6; text-align: center;
  font-size: .84rem; letter-spacing: .03em; padding: 9px 16px;
}
.site-header { position: sticky; top: 0; z-index: 60; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header__bar { display: flex; align-items: center; gap: 18px; min-height: 74px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand__mark {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: radial-gradient(circle at 32% 28%, #f0c064, var(--honey) 62%, var(--honey-deep));
  color: #fff; font-family: "Gentium Book Plus", serif; font-weight: 700; font-size: 1.3rem;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.12; }
.brand__text strong { font-family: "Gentium Book Plus", serif; font-size: 1.4rem; }
.brand__text small { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
.site-nav ul { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.site-nav__link {
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: .97rem;
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.site-nav__link:hover, .site-nav__link[aria-current] { border-bottom-color: var(--honey); }
.burger { display: none; background: none; border: 1px solid var(--line); border-radius: var(--r-sm); width: 46px; height: 42px; padding: 10px; cursor: pointer; }
.burger span { display: block; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; }

.crumbs { background: var(--paper-warm); border-bottom: 1px solid var(--line); font-size: .87rem; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 11px 0; }
.crumbs li + li::before { content: "\203A"; margin-right: 8px; color: var(--ink-soft); }
.crumbs a { color: var(--ink-soft); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "Sofia Sans", sans-serif; font-weight: 700; font-size: 1.02rem;
  padding: 15px 30px; border-radius: 999px; text-decoration: none; border: 2px solid transparent;
  min-height: 48px; cursor: pointer; transition: background .15s ease, color .15s ease;
}
.btn--primary { background: var(--honey); color: #34260c; }
.btn--primary:hover { background: var(--honey-deep); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--sm { padding: 10px 20px; font-size: .93rem; min-height: 44px; }
.btn--wide { width: 100%; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--paper-warm); padding: 56px 0 64px; }
.hero::after {
  content: ""; position: absolute; width: 780px; height: 780px; right: -300px; top: -320px;
  background: radial-gradient(circle, rgba(217,154,43,.28), rgba(217,154,43,0) 68%);
  border-radius: 50%; pointer-events: none;
}
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center; }
.hero__media { text-align: center; }
.hero__media img { filter: drop-shadow(0 24px 40px rgba(74,52,16,.22)); max-width: min(100%, 400px); }
.hero__tagline { font-size: 1.22rem; color: var(--ink-soft); }
.hero__canon {
  background: var(--card); border-radius: var(--r-md); border-left: 5px solid var(--honey);
  padding: 18px 22px; box-shadow: var(--shadow); font-size: 1.03rem; margin: 0 0 20px;
}
.hero__portal { font-size: .97rem; color: var(--ink-soft); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 24px 0 22px; }
.seals { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 0; padding: 0; }
.seals li {
  background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 15px; font-size: .8rem; font-weight: 600; margin: 0;
}
.actives { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0 0 20px; padding: 0; }
.actives li {
  background: var(--teal-tint); color: var(--teal); border-radius: 999px;
  padding: 6px 14px; font-size: .82rem; font-weight: 600; margin: 0;
}

/* ---------- key facts + tldr ---------- */
.tldr {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 28px; box-shadow: var(--shadow);
}
.facts { width: 100%; border-collapse: collapse; background: var(--card); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.facts caption { text-align: left; font-weight: 700; padding: 0 0 12px; font-size: 1.05rem; }
.facts th, .facts td { padding: 13px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: .97rem; vertical-align: top; }
.facts th { width: 38%; font-weight: 700; background: var(--honey-tint); }
.facts tr:last-child th, .facts tr:last-child td { border-bottom: 0; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow); }
.card h3 { margin-top: 0; }
.card__num { font-family: "Gentium Book Plus", serif; font-size: 2.4rem; color: var(--honey); line-height: 1; display: block; margin-bottom: 8px; }

/* ---------- lot table ---------- */
.lot { width: 100%; border-collapse: collapse; background: var(--card); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.lot caption { text-align: left; padding: 0 0 12px; font-weight: 700; }
.lot th, .lot td { padding: 13px 20px; border-bottom: 1px solid var(--line); text-align: left; font-size: .95rem; }
.lot thead th { background: var(--teal); color: #fff; }
.lot tbody th { background: var(--mist); font-weight: 600; width: 42%; }
.lot tr:last-child th, .lot tr:last-child td { border-bottom: 0; }
.pill-ok { background: var(--teal-tint); color: var(--teal); border-radius: 999px; padding: 3px 11px; font-size: .82rem; font-weight: 700; }

/* ---------- pricing ---------- */
.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.price-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 0 0 28px; overflow: hidden; box-shadow: var(--shadow); text-align: center;
}
.price-card--featured { border: 2px solid var(--honey); box-shadow: var(--shadow-lift); transform: translateY(-14px); }
.price-card__flag { background: var(--honey); color: #34260c; font-weight: 700; padding: 11px; letter-spacing: .06em; text-transform: uppercase; font-size: .82rem; }
.price-card--featured .price-card__flag { background: var(--ink); color: var(--paper-warm); }
.price-card__body { padding: 22px 22px 0; }
.price-card__qty { font-family: "Gentium Book Plus", serif; font-size: 1.5rem; margin: 0 0 2px; }
.price-card__supply { color: var(--ink-soft); font-size: .92rem; margin: 0 0 14px; }
/* one bottle shot, composed into 3 and 6 bottle bundles */
.stack {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end;
  min-height: 182px; margin: 0 auto 14px;
}
.stack img { flex: 0 0 auto; display: block; max-width: none; }
.stack--2 img { width: 122px; margin: 0 -18px; }
.stack--2 img:first-child { position: relative; z-index: 2; }
.stack--3 img { width: 104px; margin: 0 -16px; }
.stack--3 img:nth-child(2) { position: relative; z-index: 2; width: 118px; }
.stack--6 { max-width: 250px; }
.stack--6 img { width: 92px; margin: 0 -13px; }
.stack--6 img:nth-child(-n+3) { transform: scale(.82); transform-origin: bottom center; margin-bottom: -74px; }
.stack--6 img:nth-child(n+4) { position: relative; z-index: 2; }
.price-card__per { font-family: "Gentium Book Plus", serif; font-size: 3.3rem; line-height: 1; }
.price-card__per span { font-size: .95rem; font-family: "Sofia Sans", sans-serif; color: var(--ink-soft); }
.price-card__was { color: var(--ink-soft); font-size: .95rem; margin: 8px 0 6px; }
.price-card__save { display: inline-block; background: var(--clay-tint); color: var(--clay); font-weight: 700; border-radius: 999px; padding: 5px 15px; font-size: .88rem; }
.price-card__ship { font-size: .87rem; color: var(--ink-soft); margin: 12px 0 16px; }
.price-card .btn { width: calc(100% - 44px); }
.price-card__promise { font-size: .84rem; color: var(--ink-soft); margin: 12px 22px 0; }
.price-note { text-align: center; color: var(--ink-soft); font-size: .93rem; margin-top: 28px; }

/* ---------- q&a, reviews, misc ---------- */
.qa { border-top: 1px solid var(--line); }
.qa__item { border-bottom: 1px solid var(--line); padding: 24px 0; }
.qa__item h3 { margin-bottom: .4em; }
.qa__answer { font-weight: 600; }
.takeaways { background: var(--teal); color: #f2f8f6; border-radius: var(--r-lg); padding: 32px 34px; }
.takeaways h2 { color: #fff; }
.takeaways a { color: #ffe0a8; }
.cta-band { background: var(--ink); color: var(--paper-warm); text-align: center; padding: 66px 0; }
.cta-band h2 { color: #fff; }
.cta-band a.btn--ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.cta-band a.btn--ghost:hover { background: #fff; color: var(--ink); }
.review { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; box-shadow: var(--shadow); }
.review__who { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review__av { width: 42px; height: 42px; border-radius: 50%; background: var(--teal-tint); color: var(--teal); display: grid; place-items: center; font-weight: 700; }
.review__meta { font-size: .84rem; color: var(--ink-soft); line-height: 1.3; }
.stars { color: var(--honey-deep); letter-spacing: .1em; }
.badge-verified { background: var(--moss); color: #fff; border-radius: 999px; padding: 2px 9px; font-size: .7rem; font-weight: 700; letter-spacing: .04em; }
.bar { background: var(--mist); border-radius: 999px; height: 11px; overflow: hidden; }
.bar span { display: block; height: 100%; background: var(--honey); border-radius: 999px; }
.metric { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); padding: 20px; text-align: center; box-shadow: var(--shadow); }
.metric strong { display: block; font-family: "Gentium Book Plus", serif; font-size: 2.1rem; line-height: 1.1; color: var(--teal); }
.metric span { font-size: .86rem; color: var(--ink-soft); }
.data { width: 100%; border-collapse: collapse; background: var(--card); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); }
.data caption { text-align: left; padding: 0 0 10px; font-weight: 700; }
.data th, .data td { padding: 11px 16px; border-bottom: 1px solid var(--line); text-align: left; font-size: .93rem; }
.data thead th { background: var(--honey-tint); }
.data tr:last-child th, .data tr:last-child td { border-bottom: 0; }
.byline { font-size: .89rem; color: var(--ink-soft); border-left: 3px solid var(--honey); padding-left: 14px; margin: 0 0 26px; }
.refs { font-size: .9rem; }
.refs ol { padding-left: 1.4em; }
.refs li { margin-bottom: .6em; }
.note { background: var(--honey-tint); border-radius: var(--r-md); padding: 18px 22px; font-size: .92rem; }
.disclaim { font-size: .88rem; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 18px; margin-top: 30px; }
.glossary dt { font-weight: 700; margin-top: 14px; }
.glossary dd { margin: 4px 0 0; color: var(--ink-soft); }
.steps { counter-reset: step; list-style: none; padding: 0; }
.steps li { counter-increment: step; position: relative; padding-left: 52px; margin-bottom: 20px; }
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: 0; width: 36px; height: 36px;
  border-radius: 50%; background: var(--honey); color: #34260c; display: grid; place-items: center; font-weight: 700;
}
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-weight: 600; margin-bottom: 5px; font-size: .93rem; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--r-sm);
  font: inherit; font-size: .97rem; background: var(--card);
}

/* ---------- footer ---------- */
.site-footer { background: var(--paper-warm); border-top: 1px solid var(--line); padding: 54px 0 34px; font-size: .93rem; }
.site-footer__top { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 30px; }
.site-footer__brand p { color: var(--ink-soft); }
.site-footer address { font-style: normal; color: var(--ink-soft); line-height: 1.75; }
.site-footer__col h2 { font-family: "Sofia Sans", sans-serif; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__col ul { list-style: none; padding: 0; }
.site-footer__col a { color: var(--ink); text-decoration: none; }
.site-footer__col a:hover { text-decoration: underline; }
.site-footer__portal { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); font-weight: 600; }
.site-footer__note, .site-footer__fda, .site-footer__legal { color: var(--ink-soft); font-size: .84rem; }
.site-footer__updated { display: inline-block; margin-left: 6px; font-weight: 600; }

/* ---------- offer dock ---------- */
.dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; background: var(--ink); color: #fff; }
.dock__inner { display: flex; align-items: center; gap: 12px; padding-top: 10px; padding-bottom: 10px; }
.dock__link { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; text-decoration: none; color: #fff; flex: 1; }
.dock__chip { background: var(--clay); border-radius: 999px; padding: 6px 14px; font-weight: 700; font-size: .86rem; animation: dockpulse 2.4s ease-in-out infinite; }
.dock__msg { font-size: .93rem; }
.dock__msg strong { color: #ffd68a; }
.dock__btn { margin-left: auto; background: var(--honey); color: #34260c; font-weight: 700; border-radius: 999px; padding: 11px 24px; min-height: 44px; display: inline-flex; align-items: center; }
.dock__close { background: none; border: 0; color: #cbbda6; font-size: 1.5rem; line-height: 1; cursor: pointer; padding: 8px 10px; min-height: 44px; min-width: 44px; }
@keyframes dockpulse { 0%, 100% { opacity: 1; } 50% { opacity: .62; } }
@media (prefers-reduced-motion: reduce) { .dock__chip { animation: none; } html { scroll-behavior: auto; } }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero__grid, .grid-2, .rebrand__grid, .bonuses { grid-template-columns: 1fr; }
  .renamechip { display: none; }
  .hero__media { order: -1; }
  .grid-3, .prices { grid-template-columns: 1fr; }
  .price-card--featured { transform: none; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .burger { display: block; }
  .site-header__cta { display: none; }
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--paper);
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; transition: opacity .2s ease, transform .2s ease, visibility 0s; }
  .site-nav ul { flex-direction: column; gap: 0; padding: 8px 22px 18px; }
  .site-nav__link { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 620px) {
  body { font-size: 17px; }
  .section { padding: 48px 0; }
  .site-footer__top { grid-template-columns: 1fr; }
  .dock__msg { display: none; }
  .dock__btn { margin-left: auto; padding: 11px 18px; font-size: .9rem; }
  body.has-dock { padding-bottom: 80px; }
  .facts th { width: 46%; }
}
