/* ==========================================================================
   SodaTide — independent information site
   Light-dominant premium wellness aesthetic. Orchid violet drawn from the
   product label, sage green for the gut/prebiotic thread, on warm white.
   Benefit blocks use the real Bootstrap grid (row / col-lg-6 / col-md-6 /
   align-items-center) in normal document flow — never absolute positioning,
   never a wide image beside a narrow text column.
   Includes the mandatory fixed bottom order bar.
   ========================================================================== */

:root {
  --ink: #1B1526;
  --ink-2: #2C2239;
  --ink-3: #40324F;

  --violet: #7A3E9D;
  --violet-2: #9C5FBE;
  --violet-3: #5F2C7C;
  --violet-wash: #F4EDF9;
  --violet-wash-2: #E7D8F2;

  --sage: #4F8A6B;
  --sage-wash: #EBF3EE;

  --text: #221B2B;
  --body: #5A5165;
  --muted: #8B8194;
  --line: #E9E3EF;
  --line-2: #F4F0F8;

  --cream: #FBF9FC;
  --cream-2: #F5F1F8;
  --white: #FFFFFF;

  --on-dark: #F1EBF6;
  --on-dark-soft: #B5A8C2;
  --line-dark: rgba(241, 235, 246, .16);

  --f-head: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --pad: 112px;
  --bar: 76px;
  --bar-clear: 96px;
  --r-s: 12px;
  --r: 20px;
  --r-l: 30px;
  --sh: 0 26px 58px -32px rgba(27, 21, 38, .4);
  --sh-2: 0 10px 28px -18px rgba(27, 21, 38, .28);
  --sh-violet: 0 14px 32px -14px rgba(122, 62, 157, .5);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 130px; }

body {
  font-family: var(--f-body);
  font-size: 18px;
  line-height: 1.78;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: var(--bar-clear);
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--f-head);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: var(--ink);
  margin: 0 0 .5em;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(35px, 5vw, 60px); font-weight: 800; letter-spacing: -.04em; }
h2 { font-size: clamp(27px, 3.3vw, 40px); font-weight: 800; letter-spacing: -.034em; }
h3 { font-size: clamp(20px, 1.9vw, 26px); }
h4 { font-size: 19px; }

p, li, dd, dt, td, th, figcaption, a, span, button { overflow-wrap: break-word; }
p { margin: 0 0 1.3em; }
p:last-child { margin-bottom: 0; }

a { color: var(--violet-3); text-underline-offset: 4px; }
a:hover { color: var(--violet); }
strong { font-weight: 650; color: var(--text); }

::selection { background: var(--violet); color: #fff; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; border-radius: 4px; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 12px; z-index: 10000;
  background: var(--ink); color: #fff; padding: 14px 22px;
  border-radius: var(--r-s); font-weight: 700; font-size: 17px;
}
.skip-link:focus { left: 16px; color: #fff; }

.seo-link {
  color: inherit; text-decoration: underline;
  text-decoration-thickness: 1px; text-underline-offset: 4px;
  text-decoration-color: rgba(122, 62, 157, .55);
}
.seo-link:hover { color: inherit; text-decoration-color: currentColor; }
.on-ink .seo-link, .on-deep .seo-link { text-decoration-color: rgba(156, 95, 190, .95); }

/* ------------------------------------------------------------------ Layout */

.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding-inline: 32px; }
.wrap-mid { max-width: 1020px; }
.wrap-narrow { max-width: 790px; }

.sec { padding-block: var(--pad); position: relative; }
.sec-cream { background: var(--cream); }
.sec-cream-2 { background: var(--cream-2); }
.sec-wash { background: var(--violet-wash); }
.sec-sage { background: var(--sage-wash); }
.sec-tight { padding-block: 82px; }

.on-ink { background: var(--ink); color: var(--on-dark); position: relative; overflow: hidden; }
.on-ink h1, .on-ink h2, .on-ink h3, .on-ink h4 { color: #fff; }
.on-ink p { color: var(--on-dark-soft); }
.on-ink strong { color: #fff; }
.on-ink > * { position: relative; z-index: 1; }

.on-deep { background: var(--ink-2); color: var(--on-dark); position: relative; overflow: hidden; }
.on-deep h2, .on-deep h3, .on-deep h4 { color: #fff; }
.on-deep p { color: var(--on-dark-soft); }
.on-deep strong { color: #fff; }
.on-deep > * { position: relative; z-index: 1; }

.glow {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 84% 16%, rgba(122, 62, 157, .4) 0, transparent 46%),
    radial-gradient(circle at 6% 88%, rgba(79, 138, 107, .16) 0, transparent 42%);
}

/* Signature device: soft pill eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--f-head); font-size: 12.5px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--violet-3); margin-bottom: 20px;
  background: var(--violet-wash); border: 1px solid var(--violet-wash-2);
  padding: 8px 18px; border-radius: 100px;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--violet); flex: none; }
.on-ink .eyebrow, .on-deep .eyebrow, .closer .eyebrow, .hero .eyebrow {
  color: #fff; background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .18);
}
.on-ink .eyebrow::before, .on-deep .eyebrow::before, .closer .eyebrow::before,
.hero .eyebrow::before { background: var(--violet-2); }

.sec-head { max-width: 810px; margin-bottom: 54px; }
.sec-head.mid { margin-inline: auto; text-align: center; }
.sec-head p { font-size: 19px; color: var(--body); }
.on-ink .sec-head p, .on-deep .sec-head p { color: var(--on-dark-soft); }

/* ----------------------------------------------------------------- Buttons */

.btn-st {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-head); font-size: 17px; font-weight: 700;
  padding: 18px 34px; min-height: 58px;
  border: 2px solid transparent; border-radius: 100px;
  cursor: pointer; text-decoration: none;
  transition: transform .16s ease, box-shadow .18s ease, background .18s ease,
              border-color .18s ease, color .18s ease;
}
.btn-st:hover { transform: translateY(-2px); }
.btn-st:active { transform: translateY(0); }

.btn-violet { background: var(--violet); color: #fff; box-shadow: var(--sh-violet); }
.btn-violet:hover { background: var(--violet-2); color: #fff; box-shadow: 0 18px 40px -14px rgba(122, 62, 157, .66); }

.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-3); color: #fff; }

.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--violet-wash); color: var(--violet-3); }

.btn-line { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-line:hover { color: var(--violet-3); border-color: var(--violet); background: var(--violet-wash); }

.on-ink .btn-line, .on-deep .btn-line, .closer .btn-line, .hero .btn-line,
.aside-card.dark .btn-line, .plan.lead .btn-line {
  color: #fff; border-color: rgba(241, 235, 246, .32);
}
.on-ink .btn-line:hover, .on-deep .btn-line:hover, .closer .btn-line:hover, .hero .btn-line:hover,
.aside-card.dark .btn-line:hover, .plan.lead .btn-line:hover {
  color: var(--ink); border-color: #fff; background: #fff;
}

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.arw { transition: transform .18s ease; }
.btn-st:hover .arw { transform: translateX(4px); }

/* ------------------------------------------------------------- Top bar */

.topbar {
  background: var(--ink); color: var(--on-dark);
  font-size: 13.5px; position: fixed; top: 0; left: 0; right: 0; z-index: 101;
}
.topbar-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 4px 32px; min-height: 38px; padding-block: 7px;
}
.topbar span {
  font-family: var(--f-head); font-weight: 500; letter-spacing: .13em;
  text-transform: uppercase; color: var(--on-dark);
  display: inline-flex; align-items: center; gap: 10px;
}
.topbar span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--violet-2); flex: none; }

/* ------------------------------------------------------------------ Header */

.site-header {
  position: fixed; top: 38px; left: 0; right: 0; z-index: 100;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: saturate(1.3) blur(12px);
  -webkit-backdrop-filter: saturate(1.3) blur(12px);
  border-bottom: 1px solid var(--line-2);
  transition: border-color .28s ease, box-shadow .28s ease;
}
.site-header.is-stuck {
  background: rgba(255, 255, 255, .99);
  border-bottom-color: var(--line);
  box-shadow: 0 4px 20px -16px rgba(27, 21, 38, .4);
}

.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; transition: min-height .25s ease; }
.site-header.is-stuck .header-inner { min-height: 64px; }

.brand {
  font-family: var(--f-head); font-weight: 800; font-size: 24px;
  letter-spacing: -.035em; color: var(--ink); text-decoration: none;
  display: inline-flex; align-items: center; gap: 11px; flex: none;
}
.brand:hover { color: var(--ink); }
.brand-mark {
  width: 36px; height: 36px; border-radius: 50%; flex: none;
  background: linear-gradient(150deg, var(--violet), var(--violet-3));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800;
}
.brand i { font-style: normal; color: var(--violet); }

.nav-main { display: flex; align-items: center; gap: 24px; }
.nav-list { display: flex; align-items: center; gap: 18px; list-style: none; margin: 0; padding: 0; }
.nav-list a {
  font-family: var(--f-head); font-size: 15px; font-weight: 600;
  color: var(--body); text-decoration: none; padding: 9px 0;
  position: relative; white-space: nowrap;
}
.nav-list a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px;
  border-radius: 2px; background: var(--violet);
  transform: scaleX(0); transform-origin: left; transition: transform .22s ease;
}
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--ink); }
.nav-list a:hover::after, .nav-list a[aria-current="page"]::after { transform: scaleX(1); }

.nav-cta { flex: none; }
.nav-main > .nav-cta { display: none; }
.header-inner > .nav-cta .btn-st { padding: 13px 24px; min-height: 48px; font-size: 15px; }

.nav-toggle {
  display: none; width: 48px; height: 48px; flex: none;
  align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--line);
  border-radius: var(--r-s); cursor: pointer; padding: 0;
}
.nav-toggle span { display: block; width: 21px; height: 2px; background: var(--ink); position: relative; transition: background .2s ease; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 21px; height: 2px;
  background: var(--ink); transition: transform .24s ease, top .2s ease;
}
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* ==================================================== FIXED BOTTOM ORDER BAR */

.order-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: var(--ink);
  border-top: 2px solid var(--violet);
  box-shadow: 0 -6px 28px -14px rgba(27, 21, 38, .85);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.order-bar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  min-height: var(--bar); padding-block: 12px;
}
.ob-brand {
  font-family: var(--f-head); font-weight: 800; font-size: 19px;
  color: #fff; letter-spacing: -.03em; flex: none;
}
.ob-mid {
  font-size: 15px; color: var(--on-dark-soft); text-align: center;
  display: flex; align-items: center; gap: 14px; flex-wrap: nowrap;
  justify-content: center; white-space: nowrap; overflow: hidden;
}
.ob-mid strong { color: #fff; font-weight: 600; }
.ob-price {
  font-family: var(--f-head); font-weight: 800; font-size: 16px;
  color: var(--violet-2); white-space: nowrap;
}
.ob-cta {
  flex: none; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--violet); color: #fff; text-decoration: none;
  font-family: var(--f-head); font-weight: 700; font-size: 16px;
  min-height: 48px; padding: 12px 28px; border-radius: 100px;
  transition: background .18s ease, transform .16s ease;
  white-space: nowrap;
}
.ob-cta:hover { background: var(--violet-2); color: #fff; transform: translateY(-1px); }
.ob-full { display: inline; }
.ob-short { display: none; }

/* -------------------------------------------------------------------- Hero */

.hero {
  padding-top: 162px; padding-bottom: 92px; position: relative; overflow: hidden;
  background: linear-gradient(168deg, var(--ink) 0%, var(--ink-2) 56%, var(--violet-3) 128%);
  color: var(--on-dark);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 78% 32%, rgba(122, 62, 157, .46) 0, transparent 54%),
    radial-gradient(circle at 4% 12%, rgba(79, 138, 107, .16) 0, transparent 40%);
}
.hero > .wrap { position: relative; z-index: 2; }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; color: var(--violet-2); }
.hero-lede { font-size: 20px; line-height: 1.7; color: var(--on-dark-soft); max-width: 33em; }

.hero-stage {
  position: relative; display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.hero-stage::before {
  content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(156, 95, 190, .42) 0%, rgba(122, 62, 157, .12) 52%, transparent 72%);
}
.hero-stage img {
  position: relative; z-index: 1; width: 100%; max-width: 420px;
  object-fit: contain; border-radius: var(--r-l);
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, .5));
}

.hero-points { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 12px; }
.hero-points li {
  position: relative; padding-left: 34px; font-size: 18px; color: var(--on-dark); font-weight: 500;
}
.hero-points li::before {
  content: ""; position: absolute; left: 2px; top: 12px; width: 10px; height: 5px;
  border-left: 2px solid var(--violet-2); border-bottom: 2px solid var(--violet-2);
  transform: rotate(-45deg);
}

.hero-offer {
  margin-top: 28px; padding: 20px 24px;
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(156, 95, 190, .4);
  border-radius: var(--r);
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px;
}
.hero-offer .from {
  font-family: var(--f-head); font-weight: 800; font-size: 27px;
  letter-spacing: -.035em; color: #fff;
}
.hero-offer .from small { font-size: 15px; font-weight: 500; color: var(--violet-2); letter-spacing: 0; }
.hero-offer .gtee { font-size: 16px; color: var(--on-dark-soft); }

.hero-trust { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-chip {
  font-family: var(--f-head); font-size: 13px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #fff;
  border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .06);
  padding: 8px 16px; border-radius: 100px;
}
.hero-fine { font-size: 15px; color: var(--on-dark-soft); margin-top: 16px; }

/* Trust strip */
.strip { padding-block: 30px; background: var(--cream-2); border-bottom: 1px solid var(--line); }
.strip-item {
  display: flex; align-items: flex-start; gap: 14px;
  color: var(--ink); font-family: var(--f-head); font-weight: 600; font-size: 15.5px;
}
.strip-item::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; flex: none;
  background: var(--violet); margin-top: 9px;
}
.strip-item small { display: block; font-family: var(--f-body); font-weight: 400; font-size: 14px; color: var(--body); }

/* --------------------------------------------------------- Quick facts */

.fact {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 28px; box-shadow: var(--sh-2); height: 100%;
}
.fact dt {
  font-family: var(--f-head); font-size: 11.5px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--violet-3); margin-bottom: 10px;
}
.fact dd { margin: 0; font-family: var(--f-head); font-weight: 800; font-size: 21px; letter-spacing: -.03em; color: var(--ink); }
.fact dd small { display: block; font-family: var(--f-body); font-weight: 400; font-size: 15px; color: var(--body); letter-spacing: 0; margin-top: 6px; line-height: 1.55; }

/* ============================================ CONTENT BLOCKS (Bootstrap grid) */

.cblock { padding-block: 74px; border-bottom: 1px solid var(--line); }
.cblock:last-of-type { border-bottom: 0; }
.cblock.alt { background: var(--cream); }

.cblock-media {
  background: var(--violet-wash); border-radius: var(--r-l);
  padding: 30px; display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; min-height: 300px;
}
.cblock-media::before {
  content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  right: -60px; top: -60px;
  background: radial-gradient(circle, rgba(122, 62, 157, .2), transparent 68%);
}
.cblock-media img {
  position: relative; z-index: 1; width: 100%; max-width: 340px;
  object-fit: contain; border-radius: var(--r);
}
.cblock-media.dark { background: linear-gradient(150deg, var(--ink), var(--ink-3)); }
.cblock-media.dark::before { background: radial-gradient(circle, rgba(122, 62, 157, .34), transparent 68%); }
.cblock-media.sage { background: var(--sage-wash); }
.cblock-media.sage::before { background: radial-gradient(circle, rgba(79, 138, 107, .18), transparent 68%); }
/* photographic media fills the column edge to edge */
.cblock-media.photo { padding: 0; background: none; min-height: 0; }
.cblock-media.photo::before { display: none; }
.cblock-media.photo img { max-width: none; width: 100%; border-radius: var(--r-l); }

.cpanel {
  background: linear-gradient(150deg, var(--ink), var(--ink-3));
  border-radius: var(--r-l); padding: 44px; color: var(--on-dark);
  min-height: 300px; display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.cpanel::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 82% 22%, rgba(122, 62, 157, .3) 0, transparent 54%);
}
.cpanel > * { position: relative; z-index: 1; }
.cpanel-k {
  font-family: var(--f-head); font-size: 12px; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--violet-2); margin-bottom: 18px;
}
.cpanel-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.cpanel-list li { position: relative; padding-left: 26px; font-size: 17px; }
.cpanel-list li::before {
  content: ""; position: absolute; left: 0; top: 10px; width: 9px; height: 9px;
  border-radius: 50%; background: var(--violet-2);
}
.cpanel-list li strong { color: #fff; display: block; font-family: var(--f-head); font-size: 17px; }
.cpanel-list li span { color: var(--on-dark-soft); font-size: 16px; }

.cblock-body .c-n {
  font-family: var(--f-head); font-weight: 700; font-size: 12.5px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--violet-3); display: block; margin-bottom: 14px;
}
.cblock-body h2, .cblock-body h3 { margin-bottom: .55em; }
.cblock-body p { font-size: 17.5px; color: var(--body); }
.cblock-body .c-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 11px; }
.cblock-body .c-list li { position: relative; padding-left: 30px; font-size: 17px; color: var(--body); }
.cblock-body .c-list li::before {
  content: ""; position: absolute; left: 3px; top: 9px; width: 9px; height: 5px;
  border-left: 2px solid var(--violet); border-bottom: 2px solid var(--violet);
  transform: rotate(-45deg);
}

/* ------------------------------------------------------ Editorial layouts */

.stage {
  background: var(--violet-wash); border-radius: var(--r-l);
  padding: 38px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.stage::before {
  content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%;
  right: -50px; top: -50px; background: radial-gradient(circle, rgba(122, 62, 157, .2), transparent 68%);
}
.stage img { position: relative; z-index: 1; width: 100%; max-width: 380px; margin-inline: auto; object-fit: contain; border-radius: var(--r); }
.stage.dark { background: linear-gradient(155deg, var(--ink), var(--ink-3)); }
.stage.dark::before { background: radial-gradient(circle, rgba(122, 62, 157, .32), transparent 68%); }
.stage.plain { background: none; padding: 0; }
.stage.plain::before { display: none; }
.stage.plain img { max-width: none; border-radius: var(--r-l); }

/* Label figure — the supplement facts panel */
.label-fig { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 20px; box-shadow: var(--sh-2); }
.label-fig img { width: 100%; border-radius: 8px; }
.label-fig figcaption { font-size: 15px; color: var(--muted); margin-top: 14px; }

/* Numbered pathway */
.path { display: grid; gap: 18px; }
.path-item {
  display: grid; grid-template-columns: 58px 1fr; gap: 24px; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 28px 30px;
  box-shadow: var(--sh-2);
}
.path-n {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  background: var(--violet-wash); color: var(--violet-3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-head); font-weight: 800; font-size: 16px;
}
.path-item h3 { font-size: 21px; margin-bottom: 8px; }
.path-item p { font-size: 17px; color: var(--body); margin: 0; }
.path-item p + p { margin-top: .85em; }
.on-ink .path-item, .on-deep .path-item { background: rgba(255, 255, 255, .05); border-color: var(--line-dark); box-shadow: none; }
.on-ink .path-n, .on-deep .path-n { background: rgba(122, 62, 157, .3); color: #fff; }
.on-ink .path-item h3, .on-deep .path-item h3 { color: #fff; }
.on-ink .path-item p, .on-deep .path-item p { color: var(--on-dark-soft); }

.feature {
  background: linear-gradient(150deg, var(--ink), var(--ink-3)); border-radius: var(--r-l);
  padding: 50px; color: var(--on-dark); position: relative; overflow: hidden;
}
.feature::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 84% 20%, rgba(122, 62, 157, .28) 0, transparent 52%);
}
.feature > * { position: relative; z-index: 1; }
.feature h3 { color: #fff; font-size: clamp(24px, 2.8vw, 33px); letter-spacing: -.032em; }
.feature p { color: var(--on-dark-soft); }
.feature strong { color: #fff; }

/* Ingredient cards */
.ing-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-l);
  padding: 0; display: flex; flex-direction: column; box-shadow: var(--sh-2);
  height: 100%; overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ing-card:hover { border-color: var(--violet); box-shadow: var(--sh); transform: translateY(-3px); }
.ing-shot { background: var(--violet-wash); aspect-ratio: 16 / 10; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ing-shot img { width: 100%; height: 100%; object-fit: cover; }
.ing-card-in { padding: 28px 30px 30px; display: flex; flex-direction: column; flex: 1; }
.ing-idx { font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--violet-3); display: block; margin-bottom: 8px; }
.ing-card h3 { font-size: 21px; margin-bottom: 4px; }
.ing-card .latin { font-size: 15px; color: var(--muted); font-style: italic; display: block; margin-bottom: 6px; }
.ing-dose {
  display: inline-block; font-family: var(--f-head); font-weight: 700; font-size: 14px;
  color: var(--sage); background: var(--sage-wash); border-radius: 100px;
  padding: 5px 14px; margin-bottom: 14px;
}
.ing-card p { font-size: 17px; color: var(--body); flex: 1; }
.card-go { font-family: var(--f-head); font-weight: 600; font-size: 16px; color: var(--violet-3); text-decoration: none; margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }
.card-go:hover { color: var(--violet); }

/* Notices */
.notice {
  border-left: 4px solid var(--violet); background: var(--cream);
  padding: 26px 30px; margin: 30px 0; border-radius: 0 var(--r) var(--r) 0;
}
.notice h3 { font-size: 19px; margin-bottom: 10px; }
.notice p { font-size: 17px; color: var(--body); }
.notice p:last-child { margin-bottom: 0; }
.notice ul { margin: 0 0 1em; padding-left: 22px; }
.notice li { font-size: 17px; color: var(--body); margin-bottom: .45em; }
.on-ink .notice, .on-deep .notice {
  background: rgba(255, 255, 255, .06); border-left-color: var(--violet-2);
}
.on-ink .notice h3, .on-deep .notice h3 { color: #fff; }
.on-ink .notice p, .on-deep .notice p,
.on-ink .notice li, .on-deep .notice li { color: var(--on-dark-soft); }

.safety {
  background: #FBF0E9; border-left: 4px solid #B4632A;
  padding: 26px 30px; margin: 30px 0; border-radius: 0 var(--r) var(--r) 0;
}
.safety h3 { font-size: 19px; margin-bottom: 10px; color: #7A3F14; }
.safety p { font-size: 17px; color: #6A4630; }
.safety p:last-child { margin-bottom: 0; }
.safety ul { margin: 0 0 1em; padding-left: 22px; }
.safety li { font-size: 17px; color: #6A4630; margin-bottom: .45em; }

/* Dose-gap callout, the site's central finding */
.dosebox {
  background: linear-gradient(150deg, var(--ink), var(--ink-3)); color: var(--on-dark);
  border-radius: var(--r-l); padding: 34px 36px; margin: 30px 0;
  position: relative; overflow: hidden;
}
.dosebox::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 88% 14%, rgba(122, 62, 157, .3) 0, transparent 52%);
}
.dosebox > * { position: relative; z-index: 1; }
.dosebox h3 { color: #fff; font-size: 21px; margin-bottom: 14px; }
.dosebox p { font-size: 17px; color: var(--on-dark-soft); }
.dosebox p:last-child { margin-bottom: 0; }
.dosebox strong { color: #fff; }
.dose-rows { display: grid; gap: 12px; margin: 22px 0; }
.dose-row {
  display: grid; grid-template-columns: 1.4fr auto 1fr; gap: 10px 20px; align-items: baseline;
  padding: 14px 0; border-bottom: 1px solid var(--line-dark);
}
.dose-row:last-child { border-bottom: 0; }
.dose-name { font-family: var(--f-head); font-weight: 700; font-size: 17px; color: #fff; }
.dose-have { font-family: var(--f-head); font-weight: 800; font-size: 19px; color: var(--violet-2); white-space: nowrap; }
.dose-need { font-size: 16px; color: var(--on-dark-soft); }

/* Trust cells */
.trust-cell {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-l); padding: 34px;
  box-shadow: var(--sh-2); height: 100%;
  transition: border-color .2s ease, transform .2s ease;
}
.trust-cell:hover { border-color: var(--violet); transform: translateY(-3px); }
.trust-cell .t-n {
  font-family: var(--f-head); font-weight: 700; font-size: 13px; letter-spacing: .2em;
  color: var(--violet-3); display: block; margin-bottom: 14px;
}
.trust-cell h3 { font-size: 20px; margin-bottom: 10px; }
.trust-cell p { font-size: 17px; color: var(--body); }
.trust-cell.hot { background: linear-gradient(150deg, var(--ink), var(--ink-3)); border-color: transparent; color: var(--on-dark); }
.trust-cell.hot h3 { color: #fff; }
.trust-cell.hot p { color: var(--on-dark-soft); }
.trust-cell.hot strong { color: #fff; }
.trust-cell.hot .t-n { color: var(--violet-2); }

.photo-cap { font-size: 15px; color: var(--muted); margin-top: 14px; }
.on-ink .photo-cap, .on-deep .photo-cap { color: var(--on-dark-soft); }

/* Badge row */
.badges { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; }
.badge-item { display: flex; align-items: center; gap: 14px; }
.badge-item img { width: 72px; height: auto; flex: none; }
.badge-item span { font-size: 16px; color: var(--body); max-width: 22em; }
.badge-item strong { display: block; font-family: var(--f-head); font-size: 16px; color: var(--ink); }

/* ------------------------------------------------------------ Pricing */

.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-l);
  padding: 38px 32px; display: flex; flex-direction: column; position: relative;
  box-shadow: var(--sh-2); height: 100%;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--sh); border-color: var(--violet); }
.plan-flag {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  background: var(--violet); color: #fff; font-family: var(--f-head);
  font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase;
  padding: 9px 20px; border-radius: 100px; white-space: nowrap;
}
.plan-flag.alt { background: var(--sage); }
.plan-tag { font-family: var(--f-head); font-weight: 700; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.plan-media { height: 190px; display: flex; align-items: center; justify-content: center; margin: 18px 0; }
.plan-media img { max-height: 190px; width: auto; object-fit: contain; border-radius: var(--r-s); }
.plan-name { font-family: var(--f-head); font-weight: 800; font-size: 25px; letter-spacing: -.03em; margin: 0 0 4px; color: var(--ink); }
.plan-supply { font-size: 17px; color: var(--muted); }
.plan-fig { display: flex; align-items: baseline; gap: 8px; margin-top: 18px; }
.plan-fig .amt { font-family: var(--f-head); font-weight: 800; font-size: 43px; letter-spacing: -.045em; line-height: 1; color: var(--ink); }
.plan-fig .per { font-size: 17px; color: var(--muted); }
.plan-total { font-size: 17px; color: var(--body); margin-top: 10px; }
.plan-total strong { color: var(--violet-3); }
.plan-list { list-style: none; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line); display: grid; gap: 9px; flex: 1; }
.plan-list li { position: relative; padding-left: 26px; font-size: 17px; color: var(--body); }
.plan-list li::before {
  content: ""; position: absolute; left: 3px; top: 9px; width: 8px; height: 4px;
  border-left: 2px solid var(--violet); border-bottom: 2px solid var(--violet); transform: rotate(-45deg);
}
.plan-list li.off { color: var(--muted); }
.plan-list li.off::before { border-color: var(--line); }
.plan .btn-st { width: 100%; margin-top: 22px; }

.plan.lead { background: linear-gradient(160deg, var(--ink), var(--ink-3)); border-color: var(--violet); color: var(--on-dark); }
.plan.lead .plan-name { color: #fff; }
.plan.lead .plan-fig .amt { color: var(--violet-2); }
.plan.lead .plan-supply, .plan.lead .plan-fig .per, .plan.lead .plan-tag { color: var(--on-dark-soft); }
.plan.lead .plan-total { color: var(--on-dark-soft); }
.plan.lead .plan-total strong { color: var(--violet-2); }
.plan.lead .plan-list { border-top-color: var(--line-dark); }
.plan.lead .plan-list li { color: var(--on-dark-soft); }
.plan.lead .plan-list li::before { border-color: var(--violet-2); }

/* --------------------------------------------------------------- Bonuses */

.bonus {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-l);
  overflow: hidden; height: 100%; display: flex; flex-direction: column;
  box-shadow: var(--sh-2); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.bonus:hover { transform: translateY(-4px); border-color: var(--violet); box-shadow: var(--sh); }
.bonus-shot { background: var(--violet-wash); padding: 28px; display: flex; align-items: center; justify-content: center; }
.bonus-shot img { max-height: 250px; width: auto; object-fit: contain; }
.bonus-in { padding: 28px 30px 30px; display: flex; flex-direction: column; flex: 1; }
.bonus-n { font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--violet-3); display: block; margin-bottom: 10px; }
.bonus h3 { font-size: 20px; margin-bottom: 8px; }
.bonus-val { font-family: var(--f-head); font-weight: 700; font-size: 15px; color: var(--muted); margin-bottom: 12px; }
.bonus p { font-size: 17px; color: var(--body); flex: 1; }

/* --------------------------------------------------------------- Guarantee */

.promise-seal img { width: 100%; max-width: 320px; margin-inline: auto; object-fit: contain; border-radius: var(--r); }

.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.ticks li { position: relative; padding-left: 30px; font-size: 17px; color: var(--body); }
.ticks li::before {
  content: ""; position: absolute; left: 3px; top: 9px; width: 9px; height: 5px;
  border-left: 2px solid var(--violet); border-bottom: 2px solid var(--violet); transform: rotate(-45deg);
}
.on-ink .ticks li, .on-deep .ticks li { color: var(--on-dark-soft); }

/* --------------------------------------------------------------------- FAQ */

.qa { display: grid; gap: 12px; }
.qa-item {
  border: 1px solid var(--line); border-radius: var(--r); background: #fff; overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.qa-item:has(.faq-q[aria-expanded="true"]) { border-color: var(--violet); box-shadow: var(--sh); }
.faq-q {
  width: 100%; background: none; border: 0; cursor: pointer;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 22px;
  padding: 24px 30px; text-align: left;
  font-family: var(--f-head); font-weight: 600; font-size: 19px;
  color: var(--ink); line-height: 1.42; transition: color .18s ease;
}
.faq-q:hover { color: var(--violet-3); }
.faq-ico {
  flex: none; width: 32px; height: 32px; border-radius: 50%; position: relative;
  background: var(--violet-wash); transition: background .24s ease;
}
.faq-q[aria-expanded="true"] .faq-ico { background: var(--violet); }
.faq-ico::before, .faq-ico::after {
  content: ""; position: absolute; background: var(--violet-3); border-radius: 2px;
  transition: transform .26s ease, opacity .26s ease, background .24s ease;
}
.faq-ico::before { top: 15px; left: 8px; width: 16px; height: 2px; }
.faq-ico::after { left: 15px; top: 8px; width: 2px; height: 16px; }
.faq-q[aria-expanded="true"] .faq-ico::before,
.faq-q[aria-expanded="true"] .faq-ico::after { background: #fff; }
.faq-q[aria-expanded="true"] .faq-ico::after { transform: rotate(90deg); opacity: 0; }
.faq-a { overflow: hidden; height: 0; transition: height .3s ease; }
.faq-a-inner { padding: 0 64px 24px 30px; }
.faq-a-inner p { font-size: 17px; color: var(--body); }
.on-ink .qa-item, .on-deep .qa-item { background: rgba(255, 255, 255, .05); border-color: var(--line-dark); }
.on-ink .faq-q, .on-deep .faq-q { color: #fff; }
.on-ink .faq-q:hover, .on-deep .faq-q:hover { color: var(--violet-2); }
.on-ink .faq-ico, .on-deep .faq-ico { background: rgba(122, 62, 157, .3); }
.on-ink .faq-ico::before, .on-ink .faq-ico::after,
.on-deep .faq-ico::before, .on-deep .faq-ico::after { background: #fff; }
.on-ink .faq-a-inner p, .on-deep .faq-a-inner p { color: var(--on-dark-soft); }

/* --------------------------------------------------------------- Final CTA */

.closer { background: linear-gradient(150deg, var(--ink), var(--ink-3)); color: var(--on-dark); position: relative; overflow: hidden; }
.closer::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 74% 40%, rgba(122, 62, 157, .36) 0, transparent 52%),
    radial-gradient(circle at 12% 82%, rgba(79, 138, 107, .18) 0, transparent 44%);
}
.closer > * { position: relative; z-index: 1; }
.closer h2 { color: #fff; }
.closer p { color: var(--on-dark-soft); }
.closer .trust-line { font-family: var(--f-head); font-weight: 600; font-size: 18px; color: var(--violet-2); margin-top: 22px; }
.closer-media { position: relative; display: flex; align-items: center; justify-content: center; }
.closer-media::before {
  content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 62, 157, .28), transparent 68%);
}
.closer-media img { position: relative; width: 100%; max-width: 380px; object-fit: contain; border-radius: var(--r-l); }

/* --------------------------------------------- Page head / crumbs / prose */

.crumbs { padding-top: 142px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; font-size: 16px; color: var(--muted); }
.crumbs li { display: flex; align-items: center; gap: 10px; }
.crumbs li + li::before { content: "/"; color: var(--line); }
.crumbs a { color: var(--body); text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.crumbs a:hover { color: var(--violet-3); }
.crumbs [aria-current] { color: var(--ink); }

.lede { font-size: 20px; color: var(--body); max-width: 42em; margin-top: 12px; }

.prose { max-width: 770px; }
.prose h2 { margin-top: 54px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 36px; font-size: 22px; }
.prose ul, .prose ol { padding-left: 24px; margin: 0 0 1.3em; }
.prose li { margin-bottom: .65em; }
.prose > p, .prose li { color: var(--body); }

.spec { border-top: 3px solid var(--violet); margin: 34px 0; }
.spec-row { display: grid; grid-template-columns: 220px 1fr; gap: 28px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-k { font-family: var(--f-head); font-weight: 700; font-size: 12.5px; letter-spacing: .15em; text-transform: uppercase; color: var(--violet-3); }
.spec-v { font-size: 17px; color: var(--body); }

.aside { position: sticky; top: 128px; display: grid; gap: 18px; }
.aside-card { border: 1px solid var(--line); border-radius: var(--r); padding: 28px; background: #fff; box-shadow: var(--sh-2); }
.aside-card h3 { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.aside-links { list-style: none; margin: 0; padding: 0; display: grid; }
.aside-links a { font-size: 17px; color: var(--body); text-decoration: none; display: flex; align-items: center; min-height: 44px; border-bottom: 1px solid var(--line-2); overflow-wrap: anywhere; }
.aside-links li:last-child a { border-bottom: 0; }
.aside-links a:hover { color: var(--violet-3); }
.aside-card.dark { background: linear-gradient(150deg, var(--ink), var(--ink-3)); border-color: transparent; color: var(--on-dark); }
.aside-card.dark h3 { color: var(--violet-2); }
.aside-card.dark p { font-size: 17px; color: var(--on-dark-soft); }
.aside-card.dark strong { color: #fff; }
.aside-card.dark .btn-st { width: 100%; margin-top: 16px; }

.meta-line { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; font-size: 16px; color: var(--muted); margin-bottom: 16px; }
.meta-line .m-cat { font-family: var(--f-head); font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--violet-3); }

.rel { border: 1px solid var(--line); border-radius: var(--r); padding: 30px; text-decoration: none; color: inherit; display: block; background: #fff; box-shadow: var(--sh-2); height: 100%; transition: border-color .2s ease, transform .2s ease; }
.rel:hover { border-color: var(--violet); transform: translateY(-3px); color: inherit; }
.rel .rel-k { font-family: var(--f-head); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--violet-3); display: block; margin-bottom: 12px; }
.rel h3 { font-size: 20px; margin-bottom: 9px; }
.rel p { font-size: 17px; color: var(--body); margin: 0; }

.lead-post { background: linear-gradient(150deg, var(--ink), var(--ink-3)); border-radius: var(--r-l); padding: 46px; text-decoration: none; color: var(--on-dark); position: relative; overflow: hidden; display: block; }
.lead-post::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 80% 30%, rgba(122, 62, 157, .3) 0, transparent 52%);
}
.lead-post > * { position: relative; z-index: 1; }
.lead-post:hover { color: var(--on-dark); }
.lead-post:hover h3 { color: var(--violet-2); }
.lead-post h3 { color: #fff; font-size: clamp(23px, 2.6vw, 31px); letter-spacing: -.032em; transition: color .2s ease; }
.lead-post p { color: var(--on-dark-soft); font-size: 18px; }
.lead-art img { width: 100%; border-radius: var(--r); object-fit: contain; }

.post-list { display: grid; border-top: 3px solid var(--violet); }
.post-row { display: grid; grid-template-columns: 200px 1fr 150px; gap: 32px; padding: 30px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit; align-items: start; transition: background .2s ease; }
.post-row:hover { color: inherit; background: var(--cream); }
.post-row:hover h3 { color: var(--violet-3); }
.post-cat { font-family: var(--f-head); font-weight: 700; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--violet-3); }
.post-row h3 { font-size: 20px; margin-bottom: 8px; transition: color .2s ease; }
.post-row p { font-size: 17px; color: var(--body); margin: 0; }
.post-read { font-size: 16px; color: var(--muted); text-align: right; }

/* Customer photo gallery */
.cust-grid img { width: 100%; border-radius: var(--r); object-fit: cover; aspect-ratio: 1 / 1; }
.cust-wide img { width: 100%; border-radius: var(--r-l); }

/* ------------------------------------------------------------------ Footer */

.site-footer { background: var(--ink); color: var(--on-dark-soft); padding-block: 70px 40px; font-size: 17px; }
.footer-brand .brand { color: #fff; margin-bottom: 16px; }
.footer-brand .brand i { color: var(--violet-2); }
.footer-brand p { font-size: 17px; color: var(--on-dark-soft); max-width: 32em; }
.footer-col h3 { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #fff; margin-bottom: 14px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col a { color: var(--on-dark-soft); text-decoration: none; font-size: 17px; display: flex; align-items: center; min-height: 40px; overflow-wrap: anywhere; }
.footer-col a:hover { color: #fff; }
.footer-legal { border-top: 1px solid var(--line-dark); padding-top: 28px; margin-top: 42px; }
.footer-legal p { font-size: 16px; color: #9E92AB; max-width: 80em; }
.footer-legal .fda { padding: 20px 24px; background: rgba(255, 255, 255, .05); border-radius: var(--r-s); margin-bottom: 20px; font-size: 17px; }
.footer-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line-dark); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* -------------------------------------------------------------- Responsive */

@media (max-width: 1199.98px) {
  :root { --pad: 88px; }
  .cblock { padding-block: 60px; }
}

@media (max-width: 991.98px) {
  :root { --pad: 78px; }
  .hero { padding-top: 148px; padding-bottom: 70px; }
  .hero-stage { order: -1; margin-bottom: 8px; }
  .hero-stage img { max-width: 330px; }
  .hero-stage::before { width: 310px; height: 310px; }
  .aside { position: static; }
  .feature { padding: 36px; }
  .cblock-media, .cpanel { min-height: 0; }
  .cblock-media { padding: 26px; }
  .cpanel { padding: 34px; }
  .post-row { grid-template-columns: 1fr; gap: 11px; }
  .post-read { text-align: left; }
  .nav-toggle { display: flex; }
  .nav-main {
    position: fixed; inset: 114px 0 auto; z-index: 99;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--sh);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 18px 32px 30px; max-height: calc(100vh - 190px); overflow-y: auto; display: none;
  }
  .nav-main.is-open { display: flex; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list a { padding: 15px 0; font-size: 18px; min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid var(--line-2); }
  .nav-list a::after { display: none; }
  .header-inner > .nav-cta { display: none; }
  .nav-main > .nav-cta { display: block; margin-top: 18px; }
  .nav-main > .nav-cta .btn-st { width: 100%; }
  .ob-mid { display: none; }
  .ob-full { display: none; }
  .ob-short { display: inline; }
}

@media (max-width: 767.98px) {
  :root { --pad: 62px; --bar: 70px; --bar-clear: 88px; }
  body { font-size: 17px; }
  .wrap { padding-inline: 20px; }
  /* Bootstrap's g-5 gutter uses -24px row margins, which exceed the 20px wrap
     padding at this width and would push the grid past the viewport. */
  .row { --bs-gutter-x: 2rem; }
  .topbar { font-size: 12px; }
  .topbar-inner { gap: 2px 16px; }
  .hero { padding-top: 140px; padding-bottom: 54px; }
  .hero-lede { font-size: 18px; }
  .hero-offer { padding: 18px 20px; }
  .btn-st { white-space: normal; padding-inline: 24px; }
  .plan, .trust-cell, .rel, .aside-card, .fact { padding: 26px; min-width: 0; }
  .ing-card-in, .bonus-in { padding: 24px 22px 26px; }
  .feature, .lead-post, .stage, .dosebox { padding: 26px 22px; }
  .cblock { padding-block: 46px; }
  .cblock-media { padding: 22px; }
  .cpanel { padding: 28px 24px; }
  .sec-head { margin-bottom: 34px; }
  .sec-head p { font-size: 18px; }
  .path-item { grid-template-columns: 1fr; gap: 12px; }
  .spec-row { grid-template-columns: 1fr; gap: 5px; }
  .dose-row { grid-template-columns: 1fr; gap: 4px; }
  .faq-q { font-size: 18px; padding: 20px 22px; gap: 14px; }
  .faq-a-inner { padding: 0 22px 22px; }
  .btn-row .btn-st { width: 100%; }
  .plan-media { height: 160px; }
  .plan-media img { max-height: 160px; }
  .bonus-shot { padding: 22px; }
  .bonus-shot img { max-height: 200px; }
  .crumbs { padding-top: 126px; }
  .order-bar-inner { gap: 12px; padding-block: 10px; }
  .ob-brand { font-size: 16px; display: flex; flex-direction: column; line-height: 1.25; }
  .ob-brand .ob-price { font-size: 14px; }
  .ob-cta { font-size: 15px; padding: 12px 20px; min-height: 48px; }
  .badges { gap: 18px; }
  .badge-item img { width: 60px; }
}

@media (max-width: 400px) {
  .ob-cta { padding-inline: 16px; font-size: 14px; }
  .ob-brand { font-size: 15px; }
}

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

@media print {
  .site-header, .topbar, .nav-toggle, .closer, .btn-st, .aside, .order-bar { display: none !important; }
  body { font-size: 12pt; color: #000; padding-bottom: 0; }
  .sec, .cblock { padding-block: 18pt; }
}
