/* =========================================================
   GOLDEN CONFLUENCE — SITE VISITEUR
   Compositions propres aux pages publiques (accueil, univers…).
   Dépend de base.css.
   ========================================================= */

/* ---------- Héros d'accueil ---------- */
.heros {
  position: relative;
  padding-block: clamp(72px, 10vw, 140px) clamp(64px, 9vw, 120px);
  overflow: hidden;
}

.heros__grille {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.75fr);
  align-items: center;
  gap: clamp(44px, 6.5vw, 104px);
}

.heros__titre {
  margin-bottom: 1.7rem;
  font-weight: 300;
  line-height: 1.08;
}
.heros__titre em {
  font-style: normal;
  color: var(--or-clair);
}

.heros__texte {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  color: var(--texte-doux);
  max-width: 52ch;
  line-height: 1.72;
  margin-bottom: 2.8rem;
}

.heros__actions { margin-bottom: 3.2rem; }

/* « Espace membres » sous le héros — mobile uniquement.
   Au-dessus de 800 px le bouton est déjà dans la barre du haut ; le
   répéter ici ferait doublon. */
.heros__btn-membres { display: none; }
@media (max-width: 800px) {
  .heros__btn-membres { display: inline-flex; justify-content: center; min-height: 44px; }
}

.heros__marches {
  padding-top: 2.1rem;
  border-top: 1px solid var(--filet-doux);
}

/* Anneau vidéo du héros */
.heros__anneau {
  position: relative;
  justify-self: center;
  width: min(420px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;              /* masque circulaire */
  isolation: isolate;
  background: var(--abysse);     /* fond bleu profond : aucun flash blanc */
  border: 1px solid rgba(212, 177, 90, 0.55);
  box-shadow:
    0 0 0 6px rgba(212, 177, 90, 0.05),
    0 0 70px -10px rgba(212, 177, 90, 0.38),
    0 34px 74px -34px rgba(0, 0, 0, 0.9);
  animation: flotter 9s ease-in-out infinite;
}

.heros__anneau__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: var(--abysse);
}

/* Voile intérieur : fond le bord de la vidéo dans le bleu du site */
.heros__anneau::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, transparent 62%, rgba(3, 8, 20, 0.55) 100%);
  box-shadow: inset 0 0 0 1px rgba(212, 177, 90, 0.22);
}

@keyframes flotter {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

@media (max-width: 940px) {
  .heros__grille { grid-template-columns: 1fr; }
  /* Le cercle passe sous le texte, 280–320 px */
  .heros__anneau { width: min(320px, 80vw); margin-top: 0.6rem; }
  .heros__texte { max-width: none; }
}

/* ---------- Bloc « seuil » : trois piliers ---------- */
.pilier { display: grid; gap: 0.9rem; }
.pilier__chiffre {
  font-family: var(--serif);
  font-size: 0.95rem;
  letter-spacing: 0.24em;
  color: var(--or);
}

/* ---------- Méthode en quatre temps ---------- */
.temps {
  position: relative;
  padding-top: 2rem;
  border-top: 1px solid var(--filet-doux);
}
.temps__num {
  position: absolute;
  top: -0.85rem;
  left: 0;
  padding-right: 0.8rem;
  background: var(--abysse-voile);
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.2em;
  color: var(--or);
}
.temps h3 { font-size: 1.28rem; margin-bottom: 0.45rem; }
.temps p { color: var(--texte-doux); font-size: 0.95rem; }

/* ---------- Citation du fondateur ---------- */
.signature {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
}
.signature__sceau {
  width: clamp(92px, 12vw, 132px);
  object-fit: contain;
  filter: drop-shadow(0 16px 34px rgba(212, 177, 90, 0.22));
}
.signature blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2.15rem);
  line-height: 1.34;
  color: var(--ivoire);
  font-weight: 300;
}
.signature figcaption {
  margin-top: 1.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--texte-doux);
}
@media (max-width: 640px) {
  .signature { grid-template-columns: 1fr; text-align: left; }
}

/* ---------- Appel final ---------- */
.appel {
  position: relative;
  text-align: center;
  padding: clamp(52px, 7vw, 88px) clamp(28px, 5.5vw, 72px);
  border: 1px solid var(--filet);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(760px 320px at 50% 0%, rgba(212, 177, 90, 0.11), transparent 70%),
    linear-gradient(180deg, rgba(12, 23, 40, 0.9), rgba(5, 12, 24, 0.75));
}
.appel h2 { margin-bottom: 1rem; }
.appel .chapo { margin-inline: auto; margin-bottom: 2.2rem; }
.appel .groupe-btn { justify-content: center; }
.appel__note {
  margin-top: 1.8rem;
  font-size: 0.78rem;
  color: var(--texte-doux);
  letter-spacing: 0.04em;
}

/* =========================================================
   PAGES INTÉRIEURES (Univers A → F)
   ========================================================= */

/* ---------- En-tête de page ---------- */
.entete-page {
  position: relative;
  padding-block: clamp(60px, 8vw, 112px) clamp(34px, 4.5vw, 60px);
  overflow: hidden;
}
.entete-page__lettre {
  position: absolute;
  top: 50%;
  right: clamp(-10px, 2vw, 40px);
  transform: translateY(-50%);
  font-family: var(--serif);
  font-size: clamp(11rem, 26vw, 22rem);
  line-height: 0.8;
  color: rgba(212, 177, 90, 0.05);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.entete-page > .contenu { position: relative; z-index: 1; }
.entete-page h1 { max-width: 20ch; }
.entete-page .chapo { margin-top: 1.4rem; }

/* Fil d'Ariane */
.fil {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  list-style: none;
  margin: 0 0 1.8rem;
  padding: 0;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--texte-doux);
}
.fil a { color: var(--texte-doux); }
.fil a:hover { color: var(--or); }
.fil li:not(:last-child)::after { content: " ·"; margin-left: 0.6rem; color: var(--or); }
.fil [aria-current="page"] { color: var(--ivoire); }

/* ---------- Colonnes ---------- */
.duo {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5.5vw, 84px);
  align-items: start;
}
.duo--inverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); }
.duo__colle { position: sticky; top: 112px; }
@media (max-width: 880px) {
  .duo, .duo--inverse { grid-template-columns: 1fr; }
  .duo__colle { position: static; }
}

/* ---------- Encarts ---------- */
.encart {
  padding: clamp(26px, 3.4vw, 38px) clamp(26px, 3.4vw, 40px);
  border: 1px solid var(--filet-doux);
  border-left: 2px solid var(--or);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  background: rgba(212, 177, 90, 0.04);
}
.encart h3 { font-family: var(--sans); font-size: 1rem; font-weight: 500; letter-spacing: 0.03em; color: var(--ivoire); margin-bottom: 1rem; }
.encart p, .encart li { font-size: 0.95rem; color: var(--texte-doux); }

.encart--refus { border-left-color: #6d7d8f; background: rgba(147, 163, 181, 0.05); }

/* Liste « ce que ce n'est pas » */
.liste-refus { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.liste-refus li { position: relative; padding-left: 1.6rem; color: var(--texte-doux); font-size: 0.95rem; }
.liste-refus li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 11px;
  height: 1px;
  background: #6d7d8f;
}

/* ---------- Étapes détaillées (Méthode) ---------- */
.etape {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: clamp(24px, 4.5vw, 56px);
  padding-block: clamp(40px, 5vw, 62px);
  border-top: 1px solid var(--filet-doux);
}
.etape:first-of-type { border-top: 0; padding-top: 0; }
.etape__num {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  line-height: 1;
  color: var(--or);
  opacity: 0.9;
}
.etape h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 0.7rem; }
.etape__corps { max-width: 68ch; }
.etape__paire {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
  margin-top: 1.8rem;
}
.etape__paire h4 {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 0.9rem;
}
.etape__paire h4.est-refus { color: var(--texte-doux); }
@media (max-width: 720px) {
  .etape { grid-template-columns: 1fr; gap: 12px; }
  .etape__paire { grid-template-columns: 1fr; }
}

/* ---------- Anneaux (Formations) ---------- */
.anneau {
  display: grid;
  gap: 1.2rem;
  padding: clamp(26px, 3.4vw, 40px);
  background: linear-gradient(180deg, var(--nuit-carte), rgba(7, 14, 28, 0.55));
  border: 1px solid var(--filet-doux);
  border-radius: var(--radius-lg);
  box-shadow: var(--ombre-carte);
  transition: border-color var(--transition), transform var(--transition);
}
.anneau:hover { border-color: var(--filet); transform: translateY(-3px); }
.anneau--phare { border-color: var(--filet); background: linear-gradient(180deg, rgba(20, 30, 46, 0.9), rgba(7, 14, 28, 0.6)); }
.anneau__haut { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.anneau__num { font-family: var(--serif); font-size: 1.9rem; color: var(--or); line-height: 1; }
.anneau__etiquette {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--or);
  border: 1px solid var(--filet);
  border-radius: 100px;
  padding: 0.3em 0.9em;
}
.anneau h3 { margin: 0; }
.anneau__resume { color: var(--texte-doux); font-size: 0.97rem; margin: 0; }
.anneau__pied { margin-top: auto; padding-top: 0.6rem; border-top: 1px solid var(--filet-doux); font-size: 0.8rem; letter-spacing: 0.08em; color: var(--texte-doux); }

/* ---------- Tableau ---------- */
.tableau-enveloppe {
  overflow-x: auto;
  border: 1px solid var(--filet-doux);
  border-radius: var(--radius-lg);
  background: rgba(10, 19, 34, 0.5);
}
.tableau { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 0.92rem; }
.tableau th, .tableau td {
  padding: 1rem 1.15rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--filet-doux);
}
.tableau thead th {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--or);
  background: rgba(212, 177, 90, 0.05);
  white-space: nowrap;
}
.tableau tbody th {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--texte-doux);
  white-space: nowrap;
}
.tableau td { color: var(--texte); }
.tableau tbody tr:last-child th, .tableau tbody tr:last-child td { border-bottom: 0; }
.tableau .oui { color: var(--or); }
.tableau .non { color: var(--texte-doux); }

/* ---------- Chronologie (Histoire) ---------- */
.chrono { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.chrono li {
  position: relative;
  padding: 0 0 2.2rem 2.4rem;
  border-left: 1px solid var(--filet-doux);
}
.chrono li:last-child { border-left-color: transparent; padding-bottom: 0; }
.chrono li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0.5em;
  width: 9px;
  height: 9px;
  background: var(--abysse-voile);
  border: 1px solid var(--or);
  transform: rotate(45deg);
}
.chrono h3 { font-size: 1.22rem; margin-bottom: 0.4rem; }
.chrono p { color: var(--texte-doux); font-size: 0.96rem; margin: 0; }

/* ---------- Pièces de la galaxie ---------- */
.piece { display: grid; gap: 1rem; grid-template-rows: auto auto 1fr auto; }
.piece__verbe {
  font-family: var(--serif);
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--or);
}
.piece__lien { margin-top: 0.6rem; }

/* ---------- Navigation entre pages Univers ---------- */
.suite {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding-top: clamp(28px, 4vw, 44px);
  border-top: 1px solid var(--filet-doux);
}
.suite__lien { display: grid; gap: 0.3rem; max-width: 46%; }
.suite__lien--fin { text-align: right; justify-items: end; margin-left: auto; }
.suite__cap { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--texte-doux); }
.suite__titre { font-family: var(--serif); font-size: 1.2rem; color: var(--ivoire); }
.suite__lien:hover .suite__titre { color: var(--or); }
@media (max-width: 620px) {
  .suite__lien, .suite__lien--fin { max-width: none; text-align: left; justify-items: start; margin-left: 0; }
}

/* =========================================================
   ÉCRAN D’ENTRÉE (index.html uniquement)
   ========================================================= */

/* ---------------------------------------------------------
   RÉGLAGE UNIQUE — position verticale du bouton ENTRER.
   Exprimé en % de la HAUTEUR DE L'IMAGE (pas de l'écran) :
     valeur positive  → le bouton est DANS l'image, à x % du bas
     valeur négative  → le bouton descend SOUS l'image, dans la bande bleue
   Le cadre suit exactement le format 16/9 de la vidéo, donc le bouton
   tombe au même endroit de l'image sur tous les écrans.
   --------------------------------------------------------- */
.gate { --gate-bouton-bas: 11vh; }

.gate {
  position: fixed;
  inset: 0;
  z-index: 200;                      /* au-dessus de l'en-tête (z-index 50) */
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--abysse);         /* bandes letterbox : bleu profond, jamais de blanc */
  opacity: 1;
  transition: opacity 800ms ease;
}

/* Intro déjà vue dans cet onglet : jamais rendue */
html.gate-passee .gate { display: none; }

/* Défilement bloqué tant que l'écran d'entrée est là.
   Ciblé sur body.a-gate : les pages sans écran d'entrée ne sont jamais concernées. */
html:not(.gate-passee) body.a-gate { overflow: hidden; }

/* Sortie : fondu de 0,8 s */
.gate--sortie { opacity: 0; pointer-events: none; }

/* Cadre calé sur le format de la vidéo : 1280 × 720 = 16/9.
   Il occupe la plus grande surface 16/9 tenant dans l'écran — soit exactement
   la zone qu'occupe la vidéo en « contain ». Toute l'image est visible. */
.gate__cadre {
  position: relative;
  width: min(100vw, calc(100vh * 16 / 9));
  height: min(100vh, calc(100vw * 9 / 16));
  width: min(100vw, calc(100dvh * 16 / 9));
  height: min(100dvh, calc(100vw * 9 / 16));
}

.gate__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;               /* image entière : légende et bouton dessiné visibles */
  object-position: center center;
  background: var(--abysse);
}

/* Sceau : masqué par défaut, sert de repli en mouvement réduit */
.gate__sceau {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: min(260px, 52vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 46px rgba(212, 177, 90, 0.28));
}

/* Pile d'actions (son + entrer) — positionnée dans le cadre de l'image */
.gate__actions {
  position: absolute;
  left: 50%;
  bottom: var(--gate-bouton-bas);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* Coin haut droit : icône de son + lien Passer, sur la même ligne */
.gate__coin {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 16px);
  right: calc(env(safe-area-inset-right, 0px) + 18px);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Icône de son — discrète, dorée */
.gate__son {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(212, 177, 90, 0.3);
  border-radius: 50%;
  background: rgba(3, 8, 20, 0.3);
  color: var(--or);
  opacity: 0.5;
  cursor: pointer;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: opacity var(--transition), border-color var(--transition),
              color var(--transition), background var(--transition);
}
.gate__son:hover,
.gate__son:focus-visible {
  opacity: 1;
  color: var(--or-clair);
  border-color: var(--or);
  background: rgba(212, 177, 90, 0.12);
}
.gate__son__icone { width: 19px; height: 16px; }

/* L'icône reflète l'état : ondes = son actif, barre oblique = son coupé */
.gate__son[aria-pressed="false"] .gate__son__ondes { opacity: 0; }
.gate__son[aria-pressed="true"]  .gate__son__barre { opacity: 0; }
.gate__son[aria-pressed="false"] { opacity: 0.68; }

/* Bouton ENTRER */
.gate__entrer {
  min-height: 48px;
  padding: 0.78em 2.6em;
  border: 1px solid var(--or);
  border-radius: 999px;
  background: transparent;
  color: var(--ivoire);
  font-family: var(--sans);
  font-size: clamp(0.7rem, 1.1vw, 0.8rem);
  font-weight: 400;
  letter-spacing: 0.3em;
  text-indent: 0.3em;                /* recentre le texte malgré l'interlettrage */
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  cursor: pointer;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: background var(--transition), box-shadow var(--transition),
              color var(--transition), border-color var(--transition);
}
.gate__entrer:hover,
.gate__entrer:focus-visible {
  background: rgba(212, 177, 90, 0.12);
  border-color: var(--or-clair);
  color: #fff;
  box-shadow: 0 0 44px -6px rgba(212, 177, 90, 0.55), inset 0 0 22px -12px rgba(212, 177, 90, 0.8);
}
.gate__entrer:active { transform: scale(0.985); }

/* Lien « Passer », discret */
.gate__passer {
  padding: 0.55em 0.4em;
  border: 0;
  background: none;
  color: var(--or);
  opacity: 0.4;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity var(--transition);
}
.gate__passer:hover,
.gate__passer:focus-visible { opacity: 0.95; }

/* Mobile : l'image 16/9 devient étroite, la bande bleue sous elle est large.
   Le bouton se place entièrement SOUS l'image — il ne recouvre donc jamais la légende. */
@media (max-width: 760px) {
  .gate__actions {
    top: 100%;
    bottom: auto;
    margin-top: clamp(18px, 4vh, 44px);
  }
  .gate__entrer {
    min-height: 52px;
    padding: 0.85em 2.4em;
    letter-spacing: 0.26em;
    text-indent: 0.26em;
    font-size: 0.76rem;
  }
}

/* Écran très bas (paysage sur téléphone) : l'image occupe toute la hauteur,
   on garde le bouton à l'intérieur, au plus près du bord. */
@media (max-height: 460px) {
  .gate__actions {
    top: auto;
    bottom: 2%;
    margin-top: 0;
    gap: 8px;
  }
  .gate__entrer { min-height: 42px; padding: 0.6em 2em; }
  .gate__coin { top: calc(env(safe-area-inset-top, 0px) + 10px); }
}

/* Mouvement réduit : pas de vidéo, fond bleu + sceau + bouton */
@media (prefers-reduced-motion: reduce) {
  .gate__video { display: none; }
  .gate__sceau { display: block; }
  .gate__son { display: none; }   /* pas de vidéo lue : rien à sonoriser */
}

/* =========================================================
   FAQ, PAGES LÉGALES, FORMULAIRE
   ========================================================= */

/* ---------- Accordéon FAQ (sans JS) ---------- */
.faq { display: grid; gap: 14px; }

.faq details {
  border: 1px solid var(--filet-doux);
  border-radius: var(--radius-lg);
  background: rgba(10, 19, 34, 0.5);
  transition: border-color var(--transition), background var(--transition);
}
.faq details[open] { border-color: var(--filet); background: rgba(12, 23, 40, 0.75); }
.faq details:hover { border-color: var(--filet); }

.faq summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(22px, 2.8vw, 30px) clamp(24px, 3vw, 34px);
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.9vw, 1.32rem);
  color: var(--ivoire);
  line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "";
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  margin-top: 0.45em;
  border-right: 1px solid var(--or);
  border-bottom: 1px solid var(--or);
  transform: rotate(45deg);
  transition: transform var(--transition);
}
.faq details[open] summary::after { transform: rotate(-135deg); }

.faq__reponse {
  padding: 0 clamp(24px, 3vw, 34px) clamp(24px, 3vw, 32px);
  color: var(--texte-doux);
  font-size: 0.97rem;
  max-width: 78ch;
}
.faq__reponse p + p { margin-top: 0.9em; }

/* ---------- Pages légales ---------- */
.legal { max-width: 78ch; }
.legal h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  margin-top: clamp(38px, 5vw, 56px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--filet-doux);
}
.legal h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.legal h3 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ivoire);
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
.legal p, .legal li { color: var(--texte-doux); font-size: 0.97rem; }
.legal ul { padding-left: 1.2rem; display: grid; gap: 0.5rem; margin: 0 0 1.1em; }
.legal ul li::marker { color: var(--or); }
.legal dl { display: grid; gap: 0.9rem; margin: 0 0 1.4em; }
.legal dt {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--or);
}
.legal dd { margin: 0.2rem 0 0; color: var(--texte); }

/* Sommaire latéral */
.sommaire {
  position: sticky;
  top: 112px;
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid var(--filet-doux);
  border-radius: var(--radius-lg);
  background: rgba(10, 19, 34, 0.5);
}
.sommaire h2 {
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--or);
  margin: 0 0 1rem;
}
.sommaire ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; counter-reset: s; }
.sommaire li { counter-increment: s; }
.sommaire a { color: var(--texte-doux); font-size: 0.88rem; display: flex; gap: 0.7rem; }
.sommaire a::before { content: counter(s, decimal-leading-zero); color: var(--or); font-family: var(--serif); }
.sommaire a:hover { color: var(--ivoire); }
@media (max-width: 880px) { .sommaire { position: static; } }

/* ---------- Bloc formulaire ---------- */
.bloc-form {
  padding: clamp(30px, 4.4vw, 56px);
  border: 1px solid var(--filet-doux);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(12, 23, 40, 0.85), rgba(5, 12, 24, 0.6));
  box-shadow: var(--ombre-carte);
}
.bloc-form__pied {
  margin-top: 0.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--filet-doux);
  display: grid;
  gap: 1.2rem;
}


/* =========================================================
   AFFINAGES MOBILE (finition)
   ========================================================= */
@media (max-width: 560px) {
  .heros__titre { letter-spacing: -0.015em; }
  .heros__actions .btn { width: 100%; }        /* boutons pleine largeur, au pouce */
  .marches { gap: 0.5rem 0.9rem; font-size: 0.68rem; }

  /* Lettre filigrane des pages Univers : présente mais jamais gênante */
  .entete-page__lettre { font-size: 42vw; right: -6%; }

  /* Cartes et encarts un peu moins profonds : pages moins longues au doigt */
  .carte, .anneau, .encart { padding: 24px 22px; }

  .faq summary { font-size: 1.08rem; gap: 12px; }

  .appel { padding: 40px 22px; }
  .appel .groupe-btn .btn { width: 100%; }
  .bloc-form { padding: 26px 20px; }

  .sommaire { margin-bottom: 28px; }
}

/* Tablette : tableaux denses mais lisibles (ils restent scrollables) */
@media (max-width: 760px) {
  .tableau { font-size: 0.86rem; }
}
