/* MOM v2. Existing measured .wrap geometry remains unchanged.
   Layers: photographic visual 0, scrim 1, content 2, skip link 3. */
*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: var(--weight-regular) var(--text-body)/var(--leading-body) var(--font-body); }
a { color: inherit; text-underline-offset: .25em; transition: color .18s ease, background-color .18s ease; }
a:hover { color: var(--rule); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: #f2c23055; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .7; }
input { min-width: 0; }
p { margin: 0 0 1.2em; }
h1, h2, h3 { text-wrap: balance; }
section { padding: 64px 0; scroll-margin-top: 24px; }
h2 { margin: 0 0 24px; font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.18; font-weight: 500; letter-spacing: -.035em; }
h3 { margin: 0 0 4px; font-size: 1.4rem; line-height: 1.25; font-weight: 500; letter-spacing: -.025em; }
.wrap { max-width: var(--content-max); margin: 0 auto; padding: 0 var(--page-x-live, var(--page-x)); }
.skip-link { position: absolute; top: 12px; left: 12px; padding: 12px; background: var(--bg); color: var(--ink); z-index: 3; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { padding: 12px 0; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.wordmark { font-size: 24px; font-weight: 750; letter-spacing: -.045em; text-decoration: none; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.site-header nav .nav-signup { border-bottom: 1px solid currentColor; }
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: min(760px, calc(100svh - 68px)); display: flex; align-items: flex-end; padding: 56px 0; color: #f7f7f5; background: #20211e; }
.hero-visual { position: absolute; inset: -36px 0; z-index: 0; }
.hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 36%; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, #14151012 0%, #14151040 30%, #141510e8 100%), linear-gradient(90deg, #14151040, #14151005 50%, #14151065); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 48px; }
.eyebrow { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
.hero h1 { font-size: clamp(5.5rem, 10vw, 9rem); line-height: .85; font-weight: 750; letter-spacing: -.07em; margin: 0 0 24px -.065em; }
.hero .lead { font-size: clamp(1.1rem, 1.7vw, 1.4rem); line-height: 1.45; margin: 0; max-width: 32ch; }
.hero-signup { max-width: 480px; scroll-margin-top: 24px; }
.hero-signup h2 { font-size: clamp(1.5rem, 2.3vw, 2rem); margin-bottom: 12px; }
.hero-signup > p { max-width: 42ch; font-size: 15px; }
.newsletter-form label { display: block; font-size: 13px; margin-bottom: 8px; }
.signup-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.signup-row input { width: 100%; min-height: 50px; padding: 12px; background: #f7f7f5; color: #1a1a1a; border: 1px solid #737373; border-radius: 2px; font: inherit; }
.signup-row input:focus-visible { outline-color: var(--accent); }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; border-radius: 2px; border: 1px solid transparent; padding: 12px 18px; font: 600 13px/1.3 var(--font-body); text-decoration: none; transition: background-color .18s ease, color .18s ease; }
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { background: #ffda69; color: #1a1a1a; }
.btn:active { background: #dfb125; }
.consent { font-size: 12px; line-height: 1.5; margin: 12px 0 0; }
.form-status { min-height: 3em; font-size: 12px; line-height: 1.5; margin: 10px 0 0; overflow-wrap: anywhere; }
.form-status[data-state='error'], .form-status[data-state='invalid'] { font-weight: 650; }
input[aria-invalid='true'] { border: 2px solid currentColor; }
#blurb { padding: 76px 0 36px; }
.blurb-text { max-width: 29ch; font-size: clamp(1.8rem, 3.6vw, 3.2rem); letter-spacing: -.035em; line-height: 1.23; margin: 0; text-wrap: pretty; }
.two-col { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: clamp(32px, 5vw, 72px); }
.body-copy { max-width: 60ch; }
.body-copy p { color: var(--rule); }
.section-photo { margin: 0; }
.section-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; }
#trailer { padding-top: 24px; }
.trailer-scene { position: relative; isolation: isolate; overflow: hidden; }
.trailer-scene > img { display: block; width: 100%; height: auto; aspect-ratio: 2.35/1; object-fit: cover; object-position: center 45%; }
.trailer-scene::after { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(0deg, #141510d9, #14151005 85%); }
.trailer-copy { position: absolute; z-index: 1; bottom: 32px; left: 36px; right: 36px; color: #f7f7f5; }
.trailer-copy h2 { margin-bottom: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; }
.text-link:hover { color: var(--accent); }
.filmmakers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.filmmaker { display: grid; grid-template-columns: minmax(100px, .8fr) 1fr; align-items: start; gap: 24px; }
.filmmaker-photo { display: block; width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: center 20%; }
.role { font-size: 12px; margin-bottom: 20px; color: var(--rule); }
.bio { font-size: 14px; color: var(--rule); margin: 0; }
#screenings { padding-top: 16px; }
.screenings-inner { border-top: 0; }
.screenings-inner h2 { font-size: 1.25rem; margin-bottom: 12px; }
.screenings-inner p { max-width: 54ch; color: var(--rule); margin: 0; }
.site-footer { padding: 64px 0 24px; background: var(--panel); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 48px; }
.footer-intro p { color: var(--rule); }
.footer-legal { grid-column: 1/-1; border-top: 1px solid #b7b7b7; padding-top: 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; color: var(--rule); }
.footer-legal p { margin: 0; }
.footer-legal a { display: inline-flex; align-items: center; min-height: 44px; }
.watch-page { min-height: calc(100svh - 68px); display: flex; align-items: center; padding: 48px 0; }
.watch-page > .wrap { width: 100%; }
.watch-card { width: 100%; max-width: 420px; margin: 0 auto; }
.watch-card h1 { font-size: 2.1rem; font-weight: 500; letter-spacing: -.04em; line-height: 1.15; margin: 0 0 16px; }
.watch-card .lead, .disclosure { color: var(--rule); }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 8px; font-size: 13px; }
.field input { width: 100%; min-height: 50px; padding: 12px; font: inherit; color: var(--ink); background: var(--bg); border: 1px solid #737373; border-radius: 2px; }
.watch-card .btn { width: 100%; }
.disclosure { font-size: 13px; margin-top: 24px; }
@media (max-width: 1100px) { .signup-row { grid-template-columns: 1fr; } .filmmaker { grid-template-columns: 1fr; } .filmmaker-photo { aspect-ratio: 1/1; } }
@media (max-width: 767px) {
  section { padding: 40px 0; }
  .site-header nav { gap: 0; font-size: 12px; }
  .site-header .nav-signup { display: none; }
  .hero { min-height: 0; padding: 142px 0 28px; }
  .hero-visual { inset: 0; }
  .hero-visual img { object-position: 54% 25%; }
  .hero::after { background: linear-gradient(180deg, #1415100a 0%, #14151099 32%, #141510f2 65%); }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .eyebrow { font-size: 10px; margin-bottom: 16px; }
  .hero h1 { font-size: 5.8rem; margin-bottom: 18px; }
  .hero .lead { font-size: 16px; }
  .hero-signup h2 { font-size: 23px; }
  .hero-signup > p { font-size: 14px; margin-bottom: 18px; }
  .hero-signup { max-width: none; }
  .signup-row { grid-template-columns: 1fr; }
  .btn { font-size: 14px; }
  #blurb { padding: 48px 0 12px; }
  .two-col { grid-template-columns: 1fr; gap: 28px; }
  .section-photo img { aspect-ratio: 4/3; }
  .trailer-scene > img { aspect-ratio: 4/5; }
  .trailer-copy { left: 24px; right: 24px; bottom: 24px; }
  .trailer-copy h2 { font-size: 28px; }
  .filmmakers-grid { gap: 36px; grid-template-columns: 1fr; }
  .filmmaker { gap: 18px; }
  .filmmaker-photo { aspect-ratio: 1/1; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .site-footer { padding-top: 44px; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } .hero-visual { transform: none !important; } }
