/* Videos retain their complete frame: the captions are part of the films. */
.film-hero { background: var(--paper, #faf8f3); color: var(--ink); }
.film-hero-media { width: min(100%, 1440px); margin-inline: auto; }
.film-hero-screen { position: relative; aspect-ratio: 16 / 9; background: #19241c; }
.film-hero-poster, .film-hero-poster img, .film-hero-video {
  display: block; width: 100%; height: 100%; object-fit: contain;
}
.film-hero-video { position: absolute; inset: 0; opacity: 0; }
.film-hero-video.has-frame { opacity: 1; }
.film-controls { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; padding: 12px 24px; }
.film-controls[hidden] { display: none; }
.film-controls button { min-height: 44px; padding: 8px 16px; border: 1px solid var(--green); border-radius: 24px; color: var(--green); background: transparent; font: inherit; font-size: .85rem; cursor: pointer; }
.film-controls button:hover { background: #e7ebe4; }
.film-controls button:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.film-status { font-size: .8rem; }
.film-hero-copy { padding-top: clamp(28px, 4vw, 58px); padding-bottom: clamp(40px, 6vw, 80px); }
.film-location { margin: 8px 0 20px; font-size: .9rem; }
.film-hero-copy h1 { max-width: 900px; margin: 0; font-family: var(--font-serif, serif); font-size: clamp(1.8rem, 3.8vw, 3.4rem); font-weight: 500; line-height: 1.65; letter-spacing: .035em; }
.film-hero-copy .hero-title-row { align-items: center; }
.film-hero-copy .hero-award-mark { width: clamp(78px, 10vw, 130px); flex-shrink: 0; }
.film-intro { max-width: 760px; margin: 24px 0; line-height: 2; }
.film-order-link { margin: 18px 0 0; font-size: .9rem; }
.film-fallback { margin: 0; padding: 12px 24px; }
.film-link-square { display: none; }
.season-film { width: min(100%, 540px); margin: 40px auto 48px; }
.season-film figcaption { margin-bottom: 14px; color: var(--green); font-size: 1.1rem; font-weight: 600; letter-spacing: .04em; }
.season-film video { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: #19241c; border-radius: 12px; }
@media (max-width: 640px) {
  .film-hero-screen { aspect-ratio: 1; }
  .film-controls { padding: 10px 20px; gap: 8px; }
  .film-hero-copy .hero-title-row { flex-direction: row; gap: 14px; }
  .film-hero-copy h1 { font-size: clamp(1.5rem, 6vw, 2.2rem); }
  .film-hero-copy .hero-award-mark { width: 78px; }
  .film-hero-copy .button-row { align-items: stretch; }
  .film-link-wide { display: none; }
  .film-link-square { display: inline; }
  .season-film { margin-block: 28px 36px; }
}
