/* ============================================================
   TOURNOI VALORANT — 3e ÉDITION · CIRCONFLEXE
   Stylesheet — DA "Liquid Glass" (Apple iOS 26)
   Architecture :
   1. Tokens & reset
   2. Background (blobs gradient flous)
   3. Mixin `.glass` (verre liquide réutilisable)
   4. Navigation
   5. Boutons
   6. Hero
   7. Sections génériques
   8. Timeline
   9. Présentation
   10. Stats / chiffres clés
   11. Partenaires (gifting)
   12. Communauté
   13. Formulaires
   14. Footer
   15. Reveal on scroll
   16. Keyframes
   17. Responsive
   ============================================================ */


/* ============================================================
   1. TOKENS & RESET
   ============================================================ */
:root {
  /* Bases claires */
  --bg: #edf3f8;
  --bg-2: #dde8f2;
  --ink: #11151b;
  --ink-2: #34404d;
  --ink-3: #607081;
  --ink-mute: #96a4b2;

  /* Accents */
  --coral: #7f78ff;
  --rose: #a0a7ff;
  --lilac: #78bbff;
  --violet: #47c7ff;
  --sky: #8ee8ff;
  --azure: #4c8dff;
  --peach: #d8ecff;
  --mint: #8df1d8;

  /* Verre */
  --glass-bg: rgba(255, 255, 255, 0.54);
  --glass-bg-strong: rgba(244, 249, 255, 0.82);
  --glass-border: rgba(255, 255, 255, 0.6);
  --glass-edge: rgba(255, 255, 255, 0.88);
  --glass-blur: 28px;
  --glass-saturate: 180%;

  /* Ombres : soft + specular */
  --shadow-1:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 -1px 0 rgba(255, 255, 255, 0.25) inset,
    0 1px 2px rgba(23, 18, 14, 0.04),
    0 14px 40px rgba(91, 56, 28, 0.08);
  --shadow-2:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 -1px 0 rgba(255, 255, 255, 0.3) inset,
    0 2px 4px rgba(23, 18, 14, 0.05),
    0 24px 60px rgba(77, 52, 35, 0.14);
  --shadow-glow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 0 0 1px rgba(255, 255, 255, 0.4),
    0 8px 24px rgba(127, 120, 255, 0.18),
    0 24px 60px rgba(71, 199, 255, 0.18);

  /* Typo */
  --font-display: 'DM Sans', system-ui, sans-serif;
  --font-italic:  'Cormorant Garamond', serif;
  --font-mono:    'JetBrains Mono', monospace;

  /* Layout */
  --max-w: 1200px;
  --gutter: clamp(20px, 4vw, 56px);
  --section-y: clamp(80px, 12vw, 160px);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --radius-pill: 999px;

  /* Easings */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
em { font-style: normal; }

::selection { background: var(--violet); color: #fff; }


/* ============================================================
   2. BACKGROUND — bulles gradient floutées
   ============================================================ */
.bg-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 255, 255, 0.92) 0%, transparent 60%),
    linear-gradient(180deg, #f7f1e8 0%, #efe5d8 52%, #e7dfd6 100%);
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  will-change: transform;
}
.blob-1 {
  width: 60vw; height: 60vw;
  top: -15%; left: -15%;
  background: radial-gradient(circle at 50% 50%, var(--rose), transparent 65%);
  opacity: 0.55;
  animation: float-1 28s ease-in-out infinite;
}
.blob-2 {
  width: 55vw; height: 55vw;
  top: 20%; right: -20%;
  background: radial-gradient(circle at 50% 50%, var(--lilac), transparent 65%);
  opacity: 0.5;
  animation: float-2 32s ease-in-out infinite;
}
.blob-3 {
  width: 50vw; height: 50vw;
  bottom: -10%; left: 10%;
  background: radial-gradient(circle at 50% 50%, var(--sky), transparent 65%);
  opacity: 0.4;
  animation: float-3 36s ease-in-out infinite;
}
.blob-4 {
  width: 40vw; height: 40vw;
  top: 50%; left: 40%;
  background: radial-gradient(circle at 50% 50%, var(--peach), transparent 65%);
  opacity: 0.35;
  animation: float-4 24s ease-in-out infinite;
}

/* Grain léger (texture) */
.bg-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.06;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.topbar, section, footer { position: relative; z-index: 1; }


/* ============================================================
   3. .glass — surface en verre liquide
   ============================================================ */
.glass {
  position: relative;
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-1);
  border-radius: var(--radius-lg);
}
/* Reflet "highlight" en haut */
.glass::before {
  content: "";
  position: absolute;
  top: 0; left: 12%; right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--glass-edge), transparent);
  pointer-events: none;
  border-radius: inherit;
}


/* ============================================================
   4. TOPBAR
   ============================================================ */
.topbar {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 28px var(--gutter) 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.topbar-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.topbar-brand-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.logo-mark {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--violet) 58%, var(--azure));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.6) inset,
    0 4px 12px rgba(255, 97, 68, 0.34);
}
.topbar-brand .logo-mark { margin-top: 7px; }
.topbar-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.topbar-title,
.logo-text {
  color: var(--ink);
  font-weight: 800;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -0.04em;
  line-height: 1;
}
.topbar-title em,
.logo-text em {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 1.05em;
  font-weight: 400;
  letter-spacing: 0;
  background: linear-gradient(135deg, var(--coral), var(--violet) 62%, var(--azure));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0.08em 0.12em 0.12em 0.12em;
  margin: -0.08em -0.06em -0.12em -0.06em;
}
.topbar-meta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: rgba(255, 250, 244, 0.68);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-1);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.topbar-meta strong {
  color: var(--ink);
  font-weight: 700;
}
.topbar-meta-divider {
  width: 1px;
  height: 14px;
  background: rgba(21, 19, 18, 0.12);
}
.logo-sep { color: var(--ink-mute); margin: 0 4px; }


/* ============================================================
   5. BOUTONS
   ============================================================ */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  border-radius: var(--radius-pill);
  transition:
    transform 0.3s var(--ease-out),
    box-shadow 0.3s,
    background 0.3s,
    color 0.3s;
  white-space: nowrap;
}
.btn-sm { padding: 9px 16px; font-size: 13px; gap: 8px; }
.btn-block { width: 100%; justify-content: center; padding: 16px 24px; }

/* PRIMARY — gradient + halo */
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--coral) 0%, var(--violet) 60%, #ffb24d 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 -1px 0 rgba(0, 0, 0, 0.06) inset,
    0 8px 22px rgba(255, 97, 68, 0.28),
    0 14px 44px rgba(255, 138, 42, 0.22);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.5) inset,
    0 -1px 0 rgba(0, 0, 0, 0.06) inset,
    0 12px 30px rgba(255, 97, 68, 0.34),
    0 22px 60px rgba(255, 138, 42, 0.28);
}
.btn-primary svg { transition: transform 0.3s var(--ease-out); }
.btn-primary:hover svg { transform: translateX(3px); }

/* GLASS — verre */
.btn-glass {
  color: var(--ink);
  background: var(--glass-bg-strong);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-1);
}
.btn-glass:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow-2);
}

/* ============================================================
   6. HERO
   ============================================================ */
.hero {
  padding: 44px var(--gutter) 104px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  margin-bottom: 32px;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.hero-credit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: var(--glass-bg-strong);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
  font-size: 13px;
  color: var(--ink-2);
  margin-bottom: 32px;
  box-shadow: var(--shadow-1);
}
.hero-credit strong { color: var(--ink); font-weight: 700; }
.hero-kicker {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 20px;
}
.credit-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--violet));
  box-shadow: 0 0 0 3px rgba(255, 111, 139, 0.15);
  animation: pulse-dot 2.4s ease-in-out infinite;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(72px, 10vw, 156px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
}
.title-line { display: block; opacity: 0; animation: rise-soft 1.2s var(--ease-out) forwards; }
.title-line-1 { animation-delay: 0.2s; }
.title-line-2 { animation-delay: 0.4s; padding-left: clamp(10px, 2.2vw, 30px); }
.title-line sup {
  font-size: 0.4em;
  font-weight: 700;
  vertical-align: super;
  letter-spacing: -0.02em;
  color: var(--ink-2);
}
.title-line em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, var(--coral) 0%, var(--violet) 50%, var(--azure) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0.08em 0.16em 0.14em 0.16em;
  margin: -0.08em -0.08em -0.14em -0.08em;
}

.hero-subtitle {
  font-size: clamp(20px, 2.35vw, 28px);
  font-weight: 400;
  color: var(--ink-2);
  max-width: 760px;
  margin-bottom: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.hero-subtitle strong {
  font-weight: 700;
  color: var(--ink);
}

.hero-text {
  font-size: 18px;
  color: var(--ink-3);
  max-width: 580px;
  margin-bottom: 36px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-panel {
  padding: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34)),
    linear-gradient(135deg, rgba(255, 97, 68, 0.14), rgba(79, 197, 255, 0.1));
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}
.hero-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hero-panel-tag,
.hero-panel-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.4);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.hero-panel-live {
  color: var(--ink);
}
.hero-panel-metric {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-panel-value {
  font-family: var(--font-display);
  font-size: clamp(72px, 10vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 800;
  color: var(--ink);
}
.hero-panel-label {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 22ch;
}
.hero-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.hero-panel-item {
  padding: 16px;
  border-radius: calc(var(--radius-md) + 2px);
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.56);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-panel-item-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.hero-panel-item strong {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--ink);
}
.hero-panel-note {
  padding-top: 18px;
  border-top: 1px solid rgba(21, 19, 18, 0.08);
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-3);
}

/* Bandeau d'infos en verre */
.hero-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 6px;
  border-radius: calc(var(--radius-lg) + 4px);
}
.strip-cell {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid rgba(20, 15, 40, 0.06);
}
.strip-cell:last-child { border-right: 0; }
.strip-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.strip-value {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}


/* ============================================================
   7. SECTIONS GÉNÉRIQUES
   ============================================================ */
.section-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}
.section-tag {
  display: inline-block;
  padding: 6px 14px;
  background: var(--glass-bg-strong);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ink-2);
  margin-bottom: 22px;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 16px;
  padding-bottom: 0.05em;
}
.section-title em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--coral), var(--violet) 60%, var(--azure));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Padding interne pour éviter le clipping des swashes (G italique)
     et des accents (é) par background-clip: text.
     Les marges négatives compensent partiellement pour préserver le layout. */
  display: inline-block;
  padding: 0.08em 0.18em 0.14em 0.18em;
  margin: -0.08em -0.1em -0.14em -0.1em;
}
.section-lead {
  font-size: 17px;
  color: var(--ink-3);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.55;
}


/* ============================================================
   8. TIMELINE
   ============================================================ */
.timeline {
  padding: var(--section-y) var(--gutter);
  max-width: var(--max-w);
  margin: 0 auto;
}
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.tl-card {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
  transform-style: preserve-3d;
}
.tl-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-2);
}
.tl-card-active {
  background: linear-gradient(135deg, rgba(127, 120, 255, 0.16), rgba(71, 199, 255, 0.14)),
              var(--glass-bg-strong);
  box-shadow: var(--shadow-glow);
}
.tl-head { display: flex; align-items: center; justify-content: space-between; }
.tl-version {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.tl-card-active .tl-version {
  background: linear-gradient(135deg, var(--coral), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tl-pill {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}
.tl-pill-soft {
  background: rgba(20, 15, 40, 0.06);
  color: var(--ink-3);
}
.tl-pill-live {
  background: linear-gradient(135deg, rgba(127, 120, 255, 0.16), rgba(71, 199, 255, 0.16));
  color: var(--violet);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.dot-live {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 2px rgba(71, 199, 255, 0.22);
  animation: pulse-dot 1.6s ease-in-out infinite;
}

.tl-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.tl-title em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--ink-2);
}
.tl-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(20, 15, 40, 0.06);
  border-bottom: 1px solid rgba(20, 15, 40, 0.06);
}
.tl-stat { display: flex; flex-direction: column; gap: 2px; }
.tl-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.tl-card-active .tl-num {
  background: linear-gradient(135deg, var(--coral), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tl-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.tl-desc { font-size: 14px; color: var(--ink-3); line-height: 1.5; }


/* ============================================================
   9. PRÉSENTATION
   ============================================================ */
.presentation {
  padding: var(--section-y) var(--gutter);
  max-width: var(--max-w);
  margin: 0 auto;
}
.present-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: start;
}
.present-text p {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  color: var(--ink-2);
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}
.present-text strong { color: var(--ink); font-weight: 700; }

.present-card {
  padding: 36px 32px;
}
.present-card-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 24px;
}
.present-list {
  display: flex;
  flex-direction: column;
}
.present-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(20, 15, 40, 0.06);
  font-size: 15px;
}
.present-list li:last-child { border-bottom: 0; }
.present-list li span { color: var(--ink-3); font-size: 13px; }
.present-list li strong { color: var(--ink); font-weight: 600; }


/* ============================================================
   10. STATS
   ============================================================ */
.stats {
  padding: var(--section-y) var(--gutter);
  max-width: var(--max-w);
  margin: 0 auto;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.stat-card {
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
  transform-style: preserve-3d;
  grid-column: span 2;
  position: relative;
  overflow: hidden;
}
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
}
.stat-feature {
  grid-column: span 3;
  background: linear-gradient(135deg, rgba(127, 120, 255, 0.14), rgba(71, 199, 255, 0.12)),
              var(--glass-bg-strong);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 240px;
  justify-content: space-between;
}
.stat-social { grid-column: span 3; }
.stat-wide { grid-column: span 6; }

.stat-pill {
  display: inline-flex;
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding: 5px 11px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-pill);
}

/* Carte feature (Partenaire Twitch) */
.stat-feature-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--ink);
  padding-bottom: 0.05em;
}
.stat-feature-title em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(135deg, var(--violet), var(--azure));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0.08em 0.16em 0.14em 0.16em;
  margin: -0.08em -0.1em -0.14em -0.1em;
}
.stat-feature-desc {
  font-size: 15px;
  color: var(--ink-3);
  max-width: 380px;
  line-height: 1.55;
}
.stat-glyph {
  position: absolute;
  bottom: 22px;
  right: 24px;
  width: 56px; height: 56px;
  display: flex;
  align-items: center; justify-content: center;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.6);
  color: var(--violet);
  border: 1px solid var(--glass-border);
}

/* Carte sociale (multi-plateformes) */
.social-list {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
.social-list li {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(20, 15, 40, 0.06);
}
.social-list li:last-child { border-bottom: 0; }
.social-icon {
  width: 32px; height: 32px;
  display: inline-flex;
  align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--glass-border);
}
.social-icon[data-net="tiktok"]    { color: var(--ink); }
.social-icon[data-net="twitch"]    { color: var(--violet); }
.social-icon[data-net="youtube"]   { color: var(--coral); }
.social-icon[data-net="instagram"] { color: #c44ba0; }
.social-net {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.social-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.social-num em {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.7em;
  color: var(--ink-3);
  margin-left: 2px;
}

/* Cartes simples (Live, Engagement, Slots) */
.stat-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.stat-prefix { color: var(--ink-3); font-weight: 600; }
.stat-unit {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  font-size: 0.7em;
  background: linear-gradient(135deg, var(--coral), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-desc {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.5;
}

/* Carte large (1000 → 2000) */
.stat-num-wide {
  font-size: clamp(40px, 5vw, 56px);
  gap: 16px;
  flex-wrap: wrap;
}
.stat-arrow {
  font-family: var(--font-italic);
  font-style: italic;
  background: linear-gradient(135deg, var(--coral), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* ============================================================
   11. PARTENAIRES
   ============================================================ */
.partners {
  padding: var(--section-y) var(--gutter);
  max-width: var(--max-w);
  margin: 0 auto;
}

/* Bandeau d'appel principal */
.gifting-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px 32px;
  margin-bottom: 32px;
  background: linear-gradient(135deg, rgba(127, 120, 255, 0.14), rgba(71, 199, 255, 0.12)),
              var(--glass-bg-strong);
  box-shadow: var(--shadow-glow);
}
.gifting-icon {
  width: 60px; height: 60px;
  display: flex;
  align-items: center; justify-content: center;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--glass-border);
  color: var(--violet);
  flex-shrink: 0;
}
.gifting-text h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 4px;
}
.gifting-text p {
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.5;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.partner-card {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
}
.partner-card::after {
  content: "";
  position: absolute;
  top: -8%;
  right: -6%;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0), transparent 30%);
  filter: blur(18px);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s var(--ease-out);
  pointer-events: none;
}
.partner-card:nth-child(1)::after {
  background: radial-gradient(circle at center, rgba(255, 97, 68, 0.14), rgba(255, 97, 68, 0) 68%);
}
.partner-card:nth-child(2)::after {
  background: radial-gradient(circle at center, rgba(255, 138, 42, 0.14), rgba(255, 138, 42, 0) 68%);
}
.partner-card:nth-child(3)::after {
  background: radial-gradient(circle at center, rgba(79, 197, 255, 0.14), rgba(79, 197, 255, 0) 68%);
}
.partner-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); }
.partner-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.partner-num {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--ink-mute);
}
.partner-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.1;
  padding-bottom: 0.05em;
}
.partner-title em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  padding: 0.08em 0.16em 0.14em 0.16em;
  margin: -0.08em -0.1em -0.14em -0.1em;
}
.partner-card:nth-child(1) .partner-title em {
  background: linear-gradient(135deg, var(--coral), var(--rose));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.partner-card:nth-child(2) .partner-title em {
  background: linear-gradient(135deg, var(--lilac), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.partner-card:nth-child(3) .partner-title em {
  background: linear-gradient(135deg, var(--sky), var(--azure));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.partner-text {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.55;
}
.partner-bullets {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--ink-3);
}
.partner-bullets li {
  position: relative;
  padding-left: 18px;
}
.partner-bullets li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--violet);
}
.partner-card:nth-child(1) .partner-bullets li::before { background: var(--coral); }
.partner-card:nth-child(3) .partner-bullets li::before { background: var(--azure); }


/* ============================================================
   12. COMMUNAUTÉ
   ============================================================ */
.community {
  padding: var(--section-y) var(--gutter);
  display: flex;
  justify-content: center;
}
.community-card {
  max-width: 860px;
  width: 100%;
  padding: 70px 56px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
}
.community-card .section-tag { margin-bottom: 36px; }
.community-quote {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 36px;
  padding-bottom: 0.05em;
}
.community-quote em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(135deg, var(--coral), var(--violet) 60%, var(--azure));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0.08em 0.16em 0.14em 0.16em;
  margin: -0.08em -0.1em -0.14em -0.1em;
}
.community-sign {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 22px;
  color: var(--ink-2);
}
.sign-line {
  width: 36px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ink-mute), transparent);
}


/* ============================================================
   13. FORMULAIRES
   ============================================================ */
.form-section {
  padding: clamp(40px, 6vw, 80px) var(--gutter) var(--section-y);
  max-width: var(--max-w);
  margin: 0 auto;
}
.form {
  max-width: 880px;
  margin: 0 auto;
  padding: 44px 40px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.form-field-full { grid-column: span 2; }

.form-field label {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: -0.005em;
}
.form-field input,
.form-field select,
.form-field textarea {
  padding: 14px 18px;
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  outline: none;
  transition:
    border-color 0.25s,
    background 0.25s,
    box-shadow 0.25s,
    transform 0.25s var(--ease-out);
  letter-spacing: -0.005em;
}
.form-field textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.form-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%234c8dff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: var(--ink-mute); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--violet);
  background: rgba(255, 255, 255, 0.85);
  box-shadow:
    0 0 0 4px rgba(76, 141, 255, 0.14),
    0 4px 14px rgba(71, 199, 255, 0.1);
}

/* Checkbox */
.form-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  padding: 6px 0;
}
.form-checkbox input { position: absolute; opacity: 0; pointer-events: none; }
.form-check-mark {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 20px; height: 20px;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.65);
  border-radius: 6px;
  transition: all 0.2s;
  flex-shrink: 0;
}
.form-check-mark::after {
  content: "";
  width: 10px; height: 10px;
  background: linear-gradient(135deg, var(--coral), var(--violet));
  border-radius: 3px;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s, transform 0.2s var(--ease-out);
}
.form-checkbox input:checked + .form-check-mark { border-color: var(--violet); }
.form-checkbox input:checked + .form-check-mark::after { opacity: 1; transform: scale(1); }
.form-check-text { font-size: 14px; color: var(--ink-2); }

.form-feedback {
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.01em;
  min-height: 18px;
  color: var(--ink-3);
}
.form-feedback.success { color: var(--violet); }
.form-feedback.error { color: var(--coral); }


/* ============================================================
   14. FOOTER
   ============================================================ */
.footer {
  padding: 40px var(--gutter) 32px;
  position: relative;
  z-index: 1;
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 40px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.footer-brand .logo-mark { margin-top: 0; }
.footer-brand .logo-text { font-size: 24px; }
.footer-text {
  font-size: 14px;
  color: var(--ink-3);
  max-width: 480px;
}
.footer-meta {
  display: flex;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--ink-mute);
  flex-wrap: wrap;
  justify-content: center;
}


/* ============================================================
   15. REVEAL ON SCROLL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Cascade dans les grilles */
.timeline-grid > .reveal:nth-child(1).is-visible { transition-delay: 0s; }
.timeline-grid > .reveal:nth-child(2).is-visible { transition-delay: 0.1s; }
.timeline-grid > .reveal:nth-child(3).is-visible { transition-delay: 0.2s; }

.stats-grid > .reveal:nth-child(1).is-visible { transition-delay: 0s; }
.stats-grid > .reveal:nth-child(2).is-visible { transition-delay: 0.05s; }
.stats-grid > .reveal:nth-child(3).is-visible { transition-delay: 0.1s; }
.stats-grid > .reveal:nth-child(4).is-visible { transition-delay: 0.15s; }
.stats-grid > .reveal:nth-child(5).is-visible { transition-delay: 0.2s; }
.stats-grid > .reveal:nth-child(6).is-visible { transition-delay: 0.25s; }

.partners-grid > .reveal:nth-child(1).is-visible { transition-delay: 0s; }
.partners-grid > .reveal:nth-child(2).is-visible { transition-delay: 0.1s; }
.partners-grid > .reveal:nth-child(3).is-visible { transition-delay: 0.2s; }


/* ============================================================
   16. KEYFRAMES
   ============================================================ */
@keyframes float-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(8vw, 4vh) scale(1.1); }
  66%      { transform: translate(-4vw, 8vh) scale(0.95); }
}
@keyframes float-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-10vw, -6vh) scale(1.15); }
}
@keyframes float-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40%      { transform: translate(6vw, -8vh) scale(1.1); }
  80%      { transform: translate(-6vw, 4vh) scale(0.9); }
}
@keyframes float-4 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(8vw, 8vh) scale(1.2); }
}
@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.15); opacity: 0.85; }
}
@keyframes rise-soft {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ============================================================
   17. RESPONSIVE
   ============================================================ */
@media (max-width: 1180px) {
  .hero {
    padding-top: 36px;
  }
  .hero-shell {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }
  .hero-title {
    font-size: clamp(76px, 13vw, 148px);
  }
  .hero-subtitle {
    max-width: 24ch;
  }
  .hero-panel {
    max-width: 100%;
  }
  .hero-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .strip-cell:nth-child(2) {
    border-right: 0;
  }
  .strip-cell:nth-child(1),
  .strip-cell:nth-child(2) {
    border-bottom: 1px solid rgba(20, 15, 40, 0.06);
  }
}

@media (max-width: 1024px) {
  .topbar {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-panel {
    max-width: 560px;
  }
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .stat-card { grid-column: span 2; }
  .stat-feature, .stat-social { grid-column: span 4; }
  .stat-wide { grid-column: span 4; }

  .timeline-grid { grid-template-columns: 1fr; gap: 18px; }
  .partners-grid { grid-template-columns: 1fr; }
  .present-grid { grid-template-columns: 1fr; gap: 36px; }

  .gifting-banner { grid-template-columns: 1fr; text-align: center; }
  .gifting-icon { margin: 0 auto; }
}

@media (max-width: 768px) {
  body { font-size: 16px; }
  .topbar {
    padding-top: 22px;
    gap: 16px;
  }
  .topbar-meta {
    width: fit-content;
    flex-wrap: wrap;
  }

  .hero { padding: 32px var(--gutter) 72px; }
  .hero-shell { margin-bottom: 24px; }
  .title-line-2 { padding-left: 18px; }
  .hero-actions { gap: 10px; flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }
  .hero-panel { padding: 24px; }
  .hero-panel-grid { grid-template-columns: 1fr; }

  .stats-grid { grid-template-columns: 1fr; }
  .stat-card, .stat-feature, .stat-social, .stat-wide { grid-column: span 1; }

  .form-grid { grid-template-columns: 1fr; gap: 22px; }
  .form-field-full { grid-column: span 1; }
  .form { padding: 32px 24px; }

  .community-card { padding: 50px 28px; }
}

@media (max-width: 480px) {
  :root { --gutter: 18px; }
  .topbar-title { font-size: 20px; }
  .topbar-meta {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    line-height: 1.6;
  }
  .hero-strip { grid-template-columns: 1fr; }
  .strip-cell { border-right: 0; border-bottom: 1px solid rgba(20, 15, 40, 0.06); }
  .strip-cell:last-child { border-bottom: 0; }
  .footer-brand .logo-text { font-size: 20px; }
}

/* ============================================================
   18. HOME REFRESH — structure inspirée Iconics
   ============================================================ */
.hero {
  padding: 56px var(--gutter) 42px;
}

.hero-stage {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.hero-stage .hero-credit {
  margin: 0 auto 26px;
}

.hero-kicker {
  margin-bottom: 18px;
  font-size: 10px;
  letter-spacing: 0.22em;
}

.hero-title {
  margin-bottom: 24px;
  line-height: 0.82;
  letter-spacing: -0.05em;
  text-align: center;
}

.title-line-1,
.title-line-2 {
  padding-left: 0;
}

.title-line-1 {
  font-size: clamp(88px, 17vw, 238px);
  font-weight: 700;
}

.title-line-2 {
  margin-top: -0.04em;
  font-family: var(--font-italic);
  font-size: clamp(92px, 15vw, 218px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.title-line-2 em {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  background: linear-gradient(135deg, var(--coral), var(--violet) 58%, var(--azure));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0.04em 0.1em 0.1em;
  margin: -0.04em -0.04em -0.1em;
}

.hero-subtitle {
  max-width: 840px;
  margin: 0 auto 14px;
  font-size: clamp(23px, 2.9vw, 34px);
  line-height: 1.24;
}

.hero-text {
  max-width: 720px;
  margin: 0 auto 34px;
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

.proof-strip {
  max-width: var(--max-w);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.proof-card {
  padding: 24px 24px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(243, 248, 255, 0.68));
}

.proof-label,
.stage-kicker,
.manifesto-kicker,
.metric-label,
.dual-chip,
.dual-metric span,
.partner-callout-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.proof-label {
  display: block;
  color: var(--ink-mute);
  margin-bottom: 18px;
}

.proof-value {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: clamp(42px, 5.2vw, 64px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.proof-value em {
  font-family: var(--font-italic);
  font-size: 0.52em;
  font-style: italic;
  font-weight: 500;
  color: var(--ink-3);
  letter-spacing: -0.02em;
}

.proof-desc,
.metric-desc,
.partner-callout-copy p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-3);
}

.manifesto,
.metrics-band,
.dual-section,
.timeline,
.partners,
.community,
.form-section {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.manifesto {
  padding-top: 86px;
  padding-bottom: 108px;
}

.manifesto-shell {
  max-width: 1360px;
  margin: 0 auto;
}

.manifesto-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-mute);
  margin-bottom: 30px;
}

.manifesto-kicker::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.manifesto-text {
  max-width: 1220px;
  font-family: var(--font-italic);
  font-size: clamp(48px, 6.4vw, 108px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: var(--ink);
}

.manifesto-text em {
  font-style: normal;
  color: var(--ink-mute);
}

.manifesto-sign {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-top: 54px;
  padding-top: 32px;
  border-top: 1px solid rgba(21, 19, 18, 0.08);
}

.manifesto-note {
  max-width: 460px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.manifesto-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.manifesto-chips span {
  padding: 9px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(21, 19, 18, 0.08);
  background: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.metrics-band,
.dual-section,
.timeline,
.partners,
.community {
  padding-top: 0;
  padding-bottom: 108px;
}

.stage-head {
  max-width: 1360px;
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 40px;
  align-items: end;
}

.stage-copy {
  max-width: 780px;
}

.stage-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-mute);
  margin-bottom: 16px;
}

.stage-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.stage-title {
  font-family: var(--font-italic);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: var(--ink);
}

.stage-title em {
  font-style: normal;
  color: var(--ink-mute);
}

.stage-sub {
  font-size: 14px;
  line-height: 1.85;
  color: var(--ink-3);
}

.metric-grid {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(21, 19, 18, 0.08);
  border: 1px solid rgba(21, 19, 18, 0.08);
  border-radius: 28px;
  overflow: hidden;
}

.metric-cell {
  padding: 36px 32px 34px;
  background: rgba(245, 249, 255, 0.88);
  transition: background 0.28s ease;
}

.metric-cell:hover {
  background: rgba(238, 245, 255, 0.98);
}

.metric-label {
  display: block;
  color: var(--ink-mute);
  margin-bottom: 18px;
}

.metric-value {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
  font-family: var(--font-italic);
  font-size: clamp(52px, 6vw, 86px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: var(--ink);
}

.metric-value em {
  font-style: normal;
  font-size: 0.48em;
  color: var(--ink-mute);
}

.dual-grid {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(21, 19, 18, 0.08);
  border: 1px solid rgba(21, 19, 18, 0.08);
  border-radius: 32px;
  overflow: hidden;
}

.dual-pane.glass {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.dual-pane.glass::before {
  display: none;
}

.dual-pane {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 48px 42px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.dual-pane-competition {
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.94), rgba(236, 243, 250, 0.94));
}

.dual-pane-brand {
  background:
    radial-gradient(circle at 88% 18%, rgba(127, 120, 255, 0.24), transparent 34%),
    radial-gradient(circle at 10% 90%, rgba(142, 232, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(242, 247, 255, 0.97), rgba(229, 237, 248, 0.97));
}

.dual-index {
  position: absolute;
  top: 26px;
  right: 30px;
  font-family: var(--font-italic);
  font-size: clamp(120px, 13vw, 210px);
  line-height: 1;
  letter-spacing: -0.08em;
  color: rgba(21, 19, 18, 0.05);
  pointer-events: none;
  user-select: none;
}

.dual-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.dual-chip {
  padding: 8px 13px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(21, 19, 18, 0.08);
  background: rgba(255, 255, 255, 0.42);
  color: var(--ink-3);
}

.dual-chip-live {
  color: var(--ink);
}

.dual-title {
  position: relative;
  z-index: 1;
  max-width: 14ch;
  font-family: var(--font-italic);
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--ink);
}

.dual-title em {
  font-style: normal;
  color: var(--ink-mute);
}

.dual-desc {
  position: relative;
  z-index: 1;
  max-width: 430px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--ink-2);
}

.dual-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(21, 19, 18, 0.08);
}

.dual-metric strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-italic);
  font-size: 32px;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.dual-metric span {
  display: block;
  color: var(--ink-mute);
}

.dual-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dual-tags span {
  padding: 7px 11px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(21, 19, 18, 0.06);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.timeline,
.partners,
.form-section {
  max-width: 1360px;
  margin: 0 auto;
}

.timeline-grid {
  gap: 16px;
}

.tl-card {
  padding: 30px 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 248, 255, 0.68));
}

.tl-card-active {
  background:
    radial-gradient(circle at top right, rgba(127, 120, 255, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(247, 250, 255, 0.94), rgba(235, 243, 252, 0.88));
}

.partner-callout {
  max-width: 1360px;
  margin: 0 auto 16px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  background:
    radial-gradient(circle at 92% 24%, rgba(142, 232, 255, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(241, 247, 255, 0.7));
}

.partner-callout-label {
  display: block;
  color: var(--ink-mute);
  margin-bottom: 10px;
}

.partner-callout-copy h3 {
  margin-bottom: 6px;
  font-family: var(--font-italic);
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.partners-grid {
  gap: 16px;
}

.partner-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(242, 248, 255, 0.7));
}

.community-card {
  max-width: 1020px;
  padding: 64px 54px;
  background:
    radial-gradient(circle at center, rgba(127, 120, 255, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(241, 247, 255, 0.72));
}

.community-quote {
  font-family: var(--font-italic);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.community-sign {
  font-size: 18px;
  letter-spacing: 0.06em;
}

.form-section .section-header {
  max-width: 720px;
  margin-bottom: 42px;
}

.form-section .section-title {
  font-family: var(--font-italic);
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 500;
  line-height: 0.98;
}

.form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(242, 248, 255, 0.76));
}

@media (max-width: 1180px) {
  .hero {
    padding-top: 40px;
  }

  .proof-strip,
  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stage-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .manifesto-sign,
  .partner-callout {
    grid-template-columns: 1fr;
  }

  .dual-grid,
  .timeline-grid,
  .partners-grid {
    grid-template-columns: 1fr;
  }

  .dual-pane {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .proof-strip,
  .metric-grid,
  .dual-metrics {
    grid-template-columns: 1fr;
  }

  .manifesto,
  .metrics-band,
  .dual-section,
  .timeline,
  .partners,
  .community,
  .form-section {
    padding-bottom: 78px;
  }

  .manifesto-text {
    font-size: clamp(42px, 11vw, 74px);
  }

  .stage-title {
    font-size: clamp(36px, 9vw, 54px);
  }

  .metric-cell,
  .dual-pane,
  .partner-callout,
  .partner-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .community-card {
    padding: 44px 24px;
  }
}

@media (max-width: 480px) {
  .topbar-brand-text {
    gap: 3px;
  }

  .topbar-meta {
    font-size: 10px;
  }

  .hero-kicker,
  .proof-label,
  .stage-kicker,
  .metric-label,
  .dual-chip {
    letter-spacing: 0.12em;
  }

  .title-line-1 {
    font-size: clamp(72px, 22vw, 110px);
  }

  .title-line-2 {
    font-size: clamp(78px, 20vw, 116px);
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .btn {
    justify-content: center;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .manifesto-note {
    letter-spacing: 0.06em;
  }

  .dual-head {
    align-items: flex-start;
  }

  .dual-index {
    font-size: 88px;
    right: 18px;
  }

  .partner-callout .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   19. PLAYER-FIRST UPDATE
   ============================================================ */
.prize-section {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 var(--gutter) 108px;
}

.prize-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.prize-card {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(242, 248, 255, 0.72));
}

.prize-thumb {
  display: block;
  aspect-ratio: 1.08 / 0.92;
  overflow: hidden;
  border-bottom: 1px solid rgba(21, 19, 18, 0.08);
}

.prize-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease-out);
}

.prize-card:hover .prize-thumb img {
  transform: scale(1.04);
}

.prize-copy {
  padding: 18px 18px 20px;
}

.prize-label {
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.prize-copy h3 {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--ink);
}

#formPlayer {
  max-width: 1360px;
}

.form-grid-team {
  gap: 16px;
}

.duo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.duo-column {
  min-width: 0;
  padding: 18px 18px 16px;
  border: 1px solid rgba(21, 19, 18, 0.08);
  border-radius: 24px;
  background: rgba(248, 251, 255, 0.66);
}

.duo-column legend {
  padding: 0 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.duo-column .form-grid {
  gap: 14px 14px;
}

.inline-link {
  color: inherit;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(21, 19, 18, 0.2);
  transition: color 0.22s ease, box-shadow 0.22s ease;
}

.inline-link:hover {
  color: var(--coral);
  box-shadow: inset 0 -1px 0 currentColor;
}

.rule-link {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: rgba(76, 141, 255, 0.12);
  box-shadow: none;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--azure);
}

.rule-link:hover {
  color: var(--sky);
  background: rgba(71, 199, 255, 0.18);
}

.dual-rules {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid rgba(21, 19, 18, 0.08);
}

.dual-rules li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-2);
}

.dual-rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
}

.elo-note {
  margin-top: -6px;
  font-size: 13px;
  line-height: 1.75;
  color: var(--ink-3);
}

.elo-range {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
  letter-spacing: -0.01em;
}

@media (max-width: 1180px) {
  .prize-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .prize-section {
    padding-bottom: 78px;
  }

  .prize-grid {
    grid-template-columns: 1fr;
  }

  .duo-grid {
    grid-template-columns: 1fr;
  }

  .duo-column {
    padding: 16px 14px 14px;
  }
}

/* Préférences de réduction de mouvement */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .blob { animation: none !important; }
}
