:root {
  --black:#0e0d0b;
  --black2:#17130f;
  --ink:#241f1a;
  --ivory:#f4eadf;
  --paper:#fff8ee;
  --gold:#b99661;
  --gold2:#d9c39a;
  --muted:#a99d90;
  --line:rgba(244,234,223,.14);
  --line-light:rgba(36,31,26,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--black);
  color:var(--ivory);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.immersive-open{overflow:hidden}
a{color:inherit}
.cinema-grain{
  position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.055;
  background-image:
    radial-gradient(circle at 20% 10%, #fff 0 1px, transparent 1px),
    radial-gradient(circle at 80% 90%, #fff 0 1px, transparent 1px);
  background-size:18px 18px,23px 23px;
  mix-blend-mode:screen;
}
.preview-note{
  position:fixed;left:18px;bottom:18px;z-index:40;
  color:rgba(244,234,223,.68);background:rgba(14,13,11,.62);
  border:1px solid rgba(244,234,223,.16);border-radius:999px;
  padding:10px 14px;font-size:12px;backdrop-filter:blur(14px)
}
.topbar{
  position:fixed;left:0;right:0;top:0;z-index:30;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:18px 28px;
  background:linear-gradient(180deg,rgba(14,13,11,.72),rgba(14,13,11,0));
}
.brand{font-family:Georgia,serif;font-size:18px;letter-spacing:.02em}
.nav-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.btn{
  appearance:none;border:1px solid rgba(244,234,223,.22);
  color:var(--ivory);background:rgba(244,234,223,.06);
  border-radius:999px;padding:12px 16px;cursor:pointer;text-decoration:none;
  display:inline-flex;gap:8px;align-items:center;font-weight:750;font-size:13px;
  backdrop-filter:blur(12px);
}
.btn.primary{background:var(--ivory);color:var(--black);border-color:var(--ivory)}
.btn.gold{background:var(--gold);border-color:var(--gold);color:var(--black)}

.hero{
  min-height:100vh;
  position:relative;
  display:grid;
  align-items:end;
  padding:110px clamp(22px,6vw,92px) clamp(44px,6vw,86px);
  overflow:hidden;
}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92) contrast(1.03)}
.hero-bg::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(14,13,11,.9) 0%,rgba(14,13,11,.58) 38%,rgba(14,13,11,.1) 74%),
    linear-gradient(180deg,rgba(14,13,11,.22) 0%,rgba(14,13,11,.08) 50%,rgba(14,13,11,.82) 100%);
}
.letterbox-top,.letterbox-bottom{position:absolute;left:0;right:0;height:8.5vh;z-index:3;background:rgba(14,13,11,.82)}
.letterbox-top{top:0}
.letterbox-bottom{bottom:0}
.hero-content{position:relative;z-index:5;max-width:860px}
.kicker{
  margin:0 0 18px;
  color:var(--gold2);
  letter-spacing:.2em;text-transform:uppercase;font-size:12px;font-weight:850;
}
h1{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(58px,9vw,144px);
  line-height:.83;
  letter-spacing:-.075em;
  font-weight:500;
}

/* V4.4.12 — H1 SEO complet sans perdre l'impact visuel du hero.
   Le grand titre garde les prénoms, le contexte SEO reste visible mais discret. */
h1.hero-title-split{
  display:block;
}
h1.hero-title-split .hero-title-main{
  display:block;
}
h1.hero-title-split .hero-title-context{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:clamp(18px,2.2vw,28px);
  max-width:760px;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:clamp(11px,1vw,14px);
  line-height:1.45;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:850;
  color:rgba(244,234,223,.76);
}
h1.hero-title-split .hero-title-context::before{
  content:"";
  flex:0 0 28px;
  width:28px;
  height:1px;
  background:var(--gold);
}
@media(max-width:760px){
  h1.hero-title-split .hero-title-context{
    margin-top:16px;
    font-size:11px;
    letter-spacing:.12em;
  }
}

.lead{
  margin:30px 0 0;
  max-width:720px;
  color:rgba(244,234,223,.78);
  font-size:clamp(17px,1.9vw,21px);
  line-height:1.68;
}
.hero-meta{
  margin-top:30px;
  display:flex;gap:14px;align-items:center;flex-wrap:wrap;
  color:rgba(244,234,223,.72);
  text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;
}
.hero-meta span{display:inline-flex;align-items:center;gap:10px}
.hero-meta span::before{content:"";width:28px;height:1px;background:var(--gold)}
.hero-actions{margin-top:34px;display:flex;gap:12px;flex-wrap:wrap}

.opening{
  background:var(--ivory);
  color:var(--ink);
  padding:clamp(60px,8vw,120px) clamp(22px,7vw,110px);
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1fr);
  gap:clamp(30px,6vw,92px);
  align-items:end;
}
.opening h2{
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(42px,6vw,88px);
  line-height:.88;
  letter-spacing:-.065em;
  font-weight:500;
}
.opening p{margin:0;color:#6f6258;font-size:19px;line-height:1.75;max-width:720px}

.chapter{
  background:var(--ivory);
  color:var(--ink);
  display:grid;
  grid-template-columns:minmax(260px,360px) minmax(0,1fr);
  gap:clamp(26px,5vw,76px);
  padding:clamp(58px,8vw,126px) clamp(22px,7vw,110px);
  border-top:1px solid var(--line-light);
}
.chapter:nth-of-type(even){background:#efe3d4}
.chapter-copy{position:sticky;top:96px;align-self:start;padding-top:4px}
.chapter-copy h2{
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(46px,5vw,78px);
  line-height:.88;
  letter-spacing:-.06em;
  font-weight:500;
}
.chapter-copy p:not(.kicker){margin:22px 0 0;color:#6f6258;font-size:17px;line-height:1.72}
.chapter-immersion{
  margin-top:24px;appearance:none;border:1px solid rgba(36,31,26,.18);
  border-radius:999px;background:transparent;color:var(--ink);
  padding:12px 15px;cursor:pointer;font-weight:750;
}
.film-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-flow:dense;
  gap:16px;
  align-items:start;
}
.shot{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:10px;
  background:#d8cec1;
  box-shadow:0 22px 70px rgba(36,31,26,.11);
  grid-column:span 4;
}
.shot img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease, filter .7s ease}
.shot:hover img{transform:scale(1.035);filter:contrast(1.02)}
.shot.poster{grid-column:span 7}
.shot.poster img{min-height:560px}
.shot.quiet{grid-column:span 5}
.shot.is-landscape{grid-column:span 6}
.shot.is-landscape img{aspect-ratio:16/10}
.shot.is-portrait{grid-column:span 4}
.shot.is-portrait img{aspect-ratio:4/5}
.shot.is-square{grid-column:span 4}
.shot.is-square img{aspect-ratio:1/1}
.shot figcaption{
  position:absolute;left:0;right:0;bottom:0;
  padding:26px 20px 16px;
  color:var(--ivory);
  font-size:14px;line-height:1.45;
  background:linear-gradient(180deg,transparent,rgba(14,13,11,.7));
}

.projection{
  min-height:86vh;
  display:grid;place-items:center;text-align:center;
  padding:80px 24px;
  background:radial-gradient(circle at 50% 30%,rgba(184,150,97,.24),transparent 38%),var(--black);
  color:var(--ivory);
  position:relative;overflow:hidden;
}
.projection::before,.projection::after{content:"";position:absolute;left:0;right:0;height:9vh;background:#050504;z-index:1}
.projection::before{top:0}
.projection::after{bottom:0}
.projection-inner{position:relative;z-index:2;max-width:900px}
.projection h2{
  margin:0;font-family:Georgia,serif;font-size:clamp(48px,8vw,118px);
  line-height:.84;letter-spacing:-.075em;font-weight:500;
}
.projection p{margin:28px auto 0;max-width:660px;color:rgba(244,234,223,.72);font-size:18px;line-height:1.75}
.projection .btn{margin-top:32px}

.final-cta{
  background:var(--ivory);
  color:var(--ink);
  padding:clamp(60px,8vw,120px) clamp(22px,7vw,110px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:36px;
  align-items:center;
}
.final-cta h2{
  margin:0;font-family:Georgia,serif;font-size:clamp(42px,6vw,86px);
  line-height:.88;letter-spacing:-.065em;font-weight:500;
}
.final-cta p{max-width:650px;color:#6f6258;line-height:1.7}
.final-cta .btn{color:var(--ivory);background:var(--ink);border-color:var(--ink)}

/* IMMERSION — V3.2 : plein écran, scènes, portraits respectés */
.immersive{
  position:fixed;inset:0;z-index:100;background:#050504;color:#fff;display:none;
}
body.immersive-open .immersive{display:block}
.immersive-top{
  position:absolute;left:0;right:0;top:0;z-index:4;
  padding:18px 22px;
  display:flex;justify-content:space-between;gap:18px;align-items:flex-start;
  background:linear-gradient(180deg,rgba(5,5,4,.78),transparent);
}
.immersive-title strong{display:block;font-family:Georgia,serif;font-size:25px;line-height:1}
.immersive-title span{display:block;margin-top:6px;color:rgba(244,234,223,.64);font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.close-btn{
  appearance:none;border:1px solid rgba(244,234,223,.28);
  color:var(--ivory);background:rgba(244,234,223,.06);
  border-radius:999px;padding:12px 16px;cursor:pointer;font-weight:750;
}
.track{
  height:100vh;
  overflow-y:auto;
  scroll-snap-type:y mandatory;
}
.slide{
  height:100vh;
  position:relative;
  scroll-snap-align:start;
  display:grid;
  place-items:center;
  background:#050504;
  overflow:hidden;
  padding:clamp(76px,8vh,104px) clamp(16px,4vw,60px) clamp(76px,10vh,118px);
}
.slide-backdrop{
  position:absolute;
  inset:-6vh -6vw;
  width:112vw;
  height:112vh;
  object-fit:cover;
  filter:blur(34px) saturate(.85) brightness(.45);
  transform:scale(1.04);
  opacity:.72;
}
.slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 46%,rgba(255,255,255,.06),transparent 34%),
    linear-gradient(180deg,rgba(5,5,4,.42),rgba(5,5,4,.16) 48%,rgba(5,5,4,.62));
  pointer-events:none;
}
.slide-frame{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
}
.slide-img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
  border-radius:8px;
  box-shadow:0 28px 90px rgba(0,0,0,.42);
}
.slide.is-landscape .slide-img{
  width:100%;
  height:auto;
  max-height:100%;
}
.slide.is-portrait .slide-img{
  height:100%;
  width:auto;
  max-width:100%;
}
.slide-overlay{
  position:absolute;left:0;right:0;bottom:0;z-index:3;
  padding:34px 28px;
  background:linear-gradient(180deg,transparent,rgba(5,5,4,.75));
  display:flex;justify-content:space-between;align-items:end;gap:24px;
  pointer-events:none;
}
.slide-overlay span{display:block;color:rgba(244,234,223,.55);font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.slide-overlay strong{display:block;margin-top:8px;color:var(--ivory);font-size:14px;letter-spacing:.14em;text-transform:uppercase}
.slide-caption{
  margin:14px 0 0;
  max-width:680px;
  color:rgba(244,234,223,.82);
  font-family:Georgia,serif;
  font-size:24px;
  line-height:1.35;
}
.immersive-help{
  position:absolute;right:24px;bottom:24px;z-index:4;
  color:rgba(244,234,223,.54);font-size:12px;
}


/* V3.2 — polissage article mariage cinéma */
.skip-link{
  position:fixed;left:16px;top:12px;z-index:120;
  transform:translateY(-140%);padding:10px 13px;border-radius:999px;
  background:var(--ivory);color:var(--black);font-weight:800;text-decoration:none;
}
.skip-link:focus{transform:translateY(0)}
body.cb-reportage-cinema{background:var(--ivory);}
.topbar{transition:background .25s ease, border-color .25s ease;}
.topbar::after{
  content:"";position:absolute;left:28px;right:28px;bottom:0;height:1px;
  background:rgba(244,234,223,.10);
}
.brand{white-space:nowrap}.brand small{display:block;margin-top:4px;color:rgba(244,234,223,.56);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:10px;letter-spacing:.18em;text-transform:uppercase}
.hero-actions .btn,.nav-actions .btn{min-height:44px}.btn:focus-visible,.close-btn:focus-visible,.chapter-immersion:focus-visible,.scene-link:focus-visible,.immersive-scenes button:focus-visible,.immersive-step:focus-visible{outline:2px solid var(--gold2);outline-offset:3px}
.article-nav{
  background:#f8efe4;color:var(--ink);border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light);
  padding:20px clamp(18px,7vw,110px);position:sticky;top:0;z-index:20;
  display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;
  box-shadow:0 12px 40px rgba(36,31,26,.035);
}
.article-nav strong{font-family:Georgia,serif;font-size:18px;font-weight:500;letter-spacing:-.02em}.article-nav-links{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.scene-link{border:1px solid rgba(36,31,26,.13);border-radius:999px;padding:9px 12px;text-decoration:none;color:#5f554d;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.32)}.scene-link:hover{color:var(--ink);border-color:rgba(36,31,26,.28)}
.chapter-copy .kicker{color:#91784f}.chapter-copy h2{max-width:8ch}.chapter-copy p:not(.kicker){max-width:32rem}.chapter-immersion{min-height:44px}.shot{isolation:isolate}.shot img{object-position:center center}.shot.poster.is-portrait{grid-column:span 5}.shot.poster.is-portrait img{min-height:min(680px,76vh);object-fit:cover}.shot.is-portrait img{object-fit:cover}.shot figcaption{font-family:Georgia,serif;text-shadow:0 1px 20px rgba(0,0,0,.38)}
.final-cta .btn{min-height:46px;justify-content:center}.final-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.final-cta .btn.secondary{background:transparent;color:var(--ink);border-color:rgba(36,31,26,.2)}
.immersive{isolation:isolate}.immersive[aria-hidden="true"]{pointer-events:none}.immersive[aria-hidden="false"]{pointer-events:auto}.immersive-top{pointer-events:auto}.immersive-title{max-width:min(68vw,680px)}.immersive-scenes{
  position:absolute;left:50%;bottom:24px;z-index:5;transform:translateX(-50%);
  display:flex;gap:8px;align-items:center;justify-content:center;max-width:min(92vw,980px);padding:8px;
  border:1px solid rgba(244,234,223,.16);border-radius:999px;background:rgba(5,5,4,.48);backdrop-filter:blur(18px);
}
.immersive-scenes button{appearance:none;border:0;border-radius:999px;background:transparent;color:rgba(244,234,223,.62);padding:9px 11px;cursor:pointer;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.immersive-scenes button.is-active{background:rgba(244,234,223,.14);color:var(--ivory)}
.track{overscroll-behavior:contain;scrollbar-width:none}.track::-webkit-scrollbar{display:none}.slide{min-height:100svh;height:100svh}.slide-frame{max-width:min(94vw,1480px);max-height:min(78vh,900px)}.slide.is-portrait .slide-frame{max-width:min(72vw,740px);max-height:min(80vh,900px)}.slide.is-landscape .slide-frame{max-width:min(94vw,1500px)}.slide-img{background:rgba(244,234,223,.035)}.slide.is-portrait .slide-img{height:100%;max-height:min(80vh,900px);width:auto}.slide.is-landscape .slide-img{width:auto;max-width:100%;height:auto;max-height:min(80vh,900px)}.slide-overlay{padding-bottom:88px}.slide-overlay strong{color:rgba(244,234,223,.9)}.slide-caption{font-size:clamp(17px,2vw,24px);max-width:720px;text-wrap:balance}.immersive-steps{position:absolute;left:22px;right:22px;top:50%;transform:translateY(-50%);z-index:4;display:flex;justify-content:space-between;pointer-events:none}.immersive-step{pointer-events:auto;appearance:none;border:1px solid rgba(244,234,223,.22);background:rgba(5,5,4,.32);color:rgba(244,234,223,.76);border-radius:999px;width:46px;height:46px;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(16px);font-size:22px;line-height:1}.immersive-step:hover{color:var(--ivory);background:rgba(244,234,223,.10)}
@media(max-width:980px){.shot.poster.is-portrait{grid-column:span 6}.final-cta-actions{justify-content:flex-start}.slide-frame,.slide.is-portrait .slide-frame{max-width:94vw}.immersive-scenes{left:16px;right:16px;bottom:16px;transform:none;justify-content:flex-start;overflow:auto;border-radius:18px}.immersive-scenes button{white-space:nowrap}.slide-overlay{padding-bottom:96px}.immersive-steps{display:none}}
@media(max-width:640px){.topbar::after{left:16px;right:16px}.brand small{display:none}.nav-actions .btn[href="#recit"]{display:none}.article-nav{padding:16px 18px}.article-nav strong{width:100%}.scene-link{font-size:11px;padding:8px 10px}.hero-actions .btn{flex:1 1 150px;justify-content:center}.slide{padding-left:10px;padding-right:10px}.slide.is-portrait .slide-img{max-height:76vh}.slide.is-landscape .slide-img{max-height:72vh}.slide-caption{font-size:17px}.close-btn{padding:11px 13px}.immersive-title strong{font-size:21px}.immersive-title span{font-size:10px}.immersive-scenes{bottom:12px;padding:7px}.slide-overlay{padding-left:16px;padding-right:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.shot img{transition:none}.track{scroll-snap-type:none}.slide-backdrop{filter:blur(20px) saturate(.85) brightness(.42)}}

@media(max-width:980px){
  .hero{padding-left:22px;padding-right:22px}
  .opening,.chapter,.final-cta{grid-template-columns:1fr}
  .chapter-copy{position:static}
  .shot,.shot.poster,.shot.quiet,.shot.is-landscape,.shot.is-portrait,.shot.is-square{grid-column:span 6}
  .shot.poster img{min-height:auto}
}
@media(max-width:640px){
  .topbar{align-items:flex-start;flex-direction:column;padding:14px 16px}
  .hero{padding-top:130px}
  .opening,.chapter,.final-cta{padding-left:18px;padding-right:18px}
  .shot,.shot.poster,.shot.quiet,.shot.is-landscape,.shot.is-portrait,.shot.is-square{grid-column:span 12}
  .preview-note{display:none}
  .slide{padding:82px 12px 96px}
  .slide-img{border-radius:6px}
  .slide-overlay{padding:28px 18px}
  .slide-caption{font-size:19px}
  .immersive-help{display:none}
}



/* V3.3 — bloc SEO interne WordPress, visible et indexable */
.report-links{
  background:#f8efe4;
  color:var(--ink);
  padding:clamp(58px,7vw,104px) clamp(22px,7vw,110px);
  border-top:1px solid var(--line-light);
}
.report-links-header{max-width:780px;margin-bottom:28px}
.report-links h2{
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(38px,5vw,72px);
  line-height:.92;
  letter-spacing:-.06em;
  font-weight:500;
}
.report-links p{color:#6f6258;line-height:1.72;font-size:17px;max-width:680px}
.report-links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.report-link-card{
  display:block;text-decoration:none;color:var(--ink);background:rgba(255,255,255,.44);
  border:1px solid rgba(36,31,26,.12);border-radius:18px;padding:22px;
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
.report-link-card:hover{transform:translateY(-2px);border-color:rgba(36,31,26,.24);background:rgba(255,255,255,.68)}
.report-link-card span{display:block;color:#91784f;font-size:11px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.report-link-card strong{display:block;margin-top:10px;font-family:Georgia,serif;font-size:25px;line-height:1.05;font-weight:500;letter-spacing:-.03em}
.report-link-card em{display:block;margin-top:12px;color:#6f6258;font-style:normal;font-size:14px;line-height:1.55}
@media(max-width:860px){.report-links-grid{grid-template-columns:1fr}.report-link-card{padding:19px}}


/* V3.4 — champs éditables WordPress et légendes cinéma conditionnelles */
.chapter-copy [data-wp-editable-field]{position:relative}
.chapter-copy [data-wp-editable-field]::selection{background:rgba(185,150,97,.24)}
.slide-caption:empty,.slide-caption.is-empty{display:none}
.slide-overlay[data-caption-state="empty"] .slide-caption{display:none}
.slide-overlay[data-caption-state="empty"]{background:linear-gradient(180deg,transparent,rgba(5,5,4,.52))}


/* V3.6 — navigation article prioritaire */
:root{
  --cb-topbar-height:86px;
  --cb-active-topbar-height:var(--cb-topbar-height);
  --cb-article-nav-height:72px;
}
html{
  scroll-padding-top:calc(var(--cb-active-topbar-height) + var(--cb-article-nav-height) + 26px);
}
.topbar{
  z-index:80;
  color:var(--ivory);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  transition:
    transform .28s ease,
    opacity .22s ease,
    background .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
  will-change:transform;
}
body.cb-report-scrolled .topbar{
  background:rgba(248,239,228,.92);
  color:var(--ink);
  border-bottom:1px solid rgba(36,31,26,.10);
  box-shadow:0 14px 40px rgba(36,31,26,.08);
}
body.cb-report-scrolled .topbar::after{background:rgba(36,31,26,.08)}
body.cb-report-scrolled .brand small{color:rgba(36,31,26,.55)}
body.cb-report-scrolled .nav-actions .btn{
  color:var(--ink);
  background:rgba(255,255,255,.48);
  border-color:rgba(36,31,26,.13);
}
body.cb-report-scrolled .nav-actions .btn.primary{
  color:var(--ivory);
  background:var(--ink);
  border-color:var(--ink);
}
body.cb-report-header-hidden .topbar{
  transform:translateY(calc(-100% - 8px));
  opacity:0;
  pointer-events:none;
}
.article-nav{
  position:sticky;
  top:var(--cb-active-topbar-height);
  z-index:70;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  transition:top .28s ease, box-shadow .25s ease, background .25s ease;
}
body.cb-report-header-hidden .article-nav{
  box-shadow:0 18px 50px rgba(36,31,26,.09);
}
#recit,.opening,.chapter,.report-links,.final-cta{
  scroll-margin-top:calc(var(--cb-active-topbar-height) + var(--cb-article-nav-height) + 28px);
}
@media(max-width:640px){
  :root{--cb-topbar-height:118px;--cb-article-nav-height:106px}
  .article-nav{align-items:flex-start;gap:10px}
  .article-nav-links{
    width:100%;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:3px;
    -webkit-overflow-scrolling:touch;
  }
  .scene-link{white-space:nowrap}
}
@media(prefers-reduced-motion:reduce){
  .topbar,.article-nav{transition:none}
}


/* V3.7 — footer partagé de la home rendu dans le prototype */
.cb-site-footer{
  background:#0e0d0b;
  color:var(--ivory);
  border-top:1px solid rgba(244,234,223,.12);
  padding:clamp(54px,7vw,96px) clamp(22px,7vw,110px) 28px;
}
.cb-site-footer a{
  color:inherit;
  text-decoration:none;
}
.cb-site-footer a:hover{
  color:#fff;
}
.cb-site-footer__inner{
  max-width:1320px;
  margin:0 auto;
}
.cb-site-footer__top{
  display:grid;
  grid-template-columns:minmax(260px,1.05fr) minmax(0,1.75fr);
  gap:clamp(34px,6vw,88px);
  align-items:start;
}
.cb-site-footer__brand-row{
  display:flex;
  gap:18px;
  align-items:flex-start;
}
.cb-site-footer__monogram{
  flex:0 0 auto;
  width:54px;
  height:54px;
  border-radius:999px;
  display:grid;
  place-items:center;
  border:1px solid rgba(244,234,223,.22);
  background:rgba(244,234,223,.06);
  font-family:Georgia,serif;
  font-size:18px;
  letter-spacing:.03em;
}
.cb-site-footer h2,
.cb-site-footer h3{
  margin:0;
  font-family:Georgia,serif;
  font-weight:500;
  letter-spacing:-.035em;
}
.cb-site-footer h2{
  font-size:clamp(30px,3.2vw,46px);
  line-height:.95;
}
.cb-site-footer__intro{
  margin:16px 0 0;
  max-width:520px;
  color:rgba(244,234,223,.68);
  font-size:15px;
  line-height:1.75;
}
.cb-site-footer__nav{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px clamp(24px,4vw,58px);
}
.cb-site-footer__group h3{
  color:rgba(244,234,223,.92);
  font-size:18px;
  line-height:1.1;
}
.cb-site-footer__links{
  margin:14px 0 0;
  display:grid;
  gap:9px;
}
.cb-site-footer__links a,
.cb-site-footer__links span{
  color:rgba(244,234,223,.64);
  font-size:14px;
  line-height:1.45;
}
.cb-site-footer__contact a,
.cb-site-footer__contact span{
  display:block;
}
.cb-site-footer__bottom{
  margin-top:clamp(42px,5vw,72px);
  padding-top:20px;
  border-top:1px solid rgba(244,234,223,.10);
  display:flex;
  gap:16px;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  color:rgba(244,234,223,.54);
  font-size:13px;
}
.cb-site-footer__meta{
  display:flex;
  gap:13px;
  flex-wrap:wrap;
}
.cb-site-footer__meta a{
  color:rgba(244,234,223,.56);
}
@media(max-width:980px){
  .cb-site-footer__top{grid-template-columns:1fr}
  .cb-site-footer__nav{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .cb-site-footer{padding-left:18px;padding-right:18px}
  .cb-site-footer__brand-row{display:block}
  .cb-site-footer__monogram{margin-bottom:16px}
  .cb-site-footer__nav{grid-template-columns:1fr;gap:24px}
  .cb-site-footer__bottom{display:grid;gap:12px}
}


/* V3.9 — header stable + mobile clarifié + CTA date sticky */
.topbar{
  transition:
    transform .20s ease,
    opacity .16s ease,
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}
.article-nav{
  transition:top .20s ease, box-shadow .22s ease, background .22s ease;
}
body.cb-report-nav-priority .article-nav{
  box-shadow:0 18px 50px rgba(36,31,26,.075);
}
.cb-mobile-date-cta{
  display:none;
}
@media(max-width:980px){
  .article-nav{
    position:sticky;
    top:var(--cb-active-topbar-height);
  }
}
@media(max-width:760px){
  :root{
    --cb-topbar-height:64px;
    --cb-article-nav-height:96px;
  }
  .topbar{
    flex-direction:row;
    align-items:center;
    gap:12px;
    padding:12px 14px;
  }
  .brand{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    line-height:1.05;
  }
  .brand small,
  .nav-actions .btn[href="#recit"]{
    display:none;
  }
  .nav-actions{
    flex:0 0 auto;
    gap:0;
    flex-wrap:nowrap;
  }
  .nav-actions .btn.primary{
    min-height:40px;
    padding:10px 13px;
    font-size:12px;
  }
  .hero{
    padding-top:96px;
  }
  .article-nav{
    top:0;
    padding:13px 14px 11px;
    gap:8px;
  }
  .article-nav strong{
    font-size:18px;
    width:100%;
  }
  .article-nav-links{
    margin-left:-2px;
    margin-right:-2px;
    width:calc(100% + 4px);
    flex-wrap:nowrap;
    overflow-x:auto;
    padding:0 2px 4px;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
  }
  .scene-link{
    flex:0 0 auto;
    scroll-snap-align:start;
    white-space:nowrap;
    font-size:10px;
    padding:8px 10px;
  }
  body.cb-report-header-hidden .article-nav,
  body.cb-report-nav-priority .article-nav{
    top:0;
  }
  .cb-mobile-date-cta{
    position:fixed;
    left:14px;
    right:14px;
    bottom:calc(14px + env(safe-area-inset-bottom));
    z-index:86;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:13px 18px;
    border-radius:999px;
    background:var(--ink);
    color:var(--ivory);
    border:1px solid rgba(244,234,223,.18);
    box-shadow:0 18px 44px rgba(36,31,26,.22);
    text-decoration:none;
    font-weight:850;
    letter-spacing:.01em;
    -webkit-tap-highlight-color:transparent;
  }
  body.immersive-open .cb-mobile-date-cta{
    display:none;
  }
  .cb-site-footer{
    padding-bottom:calc(108px + env(safe-area-inset-bottom));
  }
  .final-cta{
    padding-bottom:calc(clamp(58px,8vw,110px) + 42px);
  }
}
@media(prefers-reduced-motion:reduce){
  .topbar,.article-nav{transition:none}
}


/* V4.0 — logique simplifiée : topbar visible sur le hero, masquée au contact de .article-nav, réaffichée dès que l’utilisateur remonte. */
:root{
  --cb-topbar-height:72px;
  --cb-active-topbar-height:var(--cb-topbar-height);
  --cb-article-nav-height:72px;
}
.topbar{
  transform:translate3d(0,0,0);
  transition:transform .24s ease, opacity .18s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
body.cb-report-header-hidden .topbar{
  transform:translate3d(0,calc(-100% - 10px),0);
  opacity:0;
  pointer-events:none;
}
.article-nav{
  top:var(--cb-active-topbar-height);
  transition:top .24s ease, box-shadow .22s ease, background .22s ease;
}
body.cb-report-header-hidden .article-nav,
body.cb-report-nav-priority.cb-report-header-hidden .article-nav{
  top:0;
  box-shadow:0 18px 50px rgba(36,31,26,.09);
}
.cb-mobile-bottom-actions{display:none;}
@media(max-width:760px){
  :root{
    --cb-topbar-height:64px;
    --cb-article-nav-height:96px;
  }
  .topbar{
    flex-direction:row;
    align-items:center;
    padding:12px 14px;
  }
  .brand{
    font-size:16px;
    line-height:1.08;
  }
  .brand small,
  .nav-actions .btn[href="#recit"]{
    display:none;
  }
  .nav-actions .btn.primary{
    min-height:40px;
    padding:10px 13px;
    font-size:12px;
  }
  .article-nav{
    top:var(--cb-active-topbar-height);
    padding:13px 14px 11px;
  }
  body.cb-report-header-hidden .article-nav,
  body.cb-report-nav-priority.cb-report-header-hidden .article-nav{
    top:0;
  }
  .article-nav strong{
    width:100%;
    font-size:18px;
  }
  .article-nav-links{
    width:calc(100% + 4px);
    margin-left:-2px;
    margin-right:-2px;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding:0 2px 4px;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
  }
  .scene-link{
    flex:0 0 auto;
    white-space:nowrap;
    scroll-snap-align:start;
    font-size:10px;
    padding:8px 10px;
  }
  .cb-mobile-date-cta{
    position:static;
    inset:auto;
    z-index:auto;
    min-height:52px;
    padding:13px 16px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:var(--ink);
    color:var(--ivory);
    border:1px solid rgba(244,234,223,.18);
    box-shadow:0 18px 44px rgba(36,31,26,.22);
    text-decoration:none;
    font-weight:850;
    letter-spacing:.01em;
    -webkit-tap-highlight-color:transparent;
  }
  .cb-mobile-bottom-actions{
    position:fixed;
    left:12px;
    right:12px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    z-index:86;
    display:grid;
    grid-template-columns:48px minmax(0,1fr) 48px;
    gap:8px;
    align-items:center;
    pointer-events:auto;
  }
  .cb-mobile-report-arrow{
    min-height:52px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:var(--ivory);
    background:rgba(36,31,26,.92);
    border:1px solid rgba(244,234,223,.18);
    box-shadow:0 18px 44px rgba(36,31,26,.18);
    font-size:28px;
    line-height:1;
    font-family:Georgia,"Times New Roman",serif;
    -webkit-tap-highlight-color:transparent;
  }
  body.immersive-open .cb-mobile-bottom-actions{
    display:none;
  }
  .cb-site-footer{
    padding-bottom:calc(112px + env(safe-area-inset-bottom));
  }
  .final-cta{
    padding-bottom:calc(clamp(58px,8vw,110px) + 42px);
  }
}
@media(prefers-reduced-motion:reduce){
  .topbar,.article-nav{transition:none;}
}


/* V4.1 — mobile : la barre basse n’apparaît pas sur la première section. Footer partagé masqué sur mobile. */
@media(max-width:760px){
  .cb-mobile-bottom-actions{
    opacity:0;
    transform:translate3d(0,18px,0);
    pointer-events:none;
    transition:opacity .22s ease, transform .22s ease;
  }
  body.cb-report-mobile-actions-visible:not(.immersive-open) .cb-mobile-bottom-actions{
    opacity:1;
    transform:translate3d(0,0,0);
    pointer-events:auto;
  }
  .cb-site-footer{
    display:none;
  }
  .final-cta{
    padding-bottom:calc(clamp(58px,8vw,110px) + 112px + env(safe-area-inset-bottom));
  }
}
@media(prefers-reduced-motion:reduce){
  .cb-mobile-bottom-actions{transition:none;}
}



/* V4.2 — mobile : plus de header/article-nav sticky. Le burger de la home prend le relais. */
.cb-mobile-burger,
.cb-mobile-drawer{display:none;}
@media(max-width:760px){
  html{scroll-padding-top:18px;}
  body.cb-mobile-menu-open{overflow:hidden;}

  /* Sur mobile, on ne bloque plus les deux menus du haut. */
  .topbar{
    display:none !important;
    position:static !important;
    transform:none !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }
  .article-nav,
  body.cb-report-header-hidden .article-nav,
  body.cb-report-nav-priority.cb-report-header-hidden .article-nav,
  body.cb-report-nav-priority .article-nav{
    position:relative !important;
    top:auto !important;
    z-index:5 !important;
    box-shadow:none !important;
    transform:none !important;
  }
  .opening,
  .chapter,
  .final-cta,
  #recit{
    scroll-margin-top:18px !important;
  }

  .cb-mobile-burger{
    position:fixed;
    top:calc(12px + env(safe-area-inset-top));
    left:12px;
    z-index:150;
    width:48px;
    height:48px;
    border-radius:999px;
    border:1px solid rgba(244,234,223,.22);
    background:rgba(36,31,26,.86);
    color:var(--ivory);
    box-shadow:0 16px 42px rgba(14,13,11,.22);
    backdrop-filter:blur(16px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5px;
    padding:0;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
  }
  .cb-mobile-burger span{
    width:18px;
    height:2px;
    border-radius:999px;
    background:currentColor;
    display:block;
  }
  body.immersive-open .cb-mobile-burger,
  body.cb-mobile-menu-open .cb-mobile-burger{
    display:none;
  }

  .cb-mobile-drawer{
    position:fixed;
    inset:0;
    z-index:145;
    display:block;
    opacity:0;
    pointer-events:none;
    background:rgba(14,13,11,.74);
    backdrop-filter:blur(18px);
    transition:opacity .22s ease;
  }
  body.cb-mobile-menu-open .cb-mobile-drawer{
    opacity:1;
    pointer-events:auto;
  }
  .cb-mobile-drawer__panel{
    min-height:100%;
    width:min(92vw,390px);
    padding:calc(22px + env(safe-area-inset-top)) 22px calc(28px + env(safe-area-inset-bottom));
    background:linear-gradient(180deg,#fff8ee 0%,#f4eadf 100%);
    color:var(--ink);
    box-shadow:24px 0 70px rgba(0,0,0,.28);
    transform:translate3d(-16px,0,0);
    transition:transform .22s ease;
  }
  body.cb-mobile-menu-open .cb-mobile-drawer__panel{transform:translate3d(0,0,0);}
  .cb-mobile-drawer__close{
    width:46px;
    height:46px;
    border-radius:999px;
    border:1px solid rgba(36,31,26,.14);
    background:rgba(255,255,255,.45);
    color:var(--ink);
    font-size:30px;
    line-height:1;
    cursor:pointer;
  }
  .cb-mobile-drawer__eyebrow{
    margin:34px 0 8px;
    font-size:12px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#8b7c6f;
    font-weight:850;
  }
  .cb-mobile-drawer__panel strong{
    display:block;
    font-family:Georgia,"Times New Roman",serif;
    font-size:34px;
    line-height:.95;
    letter-spacing:-.045em;
    font-weight:500;
    margin-bottom:24px;
  }
  .cb-mobile-drawer__links{
    display:grid;
    gap:10px;
  }
  .cb-mobile-drawer__links a,
  .cb-mobile-drawer__links button{
    width:100%;
    min-height:46px;
    border-radius:16px;
    border:1px solid rgba(36,31,26,.1);
    background:rgba(255,255,255,.38);
    color:var(--ink);
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 14px;
    text-decoration:none;
    font:inherit;
    font-weight:780;
    cursor:pointer;
    text-align:left;
  }
  .cb-mobile-drawer__links a::after,
  .cb-mobile-drawer__links button::after{content:"›";font-family:Georgia,"Times New Roman",serif;font-size:22px;color:#8b7c6f;}
  .cb-mobile-drawer__links .cb-mobile-drawer__cta{
    margin-top:8px;
    justify-content:center;
    border-color:var(--ink);
    background:var(--ink);
    color:var(--ivory);
  }
  .cb-mobile-drawer__links .cb-mobile-drawer__cta::after{display:none;}
}
@media(min-width:761px){
  .cb-mobile-burger,
  .cb-mobile-drawer{display:none !important;}
}
@media(prefers-reduced-motion:reduce){
  .cb-mobile-drawer,
  .cb-mobile-drawer__panel{transition:none;}
}

/* WP theme adapter */
.preview-note{display:none!important;}
.admin-bar .topbar{top:32px;}
@media(max-width:782px){.admin-bar .topbar{top:46px;}}
.cb-report-debug{display:none;}


/* V4.4.5 — reportages : récit legacy centré + pas de date article visible */
.opening{
  display:block;
  padding:clamp(64px,8vw,118px) clamp(20px,6vw,92px);
}
.opening > h2{
  max-width:860px;
  margin:0 auto clamp(28px,4vw,48px);
  text-align:center;
}
.opening > div{
  max-width:940px;
  margin:0 auto;
}
.opening .vc_row{
  max-width:940px;
  margin-left:auto !important;
  margin-right:auto !important;
}
.opening .vc_column_container,
.opening .vc_column-inner,
.opening .wpb_wrapper{
  width:100%;
}
.opening .wpb_text_column{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}
.opening .wpb_text_column h1,
.opening .wpb_text_column h2,
.opening .wpb_text_column h3,
.opening .wpb_text_column h4,
.opening .vc_cta3-content-header{
  text-align:center;
}
.opening .wpb_text_column p,
.opening .wpb_text_column li{
  text-align:left;
}
.opening .vc_cta3-container{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}
.opening .vc_tta-container{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:760px){
  .opening{
    padding:72px 18px 54px;
  }
  .opening > h2{
    text-align:left;
    margin-left:0;
    margin-right:0;
  }
  .opening .wpb_text_column h1,
  .opening .wpb_text_column h2,
  .opening .wpb_text_column h3,
  .opening .wpb_text_column h4,
  .opening .vc_cta3-content-header{
    text-align:left;
  }
}

/* V4.4.6 — article legacy seul quand aucune sélection cinéma n'existe */
.opening.cb-opening--legacy-only{
  padding-top:clamp(54px,7vw,96px);
}
.opening.cb-opening--legacy-only > div{
  max-width:960px;
}
.opening.cb-opening--legacy-only .wpb_text_column:first-child h1:first-child{
  margin-top:0;
}


/* V4.4.10 — sécurité anti-doublon : un reportage non validé garde le shell, mais jamais les chapitres cinéma. */
.cb-cinema-reportage__article.cb-reportage--legacy-only .article-nav,
.cb-cinema-reportage__article.cb-reportage--legacy-only .chapter,
.cb-cinema-reportage__article.cb-reportage--legacy-only .projection,
.cb-cinema-reportage__article.cb-reportage--legacy-only ~ .immersive{
  display:none!important;
}
.cb-cinema-reportage__article.cb-reportage--legacy-only .opening{
  max-width:min(1120px,calc(100vw - 48px));
  margin-inline:auto;
}
.cb-cinema-reportage__article.cb-reportage--legacy-only .opening > div{
  max-width:100%;
}


/* V4.4.11 — anciens articles : fond du récit legacy pleine largeur.
   Le contenu reste contenu/centré, mais on retire le cadre étroit qui laissait voir le noir sur les côtés. */
.cb-cinema-reportage__article.cb-reportage--legacy-only .opening{
  width:100%;
  max-width:none!important;
  margin:0!important;
  border-radius:0!important;
  background:var(--ivory);
}
.cb-cinema-reportage__article.cb-reportage--legacy-only .opening > h2,
.cb-cinema-reportage__article.cb-reportage--legacy-only .opening > div{
  max-width:960px;
  margin-left:auto!important;
  margin-right:auto!important;
}
.cb-cinema-reportage__article.cb-reportage--legacy-only .opening .vc_row{
  max-width:960px;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:760px){
  .cb-cinema-reportage__article.cb-reportage--legacy-only .opening{
    padding-left:18px;
    padding-right:18px;
  }
}


/* V4.4.13 — la marque des reportages est un vrai lien vers la home. */
.topbar .brand.cb-reportage-brand{color:inherit;text-decoration:none;display:block}
.topbar .brand.cb-reportage-brand:hover{color:#fff8ed}


/* V4.4.19 — le lieu ne doit pas être affiché deux fois dans le hero. */
.hero .hero-meta{display:none!important}

/* cb-afterstory-restored-v2 */
.cb-cinema-reportage .projection{
  display:none!important;
}

.cb-cinema-reportage .cb-venue-cta--merged{
  padding:clamp(58px,7vw,104px) clamp(22px,7vw,108px)!important;
  border-top:1px solid rgba(43,35,27,.12)!important;
  border-bottom:1px solid rgba(43,35,27,.10)!important;
}

.cb-cinema-reportage .cb-venue-cta--merged .cb-venue-cta__content{
  width:min(1420px, calc(100vw - 44px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px);
  align-items:start;
  gap:clamp(34px,5vw,78px);
}

.cb-cinema-reportage .cb-venue-cta--merged h2{
  font-size:clamp(48px,6.2vw,98px)!important;
  line-height:.92!important;
  max-width:980px!important;
  margin-bottom:clamp(20px,2.5vw,32px)!important;
}

.cb-cinema-reportage .cb-venue-cta--merged .cb-venue-cta__main > p:not(.kicker){
  max-width:760px!important;
  margin-bottom:clamp(22px,2.6vw,34px)!important;
}

.cb-cinema-reportage .cb-venue-details--inside{
  padding:0!important;
}

.cb-cinema-reportage .cb-venue-details--inside details{
  width:100%;
  margin:0;
  border:1px solid rgba(43,35,27,.16);
  border-radius:24px;
  background:rgba(255,255,255,.30);
  overflow:hidden;
}

.cb-cinema-reportage .cb-venue-details--inside summary{
  cursor:pointer;
  list-style:none;
  padding:22px 26px;
  font-weight:750;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-size:13px;
  line-height:1.35;
}

.cb-cinema-reportage .cb-venue-details--inside summary::-webkit-details-marker{
  display:none;
}

.cb-cinema-reportage .cb-venue-details--inside summary:after{
  content:"+";
  float:right;
  font-size:20px;
  line-height:1;
  margin-left:18px;
}

.cb-cinema-reportage .cb-venue-details--inside details[open] summary:after{
  content:"–";
}

.cb-cinema-reportage .cb-venue-details--inside .cb-reportage-prose{
  padding:0 26px 26px;
  color:rgba(43,35,27,.74);
}

.cb-cinema-reportage .cb-reportage-vendors{
  padding:clamp(52px,6vw,88px) clamp(22px,7vw,108px)!important;
  border-top:1px solid rgba(43,35,27,.10)!important;
  border-bottom:1px solid rgba(43,35,27,.10)!important;
}

.cb-cinema-reportage .cb-reportage-vendors h2{
  font-size:clamp(38px,5vw,72px)!important;
  line-height:.95!important;
  margin-bottom:clamp(22px,3vw,34px)!important;
}

.cb-cinema-reportage .cb-reportage-vendors .cb-reportage-prose{
  width:min(900px, 100%)!important;
}

.cb-cinema-reportage .cb-reportage-vendors .cb-reportage-prose p{
  margin:0 0 15px!important;
}

.cb-cinema-reportage .cb-reportage-nextprev{
  background:#11100d!important;
  color:#f5eee4!important;
  padding:clamp(58px,7vw,104px) clamp(22px,7vw,108px)!important;
}

.cb-cinema-reportage .cb-reportage-nextprev .kicker,
.cb-cinema-reportage .cb-reportage-nextprev h2,
.cb-cinema-reportage .cb-reportage-link-grid{
  width:min(1180px, calc(100vw - 44px));
  margin-left:auto!important;
  margin-right:auto!important;
}

.cb-cinema-reportage .cb-reportage-nextprev h2{
  color:#f5eee4!important;
  font-size:clamp(42px,6vw,86px)!important;
  line-height:.95!important;
  margin-bottom:clamp(24px,3vw,38px)!important;
}

.cb-cinema-reportage .cb-reportage-link-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:14px;
}

.cb-cinema-reportage .cb-report-nav-card{
  min-height:138px;
  padding:22px;
  border:1px solid rgba(245,238,228,.18);
  border-radius:24px;
  background:rgba(255,255,255,.045);
  color:#f5eee4!important;
  text-decoration:none!important;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:20px;
}

.cb-cinema-reportage .cb-report-nav-card:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.075);
  border-color:rgba(245,238,228,.34);
}

.cb-cinema-reportage .cb-report-nav-symbol{
  font-size:26px;
  line-height:1;
  opacity:.86;
}

.cb-cinema-reportage .cb-report-nav-card em{
  display:block;
  color:rgba(245,238,228,.62);
  font-style:normal;
  font-size:12px;
  font-weight:750;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:8px;
}

.cb-cinema-reportage .cb-report-nav-card strong{
  display:block;
  color:#f5eee4;
  font-size:clamp(18px,1.6vw,24px);
  line-height:1.08;
  font-weight:650;
}

@media (max-width:980px){
  .cb-cinema-reportage .cb-venue-cta--merged .cb-venue-cta__content{
    grid-template-columns:1fr;
  }

  .cb-cinema-reportage .cb-reportage-link-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:640px){
  .cb-cinema-reportage .cb-venue-cta--merged{
    padding:46px 18px!important;
  }

  .cb-cinema-reportage .cb-reportage-link-grid{
    grid-template-columns:1fr;
  }

  .cb-cinema-reportage .cb-report-nav-card{
    min-height:112px;
    border-radius:20px;
  }
}
/* /cb-afterstory-restored-v2 */


/* cb-editorial-scenes-always-v1 */
.cb-cinema-reportage .chapter-intro p{
  margin:0 0 1em;
}
.cb-cinema-reportage .chapter-intro p:last-child{
  margin-bottom:0;
}
/* /cb-editorial-scenes-always-v1 */


/* cb-reportage-giphy-grid-v1 */
.cb-cinema-reportage .cb-reportage-gifs{
  padding:clamp(54px,6vw,92px) clamp(22px,7vw,108px)!important;
  border-top:1px solid rgba(43,35,27,.10)!important;
  border-bottom:1px solid rgba(43,35,27,.10)!important;
}
.cb-cinema-reportage .cb-reportage-gifs .kicker,
.cb-cinema-reportage .cb-reportage-gifs h2,
.cb-cinema-reportage .cb-reportage-gifs__intro,
.cb-cinema-reportage .cb-reportage-gif-grid{
  width:min(1180px, calc(100vw - 44px));
  margin-left:auto;
  margin-right:auto;
}
.cb-cinema-reportage .cb-reportage-gifs h2{
  font-size:clamp(38px,5.2vw,78px)!important;
  line-height:.95!important;
  margin-bottom:18px!important;
}
.cb-cinema-reportage .cb-reportage-gifs__intro{
  max-width:720px;
  margin-bottom:clamp(24px,3vw,38px)!important;
  color:rgba(43,35,27,.68);
}
.cb-cinema-reportage .cb-reportage-gif-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:14px;
}
.cb-cinema-reportage .cb-reportage-gif-card{
  position:relative;
  aspect-ratio:1/1;
  border-radius:22px;
  overflow:hidden;
  background:rgba(43,35,27,.08);
  border:1px solid rgba(43,35,27,.12);
}
.cb-cinema-reportage .cb-reportage-gif-card iframe{
  position:absolute;
  inset:0;
  width:100%!important;
  height:100%!important;
  display:block;
  border:0!important;
}
@media (max-width:980px){
  .cb-cinema-reportage .cb-reportage-gif-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}
@media (max-width:640px){
  .cb-cinema-reportage .cb-reportage-gif-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
  }
}
/* /cb-reportage-giphy-grid-v1 */
