/* ============================================================
   Le Cayenne — Web v3 styles (additive)
   Loaded AFTER styles.css + styles-v2.css
   ============================================================ */

/* ===== Animated counter ===== */
.lc-counter {
  font-variant-numeric: tabular-nums;
  display: inline-block;
}

/* ===== Press strip ===== */
.lc-press {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  background: var(--paper);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-1);
  margin-top: 28px;
}
@media (min-width: 700px) { .lc-press { grid-template-columns: repeat(5, 1fr); gap: 20px; } }
.lc-press-item {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; text-align: center;
}
.lc-press-logo {
  font-family: var(--font-display); font-size: 22px;
  color: var(--ink); opacity: 0.45;
  letter-spacing: -0.005em; text-transform: uppercase;
  transition: opacity var(--dur-base) var(--ease-spring), transform var(--dur-base) var(--ease-spring);
}
.lc-press-item:hover .lc-press-logo { opacity: 1; transform: scale(1.08); color: var(--orange); }
.lc-press-quote { font-size: 11px; color: var(--gray-3); font-style: italic; }

/* ===== Comparison ===== */
.lc-compare {
  background: var(--ink); color: #fff;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--shadow-3);
  overflow: hidden;
  position: relative;
}
.lc-compare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}
@media (min-width: 700px) { .lc-compare-grid { grid-template-columns: repeat(2, 1fr); } }
.lc-compare-col {
  border-radius: 18px; padding: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.lc-compare-col.is-us {
  background: var(--yellow); color: var(--ink); border-color: var(--yellow);
}
.lc-compare-col h4 {
  margin: 0 0 16px;
  font-family: var(--font-display); font-size: 22px;
  text-transform: uppercase; letter-spacing: -0.005em;
}
.lc-compare-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.lc-compare-col li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 13.5px; line-height: 1.45;
}
.lc-compare-col li::before {
  content: '✕'; flex-shrink: 0; width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(215,38,56,0.18); color: var(--red-text);
  border-radius: 999px; font-size: 11px; font-weight: 700;
}
.lc-compare-col.is-us li::before {
  content: '✓'; background: var(--ink); color: var(--yellow); font-size: 11px;
}

/* ===== FAQ accordion ===== */
.lc-faq { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.lc-faq-item {
  background: var(--paper);
  border-radius: 18px;
  box-shadow: var(--shadow-1);
  overflow: hidden;
}
.lc-faq-q {
  width: 100%; background: transparent; border: 0;
  padding: 20px 22px;
  display: flex; align-items: center; justify-content: space-between;
  font: inherit; text-align: left;
  font-size: 15px; font-weight: 700; color: var(--ink);
  cursor: pointer;
}
.lc-faq-q:hover { background: var(--cream); }
.lc-faq-q-icon {
  width: 32px; height: 32px; border-radius: 999px;
  background: var(--cream); color: var(--ink);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform var(--dur-base) var(--ease-spring), background var(--dur-base) var(--ease-spring);
}
.lc-faq-item.is-open .lc-faq-q-icon { transform: rotate(45deg); background: var(--orange); color: #fff; }
.lc-faq-a {
  padding: 0 22px;
  max-height: 0; overflow: hidden;
  transition: max-height var(--dur-base) var(--ease-spring), padding var(--dur-base) var(--ease-spring);
}
.lc-faq-item.is-open .lc-faq-a {
  max-height: 400px; padding: 0 22px 22px;
}
.lc-faq-a p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--gray-4); }

/* ===== Item detail modal ===== */
.lc-detail {
  display: grid; grid-template-columns: 1fr;
  height: 100%; min-height: 0;
}
@media (min-width: 800px) { .lc-detail { grid-template-columns: 1fr 1fr; } }
.lc-detail-art {
  background: linear-gradient(160deg, var(--yellow), var(--orange));
  display: flex; align-items: center; justify-content: center;
  position: relative;
  min-height: 280px;
  overflow: hidden;
}
.lc-detail-art-emoji { font-size: clamp(120px, 16vw, 200px); filter: drop-shadow(0 24px 32px rgba(0,0,0,0.18)); }
.lc-detail-art-badges {
  position: absolute; top: 20px; left: 20px;
  display: flex; gap: 8px; flex-wrap: wrap;
}
.lc-detail-body {
  padding: clamp(24px, 3vw, 40px);
  display: flex; flex-direction: column; overflow-y: auto;
  min-height: 0;
}
/* [W3-HEAL P1-02 2026-06-06] eyebrow orange on white 3.11:1 fails (11px) → --orange-text 5.18:1. */
.lc-detail-eyebrow { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange-text); }
.lc-detail-title {
  margin: 8px 0 4px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px); line-height: 0.95;
  letter-spacing: -0.005em; text-transform: uppercase;
}
.lc-detail-desc {
  font-size: 15px; line-height: 1.55; color: var(--gray-4);
  margin: 12px 0 0;
}
.lc-detail-info {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-top: 18px;
}
.lc-detail-info-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--cream-2);
  padding: 6px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--ink);
}
.lc-detail-nutr {
  margin-top: 22px;
  background: var(--cream); border-radius: 16px;
  padding: 16px;
}
.lc-detail-nutr h5 { margin: 0 0 12px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gray-3); }
.lc-detail-nutr-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; text-align: center; }
.lc-detail-nutr-cell { padding: 4px 0; }
.lc-detail-nutr-cell b { display: block; font-family: var(--font-display); font-size: 22px; color: var(--ink); line-height: 1; }
.lc-detail-nutr-cell span { display: block; font-size: 10px; color: var(--gray-3); margin-top: 4px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; }
.lc-detail-alle { margin-top: 14px; display: flex; gap: 6px; flex-wrap: wrap; }
.lc-detail-foot {
  margin-top: auto;
  padding-top: 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  border-top: 1px solid var(--gray-1);
}
.lc-detail-price { font-family: var(--font-display); font-size: clamp(32px, 3vw, 42px); color: var(--orange); }

/* ===== Loyalty v3 leaderboard + challenge ===== */
.lc-leader {
  background: var(--paper); border-radius: 22px;
  padding: 22px; box-shadow: var(--shadow-1);
}
.lc-leader-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.lc-leader-head h4 { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gray-3); margin: 0; }
.lc-leader-head em { font-style: normal; font-size: 11px; color: var(--orange-text); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.lc-leader-row {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--gray-1);
}
.lc-leader-row:last-child { border-bottom: 0; }
.lc-leader-row.is-me { background: var(--yellow-soft); margin: 0 -10px; padding: 10px; border-radius: 12px; border-bottom: 0; }
.lc-leader-rank {
  font-family: var(--font-display); font-size: 24px;
  color: var(--gray-3); width: 30px;
}
/* [WADV-2 heal 2026-06-10] orange-as-text on yellow-soft = 2.81:1 (fail). --orange-text (#C2410C) = AA. */
.lc-leader-row.is-me .lc-leader-rank { color: var(--orange-text); }
.lc-leader-row.top .lc-leader-rank { color: var(--orange-text); }
.lc-leader-avatar {
  width: 36px; height: 36px; border-radius: 999px;
  background: var(--ink); color: var(--yellow);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 14px;
}
/* [WADV-2 heal 2026-06-10] white-on-orange fill = 3.11:1 (fail). Darken bg to --orange-text → white-on-#C2410C = 4.86:1 AA. */
.lc-leader-row.is-me .lc-leader-avatar { background: var(--orange-text); color: #fff; }
.lc-leader-name { flex: 1; font-weight: 700; font-size: 14px; }
.lc-leader-name em { font-style: normal; color: var(--orange-text); font-size: 10px; margin-left: 6px; letter-spacing: 0.12em; }
.lc-leader-pts { font-family: var(--font-mono); font-weight: 700; color: var(--orange-text); }

.lc-challenge {
  margin-top: 16px;
  background: var(--ink); color: #fff;
  border-radius: 22px; padding: 22px;
  position: relative; overflow: hidden;
}
.lc-challenge::after {
  content: ''; position: absolute;
  top: -50px; right: -50px;
  width: 180px; height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,217,61,0.3), transparent 60%);
  pointer-events: none;
}
.lc-challenge-head { display: flex; align-items: center; gap: 12px; }
.lc-challenge-head .ic {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--yellow); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; flex-shrink: 0;
}
.lc-challenge h4 { margin: 0; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--yellow); }
.lc-challenge p { font-family: var(--font-display); font-size: 26px; line-height: 1; margin: 4px 0 0; text-transform: uppercase; letter-spacing: -0.005em; }
.lc-challenge-progress { margin-top: 18px; }
.lc-challenge-progress-bar { height: 8px; background: rgba(255,255,255,0.1); border-radius: 999px; overflow: hidden; }
.lc-challenge-progress-bar > i { display: block; height: 100%; background: linear-gradient(90deg, var(--orange), var(--yellow)); border-radius: 999px; }
.lc-challenge-progress-labels { display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,0.6); margin-top: 8px; }

/* ===== About v3 team strip ===== */
.lc-team {
  display: grid; gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) { .lc-team { grid-template-columns: repeat(3, 1fr); } }
.lc-team-card {
  background: var(--paper); border-radius: 22px;
  padding: 24px; text-align: center;
  box-shadow: var(--shadow-1);
}
.lc-team-avatar {
  width: 90px; height: 90px; border-radius: 999px;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 36px;
  color: var(--ink);
  margin: 0 auto 14px;
  box-shadow: var(--shadow-1);
}
.lc-team-name { font-family: var(--font-display); font-size: 24px; line-height: 1; text-transform: uppercase; letter-spacing: -0.005em; }
/* [W3-HEAL-R2 P1-A 2026-06-06] 11px mono caption orange on white card = 3.11:1 FAIL → --orange-text 5.18:1. about-only class. */
.lc-team-role { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange-text); margin-top: 6px; }
.lc-team-bio { font-size: 13px; color: var(--gray-4); margin-top: 10px; line-height: 1.5; }

/* ===== Suggested add-ons (cart) ===== */
.lc-cart-suggest {
  margin-top: 12px;
  background: var(--cream); border-radius: 16px; padding: 14px;
}
.lc-cart-suggest h5 { margin: 0 0 10px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gray-3); }
.lc-cart-suggest-row {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--gray-2);
}
.lc-cart-suggest-row:last-child { border-bottom: 0; }
.lc-cart-suggest-thumb {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  flex-shrink: 0;
}
.lc-cart-suggest-body { flex: 1; min-width: 0; }
.lc-cart-suggest-name { font-weight: 700; font-size: 13px; }
.lc-cart-suggest-price { font-family: var(--font-mono); font-size: 11px; color: var(--orange-text); font-weight: 700; }
.lc-cart-suggest-add {
  background: var(--ink); color: #fff; border: 0;
  width: 30px; height: 30px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
}
.lc-cart-suggest-add:hover { background: var(--orange); }
