/** Shopify CDN: Minification failed

Line 2659: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: 1fr 1fr;
  gap: 10px;
  margin-bottom: 8px;
}

.lander-cart-flavor {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--pl-border);
  border-radius: 999px;
  padding: 14px 16px;
  cursor: pointer;
  transition: all 0.15s;
  font-family: var(--pl-font-body);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  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: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}

.lander-cart-flavor-badge {
  position: absolute;
  top: -10px;
  right: 12px;
  background: var(--pl-yellow);
  color: var(--pl-red);
  font-family: var(--pl-font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  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;
}