/* ============================================================
   THE FLIGHT (Le vol) — campaign & memorial site
   Palette: poster red / snow white / charcoal — from the official key art
   Type: Inter (poster title) · Fraunces (editorial) · IBM Plex Mono (board)
   ============================================================ */

/* ---------- Fonts (self-hosted) ---------- */
@font-face {
  font-family: 'Fraunces';
  src: url('../assets/fonts/fraunces-latin-opsz-normal.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../assets/fonts/fraunces-latin-opsz-italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-latin-opsz-normal.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../assets/fonts/ibm-plex-mono-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../assets/fonts/ibm-plex-mono-latin-500-normal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --ink-0: #140808;
  --ink-1: #1a0c0c;
  --ink-2: #221010;
  --ink-3: #2c1414;

  --text-hi: #f7f1ea;
  --text-mid: #cbb8b0;
  --text-low: #8d746c;

  --amber: #c41e24;
  --amber-hi: #e24a4a;
  --amber-dim: #a51c22;
  --amber-soft: rgba(196, 30, 36, 0.16);

  --snow: #f4eee6;
  --charcoal: #161616;

  --hairline: rgba(244, 238, 230, 0.14);
  --hairline-soft: rgba(244, 238, 230, 0.08);

  --serif: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --sans: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  --mono: 'IBM Plex Mono', 'SF Mono', Menlo, monospace;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --container: 1160px;

  /* Girih star-and-cross pattern (Persian/Kurdish geometric nod) */
  --girih: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='none' stroke='%23c41e24' stroke-width='1'%3E%3Cpath d='M30 30h36v36H30z'/%3E%3Cpath d='M48 22.5 73.5 48 48 73.5 22.5 48z'/%3E%3Cpath d='M0 48h22.5M73.5 48H96M48 0v22.5M48 73.5V96'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  background: var(--ink-0);
  color: var(--text-mid);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
em { font-style: italic; }
[hidden] { display: none !important; }

::selection { background: rgba(196, 30, 36, 0.38); color: #fff8f2; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ink-0); }
::-webkit-scrollbar-thumb { background: #3a1a1a; border-radius: 5px; }

:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
  border-radius: 2px;
}

.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;
}

.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 200;
  background: var(--amber); color: #fff8f2;
  font: 500 12px/1 var(--mono); letter-spacing: 0.1em; text-transform: uppercase;
  padding: 12px 18px; border-radius: 0 0 4px 4px; text-decoration: none;
  transition: top 0.25s var(--ease-out);
}
.skip-link:focus { top: 0; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 36px);
}

.icon {
  display: inline-block;
  width: 1.05em; height: 1.05em;
  vertical-align: -0.16em;
  flex: none;
}

/* ---------- Typography helpers ---------- */
.kicker {
  font: 500 11px/1.4 var(--mono);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--amber-dim);
  margin-bottom: 22px;
}

.section-title {
  font-family: var(--serif);
  font-weight: 360;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--text-hi);
  margin-bottom: 26px;
  font-optical-sizing: auto;
}

.section-lede {
  font-size: clamp(16px, 1.4vw, 18px);
  max-width: 64ch;
  margin-bottom: 48px;
}
.section-lede a { color: var(--amber-hi); text-decoration-color: rgba(196, 30, 36, 0.4); text-underline-offset: 3px; }

.section { padding-block: clamp(88px, 11vw, 148px); }

/* ---------- Buttons & links ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: 500 12px/1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 17px 28px;
  border-radius: 3px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.btn-primary {
  background: var(--amber);
  border-color: var(--amber);
  color: #fff8f2;
}
.btn-primary:hover { background: var(--amber-hi); border-color: var(--amber-hi); }
.btn-ghost {
  background: transparent;
  border-color: rgba(233, 237, 245, 0.26);
  color: var(--text-hi);
}
.btn-ghost:hover { border-color: var(--amber); color: var(--amber-hi); }
.btn-tiny {
  padding: 10px 15px;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  background: transparent;
  border-color: rgba(233, 237, 245, 0.2);
  color: var(--text-mid);
}
.btn-tiny:hover { border-color: var(--amber); color: var(--amber-hi); }

.text-link {
  color: var(--amber-hi);
  text-decoration: none;
  border-bottom: 1px solid rgba(196, 30, 36, 0.35);
  padding-bottom: 1px;
  transition: border-color 0.3s ease;
}
.text-link:hover { border-color: var(--amber-hi); }
.text-link .icon { width: 0.9em; height: 0.9em; margin-left: 2px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 60;
  transition: background-color 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(20, 8, 8, 0.86);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--hairline-soft);
}
.header-inner {
  max-width: 1360px;
  margin-inline: auto;
  padding: 18px clamp(20px, 3vw, 36px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: padding 0.4s ease;
}
.site-header.scrolled .header-inner { padding-block: 12px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--text-hi);
}
.brand-name {
  font: 500 13px/1 var(--mono);
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.site-nav ul {
  display: flex;
  gap: clamp(16px, 2.2vw, 30px);
  list-style: none;
}
.site-nav a {
  font: 400 11.5px/1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-mid);
  transition: color 0.3s ease;
  padding: 6px 0;
}
.site-nav a:hover { color: var(--text-hi); }
.site-nav a[aria-current='true'] { color: var(--amber-hi); }

.header-tools { display: flex; align-items: center; gap: 16px; }

.lang {
  display: inline-flex;
  gap: 2px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 3px;
}
.lang-btn {
  font: 500 10.5px/1 var(--mono);
  letter-spacing: 0.08em;
  padding: 6px 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-low);
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.lang-btn:hover { color: var(--text-hi); }
.lang-btn.is-active { background: var(--amber-soft); color: var(--amber-hi); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 42px; height: 42px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 1.5px;
  background: var(--text-hi);
  transition: transform 0.35s var(--ease-out), opacity 0.35s ease;
}
body.nav-open .nav-toggle span:first-child { transform: translateY(3.75px) rotate(45deg); }
body.nav-open .nav-toggle span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

/* ---------- Hero (poster key art + stills reel) ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: end center;
  overflow: hidden;
  padding: 0;
  background: #140808;
}

.hero-stage {
  position: absolute;
  inset: 0;
}
.hero-reel {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
}
.hero-reel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  opacity: 0;
  transition: opacity 1.8s ease;
}
.hero-reel img.is-active { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .hero-reel { animation: kenburns 36s ease-in-out infinite alternate; }
}
@keyframes kenburns {
  from { transform: scale(1) translate(0, 0); }
  to { transform: scale(1.08) translate(-1.5%, -1%); }
}

.hero-grain,
.hero-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-grain {
  opacity: 0.28;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.hero-veil {
  background:
    linear-gradient(180deg, rgba(20, 8, 8, 0.18) 0%, rgba(20, 8, 8, 0.08) 32%, rgba(20, 8, 8, 0.55) 68%, rgba(20, 8, 8, 0.92) 100%),
    linear-gradient(90deg, rgba(20, 8, 8, 0.25), transparent 30%, transparent 70%, rgba(20, 8, 8, 0.25));
}

.play-fab {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid rgba(244, 238, 230, 0.55);
  background: rgba(20, 8, 8, 0.35);
  color: #fff8f2;
  cursor: pointer;
  display: grid;
  place-items: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s var(--ease-out);
}
.play-fab:hover {
  background: var(--amber);
  border-color: var(--amber);
  transform: translate(-50%, -50%) scale(1.04);
}
.play-fab .icon { width: 28px; height: 28px; margin-left: 4px; }

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 860px;
  padding: 0 24px 72px;
}

.hero-kicker {
  font: 500 11.5px/1.5 var(--mono);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--snow);
  margin-bottom: 18px;
}

.hero-title {
  font-family: var(--sans);
  font-weight: 750;
  font-size: clamp(42px, 8vw, 92px);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--snow);
  margin-bottom: 14px;
}
.hero-title-fr {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 340;
  font-size: clamp(18px, 2.2vw, 26px);
  letter-spacing: 0.12em;
  text-transform: none;
  color: var(--snow);
  margin-top: 10px;
  opacity: 0.85;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 500 10.5px/1.4 var(--mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--snow);
  border: 1px solid rgba(244, 238, 230, 0.4);
  border-radius: 999px;
  padding: 9px 18px;
  margin-bottom: 22px;
}
.hero-badge .icon { width: 11px; height: 11px; }

.hero-logline {
  font-size: clamp(15.5px, 1.55vw, 17.5px);
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto 28px;
  color: var(--snow);
}

.hero-ctas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.hero-meta {
  font: 400 11px/1.6 var(--mono);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--text-low);
  margin-bottom: 22px;
}

.hero-nfb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 400 12px/1.4 var(--mono);
  letter-spacing: 0.06em;
  color: var(--text-low);
}
.nfb-mark {
  display: inline-grid;
  place-items: center;
  font: 700 10px/1 var(--mono);
  letter-spacing: 0.1em;
  color: var(--text-mid);
  border: 1px solid rgba(233, 237, 245, 0.35);
  border-radius: 2px;
  padding: 5px 7px;
}

.scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font: 400 9.5px/1 var(--mono);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--text-low);
  text-decoration: none;
  opacity: 0;
  animation: rise 1.4s var(--ease-out) 2.3s forwards;
}
.scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, rgba(196, 30, 36, 0.7), transparent);
}
@media (prefers-reduced-motion: no-preference) {
  .scroll-line { animation: cue-drift 3.2s ease-in-out infinite; }
}
@keyframes cue-drift {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(7px); opacity: 0.55; }
}
@keyframes rise {
  to { opacity: 1; transform: none; }
}

/* ---------- Scroll reveal ---------- */
html.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1.2s var(--ease-out), transform 1.2s var(--ease-out);
  transition-delay: var(--reveal-delay, 0s);
}
html.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Announcement banner ---------- */
.banner {
  border-block: 1px solid var(--hairline-soft);
  background: linear-gradient(180deg, #2a1010 0%, #140808 100%);
  padding-block: clamp(56px, 7vw, 84px);
}
.banner-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.banner h2 {
  font-family: var(--serif);
  font-weight: 380;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  color: var(--text-hi);
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
.banner h2 em { color: var(--amber-hi); }
.banner-sub { font-size: 15.5px; max-width: 52ch; }
.banner .kicker { margin-bottom: 16px; }

/* Signup forms */
.signup-row { display: flex; gap: 12px; }
.signup input[type='email'] {
  flex: 1;
  min-width: 0;
  background: rgba(5, 8, 16, 0.7);
  border: 1px solid var(--hairline);
  border-radius: 3px;
  color: var(--text-hi);
  font: 400 15px/1 var(--sans);
  padding: 16px 18px;
  transition: border-color 0.3s ease;
}
.signup input::placeholder { color: var(--text-low); }
.signup input:focus {
  outline: none;
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(196, 30, 36, 0.14);
}
.signup-note {
  font: 400 11px/1.6 var(--mono);
  letter-spacing: 0.06em;
  color: var(--text-low);
  margin-top: 12px;
}
.signup-done {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  font-size: 14.5px;
  color: var(--snow);
}
.signup-done .icon { color: var(--amber-hi); margin-top: 3px; }

/* ---------- About ---------- */
.about-lede {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 350;
  font-size: clamp(21px, 2.4vw, 28px);
  line-height: 1.5;
  color: #cdd6e6;
  max-width: 30em;
  margin-bottom: 56px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}

.about-body p { margin-bottom: 24px; max-width: 62ch; }
.about-body p:last-of-type { margin-bottom: 0; }

.pullquote {
  margin: 44px 0 8px;
  padding-left: 26px;
  border-left: 1px solid rgba(196, 30, 36, 0.5);
}
.pullquote p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 360;
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.35;
  color: var(--amber-hi);
  margin-bottom: 12px;
}
.pullquote cite {
  font: 400 11px/1.5 var(--mono);
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-low);
}

.facts {
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 30px 28px;
  position: sticky;
  top: 110px;
}
.facts dl div {
  padding-block: 14px;
  border-bottom: 1px solid var(--hairline-soft);
}
.facts dl div:first-child { padding-top: 0; }
.facts dl div:last-child { border-bottom: 0; padding-bottom: 0; }
.facts dt {
  font: 500 10px/1.4 var(--mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber-dim);
  margin-bottom: 5px;
}
.facts dd { font-size: 14.5px; line-height: 1.6; color: var(--text-hi); }

/* ---------- The 176 (memorial) ---------- */
.memorial {
  position: relative;
  isolation: isolate;
  background: #140808;
  border-block: 1px solid var(--hairline-soft);
  text-align: center;
}
.memorial-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(20,8,8,0.55), rgba(20,8,8,0.72)),
    url('../assets/stills/shore-memorial.png') center/cover no-repeat;
  opacity: 0.55;
}
.memorial .container,
.memorial .lightfield-wrap,
.memorial .memorial-caption { position: relative; z-index: 1; }
.memorial-head { max-width: 780px; }
.memorial .kicker { margin-bottom: 18px; }
.memorial .section-title { margin-bottom: 20px; }
.memorial-lede {
  font-size: clamp(15.5px, 1.5vw, 17px);
  max-width: 58ch;
  margin-inline: auto;
}

.lightfield-wrap {
  position: relative;
  height: clamp(320px, 52vh, 520px);
  margin-top: 26px;
}
.lightfield { position: absolute; inset: 0; }
.lf-dot {
  position: absolute;
  width: 18px; height: 18px;
  transform: translate(-50%, -50%);
}
.lf-dot::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: var(--s, 3px); height: var(--s, 3px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff6ea;
  box-shadow:
    0 0 6px 1px rgba(255, 246, 234, 0.55),
    0 0 20px 5px rgba(196, 30, 36, 0.28);
  opacity: var(--o, 0.6);
  transition: opacity 0.5s ease, box-shadow 0.5s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .lf-dot::before { animation: light-breathe var(--d, 7s) ease-in-out var(--dl, 0s) infinite alternate; }
}
@keyframes light-breathe {
  from { opacity: calc(var(--o, 0.6) * 0.5); }
  to { opacity: var(--o, 0.6); }
}
.lf-dot:hover::before {
  animation-play-state: paused;
  opacity: 1;
  box-shadow:
    0 0 10px 2px rgba(248, 227, 176, 0.85),
    0 0 30px 9px rgba(196, 30, 36, 0.3);
}

.memorial-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 26px;
}
.memorial-caption span {
  font: 500 13px/1 var(--mono);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--amber-hi);
  white-space: nowrap;
}
.memorial-caption::before,
.memorial-caption::after {
  content: '';
  width: clamp(40px, 8vw, 90px);
  height: 1px;
  background: rgba(196, 30, 36, 0.3);
}

.memorial-note {
  font-size: 14px;
  color: var(--text-low);
  max-width: 560px;
  margin: 26px auto 0;
}
.memorial-note a { color: var(--text-mid); text-underline-offset: 3px; }
.memorial-note a:hover { color: var(--amber-hi); }

/* ---------- Director ---------- */
.director { background: var(--ink-1); }
.director-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: clamp(40px, 6vw, 92px);
  align-items: start;
  margin-top: 10px;
}

.portrait-frame {
  position: relative;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--hairline);
  border-radius: 0;
  background: #140808;
  overflow: hidden;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.portrait-frame::after { display: none; }
.portrait-star, .portrait-tag { display: none; }
.portrait figcaption {
  margin-top: 14px;
  font: 400 11.5px/1.6 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-low);
}

.statement-quote {
  font-family: var(--serif);
  font-weight: 340;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--text-hi);
  margin-bottom: 30px;
}
.statement-body p { margin-bottom: 22px; max-width: 60ch; }
.signature {
  font: 400 12.5px/1.6 var(--mono);
  letter-spacing: 0.1em;
  color: var(--amber-dim);
}

.director-bio {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--hairline-soft);
  max-width: 60ch;
}
.director-bio h3 {
  font: 500 10.5px/1.4 var(--mono);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber-dim);
  margin-bottom: 12px;
}
.director-bio p { font-size: 15px; }

/* ---------- Screenings ---------- */
.map-wrap {
  position: relative;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  background:
    radial-gradient(80% 70% at 50% 30%, rgba(40, 40, 48, 0.35), transparent 80%),
    #18181c;
  padding: clamp(14px, 2.5vw, 30px);
  margin-bottom: 56px;
}
.world-map { width: 100%; height: auto; opacity: 0.9; }

.map-dot {
  position: absolute;
  width: 22px; height: 22px;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  border-radius: 50%;
}
.map-dot::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 7px; height: 7px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--text-mid);
  box-shadow: 0 0 6px 1px rgba(180, 170, 160, 0.15);
}
@media (prefers-reduced-motion: no-preference) {
  .map-dot::before { animation: dot-ping 4.5s ease-out infinite; }
}
@keyframes dot-ping {
  0% { box-shadow: 0 0 6px 1px rgba(180, 170, 160, 0.15), 0 0 0 0 rgba(180, 170, 160, 0.22); }
  60%, 100% { box-shadow: 0 0 6px 1px rgba(180, 170, 160, 0.15), 0 0 0 14px rgba(180, 170, 160, 0); }
}
.map-dot::after {
  content: attr(data-label);
  position: absolute;
  left: 50%; bottom: calc(100% + 2px);
  transform: translateX(-50%) translateY(4px);
  background: #18181c;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 6px 11px;
  font: 500 10.5px/1.3 var(--mono);
  letter-spacing: 0.06em;
  color: var(--text-hi);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 5;
}
.map-dot:hover::after,
.map-dot:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.map-legend {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font: 400 10.5px/1.5 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-low);
}
.legend-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--text-mid);
  box-shadow: 0 0 6px 1px rgba(180, 170, 160, 0.15);
}

/* Schedule board */
.board {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  gap: 14px;
  margin-bottom: 72px;
}
.screening-card {
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.35s ease, transform 0.35s var(--ease-out);
}
.screening-card:hover { border-color: var(--accent-line, rgba(244, 238, 230, 0.2)); }

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.tiles { display: inline-flex; gap: 3px; align-items: center; }
.tiles b {
  display: inline-grid;
  place-items: center;
  min-width: 1.5em;
  height: 2em;
  font: 500 12.5px/1 var(--mono);
  color: var(--text-mid);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0) 53%),
    linear-gradient(180deg, #222228, #121214);
  border: 1px solid rgba(244, 238, 230, 0.1);
  border-radius: 3px;
  font-style: normal;
}
.tile-gap { width: 5px; }

.status {
  font: 500 9.5px/1.4 var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-low);
  border: 1px solid rgba(244, 238, 230, 0.14);
  border-radius: 999px;
  padding: 5px 10px;
  white-space: nowrap;
}

.card-city {
  font-family: var(--serif);
  font-weight: 380;
  font-size: 27px;
  line-height: 1.1;
  color: var(--text-hi);
  margin-bottom: 6px;
}
.card-meta {
  font: 400 11px/1.6 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-low);
  margin-bottom: 12px;
}
.card-venue { font-size: 13.5px; color: var(--text-mid); margin-bottom: 20px; }
.card-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: auto; }

.more-card {
  justify-content: center;
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(180, 170, 160, 0.06), transparent 70%),
    var(--ink-2);
}
.more-card .card-city { font-size: 23px; }

/* ---------- Subtle tone: screenings & below ---------- */
.screenings,
.watch,
.press,
.share,
.credits,
.site-footer,
.banner {
  --ink-0: #0c0c0e;
  --ink-1: #111114;
  --ink-2: #18181c;
  --ink-3: #222228;
  --text-mid: #b8b4ae;
  --text-low: #78746e;
  --hairline: rgba(244, 238, 230, 0.11);
  --hairline-soft: rgba(244, 238, 230, 0.06);
  --accent-muted: #9a9088;
  --accent-line: rgba(244, 238, 230, 0.2);
  --accent-glow: rgba(180, 170, 160, 0.1);
}

.screenings { background: var(--ink-0); }

.screenings .section-lede a,
.watch .section-lede a,
.press .section-lede a,
.share .section-lede a {
  color: var(--text-mid);
  text-decoration-color: rgba(244, 238, 230, 0.22);
}
.screenings .section-lede a:hover,
.watch .section-lede a:hover,
.press .section-lede a:hover,
.share .section-lede a:hover {
  color: var(--text-hi);
}

.screenings .kicker,
.watch .kicker,
.press .kicker,
.share .kicker,
.credits .kicker {
  color: var(--text-low);
}

.screenings .screening-card:hover { border-color: var(--accent-line); }

.screenings .tiles b {
  color: var(--text-mid);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0) 53%),
    linear-gradient(180deg, #222228, #121214);
  border-color: rgba(244, 238, 230, 0.1);
}

.screenings .status {
  color: var(--text-low);
  border-color: rgba(244, 238, 230, 0.14);
}

.screenings .map-dot {
  background: var(--text-mid);
  box-shadow: 0 0 6px 1px var(--accent-glow);
}
.screenings .map-dot::after { background: #18181c; }

@keyframes map-pulse-subtle {
  0% { box-shadow: 0 0 6px 1px var(--accent-glow), 0 0 0 0 rgba(180, 170, 160, 0.25); }
  60%, 100% { box-shadow: 0 0 6px 1px var(--accent-glow), 0 0 0 14px rgba(180, 170, 160, 0); }
}
.screenings .map-dot.is-active { animation: map-pulse-subtle 2.8s ease-out infinite; }

.screenings .legend-dot {
  background: var(--text-mid);
  box-shadow: 0 0 6px 1px var(--accent-glow);
}

.screenings .more-card {
  background:
    radial-gradient(120% 100% at 50% 0%, var(--accent-glow), transparent 70%),
    var(--ink-2);
}

.screenings .host {
  background:
    radial-gradient(90% 120% at 0% 0%, var(--accent-glow), transparent 60%),
    var(--ink-2);
  border-color: var(--hairline);
}
.screenings .host-form input:focus,
.screenings .host-form textarea:focus {
  border-color: var(--accent-muted);
  box-shadow: 0 0 0 3px rgba(154, 144, 136, 0.12);
}

.screenings .btn-tiny:hover,
.watch .btn-tiny:hover,
.press .btn-tiny:hover {
  border-color: var(--accent-muted);
  color: var(--text-hi);
}

.banner {
  background: linear-gradient(180deg, #18181c 0%, #0c0c0e 100%);
}
.banner h2 em { color: var(--text-mid); }
.banner .signup input:focus {
  border-color: var(--accent-muted);
  box-shadow: 0 0 0 3px rgba(154, 144, 136, 0.12);
}

.watch {
  background:
    radial-gradient(55% 60% at 50% 115%, var(--accent-glow), transparent 70%),
    var(--ink-0);
}
.watch .store-badge:hover { border-color: var(--accent-line); }

.press .press-card:hover { border-color: var(--accent-line); }
.press .press-date { color: var(--text-low); }
.press .text-link { color: var(--text-mid); border-bottom-color: rgba(244, 238, 230, 0.22); }
.press .text-link:hover { border-color: var(--text-hi); color: var(--text-hi); }

.share .handle:hover { border-color: var(--accent-line); }
.share .handle .icon { color: var(--text-mid); }
.share .hashtag:hover { border-color: var(--accent-muted); color: var(--text-hi); }

.credits .assoc {
  background:
    radial-gradient(120% 140% at 0% 0%, var(--accent-glow), transparent 60%),
    var(--ink-2);
  border-color: var(--hairline);
}
.credits .partner:hover { border-color: var(--accent-line); }

.site-footer .footer-col a:hover,
.site-footer .footer-note a:hover { color: var(--text-hi); }
.site-footer .memorial-line { color: var(--text-low); }

/* Host a screening */
.host {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(36px, 5vw, 72px);
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(180, 170, 160, 0.06), transparent 60%),
    var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 8px;
  padding: clamp(30px, 4.5vw, 56px);
}
.host-copy h3 {
  font-family: var(--serif);
  font-weight: 380;
  font-size: clamp(25px, 2.7vw, 33px);
  line-height: 1.2;
  color: var(--text-hi);
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.host-copy p { font-size: 15px; }

.host-form .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.host-form .field { margin-bottom: 14px; }
.host-form label {
  display: block;
  font: 500 10.5px/1.4 var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-low);
  margin-bottom: 7px;
}
.host-form .optional { text-transform: none; letter-spacing: 0.04em; }
.host-form input,
.host-form textarea {
  width: 100%;
  background: rgba(5, 8, 16, 0.7);
  border: 1px solid var(--hairline);
  border-radius: 3px;
  color: var(--text-hi);
  font: 400 14.5px/1.5 var(--sans);
  padding: 13px 15px;
  transition: border-color 0.3s ease;
  resize: vertical;
}
.host-form input::placeholder,
.host-form textarea::placeholder { color: var(--text-low); }
.host-form input:focus,
.host-form textarea:focus {
  outline: none;
  border-color: var(--accent-muted, #9a9088);
  box-shadow: 0 0 0 3px rgba(154, 144, 136, 0.12);
}
.host-form .btn { margin-top: 8px; }

/* ---------- Watch free ---------- */
.watch {
  background:
    radial-gradient(55% 60% at 50% 115%, rgba(180, 170, 160, 0.06), transparent 70%),
    var(--ink-1);
  border-block: 1px solid var(--hairline-soft);
}
.watch-inner { text-align: center; max-width: 820px; }
.watch .section-lede { margin-inline: auto; margin-bottom: 40px; }

.store-badges {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.store-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  border: 1px solid var(--hairline);
  border-radius: 8px;
  padding: 13px 24px;
  text-decoration: none;
  min-width: 190px;
  transition: border-color 0.3s ease;
}
.store-badge:hover { border-color: rgba(244, 238, 230, 0.22); }
.store-small {
  font: 400 9.5px/1 var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-low);
}
.store-big {
  font-family: var(--serif);
  font-weight: 420;
  font-size: 20px;
  color: var(--text-hi);
}

.signup-center { max-width: 600px; margin-inline: auto; }

/* ---------- Press ---------- */
.press { background: var(--ink-0); }
.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 40px;
}
.press-card {
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 26px 26px 24px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.35s ease;
}
.press-card:hover { border-color: rgba(244, 238, 230, 0.2); }
.press-date {
  font: 500 10.5px/1.5 var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-low);
  margin-bottom: 14px;
}
.press-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 21.5px;
  line-height: 1.3;
  color: var(--text-hi);
  letter-spacing: -0.005em;
  margin-bottom: 12px;
}
.press-card p { font-size: 14px; margin-bottom: 20px; }
.press-card .text-link {
  margin-top: auto;
  align-self: flex-start;
  font: 500 11px/1.4 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.press-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 8px;
  padding: clamp(26px, 3.5vw, 40px);
}
.press-contact h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  color: var(--text-hi);
  margin-bottom: 6px;
}
.press-contact > div:first-child p { font-size: 14.5px; }
.press-contact-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.press-person {
  font: 400 12px/1.7 var(--mono);
  letter-spacing: 0.04em;
  color: var(--text-low);
}

/* ---------- Share / Join the conversation ---------- */
.share { text-align: center; }
.share .section-lede { margin-inline: auto; margin-bottom: 44px; }

.handles {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.handle {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 16px 24px;
  text-decoration: none;
  text-align: left;
  transition: border-color 0.3s ease;
}
.handle:hover { border-color: rgba(244, 238, 230, 0.22); }
.handle .icon { width: 19px; height: 19px; color: var(--text-mid); }
.handle strong { display: block; font: 600 14.5px/1.3 var(--sans); color: var(--text-hi); }
.handle small {
  font: 400 10.5px/1.4 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-low);
}

.hashtags {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hashtag {
  font: 400 12.5px/1 var(--mono);
  letter-spacing: 0.04em;
  color: var(--text-mid);
  background: transparent;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.hashtag:hover { border-color: var(--accent-muted, #9a9088); color: var(--text-hi); }

.share-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

.messages { margin-bottom: 72px; }
.messages h3 {
  font-family: var(--serif);
  font-weight: 380;
  font-size: 26px;
  color: var(--text-hi);
  margin-bottom: 8px;
}
.messages-sub { font-size: 14px; color: var(--text-low); margin-bottom: 28px; }
.messages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.message {
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.message blockquote {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-mid);
}
.message .btn { align-self: flex-start; }

.assoc {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  text-align: left;
  max-width: 820px;
  margin-inline: auto;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(180, 170, 160, 0.06), transparent 60%),
    var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 8px;
  padding: clamp(26px, 4vw, 40px);
}
.assoc h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  color: var(--text-hi);
  margin-bottom: 10px;
}
.assoc p { font-size: 14.5px; margin-bottom: 8px; }
.assoc-links { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 14px; }
.assoc-links .text-link {
  font: 500 12px/1.4 var(--mono);
  letter-spacing: 0.08em;
}

/* ---------- Credits ---------- */
.credits {
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(10, 18, 36, 0.6), transparent 75%),
    #04070e;
  border-top: 1px solid var(--hairline-soft);
  position: relative;
}
.credits::before {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--girih);
  background-size: 96px 96px;
  opacity: 0.03;
  pointer-events: none;
}
.credits .container { position: relative; }

.credit-list { max-width: 860px; margin-bottom: 64px; }
.credit-list > div {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 6px 36px;
  padding: 15px 0;
  border-bottom: 1px solid var(--hairline-soft);
}
.credit-list dt {
  font: 500 10.5px/1.6 var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-low);
  padding-top: 5px;
}
.credit-list dd {
  font-family: var(--serif);
  font-weight: 380;
  font-size: 19.5px;
  line-height: 1.45;
  color: var(--text-hi);
}

.partners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.partner {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 6px;
  padding: 26px 28px;
  text-decoration: none;
  transition: border-color 0.3s ease;
}
.partner:hover { border-color: rgba(244, 238, 230, 0.2); }
.partner-logo {
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}
.partner-logo-nfb {
  width: 74px;
  height: auto;
  max-height: 36px;
}
.partner-logo-ps752 {
  width: 46px;
  height: 46px;
}
.partner strong {
  display: block;
  font: 600 15px/1.4 var(--sans);
  color: var(--text-hi);
  margin-bottom: 4px;
}
.partner small { font-size: 12.5px; line-height: 1.6; color: var(--text-low); display: block; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--hairline-soft);
  background: #120808;
  padding: 76px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
}
.footer-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  color: var(--text-hi);
  margin-bottom: 16px;
}
.footer-title span { color: var(--text-low); font-style: italic; font-size: 18px; }
.footer-note { font-size: 13.5px; line-height: 1.75; color: var(--text-low); max-width: 340px; }
.footer-note a { color: var(--text-mid); text-underline-offset: 3px; }
.footer-note a:hover { color: var(--text-hi); }

.footer-col h3 {
  font: 500 10.5px/1.4 var(--mono);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber-dim);
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  font-size: 13.5px;
  color: var(--text-mid);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-col a:hover { color: var(--text-hi); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 60px;
  padding-top: 26px;
  border-top: 1px solid var(--hairline-soft);
}
.footer-bottom > p {
  font: 400 11.5px/1.6 var(--mono);
  letter-spacing: 0.04em;
  color: var(--text-low);
}
.memorial-line {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--text-low) !important;
}
.memorial-line .icon { width: 11px; height: 11px; }

/* ---------- Trailer modal ---------- */
.trailer-modal {
  background: transparent;
  border: 0;
  color: var(--text-mid);
  padding: 0;
  max-width: none;
  max-height: none;
}
.trailer-modal::backdrop {
  background: rgba(3, 3, 6, 0.88);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.trailer-modal[open] {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.modal-inner {
  position: relative;
  width: min(540px, calc(100vw - 40px));
  max-height: calc(100dvh - 32px);
  background: linear-gradient(180deg, #2a1212, #160909);
  border: 1px solid rgba(244, 238, 230, 0.24);
  border-radius: 10px;
  padding: 30px 40px 40px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
.modal-path { width: 100%; height: 120px; margin-bottom: 6px; }
.modal-inner h2 {
  font-family: var(--serif);
  font-weight: 370;
  font-size: 29px;
  color: var(--text-hi);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.modal-inner p {
  color: #ddcec7;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 26px;
  max-width: 48ch;
  margin-inline: auto;
}
.modal-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.modal-close {
  position: absolute;
  top: 14px; right: 16px;
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  color: var(--text-mid);
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.modal-close:hover { color: var(--amber-hi); border-color: var(--amber); }

/* ---------- Toast ---------- */
.toast {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%) translateY(10px);
  z-index: 100;
  background: rgba(13, 21, 38, 0.94);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(196, 30, 36, 0.4);
  border-radius: 6px;
  padding: 13px 22px;
  font: 400 12.5px/1.5 var(--mono);
  letter-spacing: 0.03em;
  color: var(--text-hi);
  max-width: min(480px, calc(100vw - 40px));
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s var(--ease-out);
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: grid;
    place-items: center;
    background: rgba(3, 6, 12, 0.96);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
  }
  body.nav-open .site-nav { opacity: 1; pointer-events: auto; }
  .site-nav ul { flex-direction: column; align-items: center; gap: 26px; }
  .site-nav a {
    font-family: var(--serif);
    font-size: 29px;
    font-weight: 360;
    letter-spacing: 0;
    text-transform: none;
    color: var(--text-hi);
  }
  .site-nav a[aria-current='true'] { color: var(--amber-hi); }
  .nav-toggle { display: flex; position: relative; z-index: 61; }
  .brand { position: relative; z-index: 61; }
}

@media (max-width: 900px) {
  .banner-inner { grid-template-columns: 1fr; gap: 30px; }
  .about-grid { grid-template-columns: 1fr; }
  .facts { position: static; max-width: 560px; }
  .director-grid { grid-template-columns: 1fr; }
  .portrait { max-width: 340px; }
  .host { grid-template-columns: 1fr; }
  .press-grid { grid-template-columns: 1fr; }
  .messages-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .partners { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .credit-list > div { grid-template-columns: 1fr; padding: 13px 0; }
  .credit-list dt { padding-top: 0; }
}

@media (max-width: 640px) {
  .hero { padding-top: 0; }
  .play-fab { width: 68px; height: 68px; top: 38%; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-badge { letter-spacing: 0.12em; text-align: center; }
  .signup-row { flex-direction: column; }
  .host-form .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .press-contact { flex-direction: column; align-items: flex-start; }
  .map-dot::after { display: none; }
  .scroll-cue { display: none; }
  .assoc { flex-direction: column; gap: 14px; }
  .modal-inner { padding: 24px 22px 30px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html.js .fp { animation: none; stroke-dashoffset: 0; }
  html.js .fp-star { animation: none; opacity: 1; }
  .hero-kicker, .hero-title, .hero-badge, .hero-logline,
  .hero-ctas, .hero-meta, .hero-nfb, .scroll-cue {
    animation: none;
    opacity: 1;
    transform: none;
  }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .lf-dot::before, .map-dot::before, .scroll-line, .hero-reel { animation: none !important; }
  .hero-reel img { transition: none; }
}

/* ---------- Stills, filmstrip, trailer reel ---------- */
.stills-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
  margin: 48px 0 8px;
}
.still {
  margin: 0;
  overflow: hidden;
  background: #140808;
}
.still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.04);
}
.still-wide { min-height: 340px; }
.still-stack { display: grid; gap: 12px; }
.still-stack .still { min-height: 164px; }
.still figcaption {
  font: 400 11px/1.5 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-low);
  padding: 10px 2px 0;
}
.still-bleed {
  margin-top: 56px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-height: 520px;
  overflow: hidden;
}
.still-bleed img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.9) contrast(1.05);
}

.filmstrip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 40px 0 0;
}
.filmstrip figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #140808;
}
.filmstrip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
}

.share-still {
  margin: 0 auto 44px;
  max-width: 920px;
  overflow: hidden;
}
.share-still img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center 30%;
}

.modal-inner { max-width: min(860px, calc(100vw - 32px)); padding: 22px 22px 32px; }
.modal-reel {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #140808;
  margin: 8px 0 22px;
}
.modal-reel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
}
.modal-reel img.is-active { opacity: 1; }

@media (max-width: 900px) {
  .stills-grid, .filmstrip { grid-template-columns: 1fr 1fr; }
  .still-wide { min-height: 240px; }
}
@media (max-width: 640px) {
  .stills-grid, .filmstrip { grid-template-columns: 1fr; }
  .share-still img, .still-bleed img { height: 280px; }
}
