/* The original 16:9 film remains a panorama on small screens. */
.cinema { height: 420svh; background: #192823; }
.cinema-stage { background: #192823; }
.cinema-media { position: absolute; inset: 0; overflow: hidden; }
.cinema-media .cinema-poster, #cinema-canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
#cinema-canvas { opacity: 0; transition: opacity .3s; }
#cinema-canvas.is-ready { opacity: 1; }
.cinema-shade { background: linear-gradient(0deg, rgb(9 20 17 / 74%), transparent 62%), linear-gradient(90deg, rgb(12 25 21 / 26%), transparent 55%), linear-gradient(180deg, rgb(9 20 17 / 55%), transparent 26%); }
.cinema-kicker { display: flex; align-items: center; gap: 20px; }
.cinema-film-label { padding-left: 20px; border-left: 1px solid rgb(255 244 186 / 35%); font-size: 9px; text-transform: uppercase; letter-spacing: 1.3px; color: var(--cream); }
.cinema-chapters { inset: auto var(--gutter) 20%; transition: opacity .35s; }
.cinema-chapters.is-film-ending { opacity: 0; pointer-events: none; }
.cinema-chapter { top: auto; bottom: 0; max-width: 550px; }
.cinema-chapter h2,
html[lang=pt-BR] .cinema-chapter h2,
html[lang=es] .cinema-chapter h2 { font-size: clamp(48px, 5.2vw, 82px); letter-spacing: -2px; }
.cinema-chapter>.eyebrow { margin-bottom: 15px; }
.chapter-copy { margin-top: 20px; font-size: 14px; }
.cinema-loading { position: absolute; right: var(--gutter); bottom: 115px; color: var(--butter); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.cinema-loading::before { content: ''; display: inline-block; width: 6px; height: 6px; background: currentColor; border-radius: 50%; margin-right: 10px; animation: cinema-pulse 1s ease-in-out infinite alternate; }
@keyframes cinema-pulse { to { opacity: .3; } }
.cinema-preparing { overflow: hidden; }
.cinema-loader { position: fixed; inset: 0; z-index: 100; overflow: auto; display: grid; place-items: center; padding: 35px 24px; background: #233931; color: var(--butter); }
.cinema-loader[hidden] { display: none; }
.cinema-loader-content { width: min(100%, 450px); text-align: center; }
.cinema-loader-eye { display: block; width: 64px; height: auto; margin: 0 auto 20px; }
.cinema-loader-wordmark { display: block; width: 250px; max-width: 80%; height: auto; margin: 0 auto 44px; }
.cinema-loader .eyebrow { font-size: 9px; letter-spacing: 2px; }
.cinema-loader h2 { margin-top: 22px; font-size: clamp(33px, 4vw, 53px); line-height: 1.17; letter-spacing: -1px; }
.cinema-loader h2 em { color: var(--cream); }
.cinema-loader-description { margin-top: 20px; font-size: 14px; color: #dddcc7; }
.cinema-loader-meter { display: flex; gap: 20px; align-items: center; margin-top: 33px; }
.cinema-loader progress { display: block; appearance: none; -webkit-appearance: none; width: 100%; height: 2px; border: 0; background: #526054; color: var(--butter); }
.cinema-loader progress::-webkit-progress-bar { background: #526054; }
.cinema-loader progress::-webkit-progress-value { background: var(--butter); }
.cinema-loader progress::-moz-progress-bar { background: var(--butter); }
.cinema-loader-meter>span { font-size: 11px; font-variant-numeric: tabular-nums; min-width: 34px; text-align: right; }
.cinema-loader-actions { margin-top: 35px; display: flex; flex-direction: column; align-items: center; gap: 17px; }
.cinema-loader-actions .button { font-size: 10px; min-height: 47px; width: 100%; max-width: 310px; padding: 14px; }
.cinema-loader-register { padding: 8px; border: 0; background: none; color: var(--butter); font-family: var(--sans); font-size: 11px; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.cinema.is-static { height: 100svh; min-height: 740px; }
.cinema.is-static .cinema-stage { position: relative; min-height: 740px; }
.cinema.is-static .cinema-scroll-hint { display: none; }
@media(max-width:700px) {
  .cinema { height: 400svh; }
  .cinema-stage { min-height: 740px; }
  .cinema-media { inset: 148px 0 auto; height: auto; aspect-ratio: 16 / 9; }
  .cinema-shade { display: none; }
  .cinema-topline { top: 92px; align-items: flex-start; }
  .cinema-kicker { flex-direction: column; align-items: flex-start; gap: 5px; }
  .cinema-kicker>.eyebrow { font-size: 8px; letter-spacing: 1px; }
  .cinema-film-label { padding: 0; border: 0; font-size: 7px; letter-spacing: 1px; color: #d2d5c1; }
  .cinema-chapters { inset: auto var(--gutter) 190px; }
  .cinema-chapter { max-width: 100%; }
  .cinema-chapter h2,
  html[lang=pt-BR] .cinema-chapter h2,
  html[lang=es] .cinema-chapter h2 { font-size: clamp(42px, 11vw, 60px); letter-spacing: -1.4px; }
  .cinema-chapter>.eyebrow { font-size: 8px; margin-bottom: 14px; }
  .chapter-copy { font-size: 12px; line-height: 1.6; margin-top: 17px; }
  .cinema-bottom { bottom: 94px; }
  .cinema-loading { bottom: 158px; font-size: 8px; }
  .cinema-chapters.is-film-ending { opacity: 1; }
  .cinema-loader-wordmark { margin-bottom: 35px; }
}
@media(max-height:740px) and (min-width:701px) {
  .cinema-chapters { bottom: 19%; }
  .cinema-chapter h2,html[lang=pt-BR] .cinema-chapter h2,html[lang=es] .cinema-chapter h2 { font-size: 56px; }
}
@media(prefers-reduced-motion:reduce) {
  .cinema { height: 100svh; min-height: 740px; }
  .cinema-stage { min-height: 740px; }
  #cinema-canvas { display: none; }
  .cinema-loading, .cinema-loader { display: none; }
}
