/** Shopify CDN: Minification failed

Line 2660:0 All "@import" rules must come first

**/
/* ============================================================
   PUNGAO LANDING PAGE STYLES
   Source of truth: Pungao_Landing_Page.html (Claude Design output)
   Used by all lander-* sections.
   ============================================================ */

/* ── BRAND TOKENS ───────────────────────────────────────────── */
.lander-page {
  --pl-red: #471c1c;
  --pl-green: #0a3b26;
  --pl-gold: #e4b245;
  --pl-yellow: #F2DA49;
  --pl-cream: #faf8f0;
  --pl-cream-dark: #faf5e1;
  --pl-text: #471c1c;
  --pl-muted: #8a7060;
  --pl-border: #d4c4a8;
  --pl-font-display: 'Playfair Display', Georgia, serif;
  --pl-font-body: 'Source Serif 4', Georgia, serif;
}

.lander-page {
  font-family: var(--pl-font-body);
  color: var(--pl-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.lander-page * { box-sizing: border-box; }
.lander-page *::before, .lander-page *::after { box-sizing: border-box; }

/* ── SHARED LAYOUT ──────────────────────────────────────────── */
.lander-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.lander-divider {
  border: none;
  border-top: 1px dashed var(--pl-border);
  margin: 0;
}

.lander-divider-dark {
  border: none;
  border-top: 1px dashed rgba(228, 178, 69, 0.2);
  margin: 0;
}

/* ── SHARED COMPONENTS ──────────────────────────────────────── */
.lander-eyebrow {
  font-family: var(--pl-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pl-muted);
  margin-bottom: 12px;
}

/* Em tags inside richtext fields auto-get highlight treatment.
   Used because Shopify richtext blocks <span class>. */
.lander-page h1 em,
.lander-page h2 em,
.lander-page p em {
  background: var(--pl-yellow);
  font-family: var(--pl-font-display);
  font-style: italic;
  font-weight: 700;
  padding: 0 5px 2px;
  display: inline;
  color: var(--pl-red);
}

/* Strip default <p> margin coming from Shopify richtext */
.lander-richtext > p {
  margin: 0;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.lander-hero {
  background: var(--pl-cream);
  padding: 60px 24px 80px;
}

.lander-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.lander-hero-headline {
  font-family: var(--pl-font-display);
  font-size: clamp(36px, 5.5vw, 58px);
  font-weight: 800;
  color: var(--pl-red);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  max-width: 540px;
}

.lander-hero-headline em {
  /* Allow em-tag highlights inside hero headline if used */
  font-family: var(--pl-font-display);
  font-style: italic;
}

.lander-hero-sub {
  font-family: var(--pl-font-body);
  font-size: 17px;
  color: var(--pl-red);
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 460px;
}

.lander-hero-divider {
  margin: 28px 0 28px !important;
  max-width: 460px;
}

.lander-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--pl-gold);
  color: var(--pl-red);
  border: none;
  padding: 16px 32px;
  font-family: var(--pl-font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 999px;
  margin-bottom: 20px;
  transition: opacity 0.15s, background 0.15s, transform 0.1s;
  text-decoration: none;
  white-space: nowrap;
}

.lander-hero-cta:hover {
  opacity: 0.92;
  background: var(--pl-yellow);
}

.lander-hero-cta:active {
  transform: scale(0.98);
}

.lander-hero-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  padding-top: 4px;
  margin-top: 8px;
}

.lander-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--pl-font-body);
  font-size: 13px;
  color: var(--pl-text);
  font-weight: 600;
  white-space: nowrap;
}

.lander-trust-stars {
  color: var(--pl-gold);
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .lander-hero-left {
    text-align: center;
  }
  .lander-hero-headline,
  .lander-hero-sub,
  .lander-hero-divider {
    margin-left: auto;
    margin-right: auto;
  }
  .lander-hero-product-img {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .lander-hero-cta {
    width: 100%;
    padding: 18px 24px;
    margin-bottom: 16px;
  }

  .lander-hero-trust-strip {
    justify-content: center;
    gap: 12px;
  }

  .lander-trust-item {
    font-size: 12px;
  }

  .lander-hero-divider {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.lander-hero-product-img {
  background: repeating-linear-gradient(
    45deg,
    #e8dfc8 0px, #e8dfc8 2px,
    #f0e8d4 2px, #f0e8d4 20px
  );
  border-radius: 4px;
  aspect-ratio: 4/5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--pl-muted);
  font-size: 12px;
  text-align: center;
  font-family: monospace;
  letter-spacing: 0.05em;
  border: 1px solid var(--pl-border);
  overflow: hidden;
}

.lander-hero-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lander-hero-product-img-placeholder {
  font-family: monospace;
  font-size: 11px;
  opacity: 0.6;
  text-align: center;
  padding: 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .lander-hero {
    padding: 40px 24px 56px;
  }
  .lander-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .lander-hero-left { order: 2; }
  .lander-hero-right { order: 1; }
  .lander-hero-product-img {
    aspect-ratio: 1/1;
    max-height: none;
  }
}

/* ============================================================
   PROBLEM SECTION (DARK RED BACKGROUND)
   ============================================================ */
.lander-problem {
  background: var(--pl-red);
  padding: 80px 24px;
}

.lander-problem .lander-eyebrow {
  color: var(--pl-gold);
  text-align: center;
  margin-bottom: 10px;
}

.lander-problem-headline {
  font-family: var(--pl-font-display);
  color: var(--pl-cream);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lander-problem-lead {
  font-family: var(--pl-font-body);
  color: #c8a090;
  text-align: center;
  font-size: 17px;
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto 56px;
}

.lander-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 900px;
  margin: 0 auto;
}

.lander-problem-card {
  background: rgba(255,255,255,0.06);
  padding: 36px 28px;
  text-align: center;
}

.lander-problem-img {
  background: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.04) 0px, rgba(255,255,255,0.04) 2px,
    rgba(255,255,255,0.08) 2px, rgba(255,255,255,0.08) 20px
  );
  aspect-ratio: 1/1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(250,248,240,0.3);
  margin-bottom: 20px;
  border: 1px solid rgba(228,178,69,0.2);
  overflow: hidden;
}

.lander-problem-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lander-problem-card h3 {
  font-family: var(--pl-font-display);
  color: var(--pl-gold);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.lander-problem-card p {
  font-family: var(--pl-font-body);
  color: #c8a090;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 640px) {
  .lander-problem-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* ============================================================
   PIVOT SECTION (CREAM-DARK BACKGROUND, CENTERED)
   ============================================================ */
.lander-pivot {
  background: var(--pl-cream-dark);
  padding: 100px 24px;
  text-align: center;
}

.lander-pivot-headline {
  font-family: var(--pl-font-display);
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 800;
  color: var(--pl-red);
  max-width: 700px;
  margin: 0 auto 28px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.lander-pivot-body {
  font-family: var(--pl-font-body);
  font-size: 18px;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.75;
  color: var(--pl-red);
}

.lander-pivot-body p {
  margin-bottom: 22px;
}

.lander-pivot-body p:last-child {
  margin-bottom: 0;
}

.lander-pivot-stat-row {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 56px;
  flex-wrap: wrap;
}

.lander-pivot-stat {
  text-align: center;
}

.lander-pivot-stat-num {
  font-family: var(--pl-font-display);
  font-size: 42px;
  font-weight: 700;
  color: var(--pl-red);
  display: block;
  line-height: 1;
}

.lander-pivot-stat-label {
  font-family: var(--pl-font-body);
  font-size: 13px;
  color: var(--pl-muted);
  margin-top: 4px;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .lander-pivot {
    padding: 64px 24px;
  }
  .lander-pivot-stat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .lander-pivot-stat-num {
    font-size: 36px;
  }
}

/* ============================================================
   STICKY MOBILE BAR (wired up later)
   ============================================================ */
.lander-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: var(--pl-red);
  color: var(--pl-cream);
  padding: 12px 16px;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.12);
  transform: translateY(100%);
  transition: transform 0.25s ease-out;
}

.lander-sticky-bar.visible {
  transform: translateY(0);
}

.lander-sticky-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 600px;
  margin: 0 auto;
}

.lander-sticky-bar-product {
  font-family: var(--pl-font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--pl-cream);
}

.lander-sticky-bar-meta {
  font-family: var(--pl-font-body);
  font-size: 11px;
  color: var(--pl-gold);
  letter-spacing: 0.05em;
}

.lander-sticky-bar-btn {
  background: var(--pl-gold);
  color: var(--pl-red);
  font-family: var(--pl-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 12px 20px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .lander-sticky-bar { display: block; }
  body.has-lander-sticky { padding-bottom: 70px; }
}



/* ============================================================
   APPEND THIS TO YOUR EXISTING lander.css
   (Sections 4–7: Ingredients, Sourcing, Reviews, FAQ)
   ============================================================ */

/* ============================================================
   INGREDIENTS SECTION (CREAM BG, 4-CARD GRID)
   ============================================================ */
.lander-ingredients {
  background: var(--pl-cream);
  padding: 80px 24px;
}

.lander-ingredients .lander-eyebrow {
  text-align: center;
}

.lander-ingredients-headline {
  font-family: var(--pl-font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--pl-red);
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.lander-ingredients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.lander-ingredient-card {
  background: var(--pl-cream-dark);
  border: 1px solid var(--pl-border);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.lander-ingredient-img {
  background: repeating-linear-gradient(
    -45deg,
    #ede4cc 0px, #ede4cc 2px,
    #f5ecd8 2px, #f5ecd8 18px
  );
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 10px;
  color: var(--pl-muted);
  text-align: center;
  padding: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.6;
  overflow: hidden;
}

.lander-ingredient-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lander-ingredient-label {
  background: var(--pl-red);
  color: var(--pl-cream);
  font-family: var(--pl-font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 6px;
}

.lander-ingredient-body {
  padding: 16px;
}

.lander-ingredient-body h3 {
  font-family: var(--pl-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--pl-red);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.lander-ingredient-body p {
  font-family: var(--pl-font-body);
  font-size: 13px;
  line-height: 1.55;
  color: var(--pl-muted);
  margin: 0;
}

@media (max-width: 768px) {
  .lander-ingredients-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .lander-ingredients-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SOURCING SECTION (DARK RED BG, VIDEO + 3 FACTS)
   ============================================================ */
.lander-sourcing {
  background: var(--pl-red);
  padding: 80px 24px;
}

.lander-sourcing .lander-eyebrow {
  color: var(--pl-gold);
  text-align: center;
}

.lander-sourcing-headline {
  font-family: var(--pl-font-display);
  color: var(--pl-cream);
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 16px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.lander-sourcing-headline em {
  font-family: var(--pl-font-display);
  font-style: italic;
  background: transparent;
  color: var(--pl-cream);
  padding: 0;
}

.lander-sourcing-lead {
  font-family: var(--pl-font-body);
  color: #c8a090;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 40px;
}

.lander-sourcing-lead p {
  margin-bottom: 18px;
}

.lander-sourcing-lead p:last-child {
  margin-bottom: 0;
}

.lander-sourcing-video {
  background: repeating-linear-gradient(
    45deg,
    #3a1818 0px, #3a1818 2px,
    #3e1c1c 2px, #3e1c1c 24px
  );
  max-width: 360px;
  margin: 0 auto;
  aspect-ratio: 9/16;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid rgba(228,178,69,0.3);
  overflow: hidden;
  position: relative;
}

.lander-sourcing-video video,
.lander-sourcing-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  object-fit: cover;
}

.lander-sourcing-video-poster {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.lander-play-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--pl-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--pl-red);
  cursor: pointer;
  border: none;
  padding: 0 0 0 4px;
  transition: transform 0.15s, opacity 0.15s;
}

.lander-play-btn:hover {
  transform: scale(1.05);
  opacity: 0.95;
}

.lander-sourcing-video-caption {
  color: rgba(250,248,240,0.5);
  font-size: 12px;
  font-family: monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.lander-sourcing-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 720px;
  margin: 48px auto 0;
}

.lander-sourcing-fact {
  text-align: center;
}

.lander-sourcing-fact-num {
  font-family: var(--pl-font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--pl-gold);
  display: block;
  line-height: 1;
}

.lander-sourcing-fact-label {
  font-family: var(--pl-font-body);
  font-size: 13px;
  color: #c8a090;
  margin-top: 4px;
}

@media (max-width: 480px) {
  .lander-sourcing-facts {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ============================================================
   REVIEWS SECTION (CREAM-DARK BG, 6-CARD GRID)
   ============================================================ */
.lander-reviews {
  background: var(--pl-cream-dark);
  padding: 80px 24px;
}

.lander-reviews .lander-eyebrow {
  text-align: center;
}

.lander-reviews-headline {
  font-family: var(--pl-font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--pl-red);
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.lander-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 48px auto 0;
}

.lander-review-card {
  background: var(--pl-cream);
  border: 1px solid var(--pl-border);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.lander-review-tag {
  display: inline-block;
  background: var(--pl-yellow);
  color: var(--pl-red);
  font-family: var(--pl-font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
  margin-bottom: 10px;
  align-self: flex-start;
}

.lander-review-stars {
  color: var(--pl-gold);
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.lander-review-title {
  font-family: var(--pl-font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--pl-red);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.lander-review-body {
  font-family: var(--pl-font-body);
  font-size: 14px;
  color: var(--pl-muted);
  line-height: 1.6;
  margin-bottom: 14px;
  flex-grow: 1;
}

.lander-review-author {
  font-family: var(--pl-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pl-red);
  margin-top: auto;
}

@media (max-width: 768px) {
  .lander-reviews-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .lander-reviews-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FAQ SECTION (YELLOW BG, GOLD ACCORDIONS, DARK CONTACT CARD)
   ============================================================ */
.lander-faq {
  background: var(--pl-yellow);
  padding: 80px 24px;
}

.lander-faq-inner {
  max-width: 640px;
  margin: 0 auto;
}

.lander-faq-headline {
  font-family: var(--pl-font-display);
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: var(--pl-red);
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
}

.lander-page .lander-faq .lander-faq-headline em,
.lander-page .lander-faq-headline em {
  background: var(--pl-red) !important;
  color: var(--pl-yellow) !important;
  font-family: var(--pl-font-display);
  font-style: italic;
  padding: 0 6px 2px;
  display: inline;
}

.lander-faq-intro {
  font-family: var(--pl-font-body);
  font-size: 17px;
  color: var(--pl-red);
  text-align: center;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 32px;
  opacity: 0.85;
}

.lander-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lander-faq-item {
  background: var(--pl-gold);
  border-radius: 6px;
  padding: 0;
  cursor: pointer;
  transition: background 0.15s;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--pl-font-body);
}

.lander-faq-item:hover {
  background: #d09d35;
}

.lander-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-family: var(--pl-font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--pl-red);
  gap: 12px;
}

.lander-faq-chevron {
  font-size: 20px;
  color: var(--pl-red);
  flex-shrink: 0;
  transition: transform 0.2s;
  display: inline-block;
  line-height: 1;
}

.lander-faq-item[aria-expanded="true"] .lander-faq-chevron {
  transform: rotate(180deg);
}

.lander-faq-answer {
  font-family: var(--pl-font-body);
  font-size: 15px;
  color: var(--pl-red);
  line-height: 1.65;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.lander-faq-item[aria-expanded="true"] .lander-faq-answer {
  max-height: 1000px;
  padding: 0 20px 20px;
  border-top: 1px dashed #c8a030;
  margin-top: 0;
  padding-top: 12px;
}

.lander-faq-answer p {
  margin-bottom: 10px;
}

.lander-faq-answer p:last-child {
  margin-bottom: 0;
}

.lander-faq-contact {
  background: var(--pl-red);
  color: var(--pl-cream);
  border-radius: 6px;
  padding: 20px 24px;
  font-family: var(--pl-font-body);
  font-size: 15px;
  line-height: 1.5;
  margin-top: 14px;
  text-align: center;
}

.lander-faq-contact a {
  color: var(--pl-gold);
  text-decoration: none;
}

.lander-faq-contact a:hover {
  text-decoration: underline;
}


/* ============================================================
   APPEND THIS TO YOUR EXISTING lander.css
   (Sections 8–10: Use Cases, Offer, Final CTA + cart widget placeholder)
   ============================================================ */

/* ============================================================
   USE CASES SECTION (CREAM BG, 3-CARD GRID WITH NUMBERS)
   ============================================================ */
.lander-usecases {
  background: var(--pl-cream);
  padding: 80px 24px;
}

.lander-usecases .lander-eyebrow {
  text-align: center;
}

.lander-usecases-headline {
  font-family: var(--pl-font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--pl-red);
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.lander-usecases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 48px auto 0;
}

.lander-usecase-card {
  text-align: center;
  padding: 36px 24px;
  background: var(--pl-cream-dark);
  border: 1px solid var(--pl-border);
  border-radius: 4px;
}

.lander-usecase-img {
  background: repeating-linear-gradient(
    45deg, #e8dfc8 0px, #e8dfc8 2px, #f0e8d4 2px, #f0e8d4 20px
  );
  aspect-ratio: 1/1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--pl-muted);
  margin-bottom: 20px;
  border: 1px solid var(--pl-border);
  text-transform: uppercase;
  overflow: hidden;
}

.lander-usecase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lander-usecase-num {
  font-family: var(--pl-font-display);
  font-size: 48px;
  font-weight: 800;
  color: var(--pl-gold);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 12px;
}

.lander-usecase-card h3 {
  font-family: var(--pl-font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--pl-red);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.lander-usecase-card p {
  font-family: var(--pl-font-body);
  font-size: 14px;
  color: var(--pl-muted);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 640px) {
  .lander-usecases-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   OFFER SECTION (CREAM-DARK BG, GUARANTEE BADGE, PERKS)
   ============================================================ */
.lander-offer {
  background: var(--pl-cream-dark);
  padding: 80px 24px;
}

.lander-offer .lander-eyebrow {
  text-align: center;
}

.lander-offer-headline {
  font-family: var(--pl-font-display);
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  color: var(--pl-red);
  text-align: center;
  max-width: 680px;
  margin: 0 auto 16px;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.lander-guarantee-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 48px auto;
  max-width: 320px;
  text-align: center;
}

.lander-guarantee-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid var(--pl-gold);
  background: var(--pl-red);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--pl-cream);
}

.lander-guarantee-num {
  font-family: var(--pl-font-display);
  font-size: 42px;
  font-weight: 800;
  color: var(--pl-gold);
  line-height: 1;
}

.lander-guarantee-label {
  font-family: var(--pl-font-body);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pl-cream);
  margin-top: 4px;
}

.lander-guarantee-desc {
  font-family: var(--pl-font-body);
  font-size: 15px;
  color: var(--pl-muted);
  max-width: 280px;
  line-height: 1.6;
  margin: 0;
}

.lander-offer-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 56px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.lander-offer-perk {
  background: var(--pl-cream);
  border: 1px dashed var(--pl-border);
  border-radius: 4px;
  padding: 14px 18px;
  font-family: var(--pl-font-body);
  font-size: 14px;
  color: var(--pl-red);
  font-weight: 600;
  text-align: center;
  flex: 1 1 0;
  min-width: 180px;
  max-width: 240px;
}

.lander-offer-perk span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--pl-muted);
  margin-top: 4px;
}

@media (max-width: 640px) {
  .lander-offer-perks {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .lander-offer-perk {
    flex: 0 0 auto;
    width: auto;
    min-width: 280px;
    max-width: 320px;
    padding: 10px 24px;
  }
}

/* ============================================================
   FINAL CTA SECTION (DARK RED BG, CENTERED CLOSING)
   ============================================================ */
.lander-final-cta {
  background: var(--pl-red);
  padding: 100px 24px;
  text-align: center;
}

.lander-final-cta .lander-eyebrow {
  color: var(--pl-gold);
  text-align: center;
}

.lander-final-cta-headline {
  font-family: var(--pl-font-display);
  color: var(--pl-cream);
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  margin-bottom: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.lander-final-cta-headline em {
  color: var(--pl-gold);
  font-style: italic;
  background: transparent;
  padding: 0;
  font-family: var(--pl-font-display);
  font-weight: 800;
}

.lander-final-cta-lead {
  font-family: var(--pl-font-body);
  color: #c8a090;
  font-size: 18px;
  max-width: 520px;
  margin: 0 auto 48px;
  line-height: 1.7;
}

.lander-final-trust-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.lander-final-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--pl-font-body);
  font-size: 13px;
  color: #c8a090;
}

.lander-final-trust-icon {
  color: var(--pl-gold);
  font-size: 16px;
}

@media (max-width: 640px) {
  .lander-final-cta {
    padding: 64px 24px;
  }
  .lander-final-trust-row {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
}

/* ============================================================
   CART WIDGET PLACEHOLDER (Session 3 — replaced in Session 4)
   ============================================================ */
.lander-cart-placeholder {
  background: repeating-linear-gradient(
    45deg,
    rgba(228, 178, 69, 0.08) 0px,
    rgba(228, 178, 69, 0.08) 2px,
    rgba(228, 178, 69, 0.04) 2px,
    rgba(228, 178, 69, 0.04) 24px
  );
  border: 2px dashed var(--pl-gold);
  border-radius: 6px;
  padding: 64px 32px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

/* When placeholder lives inside a dark section (final CTA), invert colors */
.lander-final-cta .lander-cart-placeholder {
  background: repeating-linear-gradient(
    45deg,
    rgba(228, 178, 69, 0.06) 0px,
    rgba(228, 178, 69, 0.06) 2px,
    rgba(228, 178, 69, 0.03) 2px,
    rgba(228, 178, 69, 0.03) 24px
  );
  border-color: rgba(228, 178, 69, 0.5);
}

.lander-cart-placeholder-label {
  font-family: monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pl-muted);
  margin-bottom: 8px;
}

.lander-final-cta .lander-cart-placeholder-label {
  color: rgba(228, 178, 69, 0.7);
}

.lander-cart-placeholder-title {
  font-family: var(--pl-font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--pl-red);
  margin-bottom: 8px;
}

.lander-final-cta .lander-cart-placeholder-title {
  color: var(--pl-cream);
}

.lander-cart-placeholder-note {
  font-family: var(--pl-font-body);
  font-size: 13px;
  color: var(--pl-muted);
  max-width: 440px;
  margin: 0 auto;
  line-height: 1.5;
}

.lander-final-cta .lander-cart-placeholder-note {
  color: rgba(228, 178, 69, 0.6);
}

/* ============================================================
   "GET YOURS BELOW" hero-to-cart link styling
   (used between hero section and cart widget below it)
   ============================================================ */
.lander-getyours {
  background: var(--pl-cream);
  padding: 32px 24px 8px;
  text-align: center;
}

.lander-getyours-label {
  font-family: var(--pl-font-body);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pl-muted);
  margin: 0;
}


/* ============================================================
   APPEND THIS TO YOUR EXISTING lander.css
   (Cart Widget — Pass A+B: section-based, sticky scroll,
    thumbnail gallery, nutrition modal, accordion polish)
   IMPORTANT: Replace any previous "lander-cart-*" CSS from
   prior session 4 with this version.
   ============================================================ */

/* ── CART WIDGET SECTION (Page-Level Container) ──────────── */
.lander-cart-section {
  background: var(--pl-cream);
  padding: 60px 24px;
}

.lander-cart {
  max-width: 1200px;
  margin: 0 auto;
}

.lander-cart-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* ── LEFT COLUMN (STICKY) ────────────────────────────────── */
.lander-cart-left {
  position: sticky;
  top: 24px;
  align-self: start;
}

.lander-cart-gallery-wrap {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: start;
}

/* Thumbnail strip */
.lander-cart-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lander-cart-thumb {
  width: 72px;
  height: 72px;
  background: var(--pl-cream-dark);
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s;
}

.lander-cart-thumb:hover {
  border-color: var(--pl-border);
}

.lander-cart-thumb[aria-pressed="true"] {
  border-color: var(--pl-red);
}

.lander-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lander-cart-thumb-placeholder {
  background: repeating-linear-gradient(
    45deg,
    #e8dfc8 0px, #e8dfc8 2px,
    #f0e8d4 2px, #f0e8d4 16px
  );
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 9px;
  color: var(--pl-muted);
  text-transform: uppercase;
}

/* Main image — horizontal scroll-snap carousel */
.lander-cart-main-image {
  background: var(--pl-cream-dark);
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
}

.lander-cart-main-image::-webkit-scrollbar {
  display: none;
}

.lander-cart-main-image img {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  object-fit: contain;
  display: block;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.lander-cart-main-image-placeholder {
  flex: 0 0 100%;
}

.lander-cart-main-image-placeholder {
  background: repeating-linear-gradient(
    45deg,
    #e8dfc8 0px, #e8dfc8 2px,
    #f0e8d4 2px, #f0e8d4 20px
  );
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 12px;
  color: var(--pl-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.7;
}

/* "View Nutrition Label" button */
.lander-cart-nutrition-btn {
  width: 100%;
  background: #fff;
  border: 1.5px solid var(--pl-red);
  border-radius: 999px;
  padding: 14px 20px;
  font-family: var(--pl-font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--pl-red);
  cursor: pointer;
  margin-top: 16px;
  margin-left: 84px;
  width: calc(100% - 84px);
  transition: background 0.15s;
}

.lander-cart-nutrition-btn:hover {
  background: var(--pl-cream-dark);
}

/* Tested-by badge */
.lander-cart-tested {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 12px;
  margin-left: 84px;
  width: calc(100% - 84px);
}

.lander-cart-tested-icon {
  font-size: 20px;
  color: var(--pl-red);
}

.lander-cart-tested-text {
  flex: 1;
  font-family: var(--pl-font-body);
  font-size: 12px;
  color: var(--pl-text);
  line-height: 1.4;
}

.lander-cart-tested-bold {
  font-weight: 700;
}

.lander-cart-tested-pill {
  background: var(--pl-cream-dark);
  color: var(--pl-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

/* ── RIGHT COLUMN (Form, scrolls with page) ──────────────── */
.lander-cart-right {
  min-width: 0;
}

/* Header: rating */
.lander-cart-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--pl-font-body);
  font-size: 14px;
  color: var(--pl-text);
  margin-bottom: 12px;
}

.lander-cart-rating-stars {
  color: var(--pl-gold);
  letter-spacing: 1px;
  font-size: 15px;
}

.lander-cart-rating-text {
  color: var(--pl-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Header: name + subtitle */
.lander-cart-name {
  font-family: var(--pl-font-display);
  font-size: 36px;
  font-weight: 800;
  color: var(--pl-red);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 6px;
}

.lander-cart-subtitle {
  font-family: var(--pl-font-display);
  font-size: 16px;
  font-style: italic;
  color: var(--pl-red);
  margin: 0 0 20px;
}

/* Bullets row (Grüns-style with green checks) */
.lander-cart-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lander-cart-bullets li {
  font-family: var(--pl-font-body);
  font-size: 14px;
  color: var(--pl-text);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.lander-cart-bullets li::before {
  content: "✓";
  color: var(--pl-red);
  font-weight: 700;
  flex-shrink: 0;
  background: var(--pl-cream-dark);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-top: 1px;
}

/* Section labels */
.lander-cart-section-label {
  font-family: var(--pl-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--pl-red);
  margin: 24px 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.lander-cart-section-value {
  font-family: var(--pl-font-body);
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  color: var(--pl-red);
}

.lander-cart-section-label-pill {
  background: var(--pl-cream-dark);
  color: var(--pl-red);
  font-family: var(--pl-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
}

/* ── FLAVOR SELECTOR ─────────────────────────────────────── */
.lander-cart-flavors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}

.lander-cart-flavor {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--pl-border);
  border-radius: 999px;
  padding: 14px 8px;
  cursor: pointer;
  transition: all 0.15s;
  font-family: var(--pl-font-body);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--pl-red);
}

.lander-cart-flavor:hover {
  border-color: var(--pl-red);
}

.lander-cart-flavor[aria-pressed="true"] {
  background: var(--pl-cream-dark);
  border-color: var(--pl-red);
  border-width: 2px;
}

.lander-cart-flavor-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.lander-cart-flavor-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pl-yellow);
  color: var(--pl-red);
  font-family: var(--pl-font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 3px;
  white-space: nowrap;
}

/* ── QUANTITY SELECTOR ───────────────────────────────────── */
.lander-cart-quantities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.lander-cart-quantity {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--pl-border);
  border-radius: 8px;
  padding: 16px 8px 12px;
  cursor: pointer;
  transition: all 0.15s;
  font-family: var(--pl-font-body);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 100px;
}

.lander-cart-quantity:hover {
  border-color: var(--pl-red);
}

.lander-cart-quantity[aria-pressed="true"] {
  background: var(--pl-cream-dark);
  border-color: var(--pl-red);
  border-width: 2px;
}

.lander-cart-quantity-callout {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pl-gold);
  color: var(--pl-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
  line-height: 1.2;
  white-space: nowrap;
}

.lander-cart-quantity-num {
  font-family: var(--pl-font-display);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
  color: var(--pl-red);
}

.lander-cart-quantity-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pl-muted);
}

/* ── PURCHASE OPTIONS ────────────────────────────────────── */
.lander-cart-purchase-label {
  font-family: var(--pl-font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--pl-red);
  margin: 28px 0 12px;
}

.lander-cart-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lander-cart-option {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--pl-border);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s;
  overflow: hidden;
}

.lander-cart-option:hover {
  border-color: var(--pl-red);
}

.lander-cart-option[aria-pressed="true"] {
  border-color: var(--pl-red);
  border-width: 2px;
  background: var(--pl-cream-dark);
}

.lander-cart-option-banner {
  background: var(--pl-red);
  color: var(--pl-yellow);
  font-family: var(--pl-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 8px;
}

.lander-cart-option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  gap: 14px;
}

.lander-cart-option-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.lander-cart-option-radio {
  width: 20px;
  height: 20px;
  border: 2px solid var(--pl-red);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  background: #fff;
}

.lander-cart-option[aria-pressed="true"] .lander-cart-option-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pl-red);
}

.lander-cart-option-text {
  flex: 1;
  min-width: 0;
}

.lander-cart-option-title {
  font-family: var(--pl-font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--pl-red);
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.lander-cart-option-sub {
  font-family: var(--pl-font-body);
  font-size: 13px;
  color: var(--pl-muted);
  line-height: 1.4;
}

.lander-cart-option-price {
  font-family: var(--pl-font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--pl-red);
  text-align: right;
  flex-shrink: 0;
  line-height: 1.05;
}

.lander-cart-option-price-strike {
  font-family: var(--pl-font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--pl-muted);
  text-decoration: line-through;
  display: block;
}

.lander-cart-option-day {
  font-family: var(--pl-font-body);
  font-size: 11px;
  font-weight: 400;
  color: var(--pl-muted);
  display: block;
  margin-top: 2px;
}

/* Subscribe drawer (visible when subscribe is selected) */
.lander-cart-option-drawer {
  display: none;
  padding: 0 18px 16px;
  border-top: 1px dashed var(--pl-border);
}

.lander-cart-option[aria-pressed="true"] .lander-cart-option-drawer {
  display: block;
  padding-top: 14px;
}

.lander-cart-frequency {
  width: 100%;
  background: #fff;
  border: 1.5px solid var(--pl-border);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: var(--pl-font-body);
  font-size: 14px;
  color: var(--pl-red);
  font-weight: 600;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path fill='%23471c1c' d='M2 4l4 4 4-4z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 36px;
  margin-bottom: 12px;
}

.lander-cart-perks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lander-cart-perks li {
  font-family: var(--pl-font-body);
  font-size: 13px;
  color: var(--pl-red);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
}

.lander-cart-perks li::before {
  content: "✓";
  color: var(--pl-red);
  font-weight: 700;
  flex-shrink: 0;
}

/* ── ADD TO CART BUTTON ──────────────────────────────────── */
.lander-cart-cta {
  width: 100%;
  background: var(--pl-red);
  color: var(--pl-cream);
  border: none;
  border-radius: 999px;
  padding: 18px 24px;
  font-family: var(--pl-font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 24px;
  transition: opacity 0.15s, transform 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.lander-cart-cta:hover {
  opacity: 0.92;
}

.lander-cart-cta:active {
  transform: scale(0.99);
}

.lander-cart-cta-arrow {
  font-size: 18px;
}

/* Discount banner under CTA */
.lander-cart-discount-banner {
  background: var(--pl-cream-dark);
  border: 1px solid var(--pl-border);
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 12px;
  text-align: center;
  font-family: var(--pl-font-body);
  font-size: 13px;
  color: var(--pl-red);
  font-weight: 600;
}

/* ── TRUST BADGES ROW ────────────────────────────────────── */
.lander-cart-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px dashed var(--pl-border);
}

.lander-cart-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lander-cart-trust-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--pl-cream-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--pl-red);
  margin-bottom: 8px;
}

.lander-cart-trust-label {
  font-family: var(--pl-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--pl-text);
  line-height: 1.4;
  text-align: center;
}

/* ── ACCORDION SECTIONS (bottom of right column) ─────────── */
.lander-cart-accordion {
  margin-top: 32px;
  border-top: 1px solid var(--pl-border);
}

.lander-cart-accordion-item {
  border-bottom: 1px solid var(--pl-border);
}

.lander-cart-accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--pl-font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--pl-red);
  text-align: left;
}

.lander-cart-accordion-icon {
  font-size: 22px;
  font-weight: 400;
  color: var(--pl-red);
  transition: transform 0.2s;
  line-height: 1;
}

.lander-cart-accordion-item[aria-expanded="true"] .lander-cart-accordion-icon {
  transform: rotate(45deg);
}

.lander-cart-accordion-body {
  display: none;
  padding: 0 0 18px;
  font-family: var(--pl-font-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--pl-text);
  line-height: 1.6;
}

.lander-cart-accordion-item[aria-expanded="true"] .lander-cart-accordion-body {
  display: block;
}

.lander-cart-accordion-body p {
  margin: 0 0 12px;
}

.lander-cart-accordion-body p:last-child {
  margin: 0;
}

/* ── NUTRITION MODAL ─────────────────────────────────────── */
.lander-cart-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(71, 28, 28, 0.7);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lander-cart-modal.is-open {
  display: flex;
}

.lander-cart-modal-content {
  background: #fff;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  position: relative;
  padding: 24px;
}

.lander-cart-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--pl-cream-dark);
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: var(--pl-red);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.lander-cart-modal-close:hover {
  background: var(--pl-border);
}

.lander-cart-modal-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.lander-cart-modal-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: repeating-linear-gradient(
    45deg,
    #e8dfc8 0px, #e8dfc8 2px,
    #f0e8d4 2px, #f0e8d4 20px
  );
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 12px;
  color: var(--pl-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.7;
}

/* ── MOBILE RESPONSIVE ───────────────────────────────────── */
@media (max-width: 900px) {
  .lander-cart-section {
    padding: 40px 20px;
  }

  .lander-cart-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lander-cart-left {
    position: static;
  }

  .lander-cart-name {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .lander-cart-gallery-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lander-cart-thumbs {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .lander-cart-thumb {
    flex-shrink: 0;
  }

  .lander-cart-nutrition-btn,
  .lander-cart-tested {
    margin-left: 0;
    width: 100%;
  }

  .lander-cart-trust {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .lander-cart-trust-item {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }

  .lander-cart-trust-icon {
    margin-bottom: 4px;
  }

  .lander-cart-trust-label {
    text-align: center;
    font-size: 10px;
    line-height: 1.3;
  }

  .lander-cart-quantity-num {
    font-size: 24px;
  }
}

/* ============================================================
   APPEND THIS TO YOUR EXISTING lander.css
   (Judge.me Reviews Section)
   ============================================================ */

.lander-judgeme {
  background: var(--pl-cream);
  padding: 40px 24px;
}

.lander-judgeme .lander-eyebrow {
  text-align: center;
}

.lander-judgeme-headline {
  font-family: var(--pl-font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--pl-red);
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.lander-judgeme-intro {
  font-family: var(--pl-font-body);
  font-size: 17px;
  color: var(--pl-muted);
  text-align: center;
  margin: 0 auto 40px;
  max-width: 540px;
  line-height: 1.6;
}

.lander-judgeme-widget-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.lander-judgeme-placeholder {
  background: var(--pl-cream-dark);
  border: 1px dashed var(--pl-border);
  border-radius: 8px;
  padding: 48px 24px;
  text-align: center;
  font-family: var(--pl-font-body);
  font-size: 14px;
  color: var(--pl-muted);
}

@media (max-width: 768px) {
  .lander-judgeme {
    padding: 56px 20px;
  }
}


/* ============================================================
   FINAL FIX v2 — Floating Header CSS
   - CSS variables defined directly on .lander-floating-header
   - Hero gets proper margin-top to clear floating header overlap
   ============================================================ */

/* Hide the standard site header on lander pages */
body.lander-has-floating-header .shopify-section-group-header-group,
body.lander-has-floating-header sticky-header,
body.lander-has-floating-header .pungao-header-wrapper {
  display: none !important;
}

body.lander-has-floating-header {
  padding-top: 0 !important;
}

body.lander-has-floating-header {
  background: #faf8f0 !important;
}

/* Push hero down so it has breathing room from the very top */
body.lander-has-floating-header .lander-hero {
  margin-top: 150px !important;
}

@media (max-width: 768px) {
  body.lander-has-floating-header .lander-hero {
    margin-top: 150px !important;
  }
}

/* ── FLOATING HEADER (DESKTOP) ─────────────────────────────── */
.lander-floating-header {
  /* Variables defined here so they resolve */
  --pl-red: #471c1c;
  --pl-gold: #e4b245;
  --pl-yellow: #F2DA49;
  --pl-cream: #faf8f0;
  --pl-cream-dark: #faf5e1;
  --pl-font-display: 'Playfair Display', Georgia, serif;
  --pl-font-body: 'Source Serif 4', Georgia, serif;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #471c1c;
  color: #faf8f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  font-family: 'Source Serif 4', Georgia, serif;
  box-shadow: 0 2px 12px rgba(71, 28, 28, 0.12);
}

.lander-floating-header.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.lander-floating-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.lander-floating-logo {
  display: flex;
  align-items: center;
}

.lander-floating-logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #faf8f0;
}

.lander-floating-logo img {
  height: 32px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.lander-floating-logo-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #faf8f0;
  text-transform: uppercase;
}

.lander-floating-callouts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 13px;
  color: #faf8f0;
  flex-wrap: wrap;
}

.lander-floating-callout {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-weight: 600;
}

.lander-floating-callout-icon {
  color: #e4b245;
  font-size: 14px;
}

.lander-floating-callout-divider {
  color: rgba(250, 248, 240, 0.4);
  font-weight: 400;
}

.lander-floating-cta {
  background: #e4b245;
  color: #471c1c;
  border: none;
  border-radius: 999px;
  padding: 12px 24px;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.1s, background 0.15s;
  white-space: nowrap;
}

.lander-floating-cta:hover {
  opacity: 0.92;
  background: #F2DA49;
}

.lander-floating-cta:active {
  transform: scale(0.98);
}

/* ── MOBILE ────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .lander-floating-header {
    top: auto;
    bottom: 0;
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
    box-shadow: 0 -4px 16px rgba(71, 28, 28, 0.16);
  }

  .lander-floating-header.is-visible {
    transform: translateY(0);
  }

  .lander-floating-header-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 16px;
    text-align: center;
  }

  .lander-floating-logo {
    display: none;
  }

  .lander-floating-cta {
    order: 1;
    width: 100%;
    padding: 16px 20px;
    font-size: 14px;
  }

  .lander-floating-callouts {
    order: 2;
    gap: 8px;
    font-size: 11px;
    justify-content: center;
  }

  .lander-floating-callout-icon {
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .lander-floating-callouts {
    font-size: 10px;
    gap: 6px;
  }
}


/* ═══════════════════════════════════════════════════════════════
   CART WIDGET — PASS 2/3 COSMETIC OVERRIDES
   Added later than the original cart widget styles. These rules
   override earlier definitions on purpose; do not move them above
   the original rules without merging.
   ═══════════════════════════════════════════════════════════════ */

/* Open Sans for the bar labels (popular, free ship, most popular) */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap');

.lander-page {
  --pl-red-light: #f4e1e1;
  --pl-font-sans: 'Open Sans', system-ui, sans-serif;
}

/* ── 1. Column ratio: 60% photo / 40% form ─────────────────────── */
.lander-cart-grid {
  grid-template-columns: 6fr 4fr;
}
@media (max-width: 900px) {
  .lander-cart-grid {
    grid-template-columns: 1fr;
  }
}

/* ── 4. Active states ──────────────────────────────────────────── */
/* Flavor + Quantity selected = neon yellow */
.lander-cart-flavor[aria-pressed="true"],
.lander-cart-quantity[aria-pressed="true"] {
  background: var(--pl-yellow);
}
/* Subscribe + One-time selected = cream-dark (the original) */
.lander-cart-option[aria-pressed="true"] {
  background: var(--pl-cream-dark);
}

/* Benefit bullet checkmark circles: keep cream-dark for now */
.lander-cart-bullets li::before {
  background: var(--pl-cream-dark);
}

/* ── 3. Quantity buttons: full-width red top bar + smaller number ── */
.lander-cart-quantity {
  /* No top padding — bar sits flush with top edge */
  padding: 0;
  /* Round corners so the bar's red doesn't bleed past the rounded button */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* Stretch (not center) so child callout fills full button width */
  align-items: stretch;
  min-height: 100px;
}
.lander-cart-quantity-callout {
  /* Override the original floating-pill positioning — now a flush top bar */
  position: static;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--pl-red);
  color: var(--pl-cream);
  border-radius: 0;
  padding: 7px 6px;
  font-family: var(--pl-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0;
  gap: 1px;
}
.lander-cart-quantity-callout-line {
  display: block;
}
/* Number sits centered in the remaining space below the bar */
.lander-cart-quantity-num {
  font-family: var(--pl-font-body);
  font-weight: 600;
  font-size: 22px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px;
}

/* ── Bar labels: Popular badge on flavors ──────────────────────── */
.lander-cart-flavor-badge {
  background: var(--pl-red);
  color: var(--pl-cream);
  font-family: var(--pl-font-sans);
  font-weight: 700;
}

/* ── 5. Price block: strike inline-right of main, larger, body font ── */
.lander-cart-option-price-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
}
.lander-cart-option-price-main {
  font-family: var(--pl-font-body);
  font-weight: 700;
}
.lander-cart-option-price-strike {
  /* Override earlier display:block — now inline next to the price */
  display: inline;
  font-family: var(--pl-font-body);
  font-size: 16px;
  color: var(--pl-muted);
  text-decoration: line-through;
}

/* ── 7. "Most popular — Save X%" banner: shorter + smaller text ── */
.lander-cart-option-banner {
  padding: 7px 8px;
  font-family: var(--pl-font-sans);
  font-size: 11px;
  font-weight: 700;
  color: var(--pl-cream);
  letter-spacing: 0.08em;
}

/* ── 8. Accordion item titles: switch to body font (Source Serif 4) ── */
.lander-cart-accordion-header {
  font-family: var(--pl-font-body);
}

/* ── Per-flavor gallery: only show the active one ──────────────── */
.lander-cart-gallery-flavor {
  display: none;
}
.lander-cart-gallery-flavor[data-active] {
  display: block;
}

/* ── Per-flavor nutrition modal: only show the active one ──────── */
.lander-cart-modal-flavor {
  display: none;
}
.lander-cart-modal-flavor[data-active] {
  display: block;
}

/* ── Force [hidden] elements to be hidden even when display is set to flex ── */
/* Browser default [hidden] { display: none } loses to .lander-cart-perks li
   { display: flex }, so the shipping perk would show even when hidden. */
.lander-cart-perks li[hidden] {
  display: none !important;
}

@media (max-width: 640px) {
  .lander-cart-gallery-wrap {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .lander-cart-gallery-wrap .lander-cart-thumbs {
    order: 2;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .lander-cart-gallery-wrap .lander-cart-thumbs::-webkit-scrollbar {
    display: none;
  }
  .lander-cart-gallery-wrap .lander-cart-thumb {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
  }
  .lander-cart-gallery-wrap .lander-cart-main-image {
    order: 1;
    max-width: 100%;
  }
  .lander-cart-gallery-wrap .lander-cart-main-image img {
    max-width: 100%;
    height: auto;
  }
  .lander-cart-section,
  .lander-cart-grid,
  .lander-cart-left {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }
  .lander-cart-left {
    overflow-x: visible;
  }
}



/* Hide Judge.me's default "Customer Reviews" heading on the lander
   so we don't double up with our own headline above the widget */
.jdgm-rev-widg__title {
  display: none !important;
}



/* ============================================================
   PUNGAO — REAL HONEY LANDER ADDITIONS
   Appended to lander.css. All selectors scoped to .lander-page so
   brand tokens (--pl-*) are inherited and Clean Energy is untouched.
   Components: RH hero + review slider, founder story, why-raw table,
   honey tiers thermometer, raw standard cert stamp + process strip,
   product + ingredients + flavor split.
   ============================================================ */

/* ── GLOBAL RH FIXES (live-theme reconciliation) ─────────── */
/* Prevent any horizontal page scroll on mobile. The hero review slider uses a
   negative-margin breakout, and minor sub-pixel overflows elsewhere can let the
   whole page pan side to side. Clipping overflow-x on each section stops that
   without affecting vertical scroll or the slider's own internal scrolling. */
.lander-page.lander-rh-hero,
.lander-page.lander-founder,
.lander-page.lander-whyraw,
.lander-page.lander-rh-standard,
.lander-page.lander-tiers,
.lander-page.lander-product,
.lander-page.lander-cornsyrup { overflow-x: hidden; }

/* These RH sections are mobile-first single-column. Neutralize the
   shared .lander-container desktop padding so content isn't double-padded
   and squeezed into the middle. */
.lander-rh-hero .lander-container,
.lander-founder .lander-container,
.lander-whyraw .lander-container,
.lander-rh-standard .lander-container,
.lander-tiers .lander-container,
.lander-product .lander-container,
.lander-cornsyrup .lander-container {
  max-width: 640px;
  padding: 0;
}

/* Raw Standard photo/GIF slot — same dimensions as the product photo (4:5). */
.lander-rh-standard .lander-rh-standard-photo { border-radius: 8px; aspect-ratio: 4/5; overflow: hidden; margin-bottom: 22px; }
.lander-rh-standard .lander-rh-standard-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lander-rh-standard .lander-rh-standard-photo-placeholder { width: 100%; height: 100%; background: repeating-linear-gradient(45deg,#e8dfc8 0,#e8dfc8 2px,#f0e8d4 2px,#f0e8d4 20px); display: flex; align-items: center; justify-content: center; font-family: monospace; font-size: 11px; color: var(--pl-muted); text-align: center; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.6; padding: 16px; }

/* The reused reviews section keeps 24px side padding; tighten it on phones
   so it lines up with the rest of the lander (helps both landers equally). */
@media (max-width: 640px) {
  .lander-page.lander-reviews { padding-left: 18px; padding-right: 18px; }
}

/* The live theme renders body copy heavier than the mockup. Pin the
   weight back to normal across all RH sections. */
.lander-page.lander-rh-hero,
.lander-page.lander-founder,
.lander-page.lander-whyraw,
.lander-page.lander-rh-standard,
.lander-page.lander-tiers,
.lander-page.lander-product,
.lander-page.lander-cornsyrup { font-weight: 400; }
.lander-rh-hero .lander-rh-hero-sub,
.lander-rh-hero .lander-rh-hero-sub p,
.lander-founder .lander-founder-body,
.lander-founder .lander-founder-body p,
.lander-whyraw .vs-detail-inner,
.lander-rh-standard .lander-rh-standard-lead,
.lander-rh-standard .lander-rh-standard-lead p,
.lander-product .lander-product-body,
.lander-product .lander-product-body p,
.lander-cornsyrup p { font-weight: 400; }

/* Highlight clipping: generous line-height so the yellow <em> background of
   one line can't touch the text above/below. !important because the theme's
   base CSS sets heading line-height with higher specificity and was winning. */
.lander-rh-hero .lander-rh-hero-headline,
.lander-whyraw .lander-whyraw-headline,
.lander-tiers .lander-tiers-headline,
.lander-product .lander-product-headline { line-height: 1.3 !important; }
/* Tighten the highlight's own box so it doesn't add extra height into the
   neighbouring lines. */
.lander-rh-hero .lander-rh-hero-headline em,
.lander-whyraw .lander-whyraw-headline em,
.lander-tiers .lander-tiers-headline em,
.lander-product .lander-product-headline em { padding-top: 0 !important; padding-bottom: 0 !important; line-height: 1.15 !important; }

/* Hero sits under the fixed floating header on the live theme — push it
   down so the headline isn't cut off at the top of the viewport. */
.lander-page.lander-rh-hero { margin-top: 96px; }
@media (max-width: 768px) {
  .lander-page.lander-rh-hero { margin-top: 80px; }
}

/* ── RH HERO ─────────────────────────────────────────────── */
.lander-page.lander-rh-hero { background: var(--pl-cream); padding: 36px 18px 44px; }
.lander-rh-hero .lander-rh-hero-inner { max-width: 640px; margin: 0 auto; }
.lander-rh-hero .lander-rh-hero-headline { font-family: var(--pl-font-display); font-size: 38px; font-weight: 800; color: var(--pl-red); line-height: 1.18; letter-spacing: -0.02em; margin: 0 0 16px; }
.lander-rh-hero .lander-rh-hero-headline p { margin: 0; }
.lander-rh-hero .lander-rh-hero-sub { font-family: var(--pl-font-body); font-size: 16px; color: var(--pl-red); line-height: 1.6; margin: 0; }
.lander-rh-hero .lander-rh-hero-sub p { margin: 0; }
.lander-rh-hero .lander-rh-hero-img { border-radius: 6px; aspect-ratio: 4/5; overflow: hidden; margin: 24px 0; }
.lander-rh-hero .lander-rh-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lander-rh-hero .lander-rh-hero-img-placeholder { width: 100%; height: 100%; background: repeating-linear-gradient(45deg,#e8dfc8 0,#e8dfc8 2px,#f0e8d4 2px,#f0e8d4 20px); display: flex; align-items: center; justify-content: center; font-family: monospace; font-size: 11px; color: var(--pl-muted); text-align: center; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.6; padding: 16px; }
.lander-rh-hero .lander-rh-hero-cta { margin-bottom: 20px; }

/* clean trust strip */
.lander-rh-hero .lander-rh-trust { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 16px; }
.lander-rh-hero .lander-rh-trust-item { display: inline-flex; align-items: center; gap: 6px; font-family: var(--pl-font-body); font-size: 13px; font-weight: 600; color: var(--pl-red); white-space: nowrap; }
.lander-rh-hero .rh-ht-stars { color: var(--pl-gold); font-size: 13px; letter-spacing: 1px; }
.lander-rh-hero .rh-ht-ico { font-size: 13px; }
.lander-rh-hero .lander-rh-trust-sep { width: 1px; height: 12px; background: var(--pl-border); }

/* hero review slider (pure CSS scroll-snap) */
.lander-rh-hero .lander-rh-reviews { margin: 22px 0 0; }
.lander-rh-hero .lander-rh-reviews-track { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
.lander-rh-hero .lander-rh-reviews-track::-webkit-scrollbar { display: none; }
.lander-rh-hero .lander-rh-review { scroll-snap-align: center; flex: 0 0 86%; background: #fff; border: 1px solid var(--pl-border); border-radius: 10px; padding: 16px 18px; box-shadow: 0 2px 10px rgba(71,28,28,.06); }
.lander-rh-hero .lander-rh-review-stars { color: var(--pl-gold); font-size: 13px; letter-spacing: 1px; margin-bottom: 8px; }
.lander-rh-hero .lander-rh-review-body { font-family: var(--pl-font-body); font-size: 14px; font-style: italic; color: var(--pl-red); line-height: 1.5; margin: 0 0 12px; }
.lander-rh-hero .lander-rh-review-author { display: flex; align-items: center; gap: 8px; }
.lander-rh-hero .lander-rh-review-avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--pl-cream-dark); border: 1px solid var(--pl-border); display: flex; align-items: center; justify-content: center; font-family: var(--pl-font-display); font-size: 12px; font-weight: 800; color: var(--pl-red); flex-shrink: 0; text-transform: uppercase; }
.lander-rh-hero .lander-rh-review-name { font-family: var(--pl-font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--pl-red); }
.lander-rh-hero .lander-rh-review-verified { font-size: 11px; color: #2f9456; }

/* ── FOUNDER STORY ───────────────────────────────────────── */
.lander-page.lander-founder { background: var(--pl-cream-dark); padding: 40px 18px; }
.lander-founder .lander-founder-photo { border-radius: 8px; aspect-ratio: 4/3; overflow: hidden; margin-bottom: 22px; }
.lander-founder .lander-founder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lander-founder .lander-founder-photo-placeholder { width: 100%; height: 100%; background: repeating-linear-gradient(45deg,#e8dfc8 0,#e8dfc8 2px,#f0e8d4 2px,#f0e8d4 20px); display: flex; align-items: center; justify-content: center; font-family: monospace; font-size: 11px; color: var(--pl-muted); text-align: center; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.6; padding: 16px; }
.lander-founder .lander-founder-greeting { font-family: var(--pl-font-display); font-size: 26px; font-weight: 800; color: var(--pl-red); line-height: 1.2; margin: 0 0 16px; }
.lander-founder .lander-founder-body { font-family: var(--pl-font-body); font-size: 16px; color: var(--pl-red); line-height: 1.65; }
.lander-founder .lander-founder-body p { margin: 0 0 14px; }
.lander-founder .lander-founder-body strong { font-weight: 700; color: var(--pl-red); }
.lander-founder .lander-founder-pullquote { font-family: var(--pl-font-display); font-size: 23px; font-weight: 800; font-style: italic; color: var(--pl-red); line-height: 1.3; margin: 22px 0; padding-left: 16px; border-left: 4px solid var(--pl-gold); }
.lander-founder .lander-founder-sign { font-family: var(--pl-font-display); font-style: italic; font-size: 19px; color: var(--pl-red); margin-top: 22px; }

/* ── WHY RAW — vs table ──────────────────────────────────── */
.lander-page.lander-whyraw { background: var(--pl-cream); padding: 40px 18px; }
.lander-whyraw .lander-eyebrow { text-align: center; }
.lander-whyraw .lander-whyraw-headline { font-family: var(--pl-font-display); font-size: 30px; font-weight: 800; color: var(--pl-red); line-height: 1.2; margin: 0 0 22px; text-align: center; }
.lander-whyraw .lander-whyraw-headline p { margin: 0; }
.lander-whyraw .vs-table { position: relative; border: 2px solid var(--pl-red); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 6px 20px rgba(71,28,28,.12); }
.lander-whyraw .vs-header { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; background: var(--pl-red); border-bottom: 2px solid var(--pl-red); position: relative; z-index: 1; }
.lander-whyraw .vs-header-cell { padding: 14px 8px; text-align: center; }
.lander-whyraw .vs-header-cell.compound { text-align: left; padding-left: 16px; display: flex; align-items: center; }
.lander-whyraw .vs-header-cell.compound span { font-family: var(--pl-font-sans); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pl-gold); }
.lander-whyraw .vs-header-raw { background: var(--pl-red); }
.lander-whyraw .vs-col-title { font-family: var(--pl-font-display); font-size: 16px; font-weight: 800; line-height: 1; color: var(--pl-gold); }
.lander-whyraw .vs-header-cell:not(.vs-header-raw):not(.compound) .vs-col-title { color: #d9b9a8; }
.lander-whyraw .vs-col-sub { font-family: var(--pl-font-sans); font-size: 8.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 3px; color: rgba(250,248,240,.6); }
.lander-whyraw .vs-header-raw .vs-col-sub { color: var(--pl-gold); }
.lander-whyraw .vs-body { position: relative; }
.lander-whyraw .vs-row { position: relative; z-index: 1; }
.lander-whyraw .vs-row:not(:last-child) .vs-rowhead .vs-compound { border-bottom: 1px solid #ece4d2; }
.lander-whyraw .vs-toggle { display: none; }
.lander-whyraw .vs-rowhead { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; align-items: stretch; cursor: pointer; user-select: none; background: #fff; }
.lander-whyraw .vs-rowhead:hover { background: var(--pl-cream); }
.lander-whyraw .vs-compound { padding: 15px 8px 15px 16px; display: flex; align-items: center; gap: 9px; }
.lander-whyraw .vs-compound-emoji { font-size: 18px; flex-shrink: 0; }
.lander-whyraw .vs-compound-name { font-family: var(--pl-font-body); font-size: 13.5px; font-weight: 700; color: var(--pl-red); line-height: 1.2; }
.lander-whyraw .vs-compound-name .chev { font-size: 15px; color: var(--pl-gold); font-weight: 700; margin-left: 5px; transition: transform .25s; display: inline-block; }
.lander-whyraw .vs-toggle:checked ~ .vs-rowhead .chev { transform: rotate(180deg); }
.lander-whyraw .vs-cell { padding: 15px 6px; text-align: center; font-size: 19px; line-height: 1; display: flex; align-items: center; justify-content: center; }
.lander-whyraw .vs-cell.raw { background: rgba(228,178,69,.09); border-left: 1px solid var(--pl-border); border-right: 1px solid var(--pl-border); }
.lander-whyraw .vs-yes { color: #2f9456; font-weight: 700; }
.lander-whyraw .vs-no { color: #c5613f; font-weight: 700; }
.lander-whyraw .vs-partial { color: #cf9a2a; font-weight: 700; }
.lander-whyraw .vs-detail { max-height: 0; overflow: hidden; transition: max-height .35s ease; background: var(--pl-cream); position: relative; z-index: 1; }
.lander-whyraw .vs-toggle:checked ~ .vs-detail { max-height: 320px; }
.lander-whyraw .vs-detail-inner { padding: 14px 16px; font-family: var(--pl-font-body); font-size: 13.5px; line-height: 1.55; color: var(--pl-red); }
.lander-whyraw .vs-detail-inner b { font-weight: 700; }
.lander-whyraw .vs-detail-stat { display: inline-block; background: var(--pl-gold); color: var(--pl-red); font-family: var(--pl-font-sans); font-size: 11px; font-weight: 700; padding: 4px 11px; border-radius: 4px; margin-top: 8px; }
.lander-whyraw .vs-footer { background: var(--pl-red); padding: 22px 16px; text-align: center; position: relative; z-index: 1; }
.lander-whyraw .vs-footer-text { font-family: var(--pl-font-body); font-size: 14px; color: var(--pl-cream); line-height: 1.55; }
.lander-whyraw .vs-footer-text p { margin: 0; }
.lander-whyraw .vs-footer-text em { font-family: var(--pl-font-display); font-style: italic; color: var(--pl-gold); font-weight: 800; font-size: 17px; background: none; padding: 0; }
.lander-whyraw .vs-cite { font-family: var(--pl-font-sans); font-size: 10.5px; color: var(--pl-muted); line-height: 1.5; margin: 14px 4px 0; text-align: center; }

/* ── THREE KINDS — thermometer + rungs ───────────────────── */
.lander-page.lander-tiers { background: var(--pl-red); padding: 44px 18px; }
.lander-tiers .lander-eyebrow { color: var(--pl-gold); text-align: center; }
.lander-tiers .lander-tiers-headline { font-family: var(--pl-font-display); font-size: 32px; font-weight: 800; color: var(--pl-cream); line-height: 1.2; text-align: center; margin: 0 0 8px; }
.lander-tiers .lander-tiers-headline p { margin: 0; }
.lander-tiers .lander-tiers-hint { text-align: center; font-family: var(--pl-font-sans); font-size: 11px; color: #c8a090; margin: 0 0 24px; letter-spacing: 0.04em; }
.lander-tiers .ladder { display: flex; flex-direction: column; gap: 12px; }
.lander-tiers .rung { border-radius: 12px; position: relative; }
.lander-tiers .rung-toggle { display: none; }
.lander-tiers .rung-head { position: relative; display: flex; align-items: stretch; cursor: pointer; user-select: none; border-radius: 12px; }
.lander-tiers .rung-toggle:checked ~ .rung-head { border-radius: 12px 12px 0 0; }
.lander-tiers .rung-toggle:checked ~ .rung-body { border-radius: 0 0 12px 12px; overflow: hidden; max-height: 360px; }
.lander-tiers .rung-heatbar { width: 8px; flex-shrink: 0; border-radius: 12px 0 0 12px; }
.lander-tiers .rung-toggle:checked ~ .rung-head .rung-heatbar { border-radius: 12px 0 0 0; }
.lander-tiers .rung-main { flex: 1; display: flex; align-items: center; gap: 14px; padding: 15px 16px; min-width: 0; }
/* Temp badge: an inline circle at the left of each rung header. */
.lander-tiers .rung-mark { flex-shrink: 0; }
.lander-tiers .rung-mark span { width: 50px; height: 50px; border-radius: 50%; background: #fff; border: 2.5px solid; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--pl-font-sans); font-size: 13px; font-weight: 800; box-shadow: 0 2px 6px rgba(71,28,28,.15); line-height: 1; text-align: center; }
.lander-tiers .rung-mark span small { font-size: 7px; font-weight: 700; letter-spacing: 0.02em; display: block; margin-bottom: 2px; }
.lander-tiers .rung.r-bad .rung-mark span { border-color: #a84a2a; color: #a84a2a; }
.lander-tiers .rung.r-mid .rung-mark span { border-color: #d8923a; color: #a8742a; }
.lander-tiers .rung.r-good .rung-mark span { border-color: #1f7a3d; color: #1f7a3d; }
.lander-tiers .rung-mid { flex: 1; min-width: 0; }
.lander-tiers .rung-eyebrow { font-family: var(--pl-font-sans); font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.lander-tiers .rung-name { font-family: var(--pl-font-display); font-size: 21px; font-weight: 700; line-height: 1.05; }
.lander-tiers .rung-verdict { font-family: var(--pl-font-sans); font-size: 10px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin-top: 3px; display: inline-block; }
.lander-tiers .rung-chevron { flex-shrink: 0; font-size: 20px; opacity: .75; transition: transform .25s; }
.lander-tiers .rung-toggle:checked ~ .rung-head .rung-chevron { transform: rotate(180deg); }
.lander-tiers .rung-flag { position: absolute; top: 0; right: 0; background: var(--pl-gold); color: var(--pl-red); font-family: var(--pl-font-sans); font-size: 8.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 10px; border-bottom-left-radius: 8px; z-index: 2; }
.lander-tiers .rung-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; background: #fff; }
.lander-tiers .rung-body-inner { padding: 4px 16px 16px 16px; }
.lander-tiers .rung-row { display: flex; gap: 10px; padding: 8px 0; border-top: 1px dashed #e6dcc6; font-family: var(--pl-font-body); font-size: 13px; color: var(--pl-red); }
.lander-tiers .rung-row-k { flex: 0 0 84px; font-family: var(--pl-font-sans); font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pl-muted); padding-top: 2px; }
/* rung tones */
.lander-tiers .rung.r-bad { background: #f6ddd3; }
.lander-tiers .rung.r-bad .rung-heatbar { background: #a84a2a; }
.lander-tiers .rung.r-bad .rung-eyebrow { color: #a84a2a; }
.lander-tiers .rung.r-bad .rung-name { color: #8a3a22; }
.lander-tiers .rung.r-bad .rung-verdict { color: #a84a2a; }
.lander-tiers .rung.r-mid { background: var(--pl-cream-dark); }
.lander-tiers .rung.r-mid .rung-heatbar { background: #d8923a; }
.lander-tiers .rung.r-mid .rung-eyebrow { color: #a8742a; }
.lander-tiers .rung.r-mid .rung-name { color: #7a5614; }
.lander-tiers .rung.r-mid .rung-verdict { color: #a8742a; }
.lander-tiers .rung.r-good { background: #fff; border: 2px solid var(--pl-gold); }
.lander-tiers .rung.r-good .rung-heatbar { background: #1f7a3d; }
.lander-tiers .rung.r-good .rung-eyebrow { color: #1f7a3d; }
.lander-tiers .rung.r-good .rung-name { color: var(--pl-red); }
.lander-tiers .rung.r-good .rung-verdict { color: #1f7a3d; }

/* ── RAW STANDARD — cert stamp + process strip ───────────── */
.lander-page.lander-rh-standard { background: var(--pl-cream-dark); padding: 40px 18px; }
.lander-rh-standard .lander-eyebrow { text-align: center; }
.lander-rh-standard .lander-rh-standard-headline { font-family: var(--pl-font-display); font-size: 28px; font-weight: 800; color: var(--pl-red); line-height: 1.2; text-align: center; margin: 0 0 24px; }
.lander-rh-standard .lander-rh-standard-headline p { margin: 0; }
.lander-rh-standard .cert-stamp { width: 210px; height: 210px; margin: 0 auto 34px; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #e8b84a; border: 9px solid #b9871f; box-shadow: 0 6px 14px rgba(71,28,28,.28); }
.lander-rh-standard .cert-scallop { display: none; }
.lander-rh-standard .cert-disc { display: none; }
.lander-rh-standard .cert-ring-inner { position: absolute; inset: 16px; border-radius: 50%; border: 1.5px solid rgba(71,28,28,.55); z-index: 2; }
.lander-rh-standard .cert-core { text-align: center; z-index: 3; padding: 0 12px; position: relative; }
.lander-rh-standard .cert-core-top { font-family: var(--pl-font-sans); font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(71,28,28,.7); }
.lander-rh-standard .cert-core-num { font-family: var(--pl-font-display); font-size: 52px; font-weight: 800; color: var(--pl-red); line-height: 1; margin: 1px 0; }
.lander-rh-standard .cert-core-num span { font-size: 21px; vertical-align: super; }
.lander-rh-standard .cert-core-label { font-family: var(--pl-font-display); font-size: 14px; font-weight: 800; font-style: italic; color: var(--pl-red); }
.lander-rh-standard .cert-core-sub { font-family: var(--pl-font-sans); font-size: 8.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pl-red); margin-top: 6px; }
.lander-rh-standard .cert-arc { position: absolute; inset: 0; z-index: 3; }
.lander-rh-standard .cert-arc text { font-family: var(--pl-font-sans); font-size: 9px; font-weight: 700; letter-spacing: 0.15em; fill: var(--pl-red); text-transform: uppercase; }
.lander-rh-standard .process-strip { margin: 4px 0 20px; }
.lander-rh-standard .process-strip-title { font-family: var(--pl-font-sans); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pl-muted); text-align: center; margin-bottom: 14px; }
.lander-rh-standard .process-steps { display: flex; align-items: flex-start; justify-content: center; gap: 4px; }
.lander-rh-standard .process-step { flex: 1; max-width: 100px; text-align: center; }
.lander-rh-standard .process-step-dot { font-size: 26px; margin-bottom: 6px; }
.lander-rh-standard .process-step-name { font-family: var(--pl-font-display); font-size: 14px; font-weight: 700; color: var(--pl-red); line-height: 1.1; }
.lander-rh-standard .process-step-sub { font-family: var(--pl-font-sans); font-size: 9.5px; color: var(--pl-muted); margin-top: 2px; line-height: 1.3; }
.lander-rh-standard .process-arrow { color: var(--pl-gold); font-size: 16px; padding-top: 8px; flex-shrink: 0; }
.lander-rh-standard .lander-rh-standard-lead { font-family: var(--pl-font-body); font-size: 15px; color: var(--pl-red); line-height: 1.65; margin-bottom: 20px; }
.lander-rh-standard .lander-rh-standard-lead p { margin: 0 0 12px; }

/* ── PRODUCT + INGREDIENTS + FLAVOR SPLIT ────────────────── */
.lander-page.lander-product { background: var(--pl-cream); padding: 40px 18px; }
.lander-product .lander-product-photo { border-radius: 8px; aspect-ratio: 4/5; overflow: hidden; margin-bottom: 22px; }
.lander-product .lander-product-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lander-product .lander-product-photo-placeholder { width: 100%; height: 100%; background: repeating-linear-gradient(45deg,#e8dfc8 0,#e8dfc8 2px,#f0e8d4 2px,#f0e8d4 20px); display: flex; align-items: center; justify-content: center; font-family: monospace; font-size: 11px; color: var(--pl-muted); text-align: center; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.6; padding: 16px; }
.lander-product .lander-product-headline { font-family: var(--pl-font-display); font-size: 28px; font-weight: 800; color: var(--pl-red); line-height: 1.2; margin: 0 0 14px; }
.lander-product .lander-product-headline p { margin: 0; }
.lander-product .lander-product-body { font-family: var(--pl-font-body); font-size: 15px; color: var(--pl-red); line-height: 1.65; margin-bottom: 22px; }
.lander-product .lander-product-body p { margin: 0 0 12px; }
.lander-product .lander-ing-stack { display: flex; flex-direction: column; gap: 12px; }
.lander-product .lander-ing-card { background: var(--pl-cream-dark); border: 1px solid var(--pl-border); border-radius: 8px; overflow: hidden; display: flex; align-items: stretch; }
.lander-product .lander-ing-img { flex: 0 0 96px; position: relative; }
.lander-product .lander-ing-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lander-product .lander-ing-img .ph { width: 100%; height: 100%; }
.lander-product .lander-ing-body { padding: 14px 16px; flex: 1; }
.lander-product .lander-ing-label { font-family: var(--pl-font-sans); font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #b07d1a; margin-bottom: 4px; }
.lander-product .lander-ing-body h3 { font-family: var(--pl-font-display); font-size: 18px; font-weight: 700; color: var(--pl-red); margin: 0 0 4px; line-height: 1.15; }
.lander-product .lander-ing-body p { font-family: var(--pl-font-body); font-size: 13px; line-height: 1.5; color: var(--pl-muted); margin: 0; }
.lander-product .flavor-block { margin-top: 2px; background: var(--pl-cream-dark); border: 1px solid var(--pl-border); border-radius: 8px; overflow: hidden; }
.lander-product .flavor-block-head { padding: 16px 16px 4px; }
.lander-product .flavor-block-label { font-family: var(--pl-font-sans); font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #b07d1a; margin-bottom: 4px; }
.lander-product .flavor-block-head h3 { font-family: var(--pl-font-display); font-size: 17px; font-weight: 700; color: var(--pl-red); margin: 0 0 5px; line-height: 1.15; }
.lander-product .flavor-block-head p { font-family: var(--pl-font-body); font-size: 13px; line-height: 1.5; color: var(--pl-muted); margin: 0 0 12px; }
.lander-product .flavor-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--pl-border); border-top: 1px solid var(--pl-border); }
.lander-product .flavor-col { background: var(--pl-cream-dark); padding: 14px; text-align: center; }
.lander-product .flavor-col-img { aspect-ratio: 1/1; border-radius: 6px; overflow: hidden; margin-bottom: 10px; position: relative; }
.lander-product .flavor-col-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lander-product .flavor-col-img .ph { width: 100%; height: 100%; border: none; font-size: 9px; }
.lander-product .flavor-col-name { font-family: var(--pl-font-display); font-size: 16px; font-weight: 700; color: var(--pl-red); margin-bottom: 3px; }
.lander-product .flavor-col-taste { font-family: var(--pl-font-body); font-size: 12.5px; line-height: 1.45; color: var(--pl-muted); }

/* ── CORN SYRUP CALLOUT ──────────────────────────────────── */
.lander-page.lander-cornsyrup { background: var(--pl-red); padding: 44px 18px; }
.lander-cornsyrup .cornsyrup-photo { aspect-ratio: 4/5; border-radius: 8px; overflow: hidden; margin-bottom: 22px; }
.lander-cornsyrup .cornsyrup-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lander-cornsyrup .cornsyrup-photo-placeholder { width: 100%; height: 100%; background: repeating-linear-gradient(45deg,rgba(255,255,255,.04) 0,rgba(255,255,255,.04) 2px,rgba(255,255,255,.08) 2px,rgba(255,255,255,.08) 20px); display: flex; align-items: center; justify-content: center; font-family: monospace; font-size: 11px; color: rgba(250,248,240,.35); text-align: center; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.6; padding: 16px; border: 1px solid rgba(228,178,69,.2); }
.lander-cornsyrup .cornsyrup-tag { display: inline-block; font-family: var(--pl-font-sans); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pl-red); background: var(--pl-gold); padding: 4px 10px; border-radius: 3px; margin-bottom: 14px; }
.lander-cornsyrup .cornsyrup-headline { font-family: var(--pl-font-display); font-size: 26px; font-weight: 700; color: var(--pl-gold); margin: 0 0 12px; line-height: 1.2; }
.lander-cornsyrup .cornsyrup-body p { font-family: var(--pl-font-body); font-size: 16px; line-height: 1.6; color: #e8d3c4; margin: 0 0 10px; }
.lander-cornsyrup .cornsyrup-body p:last-child { margin: 0; }

/* ── RH REVIEWS — attached product photo ─────────────────── */
/* A user-submitted style photo attached to the review (e.g. someone using the
   product), shown as a rounded rectangle in the card body. Optional per review.
   Scoped to .lander-rh-reviews so Clean Energy is untouched. */
.lander-rh-reviews .lander-review-body { flex-grow: 0; }
.lander-rh-reviews .lander-review-photo { width: 100%; aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; background: var(--pl-cream-dark); border: 1px solid var(--pl-border); margin: 0 0 16px; }
.lander-rh-reviews .lander-review-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Author pinned to the bottom of the card regardless of whether a photo exists */
.lander-rh-reviews .lander-review-author { margin-top: auto; }



/* Influencer hero headline: thinner Playfair + tight tracking (influencer page only) */
.lander-inf-hero .lander-rh-hero-headline,
.lander-inf-hero .lander-rh-hero-headline p,
.lander-inf-hero .lander-rh-hero-headline em {
  font-weight: 400 !important;
  letter-spacing: -0.05em !important;
}


.lander-inf-hero-attribution { text-align: center; }
.lander-inf-hero-attribution .lander-inf-note-card { display: inline-flex; }









/* ═══════════════════════════════════════════════════════════════
   CART WIDGET — DUAL PRODUCT SELECTOR (Sept 2026)
   New classes only. Nothing above is overridden. Lift this block
   into lander-cart-widget.css when lander.css is split.
   ═══════════════════════════════════════════════════════════════ */

/* Per-product content blocks (header, flavor row, accordion).
   Only rendered when the product selector is on. */
.lander-page [data-product-scope] {
  display: none;
}
.lander-page [data-product-scope][data-active] {
  display: block;
}

/* Selector: two cards side by side, image on top, name strip below */
.lander-cart-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 8px;
}

/* Each card keeps its own product's accent (--card-accent, set inline)
   regardless of which product is selected. */
.lander-cart-product {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--pl-border);
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  font-family: var(--pl-font-body);
  color: var(--card-accent, var(--pl-red));
  transition: border-color 0.15s;
}

.lander-cart-product:hover {
  border-color: var(--card-accent, var(--pl-red));
}

.lander-cart-product[aria-pressed="true"] {
  border-color: var(--card-accent, var(--pl-red));
  border-width: 2px;
}

.lander-cart-product .lander-cart-flavor-badge {
  background: var(--card-accent, var(--pl-red));
}

/* Badge reuses .lander-cart-flavor-badge; it sits top-right above the image */
.lander-cart-product .lander-cart-flavor-badge {
  top: 8px;
  right: 8px;
  z-index: 1;
}

.lander-cart-product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: var(--pl-cream-dark);
  overflow: hidden;
}

.lander-cart-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lander-cart-product-img .lander-cart-thumb-placeholder {
  width: 100%;
  height: 100%;
}

.lander-cart-product-text {
  display: block;
  padding: 10px 8px 12px;
  background: #fff;
  border-top: 1px solid var(--pl-border);
  transition: background 0.15s;
}

.lander-cart-product[aria-pressed="true"] .lander-cart-product-text {
  background: var(--pl-yellow);
  border-top-color: var(--card-accent, var(--pl-red));
}

.lander-cart-product-name {
  display: block;
  font-family: var(--pl-font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.lander-cart-product-sub {
  display: block;
  font-size: 12px;
  color: var(--pl-muted);
  line-height: 1.3;
  margin-top: 3px;
}

.lander-cart-product[aria-pressed="true"] .lander-cart-product-sub {
  color: var(--card-accent, var(--pl-red));
}

@media (max-width: 380px) {
  .lander-cart-product-name { font-size: 15px; }
  .lander-cart-product-sub { font-size: 11px; }
}
