/* ========================================================================
   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 paysage qui donne sa hauteur à la scène rideau */
.acte-curtain-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  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%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  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