/* Frontpage film: title above, film unobstructed */
.ji-film-chapter{padding:var(--ji-rc-section) 0;background:var(--ji-rc-black);color:#fff}
.ji-film-chapter .ji-rc-header{margin-bottom:clamp(36px,5vw,70px)}
.ji-film-chapter__video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#050705}
.ji-film-chapter .ji-rc-video-frame{box-shadow:0 28px 90px rgba(0,0,0,.22)}
.ji-film-chapter__footer{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:26px}
.ji-film-chapter__footer .ji-btn{flex:none}

/* Regent film: 2/3 media and 1/3 editorial copy */
.ji-regent-film-editorial{background:var(--ji-rc-black);color:#fff}
.ji-regent-film-editorial .ji-rc-editorial__copy{background:#121811;color:#fff}
.ji-regent-film-editorial .ji-rc-editorial__copy .ji-btn--ghost{border-color:rgba(255,255,255,.62)}
.ji-regent-film-editorial .ji-rc-video-control{position:absolute;right:24px;bottom:22px;z-index:3;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.65)}
.ji-regent-film-editorial .ji-rc-editorial__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,rgba(0,0,0,.28));pointer-events:none}

/* Frontpage Regent reveal: one section, poster first, film revealed by user */
.ji-regent-reveal{background:#050705;color:#fff}
.ji-regent-reveal__stage{position:relative;min-height:clamp(660px,88vh,980px);overflow:hidden;background:#050705}
.ji-regent-reveal__poster,.ji-regent-reveal__film{position:absolute;inset:0}
.ji-regent-reveal__poster picture,.ji-regent-reveal__poster img,.ji-regent-reveal__film video{display:block;width:100%;height:100%;object-fit:cover}
.ji-regent-reveal__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,5,3,.78) 0%,rgba(3,5,3,.36) 48%,rgba(3,5,3,.12) 75%),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.4))}
.ji-regent-reveal__copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:2;pointer-events:none}
.ji-regent-reveal__copy>*{pointer-events:auto}
.ji-regent-reveal__copy h2{max-width:14ch;font-size:clamp(48px,6.2vw,100px);line-height:.98;color:#fff;text-wrap:balance}
.ji-regent-reveal__copy>p:not(.ji-kicker){font-size:clamp(16px,1.25vw,20px)}
.ji-regent-reveal__film[hidden]{display:none}
.ji-regent-reveal__film{z-index:4;background:#000;opacity:0;transition:opacity .45s ease}
.ji-regent-reveal.is-playing .ji-regent-reveal__film{opacity:1}
.ji-regent-reveal__film video{background:#000}
.ji-regent-reveal__film-controls{position:absolute;right:clamp(20px,3vw,48px);bottom:clamp(20px,3vw,42px);z-index:5;display:flex;gap:18px;align-items:center}
.ji-regent-reveal__control{appearance:none;border:0;border-bottom:1px solid rgba(255,255,255,.65);background:rgba(5,7,5,.38);color:#fff;padding:8px 2px;cursor:pointer;font-size:11px;letter-spacing:.14em;text-transform:uppercase;backdrop-filter:blur(8px)}
.ji-regent-reveal__control:focus-visible{outline:2px solid var(--ji-rc-gold);outline-offset:5px}
@media(max-width:767px){
  .ji-regent-reveal__stage{min-height:82svh}
  .ji-regent-reveal__shade{background:linear-gradient(180deg,rgba(3,5,3,.08) 15%,rgba(3,5,3,.82) 100%)}
  .ji-regent-reveal__copy{justify-content:flex-end;padding-bottom:72px}
  .ji-regent-reveal__copy h2{font-size:clamp(42px,12vw,66px);max-width:11ch}
  .ji-regent-reveal__film-controls{left:20px;right:20px;justify-content:space-between}
}
@media(prefers-reduced-motion:reduce){.ji-regent-reveal__film{transition:none}}
