/* ============================================================
   Pages FORMAT — Gabriel Werlen
   S'appuie sur gw-styles.css (tokens, nav, footer, accordion, testi)
   ============================================================ */

/* ---------- Breadcrumb ---------- */
.fbread { display: flex; align-items: center; gap: 0.6rem; font-size: 0.78rem; letter-spacing: 0.04em; color: var(--on-ink-muted); }
.fbread a { color: var(--on-ink-soft); transition: color 0.3s; }
.fbread a:hover { color: var(--accent-bright); }
.fbread .sep { opacity: 0.5; }
.fbread .current { color: var(--on-ink); }

/* ---------- Format hero (banner) ---------- */
.fhero { position: relative; min-height: 86vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--on-ink); }
.fhero__photo {
  position: absolute; inset: 0; z-index: 0;
  background: var(--ink) center 30% / cover no-repeat;
  animation: heroZoom 22s var(--ease) both;
}
.fhero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(to top, var(--ink) 4%, rgba(11,11,12,0.72) 30%, rgba(11,11,12,0.25) 60%, rgba(11,11,12,0.55) 100%),
    linear-gradient(95deg, rgba(11,11,12,0.78) 0%, rgba(11,11,12,0.2) 45%, rgba(11,11,12,0) 70%);
}
.fhero__inner { position: relative; z-index: 2; width: 100%; max-width: 1480px; margin: 0 auto; padding: 0 var(--gutter) clamp(3rem, 6vw, 5rem); }
.fhero__bread { margin-bottom: 2rem; }
.fhero__kicker { color: var(--accent-bright); margin-bottom: 1.4rem; }
.fhero__title { font-family: var(--display); font-weight: 500; font-size: clamp(2.6rem, 7vw, 5.6rem); line-height: 0.95; letter-spacing: -0.02em; max-width: 16ch; }
.fhero__lede { font-size: clamp(1.05rem, 1.7vw, 1.28rem); line-height: 1.55; max-width: 52ch; margin-top: 1.6rem; color: var(--on-ink-soft); }
.fhero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem 0; margin-top: 2.2rem; padding-top: 1.8rem; border-top: 1px solid var(--line-dark); }
.fmeta { display: flex; flex-direction: column; gap: 0.2rem; position: relative; padding: 0 clamp(1.9rem, 3.6vw, 3.2rem); }
.fmeta:first-child { padding-left: 0; }
.fmeta + .fmeta::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 2.5em; background: var(--line-dark); }
.fmeta__v { font-family: var(--display); font-size: 1.5rem; font-weight: 500; color: var(--accent-bright); line-height: 1; white-space: nowrap; }
.fmeta__l { font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--on-ink-muted); }
.fhero__cta { margin-top: 2.4rem; display: flex; gap: 1rem; flex-wrap: wrap; }

/* Spectacle participatif — cadrage sur les 2 personnages */
.fhero--spectacle .fhero__photo { background-position: 50% 42%; }

/* Conférence — Gabriel est à droite de la photo : on cale le cadrage à droite */
.fhero--conference .fhero__photo { background-position: 100% 42%; }

/* Thème 3 (intelligence relationnelle) — remonter la photo : plus de public, moins de plafond */
.fhero--theme-intelligence-relationnelle .fhero__photo { background-position: center 72%; }

/* ---------- Intro / déroulé ---------- */
.fintro { background: var(--paper); }
.fintro__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.fintro__head .section-index { display: block; margin-bottom: 1.2rem; }
.fintro__title { font-family: var(--display); font-weight: 500; font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.05; }
.fintro__title em { font-style: italic; color: var(--accent-deep); }
.fintro__body p { font-size: 1.08rem; line-height: 1.7; color: var(--text-soft); margin: 0 0 1.2rem; }
.fintro__body p:first-child::first-letter {
  font-family: var(--display); font-size: 3.6rem; line-height: 0.8; float: left;
  padding: 0.1em 0.12em 0 0; color: var(--accent-deep); font-weight: 500;
}

/* timeline déroulé */
.timeline { margin-top: 2.6rem; display: grid; gap: 0; }
.tl-item { display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; position: relative; padding-bottom: 1.8rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-rail { display: flex; flex-direction: column; align-items: center; }
.tl-dot { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--accent); background: var(--paper); flex: none; margin-top: 4px; transition: background 0.4s; }
.tl-item:hover .tl-dot { background: var(--accent); }
.tl-line { width: 1px; flex: 1; background: var(--line); margin-top: 6px; }
.tl-item:last-child .tl-line { display: none; }
.tl-phase { font-family: var(--display); font-style: italic; font-size: 1.25rem; color: var(--text); margin-bottom: 0.3rem; }
.tl-text { font-size: 0.98rem; line-height: 1.6; color: var(--text-soft); max-width: 52ch; }

/* ---------- Video ---------- */
.fvideo { background: var(--ink); color: var(--on-ink); position: relative; overflow: hidden; }
.fvideo__bg { position: absolute; inset: 0; background: radial-gradient(70% 60% at 50% 0%, rgba(200,162,75,0.1), transparent 60%); }
.fvideo__inner { position: relative; z-index: 2; }
.fvideo__head { text-align: center; margin-bottom: 2.6rem; }
.fvideo__head .eyebrow { color: var(--accent-bright); justify-content: center; }
.fvideo__title { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin: 1rem auto 0; max-width: 26ch; line-height: 1.12; text-wrap: balance; }
.video-frame {
  position: relative; width: 100%; max-width: 980px; margin: 0 auto;
  aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line-dark); box-shadow: 0 50px 100px -50px rgba(0,0,0,0.9);
  cursor: pointer; background: #000;
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-frame__cover { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; background: none; cursor: pointer; }
.video-frame__thumb { position: absolute; inset: 0; background: center / cover no-repeat; transition: transform 0.8s var(--ease), filter 0.6s; }
.video-frame:hover .video-frame__thumb { transform: scale(1.04); filter: brightness(0.85); }
.video-frame__veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,11,12,0.7), rgba(11,11,12,0.15)); }
.video-frame__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 86px; height: 86px; border-radius: 50%; background: var(--accent); color: var(--ink);
  display: grid; place-items: center; transition: transform 0.4s var(--ease), filter 0.3s;
  box-shadow: 0 20px 50px -16px rgba(200,162,75,0.6);
}
.video-frame:hover .video-frame__play { transform: translate(-50%, -50%) scale(1.08); }
.video-frame__play svg { margin-left: 4px; }
.video-frame__label { position: absolute; left: 1.6rem; bottom: 1.4rem; z-index: 3; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-ink-soft); }

/* ---------- Inclus + bénéfices ---------- */
.fvalue { background: var(--ink); color: var(--on-ink); }
.fvalue__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2.5rem, 6vw, 5.5rem); align-items: start; }
.included__title, .benefits__title { font-family: var(--display); font-weight: 500; font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 1.8rem; }
.included__title em, .benefits__title em { font-style: italic; color: var(--accent-bright); }
.included-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.included-list li { display: flex; align-items: flex-start; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid var(--line-dark-soft); font-size: 1.02rem; color: var(--on-ink-soft); }
.included-list li:last-child { border-bottom: 1px solid var(--line-dark-soft); }
.included-list .ic { color: var(--accent); flex: none; margin-top: 2px; }
.benefits { display: flex; flex-direction: column; gap: 1.2rem; }
.benefit { padding: 1.6rem 1.7rem; background: var(--ink-2); border: 1px solid var(--line-dark-soft); border-radius: var(--radius); border-left: 2px solid var(--accent); transition: transform 0.5s var(--ease), background 0.4s; }
.benefit:hover { transform: translateX(6px); background: var(--ink-3); }
.benefit h4 { font-family: var(--display); font-size: 1.3rem; font-weight: 500; margin-bottom: 0.5rem; }
.benefit p { font-size: 0.98rem; line-height: 1.55; color: var(--on-ink-soft); margin: 0; }

/* Variante fond clair (page Spectacle) */
.fvalue--light { background: var(--paper); color: var(--ink); }
.fvalue--light .included__title em, .fvalue--light .benefits__title em { color: var(--accent-deep); }
.fvalue--light .included-list li { border-top-color: var(--line); color: var(--text-soft); }
.fvalue--light .included-list li:last-child { border-bottom-color: var(--line); }
.fvalue--light .benefit { background: var(--cream); border-color: var(--line); }
.fvalue--light .benefit:hover { background: var(--white); }
.fvalue--light .benefit p { color: var(--text-soft); }

/* ---------- Credentials (référence scène) ---------- */
.fcred__row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; margin-top: 2.4rem; }
.cred-card { position: relative; aspect-ratio: 3/2; overflow: hidden; border-radius: var(--radius); background: var(--ink-2); }
.cred-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.cred-card:hover img { transform: scale(1.05); }
.cred-card__label { position: absolute; left: 1rem; bottom: 0.9rem; right: 1rem; z-index: 2; font-size: 0.82rem; font-weight: 600; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,0.9); }
.cred-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,11,12,0.75), transparent 55%); }
.cred-card__label { z-index: 3; }

/* ---------- FAQ on format pages (reuse accordion) ---------- */
.ffaq { background: var(--ink); color: var(--on-ink); }
.ffaq .accordion { border-top-color: var(--line-dark); }
.ffaq .acc-item { border-bottom-color: var(--line-dark); }
.ffaq .acc-title { color: var(--on-ink); }
.ffaq .acc-item:hover .acc-title, .ffaq .acc-item.open .acc-title { color: var(--accent-bright); }
.ffaq .acc-icon::before, .ffaq .acc-icon::after { background: var(--on-ink); }
.ffaq .acc-item.open .acc-icon::before { background: var(--accent-bright); }
.ffaq .acc-desc { color: var(--on-ink-soft); }
.ffaq .acc-num { color: var(--accent-bright); }
.ffaq__head { text-align: center; margin-bottom: 3rem; }
.ffaq__head .eyebrow { color: var(--accent-bright); justify-content: center; }
.ffaq__head h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin-top: 1rem; }
.ffaq .accordion { max-width: 880px; margin: 0 auto; }

/* ---------- Other formats ---------- */
.fother { background: var(--paper); }
.fother__head { text-align: center; margin-bottom: 2.8rem; }
.fother__head h2, .fother__h2 { font-family: var(--display); font-weight: 500; font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 0; }
.fother__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; max-width: 880px; margin: 0 auto; }
.other-card { position: relative; display: flex; flex-direction: column; padding: 2rem 2rem 2.2rem; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); transition: transform 0.5s var(--ease), box-shadow 0.5s, border-color 0.4s, background 0.4s; overflow: hidden; }
.other-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.6s var(--ease); }
.other-card:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -38px rgba(20,16,8,0.4); border-color: var(--accent); background: var(--white); }
.other-card:hover::before { transform: scaleX(1); }
.other-card__n { font-family: var(--display); font-style: italic; color: var(--accent-deep); font-size: 0.9rem; margin-bottom: 0.9rem; }
.other-card__t { font-family: var(--display); font-size: 1.5rem; font-weight: 500; line-height: 1.05; margin-bottom: 0.5rem; }
.other-card__d { font-size: 0.84rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 1.2rem; }
.other-card__cta { margin-top: auto; display: inline-flex; align-items: center; gap: 0.5em; font-size: 0.82rem; font-weight: 600; color: var(--accent-deep); }
.other-card:hover .other-card__cta { gap: 0.85em; }

/* ============================================================
   PAGES THÈME — sections spécifiques
   ============================================================ */
.theme-hero-tag {
  display: inline-flex; align-items: center;
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  color: var(--accent-bright); border: 1px solid var(--line-dark); border-radius: 100px;
  padding: 0.7em 1.2em;
}
.theme-pull {
  margin: 1.8rem 0 0; padding: 1.4rem 0 0; border-top: 1px solid var(--line);
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.25; color: var(--accent-deep);
  max-width: 26ch;
}

/* Piliers */
.pillars-sec { background: var(--cream); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.pillar {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.9rem 2.2rem; transition: transform 0.5s var(--ease), box-shadow 0.5s, border-color 0.4s;
}
.pillar:hover { transform: translateY(-5px); box-shadow: 0 28px 56px -40px rgba(20,16,8,0.4); border-color: var(--accent); }
.pillar__n { font-family: var(--display); font-style: italic; font-size: 1.6rem; color: var(--accent-deep); display: block; margin-bottom: 1rem; }
.pillar__t { font-family: var(--display); font-weight: 500; font-size: 1.4rem; line-height: 1.1; margin-bottom: 0.7rem; }
.pillar__d { font-size: 0.96rem; line-height: 1.6; color: var(--text-soft); margin: 0; }

/* Takeaways grid (dark) */
.take__grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.take__visual { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius); box-shadow: 0 40px 90px -50px rgba(0,0,0,0.8); }
.take__visual img { width: 100%; height: 100%; object-fit: cover; }

/* Bridge */
.bridge-sec { background: var(--paper-2); }
.bridge__inner { max-width: 880px; margin: 0 auto; text-align: center; }
.bridge__inner .eyebrow { justify-content: center; margin-bottom: 1.6rem; }
.bridge__text { font-family: var(--display); font-weight: 500; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.32; letter-spacing: -0.01em; color: var(--text); margin: 0; text-wrap: balance; }

@media (max-width: 1280px) {
  .fhero--theme-intelligence-relationnelle .fhero__photo { background-position: 90% 72%; }
  .fhero--theme-decision .fhero__photo { background-position: 80% 30%; }
}
@media (max-width: 1080px) {
  .take__grid { grid-template-columns: 1fr; }
  .take__visual { max-width: 420px; }
}
@media (max-width: 860px) {
  .pillars { grid-template-columns: 1fr; }
}

/* ---------- CTA band ---------- */
.fcta { background: var(--ink); color: var(--on-ink); position: relative; overflow: hidden; text-align: center; }
.fcta__bg { position: absolute; inset: 0; background: radial-gradient(60% 70% at 50% 50%, rgba(200,162,75,0.14), transparent 65%); }
.fcta__inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.fcta h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.04; }
.fcta h2 em { font-style: italic; color: var(--accent-bright); }
.fcta p { color: var(--on-ink-soft); font-size: 1.08rem; margin: 1.2rem auto 2.2rem; max-width: 44ch; }
.fcta__row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* section header (shared) on light format sections */
.fsec-head { margin-bottom: clamp(2.2rem, 4vw, 3.2rem); }
.fsec-head .section-index { display: block; margin-bottom: 1rem; font-size: 0.95rem; }
.fvalue__sec-head { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.fsec-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.04; }
.fsec-head h2 em { font-style: italic; color: var(--accent-deep); }
.fsec-head__main { font-family: var(--display); font-weight: 500; font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.04; }
.fsec-head--center { text-align: center; }
.fsec-head--center .eyebrow { justify-content: center; }
.fsec-head--dark h2 em { color: var(--accent-bright); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .fintro__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .fvalue__grid { grid-template-columns: 1fr; gap: 2.8rem; }
}
@media (max-width: 860px) {
  .fcred__row { grid-template-columns: 1fr 1fr 1fr; }
  .fother__grid { grid-template-columns: 1fr; }
  .fhero { min-height: 78vh; }
}
@media (max-width: 600px) {
  .video-frame__play { width: 66px; height: 66px; }
  .fhero__meta { gap: 0.9rem 1.8rem; }
  .fmeta { padding: 0; }
  .fmeta:first-child { padding-left: 0; }
  .fmeta + .fmeta::before { display: none; }
  .fhero--spectacle .fhero__photo { background-position: 70% 42%; }
  .fhero--immersif .fhero__photo { background-position: 70% 42%; }
  .fhero--theme-pensee-critique .fhero__photo { background-position: 60% 42%; }
  .fhero--theme-intelligence-relationnelle .fhero__photo { background-position: 80% 72%; }
  .fhero--theme-decision .fhero__photo { background-position: 80% 30%; }
}

/* ============================================================
   AJOUTS — flip hero, thèmes (conférence), master class (2 formats),
   lien bénéfice, « idéal pour », galerie photos, théâtre
   ============================================================ */

/* Hero inversé horizontalement (sujet ramené à droite) */
@keyframes heroZoomFlip { from { transform: scaleX(-1) scale(1.07); } to { transform: scaleX(-1) scale(1); } }
.fhero__photo--flip { animation-name: heroZoomFlip; }

/* Citation mise en avant (pages internes) — quote seule, police réduite */
.testi--quote-only .testi__quote { font-size: clamp(1.3rem, 2.5vw, 2rem); line-height: 1.34; max-width: 60ch; }

/* Lien dans un bénéfice */
.benefit__link { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.7rem; font-size: 0.9rem; font-weight: 600; color: var(--accent-deep); }
.benefit__link .arrow { transition: transform 0.4s var(--ease); }
.benefit__link:hover .arrow { transform: translateX(4px); }

/* Bloc des 4 thèmes sur la page Conférence */
.fthemes { background: var(--cream); }
.fthemes .fsec-head { margin-bottom: clamp(2rem, 4vw, 3rem); }

/* Master class — deux formats (page Expérience) */
.fteam { background: var(--paper); }
.fteam__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.4vw, 2rem); margin-top: clamp(2rem, 4vw, 3rem); }
.team-card {
  position: relative; display: flex; flex-direction: column;
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.8rem, 3vw, 2.6rem); transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s;
}
.team-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); border-color: var(--accent); }
.team-card__size { display: inline-flex; align-self: flex-start; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-deep); border: 1px solid var(--accent); border-radius: var(--radius-pill); padding: 0.4em 0.9em; margin-bottom: 1.3rem; }
.team-card__label { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.05; color: var(--ink); margin-bottom: 0.9rem; }
.team-card__pitch { font-size: 1rem; line-height: 1.62; color: var(--text-soft); text-wrap: pretty; }
.team-card__meta { margin-top: auto; padding-top: 1.5rem; }
.team-card__duration { display: block; font-family: var(--display); font-size: 1.35rem; font-weight: 500; color: var(--accent-deep); line-height: 1.1; }
.team-card__detail { display: block; margin-top: 0.25rem; font-size: 0.82rem; letter-spacing: 0.02em; color: var(--muted); }

/* « Un thème idéal pour » (page thème) */
.ideal-sec { background: var(--paper); }
.ideal__head { max-width: 760px; margin-bottom: clamp(1.8rem, 3.5vw, 2.6rem); }
.ideal__title { font-family: var(--display); font-weight: 500; font-style: italic; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1; letter-spacing: -0.01em; margin-top: 0.8rem; color: var(--ink); }
.ideal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.4vw, 2rem); }
.ideal-card { position: relative; background: var(--cream); border: 1px solid var(--line); border-left: 2px solid var(--accent); border-radius: var(--radius); padding: clamp(1.6rem, 2.8vw, 2.4rem); }
.ideal-card__n { font-family: var(--display); font-style: italic; font-size: 1.1rem; color: var(--accent-deep); }
.ideal-card__t { font-family: var(--display); font-weight: 500; font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.1; margin: 0.5rem 0 0.7rem; color: var(--ink); }
.ideal-card__d { font-size: 1rem; line-height: 1.62; color: var(--text-soft); text-wrap: pretty; }

/* ---------- Galerie photos (page Photos) ---------- */
.pgal-hero { position: relative; padding: calc(var(--nav-h, 76px) + clamp(4rem, 9vw, 8rem)) 0 clamp(2.4rem, 5vw, 4rem); background: var(--ink); color: var(--on-ink); overflow: hidden; }
.pgal-hero::before { content: ""; position: absolute; inset: 0; background: url("assets/Galerie-hero.jpg") center 40% / cover no-repeat; opacity: 0.38; z-index: 0; }
.pgal-hero__inner { position: relative; z-index: 2; max-width: var(--maxw, 1240px); margin: 0 auto; padding: 0 var(--gutter); }
.pgal-hero__title { font-family: var(--display); font-weight: 500; font-size: clamp(2.6rem, 6.5vw, 5rem); line-height: 0.98; letter-spacing: -0.02em; }
.pgal-hero__title em { font-style: italic; color: var(--accent-bright); }
.pgal-hero__lede { margin-top: 1.4rem; max-width: 56ch; font-size: clamp(1.02rem, 1.5vw, 1.2rem); line-height: 1.55; color: var(--on-ink-soft); }
.pgal-wrap { max-width: var(--maxw-wide, 1480px); margin: 0 auto; padding: clamp(2.6rem, 5vw, 4.5rem) var(--gutter) clamp(4rem, 8vw, 7rem); }
.pgal-grid { columns: 4 240px; column-gap: clamp(0.7rem, 1.4vw, 1.1rem); }
.pgal-cell { position: relative; display: block; width: 100%; margin: 0 0 clamp(0.7rem, 1.4vw, 1.1rem); break-inside: avoid; overflow: hidden; border: 0; padding: 0; font: inherit; color: inherit; text-align: left; border-radius: var(--radius); background: var(--ink-2); cursor: zoom-in; }
.pgal-cell img { display: block; width: 100%; height: auto; transition: transform 0.9s var(--ease); }
.pgal-cell:hover img { transform: scale(1.045); }
.pgal-cell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,11,12,0.6), transparent 46%); opacity: 0; transition: opacity 0.4s; }
.pgal-cell:hover::after { opacity: 1; }
.pgal-cell__cap { position: absolute; left: 0.95rem; right: 0.95rem; bottom: 0.8rem; z-index: 2; font-size: 0.78rem; letter-spacing: 0.02em; color: #fff; opacity: 0; transform: translateY(6px); transition: 0.45s var(--ease); text-shadow: 0 2px 12px rgba(0,0,0,0.8); }
.pgal-cell:hover .pgal-cell__cap { opacity: 1; transform: none; }
@media (max-width: 1100px) { .pgal-grid { columns: 3 220px; } }
@media (max-width: 720px) { .pgal-grid { columns: 2 150px; } }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem); background: rgba(7,7,8,0.94); opacity: 0; pointer-events: none; transition: opacity 0.35s var(--ease); }
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 100%; max-height: 86vh; object-fit: contain; border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0,0,0,0.6); }
.lightbox__cap { position: absolute; bottom: clamp(1rem, 3vw, 2rem); left: 0; right: 0; text-align: center; color: rgba(255,255,255,0.82); font-size: 0.85rem; letter-spacing: 0.04em; }
.lightbox__close { position: absolute; top: clamp(0.8rem, 2.4vw, 1.6rem); right: clamp(0.8rem, 2.4vw, 1.6rem); width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); background: rgba(0,0,0,0.3); color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.3s, border-color 0.3s; }
.lightbox__close:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.6); }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); background: rgba(0,0,0,0.3); color: #fff; font-size: 1.6rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.3s, border-color 0.3s; }
.lightbox__nav:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.6); }
.lightbox__nav--prev { left: clamp(0.6rem, 2vw, 1.8rem); }
.lightbox__nav--next { right: clamp(0.6rem, 2vw, 1.8rem); }

/* ---------- Page Théâtre (Le Double Fond) ---------- */
.th-hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--on-ink); }
.th-hero__photo { position: absolute; inset: 0; z-index: 0; background: var(--ink) center 32% / cover no-repeat; animation: heroZoom 22s var(--ease) both; }
.th-hero__scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top, var(--ink) 3%, rgba(11,11,12,0.7) 32%, rgba(11,11,12,0.32) 62%, rgba(11,11,12,0.6) 100%), linear-gradient(95deg, rgba(11,11,12,0.78) 0%, rgba(11,11,12,0.25) 48%, rgba(11,11,12,0) 74%); }
.th-hero__inner { position: relative; z-index: 2; width: 100%; max-width: var(--maxw-wide, 1480px); margin: 0 auto; padding: 0 var(--gutter) clamp(3rem, 6vw, 5rem); }
.th-hero__venue { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-bright); margin-bottom: 1.4rem; }
.th-hero__title { font-family: var(--display); font-weight: 500; font-size: clamp(2.6rem, 7vw, 5.8rem); line-height: 0.96; letter-spacing: -0.02em; max-width: 16ch; }
.th-hero__sub { margin-top: 1.5rem; max-width: 54ch; font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.5; color: var(--on-ink-soft); font-style: italic; font-family: var(--display); }
.th-hero__cta { margin-top: 2.4rem; display: flex; gap: 1rem; flex-wrap: wrap; }

.th-body { background: var(--paper); }
.th-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2.2rem, 5vw, 4.5rem); align-items: start; }
.th-affiche { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--ink-2); box-shadow: var(--shadow-photo, 0 30px 60px rgba(0,0,0,0.25)); }
.th-affiche img { display: block; width: 100%; height: auto; }
.th-intro__eyebrow { margin-bottom: 1.3rem; }
.th-intro__title { font-family: var(--display); font-weight: 500; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -0.01em; color: var(--ink); }
.th-intro p { margin-top: 1.2rem; font-size: 1.06rem; line-height: 1.66; color: var(--text-soft); text-wrap: pretty; }

.th-seances { margin-top: clamp(2rem, 4vw, 2.8rem); }
.th-seances__label { font-family: var(--display); font-style: italic; font-size: 1.5rem; color: var(--ink); margin-bottom: 1.2rem; }
.th-seance { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.th-seance:last-of-type { border-bottom: 1px solid var(--line); }
.th-seance__when { display: flex; align-items: baseline; gap: 0.8rem; }
.th-seance__date { font-family: var(--display); font-size: clamp(1.2rem, 2.2vw, 1.6rem); font-weight: 500; color: var(--ink); }
.th-seance__time { font-size: 0.92rem; letter-spacing: 0.04em; color: var(--muted); }
.th-seance__cta { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.86rem; font-weight: 600; letter-spacing: 0.02em; padding: 0.7em 1.4em; border-radius: var(--radius-pill); background: var(--accent); color: var(--ink); transition: transform 0.4s var(--ease), background 0.4s; }
.th-seance__cta:hover { transform: translateY(-2px); background: var(--accent-bright); }
.th-note { margin-top: 1.4rem; font-size: 0.86rem; color: var(--muted); }
.th-note a { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 860px) {
  .fteam__grid, .ideal__grid { grid-template-columns: 1fr; }
  .th-grid { grid-template-columns: 1fr; }
  .th-affiche { max-width: 420px; }
}

/* ---------- Sous-titres en <h2> : conserver le poids/marge d'un paragraphe ---------- */
.fhero__lede, .th-hero__sub, .pgal-hero__lede { font-weight: 400; }
h2.fhero__lede, h2.th-hero__sub, h2.pgal-hero__lede { margin-bottom: 0; }

/* ---------- Fil d'Ariane persistant (sticky) ---------- */
.bread-sticky {
  position: sticky; top: 78px; z-index: 90;
  background: rgba(244, 240, 231, 0.93);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  border-bottom: 1px solid var(--line);
}
.bread-sticky__inner {
  max-width: var(--maxw-wide, 1480px); margin: 0 auto;
  padding: 0.66rem var(--gutter);
  display: flex; align-items: center; flex-wrap: wrap; gap: 0.55rem;
  font-size: 0.76rem; letter-spacing: 0.04em; color: var(--text-soft);
}
.bread-sticky__link { color: var(--text-soft); transition: color 0.3s; }
.bread-sticky__link:hover { color: var(--accent-deep); }
.bread-sticky__sep { opacity: 0.4; }
.bread-sticky__current { color: var(--ink); font-weight: 600; }
@media (max-width: 600px) {
  .bread-sticky__inner { font-size: 0.72rem; padding: 0.55rem var(--gutter); }
}

/* ---------- Carte du thème courant (grisée, non cliquable) ---------- */
.theme-card--current { opacity: 0.6; background: var(--paper); cursor: default; }
.theme-card--current:hover { transform: none; box-shadow: none; border-color: var(--line); background: var(--paper); }
.theme-card--current::before { display: none; }
.theme-card__cta--here { color: var(--muted); }
.dot-here { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); display: inline-block; }

/* ---------- Vidéo Fool Us en bas de la galerie ---------- */
.pgal-video { background: var(--ink); color: var(--on-ink); }
.pgal-video__inner { max-width: 1080px; }
.pgal-video__head { text-align: center; margin-bottom: clamp(1.6rem, 3vw, 2.6rem); }
.pgal-video__head .eyebrow { color: var(--accent-bright); justify-content: center; }
.pgal-video__title { font-family: var(--display); font-weight: 500; font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.12; max-width: 28ch; margin: 1rem auto 0; text-wrap: balance; }
.pgal-video__title em { font-style: italic; color: var(--accent-bright); }
