/* HoneyPower DTC — main stylesheet
   Palette taken from the official label: onyx black dominant, gold lattice,
   ivory type on the dark bands.

   Readability rule that runs through the whole sheet: black + gold is the
   *hero and band* treatment only. Every long-form reading surface below the
   hero — pricing, bonuses, science copy, ingredients, FAQ, references — sits
   on white or Ash Smoke with near-black text. Gold on a light background is
   never used for type at body size; --gold-ink is the readable stand-in.
*/

:root {
  --onyx:      #0A0A0D;  /* Onyx Black — hero, dark bands, footer          */
  --shadow:    #17181D;  /* Shadow Coat — dark cards, science header band  */
  --shadow-2:  #26272E;  /* Graphite — card heads, borders on dark         */
  --ivory:     #EDEDEF;  /* Ivory Gleam — type on dark                     */
  --gold:      #D4AF37;  /* Golden Hive — accents, dividers, icons, glow   */
  --amber:     #E8A317;  /* Amber Glow — badges, seals, highlights         */
  --honey:     #C9A227;  /* Honey Gold — CTAs, ribbons, checks             */
  --gold-ink:  #8A6914;  /* Dark Amber — gold-family TYPE on light bg      */
  --white:     #FFFFFF;  /* Bone White — cards, surfaces                   */
  --ash:       #F4F5F7;  /* Ash Smoke — alternate light background         */
  --ash-2:     #E9EAEE;  /* Ash Smoke deep — rests, inset blocks           */
  --ink:       #14151A;  /* Near black — headlines and body on light       */
  --muted:     #6A6C78;  /* Muted grey — secondary copy on light           */
  --line:      #E2E3E8;  /* Light borders                                  */
}

/* The label's gold lattice, rebuilt from three hairline grids. Used behind the
   hero and the claim strips — never behind running copy. */
.lattice {
  background-image:
    repeating-linear-gradient( 60deg, rgba(212,175,55,.075) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(-60deg, rgba(212,175,55,.075) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(  0deg, rgba(212,175,55,.05)  0 1px, transparent 1px 38px);
}

/* ===== reset / base ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }

/* ===== SECTION 1 · HEADER ===== */
.navbar {
  position: sticky; top: 0; z-index: 300;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(10,10,13,.07);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 66px; gap: 20px;
}
.nav-logo {
  display: flex; align-items: center; gap: 9px;
  font-family: 'Inter', sans-serif;
  font-size: 27px; font-weight: 800;
  letter-spacing: -.7px;
  line-height: 1;
}
.nav-logo .brand-word { display: inline-flex; align-items: baseline; }
.nav-logo .brand-honey { color: var(--gold-ink); }
.nav-logo .brand-power { color: var(--ink); }
.nav-logo .mark { width: 32px; height: 32px; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a {
  font-size: 14px; font-weight: 700; color: #3b3d47;
  transition: color .2s;
}
.nav-links a:hover { color: var(--gold-ink); }
.nav-links a b { color: var(--gold-ink); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--honey); color: var(--onyx) !important;
  font-size: 13px; font-weight: 700; letter-spacing: .3px;
  padding: 10px 19px; border-radius: 6px;
  box-shadow: 0 4px 14px rgba(201,162,39,.34);
  transition: filter .2s, transform .2s;
}
.nav-cta:hover { filter: brightness(1.07); transform: translateY(-1px); }
.nav-cta svg { width: 15px; height: 15px; }

.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px; background: none; border: none;
}
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: all .3s; }

/* ===== SECTION 2 · HERO ===== */
/* The one full-dark screen on the page — everything below it goes light. */
.hero {
  position: relative;
  background:
    radial-gradient(90% 70% at 78% 8%,  rgba(212,175,55,.22) 0%, rgba(212,175,55,0) 58%),
    radial-gradient(70% 60% at 8% 100%, rgba(232,163,23,.12) 0%, rgba(232,163,23,0) 62%),
    linear-gradient(180deg, #101116 0%, var(--onyx) 60%, #06060a 100%);
  padding: 56px 0 64px;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    repeating-linear-gradient( 60deg, rgba(212,175,55,.075) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(-60deg, rgba(212,175,55,.075) 0 1px, transparent 1px 44px);
  mask-image: radial-gradient(85% 75% at 50% 40%, #000 0%, transparent 78%);
  -webkit-mask-image: radial-gradient(85% 75% at 50% 40%, #000 0%, transparent 78%);
}
.hero > .container { position: relative; z-index: 1; }
.hero-headline { text-align: center; max-width: 940px; margin: 0 auto 40px; }
.hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(32px, 4.6vw, 56px);
  font-weight: 700; color: var(--ivory);
  line-height: 1.06;
}
.hero-title .accent {
  background: linear-gradient(180deg, #F3D67A 0%, var(--gold) 55%, #B08C22 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-subtitle {
  font-size: clamp(16px, 2vw, 20px); font-weight: 500;
  color: rgba(237,237,239,.8); line-height: 1.55; margin-top: 16px;
}
.hero-subtitle b { color: var(--gold); font-weight: 700; }

.hero-inner {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 48px; align-items: center;
}
.hero-left { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.hero-product-img {
  max-height: 400px; width: auto; object-fit: contain;
  /* warm rim glow — a black bottle on a black hero needs the separation */
  filter: drop-shadow(0 0 40px rgba(212,175,55,.34)) drop-shadow(0 26px 34px rgba(0,0,0,.6));
}
.hero-bonus-line {
  font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600;
  letter-spacing: .5px; color: var(--gold); text-align: center;
  background: rgba(212,175,55,.08); border: 1px solid rgba(212,175,55,.45);
  border-radius: 40px; padding: 7px 20px;
}
.hero-bonus-previews { display: flex; gap: 12px; justify-content: center; width: 100%; }
.hero-bonus-thumb { position: relative; flex: 1; max-width: 120px; }
.hero-bonus-thumb img {
  border-radius: 8px; border: 1px solid rgba(212,175,55,.5);
  box-shadow: 0 8px 20px rgba(0,0,0,.55);
  aspect-ratio: 3/4; object-fit: cover; object-position: 50% 12%;
}
.hero-bonus-thumb .free-tag {
  position: absolute; top: -8px; right: -6px;
  background: var(--amber); color: var(--onyx); font-family: 'Oswald', sans-serif;
  font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,.45);
}

.hero-card {
  background: linear-gradient(180deg, #1B1C22 0%, var(--shadow) 100%);
  border: 1px solid rgba(212,175,55,.34);
  border-radius: 16px; padding: 28px;
  box-shadow: 0 22px 50px rgba(0,0,0,.55);
  display: flex; flex-direction: column; gap: 16px; text-align: center;
}
.hero-card h2 {
  font-family: 'Oswald', sans-serif; font-size: clamp(21px, 2.8vw, 28px);
  font-weight: 700; color: var(--ivory); line-height: 1.18;
}
.hero-card-img {
  max-height: 200px; width: auto; margin: 0 auto; object-fit: contain;
  filter: drop-shadow(0 0 26px rgba(212,175,55,.28));
}
.hero-card-badge {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: .4px; color: var(--gold);
  background: rgba(212,175,55,.07); border: 1px dashed rgba(212,175,55,.45);
  border-radius: 8px; padding: 8px 12px;
}
.hero-cta-btn, .pkg-btn, .faq-cta-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  background: var(--honey); color: var(--onyx);
  font-family: 'Oswald', sans-serif; font-weight: 700;
  border: none; border-radius: 9px; cursor: pointer;
  transition: filter .2s, transform .15s, box-shadow .2s;
}
.hero-cta-btn {
  font-size: 19px; padding: 16px 26px; width: 100%;
  letter-spacing: .3px;
  animation: cta-pulse 2.2s ease-in-out infinite;
}
.pkg-btn { pointer-events: none; }
.hero-cta-btn:hover, .pkg-btn:hover, .faq-cta-btn:hover {
  filter: brightness(1.07); animation: none; transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(201,162,39,.4);
}
.hero-cta-btn svg { width: 19px; height: 19px; }
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(201,162,39,.34); transform: scale(1); }
  50% { box-shadow: 0 0 0 9px rgba(201,162,39,.10), 0 4px 18px rgba(201,162,39,.44); transform: scale(1.012); }
}
.hero-trust {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 6px 14px; font-size: 12.5px; font-weight: 600; color: rgba(237,237,239,.62);
}
.hero-trust span { display: inline-flex; align-items: center; gap: 5px; }
.hero-trust svg { width: 14px; height: 14px; fill: var(--gold); }

/* ===== SECTION 3 · CLAIM STRIP ===== */
.claim-strip {
  position: relative;
  overflow: hidden;
  padding: 44px 24px;
  text-align: center;
  background:
    radial-gradient(80% 150% at 50% 130%, rgba(212,175,55,.24) 0%, rgba(212,175,55,0) 62%),
    linear-gradient(180deg, #17181D 0%, var(--onyx) 62%, #06060a 100%);
}
/* gold hairlines top and bottom — ties the band to the buy buttons */
.claim-strip::before,
.claim-strip::after {
  content: "";
  position: absolute; left: 0; right: 0; height: 3px; z-index: 2;
  background: linear-gradient(90deg,
    rgba(212,175,55,0) 0%, var(--amber) 18%, #F3D67A 50%, var(--amber) 82%, rgba(212,175,55,0) 100%);
}
.claim-strip::before { top: 0; }
.claim-strip::after  { bottom: 0; }

/* gold lattice drifting behind the copy */
.claim-lattice {
  position: absolute; inset: -40% -10%; z-index: 0; opacity: .5;
  background-image:
    repeating-linear-gradient( 60deg, rgba(212,175,55,.16) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(-60deg, rgba(212,175,55,.16) 0 1px, transparent 1px 46px);
  mask-image: radial-gradient(60% 100% at 50% 50%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(60% 100% at 50% 50%, #000 0%, transparent 72%);
  animation: lattice-drift 22s linear infinite;
}
@keyframes lattice-drift {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(0, -76px, 0); }
}

.claim-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.claim-strip h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(22px, 3.6vw, 36px); font-weight: 700;
  color: var(--ivory); line-height: 1.14;
  text-shadow: 0 2px 20px rgba(0,0,0,.6);
}
.claim-strip h2 .hl { color: var(--gold); }
.claim-sub {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 16px;
  font-family: 'Oswald', sans-serif; font-weight: 500;
  font-size: clamp(13px, 1.9vw, 17px); letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--gold);
  background: rgba(212,175,55,.10);
  border: 1px solid rgba(212,175,55,.45);
  border-radius: 40px; padding: 8px 22px;
}
.claim-sub .dot {
  width: 9px; height: 9px; min-width: 9px; border-radius: 50%; background: var(--amber);
  animation: claim-blink 1.9s ease-out infinite;
}
@keyframes claim-blink {
  0%   { box-shadow: 0 0 0 0 rgba(232,163,23,.6); }
  70%  { box-shadow: 0 0 0 9px rgba(232,163,23,0); }
  100% { box-shadow: 0 0 0 0 rgba(232,163,23,0); }
}

@media (prefers-reduced-motion: reduce) {
  .claim-lattice { animation: none; }
  .claim-sub .dot { animation: none; }
  .hero-cta-btn { animation: none; }
}

/* ===== SECTION 4 · PRICING ===== */
.packages-section { background: var(--ash); padding: 56px 0; }
.section-eyebrow {
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold-ink);
  text-align: center;
}
.section-heading {
  font-family: 'Oswald', sans-serif; font-size: clamp(26px, 4vw, 42px);
  font-weight: 700; color: var(--ink); line-height: 1.12; text-align: center;
  margin-top: 6px;
}
.section-heading .hl { color: var(--gold-ink); }
.packages-grid {
  display: grid; grid-template-columns: 1fr 1.24fr 1fr; gap: 22px;
  margin-top: 40px; align-items: start;
}
.pkg-card {
  background: var(--white); border: 2px solid var(--line); border-radius: 16px;
  overflow: visible; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s; position: relative;
}
.pkg-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(10,10,13,.14); }
.pkg-card.featured {
  border: 3px solid var(--honey); margin-top: -14px; margin-bottom: -14px;
  box-shadow: 0 20px 44px rgba(201,162,39,.28); z-index: 3;
}
.pkg-ribbon {
  position: absolute; top: -29px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(180deg, #F3D67A 0%, var(--gold) 55%, #B08C22 100%);
  color: var(--onyx); border: 2px solid var(--onyx);
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: .6px; padding: 4px 18px; border-radius: 30px;
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0,0,0,.25); z-index: 2;
}
.pkg-head {
  background: var(--shadow-2); padding: 11px 16px; text-align: center;
  border-radius: 13px 13px 0 0;
}
.pkg-card.featured .pkg-head { background: var(--onyx); border-radius: 10px 10px 0 0; }
.pkg-head h4 {
  font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600;
  color: var(--ivory); letter-spacing: 1.5px; text-transform: uppercase;
}
.pkg-card.featured .pkg-head h4 { color: var(--gold); }
.pkg-body { padding: 22px 20px; display: flex; flex-direction: column; gap: 14px; }
.pkg-qty {
  font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 700;
  color: var(--ink); text-align: center; line-height: 1;
}
.pkg-supply { font-size: 14px; font-weight: 700; color: var(--muted); text-align: center; margin-top: -8px; }
.pkg-img-wrap { min-height: 150px; display: flex; align-items: center; justify-content: center; position: relative; }
.pkg-img-wrap img {
  max-height: 160px; width: auto; object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(10,10,13,.28));
}
.pkg-bonus-tag {
  position: absolute; right: 6px; bottom: 10px;
  background: var(--amber); color: var(--onyx); font-family: 'Oswald', sans-serif;
  font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,.28);
}
.pkg-price {
  font-family: 'Oswald', sans-serif; font-size: 66px; font-weight: 700;
  color: var(--gold-ink); text-align: center; line-height: .95;
}
.pkg-price-per { font-size: 14px; font-weight: 600; color: var(--muted); text-align: center; margin-top: -4px; }
.pkg-feats { display: flex; flex-direction: column; gap: 7px; padding: 4px 0; }
.pkg-feat { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 600; }
.pkg-feat svg { width: 17px; height: 17px; min-width: 17px; }
.pkg-feat.yes { color: #24252c; } .pkg-feat.yes svg { fill: var(--gold-ink); }
.pkg-feat.no  { color: #a9abb5; } .pkg-feat.no svg  { fill: #cbccd3; }
.pkg-save {
  background: var(--ash-2); border: 1px solid var(--gold);
  border-radius: 8px; text-align: center; padding: 9px;
  font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 17px; color: var(--gold-ink);
}
.pkg-total { text-align: center; line-height: 1.2; }
.pkg-total .was { color: #a9abb5; text-decoration: line-through; font-size: 17px; margin-right: 6px; }
.pkg-total .now { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 26px; color: var(--ink); }
.pkg-total .ship { display: block; font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.pkg-btn { font-size: 20px; padding: 14px 16px; width: 100%; position: relative; }
.pkg-btn svg { width: 20px; height: 20px; }
.pkg-hand {
  position: absolute; right: -6px; bottom: -22px; width: 46px;
  pointer-events: none; animation: hand-tap 1.6s ease-in-out infinite;
}
@keyframes hand-tap { 0%,100% { transform: translateY(0) rotate(-8deg);} 50% { transform: translateY(-7px) rotate(-8deg);} }
.pkg-pay { max-width: 180px; margin: 2px auto 0; opacity: .85; }

/* featured package — bigger and more prominent */
.pkg-card.featured .pkg-head { padding: 13px 16px; }
.pkg-card.featured .pkg-head h4 { font-size: 17px; }
.pkg-card.featured .pkg-body { padding: 22px 22px; gap: 13px; }
.pkg-card.featured .pkg-qty { font-size: 40px; }
.pkg-card.featured .pkg-supply { font-size: 15px; }
.pkg-card.featured .pkg-img-wrap { min-height: 188px; }
.pkg-card.featured .pkg-img-wrap img {
  max-height: 200px; max-width: 110%; width: auto;
  filter: drop-shadow(0 16px 24px rgba(10,10,13,.32));
}
.pkg-card.featured .pkg-bonus-tag { font-size: 13px; padding: 5px 13px; bottom: 18px; }
.pkg-card.featured .pkg-price { font-size: 74px; }
.pkg-card.featured .pkg-price-per { font-size: 15px; }
.pkg-card.featured .pkg-feat { font-size: 15.5px; gap: 10px; }
.pkg-card.featured .pkg-feat svg { width: 18px; height: 18px; min-width: 18px; }
.pkg-card.featured .pkg-save { font-size: 18px; padding: 10px; }
.pkg-card.featured .pkg-total .was { font-size: 19px; }
.pkg-card.featured .pkg-total .now { font-size: 30px; }
.pkg-card.featured .pkg-btn {
  font-size: 22px; padding: 17px 16px;
  box-shadow: 0 12px 26px rgba(201,162,39,.38);
}
.pkg-card.featured .pkg-btn svg { width: 24px; height: 24px; }
.pkg-card.featured .pkg-hand { width: 52px; right: -8px; bottom: -24px; }
.pkg-card.featured .pkg-pay { max-width: 200px; }

/* ===== SECTION 5 · GUARANTEE ===== */
.guarantee-section { background: var(--white); padding: 70px 0; border-bottom: 1px solid var(--line); }
.guarantee-inner { display: flex; flex-direction: column; gap: 26px; }
.guarantee-body { display: flex; align-items: center; gap: 32px; }
.guarantee-seal { width: 168px; min-width: 168px; height: auto; object-fit: contain; }
.guarantee-text { font-size: 17px; line-height: 1.75; color: #2d2f38; }
.guarantee-fda { max-width: 640px; margin: 8px auto 0; width: 100%; }
.guarantee-made { font-size: 15px; font-style: italic; color: var(--muted); text-align: center; }

/* ===== SECTION 6 · BONUSES ===== */
/* Light band on purpose: the three ebook covers are black-and-gold artwork and
   need a pale surface to read against. */
.bonus-section {
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(212,175,55,.10) 0%, rgba(212,175,55,0) 60%),
    var(--ash);
  border-top: 1px solid var(--line);
  padding: 72px 0;
}
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 42px; }
.bonus-card {
  display: flex; flex-direction: column; gap: 14px;
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  padding: 18px; box-shadow: 0 10px 26px rgba(10,10,13,.07);
}
.bonus-card-img { position: relative; }
.bonus-card-img img {
  border-radius: 10px; width: 100%; background: var(--onyx);
  box-shadow: 0 12px 26px rgba(10,10,13,.28);
}
.bonus-card-img .free-badge {
  position: absolute; top: 10px; right: 10px;
  background: linear-gradient(180deg, #F3D67A 0%, var(--gold) 55%, #B08C22 100%);
  color: var(--onyx);
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700;
  padding: 4px 12px; border-radius: 30px; box-shadow: 0 3px 8px rgba(0,0,0,.35);
}
.bonus-num {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700;
  color: var(--gold-ink); letter-spacing: 1.4px; text-transform: uppercase;
}
.bonus-name { font-family: 'Oswald', sans-serif; font-size: 23px; font-weight: 700; color: var(--ink); line-height: 1.15; }
.bonus-name .price { color: var(--gold-ink); font-size: 17px; margin-left: 6px; white-space: nowrap; }
.bonus-text { font-size: 15px; color: #43454f; line-height: 1.6; }
.bonus-dl {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: .5px; color: var(--gold-ink); margin-top: auto;
}

/* ===== SECTION 7 · FREE SHIPPING STRIP ===== */
.shipping-strip {
  background: linear-gradient(180deg, #F6E3A6 0%, #E8C55B 55%, #D8AE3C 100%);
  border-top: 2px solid var(--onyx); border-bottom: 2px solid var(--onyx);
  padding: 30px 0;
}
.shipping-inner { display: flex; align-items: center; gap: 10px; justify-content: center; text-align: center; flex-direction: column; }
.shipping-title { font-family: 'Oswald', sans-serif; font-size: clamp(20px, 3vw, 32px); font-weight: 700; color: var(--onyx); }
.shipping-sub { font-size: 15px; font-weight: 700; color: #4A3A0B; }
.shipping-sub em { font-style: italic; font-weight: 600; color: #6B551A; }

/* ===== SECTION 8 · ABOUT / SCIENCE ===== */
.science-band {
  background:
    radial-gradient(70% 100% at 50% 0%, rgba(212,175,55,.16) 0%, rgba(0,0,0,0) 62%),
    var(--shadow);
  padding: 54px 0; text-align: center;
}
.science-band .date-label {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: var(--gold);
}
.science-band h2 {
  font-family: 'Oswald', sans-serif; font-size: clamp(23px, 3.4vw, 38px);
  font-weight: 700; color: var(--ivory); line-height: 1.2; max-width: 920px; margin: 12px auto 0;
}
.science-band .subtitle { font-size: clamp(16px, 2vw, 20px); font-style: italic; color: rgba(237,237,239,.8); margin-top: 12px; }

.science-section { padding: 66px 0; background: var(--white); }
.science-block { display: grid; grid-template-columns: 2fr 3fr; gap: 36px; align-items: center; margin-bottom: 40px; }
.science-block.media-left  { grid-template-columns: 2fr 3fr; }
.science-block.media-right { grid-template-columns: 3fr 2fr; }
.science-block.media-right .science-media { order: 2; }
/* the editorial shots are tall portraits — crop them so neither block runs
   taller than the copy sitting beside it */
.science-media img {
  border-radius: 12px; width: 100%; max-height: 460px; object-fit: cover;
  box-shadow: 0 12px 30px rgba(10,10,13,.18);
}
.science-copy p { font-size: 16.5px; color: #2d2f38; line-height: 1.75; margin-bottom: 14px; }
.science-copy h3 { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 700; color: var(--ink); margin-bottom: 12px; line-height: 1.2; }
.science-copy b { color: var(--ink); }
.science-highlight {
  background: var(--ash); border-left: 4px solid var(--gold);
  border-radius: 0 10px 10px 0; padding: 16px 20px; font-size: 16px;
  color: #2d2f38; line-height: 1.7; margin-top: 6px;
}
.quote-callout {
  background: var(--white); border: 1px solid var(--line);
  border-top: 5px solid var(--gold); border-radius: 12px;
  padding: 26px 28px; margin: 8px auto 40px; max-width: 820px;
  box-shadow: 0 10px 28px rgba(10,10,13,.09);
}
.quote-callout .q { font-size: 19px; font-style: italic; color: var(--ink); line-height: 1.55; font-weight: 500; }
.quote-callout .ref { font-size: 12px; color: var(--muted); line-height: 1.55; margin-top: 14px; }
.quote-callout .ref a { color: var(--gold-ink); text-decoration: underline; }

/* ===== SECTION 9 · PRODUCT INTRO ===== */
.product-section { background: var(--ash); padding: 70px 0; }
.product-eyebrow { font-size: 17px; color: var(--muted); text-align: center; }
.product-title {
  font-family: 'Oswald', sans-serif; font-size: clamp(38px, 6vw, 64px);
  font-weight: 700; color: var(--ink); text-align: center; line-height: 1.05; margin-top: 2px;
}
.product-title .accent { color: var(--gold-ink); }
.product-tagline {
  font-family: 'Oswald', sans-serif; font-size: clamp(18px, 2.4vw, 24px); font-weight: 500;
  color: #43454f; text-align: center; line-height: 1.3; margin: 14px auto 36px; max-width: 680px;
}
.product-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.product-inner img {
  width: 100%; max-height: 400px; object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(10,10,13,.26));
}
.product-copy p { font-size: 17px; font-weight: 400; color: #2d2f38; line-height: 1.75; margin-bottom: 16px; }
.product-copy b { color: var(--ink); font-weight: 700; }

/* ===== SECTION 10 · INGREDIENTS ===== */
.ingredients-section { padding: 70px 0; background: var(--white); }
/* 7 cards over a 12-track grid: rows of 4 then 3, the short row centred. */
.ingredients-grid {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 26px;
  margin: 40px auto 0; max-width: 1060px;
}
.ingredient-card { grid-column: span 3; display: flex; flex-direction: column; gap: 12px; }
.ingredient-card:nth-child(5) { grid-column: 2 / span 3; }
.ingredient-card:nth-child(6) { grid-column: 5 / span 3; }
.ingredient-card:nth-child(7) { grid-column: 8 / span 3; }
.ingredient-img-wrap {
  border: 2px solid var(--line); border-radius: 14px; overflow: hidden;
  aspect-ratio: 1/1; background: var(--ash);
}
.ingredient-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.ingredient-name { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; color: var(--ink); line-height: 1.15; }
.ingredient-role { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 500; font-style: italic; color: var(--gold-ink); letter-spacing: .2px; margin-top: -6px; }
.ingredient-desc { font-size: 14px; color: #43454f; line-height: 1.55; }
.safety-notice {
  max-width: 900px; margin: 44px auto 0;
  background: #FDF8E9; border: 1px solid #E4D091; border-left: 5px solid var(--gold-ink);
  border-radius: 0 10px 10px 0; padding: 18px 22px;
  font-size: 15px; line-height: 1.65; color: #453615;
}
.safety-notice b { color: #6B4E0C; }

/* ===== SECTION 11 · BENEFITS ===== */
.benefits-section { background: var(--ash); border-top: 1px solid var(--line); padding: 56px 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 36px; }
.benefit-item { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.benefit-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(180deg, #1E1F26 0%, var(--onyx) 100%);
  display: flex; align-items: center; justify-content: center; padding: 17px;
  box-shadow: 0 6px 16px rgba(10,10,13,.22); border: 1px solid rgba(212,175,55,.42);
}
.benefit-icon svg { width: 100%; height: 100%; fill: var(--gold); }
.benefit-label { font-size: 13.5px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.benefit-desc { font-size: 12.5px; color: var(--muted); line-height: 1.45; }

/* ===== SECTION 13 · FAQ ===== */
/* Light, unlike the reference build: eleven long answers is the heaviest block
   of reading on the page and it stays on white. */
.faq-section {
  background:
    radial-gradient(70% 60% at 0% 0%, rgba(212,175,55,.10) 0%, rgba(0,0,0,0) 58%),
    var(--white);
  border-top: 1px solid var(--line);
  padding: 72px 0;
}
.faq-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 44px; align-items: center; }
.faq-aside { text-align: center; }
.faq-aside img { max-width: 340px; margin: 0 auto 20px; filter: drop-shadow(0 20px 30px rgba(10,10,13,.3)); }
.faq-aside .seal { max-width: 150px; margin: 0 auto 24px; filter: none; }
.faq-cta-btn { font-size: 18px; padding: 15px 24px; width: 100%; max-width: 320px; }
.faq-title {
  font-family: 'Oswald', sans-serif; font-size: clamp(28px, 4vw, 42px);
  font-weight: 700; color: var(--ink); margin-bottom: 28px;
}
.faq-list { display: flex; flex-direction: column; gap: 11px; }
.faq-item { background: var(--ash); border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 15px 18px; cursor: pointer; user-select: none;
  transition: background-color .2s;
}
.faq-q:hover { background-color: var(--ash-2); }
.faq-q h3 { font-family: 'Inter', sans-serif; font-size: 16.5px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.faq-arrow { width: 20px; min-width: 20px; transition: transform .3s ease; fill: var(--gold-ink); }
.faq-a {
  max-height: 0; overflow: hidden; opacity: 0; padding: 0 18px;
  font-size: 15.5px; color: #43454f; line-height: 1.7;
  transition: max-height .4s ease, opacity .3s ease .05s, padding-bottom .35s ease;
}
.faq-item.open { background: var(--white); }
.faq-item.open .faq-a { max-height: 900px; opacity: 1; padding-bottom: 18px; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }

/* ===== SECTION 14 · SUPPLEMENT FACTS + REFERENCES ===== */
.label-section { padding: 66px 0 40px; background: var(--ash); border-top: 1px solid var(--line); }
.label-section .label-heading {
  font-family: 'Oswald', sans-serif; font-size: clamp(24px, 3.4vw, 36px); font-weight: 700;
  color: var(--ink); text-align: center; margin-bottom: 28px;
}
/* Official label artwork (2200x880 source, retina-sharp at the 1100px cap). */
.label-section picture { display: block; }
.label-img {
  max-width: 1100px; width: 100%; height: auto; margin: 0 auto 8px; display: block;
  border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 14px 36px rgba(10,10,13,.14);
}
.label-note { text-align: center; font-size: 14px; color: var(--muted); margin-top: 20px; }

.references-section { padding: 46px 0 60px; background: var(--ash); }
.references-label {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700; color: #8f9099;
  text-align: center; text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 20px;
}
.references-logos {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  align-items: center; justify-items: center; margin: 0 auto 14px; max-width: 760px;
}
.references-logos img { max-height: 46px; width: auto; filter: grayscale(1); opacity: .55; }
.references-disclaimer { font-size: 12px; color: #9a9ba4; text-align: center; margin-bottom: 26px; }
.references-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.references-cols p { font-size: 12px; color: #85868f; line-height: 1.65; margin-bottom: 10px; }
.references-cols b { color: #66676f; }

/* ===== SECTION 15 · FOOTER ===== */
.bg-footer {
  background-color: var(--onyx);
  color: var(--ivory);
  padding: 3rem 1.5rem;
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  border-top: 3px solid var(--gold);
}
.bg-footer * { box-sizing: border-box; }
.bg-footer__container { max-width: 960px; margin: 0 auto; overflow-x: hidden; }
.bg-footer__links {
  list-style: none; margin: 0 0 1.5rem 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: .5rem 1.5rem; text-align: center;
}
.bg-footer__links li { margin: 0; padding: 0; }
.bg-footer__links a {
  color: var(--ivory); text-decoration: none; font-size: .95rem; font-weight: 600;
  transition: color .2s;
}
.bg-footer__links a:hover { color: var(--gold); text-decoration: underline; }
.bg-footer__disclaimer {
  color: rgba(237,237,239,.72); text-align: justify;
  font-size: .78rem; line-height: 1.45; margin: 0 0 1rem 0;
}
.bg-footer__copy { text-align: center; font-size: .75rem; color: rgba(237,237,239,.5); margin: 0 0 1rem; }
.bg-footer #disclaimer,
.bg-footer #disclaimer * { color: var(--ivory) !important; }

/* BuyGoods dynamic disclaimer — native table on desktop, stacked on mobile */
#disclaimer {
  display: block; width: 100%; max-width: 820px;
  margin: 0 auto; overflow: hidden; box-sizing: border-box;
}
#disclaimer * {
  max-width: 100% !important; min-width: 0 !important;
  box-sizing: border-box !important;
}
#disclaimer img { height: auto !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .bg-footer { padding: 2rem 1rem; }
  .bg-footer__links { gap: .5rem 1rem; }
  #disclaimer table,
  #disclaimer tbody,
  #disclaimer tr,
  #disclaimer td,
  #disclaimer div {
    width: 100% !important;
    display: block !important;
  }
  #disclaimer td { padding: 8px !important; }
  #disclaimer img { display: block !important; margin: 0 auto 8px !important; }
}

@media (max-width: 991px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute;
    top: 66px; left: 0; right: 0; background: var(--white); padding: 20px 24px;
    border-bottom: 1px solid var(--line); z-index: 400; gap: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
  }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .science-block, .science-block.media-left, .science-block.media-right { grid-template-columns: 1fr; gap: 22px; }
  .science-block.media-right .science-media { order: 0; }
  .product-inner { grid-template-columns: 1fr; gap: 28px; }
  .bonus-grid { grid-template-columns: 1fr; max-width: 420px; margin: 36px auto 0; }
  .ingredients-grid { grid-template-columns: repeat(2, 1fr); max-width: 700px; }
  .ingredient-card,
  .ingredient-card:nth-child(5),
  .ingredient-card:nth-child(6),
  .ingredient-card:nth-child(7) { grid-column: auto; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .faq-inner { grid-template-columns: 1fr; gap: 30px; }
  .faq-aside { position: static; min-width: 0; }
  .faq-aside img { max-width: 260px; width: auto; }

  /* packages: tame the featured emphasis so 3 columns still fit on tablets */
  .packages-grid { grid-template-columns: 1fr 1.2fr 1fr; gap: 16px; }
  .pkg-card.featured { margin-top: -12px; margin-bottom: -12px; box-shadow: 0 16px 34px rgba(201,162,39,.24); }
  .pkg-card.featured .pkg-body { padding: 20px 16px; gap: 13px; }
  .pkg-card.featured .pkg-img-wrap { min-height: 170px; }
  .pkg-card.featured .pkg-img-wrap img { max-height: 175px; max-width: 106%; }
  .pkg-card.featured .pkg-qty { font-size: 36px; }
  .pkg-card.featured .pkg-price { font-size: 62px; }
  .pkg-card.featured .pkg-save { font-size: 17px; }
  .pkg-card.featured .pkg-total .now { font-size: 27px; }
  .pkg-card.featured .pkg-btn { font-size: 19px; padding: 14px 12px; }
}
@media (max-width: 767px) {
  body { font-size: 16px; }
  .packages-grid { grid-template-columns: 1fr; max-width: 380px; margin: 40px auto 0; }
  .pkg-card { margin-top: 0; }
  .pkg-card.featured { margin-top: 0; margin-bottom: 0; }
  .pkg-card.featured .pkg-img-wrap img { max-width: 100%; }
  .pkg-card:nth-child(1) { order: 3; }
  .pkg-card:nth-child(2) { order: 1; }
  .pkg-card:nth-child(3) { order: 2; }
  .guarantee-body { flex-direction: column; align-items: center; text-align: center; }
  .ingredients-grid { grid-template-columns: 1fr; max-width: 340px; margin: 36px auto 0; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .references-logos { grid-template-columns: repeat(2, 1fr); }
  .references-cols { grid-template-columns: 1fr; }
}
@media (max-width: 479px) {
  .benefits-grid { grid-template-columns: 1fr; max-width: 240px; margin: 36px auto 0; }
  .hero-bonus-previews { gap: 8px; }
}
