/* ==========================================================================
   SodaSlim® — sodaslim-us.us
   Concept: EDITORIAL WELLNESS — double-rule labels, wide measure, full-bleed
   ingredient bands and a horizontal package selector. Green per brief, with a
   warm sand accent so the amber/navy bottle photography sits comfortably.
   Includes the mandatory fixed bottom order bar.
   ========================================================================== */

:root {
  --deep: #176B45;
  --fresh: #39A96B;
  --lime: #8CC63F;
  --dark: #102C23;
  --darker: #071B14;

  --bg: #F7FBF8;
  --light: #E8F5EC;
  --light-2: #D5EBDD;
  --white: #FFFFFF;

  --sand: #C99A3E;
  --sand-lt: #FBF6EA;

  --text: #17342A;
  --muted: #61736A;
  --soft: #445D51;
  --line: #DCE9E0;
  --line-2: #EDF5F0;

  --on-dark: #E9F5EC;
  --on-dark-soft: #9DB7A7;
  --line-dark: rgba(233, 245, 236, .16);

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

  --pad: 118px;
  --bar: 76px;
  --r-s: 6px;
  --r: 14px;
  --r-l: 26px;
  --sh: 0 18px 44px -24px rgba(16, 44, 35, .38);
  --sh-green: 0 12px 30px -12px rgba(23, 107, 69, .48);
}

*, *::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.8;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: var(--bar);
}

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

h1, h2, h3, h4 {
  font-family: var(--f-head);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.03em;
  color: var(--dark);
  margin: 0 0 .5em;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(37px, 5.4vw, 66px); letter-spacing: -.042em; }
h2 { font-size: clamp(28px, 3.5vw, 43px); 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(--deep); text-underline-offset: 4px; }
a:hover { color: var(--fresh); }
strong { font-weight: 650; color: var(--text); }

::selection { background: var(--fresh); color: #fff; }
:focus-visible { outline: 3px solid var(--fresh); 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(--dark); 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(23, 107, 69, .5);
}
.seo-link:hover { color: inherit; text-decoration-color: currentColor; }
.on-deep .seo-link, .on-dark .seo-link { text-decoration-color: rgba(140, 198, 63, .9); }

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

.wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding-inline: 34px; }
.wrap-mid { max-width: 1040px; }
.wrap-narrow { max-width: 800px; }

.sec { padding-block: var(--pad); position: relative; }
.sec-light { background: var(--light); }
.sec-bg { background: var(--bg); }
.sec-tight { padding-block: 86px; }

.on-deep { background: var(--deep); color: var(--on-dark); position: relative; overflow: hidden; }
.on-deep h1, .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; }

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

.wash {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 88% 18%, rgba(140, 198, 63, .2) 0, transparent 46%),
    radial-gradient(circle at 6% 88%, rgba(57, 169, 107, .16) 0, transparent 42%);
}
.wash-soft {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 92% 8%, rgba(23, 107, 69, .055) 0, transparent 42%);
}
.rule-bg {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(233, 245, 236, .07) 1px, transparent 1px);
  background-size: 100% 68px;
}

/* Signature device: double rule + tracked label */
.kick {
  display: block; font-family: var(--f-head); font-size: 12px; font-weight: 800;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--deep); margin-bottom: 20px; padding-bottom: 14px;
  border-bottom: 3px double var(--fresh); max-width: 300px;
}
.on-deep .kick, .on-dark .kick, .hero .kick, .closer .kick {
  color: var(--lime); border-bottom-color: var(--lime);
}
.sec-head.mid .kick { margin-inline: auto; text-align: center; }

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

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

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

.btn-green { background: var(--deep); color: #fff; box-shadow: var(--sh-green); }
.btn-green:hover { background: var(--fresh); color: #fff; box-shadow: 0 16px 36px -12px rgba(23, 107, 69, .6); }

.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: var(--deep); color: #fff; }

.btn-white { background: #fff; color: var(--deep); }
.btn-white:hover { background: var(--light); color: var(--deep); }

.btn-line { background: transparent; color: var(--dark); border-color: var(--line); }
.btn-line:hover { color: var(--deep); border-color: var(--fresh); background: var(--light); }

.on-deep .btn-line, .on-dark .btn-line, .closer .btn-line,
.aside-card.dark .btn-line, .pkg.lead .btn-line {
  color: #fff; border-color: rgba(233, 245, 236, .32);
}
.on-deep .btn-line:hover, .on-dark .btn-line:hover, .closer .btn-line:hover,
.aside-card.dark .btn-line:hover, .pkg.lead .btn-line:hover {
  color: var(--deep); border-color: #fff; background: #fff;
}

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

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

.topbar {
  background: var(--darker); 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 34px; min-height: 38px; padding-block: 7px;
}
.topbar span {
  font-family: var(--f-head); font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--on-dark);
  display: inline-flex; align-items: center; gap: 10px;
}
.topbar span::before { content: ""; width: 16px; height: 1px; background: var(--lime); 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 3px 16px -12px rgba(16, 44, 35, .42);
}

.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; 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: 25px;
  letter-spacing: -.045em; color: var(--dark); text-decoration: none;
  display: inline-flex; align-items: baseline; flex: none;
}
.brand:hover { color: var(--dark); }
.brand i { font-style: normal; color: var(--deep); }
.brand sup { font-size: 11px; top: -.85em; color: var(--fresh); font-weight: 700; }

.nav-main { display: flex; align-items: center; gap: 28px; }
.nav-list { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.nav-list a {
  font-family: var(--f-head); font-size: 15px; font-weight: 700;
  letter-spacing: .04em; color: var(--soft); text-decoration: none; padding: 9px 0;
  position: relative; white-space: nowrap;
}
.nav-list a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 3px; border-bottom: 3px double var(--fresh); opacity: 0; transition: opacity .2s ease;
}
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--dark); }
.nav-list a:hover::after, .nav-list a[aria-current="page"]::after { opacity: 1; }

.nav-cta { flex: none; }
.nav-main > .nav-cta { display: none; }
.header-inner > .nav-cta .btn-w { 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(--dark); 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(--dark); 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(--deep);
  border-top: 1px solid rgba(140, 198, 63, .4);
  box-shadow: 0 -5px 24px -14px rgba(7, 27, 20, .8);
  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: -.035em; flex: none;
}
.ob-brand sup { font-size: 10px; top: -.85em; color: var(--lime); }
.ob-mid {
  font-size: 15px; color: var(--on-dark-soft); text-align: center;
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center;
}
.ob-mid strong { color: #fff; font-weight: 600; }
.ob-price {
  font-family: var(--f-head); font-weight: 800; font-size: 16px;
  color: var(--lime); white-space: nowrap;
}
.ob-cta {
  flex: none; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--fresh); color: #fff; text-decoration: none;
  font-family: var(--f-head); font-weight: 800; font-size: 16px;
  min-height: 48px; padding: 12px 28px; border-radius: var(--r-s);
  transition: background .18s ease, transform .16s ease;
  white-space: nowrap;
}
.ob-cta:hover { background: var(--lime); color: var(--dark); transform: translateY(-1px); }
.ob-full { display: inline; }
.ob-short { display: none; }

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

.hero {
  padding-top: 166px; padding-bottom: 96px; position: relative; overflow: hidden;
  background: linear-gradient(to bottom, #FFFFFF 0%, var(--bg) 55%, var(--light) 100%);
}
.hero > .wrap { position: relative; z-index: 2; }
.hero-split { display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; }
.hero h1 { color: var(--dark); margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--deep); }
.hero-lede { font-size: 20px; line-height: 1.7; color: var(--soft); max-width: 34em; }

.hero-stage { position: relative; display: flex; align-items: center; justify-content: center; padding: 24px; }
.hero-stage::before {
  content: ""; position: absolute; width: 430px; height: 430px;
  border-radius: 46% 54% 50% 50% / 52% 48% 52% 48%;
  background: linear-gradient(150deg, rgba(140, 198, 63, .22), rgba(57, 169, 107, .16));
}
.hero-stage img {
  position: relative; z-index: 1; width: 100%; max-width: 320px;
  filter: drop-shadow(0 26px 42px rgba(16, 44, 35, .3));
}
.hero-tag {
  position: absolute; z-index: 2; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-s); padding: 10px 18px; box-shadow: var(--sh);
  font-family: var(--f-head); font-weight: 700; font-size: 14px; color: var(--dark);
  white-space: nowrap;
}
.hero-tag.a { top: 8%; left: 0; }
.hero-tag.b { bottom: 12%; right: 0; }
.hero-tag em { font-style: normal; color: var(--deep); }
.hero-badge { position: absolute; bottom: 4%; left: 2%; z-index: 2; width: 88px; height: auto; }

.hero-points { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 0; }
.hero-points li {
  position: relative; padding: 13px 0 13px 32px; font-size: 18px; color: var(--dark);
  font-weight: 500; border-top: 1px solid var(--line);
}
.hero-points li:last-child { border-bottom: 1px solid var(--line); }
.hero-points li::before {
  content: ""; position: absolute; left: 0; top: 23px; width: 18px; height: 2px;
  background: var(--fresh);
}

.hero-trust { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.hero-chip {
  font-family: var(--f-head); font-size: 13px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--deep); background: rgba(255, 255, 255, .9);
  border: 1px solid var(--light-2); padding: 8px 16px; border-radius: var(--r-s);
}
.hero-fine { font-size: 15px; color: var(--muted); margin-top: 14px; }

/* Quality marks */
.marks { padding-block: 34px; border-block: 1px solid var(--line); background: #fff; }
.marks-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 16px; }
.mark-pill {
  font-family: var(--f-head); font-weight: 800; font-size: 13.5px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--deep);
  border-bottom: 3px double var(--light-2); padding: 10px 20px;
}
.marks-note { text-align: center; font-size: 15px; color: var(--muted); margin-top: 18px; max-width: 66em; margin-inline: auto; }

/* --------------------------------------------------- Quick facts (ledger) */

.facts { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 3px double var(--dark); }
.fact { padding: 30px 24px 0 0; }
.fact + .fact { border-left: 1px solid var(--line); padding-left: 24px; }
.fact dt {
  font-family: var(--f-head); font-size: 11.5px; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: var(--deep); margin-bottom: 10px;
}
.fact dd { margin: 0; font-family: var(--f-head); font-weight: 800; font-size: 21px; letter-spacing: -.035em; color: var(--dark); }
.fact dd small { display: block; font-family: var(--f-body); font-weight: 400; font-size: 15px; color: var(--soft); letter-spacing: 0; margin-top: 6px; line-height: 1.55; }

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

.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.split.wide-l { grid-template-columns: 1.18fr .82fr; }
.split.wide-r { grid-template-columns: .82fr 1.18fr; }
.split > * { min-width: 0; }
.split-media img { width: 100%; }

.frame {
  background: var(--light); border-radius: var(--r-l); padding: 46px;
  position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.frame::before {
  content: ""; position: absolute; width: 300px; height: 300px;
  border-radius: 46% 54% 50% 50% / 52% 48% 52% 48%;
  background: rgba(255, 255, 255, .82);
}
.frame img { position: relative; z-index: 1; max-width: 290px; margin-inline: auto; }

/* Numbered spine */
.spine { display: grid; border-top: 3px double var(--line); }
.spine-item { display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: 34px 0; align-items: start; border-bottom: 1px solid var(--line); }
.spine-n {
  font-family: var(--f-head); font-weight: 800; font-size: 15px; letter-spacing: .18em;
  color: var(--fresh); padding-top: 6px;
}
.spine-item h3 { font-size: 23px; margin-bottom: 10px; }
.spine-item p { font-size: 17px; color: var(--soft); margin: 0; }
.spine-item p + p { margin-top: .85em; }
.on-deep .spine, .on-dark .spine { border-top-color: var(--line-dark); }
.on-deep .spine-item, .on-dark .spine-item { border-bottom-color: var(--line-dark); }
.on-deep .spine-n, .on-dark .spine-n { color: var(--lime); }
.on-deep .spine-item h3, .on-dark .spine-item h3 { color: #fff; }
.on-deep .spine-item p, .on-dark .spine-item p { color: var(--on-dark-soft); }

.feature {
  background: var(--deep); border-radius: var(--r-l); padding: 54px; color: var(--on-dark);
  display: grid; grid-template-columns: 1.12fr .88fr; gap: 46px; align-items: center;
  position: relative; overflow: hidden;
}
.feature > * { position: relative; z-index: 1; }
.feature h3 { color: #fff; font-size: clamp(24px, 2.8vw, 34px); letter-spacing: -.034em; }
.feature p { color: var(--on-dark-soft); }
.feature strong { color: #fff; }

.rows { display: grid; }
.row-b { display: grid; grid-template-columns: 64px 1fr 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); align-items: start; }
.row-n { font-family: var(--f-head); font-weight: 800; font-size: 15px; letter-spacing: .16em; color: var(--fresh); padding-top: 6px; }
.row-b h3 { font-size: 21px; margin-bottom: 0; padding-right: 18px; }
.row-b p { font-size: 17px; color: var(--soft); margin: 0; }
.row-b p + p { margin-top: .85em; }

/* Full-bleed ingredient bands */
.band { display: grid; grid-template-columns: 30% 70%; align-items: stretch; }
.band:nth-child(even) { grid-template-columns: 70% 30%; }
.band:nth-child(even) .band-media { order: 2; }
.band:nth-child(even) .band-body { order: 1; }
.band:nth-child(odd) { background: #fff; }
.band:nth-child(even) { background: var(--light); }
.band-media img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.band-body { padding: 52px; display: flex; flex-direction: column; justify-content: center; }
.band-n {
  font-family: var(--f-head); font-weight: 800; font-size: 13px; letter-spacing: .2em;
  color: var(--fresh); margin-bottom: 14px; display: block;
}
.band-body h3 { font-size: clamp(23px, 2.4vw, 30px); margin-bottom: 4px; }
.band-dose {
  font-family: var(--f-head); font-weight: 800; font-size: 16px; color: var(--sand);
  display: block; margin-bottom: 16px;
}
.band-body p { font-size: 17px; color: var(--soft); }
.band-body a {
  font-family: var(--f-head); font-weight: 700; font-size: 16px; color: var(--deep);
  text-decoration: none; margin-top: 18px; display: inline-flex; align-items: center;
  gap: 9px; min-height: 44px;
}
.band-body a:hover { color: var(--fresh); }

.ing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ing-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ing-card:hover { border-color: var(--fresh); box-shadow: var(--sh); transform: translateY(-3px); }
.ing-card > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.ic-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.ing-idx { font-family: var(--f-head); font-weight: 800; font-size: 12px; letter-spacing: .2em; color: var(--deep); display: block; margin-bottom: 10px; }
.ing-card h3 { font-size: 20px; margin-bottom: 3px; }
.ing-card p { font-size: 17px; color: var(--soft); flex: 1; }
.card-go { font-family: var(--f-head); font-weight: 700; font-size: 16px; color: var(--deep); text-decoration: none; margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }
.card-go:hover { color: var(--fresh); }

/* Notices */
.notice {
  border-left: 3px solid var(--fresh); background: var(--bg);
  padding: 26px 30px; margin: 30px 0;
}
.notice h3 { font-size: 19px; margin-bottom: 10px; }
.notice p { font-size: 17px; color: var(--soft); }
.notice p:last-child { margin-bottom: 0; }
.on-deep .notice, .on-dark .notice {
  background: rgba(255, 255, 255, .07); border-left-color: var(--lime);
}
.on-deep .notice h3, .on-dark .notice h3 { color: #fff; }
.on-deep .notice p, .on-dark .notice p { color: var(--on-dark-soft); }

.safety {
  background: var(--sand-lt); border-left: 3px solid var(--sand);
  padding: 26px 30px; margin: 30px 0;
}
.safety h3 { font-size: 19px; margin-bottom: 10px; color: #6A5220; }
.safety p { font-size: 17px; color: #695B3C; }
.safety p:last-child { margin-bottom: 0; }
.safety ul { margin: 0 0 1em; padding-left: 22px; }
.safety li { font-size: 17px; color: #695B3C; margin-bottom: .45em; }

/* Trust cells */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 3px double var(--line); }
.trust-cell { padding: 34px 30px 34px 0; border-bottom: 1px solid var(--line); }
.trust-cell + .trust-cell { border-left: 1px solid var(--line); padding-left: 30px; }
.trust-cell .t-n {
  font-family: var(--f-head); font-weight: 800; font-size: 13px; letter-spacing: .2em;
  color: var(--fresh); display: block; margin-bottom: 14px;
}
.trust-cell h3 { font-size: 20px; margin-bottom: 10px; }
.trust-cell p { font-size: 17px; color: var(--soft); }
.trust-cell.hot { background: var(--deep); color: var(--on-dark); padding-inline: 30px; border-color: transparent; }
.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(--lime); }

.life-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.life figure { margin: 0; }
.life img { border-radius: var(--r); width: 100%; aspect-ratio: 1; object-fit: cover; }
.photo-cap { font-size: 15px; color: var(--muted); margin-top: 14px; }

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

.bonus-hero {
  display: grid; grid-template-columns: 280px 1fr; gap: 44px; align-items: center;
  border-top: 3px double var(--line); border-bottom: 1px solid var(--line);
  padding-block: 44px; margin-bottom: 0;
}
.bonus-hero img { max-width: 240px; margin-inline: auto; }
.bonus-list { display: grid; }
.bonus-item {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 30px;
  align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line);
}
.bonus-item img { max-width: 110px; }
.bonus-no { font-family: var(--f-head); font-weight: 800; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--deep); display: block; margin-bottom: 6px; }
.bonus-item h3 { font-size: 21px; margin-bottom: 8px; }
.bonus-item p { font-size: 17px; color: var(--soft); margin: 0; }
.bonus-val {
  font-family: var(--f-head); font-weight: 800; font-size: 17px; color: var(--sand);
  white-space: nowrap; text-align: right;
}
.bonus-val small { display: block; font-family: var(--f-body); font-weight: 400; font-size: 14px; color: var(--muted); }

/* --------------------------------------------- Horizontal package selector */

.pkgs { display: grid; gap: 20px; }
.pkg {
  display: grid; grid-template-columns: 190px 1.25fr 1fr auto; gap: 34px;
  align-items: center; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-l); padding: 30px 34px; position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pkg:hover { border-color: var(--fresh); box-shadow: var(--sh); transform: translateY(-2px); }
.pkg-media { display: flex; align-items: center; justify-content: center; }
.pkg-media img { max-height: 165px; width: auto; }
.pkg-flag {
  position: absolute; top: 0; left: 34px; transform: translateY(-50%);
  background: var(--fresh); color: #fff; font-family: var(--f-head);
  font-weight: 800; font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  padding: 8px 18px; border-radius: var(--r-s); white-space: nowrap;
}
.pkg-flag.pop { background: var(--dark); }
.pkg-name { font-family: var(--f-head); font-weight: 800; font-size: 26px; letter-spacing: -.035em; margin: 0 0 4px; color: var(--dark); }
.pkg-supply { font-size: 17px; color: var(--muted); display: block; margin-bottom: 14px; }
.pkg-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.pkg-list li { position: relative; padding-left: 24px; font-size: 16px; color: var(--soft); }
.pkg-list li::before {
  content: ""; position: absolute; left: 2px; top: 9px; width: 8px; height: 4px;
  border-left: 2px solid var(--fresh); border-bottom: 2px solid var(--fresh); transform: rotate(-45deg);
}
.pkg-list li.off { color: var(--muted); }
.pkg-list li.off::before { border-color: var(--line); }
.pkg-price { text-align: left; }
.pkg-per { display: flex; align-items: baseline; gap: 8px; }
.pkg-per .amt { font-family: var(--f-head); font-weight: 800; font-size: 44px; letter-spacing: -.05em; line-height: 1; color: var(--dark); }
.pkg-per .unit { font-size: 16px; color: var(--muted); }
.pkg-total { font-size: 17px; color: var(--soft); margin-top: 10px; }
.pkg-total s { color: var(--muted); }
.pkg-cta { display: grid; gap: 12px; justify-items: stretch; min-width: 210px; }
.pkg-cta .btn-w { width: 100%; }
.pkg-cta img { max-width: 190px; margin-inline: auto; opacity: .9; }

.pkg.lead { background: var(--deep); border-color: var(--lime); color: var(--on-dark); }
.pkg.lead .pkg-name, .pkg.lead .pkg-per .amt { color: #fff; }
.pkg.lead .pkg-supply, .pkg.lead .pkg-per .unit { color: var(--lime); }
.pkg.lead .pkg-total { color: var(--on-dark-soft); }
.pkg.lead .pkg-list li { color: var(--on-dark-soft); }
.pkg.lead .pkg-list li::before { border-color: var(--lime); }

.cost-sheet { border-top: 3px double var(--fresh); }
.cost-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 26px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cost-row.head { font-family: var(--f-head); font-weight: 800; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); padding: 14px 0; }
.cost-k { font-family: var(--f-head); font-weight: 800; font-size: 19px; }
.cost-k small { display: block; font-family: var(--f-body); font-weight: 400; font-size: 17px; color: var(--muted); }
.cost-v { font-size: 18px; }
.on-deep .cost-sheet, .on-dark .cost-sheet { border-top-color: var(--lime); }
.on-deep .cost-row, .on-dark .cost-row { border-bottom-color: var(--line-dark); }
.on-deep .cost-k, .on-dark .cost-k { color: #fff; }
.on-deep .cost-v, .on-dark .cost-v { color: var(--on-dark-soft); }
.on-deep .cost-v strong, .on-dark .cost-v strong { color: #fff; }

.pay { margin-top: 26px; }
.pay img { max-width: 300px; }
.pay p { font-size: 15px; color: var(--muted); margin-top: 12px; }

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

.promise { display: grid; grid-template-columns: 240px 1fr; gap: 56px; align-items: center; }
.promise-seal img { width: 100%; max-width: 220px; margin-inline: auto; }

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

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

.qa { display: grid; border-top: 3px double var(--line); }
.qa-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: 0; cursor: pointer;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  padding: 26px 0; text-align: left;
  font-family: var(--f-head); font-weight: 700; font-size: 20px;
  color: var(--dark); line-height: 1.42; transition: color .18s ease;
}
.faq-q:hover { color: var(--deep); }
.faq-ico { flex: none; width: 24px; height: 24px; position: relative; margin-top: 4px; }
.faq-ico::before, .faq-ico::after {
  content: ""; position: absolute; background: var(--fresh);
  transition: transform .26s ease, opacity .26s ease;
}
.faq-ico::before { top: 11px; left: 0; width: 24px; height: 2px; }
.faq-ico::after { left: 11px; top: 0; width: 2px; height: 24px; }
.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 60px 26px 0; }
.faq-a-inner p { font-size: 17px; color: var(--soft); }
.on-deep .qa, .on-dark .qa { border-top-color: var(--line-dark); }
.on-deep .qa-item, .on-dark .qa-item { border-bottom-color: var(--line-dark); }
.on-deep .faq-q, .on-dark .faq-q { color: #fff; }
.on-deep .faq-q:hover, .on-dark .faq-q:hover { color: var(--lime); }
.on-deep .faq-ico::before, .on-deep .faq-ico::after,
.on-dark .faq-ico::before, .on-dark .faq-ico::after { background: var(--lime); }
.on-deep .faq-a-inner p, .on-dark .faq-a-inner p { color: var(--on-dark-soft); }

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

.closer { background: var(--deep); color: var(--on-dark); position: relative; overflow: hidden; }
.closer::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 78% 42%, rgba(140, 198, 63, .2) 0, transparent 48%),
    radial-gradient(circle at 12% 80%, rgba(57, 169, 107, .22) 0, transparent 44%);
}
.closer > * { position: relative; z-index: 1; }
.closer-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.closer h2 { color: #fff; }
.closer p { color: var(--on-dark-soft); }
.closer .trust-line { font-family: var(--f-head); font-weight: 700; font-size: 18px; color: var(--lime); 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: 46% 54% 50% 50% / 52% 48% 52% 48%;
  background: rgba(255, 255, 255, .07);
}
.closer-media img { position: relative; width: 100%; max-width: 290px; }

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

.crumbs { padding-top: 144px; }
.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(--soft); text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.crumbs a:hover { color: var(--deep); }
.crumbs [aria-current] { color: var(--dark); }

.lede { font-size: 20px; color: var(--soft); 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(--soft); }

.spec { border-top: 3px double var(--fresh); margin: 34px 0; }
.spec-row { display: grid; grid-template-columns: 230px 1fr; gap: 28px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-k { font-family: var(--f-head); font-weight: 800; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--deep); }
.spec-v { font-size: 17px; color: var(--soft); }

.doc { display: grid; grid-template-columns: 1fr 320px; gap: 64px; align-items: start; }
.aside { position: sticky; top: 128px; display: grid; gap: 18px; }
.aside-card { border: 1px solid var(--line); border-radius: var(--r); padding: 28px; background: #fff; }
.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(--soft); 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(--deep); }
.aside-card.dark { background: var(--deep); border-color: transparent; color: var(--on-dark); }
.aside-card.dark h3 { color: var(--lime); }
.aside-card.dark p { font-size: 17px; color: var(--on-dark-soft); }
.aside-card.dark strong { color: #fff; }
.aside-card.dark .btn-w { 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: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--deep); }

.rel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.rel { border: 1px solid var(--line); border-radius: var(--r); padding: 30px; text-decoration: none; color: inherit; display: block; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.rel:hover { border-color: var(--fresh); transform: translateY(-3px); color: inherit; }
.rel .rel-k { font-family: var(--f-head); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--deep); display: block; margin-bottom: 12px; }
.rel h3 { font-size: 20px; margin-bottom: 9px; }
.rel p { font-size: 17px; color: var(--soft); margin: 0; }

.lead-post { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; background: var(--deep); border-radius: var(--r-l); padding: 50px; text-decoration: none; color: var(--on-dark); position: relative; overflow: hidden; }
.lead-post::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 80% 34%, rgba(140, 198, 63, .2) 0, transparent 50%);
}
.lead-post > * { position: relative; z-index: 1; }
.lead-post:hover { color: var(--on-dark); }
.lead-post:hover h3 { color: var(--lime); }
.lead-post h3 { color: #fff; font-size: clamp(23px, 2.6vw, 32px); letter-spacing: -.034em; transition: color .2s ease; }
.lead-post p { color: var(--on-dark-soft); font-size: 18px; }
.lead-art {
  aspect-ratio: 4 / 3; border-radius: var(--r); background: rgba(255, 255, 255, .06);
  border: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: center;
}
.lead-art span { font-family: var(--f-head); font-weight: 800; letter-spacing: -.05em; font-size: clamp(46px, 6vw, 74px); color: var(--lime); }

.post-list { display: grid; border-top: 3px double var(--line); }
.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(--bg); }
.post-row:hover h3 { color: var(--deep); }
.post-cat { font-family: var(--f-head); font-weight: 800; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--deep); }
.post-row h3 { font-size: 20px; margin-bottom: 8px; transition: color .2s ease; }
.post-row p { font-size: 17px; color: var(--soft); margin: 0; }
.post-read { font-size: 16px; color: var(--muted); text-align: right; }

.ref-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.ref-list li { font-size: 17px; color: var(--soft); padding-left: 26px; position: relative; }
.ref-list li::before { content: ""; position: absolute; left: 3px; top: 13px; width: 12px; height: 1px; background: var(--fresh); }
.on-deep .ref-list li, .on-dark .ref-list li { color: var(--on-dark-soft); }

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

.site-footer { background: var(--darker); color: var(--on-dark-soft); padding-block: 72px 40px; font-size: 17px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 42px; padding-bottom: 42px; }
.footer-brand .brand { color: #fff; margin-bottom: 16px; }
.footer-brand .brand i, .footer-brand .brand sup { color: var(--lime); }
.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; }
.footer-legal p { font-size: 16px; color: #92A99B; max-width: 80em; }
.footer-legal .fda { padding: 20px 24px; background: rgba(255, 255, 255, .06); 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: 1180px) {
  .facts { grid-template-columns: repeat(3, 1fr); }
  .fact:nth-child(3n+1) { border-left: 0; padding-left: 0; }
  .pkg { grid-template-columns: 150px 1fr 1fr; gap: 26px; }
  .pkg-cta { grid-column: 1 / -1; min-width: 0; }
}

@media (max-width: 1080px) {
  :root { --pad: 86px; }
  .hero { padding-top: 148px; padding-bottom: 74px; }
  .hero-split { grid-template-columns: 1fr; gap: 44px; }
  .hero-stage { order: -1; }
  .hero-stage img { max-width: 240px; }
  .hero-stage::before { width: 310px; height: 310px; }
  .hero-tag.a { left: 0; }
  .hero-tag.b { right: 0; }
  .hero-badge { width: 70px; }
  .split, .split.wide-l, .split.wide-r { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .doc { grid-template-columns: minmax(0, 1fr); gap: 46px; }
  .aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .feature { grid-template-columns: 1fr; padding: 38px; gap: 30px; }
  .row-b { grid-template-columns: 56px 1fr; gap: 10px 24px; }
  .row-b > p { grid-column: 2; }
  .band, .band:nth-child(even) { grid-template-columns: 1fr; }
  .band:nth-child(even) .band-media { order: 1; }
  .band:nth-child(even) .band-body { order: 2; }
  .band-media img { min-height: 190px; max-height: 240px; }
  .band-body { padding: 34px; }
  .ing-cards, .rel-grid { grid-template-columns: repeat(2, 1fr); }
  .life-row { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-cell + .trust-cell { border-left: 0; padding-left: 0; }
  .trust-cell.hot { padding-inline: 30px; }
  .bonus-hero { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .bonus-item { grid-template-columns: 90px 1fr; gap: 12px 22px; }
  .bonus-item img { max-width: 86px; }
  .bonus-val { grid-column: 2; text-align: left; }
  .closer-grid { grid-template-columns: 1fr; gap: 38px; }
  .closer-media { order: -1; }
  .closer-media img { max-width: 250px; }
  .promise { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .promise-seal img { max-width: 190px; }
  .lead-post { grid-template-columns: 1fr; gap: 30px; padding: 36px; }
  .lead-art { order: -1; }
  .frame { padding: 34px; }
  .spine-item { grid-template-columns: 84px 1fr; gap: 24px; }
}

@media (max-width: 900px) {
  .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 34px 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: 19px; 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-w { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .cost-row { grid-template-columns: 1fr 1fr; gap: 13px 24px; }
  .cost-row.head { display: none; }
  .post-row { grid-template-columns: 1fr; gap: 11px; }
  .post-read { text-align: left; }
  .pkg { grid-template-columns: 1fr; gap: 22px; text-align: left; }
  .pkg-media img { max-height: 190px; }
  .pkg-flag { left: 50%; transform: translate(-50%, -50%); }
  .ob-mid { display: none; }
  .ob-full { display: none; }
  .ob-short { display: inline; }
}

@media (max-width: 680px) {
  :root { --pad: 62px; --bar: 70px; }
  body { font-size: 17px; }
  .wrap { padding-inline: 20px; }
  .topbar { font-size: 12px; }
  .topbar-inner { gap: 2px 18px; }
  .hero { padding-top: 140px; padding-bottom: 56px; }
  .hero-lede { font-size: 18px; }
  .hero-tag { font-size: 13px; padding: 8px 14px; }
  .btn-w { white-space: normal; padding-inline: 22px; }
  .pkg, .rel, .aside-card, .ic-body { padding: 24px; min-width: 0; }
  .feature, .lead-post, .frame, .band-body { padding: 26px 22px; }
  .sec-head { margin-bottom: 36px; }
  .sec-head p { font-size: 18px; }
  .ing-cards, .rel-grid, .facts { grid-template-columns: 1fr; }
  .fact { border-left: 0 !important; padding-left: 0 !important; padding-block: 22px; border-bottom: 1px solid var(--line); }
  .life-row { grid-template-columns: repeat(2, 1fr); }
  .aside { grid-template-columns: 1fr; }
  .row-b, .spine-item, .bonus-item { grid-template-columns: 1fr; gap: 10px; }
  .row-b > p { grid-column: 1; }
  .bonus-val { grid-column: 1; }
  .bonus-item img { max-width: 100px; }
  .spec-row, .cost-row { grid-template-columns: 1fr; gap: 5px; }
  .faq-q { font-size: 18px; gap: 16px; padding: 22px 0; }
  .faq-a-inner { padding: 0 0 22px; }
  .btn-row .btn-w { width: 100%; }
  .footer-top { grid-template-columns: 1fr; }
  .crumbs { padding-top: 128px; }
  .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; }
}

@media (max-width: 380px) {
  .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-w, .aside, .order-bar { display: none !important; }
  body { font-size: 12pt; color: #000; padding-bottom: 0; }
  .sec { padding-block: 18pt; }
}
