.project-updates {
  padding: 64px clamp(18px, 6vw, 86px) 88px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 100px;
}
.featured-film {
  padding: 64px clamp(18px, 6vw, 86px);
  background: var(--graphite);
  text-align: center;
  scroll-margin-top: 80px;
}
.featured-film h2 {
  max-width: 800px;
  margin: 0 auto 32px;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.15;
}
.featured-film video {
  display: block;
  width: min(100%, 405px);
  height: auto;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  background: #000;
}
.featured-film p { margin: 20px auto 0; color: var(--muted); font-size: .9rem; }
.featured-film a { text-decoration: underline; text-underline-offset: 4px; }
.featured-film video:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }
.project-updates h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 20px;
}
.updates-intro { color: var(--muted); max-width: 680px; }
.updates-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 24px;
  margin: 32px 0;
}
.update-entry { min-width: 0; }
.update-entry img {
  height: 360px;
  object-fit: contain;
  background: var(--graphite);
}
.update-entry h3 { margin: 20px 0 12px; line-height: 1.25; }
.update-entry p { color: var(--muted); max-width: 580px; }
.story-link, .story-back, .updates-instagram {
  display: inline-block;
  color: var(--acid);
  text-decoration: underline;
  text-underline-offset: 5px;
  padding: 10px 0;
}
a:focus-visible, summary:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }
.story-link:hover, .story-back:hover, .updates-instagram:hover { color: var(--paper); }
.project-card > img { position: absolute; inset: 0; }
.project-card .story-link { padding-top: 14px; }
.project-card.large img { object-position: center; }
.curated-projects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.curated-projects .project-card.large {
  grid-column: 1 / -1;
  grid-row: auto;
  min-height: 560px;
}
.curated-projects .project-card { min-height: 460px; }
@media (max-width: 640px) {
  .curated-projects { grid-template-columns: minmax(0, 1fr); }
  .curated-projects .project-card,
  .curated-projects .project-card.large { min-height: 420px; }
}
.story-page .site-header { background: var(--ink); border-bottom: 1px solid var(--line); }
.story { max-width: 1200px; margin: auto; padding: 116px 24px 64px; }
.story h1 { font-size: clamp(2.3rem, 6vw, 5rem); line-height: 1.05; max-width: 1000px; margin-top: 24px; overflow-wrap: anywhere; }
.story-lead { max-width: 780px; font-size: 1.2rem; color: var(--muted); }
.story-cover { margin: 32px 0; }
.story-cover img { height: auto; max-height: 640px; object-fit: contain; background: var(--graphite); }
.story figcaption { margin-top: 12px; color: var(--muted); font-size: .9rem; }
.story-copy { max-width: 760px; margin: 32px auto 48px; font-size: 1.08rem; }
.story-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.story-gallery figure { margin: 0; }
.story-gallery img { height: 460px; object-fit: contain; background: var(--graphite); }
.story-contact { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); }
.story-contact h2 { font-size: 2rem; line-height: 1.15; }
.story-contact .button { margin: 8px 16px 8px 0; }
@media (max-width: 640px) {
  .hero > *, .section-grid > *, .contact > * { min-width: 0; }
  .hero-panel strong { font-size: clamp(2.4rem, 11vw, 3.4rem); }
  h1 { font-size: clamp(2rem, 10vw, 3rem); overflow-wrap: anywhere; }
  h2 { font-size: clamp(1.9rem, 8.5vw, 2.75rem); overflow-wrap: anywhere; }
  .updates-grid, .story-gallery { grid-template-columns: 1fr; }
  .update-entry img { height: 300px; }
  .story { padding-inline: 18px; }
  .story-gallery img { height: 400px; }
  .project-card div { left: 18px; right: 18px; bottom: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
