/* Archived films remain visible in their original season and special project. */
.film{position:relative;isolation:isolate;overflow:hidden}
.film>.brand-waves{opacity:.82}
.film>:not(.brand-waves){position:relative;z-index:1}
.film .wave-one{width:max(145vw,1300px);left:-65%;top:-38%;animation-delay:-32s}
.film .wave-two{width:max(190vw,1800px);left:12%;top:-70%;animation-delay:-74s}
.archive-video{width:100%;max-width:960px;margin:0 auto}
.video-frame{position:relative;height:0;padding-bottom:56.25%;background:#262626;overflow:hidden}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.archive-video figcaption{display:flex;justify-content:space-between;gap:18px;align-items:baseline;font-size:12px;line-height:1.7;color:inherit;margin-top:16px}
.archive-video figcaption a{flex-shrink:0;border-bottom:1px solid currentColor;padding-bottom:4px}
.film-intro{max-width:760px;font-size:16px;line-height:1.85;margin:0 0 32px auto}
.special .archive-video{margin-top:44px}
.special-article{display:block;width:fit-content;max-width:100%;font-size:12px;line-height:1.8;margin-top:20px;border-bottom:1px solid #ffffff55;padding-bottom:5px}
.hero-actions .hero-explore+.hero-explore{margin-top:-10px}
@media(max-width:700px){
 .film .wave-one{width:1200px;left:-850px;top:-160px}
 .film .wave-two{width:1400px;left:-120px;top:-850px}
 .archive-video figcaption{display:block;font-size:11px}
 .archive-video figcaption a{display:inline-block;margin-top:10px}
 .film-intro{font-size:14px;margin-bottom:26px}
 .special .archive-video{margin-top:30px}
 .season-2023 .hero-actions{flex-wrap:wrap}
 .hero-actions .hero-explore+.hero-explore{margin-top:0}
}
@media print{.video-frame{display:none}.archive-video figcaption a::after{content:' (' attr(href) ')';overflow-wrap:anywhere}}
