/* ========================================================================
   IS PHOTO — Page PARCOURS
   Direction artistique : grande maison culturelle internationale
   Apple · LVMH · galerie internationale · institution culturelle
   ------------------------------------------------------------------------
   Hero monumental · 5 actes chronologiques · timeline magistrale
   Distinctions · presse · vision · CTA double
   ======================================================================== */

/* Reset léger : la page entière est sur fond noir profond, sans rupture */
.page-parcours {
  background: #050505;
  color: var(--blanc);
}

/* Eyebrow signature de la page — utilisé partout */
.parcours-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--rouge);
  margin-bottom: 1.2rem;
}

.parcours-eyebrow.centered {
  display: block;
  text-align: center;
}

/* =====================================================
   HERO PARCOURS — image monumentale + titre cinématographique
   ===================================================== */

.parcours-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  background: #000;
  /* Compensation de la nav fixed (102 px / 92 px selon scroll) */
  padding-top: 0;
}

.parcours-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.parcours-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.55) contrast(1.08) grayscale(20%);
  transform: scale(1.04);
  will-change: transform;
}

.parcours-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 35%, rgba(0,0,0,0.85) 100%),
    radial-gradient(ellipse 70% 50% at 30% 60%, rgba(180,18,18,0.18) 0%, transparent 60%);
  pointer-events: none;
}

.parcours-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6vh;
  pointer-events: none;
}

.parcours-hero-content > .container {
  pointer-events: auto;
}

.parcours-h1 {
  font-family: 'Italiana', 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-weight: 400;
  font-size: clamp(3.6rem, 8.4vw, 8.4rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--blanc);
  margin: 0 0 1.8rem;
  text-shadow: 0 2px 30px rgba(0,0,0,0.6);
}

.parcours-h1-main,
.parcours-h1-em {
  display: block;
  opacity: 0;
}

.parcours-h1-em {
  color: var(--rouge);
  font-style: italic;
  font-family: 'Cormorant Garamond', 'Italiana', Georgia, serif;
  font-weight: 400;
}

.parcours-hero-lead {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  max-width: 60ch;
  margin: 0 0 2.4rem;
  text-shadow: 0 1px 14px rgba(0,0,0,0.6);
  opacity: 0;
}

.parcours-hero-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.7rem;
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  opacity: 0;
}

.parcours-hero-credit .dot {
  color: var(--rouge);
  opacity: 0.8;
}

@media (max-width: 700px) {
  .parcours-hero { height: 86vh; min-height: 580px; }
  .parcours-hero-content { padding-bottom: 4vh; }
  .parcours-h1 { font-size: clamp(2.6rem, 11vw, 4.4rem); }
}

/* =====================================================
   PROLOGUE — manifeste éditorial avec dropcap
   ===================================================== */

.parcours-prologue {
  padding: 10rem 0 8rem;
  background-color: #050505;
  /* === Sticky image cinematographique ===
     La photo Chirac / UNESCO reste fixe en arriere-plan,
     le manifeste defile par-dessus avec voile atmospherique. */
  background-image:
    linear-gradient(180deg,
      rgba(5,5,5,0.94) 0%,
      rgba(5,5,5,0.86) 22%,
      rgba(5,5,5,0.82) 50%,
      rgba(5,5,5,0.88) 78%,
      rgba(5,5,5,0.96) 100%),
    url('../PHOTO_ASSETS_HOSTINGER/parcours/header/01-isabelle-schmitt-jacques-chirac-unesco.jpg');
  background-size: cover, cover;
  background-position: center, center 28%;
  background-attachment: scroll, fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

/* Manifeste — largeur etendue (catalogue grand format) */
.parcours-prologue > .container-narrow {
  max-width: 1280px;
  position: relative;
  z-index: 2;
}

.parcours-prologue::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, transparent, var(--rouge));
  transform: translateX(-50%);
  z-index: 3;
}

/* Mobile : background-attachment:fixed mal supporte sur iOS Safari +
   risque de saccades — on bascule en scroll classique avec image
   legerement plus voilee pour conserver la lisibilite */
@media (max-width: 900px) {
  .parcours-prologue {
    background-image:
      linear-gradient(180deg,
        rgba(5,5,5,0.95) 0%,
        rgba(5,5,5,0.88) 30%,
        rgba(5,5,5,0.90) 70%,
        rgba(5,5,5,0.96) 100%),
      url('../PHOTO_ASSETS_HOSTINGER/parcours/header/01-isabelle-schmitt-jacques-chirac-unesco.jpg');
    background-attachment: scroll, scroll;
    background-position: center, center 40%;
  }
}

.parcours-prologue-text,
.parcours-prologue .parcours-prologue-text {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
  line-height: 1.62;
  color: rgba(255,255,255,0.82);
  margin: 0 0 0.95rem;
  text-align: justify !important;
  text-justify: inter-word;
  -moz-text-align-last: left;
  text-align-last: left;
  hyphens: none;
  max-width: none;
}

/* Mobile : retour a un alignement gauche pour eviter les espacements
   trop larges sur petite largeur de colonne */
@media (max-width: 768px) {
  .parcours-prologue-text,
  .parcours-prologue .parcours-prologue-text { text-align: left !important; }
}

.parcours-prologue-text em {
  color: var(--rouge);
  font-style: italic;
  font-weight: 400;
}

.dropcap {
  font-family: 'Italiana', 'Didot', serif;
  font-size: 4em;
  float: left;
  line-height: 0.88;
  margin: 0.05em 0.12em 0 -0.05em;
  color: var(--rouge);
  font-weight: 400;
}

.parcours-prologue-signature {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.55;
  color: var(--blanc);
  text-align: center;
  margin: 3.2rem 0 1rem;
  max-width: none;
  letter-spacing: 0.01em;
}

.parcours-prologue-author {
  display: block;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rouge);
  margin-top: 1.4rem;
}

/* =====================================================
   ACTES — 5 actes chronologiques cinéma
   ===================================================== */

.parcours-acte {
  position: relative;
  padding: 8rem 0 8rem;
  background: #050505;
  border-top: 0.5px solid rgba(255,255,255,0.04);
}

.parcours-acte:nth-child(odd) {
  background: #060606;
}

/* Acte marker — chiffre romain monumental + période */
.acte-marker {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}

.acte-roman {
  display: block;
  font-family: 'Italiana', 'Didot', Georgia, serif;
  font-weight: 400;
  font-size: clamp(5rem, 12vw, 11rem);
  line-height: 1;
  color: rgba(180,18,18,0.18);
  letter-spacing: 0.05em;
  margin-bottom: -0.1em;
  user-select: none;
}

.acte-period {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 0.5rem;
}

/* Grille 2 colonnes : image + texte */
.acte-grid {
  display: grid;
  grid-template-columns: minmax(380px, 1fr) 1fr;
  gap: 4.5rem;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.acte-grid--reverse {
  grid-template-columns: 1fr minmax(380px, 1fr);
}

.acte-grid--reverse .acte-image {
  order: 2;
}
.acte-grid--reverse .acte-text {
  order: 1;
}

/* =====================================================
   ACTE II — diaporama horizontal · transition rideau cinématographique
   (réutilise le système signature curtain-v3.js, variante theatre)
   ===================================================== */
.parcours-acte--II .acte-grid {
  align-items: start;
}

.acte-grid--reverse .acte-slider-col {
  order: 2;
}

.acte-slider-col {
  min-width: 0;
  /* calage éditorial : le diaporama démarre au niveau du lead "Une décennie où…" */
  margin-top: clamp(2rem, 7vw, 7.5rem);
}

/* Cadre portrait magazine — esprit portfolio luxe / presse haut de gamme */
.acte-curtain-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: #0A0A0A;
  border: 0.5px solid rgba(255,255,255,0.06);
}

.acte-curtain-frame .curtain-stage {
  position: absolute;
  inset: 0;
}

/* Désaturation cinéma cohérente avec les images d'acte */
.acte-curtain-frame .curtain-img {
  filter: brightness(0.8) contrast(1.06) grayscale(12%);
}

/* Image d'acte — cadrage premium, légère désaturation cinéma */
.acte-image {
  position: relative;
  overflow: hidden;
  background: #0A0A0A;
}

.acte-image--portrait { aspect-ratio: 3/4; }
.acte-image--landscape { aspect-ratio: 4/3; }
.acte-image--video { aspect-ratio: 16/10; background: #000; }

.acte-image img,
.acte-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.94) contrast(1.05) grayscale(15%);
  transition: filter 0.8s var(--ease-out), transform 1.6s var(--ease-out);
}

.acte-image:hover img,
.acte-image:hover video {
  filter: brightness(1.02) contrast(1.08) grayscale(0%);
  transform: scale(1.02);
}

.acte-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,0.85) 100%);
  pointer-events: none;
}

.acte-image-credit {
  position: absolute;
  bottom: 1.2rem;
  left: 1.4rem;
  right: 1.4rem;
  z-index: 2;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 8px rgba(0,0,0,0.7);
  pointer-events: none;
}

/* Texte d'acte — typographie éditoriale */
.acte-text { max-width: 580px; }

.acte-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  line-height: 1.1;
  color: var(--blanc);
  margin: 0 0 1.8rem;
  letter-spacing: -0.005em;
}

.acte-title em {
  color: var(--rouge);
  font-style: italic;
  font-weight: 400;
}

.acte-lead {
  font-family: var(--font-serif);
  font-weight: 300;
  font-style: italic;
  font-size: 1.18rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
  margin: 0 0 1.4rem;
}

.acte-body {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  margin: 0 0 1.2rem;
  max-width: 56ch;
}

.acte-body strong {
  color: var(--blanc);
  font-weight: 400;
}

/* Jalons clés — petite liste éditoriale */
.acte-jalons {
  list-style: none;
  padding: 0;
  margin: 2.4rem 0 0;
  border-top: 0.5px solid rgba(255,255,255,0.1);
}

.acte-jalons li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1.2rem;
  align-items: baseline;
  padding: 0.95rem 0;
  border-bottom: 0.5px solid rgba(255,255,255,0.07);
}

.jalon-year {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  color: var(--rouge);
}

.jalon-fact {
  font-family: var(--font-serif);
  font-size: 0.98rem;
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,0.84);
  line-height: 1.5;
}

.jalon-fact strong {
  color: var(--blanc);
  font-weight: 400;
  font-style: normal;
}

/* =====================================================
   FRISE AUTONOME — Actes II / III / IV / V
   Wrapper aligne sur le max-width du .acte-grid (1280px)
   Deux variantes : --centered (II, IV, V) et --editorial (III)
   ===================================================== */

.acte-jalons-wrap {
  max-width: 1280px;
  margin: 3rem auto 0;
  padding: 0 var(--space-md);
}

.acte-jalons--centered {
  max-width: 720px;
  margin: 0 auto;
}

.acte-jalons--editorial {
  max-width: 720px;
  margin: 0;
}

@media (max-width: 900px) {
  .parcours-acte { padding: 5.5rem 0; }
  .acte-grid,
  .acte-grid--reverse {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .acte-grid--reverse .acte-image { order: 0; }
  .acte-grid--reverse .acte-text { order: 0; }
  .acte-image--portrait { aspect-ratio: 4/5; }

  /* Mobile : harmoniser les frises en bord à bord */
  .acte-jalons-wrap { margin-top: 2.2rem; }
  .acte-jalons--centered,
  .acte-jalons--editorial { max-width: 100%; }
}

/* =====================================================
   TIMELINE MAGISTRALE — chronologie verticale élégante
   ===================================================== */

.parcours-timeline {
  padding: 8rem 0;
  background: linear-gradient(180deg, #050505 0%, #0A0A0A 100%);
  border-top: 0.5px solid rgba(255,255,255,0.06);
}

.timeline-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 5rem;
}

.timeline-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(2.4rem, 4.4vw, 3.6rem);
  line-height: 1.1;
  color: var(--blanc);
  margin: 0.6rem 0 1.4rem;
}

.timeline-title em {
  color: var(--rouge);
  font-style: italic;
}

.timeline-lead {
  color: rgba(255,255,255,0.78);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 60ch;
  margin: 0 auto;
}

/* Liste — filet vertical rouge centré */
.timeline-list {
  list-style: none;
  margin: 0 auto;
  padding: 0 0 0 80px;        /* rééquilibrage subtil de l'axe vers la droite */
  max-width: 760px;
  position: relative;
  box-sizing: content-box;     /* conserve la largeur interne malgré le padding */
}

.timeline-list::before {
  content: '';
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  width: 0.5px;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(204,20,20,0.4) 8%,
    rgba(204,20,20,0.4) 92%,
    transparent 100%);
}

.timeline-event {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 2rem;
  padding: 1.2rem 0 1.2rem 0;
  align-items: baseline;
}

.timeline-event::before {
  content: '';
  position: absolute;
  left: 96px;
  top: 1.45rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rouge);
  border: 2px solid #050505;
  box-shadow: 0 0 0 0.5px rgba(204,20,20,0.5);
  z-index: 1;
}

.timeline-event--major::before {
  width: 12px;
  height: 12px;
  left: 95px;
  top: 1.4rem;
  background: var(--blanc);
  box-shadow:
    0 0 0 2px var(--rouge),
    0 0 18px 4px rgba(204,20,20,0.45);
}

.timeline-year {
  font-family: var(--font-sans);
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: var(--rouge);
  text-align: right;
  padding-right: 1.4rem;
}

.timeline-fact {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
  padding-left: 1.4rem;
}

.timeline-fact strong {
  color: var(--blanc);
  font-weight: 400;
  font-style: normal;
}

.timeline-event--major .timeline-fact {
  font-size: 1.18rem;
  color: var(--blanc);
}

@media (max-width: 700px) {
  .timeline-list { padding-left: 0; }   /* reset du shift desktop, lisibilité mobile */
  .timeline-list::before { left: 60px; }
  .timeline-event { grid-template-columns: 60px 1fr; gap: 1rem; }
  .timeline-event::before { left: 56px; }
  .timeline-event--major::before { left: 55px; }
  .timeline-year { font-size: 0.7rem; padding-right: 0.7rem; }
  .timeline-fact { font-size: 0.95rem; padding-left: 0.7rem; }
}

/* =====================================================
   DISTINCTIONS — mosaïque institutionnelle
   ===================================================== */

.parcours-distinctions {
  padding: 8rem 0;
  background: #050505;
  border-top: 0.5px solid rgba(255,255,255,0.06);
}

.distinctions-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4.5rem;
}

.distinctions-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.15;
  color: var(--blanc);
  margin: 0.6rem 0 0;
}

.distinctions-title em {
  color: var(--rouge);
  font-style: italic;
}

.distinctions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.distinction-card {
  position: relative;
  background: rgba(15,15,15,0.85);
  border: 0.5px solid rgba(255,255,255,0.08);
  padding: 2.2rem 1.8rem 2rem;
  transition: border-color 0.5s var(--ease-out),
              background 0.5s var(--ease-out),
              transform 0.6s var(--ease-out);
}

.distinction-card:hover {
  border-color: rgba(204,20,20,0.4);
  background: rgba(20,12,12,0.92);
  transform: translateY(-3px);
}

.distinction-card--accent {
  border: 0.5px solid rgba(204,20,20,0.4);
  background: rgba(20,8,8,0.7);
}

.distinction-period {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rouge);
  margin-bottom: 0.9rem;
}

.distinction-card h3 {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.18rem;
  line-height: 1.25;
  color: var(--blanc);
  margin: 0 0 0.85rem;
}

.distinction-card p {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

@media (max-width: 1100px) {
  .distinctions-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .distinctions-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   PRESSE — couvertures et publications
   ===================================================== */

.parcours-presse {
  padding: 8rem 0;
  background: #060606;
  border-top: 0.5px solid rgba(255,255,255,0.06);
}

.presse-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}

.presse-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin: 0.6rem 0 1.2rem;
  color: var(--blanc);
}

.presse-title em {
  color: var(--rouge);
  font-style: italic;
}

.presse-lead {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 60ch;
  margin: 0 auto;
}

.presse-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 1180px;
  margin: 0 auto 3rem;
  padding: 0 var(--space-md);
}

.presse-card {
  margin: 0;
  background: #0A0A0A;
  border: 0.5px solid rgba(255,255,255,0.06);
  overflow: hidden;
  transition: border-color 0.5s var(--ease-out), transform 0.6s var(--ease-out);
}

.presse-card:hover {
  border-color: rgba(204,20,20,0.4);
  transform: translateY(-3px);
}

.presse-card img {
  width: 100%;
  aspect-ratio: 2/3;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #0A0A0A;
  display: block;
  filter: contrast(1.04);
  transition: transform 1.4s var(--ease-out);
}

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

.presse-card figcaption {
  padding: 1.2rem 1.4rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.presse-name {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--blanc);
}

.presse-context {
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rouge);
}

.presse-mentions {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--space-md);
}

.presse-mentions p {
  font-family: var(--font-serif);
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.presse-mentions em {
  color: rgba(255,255,255,0.85);
  font-style: italic;
}

@media (max-width: 900px) {
  .presse-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   VISION — manifeste stratégique
   ===================================================== */

.parcours-vision {
  padding: 9rem 0 8rem;
  background:
    radial-gradient(ellipse 60% 40% at 50% 50%, rgba(180,18,18,0.08) 0%, transparent 70%),
    #050505;
  border-top: 0.5px solid rgba(255,255,255,0.06);
  text-align: center;
}

.vision-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(2.4rem, 4.6vw, 3.8rem);
  line-height: 1.15;
  color: var(--blanc);
  margin: 0.8rem 0 2.4rem;
  letter-spacing: -0.005em;
}

.vision-title em {
  color: var(--rouge);
  font-style: italic;
}

.vision-text {
  font-family: var(--font-serif);
  font-size: 1.18rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
  max-width: 58ch;
  margin: 0 auto 1.6rem;
}

.vision-text--quote {
  color: rgba(255,255,255,0.96);
  font-style: italic;
  font-size: 1.28rem;
  line-height: 1.7;
  border-left: 2px solid var(--rouge);
  padding-left: 2rem;
  text-align: left;
  max-width: 52ch;
  margin: 2rem auto 1.2rem;
}

.vision-author {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  margin-top: 0.4rem;
}

/* =====================================================
   CTA DOUBLE — section Travailler avec Isabelle
   Grille 2 colonnes premium, centrée, éditoriale
   ===================================================== */

.parcours-cta {
  padding: 8rem 0 9rem;
  background:
    radial-gradient(ellipse 55% 35% at 50% 60%, rgba(180,18,18,0.06) 0%, transparent 70%),
    #060606;
  border-top: 0.5px solid rgba(255,255,255,0.06);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  max-width: 1080px;
  margin: 0 auto;
  background: rgba(255,255,255,0.05);
  border: 0.5px solid rgba(255,255,255,0.06);
}

.cta-card {
  background: #0A0A0A;
  padding: 4rem 3.6rem 4.4rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cta-card .parcours-eyebrow {
  margin-bottom: 1.4rem;
}

.cta-card h3 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  line-height: 1.2;
  color: var(--blanc);
  letter-spacing: -0.01em;
  margin: 0 0 1.6rem;
}

.cta-card h3 em {
  color: var(--rouge);
  font-style: italic;
}

.cta-card p {
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.62);
  margin: 0;
  flex: 1;
}

.cta-actions {
  display: flex;
  gap: 0.9rem;
  margin-top: 2.6rem;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 760px) {
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }
  .cta-card {
    padding: 3rem 1.8rem 3.4rem;
  }
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-actions .btn {
    text-align: center;
  }
}

/* =====================================================
   ACTE II — Layout 2×2 immersif
   Texte | Grand diaporama (hauteur du texte)
   Diaporama sport | Jalons
   ===================================================== */

.acte-ii-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4.5rem;
  row-gap: 3rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-md);
  align-items: stretch;
}

/* Grand diaporama : occupe toute la hauteur de la colonne texte */
.acte-ii-layout .acte-slider-col {
  display: flex;
  flex-direction: column;
}
.acte-ii-layout .acte-slider-col .acte-curtain-frame {
  aspect-ratio: unset;
  flex: 1;
  min-height: 360px;
}

/* Sport + jalons : alignés en haut, pas étirés */
.acte-ii-layout .acte-ii-sport,
.acte-ii-layout .acte-jalons {
  align-self: start;
}

@media (max-width: 900px) {
  .acte-ii-layout {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
  .acte-ii-layout .acte-slider-col .acte-curtain-frame {
    aspect-ratio: 4/3;
    flex: unset;
    min-height: unset;
  }
}

/* =====================================================
   ACTE V — Layout 2×2 motion design
   Motion principal | Texte
   Jalons            | Motion secondaire
   ===================================================== */

.acte-v-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4.5rem;
  row-gap: 3rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-md);
  align-items: start;
}

/* Léger décalage vers le bas pour aligner la vidéo avec l'eyebrow */
.acte-v-main-media {
  padding-top: 2.2rem;
}

/* Espacement texte Acte V */
.parcours-acte--V .acte-lead  { margin-top: 0.9rem; }
.parcours-acte--V .acte-body  { margin-top: 0.75rem; }

/* Second motion design : format cinéma */
.acte-v-second-media .acte-image--video { aspect-ratio: 16/10; }

/* Jalons Acte V : pas de padding/margin supplémentaire */
.acte-v-layout .acte-jalons {
  align-self: start;
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 900px) {
  .acte-v-layout {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
  .acte-v-main-media { padding-top: 0; }
}

/* =====================================================
   PRESSE — Mini-diaporamas CSS crossfade (sans JS)
   2 slides : cycle 10s | 4 slides : cycle 20s
   ===================================================== */

.presse-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2/3;
  background: #0A0A0A;
}

.presse-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #0A0A0A;
  filter: contrast(1.04);
  opacity: 0;
}

/* Keyframes */
@keyframes presse-fade-2 {
  0%, 40%  { opacity: 1; }
  50%, 90% { opacity: 0; }
  100%     { opacity: 1; }
}
@keyframes presse-fade-4 {
  0%, 20%  { opacity: 1; }
  25%, 95% { opacity: 0; }
  100%     { opacity: 1; }
}

/* 2 slides – cycle 10s */
.presse-slideshow--2 .presse-slide {
  animation: presse-fade-2 10s ease-in-out infinite;
}
.presse-slideshow--2 .presse-slide:nth-child(2) {
  animation-delay: -5s;
}

/* 4 slides – cycle 20s */
.presse-slideshow--4 .presse-slide {
  animation: presse-fade-4 20s ease-in-out infinite;
}
.presse-slideshow--4 .presse-slide:nth-child(2) { animation-delay: -15s; }
.presse-slideshow--4 .presse-slide:nth-child(3) { animation-delay: -10s; }
.presse-slideshow--4 .presse-slide:nth-child(4) { animation-delay: -5s;  }

/* =====================================================
   VISION — Animation discrète : anneau + lueur
   ::before = anneau rotatif | ::after = halo pulsé
   ===================================================== */

.parcours-vision {
  position: relative;
  overflow: hidden;
}

/* Halo pulsé */
.parcours-vision::after {
  content: '';
  position: absolute;
  right: 6%;
  top: 50%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(204, 20, 20, 0.14)  0%,
    rgba(180, 140, 60, 0.07) 42%,
    transparent              70%
  );
  transform: translateY(-50%) scale(1);
  animation: vision-pulse 9s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Anneau rotatif */
.parcours-vision::before {
  content: '';
  position: absolute;
  right: calc(6% - 30px);
  top: 50%;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 0.5px solid rgba(204, 20, 20, 0.10);
  transform: translateY(-50%) rotate(0deg);
  animation: vision-rotate 40s linear infinite;
  pointer-events: none;
  z-index: 0;
}

/* Contenu au-dessus des pseudo-éléments */
.parcours-vision .container { position: relative; z-index: 1; }

@keyframes vision-pulse {
  0%,   100% { transform: translateY(-50%) scale(1);    opacity: 0.6; }
  50%        { transform: translateY(-50%) scale(1.18); opacity: 1;   }
}
@keyframes vision-rotate {
  to { transform: translateY(-50%) rotate(360deg); }
}

/* Masquer sur mobile pour éviter tout débordement */
@media (max-width: 900px) {
  .parcours-vision::before,
  .parcours-vision::after { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   ACTE II — Grille éditoriale 2×2
   Format cinéma 16/10 · identique à l'Acte V (motion design)
   Ligne haute : texte | grand diaporama institutionnel
   Ligne basse : diaporama sport | frise chronologique
   ═══════════════════════════════════════════════════════════════ */

.acte-ii-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4.5rem;
  row-gap: 3.5rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-md);
  align-items: start;
}

/* Override margin-top du slider générique — inutile dans la grille 2×2 */
.acte-ii-layout .acte-slider-col {
  margin-top: 0;
}

/* Frise chronologique centrée verticalement face au diaporama sport */
.acte-ii-layout .acte-jalons {
  align-self: center;
  padding-top: 0;
  margin-top: 0;
}

/* Cadre cinéma 16/10 pour tous les diaporamas de l'Acte II */
.acte-ii-layout .acte-curtain-frame {
  aspect-ratio: 16/10;
}

@media (max-width: 900px) {
  .acte-ii-layout {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
  /* Sur mobile, retour au ratio cinéma explicite (height: auto) */
  .acte-ii-layout .acte-curtain-frame {
    aspect-ratio: 16/10;
  }
}

/* ═══════════════════════════════════════════════════════════════
   ACTE IV — Diaporama ancré sur la dernière ligne du texte
   ═══════════════════════════════════════════════════════════════ */

.parcours-acte--IV .acte-grid {
  align-items: end;
}

.parcours-acte--IV .acte-slider-col {
  margin-top: 0;
}

/* ═══════════════════════════════════════════════════════════════
   ACTE II — Hauteur dynamique : diaporama épouse la hauteur du texte
   ═══════════════════════════════════════════════════════════════ */

/* La colonne slider s'étire sur toute la hauteur de la ligne 1 */
.acte-ii-layout {
  align-items: stretch;
}

.acte-ii-layout .acte-slider-col {
  display: flex;
  flex-direction: column;
}

/* Le cadre cinéma se libère du ratio fixe et remplit la colonne */
.acte-ii-layout .acte-slider-col .acte-curtain-frame {
  aspect-ratio: unset;
  flex: 1;
  min-height: 360px;
}

/* La ligne basse (sport + frise) reste start */
.acte-ii-layout .acte-ii-sport,
.acte-ii-layout .acte-jalons {
  align-self: start;
}

/* ═══════════════════════════════════════════════════════════════
   ACTE V — Grille éditoriale 2×2 · Motion design premium
   Ligne haute : motion design principal | texte
   Ligne basse : frise chronologique    | second motion design
   ═══════════════════════════════════════════════════════════════ */

.acte-v-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4.5rem;
  row-gap: 3rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-md);
  align-items: start;
}

/* Motion design principal descendu pour s'aligner avec l'eyebrow "— Acte V" */
.acte-v-main-media {
  padding-top: 2.2rem;
}

/* Réduire l'aération du texte Acte V pour un meilleur équilibre vertical */
.parcours-acte--V .acte-lead {
  margin-top: 0.9rem;
}
.parcours-acte--V .acte-body {
  margin-top: 0.75rem;
}

/* Second motion design — même ratio que le principal */
.acte-v-second-media .acte-image--video {
  aspect-ratio: 16/10;
}

/* Frise Acte V alignée en haut de la ligne basse */
.acte-v-layout .acte-jalons {
  align-self: start;
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 900px) {
  .acte-v-layout {
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
  .acte-v-main-media {
    padding-top: 0;
  }
}

/* ═══════════════════════════════════════════════════════════════
   PRESSE — Mini-diaporamas CSS crossfade · sans JS supplémentaire
   ═══════════════════════════════════════════════════════════════ */

/* Conteneur du slideshow : remplace le <img> unique */
.presse-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2/3;
  background: #0A0A0A;
}

/* Toutes les images empilées en position absolue */
.presse-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #0A0A0A;
  filter: contrast(1.04);
  opacity: 0;
}

/* Transition fondue au survol désactivée (remplacée par animation auto) */
.presse-card:hover .presse-slide { transform: none; }

/* ── 1 image fixe — simplement visible ── */
.presse-slideshow--1 .presse-slide { opacity: 1; }

/* ── Crossfade 2 images · cycle 10 s ── */
.presse-slideshow--2 .presse-slide:nth-child(1) {
  animation: presse-fade-2 10s 0s infinite;
}
.presse-slideshow--2 .presse-slide:nth-child(2) {
  animation: presse-fade-2 10s 5s infinite;
}

@keyframes presse-fade-2 {
  0%, 40%  { opacity: 1; }
  50%, 90% { opacity: 0; }
  100%     { opacity: 1; }
}

/* ── Crossfade 3 images · cycle 15 s ── */
.presse-slideshow--3 .presse-slide:nth-child(1) {
  animation: presse-fade-3 15s 0s   infinite;
}
.presse-slideshow--3 .presse-slide:nth-child(2) {
  animation: presse-fade-3 15s 5s   infinite;
}
.presse-slideshow--3 .presse-slide:nth-child(3) {
  animation: presse-fade-3 15s 10s  infinite;
}

@keyframes presse-fade-3 {
  0%, 28%  { opacity: 1; }
  33%, 95% { opacity: 0; }
  100%     { opacity: 1; }
}

/* ── Crossfade 4 images · cycle 20 s ── */
.presse-slideshow--4 .presse-slide:nth-child(1) { animation: presse-fade-4 20s 0s   infinite; }
.presse-slideshow--4 .presse-slide:nth-child(2) { animation: presse-fade-4 20s 5s   infinite; }
.presse-slideshow--4 .presse-slide:nth-child(3) { animation: presse-fade-4 20s 10s  infinite; }
.presse-slideshow--4 .presse-slide:nth-child(4) { animation: presse-fade-4 20s 15s  infinite; }

@keyframes presse-fade-4 {
  0%, 20%  { opacity: 1; }
  25%, 95% { opacity: 0; }
  100%     { opacity: 1; }
}

.presse-slideshow--6 .presse-slide:nth-child(1) { animation: presse-fade-6 30s 0s   infinite; }
.presse-slideshow--6 .presse-slide:nth-child(2) { animation: presse-fade-6 30s 5s   infinite; }
.presse-slideshow--6 .presse-slide:nth-child(3) { animation: presse-fade-6 30s 10s  infinite; }
.presse-slideshow--6 .presse-slide:nth-child(4) { animation: presse-fade-6 30s 15s  infinite; }
.presse-slideshow--6 .presse-slide:nth-child(5) { animation: presse-fade-6 30s 20s  infinite; }
.presse-slideshow--6 .presse-slide:nth-child(6) { animation: presse-fade-6 30s 25s  infinite; }

@keyframes presse-fade-6 {
  0%, 14%  { opacity: 1; }
  19%, 95% { opacity: 0; }
  100%     { opacity: 1; }
}

/* ═══════════════════════════════════════════════════════════════
   VISION — Animation discrète côté droit · luxe · presque invisible
   ═══════════════════════════════════════════════════════════════ */

/* La section devient relative pour ancrer les pseudo-éléments */
.parcours-vision {
  position: relative;
  overflow: hidden;
}

/* Lueur pulsante rouge-or très basse opacité */
.parcours-vision::after {
  content: '';
  position: absolute;
  right: 6%;
  top: 50%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(204,20,20,0.14) 0%,
    rgba(180,140,60,0.07) 42%,
    transparent 70%
  );
  transform: translateY(-50%) scale(1);
  animation: vision-pulse 9s ease-in-out infinite;
  pointer-events: none;
}

/* Anneau rotatif très fin */
.parcours-vision::before {
  content: '';
  position: absolute;
  right: calc(6% - 30px);
  top: 50%;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 0.5px solid rgba(204,20,20,0.10);
  transform: translateY(-50%) rotate(0deg);
  animation: vision-rotate 40s linear infinite;
  pointer-events: none;
}

@keyframes vision-pulse {
  0%, 100% { transform: translateY(-50%) scale(1);    opacity: 0.6; }
  50%      { transform: translateY(-50%) scale(1.18); opacity: 1;   }
}

@keyframes vision-rotate {
  to { transform: translateY(-50%) rotate(360deg); }
}

/* Sur mobile : masquer l'animation pour éviter le débordement */
@media (max-width: 900px) {
  .parcours-vision::before,
  .parcours-vision::after { display: none; }
}