/* Variant C — muted wine chapter bands.
   This layer is intentionally scoped to .lv-c on the landing page. */

.lv-chapter {
  display: none;
  position: relative;
  z-index: 1;
}

.lv-chapter-no,
.lv-chapter-name,
.lv-chapter-rule {
  display: block;
}

.lv-chapter-no {
  color: var(--antique-gold);
  font: 500 12px/1 "Newsreader", Georgia, serif;
  letter-spacing: 0.08em;
}

.lv-chapter-name {
  color: var(--text-muted);
  font: 600 10.5px/1.4 "Instrument Sans", system-ui, sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lv-chapter-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 164, 95, 0.05), rgba(200, 164, 95, 0.42));
}

.lv-chapter-rule:last-child {
  background: linear-gradient(90deg, rgba(200, 164, 95, 0.42), rgba(200, 164, 95, 0.05));
}

body.face-first-mobile.dark-plum-mobile .lv-c .section,
body.face-first-mobile.dark-plum-mobile .lv-c .experience-proof-section {
  border-top: 0;
}

body.face-first-mobile.dark-plum-mobile .lv-c .lv-chapter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 46px 20px 0;
}

body.face-first-mobile.dark-plum-mobile .lv-c .lv-chapter + * {
  padding-top: 16px;
}

.lv-c .lv-chapter-rule {
  display: none;
}

.lv-c .lv-chapter-no {
  order: 2;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(200, 164, 95, 0.4);
  border-radius: 50%;
  font-size: 11px;
  line-height: 24px;
  text-align: center;
}

.lv-c .lv-chapter-name {
  order: 1;
  color: rgba(247, 238, 232, 0.62);
  letter-spacing: 0.28em;
}

body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="proof"],
body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="voices"],
body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="risk"],
body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="decision"] {
  background: #2c1420;
}

body.face-first-mobile.dark-plum-mobile .lv-c .lv-chapter[data-chap="proof"],
body.face-first-mobile.dark-plum-mobile .lv-c .lv-chapter[data-chap="voices"],
body.face-first-mobile.dark-plum-mobile .lv-c .lv-chapter[data-chap="risk"],
body.face-first-mobile.dark-plum-mobile .lv-c .lv-chapter[data-chap="decision"] {
  padding-top: 56px;
  background: linear-gradient(180deg, #150d15 0%, #2c1420 100%);
}

body.face-first-mobile.dark-plum-mobile .lv-c .lv-chapter[data-chap="process"],
body.face-first-mobile.dark-plum-mobile .lv-c .lv-chapter[data-chap="intention"],
body.face-first-mobile.dark-plum-mobile .lv-c .lv-chapter[data-chap="answers"] {
  padding-top: 56px;
  background: linear-gradient(180deg, #2c1420 0%, #150d15 100%);
}

body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="process"],
body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="intention"],
body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="result"],
body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="fit"],
body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="answers"] {
  background: #150d15;
}

body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="voices"] .landing-testimonial,
body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="risk"] .refund-guarantee-card,
body.face-first-mobile.dark-plum-mobile .lv-c [data-chap="proof"] .experience-proof-details {
  border-color: rgba(247, 238, 232, 0.12);
  background: rgba(12, 6, 11, 0.34);
}

body.face-first-mobile.dark-plum-mobile .lv-c .footer {
  background: #1d0e18;
}
