/* =============================================================================
   Cœur à Cœur — Édition 01
   Feuille de style unique. Toutes les couleurs sont déclarées une seule fois
   dans :root ci-dessous. Aucune valeur hexadécimale ailleurs dans ce fichier.
   ============================================================================= */

:root {
  /* --- Palette de marque ------------------------------------------------- */
  --ivoire: #F8F3EE;          /* fond principal */
  --beige-sable: #EDE3DA;     /* sections alternées, cartes */
  --rose-poudre: #D9A29B;     /* accents doux, pastilles */
  --terracotta: #C97E72;      /* accent, filets, ornements */
  --brun-cacao: #4A2F2B;      /* titres et texte fort */
  --sauge: #B9BEA6;           /* accent secondaire */
  --blanc: #FFFFFF;

  /* --- Variantes calculées pour respecter les contrastes AA -------------- */
  /* Terracotta assombrie : la teinte de marque #C97E72 n'atteint que 3,1:1
     avec du texte blanc. Cette variante conserve la teinte et atteint 5,8:1
     sur blanc et 5,2:1 sur ivoire. Elle sert aux boutons et aux liens. */
  --terracotta-profond: #9C5044;
  --terracotta-sombre: #843F35;   /* survol des boutons */
  --texte-doux: #6B4A44;          /* texte secondaire, 7,1:1 sur ivoire */
  /* Rose éclairci : sert aux mentions entre crochets posées sur un fond brun
     cacao, où le rose poudré de marque ne donnerait que 3,5:1. Atteint 4,6:1. */
  --rose-clair: #E8C0BA;

  /* --- Filets, ombres et voiles (dérivés du brun cacao) ------------------ */
  --filet: rgba(74, 47, 43, 0.14);
  --filet-clair: rgba(74, 47, 43, 0.08);
  --ombre-carte: 0 1px 2px rgba(74, 47, 43, 0.05), 0 8px 24px rgba(74, 47, 43, 0.06);
  --ombre-entete: 0 1px 0 rgba(74, 47, 43, 0.10);
  --voile-entete: rgba(248, 243, 238, 0.92);

  /* --- Typographie ------------------------------------------------------- */
  --titres: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --courant: "Source Sans 3", "Source Sans Pro", "Trebuchet MS", "Lucida Grande", "Gill Sans", system-ui, sans-serif;

  /* --- Rythme ------------------------------------------------------------ */
  --pas-1: 0.5rem;
  --pas-2: 0.875rem;
  --pas-3: 1.25rem;
  --pas-4: 2rem;
  --pas-5: 3rem;
  --pas-6: 4.5rem;

  --largeur-max: 71rem;
  --marge-laterale: clamp(1.125rem, 5vw, 3rem);
  --arrondi: 12px;
  --arrondi-petit: 8px;
  --hauteur-entete: 4.75rem;
}

/* -----------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: var(--ivoire);
  color: var(--brun-cacao);
  font-family: var(--courant);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4,
p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4 {
  font-family: var(--titres);
  font-weight: 500;
  line-height: 1.15;
  text-wrap: balance;
  letter-spacing: 0.005em;
}

h1 { font-size: clamp(2.4rem, 6vw, 3.9rem); font-weight: 400; }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); font-weight: 400; }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.6rem); }
h4 { font-size: 1.15rem; }

a {
  color: var(--terracotta-profond);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--terracotta-sombre);
}

img,
svg {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

strong {
  font-weight: 700;
}

/* Focus visible sur tout élément interactif */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--terracotta-profond);
  outline-offset: 3px;
  border-radius: 2px;
}

/* -----------------------------------------------------------------------------
   Utilitaires
   -------------------------------------------------------------------------- */

.contenu {
  width: 100%;
  max-width: var(--largeur-max);
  margin-inline: auto;
  padding-inline: var(--marge-laterale);
}

.mesure {
  max-width: 65ch;
}

.hors-ecran {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Mention d'une information encore à fournir par la cliente */
.placeholder {
  color: var(--terracotta-profond);
  font-style: italic;
  overflow-wrap: anywhere;
}

.saut-contenu {
  position: absolute;
  left: var(--marge-laterale);
  top: 0;
  transform: translateY(-120%);
  z-index: 60;
  background-color: var(--brun-cacao);
  color: var(--ivoire);
  padding: var(--pas-2) var(--pas-3);
  border-radius: 0 0 var(--arrondi-petit) var(--arrondi-petit);
  text-decoration: none;
  font-weight: 600;
}

.saut-contenu:focus {
  transform: translateY(0);
  color: var(--ivoire);
}

/* -----------------------------------------------------------------------------
   Icônes dessinées (SVG)
   -------------------------------------------------------------------------- */

.icone {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.icone--grande {
  width: 2rem;
  height: 2rem;
}

.pastille {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--ivoire);
  color: var(--terracotta-profond);
  border: 1px solid var(--filet);
}

.pastille--rose { background-color: var(--rose-poudre); color: var(--brun-cacao); border-color: transparent; }
.pastille--sauge { background-color: var(--sauge); color: var(--brun-cacao); border-color: transparent; }
.pastille--beige { background-color: var(--beige-sable); color: var(--terracotta-profond); border-color: transparent; }

/* -----------------------------------------------------------------------------
   Boutons
   -------------------------------------------------------------------------- */

.bouton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--pas-1);
  min-height: 44px;
  padding: 0.7rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--courant);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.bouton--principal {
  background-color: var(--terracotta-profond);
  color: var(--blanc);
}

.bouton--principal:hover {
  background-color: var(--terracotta-sombre);
  color: var(--blanc);
}

.bouton--secondaire {
  background-color: transparent;
  color: var(--brun-cacao);
  border-color: var(--brun-cacao);
}

.bouton--secondaire:hover {
  background-color: var(--brun-cacao);
  color: var(--ivoire);
}

.bouton--compact {
  min-height: 44px;
  padding: 0.55rem 1.2rem;
  font-size: 0.95rem;
}

.bouton--pleine-largeur {
  width: 100%;
}

/* Bouton en attente du lien Stripe : volontairement non cliquable */
.bouton--inactif {
  background-color: var(--beige-sable);
  color: var(--texte-doux);
  border-color: var(--filet);
  cursor: not-allowed;
}

/* -----------------------------------------------------------------------------
   En-tête
   -------------------------------------------------------------------------- */

.entete {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: var(--voile-entete);
  backdrop-filter: blur(8px);
  box-shadow: var(--ombre-entete);
}

.entete__barre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--pas-3);
  min-height: var(--hauteur-entete);
}

.logo {
  display: flex;
  align-items: center;
  gap: var(--pas-2);
  min-height: 44px;
  color: var(--brun-cacao);
  text-decoration: none;
  flex: none;
}

.logo__symbole {
  width: 2.1rem;
  height: 2.1rem;
  color: var(--terracotta);
  stroke-width: 1.4;
}

.logo__texte {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.logo__nom {
  font-family: var(--titres);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}

.logo__signature {
  font-size: 0.72rem;
  line-height: 1.2;
  color: var(--texte-doux);
  letter-spacing: 0.01em;
}

.entete__actions {
  display: flex;
  align-items: center;
  gap: var(--pas-2);
}

.nav__liste {
  display: flex;
  align-items: center;
  gap: var(--pas-3);
}

.nav__lien {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--brun-cacao);
  text-decoration: none;
  font-size: 0.97rem;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.nav__lien:hover {
  color: var(--terracotta-profond);
  border-bottom-color: var(--terracotta);
}

.nav__bascule {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: 1px solid var(--filet);
  border-radius: var(--arrondi-petit);
  color: var(--brun-cacao);
  cursor: pointer;
}

/* -----------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.section {
  padding-block: clamp(3rem, 8vw, var(--pas-6));
  scroll-margin-top: calc(var(--hauteur-entete) + 1rem);
}

.section--beige {
  background-color: var(--beige-sable);
}

.section--cacao {
  background-color: var(--brun-cacao);
  color: var(--ivoire);
}

.section__grille {
  display: grid;
  gap: clamp(1.75rem, 4vw, var(--pas-5));
}

.section__entete {
  display: grid;
  gap: var(--pas-2);
  justify-items: start;
}

.section__intro {
  color: var(--texte-doux);
  font-size: 1.05rem;
  max-width: 55ch;
}

.section--cacao .section__intro {
  color: var(--beige-sable);
}

.ornement {
  display: flex;
  align-items: center;
  gap: var(--pas-2);
  color: var(--terracotta);
  width: 100%;
  max-width: 12rem;
}

.ornement::before,
.ornement::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--filet);
}

.ornement .icone {
  width: 1rem;
  height: 1rem;
}

/* -----------------------------------------------------------------------------
   Accueil (haut de page)
   -------------------------------------------------------------------------- */

.accueil {
  padding-block: clamp(2.5rem, 7vw, 5rem);
}

.accueil__grille {
  display: grid;
  gap: clamp(1.75rem, 5vw, var(--pas-5));
  align-items: center;
}

.accueil__texte {
  display: grid;
  gap: var(--pas-3);
  justify-items: start;
  min-width: 0;
}

.accueil__surtitre {
  display: inline-flex;
  align-items: center;
  gap: var(--pas-1);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background-color: var(--rose-poudre);
  color: var(--brun-cacao);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.accueil__soustitre {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  color: var(--texte-doux);
  max-width: 42ch;
}

.accueil__faits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  color: var(--texte-doux);
  font-size: 0.94rem;
}

.accueil__faits li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.accueil__faits .icone {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--terracotta-profond);
}

.accueil__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--pas-2);
}

.accueil__mention {
  display: flex;
  align-items: center;
  gap: var(--pas-1);
  font-size: 0.92rem;
  color: var(--texte-doux);
  font-weight: 600;
}

.accueil__places {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--terracotta);
  border-radius: 999px;
  background: rgba(217, 162, 155, 0.14);
  color: var(--terracotta-profond);
  font-size: 0.88rem;
  font-weight: 800;
}

.accueil__places .icone {
  width: 1.05rem;
  height: 1.05rem;
}

.accueil__mention .icone,
.billets__securite .icone {
  width: 1.15rem;
  height: 1.15rem;
  color: var(--terracotta-profond);
}

.accueil__media {
  min-width: 0;
  width: min(100%, 26rem);
  justify-self: center;
  order: -1;   /* en mobile, l'image passe au-dessus du texte */
}

/* -----------------------------------------------------------------------------
   Images et rectangles d'attente
   -------------------------------------------------------------------------- */

.media {
  overflow: hidden;
  border-radius: var(--arrondi);
  background-color: var(--beige-sable);
}

.media img {
  width: 100%;
  height: auto;
}

.media__attente {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--pas-4) var(--pas-3);
  background-color: var(--beige-sable);
  border: 1px dashed var(--terracotta);
  border-radius: var(--arrondi);
  color: var(--terracotta-profond);
  font-size: 0.9rem;
  font-style: italic;
  text-align: center;
  overflow-wrap: anywhere;
}

.media--portrait .media__attente { aspect-ratio: 5 / 6; }
.media--carre .media__attente { aspect-ratio: 1 / 1; }

/* -----------------------------------------------------------------------------
   Grilles de cartes
   -------------------------------------------------------------------------- */

.grille {
  display: grid;
  gap: var(--pas-3);
}

.grille--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.grille--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); }
.grille--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr)); }

.carte {
  display: grid;
  gap: var(--pas-2);
  justify-items: start;
  align-content: start;
  min-width: 0;
  padding: var(--pas-4) var(--pas-3);
  background-color: var(--blanc);
  border: 1px solid var(--filet-clair);
  border-radius: var(--arrondi);
  box-shadow: var(--ombre-carte);
}

.section--beige .carte {
  background-color: var(--ivoire);
}

.carte__texte {
  color: var(--texte-doux);
}

.section--piliers {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(217, 162, 155, 0.13), transparent 27rem),
    radial-gradient(circle at 92% 85%, rgba(185, 190, 166, 0.16), transparent 24rem),
    var(--ivoire);
}

.carte--visuelle {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  box-shadow: 0 18px 45px rgba(74, 47, 43, 0.11);
}

.carte__media {
  aspect-ratio: 4 / 4.25;
  border-radius: 0;
}

.carte__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.carte--visuelle:hover .carte__media img {
  transform: scale(1.025);
}

.carte__contenu {
  position: relative;
  display: grid;
  gap: var(--pas-2);
  justify-items: start;
  min-height: 16rem;
  padding: var(--pas-4) var(--pas-3);
}

.carte__contenu::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--terracotta);
}

.carte--corps .carte__contenu::before { background: var(--sauge); }
.carte--image .carte__contenu::before { background: #c3a35d; }

.carte__etiquette {
  color: var(--terracotta-profond);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.carte--corps .carte__etiquette { color: #59604a; }
.carte--image .carte__etiquette { color: #796227; }

.manifeste {
  position: relative;
  overflow: hidden;
}

.manifeste::after {
  content: "";
  position: absolute;
  width: 25rem;
  height: 25rem;
  right: -9rem;
  bottom: -16rem;
  border: 1px solid rgba(232, 192, 186, 0.22);
  border-radius: 50%;
}

.manifeste__contenu {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1.2rem, 4vw, 2.5rem);
  align-items: start;
  max-width: 58rem;
}

.manifeste__coeur .icone {
  width: clamp(2rem, 5vw, 3.3rem);
  height: clamp(2rem, 5vw, 3.3rem);
  color: var(--rose-clair);
}

.manifeste__contenu p {
  color: var(--ivoire);
  font-family: var(--titres);
  font-size: clamp(1.8rem, 4.3vw, 3.25rem);
  line-height: 1.15;
  text-wrap: balance;
}

/* -----------------------------------------------------------------------------
   Narration de l’événement
   -------------------------------------------------------------------------- */

.section__kicker {
  margin-bottom: var(--pas-1);
  color: var(--terracotta-profond);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.invitation {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.invitation__entete {
  text-align: left;
  align-items: flex-start;
}

.invitation__entete .ornement { margin-inline: 0; }

.invitation__liste {
  display: grid;
  gap: var(--pas-2);
}

.invitation__liste li,
.experience__liste li {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid var(--filet-clair);
  border-radius: calc(var(--arrondi) * 0.7);
  background: rgba(255, 255, 255, 0.62);
  color: var(--brun-cacao);
}

.invitation__liste li::before,
.experience__liste li::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  top: 0.95rem;
  color: var(--terracotta-profond);
  font-weight: 800;
}

.invitation__conclusion {
  grid-column: 1 / -1;
  margin-top: calc(var(--pas-2) * -1);
  padding: var(--pas-3);
  border-left: 3px solid var(--terracotta);
  background: var(--ivoire);
  font-family: var(--titres);
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.35;
}

.parcours {
  position: relative;
  display: grid;
  max-width: 54rem;
  margin-inline: auto;
}

.parcours::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 1.55rem;
  width: 1px;
  background: var(--terracotta);
}

.parcours__etape {
  position: relative;
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr);
  gap: var(--pas-3);
  padding: var(--pas-3) 0;
}

.parcours__repere {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border: 1px solid var(--terracotta);
  border-radius: 50%;
  background: var(--ivoire);
  color: var(--terracotta-profond);
}

.parcours__repere .icone { width: 1.35rem; height: 1.35rem; }

.parcours__texte {
  padding: 0.2rem 0 var(--pas-3);
  border-bottom: 1px solid var(--filet-clair);
}

.parcours__etiquette {
  margin-bottom: 0.3rem;
  color: var(--terracotta-profond);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.parcours__description {
  max-width: 62ch;
  margin-top: 0.45rem;
  color: var(--texte-doux);
}

.parcours__etape--pause {
  margin-block: var(--pas-1);
}

.parcours__etape--pause .parcours__repere {
  background: var(--rose-poudre);
}

.parcours__etape--pause .parcours__texte {
  padding: var(--pas-2) var(--pas-3);
  border: 0;
  border-radius: calc(var(--arrondi) * 0.7);
  background: rgba(255, 255, 255, 0.58);
}

.parcours__etape--coeur .parcours__repere {
  border-color: var(--terracotta);
  background: #f4ded9;
}

.parcours__etape--corps .parcours__repere {
  border-color: #788064;
  background: #e2e5d7;
  color: #59604a;
}

.parcours__etape--corps .parcours__etiquette { color: #59604a; }

.parcours__etape--image .parcours__repere {
  border-color: #ae904d;
  background: #f2e8c9;
  color: #796227;
}

.parcours__etape--image .parcours__etiquette { color: #796227; }

.programme__cadre {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--pas-2);
  max-width: 54rem;
  margin: var(--pas-3) auto 0;
  padding: var(--pas-3);
  border: 1px solid var(--filet-clair);
  border-radius: var(--arrondi);
  background: var(--ivoire);
}

.programme__cadre > .icone {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.2rem;
  color: var(--terracotta-profond);
}

.programme__cadre h3 {
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
}

.programme__cadre p {
  color: var(--texte-doux);
  font-size: 0.95rem;
}

.experience {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.experience__contenu { display: grid; gap: var(--pas-2); }
.experience__liste { display: grid; gap: var(--pas-2); margin-top: var(--pas-1); }

.experience__places {
  display: grid;
  gap: var(--pas-2);
  padding: clamp(1.75rem, 5vw, 3rem);
  border-radius: var(--arrondi);
  background: var(--brun-cacao);
  color: var(--ivoire);
  box-shadow: var(--ombre-carte);
}

.experience__places > .icone { width: 2rem; height: 2rem; color: var(--rose-poudre); }

.experience__nombre {
  color: var(--rose-poudre);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience__places h3 { color: var(--ivoire); font-size: clamp(1.6rem, 3vw, 2.2rem); }
.experience__places > p:last-of-type { color: #f0e7e1; }

.lien-action {
  width: fit-content;
  color: var(--rose-poudre);
  font-weight: 800;
  text-underline-offset: 0.3rem;
}

/* -----------------------------------------------------------------------------
   Informations pratiques
   -------------------------------------------------------------------------- */

.info {
  display: grid;
  gap: var(--pas-1);
  justify-items: start;
  align-content: start;
  min-width: 0;
  padding: var(--pas-3);
  background-color: var(--ivoire);
  border: 1px solid var(--filet-clair);
  border-radius: var(--arrondi);
}

.info__libelle {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--texte-doux);
}

.info__valeur {
  font-family: var(--titres);
  font-size: 1.45rem;
  line-height: 1.2;
}

.info__detail {
  font-size: 0.95rem;
  color: var(--texte-doux);
}

/* -----------------------------------------------------------------------------
   À propos
   -------------------------------------------------------------------------- */

.personne {
  display: grid;
  gap: var(--pas-3);
  align-content: start;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background-color: var(--blanc);
  border: 1px solid var(--filet-clair);
  border-radius: var(--arrondi);
  box-shadow: var(--ombre-carte);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.personne:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(74, 47, 43, 0.10);
}

.personne__media {
  width: 100%;
  height: clamp(15rem, 31vw, 21rem);
  border-radius: 0;
}

.personne__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.personne__texte {
  display: grid;
  gap: var(--pas-1);
  justify-items: start;
  padding: 0 var(--pas-3) var(--pas-4);
}

.personne__role {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--terracotta-profond);
}

.personne__resume,
.personne__bio {
  color: var(--texte-doux);
}

.personne__details {
  width: 100%;
  padding-top: var(--pas-1);
  border-top: 1px solid var(--filet-clair);
}

.personne__details-titre {
  color: var(--terracotta-profond);
  font-weight: 700;
  cursor: pointer;
  list-style-position: inside;
}

.personne__details[open] .personne__details-titre {
  margin-bottom: var(--pas-2);
}

/* -----------------------------------------------------------------------------
   Billets
   -------------------------------------------------------------------------- */

.billets__grille {
  display: grid;
  gap: var(--pas-3);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  align-items: stretch;
}

.organisation {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) auto;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.organisation__entete {
  position: sticky;
  top: calc(var(--hauteur-entete) + 2rem);
}

.organisation__texte {
  max-width: 48rem;
  font-size: 1.08rem;
  line-height: 1.8;
}

.organisation__texte p + p {
  margin-top: 1.25rem;
}

.organisation__valeurs {
  display: grid;
  gap: var(--pas-2);
  padding-left: var(--pas-3);
  border-left: 1px solid var(--terracotta);
}

.organisation__valeurs p {
  font-family: var(--titres);
  font-size: 1.25rem;
  color: var(--terracotta-profond);
}

.contact__contenu {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--pas-4);
}

.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--pas-2);
  flex: 0 0 auto;
}

.billet {
  display: grid;
  gap: var(--pas-3);
  align-content: start;
  min-width: 0;
  padding: var(--pas-4) var(--pas-3);
  background-color: var(--ivoire);
  border: 1px solid var(--filet);
  border-radius: var(--arrondi);
}

.billet--vedette {
  background-color: var(--brun-cacao);
  color: var(--ivoire);
  border-color: var(--brun-cacao);
  box-shadow: var(--ombre-carte);
}

.billet__etiquette {
  justify-self: start;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background-color: var(--rose-poudre);
  color: var(--brun-cacao);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.billet__entete {
  display: grid;
  gap: var(--pas-1);
}

.billet__prix {
  font-family: var(--titres);
  font-size: clamp(2.4rem, 5vw, 3rem);
  line-height: 1;
}

.billet__description {
  color: var(--texte-doux);
}

.billet--vedette .billet__description {
  color: var(--beige-sable);
}

.billet__inclus {
  display: grid;
  gap: var(--pas-2);
}

.billet__inclus li {
  display: flex;
  align-items: flex-start;
  gap: var(--pas-2);
}

.billet__inclus .icone {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.28rem;
  color: var(--terracotta-profond);
}

.billet--vedette .billet__inclus .icone {
  color: var(--rose-poudre);
}

.billet--vedette .bouton--principal {
  background-color: var(--rose-poudre);
  color: var(--brun-cacao);
}

.billet--vedette .bouton--principal:hover {
  background-color: var(--beige-sable);
  color: var(--brun-cacao);
}

.billet__note {
  font-size: 0.88rem;
  color: var(--texte-doux);
}

.billet--vedette .billet__note {
  color: var(--beige-sable);
}

/* Sur le fond brun cacao, les mentions entre crochets et le bouton en attente
   passent sur des teintes éclaircies pour rester lisibles. */
.billet--vedette .placeholder,
.section--cacao .placeholder,
.pied .placeholder {
  color: var(--rose-clair);
}

.billet--vedette .bouton--inactif {
  background-color: transparent;
  color: var(--beige-sable);
  border-color: var(--rose-clair);
}

.billets__notes {
  display: grid;
  gap: var(--pas-1);
  justify-items: center;
  text-align: center;
  color: var(--texte-doux);
  font-size: 0.95rem;
}

.billets__reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--pas-2);
  padding: var(--pas-3);
  background: var(--beige-sable);
  border: 1px solid var(--filet-clair);
  border-radius: var(--arrondi);
}

.billets__reassurance p {
  display: flex;
  align-items: center;
  gap: var(--pas-2);
  color: var(--brun-cacao);
  font-size: 0.94rem;
  font-weight: 600;
}

.billets__reassurance .icone {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--terracotta-profond);
}

.billets__disponibilite {
  margin: 0;
  font-weight: 700;
  color: var(--brun-cacao);
}

.billets__securite {
  display: inline-flex;
  align-items: center;
  gap: var(--pas-1);
  font-weight: 700;
  color: var(--brun-cacao);
}

/* -----------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.faq__liste {
  display: grid;
  gap: var(--pas-2);
  max-width: 48rem;
}

.faq__item {
  background-color: var(--ivoire);
  border: 1px solid var(--filet-clair);
  border-radius: var(--arrondi);
  padding: 0 var(--pas-3);
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--pas-2);
  min-height: 56px;
  padding-block: var(--pas-2);
  font-family: var(--titres);
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__chevron {
  transition: transform 180ms ease;
  color: var(--terracotta-profond);
}

.faq__item[open] .faq__chevron {
  transform: rotate(180deg);
}

.faq__reponse {
  padding-bottom: var(--pas-3);
  color: var(--texte-doux);
  max-width: 62ch;
}

/* -----------------------------------------------------------------------------
   Pied de page
   -------------------------------------------------------------------------- */

.pied {
  background-color: var(--brun-cacao);
  color: var(--ivoire);
  padding-block: var(--pas-5) var(--pas-4);
}

.pied a {
  color: var(--beige-sable);
}

.pied a:hover {
  color: var(--blanc);
}

.pied__grille {
  display: grid;
  gap: var(--pas-4);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}

.pied .logo,
.pied .logo__nom {
  color: var(--ivoire);
}

.pied .logo__signature {
  color: var(--beige-sable);
}

.pied .logo__symbole {
  color: var(--rose-poudre);
}

.pied__colonne {
  display: grid;
  gap: var(--pas-2);
  align-content: start;
  justify-items: start;
  min-width: 0;
}

.pied__titre {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--beige-sable);
}

.pied__liste {
  display: grid;
  gap: var(--pas-1);
  justify-items: start;
}

.pied__liste a,
.pied__colonne a {
  display: inline-flex;
  align-items: center;
  gap: var(--pas-1);
  min-height: 44px;
}

.pied__contact {
  display: flex;
  align-items: center;
  gap: var(--pas-1);
  min-width: 0;
}

.pied__contact .icone,
.pied__colonne a .icone {
  width: 1.2rem;
  height: 1.2rem;
  color: var(--rose-poudre);
}

.pied__bas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--pas-2);
  justify-content: space-between;
  align-items: center;
  margin-top: var(--pas-4);
  padding-top: var(--pas-3);
  border-top: 1px solid var(--filet);
  font-size: 0.88rem;
  color: var(--beige-sable);
}

/* Accès rapide à la billetterie sur petit écran */
.reservation-mobile {
  display: none;
}

/* -----------------------------------------------------------------------------
   Pages secondaires : merci et pages légales
   -------------------------------------------------------------------------- */

.page-simple {
  padding-block: clamp(2.5rem, 7vw, 4.5rem);
}

.page-simple__grille {
  display: grid;
  gap: var(--pas-4);
  max-width: 48rem;
}

.confirmation {
  display: grid;
  gap: var(--pas-3);
  justify-items: start;
  padding: clamp(1.75rem, 5vw, var(--pas-5));
  background-color: var(--blanc);
  border: 1px solid var(--filet-clair);
  border-radius: var(--arrondi);
  box-shadow: var(--ombre-carte);
}

.rappel {
  display: grid;
  gap: var(--pas-2);
  width: 100%;
  padding: var(--pas-3);
  background-color: var(--beige-sable);
  border-radius: var(--arrondi);
}

.sur-titre {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--texte-doux);
}

.confirmation h1,
.legal h1 {
  font-size: clamp(2rem, 5vw, 2.9rem);
}

.rappel__liste {
  display: grid;
  gap: var(--pas-1);
}

.rappel__liste li {
  display: flex;
  align-items: flex-start;
  gap: var(--pas-2);
}

.rappel__liste .icone {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.24rem;
  color: var(--terracotta-profond);
}

.legal {
  display: grid;
  gap: var(--pas-4);
  max-width: 65ch;
}

.legal h2 {
  font-size: clamp(1.5rem, 3vw, 1.9rem);
}

.legal section {
  display: grid;
  gap: var(--pas-2);
}

.legal p,
.legal li {
  color: var(--texte-doux);
}

.legal ul {
  display: grid;
  gap: var(--pas-1);
  padding-left: var(--pas-3);
  list-style: disc;
}

.legal li::marker {
  color: var(--terracotta);
}

.avis {
  display: grid;
  gap: var(--pas-1);
  padding: var(--pas-3);
  background-color: var(--beige-sable);
  border-radius: var(--arrondi);
  font-size: 0.95rem;
}

/* -----------------------------------------------------------------------------
   Message affiché si JavaScript est désactivé
   -------------------------------------------------------------------------- */

.sans-js {
  display: block;
  padding: var(--pas-3) var(--marge-laterale);
  background-color: var(--rose-poudre);
  color: var(--brun-cacao);
  text-align: center;
  font-weight: 600;
}

/* -----------------------------------------------------------------------------
   Apparition discrète au défilement (la seule animation du site)
   -------------------------------------------------------------------------- */

.apparition {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.apparition--visible {
  opacity: 1;
  transform: none;
}

/* -----------------------------------------------------------------------------
   Grands écrans
   -------------------------------------------------------------------------- */

@media (min-width: 62rem) {
  .accueil__grille {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .accueil__media {
    order: 0;   /* en grand écran, l'image revient à droite du texte */
    width: 100%;
    justify-self: stretch;
  }

  .personne {
    grid-template-columns: minmax(10.5rem, 0.8fr) minmax(0, 1.2fr);
    align-items: stretch;
  }

  .personne__media {
    height: 100%;
    min-height: 22rem;
  }

  .personne__texte {
    padding: var(--pas-4) var(--pas-3) var(--pas-4) 0;
  }

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

/* -----------------------------------------------------------------------------
   Écrans étroits : l'en-tête se réduit, le bouton Réserver reste visible
   -------------------------------------------------------------------------- */

@media (max-width: 61.99rem) {
  .invitation,
  .experience {
    grid-template-columns: 1fr;
  }

  .invitation__conclusion { margin-top: 0; }

  .organisation {
    grid-template-columns: 1fr;
    gap: var(--pas-3);
  }

  .organisation__entete {
    position: static;
  }

  .organisation__valeurs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 0;
    padding-top: var(--pas-3);
    border-left: 0;
    border-top: 1px solid var(--terracotta);
  }

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

  .contact__contenu {
    display: grid;
    align-items: start;
  }

  .accueil__media {
    order: 0;
  }

  .accueil__texte {
    order: -1;
  }

  .nav__bascule {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: var(--ivoire);
    box-shadow: var(--ombre-entete);
    display: none;
  }

  .nav[data-ouverte="oui"] {
    display: block;
  }

  .nav__liste {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: var(--pas-2) var(--marge-laterale) var(--pas-3);
  }

  .nav__lien {
    min-height: 48px;
    border-bottom: 1px solid var(--filet-clair);
  }

  .nav__lien:hover {
    border-bottom-color: var(--filet-clair);
  }
}

@media (max-width: 48rem) {
  body {
    padding-bottom: 5.25rem;
  }

  .reservation-mobile {
    position: fixed;
    z-index: 45;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--pas-2);
    padding: 0.7rem 0.75rem 0.7rem 1rem;
    border: 1px solid rgba(74, 47, 43, 0.12);
    border-radius: 999px;
    background: rgba(248, 243, 238, 0.96);
    box-shadow: 0 12px 36px rgba(74, 47, 43, 0.18);
    backdrop-filter: blur(14px);
  }

  .reservation-mobile p {
    display: grid;
    line-height: 1.15;
    font-size: 0.78rem;
  }

  .reservation-mobile p span {
    margin-top: 0.2rem;
    color: var(--texte-doux);
    font-weight: 700;
  }

  .reservation-mobile .bouton {
    min-height: 44px;
    padding-inline: 1.15rem;
  }
}

@media (max-width: 30rem) {
  .parcours__etape { gap: var(--pas-2); }

  .logo__signature {
    display: none;
  }

  .logo__nom {
    font-size: 1.3rem;
  }

  .accueil__actions .bouton {
    width: 100%;
  }

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

  .contact__actions,
  .contact__actions .bouton {
    width: 100%;
  }

}

/* -----------------------------------------------------------------------------
   Respect du réglage « réduire les animations » du système
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .apparition {
    opacity: 1;
    transform: none;
  }
}

/* -----------------------------------------------------------------------------
   Modal de réservation
   -------------------------------------------------------------------------- */

.checkout-modal {
  padding: 0;
  border: none;
  border-radius: var(--arrondi);
  background: var(--ivoire);
  box-shadow: var(--ombre-carte);
  width: 90%;
  max-width: 480px;
}
.checkout-modal::backdrop {
  background: rgba(74, 47, 43, 0.4);
  backdrop-filter: blur(2px);
}
.checkout-modal__contenu {
  position: relative;
  padding: var(--pas-4) var(--pas-4);
}
.checkout-modal__fermer {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--texte-doux);
}
.checkout-modal__fermer:hover {
  color: var(--terracotta-profond);
}
.checkout-modal__entete {
  margin-bottom: var(--pas-3);
  padding-bottom: var(--pas-2);
  border-bottom: 1px solid var(--filet-clair);
}
.checkout-modal__entete h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.checkout-modal__prix {
  font-family: var(--titres);
  font-size: 1.5rem;
  color: var(--terracotta-profond);
}
.checkout-modal__form {
  display: grid;
  gap: 0;
}
.checkout-modal__form .champ {
  display: grid;
  gap: 0.5rem;
  margin-bottom: var(--pas-3);
}
.checkout-modal__form .champ label {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--brun-cacao);
}
.checkout-modal__form .champ input[type="text"],
.checkout-modal__form .champ input[type="email"] {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--filet);
  border-radius: var(--arrondi-petit);
  font-family: inherit;
  font-size: 1rem;
}
.checkout-modal__form .champ input:focus {
  outline: none;
  border-color: var(--terracotta-profond);
  box-shadow: 0 0 0 3px rgba(201, 126, 114, 0.2);
}
.checkout-modal__form .champ-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.checkout-modal__form .champ-checkbox label {
  font-size: 0.95rem;
  color: var(--texte-doux);
  line-height: 1.4;
}
.checkout-modal__form .champ-checkbox input[type="checkbox"] {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--terracotta-profond);
}
.checkout-modal__form .mt-4 { margin-top: var(--pas-3); }
.checkout-modal__form .mt-2 { margin-top: var(--pas-1); }

.checkout-server-msg {
  display: block;
  background-color: var(--beige-sable);
  color: var(--terracotta-profond);
  padding: var(--pas-2);
  border-radius: var(--arrondi-petit);
  font-weight: 600;
  margin-top: var(--pas-3);
  text-align: center;
}

/* -----------------------------------------------------------------------------
   Impression
   -------------------------------------------------------------------------- */

@media print {
  .entete,
  .nav__bascule,
  .saut-contenu {
    display: none;
  }

  body {
    background-color: var(--blanc);
  }
}
