/** Shopify CDN: Minification failed

Line 87:0 All "@import" rules must come first
Line 558:0 Unexpected "}"

**/
/* ===========================================================
   Pretty Tasty — Landing Pages
   Shared stylesheet loaded only on page.landing.* templates
   =========================================================== */
   /* === Flavor swatch picker === */
.pt-flavor-picker { margin: 20px 0 24px; }
.pt-flavor-label {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2A1810;
  margin: 0 0 10px;
}
.pt-flavor-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.pt-flavor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 6px;
  background: #fff;
  border: 2.5px solid #E8D5C8;
  border-radius: 14px;
  text-decoration: none !important;
  color: #2A1810 !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  cursor: pointer;
}
.pt-flavor-card:hover {
  border-color: #2A1810;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 #2A1810;
}
.pt-flavor-card.is-selected {
  border-color: #FF5C84;
  background: #FFEEF1;
  box-shadow: 3px 3px 0 #2A1810;
}
.pt-flavor-swatch {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #2A1810;
  display: block;
  flex-shrink: 0;
}
.pt-flavor-swatch--variety {
  background: conic-gradient(from 45deg, #E84A6F 0% 25%, #F4D35E 25% 50%, #FFB89E 50% 75%, #2A1810 75% 100%);
}
.pt-flavor-name {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #2A1810;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .pt-flavor-row { gap: 5px; }
  .pt-flavor-card { padding: 10px 4px; }
  .pt-flavor-swatch { width: 28px; height: 28px; }
  .pt-flavor-name { font-size: 10px; }
}

/* Hide the quantity stepper */
.product-form__quantity,
.quantity,
.quantity__input,
.product-form__input--quantity,
[class*="quantity-selector"] {
  display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&family=Fraunces:ital,opsz,wght@1,9..144,400;1,9..144,500&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  --cream: #FFF8F2;
  --blush-50: #FFEEF1;
  --blush-100: #FFE0E8;
  --blush-200: #FFC4D2;
  --pink-300: #FF9FB5;
  --pink: #FF5C84;
  --pink-deep: #D9356A;
  --hot-pink: #FF2D6F;
  --peach: #FFC2A0;
  --peach-deep: #E76F51;
  --lemon: #F4D35E;
  --raspberry: #E84A6F;
  --ink: #2A1810;
  --ink-2: #3D2418;
  --ink-muted: #6B4A3B;
  --ink-soft: #8B6F5F;
  --ink-faint: #B89B8A;
  --white: #FFFFFF;

  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-italic: 'Fraunces', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --max-w: 1240px;
}

/* Reset within landing scope so we don't fight theme styles */
.lp, .lp * { box-sizing: border-box; }
.lp { color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.lp img { max-width: 100%; display: block; }
.lp a { color: inherit; text-decoration: none; }
.lp button { font-family: inherit; }

.lp h1, .lp h2, .lp h3, .lp .display {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0;
}
.lp h1 em, .lp h2 em, .lp h3 em, .lp .display em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--pink-deep);
}

.lp .label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lp-container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

@media (prefers-reduced-motion: reduce) {
  .lp *, .lp *::before, .lp *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .lp .marquee-track, .lp .promo-track { animation: none !important; }
}

/* Hand-drawn squiggle */
.lp .squiggle {
  display: block;
  width: 100%;
  height: 14px;
  margin-top: -6px;
}
.lp .squiggle path {
  fill: none;
  stroke: var(--pink);
  stroke-width: 3.5;
  stroke-linecap: round;
}
.lp .underline-wrap {
  display: inline-block;
  position: relative;
}
.lp .underline-wrap .squiggle {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}

/* Sticker badge */
.lp .sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--lemon);
  color: var(--ink);
  border: 2.5px dashed var(--ink);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transform: rotate(-9deg);
  box-shadow: 4px 4px 0 var(--ink);
}
.lp .sticker.pink { background: var(--pink); color: var(--white); }
.lp .sticker.hot { background: var(--hot-pink); color: var(--white); }
.lp .sticker.blush { background: var(--blush-100); color: var(--ink); }
.lp .sticker.cream { background: var(--cream); color: var(--ink); }

/* Logo */
.lp .logo-img { height: 38px; width: auto; display: block; }
.lp .logo-img.dark { filter: brightness(0); }
.lp .logo-fallback {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.lp .logo-fallback .dot { color: var(--pink); }

/* CTA button */
.lp .cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--pink);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 18px 32px;
  border: 2.5px solid var(--ink);
  border-radius: var(--radius-pill);
  cursor: pointer;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.lp .cta:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.lp .cta:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.lp .cta .arrow { transition: transform 0.15s ease; }
.lp .cta:hover .arrow { transform: translateX(4px); }
.lp .cta.cta-lg { font-size: 18px; padding: 20px 38px; }
.lp .cta.cta-ink { background: var(--ink); color: var(--cream); }
.lp .cta.cta-lemon { background: var(--lemon); color: var(--ink); }
.lp .cta.cta-hot { background: var(--hot-pink); color: var(--white); }
.lp .cta.cta-small { padding: 11px 20px; font-size: 13px; box-shadow: 3px 3px 0 var(--ink); }
.lp .cta.cta-small:hover { box-shadow: 5px 5px 0 var(--ink); }

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.8); }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* PROMO BAR */
.lp-promo-bar { background: var(--ink); color: var(--cream); overflow: hidden; padding: 10px 0; white-space: nowrap; }
.lp-promo-bar .promo-track {
  display: inline-flex; gap: 32px;
  animation: marquee 28s linear infinite;
  padding-left: 32px;
  font-family: var(--font-display);
  font-weight: 600; font-size: 13px; letter-spacing: 0.06em;
}
.lp-promo-bar .promo-track span { display: inline-flex; align-items: center; gap: 12px; }
.lp-promo-bar .promo-track .dot { color: var(--pink); font-size: 18px; line-height: 0.5; }

/* NAV */
.lp-nav {
  padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--max-w); margin: 0 auto;
}
.lp-nav-right { display: flex; align-items: center; gap: 24px; }
.lp-nav-link { font-size: 14px; font-weight: 600; color: var(--ink); transition: color 0.15s ease; }
.lp-nav-link:hover { color: var(--pink); }

/* HERO */
.lp-hero {
  position: relative;
  background: linear-gradient(160deg, #FFEEF1 0%, #FFE0E8 45%, #FFC4D2 100%);
  border-bottom: 3px solid var(--ink);
  padding: 30px 0 70px;
  overflow: hidden;
}
.lp-hero .hero-grid {
  max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px;
  align-items: center; position: relative; z-index: 2;
}
.lp-hero .hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); border: 2px solid var(--ink);
  border-radius: var(--radius-pill); padding: 8px 16px;
  margin-bottom: 22px;
  font-family: var(--font-display); font-size: 13px; font-weight: 600;
}
.lp-hero .hero-eyebrow .pulse { width: 8px; height: 8px; background: var(--pink); border-radius: 50%; animation: pulse 2s ease infinite; }
.lp-hero h1 { font-size: clamp(46px, 6.4vw, 78px); color: var(--ink); margin-bottom: 26px; }
.lp-hero h1 .stamp { display: inline-block; background: var(--ink); color: var(--cream); padding: 0 14px; border-radius: 8px; transform: rotate(-2deg); }
.lp-hero .sub { font-size: clamp(17px, 1.5vw, 19px); line-height: 1.5; color: var(--ink-2); margin: 0 0 32px; max-width: 540px; font-weight: 500; }
.lp-hero .hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.lp-hero .hero-stars { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--ink-2); }
.lp-hero .hero-stars .stars { color: var(--pink); letter-spacing: 1px; font-size: 18px; }
.lp-hero .hero-stars .stars-meta { line-height: 1.2; }
.lp-hero .hero-stars .stars-meta small { display: block; color: var(--ink-muted); font-weight: 500; font-size: 12px; }
.lp-hero .hero-trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 26px; font-size: 13px; color: var(--ink-2); font-weight: 600; }
.lp-hero .hero-trust .item { display: flex; align-items: center; gap: 7px; }
.lp-hero .hero-trust .check { width: 18px; height: 18px; background: var(--ink); color: var(--lemon); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }

.lp-hero .video-outer { position: relative; }
.lp-hero .video-frame {
  position: relative; aspect-ratio: 9 / 12; max-width: 420px; width: 100%; margin: 0 auto;
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--ink); border: 3px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}
.lp-hero .video-frame video,
.lp-hero .video-frame iframe { width: 100%; height: 100%; border: none; object-fit: cover; display: block; }
.lp-hero .video-placeholder {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(255, 224, 232, 0.85) 0%, transparent 60%),
              linear-gradient(160deg, #FFE0E8 0%, #FF9FB5 40%, #FF5C84 100%);
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.lp-hero .video-placeholder .label-pill { position: absolute; top: 16px; left: 16px; background: var(--ink); color: var(--cream); padding: 6px 14px; border-radius: var(--radius-pill); font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.lp-hero .video-placeholder .play { width: 84px; height: 84px; border-radius: 50%; background: var(--white); border: 3px solid var(--ink); display: flex; align-items: center; justify-content: center; box-shadow: 5px 5px 0 var(--ink); transition: transform 0.15s ease; }
.lp-hero .video-placeholder:hover .play { transform: scale(1.08); }
.lp-hero .video-placeholder .caption { position: absolute; bottom: 22px; left: 22px; right: 22px; color: var(--white); font-family: var(--font-display); font-weight: 700; font-size: 22px; line-height: 1.15; letter-spacing: -0.01em; text-shadow: 0 2px 8px rgba(42, 24, 16, 0.4); }
.lp-hero .hero-sticker { position: absolute; top: 10px; right: -20px; z-index: 5; }
.lp-hero .hero-sticker-2 { position: absolute; bottom: -30px; left: -30px; z-index: 5; }
.lp-hero .hero-blob { position: absolute; border-radius: 50%; pointer-events: none; z-index: 1; }
.lp-hero .hero-blob.tr { top: -100px; right: -100px; width: 360px; height: 360px; background: rgba(255,255,255,0.4); }
.lp-hero .hero-blob.bl { bottom: -150px; left: -120px; width: 320px; height: 320px; background: rgba(255,92,132,0.15); }

/* MARQUEE STRIP */
.lp-marquee { background: var(--ink); color: var(--cream); border-bottom: 3px solid var(--ink); padding: 18px 0; overflow: hidden; white-space: nowrap; }
.lp-marquee .marquee-track { display: inline-flex; gap: 40px; animation: marquee 30s linear infinite; padding-left: 40px; font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 2.4vw, 28px); }
.lp-marquee .marquee-track em { font-family: var(--font-italic); font-style: italic; font-weight: 500; color: var(--pink-300); }
.lp-marquee .marquee-track .sep { color: var(--pink); }

/* SECTION HEADING */
.lp-sec-head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.lp-sec-head .kicker { display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: var(--cream); padding: 6px 14px; border-radius: var(--radius-pill); margin-bottom: 22px; }
.lp-sec-head h2 { font-size: clamp(40px, 5.4vw, 64px); color: var(--ink); margin-bottom: 14px; }
.lp-sec-head .lead { font-size: 18px; line-height: 1.55; color: var(--ink-muted); margin: 0 auto; max-width: 600px; font-weight: 500; }

/* 7 SIGNS */
.lp-signs { background: var(--lemon); border-bottom: 3px solid var(--ink); padding: 100px 0 90px; position: relative; overflow: hidden; }
.lp-signs .signs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-signs .signs-grid .sign:nth-child(7) {
  grid-column: span 3;
  display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: center;
  background: var(--pink); color: var(--white);
}
.lp-signs .signs-grid .sign:nth-child(7) .sign-num { color: var(--lemon); }
.lp-signs .signs-grid .sign:nth-child(7) .sign-icon { background: var(--lemon); color: var(--ink); }
.lp-signs .signs-grid .sign:nth-child(7) h3 { color: var(--white); }
.lp-signs .signs-grid .sign:nth-child(7) p { color: var(--blush-100); }
.lp-signs .sign { background: var(--white); border: 3px solid var(--ink); border-radius: var(--radius-lg); padding: 28px 26px; box-shadow: 6px 6px 0 var(--ink); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.lp-signs .sign:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--ink); }
.lp-signs .sign-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.lp-signs .sign-num { font-family: var(--font-display); font-weight: 800; font-size: 52px; line-height: 0.85; letter-spacing: -0.04em; color: var(--pink); }
.lp-signs .sign-icon { width: 48px; height: 48px; background: var(--blush-100); color: var(--pink-deep); border: 2px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.lp-signs .sign h3 { font-size: 22px; line-height: 1.15; margin-bottom: 10px; color: var(--ink); font-weight: 700; }
.lp-signs .sign p { font-size: 15.5px; line-height: 1.55; color: var(--ink-muted); margin: 0; font-weight: 500; }
.lp-signs .signs-grid .sign:nth-child(7) h3 { font-size: 30px; }
.lp-signs .signs-grid .sign:nth-child(7) p { font-size: 17px; line-height: 1.6; }

/* VS COMPARISON */
.lp-versus { background: var(--cream); border-bottom: 3px solid var(--ink); padding: 100px 0; }
.lp-versus .versus-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; max-width: 1080px; margin: 0 auto; align-items: stretch; }
.lp-versus .vs-col { background: var(--white); border: 3px solid var(--ink); border-radius: var(--radius-lg); padding: 36px 32px; box-shadow: 6px 6px 0 var(--ink); }
.lp-versus .vs-col.bad { background: #F4ECE3; }
.lp-versus .vs-col.good { background: var(--blush-100); }
.lp-versus .vs-col h3 { font-size: 26px; margin-bottom: 22px; color: var(--ink); line-height: 1.1; }
.lp-versus .vs-col h3 .strike { text-decoration: line-through; text-decoration-thickness: 3px; text-decoration-color: var(--pink); color: var(--ink-soft); }
.lp-versus .vs-list { list-style: none; margin: 0; padding: 0; }
.lp-versus .vs-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px dashed var(--ink-faint); font-size: 15.5px; font-weight: 500; color: var(--ink-2); }
.lp-versus .vs-list li:last-child { border-bottom: none; }
.lp-versus .vs-list .mark { flex-shrink: 0; width: 24px; height: 24px; border: 2px solid var(--ink); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; margin-top: 1px; }
.lp-versus .vs-list .mark.x { background: var(--white); color: var(--ink); }
.lp-versus .vs-list .mark.check { background: var(--pink); color: var(--white); }
.lp-versus .versus-divider { display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 32px; color: var(--ink); width: 70px; height: 70px; background: var(--lemon); border: 3px solid var(--ink); border-radius: 50%; align-self: center; box-shadow: 4px 4px 0 var(--ink); transform: rotate(-8deg); }

/* STATS */
.lp-stats { background: var(--hot-pink); color: var(--white); border-bottom: 3px solid var(--ink); padding: 80px 0; position: relative; overflow: hidden; }
.lp-stats::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(244, 211, 94, 0.25) 0%, transparent 50%); pointer-events: none; }
.lp-stats .stats-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.lp-stats .stats-text h3 { font-size: clamp(32px, 4vw, 46px); color: var(--white); line-height: 1.05; margin-bottom: 14px; }
.lp-stats .stats-text h3 em { color: var(--lemon); }
.lp-stats .stats-text p { font-size: 17px; line-height: 1.55; color: var(--blush-100); margin: 0; font-weight: 500; }
.lp-stats .stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-stats .stat-block { background: var(--white); color: var(--ink); border: 3px solid var(--ink); border-radius: var(--radius-lg); padding: 28px 18px; text-align: center; box-shadow: 5px 5px 0 var(--ink); }
.lp-stats .stat-block .num { font-family: var(--font-display); font-weight: 800; font-size: clamp(48px, 5vw, 64px); line-height: 0.95; letter-spacing: -0.04em; color: var(--pink); }
.lp-stats .stat-block .lbl { font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); margin-top: 12px; }

/* REVEAL */
.lp-reveal { background: var(--blush-100); border-bottom: 3px solid var(--ink); padding: 100px 0; position: relative; overflow: hidden; }
.lp-reveal .reveal-grid { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.lp-reveal .reveal-text .kicker { display: inline-block; background: var(--ink); color: var(--cream); padding: 6px 14px; border-radius: var(--radius-pill); margin-bottom: 22px; }
.lp-reveal .reveal-text h2 { font-size: clamp(40px, 5.2vw, 60px); color: var(--ink); margin-bottom: 22px; }
.lp-reveal .reveal-text h2 em { color: var(--pink); }
.lp-reveal .reveal-text > p { font-size: 18px; line-height: 1.55; color: var(--ink-2); margin: 0 0 28px; font-weight: 500; }
.lp-reveal .reveal-checks { list-style: none; margin: 0 0 36px; padding: 0; }
.lp-reveal .reveal-checks li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 16px; color: var(--ink); font-weight: 500; }
.lp-reveal .reveal-checks .ck { flex-shrink: 0; width: 24px; height: 24px; background: var(--pink); color: var(--white); border: 2px solid var(--ink); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; margin-top: 1px; }
.lp-reveal .reveal-checks strong { font-weight: 700; color: var(--ink); }
.lp-reveal .reveal-visual { position: relative; background: var(--ink); border: 3px solid var(--ink); border-radius: var(--radius-lg); aspect-ratio: 4 / 5; overflow: hidden; display: flex; align-items: center; justify-content: center; box-shadow: 10px 10px 0 var(--ink); }
.lp-reveal .reveal-visual.has-image::before { display: none; }
.lp-reveal .reveal-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 20%, rgba(244, 211, 94, 0.2) 0%, transparent 50%), radial-gradient(ellipse at 80% 80%, rgba(232, 74, 111, 0.3) 0%, transparent 50%), linear-gradient(160deg, #FFE0E8 0%, #FF9FB5 50%, #FF5C84 100%); }
.lp-reveal .reveal-visual img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.lp-reveal .reveal-visual .tag { position: absolute; background: var(--white); border: 2px solid var(--ink); padding: 8px 14px; border-radius: var(--radius-pill); font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--ink); box-shadow: 3px 3px 0 var(--ink); z-index: 2; }
.lp-reveal .reveal-visual .tag.tl { top: 22px; left: 22px; transform: rotate(-6deg); }
.lp-reveal .reveal-visual .tag.br { bottom: 22px; right: 22px; transform: rotate(5deg); background: var(--lemon); }

/* HOW */
.lp-how { background: var(--raspberry); border-bottom: 3px solid var(--ink); padding: 100px 0; }
.lp-how .lp-sec-head h2, .lp-how .lp-sec-head .kicker { color: var(--white); }
.lp-how .lp-sec-head .kicker { background: var(--ink); }
.lp-how .lp-sec-head h2 em { color: var(--lemon); }
.lp-how .lp-sec-head .lead { color: var(--blush-100); }
.lp-how .lp-sec-head .squiggle path { stroke: var(--lemon); }
.lp-how .how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp-how .step { background: var(--white); border: 3px solid var(--ink); border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; box-shadow: 6px 6px 0 var(--ink); position: relative; }
.lp-how .step-num { display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 70px; background: var(--ink); color: var(--lemon); border-radius: 50%; font-family: var(--font-display); font-weight: 800; font-size: 30px; margin-bottom: 22px; border: 3px solid var(--ink); }
.lp-how .step h3 { font-size: 26px; margin-bottom: 10px; color: var(--ink); }
.lp-how .step p { font-size: 15.5px; line-height: 1.55; color: var(--ink-muted); margin: 0; font-weight: 500; }

/* WHY */
.lp-why { background: var(--cream); border-bottom: 3px solid var(--ink); padding: 100px 0; }
.lp-why .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lp-why .why-card { background: var(--white); border: 3px solid var(--ink); border-radius: var(--radius-lg); padding: 30px 26px; box-shadow: 5px 5px 0 var(--ink); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.lp-why .why-card:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }
.lp-why .why-card:nth-child(1) { background: var(--blush-100); }
.lp-why .why-card:nth-child(2) { background: var(--lemon); }
.lp-why .why-card:nth-child(3) { background: var(--blush-200); }
.lp-why .why-card:nth-child(4) { background: var(--peach); }
.lp-why .why-icon { width: 50px; height: 50px; background: var(--white); border: 2px solid var(--ink); color: var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.lp-why .why-card h3 { font-size: 22px; margin-bottom: 8px; color: var(--ink); }
.lp-why .why-card p { font-size: 14.5px; line-height: 1.55; color: var(--ink-muted); margin: 0; font-weight: 500; }

/* REVIEWS */
.lp-reviews { background: var(--blush-200); border-bottom: 3px solid var(--ink); padding: 100px 0; }
.lp-reviews .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp-reviews .review { background: var(--white); border: 3px solid var(--ink); border-radius: var(--radius-lg); padding: 32px 28px; box-shadow: 6px 6px 0 var(--ink); position: relative; }
.lp-reviews .review-stars { color: var(--pink); font-size: 20px; letter-spacing: 2px; margin-bottom: 14px; }
.lp-reviews .review h4 { font-family: var(--font-display); font-weight: 800; font-size: 21px; line-height: 1.15; margin: 0 0 12px; color: var(--ink); }
.lp-reviews .review blockquote { margin: 0 0 22px; font-size: 15px; line-height: 1.65; color: var(--ink-muted); font-weight: 500; }
.lp-reviews .review-author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 2px dashed var(--ink-faint); }
.lp-reviews .review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--pink); border: 2.5px solid var(--ink); display: flex; align-items: center; justify-content: center; color: var(--white); font-family: var(--font-display); font-weight: 800; font-size: 17px; flex-shrink: 0; }
.lp-reviews .review-avatar.lemon { background: var(--lemon); color: var(--ink); }
.lp-reviews .review-avatar.raspberry { background: var(--raspberry); color: var(--white); }
.lp-reviews .review-avatar.peach { background: var(--peach); color: var(--ink); }
.lp-reviews .review-meta .name { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 14px; }
.lp-reviews .review-meta .role { font-size: 12px; color: var(--ink-soft); font-weight: 500; }
.lp-reviews .verified { color: var(--pink-deep); font-weight: 700; }

/* FAQ */
.lp-faq { background: var(--cream); border-bottom: 3px solid var(--ink); padding: 100px 0; }
.lp-faq .faq-list { max-width: 800px; margin: 0 auto; }
.lp-faq .faq-item { background: var(--white); border: 3px solid var(--ink); border-radius: var(--radius-md); margin-bottom: 14px; overflow: hidden; box-shadow: 4px 4px 0 var(--ink); }
.lp-faq .faq-item[open] { background: var(--blush-50); }
.lp-faq .faq-item summary { list-style: none; cursor: pointer; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1.25; color: var(--ink); }
.lp-faq .faq-item summary::-webkit-details-marker { display: none; }
.lp-faq .faq-item summary::after { content: '+'; flex-shrink: 0; width: 32px; height: 32px; background: var(--pink); color: var(--white); border: 2px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; transition: transform 0.2s ease; }
.lp-faq .faq-item[open] summary::after { transform: rotate(45deg); }
.lp-faq .faq-answer { padding: 0 26px 22px; font-size: 15.5px; line-height: 1.7; color: var(--ink-muted); font-weight: 500; }

/* FINAL */
.lp-final { background: var(--hot-pink); border-bottom: 3px solid var(--ink); padding: 130px 24px; text-align: center; position: relative; overflow: hidden; }
.lp-final::before { content: ''; position: absolute; top: -50%; left: -10%; width: 120%; height: 200%; background: radial-gradient(ellipse at 30% 30%, rgba(244, 211, 94, 0.25) 0%, transparent 50%), radial-gradient(ellipse at 70% 70%, rgba(255, 255, 255, 0.35) 0%, transparent 50%); pointer-events: none; }
.lp-final .final-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.lp-final .kicker { display: inline-block; background: var(--ink); color: var(--lemon); padding: 8px 16px; border-radius: var(--radius-pill); margin-bottom: 24px; }
.lp-final h2 { font-size: clamp(48px, 6.8vw, 88px); color: var(--white); margin-bottom: 22px; line-height: 0.95; }
.lp-final h2 em { color: var(--lemon); }
.lp-final p { font-size: 19px; color: var(--blush-100); margin: 0 0 36px; font-weight: 500; }
.lp-final .final-sticker { position: absolute; top: 70px; right: 8%; }
.lp-final .final-sticker-2 { position: absolute; bottom: 70px; left: 6%; }
.lp-final .guarantee { display: inline-flex; align-items: center; gap: 14px; margin-top: 32px; padding: 14px 22px; background: var(--white); border: 2.5px solid var(--ink); border-radius: var(--radius-pill); box-shadow: 4px 4px 0 var(--ink); }
.lp-final .guarantee-badge { width: 36px; height: 36px; background: var(--pink); color: var(--white); border: 2px solid var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lp-final .guarantee-text { text-align: left; font-size: 13.5px; line-height: 1.3; color: var(--ink); }
.lp-final .guarantee-text strong { font-family: var(--font-display); font-weight: 700; display: block; }
.lp-final .guarantee-text span { color: var(--ink-soft); font-size: 12px; font-weight: 500; }

/* FOOTER */
.lp-footer { background: var(--ink); color: var(--blush-100); padding: 50px 24px 30px; text-align: center; }
.lp-footer .footer-logo { display: flex; justify-content: center; margin-bottom: 8px; }
.lp-footer .tagline { font-family: var(--font-italic); font-style: italic; font-size: 15px; margin: 8px 0 22px; color: var(--blush-100); }
.lp-footer .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 22px; margin: 20px 0; font-size: 13px; font-weight: 600; }
.lp-footer .footer-links a { color: var(--blush-100); transition: color 0.15s ease; }
.lp-footer .footer-links a:hover { color: var(--pink); }
.lp-footer .copy { margin-top: 24px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600; }
.lp-footer .disclaimer { margin-top: 18px; max-width: 680px; margin-left: auto; margin-right: auto; font-size: 11px; line-height: 1.6; color: var(--ink-faint); opacity: 0.7; }

/* SCROLL FADE */
.lp .fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.lp .fade-up.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1000px) {
  .lp-hero .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .lp-hero .video-frame { max-width: 340px; }
  .lp-signs .signs-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-signs .signs-grid .sign:nth-child(7) { grid-column: span 2; grid-template-columns: 1fr; gap: 16px; }
  .lp-versus .versus-grid { grid-template-columns: 1fr; gap: 16px; }
  .lp-versus .versus-divider { margin: 0 auto; }
  .lp-stats .stats-inner { grid-template-columns: 1fr; gap: 36px; }
  .lp-reveal .reveal-grid { grid-template-columns: 1fr; gap: 50px; }
  .lp-reveal .reveal-visual { max-width: 380px; margin: 0 auto; }
  .lp-how .how-grid { grid-template-columns: 1fr; gap: 14px; }
  .lp-why .why-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-reviews .reviews-grid { grid-template-columns: 1fr; }
  .lp-hero, .lp-signs, .lp-versus, .lp-stats, .lp-reveal, .lp-how, .lp-why, .lp-reviews, .lp-faq { padding-top: 70px; padding-bottom: 70px; }
  .lp-final { padding: 90px 24px; }
  .lp-final .final-sticker, .lp-final .final-sticker-2 { display: none; }
  .lp-hero .hero-sticker { top: -10px; right: -10px; }
  .lp-hero .hero-sticker .sticker { width: 100px; height: 100px; font-size: 11px; }
  .lp-hero .hero-sticker-2 { display: none; }
}

@media (max-width: 580px) {
  .lp-nav { padding: 16px 20px; }
  .lp-nav-right .lp-nav-link { display: none; }
  .lp .logo-img { height: 32px; }
  .lp-container { padding: 0 20px; }
  .lp-hero h1 { font-size: 42px; }
  .lp-sec-head h2 { font-size: 38px; }
  .lp-signs .signs-grid { grid-template-columns: 1fr; }
  .lp-signs .signs-grid .sign:nth-child(7) { grid-column: span 1; }
  .lp-why .why-grid { grid-template-columns: 1fr; }
  .lp-stats .stats-row { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .lp-stats .stat-block { padding: 18px 8px; }
  .lp-stats .stat-block .num { font-size: 38px; }
  .lp-stats .stat-block .lbl { font-size: 10px; letter-spacing: 0.04em; }
  .lp-final h2 { font-size: 44px; }
  .lp-footer .footer-links { gap: 14px; font-size: 12px; }
}
/* Fix: strip <p> margins inside headings + inline contexts (Shopify richtext quirk) */
.lp h1 p, .lp h2 p, .lp h3 p, .lp h4 p,
.lp .marquee-track p,
.lp .review blockquote p {
  margin: 0;
  display: inline;
}

/* Hide the original Product Controller — swatches replace it */
.product-controller__button {
  display: none !important;
}
}

/* Button reset for the swatch cards */
.pt-flavor-card {
  appearance: none;
  font-family: inherit;
}

