/* Featured documentary after the sizzle reel. */
.featured-film { display:grid; grid-template-columns:minmax(0,1fr) minmax(360px,.9fr); min-height:clamp(470px,42vw,650px); background:var(--paper); color:var(--ink); }
.featured-film__art { display:block; min-height:100%; overflow:hidden; background:#211d18; }
.featured-film__art img { display:block; width:100%; height:100%; object-fit:contain; background:#f7f3eb; transition:transform .55s ease; }
.featured-film__art:hover img { transform:scale(1.025); }
.featured-film__copy { align-self:center; max-width:610px; padding:clamp(52px,8vw,130px) clamp(28px,7vw,105px); }
.featured-film__copy .eyebrow { color:var(--red); }
.featured-film__rule { display:block; width:82px; height:2px; margin:25px 0 32px; background:var(--red); }
.featured-film__copy h2 { margin:0 0 23px; font:600 clamp(54px,6vw,92px)/.91 var(--serif); letter-spacing:-.06em; }
.featured-film__copy>p:not(.eyebrow) { max-width:440px; margin:0 0 32px; color:#554c42; font-size:clamp(16px,1.4vw,20px); line-height:1.58; }
@media (max-width:760px) { .featured-film { grid-template-columns:1fr; min-height:0; } .featured-film__art { min-height:340px; } .featured-film__copy { padding:58px 24px 64px; } .featured-film__copy h2 { font-size:clamp(52px,15vw,74px); } }

.featured-film__copy .featured-film__funding { margin:0 0 26px; padding-top:19px; color:var(--red); border-top:1px solid rgba(184,31,38,.3); font:600 12px/1.5 var(--mono); letter-spacing:.015em; }
.featured-film__funding em { font-style:normal; }
