/* =====================================================
   ALEXANDRE RAFIIE — V4 EDITORIAL DELUXE
   ===================================================== */

:root {
  /* Échelle modulaire (Perfect Fourth 1.333) */
  --s-0: 13px;
  --s-1: 16px;
  --s-2: 19px;
  --s-3: 24px;
  --s-4: 32px;
  --s-5: 44px;
  --s-6: 60px;
  --s-7: 84px;
  --s-8: 120px;
  --s-9: 168px;
  --s-10: 240px;

  /* Couleurs — palette resserrée */
  --ink: #0c0a08;
  --ink-2: #14110d;
  --ink-3: #1c1814;
  --char: #2a241e;

  --paper: #f5efe2;
  --paper-2: #ede5d2;
  --cream: #faf6ec;
  --bone: #e8ddc4;
  --rust: #8a4a2a;

  --gold: #b8924f;
  --gold-light: #d6b27a;
  --gold-deep: #6f5630;

  --t-dark: #1a1310;
  --t-dark-2: #4a3d33;
  --t-dark-3: #7a695a;
  --t-light: #f5efe2;
  --t-light-2: rgba(245, 239, 226, 0.78);
  --t-light-3: rgba(245, 239, 226, 0.5);

  --shadow-1: 0 4px 24px -4px rgba(20, 14, 10, 0.1);
  --shadow-2: 0 18px 60px -10px rgba(20, 14, 10, 0.2);
  --shadow-3: 0 30px 80px -20px rgba(10, 8, 7, 0.5);

  --easing: cubic-bezier(0.16, 1, 0.3, 1);
  --easing-out: cubic-bezier(0.22, 1, 0.36, 1);

  --max-w: 1240px;
  --narrow-w: 760px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: var(--s-1);
  line-height: 1.65;
  color: var(--t-dark);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-feature-settings: "kern", "liga", "ss01";
  font-variant-numeric: oldstyle-nums proportional-nums;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
em { font-style: italic; }

h1, h2, h3, h4, .serif {
  font-family: 'DM Serif Display', 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-variation-settings: 'opsz' 144;
  text-wrap: balance;
}

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--s-4);
}
.narrow { max-width: var(--narrow-w); }

@media (max-width: 720px) {
  .container { padding: 0 var(--s-3); }
}

/* Tabular nums sur stats */
.tabnums, b, .stat, .p-stat, .ccp-num, .scs-num, .cf-num, .hf-stat b, .lh-time, .el-num, .ed-num {
  font-variant-numeric: tabular-nums lining-nums;
}

/* ====================================================
   FILET D'OR VIVANT
   ==================================================== */
.goldline {
  position: fixed;
  top: 0; left: 28px;
  width: 2px;
  height: 100vh;
  z-index: 50;
  pointer-events: none;
}
.gl-track {
  position: relative;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(184, 146, 79, 0.2) 18%, rgba(184, 146, 79, 0.2) 82%, transparent 100%);
}
.gl-fill {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: var(--scroll-y, 0%);
  background: linear-gradient(180deg, transparent 0%, var(--gold-light) 30%, var(--gold) 100%);
  filter: drop-shadow(0 0 6px rgba(214, 178, 122, 0.6));
  transition: height 0.05s linear;
}
.gl-dot {
  position: absolute;
  left: -4px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 14px var(--gold-light), 0 0 32px rgba(214, 178, 122, 0.5);
  top: calc(var(--scroll-y, 0%) - 5px);
  transition: top 0.05s linear;
}
@media (max-width: 880px) { .goldline { display: none; } }

/* ====================================================
   NAV
   ==================================================== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px 0;
  transition: all 0.4s var(--easing);
}
.nav.scrolled {
  background: rgba(12, 10, 8, 0.92);
  backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid rgba(184, 146, 79, 0.12);
  padding: 14px 0;
}
.nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 var(--s-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--cream);
}
.logo-mark {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  display: grid;
  place-items: center;
  letter-spacing: -0.02em;
}
.logo-text {
  font-family: 'DM Serif Display', serif;
  font-size: var(--s-2);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.logo-text em { font-style: italic; color: var(--gold-light); }

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  color: var(--cream);
  font-size: 13px;
  font-weight: 500;
  opacity: 0.78;
  transition: opacity 0.2s, color 0.2s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 1px;
  background: var(--gold-light);
  transition: width 0.5s var(--easing-out);
}
.nav-links a:hover { opacity: 1; color: var(--gold-light); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  min-height: 44px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink) !important;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.4s var(--easing);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.nav-cta:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -6px rgba(184, 146, 79, 0.5);
}

@media (max-width: 880px) { .nav-links { display: none; } }

/* ====================================================
   STICKY MOBILE CTA
   ==================================================== */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 99;
  background: rgba(12, 10, 8, 0.96);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(184, 146, 79, 0.2);
  padding: 12px 16px env(safe-area-inset-bottom);
}
.sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold), var(--gold-light));
  color: var(--ink);
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  min-height: 50px;
  box-shadow: 0 8px 24px -4px rgba(184, 146, 79, 0.5);
}
.sc-price {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 880px) { .sticky-cta { display: block; } }

/* ====================================================
   HERO ÉDITORIAL ÉPURÉ
   ==================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--paper);
  padding: 110px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 20% 10%, rgba(184, 146, 79, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 50% 30% at 80% 90%, rgba(138, 74, 42, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.hero-edition {
  position: relative;
  z-index: 2;
  margin-bottom: var(--s-6);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--gold-deep);
  letter-spacing: 0.02em;
  border-top: 1px solid rgba(138, 74, 42, 0.18);
  border-bottom: 1px solid rgba(138, 74, 42, 0.18);
  padding-top: 14px;
  padding-bottom: 14px;
}
.ed-num { text-align: left; }
.ed-num i { font-style: italic; font-weight: 600; color: var(--rust); }
.ed-date { text-align: center; color: var(--t-dark-3); font-style: normal; letter-spacing: 0.18em; text-transform: uppercase; font-size: 11px; font-weight: 500; font-family: 'Inter', sans-serif; }
.ed-issue { text-align: right; color: var(--t-dark-3); font-size: 13px; }
.ed-issue strong { color: var(--rust); }

@media (max-width: 720px) {
  .hero-edition { grid-template-columns: 1fr 1fr; }
  .ed-issue { display: none; }
}

.hero-stage {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: var(--s-6);
  align-items: center;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--s-4);
  width: 100%;
}

.hero-portrait {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--ink-2);
  margin: 0;
}
.hero-portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 30% 20%;
  filter: grayscale(0.6) contrast(1.05) brightness(0.92);
  transition: transform 1.4s var(--easing);
}
.hero-portrait:hover img { transform: scale(1.04); filter: grayscale(0.4) contrast(1.05) brightness(0.95); }
.hp-cap {
  position: absolute;
  bottom: 14px; left: 16px;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 11px;
  color: var(--cream);
  letter-spacing: 0.02em;
  background: rgba(12, 10, 8, 0.6);
  backdrop-filter: blur(10px);
  padding: 6px 12px;
  border-radius: 999px;
}
.hp-mark {
  position: absolute;
  top: 16px; right: 16px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-deep), var(--gold), var(--gold-light));
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.4);
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}

.hero-tag {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.ht-line {
  flex: 0 0 32px;
  height: 1px;
  background: var(--gold-deep);
}

.hero-h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(58px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--t-dark);
  display: flex;
  flex-direction: column;
}
.hh-l1 { font-weight: 400; }
.hh-l2 { font-weight: 300; padding-left: 0.4em; color: var(--t-dark-2); }
.hh-l3 { font-weight: 400; padding-left: 1em; }
.hh-l3 em {
  font-style: italic;
  font-weight: 300;
  background: linear-gradient(135deg, var(--gold) 0%, var(--rust) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-hand u {
  text-decoration: none;
  background: linear-gradient(180deg, transparent 60%, rgba(138, 74, 42, 0.25) 60%);
}

.hero-hand {
  font-family: 'Caveat', cursive;
  font-size: clamp(22px, 2.5vw, 30px);
  color: var(--t-dark-2);
  font-weight: 500;
  margin-top: var(--s-2);
  max-width: 480px;
  line-height: 1.3;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 17px;
  font-weight: 500;
  color: var(--t-dark);
  border-bottom: 1px solid var(--t-dark);
  padding: 6px 0;
  align-self: flex-start;
  margin-top: var(--s-2);
  transition: gap 0.4s var(--easing-out), color 0.3s;
}
.hero-cta:hover {
  gap: 18px;
  color: var(--rust);
  border-color: var(--rust);
}

.hero-foot {
  position: relative;
  z-index: 2;
  margin-top: var(--s-7);
  padding-top: var(--s-3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--s-4);
  flex-wrap: wrap;
  border-top: 1px solid rgba(138, 74, 42, 0.18);
}
.hf-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}
.hf-stat b {
  font-family: 'DM Serif Display', serif;
  font-size: var(--s-4);
  font-weight: 500;
  line-height: 1;
  color: var(--t-dark);
  letter-spacing: -0.02em;
}
.hf-stat b i {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 0.45em;
  color: var(--gold-deep);
  margin-left: 2px;
  letter-spacing: 0.05em;
}
.hf-stat span {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t-dark-3);
  font-weight: 500;
}

/* Live countdown dans le footer hero */
.hf-live {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border: 1px solid rgba(184, 146, 79, 0.35);
  background: rgba(184, 146, 79, 0.06);
  border-radius: 999px;
}
.hfl-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--rust);
  box-shadow: 0 0 0 0 rgba(138, 74, 42, 0.5);
  animation: hflPulse 2s infinite;
}
@keyframes hflPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(138, 74, 42, 0.5); }
  50% { box-shadow: 0 0 0 12px rgba(138, 74, 42, 0); }
}
.hfl-label {
  display: block;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--t-dark-3);
  font-weight: 600;
  margin-bottom: 2px;
}
.hfl-time {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--rust);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.005em;
}

@media (max-width: 880px) {
  .hero { padding: 90px 0 50px; }
  .hero-stage { grid-template-columns: 1fr; gap: var(--s-4); }
  .hero-portrait { aspect-ratio: 1; max-height: 360px; }
  .hero-foot { gap: var(--s-3); }
  .hf-stat { text-align: left; }
  .hf-live { margin-left: 0; width: 100%; justify-content: center; }
}

/* ====================================================
   SECTION COMMUNE — EN-TÊTES
   ==================================================== */
.section-head {
  text-align: center;
  margin-bottom: var(--s-7);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.section-head-light .sh-roman, .section-head-light .sh-kicker { color: var(--gold); }
.section-head-light .sh-roman { color: var(--gold-light); }
.sh-roman-light { color: var(--gold-light) !important; }
.sh-kicker-light { color: var(--gold) !important; }
.sh-roman {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--gold-deep);
  letter-spacing: 0.05em;
  margin-bottom: var(--s-3);
}
.sh-kicker {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--t-dark-3);
  margin-bottom: var(--s-3);
  font-feature-settings: "smcp", "c2sc";
}
.sh-h2 {
  font-size: clamp(44px, 6.5vw, 88px);
  color: var(--t-dark);
  margin-bottom: var(--s-3);
  letter-spacing: -0.025em;
}
.sh-h2 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--gold-deep), var(--rust));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}
.sh-h2-light { color: var(--cream); }
.sh-h2-light em {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sh-lede {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: var(--s-2);
  font-weight: 400;
  color: var(--t-dark-2);
  line-height: 1.5;
  max-width: 580px;
  margin: 0 auto;
  letter-spacing: 0;
}
.sh-lede-light { color: var(--t-light-2); }

/* ====================================================
   STORY (récit en JE) — colonne unique étroite, papier
   ==================================================== */
.story {
  background: var(--paper);
  padding: clamp(80px, 12vw, 140px) 0;
  position: relative;
  border-top: 1px solid rgba(138, 74, 42, 0.18);
}

.chap {
  margin: var(--s-6) 0;
  padding: var(--s-3) 0;
  border-bottom: 1px dashed rgba(138, 74, 42, 0.18);
}
.chap:last-child { border-bottom: 0; }

.chap-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--t-dark);
  margin-bottom: var(--s-3);
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.chap-title em {
  font-style: italic;
  color: var(--rust);
  font-weight: 400;
}

.chap-body {
  font-family: 'DM Serif Display', serif;
  font-size: var(--s-2);
  line-height: 1.7;
  color: var(--t-dark-2);
  font-weight: 400;
  text-wrap: pretty;
}
.chap-body em { font-style: italic; color: var(--gold-deep); font-weight: 500; }

.chap-quote {
  display: block;
  font-style: italic;
  font-size: 1.05em;
  color: var(--rust);
  padding: var(--s-2) var(--s-3);
  margin: var(--s-3) 0;
  border-left: 2px solid var(--rust);
  background: rgba(138, 74, 42, 0.04);
}

.chap-final {
  border-bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(184, 146, 79, 0.06));
  padding: var(--s-4);
  border-radius: 4px;
  margin-top: var(--s-7);
}

.chap-sign {
  font-family: 'Caveat', cursive;
  font-size: 28px;
  font-weight: 600;
  color: var(--rust);
  margin-top: var(--s-3);
  letter-spacing: 0.02em;
}

/* ====================================================
   WATCH — Carte vidéo TikTok preview
   ==================================================== */
.watch {
  background: var(--paper);
  padding: clamp(40px, 8vw, 80px) 0 clamp(80px, 12vw, 140px);
  border-top: 1px solid rgba(138, 74, 42, 0.18);
}
.watch-wrap {
  max-width: 720px;
  margin: 0 auto;
}
.watch-card {
  display: block;
  background: var(--cream);
  border: 1px solid rgba(138, 74, 42, 0.18);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.5s var(--easing);
  box-shadow: var(--shadow-1);
}
.watch-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2);
  border-color: var(--gold);
}
.watch-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--ink-2);
}
.watch-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 30% 25%;
  filter: brightness(0.7) saturate(0.9);
  transition: transform 1.2s var(--easing);
}
.watch-card:hover .watch-thumb img { transform: scale(1.06); }
.watch-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(12, 10, 8, 0.7) 100%);
}
.watch-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 76px; height: 76px;
  border-radius: 50%;
  background: rgba(245, 239, 226, 0.95);
  color: var(--ink);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s var(--easing);
}
.watch-card:hover .watch-play { transform: translate(-50%, -50%) scale(1.08); }
.watch-play svg { margin-left: 4px; }
.watch-live-tag {
  position: absolute;
  bottom: 16px; left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 68, 88, 0.9);
  color: white;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.wlt-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: white;
  animation: wltPulse 2s infinite;
}
@keyframes wltPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  50% { box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
}
.watch-meta {
  padding: var(--s-3) var(--s-3);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wm-handle {
  font-family: 'Inter', monospace;
  font-size: 13px;
  font-weight: 500;
  color: var(--gold-deep);
}
.wm-text {
  font-family: 'DM Serif Display', serif;
  font-size: var(--s-2);
  color: var(--t-dark);
  font-weight: 500;
}
.wm-stats {
  font-size: 12px;
  color: var(--t-dark-3);
  letter-spacing: 0.02em;
}

/* ====================================================
   CARTES — Section produit 88 cartes
   ==================================================== */
.cards {
  position: relative;
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--ink);
  overflow: hidden;
}
.cards-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 25% 50%, rgba(184, 146, 79, 0.14) 0%, transparent 60%),
    radial-gradient(ellipse 70% 50% at 75% 50%, rgba(138, 74, 42, 0.08) 0%, transparent 60%),
    linear-gradient(135deg, var(--ink-2) 0%, var(--ink) 100%);
}
.cards-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    0deg, transparent 0,
    rgba(255, 255, 255, 0.012) 1px, transparent 3px
  );
}
.cards .container { position: relative; z-index: 2; }

.cards-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: var(--s-7);
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

.cards-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1400px;
}
.cv-deck {
  position: relative;
  width: 280px;
  aspect-ratio: 5/7;
}
.cv-card {
  position: absolute; inset: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ink-3) 0%, var(--ink-2) 100%);
  border: 1px solid rgba(184, 146, 79, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 200, 0.06),
    0 30px 80px -20px rgba(0, 0, 0, 0.7);
  transition: transform 0.7s var(--easing-out);
}
.cv-c3 { transform: rotate(-12deg) translateX(-32px) translateY(20px); opacity: 0.55; }
.cv-c2 { transform: rotate(-6deg) translateX(-14px) translateY(8px); opacity: 0.8; }
.cv-c1 {
  transform: rotate(0deg);
  background: linear-gradient(135deg, rgba(184, 146, 79, 0.2) 0%, rgba(138, 74, 42, 0.1) 100%), linear-gradient(180deg, var(--ink-3) 0%, var(--ink-2) 100%);
  border-color: var(--gold-light);
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 200, 0.12),
    0 40px 100px -20px rgba(0, 0, 0, 0.8),
    0 0 80px -20px rgba(184, 146, 79, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: var(--s-3) var(--s-2);
  text-align: center;
}
.cv-deck:hover .cv-c1 { transform: rotate(2deg) translateY(-10px); }
.cv-deck:hover .cv-c2 { transform: rotate(-9deg) translateX(-22px) translateY(14px); }
.cv-deck:hover .cv-c3 { transform: rotate(-15deg) translateX(-44px) translateY(28px); }

.cv-num {
  font-family: 'DM Serif Display', serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 0.85;
  background: linear-gradient(180deg, var(--cream) 0%, var(--gold-light) 50%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.04em;
  margin-top: var(--s-3);
  font-variant-numeric: lining-nums;
}
.cv-glyph { font-size: 32px; color: var(--gold); margin: var(--s-2) 0; }
.cv-label {
  font-family: 'DM Serif Display', serif;
  font-size: 16px;
  line-height: 1.25;
  color: var(--cream);
  font-weight: 400;
  margin-bottom: var(--s-2);
}
.cv-label em {
  font-style: italic;
  color: var(--gold-light);
  display: block;
  margin-top: 2px;
}

.cards-content { color: var(--cream); }

.cc-promise {
  font-family: 'DM Serif Display', serif;
  font-size: var(--s-3);
  line-height: 1.45;
  color: var(--cream);
  margin-bottom: var(--s-4);
  font-weight: 400;
  letter-spacing: -0.005em;
}
.cc-promise em { font-style: italic; color: var(--gold-light); }

.cc-list {
  list-style: none;
  margin-bottom: var(--s-4);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
}
.cc-list li {
  display: flex;
  gap: var(--s-2);
  padding: var(--s-2) 0;
  border-bottom: 1px dashed rgba(184, 146, 79, 0.18);
  align-items: flex-start;
}
.cc-list li:last-child { border-bottom: 0; }
.cc-list span {
  color: var(--gold-light);
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}
.cc-list b {
  font-family: 'DM Serif Display', serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--cream);
  display: block;
  margin-bottom: 2px;
}
.cc-list i {
  font-style: normal;
  font-size: 13px;
  color: var(--t-light-3);
  display: block;
  letter-spacing: 0.005em;
}

.cc-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s-3);
  padding-top: var(--s-3);
  border-top: 1px solid rgba(184, 146, 79, 0.18);
}
.cc-price { display: flex; flex-direction: column; gap: 4px; }
.ccp-num {
  font-family: 'DM Serif Display', serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(180deg, var(--cream) 0%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
  font-variant-numeric: lining-nums;
}
.ccp-num sup { font-size: 0.5em; color: var(--gold); -webkit-text-fill-color: var(--gold); margin-left: 2px; }
.ccp-meta {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t-light-3);
  font-weight: 500;
}

@media (max-width: 880px) {
  .cards-grid { grid-template-columns: 1fr; gap: var(--s-5); }
  .cv-deck { width: 220px; }
  .cv-num { font-size: 76px; }
}

/* ====================================================
   BUTTONS
   ==================================================== */
.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  min-height: 48px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: all 0.4s var(--easing);
  white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-deep) 0%, var(--gold) 50%, var(--gold-light) 100%);
  color: var(--ink);
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 200, 0.35),
    0 12px 30px -8px rgba(184, 146, 79, 0.5);
}
.btn-gold::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.9s var(--easing-out);
}
.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 200, 0.45),
    0 20px 40px -8px rgba(184, 146, 79, 0.7);
}
.btn-gold:hover::before { transform: translateX(100%); }
.btn-gold span, .btn-gold svg { position: relative; z-index: 1; }
.btn-xl {
  padding: 18px 36px;
  min-height: 54px;
  font-size: 14.5px;
}

/* ====================================================
   SCHOOL — Stack de valeur 97$
   ==================================================== */
.school {
  position: relative;
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--ink);
  overflow: hidden;
}
.school-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 50% 0%, rgba(184, 146, 79, 0.14) 0%, transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 50%, var(--ink) 100%);
}
.school .container { position: relative; z-index: 2; }

.school-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-bottom: var(--s-7);
  background: rgba(184, 146, 79, 0.18);
  border: 1px solid rgba(184, 146, 79, 0.18);
  border-radius: 4px;
  overflow: hidden;
}
.pillar {
  padding: var(--s-5) var(--s-3) var(--s-4);
  background: var(--ink-2);
  text-align: center;
  transition: all 0.5s var(--easing);
}
.pillar:hover {
  background: linear-gradient(180deg, var(--ink-3) 0%, var(--ink-2) 100%);
  transform: translateY(-3px);
}
.pillar-feat { background: linear-gradient(180deg, rgba(184, 146, 79, 0.06) 0%, var(--ink-2) 100%); }

.p-stat {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 400;
  line-height: 1;
  color: var(--gold-light);
  margin-bottom: var(--s-2);
  letter-spacing: -0.03em;
  font-variant-numeric: lining-nums;
}
.p-stat i {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 0.4em;
  color: var(--gold);
  margin-left: 4px;
}
.pillar h4 { font-size: var(--s-2); color: var(--cream); margin-bottom: 10px; font-weight: 500; }
.pillar p { font-size: 13.5px; line-height: 1.6; color: var(--t-light-3); }

@media (max-width: 880px) { .school-pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .school-pillars { grid-template-columns: 1fr; } }

.school-card {
  display: grid;
  grid-template-columns: 0.7fr 1px 1fr;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(184, 146, 79, 0.1) 0%, rgba(138, 74, 42, 0.04) 100%);
  border: 1px solid rgba(184, 146, 79, 0.3);
  border-radius: 6px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.sc-side { padding: var(--s-5) var(--s-4); display: flex; flex-direction: column; justify-content: center; }
.sc-price-side {
  background: rgba(184, 146, 79, 0.08);
  text-align: center;
  align-items: center;
}
.sc-divider { background: linear-gradient(180deg, transparent, rgba(184, 146, 79, 0.3), transparent); }

.scs-tag {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.scs-num {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(72px, 11vw, 130px);
  font-weight: 400;
  line-height: 0.9;
  background: linear-gradient(180deg, var(--cream) 0%, var(--gold-light) 60%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: flex-start;
  font-variant-numeric: lining-nums;
}
.scs-num sup {
  font-size: 0.36em;
  font-weight: 400;
  margin-top: 0.5em;
  margin-left: 4px;
  color: var(--gold);
  -webkit-text-fill-color: var(--gold);
}
.scs-unit { font-size: 13px; color: var(--t-light-2); letter-spacing: 0.05em; margin-top: 8px; }
.scs-perweek {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--gold-light);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(184, 146, 79, 0.25);
}

.scs-stack-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--s-3);
}
.scs-stack {
  list-style: none;
  margin-bottom: var(--s-4);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scs-stack li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14.5px;
  color: var(--t-light-2);
  padding: 8px 0;
}
.scs-stack span {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(184, 146, 79, 0.4);
  display: grid;
  place-items: center;
  font-size: 11px;
  color: var(--gold-light);
  flex-shrink: 0;
}

@media (max-width: 720px) {
  .school-card { grid-template-columns: 1fr; }
  .sc-divider { width: 100%; height: 1px; }
  .sc-side { padding: var(--s-4) var(--s-3); }
}

/* ====================================================
   BIG QUOTE
   ==================================================== */
.bigquote {
  background: var(--paper);
  padding: clamp(100px, 14vw, 180px) 0;
  text-align: center;
}
.bq-mark {
  font-family: 'DM Serif Display', serif;
  font-size: 200px;
  font-weight: 300;
  font-style: italic;
  line-height: 0.6;
  color: rgba(138, 74, 42, 0.18);
  display: block;
  margin-bottom: -30px;
}
.bq-text {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--t-dark);
  margin: 0 auto var(--s-4);
  max-width: 880px;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.bq-text em { font-style: italic; color: var(--rust); font-weight: 400; }
.bq-final {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(18px, 2.4vw, 26px);
  color: var(--t-dark-2);
  margin-bottom: var(--s-5);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.bq-final em { font-style: italic; }
.bq-cite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.bq-line { width: 60px; height: 1px; background: var(--gold-deep); }

/* ====================================================
   ECOSYSTEM — Liens éditoriaux
   ==================================================== */
.ecosystem {
  background: var(--paper);
  padding: clamp(80px, 12vw, 140px) 0;
  border-top: 1px solid rgba(138, 74, 42, 0.18);
}
.eco-list {
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid rgba(138, 74, 42, 0.18);
}
.eco-link {
  display: grid;
  grid-template-columns: 60px 1fr 1.5fr 30px;
  gap: var(--s-3);
  align-items: center;
  padding: var(--s-3) var(--s-2);
  border-bottom: 1px solid rgba(138, 74, 42, 0.18);
  transition: all 0.4s var(--easing);
  position: relative;
}
.eco-link:hover {
  background: rgba(184, 146, 79, 0.06);
  padding-left: var(--s-3);
}
.eco-link::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 0; height: 1px;
  background: var(--rust);
  transition: width 0.6s var(--easing-out);
}
.eco-link:hover::before { width: var(--s-3); }

.eco-link-feat {
  background: var(--cream);
}
.eco-link-feat .el-name {
  font-size: var(--s-3);
  color: var(--t-dark);
}

.el-num {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--gold-deep);
  font-weight: 500;
}
.el-name {
  font-family: 'DM Serif Display', serif;
  font-size: var(--s-3);
  font-weight: 500;
  color: var(--t-dark);
  letter-spacing: -0.015em;
}
.el-handle {
  display: block;
  font-family: 'Inter', monospace;
  font-size: 13px;
  color: var(--gold-deep);
  font-weight: 500;
}
.el-stats {
  display: block;
  font-size: 13px;
  color: var(--t-dark-3);
}
.el-arrow {
  font-size: 20px;
  color: var(--gold-deep);
  text-align: right;
  transition: transform 0.4s var(--easing-out);
}
.eco-link:hover .el-arrow { transform: translate(4px, -4px); color: var(--rust); }

@media (max-width: 720px) {
  .eco-link {
    grid-template-columns: 40px 1fr 24px;
    gap: 14px;
    padding: var(--s-2) 0;
  }
  .eco-link .el-name { font-size: 17px; }
  .eco-link .el-handle { grid-column: 2; font-size: 12px; }
  .eco-link .el-stats { display: none; }
}

/* ====================================================
   LIVE
   ==================================================== */
.live {
  position: relative;
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--ink);
  overflow: hidden;
}
.live-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 50%, rgba(255, 68, 88, 0.08) 0%, transparent 60%),
    linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
}
.live .container { position: relative; z-index: 2; }

.live-frame {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(50px, 8vw, 80px) clamp(28px, 5vw, 60px);
  background: transparent;
  border: 1px solid rgba(184, 146, 79, 0.3);
  border-radius: 6px;
  position: relative;
  z-index: 3;
}
/* Voile flou localisé derrière le texte */
.live-frame::before {
  content: '';
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(ellipse 60% 55% at 50% 50%, rgba(12, 10, 8, 0.85) 0%, rgba(12, 10, 8, 0.65) 45%, rgba(12, 10, 8, 0.25) 75%, transparent 100%);
  backdrop-filter: blur(14px) saturate(0.9);
  -webkit-backdrop-filter: blur(14px) saturate(0.9);
  z-index: -1;
  pointer-events: none;
}
/* Halo sombre étendu pour adoucir les transitions */
.live-frame::after {
  content: '';
  position: absolute;
  inset: -15%;
  background: radial-gradient(ellipse 50% 45% at 50% 50%, rgba(12, 10, 8, 0.5) 0%, rgba(12, 10, 8, 0.2) 50%, transparent 80%);
  filter: blur(40px);
  z-index: -2;
  pointer-events: none;
}

.live-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: rgba(255, 68, 88, 0.12);
  border: 1px solid rgba(255, 68, 88, 0.3);
  border-radius: 999px;
  margin-bottom: var(--s-4);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #ff8898;
}
.lt-pulse {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #ff4458;
  animation: ltPulse 2s infinite;
}
@keyframes ltPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 68, 88, 0.6); }
  50% { box-shadow: 0 0 0 12px rgba(255, 68, 88, 0); }
}

.live-eyebrow {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: var(--s-2);
  color: var(--gold-light);
  margin-bottom: var(--s-3);
  font-weight: 400;
}
.live-eyebrow em { font-weight: 500; }

.live-h {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(42px, 7vw, 84px);
  font-weight: 400;
  line-height: 0.95;
  color: var(--cream);
  margin-bottom: var(--s-3);
  letter-spacing: -0.025em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.live-h > span { display: block; }
.lh-arrow { color: var(--gold); font-style: italic; font-weight: 300; font-size: 0.7em; opacity: 0.7; }
.lh-time {
  font-style: italic;
  font-size: 1.5em;
  background: linear-gradient(135deg, var(--cream) 0%, var(--gold-light) 60%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  margin-top: 12px;
  letter-spacing: -0.05em;
  font-variant-numeric: lining-nums;
}
.lh-time i { font-size: 0.7em; opacity: 1; vertical-align: 0.05em; margin: 0 0.06em; font-style: italic; letter-spacing: 0; font-family: 'DM Serif Display', serif; }

.live-text {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: clamp(16px, 1.6vw, 19px);
  color: var(--t-light-2);
  margin: 0 auto var(--s-4);
  max-width: 540px;
  font-weight: 400;
  line-height: 1.6;
}

/* ====================================================
   FOOTER
   ==================================================== */
.footer {
  background: var(--ink);
  padding: var(--s-6) 0 var(--s-4);
  color: var(--t-light-3);
  border-top: 1px solid rgba(184, 146, 79, 0.12);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: var(--s-7);
  padding-bottom: var(--s-5);
  border-bottom: 1px solid rgba(184, 146, 79, 0.1);
  margin-bottom: var(--s-3);
}
.fb-name {
  font-family: 'DM Serif Display', serif;
  font-size: var(--s-4);
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.fb-name em { font-style: italic; color: var(--gold-light); font-weight: 400; }
.fb-tag {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 14px;
}
.fb-loc {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--t-light-3);
}

.footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-5);
}
.footer-col h5 {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.footer-col a {
  display: block;
  padding: 6px 0;
  color: var(--t-light-2);
  font-size: 14px;
  transition: all 0.3s var(--easing);
}
.footer-col a:hover {
  color: var(--gold-light);
  transform: translateX(4px);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.fb-quote {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--gold-light);
}
.fb-credit {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245, 239, 226, 0.35);
}
@media (max-width: 720px) {
  .footer-top { grid-template-columns: 1fr; gap: var(--s-4); }
  .footer-bottom { flex-direction: column; text-align: center; gap: 14px; }
}

/* ====================================================
   REVEAL & MOTION
   ==================================================== */
/* ====================================================
   COUPLE — Élodie
   ==================================================== */
.couple {
  background: var(--paper);
  padding: clamp(60px, 9vw, 100px) 0;
  border-top: 1px solid rgba(138, 74, 42, 0.18);
}
.couple-frame {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: var(--s-5) var(--s-4);
  background: linear-gradient(180deg, rgba(184, 146, 79, 0.06), transparent);
  border: 1px solid rgba(138, 74, 42, 0.18);
  border-radius: 6px;
  position: relative;
}
.couple-deco {
  position: absolute;
  top: -16px; left: 50%;
  transform: translateX(-50%);
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid rgba(138, 74, 42, 0.3);
  display: grid;
  place-items: center;
  color: var(--rust);
  font-size: 14px;
}
.couple-eyebrow {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--gold-deep);
  margin-bottom: var(--s-2);
}
.couple-h3 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  color: var(--t-dark);
  margin-bottom: var(--s-3);
  letter-spacing: -0.025em;
}
.couple-h3 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--gold-deep), var(--rust));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.couple-body {
  font-family: 'DM Serif Display', serif;
  font-size: var(--s-2);
  color: var(--t-dark-2);
  margin-bottom: var(--s-3);
  line-height: 1.55;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.couple-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--rust);
  border-bottom: 1px solid var(--rust);
  padding: 6px 0;
  transition: gap 0.4s var(--easing-out);
}
.couple-link:hover { gap: 14px; }

/* ====================================================
   PROOF — chiffres réels
   ==================================================== */
.proof {
  position: relative;
  background: var(--ink);
  padding: clamp(80px, 12vw, 140px) 0;
  overflow: hidden;
}
.proof-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 50% at 50% 0%, rgba(184, 146, 79, 0.12) 0%, transparent 60%),
    linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
}
.proof .container { position: relative; z-index: 2; }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(184, 146, 79, 0.18);
  border: 1px solid rgba(184, 146, 79, 0.18);
  border-radius: 4px;
  overflow: hidden;
}
.pr-stat {
  background: var(--ink-2);
  padding: var(--s-5) var(--s-3);
  text-align: center;
  transition: background 0.4s var(--easing);
}
.pr-stat:hover { background: var(--ink-3); }
.pr-num {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(180deg, var(--cream) 0%, var(--gold-light) 70%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
  font-variant-numeric: lining-nums;
  margin-bottom: var(--s-2);
}
.pr-num i {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 0.45em;
  color: var(--gold);
  -webkit-text-fill-color: var(--gold);
  margin-left: 2px;
}
.pr-label {
  display: block;
  font-family: 'DM Serif Display', serif;
  font-size: 17px;
  color: var(--cream);
  font-weight: 500;
  margin-bottom: 8px;
}
.pr-meta {
  display: block;
  font-size: 12px;
  color: var(--t-light-3);
  letter-spacing: 0.02em;
}
@media (max-width: 880px) { .proof-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .proof-grid { grid-template-columns: 1fr; } }

/* ====================================================
   WATCH — TikTok embed
   ==================================================== */
.watch {
  background: var(--paper);
  padding: clamp(80px, 12vw, 140px) 0;
  border-top: 1px solid rgba(138, 74, 42, 0.18);
}
.watch-wrap {
  max-width: 605px;
  margin: 0 auto;
  text-align: center;
}
.watch-fallback {
  margin-top: var(--s-3);
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 15px;
}
.watch-fallback a {
  color: var(--rust);
  border-bottom: 1px solid var(--rust);
  padding-bottom: 2px;
  transition: gap 0.3s var(--easing);
}
.watch-fallback a:hover { color: var(--gold-deep); border-color: var(--gold-deep); }

/* TikTok embed style override */
.tiktok-embed {
  background: var(--cream) !important;
  border-radius: 6px !important;
  border: 1px solid rgba(138, 74, 42, 0.18) !important;
  box-shadow: var(--shadow-2) !important;
}

/* ====================================================
   CV-CARD — corners pour les cartes
   ==================================================== */
.cv-c4 { transform: rotate(-18deg) translateX(-50px) translateY(34px); opacity: 0.35; }
.cv-corner {
  position: absolute;
  font-family: 'DM Serif Display', serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--gold);
  font-variant-numeric: lining-nums;
}
.cv-tl { top: 14px; left: 16px; }
.cv-br { bottom: 14px; right: 16px; transform: rotate(180deg); }

/* ====================================================
   NEVILLE QUOTES
   ==================================================== */
.neville {
  background: var(--paper-2);
  padding: clamp(80px, 12vw, 140px) 0;
  border-top: 1px solid rgba(138, 74, 42, 0.18);
}
.neville-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
  max-width: 1080px;
  margin: 0 auto;
}
.nev-q {
  background: var(--cream);
  border: 1px solid rgba(138, 74, 42, 0.2);
  border-radius: 6px;
  padding: var(--s-4) var(--s-3);
  text-align: center;
  transition: all 0.5s var(--easing);
  position: relative;
}
.nev-q:hover {
  transform: translateY(-4px);
  border-color: var(--rust);
  box-shadow: var(--shadow-1);
}
.nev-q::before {
  content: '"';
  font-family: 'DM Serif Display', serif;
  font-size: 80px;
  font-style: italic;
  color: rgba(138, 74, 42, 0.18);
  position: absolute;
  top: -20px; left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
.nev-q p {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: var(--s-3);
  font-weight: 400;
  line-height: 1.3;
  color: var(--t-dark);
  margin-bottom: var(--s-3);
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.nev-q cite {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 500;
}
.nev-q cite em {
  text-transform: none;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  letter-spacing: 0.02em;
  color: var(--rust);
}

@media (max-width: 880px) { .neville-grid { grid-template-columns: 1fr; } }

/* ====================================================
   LIVE COUNTDOWN
   ==================================================== */
.live-countdown {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 28px;
  background: rgba(184, 146, 79, 0.08);
  border: 1px solid rgba(184, 146, 79, 0.3);
  border-radius: 6px;
  margin-bottom: var(--s-4);
}
.lc-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}
.lc-time {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: var(--s-3);
  font-weight: 500;
  color: var(--gold-light);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.005em;
}

/* ====================================================
   ECO-LINK — body wrapper
   ==================================================== */
.eco-link {
  grid-template-columns: 60px 1fr 30px;
}
.el-body { display: flex; flex-direction: column; gap: 4px; }

/* Reveal — désactivé par défaut, activé seulement si JS confirme */
html.has-reveal .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--easing) calc(var(--i, 0) * 90ms),
              transform 0.9s var(--easing) calc(var(--i, 0) * 90ms);
}
html.has-reveal .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html.has-reveal .reveal { opacity: 1; transform: none; }
}

/* ====================================================
   MUR DES ZENGAGÉS — témoignages illustratifs
   ==================================================== */
.wall {
  padding: var(--s-7) 0 var(--s-7);
  background: #FAF6EC;
  background: linear-gradient(180deg, #FAF6EC 0%, #F2EBDB 100%);
  position: relative;
  overflow: hidden;
}
.wall::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 0%, rgba(184, 134, 67, 0.05), transparent 50%),
    radial-gradient(ellipse at 90% 100%, rgba(184, 134, 67, 0.04), transparent 50%);
  pointer-events: none;
}
.wall .container { position: relative; z-index: 1; }

.wall-marquee {
  margin: var(--s-5) calc(-1 * var(--s-3)) var(--s-6);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
}
.wm-track {
  display: inline-flex;
  white-space: nowrap;
  gap: 0;
  animation: wallScroll 50s linear infinite;
}
.wm-track span {
  padding: 0 var(--s-3);
  letter-spacing: 0.005em;
}
.wm-track i {
  color: var(--gold);
  font-style: normal;
  font-weight: 400;
  align-self: center;
}
@keyframes wallScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.wall-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
  margin-top: var(--s-5);
}
.wt {
  background: #FFFCF5;
  border: 1px solid rgba(138, 74, 42, 0.14);
  border-radius: 4px;
  padding: var(--s-4);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  position: relative;
  transition: all 0.5s var(--easing);
  margin: 0;
}
.wt:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 18px 36px -22px rgba(184, 134, 67, 0.4);
}
.wt-feat {
  background: linear-gradient(180deg, rgba(184, 134, 67, 0.08), rgba(184, 134, 67, 0.02));
  border-color: rgba(184, 134, 67, 0.35);
}
.wt-stars {
  font-family: 'Inter', sans-serif;
  color: var(--gold-deep);
  font-size: 14px;
  letter-spacing: 0.18em;
  margin: 0;
}
.wt-quote {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.5;
  color: var(--t-dark);
  margin: 0;
  font-style: italic;
}
.wt-author {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--t-dark-3);
  text-transform: uppercase;
  border-top: 1px solid rgba(138, 74, 42, 0.12);
  padding-top: var(--s-2);
  margin-top: auto;
}
.wall-disclaimer {
  margin-top: var(--s-5);
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--t-dark-3);
  text-align: center;
  opacity: 0.75;
}

@media (max-width: 900px) {
  .wall-grid { grid-template-columns: 1fr; gap: var(--s-3); }
  .wall-marquee { font-size: 32px; }
}

/* Watch fallback fix : centre + max-width */
.watch .watch-card { max-width: 605px; margin: 0 auto; }

/* ====================================================
   FIX HARMONIE GLOBALE — Scroll margin pour éviter coupures titre par nav
   ==================================================== */
section h1, section h2, [id] {
  scroll-margin-top: 100px;
}

/* ====================================================
   COUPLE SPLIT — Élodie en chair, photo + texte côte à côte
   ==================================================== */
.couple { padding: clamp(80px, 11vw, 130px) 0; background: linear-gradient(180deg, #FAF6EC 0%, #F4EEDC 100%); }
.couple-split {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.couple-img {
  position: relative;
  display: flex;
  justify-content: center;
}
.ci-frame {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 4/5;
  border: 1px solid rgba(184, 134, 67, 0.25);
  padding: 14px;
  background: #FFFCF5;
  box-shadow: 0 30px 60px -30px rgba(60, 40, 20, 0.35);
  transform: rotate(-1.2deg);
  transition: transform 0.7s var(--easing, cubic-bezier(.2,.7,.2,1));
}
.ci-frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(184, 134, 67, 0.18);
  pointer-events: none;
}
.ci-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: sepia(0.18) saturate(0.95);
}
.couple:hover .ci-frame { transform: rotate(0deg); }
.ci-tag {
  position: absolute;
  bottom: -18px; right: 8%;
  background: var(--gold, #B88643);
  color: #FFFCF5;
  font-family: 'Caveat', cursive;
  font-size: 28px;
  padding: 4px 22px;
  border-radius: 999px;
  box-shadow: 0 8px 18px -6px rgba(184, 134, 67, 0.5);
  transform: rotate(2deg);
}

.couple-text { position: relative; }
.couple-text .couple-deco {
  font-size: 18px;
  color: var(--gold, #B88643);
  display: block;
  margin-bottom: var(--s-2, 12px);
}
.couple-text .couple-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--t-dark-3, #6b5a45);
  margin: 0 0 var(--s-3, 20px);
}
.couple-text .couple-h3 {
  font-family: 'DM Serif Display', serif;
  font-weight: 300;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.025em;
  color: var(--ink, #0c0a08);
  margin: 0 0 var(--s-4, 28px);
}
.couple-text .couple-h3 em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold-deep, #8a4a2a);
}
.couple-text .couple-body {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.55;
  color: var(--t-dark, #2a1f15);
  max-width: 480px;
  margin: 0 0 var(--s-4, 28px);
}
.couple-text .couple-body em {
  color: var(--gold-deep, #8a4a2a);
  font-weight: 500;
}
.couple-text .couple-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink, #0c0a08);
  border-bottom: 1px solid var(--gold, #B88643);
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.4s ease;
}
.couple-text .couple-link:hover { gap: 14px; color: var(--gold-deep, #8a4a2a); }

@media (max-width: 800px) {
  .couple-split { grid-template-columns: 1fr; gap: 50px; }
  .couple-img { order: -1; }
  .ci-frame { max-width: 280px; }
}

/* ====================================================
   LIVE BG — chaleur via portrait flou en arrière-plan
   ==================================================== */
.live-bg {
  background:
    radial-gradient(ellipse 70% 50% at 50% 50%, rgba(255, 68, 88, 0.10) 0%, transparent 65%),
    linear-gradient(135deg, rgba(12, 10, 8, 0.92) 0%, rgba(20, 14, 8, 0.94) 100%),
    url('/img/alex-avatar.jpg') center 30% / cover no-repeat !important;
  filter: blur(0);
}
.live-bg::after {
  content: "";
  position: absolute; inset: 0;
  backdrop-filter: blur(40px) saturate(0.7);
  -webkit-backdrop-filter: blur(40px) saturate(0.7);
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.7) 0%, rgba(12, 10, 8, 0.85) 100%);
}

/* ====================================================
   LIVE — Boutons harmonisés (countdown + CTA même hauteur)
   ==================================================== */
.live-actions {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  margin-top: var(--s-4);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(184, 146, 79, 0.28);
  border-radius: 999px;
  padding: 5px;
  backdrop-filter: blur(10px);
}
.live-actions .live-countdown {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 22px 0 26px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  height: 56px !important;
  white-space: nowrap;
}
.live-actions .lc-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242, 213, 138, 0.65);
}
.live-actions .lc-sep {
  color: rgba(184, 146, 79, 0.4);
  font-size: 14px;
  line-height: 1;
}
.live-actions .lc-time {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  color: #F2D58A;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
.live-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #E8C57A 0%, #B88643 100%);
  color: #1a1108;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  box-shadow: 0 10px 24px -10px rgba(184, 134, 67, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(.2,.7,.2,1);
}
.live-cta:hover {
  background: linear-gradient(135deg, #F2D58A 0%, #C99548 100%);
  box-shadow: 0 14px 32px -8px rgba(184, 134, 67, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
  gap: 14px;
}
@media (max-width: 640px) {
  .live-actions { flex-direction: column; border-radius: 16px; padding: 8px; gap: 4px; }
  .live-actions .live-countdown,
  .live-cta { width: 100%; justify-content: center; }
  .live-cta { border-radius: 12px; }
}

/* ====================================================
   FEU PARTICULES + MÉTATRON — magie hero
   ==================================================== */
.fire-canvas {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  mix-blend-mode: screen;
}
.metatron {
  position: absolute;
  top: 50%; left: 50%;
  width: 540px; height: 540px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: drop-shadow(0 0 30px rgba(184, 134, 67, 0.45));
}
.metatron-hero {
  width: 600px; height: 600px;
  z-index: 0;
  opacity: 0.08;
  animation: metatronSpin 240s linear infinite;
  mix-blend-mode: multiply;
  filter: none;
}
.metatron-hero .meta-dots circle,
.metatron-hero circle[fill="url(#metaHaloH)"],
.metatron-hero circle[fill="#FBE9B5"],
.metatron-hero circle[fill="#F5DA9C"] { display: none; }
.metatron-hero .meta-circles { opacity: 0.6; }
.metatron-hero .meta-spokes,
.metatron-hero .meta-inner { display: none; }
.metatron-live {
  width: 1000px; height: 1000px;
  z-index: 4;
  opacity: 1;
  animation: metatronSpin 600s linear infinite;
  filter: drop-shadow(0 0 70px rgba(242, 213, 138, 0.55)) drop-shadow(0 0 30px rgba(184, 134, 67, 0.35));
  mix-blend-mode: screen;
}
.metatron-live .meta-dots circle {
  animation: dotPulse 3.5s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
.metatron-live .meta-dots circle:nth-child(2n) { animation-delay: 0.7s; }
.metatron-live .meta-dots circle:nth-child(3n) { animation-delay: 1.4s; }
.metatron-live .meta-dots circle:nth-child(5n) { animation-delay: 2.1s; }
@keyframes dotPulse {
  0%, 100% { opacity: 0.5; transform: scale(0.85); }
  50%      { opacity: 1;   transform: scale(1.4); }
}
.fire-canvas-live { z-index: 2; opacity: 1; mix-blend-mode: screen; }
@keyframes metatronSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}
.hero-stage, .hero-edition, .hero-foot { position: relative; z-index: 2; }
.live { overflow: hidden; }
.live > .container { z-index: 3; }
.fire-canvas-live { z-index: 1; opacity: 0.85; mix-blend-mode: screen; }

/* ============================================
   MOBILE — Adaptation responsive ultra premium + perf
   ============================================ */
@media (max-width: 800px) {
  .metatron-hero { width: 380px; height: 380px; opacity: 0.06; animation: none; }
  .metatron-live {
    width: 560px; height: 560px;
    opacity: 0.85;
    animation-duration: 900s;
    filter: drop-shadow(0 0 30px rgba(242, 213, 138, 0.4));
  }
  .metatron-live .meta-dots circle { animation: none; opacity: 0.85; }
  .metatron-live .meta-star { opacity: 0.45; }
  .metatron-live .meta-spokes,
  .metatron-live .meta-inner { display: none; }
  .live-frame {
    padding: clamp(36px, 7vw, 56px) clamp(20px, 5vw, 32px);
  }
  .live-frame::before {
    backdrop-filter: blur(8px) saturate(0.9);
    -webkit-backdrop-filter: blur(8px) saturate(0.9);
    background: radial-gradient(ellipse 70% 65% at 50% 50%, rgba(12, 10, 8, 0.92) 0%, rgba(12, 10, 8, 0.7) 50%, rgba(12, 10, 8, 0.3) 80%, transparent 100%);
    inset: 4%;
  }
  .live-frame::after { display: none; }
  .hero-aurora { filter: blur(40px); opacity: 0.35; }
  .hero-aurora span:nth-child(3) { display: none; }
  .hero-stars { opacity: 0.5; }
  .hero-grain { display: none; }
}

/* ============================================
   PERF — Appareils lents / data-saver / reduced-motion
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .metatron { animation: none !important; }
  .metatron-live .meta-dots circle { animation: none !important; }
  .fire-canvas, .hero-particles { display: none !important; }
  .hero-aurora span, .hero-stars { animation: none !important; }
  .hero-portrait::after { animation: none !important; }
}
@media (prefers-reduced-data: reduce), (max-width: 480px) and (max-resolution: 1.5dppx) {
  .hero-particles, .fire-canvas-live { display: none; }
  .hero-aurora { display: none; }
  .metatron-hero { display: none; }
  .metatron-live { animation: none; opacity: 0.6; }
  .metatron-live .meta-dots circle { animation: none; }
  .live-frame::before { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(12, 10, 8, 0.85); }
  .hero-grain { display: none; }
}

/* Optimisation rendering — sections hors viewport */
section.cards, section.wall, section.school, section.neville,
section.bigquote, section.ecosystem, section.live {
  content-visibility: auto;
  contain-intrinsic-size: 1px 1200px;
}

/* GPU hints pour les éléments animés */
.metatron, .hero-aurora span, .hero-particles, .hero-portrait::after {
  will-change: transform;
  transform: translateZ(0);
}

/* ============================================
   HERO — Effets ultra premium
   ============================================ */
.hero-aurora {
  position: absolute;
  inset: -10%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  filter: blur(60px);
  opacity: 0.55;
  mix-blend-mode: multiply;
}
.hero-aurora span {
  position: absolute;
  border-radius: 50%;
  display: block;
}
.hero-aurora span:nth-child(1) {
  width: 55vw; height: 55vw; top: -10%; left: -10%;
  background: radial-gradient(circle, rgba(214,168,98,0.55) 0%, rgba(214,168,98,0) 70%);
  animation: auroraDrift1 22s ease-in-out infinite alternate;
}
.hero-aurora span:nth-child(2) {
  width: 60vw; height: 60vw; bottom: -20%; right: -15%;
  background: radial-gradient(circle, rgba(168,90,46,0.45) 0%, rgba(168,90,46,0) 70%);
  animation: auroraDrift2 28s ease-in-out infinite alternate;
}
.hero-aurora span:nth-child(3) {
  width: 40vw; height: 40vw; top: 30%; right: 15%;
  background: radial-gradient(circle, rgba(242,213,138,0.45) 0%, rgba(242,213,138,0) 70%);
  animation: auroraDrift3 18s ease-in-out infinite alternate;
}
@keyframes auroraDrift1 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(15vw, 8vh) scale(1.15); }
}
@keyframes auroraDrift2 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-12vw, -8vh) scale(1.1); }
}
@keyframes auroraDrift3 {
  0% { transform: translate(0, 0) scale(0.9); opacity: 0.7; }
  100% { transform: translate(-8vw, 5vh) scale(1.2); opacity: 1; }
}

.hero-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 18%, rgba(184,134,67,0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 28% 65%, rgba(242,213,138,0.6) 0%, transparent 100%),
    radial-gradient(1.8px 1.8px at 47% 22%, rgba(184,134,67,0.55) 0%, transparent 100%),
    radial-gradient(1px 1px at 62% 78%, rgba(242,213,138,0.7) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 78% 12%, rgba(184,134,67,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 88% 55%, rgba(242,213,138,0.55) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 35% 90%, rgba(184,134,67,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 8% 78%, rgba(242,213,138,0.6) 0%, transparent 100%);
  animation: starsTwinkle 8s ease-in-out infinite alternate;
}
@keyframes starsTwinkle {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}

.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.06;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.hero-rays { display: none; }

/* Élever les couches existantes au-dessus des effets */
.hero-edition, .hero-stage, .hero-foot { position: relative; z-index: 3; }
.metatron-hero { z-index: 1; }

/* Lueur autour du portrait */
.hero-portrait {
  filter: drop-shadow(0 30px 60px rgba(138, 74, 42, 0.25)) drop-shadow(0 0 40px rgba(242, 213, 138, 0.18));
}
.hero-portrait::after {
  content: '';
  position: absolute;
  inset: -8%;
  background: radial-gradient(circle at 50% 50%, rgba(242,213,138,0.25) 0%, transparent 65%);
  z-index: -1;
  pointer-events: none;
  animation: portraitGlow 6s ease-in-out infinite alternate;
}
@keyframes portraitGlow {
  0% { opacity: 0.6; transform: scale(0.95); }
  100% { opacity: 1; transform: scale(1.05); }
}

@media (max-width: 720px) {
  .hero-aurora span:nth-child(1) { width: 80vw; height: 80vw; }
  .hero-aurora span:nth-child(2) { width: 90vw; height: 90vw; }
  .hero-aurora span:nth-child(3) { display: none; }
  .hero-stars { background-size: 100% 100%; }
}
