/* ===================================================================
   STYLES — Site de la formation
   S'appuie sur brand.css (papier · encre · lime · Fraunces × Space Grotesk).
   Importé APRÈS brand.css.
   =================================================================== */

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243, 239, 230, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; }
.brand { font-size: 1.3rem; text-decoration: none; }
.nav__links { display: flex; gap: 26px; }
.nav__links a { text-decoration: none; font-weight: 500; font-size: 0.95rem; color: var(--ink-soft); transition: color 0.15s; }
.nav__links a:hover { color: var(--ink); }
@media (max-width: 860px) { .nav__links { display: none; } }

/* ---------- EYEBROW ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.85rem; font-weight: 600; color: var(--ink-soft);
  background: var(--card); border: 1px solid var(--line);
  padding: 7px 15px; border-radius: 999px; margin-bottom: 26px;
}

/* ---------- HERO ----------
   Objectif "coup d'œil" : titre + promesse + vidéo visibles dès l'arrivée.
   La hauteur est calée sur le viewport (moins marquee + nav ≈ 96px). */
.hero { min-height: calc(100svh - 96px); padding: clamp(20px, 3vh, 40px) 0 clamp(28px, 5vh, 56px); text-align: center; display: flex; }
.hero__inner { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: auto 0; width: 100%; }

/* ---------- CARTE "PLACES LIMITÉES" (flottante) ---------- */
.seats {
  position: absolute; top: 4px; right: 0; z-index: 4;
  width: 232px; text-align: left;
  background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  padding: 15px 16px; box-shadow: var(--shadow-sm);
  animation: seats-pop 0.5s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes seats-pop { from { opacity: 0; transform: translateY(-8px) scale(0.96); } to { opacity: 1; transform: none; } }
.seats__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; }
.seats__live { display: inline-flex; align-items: center; gap: 7px; font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--danger); }
.seats__live .dot-live { background: var(--danger); }
.seats__count { font-family: var(--font-display); font-weight: 900; font-size: 1.05rem; color: var(--ink); }
.seats__count strong { color: var(--danger); }
.seats__bar { height: 10px; border-radius: 999px; background: var(--paper-2); border: 1px solid var(--line); overflow: hidden; }
.seats__fill {
  display: block; height: 100%; width: 80%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--warm), var(--danger));
  background-size: 200% 100%;
  animation: seats-fill 1.8s cubic-bezier(.2,.7,.2,1) 0.3s both, seats-shine 2.2s linear 2.1s infinite;
}
@keyframes seats-fill { from { width: 0; } to { width: 80%; } }
@keyframes seats-shine { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.seats__note { margin-top: 9px; font-size: 0.8rem; color: var(--muted); }
.seats__note strong { color: var(--ink-soft); }
@media (prefers-reduced-motion: reduce) {
  .seats { animation: none; }
  .seats__fill { animation: none; }
}
/* Sur écrans étroits : la carte repasse dans le flux, centrée sous les badges */
@media (max-width: 1080px) {
  .seats { position: static; margin: 26px auto 0; width: min(320px, 100%); }
}
.hero .eyebrow { margin-bottom: clamp(12px, 2vh, 22px); }
.hero h1 { max-width: 16ch; font-size: clamp(2.1rem, 4.6vw, 3.7rem); margin-bottom: clamp(12px, 2vh, 18px); }
.hero__sub { max-width: 58ch; font-size: clamp(1rem, 1.8vw, 1.15rem); color: var(--ink-soft); margin-bottom: clamp(16px, 2.4vh, 26px); }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: clamp(18px, 3vh, 32px); }
.hero__cta--after-video { margin-top: clamp(20px, 3vh, 30px); margin-bottom: 0; }
/* Invitation à lire toute la page — bannière "impossible à ignorer" */
.hero__read {
  display: inline-flex; align-items: center; gap: 11px;
  max-width: 100%; margin-bottom: clamp(10px, 2vh, 20px);
  white-space: nowrap; overflow-x: auto;
  font-size: clamp(0.74rem, 1.35vw, 1rem); font-weight: 600; letter-spacing: 0.01em;
  color: #fff;
  background: var(--danger); border: 1px solid #7e2323; border-radius: 999px;
  padding: 12px 24px;
  box-shadow: 0 10px 30px rgba(176, 54, 54, 0.35);
  animation: read-pulse 2.4s ease-in-out infinite;
}
.hero__read::-webkit-scrollbar { display: none; }
.hero__read { scrollbar-width: none; }
.hero__read em { font-style: italic; color: #ffe14d; font-weight: 800; }
.hero__read .ic { flex: none; width: 19px; height: 19px; color: #ffe14d; stroke-width: 2.4; }
@keyframes read-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 10px 30px rgba(176, 54, 54, 0.35); }
  50% { transform: scale(1.02); box-shadow: 0 14px 40px rgba(176, 54, 54, 0.5); }
}
@media (prefers-reduced-motion: reduce) { .hero__read { animation: none; } }
/* Sur téléphone : la phrase passe à la ligne et se lit en entier (pas de scroll horizontal) */
@media (max-width: 760px) {
  .hero__read {
    display: flex; white-space: normal; overflow-x: visible;
    align-items: flex-start; text-align: left; line-height: 1.45;
    font-size: 0.92rem; border-radius: 20px; padding: 14px 18px;
  }
  .hero__read .ic { margin-top: 2px; }
}
/* Le prix, annoncé dès le hero : à 15 000 F, le prix est un argument. */
.hero__price {
  display: inline-flex; align-items: baseline; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-top: 14px; font-size: 0.95rem; color: var(--ink-soft);
}
.hero__price s { color: var(--muted); font-weight: 600; text-decoration-color: var(--danger); text-decoration-thickness: 2px; }
.hero__price strong { font-family: var(--font-display); font-weight: 900; font-size: 1.5rem; color: var(--accent-deep); }
.hero__price span { color: var(--muted); }

.hero__trust { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; color: var(--ink-soft); font-size: 0.9rem; font-weight: 500; margin-top: clamp(16px, 2.5vh, 26px); }
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust .ic { width: 17px; height: 17px; color: var(--accent-deep); }

/* ---------- VIDEO PLACEHOLDERS ---------- */
.video {
  position: relative; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px;
  background:
    repeating-linear-gradient(-45deg, transparent 0 22px, rgba(20,22,15,0.02) 22px 44px),
    var(--card);
  border: 1px solid var(--line); border-radius: var(--radius);
  color: var(--ink-soft); cursor: pointer;
  transform: rotate(var(--tilt, 0deg));
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s cubic-bezier(.2,.7,.2,1), box-shadow 0.22s, border-color 0.18s;
  overflow: hidden;
}
/* Au survol, la carte se redresse et se soulève (effet "je prends cette photo").
   Double classe pour passer devant .reveal.is-visible (même poids sinon). */
.video.reveal:hover, .video:hover { transform: rotate(0deg) translateY(-5px) scale(1.02); box-shadow: var(--shadow); border-color: var(--accent-deep); z-index: 2; }
.video:focus-visible { outline: none; border-color: var(--accent-deep); box-shadow: 0 0 0 3px rgba(56,182,255,0.3); }
.video__play {
  position: relative; z-index: 2;
  display: grid; place-items: center; width: 66px; height: 66px; border-radius: 999px;
  background: var(--accent); color: var(--ink); box-shadow: 0 8px 24px rgba(56,182,255,0.4);
  transition: transform 0.18s;
}
.video:hover .video__play { transform: scale(1.06); }
.video__play svg { width: 26px; height: 26px; fill: currentColor; stroke: none; margin-left: 3px; }
.video__label { position: relative; z-index: 2; font-weight: 600; font-size: 0.95rem; }

/* Image de couverture (frame de la vidéo) + voile sombre pour la lisibilité */
.video__cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.video:has(.video__cover) { color: #fff; }
.video:has(.video__cover)::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 100%);
  transition: background 0.22s;
}
.video:has(.video__cover):hover::before { background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.35) 100%); }
.video:has(.video__cover) .video__label { text-shadow: 0 1px 6px rgba(0,0,0,0.6); }

/* Vidéo hero : hauteur pilotée par le viewport pour rester "au-dessus de la ligne de flottaison", ratio 16:9 conservé */
.video--hero { height: min(46vh, 460px); aspect-ratio: 16 / 9; width: auto; max-width: 100%; margin: 0 auto; }
.video--sm { aspect-ratio: 4 / 5; }
.video--wide { aspect-ratio: 16 / 9; }
@media (max-width: 640px) { .video--hero { height: auto; width: 100%; } }
.video--dark {
  aspect-ratio: 4 / 5; background:
    repeating-linear-gradient(-45deg, transparent 0 22px, rgba(255,255,255,0.03) 22px 44px),
    var(--ink-2);
  border-color: var(--line-ink); color: var(--paper);
}

/* iframe (YouTube) ou video (fichier local) injecté à la place du placeholder.
   z-index 3 = au-dessus de la couverture (0) et du voile (1). */
.video iframe, .video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 3; }
.video video { object-fit: cover; background: #000; }

/* Mode lecture : fond noir (plus de flash blanc), on masque le voile.
   La couverture reste visible sous l'iframe jusqu'à son chargement. */
.video--playing { background: #000; cursor: default; }
.video--playing::before { display: none; }
.video--playing iframe { opacity: 0; transition: opacity 0.3s ease; }
.video--playing.video--loaded iframe { opacity: 1; }
/* En lecture, la carte ne bouge plus au survol (on regarde, on ne clique plus) */
.video--playing:hover, .video--playing.reveal:hover { transform: rotate(0deg); box-shadow: var(--shadow); border-color: var(--line); }

/* ---------- LECTEUR MAISON (habillage YouTube masqué) ----------
   L'iframe est jouée en "controls: 0" : pas de titre, pas de logo,
   pas de bouton "Regarder sur YouTube". Tout ce qui suit, c'est nous. */
.vp { position: absolute; inset: 0; z-index: 4; }
.vp__shield { position: absolute; inset: 0; z-index: 5; border: 0; padding: 0; background: transparent; cursor: pointer; }

/* Gros bouton central : uniquement quand la vidéo est en pause */
.vp__big {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0.9);
  z-index: 6; display: grid; place-items: center;
  width: 64px; height: 64px; border: 0; border-radius: 999px; padding: 0;
  background: rgba(0,0,0,0.55); color: #fff; cursor: pointer;
  backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none; transition: opacity 0.18s, transform 0.18s;
}
.vp.vp--paused .vp__big { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.vp__big:hover { background: var(--accent); color: var(--ink); }
.vp__big svg { width: 26px; height: 26px; fill: currentColor; stroke: none; }

/* Barre de contrôles : discrète, et elle s'efface pendant la lecture */
.vp__bar {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 7;
  display: flex; align-items: center; gap: 10px;
  padding: 26px 12px 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 60%);
  opacity: 0; transform: translateY(6px); pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.vp.vp--awake .vp__bar { opacity: 1; transform: none; pointer-events: auto; }
.vp__btn {
  display: grid; place-items: center; flex: none;
  width: 32px; height: 32px; padding: 0; border: 0; border-radius: 8px;
  background: transparent; color: #fff; cursor: pointer; transition: color 0.15s, background 0.15s;
}
.vp__btn:hover { color: var(--accent); background: rgba(255,255,255,0.12); }
.vp__btn svg { width: 19px; height: 19px; }
.vp__toggle svg, .vp__big svg { fill: currentColor; stroke: none; }
.vp__time { flex: none; font-size: 0.78rem; font-variant-numeric: tabular-nums; color: rgba(255,255,255,0.9); letter-spacing: 0.01em; }

/* Barre de progression */
.vp__seek { flex: 1 1 auto; min-width: 40px; padding: 8px 0; cursor: pointer; touch-action: none; }
.vp__seek:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.vp__track { display: block; height: 4px; border-radius: 999px; background: rgba(255,255,255,0.3); overflow: hidden; }
.vp__prog { display: block; height: 100%; width: 0; border-radius: 999px; background: var(--accent); transition: width 0.15s linear; }
.vp__seek:hover .vp__track { height: 6px; transition: height 0.12s; }

/* Écran de fin : on coupe avant les suggestions YouTube */
.vp__end {
  position: absolute; inset: 0; z-index: 8;
  display: grid; place-items: center;
  background: rgba(10,11,7,0.86); backdrop-filter: blur(3px);
}
.vp__end[hidden] { display: none; }
.vp__replay {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px; border: 0; border-radius: 999px;
  background: var(--accent); color: var(--ink); cursor: pointer;
  font-family: var(--font-body); font-weight: 600; font-size: 0.95rem;
  box-shadow: 0 8px 24px rgba(56,182,255,0.35); transition: transform 0.15s;
}
.vp__replay:hover { transform: translateY(-2px); }
.vp__replay svg { width: 18px; height: 18px; }

/* Plein écran : la carte perd son inclinaison et son cadre */
.video:fullscreen {
  width: 100%; height: 100%; max-width: none; aspect-ratio: auto;
  transform: none; border: 0; border-radius: 0; background: #000;
}
.video:fullscreen .vp__bar { padding: 40px 26px 20px; }

@media (max-width: 560px) {
  .vp__bar { gap: 7px; padding: 22px 8px 8px; }
  .vp__time { font-size: 0.72rem; }
}

/* ---------- IMAGE PLACEHOLDERS ---------- */
.ph-img {
  display: grid; place-items: center; text-align: center;
  aspect-ratio: 1 / 1; padding: 16px;
  background:
    repeating-linear-gradient(-45deg, transparent 0 18px, rgba(20,22,15,0.025) 18px 36px),
    var(--card);
  border: 1.5px dashed var(--line); border-radius: var(--radius-sm);
  color: var(--muted); font-size: 0.85rem; font-weight: 500;
  transform: rotate(var(--tilt, 0deg));
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s cubic-bezier(.2,.7,.2,1), box-shadow 0.2s;
}
.ph-img.reveal:hover, .ph-img:hover { transform: rotate(0deg) translateY(-4px); box-shadow: var(--shadow-sm); z-index: 2; }
.ph-img--tall { aspect-ratio: 3 / 4; }

/* ---------- SECTION HEAD ---------- */
.section__head { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.section__head p { color: var(--ink-soft); margin-top: 14px; font-size: 1.05rem; }

/* ---------- AVIS (cartes inclinées, façon photos posées) ---------- */
.avis__videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-bottom: 34px; align-items: center; }
.avis__videos .video:nth-child(1) { --tilt: -9deg; }
.avis__videos .video:nth-child(2) { --tilt:  5deg; margin-top: -18px; }
.avis__videos .video:nth-child(3) { --tilt: 10deg; }
.avis__images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: start; }
.avis__images > :nth-child(1) { --tilt:  7deg; }
.avis__images > :nth-child(2) { --tilt: -5deg; margin-top: 14px; }
.avis__images > :nth-child(3) { --tilt:  8deg; }
@media (max-width: 720px) {
  .avis__videos, .avis__images { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- SHOT : capture réelle (ratio d'origine respecté) ----------
   Aucune déformation, aucun recadrage : l'image garde sa taille naturelle
   (les textes à l'intérieur restent lisibles). Clic = agrandissement. */
.shot {
  display: block; width: 100%; padding: 8px; cursor: zoom-in;
  font: inherit; color: inherit; text-align: left;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm); position: relative; overflow: hidden;
  transform: rotate(var(--tilt, 0deg));
  transition: transform 0.22s cubic-bezier(.2,.7,.2,1), box-shadow 0.2s;
}
.shot img { display: block; width: 100%; height: auto; border-radius: 6px; }
.shot__zoom {
  position: absolute; right: 12px; bottom: 12px;
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.78rem; font-weight: 600; padding: 6px 11px; border-radius: 999px;
  background: rgba(21, 22, 15, 0.82); color: var(--paper);
  /* Toujours visible : ces captures sont du texte à lire, et sur mobile
     il n'y a pas de survol pour révéler l'invitation à agrandir. */
  opacity: 0.85; transition: opacity 0.18s;
}
.shot__zoom svg { width: 15px; height: 15px; }
/* Double classe pour passer devant .reveal.is-visible (même poids sinon). */
.shot.reveal:hover, .shot:hover,
.shot.reveal:focus-visible, .shot:focus-visible { transform: rotate(0deg) translateY(-4px); box-shadow: var(--shadow); z-index: 2; }
.shot:hover .shot__zoom, .shot:focus-visible .shot__zoom { opacity: 1; }

/* ---------- RESULTS GRID ---------- */
/* Vidéo de projet mise en avant, juste au-dessus de la grille de captures */
.results__videos { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px 22px; margin-bottom: 34px; }
.results__videos .video { flex: 0 1 min(100%, 620px); --tilt: -3deg; }
.results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 860px) { .results-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- PROJETS D'APPRENANTS ----------
   Captures 1920×1080 : on impose le ratio 16/9 exact, donc zéro recadrage
   et zéro déformation — les titres écrits sur l'image restent entiers. */
/* 3 par ligne. En flex plutôt qu'en grid : la dernière ligne incomplète
   se centre au lieu de laisser une carte orpheline à gauche. */
.projets { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 22px; }
.projet {
  flex: 0 1 calc(33.333% - 15px);
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform 0.2s cubic-bezier(.2,.7,.2,1), box-shadow 0.2s;
}
.projet.reveal:hover, .projet:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.projet__shot {
  display: block; width: 100%; padding: 0; border: 0; cursor: zoom-in;
  background: var(--ink); position: relative; line-height: 0;
  border-bottom: 1px solid var(--line);
}
.projet__shot img {
  display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain;
}
.projet__zoom {
  position: absolute; right: 12px; bottom: 12px;
  display: inline-flex; align-items: center; gap: 6px; line-height: 1;
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 600;
  padding: 7px 12px; border-radius: 999px;
  background: rgba(21, 22, 15, 0.82); color: var(--paper);
  opacity: 0.85; transition: opacity 0.18s;
}
.projet__zoom svg { width: 14px; height: 14px; }
.projet__shot:hover .projet__zoom,
.projet__shot:focus-visible .projet__zoom { opacity: 1; }
.projet__cap { padding: 15px 17px 18px; }
.projet__tag {
  display: inline-block; font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--accent-deep); background: rgba(56, 182, 255, 0.14);
  padding: 3px 9px; border-radius: 999px;
}
.projet__title { font-size: 1rem; line-height: 1.2; margin: 9px 0 6px; }
.projet__cap p { color: var(--ink-soft); font-size: 0.85rem; line-height: 1.5; }
.projets__note { text-align: center; color: var(--muted); font-size: 0.88rem; margin-top: 24px; }

@media (max-width: 900px) { .projet { flex: 0 1 calc(50% - 11px); } }
@media (max-width: 560px) { .projet { flex: 0 1 100%; } }

/* ---------- LIGHTBOX ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center; padding: 4vmin;
  background: rgba(12, 13, 8, 0.92);
  opacity: 0; transition: opacity 0.18s ease;
}
.lightbox[hidden] { display: none; }
.lightbox.is-open { opacity: 1; }
.lightbox__img {
  max-width: 100%; max-height: 92vh; width: auto; height: auto;
  object-fit: contain; border-radius: 8px; box-shadow: var(--shadow);
  transform: scale(0.97); transition: transform 0.2s cubic-bezier(.2,.7,.2,1);
}
.lightbox.is-open .lightbox__img { transform: scale(1); }
.lightbox__close {
  position: absolute; top: 18px; right: 18px; z-index: 2;
  display: grid; place-items: center; width: 44px; height: 44px;
  border: 0; border-radius: 50%; cursor: pointer;
  background: rgba(251, 249, 244, 0.14); color: var(--paper);
  transition: background 0.16s;
}
.lightbox__close:hover { background: rgba(251, 249, 244, 0.28); }
.lightbox__close svg { width: 20px; height: 20px; stroke-width: 2; }

/* ---------- CARDS GRID ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }

/* ---------- PROGRAMME : stats ---------- */
.prog-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin: 0 auto 40px; max-width: 900px;
}
.prog-stats__item {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 20px 16px; text-align: center;
}
.prog-stats__item strong { display: block; font-family: var(--font-display); font-weight: 900; font-size: clamp(1.4rem, 3vw, 2rem); color: var(--ink); line-height: 1; }
.prog-stats__item span { display: block; margin-top: 8px; font-size: 0.85rem; color: var(--muted); }
@media (max-width: 640px) { .prog-stats { grid-template-columns: repeat(2, 1fr); } }

/* ---------- PROGRAMME : accordéon des phases ---------- */
.phases { max-width: 900px; margin: 0 auto; display: grid; gap: 14px; }
.phase {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow 0.2s;
}
.phase[open] { box-shadow: var(--shadow); }
.phase__head {
  display: flex; align-items: center; gap: 18px; cursor: pointer; list-style: none;
  padding: 22px 24px; user-select: none;
}
.phase__head::-webkit-details-marker { display: none; }
.phase__num {
  flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px;
  background: var(--ink); color: var(--accent);
  font-family: var(--font-display); font-weight: 900; font-size: 1.05rem;
}
.phase--bonus .phase__num { background: var(--accent); color: var(--ink); }
.phase__title { flex: 1; font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; line-height: 1.2; }
.phase__title small { display: block; margin-top: 4px; font-family: var(--font-body); font-weight: 400; font-size: 0.85rem; color: var(--muted); }
.phase__meta { flex: none; font-size: 0.8rem; font-weight: 600; color: var(--accent-deep); background: rgba(56,182,255,0.16); padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
.phase__chev { flex: none; width: 22px; height: 22px; color: var(--muted); transition: transform 0.25s; }
.phase[open] .phase__chev { transform: rotate(180deg); }

.lessons { list-style: none; padding: 0 24px 12px; display: grid; gap: 2px; }
.lessons li {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 12px; border-top: 1px solid var(--line);
}
.lessons__n {
  flex: none; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px;
  background: var(--paper-2); color: var(--ink-soft); font-size: 0.78rem; font-weight: 700;
}
.lessons__t { flex: 1; font-size: 0.96rem; color: var(--ink-soft); }
.ltag { flex: none; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.ltag--pdf { color: var(--ink-soft); background: var(--paper-2); border: 1px solid var(--line); }
.ltag--video { color: var(--ink); background: var(--accent); }

@media (max-width: 560px) {
  .phase__head { gap: 12px; padding: 18px 16px; }
  .phase__meta { display: none; }
  .lessons { padding: 0 16px 10px; }
  .lessons li { gap: 10px; padding: 12px 4px; }
}

.phases__cta { text-align: center; margin-top: 36px; }

/* ===================================================================
   CE QUE TU SAURAS FAIRE (section transformation, fond sombre)
   =================================================================== */
.capable .section__head p { color: #b9b6a6; }
.capable__block { margin-top: 58px; }
.capable__title {
  font-family: var(--font-display); font-size: clamp(1.4rem, 3.2vw, 2rem);
  text-align: center; color: var(--paper);
}
.capable__lead { max-width: 60ch; margin: 12px auto 32px; text-align: center; color: #b9b6a6; font-size: 0.98rem; }
.capable__honest {
  max-width: 58ch; margin: 22px auto 0; text-align: center;
  font-size: 0.92rem; line-height: 1.6; color: #9a9c90;
}
.capable__honest strong { color: var(--paper); }

/* Les jalons : semaine 1 → semaine 4 */
.mstone { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mstone__item {
  position: relative; padding: 24px 22px;
  background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-ink);
  border-radius: var(--radius);
}
.mstone__item p { font-size: 0.94rem; line-height: 1.55; color: #c8ccc4; }
.mstone__item strong { color: var(--paper); font-weight: 600; }
.mstone__when {
  display: inline-block; margin-bottom: 12px; padding: 5px 12px;
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent); background: rgba(56, 182, 255, 0.14); border-radius: 999px;
}
.mstone__item--peak { background: rgba(56, 182, 255, 0.09); border-color: rgba(56, 182, 255, 0.45); }
.mstone__item--peak .mstone__when { background: var(--accent); color: var(--ink); }
@media (max-width: 820px) { .mstone { grid-template-columns: 1fr; } }

/* Les 8 systèmes vendables */
.sys { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sys__card {
  display: flex; flex-direction: column; gap: 10px; padding: 24px 20px;
  background: var(--ink-2); border: 1px solid var(--line-ink); border-radius: var(--radius);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.sys__card:hover { transform: translateY(-4px); border-color: var(--accent); }
.sys__ic {
  display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: 12px; background: rgba(56, 182, 255, 0.14); color: var(--accent);
}
.sys__ic svg { width: 22px; height: 22px; }
.sys__name { font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--paper); line-height: 1.3; }
.sys__what { font-size: 0.88rem; line-height: 1.5; color: #a8aca4; }
@media (max-width: 1000px) { .sys { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .sys { grid-template-columns: 1fr; } }

/* L'étage au-dessus : ce que permet l'accompagnement */
.level { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.level__item {
  display: flex; align-items: flex-start; gap: 16px; padding: 24px 22px;
  background: rgba(255, 255, 255, 0.03); border: 1px solid var(--line-ink); border-radius: var(--radius);
}
.level__item:last-child:nth-child(odd) { grid-column: 1 / -1; }
.level__ic {
  flex: none; display: grid; place-items: center; width: 44px; height: 44px;
  border-radius: 12px; background: rgba(47, 174, 106, 0.16); color: #4ee08a;
}
.level__ic svg { width: 22px; height: 22px; }
.level__item h4 { font-family: var(--font-body); font-size: 1.02rem; font-weight: 600; color: var(--paper); margin-bottom: 6px; }
.level__item p { font-size: 0.9rem; line-height: 1.55; color: #a8aca4; }
@media (max-width: 820px) {
  .level { grid-template-columns: 1fr; }
  .level__item:last-child:nth-child(odd) { grid-column: auto; }
}


/* ---------- FIT (pour toi / pas pour toi) ---------- */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit__col { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.fit__col h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.fit__col h3 .ic { width: 26px; height: 26px; padding: 5px; border-radius: 8px; }
.fit__col--yes h3 .ic { background: rgba(47,174,106,0.16); color: #0f5c34; }
.fit__col--no h3 .ic { background: rgba(176,54,54,0.12); color: var(--danger); }
.fit__col ul { list-style: none; display: grid; gap: 14px; }
.fit__col li { position: relative; padding-left: 26px; color: var(--ink-soft); }
.fit__col li::before { position: absolute; left: 0; top: 0; font-weight: 700; }
.fit__col--yes li::before { content: "✓"; color: var(--accent-deep); }
.fit__col--no li::before { content: "✕"; color: var(--danger); }
@media (max-width: 720px) { .fit { grid-template-columns: 1fr; } }

/* ---------- BONUS ---------- */
.bonus {
  position: relative; text-align: center;
  background: var(--card); border: 1.5px solid var(--accent-deep);
  border-radius: var(--radius); padding: 46px 34px;
  box-shadow: 0 20px 50px rgba(92,122,16,0.12);
}
.bonus__badge {
  display: inline-block; background: var(--accent); color: var(--ink);
  font-weight: 600; font-size: 0.8rem; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 999px; margin-bottom: 20px;
}
.bonus h2 { margin-bottom: 14px; }
.bonus__intro { color: var(--ink-soft); max-width: 46ch; margin: 0 auto 26px; font-size: 1.02rem; }
/* Vidéo à gauche, liste des bonus à droite */
.bonus__grid { display: grid; grid-template-columns: minmax(0, 330px) minmax(0, 1fr); gap: 40px; align-items: start; text-align: left; }
.bonus__side { min-width: 0; }
.bonus__grid .video--tiktok { aspect-ratio: 9 / 16; width: 100%; margin: 0; --tilt: -3deg; }
.bonus__grid .bonus__badge { margin-bottom: 16px; }
.bonus__grid h2 { margin-bottom: 12px; }
.bonus__grid .bonus__intro { margin: 0 0 24px; max-width: none; }

/* Liste compacte des formations offertes */
.blist { list-style: none; display: grid; gap: 12px; }
.blist__item {
  display: flex; align-items: center; gap: 16px; padding: 14px 18px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, border-color 0.18s, box-shadow 0.2s;
}
.blist__item:hover { transform: translateX(4px); border-color: var(--accent-deep); box-shadow: var(--shadow-sm); }
.blist__cover { flex: none; width: 66px; height: 66px; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.blist__body { flex: 1 1 auto; min-width: 0; }
.blist__body h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 600; margin-bottom: 3px; }
.blist__body p { font-size: 0.86rem; line-height: 1.4; color: var(--ink-soft); }
.blist__foot { flex: none; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.blist__foot s { color: var(--muted); font-weight: 700; font-size: 0.85rem; text-decoration-color: var(--danger); text-decoration-thickness: 2px; }
@media (max-width: 900px) {
  .bonus__grid { grid-template-columns: 1fr; gap: 30px; }
  .bonus__grid .video--tiktok { max-width: 300px; margin: 0 auto; --tilt: 0deg; }
  .bonus__side { text-align: center; }
  .blist__item { text-align: left; }
}
@media (max-width: 460px) {
  .blist__item { flex-wrap: wrap; }
  .blist__foot { flex-direction: row; align-items: center; width: 100%; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 10px; }
}

/* Le 5e bonus : celui qui ne s'achète pas */
.bplus {
  display: flex; align-items: flex-start; gap: 18px; text-align: left;
  margin: 26px 0 30px; padding: 24px 26px;
  background: linear-gradient(180deg, rgba(56,182,255,0.10), rgba(56,182,255,0.04));
  border: 1.5px dashed var(--accent-deep); border-radius: var(--radius);
}
.bplus__ic { flex: none; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: rgba(56,182,255,0.18); color: var(--accent-deep); }
.bplus__ic svg { width: 28px; height: 28px; }
.bplus__tag {
  display: inline-block; margin-bottom: 8px; padding: 4px 12px; border-radius: 999px;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink); background: var(--accent);
}
.bplus__body h3 { font-size: 1.15rem; margin-bottom: 8px; }
.bplus__body p { font-size: 0.94rem; line-height: 1.55; color: var(--ink-soft); }
.bplus__body strong { color: var(--accent-deep); font-weight: 700; }
@media (max-width: 560px) { .bplus { flex-direction: column; } }

.blist__free {
  font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.03em;
  color: #0f5c34; background: rgba(47,174,106,0.18); padding: 5px 11px; border-radius: 999px;
}
.bonus__total {
  font-size: clamp(1.05rem, 2.2vw, 1.3rem); font-weight: 600; color: var(--ink);
  margin: 0 auto 28px;
}
.bonus__total s { color: var(--muted); }
.bonus__total em { font-style: normal; font-weight: 800; color: var(--accent-deep); }

/* ---------- COMMUNAUTÉ (dark) ---------- */
.community { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 46px; align-items: center; }
.community__text p { margin-bottom: 24px; }
/* Le contenu est un Short vertical : cadre 9/16 pour du plein écran sans bandes noires */
.community .video--dark { aspect-ratio: 9 / 16; max-width: 320px; margin: 0 auto; width: 100%; }
@media (max-width: 820px) { .community .video--dark { max-width: 280px; } }
@media (max-width: 820px) { .community { grid-template-columns: 1fr; } }

/* ---------- COACHING (extraits paysage, disposés en éventail) ---------- */
.coaching__videos { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px 22px; }
.coaching__videos .video { flex: 0 1 calc(33.333% - 22px); }
.coaching__videos .video:nth-child(1) { --tilt: -5deg; margin-top: 14px; }
.coaching__videos .video:nth-child(2) { --tilt:  3deg; }
.coaching__videos .video:nth-child(3) { --tilt: -3deg; margin-top: 14px; }
.coaching__videos .video:nth-child(4) { --tilt:  4deg; }
.coaching__videos .video:nth-child(5) { --tilt: -4deg; }
@media (max-width: 860px) {
  .coaching__videos .video { flex: 0 1 calc(50% - 22px); margin-top: 0; }
}
@media (max-width: 560px) {
  .coaching__videos .video { flex: 0 1 100%; }
}

/* ---------- PARCOURS ---------- */
.parcours { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 46px; align-items: center; }
.parcours__text p { color: var(--ink-soft); margin-top: 16px; }
.parcours__proof { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.parcours__proof > :nth-child(1) { --tilt: -6deg; }
.parcours__proof > :nth-child(2) { --tilt:  7deg; margin-top: 26px; }
/* Preuve = capture + légende lisible (le texte manuscrit sur l'image
   ne suffit pas : la légende dit le résultat en clair, sans clic). */
.proof { display: flex; flex-direction: column; gap: 12px; }
.proof figcaption {
  font-size: 0.83rem; line-height: 1.45; color: var(--ink-soft); text-align: center;
  transform: rotate(var(--tilt, 0deg));
}
.proof figcaption strong { color: var(--ink); }
@media (max-width: 820px) { .parcours { grid-template-columns: 1fr; } }

/* ---------- CTA FINAL ---------- */
.cta-final { text-align: center; }
.cta-final__inner { display: flex; flex-direction: column; align-items: center; }
.cta-final h2 { margin: 8px 0 18px; }
.cta-final .muted { max-width: 52ch; margin-bottom: 22px; }
.cta-final__anchor {
  max-width: 48ch; margin: 0 auto 30px;
  font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.5; font-weight: 500;
  color: var(--paper);
}
.cta-final__anchor em { font-style: normal; font-weight: 800; color: var(--accent); }
/* Urgence : tarif de lancement */
.urgency {
  display: inline-flex; align-items: center; gap: 12px; text-align: left;
  max-width: 100%; margin: 0 auto 26px; padding: 12px 22px;
  font-size: clamp(0.85rem, 1.7vw, 0.98rem); line-height: 1.4; color: #ffe9c2;
  background: rgba(224, 146, 42, 0.14); border: 1px solid rgba(224, 146, 42, 0.5);
  border-radius: 999px;
}
.urgency strong { color: var(--warm); font-weight: 800; }
.urgency .dot-live { flex: none; background: var(--warm); }
@media (max-width: 560px) { .urgency { border-radius: 18px; } }

/* Deux portes de sortie : paiement en ligne, ou WhatsApp pour ceux
   qui préfèrent parler à quelqu'un avant de payer. */
.cta-final__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.btn--wa {
  background: transparent; color: #4ee08a;
  border: 1px solid rgba(78, 224, 138, 0.55);
}
.btn--wa:hover { background: #25d366; border-color: #25d366; color: #08210f; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(37, 211, 102, 0.3); }
.btn--wa .ic { width: 20px; height: 20px; }
.cta-final__wa { max-width: 46ch; margin: 16px auto 0; font-size: 0.9rem; line-height: 1.5; color: #b9b6a6; }
.cta-final__wa strong { color: #4ee08a; font-weight: 700; white-space: nowrap; }

/* Ce qui se passe juste après le paiement (livraison automatique) */
.after {
  max-width: 560px; margin: 30px auto 0; padding: 22px 24px; text-align: left;
  background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-ink);
  border-radius: var(--radius);
}
.after__title {
  display: block; margin-bottom: 16px; text-align: center;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent);
}
.after__steps { list-style: none; display: grid; gap: 16px; }
.after__steps li { display: flex; align-items: flex-start; gap: 14px; }
.after__ic {
  flex: none; display: grid; place-items: center; width: 38px; height: 38px;
  border-radius: 11px; background: rgba(56, 182, 255, 0.14); color: var(--accent);
}
.after__ic svg { width: 20px; height: 20px; }
.after__t { font-size: 0.92rem; line-height: 1.5; color: #c8ccc4; }
.after__t strong { display: block; color: var(--paper); font-size: 0.98rem; font-weight: 600; margin-bottom: 2px; }
@media (max-width: 480px) { .after { padding: 20px 16px; } }

/* Garantie satisfait ou remboursé */
.guarantee {
  display: flex; align-items: center; gap: 16px; text-align: left;
  max-width: 520px; margin: 22px auto 0; padding: 18px 22px;
  background: rgba(56, 182, 255, 0.08); border: 1px solid rgba(56, 182, 255, 0.4);
  border-radius: var(--radius);
}
.guarantee__ic { flex: none; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: rgba(56, 182, 255, 0.16); color: var(--accent); }
.guarantee__ic svg { width: 28px; height: 28px; }
.guarantee__text { font-size: 0.94rem; line-height: 1.5; color: #d7dce0; }
.guarantee__text strong { display: block; color: var(--paper); font-size: 1.02rem; margin-bottom: 3px; }
@media (max-width: 480px) { .guarantee { flex-direction: column; text-align: center; align-items: center; } }

.price { margin-bottom: 28px; }
.price__was { display: block; margin-bottom: 4px; font-size: 0.95rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #b9b6a6; }
.price__was s { color: #ff8f8f; text-decoration-thickness: 2px; }
.price__amount { display: block; font-family: var(--font-display); font-weight: 900; font-size: clamp(3rem, 8vw, 4.6rem); color: var(--accent); line-height: 1; }
.price__amount small { font-size: 0.32em; color: var(--paper); font-weight: 600; letter-spacing: 0.05em; }
.price__note { display: block; margin-top: 8px; color: #b9b6a6; font-size: 0.95rem; }
.cta-final__reassure { margin-top: 18px; color: #b9b6a6; font-size: 0.88rem; }

/* ---------- PAIEMENT MOBILE MONEY ---------- */
.hero__pay { margin-top: clamp(12px, 2vh, 18px); font-size: 0.82rem; font-weight: 500; color: var(--muted); }
.pay { margin: 4px auto 6px; }
.pay__label { display: block; font-size: 0.9rem; color: #b9b6a6; margin-bottom: 14px; }
.pay__badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.pay-badge {
  display: inline-flex; align-items: center; font-weight: 800; font-size: 0.85rem;
  letter-spacing: -0.01em; white-space: nowrap; padding: 8px 14px; border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}
.pay-badge--wave   { background: #1BA5E1; color: #fff; }
.pay-badge--orange { background: #FF7900; color: #fff; }
.pay-badge--mtn    { background: #FFCB05; color: #1a1a1a; }
.pay-badge--moov   { background: #F58220; color: #fff; }
.pay-badge--yas    { background: #FFE000; color: #1a1a1a; }

/* ---------- FAQ ---------- */
.faq__list { display: grid; gap: 12px; }
.faq__item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: box-shadow 0.2s; }
.faq__item[open] { box-shadow: var(--shadow-sm); }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  cursor: pointer; list-style: none; padding: 20px 22px;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; line-height: 1.3;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__chev { flex: none; width: 20px; height: 20px; color: var(--muted); transition: transform 0.25s; }
.faq__item[open] .faq__chev { transform: rotate(180deg); }
.faq__a { padding: 0 22px 20px; color: var(--ink-soft); }
.faq__a p { margin: 0; }
@media (max-width: 560px) { .faq__item summary { padding: 16px 18px; font-size: 0.98rem; } .faq__a { padding: 0 18px 16px; } }

/* ---------- FOOTER ---------- */
.footer { background: var(--ink); color: var(--paper); padding: 40px 0; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.footer__brand { font-size: 1.2rem; }
.footer__social { display: flex; gap: 22px; }
.footer__social a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--paper); font-weight: 500; font-size: 0.92rem; opacity: 0.85; transition: opacity 0.15s, color 0.15s; }
.footer__social a:hover { opacity: 1; color: var(--accent); }
.footer__social .ic { width: 18px; height: 18px; }
.footer__muted { color: #8a8b7e; font-size: 0.85rem; }
@media (max-width: 640px) { .footer__inner { flex-direction: column; text-align: center; } }

/* ---------- BARRE D'ACHAT FIXE (téléphone) ----------
   Sur mobile la page est longue : le prix et le bouton doivent rester
   sous le pouce en permanence, sinon on perd le visiteur en route. */
.paybar { display: none; }
@media (max-width: 860px) {
  .paybar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    display: flex; align-items: center; gap: 12px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(251, 249, 244, 0.97); backdrop-filter: blur(10px);
    border-top: 1px solid var(--line); box-shadow: 0 -8px 26px rgba(20, 20, 10, 0.12);
  }
  .paybar__info { display: flex; flex-direction: column; line-height: 1.1; }
  .paybar__price { font-family: var(--font-display); font-weight: 900; font-size: 1.35rem; color: var(--accent-deep); }
  .paybar__price small { font-size: 0.5em; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.04em; }
  .paybar__note { font-size: 0.72rem; color: var(--muted); margin-top: 2px; }
  .paybar__btn { flex: 1 1 auto; padding: 13px 16px; font-size: 0.98rem; }
  .paybar__wa {
    flex: none; display: grid; place-items: center; width: 46px; height: 46px;
    border-radius: 14px; background: #25d366; color: #08210f; text-decoration: none;
  }
  .paybar__wa svg { width: 24px; height: 24px; stroke-width: 1.8; }
  /* On libère la place en bas de page pour ne rien masquer */
  body { padding-bottom: 76px; }
}

/* Emplacement vidéo pas encore rempli : on n'invite pas à cliquer dans le vide */
.video--soon { cursor: default; }
.video--soon:hover, .video--soon.reveal:hover { transform: rotate(var(--tilt, 0deg)); box-shadow: var(--shadow-sm); border-color: var(--line); }
.video--soon .video__play { opacity: 0.4; }
.video--soon .video__label { opacity: 0.75; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; }

/* ---------- REVEAL ANIMATION ----------
   Le transform conserve --tilt (par défaut 0deg) pour ne pas "redresser"
   les cartes inclinées à la fin de l'animation. */
.reveal { opacity: 0; transform: translateY(20px) rotate(var(--tilt, 0deg)); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: rotate(var(--tilt, 0deg)); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: rotate(var(--tilt, 0deg)); transition: none; }
}
