.work-hero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.work-hero h1 { font-size: clamp(2rem, 3.3vw, 3.3rem); max-width: 20ch; }
.work-hero .research-lead { font-size: 1.05rem; }
.work-hero figure img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.work-hero figcaption, .work-image figcaption { color: var(--muted); font-size: .78rem; line-height: 1.5; margin-top: .65rem; }
.work-row { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(2rem, 4vw, 4rem); }
.work-row h2 { font: 600 clamp(1.7rem, 2.5vw, 2.6rem)/1.15 var(--display); letter-spacing: -.025em; margin: .5rem 0 1.1rem; }
.work-row h3 { font: 600 1.15rem/1.35 var(--display); margin: 1.4rem 0 .6rem; }
.work-row p { color: var(--muted); max-width: 60ch; }
.work-row ul { padding-left: 1.2rem; color: var(--muted); }
.work-row li { margin-bottom: .6rem; }
.work-row strong { color: var(--ink); }
.work-image img { width: 100%; height: auto; }
.work-image figcaption a { text-decoration: underline; text-underline-offset: .2em; }
.work-note { margin-top: 1.6rem; padding-top: 1.1rem; border-top: 1px solid var(--rule); }
.work-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.work-contact h2 { font: 600 clamp(1.8rem, 2.7vw, 2.8rem)/1.15 var(--display); max-width: 22ch; margin: .5rem 0 1rem; }
.work-contact .contact-link { font-size: clamp(1rem, 2vw, 1.6rem); overflow-wrap: anywhere; }
.work-contact p { color: var(--muted); max-width: 58ch; }
.film-section.ruled { padding-top: clamp(2.5rem, 4vw, 4rem); padding-bottom: clamp(2.5rem, 4vw, 4rem); }
.film-section h2 { font: 600 clamp(1.6rem, 2.5vw, 2.6rem)/1.18 var(--display); letter-spacing: -.025em; margin: .5rem 0 1.6rem; }
.film-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.video-stage { position: relative; aspect-ratio: 16 / 9; background: var(--night); }
.video-stage img, .video-stage iframe { display: block; width: 100%; height: 100%; object-fit: contain; border: 0; }
.video-stage img { object-fit: cover; }
.video-load { position: absolute; bottom: 1rem; left: 1rem; padding: .7rem 1rem; border: 1px solid var(--white); background: var(--night); color: var(--white); font: 650 .85rem/1.3 var(--sans); cursor: pointer; }
.video-load:hover { background: var(--rust-dark); }
.video-load[hidden] { display: none; }
.video-card figcaption { padding-top: .85rem; }
.video-card figcaption strong { display: block; font: 600 1.12rem/1.4 var(--display); }
.video-card figcaption p { color: var(--muted); font-size: .9rem; margin: .55rem 0; }
.video-card .video-privacy { font-size: .76rem; line-height: 1.5; }
.video-card a { text-decoration: underline; text-underline-offset: .2em; font-size: .83rem; }
@media (max-width: 800px) {
  .work-hero, .work-row, .work-contact, .film-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .work-hero figure { max-width: 580px; }
  .work-hero h1 { max-width: 22ch; }
  .work-row--media-first > figure { order: 2; }
  .video-load { bottom: .65rem; left: .65rem; }
}
@media print { .video-load, .video-stage iframe { display: none; } }
