:root {
  --bg: #1b211f;
  --bg-2: #232a27;
  --panel: #28302d;
  --panel-hover: #323b37;
  --text: #f0e8dc;
  --text-strong: #fffdf8;
  --copy: #d6d1c8;
  --quiet: #aaaca6;
  --gold: #d3a45c;
  --gold-bright: #f0c779;
  --line: rgba(240, 232, 220, .27);
  --line-strong: rgba(240, 232, 220, .44);
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 72px));
  --header: 72px;
  --ease: cubic-bezier(.2, .72, .18, 1);
}

html[data-theme="light"] {
  --bg: #f0ece4;
  --bg-2: #e7e1d7;
  --panel: #e9e3da;
  --panel-hover: #ddd6ca;
  --text: #242625;
  --text-strong: #0b0d0c;
  --copy: #585b58;
  --quiet: #74736d;
  --gold: #94631f;
  --gold-bright: #7c5017;
  --line: rgba(22, 24, 23, .16);
  --line-strong: rgba(22, 24, 23, .29);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: color .3s ease, background-color .3s ease;
}
body.dialog-open { overflow: hidden; }
[data-route-section] { display: none; }
html[data-route="home"] [data-route-section="home"],
html[data-route="films"] [data-route-section="films"],
html[data-route="trailers"] [data-route-section="trailers"],
html[data-route="press"] [data-route-section="press"],
html[data-route="studio"] [data-route-section="studio"],
html[data-route="contact"] [data-route-section="contact"],
html[data-route="film"] [data-route-section="film"] { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { color: #080909; background: #d2a55f; }
.page-shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #080909;
  background: #f0ebe3;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 1px solid var(--gold-bright); outline-offset: 4px; }
.film-grain {
  position: fixed;
  z-index: 900;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
}
.page-progress { position: fixed; z-index: 902; top: 0; left: 0; right: 0; height: 1px; pointer-events: none; }
.page-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.eyebrow {
  margin: 0;
  color: var(--gold-bright);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* Opening studio ident */
body.intro-open { overflow: hidden; }
html[data-intro="seen"] .studio-intro,
html:not([data-route="home"]) .studio-intro { display: none; }
.studio-intro {
  position: fixed;
  z-index: 5000;
  inset: 0;
  overflow: hidden;
  color: #f8e8c5;
  background:
    radial-gradient(circle at 50% 45%, rgba(191, 139, 60, .36), transparent 29%),
    radial-gradient(circle at 50% 50%, #303934 0%, #1b211e 57%, #101412 100%);
  opacity: 1;
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.studio-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.68'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.studio-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 16vw 4vw rgba(0, 0, 0, .5);
  pointer-events: none;
}
.studio-intro.is-leaving { opacity: 0; transform: scale(1.025); }
.intro-beams,
.intro-beams::before,
.intro-beams::after { position: absolute; inset: -20%; pointer-events: none; }
.intro-beams {
  opacity: 0;
  background: conic-gradient(from 170deg at 50% -5%, transparent 0 18%, rgba(255, 211, 133, .18) 21%, transparent 27% 55%, rgba(255, 220, 156, .14) 59%, transparent 65%);
  filter: blur(18px);
  transform: scaleX(.75);
}
.intro-beams::before,
.intro-beams::after { content: ""; }
.intro-beams::before { background: linear-gradient(105deg, transparent 35%, rgba(255, 212, 130, .14) 48%, transparent 58%); transform: translateX(-18%); }
.intro-beams::after { background: linear-gradient(75deg, transparent 37%, rgba(255, 212, 130, .12) 49%, transparent 59%); transform: translateX(18%); }
.studio-intro.is-running .intro-beams { animation: introBeams 3.8s .25s ease both; }
.intro-lamp {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 0;
  background: #fff3ce;
  box-shadow: 0 0 10px 3px #fff0c2, 0 0 42px 18px rgba(255, 184, 73, .76), 0 0 120px 58px rgba(255, 172, 48, .24);
}
.intro-lamp-one { top: 20%; left: 18%; }
.intro-lamp-two { top: 15%; right: 20%; }
.intro-lamp-three { right: 12%; bottom: 18%; }
.studio-intro.is-running .intro-lamp-one { animation: introLamp 2.8s .55s ease both; }
.studio-intro.is-running .intro-lamp-two { animation: introLamp 2.6s .9s ease both; }
.studio-intro.is-running .intro-lamp-three { animation: introLamp 2.4s 1.25s ease both; }
.intro-sparkler-canvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 1;
  filter: saturate(1.14);
  transition: opacity 1.15s ease, transform 1.15s var(--ease), filter 1.15s ease;
}
.studio-intro.is-wordmark-settled .intro-sparkler-canvas {
  opacity: .2;
  filter: saturate(.8) blur(.35px);
  transform: scale(1.012);
}
.intro-ident {
  position: relative;
  z-index: 3;
  width: min(900px, calc(100vw - 48px));
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  transition: opacity .55s ease, transform .7s var(--ease);
}
.studio-intro.is-leaving .intro-ident { opacity: 0; transform: translateY(-8px) scale(.97); }
.intro-ident > p {
  margin: 0 0 23px;
  color: rgba(255, 235, 197, .58);
  font-size: 9px;
  letter-spacing: .32em;
  text-transform: uppercase;
  opacity: 0;
}
.studio-intro.is-running .intro-ident > p { animation: introFade .8s .2s ease forwards; }
.intro-name {
  position: relative;
  width: min(760px, 86vw);
  aspect-ratio: 1552.09 / 400.55;
  margin-block: 8px;
  opacity: 0;
  transform: scale(.975);
}
.studio-intro.is-running .intro-name { animation: introName .9s 4.48s var(--ease) forwards; }
.intro-name img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    sepia(1)
    saturate(1.45)
    hue-rotate(351deg)
    brightness(1.18)
    drop-shadow(0 0 7px rgba(255, 237, 194, .8))
    drop-shadow(0 0 24px rgba(255, 181, 69, .52))
    drop-shadow(0 0 58px rgba(255, 146, 28, .22));
}
.studio-intro.is-running .intro-name img { animation: introLogoFlicker 1.05s 4.68s both; }
.intro-ident > i {
  width: 1px;
  height: 40px;
  margin-top: 26px;
  opacity: 0;
  background: linear-gradient(#e0b66d, transparent);
}
.studio-intro.is-running .intro-ident > i { animation: introFade .7s 5.12s ease forwards; }
.intro-ident > button {
  min-height: 40px;
  margin-top: 9px;
  padding: 0 17px;
  border: 1px solid rgba(224, 182, 109, .55);
  color: rgba(255, 239, 207, .68);
  background: rgba(0, 0, 0, .14);
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: 0;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.intro-ident > button span { margin-left: 11px; color: #e0b66d; }
.intro-ident > button:hover { color: #080909; border-color: #e0b66d; background: #e0b66d; }
.intro-ident > button:hover span { color: inherit; }
.studio-intro.is-running .intro-ident > button { animation: introFade .7s 5.42s ease forwards; }
@keyframes introFade { to { opacity: 1; } }
@keyframes introName { 55% { opacity: 1; transform: scale(1.015); } 100% { opacity: 1; transform: none; } }
@keyframes introBeams { 0% { opacity: 0; transform: scaleX(.72) rotate(-1deg); } 35% { opacity: .8; } 100% { opacity: .46; transform: scaleX(1) rotate(1deg); } }
@keyframes introLamp { 0% { opacity: 0; } 15% { opacity: .9; } 26% { opacity: .25; } 38%, 78% { opacity: .82; } 100% { opacity: .36; } }
@keyframes introLogoFlicker { 0%, 13%, 25% { opacity: .38; } 7%, 19%, 32%, 100% { opacity: 1; } 64% { opacity: .86; } }

/* Exact compact studio header */
.site-header {
  position: sticky;
  z-index: 800;
  top: 0;
  height: var(--header);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(36px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(25, 31, 28, .96);
  backdrop-filter: blur(18px);
  transition: background-color .3s ease, border-color .3s ease;
}
html[data-theme="light"] .site-header { background: rgba(240, 236, 228, .96); }
.brand {
  position: relative;
  isolation: isolate;
  width: 150px;
  overflow: visible;
}
.brand::before,
.brand::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s ease, width .35s var(--ease);
}
.brand::before {
  z-index: 2;
  inset: 0;
  display: block;
  background:
    linear-gradient(108deg, transparent 35%, rgba(255, 253, 242, .1) 43%, rgba(255, 255, 250, .72) 49%, rgba(255, 239, 205, .18) 55%, transparent 64%) 160% 50% / 240% 100% no-repeat;
  -webkit-mask: url("/assets/icons/point-productions-logo.svg") center / contain no-repeat;
  mask: url("/assets/icons/point-productions-logo.svg") center / contain no-repeat;
  mix-blend-mode: screen;
}
.brand::after {
  z-index: 2;
  bottom: -8px;
  left: 0;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-bright), rgba(240, 199, 121, 0));
}
.brand img {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: filter .35s ease, opacity .35s ease;
}
html[data-theme="dark"] .brand::after { opacity: .72; }
html[data-theme="dark"] .brand::before { animation: logoSheen 156s linear infinite; }
html[data-theme="dark"] .brand img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(10%) saturate(430%) hue-rotate(329deg) brightness(108%) contrast(104%);
}
html[data-theme="dark"] .brand:hover::after { width: 72px; opacity: .92; }
html[data-theme="light"] .brand img,
html[data-theme="light"] .footer-brand img { filter: invert(1); }
.desktop-nav { height: 100%; display: flex; gap: 48px; }
.desktop-nav a {
  position: relative;
  display: grid;
  place-items: center;
  color: var(--copy);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--gold);
  transition: right .3s var(--ease);
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] { color: var(--text-strong); }
.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after { right: 0; }
@keyframes logoSheen {
  0%, 3.8% { opacity: 0; background-position: 160% 50%; }
  4.1% { opacity: .08; }
  4.55% { opacity: .48; }
  5.65% { opacity: .48; background-position: -60% 50%; }
  5.95%, 100% { opacity: 0; background-position: -60% 50%; }
}
.header-tools { justify-self: end; display: flex; align-items: center; gap: 8px; }
.theme-toggle {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border: 0;
  color: var(--copy);
  background: transparent;
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.theme-toggle:hover { color: var(--gold-bright); }
.theme-icon {
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: linear-gradient(90deg, currentColor 50%, transparent 50%);
}
html[data-theme="light"] .theme-icon { color: var(--gold); background: currentColor; box-shadow: 0 0 0 3px rgba(148, 99, 31, .1); }
.menu-button { display: none; }
.mobile-menu { display: none; }

/* Shared actions */
.outline-action {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 18px;
  border: 1px solid var(--gold);
  color: var(--text-strong);
  background: transparent;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .22s ease, background .22s ease;
}
.outline-action:hover,
.filled-action { color: #080909; background: var(--gold-bright); }
.play-mark {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid currentColor;
}
.text-action {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text-strong);
  font-size: 8px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.text-action span { color: var(--gold-bright); }
.module-heading {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.module-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.module-heading > a,
.module-heading > span {
  color: var(--copy);
  font-size: 8px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.module-heading > a span { margin-left: 10px; color: var(--gold-bright); }

/* Home: closely follows supplied page */
.home-hero {
  position: relative;
  height: clamp(520px, 57vw, 675px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  color: #d4ccc0;
  background: #070909;
}
.home-hero-media,
.home-hero-panel,
.media-scrim { position: absolute; inset: 0; }
.home-hero-media { z-index: -2; }
.home-hero-panel {
  margin: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .9s ease, transform 1.2s var(--ease);
}
.home-hero-panel.is-active { opacity: 1; transform: none; }
.home-hero-panel img { width: 100%; height: 100%; object-fit: cover; }
.home-hero-panel[data-film-panel="dying"] img { object-position: 68% 43%; }
.home-hero-panel[data-film-panel="ruby"] img { object-position: 61% 44%; }
.home-hero-panel[data-film-panel="mack"] img { object-position: 54% 42%; }
.media-scrim {
  background:
    linear-gradient(90deg, rgba(4,5,5,.94) 0%, rgba(4,5,5,.7) 32%, rgba(4,5,5,.12) 69%, rgba(4,5,5,.3)),
    linear-gradient(180deg, rgba(4,5,5,.08), transparent 55%, rgba(4,5,5,.58));
}
.home-hero-copy {
  position: absolute;
  top: 50%;
  left: max(9vw, calc((100vw - 1180px) / 2 + 65px));
  width: min(500px, 50vw);
  transform: translateY(-45%);
}
.home-hero-copy h1 {
  margin: 13px 0 12px;
  color: #d4ccc0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.1vw, 76px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: .025em;
  text-transform: uppercase;
  transition: opacity .18s ease, transform .18s ease;
}
.home-hero-copy h1 span { display: block; }
.home-hero-copy h1.is-changing { opacity: 0; transform: translateY(7px); }
.hero-director { margin: 0; color: rgba(240,235,227,.76); font-size: 11px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 23px; }
.home-hero .outline-action,
.home-hero .text-action { color: #f0ebe3; }
.hero-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 36px;
  height: 62px;
  padding: 0;
  border: 0;
  color: rgba(240,235,227,.76);
  background: transparent;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 300;
  transform: translateY(-50%);
}
.hero-arrow:hover { color: #d2a55f; }
.hero-arrow-prev { left: 20px; }
.hero-arrow-next { right: 20px; }
.hero-dots {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.hero-dots button {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  color: rgba(240,235,227,.46);
  background: transparent;
  font-size: 10px;
}
.hero-dots button::after { content: ""; position: absolute; right: 100%; bottom: 0; left: 0; height: 1px; background: #d2a55f; transition: right .25s ease; }
.hero-dots button.is-active { color: #f0ebe3; }
.hero-dots button.is-active::after { right: 0; }
.home-sections { padding: 14px 0 48px; }
.home-films { margin-top: 0; }
.poster-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 8px; }
.poster-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  color: #d4ccc0;
  isolation: isolate;
}
.poster-card > img,
.card-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.poster-card > img {
  z-index: -2;
  object-fit: cover;
  filter: saturate(.65) brightness(.72);
  transition: transform .8s var(--ease), filter .4s ease;
}
.poster-card:first-child > img { object-position: 65% center; }
.poster-card:nth-child(2) > img { object-position: 59% center; }
.poster-card:nth-child(3) > img { object-position: 51% center; }
.card-scrim {
  z-index: -1;
  background: linear-gradient(90deg, rgba(4,5,5,.74), rgba(4,5,5,.18)), linear-gradient(180deg, transparent 30%, rgba(4,5,5,.94));
}
.poster-copy {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.poster-copy strong {
  max-width: 290px;
  color: #d4ccc0;
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 400;
  line-height: .98;
}
.poster-copy small {
  margin-top: 12px;
  color: #d2a55f;
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.poster-copy p { max-width: 265px; margin: 14px 0 17px; color: rgba(240,235,227,.72); font-size: 11px; line-height: 1.55; }
.poster-copy em { color: #f0ebe3; font-size: 8px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.poster-copy b { margin-left: 10px; color: #d2a55f; font-weight: 400; }
.poster-card:hover > img { transform: scale(1.025); filter: saturate(.78) brightness(.76); }
.watch-module,
.studio-module {
  display: grid;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.watch-module { grid-template-columns: 29% 71%; min-height: 255px; }
.watch-module-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 28px;
}
.watch-module-copy h2 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 400; text-transform: uppercase; }
.watch-module-copy p { margin: 16px 0 25px; color: var(--copy); font-family: var(--serif); font-size: 19px; line-height: 1.25; }
.watch-module-stage {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--line);
  color: #f0ebe3;
  background: #090a0a;
}
.watch-module-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.52)); }
.watch-module-stage > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.58) brightness(.64); transition: transform .8s var(--ease); }
.watch-module-stage:hover > img { transform: scale(1.025); }
.round-play,
.mini-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240,235,227,.85);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.round-play i,
.mini-play::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #f0ebe3;
}
.watch-module-stage > small {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 14px;
  left: 18px;
  color: rgba(240,235,227,.7);
  font-size: 8px;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
}
.studio-module { grid-template-columns: 43% 57%; min-height: 290px; }
.studio-module > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 30px; }
.studio-module h2 { max-width: 440px; margin: 12px 0 15px; font-family: var(--serif); font-size: clamp(27px, 3vw, 40px); font-weight: 400; line-height: 1.04; text-transform: uppercase; }
.studio-module p:not(.eyebrow) { max-width: 430px; margin: 0; color: var(--copy); font-size: 11px; line-height: 1.6; }
.studio-module .text-action { margin-top: 22px; }
.studio-module > img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) brightness(.6) contrast(1.08); border-left: 1px solid var(--line); }
.news-module { margin-top: 18px; }
.news-strip { display: grid; grid-template-columns: repeat(3, 1fr); }
.news-strip > a {
  min-width: 0;
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 13px;
  min-height: 128px;
  padding: 13px 19px 13px 0;
  border-right: 1px solid var(--line);
}
.news-strip > a + a { padding-left: 19px; }
.news-strip > a:last-child { border-right: 0; }
.news-strip img { width: 94px; height: 100px; object-fit: cover; filter: saturate(.62) brightness(.75); }
.news-strip span { display: flex; flex-direction: column; }
.news-strip small { color: var(--gold-bright); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.news-strip strong { margin-top: 9px; color: var(--text); font-family: var(--serif); font-size: 15px; font-weight: 400; line-height: 1.25; }
.news-strip time { margin-top: auto; color: var(--quiet); font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }

/* Shared route hero */
.route-page { min-height: 80vh; background: var(--bg); }
.route-hero,
.trailer-route-hero {
  position: relative;
  height: 345px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  color: #d4ccc0;
  background: #070909;
}
.route-hero > img,
.trailer-route-hero > img,
.route-hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.route-hero > img,
.trailer-route-hero > img { z-index: -2; object-fit: cover; object-position: 70% 42%; filter: saturate(.62) brightness(.68); }
.route-hero-scrim {
  z-index: -1;
  background: linear-gradient(90deg, rgba(4,5,5,.97) 0%, rgba(4,5,5,.8) 36%, rgba(4,5,5,.08) 72%, rgba(4,5,5,.25));
}
.route-hero-copy {
  position: absolute;
  top: 50%;
  left: max(58px, calc((100vw - 1180px) / 2 + 34px));
  width: min(480px, 46vw);
  transform: translateY(-50%);
}
.route-hero-copy h1 {
  margin: 12px 0 15px;
  color: #d4ccc0;
  font-family: var(--serif);
  font-size: clamp(50px, 5.7vw, 79px);
  font-weight: 400;
  line-height: .9;
}
.route-hero-copy > p:not(.eyebrow) { max-width: 440px; margin: 0 0 9px; color: rgba(240,235,227,.72); font-size: 12px; line-height: 1.58; }
.route-content { padding: 18px 0 55px; }

/* Films page */
.featured-film-panel {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}
.featured-film-panel > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) brightness(.73); }
.featured-film-panel > div { display: flex; flex-direction: column; justify-content: center; padding: 35px; border-left: 1px solid var(--line); }
.featured-film-panel h2 { margin: 10px 0 9px; font-family: var(--serif); font-size: clamp(32px, 3.7vw, 47px); font-weight: 400; line-height: .98; }
.featured-film-panel small { color: var(--gold-bright); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.featured-film-panel p:not(.eyebrow) { max-width: 470px; margin: 17px 0 23px; color: var(--copy); font-size: 11px; line-height: 1.6; }
.featured-film-panel > div > div { display: flex; gap: 9px; }
.films-catalog { margin-top: 15px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 9px; }
.catalog-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  color: #d4ccc0;
  isolation: isolate;
}
.catalog-card > img,
.catalog-card > .card-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.catalog-card > img { z-index: -2; object-fit: cover; filter: saturate(.63) brightness(.72); }
.catalog-card > span:last-child { position: absolute; right: 24px; bottom: 22px; left: 24px; display: flex; flex-direction: column; }
.catalog-card strong { color: #d4ccc0; font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.04; }
.catalog-card small { margin-top: 10px; color: #d2a55f; font-size: 8px; text-transform: uppercase; }
.catalog-card p { margin: 14px 0 17px; color: rgba(240,235,227,.72); font-size: 10px; line-height: 1.55; }
.catalog-card em { color: #f0ebe3; font-size: 8px; font-style: normal; text-transform: uppercase; }
.story-browse { margin-top: 17px; }
.story-browse > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: 10px; }
.story-browse a { position: relative; min-height: 105px; display: flex; align-items: flex-end; padding: 16px; overflow: hidden; border: 1px solid var(--line); color: #d4ccc0; isolation: isolate; }
.story-browse img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.48); }
.story-browse a::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.77), rgba(0,0,0,.18)); }
.story-browse span { display: flex; flex-direction: column; }
.story-browse strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.story-browse small { margin-top: 3px; color: rgba(240,235,227,.66); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.story-browse i { margin-left: auto; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(240,235,227,.6); border-radius: 50%; font-size: 12px; font-style: normal; }

/* Trailer page */
.trailer-route-hero { height: 430px; }
.trailer-route-hero > img { object-position: 68% 43%; }
.trailer-route-hero .route-hero-copy { top: 46%; }
.trailer-route-play {
  position: absolute;
  top: 45%;
  left: 58%;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid #d2a55f;
  border-radius: 50%;
  color: #f0ebe3;
  background: rgba(0,0,0,.18);
  transform: translate(-50%, -50%);
}
.trailer-route-play span { width: 0; height: 0; margin-left: 5px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid currentColor; }
.fake-player {
  position: absolute;
  right: max(42px, calc((100vw - 1180px) / 2));
  bottom: 27px;
  left: max(42px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: auto auto 1fr auto auto auto;
  align-items: center;
  gap: 18px;
  color: rgba(240,235,227,.72);
  font-size: 10px;
}
.fake-player i { height: 1px; background: linear-gradient(90deg, #d2a55f 9%, rgba(240,235,227,.48) 9%); }
.fake-player b { font-size: 10px; font-weight: 400; }
.trailer-tabs { padding: 10px 0 0; border-bottom: 1px solid var(--line); }
.trailer-tabs > span,
.trailer-library > h2 { display: block; margin: 0 0 10px; color: var(--copy); font-size: 10px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; }
.trailer-tabs > div { display: flex; gap: 48px; overflow-x: auto; }
.trailer-tabs a { position: relative; padding: 13px 0 17px; color: var(--quiet); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.trailer-tabs a::after { content: ""; position: absolute; right: 100%; bottom: -1px; left: 0; height: 1px; background: var(--gold); }
.trailer-tabs a.is-active { color: var(--text); }
.trailer-tabs a.is-active::after { right: 0; }
.trailer-library { margin-top: 26px; }
.trailer-row {
  display: grid;
  grid-template-columns: 23% 77%;
  gap: 24px;
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 95px;
}
.trailer-row header { display: flex; flex-direction: column; align-items: flex-start; padding-top: 20px; }
.trailer-row h3 { margin: 0; font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.05; }
.trailer-row header small { margin-top: 12px; color: var(--gold-bright); font-size: 8px; text-transform: uppercase; }
.trailer-row header a { margin-top: 22px; color: var(--gold-bright); font-size: 8px; text-transform: uppercase; }
.trailer-row-media { min-width: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.trailer-row-media > * {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  color: #f0ebe3;
  background: #080909;
}
.trailer-row-media img { width: 100%; height: calc(100% - 26px); object-fit: cover; filter: saturate(.58) brightness(.66); }
.trailer-row-media .mini-play { width: 35px; height: 35px; }
.trailer-row-media .mini-play::after { border-top-width: 5px; border-bottom-width: 5px; border-left-width: 8px; }
.trailer-row-media .link-mark { position: absolute; top: 40%; left: 50%; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(240,235,227,.72); border-radius: 50%; transform: translate(-50%,-50%); }
.trailer-row-media small { height: 26px; display: flex; align-items: center; justify-content: space-between; padding: 0 7px; color: rgba(240,235,227,.68); font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }
.trailer-row-media time { color: rgba(240,235,227,.48); }
.cinema-quote { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--line); }
.cinema-quote > * { padding: 28px; }
.cinema-quote > div { border-left: 1px solid var(--line); }
.cinema-quote blockquote { margin: 0; color: var(--text); font-family: var(--serif); font-size: 26px; line-height: 1.25; }
.cinema-quote cite { display: block; margin-top: 15px; color: var(--gold-bright); font-family: var(--sans); font-size: 8px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.cinema-quote > div > p:not(.eyebrow) { margin: 9px 0 17px; color: var(--copy); font-size: 10px; }

/* Press page */
.press-spotlight { display: grid; grid-template-columns: 64% 36%; gap: 16px; }
.press-spotlight > div { min-height: 245px; display: flex; flex-direction: column; justify-content: center; padding: 34px; border: 1px solid var(--line); background: var(--panel); }
.press-spotlight blockquote { max-width: 700px; margin: 17px 0 27px; font-family: var(--serif); font-size: clamp(26px, 3.2vw, 39px); line-height: 1.16; }
.press-spotlight > div > a { color: var(--gold-bright); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.press-spotlight nav { display: grid; gap: 8px; }
.press-spotlight nav a { min-height: 74px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 13px; padding: 0 20px; border: 1px solid var(--line); background: var(--panel); }
.press-spotlight nav i { color: var(--gold-bright); font-size: 22px; font-style: normal; }
.press-spotlight nav span { display: flex; flex-direction: column; gap: 5px; }
.press-spotlight nav strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.press-spotlight nav small { color: var(--copy); font-size: 8px; }
.press-spotlight nav b { color: var(--gold-bright); font-weight: 400; }
.coverage-section,
.milestones { margin-top: 17px; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 9px; }
.coverage-grid > a { min-height: 355px; overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.coverage-grid img { width: 100%; height: 145px; object-fit: cover; filter: saturate(.62) brightness(.7); }
.coverage-grid > a > span { min-height: 210px; display: flex; flex-direction: column; padding: 18px; }
.coverage-grid small { color: var(--quiet); font-size: 7px; text-transform: uppercase; }
.coverage-grid strong { margin-top: 12px; color: var(--text); font-family: var(--serif); font-size: 19px; font-weight: 400; line-height: 1.18; }
.coverage-grid p { margin: 10px 0 15px; color: var(--copy); font-size: 9px; line-height: 1.55; }
.coverage-grid em { margin-top: auto; color: var(--gold-bright); font-size: 8px; font-style: normal; text-transform: uppercase; }
.milestones > div { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 9px; }
.milestones article { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px; border-right: 1px solid var(--line); text-align: center; }
.milestones article:last-child { border-right: 0; }
.milestones article::before { content: "❧"; margin-bottom: 7px; color: var(--gold); font-size: 24px; }
.milestones article small { color: var(--gold-bright); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.milestones article strong { margin: 6px 0; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.milestones article span { color: var(--copy); font-size: 7px; text-transform: uppercase; }
.milestones article em { margin-top: 8px; color: var(--quiet); font-size: 7px; font-style: normal; }
.press-quote-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; border: 1px solid var(--line); background: var(--panel); }
.press-quote-strip blockquote { min-height: 155px; margin: 0; padding: 26px; border-right: 1px solid var(--line); font-family: var(--serif); font-size: 18px; line-height: 1.3; }
.press-quote-strip blockquote:last-child { border-right: 0; }
.press-quote-strip cite { display: block; margin-top: 17px; color: var(--gold-bright); font-family: var(--sans); font-size: 7px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }

/* Studio page */
.studio-route-hero > img { object-position: 65% 50%; filter: grayscale(.35) saturate(.45) brightness(.63); }
.studio-content { padding-bottom: 55px; }
.mission-approach { display: grid; grid-template-columns: 1fr 1.2fr; border-bottom: 1px solid var(--line); }
.mission-approach > div { padding: 34px 42px 34px 0; }
.mission-approach > div + div { padding-left: 48px; border-left: 1px solid var(--line); }
.mission-approach h2,
.leadership-panel h2,
.philosophy-panel h2 { margin: 14px 0 19px; font-family: var(--serif); font-size: clamp(30px, 3.5vw, 44px); font-weight: 400; line-height: 1.05; }
.mission-approach > div > p:not(.eyebrow) { margin: 0 0 13px; color: var(--copy); font-size: 10px; line-height: 1.65; }
.mission-approach ul { display: grid; gap: 13px; margin: 14px 0 0; padding: 0; list-style: none; }
.mission-approach li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; }
.mission-approach li > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); font-size: 8px; }
.mission-approach li strong { color: var(--text); font-family: var(--serif); font-size: 16px; font-weight: 400; }
.mission-approach li p { margin: 3px 0 0; color: var(--copy); font-size: 9px; line-height: 1.45; }
.values-section { padding: 18px 0 22px; border-bottom: 1px solid var(--line); }
.values-section > div { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 13px; }
.values-section article { min-height: 105px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto 1fr; column-gap: 12px; padding: 13px 24px 13px 0; border-right: 1px solid var(--line); }
.values-section article + article { padding-left: 24px; }
.values-section article:last-child { border-right: 0; }
.values-section article span { grid-row: 1 / 3; color: var(--gold-bright); font-family: var(--serif); font-size: 24px; }
.values-section article strong { color: var(--gold-bright); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.values-section article p { margin: 7px 0 0; color: var(--copy); font-size: 9px; line-height: 1.5; }
.leadership-panel { display: grid; grid-template-columns: 45% 55%; min-height: 285px; border-bottom: 1px solid var(--line); }
.leadership-panel img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.7); }
.leadership-panel > div { display: flex; flex-direction: column; justify-content: center; padding: 35px 45px; border-left: 1px solid var(--line); }
.leadership-panel > div > p:not(.eyebrow) { max-width: 540px; margin: 0; color: var(--copy); font-size: 10px; line-height: 1.65; }
.leadership-panel .source-note { margin-top: 13px !important; color: var(--quiet) !important; font-size: 8px !important; }
.studio-gallery { padding-top: 16px; }
.studio-gallery > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-top: 8px; }
.studio-gallery img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.55) brightness(.72); }
.philosophy-panel { display: grid; grid-template-columns: 46% 54%; gap: 55px; align-items: center; margin-top: 17px; padding: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.philosophy-panel h2 { margin-bottom: 0; }
.philosophy-panel > p { margin: 0; color: var(--copy); font-size: 11px; line-height: 1.7; }

/* Contact page */
.contact-route-hero { height: 335px; }
.contact-route-hero > img { object-position: 69% 51%; filter: saturate(.5) brightness(.58); }
.contact-content { padding: 0 0 55px; }
.contact-main { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.contact-main > * { min-width: 0; padding: 36px 55px; }
.inquiry-routes { border-left: 1px solid var(--line); }
.contact-main h2,
.contact-support h2,
.newsletter-panel h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.message-form label { display: block; margin: 13px 0 6px; color: var(--gold-bright); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.message-form input,
.message-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line-strong);
  color: var(--text);
  outline: 0;
  background: transparent;
  font-size: 10px;
  resize: vertical;
}
.message-form input:focus,
.message-form textarea:focus { border-color: var(--gold); }
.message-form .outline-action { width: 100%; margin-top: 14px; }
.message-form > p { margin: 11px 0 0; color: var(--quiet); font-size: 8px; line-height: 1.5; }
.inquiry-routes > p { margin: -8px 0 18px; color: var(--copy); font-size: 10px; }
.inquiry-routes > a { min-height: 70px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; margin-top: 8px; padding: 0 18px; border: 1px solid var(--line); }
.inquiry-routes i { color: var(--gold-bright); font-size: 21px; font-style: normal; }
.inquiry-routes span { display: flex; flex-direction: column; gap: 5px; }
.inquiry-routes strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.inquiry-routes small { color: var(--copy); font-size: 8px; }
.inquiry-routes b { color: var(--gold-bright); font-weight: 400; }
.contact-support { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 10px; }
.contact-support > a { min-height: 205px; display: grid; grid-template-columns: 52% 48%; overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.contact-support > a > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px; }
.contact-support h2 { margin-bottom: 12px; }
.contact-support p { margin: 0; color: var(--copy); font-size: 9px; line-height: 1.55; }
.contact-support strong { margin-top: 20px; color: var(--gold-bright); font-size: 8px; font-weight: 400; text-transform: uppercase; }
.contact-support img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.65); }
.newsletter-panel { min-height: 150px; display: grid; grid-template-columns: 30% 38% 32%; align-items: center; margin-top: 10px; overflow: hidden; border: 1px solid var(--line); }
.newsletter-panel > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.65); }
.newsletter-panel > div { padding: 25px; }
.newsletter-panel h2 { margin: 8px 0; font-size: 24px; }
.newsletter-panel > div > p:last-child { margin: 0; color: var(--copy); font-size: 9px; }
.newsletter-panel form { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding: 25px; }
.newsletter-panel input,
.newsletter-panel button { height: 38px; padding: 0 12px; border: 1px solid var(--line-strong); background: transparent; font-size: 8px; }
.newsletter-panel button { color: var(--gold-bright); text-transform: uppercase; }
.newsletter-panel form small { grid-column: 1 / -1; color: var(--quiet); font-size: 7px; }

/* Film detail pages */
.film-detail { background: var(--bg); }
.film-detail-hero { position: relative; height: 500px; overflow: hidden; isolation: isolate; color: #d4ccc0; }
.film-detail-hero > img,
.film-detail-hero > .route-hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.film-detail-hero > img { z-index: -2; object-fit: cover; filter: saturate(.62) brightness(.68); }
.film-detail-hero-copy { height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-bottom: 50px; }
.film-back { position: absolute; top: 28px; color: rgba(240,235,227,.72); font-size: 8px; text-transform: uppercase; }
.film-detail-hero h1 { max-width: 900px; margin: 12px 0 15px; color: #d4ccc0; font-family: var(--serif); font-size: clamp(50px, 7vw, 93px); font-weight: 400; line-height: .92; }
.film-detail-hero-copy > p:last-child { margin: 0; color: rgba(240,235,227,.68); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.film-detail-subnav { position: sticky; z-index: 100; top: var(--header); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(7,9,9,.95); backdrop-filter: blur(14px); }
html[data-theme="light"] .film-detail-subnav { background: rgba(240,236,228,.95); }
.film-detail-subnav > div { min-height: 51px; display: flex; align-items: center; justify-content: space-between; }
.film-detail-subnav span { font-family: var(--serif); font-size: 13px; }
.film-detail-subnav div div { display: flex; gap: 25px; }
.film-detail-subnav a { color: var(--quiet); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.film-detail-subnav a:hover { color: var(--gold-bright); }
.film-detail-body { padding: 55px 0; }
.film-overview { display: grid; grid-template-columns: 175px 1fr; gap: 50px; padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.film-overview > div > p { max-width: 880px; margin: 0; font-family: var(--serif); font-size: clamp(27px, 3.4vw, 45px); line-height: 1.2; }
.film-overview > div > div { display: flex; gap: 9px; margin-top: 27px; }
.watch-at-home { display: grid; grid-template-columns: 175px 1fr auto; gap: 50px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.watch-at-home strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.watch-at-home div p { max-width: 600px; margin: 7px 0 0; color: var(--copy); font-size: 9px; line-height: 1.55; }
.watch-at-home > small { max-width: 180px; color: var(--quiet); font-size: 7px; line-height: 1.5; text-align: right; }
.film-story,
.film-proof,
.film-press { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; padding: 65px 0; border-bottom: 1px solid var(--line); }
.film-story h2,
.film-proof h2,
.film-press h2 { margin: 13px 0 20px; font-family: var(--serif); font-size: clamp(31px, 4vw, 50px); font-weight: 400; line-height: 1; }
.film-story > div > p:last-child,
.film-proof > div > p:last-child { margin: 0; color: var(--copy); font-size: 11px; line-height: 1.7; }
.film-story dl { display: grid; grid-template-columns: 130px 1fr; align-content: start; margin: 0; border-top: 1px solid var(--line); }
.film-story dt,
.film-story dd { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); }
.film-story dt { color: var(--quiet); font-size: 7px; text-transform: uppercase; }
.film-story dd { font-family: var(--serif); font-size: 12px; line-height: 1.5; }
.film-proof > div:last-child { align-self: end; display: grid; border-top: 1px solid var(--line); }
.film-proof a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--gold-bright); font-size: 8px; text-transform: uppercase; }
.film-press { grid-template-columns: 34% 66%; }
.film-press blockquote { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3.7vw, 46px); line-height: 1.18; }
.film-press a { display: flex; justify-content: space-between; margin-top: 25px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--gold-bright); font-size: 8px; text-transform: uppercase; }
.film-press a small { color: var(--quiet); font-size: inherit; }
.film-next { padding-top: 30px; }
.film-next > span { display: block; margin-bottom: 14px; color: var(--quiet); font-size: 7px; text-transform: uppercase; }
.film-next a { display: grid; grid-template-columns: 140px 1fr auto; align-items: end; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.film-next small { color: var(--gold-bright); font-size: 7px; text-transform: uppercase; }
.film-next strong { font-family: var(--serif); font-size: 36px; font-weight: 400; }
.film-next i { color: var(--gold-bright); font-style: normal; }

/* Footer exactly structured like references */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-2); }
.footer-grid { min-height: 210px; display: grid; grid-template-columns: 1.15fr 1.15fr .7fr 1fr .8fr; }
.footer-grid > * { min-width: 0; padding: 28px 24px; border-right: 1px solid var(--line); }
.footer-grid > *:first-child { padding-left: 0; }
.footer-grid > *:last-child { padding-right: 0; border-right: 0; }
.footer-brand { width: 118px; display: block; margin-bottom: 20px; }
.footer-grid p:not(.eyebrow) { margin: 0 0 12px; color: var(--copy); font-size: 8px; line-height: 1.6; }
.footer-grid a { display: block; margin-bottom: 7px; color: var(--copy); font-size: 8px; line-height: 1.35; }
.footer-grid a:hover { color: var(--gold-bright); }
.footer-grid .eyebrow { margin-bottom: 16px; }

/* Dialog */
.trailer-dialog { width: min(1080px, calc(100vw - 40px)); max-width: none; padding: 0; border: 1px solid var(--line-strong); color: var(--text); background: var(--bg); }
.trailer-dialog::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(10px); }
.dialog-frame header { min-height: 59px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); }
.dialog-frame header > div { display: flex; flex-direction: column; gap: 4px; }
.dialog-frame header small { color: var(--gold-bright); font-size: 7px; text-transform: uppercase; }
.dialog-frame header strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.dialog-frame header button { width: 32px; height: 32px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 20px; }
.dialog-video { aspect-ratio: 16 / 9; background: #000; }
.dialog-video iframe { width: 100%; height: 100%; border: 0; }

.poster-card,
.watch-module,
.studio-module,
.featured-film-panel,
.catalog-card,
.press-spotlight > div,
.press-spotlight nav a,
.coverage-grid > a,
.press-quote-strip,
.contact-main,
.contact-support > a,
.newsletter-panel,
.site-footer,
.route-page { transition: color .3s ease, background-color .3s ease, border-color .3s ease; }

/* Dark mode keeps the cinema atmosphere without hiding the photography or interface. */
html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 78% 10%, rgba(211, 164, 92, .12), transparent 28%),
    radial-gradient(circle at 12% 46%, rgba(113, 148, 137, .12), transparent 34%),
    var(--bg);
}
html[data-theme="dark"] .route-page {
  background: linear-gradient(145deg, rgba(45, 55, 51, .78), transparent 39%), var(--bg);
}
html[data-theme="dark"] .site-header { box-shadow: 0 12px 32px rgba(0, 0, 0, .12); }
html[data-theme="dark"] .home-hero-panel img { filter: saturate(1.04) brightness(1.02) contrast(.98); }
html[data-theme="dark"] .media-scrim {
  background:
    linear-gradient(90deg, rgba(12,16,14,.68) 0%, rgba(12,16,14,.35) 32%, rgba(12,16,14,.02) 69%, rgba(12,16,14,.07)),
    linear-gradient(180deg, transparent 48%, rgba(12,16,14,.24));
}
html[data-theme="dark"] .poster-card > img,
html[data-theme="dark"] .catalog-card > img { filter: saturate(1.02) brightness(.99) contrast(.98); }
html[data-theme="dark"] .poster-card:hover > img,
html[data-theme="dark"] .catalog-card:hover > img { filter: saturate(1.08) brightness(1.06); }
html[data-theme="dark"] .poster-card .card-scrim,
html[data-theme="dark"] .catalog-card .card-scrim {
  background:
    linear-gradient(90deg, rgba(8,11,10,.36), rgba(8,11,10,.015)),
    linear-gradient(180deg, transparent 39%, rgba(8,11,10,.59));
}
html[data-theme="dark"] .watch-module-stage > img { filter: saturate(.98) brightness(.96); }
html[data-theme="dark"] .watch-module-stage::after { background: linear-gradient(180deg, transparent 42%, rgba(8,11,10,.18)); }
html[data-theme="dark"] .studio-module > img { filter: grayscale(.28) saturate(.82) brightness(.94) contrast(1.01); }
html[data-theme="dark"] .news-strip img { filter: saturate(1.02) brightness(1.01); }
html[data-theme="dark"] .route-hero > img,
html[data-theme="dark"] .trailer-route-hero > img { filter: saturate(1.03) brightness(.99) contrast(.98); }
html[data-theme="dark"] .route-hero-scrim {
  background: linear-gradient(90deg, rgba(10,14,12,.7) 0%, rgba(10,14,12,.38) 36%, rgba(10,14,12,.015) 72%, rgba(10,14,12,.05));
}
html[data-theme="dark"] .featured-film-panel > img { filter: saturate(1.03) brightness(.99); }
html[data-theme="dark"] .story-browse img { filter: saturate(.96) brightness(.9); }
html[data-theme="dark"] .story-browse a::after { background: linear-gradient(90deg, rgba(8,11,10,.42), rgba(8,11,10,.025)); }
html[data-theme="dark"] .trailer-row-media img { filter: saturate(1) brightness(.95); }
html[data-theme="dark"] .coverage-grid img { filter: saturate(1.02) brightness(.98); }
html[data-theme="dark"] .studio-route-hero > img { filter: grayscale(.04) saturate(.92) brightness(.96); }
html[data-theme="dark"] .leadership-panel img,
html[data-theme="dark"] .studio-gallery img { filter: saturate(.98) brightness(.97); }
html[data-theme="dark"] .contact-route-hero > img { filter: saturate(.93) brightness(.94); }
html[data-theme="dark"] .contact-support img,
html[data-theme="dark"] .newsletter-panel > img { filter: saturate(.98) brightness(.95); }
html[data-theme="dark"] .film-detail-hero > img { filter: saturate(1.03) brightness(.99); }
html[data-theme="dark"] .featured-film-panel,
html[data-theme="dark"] .watch-module,
html[data-theme="dark"] .studio-module,
html[data-theme="dark"] .press-spotlight > div,
html[data-theme="dark"] .press-spotlight nav a,
html[data-theme="dark"] .coverage-grid > a,
html[data-theme="dark"] .press-quote-strip,
html[data-theme="dark"] .contact-main,
html[data-theme="dark"] .contact-support > a,
html[data-theme="dark"] .newsletter-panel {
  box-shadow: inset 0 1px rgba(255, 250, 242, .08), 0 16px 44px rgba(0, 0, 0, .08);
}
html[data-theme="dark"] .module-heading,
html[data-theme="dark"] .trailer-tabs,
html[data-theme="dark"] .film-detail-subnav { border-color: rgba(240, 199, 121, .38); }
html[data-theme="dark"] .outline-action { border-color: var(--gold-bright); }

@media (max-width: 980px) {
  :root { --shell: calc(100vw - 44px); }
  .site-header { padding: 0 22px; }
  .desktop-nav { gap: 27px; }
  .home-hero-copy { left: 8%; }
  .poster-copy p { display: none; }
  .news-strip > a { grid-template-columns: 75px 1fr; }
  .news-strip img { width: 75px; height: 90px; }
  .featured-film-panel { grid-template-columns: 50% 50%; }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .milestones > div { grid-template-columns: repeat(3, 1fr); }
  .milestones article { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.3fr 1.1fr .7fr .9fr; }
  .footer-grid > *:last-child { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --header: 64px; --shell: calc(100vw - 30px); }
  .site-header { height: var(--header); grid-template-columns: 1fr auto; padding: 0 15px; }
  .brand { width: 128px; }
  .desktop-nav { display: none; }
  .header-tools { gap: 0; }
  .theme-toggle { width: 40px; padding: 0; justify-content: center; }
  .theme-toggle span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .menu-button { width: 40px; height: 40px; display: grid; align-content: center; gap: 6px; padding: 0 8px; border: 0; background: transparent; }
  .menu-button span { height: 1px; background: var(--text); transition: transform .25s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu {
    position: fixed;
    z-index: -1;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: 90px 23px 30px;
    background: var(--bg);
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { display: flex; align-items: baseline; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 28px; }
  .mobile-menu small { color: var(--gold-bright); font-family: var(--sans); font-size: 7px; }
  .home-hero { height: 660px; }
  .home-hero-panel img { object-position: 61% center !important; }
  .home-hero-copy { left: 26px; width: calc(100vw - 52px); }
  .home-hero-copy h1 { font-size: clamp(39px, 11vw, 58px); }
  .hero-arrow { display: none; }
  .poster-card-grid,
  .catalog-grid,
  .coverage-grid { grid-template-columns: 1fr; }
  .poster-card,
  .catalog-card { min-height: 420px; }
  .poster-copy p { display: block; }
  .watch-module,
  .studio-module,
  .featured-film-panel { grid-template-columns: 1fr; }
  .watch-module-stage { min-height: 260px; border-top: 1px solid var(--line); border-left: 0; }
  .studio-module > img { height: 280px; border-top: 1px solid var(--line); border-left: 0; }
  .news-strip { grid-template-columns: 1fr; }
  .news-strip > a,
  .news-strip > a + a { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-hero { height: 425px; }
  .route-hero-copy { left: 25px; width: calc(100vw - 50px); }
  .route-hero > img { object-position: 61% center; }
  .featured-film-panel > div { padding: 28px 23px; border-top: 1px solid var(--line); border-left: 0; }
  .featured-film-panel > img { height: 300px; }
  .story-browse > div { grid-template-columns: repeat(2, 1fr); }
  .trailer-route-hero { height: 520px; }
  .trailer-route-play { top: 64%; left: 50%; }
  .fake-player { right: 20px; bottom: 21px; left: 20px; gap: 10px; }
  .trailer-tabs > div { gap: 28px; }
  .trailer-row { grid-template-columns: 1fr; }
  .trailer-row-media { grid-template-columns: 1fr; }
  .cinema-quote { grid-template-columns: 1fr; }
  .cinema-quote > div { border-top: 1px solid var(--line); border-left: 0; }
  .press-spotlight { grid-template-columns: 1fr; }
  .milestones > div { grid-template-columns: 1fr 1fr; }
  .press-quote-strip { grid-template-columns: 1fr; }
  .press-quote-strip blockquote { border-right: 0; border-bottom: 1px solid var(--line); }
  .mission-approach,
  .leadership-panel,
  .philosophy-panel { grid-template-columns: 1fr; }
  .mission-approach > div,
  .mission-approach > div + div { padding: 30px 0; border-left: 0; }
  .mission-approach > div + div { border-top: 1px solid var(--line); }
  .values-section > div { grid-template-columns: 1fr 1fr; }
  .leadership-panel > div { padding: 28px 0; border-top: 1px solid var(--line); border-left: 0; }
  .leadership-panel img { height: 300px; }
  .studio-gallery > div { grid-template-columns: repeat(2, 1fr); }
  .philosophy-panel { gap: 20px; padding: 28px 0; }
  .contact-main,
  .contact-support { grid-template-columns: 1fr; }
  .contact-main > * { padding: 30px 23px; }
  .inquiry-routes { border-top: 1px solid var(--line); border-left: 0; }
  .newsletter-panel { grid-template-columns: 1fr; }
  .newsletter-panel > img { height: 180px; }
  .newsletter-panel form { padding-top: 0; }
  .film-detail-hero { height: 480px; }
  .film-detail-subnav > div { overflow-x: auto; }
  .film-detail-subnav span { display: none; }
  .film-overview,
  .watch-at-home,
  .film-story,
  .film-proof,
  .film-press { grid-template-columns: 1fr; gap: 28px; }
  .watch-at-home > small { text-align: left; }
  .film-next a { grid-template-columns: 1fr auto; gap: 8px; }
  .film-next small { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > * { padding: 24px 18px; }
  .footer-grid > *:nth-child(odd) { padding-left: 0; }
  .footer-grid > *:nth-child(even) { padding-right: 0; border-right: 0; }
  .footer-grid > *:last-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .home-hero-copy h1 { font-size: 39px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .poster-card,
  .catalog-card { min-height: 390px; }
  .story-browse > div,
  .values-section > div,
  .milestones > div { grid-template-columns: 1fr; }
  .route-hero-copy h1 { font-size: 49px; }
  .featured-film-panel > div > div,
  .film-overview > div > div { flex-direction: column; }
  .outline-action { width: 100%; }
  .studio-gallery > div { grid-template-columns: 1fr; }
  .contact-support > a { grid-template-columns: 1fr; }
  .contact-support img { height: 180px; }
  .newsletter-panel form { grid-template-columns: 1fr; }
  .newsletter-panel form small { grid-column: auto; }
  .film-story dl { grid-template-columns: 100px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > * { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-grid > *:last-child { display: block; border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .intro-ident > p,
  .intro-name,
  .intro-ident > i,
  .intro-ident > button { opacity: 1; transform: none; }
  .intro-beams { opacity: .35; }
}
