/* ============================================================
   HENACO BEVERAGES (NIG.) LTD — theme
   Aba, Abia State · Nationwide delivery

   Warm cream ground (per the reference studio site) carrying
   Henaco's own blue + gold. Sections run edge to edge with no
   gaps. Hero is split: neon tunnel panel left, the pitch right.
   ============================================================ */

:root {
  /* Ground — warm cream */
  --c-cream: #FDF4E8;
  --c-cream-deep: #F4E5D0;
  --c-blush: #FBE0CF;
  --c-peach: #F8D4BB;
  --c-sand: #EFDCC4;

  /* Ink */
  --c-ink: #2A1F1A;
  --c-ink-soft: #5C4A3F;
  --c-ink-dim: #7A6455;    /* darkened: stat labels need 4.5:1 on cream */

  /* Henaco brand */
  --c-blue: #1763D6;
  --c-blue-deep: #0F3D91;
  --c-blue-bright: #2E8CFF;
  --c-navy: #0A1533;
  --c-navy-deep: #050B1F;
  --c-gold: #C9A961;
  --c-gold-bright: #E8B84B;
  --c-gold-deep: #8A6418;   /* darkened: small-caps labels need 4.5:1 on cream */
  --c-amber: #D98324;

  --c-glass: rgba(255, 255, 255, 0.55);
  --c-glass-strong: rgba(255, 255, 255, 0.78);
  --c-glass-border: rgba(255, 255, 255, 0.85);

  --wa: #25D366;

  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;

  --sh-soft: 0 8px 24px rgba(120, 70, 50, 0.10);
  --sh-glass: 0 12px 36px rgba(160, 100, 70, 0.18);
  --sh-deep: 0 30px 80px rgba(120, 70, 50, 0.24);
  --sh-gold: 0 12px 32px rgba(201, 169, 97, 0.34);

  --maxw: 1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  color: var(--c-ink);
  background: var(--c-cream-deep);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-gold-deep); text-decoration: none; transition: color .25s; }
a:hover { color: var(--c-blue); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--c-ink);
}

::selection { background: var(--c-gold-bright); color: var(--c-ink); }

:focus-visible {
  outline: 2px solid var(--c-blue);
  outline-offset: 3px;
  border-radius: 6px;
}

.container { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .95rem 1.6rem;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .25s, color .25s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-gold {
  background: linear-gradient(135deg, #F3DFA8 0%, var(--c-gold-bright) 45%, var(--c-gold-deep) 100%);
  color: #2A1B00;
  box-shadow: var(--sh-gold), inset 0 1px 0 rgba(255,255,255,.6);
}
.btn-gold:hover { color: #2A1B00; box-shadow: 0 18px 44px rgba(201,169,97,.5), inset 0 1px 0 rgba(255,255,255,.65); }

.btn-whatsapp {
  background: linear-gradient(135deg, #34E27A 0%, var(--wa) 55%, #128C4A 100%);
  color: #04220F;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .32), inset 0 1px 0 rgba(255,255,255,.45);
}
.btn-whatsapp:hover { color: #04220F; box-shadow: 0 18px 44px rgba(37,211,102,.45); }

.btn-glass {
  background: var(--c-glass-strong);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  border-color: var(--c-glass-border);
  color: var(--c-ink);
  box-shadow: var(--sh-soft);
}
.btn-glass:hover { background: #fff; color: var(--c-blue-deep); }

/* on dark panels */
.on-dark .btn-glass {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
  color: #fff;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.on-dark .btn-glass:hover { background: rgba(255,255,255,.22); color: #fff; }

.btn-sm { padding: .62rem 1.1rem; font-size: .8rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ============================================================
   HERO — tunnel panel left, pitch right
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 0 0 clamp(1.4rem, 2.6vw, 2.4rem);
  background:
    radial-gradient(ellipse 70% 55% at 18% 12%, #FFE9D8 0%, transparent 62%),
    radial-gradient(ellipse 65% 55% at 88% 78%, #F7D3D6 0%, transparent 60%),
    radial-gradient(ellipse 80% 60% at 55% 100%, #F2DEC4 0%, transparent 65%),
    linear-gradient(180deg, var(--c-cream) 0%, var(--c-cream-deep) 62%, var(--c-sand) 100%);
}

/* soft vertical light streaks, like the reference */
.hero-arch { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; opacity: .8; }
.hero-arch::before, .hero-arch::after {
  content: "";
  position: absolute; top: 0; bottom: 0; width: 90px;
  background: linear-gradient(180deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,.25) 45%, transparent 100%);
  filter: blur(20px);
}
.hero-arch::before { left: 30%; }
.hero-arch::after { right: 12%; }
.hero-arch span {
  position: absolute; top: 0; bottom: 0; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.75), transparent);
}
.hero-arch span:nth-child(1) { left: 38%; }
.hero-arch span:nth-child(2) { left: 52%; }
.hero-arch span:nth-child(3) { left: 67%; }
.hero-arch span:nth-child(4) { left: 82%; }

/* ---- top bar ---- */
.hero-bar {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  width: min(100% - 2.5rem, var(--maxw));
  margin-inline: auto;
  padding: clamp(1rem, 2vw, 1.5rem) 0;
}
.hero-bar-left, .hero-bar-right { display: flex; align-items: center; gap: .55rem; }
.hero-bar-right { justify-content: flex-end; }

.brandmark { display: flex; align-items: center; gap: .6rem; justify-content: center; }
.brandmark img { height: 38px; width: auto; }
.brandmark-txt { line-height: 1.1; text-align: left; }
.brandmark-txt strong {
  display: block;
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(.98rem, 1.4vw, 1.18rem);
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--c-blue-deep);
}
.brandmark-txt small {
  display: block;
  font-size: .56rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
  margin-top: 2px;
}

.glass-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--c-glass-strong);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid var(--c-glass-border);
  border-radius: 999px;
  padding: .5rem .95rem;
  font-size: .76rem;
  font-weight: 600;
  color: var(--c-ink);
  box-shadow: var(--sh-soft);
  transition: background .25s, color .25s, transform .25s;
}
.glass-chip svg { width: 15px; height: 15px; }
.glass-chip:hover { background: #fff; color: var(--c-blue-deep); transform: translateY(-1px); }
.glass-chip.is-wa { color: #0B6B39; }

.glass-icon-btn {
  display: inline-grid;
  place-items: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--c-glass-strong);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid var(--c-glass-border);
  color: var(--c-ink);
  box-shadow: var(--sh-soft);
  transition: background .25s, transform .25s;
}
.glass-icon-btn svg { width: 17px; height: 17px; }
.glass-icon-btn:hover { background: #fff; transform: translateY(-1px); color: var(--c-blue-deep); }

/* ---- the split stage ---- */
.hero-stage {
  position: relative;
  z-index: 4;
  width: min(100% - 2.5rem, var(--maxw));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.46fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: center;
  padding-top: clamp(.5rem, 2vw, 1.5rem);
}

/* the dark tunnel panel — bottles are clipped inside it, so they
   can never wash over the copy again */
.hero-visual {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 8 / 7;
  max-height: 80vh;
  background: var(--c-navy-deep);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: var(--sh-deep), 0 0 0 1px rgba(160,110,80,.10);
  isolation: isolate;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1.02);
}
.portal-layer { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
/* inner vignette so the bottles sink into the tunnel */
.hero-visual::after {
  content: "";
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(ellipse 62% 50% at 50% 45%, transparent 0%, rgba(3,7,22,.22) 72%, rgba(3,7,22,.6) 100%),
    linear-gradient(180deg, rgba(3,7,22,.35) 0%, transparent 26%, transparent 68%, rgba(3,7,22,.6) 100%);
}
/* warm glow bleeding out of the panel onto the cream */
.hero-visual::before {
  content: "";
  position: absolute; inset: -14%;
  z-index: -1;
  background: radial-gradient(circle, rgba(46,140,255,.30) 0%, rgba(201,169,97,.16) 45%, transparent 70%);
  filter: blur(50px);
}

.flyer {
  position: absolute; top: 0; left: 0;
  width: 132px;   /* JS re-sizes this to ~20% of the panel */
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  filter: drop-shadow(0 16px 30px rgba(0,0,0,.6));
}
.portal-glow {
  position: absolute; top: 0; left: 0;
  width: 200px; height: 200px;
  margin: -100px 0 0 -100px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(232,184,75,.55) 0%, rgba(46,140,255,.28) 38%, transparent 70%);
  filter: blur(20px);
  opacity: .55;
  will-change: transform, opacity;
}

/* ---- the pitch, on the right ---- */
.hero-body { position: relative; z-index: 5; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(201,169,97,.45);
  border-radius: 999px;
  padding: .42rem 1rem;
  margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--c-gold-bright);
  box-shadow: 0 0 8px var(--c-gold-bright);
  animation: blip 2.4s ease-in-out infinite;
}
@keyframes blip { 0%,100% { opacity: 1; } 50% { opacity: .28; } }

.hero-body h1 {
  font-size: clamp(2.5rem, 5.9vw, 5.4rem);
  line-height: .94;
  max-width: 15ch;
}
.hero-body h1 .glow {
  background: linear-gradient(120deg, var(--c-blue-deep) 0%, var(--c-blue) 45%, var(--c-gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-body .sub {
  margin-top: 1.1rem;
  max-width: 45ch;
  font-size: clamp(.95rem, 1.15vw, 1.06rem);
  color: var(--c-ink-soft);
}
.hero-body .btn-row { margin-top: 1.7rem; }

.hero-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem 1.2rem;
  margin-top: 1.7rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(160,110,80,.2);
  font-size: .76rem;
  color: var(--c-ink-soft);
}
.hero-proof span { display: inline-flex; align-items: flex-start; gap: .45rem; line-height: 1.35; }
.hero-proof svg { width: 14px; height: 14px; color: var(--c-gold-deep); flex-shrink: 0; margin-top: 2px; }

/* ============================================================
   MARQUEE — flush, no gaps
   ============================================================ */
.marquee {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--c-navy-deep), var(--c-blue-deep) 50%, var(--c-navy-deep));
  padding: .95rem 0;
}
.marquee-track { display: flex; width: max-content; animation: slide 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: .34em;            /* inline-flex drops the whitespace around <b> */
  padding: 0 1.6rem;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  white-space: nowrap;
}
.marquee-track span b { color: var(--c-gold-bright); font-weight: 700; }
.marquee-track span::after {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--c-gold-bright);
  margin-left: 1.6rem;
  opacity: .7;
}

/* ============================================================
   SECTIONS — flush, alternating warmth
   ============================================================ */
.section { padding: clamp(2.1rem, 4vw, 3.5rem) 0; position: relative; }
.section-cream { background: var(--c-cream); }
.section-deep {
  background:
    radial-gradient(ellipse 70% 60% at 12% 0%, #FFEBDA 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 92% 100%, #F7D6D8 0%, transparent 60%),
    var(--c-cream-deep);
}

.section-head { max-width: 62ch; margin-bottom: clamp(1.3rem, 2.4vw, 2rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); margin-top: .7rem; }
.section-head h2 .glow {
  background: linear-gradient(120deg, var(--c-blue-deep), var(--c-blue) 50%, var(--c-gold-deep));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-head p { margin-top: .9rem; color: var(--c-ink-soft); font-size: clamp(.95rem, 1.15vw, 1.04rem); }

.grid { display: grid; gap: 1.1rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.prod-grid { grid-template-columns: repeat(auto-fit, minmax(252px, 1fr)); gap: 1.1rem; }

.prod {
  position: relative;
  border-radius: var(--r-lg);
  padding: 1.5rem 1.35rem 1.35rem;
  background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.62) 100%);
  border: 1px solid var(--c-glass-border);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: var(--sh-glass);
  transform-style: preserve-3d;
  transition: box-shadow .35s, border-color .35s;
  overflow: hidden;
}
.prod::before {
  content: "";
  position: absolute; inset: -1px;
  border-radius: inherit;
  background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 0%), rgba(201,169,97,.24), transparent 62%);
  opacity: 0;
  transition: opacity .35s;
  pointer-events: none;
}
.prod:hover { border-color: rgba(201,169,97,.6); box-shadow: 0 28px 64px rgba(120,70,50,.26); }
.prod:hover::before { opacity: 1; }

.prod-media {
  position: relative;
  height: 250px;
  display: grid;
  place-items: end center;
  margin-bottom: 1.1rem;
  transform: translateZ(40px);
}
.prod-media::after {
  content: "";
  position: absolute;
  bottom: 2px; left: 50%;
  width: 62%; height: 14px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(120,70,50,.34) 0%, transparent 72%);
  filter: blur(5px);
}
.prod-media img {
  max-height: 240px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(120,70,50,.3));
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
  position: relative;
  z-index: 1;
}
.prod:hover .prod-media img { transform: translateY(-9px) scale(1.045); }

.prod-tag {
  position: absolute;
  top: 0; left: 0;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #2A1B00;
  background: linear-gradient(135deg, #F3DFA8, var(--c-gold-bright));
  padding: .3rem .6rem;
  border-radius: 999px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(201,169,97,.4);
}
.prod-tag.cool { background: linear-gradient(135deg, var(--c-blue-bright), var(--c-blue-deep)); color: #fff; }

.prod h3 { font-size: 1.42rem; transform: translateZ(24px); }
.prod .kind {
  display: block;
  font-family: var(--sans);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
  margin-bottom: .35rem;
}
.prod .pitch { font-size: .87rem; color: var(--c-ink-soft); margin-top: .5rem; line-height: 1.55; transform: translateZ(16px); }
.prod-spec { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .9rem; }
.prod-spec b {
  font-size: .63rem;
  font-weight: 600;
  color: var(--c-ink-soft);
  background: rgba(160,110,80,.09);
  border: 1px solid rgba(160,110,80,.18);
  border-radius: 999px;
  padding: .22rem .6rem;
}
.prod .btn { width: 100%; margin-top: 1.1rem; transform: translateZ(20px); }

/* water band */
.water-band {
  margin-top: 1.5rem;
  padding: 1.7rem 1.6rem;
  border-radius: var(--r-lg);
  background: linear-gradient(120deg, rgba(46,140,255,.14), rgba(255,255,255,.75));
  border: 1px solid var(--c-glass-border);
  box-shadow: var(--sh-soft);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  justify-content: space-between;
}
.water-band .kind { color: var(--c-blue-deep); }
.water-band p { font-size: .88rem; color: var(--c-ink-soft); margin-top: .4rem; max-width: 52ch; }

/* ============================================================
   WHY CARDS
   ============================================================ */
.why {
  padding: 1.7rem 1.5rem;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.72);
  border: 1px solid var(--c-glass-border);
  box-shadow: var(--sh-soft);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
}
.why:hover { transform: translateY(-5px); box-shadow: var(--sh-glass); }
.why-ico {
  width: 46px; height: 46px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(201,169,97,.3), rgba(23,99,214,.2));
  border: 1px solid rgba(201,169,97,.45);
  color: var(--c-blue-deep);
  margin-bottom: 1rem;
}
.why-ico svg { width: 22px; height: 22px; }
.why h3 { font-size: 1.25rem; }
.why p { font-size: .88rem; color: var(--c-ink-soft); margin-top: .5rem; }

/* ============================================================
   TIERS
   ============================================================ */
.tier {
  position: relative;
  padding: 1.9rem 1.6rem;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.8);
  border: 1px solid var(--c-glass-border);
  box-shadow: var(--sh-soft);
  display: flex;
  flex-direction: column;
  transition: transform .35s, box-shadow .35s;
}
.tier:hover { transform: translateY(-6px); box-shadow: var(--sh-deep); }
.tier.featured {
  border-color: rgba(201,169,97,.7);
  background: linear-gradient(180deg, #FFF8EA, rgba(255,255,255,.9));
  box-shadow: var(--sh-gold);
}
.tier-badge {
  position: absolute;
  top: -11px; left: 50%;
  transform: translateX(-50%);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #F3DFA8, var(--c-gold-bright));
  color: #2A1B00;
  padding: .28rem .85rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(201,169,97,.4);
}
.tier h3 { font-size: 1.6rem; }
.tier .who { font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--c-gold-deep); margin-bottom: .7rem; }
.tier ul { list-style: none; margin: 1.1rem 0 1.4rem; display: grid; gap: .6rem; }
.tier li { position: relative; padding-left: 1.6rem; font-size: .88rem; color: var(--c-ink-soft); }
.tier li::before {
  content: "";
  position: absolute; left: 0; top: .42em;
  width: 15px; height: 15px; border-radius: 50%;
  background: rgba(201,169,97,.22);
  border: 1px solid rgba(201,169,97,.7);
}
.tier li::after {
  content: "";
  position: absolute; left: 5px; top: .7em;
  width: 5px; height: 2.5px;
  border-left: 1.6px solid var(--c-gold-deep);
  border-bottom: 1.6px solid var(--c-gold-deep);
  transform: rotate(-45deg);
}
.tier .btn { margin-top: auto; width: 100%; }

/* ============================================================
   STEPS + WHATSAPP MOCK
   ============================================================ */
.order-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.step { display: flex; gap: 1.1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(160,110,80,.18); }
.step:last-child { border-bottom: 0; }
.step-n {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--c-blue-deep);
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(201,169,97,.55);
  box-shadow: var(--sh-soft);
}
.step h3 { font-size: 1.22rem; }
.step p { font-size: .88rem; color: var(--c-ink-soft); margin-top: .25rem; }

.wa-mock {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #0B141A;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: var(--sh-deep);
  max-width: 400px;
  margin-inline: auto;
  width: 100%;
}
.wa-head { display: flex; align-items: center; gap: .7rem; padding: .8rem 1rem; background: #1F2C34; }
.wa-av {
  width: 38px; height: 38px; border-radius: 50%;
  background: linear-gradient(135deg, var(--c-blue-bright), var(--c-blue-deep));
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 700; color: #fff; font-size: .95rem;
}
.wa-name { font-size: .87rem; font-weight: 600; color: #fff; line-height: 1.2; }
.wa-name small { display: block; font-size: .68rem; color: #8FA6B2; font-weight: 400; }
.wa-body {
  padding: 1rem;
  display: grid; gap: .55rem;
  background:
    linear-gradient(rgba(11,20,26,.94), rgba(11,20,26,.94)),
    repeating-linear-gradient(45deg, #16232B 0 12px, #131F26 12px 24px);
  min-height: 250px;
  align-content: start;
}
.bub {
  max-width: 82%;
  padding: .55rem .8rem;
  border-radius: 10px;
  font-size: .82rem;
  line-height: 1.45;
  color: #E9EDEF;
  opacity: 0;
  transform: translateY(8px);
  animation: bubIn .4s ease forwards;
}
.bub.in { background: #202C33; border-top-left-radius: 3px; justify-self: start; }
.bub.out { background: #005C4B; border-top-right-radius: 3px; justify-self: end; }
.bub small { display: block; font-size: .6rem; color: #8FA6B2; margin-top: .2rem; text-align: right; }
@keyframes bubIn { to { opacity: 1; transform: translateY(0); } }
.wa-foot { padding: .7rem 1rem; background: #1F2C34; font-size: .78rem; color: #8FA6B2; display: flex; align-items: center; gap: .5rem; }

/* ============================================================
   DELIVERY / SPLIT
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split-media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--c-glass-border);
  background: linear-gradient(160deg, #EAF2FF, #FFFFFF);
  box-shadow: var(--sh-glass);
  padding: 2rem;
  display: grid;
  place-items: center;
  min-height: 260px;
}
.split-media img { filter: drop-shadow(0 18px 34px rgba(120,70,50,.28)); }

.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 1.4rem 2rem; margin-top: 1.8rem; }
.stat b {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(120deg, var(--c-blue-deep), var(--c-blue) 55%, var(--c-gold-deep));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat span { display: block; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--c-ink-dim); margin-top: .35rem; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { display: grid; gap: .75rem; max-width: 860px; margin-inline: auto; }
.faq-item {
  border-radius: var(--r-md);
  background: rgba(255,255,255,.78);
  border: 1px solid var(--c-glass-border);
  box-shadow: var(--sh-soft);
  overflow: hidden;
  transition: border-color .3s, background .3s;
}
.faq-item[open] { border-color: rgba(201,169,97,.65); background: #FFF8EA; }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.05rem 3rem 1.05rem 1.3rem;
  font-size: .96rem;
  font-weight: 600;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 1.3rem; top: 50%;
  width: 9px; height: 9px;
  border-right: 2px solid var(--c-gold-deep);
  border-bottom: 2px solid var(--c-gold-deep);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s;
}
.faq-item[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq-item .faq-a { padding: 0 1.3rem 1.15rem; font-size: .89rem; color: var(--c-ink-soft); }

/* ============================================================
   FINAL CTA — flush dark band
   ============================================================ */
.cta-strip {
  position: relative;
  overflow: hidden;
  padding: clamp(2.4rem, 4.6vw, 3.8rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  background:
    radial-gradient(ellipse 80% 100% at 50% 0%, rgba(23,99,214,.55) 0%, transparent 65%),
    radial-gradient(ellipse 60% 90% at 82% 100%, rgba(201,169,97,.28) 0%, transparent 60%),
    linear-gradient(160deg, var(--c-navy), var(--c-navy-deep));
}
.cta-strip .eyebrow { background: rgba(255,255,255,.1); border-color: rgba(232,184,75,.45); color: var(--c-gold-bright); }
.cta-strip h2 { font-size: clamp(2rem, 5vw, 3.6rem); color: #fff; max-width: 18ch; margin-inline: auto; }
.cta-strip h2 .glow {
  background: linear-gradient(120deg, #F7DFA0, var(--c-gold-bright) 55%, var(--c-amber));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-strip p { margin: 1rem auto 0; max-width: 56ch; color: rgba(255,255,255,.78); }
.cta-strip .btn-row { justify-content: center; margin-top: 1.9rem; }

/* ============================================================
   FOOTER — flush dark, grounds the page
   ============================================================ */
.foot {
  padding: clamp(2.2rem, 4vw, 3.2rem) 0 7rem;
  background: var(--c-navy-deep);
  color: rgba(255,255,255,.72);
}
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.foot-brand { display: block; }
.foot-brand img { height: 46px; width: auto; margin-bottom: .9rem; }
.foot-brand strong {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  display: block;
}
.foot-brand p { font-size: .86rem; color: rgba(255,255,255,.62); margin-top: .7rem; max-width: 38ch; }
.foot h4 {
  font-family: var(--sans);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--c-gold-bright);
  margin-bottom: .9rem;
}
.foot ul { list-style: none; display: grid; gap: .5rem; }
.foot li a, .foot address a { font-size: .86rem; color: rgba(255,255,255,.72); }
.foot li a:hover, .foot address a:hover { color: var(--c-gold-bright); }
.foot address { font-style: normal; font-size: .86rem; color: rgba(255,255,255,.72); display: grid; gap: .5rem; }
.foot-bottom {
  margin-top: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: .76rem;
  color: rgba(255,255,255,.5);
}
.age-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: .35rem .85rem;
  font-weight: 600;
  color: rgba(255,255,255,.72);
}
.age-badge b {
  background: var(--c-gold-bright);
  color: var(--c-navy-deep);
  border-radius: 50%;
  width: 22px; height: 22px;
  display: grid; place-items: center;
  font-size: .62rem;
}

/* ============================================================
   FLOATING CTA
   ============================================================ */
.float-wa {
  position: fixed;
  right: 1.1rem; bottom: 1.1rem;
  z-index: 90;
  width: 58px; height: 58px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #34E27A, var(--wa) 60%, #128C4A);
  color: #04220F;
  box-shadow: 0 12px 34px rgba(37,211,102,.45);
  transition: transform .3s;
}
.float-wa svg { width: 28px; height: 28px; }
.float-wa:hover { transform: scale(1.08); color: #04220F; }
.float-wa::after {
  content: "";
  position: absolute; inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,.5);
  animation: pulseRing 2.6s ease-out infinite;
}
@keyframes pulseRing {
  0% { transform: scale(.9); opacity: .9; }
  100% { transform: scale(1.45); opacity: 0; }
}

.mobile-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 88;
  display: none;
  gap: .6rem;
  padding: .7rem .9rem calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(253,244,232,.94);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(160,110,80,.22);
  box-shadow: 0 -8px 24px rgba(120,70,50,.14);
}
.mobile-bar .btn { flex: 1; padding: .8rem 1rem; font-size: .84rem; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1);
}
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1050px) {
  .hero-stage { grid-template-columns: 1fr; gap: 2rem; }
  .hero-visual { aspect-ratio: 16 / 11; max-height: 46vh; order: 2; }
  .hero-body { order: 1; text-align: center; }
  .hero-body h1 { max-width: none; }
  .hero-body .sub { margin-inline: auto; }
  .hero-body .btn-row { justify-content: center; }
  .hero-proof { max-width: 480px; margin-inline: auto; }
  .order-layout, .split { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .hero-bar { grid-template-columns: auto 1fr auto; padding: .8rem 0; }
  .hero-bar-left .glass-chip:not(.is-menu) { display: none; }
  .hero-bar-right .glass-chip { display: none; }
  .brandmark { justify-content: flex-end; }
  .brandmark img { height: 30px; }
  .brandmark-txt strong { font-size: .82rem; letter-spacing: .04em; }
  .hero-body h1 { font-size: clamp(2.2rem, 10.5vw, 3.2rem); }
  .hero-visual { aspect-ratio: 1 / 1; max-height: 42vh; border-radius: var(--r-lg); }
  .flyer { width: 68px; }
  .hero-proof { font-size: .7rem; text-align: left; }

  .mobile-bar { display: flex; }
  .float-wa { display: none; }
  .foot { padding-bottom: 8rem; }
  .foot-grid { grid-template-columns: 1fr; gap: 2rem; }
  .prod-media { height: 210px; }
  .prod-media img { max-height: 200px; }
  .water-band { flex-direction: column; align-items: flex-start; }
  .water-band .btn { width: 100%; }
}

@media (max-width: 420px) {
  .hero-body .btn-row .btn { width: 100%; }
}

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

/* ============================================================
   AGE GATE — 18+ confirmation
   Content stays in the DOM behind it so crawlers still index.
   ============================================================ */
/* An author `display` beats the browser's own [hidden] rule, so the
   gate must opt back out explicitly — without this it never closes. */
.age-gate[hidden] { display: none !important; }

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background: rgba(5, 11, 31, .82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.age-card {
  width: min(100%, 430px);
  text-align: center;
  padding: 2.2rem 1.8rem 1.8rem;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, var(--c-cream), var(--c-cream-deep));
  border: 1px solid var(--c-glass-border);
  box-shadow: var(--sh-deep);
}
.age-card img { height: 62px; width: auto; margin: 0 auto 1rem; }
.age-card h2 { font-size: 1.85rem; }
.age-card p { margin-top: .6rem; font-size: .9rem; color: var(--c-ink-soft); }
.age-card .btn-row { justify-content: center; margin-top: 1.4rem; }
.age-card small { display: block; margin-top: 1.1rem; font-size: .72rem; color: var(--c-ink-dim); }
.age-deny { font-size: .92rem; color: var(--c-ink-soft); }
body.age-locked { overflow: hidden; }

/* ============================================================
   PRODUCT CARD LINKS
   ============================================================ */
.prod h3 a.prod-link { color: inherit; }
.prod h3 a.prod-link:hover { color: var(--c-blue-deep); }
.prod-more {
  display: inline-block;
  margin-top: .7rem;
  font-size: .78rem;
  font-weight: 600;
  color: var(--c-blue-deep);
  transform: translateZ(18px);
}
.prod-more:hover { color: var(--c-gold-deep); }

/* ============================================================
   PRODUCT PAGE
   ============================================================ */
.hero-slim { padding-bottom: clamp(2rem, 4vw, 3rem); }

.crumbs {
  position: relative;
  z-index: 5;
  width: min(100% - 2.5rem, var(--maxw));
  margin: .2rem auto .4rem;
  font-size: .76rem;
  color: var(--c-ink-dim);
}
.crumbs a { color: var(--c-ink-soft); }
.crumbs a:hover { color: var(--c-blue-deep); }
.crumbs span { margin: 0 .4rem; opacity: .55; }
.crumbs em { font-style: normal; color: var(--c-ink); font-weight: 600; }

.pp-stage {
  position: relative;
  z-index: 4;
  width: min(100% - 2.5rem, var(--maxw));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  padding-top: clamp(.5rem, 2vw, 1.2rem);
}
.pp-media {
  position: relative;
  display: grid;
  place-items: center;
  padding: 2rem 1rem 2.6rem;
  border-radius: var(--r-xl);
  background: linear-gradient(170deg, rgba(255,255,255,.85), rgba(255,255,255,.35));
  border: 1px solid var(--c-glass-border);
  box-shadow: var(--sh-glass);
}
.pp-media::before {
  content: "";
  position: absolute; inset: -10%;
  z-index: -1;
  background: radial-gradient(circle, rgba(46,140,255,.2) 0%, rgba(201,169,97,.16) 45%, transparent 70%);
  filter: blur(45px);
}
.pp-media::after {
  content: "";
  position: absolute;
  bottom: 30px; left: 50%;
  width: 58%; height: 20px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(120,70,50,.34) 0%, transparent 72%);
  filter: blur(7px);
}
.pp-media img {
  max-height: min(60vh, 460px);
  width: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 34px rgba(120,70,50,.34));
}

.pp-body .kind {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
  margin-bottom: .5rem;
}
.pp-body h1 { font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: .96; }
.pp-lede { margin-top: 1rem; max-width: 46ch; font-size: clamp(1rem, 1.2vw, 1.12rem); color: var(--c-ink-soft); }
.pp-body .prod-spec { margin-top: 1.1rem; }
.pp-body .btn-row { margin-top: 1.5rem; }
.pp-body .hero-proof { margin-top: 1.6rem; }

.pp-cols {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .85fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}
.pp-prose h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); margin-bottom: 1rem; }
.pp-prose p { color: var(--c-ink-soft); margin-bottom: 1rem; font-size: .98rem; }
.pp-extra {
  margin-top: 1.6rem;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(255,255,255,.7);
  border: 1px solid var(--c-glass-border);
  box-shadow: var(--sh-soft);
  padding: 1.4rem;
  text-align: center;
}
.pp-extra img { max-height: 300px; width: auto; margin: 0 auto; filter: drop-shadow(0 14px 24px rgba(120,70,50,.28)); }
.pp-extra figcaption { margin-top: .9rem; font-size: .82rem; color: var(--c-ink-dim); }

.pp-aside {
  position: sticky;
  top: 1.5rem;
  padding: 1.7rem 1.5rem;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, #FFF8EA, rgba(255,255,255,.85));
  border: 1px solid rgba(201,169,97,.55);
  box-shadow: var(--sh-gold);
}
.pp-aside h3 { font-size: 1.3rem; margin-bottom: .9rem; }
.pp-sells { list-style: none; display: grid; gap: .55rem; margin-bottom: 1.3rem; }
.pp-sells li { position: relative; padding-left: 1.5rem; font-size: .88rem; color: var(--c-ink-soft); }
.pp-sells li::before {
  content: "";
  position: absolute; left: 0; top: .55em;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--c-gold-bright);
  box-shadow: 0 0 0 3px rgba(232,184,75,.25);
}
.pp-aside .btn { width: 100%; }
.pp-note { margin-top: .9rem; font-size: .76rem; color: var(--c-ink-dim); }

/* related products */
.rel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; }
.rel-card {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 1.2rem .8rem 1rem;
  border-radius: var(--r-md);
  background: rgba(255,255,255,.75);
  border: 1px solid var(--c-glass-border);
  box-shadow: var(--sh-soft);
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, border-color .3s;
}
.rel-card:hover { transform: translateY(-6px); box-shadow: var(--sh-glass); border-color: rgba(201,169,97,.6); }
.rel-card img {
  height: 150px; width: auto; object-fit: contain;
  margin-bottom: .8rem;
  filter: drop-shadow(0 10px 18px rgba(120,70,50,.28));
}
.rel-kind { font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--c-gold-deep); }
.rel-name { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; color: var(--c-ink); margin-top: .15rem; }

@media (max-width: 1050px) {
  .pp-stage { grid-template-columns: 1fr; }
  .pp-media { order: 1; }
  .pp-body { order: 2; }
  .pp-cols { grid-template-columns: 1fr; }
  .pp-aside { position: static; }
}
@media (max-width: 720px) {
  .pp-media img { max-height: 300px; }
  .rel-card img { height: 118px; }
}


/* ============================================================
   WHY CARDS WITH REAL MEDIA
   ============================================================ */
.why.has-media { padding: 0 0 1.4rem; overflow: hidden; }
.why-media {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  margin-bottom: 1.1rem;
  background: var(--c-sand);
}
.why-media img,
.why-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}
.why.has-media:hover .why-media img,
.why.has-media:hover .why-media video { transform: scale(1.045); }
/* hairline so the media never floats free of the card edge */
.why-media::after {
  content: "";
  position: absolute; inset: 0;
  box-shadow: inset 0 -1px 0 rgba(160,110,80,.22);
  pointer-events: none;
}
.why.has-media h3,
.why.has-media p { padding-inline: 1.5rem; }

/* ============================================================
   CONTAINMENT — the page never scrolls sideways, on any device
   ------------------------------------------------------------
   overflow-x on <body> alone is not enough: if the viewport itself
   is the scroll container, a wide child still drags the page. Clip
   on the root, and give every element that can exceed its box an
   explicit ceiling.
   ============================================================ */
html {
  max-width: 100%;
  overflow-x: clip;              /* clip beats hidden: no scroll container */
}
@supports not (overflow: clip) {
  html { overflow-x: hidden; }
}
body { max-width: 100%; overflow-x: clip; }
@supports not (overflow: clip) {
  body { overflow-x: hidden; }
}

/* nothing may out-grow its column */
img, video, svg, iframe, table, figure { max-width: 100%; }
/* long words / URLs / product codes cannot push a card wide */
h1, h2, h3, h4, p, li, a, address, summary, span, b, em, small {
  overflow-wrap: break-word;
  word-break: break-word;
}
/* grid and flex children default to min-content width; let them shrink */
.grid > *, .hero-stage > *, .pp-stage > *, .pp-cols > *,
.split > *, .order-layout > *, .foot-grid > * { min-width: 0; }

/* the marquee is deliberately wider than the screen — it must clip,
   never scroll the page */
.marquee { max-width: 100vw; }

/* absolutely-positioned decoration must not extend the page box */
.hero, .hero-visual, .cta-strip, .section { max-width: 100%; }

/* very small phones (320px and down) */
@media (max-width: 360px) {
  .container { width: calc(100% - 1.6rem); }
  .hero-bar  { width: calc(100% - 1.6rem); }
  .hero-stage { width: calc(100% - 1.6rem); }
  .crumbs, .pp-stage { width: calc(100% - 1.6rem); }
  .hero-body h1 { font-size: 2rem; }
  .prod-spec b { font-size: .6rem; }
  .mobile-bar .btn { font-size: .78rem; padding: .75rem .6rem; }
  .hero-proof { grid-template-columns: 1fr; }
}

/* ============================================================
   TOUCH — this site is overwhelmingly used on phones
   ------------------------------------------------------------
   Every tappable thing gets a 44px hit area, and the micro-caps
   labels come up to a size that is actually readable at arm's
   length on a handset.
   ============================================================ */
@media (max-width: 900px) {

  /* ---- 44px hit areas ---- */
  .glass-chip { min-height: 44px; padding-block: .6rem; }
  .glass-icon-btn { width: 44px; height: 44px; }
  .btn, .btn-sm { min-height: 46px; }
  .prod h3 a.prod-link {
    display: inline-block;
    padding: .35rem 0;
  }
  .prod-more {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-top: .2rem;
  }
  .foot li a,
  .foot address a,
  .crumbs a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .faq-item summary { min-height: 52px; display: flex; align-items: center; }
  .mobile-bar .btn { min-height: 48px; }

  /* ---- readable micro-labels ---- */
  .eyebrow { font-size: .72rem; letter-spacing: .18em; }
  .prod .kind, .pp-body .kind, .water-band .kind { font-size: .72rem; }
  .tier .who { font-size: .74rem; }
  .prod-spec b { font-size: .7rem; }
  .prod-tag { font-size: .64rem; }
  .rel-kind { font-size: .66rem; }
  .stat span { font-size: .72rem; }
  .hero-proof { font-size: .74rem; }
  .brandmark-txt small { font-size: .68rem; letter-spacing: .2em; }
  .marquee-track span { font-size: .8rem; }
  .foot-bottom { font-size: .8rem; }

  /* stop iOS blue-flashing every tap */
  a, button { -webkit-tap-highlight-color: rgba(23, 99, 214, .12); }
}

/* hover effects must not stick on touch, where there is no pointer
   to move away afterwards */
@media (hover: none) {
  .prod:hover .prod-media img,
  .why.has-media:hover .why-media img,
  .why.has-media:hover .why-media video { transform: none; }
  .btn:hover, .why:hover, .tier:hover, .rel-card:hover { transform: none; }
}

@media (max-width: 900px) {
  /* card titles need the full 44px, not 35 */
  .prod h3 a.prod-link { padding: .72rem 0; }
  /* phone / WhatsApp links written inline in prose are tap targets too */
  .faq-a a, .pp-prose a, .step p a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  /* the last of the sub-11px labels */
  .prod-tag { font-size: .7rem; padding: .34rem .68rem; }
  .tier-badge { font-size: .74rem; padding: .32rem .95rem; }
  .age-card small { font-size: .78rem; }
  .bub small { font-size: .68rem; }
  .wa-name small { font-size: .74rem; }
}
