/* =========================================================
   Roofus Dental Wipes LP — get.roofuspet.com
   Brand: teal #108474 / yellow #FAD352 / cream #FBF8F6
   ========================================================= */

@font-face {
  font-family: "Pearl Jean";
  src: url("/assets/fonts/Pearl_Jean.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("/assets/fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

:root {
  --teal: #108474;
  --teal-deep: #0a5d52;
  --teal-50: #e7f4f1;
  --yellow: #FAD352;
  --yellow-deep: #f4c43e;
  --cream: #FBF8F6;
  --cream-2: #F3EDE4;
  --ink: #1A1A1A;
  --ink-2: #4A4A4A;
  --ink-3: #7B7B7B;
  --line: #E6E0D6;
  --line-2: #D9D2C5;
  --white: #ffffff;
  --green-ok: #2f9e72;
  --red-bad: #c64b3a;

  --display: "Pearl Jean", "Helvetica Now Display", Georgia, serif;
  --body: "Helvetica Now Display", -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, "Inter", sans-serif;

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

  --shadow-sm: 0 1px 2px rgba(20, 18, 14, 0.05), 0 2px 6px rgba(20, 18, 14, 0.04);
  --shadow: 0 4px 16px rgba(20, 18, 14, 0.08), 0 1px 3px rgba(20, 18, 14, 0.05);
  --shadow-lg: 0 12px 40px rgba(20, 18, 14, 0.14);

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

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
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 */
}
img { max-width: 100%; display: block; height: auto; }
button { font: inherit; cursor: pointer; }
a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }
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: 400;
  font-size: clamp(2.2rem, 5.4vw, 3.6rem);
  line-height: 0.96;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 0.6rem;
}
.display em { font-style: normal; color: var(--teal); }
.h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin-bottom: 1.2rem;
}
.h2 em { font-style: normal; color: var(--teal); }
.h2--inverse { color: var(--cream); }
.h2--centered { text-align: center; }
.h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  line-height: 1.1;
}
.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.lede {
  font-size: 1.05rem;
  color: var(--ink-2);
  margin-bottom: 1.1rem;
  max-width: 52ch;
}

/* ANNOUNCEMENT — sticky simplified bar (no marquee) */
.announcement {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.85rem;
  border-bottom: 1px solid #000;
}
.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;
}
.header__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  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;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    align-items: start;
  }
  .buybox { position: sticky; top: 16px; }
}

/* GALLERY */
.gallery__main {
  position: relative;
  background: var(--cream-2);
  border-radius: var(--radius-lg);
  /* 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);
}
/* Hide save badge + chips on slides other than the first; winner-badge persists */
.gallery__main:not(.is-slide-0) .gallery__badge,
.gallery__main:not(.is-slide-0) .gallery__chips {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.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 row stacks UNDER the Save% badge so they don't collide */
.gallery__chips--top {
  top: 56px;
  left: 14px;
  right: auto;
  max-width: calc(60% - 14px);
  justify-content: flex-start;
}
.gallery__chips--bot {
  bottom: 14px;
  left: 14px;
  right: 14px;
}
.chip {
  display: inline-flex; align-items: center;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  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(--display);
}
.chip--solid {
  background: var(--ink);
  color: var(--cream);
}
@media (max-width: 600px) {
  .chip { font-size: 0.76rem; padding: 5px 9px; }
  .gallery__chips--top { top: 50px; max-width: 55%; }
}

/* WINNER BADGE — overflows the gallery, persists across slides */
.winner-badge {
  position: absolute;
  top: -22px;
  right: -22px;
  width: clamp(110px, 13vw, 150px);
  height: clamp(110px, 13vw, 150px);
  z-index: 4;
  filter: drop-shadow(0 6px 18px rgba(20, 18, 14, 0.22));
  pointer-events: none;
}
@media (max-width: 600px) {
  .winner-badge {
    top: -16px;
    right: -10px;
    width: 96px; height: 96px;
  }
}
.winner-badge__svg { width: 100%; height: 100%; }
.winner-badge__ring {
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1.5;
  stroke-dasharray: 2 3;
  opacity: 0.9;
}
.winner-badge__disc {
  fill: #6B6BEE;
  fill: url(#winnerGrad) #6B6BEE;
}
.winner-badge__spin {
  transform-origin: 70px 70px;
  animation: winnerSpin 14s linear infinite;
}
.winner-badge__arc {
  fill: #ffffff;
  font-family: var(--body);
  font-weight: 800;
  font-size: 11.2px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.winner-badge__center {
  fill: #ffffff;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -0.01em;
}
.winner-badge__center--sub {
  font-family: var(--body);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  fill: var(--yellow);
}
.winner-badge__center--xs {
  font-family: var(--body);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  fill: rgba(255,255,255,0.9);
}
/* Gradient disc — needs an SVG def */
.winner-badge__disc {
  fill: #5b5be6;
}
@keyframes winnerSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .winner-badge__spin { animation: none; }
}
@media (max-width: 600px) {
  .winner-badge { top: 8px; right: 8px; }
}
.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.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; }

/* REVIEW PROOF (sits between viralpill and headline) */
.reviewproof {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
  font-size: 0.95rem;
}
.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;
  gap: 2px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tabs__bar::-webkit-scrollbar { display: none; }
.tabs__btn {
  background: transparent;
  border: none;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink-3);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.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: var(--teal); background: #fff3d6; }
.steps__icon--toss  { color: var(--ink); background: var(--cream-2); }
.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__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 { grid-template-columns: 1fr; }
}

/* Best-seller flag on a scent card */
.scent-card__flag {
  position: absolute;
  top: -10px; left: 8px; right: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 6px;
  border-radius: 999px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
}
.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; }
.scent-card__sub { font-size: 0.8rem; color: var(--ink-3); }
.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 {
  position: absolute;
  top: -11px; left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: var(--cream);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  max-width: calc(100% - 8px);
}
.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: 480px) {
  .bundle-grid { grid-template-columns: 1fr; }
  .bundle-card { min-height: auto; }
}

/* 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 */
.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: 14px 16px;
  cursor: pointer;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.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(--yellow);
  color: var(--ink);
  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(--yellow-deep); 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__label { font-size: 1.05rem; letter-spacing: -0.005em; }
.cta__sub { font-size: 0.78rem; font-weight: 600; opacity: 0.7; }
.cta--inverse { background: var(--yellow); color: var(--ink); }
.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 */
.reassure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}
.reassure li {
  font-size: 0.85rem;
  color: var(--ink-2);
  display: flex; align-items: center; gap: 6px;
}

/* 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; }
}

/* 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;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 760px;
}
.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__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: 28px; }
.reviews__summary {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 1.05rem;
  color: var(--ink-2);
}
.stars { color: var(--yellow-deep); letter-spacing: 2px; }
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.review {
  background: var(--white);
  border-radius: var(--radius);
  padding: 18px;
  border: 1px solid var(--line);
}
.review .stars { font-size: 0.9rem; }
.review__title { font-weight: 700; font-size: 1rem; margin: 8px 0; }
.review p { color: var(--ink-2); font-size: 0.92rem; margin-bottom: 10px; }
.review__by { font-size: 0.8rem; color: var(--ink-3); }

/* 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: 40;
  max-width: 280px;
  transform: translateX(-120%);
  transition: transform 0.35s ease, bottom 0.25s ease;
}
.toast.is-visible { transform: translateX(0); }
.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; }
}

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