/* =========================================================
   Fomin Clean Facial Towels — get.fominsoap.com
   Brand: blue #2885c6 CTAs / cream #fff5ef / Outfit + Walknoice
   ========================================================= */

@font-face {
  font-family: 'Walknoice';
  src: url('/assets/fonts/Walknoice.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT Book';
  src: url('/assets/fonts/FuturaPT-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* === Fomin brand tokens (matches fominsoap.com custom.css) === */
  --brand: #2885c6;          /* bright blue — primary CTA, headline accents, links */
  --brand-deep: #1f6da8;     /* hover, deep blue accents */
  --brand-50: #e6f0f8;       /* light blue soft bg */

  --cta-bg: #2885c6;         /* primary CTA — bright blue */
  --cta-bg-hover: #1f6da8;
  --cta-text: #fff5ef;       /* cream text on CTA */

  --cream: #fff5ef;          /* page bg — warm peach-cream */
  --cream-2: #feece1;        /* secondary section bg — deeper peach */
  --dark-section: #383434;   /* inverse section bg */

  --ink: #383434;            /* warm dark gray */
  --ink-2: #5a5454;
  --ink-3: #8a8484;
  --line: #e8d8c4;           /* warm tan borders */
  --line-2: #ddc9b0;
  --white: #ffffff;

  --green-ok: #2F9E72;
  --red-bad: #C64B3A;

  /* Accents (sparingly) */
  --accent-mint: #8ddce1;
  --accent-peach: #eed6bb;
  --accent-lavender: #dcc8e1;
  --accent-sage: #bcd0a9;
  --accent-yellow: #f7ee9a;
  --accent-coral: #f49790;
  --logo-purple: #545084;     /* logo wordmark only */

  /* Legacy aliases — keep old --teal / --yellow references working */
  --teal: var(--brand);
  --teal-deep: var(--brand-deep);
  --teal-50: var(--brand-50);
  --yellow: var(--accent-peach);
  --yellow-deep: #d9bda0;
  --accent: var(--brand);
  --accent-deep: var(--brand-deep);

  --display: 'Walknoice', 'Caveat', cursive;
  --display-sans: 'Futura PT Book', 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --body: 'Outfit', -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;

  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 22px;

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.03);
  --shadow: 0 4px 16px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.10);

  --container: 1200px;
  --container-pad: 20px;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: 56px; }
body {
  margin: 0;
  font-family: var(--body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  padding-bottom: 88px; /* sticky bar room on mobile */
  overflow-x: clip; /* sticky-safe horizontal overflow guard (clip != hidden for sticky) */
}
img { max-width: 100%; display: block; height: auto; }
button { font: inherit; cursor: pointer; }
a { color: var(--teal); text-decoration: none; }
/* No global hover underline. Specific body-text links opt in via their own rules
   (e.g. .qrseeall, .reviews__write). UI links (header, banner, reviewproof,
   logo) stay clean with cursor:pointer as the only hover affordance. */
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* Layout */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

/* Typography */
.display {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 0.6rem;
}
.display em { font-style: normal; color: var(--brand); font-weight: 600; }
.h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.8vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 1.2rem;
}
.h2 em { font-style: normal; color: var(--brand); font-weight: 600; }
.h2--inverse { color: var(--cream); }
.h2--centered { text-align: center; }
.h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.eyebrow {
  display: inline-block;
  font-family: var(--body);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

/* Handwritten italic emphasis in headings — uses Walknoice */
.display em, .h2 em, .h3 em {
  font-family: var(--display);
  font-style: normal;
  font-weight: 400;
  color: var(--brand);
  font-size: 1.05em;
  letter-spacing: 0.02em;
}

/* Spec-compliant primary CTA — bright-blue pill, cream text, ghost on hover */
.cta--primary, .cta-primary, .btn--primary {
  background: var(--brand);
  color: var(--cta-text);
  border: 1px solid var(--brand);
  border-radius: 50px;
  height: 44px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  transition: all 0.4s ease;
  text-decoration: none;
  cursor: pointer;
}
.cta--primary:hover, .cta-primary:hover, .btn--primary:hover {
  background: var(--brand-deep);
  color: var(--cta-text);
  border-color: var(--brand-deep);
}
.cta--primary--lg, .btn--primary--lg {
  height: 58px;
  padding: 0 36px;
  font-size: 15px;
}
.lede {
  font-size: 1.05rem;
  color: var(--ink-2);
  margin-bottom: 1.1rem;
  max-width: 52ch;
}

/* ANNOUNCEMENT — sticky simplified bar (no marquee) */
.announcement {
  display: block;
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.85rem;
  border-bottom: 1px solid #000;
  text-decoration: none;
  cursor: pointer;
}
.announcement, .announcement * { color: var(--cream); }
/* No hyperlink hover styling — cursor:pointer is the only affordance */
.announcement__row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
}
.announcement__lead {
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--yellow);
}
.announcement__offer {
  color: var(--cream);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 0.86rem;
}
.announcement__urgent {
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  font-weight: 800;
  animation: urgentPulse 1.4s ease-in-out infinite;
}
@keyframes urgentPulse {
  0%, 100% { opacity: 0.85; }
  50%      { opacity: 1; }
}
.announcement__dot { color: var(--yellow); opacity: 0.5; }
.announcement__timer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--yellow);
  color: var(--ink);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8rem;
  white-space: nowrap;
}
.announcement__timer-label {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.8;
}
.announcement__timer-clock {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}
@media (max-width: 640px) {
  .announcement__row { padding: 8px 12px; gap: 6px 8px; font-size: 0.78rem; }
  .announcement__offer { font-size: 0.78rem; }
  .announcement__dot--mob-hide,
  .announcement__urgent--mob-hide { display: none; }
  .announcement__timer { padding: 3px 9px; font-size: 0.74rem; }
  .announcement__timer-label { display: none; }
}
@media (max-width: 380px) {
  .announcement__row { gap: 4px 6px; }
  .announcement__lead { font-size: 0.76rem; }
}

/* HEADER */
.header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
.logo__mark {
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
  color: var(--teal);
  letter-spacing: -0.01em;
}
.logo { display: inline-flex; align-items: center; line-height: 0; }
.logo__img { height: 28px; width: auto; display: block; }
@media (max-width: 640px) { .logo__img { height: 24px; } }
.header__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--ink-2);
  text-decoration: none;
  cursor: pointer;
}
.header__trust:hover { text-decoration: none; color: var(--ink-2); }
.header__trust span[aria-hidden] { color: var(--yellow-deep); letter-spacing: 1px; }

/* HERO */
.hero { padding: clamp(20px, 4vw, 48px) 0 clamp(40px, 6vw, 72px); }
.hero__grid {
  display: grid;
  /* minmax(0,1fr) prevents wide images (intrinsic 1200px) from expanding the grid track
     past the viewport on mobile. Without this, the column inflates to image's min-content. */
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
.gallery, .buybox { min-width: 0; }
@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }
  /* Both columns sticky so each stays in view as the user scrolls the hero.
     Gallery is shorter → it'll stay pinned while buybox content flows past. */
  .gallery { position: sticky; top: 70px; align-self: start; }
  .buybox { position: sticky; top: 70px; align-self: start; }
}

/* MOBILE — edge-to-edge gallery, touches the header */
@media (max-width: 899px) {
  .hero { padding-top: 0; padding-bottom: clamp(28px, 5vw, 48px); }
  .hero .container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero__grid { gap: 14px; }
  .gallery {
    border-radius: 0;
    margin-top: 0;
  }
  .gallery__main {
    border-radius: 0;
  }
  .gallery__main img { border-radius: 0; }
  /* Smaller thumbnails, centered, not full-width */
  .gallery__thumbs {
    grid-template-columns: repeat(4, 56px);
    justify-content: center;
    gap: 6px;
    padding: 0 16px;
    margin-top: 8px;
    max-width: none;
  }
  .buybox {
    padding: 0 16px;
  }
}

/* GALLERY */
.gallery__main {
  position: relative;
  background: var(--cream-2);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  /* allow winner badge to overflow */
  aspect-ratio: 1 / 1;
}
.gallery__main > img,
.gallery__main > .gallery__badge,
.gallery__main > .gallery__chips {
  border-radius: 0;
}
.gallery__main > img {
  border-radius: var(--radius-lg);
}
.gallery__main img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
/* Gallery video (slide 2): same fit/round as the main image, hidden until activated */
.gallery__video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  background: var(--cream-2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1;
}
.gallery__main.is-video .gallery__video {
  opacity: 1;
  pointer-events: auto;
}
.gallery__main.is-video #galleryMain { opacity: 0; }
#galleryMain { transition: opacity 0.2s ease; }

/* Thumb video indicator */
.thumb { position: relative; }
.thumb--video .thumb__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 22px; height: 22px;
  background: rgba(20, 18, 14, 0.78);
  color: #fff;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.55rem;
  padding-left: 1px;
  pointer-events: none;
}
@media (max-width: 899px) {
  .gallery .gallery__video { border-radius: 0; }
}
/* Hide save badge + chips + winner badge on slides other than the first. */
.gallery__main:not(.is-slide-0) .gallery__badge,
.gallery__main:not(.is-slide-0) .gallery__chips,
.gallery__main:not(.is-slide-0) .winner-badge {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.gallery__main .winner-badge { transition: opacity 0.25s ease; }
/* Mobile gallery overrides (higher specificity to beat any later same-specificity rules) */
@media (max-width: 899px) {
  .gallery .gallery__main,
  .gallery .gallery__main img {
    border-radius: 0;
    border: 0;
  }
  /* Smaller, left-aligned thumbs on mobile */
  .gallery .gallery__thumbs {
    grid-template-columns: repeat(4, 48px);
    justify-content: flex-start;
    gap: 6px;
    padding: 0 16px;
    max-width: none;
  }
}
.gallery__main.is-slide-0 .gallery__badge,
.gallery__main.is-slide-0 .gallery__chips {
  opacity: 1;
  transition: opacity 0.25s ease;
}

/* SAVE % corner ribbon — only visible on first slide */
.gallery__badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--yellow);
  color: var(--ink);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: var(--shadow-sm);
  z-index: 2;
  font-family: var(--display);
  letter-spacing: 0.01em;
  font-size: 0.95rem;
}
.gallery__chips {
  position: absolute;
  display: flex; flex-wrap: wrap; gap: 6px;
  z-index: 2;
  pointer-events: none;
}
/* Top-left chip restored (no save badge collision anymore) */
.gallery__chips--top {
  top: 14px;
  left: 14px;
  right: auto;
  max-width: calc(70% - 14px);
  justify-content: flex-start;
}
.gallery__chips--bot {
  bottom: 14px;
  left: 14px;
  right: 14px;
  flex-wrap: nowrap;
  overflow: hidden;
}
.chip {
  display: inline-flex; align-items: center;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  box-shadow: 0 1px 4px rgba(20, 18, 14, 0.08);
  backdrop-filter: blur(4px);
  font-family: var(--body);
}
.chip--solid {
  background: var(--ink);
  color: var(--cream);
}
@media (max-width: 600px) {
  .chip { font-size: 0.82rem; padding: 6px 11px; }
  .gallery__chips--top { top: 12px; left: 12px; max-width: 70%; }
  .gallery__chips--bot {
    bottom: 12px;
    left: 12px;
    right: 12px;
    gap: 5px;
  }
  .gallery__chips--bot .chip { padding: 5px 9px; font-size: 0.78rem; }
}

/* TIKTOK BESTSELLER BADGE — white disc with brand-blue type, big 500K+ */
.tt-badge {
  position: absolute;
  top: -28px;
  right: -28px;
  width: clamp(120px, 15vw, 168px);
  height: clamp(120px, 15vw, 168px);
  z-index: 4;
  filter: drop-shadow(0 6px 18px rgba(20, 18, 14, 0.18));
  pointer-events: none;
}
@media (max-width: 600px) {
  .tt-badge {
    top: 10px;
    right: 10px;
    width: 110px; height: 110px;
  }
}
.tt-badge__svg { width: 100%; height: 100%; }
.tt-badge__disc {
  fill: #FFFFFF;
}
.tt-badge__ring {
  fill: none;
  stroke: var(--brand);
  stroke-width: 1.4;
  stroke-dasharray: 2 3;
  opacity: 0.55;
}
.tt-badge__spin {
  transform-origin: 80px 80px;
  animation: ttBadgeSpin 16s linear infinite;
}
.tt-badge__arc {
  fill: var(--brand);
  font-family: var(--body);
  font-weight: 700;
  font-size: 9.4px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tt-badge__num {
  fill: var(--ink);
  font-family: var(--body);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.01em;
  dominant-baseline: middle;
}
.tt-badge__sub {
  fill: var(--brand);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
@keyframes ttBadgeSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .tt-badge__spin { animation: none; }
}

/* Keep old selectors hide-only — preserves layout if any old DOM remains */
.gallery__main:not(.is-slide-0) .tt-badge,
.gallery__main:not(.is-slide-0) .winner-badge { opacity: 0; pointer-events: none; }
.gallery__main .tt-badge,
.gallery__main .winner-badge { transition: opacity 0.25s ease; }
.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
  max-width: 360px; /* keep thumbs compact even on big desktop */
}
@media (max-width: 760px) {
  /* On mobile, span full gallery width so the first thumb's left edge
     lines up with the main hero image's left edge. */
  .gallery__thumbs {
    max-width: none;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    margin-top: 8px;
    padding: 0;
  }
}
.thumb {
  background: var(--cream-2);
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  transition: border-color 0.15s ease;
}
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb:hover { border-color: var(--line-2); }
.thumb.is-active { border-color: var(--teal); }

/* BUYBOX */
.buybox { display: flex; flex-direction: column; gap: 18px; }

.pills {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 4px;
}
.pill {
  display: inline-flex; align-items: center;
  background: var(--teal-50);
  color: var(--teal-deep);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

/* TikTok pill ABOVE the headline */
.viralpill { display: inline-block; margin-bottom: 4px; }
.viralpill--row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.uspill {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.01em;
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.uspill--teal { background: var(--teal-50); color: var(--teal-deep); border-color: rgba(16, 132, 116, 0.25); }
.uspill--yellow { background: #fff3c4; color: #6b5210; border-color: rgba(244, 196, 62, 0.4); }
.uspill--blue { background: #e0eef9; color: #1a4a6b; border-color: rgba(26, 74, 107, 0.25); }

/* REVIEW PROOF (sits between viralpill and headline) */
.reviewproof {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
  font-size: 0.95rem;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
/* No hover style — only cursor:pointer signals clickability */
.reviewproof__stars { color: var(--yellow-deep); letter-spacing: 2px; font-size: 1rem; }
.reviewproof__text { color: var(--ink-2); }
.reviewproof__text strong { color: var(--ink); font-weight: 700; }

/* TABS */
.tabs { margin: 4px 0 6px; }
.tabs__bar {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 14px;
  overflow: visible;
}
.tabs__btn {
  background: transparent;
  border: none;
  padding: 8px 6px;
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--ink-3);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
  letter-spacing: -0.01em;
  flex: 1 1 auto;
  text-align: center;
  min-width: 0;
  white-space: nowrap;
}
/* Mobile: horizontal scroll so 4 longer labels never overlap */
@media (max-width: 899px) {
  .tabs__bar {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .tabs__bar::-webkit-scrollbar { display: none; }
  .tabs__btn {
    flex: 0 0 auto;
    padding: 10px 12px;
    font-size: 0.82rem;
  }
}
@media (max-width: 360px) {
  .tabs__btn { font-size: 0.78rem; padding: 10px 10px; }
}
.tabs__btn:hover { color: var(--ink); }
.tabs__btn.is-active {
  color: var(--teal);
  border-bottom-color: var(--teal);
}
.tabs__panel { display: none; }
.tabs__panel.is-active { display: block; animation: tabFade 0.2s ease; }
@keyframes tabFade {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* THREE STEPS visual */
.steps {
  display: grid;
  gap: 12px;
  counter-reset: step;
  position: relative;
}
.steps li {
  position: relative;
  display: grid;
  grid-template-columns: 36px 40px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--cream-2);
  border-radius: var(--radius-sm);
}
.steps__num {
  width: 28px; height: 28px;
  background: var(--teal);
  color: var(--white);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1;
}
.steps__icon {
  width: 44px; height: 44px;
  background: var(--white);
  color: var(--teal);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line);
  flex-shrink: 0;
}
.steps__icon--slide { color: var(--teal-deep); background: var(--teal-50); }
.steps__icon--scrub { color: #c64b3a; background: #fce3df; }
.steps__icon--toss  { color: #9a6a1c; background: #fff3d6; }
.steps li { grid-template-columns: 36px 44px 1fr; }
.steps__text strong {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  margin-bottom: 2px;
}
.steps__text span {
  font-size: 0.83rem;
  color: var(--ink-3);
}

/* INGREDIENTS LIST INSIDE TAB */
.ingrid__deny {
  margin-top: 12px;
  padding: 10px 14px;
  background: var(--cream-2);
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  color: var(--ink-2);
}
.ingrid__deny strong { color: var(--red-bad); }

/* VIDEO PLACEHOLDER (See in action tab) */
.videoph {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 520px) {
  .videoph { grid-template-columns: 1.4fr 1fr; align-items: center; }
}
.videoph__art {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream-2);
  cursor: pointer;
}
.videoph__art img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.85);
}
.videoph__art--live {
  aspect-ratio: 1 / 1;
  cursor: default;
}
.videoph__art--live video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.videoph__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--teal);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  padding-left: 6px;
  box-shadow: 0 6px 20px rgba(20, 18, 14, 0.25);
  transition: transform 0.15s ease;
}
.videoph__art:hover .videoph__play { transform: translate(-50%, -50%) scale(1.06); }
.videoph__caption {
  font-size: 0.95rem;
  color: var(--ink-2);
}
.videoph__caption strong { display: block; font-size: 1.05rem; color: var(--ink); margin-bottom: 4px; }
.videoph__caption span { font-size: 0.85rem; color: var(--ink-3); }

/* QUICK REVIEWS tab */
.quickreviews__head {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 10px;
}
.quickreviews__rating { display: flex; align-items: center; gap: 6px; font-size: 0.92rem; color: var(--ink-2); }
.quickreviews__rating strong { font-size: 1.05rem; color: var(--ink); }
.quickreviews__count { color: var(--ink-3); font-size: 0.82rem; }
.quickreviews__list { display: grid; gap: 12px; }
.quickreviews__list li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
}
.qr__name { font-weight: 700; font-size: 0.88rem; }
.qr__verified { color: var(--teal); font-weight: 600; }
.qr__stars { color: var(--yellow-deep); font-size: 0.85rem; letter-spacing: 1.5px; margin: 2px 0 4px; }
.quickreviews__list p { font-size: 0.92rem; color: var(--ink-2); margin: 0; }

/* TIKTOK PILL */
.tiktokpill {
  display: inline-flex; align-items: center;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: -0.005em;
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
  position: relative;
  isolation: isolate;
}
.tiktokpill::before {
  content: "";
  position: absolute; inset: -1px;
  border-radius: 999px;
  padding: 1.5px;
  background: linear-gradient(95deg, #FF0050 0%, #25F4EE 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.tiktokpill--lg { font-size: 0.8rem; padding: 6px 13px; }

/* CTA Countdown timer */
.ctimer {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 8px;
  padding: 8px 12px;
  background: #fff3d6;
  border: 1px solid #f0d894;
  border-radius: 8px;
  font-size: 0.86rem;
  color: var(--ink-2);
}
.ctimer__icon { font-size: 1rem; }
.ctimer__text strong { color: var(--ink); font-weight: 700; font-variant-numeric: tabular-nums; }

/* INGREDIENT TILES (visual) */
.ingtiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 520px) {
  .ingtiles { grid-template-columns: repeat(4, 1fr); }
}
.ingtile {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px;
}
.ingtile__art {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 2.4rem;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
}
.ingtile__emoji {
  position: relative; z-index: 2;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.08));
}
.ingtile__art::before {
  content: "";
  position: absolute; inset: 0;
  background-size: 220% 220%;
  background-position: center;
  opacity: 0.95;
}
.ingtile--coconut .ingtile__art::before { background-image: radial-gradient(circle at 30% 30%, #fbe7c8, #d4a373 70%); }
.ingtile--shea    .ingtile__art::before { background-image: radial-gradient(circle at 30% 30%, #fff6e0, #f0c987 70%); }
.ingtile--aloe    .ingtile__art::before { background-image: radial-gradient(circle at 30% 30%, #d4f0d6, #6dbf83 75%); }
.ingtile--mint    .ingtile__art::before { background-image: radial-gradient(circle at 30% 30%, #d8efe4, #4fae8e 75%); }
.ingtile__name {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.ingtile__sub {
  font-size: 0.76rem;
  color: var(--ink-3);
  line-height: 1.3;
}

.checks { display: grid; gap: 8px; margin: 2px 0 6px; }
.checks li {
  position: relative;
  padding-left: 28px;
  font-size: 0.98rem;
  color: var(--ink);
}
.checks li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;
  background: var(--teal);
  color: var(--white);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  line-height: 1;
}

/* SELECTORS */
.selector__label {
  font-weight: 700;
  font-size: 0.92rem;
  margin-bottom: 10px;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.scent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.scent-grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 14px; /* room for the floating flag */
}
@media (max-width: 600px) {
  .scent-grid--3 { gap: 6px; }
}

/* Best-seller flag on a scent card — fit-content, centered */
.scent-card__flag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
  display: inline-block;
}
.scent-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.scent-card input { position: absolute; opacity: 0; pointer-events: none; }
.scent-card img {
  width: 56px; height: 56px; object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--cream-2);
}
.scent-card__name { font-weight: 700; font-size: 0.98rem; line-height: 1.15; }
.scent-card__sub { font-size: 0.8rem; color: var(--ink-3); line-height: 1.25; }
/* Mobile: compact vertical card (image on top, label below) — 3 cards stay in a row */
@media (max-width: 600px) {
  .scent-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    text-align: center;
    padding: 8px 6px 10px;
    gap: 4px;
  }
  .scent-card img { width: 100%; height: auto; aspect-ratio: 1/1; }
  .scent-card__name { font-size: 0.82rem; }
  .scent-card__sub { display: none; }
  .scent-card__flag { font-size: 0.6rem; padding: 3px 7px; top: -8px; }
  .scent-card__check { top: 6px; right: 6px; width: 16px; height: 16px; font-size: 0.55rem; }
}
.scent-card__check {
  position: absolute; top: 8px; right: 8px;
  width: 20px; height: 20px;
  background: var(--teal); color: var(--white);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.65rem; font-weight: 700;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.scent-card.is-selected { border-color: var(--teal); }
.scent-card.is-selected .scent-card__check { opacity: 1; }

.bundle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding-top: 14px; /* room for the floating flag */
}
.bundle-card {
  position: relative;
  display: flex; flex-direction: column;
  padding: 14px 12px;
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease;
  min-height: 130px;
}
.bundle-card input { position: absolute; opacity: 0; pointer-events: none; }
.bundle-card__flag {
  background: var(--ink);
  color: var(--cream);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 999px;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
}
/* Single-flag positioning */
.bundle-card > .bundle-card__flag {
  position: absolute;
  top: -10px; left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 8px);
}
/* Two-flag stacked positioning (3-pack: Best Deal + Save %) */
.bundle-card__flags {
  position: absolute;
  top: -10px;
  left: 0; right: 0;
  display: flex; justify-content: center; gap: 4px;
  pointer-events: none;
}
.bundle-card__flags .bundle-card__flag { position: static; transform: none; max-width: none; }
.bundle-card__flag--save {
  background: var(--ink);
  color: var(--cream);
}
.bundle-card__flag--hot {
  background: var(--yellow);
  color: var(--ink);
}
.bundle-card__head {
  margin-top: 4px;
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 6px;
}
.bundle-card__title { font-weight: 700; font-size: 1rem; }
.bundle-card__supply {
  font-size: 0.7rem;
  color: var(--ink-3);
  font-weight: 600;
}
.bundle-card__perday {
  font-size: 0.75rem;
  color: var(--teal-deep);
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}
.bundle-card__perday strong {
  font-weight: 700;
  font-size: 0.9rem;
}
.bundle-card.is-selected .bundle-card__perday { color: var(--teal-deep); }
.bundle-card__price { margin: 8px 0 4px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.bundle-card__price .now {
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1;
  color: var(--ink);
}
.bundle-card__price .was,
.was {
  text-decoration: line-through;
  color: var(--ink-3);
  font-size: 0.85rem;
}
.bundle-card__sub { font-size: 0.78rem; color: var(--ink-3); line-height: 1.3; }
.bundle-card.is-selected { border-color: var(--teal); background: var(--teal-50); }
.bundle-card.is-selected .bundle-card__flag:not(.bundle-card__flag--hot) { background: var(--teal); }

@media (max-width: 600px) {
  .bundle-grid { gap: 6px; padding-top: 12px; }
  .bundle-card {
    min-height: auto;
    padding: 10px 8px 8px;
  }
  .bundle-card__head { flex-direction: column; align-items: flex-start; gap: 0; }
  .bundle-card__title { font-size: 0.9rem; }
  .bundle-card__supply { font-size: 0.64rem; }
  .bundle-card__price { gap: 5px; margin: 4px 0 2px; }
  .bundle-card__price .now { font-size: 1.3rem; }
  .bundle-card__price .was { font-size: 0.74rem; }
  .bundle-card__perday { font-size: 0.66rem; }
  .bundle-card__perday strong { font-size: 0.78rem; }
  .bundle-card__sub { font-size: 0.66rem; }
  .bundle-card__flag { font-size: 0.58rem; padding: 3px 7px; top: -8px; }
  .bundle-card__flags { top: -8px; gap: 3px; }
}

/* ORDER BUMP */
.bump {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  background: var(--white);
  border: 2px dashed var(--line-2);
  border-radius: var(--radius);
  padding: 10px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.bump:has(input:checked) {
  border-color: var(--teal);
  border-style: solid;
  background: var(--teal-50);
}
.bump input { position: absolute; opacity: 0; pointer-events: none; }
.bump__body {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
}
.bump__body img {
  width: 48px; height: 48px; object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--cream-2);
}
.bump__title { font-weight: 700; font-size: 0.94rem; }
.bump__save { color: var(--teal); font-weight: 700; font-size: 0.82rem; }
.bump__was { color: var(--ink-3); font-weight: 600; text-decoration: line-through; margin-left: 2px; }
.bump__sub { font-size: 0.8rem; color: var(--ink-3); line-height: 1.3; }
.bump__plus {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}
.bump:has(input:checked) .bump__plus { background: var(--teal); color: var(--white); border-color: var(--teal); }
.bump:has(input:checked) .bump__plus::before { content: "✓"; font-size: 0.85rem; }
.bump:has(input:checked) .bump__plus { font-size: 0; }

/* SUBSCRIBE & SAVE toggle — fixed-height shell so open/closed states never resize */
.subs {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 2px solid var(--teal);
  border-radius: var(--radius);
  padding: 12px 14px;
  cursor: pointer;
  position: relative;
  min-height: 70px;
  transition: background 0.15s ease, border-color 0.15s ease;
}
@media (max-width: 600px) {
  .subs { padding: 9px 12px; gap: 10px; min-height: 60px; }
  .subs__icon { width: 28px; height: 28px; font-size: 0.85rem; }
  .subs__body { grid-template-columns: 28px 1fr; gap: 8px; }
  .subs__title { font-size: 0.88rem; flex-wrap: wrap; gap: 5px; }
  .subs__pct { font-size: 0.86rem; }
  .subs__badge { font-size: 0.58rem; padding: 2px 6px; }
  .subs__sub { font-size: 0.72rem; }
  .switch__track { width: 42px; height: 24px; }
  .switch__thumb { width: 18px; height: 18px; }
  .switch input:checked + .switch__track .switch__thumb { transform: translateX(18px); }
}
.subs:has(input:checked) {
  background: var(--teal-50);
}
.subs:has(input:not(:checked)) {
  border-color: var(--line);
}
.subs__body {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
}
.subs__icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1rem;
}
.subs:has(input:not(:checked)) .subs__icon { background: var(--ink-3); }
.subs__title {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--ink);
  display: inline-flex; align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.subs__pct {
  color: var(--teal-deep);
  font-weight: 700;
}
.subs__badge {
  display: inline-flex; align-items: center;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  line-height: 1;
}
.subs__sub {
  font-size: 0.83rem;
  color: var(--ink-3);
  margin-top: 2px;
  line-height: 1.3;
}
.subs:has(input:not(:checked)) .subs__title { color: var(--ink-2); }
.subs:has(input:not(:checked)) .subs__pct { color: var(--ink-3); text-decoration: line-through; }
.subs:has(input:not(:checked)) .subs__badge { display: none; }

/* iOS-style toggle switch */
.switch {
  position: relative;
  display: inline-block;
}
.switch input {
  position: absolute; opacity: 0; pointer-events: none;
}
.switch__track {
  display: inline-block;
  width: 48px; height: 28px;
  background: var(--line-2);
  border-radius: 999px;
  transition: background 0.2s ease;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.switch__thumb {
  position: absolute;
  top: 3px; left: 3px;
  width: 22px; height: 22px;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(20, 18, 14, 0.18);
  transition: transform 0.2s ease;
}
.switch input:checked + .switch__track {
  background: var(--teal);
}
.switch input:checked + .switch__track .switch__thumb {
  transform: translateX(20px);
}
.switch input:focus-visible + .switch__track {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

/* TOTAL */
.total {
  background: var(--ink);
  color: var(--cream);
  padding: 14px 16px;
  border-radius: var(--radius);
}
.total__line { display: flex; justify-content: space-between; align-items: baseline; }
.total__label { font-weight: 700; }
.total__price strong { font-family: var(--display); font-size: 1.8rem; line-height: 1; }
.total__price .was { color: rgba(251, 248, 246, 0.6); margin-left: 8px; }
.total__meta { color: var(--yellow); font-weight: 700; font-size: 0.85rem; margin-top: 4px; }

/* CTAs */
.cta {
  width: 100%;
  border: none;
  background: var(--cta-bg);
  color: var(--cta-text);
  border-radius: var(--radius);
  padding: 16px 18px;
  font-weight: 700;
  font-size: 1rem;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  box-shadow: var(--shadow);
  transition: transform 0.1s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.cta:hover { background: var(--cta-bg-hover); transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.cta:active { transform: translateY(0); }
.cta.is-pulse { animation: ctapulse 0.9s ease 1; }
@keyframes ctapulse {
  0%   { box-shadow: 0 0 0 0 rgba(250, 211, 82, 0.7); }
  60%  { box-shadow: 0 0 0 18px rgba(250, 211, 82, 0); }
  100% { box-shadow: 0 0 0 0 rgba(250, 211, 82, 0); }
}

/* CTA loading state — branded, animated */
.cta { position: relative; transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease; }
.cta.is-loading {
  pointer-events: none;
  background: var(--ink);
  color: var(--cream);
  transform: scale(0.985);
}
.cta.is-loading .cta__label,
.cta.is-loading .cta__sub { opacity: 0; visibility: hidden; }
.cta.is-loading::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 26px; height: 26px;
  margin: -13px 0 0 -13px;
  border-radius: 50%;
  border: 2.5px solid rgba(250, 211, 82, 0.2);
  border-top-color: var(--yellow);
  border-right-color: var(--yellow);
  animation: ctaspin 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}
.cta.is-loading::before {
  content: "Taking you to checkout";
  position: absolute;
  bottom: 12px; left: 0; right: 0;
  text-align: center;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0.9;
  animation: ctaTextPulse 1.4s ease-in-out infinite;
}
@keyframes ctaspin { to { transform: rotate(360deg); } }
@keyframes ctaTextPulse {
  0%, 100% { opacity: 0.55; }
  50%      { opacity: 0.95; }
}
.cta--sticky.is-loading::before { display: none; }
.cta--sticky.is-loading::after { width: 18px; height: 18px; margin: -9px 0 0 -9px; border-width: 2px; }
.cta--sticky.is-loading { transform: none; }
.cta__label { font-size: 1.08rem; letter-spacing: -0.005em; }
.cta__sub { font-size: 0.78rem; font-weight: 600; opacity: 0.75; }
.cta__sub strong { font-weight: 800; }
.cta__strike { text-decoration: line-through; opacity: 0.55; margin-left: 4px; font-weight: 600; }
.cta--inverse { background: var(--white); color: var(--ink); }
.cta--inverse:hover { background: var(--cream-2); }
.cta--large { max-width: 460px; margin: 12px auto 0; padding: 20px; }
.cta--sticky {
  width: auto;
  padding: 12px 18px;
  font-size: 0.95rem;
  white-space: nowrap;
}
.cta--sticky .cta__label { font-size: 0.95rem; }

/* REASSURANCE — clean checkmarks, no emoji (flex for vertical alignment) */
.reassure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}
.reassure li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.86rem;
  color: var(--ink-2);
  line-height: 1.35;
}
.reassure li::before {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  background: var(--teal);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path d='M2.5 6 L5 8.4 L9.5 3.6' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .reassure { grid-template-columns: 1fr; }
}

/* SEEN ON press strip */
.seenon {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.seenon__inner {
  display: flex; flex-direction: column;
  align-items: center; gap: 14px;
  text-align: center;
}
.seenon__label {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
}
.seenon__logos {
  display: flex; flex-wrap: wrap;
  gap: 22px 36px;
  justify-content: center;
  align-items: center;
}
.seenon__logos img {
  max-height: 28px;
  width: auto;
  opacity: 0.6;
  filter: grayscale(1) contrast(1.1);
  transition: opacity 0.15s ease;
}
.seenon__logos img:hover { opacity: 1; filter: none; }
@media (max-width: 600px) {
  .seenon__logos { gap: 16px 22px; }
  .seenon__logos img { max-height: 22px; }
}

/* TRUST STRIP */
.trust {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  padding: 22px 0;
}
.trust__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px 28px;
  align-items: center;
}
.trust__item {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
}
.trust__icon {
  width: 36px; height: 36px;
  background: var(--teal-50);
  color: var(--teal);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.05rem;
}
.trust__num { font-weight: 700; font-size: 0.95rem; color: var(--ink); line-height: 1.1; }
.trust__label { font-size: 0.8rem; color: var(--ink-3); line-height: 1.2; }

/* SHIPPING BAR */
.shipbar {
  margin-top: -4px;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.shipbar__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.shipbar__pct { color: var(--teal); font-weight: 700; }
.shipbar__track {
  height: 6px;
  background: var(--cream-2);
  border-radius: 999px;
  overflow: hidden;
}
.shipbar__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--yellow));
  border-radius: 999px;
  transition: width 0.35s ease;
}
.shipbar__cutoff {
  margin-top: 8px;
  font-size: 0.85rem;
  color: var(--ink-2);
}
.shipbar__cutoff strong { color: var(--teal-deep); font-variant-numeric: tabular-nums; }

/* FEAR */
.fear { background: var(--cream); padding: clamp(48px, 7vw, 88px) 0; }
.fear__inner { max-width: 1000px; margin: 0 auto; }
.fear__cols {
  display: grid; gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 820px) {
  .fear__cols { grid-template-columns: 1.2fr 1fr; gap: 56px; }
}
.fear__col p { color: var(--ink-2); margin-bottom: 12px; font-size: 1.05rem; }
.fear__col strong { color: var(--ink); }
.fear__col--stats { display: grid; gap: 16px; align-content: start; }
.stat {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}
.stat__num {
  font-family: var(--display);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--teal);
}
.stat__label { font-size: 0.92rem; color: var(--ink-2); margin-top: 4px; }

/* BUFFBEAD */
.buffbead {
  background: var(--teal);
  color: var(--cream);
  padding: clamp(48px, 7vw, 88px) 0;
}
.buffbead .eyebrow { color: var(--yellow); }
.buffbead .h2 { color: var(--cream); }
.buffbead .h2 em { color: var(--yellow); }
.buffbead__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 900px) {
  .buffbead__inner { grid-template-columns: 1.1fr 1fr; gap: 56px; }
}
.buffbead__copy p { color: rgba(251, 248, 246, 0.85); font-size: 1.05rem; }
.buffbead__copy p strong { color: var(--cream); }
.buffbead__sides {
  display: grid; gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
}
.side {
  background: rgba(251, 248, 246, 0.07);
  border: 1px solid rgba(251, 248, 246, 0.15);
  border-radius: var(--radius);
  padding: 18px;
}
.side__num {
  font-family: var(--display);
  font-size: 1.8rem;
  color: var(--yellow);
  line-height: 1;
}
.side__title { font-weight: 700; margin: 6px 0 8px; }
.side p { color: rgba(251, 248, 246, 0.8); font-size: 0.9rem; }
.buffbead__visual {
  background: rgba(251, 248, 246, 0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
}
.buffbead__visual img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 600px) {
  .buffbead__sides { grid-template-columns: 1fr; }
}
/* Desktop column order: visual right, copy left.
   Mobile: visual ALWAYS first (top of section). */
@media (min-width: 900px) {
  .buffbead__inner .buffbead__copy   { order: 1; }
  .buffbead__inner .buffbead__visual { order: 2; }
}

/* RESULTS TIMELINE */
.timeline {
  background: var(--white);
  padding: clamp(48px, 7vw, 88px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.timeline__sub {
  color: var(--ink-3);
  font-size: 0.92rem;
  margin-bottom: 22px;
  max-width: 56ch;
}
.timeline__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  position: relative;
  counter-reset: tlstep;
}
.timeline__steps li {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 16px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.timeline__when {
  display: inline-flex;
  align-self: flex-start;
  background: var(--teal);
  color: var(--cream);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.timeline__steps li:nth-child(2) .timeline__when { background: var(--accent-2, var(--yellow-deep)); color: var(--ink); }
.timeline__steps li:nth-child(3) .timeline__when { background: var(--ink); color: var(--cream); }
.timeline__steps li:nth-child(4) .timeline__when { background: var(--yellow); color: var(--ink); }
.timeline__icon {
  width: 40px; height: 40px;
  background: var(--white);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line);
  color: var(--teal);
  margin-bottom: 10px;
}
.timeline__steps li:nth-child(2) .timeline__icon { color: #9a6a1c; background: #fff3d6; border-color: #f0d894; }
.timeline__steps li:nth-child(3) .timeline__icon { color: var(--cream); background: var(--ink); border-color: var(--ink); }
.timeline__steps li:nth-child(4) .timeline__icon { color: var(--ink); background: var(--yellow); border-color: var(--yellow-deep); }
.timeline__title {
  font-family: var(--display);
  font-size: 1.3rem;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 6px;
}
.timeline__steps li p { color: var(--ink-2); font-size: 0.92rem; line-height: 1.45; }

/* SEVERITY TIER button + popover */
.selector__label { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.severity-btn {
  background: transparent;
  border: 1px dashed var(--line-2);
  color: var(--ink-3);
  font-size: 0.74rem;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.severity-btn:hover { border-color: var(--teal); color: var(--teal); }
.severity-pop {
  position: relative;
  margin-top: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  border-radius: var(--radius);
  padding: 14px 16px 12px;
  box-shadow: var(--shadow-sm);
  font-size: 0.88rem;
  color: var(--ink-2);
  animation: severityIn 0.2s ease;
}
@keyframes severityIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.severity-pop__close {
  position: absolute;
  top: 6px; right: 8px;
  background: transparent;
  border: 0;
  color: var(--ink-3);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}
.severity-pop__title {
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  font-size: 0.92rem;
}
.severity-pop ul { display: grid; gap: 6px; }
.severity-pop li { line-height: 1.4; }
.severity-pop li strong { color: var(--ink); }
.severity-pop li em { font-style: normal; font-weight: 700; color: var(--teal); }
.severity-pop__rec {
  display: inline-block;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 999px;
  margin-left: 4px;
}

/* COMPARISON brand mark (Roofus column header) */
.compare__brandmark {
  font-family: var(--display);
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  text-transform: none;
}
.compare__row--head .compare__us { padding-top: 10px; padding-bottom: 10px; }
.compare__legal {
  font-size: 0.76rem;
  color: var(--ink-3);
  margin-top: 12px;
  font-style: italic;
}

/* REVIEW PHOTOS (in cards + tab) */
.review__photos {
  display: flex; gap: 6px;
  margin: 4px 0 2px;
}
.review__photos img {
  width: 64px; height: 64px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
}
/* Tab review photo strip + see-all */
.qrphotos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 10px 0;
}
.qrphoto {
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.qrphoto:hover { transform: scale(1.04); border-color: var(--teal); }
.qrphoto img { width: 100%; height: 100%; object-fit: cover; }
.qrseeall {
  display: inline-block;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
}
.qrseeall:hover { text-decoration: underline; }

/* COMPARE */
.compare { background: var(--cream); padding: clamp(48px, 7vw, 88px) 0; }
.compare__table {
  margin-top: 18px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.compare__row {
  display: grid;
  /* 7 columns: feature label + 6 brands (Roofus + 5 competitors) */
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 880px;
}
.compare__row > div {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  display: flex; align-items: center;
}
.compare__row > div + div { border-left: 1px solid var(--line); }
.compare__row--head > div {
  background: var(--cream-2);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--ink-2);
}
.compare__row--head .compare__us {
  background: var(--teal);
  color: var(--cream);
  letter-spacing: 0.02em;
  font-size: 0.78rem;
}
.compare__feat { font-weight: 700; color: var(--ink); }
.compare__us {
  background: var(--teal-50);
  color: var(--teal-deep);
  font-weight: 700;
}
.compare__row:last-child > div { border-bottom: none; }

/* HOWTO */
.howto { background: var(--white); padding: clamp(48px, 7vw, 88px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.howto__inner { max-width: 920px; margin: 0 auto; }
.howto__inner--split {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 900px) {
  .howto__inner--split { grid-template-columns: 1fr 1.1fr; gap: 56px; }
}
.howto__video {
  background: var(--cream-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
}
.howto__video video {
  width: 100%; height: 100%;
  display: block;
  object-fit: cover;
}
.howto__steps {
  display: grid; gap: 18px;
  margin-top: 24px;
}
.howto__steps li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 18px 20px;
  background: var(--cream);
  border-radius: var(--radius);
}
.howto__num {
  width: 48px; height: 48px;
  background: var(--teal);
  color: var(--cream);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-size: 1.6rem;
}
.howto__title { font-weight: 700; font-size: 1.05rem; margin-bottom: 4px; }
.howto__steps p { color: var(--ink-2); font-size: 0.95rem; }

/* INGREDIENTS */
.ingredients { background: var(--cream); padding: clamp(48px, 7vw, 88px) 0; }
.ingredients__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.ing {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}
.ing__name {
  font-weight: 700;
  font-family: var(--body);
  font-size: 1.02rem;
  margin-bottom: 6px;
  color: var(--ink);
}
.ing p { font-size: 0.9rem; color: var(--ink-2); }
.ingredients__deny {
  margin-top: 18px;
  background: var(--white);
  border-left: 4px solid var(--teal);
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  color: var(--ink-2);
}
.ingredients__deny strong { color: var(--teal); }

/* VET */
.vet { background: var(--white); padding: clamp(48px, 7vw, 88px) 0; border-top: 1px solid var(--line); }
.vet__inner {
  max-width: 820px; margin: 0 auto; text-align: center;
  position: relative;
}
.vet__quote-mark {
  font-family: var(--display);
  font-size: 7rem; line-height: 0.6;
  color: var(--yellow);
  margin-bottom: -12px;
}
.vet__quote {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.25;
  margin: 0 0 22px;
  color: var(--ink);
}
.vet__byline {
  display: inline-flex; align-items: center; gap: 12px;
  margin: 0 auto;
}
.vet__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--cream);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.vet__name { font-weight: 700; }
.vet__title { font-size: 0.85rem; color: var(--ink-3); }

/* REVIEWS */
.reviews { background: var(--cream); padding: clamp(48px, 7vw, 88px) 0; }
.reviews__head { text-align: center; margin-bottom: 22px; }
.stars { color: var(--yellow-deep); letter-spacing: 2px; }

/* Aggregate stats block */
.rvstats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 18px;
}
@media (min-width: 820px) {
  .rvstats { grid-template-columns: 1fr 1.4fr; gap: 32px; align-items: center; }
}
.rvstats__hero {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 820px) {
  .rvstats__hero {
    border-bottom: 0;
    border-right: 1px solid var(--line);
    padding-bottom: 0;
    padding-right: 24px;
    grid-template-columns: auto 1fr;
  }
}
.rvstats__big {
  grid-row: 1 / span 2;
  font-family: var(--display);
  font-size: clamp(3.4rem, 7vw, 4.6rem);
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.rvstats__big-stars {
  color: var(--yellow-deep);
  letter-spacing: 3px;
  font-size: 1.1rem;
}
.rvstats__big-sub {
  font-size: 0.86rem;
  color: var(--ink-2);
}
.rvstats__big-sub strong { color: var(--ink); font-weight: 700; }
.rvstats__recommend {
  grid-column: 1 / -1;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
  display: flex; align-items: center; gap: 12px;
}
.rvstats__recommend-num {
  font-family: var(--display);
  font-size: 2.2rem;
  line-height: 1;
  color: var(--teal);
}
.rvstats__recommend-text { font-size: 0.85rem; color: var(--ink-2); line-height: 1.3; }

.rvstats__dist {
  display: grid;
  gap: 6px;
}
.rvbar {
  display: grid;
  grid-template-columns: 38px 1fr 60px 44px;
  gap: 10px;
  align-items: center;
  font-size: 0.8rem;
  color: var(--ink-2);
}
.rvbar__label { font-weight: 700; color: var(--ink); }
.rvbar__track {
  height: 8px;
  background: var(--cream-2);
  border-radius: 999px;
  overflow: hidden;
}
.rvbar__fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--yellow-deep), var(--yellow));
  border-radius: 999px;
}
.rvbar[data-pct="92"] .rvbar__fill { background: linear-gradient(90deg, var(--teal), var(--yellow)); }
.rvbar__count { font-variant-numeric: tabular-nums; color: var(--ink-3); text-align: right; }
.rvbar__pct { font-weight: 700; color: var(--ink); text-align: right; font-variant-numeric: tabular-nums; }

/* Most mentioned keywords */
.rvmentions {
  display: flex; flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.rvmentions__label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 700;
  margin-right: 4px;
}
.rvmentions__chip {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink-2);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
  display: inline-flex; align-items: center; gap: 6px;
}
.rvmentions__chip:hover { border-color: var(--teal); color: var(--ink); }
.rvmentions__chip em {
  font-style: normal;
  color: var(--ink-3);
  font-size: 0.74rem;
  font-weight: 700;
}

/* Filter row */
.rvfilters {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.rvfilter {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-2);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.rvfilter span {
  margin-left: 4px;
  color: var(--ink-3);
  font-size: 0.74rem;
  font-weight: 700;
}
.rvfilter:hover { border-color: var(--ink-2); color: var(--ink); }
.rvfilter.is-active { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.rvfilter.is-active span { color: rgba(251, 248, 246, 0.7); }
.rvfilters__spacer { flex: 1; }
.rvsort { display: inline-flex; align-items: center; gap: 6px; }
.rvsort__label { font-size: 0.78rem; color: var(--ink-3); font-weight: 600; }
.rvsort__select {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 28px 6px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--body);
}

/* Review cards (upgraded) */
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
.review {
  background: var(--white);
  border-radius: var(--radius);
  padding: 16px;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  gap: 8px;
}
.review.is-hidden { display: none; }
.review.is-filtered { display: none; }
.reviews__empty {
  text-align: center;
  padding: 24px 16px;
  color: var(--ink-3);
  font-size: 0.9rem;
  font-style: italic;
}
.review__hd {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
}
.review__avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}
.review__name { font-weight: 700; font-size: 0.92rem; }
.review__verified {
  color: var(--teal);
  font-weight: 600;
  font-size: 0.74rem;
  margin-left: 4px;
}
.review__meta { font-size: 0.74rem; color: var(--ink-3); }
.review__meta strong { color: var(--ink-2); font-weight: 700; }
.review__stars { color: var(--yellow-deep); font-size: 0.85rem; letter-spacing: 1.5px; }
.review__title { font-weight: 700; font-size: 1rem; margin: 2px 0 2px; }
.review p { color: var(--ink-2); font-size: 0.92rem; margin: 0 0 4px; line-height: 1.5; }
.review__ft {
  display: flex; align-items: center; gap: 8px;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  color: var(--ink-3);
  flex-wrap: wrap;
}
.review__helpful { margin-right: 4px; }
.review__vote {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--ink-2);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 4px;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.review__vote:hover { border-color: var(--ink-2); color: var(--ink); }
.review__vote.is-voted { background: var(--teal); color: var(--cream); border-color: var(--teal); }
.review__vote span { font-variant-numeric: tabular-nums; }

/* Load more / write a review */
.reviews__loadmore {
  display: flex; justify-content: center; align-items: center;
  gap: 14px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.reviews__loadmore button {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
  padding: 11px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.reviews__loadmore button:hover { background: var(--ink); color: var(--cream); }
.reviews__write { color: var(--teal); font-weight: 700; font-size: 0.9rem; text-decoration: none; }
.reviews__write:hover { text-decoration: underline; }

@media (max-width: 480px) {
  .rvbar { grid-template-columns: 32px 1fr 50px 36px; font-size: 0.74rem; }
  .rvfilters__spacer { display: none; }
  .rvfilters { gap: 6px; }
  .rvfilter { padding: 5px 10px; font-size: 0.76rem; }
  .rvmentions__chip { font-size: 0.76rem; padding: 5px 10px; }
}

/* MID CTA */
.midcta { background: var(--ink); color: var(--cream); padding: clamp(40px, 6vw, 64px) 0; }
.midcta__inner {
  display: grid; gap: 20px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 800px) {
  .midcta__inner { grid-template-columns: 1.4fr auto; gap: 40px; }
}
.midcta p { color: rgba(251, 248, 246, 0.75); font-size: 1.05rem; margin-top: 8px; }
.midcta .cta { max-width: 360px; }

/* MISSION */
.mission { background: var(--teal-50); padding: clamp(40px, 6vw, 64px) 0; }
.mission__inner {
  max-width: 720px; margin: 0 auto; text-align: center;
}
.mission__icon { font-size: 2rem; margin-bottom: 8px; }
.mission p { color: var(--teal-deep); font-size: 1.05rem; margin-top: 8px; }
.mission strong { color: var(--ink); }

/* FAQ */
.faq { background: var(--cream); padding: clamp(48px, 7vw, 88px) 0; }
.faq__list { display: grid; gap: 10px; margin-top: 18px; max-width: 820px; }
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 18px;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 0;
  font-weight: 700;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--teal);
  transition: transform 0.2s ease;
}
.faq details[open] summary::after { content: "−"; }
.faq details p {
  color: var(--ink-2);
  padding: 0 0 18px;
  font-size: 0.96rem;
}

/* FINAL CTA */
.finalcta { background: var(--cream); padding: clamp(48px, 7vw, 88px) 0; }
.finalcta__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.finalcta__seal {
  width: 84px; height: 84px;
  background: var(--yellow);
  color: var(--ink);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-size: 2.6rem;
  margin-bottom: 14px;
  box-shadow: var(--shadow);
  position: relative;
}
.finalcta__seal::after {
  content: "DAY";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--body);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.finalcta p { color: var(--ink-2); font-size: 1.05rem; margin: 8px auto 18px; max-width: 56ch; }
.finalcta__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px;
  margin-top: 14px;
  color: var(--ink-3);
  font-size: 0.86rem;
}
.finalcta__trust span { white-space: nowrap; }

/* FOOTER */
.footer {
  background: var(--ink);
  color: var(--cream);
  padding: 36px 0 28px;
}
.footer__inner {
  display: grid; gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .footer__inner {
    grid-template-columns: 1.4fr 1fr;
    align-items: start;
  }
  .footer__legal { grid-column: 1 / -1; }
}
.footer__brand .logo__mark { color: var(--yellow); }
.footer__brand p { color: rgba(251, 248, 246, 0.7); font-size: 0.9rem; margin-top: 6px; max-width: 36ch; }
.footer__nav {
  display: flex; flex-wrap: wrap; gap: 12px 22px;
  font-size: 0.9rem;
}
.footer__nav a { color: var(--cream); opacity: 0.8; }
.footer__nav a:hover { opacity: 1; }
.footer__legal {
  font-size: 0.8rem; color: rgba(251, 248, 246, 0.5);
  padding-top: 18px;
  border-top: 1px solid rgba(251, 248, 246, 0.15);
}

/* STICKY BAR */
.stickybar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: var(--white);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 20px rgba(20, 18, 14, 0.08);
  transform: translateY(110%);
  transition: transform 0.25s ease;
  z-index: 50;
}
.stickybar.is-visible { transform: translateY(0); }
.stickybar__inner {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px var(--container-pad);
}
.stickybar__inner img {
  width: 44px; height: 44px;
  object-fit: cover; border-radius: var(--radius-sm);
  background: var(--cream-2);
}
.stickybar__title {
  font-size: 0.88rem; font-weight: 700;
  line-height: 1.2;
}
.stickybar__price strong {
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--ink);
  line-height: 1;
}
.stickybar__price .was { font-size: 0.78rem; margin-left: 6px; }

/* TOAST */
.toast {
  position: fixed;
  left: 16px; bottom: 76px; /* JS overrides this based on sticky-bar visibility */
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  z-index: 60;
  max-width: 280px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.25s ease, bottom 0.25s ease;
}
.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.toast img { width: 36px; height: 36px; border-radius: 6px; object-fit: cover; }
.toast__title { font-size: 0.85rem; font-weight: 700; line-height: 1.2; }
.toast__sub { font-size: 0.78rem; color: var(--ink-3); }

@media (min-width: 900px) {
  .toast { left: 24px; max-width: 300px; }
}
@media (max-width: 480px) {
  .toast {
    left: 12px;
    right: 12px;
    max-width: none;
  }
}

/* utility */
@media (min-width: 720px) {
  body { padding-bottom: 0; }
  .stickybar.is-visible ~ * { /* room handled by transform */ }
}

/* ===== Photo lightbox ===== */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
}
.lightbox.is-open { display: flex; }
.lightbox__img {
  max-width: 92vw;
  max-height: 86vh;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.lightbox__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #1A1A1A;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}
.review__photos img { cursor: zoom-in; }

/* ===== Mystery PDP — Subs+Mgift group (visually tethered offer) ===== */
.subs-group {
  position: relative;
  margin: 12px 0;
}
.subs-group .subs--in-group {
  margin-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  z-index: 2;
}
.subs-group__tether {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 26px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.subs-group__tether-bar {
  flex: 1;
  height: 2px;
  background: repeating-linear-gradient(90deg, #1A1A1A 0 6px, transparent 6px 12px);
  opacity: 0.55;
  transition: opacity 0.4s ease;
}
.subs-group__tether-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
  color: #1A1A1A;
  opacity: 0.65;
  background: var(--cream);
  padding: 0 8px;
  transition: opacity 0.4s ease;
}
/* When subscription is OFF, fade out the tether too */
.subs-group:has(#subscribeToggle:not(:checked)) .subs-group__tether-bar,
.subs-group:has(#subscribeToggle:not(:checked)) .subs-group__tether-label {
  opacity: 0.15;
}

/* ===== Mystery Gift PDP block ===== */
.mgift {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  margin: 12px 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #d6ecf7 0%, #b8def0 100%);
  border: 2px solid #1a4a6b;
  box-shadow: 0 4px 0 #1a4a6b;
  position: relative;
  transform-origin: top center;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.25s ease,
              max-height 0.32s cubic-bezier(0.4, 0, 0.2, 1),
              margin 0.32s ease,
              padding 0.32s ease,
              border-width 0.2s ease,
              box-shadow 0.25s ease,
              visibility 0s linear 0s;
  max-height: 260px;
  overflow: hidden;
  will-change: transform, opacity, max-height;
}
.subs-group .mgift { margin: 0; }
/* Inactive: vanishes entirely — no ghost, no anchor */
.mgift--inactive {
  opacity: 0;
  transform: scale(0.7) translateY(-20%);
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;
  box-shadow: none;
  pointer-events: none;
  visibility: hidden;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.22s ease,
              max-height 0.32s cubic-bezier(0.4, 0, 0.2, 1),
              margin 0.32s ease,
              padding 0.32s ease,
              border-width 0.2s ease,
              box-shadow 0.25s ease,
              visibility 0s linear 0.32s;
}
.subs-group:has(#subscribeToggle:not(:checked)) .mgift {
  max-height: 0;
  margin-top: 0;
}
/* Inner content fades faster so nothing peeks during collapse */
.mgift__body,
.mgift__seal {
  transition: opacity 0.15s ease;
}
.mgift--inactive .mgift__body,
.mgift--inactive .mgift__seal { opacity: 0; }
.mgift__seal {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a4a6b;
  color: var(--accent);
  border-radius: 50%;
  font-size: 22px;
}
.mgift__body { flex: 1; min-width: 0; }
.mgift__kicker {
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #1a4a6b;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.mgift__title {
  font-size: 16px;
  font-weight: 700;
  color: #0e2e44;
  margin-bottom: 4px;
}
.mgift__value {
  background: #1a4a6b;
  color: var(--accent);
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  margin-left: 4px;
  vertical-align: middle;
}
.mgift__sub {
  font-size: 13px;
  color: #1a4a6b;
  opacity: 0.85;
  line-height: 1.4;
  margin-bottom: 6px;
}
.mgift__status {
  font-size: 12px;
  font-weight: 700;
  color: #0d6e5e;
}
@media (max-width: 600px) {
  .mgift { gap: 10px; padding: 12px; }
  .mgift__title { font-size: 15px; }
  .mgift__sub { font-size: 12px; }
}

/* ===== Gallery overlays per slide (.gov family) ===== */
.gov {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
@media (max-width: 899px) {
  .gov { border-radius: 0; } /* mobile gallery is edge-to-edge */
}
.gallery__main.is-slide-1 .gov--ba,
.gallery__main.is-slide-3 .gov--plant,
.gallery__main.is-slide-6 .gov--bb { opacity: 1; }

/* Slide 1 — BEFORE / AFTER teeth split overlay */
.gov--ba { display: block; }
.gov--ba::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 2px;
  background: rgba(255,255,255,0.55);
  transform: translateX(-50%);
}
.gov-ba__tag {
  position: absolute; top: 16px;
  font-family: var(--display, "Pearl Jean", Georgia, serif);
  font-size: clamp(20px, 2.6vw, 32px);
  letter-spacing: 0.06em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(26, 26, 26, 0.88);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.gov-ba__tag--left  { left: 16px; }
.gov-ba__tag--right { right: 16px; background: var(--brand); }
.gov-ba__bottom {
  position: absolute; left: 50%; bottom: 14px;
  transform: translateX(-50%);
  background: rgba(26,26,26,0.78);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

/* Slide 3 — Plant-based ingredients overlay (bottom strip) */
.gov--plant {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
}
.gov-plant__pill {
  align-self: flex-start;
  background: var(--brand);
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.gov-plant__list {
  background: rgba(26,26,26,0.85);
  color: #fff;
  font-size: clamp(11px, 1.3vw, 13px);
  line-height: 1.4;
  padding: 10px 14px;
  border-radius: 8px;
  max-width: 92%;
}

/* Slide 6 — BuffBead heading overlay (localized scrim at top-left only) */
.gov--bb { display: block; }
.gov--bb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 45% at 0% 0%, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.2) 70%, transparent 90%);
  pointer-events: none;
}
.gov-bb__head {
  position: absolute;
  top: 22px; left: 22px;
  margin: 0;
  font-family: var(--display, "Pearl Jean", Georgia, serif);
  font-weight: 700;
  font-size: clamp(24px, 3.4vw, 42px);
  line-height: 1.02;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.9);
  max-width: 65%;
}
.gov-bb__head em { color: var(--accent); font-style: normal; }

/* ===== Thumbnails — 7 slots; scroll horizontally on mobile ===== */
.gallery__thumbs { grid-template-columns: repeat(7, 1fr); }
@media (max-width: 899px) {
  .gallery .gallery__thumbs {
    display: flex;
    grid-template-columns: none;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 16px;
    max-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .gallery .gallery__thumbs .thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    scroll-snap-align: start;
  }
}

/* ===== Brand SVG icons (replace emoji in chips, subs, etc.) ===== */
.ic {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  flex-shrink: 0;
}
.ic--lg { width: 1.25em; height: 1.25em; vertical-align: -0.2em; }
.chip .ic { width: 14px; height: 14px; margin-right: 4px; color: var(--brand); }
.chip--solid .ic { color: var(--accent); }
.subs__icon-svg {
  width: 18px;
  height: 18px;
  color: #fff;
  flex-shrink: 0;
}
.subs:has(input:not(:checked)) .subs__icon-svg { color: var(--cream); opacity: 0.85; }

/* ===== Custom video overlay (gallery video) ===== */
.gv-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: none;
  z-index: 4;
}
.gallery__main.is-slide-2 .gv-overlay { display: block; }
.gallery__main.is-video { overflow: hidden; }
.gv-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(26, 26, 26, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--accent);
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  pointer-events: none;
}
.gv-mute {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}
.gv-mute:hover { background: rgba(0, 0, 0, 0.78); transform: scale(1.08); border-color: rgba(255, 255, 255, 0.35); }
.gv-mute__icon { width: 20px; height: 20px; display: none; }
.gv-mute[aria-pressed="true"] .gv-mute__icon--muted { display: block; }
.gv-mute[aria-pressed="false"] .gv-mute__icon--unmuted { display: block; }
.gv-progress {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.gv-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent) 0%, var(--brand) 100%);
  transition: width 0.1s linear;
  box-shadow: 0 0 12px rgba(250, 211, 82, 0.6);
}

/* ===== Retailer trust strip ===== */
.rtr { padding: 56px 0; background: #f4f4f4; }
.rtr__inner { text-align: center; }
.rtr__head {
  font-size: clamp(28px, 4vw, 44px);
  color: #1A1A1A;
  margin: 0 0 8px;
  line-height: 1.1;
}
.rtr__head em { font-style: normal; color: var(--teal, var(--brand)); }
.rtr__sub { color: #555; font-size: 13px; margin: 24px auto 0; max-width: 540px; }
.rtr__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px 24px;
  margin: 36px auto 0;
  max-width: 1120px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 980px) { .rtr__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 560px) { .rtr__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 16px; } }
.rtr__logo {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  filter: grayscale(0%);
  transition: opacity 0.2s ease;
  opacity: 0.92;
  font-size: 22px;
}
.rtr__logo small {
  font-size: 9px;
  letter-spacing: 0.12em;
  margin-left: 4px;
  font-weight: 700;
  vertical-align: bottom;
  align-self: flex-end;
  padding-bottom: 5px;
}
/* Target — bullseye + word */
.rtr__logo--target { color: #cc0000; font-family: "Helvetica Neue", Arial, sans-serif; }
.rtr-target__dot {
  width: 28px; height: 28px; border-radius: 50%;
  background: radial-gradient(circle, #fff 18%, #cc0000 22% 38%, #fff 44% 60%, #cc0000 64%);
}
.rtr-target__word { font-weight: 900; letter-spacing: -0.02em; font-size: 22px; }
/* Costco — red wordmark with underline kicker */
.rtr__logo--costco { color: #e31837; font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 900; flex-direction: column; gap: 0; line-height: 1; font-size: 22px; }
.rtr__logo--costco small { color: #003978; letter-spacing: 0.18em; font-size: 10px; padding-bottom: 0; align-self: center; margin: 2px 0 0; border-top: 2px solid #e31837; padding-top: 3px; }
/* Walmart — blue + spark */
.rtr__logo--walmart { color: #0071ce; font-family: "Bogle", "Helvetica Neue", Arial, sans-serif; font-weight: 800; font-size: 24px; }
.rtr-walmart__spark { color: #ffc220; font-size: 22px; margin-left: 4px; transform: rotate(15deg); }
/* Sam's Club — diamond + script */
.rtr__logo--sams { color: #0071ce; font-family: "Times New Roman", Georgia, serif; gap: 8px; font-size: 22px; }
.rtr-sams__diamond { width: 24px; height: 24px; background: #1a8ccb; transform: rotate(45deg); border-radius: 3px; }
.rtr-sams__txt { display: flex; flex-direction: column; line-height: 1; font-style: italic; align-items: flex-start; }
.rtr-sams__txt small { color: #003978; font-style: normal; letter-spacing: 0.12em; font-size: 9px; padding: 1px 0 0; margin: 0; align-self: stretch; text-align: center; border: none; }
/* Albertsons — blue cursive */
.rtr__logo--albertsons { color: #0070ba; font-family: "Lucida Calligraphy", "Brush Script MT", cursive; font-style: italic; font-size: 25px; }
/* Kroger — teal italic */
.rtr__logo--kroger { color: #00538b; font-family: "Helvetica Neue", Arial, sans-serif; font-style: italic; font-weight: 800; font-size: 24px; }
/* Petco — bold lowercase blue */
.rtr__logo--petco { color: #00277a; font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 900; text-transform: lowercase; font-size: 28px; letter-spacing: -0.05em; }
/* Sprouts — green stacked */
.rtr__logo--sprouts { color: #76bc21; font-family: "Trebuchet MS", "Helvetica Neue", sans-serif; font-weight: 900; flex-direction: column; gap: 0; line-height: 1; font-size: 20px; }
.rtr__logo--sprouts small { color: #76bc21; letter-spacing: 0.15em; padding: 2px 0 0; align-self: center; font-size: 8px; }
/* Walgreens — red script */
.rtr__logo--walgreens { color: #e32219; font-family: "Brush Script MT", "Lucida Handwriting", cursive; font-style: italic; font-weight: 700; font-size: 28px; }
/* TJX — bold orange */
.rtr__logo--tjx { color: #cf3339; font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 900; font-size: 24px; letter-spacing: 0.06em; }
/* Erewhon — bold black serif */
.rtr__logo--erewhon { color: #1A1A1A; font-family: "Times New Roman", Georgia, serif; font-weight: 900; font-size: 18px; letter-spacing: 0.08em; }
/* Anthropologie — thin grey */
.rtr__logo--anthro { color: #4a4a4a; font-family: "Times New Roman", Georgia, serif; font-weight: 400; font-size: 13px; letter-spacing: 0.18em; }
/* HEB — white in red rounded box */
.rtr__logo--heb { background: #d31218; color: #fff; padding: 6px 14px; border-radius: 14px; font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 900; font-size: 20px; letter-spacing: 0.05em; height: auto; }
/* Whole Foods — dark green stacked */
.rtr__logo--wholefoods { color: #006a44; font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 900; flex-direction: column; gap: 0; line-height: 1; font-size: 17px; }
.rtr__logo--wholefoods small { color: #006a44; font-weight: 900; letter-spacing: 0.1em; font-size: 11px; padding: 1px 0 0; align-self: center; }

/* Slide 4 — bundle savings overlay (scents trio) */
.gallery__main.is-slide-4 .gov--bundle { opacity: 1; }
.gov--bundle {
  display: block;
}
.gov--bundle::before {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 65%;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
}
.gov-bundle__pill {
  position: absolute; bottom: calc(54px + 4em); left: 22px;
  background: var(--accent);
  color: #1A1A1A;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
}
.gov-bundle__head {
  position: absolute;
  bottom: 50px; left: 22px;
  margin: 0;
  font-family: var(--display, "Pearl Jean", Georgia, serif);
  font-weight: 700;
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.85);
}
.gov-bundle__head em { color: var(--accent); font-style: normal; }
.gov-bundle__sub {
  position: absolute;
  bottom: 18px; left: 22px; right: 22px;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.85);
  max-width: 92%;
}

/* Slide 5 — glove fit overlay (headline top-left, sub bottom-left, localized scrims only) */
.gallery__main.is-slide-5 .gov--glove { opacity: 1; }
.gov--glove { display: block; }
/* Top-left scrim — full canvas pseudo-element, gradient anchored at (0,0) so it
   fades softly into transparency past the headline zone (no hard rectangles). */
.gov--glove::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 40% at 0% 0%, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.18) 70%, transparent 90%);
  pointer-events: none;
}
/* Bottom-left scrim — same pattern at (0%, 100%) */
.gov--glove::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 62% 35% at 0% 100%, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.18) 70%, transparent 90%);
  pointer-events: none;
}
.gov-glove__head {
  position: absolute;
  top: 22px; left: 22px;
  margin: 0;
  font-family: var(--display, "Pearl Jean", Georgia, serif);
  font-weight: 700;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 0.98;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.85);
  max-width: 60%;
}
.gov-glove__head em { color: var(--accent); font-style: normal; }
.gov-glove__sub {
  position: absolute;
  bottom: 22px; left: 22px;
  max-width: 68%;
  font-size: 13px;
  line-height: 1.45;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.9), 0 0 8px rgba(0,0,0,0.55);
  font-weight: 600;
}
.gov-glove__sub strong { color: var(--accent); }

/* ===== Slide-7 — retailer trust overlay (full-canvas, no underlying photo content) ===== */
.gallery__main.is-slide-7 .gov--retailers { opacity: 1; }
.gov--retailers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f4f4f4;
  padding: 32px 28px;
  pointer-events: none;
}
.gov-rt__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
}
.gov-rt__flag {
  width: 64px; height: 42px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  margin-bottom: 4px;
}
.gov-rt__num {
  font-family: var(--display, "Pearl Jean", Georgia, serif);
  font-weight: 700;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1;
  color: var(--brand);
  letter-spacing: -0.02em;
}
.gov-rt__sold {
  font-size: 13px;
  letter-spacing: 0.18em;
  font-weight: 800;
  text-transform: uppercase;
  color: #1A1A1A;
}
.gov-rt__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 10px;
  max-width: 460px;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
}
.gov-rt__logo {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.gov-rt__logo--target { color: #cc0000; gap: 4px; }
.gov-rt-tdot { width: 13px; height: 13px; border-radius: 50%; background: radial-gradient(circle, #fff 18%, #cc0000 22% 38%, #fff 44% 60%, #cc0000 64%); }
.gov-rt__logo--costco { color: #e31837; }
.gov-rt__logo--walmart { color: #0071ce; font-size: 14px; }
.gov-rt-wspark { color: #ffc220; margin-left: 2px; transform: rotate(15deg); font-size: 12px; }
.gov-rt__logo--kroger { color: #00538b; font-style: italic; font-size: 14px; }
.gov-rt__logo--petco { color: #00277a; text-transform: lowercase; font-size: 15px; letter-spacing: -0.04em; font-weight: 900; }
.gov-rt__logo--walgreens { color: #e32219; font-family: "Brush Script MT", cursive; font-style: italic; font-size: 17px; }
.gov-rt__logo--wholefoods { color: #006a44; font-size: 11px; letter-spacing: 0.04em; }
.gov-rt__logo--heb { background: #d31218; color: #fff; padding: 4px 10px; border-radius: 10px; font-size: 12px; letter-spacing: 0.04em; height: auto; }
.gov-rt__sub {
  margin: 18px auto 0;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #555;
  text-align: center;
}

/* Special thumb — retailer slide thumb (mini flag + +500K) */
.thumb--rt {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  gap: 2px;
  padding: 4px 0;
}
.thumb--rt .thumb__flag { width: 18px; height: 12px; border-radius: 1px; }
.thumb--rt .thumb__rt-num {
  font-family: var(--display, "Pearl Jean", Georgia, serif);
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
}

/* Update desktop thumbnails column count to 8 */
.gallery__thumbs { grid-template-columns: repeat(8, 1fr); }
@media (max-width: 899px) {
  .gallery .gallery__thumbs .thumb--rt { flex: 0 0 56px; }
}

/* =========================================================
   UGC video marquee — auto-scroll wall of customer videos.
   Sits below the hero buybox, above the press strip.
   ========================================================= */
.ugc-marquee {
  background: var(--cream-2);
  padding: 56px 0 64px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ugc-marquee__head {
  text-align: center;
  margin: 0 auto 28px;
  padding: 0 var(--container-pad);
  max-width: 720px;
}
.ugc-marquee__eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.ugc-marquee__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.5rem, 3.4vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.ugc-marquee__title em { font-style: normal; color: var(--brand); font-weight: 600; }
.ugc-marquee__track-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.ugc-marquee__track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: ugcScroll 90s linear infinite;
  will-change: transform;
}
.ugc-marquee__track:hover { animation-play-state: paused; }
@keyframes ugcScroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
.ugc-tile {
  flex: 0 0 174px;
  width: 174px;
  height: 310px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(20, 18, 14, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border: 0;
  padding: 0;
}
.ugc-tile:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(20, 18, 14, 0.16); }
.ugc-tile:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.ugc-tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.ugc-tile__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
.ugc-marquee__stats {
  margin: 28px auto 0;
  max-width: 900px;
  padding: 0 var(--container-pad);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 18px;
  font-size: 0.9rem;
  color: var(--ink-2);
}
.ugc-marquee__stars { color: var(--brand); letter-spacing: 2px; font-weight: 700; }
.ugc-marquee__stat strong { color: var(--ink); font-weight: 700; }
.ugc-marquee__sep { color: var(--ink-3); opacity: 0.6; }

@media (max-width: 720px) {
  .ugc-marquee { padding: 40px 0 48px; }
  .ugc-tile { flex: 0 0 144px; width: 144px; height: 256px; }
  .ugc-marquee__track { animation-duration: 70s; gap: 10px; }
  .ugc-marquee__stats { font-size: 0.82rem; gap: 6px 12px; }
}

/* UGC lightbox (full-screen video player) */
.ugc-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 20px;
}
.ugc-lightbox.is-open { display: flex; }
.ugc-lightbox__inner {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.ugc-lightbox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ugc-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.ugc-lightbox__close:hover { background: rgba(0, 0, 0, 0.85); }

/* Retailer trust strip — Fomin retailers (Costco, Anthropologie, etc.) */
.rtr__logo--bristol,
.rtr__logo--thrive,
.rtr__logo--lassens {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.rtr__logo--bristol { font-size: 0.95rem; }
.rtr__logo--thrive { font-style: italic; letter-spacing: 0; }
.rtr__logo--lassens { font-weight: 700; letter-spacing: 0.1em; }

/* Press strip — clean text logos, no remote images */
.seenon__logos--text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 36px;
  flex: 1;
}
.seenon__logos--text .seenon__logo {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: var(--ink-2);
  white-space: nowrap;
}
.seenon__logos--text .seenon__logo--vogue { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.seenon__logos--text .seenon__logo--allure { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; letter-spacing: 0.08em; }
.seenon__logos--text .seenon__logo--people { font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.seenon__logos--text .seenon__logo--mbg { font-weight: 500; letter-spacing: 0; }
.seenon__logos--text .seenon__logo--goop { font-weight: 700; letter-spacing: 0.32em; text-transform: uppercase; font-size: 1.1rem; }
@media (max-width: 720px) {
  .seenon__logos--text { gap: 16px 22px; }
  .seenon__logos--text .seenon__logo { font-size: 0.92rem; }
}
