@charset "UTF-8";
/* ==========================================================================
   LA VALLÉE DE DANA — Feuille de style principale
   MP Production — Comédie musicale féérique
   ========================================================================== */

/* latin-ext */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/cinzel-0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/cinzel-1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/inter-4.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/inter-0.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/inter-5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/inter-2.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/inter-6.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/inter-3.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/inter-1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   1. Jetons de design
   -------------------------------------------------------------------------- */
:root {
  /* Couleurs — nuit celte */
  --nuit-900: #07040d;
  --nuit-850: #0b0715;
  --nuit-800: #110b1e;
  --nuit-700: #191130;
  --nuit-600: #241a42;
  --nuit-500: #322553;

  /* Or (repris de l'affiche) */
  --or-300: #f7e0b0;
  --or-400: #f0ce8a;
  --or-500: #e3b15c;
  --or-600: #c89440;
  --or-700: #9a6f2c;

  /* Accents */
  --braise: #d9683a;
  --braise-clair: #f08a56;
  --spectre: #7fd9e8;
  --spectre-fonce: #3f9db0;
  --mousse: #8fae66;
  --sang: #b03a4a;

  /* Texte */
  --parchemin: #f4eee4;
  --brume: #b6abc4;
  --brume-sombre: #8a7f9a;

  /* Sémantique */
  --fond: var(--nuit-900);
  --fond-alt: var(--nuit-850);
  --surface: var(--nuit-800);
  --surface-haute: var(--nuit-700);
  --bordure: rgba(227, 177, 92, 0.18);
  --bordure-douce: rgba(244, 238, 228, 0.09);

  /* Typographie */
  --font-titre: "Cinzel", "Trajan Pro", "Optima", Georgia, "Times New Roman", serif;
  --font-corps: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;

  --fs-hero: clamp(2.5rem, 1.2rem + 6.2vw, 6rem);
  --fs-h1: clamp(1.85rem, 1.15rem + 3.4vw, 4rem);
  --fs-h2: clamp(1.5rem, 1.1rem + 1.9vw, 2.7rem);
  --fs-h3: clamp(1.2rem, 1.05rem + 0.7vw, 1.55rem);
  --fs-h4: clamp(1.05rem, 1rem + 0.3vw, 1.2rem);
  --fs-lead: clamp(1.08rem, 1rem + 0.5vw, 1.35rem);
  --fs-body: clamp(1rem, 0.97rem + 0.14vw, 1.09rem);
  --fs-small: 0.9rem;
  --fs-micro: 0.78rem;

  --ls-titre: 0.06em;
  --ls-sur: 0.22em;

  /* Rythme */
  --esp-3xs: 0.25rem;
  --esp-2xs: 0.5rem;
  --esp-xs: 0.75rem;
  --esp-s: 1rem;
  --esp-m: 1.5rem;
  --esp-l: 2.25rem;
  --esp-xl: 3.5rem;
  --esp-2xl: 5rem;
  --esp-3xl: clamp(4rem, 9vw, 8rem);

  --largeur-max: 1240px;
  --largeur-texte: 68ch;

  --rayon-s: 4px;
  --rayon-m: 10px;
  --rayon-l: 18px;

  --ombre-s: 0 2px 10px rgba(0, 0, 0, 0.35);
  --ombre-m: 0 12px 34px rgba(0, 0, 0, 0.45);
  --ombre-l: 0 30px 70px rgba(0, 0, 0, 0.6);
  --lueur-or: 0 0 32px rgba(227, 177, 92, 0.28);

  --transition: 220ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-lente: 520ms cubic-bezier(0.22, 1, 0.36, 1);

  --header-h: 74px;
}

/* --------------------------------------------------------------------------
   2. Réinitialisation et base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
  font-family: var(--font-corps);
  font-size: var(--fs-body);
  line-height: 1.68;
  color: var(--parchemin);
  background-color: var(--fond);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select { font: inherit; color: inherit; }

p, li { text-wrap: pretty; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-titre);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: var(--ls-titre);
  text-wrap: balance;
}

a { color: var(--or-400); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--or-300); }

:focus-visible {
  outline: 3px solid var(--spectre);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection { background: var(--or-600); color: var(--nuit-900); }

hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bordure), transparent);
  margin: var(--esp-l) 0;
}

/* --------------------------------------------------------------------------
   3. Utilitaires
   -------------------------------------------------------------------------- */
.conteneur {
  width: min(100% - 2.5rem, var(--largeur-max));
  margin-inline: auto;
}
.conteneur--etroit { width: min(100% - 2.5rem, 860px); margin-inline: auto; }

.section { padding-block: var(--esp-3xl); position: relative; }
.section--compacte { padding-block: var(--esp-xl); }
.section--alt { background: var(--fond-alt); }

.lisible { max-width: var(--largeur-texte); }
.centre { text-align: center; margin-inline: auto; }

.invisible-a11y {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lien-evitement {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -140%);
  z-index: 200;
  background: var(--or-500);
  color: var(--nuit-900);
  padding: 0.7rem 1.4rem;
  font-weight: 600;
  border-radius: 0 0 var(--rayon-m) var(--rayon-m);
  transition: transform var(--transition);
}
.lien-evitement:focus { transform: translate(-50%, 0); color: var(--nuit-900); }

/* --------------------------------------------------------------------------
   4. Titres et surtitres
   -------------------------------------------------------------------------- */
.surtitre {
  display: block;
  font-family: var(--font-corps);
  font-size: var(--fs-micro);
  font-weight: 600;
  letter-spacing: var(--ls-sur);
  text-transform: uppercase;
  color: var(--or-500);
  margin-bottom: var(--esp-s);
}
.surtitre--spectre { color: var(--spectre); }

.titre-section {
  font-size: var(--fs-h2);
  margin-bottom: var(--esp-m);
  color: var(--parchemin);
}
.titre-section .accent { color: var(--or-500); }

.filet-or {
  width: 84px;
  height: 2px;
  background: linear-gradient(90deg, var(--or-600), var(--or-400), transparent);
  margin-bottom: var(--esp-m);
  border: 0;
}
.centre .filet-or, .filet-or.centre {
  margin-inline: auto;
  background: linear-gradient(90deg, transparent, var(--or-500), transparent);
}

.chapeau {
  font-size: var(--fs-lead);
  color: var(--brume);
  line-height: 1.6;
}

.texte-or { color: var(--or-500); }
.texte-spectre { color: var(--spectre); }
.texte-doux { color: var(--brume); }

/* --------------------------------------------------------------------------
   5. Boutons
   -------------------------------------------------------------------------- */
.btn {
  --btn-fond: var(--or-500);
  --btn-texte: var(--nuit-900);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 0.95rem 1.9rem;
  font-family: var(--font-corps);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--btn-texte);
  background: var(--btn-fond);
  border: 1px solid var(--btn-fond);
  border-radius: var(--rayon-s);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition),
    background-color var(--transition), color var(--transition);
  text-align: center;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--ombre-m), var(--lueur-or);
  color: var(--btn-texte);
}
.btn:active { transform: translateY(0); }

.btn--fantome {
  --btn-fond: transparent;
  --btn-texte: var(--parchemin);
  border-color: rgba(244, 238, 228, 0.3);
}
.btn--fantome:hover {
  --btn-texte: var(--nuit-900);
  background: var(--parchemin);
  border-color: var(--parchemin);
  box-shadow: var(--ombre-m);
}

.btn--or-ligne {
  --btn-fond: transparent;
  --btn-texte: var(--or-400);
  border-color: var(--or-600);
}
.btn--or-ligne:hover {
  --btn-texte: var(--nuit-900);
  background: var(--or-500);
}

.btn--spectre {
  --btn-fond: var(--spectre);
  --btn-texte: var(--nuit-900);
}

.btn--large { width: 100%; }
.btn--petit { padding: 0.6rem 1.1rem; font-size: 0.82rem; }

.groupe-btn {
  display: flex;
  flex-wrap: wrap;
  gap: var(--esp-s);
  align-items: center;
}
.centre .groupe-btn { justify-content: center; }

/* --------------------------------------------------------------------------
   6. En-tête et navigation
   -------------------------------------------------------------------------- */
.entete {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(7, 4, 13, 0.92), rgba(7, 4, 13, 0));
  transition: background-color var(--transition), backdrop-filter var(--transition),
    border-color var(--transition);
  border-bottom: 1px solid transparent;
}
.entete.est-ancree {
  background: rgba(11, 7, 21, 0.97);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border-bottom-color: var(--bordure);
}

.entete__inner {
  width: min(100% - 2.5rem, 1400px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--esp-m);
}

.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
  color: var(--parchemin);
  flex-shrink: 0;
}
.logo__nom {
  font-family: var(--font-titre);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--or-500);
}
.logo__sous {
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brume);
  margin-top: 4px;
}
.logo:hover .logo__nom { color: var(--or-300); }

.nav-principale ul {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 1.4vw, 1.6rem);
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-principale a {
  position: relative;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--parchemin);
  text-decoration: none;
  padding: 0.4rem 0;
  white-space: nowrap;
  transition: color var(--transition);
}
.nav-principale a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--or-500);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition);
}
.nav-principale a:hover { color: var(--or-400); }
.nav-principale a:hover::after,
.nav-principale a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-principale a[aria-current="page"] { color: var(--or-500); }

.nav-actions { display: flex; align-items: center; gap: var(--esp-xs); }

.burger {
  display: none;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--bordure);
  border-radius: var(--rayon-s);
  cursor: pointer;
  padding: 0;
  position: relative;
}
.burger span {
  position: absolute;
  left: 50%; top: 50%;
  width: 20px; height: 1.5px;
  background: var(--parchemin);
  transform: translate(-50%, -50%);
  transition: transform var(--transition), opacity var(--transition);
}
.burger span:nth-child(1) { transform: translate(-50%, calc(-50% - 6px)); }
.burger span:nth-child(3) { transform: translate(-50%, calc(-50% + 6px)); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 1080px) {
  .burger { display: block; }
  .nav-principale {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    background: rgba(9, 6, 17, 0.985);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--bordure);
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-lente);
  }
  .nav-principale.est-ouverte { max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
  .nav-principale ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: var(--esp-s) 1.25rem var(--esp-l);
  }
  .nav-principale li { border-bottom: 1px solid var(--bordure-douce); }
  .nav-principale a { display: block; padding: 1rem 0; font-size: 0.95rem; }
  .nav-principale a::after { display: none; }
  .nav-actions .btn { display: none; }
  .nav-actions .btn--nav-mobile { display: inline-flex; }
}
@media (max-width: 560px) {
  .nav-actions .btn--nav-mobile { display: none; }
}

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: min(100svh, 900px);
  display: grid;
  align-items: end;
  padding-top: calc(var(--header-h) + 3rem);
  padding-bottom: var(--esp-xl);
  overflow: hidden;
  isolation: isolate;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.hero__voile {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(7, 4, 13, 0.15), rgba(7, 4, 13, 0.72) 62%, var(--nuit-900) 100%),
    linear-gradient(180deg, rgba(7, 4, 13, 0.55) 0%, rgba(7, 4, 13, 0.05) 32%, rgba(7, 4, 13, 0.88) 88%, var(--nuit-900) 100%);
}
.hero__contenu { max-width: 800px; }

/* Hero en deux colonnes : texte + affiche */
.hero--duo {
  align-items: center;
  background:
    radial-gradient(90% 70% at 78% 32%, rgba(227, 177, 92, 0.14), transparent 62%),
    radial-gradient(70% 60% at 12% 78%, rgba(127, 217, 232, 0.09), transparent 60%),
    var(--nuit-900);
}
.hero--duo .hero__grille {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero--duo .hero__contenu { max-width: 640px; }
.hero--duo .hero__titre { font-size: clamp(2.3rem, 1rem + 3.4vw, 4.1rem); }
.hero--duo .hero__accroche { font-size: clamp(1.02rem, 0.96rem + 0.35vw, 1.2rem); margin-bottom: var(--esp-m); }
.hero--duo .hero__meta { margin-top: var(--esp-m); }
.hero__fond-brume {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero__fond-brume img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.22;
  filter: blur(2px) saturate(1.1);
  transform: scale(1.06);
}
.hero__affiche {
  position: relative;
  border-radius: var(--rayon-m);
  overflow: hidden;
  border: 1px solid var(--or-700);
  box-shadow: var(--ombre-l), 0 0 90px rgba(227, 177, 92, 0.16);
  transform: perspective(1400px) rotateY(-4deg);
  transition: transform var(--transition-lente);
}
.hero__affiche:hover { transform: perspective(1400px) rotateY(0deg) translateY(-4px); }
.hero__affiche img { width: 100%; }
.hero__affiche::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.1) 0%, transparent 38%);
  pointer-events: none;
}
@media (max-width: 940px) {
  .hero--duo .hero__grille { grid-template-columns: 1fr; }
  .hero--duo .hero__affiche { order: -1; max-width: 620px; transform: none; }
  .hero--duo { text-align: left; }
}
.hero__titre {
  font-size: var(--fs-hero);
  line-height: 0.98;
  margin-bottom: var(--esp-m);
  color: var(--parchemin);
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.75);
}
.hero__titre .ligne-or {
  display: block;
  color: var(--or-500);
  text-shadow: 0 0 60px rgba(227, 177, 92, 0.35), 0 4px 30px rgba(0, 0, 0, 0.8);
}
.hero__accroche {
  font-size: var(--fs-lead);
  color: var(--parchemin);
  max-width: 60ch;
  margin-bottom: var(--esp-l);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
}
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--esp-xs) var(--esp-m);
  margin-top: var(--esp-l);
  font-size: var(--fs-small);
  color: var(--brume);
  list-style: none;
  padding: 0;
}
.hero__meta li { display: flex; align-items: center; gap: 0.5em; }
.hero__meta svg { flex-shrink: 0; color: var(--or-500); }

.defilement {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  color: var(--brume-sombre);
  font-size: var(--fs-micro);
  letter-spacing: var(--ls-sur);
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.defilement::after {
  content: "";
  width: 1px; height: 34px;
  background: linear-gradient(180deg, var(--or-600), transparent);
  animation: descendre 2.2s ease-in-out infinite;
}
@keyframes descendre {
  0%, 100% { opacity: 0.25; transform: scaleY(0.6); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
}
@media (max-width: 900px) { .defilement { display: none; } }

/* Bannière de page intérieure */
.banniere {
  position: relative;
  padding-top: calc(var(--header-h) + 4.5rem);
  padding-bottom: var(--esp-xl);
  overflow: hidden;
  isolation: isolate;
}
.banniere__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.banniere__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.banniere__voile {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 4, 13, 0.9) 0%, rgba(7, 4, 13, 0.62) 55%, rgba(7, 4, 13, 0.45) 100%),
    linear-gradient(180deg, rgba(7, 4, 13, 0.55) 0%, rgba(7, 4, 13, 0.3) 40%, rgba(7, 4, 13, 0.92) 88%, var(--nuit-900) 100%);
}

/* <picture> doit remplir son conteneur, sinon object-fit n'a pas de hauteur de
   référence et l'image garde son ratio naturel. */
.banniere__media picture,
.hero__media picture,
.hero__fond-brume picture { display: block; width: 100%; height: 100%; }
.banniere__titre { font-size: var(--fs-h1); margin-bottom: var(--esp-s); }

/* Fil d'Ariane */
.ariane { font-size: var(--fs-micro); color: var(--brume-sombre); margin-bottom: var(--esp-m); }
.ariane ol { display: flex; flex-wrap: wrap; gap: 0.4rem; list-style: none; padding: 0; margin: 0; }
.ariane li::after { content: "›"; margin-left: 0.4rem; color: var(--or-700); }
.ariane li:last-child::after { display: none; }
.ariane a { color: var(--brume); text-decoration: none; }
.ariane a:hover { color: var(--or-400); text-decoration: underline; }
.ariane [aria-current="page"] { color: var(--or-500); }

/* --------------------------------------------------------------------------
   8. Grilles et cartes
   -------------------------------------------------------------------------- */
.grille { display: grid; gap: var(--esp-m); }
.grille--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grille--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.grille--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }

.duo {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
}
.duo--inverse > *:first-child { order: 2; }
@media (max-width: 820px) { .duo--inverse > *:first-child { order: 0; } }

.carte {
  background: var(--surface);
  border: 1px solid var(--bordure-douce);
  border-radius: var(--rayon-m);
  padding: var(--esp-m);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.carte:hover { border-color: var(--bordure); box-shadow: var(--ombre-m); }
/* Une liste de définitions dans une carte étroite doit s'empiler, sinon les
   valeurs se cassent sur cinq lignes. */
.carte { container-type: inline-size; }
@container (max-width: 360px) {
  .carte .definitions > div { grid-template-columns: 1fr; gap: 0.1rem; }
  .carte .definitions dt { font-size: var(--fs-micro); }
}
.carte__titre { font-size: var(--fs-h3); margin-bottom: var(--esp-2xs); color: var(--or-400); }
.carte__num {
  font-family: var(--font-titre);
  font-size: 2.2rem;
  color: var(--or-600);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: var(--esp-xs);
  display: block;
}

/* Chiffres clés */
.chiffres {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
  gap: var(--esp-m);
  border-block: 1px solid var(--bordure);
  padding-block: var(--esp-l);
}
.chiffre { text-align: center; }
.chiffre__valeur {
  display: block;
  font-family: var(--font-titre);
  font-size: clamp(1.9rem, 1.2rem + 2.2vw, 3rem);
  font-weight: 700;
  color: var(--or-500);
  line-height: 1;
}
.chiffre__label {
  display: block;
  margin-top: var(--esp-2xs);
  font-size: var(--fs-micro);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brume);
}

/* --------------------------------------------------------------------------
   9. Personnages
   -------------------------------------------------------------------------- */
.perso {
  position: relative;
  border-radius: var(--rayon-m);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--bordure-douce);
  isolation: isolate;
}
.perso img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform var(--transition-lente);
}
.perso:hover img { transform: scale(1.05); }
.perso__texte {
  position: absolute;
  inset: auto 0 0 0;
  padding: var(--esp-m) var(--esp-s) var(--esp-s);
  background: linear-gradient(180deg, transparent, rgba(7, 4, 13, 0.92) 55%);
}
.perso__nom {
  display: block;
  font-family: var(--font-titre);
  font-size: 1.2rem;
  color: var(--or-400);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}
.perso__role {
  display: block;
  font-size: var(--fs-small);
  color: var(--brume);
  margin: 0.35rem 0 0;
  line-height: 1.45;
}

/* --------------------------------------------------------------------------
   10. Dates de tournée
   -------------------------------------------------------------------------- */
.liste-dates { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--esp-xs); }

.date-ligne {
  display: grid;
  grid-template-columns: 116px 1fr auto;
  gap: var(--esp-m);
  align-items: center;
  padding: var(--esp-m);
  background: var(--surface);
  border: 1px solid var(--bordure-douce);
  border-left: 3px solid var(--or-600);
  border-radius: var(--rayon-s);
  transition: border-color var(--transition), background-color var(--transition), transform var(--transition);
}
.date-ligne:hover { background: var(--surface-haute); border-left-color: var(--or-400); transform: translateX(3px); }

.date-bloc { text-align: center; border-right: 1px solid var(--bordure-douce); padding-right: var(--esp-m); }
.date-bloc__jour {
  display: block;
  font-family: var(--font-titre);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--or-500);
  line-height: 1;
}
.date-bloc__mois {
  display: block;
  font-size: var(--fs-micro);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brume);
  margin-top: 4px;
}
.date-bloc__annee { display: block; font-size: var(--fs-micro); color: var(--brume-sombre); }

.date-infos__lieu { font-family: var(--font-titre); font-size: 1.15rem; color: var(--parchemin); letter-spacing: 0.04em; }
.date-infos__salle { font-size: var(--fs-small); color: var(--brume); margin-top: 2px; }
.date-infos__heure { font-size: var(--fs-micro); color: var(--brume-sombre); margin-top: 4px; }

.etiquette {
  display: inline-block;
  padding: 0.24rem 0.6rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid currentColor;
  vertical-align: middle;
}
.etiquette--dispo { color: var(--mousse); }
.etiquette--dernieres { color: var(--braise-clair); }
.etiquette--complet { color: var(--brume-sombre); }
.etiquette--passe { color: var(--brume-sombre); opacity: 0.75; }
.etiquette--creation { color: var(--spectre); }

.date-ligne--passee { opacity: 0.62; border-left-color: var(--nuit-500); }
.date-ligne--passee:hover { opacity: 0.85; }

@media (max-width: 720px) {
  .date-ligne { grid-template-columns: 84px 1fr; row-gap: var(--esp-s); }
  .date-bloc { padding-right: var(--esp-s); }
  .date-bloc__jour { font-size: 1.7rem; }
  .date-ligne > .date-action { grid-column: 1 / -1; }
  .date-action .btn { width: 100%; }
}

.encart-vide {
  text-align: center;
  padding: var(--esp-xl) var(--esp-m);
  border: 1px dashed var(--bordure);
  border-radius: var(--rayon-m);
  background: rgba(25, 17, 48, 0.4);
}

/* --------------------------------------------------------------------------
   11. Galerie
   -------------------------------------------------------------------------- */
.galerie {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: var(--esp-xs);
}
.galerie__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--rayon-s);
  background: var(--surface);
  border: 0;
  padding: 0;
  cursor: zoom-in;
  isolation: isolate;
}
.galerie__item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform var(--transition-lente), filter var(--transition);
}
.galerie__item:hover img { transform: scale(1.06); filter: brightness(1.08); }
.galerie__item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.8rem 0.9rem 0.7rem;
  font-size: var(--fs-small);
  color: var(--parchemin);
  text-align: left;
  background: linear-gradient(180deg, transparent, rgba(7, 4, 13, 0.9));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition);
}
.galerie__item:hover figcaption,
.galerie__item:focus-visible figcaption { opacity: 1; transform: translateY(0); }
.galerie__item--large { grid-column: span 2; }
@media (max-width: 700px) {
  .galerie__item--large { grid-column: span 1; }
  .galerie__item figcaption { opacity: 1; transform: none; }
}

/* Visionneuse */
.visionneuse {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  place-items: center;
  background: rgba(4, 2, 8, 0.96);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: var(--esp-m);
}
.visionneuse[open], .visionneuse.est-ouverte { display: grid; }
.visionneuse img { max-width: min(100%, 1400px); max-height: 82vh; object-fit: contain; border-radius: var(--rayon-s); }
.visionneuse__legende { margin-top: var(--esp-s); text-align: center; color: var(--brume); font-size: var(--fs-small); }
.visionneuse__fermer,
.visionneuse__nav {
  position: absolute;
  background: rgba(25, 17, 48, 0.8);
  border: 1px solid var(--bordure);
  color: var(--parchemin);
  width: 48px; height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: grid; place-items: center;
  font-size: 1.3rem;
  transition: background-color var(--transition);
}
.visionneuse__fermer:hover, .visionneuse__nav:hover { background: var(--or-600); color: var(--nuit-900); }
.visionneuse__fermer { top: 1.2rem; right: 1.2rem; }
.visionneuse__nav--prec { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.visionneuse__nav--suiv { right: 1.2rem; top: 50%; transform: translateY(-50%); }

/* Vidéo */
.video-cadre {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--rayon-m);
  overflow: hidden;
  border: 1px solid var(--bordure);
  background: var(--nuit-850);
  box-shadow: var(--ombre-l);
}
.video-cadre iframe, .video-cadre img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-cadre__bouton {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(7, 4, 13, 0.35);
  border: 0;
  cursor: pointer;
  transition: background-color var(--transition);
  width: 100%;
}
.video-cadre__bouton:hover { background: rgba(7, 4, 13, 0.15); }
.video-cadre__play {
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--or-500);
  color: var(--nuit-900);
  display: grid; place-items: center;
  box-shadow: var(--lueur-or), var(--ombre-m);
  transition: transform var(--transition);
}
.video-cadre__bouton:hover .video-cadre__play { transform: scale(1.08); }

/* --------------------------------------------------------------------------
   12. Bandeau d'appel (programmateurs)
   -------------------------------------------------------------------------- */
.bandeau-pro {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(120deg, rgba(11, 7, 21, 0.95) 0%, rgba(36, 26, 66, 0.9) 55%, rgba(11, 7, 21, 0.95) 100%);
  border-block: 1px solid var(--bordure);
}
.bandeau-pro::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto auto;
  width: 60vmax; height: 60vmax;
  background: radial-gradient(circle, rgba(227, 177, 92, 0.13), transparent 62%);
  z-index: -1;
}

.encadre {
  background: var(--surface);
  border: 1px solid var(--bordure);
  border-radius: var(--rayon-m);
  padding: clamp(1.5rem, 3vw, 2.5rem);
}
.encadre--or {
  background: linear-gradient(160deg, rgba(227, 177, 92, 0.1), rgba(17, 11, 30, 0.9));
  border-color: var(--or-700);
}
.encadre--spectre { border-color: rgba(127, 217, 232, 0.35); background: linear-gradient(160deg, rgba(127, 217, 232, 0.08), rgba(17, 11, 30, 0.9)); }

/* --------------------------------------------------------------------------
   13. Listes stylées
   -------------------------------------------------------------------------- */
.liste-coches { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--esp-xs); }
.liste-coches li { position: relative; padding-left: 1.9rem; }
.liste-coches li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.62em;
  width: 11px; height: 6px;
  border-left: 2px solid var(--or-500);
  border-bottom: 2px solid var(--or-500);
  transform: rotate(-45deg);
}

.liste-tirets { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--esp-2xs); }
.liste-tirets li { position: relative; padding-left: 1.3rem; }
.liste-tirets li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.75em;
  width: 12px; height: 1px;
  background: var(--or-600);
}

.definitions { display: grid; gap: var(--esp-s); }
.definitions > div {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: var(--esp-m);
  padding-bottom: var(--esp-s);
  border-bottom: 1px solid var(--bordure-douce);
}
.definitions dt { font-weight: 600; color: var(--or-400); font-size: var(--fs-small); letter-spacing: 0.04em; text-transform: uppercase; }
.definitions dd { margin: 0; color: var(--parchemin); }
@media (max-width: 640px) { .definitions > div { grid-template-columns: 1fr; gap: var(--esp-3xs); } }

/* --------------------------------------------------------------------------
   14. Accordéon / FAQ
   -------------------------------------------------------------------------- */
.accordeon { display: grid; gap: var(--esp-2xs); }
.accordeon details {
  background: var(--surface);
  border: 1px solid var(--bordure-douce);
  border-radius: var(--rayon-s);
  overflow: hidden;
  transition: border-color var(--transition);
}
.accordeon details[open] { border-color: var(--bordure); }
.accordeon summary {
  cursor: pointer;
  padding: var(--esp-s) var(--esp-m);
  font-family: var(--font-titre);
  font-size: 1.02rem;
  color: var(--parchemin);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--esp-s);
  transition: color var(--transition);
}
.accordeon summary::-webkit-details-marker { display: none; }
.accordeon summary::after {
  content: "+";
  font-family: var(--font-corps);
  font-size: 1.4rem;
  color: var(--or-500);
  flex-shrink: 0;
  transition: transform var(--transition);
}
.accordeon details[open] summary { color: var(--or-400); }
.accordeon details[open] summary::after { transform: rotate(45deg); }
.accordeon summary:hover { color: var(--or-400); }
.accordeon .reponse { padding: 0 var(--esp-m) var(--esp-m); color: var(--brume); }
.accordeon .reponse > * + * { margin-top: var(--esp-s); }

/* --------------------------------------------------------------------------
   15. Formulaires
   -------------------------------------------------------------------------- */
.formulaire { display: grid; gap: var(--esp-s); }
.champ { display: grid; gap: 0.4rem; }
.champ label { font-size: var(--fs-small); font-weight: 500; color: var(--parchemin); }
.champ .obligatoire { color: var(--braise-clair); }
.champ input,
.champ select,
.champ textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  background: var(--nuit-850);
  border: 1px solid var(--bordure-douce);
  border-radius: var(--rayon-s);
  color: var(--parchemin);
  transition: border-color var(--transition), background-color var(--transition);
}
.champ input:focus,
.champ select:focus,
.champ textarea:focus { border-color: var(--or-600); background: var(--nuit-800); outline-offset: 1px; }
.champ textarea { min-height: 130px; resize: vertical; }
.champ__aide { font-size: var(--fs-micro); color: var(--brume-sombre); }
.champ--duo { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: var(--esp-s); }
.champ-case { display: flex; gap: 0.6rem; align-items: flex-start; font-size: var(--fs-small); color: var(--brume); }
.champ-case input { width: auto; margin-top: 0.25rem; flex-shrink: 0; }
.pot-de-miel { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* --------------------------------------------------------------------------
   16. Contact rapide
   -------------------------------------------------------------------------- */
.contact-direct { display: grid; gap: var(--esp-s); }
.contact-item {
  display: flex;
  gap: var(--esp-s);
  align-items: flex-start;
  padding: var(--esp-s);
  border: 1px solid var(--bordure-douce);
  border-radius: var(--rayon-s);
  background: var(--surface);
  text-decoration: none;
  color: var(--parchemin);
  transition: border-color var(--transition), transform var(--transition);
}
a.contact-item:hover { border-color: var(--or-600); transform: translateY(-2px); color: var(--parchemin); }
.contact-item__icone {
  width: 42px; height: 42px;
  flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(227, 177, 92, 0.12);
  color: var(--or-500);
}
.contact-item__label { font-size: var(--fs-micro); letter-spacing: 0.14em; text-transform: uppercase; color: var(--brume-sombre); }
.contact-item__valeur { font-weight: 600; }

/* --------------------------------------------------------------------------
   17. Pied de page
   -------------------------------------------------------------------------- */
.pied {
  background: var(--nuit-850);
  border-top: 1px solid var(--bordure);
  padding-block: var(--esp-2xl) var(--esp-m);
  margin-top: auto;
}
.pied__grille {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: var(--esp-l);
  padding-bottom: var(--esp-l);
  border-bottom: 1px solid var(--bordure-douce);
}
.pied__titre {
  font-family: var(--font-corps);
  font-size: var(--fs-micro);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--or-500);
  margin-bottom: var(--esp-s);
}
.pied ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.55rem; }
.pied a { color: var(--brume); text-decoration: none; font-size: var(--fs-small); transition: color var(--transition); }
.pied a:hover { color: var(--or-400); }
.pied address { font-style: normal; color: var(--brume); font-size: var(--fs-small); line-height: 1.8; }
.pied__bas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--esp-s) var(--esp-m);
  justify-content: space-between;
  align-items: center;
  padding-top: var(--esp-m);
  font-size: var(--fs-micro);
  color: var(--brume-sombre);
}
.reseaux { display: flex; gap: var(--esp-2xs); }
.reseaux a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid var(--bordure-douce);
  border-radius: 50%;
  color: var(--brume);
  transition: all var(--transition);
}
.reseaux a:hover { border-color: var(--or-500); color: var(--or-500); background: rgba(227, 177, 92, 0.1); }

/* --------------------------------------------------------------------------
   18. Divers
   -------------------------------------------------------------------------- */
.figure-cadre {
  position: relative;
  border-radius: var(--rayon-m);
  overflow: hidden;
  border: 1px solid var(--bordure-douce);
  box-shadow: var(--ombre-l);
}
.figure-cadre img { width: 100%; }
.figure-cadre figcaption {
  padding: var(--esp-xs) var(--esp-s);
  font-size: var(--fs-micro);
  color: var(--brume-sombre);
  background: var(--surface);
}

.citation {
  border-left: 2px solid var(--or-600);
  padding-left: var(--esp-m);
  font-family: var(--font-titre);
  font-size: var(--fs-lead);
  line-height: 1.45;
  color: var(--parchemin);
  font-style: normal;
}
.citation cite { display: block; margin-top: var(--esp-xs); font-family: var(--font-corps); font-size: var(--fs-small); color: var(--brume); font-style: normal; }

.ruban {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.4rem 0.9rem;
  border-radius: 100px;
  background: rgba(227, 177, 92, 0.12);
  border: 1px solid var(--bordure);
  font-size: var(--fs-micro);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--or-400);
  font-weight: 600;
}
.ruban--spectre { background: rgba(127, 217, 232, 0.1); border-color: rgba(127, 217, 232, 0.3); color: var(--spectre); }

.etapes { counter-reset: etape; display: grid; gap: var(--esp-m); }
.etape { position: relative; padding-left: 3.6rem; }
.etape::before {
  counter-increment: etape;
  content: counter(etape);
  position: absolute;
  left: 0; top: 0;
  width: 2.5rem; height: 2.5rem;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--or-600);
  color: var(--or-500);
  font-family: var(--font-titre);
  font-weight: 700;
}
.etape h3 { font-size: var(--fs-h4); margin-bottom: 0.3rem; color: var(--parchemin); }

.tableau-simple { width: 100%; border-collapse: collapse; font-size: var(--fs-small); }
.tableau-simple th, .tableau-simple td { text-align: left; padding: 0.8rem 1rem; border-bottom: 1px solid var(--bordure-douce); }
.tableau-simple th { color: var(--or-400); font-weight: 600; letter-spacing: 0.04em; }
.defilable { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.mosaique-logos { display: flex; flex-wrap: wrap; gap: var(--esp-m); align-items: center; justify-content: center; }
.mosaique-logos span {
  font-family: var(--font-titre);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: var(--brume-sombre);
  padding: 0.5rem 1rem;
  border: 1px solid var(--bordure-douce);
  border-radius: var(--rayon-s);
}

/* --------------------------------------------------------------------------
   Mentions « communiqué sur demande »
   Le texte visible est une mention professionnelle. La donnée qui reste à
   fournir par la compagnie est conservée dans l'attribut data-note : ouvrez
   n'importe quelle page avec ?edition à la fin de l'URL pour toutes les voir.
   -------------------------------------------------------------------------- */
.a-completer {
  display: inline-block;
  font-style: italic;
  color: var(--brume-sombre);
  font-weight: 400;
}
.mode-edition .a-completer {
  font-style: normal;
  color: var(--nuit-900);
  background: var(--or-500);
  padding: 0.1em 0.5em;
  border-radius: var(--rayon-s);
  font-weight: 600;
}
.mode-edition .a-completer::after {
  content: " ⟵ " attr(data-note);
  font-weight: 400;
}

/* Marqueur légal, volontairement très visible (obligation de l'éditeur). */
.marqueur-todo {
  border-color: var(--braise);
  background: linear-gradient(160deg, rgba(217, 104, 58, 0.14), rgba(17, 11, 30, 0.92));
}
.marqueur-todo .ruban {
  background: rgba(217, 104, 58, 0.16);
  border-color: rgba(217, 104, 58, 0.45);
  color: var(--braise-clair);
}
.marqueur-todo__valeur {
  display: block;
  padding: 0.75rem 1rem;
  border: 1px dashed var(--braise);
  border-radius: var(--rayon-s);
  background: rgba(217, 104, 58, 0.08);
  color: var(--braise-clair);
}

/* Apparition au défilement — animation pilotée par le défilement, en CSS pur.
   Aucune dépendance au JavaScript : si le navigateur ne gère pas les animations
   liées au défilement, le contenu s'affiche simplement, sans effet. Le contenu
   ne peut donc jamais rester invisible. */
@keyframes apparition {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .apparait {
      animation: apparition linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 55%;
    }
  }
}

/* Bandeau flottant mobile (conversion) */
.barre-mobile {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 90;
  display: none;
  gap: 1px;
  background: var(--bordure);
  border-top: 1px solid var(--bordure);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.5);
}
.barre-mobile a {
  flex: 1;
  padding: 0.9rem 0.5rem;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  background: var(--nuit-800);
  color: var(--parchemin);
}
.barre-mobile a.principal { background: var(--or-500); color: var(--nuit-900); }
@media (max-width: 760px) {
  .barre-mobile { display: flex; }
  body { padding-bottom: 52px; }
}

/* --------------------------------------------------------------------------
   19. Confort tactile — cibles assez grandes au doigt sur mobile
   -------------------------------------------------------------------------- */
@media (max-width: 640px) {
  /* les bannières prennent moins de hauteur : le contenu utile remonte */
  .banniere { padding-top: calc(var(--header-h) + 2.25rem); padding-bottom: var(--esp-l); }
  .banniere__titre { line-height: 1.06; }
  .hero { padding-top: calc(var(--header-h) + 1.5rem); min-height: auto; }
  .section { padding-block: var(--esp-xl); }
  .titre-section { hyphens: auto; }
}

@media (max-width: 760px) {
  .pied ul { gap: 0.15rem; }
  .pied ul a { display: block; padding-block: 0.55rem; }
  .pied address a,
  .pied__bas a { display: inline-block; padding-block: 0.4rem; }
  .ariane a,
  .ariane [aria-current="page"] { display: inline-block; padding-block: 0.3rem; }
  .logo { padding-block: 0.25rem; }
  .liste-coches li,
  .liste-tirets li { padding-top: 0.1rem; }
  .accordeon summary { padding-block: 0.95rem; }
  /* les tableaux larges défilent, on le signale visuellement */
  .defilable {
    background:
      linear-gradient(90deg, var(--surface) 30%, rgba(17, 11, 30, 0)) left / 24px 100% no-repeat,
      linear-gradient(270deg, var(--surface) 30%, rgba(17, 11, 30, 0)) right / 24px 100% no-repeat;
  }
  /* seuls les tableaux à 3 colonnes ou plus ont besoin de défiler */
  .defilable .tableau-simple:has(th:nth-child(3)) { min-width: 34rem; }
  .defilable th, .defilable td { white-space: normal; }
}

@media print {
  *, *::before, *::after {
    color: #111 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  a { text-decoration: underline; }
  .entete, .pied, .barre-mobile, .defilement, .visionneuse { display: none !important; }
  body { background: #fff; color: #000; }
}

@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;
  }
  .apparait { opacity: 1; transform: none; }
}
