/*
  CC Films - Midnight Repertory theme
  Loaded after styles.css so the stable content and interaction layer remain
  independent from the visual system.
*/

@font-face {
  font-family: "League Gothic";
  src: url("/assets/fonts/league-gothic-latin-wdth-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-stretch: 75% 100%;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/assets/fonts/ibm-plex-sans-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/ibm-plex-mono-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --cream: #f2eadb;
  --ink: #f2eadb;
  --paper: #0d0a09;
  --screen: #080605;
  --accent: #d92936;
  --accent2: #d92936;
  --accent3: #c8a66b;
  --orange: #c8a66b;
  --muted: #aaa093;
  --line: rgba(242, 234, 219, .19);
  --line-strong: rgba(242, 234, 219, .42);
  --lamp: #d5b477;
  --rule: 1px;
  --rule-strong: 1px;
  --radius: 2px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .58);
  --max: 1240px;
  --ease-out-quart: cubic-bezier(.25, 1, .5, 1);
  --ease-out-quint: cubic-bezier(.22, 1, .36, 1);
  --font-display: "League Gothic", "Arial Narrow", sans-serif;
  --font-body: "IBM Plex Sans", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}

html {
  background: var(--screen);
  scrollbar-color: var(--accent) #130f0d;
}

body {
  min-width: 280px;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.62;
  background:
    linear-gradient(rgba(8, 6, 5, .92), rgba(8, 6, 5, .97)),
    url("/assets/img/noise.svg") repeat,
    var(--screen);
}

body::before {
  inset: 0;
  z-index: -2;
  opacity: .22;
  background:
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(242, 234, 219, .028) 120px),
    repeating-linear-gradient(0deg, transparent 0 119px, rgba(242, 234, 219, .018) 120px);
  mix-blend-mode: normal;
  filter: none;
}

body::after {
  inset: 0;
  z-index: -1;
  opacity: .42;
  background:
    radial-gradient(ellipse at var(--sx, 58%) var(--sy, 12%), rgba(213, 180, 119, .12), transparent 28%),
    radial-gradient(ellipse at 82% 54%, rgba(217, 41, 54, .07), transparent 34%);
  mix-blend-mode: screen;
  filter: none;
  animation: none;
}

::selection {
  color: #fff8ed;
  background: var(--accent);
}

a {
  text-underline-offset: .22em;
  text-decoration-thickness: 1px;
}

p,
a,
dd,
summary {
  overflow-wrap: anywhere;
}

.container {
  width: min(100%, calc(var(--max) + 64px));
  max-width: none;
  padding: 18px 32px 72px;
}

.skip-link {
  border-radius: 0;
  background: var(--cream);
  color: var(--screen);
}

:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
details summary:focus-visible {
  outline: 2px solid var(--lamp);
  outline-offset: 4px;
  border-radius: 0;
  box-shadow: none;
}

#spotlight {
  inset: -10vh -10vw;
  z-index: -1;
  opacity: .72;
  filter: none;
  mix-blend-mode: screen;
  background:
    radial-gradient(ellipse at var(--sx, 56%) var(--sy, 8%), rgba(213, 180, 119, .12), transparent 24%),
    conic-gradient(from 176deg at var(--sx, 56%) -12%, transparent 0 43%, rgba(213, 180, 119, .035) 46%, transparent 49% 100%);
}

/* Header */

.header {
  top: 12px;
  border: 1px solid var(--line);
  border-radius: 1px;
  background: rgba(10, 7, 6, .96);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .36);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.header::before {
  display: none;
}

.header-inner {
  min-height: 68px;
  gap: 18px;
  padding: 8px 12px;
}

.brand {
  gap: 11px;
  min-width: 190px;
}

.stamp {
  width: 50px;
  height: 50px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: #0b0807;
  box-shadow: none;
}

.stamp::after {
  background: repeating-linear-gradient(135deg, rgba(242, 234, 219, .08) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
  opacity: .18;
}

.brand-text .name {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 400;
  line-height: .86;
  letter-spacing: .07em;
}

.brand-text .tag {
  margin-top: 6px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.nav {
  flex-wrap: nowrap;
  gap: 0;
}

.nav a,
.menu-btn {
  min-height: 44px;
  padding: 10px clamp(8px, 1vw, 13px);
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  color: var(--muted);
  background: transparent;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .11em;
  transition: color .18s ease, background .18s ease;
}

.nav a::before {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 7px;
  left: 9px;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.nav a:hover,
.nav a:focus-visible,
.menu-btn:hover,
.menu-btn:focus-visible {
  border-color: var(--line);
  color: var(--cream);
  background: rgba(242, 234, 219, .045);
}

.nav a:hover::before {
  transform: scaleX(1);
}

/* Hero */

.hero {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 1px;
  background: #0b0807;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero::before {
  z-index: -1;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(217, 41, 54, .07), transparent 43%),
    repeating-linear-gradient(0deg, transparent 0 4px, rgba(242, 234, 219, .018) 5px);
  mix-blend-mode: normal;
}

.hero::after {
  content: "";
  top: 18px;
  right: 18px;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(242, 234, 219, .62);
  border-radius: 50%;
  background: transparent;
  opacity: .16;
  writing-mode: initial;
}

.hero-inner {
  position: relative;
  min-width: 0;
  gap: clamp(20px, 3.5vw, 52px);
  padding: clamp(26px, 4.2vw, 58px);
}

.hero-inner > *,
.hero-top,
.hero-copy,
.hero-poster {
  min-width: 0;
  max-width: 100%;
}

.hero-top {
  align-self: end;
}

.kicker {
  margin: 0;
  color: var(--lamp);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.4;
}

.h1 {
  max-width: none;
  margin: 10px 0 12px;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(5.2rem, 15vw, 11rem);
  font-stretch: condensed;
  font-weight: 400;
  line-height: .72;
  letter-spacing: .008em;
  text-shadow: 4px 0 0 rgba(217, 41, 54, .24);
}

.hero-copy {
  align-self: start;
  padding-bottom: 4px;
}

.hero-copy > p:first-child {
  max-width: 42ch;
  margin: 0;
  color: rgba(242, 234, 219, .84);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.5;
}

.hero-copy .cta-row {
  margin-top: 24px;
}

.media.poster.hero-poster {
  position: relative;
  align-self: center;
  justify-self: center;
  width: min(100%, 390px);
  max-width: 100%;
  max-height: none;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 234, 219, .44);
  border-radius: 0;
  background: #020202;
  box-shadow:
    15px 15px 0 rgba(217, 41, 54, .11),
    0 30px 72px rgba(0, 0, 0, .72);
}

.media.poster.hero-poster::before {
  z-index: 2;
  opacity: .48;
  background:
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, .025) 4px),
    radial-gradient(ellipse at center, transparent 48%, rgba(0, 0, 0, .28) 100%);
  mix-blend-mode: screen;
}

.media.poster.hero-poster::after {
  display: block;
  z-index: 3;
  opacity: 0;
  background: rgba(255, 246, 226, .16);
  mix-blend-mode: screen;
  transform: none;
  animation: none;
}

.media.poster.hero-poster img {
  position: relative;
  z-index: 1;
}

/* Program strip */

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-top: 0;
  background: #120d0b;
}

.proof-strip a {
  min-height: 116px;
  padding: 22px 24px;
  border: 0;
  border-right: 1px dashed rgba(242, 234, 219, .25);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: color .18s ease, background .18s ease;
}

.proof-strip a:last-child {
  border-right: 0;
}

.proof-strip a:nth-child(n) {
  border-top-color: transparent;
}

.proof-strip a:hover {
  color: #fff;
  background: rgba(217, 41, 54, .085);
  transform: none;
  box-shadow: none;
}

.proof-strip a span {
  color: var(--lamp);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.proof-strip a strong {
  margin-top: 9px;
  font-size: clamp(.98rem, 1.4vw, 1.16rem);
  line-height: 1.32;
}

/* Shared sections */

.stack {
  gap: 0;
  margin-top: clamp(76px, 10vw, 140px);
}

.card {
  position: relative;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  transform-style: flat;
  transition: none;
}

.card::before {
  display: none;
}

.card + .card {
  margin-top: clamp(82px, 11vw, 150px);
}

.card:hover {
  border-color: var(--line-strong);
  transform: none;
  box-shadow: none;
}

.card .head {
  min-height: 0;
  align-items: baseline;
  padding: 20px 0 0;
  border: 0;
  background: transparent;
}

.card .head::before {
  top: -1px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 86px;
  height: 3px;
  background: var(--accent);
}

.card:nth-child(n) .head::before {
  background: var(--accent);
}

.label {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-weight: 400;
  line-height: .82;
  letter-spacing: .02em;
}

.meta {
  max-width: 36ch;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.card .body {
  padding: clamp(28px, 4vw, 52px) 0 0;
}

/* Rare section-local film splice */

.film-splice-overlay,
.film-splice-overlay > span {
  position: absolute;
  display: block;
  pointer-events: none;
}

.film-splice-overlay {
  inset: 0;
  z-index: 8;
  overflow: hidden;
  contain: paint;
}

.film-splice-gate {
  top: 0;
  right: 0;
  left: 0;
  height: 21%;
  opacity: 0;
  background:
    linear-gradient(180deg,
      transparent 0,
      rgba(217, 41, 54, .12) 18%,
      rgba(242, 234, 219, .08) 48%,
      rgba(8, 6, 5, .72) 51%,
      rgba(242, 234, 219, .04) 56%,
      transparent 100%);
  transform: translateY(-140%);
}

.film-splice-burn {
  inset: 0 auto 0 0;
  width: 28%;
  opacity: 0;
  background:
    linear-gradient(90deg,
      transparent 0,
      rgba(217, 41, 54, .03) 22%,
      rgba(217, 41, 54, .16) 48%,
      rgba(213, 180, 119, .08) 59%,
      transparent 100%);
  transform: translateX(-120%);
}

.film-splice-dust {
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 17% 31%, rgba(242, 234, 219, .5) 0 1px, transparent 2px),
    radial-gradient(circle at 73% 19%, rgba(242, 234, 219, .4) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 76%, rgba(242, 234, 219, .34) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 62%, rgba(217, 41, 54, .34) 0 1px, transparent 2px);
  transform: scale(1.012);
}

.film-splice-cue {
  top: 24px;
  right: 18px;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(242, 234, 219, .66);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.68);
}

/* Buttons */

.btn {
  min-height: 48px;
  padding: 12px 17px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  color: var(--cream);
  background: transparent;
  box-shadow: none;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.btn::after {
  display: none;
}

.btn.primary,
.btn.submit {
  border-color: var(--accent);
  color: #fff8ed;
  background: var(--accent);
}

.btn.secondary,
.btn.ghost {
  border-color: var(--line-strong);
  background: transparent;
}

.btn:hover,
.btn.primary:hover,
.btn.secondary:hover,
.btn.ghost:hover,
.btn.submit:hover {
  border-color: var(--cream);
  color: var(--screen);
  background: var(--cream);
  box-shadow: none;
  transform: translateY(-2px);
}

.btn-icon {
  font-size: 9px;
}

/* Trailer */

#trailer .head {
  position: relative;
  z-index: 2;
}

#trailer .body {
  padding-top: 28px;
}

.trailer-embed {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: #030302;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .62);
  isolation: isolate;
}

.trailer-embed::before,
.trailer-embed::after {
  content: "";
  position: absolute;
  z-index: 4;
  pointer-events: none;
}

.trailer-embed::before {
  inset: 0;
  border: clamp(6px, 1vw, 12px) solid #090706;
  box-shadow: inset 0 0 38px rgba(0, 0, 0, .72);
}

.trailer-embed::after {
  inset: 6% 4%;
  border: 1px solid rgba(242, 234, 219, .09);
  opacity: .42;
  transform: scale(1);
  transition: opacity .24s ease, transform .28s var(--ease-out-quart);
}

.yt-facade {
  background-color: #050403;
}

.trailer-embed:has(.yt-facade:hover)::after,
.trailer-embed:focus-within::after {
  opacity: .9;
  transform: scale(.994);
}

.yt-facade::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .66));
}

.yt-facade::after {
  width: 74px;
  height: 54px;
  border: 1px solid rgba(255, 248, 237, .75);
  border-radius: 0;
  background: var(--accent);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .5);
}

.trailer-note {
  max-width: 54ch;
  margin: 24px auto 18px;
  color: var(--muted);
}

/* Premiere */

#premiere .body {
  display: grid;
  grid-template-columns: minmax(210px, .42fr) minmax(0, 1fr);
  grid-template-areas:
    "recap slideshow"
    "credit slideshow"
    "action slideshow";
  column-gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.premiere-recap {
  grid-area: recap;
  margin: 0;
  text-align: left;
  color: rgba(242, 234, 219, .78);
}

.premiere-slideshow {
  grid-area: slideshow;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: #050403;
  box-shadow: 14px 14px 0 rgba(217, 41, 54, .1);
  isolation: isolate;
}

.premiere-slideshow::before,
.premiere-slideshow::after,
.lightbox-overlay::before,
.lightbox-overlay::after {
  position: absolute;
  z-index: 4;
  display: block;
  pointer-events: none;
  opacity: 0;
}

.premiere-slideshow::before,
.lightbox-overlay::after {
  content: none;
  top: 14px;
  left: 14px;
  color: rgba(242, 234, 219, .86);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateY(-4px);
}

.premiere-slideshow::after,
.lightbox-overlay::before {
  content: "";
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(8, 6, 5, .94) 0,
      rgba(8, 6, 5, .78) 42%,
      rgba(217, 41, 54, .16) 49%,
      rgba(242, 234, 219, .12) 50%,
      rgba(8, 6, 5, .82) 54%,
      rgba(8, 6, 5, .94) 100%);
  transform: translateY(-106%);
}

.slide-arrow {
  z-index: 5;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(242, 234, 219, .55);
  border-radius: 0;
  background: rgba(8, 6, 5, .84);
  backdrop-filter: none;
  color: var(--cream);
}

.slideshow-cta {
  grid-area: action;
  margin-top: 20px;
  text-align: left;
}

.gallery-credit {
  grid-area: credit;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Reviews */

#reviews .body {
  padding-top: 20px;
}

.review-list,
.review-item {
  border: 0;
  background: transparent;
}

.review-item {
  display: grid;
  grid-template-columns: minmax(150px, .42fr) minmax(220px, 1fr) auto;
  grid-template-areas:
    "source score action"
    "byline score action";
  gap: 8px 24px;
  align-items: center;
  padding: 0;
}

.review-source {
  grid-area: source;
  color: var(--lamp);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.review-score {
  grid-area: score;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(5.5rem, 15vw, 12rem);
  font-weight: 400;
  line-height: .75;
  text-align: center;
  text-shadow: 4px 0 0 rgba(217, 41, 54, .24);
}

.review-byline {
  grid-area: byline;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .08em;
}

.review-item .btn {
  grid-area: action;
}

/* Press */

#press .trailer-center {
  text-align: left;
}

#press .body > p {
  max-width: 60ch;
  margin: 0 0 18px;
  color: var(--muted);
}

#press .body > p:not(:first-child) {
  margin-top: 48px;
}

.press-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  justify-content: stretch;
}

.press-list li {
  border-bottom: 1px solid var(--line);
}

.press-list a {
  width: 100%;
  min-height: 64px;
  justify-content: space-between;
  padding: 14px 12px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  color: var(--cream);
  background: transparent;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .06em;
}

.press-list a::after {
  content: "↗";
  color: var(--accent);
}

.press-list a:hover {
  color: var(--screen);
  background: var(--cream);
  box-shadow: none;
  transform: none;
}

/* Credits */

#credits .body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

#credits .copyblock {
  columns: 2;
  column-gap: clamp(32px, 6vw, 86px);
  column-rule: 1px solid var(--line);
}

#credits .copyblock > p {
  break-inside: avoid;
  margin-top: 0;
  color: rgba(242, 234, 219, .75);
}

.credits-footnote {
  break-inside: avoid;
  margin-top: 42px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: .045em;
}

/* Contact */

#contact .body {
  padding-top: 34px;
}

.contact-grid {
  grid-template-columns: minmax(210px, .45fr) minmax(0, 1fr);
  gap: clamp(36px, 8vw, 110px);
}

.contact-box {
  position: relative;
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background:
    repeating-linear-gradient(135deg, rgba(242, 234, 219, .025) 0 1px, transparent 1px 5px),
    #100c0a;
}

.contact-box::before,
.contact-box::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.contact-box::before {
  left: 18px;
}

.contact-box::after {
  right: 18px;
}

.contact-heading {
  margin-top: 42px;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  font-weight: 400;
  line-height: .85;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.contact-location,
.contact-tagline,
.contact-note {
  color: var(--muted);
}

.contact-tagline {
  color: var(--lamp);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-form {
  gap: 20px;
}

.form-required-note {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-required-note span,
.required {
  color: var(--accent);
}

.form-row {
  gap: 18px;
}

.form-label {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

input,
textarea {
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  color: var(--cream);
  background: transparent;
  font: inherit;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: var(--lamp);
  background: rgba(242, 234, 219, .025);
  box-shadow: none;
}

input::placeholder,
textarea::placeholder {
  color: rgba(170, 160, 147, .54);
}

/* FAQ */

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.faq-question {
  min-height: 68px;
  padding: 20px 54px 20px 0;
  color: var(--cream);
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  font-weight: 500;
}

.faq-question::after {
  right: 4px;
  color: var(--accent);
}

.faq-answer {
  max-width: 70ch;
  padding: 0 0 24px;
  color: var(--muted);
}

/* Footer */

.footer {
  margin-top: clamp(90px, 12vw, 160px);
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-inner {
  display: flex;
  gap: 0;
  padding: 24px 0;
}

.footer .chip,
.chip {
  min-height: 32px;
  padding: 5px 12px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  color: var(--muted);
  background: transparent;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .05em;
  text-decoration: none;
}

.footer .chip:first-child {
  padding-left: 0;
}

.footer .chip img {
  width: 24px;
  height: 24px;
}

.footer a.chip:hover {
  color: var(--cream);
  background: transparent;
}

.site-credit {
  margin-top: 0;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  color: rgba(170, 160, 147, .74);
  background: transparent;
  box-shadow: none;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .05em;
  text-align: left;
}

.site-credit a {
  color: var(--lamp);
  border-color: rgba(213, 180, 119, .5);
}

/* Gallery */

.gallery-page {
  width: min(100%, calc(var(--max) + 64px));
  max-width: none;
  padding: 28px 32px 76px;
}

.gallery-header {
  align-items: center;
  margin-bottom: 42px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-strong);
}

.gallery-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-weight: 400;
  line-height: .8;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.gallery-header h1 span {
  color: var(--lamp);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  vertical-align: middle;
}

.gallery-actions {
  gap: 0;
}

.back-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gallery-intro {
  margin-bottom: 20px;
  padding: clamp(28px, 5vw, 66px);
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background:
    repeating-linear-gradient(135deg, rgba(242, 234, 219, .018) 0 1px, transparent 1px 5px),
    #0e0a09;
}

.gallery-intro::after {
  content: "CONTACT SHEET / 224";
  color: rgba(213, 180, 119, .64);
}

.gallery-intro h2 {
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(4rem, 11vw, 9rem);
  font-weight: 400;
  line-height: .76;
  letter-spacing: .02em;
}

.gallery-intro p {
  color: var(--muted);
}

.gallery-facts {
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gallery-facts div {
  padding: 16px 14px;
  border: 0;
  border-right: 1px dashed var(--line);
  border-radius: 0;
  background: transparent;
}

.gallery-facts div:last-child {
  border-right: 0;
}

.premiere-gallery {
  gap: 6px;
}

.gallery-item {
  overflow: hidden;
  border: 1px solid rgba(242, 234, 219, .2);
  border-radius: 0;
  background: #090706;
  transition: border-color .18s ease, filter .18s ease;
}

.gallery-item::after {
  right: 6px;
  bottom: 5px;
  border-radius: 0;
  color: var(--cream);
  background: rgba(8, 6, 5, .76);
}

.gallery-item:hover,
.gallery-item:focus-visible {
  z-index: 1;
  border-color: var(--lamp);
  filter: contrast(1.04);
  transform: none;
}

.lightbox-overlay {
  background: rgba(4, 3, 2, .97);
  isolation: isolate;
}

.lightbox-overlay::after {
  top: 18px;
  bottom: auto;
  left: 18px;
  transform: translateY(-4px);
  white-space: nowrap;
}

.lightbox-close,
.lightbox-arrow,
.lightbox-counter {
  z-index: 5;
}

.lightbox-img {
  border: 1px solid var(--line-strong);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .82);
}

/* Utility pages */

.page {
  margin-top: 18px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background:
    repeating-linear-gradient(135deg, rgba(242, 234, 219, .018) 0 1px, transparent 1px 5px),
    #0d0908;
  box-shadow: var(--shadow);
}

.page-inner {
  padding: clamp(34px, 6vw, 76px);
}

.page .copyblock {
  max-width: 840px;
}

.page .h1 {
  margin: 16px 0 34px;
  font-size: clamp(4.5rem, 13vw, 9rem);
}

.h2 {
  margin-bottom: 12px;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: .02em;
}

.page .copyblock .h2 {
  margin-top: 48px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.thanks-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 26px;
  place-items: center;
  border: 1px solid var(--lamp);
  border-radius: 50%;
  color: var(--lamp);
  font-family: var(--font-mono);
  font-size: 25px;
  animation: none;
}

.error-code {
  color: var(--accent);
  font-family: var(--font-display);
  font-size: clamp(8rem, 24vw, 17rem);
  font-weight: 400;
  opacity: .16;
  text-shadow: none;
}

/* Motion */

.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: no-preference) {
  .film-splice-active .film-splice-gate {
    animation: filmGateDrop .3s steps(4, end) both;
  }

  .film-splice-active .film-splice-burn {
    animation: filmBurnSweep .3s var(--ease-out-quart) both;
  }

  .film-splice-active .film-splice-dust {
    animation: filmDustPop .3s steps(3, end) both;
  }

  .film-splice-active .film-splice-cue {
    animation: filmCuePop .3s steps(2, end) both;
  }

  .card.film-splice-active > .head,
  .card.film-splice-active > .body {
    will-change: transform, opacity;
    animation: filmJolt .3s steps(1, end) both;
  }

  .trailer-embed.projector-start {
    animation: projectorSettle .42s var(--ease-out-quint) both;
  }

  .trailer-embed.projector-start::after {
    animation: focusAperture .42s var(--ease-out-quint) both;
  }

  .premiere-slideshow.frame-advancing::before,
  .lightbox-overlay.frame-advancing::after {
    content: attr(data-frame);
    animation: frameCounter .3s steps(2, end) both;
  }

  .premiere-slideshow.frame-advancing::after,
  .lightbox-overlay.frame-advancing::before {
    animation: frameGateAdvance .3s var(--ease-out-quart) both;
  }

  .lightbox-overlay.frame-advancing .lightbox-img {
    animation: frameImageSettle .3s var(--ease-out-quart) both;
  }

  .reveal.in {
    animation: none;
  }

  .card.reveal {
    clip-path: inset(0 0 14% 0);
    opacity: .38;
    transform: translateY(24px);
    transition:
      clip-path .8s cubic-bezier(.2, .75, .2, 1),
      opacity .65s ease,
      transform .8s cubic-bezier(.2, .75, .2, 1);
  }

  .card.reveal.in {
    clip-path: inset(0);
    opacity: 1;
    transform: none;
  }

  .gallery-item img {
    transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .3s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.025);
  }

  @keyframes filmGateDrop {
    0% { opacity: 0; transform: translateY(-140%); }
    12% { opacity: .72; }
    45% { opacity: .34; transform: translateY(220%); }
    72% { opacity: .18; }
    100% { opacity: 0; transform: translateY(610%); }
  }

  @keyframes filmBurnSweep {
    0% { opacity: 0; transform: translateX(-120%); }
    18% { opacity: .72; }
    64% { opacity: .3; }
    100% { opacity: 0; transform: translateX(450%); }
  }

  @keyframes filmDustPop {
    0%, 100% { opacity: 0; transform: scale(1.012); }
    24% { opacity: .52; transform: scale(1); }
    48% { opacity: .16; transform: scale(1.006); }
  }

  @keyframes filmCuePop {
    0%, 100% { opacity: 0; transform: scale(.68); }
    18%, 54% { opacity: .74; transform: scale(1); }
  }

  @keyframes filmJolt {
    0%, 100% { opacity: 1; transform: translateX(0); }
    18% { opacity: .97; transform: translateX(-1px); }
    31% { opacity: .94; transform: translateX(2px); }
    45% { opacity: .98; transform: translateX(-1px); }
    64% { opacity: 1; transform: translateX(0); }
  }

  @keyframes projectorSettle {
    0% { opacity: .88; transform: scale(1.004); }
    34% { opacity: 1; transform: scale(.998); }
    100% { opacity: 1; transform: scale(1); }
  }

  @keyframes focusAperture {
    0% { opacity: .2; transform: scale(1.025); }
    42% { opacity: .96; transform: scale(.992); }
    100% { opacity: .42; transform: scale(1); }
  }

  @keyframes frameGateAdvance {
    0% { opacity: 0; transform: translateY(-106%); }
    20% { opacity: .82; }
    52% { opacity: .94; transform: translateY(0); }
    76% { opacity: .3; }
    100% { opacity: 0; transform: translateY(106%); }
  }

  @keyframes frameCounter {
    0%, 100% { opacity: 0; }
    24%, 72% { opacity: .88; }
  }

  @keyframes frameImageSettle {
    0% { opacity: .68; transform: scale(1.004); }
    100% { opacity: 1; transform: scale(1); }
  }
}

/* Responsive */

@media (min-width: 900px) {
  .hero-inner {
    grid-template-areas:
      "top poster"
      "copy poster";
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr);
    align-items: start;
  }
}

@media (max-width: 980px) {
  .nav a {
    padding-inline: 8px;
    font-size: 8px;
  }

  .brand-text .tag {
    display: none;
  }

  .brand {
    min-width: 146px;
  }

  #press .press-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --radius: 1px;
  }

  body {
    line-height: 1.66;
  }

  .container,
  .gallery-page {
    padding: 10px 12px 48px;
  }

  .header {
    top: 6px;
    border-radius: 1px;
  }

  .header-inner {
    min-height: 58px;
    padding: 5px 7px;
  }

  .stamp {
    width: 44px;
    height: 44px;
  }

  .brand-text .name {
    font-size: 24px;
  }

  .menu-btn {
    display: flex;
    margin-left: auto;
    border-left: 1px solid var(--line);
  }

  .nav {
    top: 62px;
    right: 0;
    width: min(290px, calc(100vw - 24px));
    gap: 0;
    padding: 0;
    border: 1px solid var(--line-strong);
    border-radius: 0;
    background: #0b0807;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .74);
  }

  .nav a {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px solid var(--line);
    font-size: 9px;
  }

  .hero,
  .card,
  .page,
  .footer,
  .header {
    border-radius: 1px;
  }

  .hero-inner {
    width: 100%;
    grid-template-areas:
      "top"
      "copy"
      "poster";
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 28px 20px 30px;
  }

  .h1 {
    font-size: clamp(5.2rem, 28vw, 8.8rem);
  }

  .hero-copy .cta-row {
    margin-top: 20px;
  }

  .hero-poster,
  .media.poster.hero-poster {
    width: min(100%, 330px);
    max-height: none;
    margin: 4px auto 0;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip a {
    min-height: 0;
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px dashed rgba(242, 234, 219, .25);
  }

  .proof-strip a:last-child {
    border-bottom: 0;
  }

  .stack {
    margin-top: 82px;
  }

  .card + .card {
    margin-top: 90px;
  }

  .card .head {
    gap: 14px;
  }

  .label {
    font-size: clamp(3.7rem, 18vw, 6rem);
  }

  .meta {
    padding-top: 4px;
    text-align: right;
  }

  .card .body {
    padding: 26px 0 0;
  }

  .btn {
    width: 100%;
  }

  #premiere .body {
    grid-template-columns: 1fr;
    grid-template-areas:
      "recap"
      "slideshow"
      "credit"
      "action";
    gap: 20px;
  }

  .premiere-slideshow {
    margin-top: 8px;
    box-shadow: 8px 8px 0 rgba(217, 41, 54, .1);
  }

  .slideshow-cta {
    margin-top: 0;
  }

  .review-item {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "source byline"
      "score score"
      "action action";
  }

  .review-score {
    text-align: left;
  }

  #press .press-list {
    grid-template-columns: 1fr;
  }

  .press-list a {
    border-right: 0;
  }

  #credits .copyblock {
    columns: 1;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer .chip,
  .footer .chip:first-child {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 8px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .site-credit a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .slide-dot {
    width: 44px;
    height: 44px;
  }

  .gallery-header {
    align-items: flex-start;
    gap: 22px;
  }

  .gallery-actions {
    width: 100%;
  }

  .back-link {
    border-right: 1px solid var(--line);
  }

  .gallery-intro {
    padding: 30px 20px;
  }

  .gallery-intro h2 {
    font-size: clamp(4.5rem, 24vw, 7rem);
  }

  .gallery-facts {
    grid-template-columns: 1fr;
  }

  .gallery-facts div {
    border-right: 0;
    border-bottom: 1px dashed var(--line);
  }

  .gallery-facts div:last-child {
    border-bottom: 0;
  }

  .premiere-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }
}

@media (max-width: 390px) {
  .container,
  .gallery-page {
    padding-inline: 10px;
  }

  .hero-inner {
    padding-inline: 16px;
  }

  .h1 {
    font-size: clamp(4.6rem, 27vw, 6.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  #spotlight {
    display: none;
  }

  .media.poster.hero-poster::after,
  .hero::after {
    animation: none;
  }

  .media.poster.hero-poster::after {
    opacity: 0;
  }

  .hero::after {
    opacity: .16;
  }

  .film-splice-overlay {
    display: none;
  }

  .premiere-slideshow::before,
  .premiere-slideshow::after,
  .lightbox-overlay::before,
  .lightbox-overlay::after {
    opacity: 0;
  }

  .card.reveal {
    clip-path: none;
    opacity: 1;
    transform: none;
  }
}
