@font-face {
  font-family: "Century Expanded Local";
  src: url("Assets/Century Expanded Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Century Expanded Local";
  src: url("Assets/Century Expanded Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Century Expanded Local";
  src: url("Assets/Century Expanded Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Century Expanded Local";
  src: url("Assets/Century Expanded Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Century Expanded Local";
  src: url("Assets/Century Expanded Bold Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Tamrin";
  src: url("Assets/Tamrin Italic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --black: #050505;
  --ink: #111111;
  --paper: #f5f1e8;
  --paper-deep: #e5dac8;
  --muted: #777064;
  --red: #b4282e;
  --gold: #b69155;
  --white: #ffffff;
  --line: rgba(17, 17, 17, 0.18);
  --max: 1280px;
  --font-body: "Century Expanded Local", "EB Garamond", "Century Schoolbook", Georgia, serif;
  --font-display: "EB Garamond", "Century Expanded Local", Georgia, serif;
  --font-small: "Cardo", "EB Garamond", Georgia, serif;
  --font-thrill: "Tamrin", "Cardo", "EB Garamond", Georgia, serif;
  --font-menu: "Courier Prime", "Courier New", monospace;
  --subtitle-gray: rgba(255, 255, 255, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.45;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: rgba(5, 5, 5, 0);
  color: var(--white);
  transition: background-color 700ms ease, border-color 700ms ease, padding 360ms ease, backdrop-filter 700ms ease;
  backdrop-filter: blur(0);
}

.site-header.is-scrolled,
body.nav-open .site-header {
  padding: 16px 42px;
  background-color: rgba(5, 5, 5, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.blog-page .site-header:not(.is-scrolled),
.post-page .site-header:not(.is-scrolled),
.info-page .site-header:not(.is-scrolled),
.funding-page .site-header:not(.is-scrolled) {
  color: var(--ink);
}

.streaming-page .site-header:not(.is-scrolled) {
  color: var(--white);
}

.documentaries-page .site-header:not(.is-scrolled) {
  color: var(--white);
}

.blog-page.nav-open .site-header,
.post-page.nav-open .site-header,
.info-page.nav-open .site-header,
.funding-page.nav-open .site-header,
.blog-page .site-header.is-scrolled,
.post-page .site-header.is-scrolled,
.info-page .site-header.is-scrolled,
.funding-page .site-header.is-scrolled {
  color: var(--white);
}

.brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-weight: 800;
}

.brand-lockup {
  flex: 0 0 auto;
  display: grid;
  width: max-content;
  height: clamp(38px, 4.2vw, 58px);
  align-content: center;
}

.brand-title {
  display: block;
  font-size: clamp(19px, 1.9vw, 30px);
  line-height: 0.82;
  letter-spacing: 0.045em;
  white-space: nowrap;
}

.brand-subtitle {
  display: grid;
  width: 100%;
  grid-template-columns: 31% 4% 65%;
  column-gap: 0;
  margin-top: 4px;
  color: var(--subtitle-gray);
  font-family: var(--font-menu);
  font-size: clamp(5.2px, 0.54vw, 7.3px);
  font-weight: 400;
  letter-spacing: clamp(0.16em, 0.34vw, 0.42em);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 700ms ease;
}

.site-header.is-scrolled .brand-subtitle,
body.nav-open .site-header .brand-subtitle {
  color: rgba(255, 255, 255, 0.72);
}

.blog-page .site-header:not(.is-scrolled) .brand-subtitle,
.post-page .site-header:not(.is-scrolled) .brand-subtitle,
.info-page .site-header:not(.is-scrolled) .brand-subtitle,
.funding-page .site-header:not(.is-scrolled) .brand-subtitle {
  color: var(--muted);
}

.streaming-page .site-header:not(.is-scrolled) .brand-subtitle {
  color: rgba(255, 255, 255, 0.72);
}

.brand-subtitle::before {
  content: "";
  grid-column: 2;
}

.brand-subtitle span:first-child {
  grid-column: 1;
}

.brand-subtitle span:last-child {
  grid-column: 3;
  text-align: right;
}

.brand-flag {
  flex: 0 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(10, 10.3%);
  width: clamp(38px, 4.2vw, 58px);
  aspect-ratio: 5 / 3;
  height: auto;
  overflow: hidden;
  filter: drop-shadow(1px 0 0 rgba(255, 255, 255, 0)) drop-shadow(-1px 0 0 rgba(255, 255, 255, 0)) drop-shadow(0 1px 0 rgba(255, 255, 255, 0)) drop-shadow(0 -1px 0 rgba(255, 255, 255, 0));
  transform-origin: 0 50%;
  transform-style: preserve-3d;
  transition: filter 700ms ease, opacity 700ms ease;
  will-change: transform;
}

.brand-flag::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.16) 24%, rgba(0, 0, 0, 0.2) 47%, rgba(255, 255, 255, 0.1) 72%, rgba(0, 0, 0, 0.18));
  content: "";
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.brand-flag span {
  min-width: 0;
  background-image: url("Assets/criminalsofpurposeflagconq.png");
  background-repeat: no-repeat;
  background-size: 1000% 100%;
  margin-right: -6%;
  transform-origin: center;
  will-change: transform, filter;
}

.brand-flag span:last-child {
  margin-right: 0;
}

.brand-flag span:nth-child(1) {
  background-position: 0% 50%;
}

.brand-flag span:nth-child(2) {
  background-position: 11.111% 50%;
}

.brand-flag span:nth-child(3) {
  background-position: 22.222% 50%;
}

.brand-flag span:nth-child(4) {
  background-position: 33.333% 50%;
}

.brand-flag span:nth-child(5) {
  background-position: 44.444% 50%;
}

.brand-flag span:nth-child(6) {
  background-position: 55.556% 50%;
}

.brand-flag span:nth-child(7) {
  background-position: 66.667% 50%;
}

.brand-flag span:nth-child(8) {
  background-position: 77.778% 50%;
}

.brand-flag span:nth-child(9) {
  background-position: 88.889% 50%;
}

.brand-flag span:nth-child(10) {
  background-position: 100% 50%;
}

.site-header.is-scrolled .brand-flag,
body.nav-open .site-header .brand-flag {
  filter: drop-shadow(1px 0 0 var(--subtitle-gray)) drop-shadow(-1px 0 0 var(--subtitle-gray)) drop-shadow(0 1px 0 var(--subtitle-gray)) drop-shadow(0 -1px 0 var(--subtitle-gray));
}

body.is-scrolling .brand-flag {
  overflow: hidden;
  animation: flagSway 780ms ease-in-out infinite;
}

body.is-scrolling .brand-flag::after {
  opacity: 0.65;
}

body.is-scrolling .brand-flag span {
  animation: flagSliceWave 780ms ease-in-out infinite;
}

body.is-scrolling .brand-flag span:nth-child(1) {
  animation-delay: -225ms;
}

body.is-scrolling .brand-flag span:nth-child(2) {
  animation-delay: -175ms;
}

body.is-scrolling .brand-flag span:nth-child(3) {
  animation-delay: -125ms;
}

body.is-scrolling .brand-flag span:nth-child(4) {
  animation-delay: -75ms;
}

body.is-scrolling .brand-flag span:nth-child(5) {
  animation-delay: -25ms;
}

body.is-scrolling .brand-flag span:nth-child(6) {
  animation-delay: 25ms;
}

body.is-scrolling .brand-flag span:nth-child(7) {
  animation-delay: 75ms;
}

body.is-scrolling .brand-flag span:nth-child(8) {
  animation-delay: 125ms;
}

body.is-scrolling .brand-flag span:nth-child(9) {
  animation-delay: 175ms;
}

body.is-scrolling .brand-flag span:nth-child(10) {
  animation-delay: 225ms;
}

@keyframes flagSway {
  0%,
  100% {
    transform: perspective(140px) rotateY(0deg);
  }

  50% {
    transform: perspective(140px) rotateY(-4deg);
  }
}

@keyframes flagSliceWave {
  0%,
  100% {
    transform: translateY(0) translateZ(0) rotateY(0deg) skewY(0deg) scaleY(1);
  }

  25% {
    transform: translateY(-1px) translateZ(8px) rotateY(-16deg) skewY(2deg) scaleY(1.04);
  }

  50% {
    transform: translateY(1px) translateZ(-5px) rotateY(12deg) skewY(-1.4deg) scaleY(0.97);
  }

  75% {
    transform: translateY(-0.5px) translateZ(5px) rotateY(-9deg) skewY(1deg) scaleY(1.02);
  }
}

.site-nav,
.label,
.kicker,
.button,
.text-link,
.date,
.section-heading p,
.footer-brand {
  font-stretch: condensed;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: clamp(16px, 1.7vw, 30px);
  align-items: center;
  font-family: var(--font-menu);
  font-size: clamp(11px, 0.86vw, 13px);
  font-weight: 400;
}

.site-nav a {
  position: relative;
}

.nav-group {
  position: relative;
  padding: 12px 0;
  margin: -12px 0;
}

.nav-group-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: default;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
  text-transform: inherit;
}

a.nav-group-trigger {
  cursor: pointer;
}

.nav-group-trigger::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.nav-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: grid;
  min-width: 152px;
  gap: 12px;
  padding: 16px;
  background: rgba(5, 5, 5, 0.94);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.34);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-nav > a::after,
.nav-submenu a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 100%;
  height: 2px;
  background: var(--red);
  content: "";
  transition: left 180ms ease;
}

.site-nav > a:hover::after,
.nav-submenu a:hover::after {
  left: 0;
}

.site-nav a.has-new-posts::before {
  position: absolute;
  top: -7px;
  right: -9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 3px rgba(180, 40, 46, 0.22);
  content: "";
}

.site-nav a[href="funding.html"],
.site-nav a[href="blog.html"] {
  display: none;
}

.site-nav .nav-store {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: 0 14px;
  background: var(--red);
  color: var(--white);
}

.site-nav .nav-store::after {
  display: none;
}

.site-nav .nav-store:hover {
  background: var(--gold);
  color: var(--ink);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.32) 54%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.02) 48%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 92vh;
  max-width: var(--max);
  margin: 0 auto;
  padding: 170px 34px 116px;
}

.kicker {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.approach-page .kicker,
.blog-page .kicker,
.post-page .kicker,
.info-page .kicker,
.funding-page .kicker {
  color: var(--red);
}

.streaming-page .kicker {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-family: var(--font-display);
  font-size: clamp(48px, 7.6vw, 112px);
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 34px;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.28;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions .button-ghost {
  border-color: rgba(255, 255, 255, 0.66);
  background: transparent;
  color: var(--white);
}

.hero-actions .button-ghost:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.hero-credit {
  position: absolute;
  right: 34px;
  bottom: 28px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-menu);
  font-size: 11px;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 900;
}

.button-red {
  background: var(--red);
  color: var(--white);
}

.button-red:hover {
  background: var(--white);
  color: var(--ink);
}

.button-yellow {
  background: var(--gold);
  color: var(--ink);
}

.button-yellow:hover {
  background: var(--ink);
  color: var(--white);
}

.button-ghost-dark {
  border: 1px solid rgba(14, 14, 13, 0.42);
  color: var(--ink);
}

.button-ghost-dark:hover {
  background: var(--ink);
  color: var(--white);
}

.scroll-cue {
  position: absolute;
  bottom: 36px;
  left: 50%;
  z-index: 3;
  width: 28px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  transform: translateX(-50%);
}

.scroll-cue::before {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 2px;
  height: 12px;
  background: var(--white);
  content: "";
  transform: translateX(-50%);
  animation: scrollPulse 1400ms ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
}

.intro-section,
.slate-section,
.dispatch-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 34px;
}

.premiere-banner {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: 30px max(34px, calc((100vw - var(--max)) / 2 + 34px));
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink);
  color: var(--white);
}

.premiere-banner .label {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: var(--font-menu);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.premiere-banner h2,
.premiere-banner p {
  margin: 0;
}

.premiere-banner h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.5vw, 54px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.premiere-banner > p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.45;
}

.premiere-banner .text-link {
  color: var(--gold);
  white-space: nowrap;
}

.feature-facts {
  border-bottom: 1px solid var(--line);
}

.feature-facts-content {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(360px, 1fr);
  gap: 64px;
  align-items: stretch;
  margin-left: max(34px, calc((100vw - var(--max)) / 2 + 34px));
}

.feature-facts-copy {
  padding: 96px 0;
}

.feature-facts-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 34px;
  margin: 56px 0 0;
}

.feature-facts-list div {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.feature-facts-list dt,
.feature-facts-list dd {
  margin: 0;
}

.feature-facts-list dt {
  color: var(--muted);
  font-family: var(--font-menu);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-facts-list dd {
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.12;
}

.feature-facts-image {
  margin: 0;
  min-width: 0;
}

.feature-facts-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.homepage-photo-gallery {
  padding: 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.homepage-photo-gallery-track {
  display: grid;
  grid-auto-columns: clamp(170px, 16vw, 245px);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0;
  scrollbar-color: var(--red) rgba(17, 17, 17, 0.14);
}

.homepage-photo-gallery-track figure {
  display: grid;
  place-items: center;
  height: clamp(260px, 24vw, 370px);
  margin: 0;
  background: var(--ink);
}

.homepage-photo-gallery-track img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-heading {
  display: grid;
  gap: 22px;
}

.section-heading p {
  margin: 0;
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.section-heading.vertical {
  grid-template-columns: 190px minmax(0, 760px);
  align-items: start;
  border-top: 1px solid var(--ink);
  padding-top: 34px;
}

.section-heading.horizontal {
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: end;
  margin-bottom: 46px;
}

.section-heading.light {
  color: var(--white);
}

.section-heading.light p {
  color: var(--gold);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 68px;
  margin-top: 56px;
}

.intro-grid > p {
  max-width: 700px;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.22;
}

#studio .intro-grid {
  grid-template-columns: minmax(160px, 260px) minmax(0, 760px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

#studio .intro-grid > p {
  max-width: 760px;
  margin: 0;
}

.studio-copy {
  max-width: 820px;
}

.studio-copy p {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.34;
}

.studio-copy p + p {
  margin-top: 24px;
}

.studio-medallion {
  width: min(100%, 240px);
  margin: 0;
}

.studio-medallion img {
  width: 100%;
  height: auto;
}

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

.stats div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.stats span {
  color: var(--gold);
  font-family: var(--font-small);
  font-size: 48px;
  font-weight: 700;
}

.stats p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.film-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--black);
  color: var(--white);
}

.film-strip article {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.film-strip img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0.66;
  transition: transform 600ms ease, opacity 600ms ease;
}

.film-strip article:hover img {
  opacity: 0.84;
  transform: scale(1.04);
}

.film-strip div {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 480px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0));
}

.label,
.date {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.film-strip h3,
.feature-copy h3,
.small-films h3,
.reel-copy h3,
.dispatch-grid h3 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.slate-section {
  background: var(--paper);
}

.slate-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 42px;
}

.feature-film {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 620px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.feature-film::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  content: "";
}

.feature-film-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 520px;
  padding: 42px;
}

.feature-copy p:not(.label) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  border-bottom: 1px solid currentColor;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.small-films {
  display: grid;
  gap: 30px;
}

.small-films article {
  border-top: 1px solid var(--ink);
  padding-top: 22px;
}

.small-films img {
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
  object-fit: cover;
}

.small-films p:not(.date),
.dispatch-grid p:not(.date) {
  color: var(--muted);
  font-size: 16px;
}

.reel-section {
  padding: 96px 34px;
  background: var(--black);
}

.reel-section .section-heading,
.reel-panel {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.reel-panel {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background: var(--black);
}

.reel-panel img,
.reel-panel iframe {
  height: 620px;
}

.reel-panel img {
  object-fit: cover;
  opacity: 0.72;
}

.reel-panel iframe {
  display: block;
  width: 100%;
  border: 0;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 96px;
  height: 68px;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background: var(--red);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.play-button span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid var(--white);
}

.reel-copy {
  position: absolute;
  right: 38px;
  bottom: 34px;
  max-width: 520px;
  padding: 18px 20px;
  background: rgba(5, 5, 5, 0.72);
  color: var(--white);
  text-align: right;
  pointer-events: none;
}

.reel-copy p {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.dispatch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border-top: 1px solid var(--ink);
}

.dispatch-grid article {
  padding-top: 26px;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr) clamp(94px, 11vw, 150px);
  gap: 42px;
  align-items: end;
  padding: 74px 42px;
  background: var(--black);
  color: var(--white);
}

.site-footer::after {
  content: "";
  justify-self: end;
  align-self: start;
  width: clamp(94px, 11vw, 150px);
  aspect-ratio: 1;
  background: url("Assets/conquistadore-production-corps-emblem.png") center / contain no-repeat;
}

.footer-brand {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-menu);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-legal {
  max-width: 740px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-menu);
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}

.footer-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
  font-family: var(--font-menu);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease;
}

.footer-menu a:hover {
  color: var(--gold);
}

.footer-signup {
  display: grid;
  max-width: 680px;
  gap: 14px;
  margin-top: 28px;
}

.footer-signup p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.45;
}

.footer-signup div {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(150px, 0.68fr) auto;
  gap: 10px;
}

.footer-signup input,
.footer-signup select {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  padding: 0 13px;
}

.footer-signup select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.72) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.72) 50%, transparent 50%);
  background-position: calc(100% - 16px) 20px, calc(100% - 11px) 20px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 34px;
}

.footer-signup input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.footer-signup option {
  color: var(--ink);
}

address {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: end;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
}

.footer-address {
  max-width: 270px;
  font-family: var(--font-menu);
  font-size: 12px;
  line-height: 1.55;
  text-transform: uppercase;
}

address a {
  color: var(--white);
  font-weight: 800;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.footer-social a {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--white);
  transition: color 180ms ease, transform 180ms ease;
}

.footer-social a:hover {
  color: var(--gold);
  transform: translateY(-2px);
}

.social-icon {
  display: block;
  width: 19px;
  height: 19px;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.social-youtube {
  width: 21px;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.6 12 3.6 12 3.6s-7.5 0-9.4.5A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.5 9.4.5 9.4.5s7.5 0 9.4-.5a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8ZM9.6 15.6V8.4L15.8 12l-6.2 3.6Z'/%3E%3C/svg%3E");
}

.social-instagram {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm0 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3H7Zm5 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm5.3-3.4a1.1 1.1 0 1 1 0 2.2 1.1 1.1 0 0 1 0-2.2Z'/%3E%3C/svg%3E");
}

.social-facebook {
  width: 18px;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8h3V4h-3c-3.2 0-5 1.9-5 5v3H6v4h3v8h4v-8h3.4l.6-4h-4V9.2c0-.8.3-1.2 1-1.2Z'/%3E%3C/svg%3E");
}

.social-imdb {
  width: 25px;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h96v40H0V0Zm10 9v22h6V9h-6Zm10 0v22h5V18l3 13h4l3-13v13h5V9h-8l-2 11-2-11h-8Zm25 0v22h10c5 0 8-3 8-8v-6c0-5-3-8-8-8H45Zm6 5h3c2 0 3 1 3 3v6c0 2-1 3-3 3h-3V14Zm17-5v22h6v-2c1 2 3 3 5 3 4 0 7-3 7-8v-6c0-5-3-8-7-8-2 0-4 1-5 2V9h-6Zm6 8c0-1 1-2 3-2s3 1 3 3v5c0 2-1 3-3 3s-3-1-3-2v-7Z'/%3E%3C/svg%3E");
}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(20, 20, 20, 0.82), rgba(0, 0, 0, 0.98) 62%),
    rgba(0, 0, 0, 0.98);
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 360ms ease, transform 620ms ease;
}

.transition-shadowbox {
  display: grid;
  width: min(18vw, 128px);
  min-width: 64px;
  aspect-ratio: 1;
  place-items: center;
  transform: translateY(12px) scale(0.92);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.transition-shadowbox img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  opacity: 0;
  --transition-outline: var(--subtitle-gray);
  filter: contrast(1.16) brightness(1.05) drop-shadow(1px 0 0 var(--transition-outline)) drop-shadow(-1px 0 0 var(--transition-outline)) drop-shadow(0 1px 0 var(--transition-outline)) drop-shadow(0 -1px 0 var(--transition-outline));
  transform: scale(1.24);
}

body.is-transitioning {
  overflow: hidden;
}

body.is-transitioning .page-transition {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

body.is-transitioning .transition-shadowbox {
  transform: translateY(0) scale(1);
}

body.is-transitioning .transition-shadowbox img {
  animation:
    transitionLogoIn 620ms cubic-bezier(0.22, 1, 0.36, 1) forwards,
    transitionOutlineShift 900ms linear infinite;
}

@keyframes transitionLogoIn {
  0% {
    opacity: 0;
    transform: scale(1.34);
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes transitionOutlineShift {
  0%,
  100% {
    --transition-outline: var(--subtitle-gray);
  }

  33% {
    --transition-outline: var(--red);
  }

  66% {
    --transition-outline: var(--gold);
  }
}

.film-page {
  background: var(--black);
  color: var(--white);
}

.film-hero {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  background: var(--black);
}

.film-hero-image,
.film-hero-shade {
  position: absolute;
  inset: 0;
  height: 100%;
}

.film-hero-image {
  object-fit: cover;
  object-position: center;
  opacity: 0.42;
}

.film-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.62) 50%, rgba(0, 0, 0, 0.18) 100%),
    radial-gradient(circle at 72% 48%, rgba(180, 40, 46, 0.22), rgba(0, 0, 0, 0) 42%);
}

.film-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
  gap: clamp(34px, 4.4vw, 68px);
  min-height: 88vh;
  max-width: var(--max);
  align-items: end;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 170px 34px 96px;
}

.film-hero-poster {
  margin: 0;
  width: min(100%, 480px);
  border: 6px solid var(--white);
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
}

.film-hero-poster img {
  height: auto;
}

.film-hero-copy {
  min-width: 0;
}

.film-hero-copy h1 {
  max-width: 720px;
  font-family: var(--font-small);
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 0.045em;
  text-underline-offset: 0.12em;
  white-space: nowrap;
}

.film-hero-copy .thrill-title {
  display: grid;
  gap: 0;
  font-family: var(--font-thrill);
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.thrill-title span {
  display: block;
  line-height: 0.9;
}

.thrill-title span:first-child {
  color: var(--black);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.22);
}

.thrill-title span:last-child {
  margin-left: clamp(30px, 5vw, 76px);
  color: var(--white);
}

.film-hero-copy > p:not(.kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(21px, 2.2vw, 31px);
  line-height: 1.28;
}

.film-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button-ghost:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--black);
}

.film-overview,
.film-grid-section,
.film-production {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 34px;
}

.film-overview {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.film-meta-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  padding-top: 26px;
}

.film-meta-panel dl {
  margin: 24px 0 0;
}

.film-meta-panel div {
  display: grid;
  grid-template-columns: minmax(140px, 0.72fr) minmax(0, 1fr);
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.film-meta-panel dt,
.film-meta-panel dd {
  margin: 0;
}

.film-meta-panel dt {
  color: var(--gold);
  font-family: var(--font-small);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.film-meta-panel dd {
  color: rgba(255, 255, 255, 0.82);
}

.film-story h2,
.film-production h2 {
  max-width: 820px;
  margin-bottom: 28px;
  font-family: var(--font-small);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.film-story h3 {
  margin: 34px 0 12px;
  color: var(--gold);
  font-family: var(--font-menu);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.film-story p:not(.label),
.film-production > p {
  max-width: 800px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.55;
}

.director-story {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.director-story h2 {
  max-width: 820px;
  margin-bottom: 28px;
  font-family: var(--font-small);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.director-story p:not(.label) {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.55;
}

.ensemble-cast {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ensemble-cast h2 {
  margin-bottom: 42px;
  font-family: var(--font-small);
  font-size: clamp(38px, 5.6vw, 82px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.ensemble-cast-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.ensemble-cast-grid article {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 22px;
}

.ensemble-cast-grid figure {
  margin: 0 0 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.ensemble-cast-grid img {
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.cast-card-michael img {
  object-position: right center;
}

.ensemble-cast-grid h3 {
  margin-bottom: 16px;
  font-family: var(--font-small);
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

.ensemble-cast-grid p:not(.date) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.45;
}

.featured-cast {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 58px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.featured-cast figure {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.featured-cast img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.featured-cast h2 {
  margin-bottom: 24px;
  font-family: var(--font-small);
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.featured-cast p:not(.label) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.55;
}

.film-director-profile {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.film-director-profile figure {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.film-director-profile img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.film-director-profile h2 {
  margin-bottom: 24px;
  font-family: var(--font-small);
  font-size: clamp(34px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.film-director-profile p:not(.label) {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.55;
}

.premiere-status {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.premiere-status h2 {
  margin-bottom: 42px;
  font-family: var(--font-small);
  font-size: clamp(38px, 5.6vw, 82px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.premiere-status dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 46px;
  margin: 0;
}

.premiere-status div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 18px 0;
}

.premiere-status dt,
.premiere-status dd {
  margin: 0;
}

.premiere-status dt {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-menu);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premiere-status dd {
  color: var(--gold);
  font-family: var(--font-small);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.credits-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.credits-section figure {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.credits-section img {
  height: auto;
  object-fit: contain;
}

.credits-section h2 {
  margin-bottom: 34px;
  font-family: var(--font-small);
  font-size: clamp(38px, 5.6vw, 82px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.credits-block {
  margin-top: 34px;
}

.credits-block h3,
.credits-production {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: var(--font-menu);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.credits-block dl {
  margin: 0;
}

.credits-block div {
  display: grid;
  grid-template-columns: minmax(160px, 0.48fr) minmax(0, 1fr);
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 13px 0;
}

.credits-block dt,
.credits-block dd {
  margin: 0;
}

.credits-block dt {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--font-menu);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.credits-block dd {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.25;
}

.credits-production {
  margin-top: 38px;
  color: var(--white);
  font-size: 15px;
}

.film-grid-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.film-grid-section article {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 24px;
}

.film-grid-section h3 {
  margin-bottom: 16px;
  font-family: var(--font-small);
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.film-grid-section p:not(.date) {
  color: rgba(255, 255, 255, 0.68);
}

.film-production {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.films-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(183, 143, 78, 0.13), transparent 34%),
    radial-gradient(circle at 82% 44%, rgba(180, 40, 46, 0.13), transparent 30%),
    var(--black);
  color: var(--white);
}

.films-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 190px 34px 96px;
}

.films-hero h1 {
  max-width: 980px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(44px, 7vw, 104px);
}

.films-hero > p:not(.kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(21px, 2.3vw, 32px);
  line-height: 1.3;
}

.film-history {
  display: grid;
  max-width: var(--max);
  gap: 118px;
  margin: 0 auto;
  padding: 28px 34px 118px;
}

.film-history-entry {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
  min-height: 680px;
  padding: 44px;
  overflow: hidden;
  border: 1px solid rgba(185, 185, 178, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(5, 5, 5, 0.72);
  box-shadow:
    inset 0 0 80px rgba(0, 0, 0, 0.92),
    0 36px 90px rgba(0, 0, 0, 0.42);
}

.film-history-entry::before {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(185, 185, 178, 0.16);
  content: "";
  pointer-events: none;
}

.film-history-entry.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
}

.film-history-entry.reverse .film-history-poster {
  order: 2;
}

.film-history-poster,
.film-history-copy {
  position: relative;
  z-index: 2;
}

.film-history-poster {
  display: block;
  overflow: hidden;
  background: var(--black);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.film-history-poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  opacity: 0.9;
  transition: transform 700ms ease, opacity 700ms ease;
}

.film-history-poster:hover img {
  transform: scale(1.025);
  opacity: 1;
}

.film-history-copy h2 {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(42px, 6.2vw, 96px);
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
}

.film-history-copy > p:not(.date) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.48;
}

.film-cast {
  display: grid;
  max-width: 720px;
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.film-cast div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.film-cast dt,
.film-cast dd {
  margin: 0;
}

.film-cast dt {
  color: var(--gold);
  font-family: var(--font-small);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.film-cast dd {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.js .film-history-entry {
  opacity: 0;
  transform: translateY(58px);
  transition: opacity 900ms ease, transform 900ms ease;
}

.js .film-history-entry.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.blog-page {
  background: var(--paper);
}

.blog-hero {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 64px;
  align-items: end;
  margin: 0 auto;
  padding: 190px 34px 82px;
  border-bottom: 1px solid var(--ink);
}

.blog-hero h1 {
  margin-bottom: 0;
  font-size: clamp(42px, 6.4vw, 94px);
}

.blog-hero > p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.32;
}

.blog-feature,
.blog-list {
  max-width: var(--max);
  margin: 0 auto;
  padding: 82px 34px;
}

.blog-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.75fr);
  min-height: 520px;
  background: var(--black);
  color: var(--white);
}

.blog-feature-card img {
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.blog-feature-card > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px;
}

.blog-feature-card h2,
.blog-list h2 {
  margin-bottom: 16px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.blog-feature-card p:not(.date),
.blog-list p:not(.date) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 0;
}

.blog-list article {
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}

.blog-list a {
  display: block;
}

.blog-list p:not(.date) {
  color: var(--muted);
}

.post-page {
  background: var(--paper);
}

.post-article {
  max-width: 980px;
  margin: 0 auto;
  padding: 180px 34px 96px;
}

.post-header {
  margin-bottom: 42px;
}

.post-header h1 {
  max-width: 920px;
  margin-bottom: 20px;
  font-size: clamp(42px, 6.6vw, 92px);
}

.post-image {
  width: 100%;
  max-height: 620px;
  margin-bottom: 52px;
  object-fit: cover;
}

.post-body {
  max-width: 760px;
}

.post-body p {
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.55;
}

.post-back-link {
  margin-top: 20px;
  color: var(--ink);
}

.approach-page {
  background: var(--paper);
}

.founding-document {
  height: clamp(190px, 30vw, 380px);
  overflow: hidden;
  background: var(--paper);
}

.founding-document img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: contrast(1.05) saturate(0.88);
}

.approach-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 82px 34px 86px;
  border-bottom: 1px solid var(--ink);
}

.approach-hero h1 {
  max-width: 1040px;
  margin: 0 0 28px;
  font-size: clamp(44px, 7vw, 104px);
}

.approach-hero > p:not(.kicker) {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.28;
}

.approach-manifesto {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: clamp(38px, 5vw, 72px);
  margin: 0 auto;
  padding: 92px 34px;
  border-bottom: 1px solid rgba(14, 14, 13, 0.22);
}

.approach-manifesto .kicker {
  margin-bottom: 26px;
}

.approach-manifesto h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 3.8vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.approach-manifesto-copy {
  display: grid;
  gap: 20px;
  align-content: start;
}

.approach-manifesto-copy p {
  color: var(--muted);
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.42;
}

.approach-principles {
  display: grid;
  max-width: var(--max);
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
  padding: 82px 34px;
}

.approach-principles article {
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}

.approach-principles h2,
.director-copy h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(31px, 4vw, 58px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.approach-principles p:not(.date),
.director-copy p:not(.label) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.director-profile {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.82fr);
  gap: 64px;
  align-items: center;
  margin: 0 auto;
  padding: 0 34px 96px;
}

.director-image img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 72% center;
  filter: grayscale(1) contrast(1.25) brightness(0.9);
}

.director-image {
  position: relative;
  overflow: hidden;
  background: var(--black);
}

.director-copy {
  max-width: 720px;
}

.info-page {
  background: var(--paper);
}

.info-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 190px 34px 86px;
  border-bottom: 1px solid var(--ink);
}

.info-hero h1 {
  max-width: 1060px;
  margin-bottom: 26px;
  font-size: clamp(44px, 7vw, 104px);
}

.info-hero > p:not(.kicker) {
  max-width: 790px;
  color: var(--muted);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.28;
}

.documentary-hero {
  position: relative;
  display: grid;
  min-height: 86vh;
  align-content: end;
  max-width: none;
  overflow: hidden;
  padding: 190px max(34px, calc((100vw - var(--max)) / 2 + 34px)) 86px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.28) 52%, rgba(5, 5, 5, 0.5)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.08) 46%),
    url("Assets/IMG_2408.png") center / cover no-repeat;
  border-bottom: 0;
  color: var(--white);
}

.documentary-hero .kicker {
  color: rgba(255, 255, 255, 0.72);
}

.documentary-hero h1,
.documentary-hero > p:not(.kicker) {
  max-width: 880px;
  color: var(--white);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.42);
}

.documentary-hero > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.info-grid {
  display: grid;
  max-width: var(--max);
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto;
  padding: 82px 34px 96px;
}

.info-grid article {
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}

.info-grid h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(31px, 4vw, 58px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.info-grid p:not(.date) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.webmaster-vault {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 34px 96px;
}

.webmaster-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 42px;
  align-items: center;
  border: 1px solid rgba(14, 14, 13, 0.16);
  padding: 34px;
  background: rgba(229, 218, 200, 0.45);
}

.webmaster-gate h2,
.hidden-pages-heading h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.6vw, 68px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.webmaster-gate p:not(.kicker) {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.webmaster-password-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(14, 14, 13, 0.22);
  padding: 24px;
  background: var(--paper);
}

.webmaster-password-form label {
  color: var(--muted);
  font-family: var(--font-menu);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.webmaster-password-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.webmaster-password-form input {
  min-height: 48px;
  border: 1px solid rgba(14, 14, 13, 0.24);
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink);
  font: inherit;
  padding: 0 14px;
}

.webmaster-error {
  min-height: 20px;
  color: var(--red);
  font-size: 14px;
}

.hidden-pages-panel[hidden],
.webmaster-gate[hidden] {
  display: none;
}

.hidden-pages-panel {
  border-top: 1px solid var(--ink);
  padding-top: 30px;
}

.hidden-pages-heading {
  display: flex;
  gap: 22px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 26px;
}

.hidden-pages-heading .kicker {
  margin-bottom: 6px;
}

.hidden-pages-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hidden-pages-list a {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(14, 14, 13, 0.18);
  padding: 20px;
  color: var(--ink);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hidden-pages-list a:hover {
  border-color: rgba(180, 40, 46, 0.42);
  background: rgba(180, 40, 46, 0.08);
  transform: translateY(-2px);
}

.hidden-pages-list span {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.hidden-pages-list small {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}

.corps-hero {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.32fr);
  gap: 54px;
  align-items: center;
  margin: 0 auto;
  padding: 178px 34px 84px;
  border-bottom: 1px solid var(--ink);
}

.corps-hero h1 {
  max-width: 1040px;
  margin-bottom: 22px;
  font-size: clamp(54px, 8vw, 128px);
}

.corps-hero p:not(.kicker) {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.28;
}

.corps-hero img {
  width: min(100%, 260px);
  justify-self: end;
}

.corps-statement {
  max-width: 1040px;
  margin: 0 auto;
  padding: 82px 34px 34px;
}

.corps-statement h2 {
  max-width: 960px;
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 76px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.corps-statement p:not(.kicker) {
  max-width: 790px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.58;
}

.corps-statement p + p {
  margin-top: 18px;
}

.corps-grid {
  padding-top: 48px;
}

.michael-page {
  background: var(--paper);
}

.michael-hero {
  display: flex;
  max-width: none;
  flex-direction: column;
  gap: 34px;
  margin: 0 auto;
  padding: 162px 0 0;
  border-bottom: 1px solid var(--ink);
}

.michael-hero > div {
  width: min(100% - 68px, var(--max));
  margin: 0 auto;
}

.michael-hero h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(52px, 7.7vw, 118px);
}

.michael-hero p:not(.kicker) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(22px, 2.25vw, 32px);
  line-height: 1.3;
}

.michael-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.michael-portrait {
  display: grid;
  gap: 0;
  margin: 0;
}

.michael-portrait img {
  width: 100%;
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.18) brightness(0.92);
}

.michael-portrait figcaption {
  width: min(100% - 68px, var(--max));
  margin: 12px auto 28px;
  color: var(--muted);
  font-family: var(--font-menu);
  font-size: 12px;
  line-height: 1.45;
  text-transform: uppercase;
}

.michael-bio {
  display: block;
  max-width: 1060px;
  margin: 0 auto;
  padding: 82px 34px;
  border-bottom: 1px solid rgba(14, 14, 13, 0.22);
}

.michael-bio > div:first-child {
  max-width: 900px;
  margin-bottom: 28px;
}

.michael-bio h2,
.michael-section-heading h2,
.michael-principles h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.6vw, 68px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.michael-bio h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.michael-bio-copy {
  display: grid;
  max-width: 820px;
  gap: 18px;
}

.michael-bio-copy p,
.michael-principles p:not(.date),
.michael-gallery p:not(.date) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.michael-publicity {
  max-width: var(--max);
  margin: 0 auto;
  padding: 82px 34px 96px;
}

.michael-section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.michael-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.michael-gallery article {
  display: grid;
  background: var(--black);
  color: var(--white);
}

.michael-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.michael-gallery article:nth-child(1) img {
  object-position: center;
}

.michael-gallery article:nth-child(2) img {
  object-position: 58% center;
}

.michael-gallery article:nth-child(3) img {
  object-position: center;
}

.michael-gallery div {
  padding: 24px;
}

.michael-gallery h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.michael-gallery .date {
  color: var(--gold);
}

.michael-gallery p:not(.date) {
  color: rgba(255, 255, 255, 0.72);
}

.michael-principles {
  display: grid;
  max-width: var(--max);
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
  padding: 0 34px 96px;
}

.michael-principles article {
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}

.contact-hero {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: end;
  margin: 0 auto;
  padding: 176px 34px 70px;
  border-bottom: 1px solid var(--ink);
}

.contact-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(54px, 8vw, 122px);
}

.contact-hero p:not(.kicker),
.contact-card span {
  color: var(--muted);
  font-size: clamp(21px, 2.3vw, 32px);
  line-height: 1.28;
}

.contact-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}

.contact-card a {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(14px, 2.6vw, 36px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.contact-card span {
  font-size: 18px;
}

.contact-panel {
  max-width: var(--max);
  margin: 0 auto;
  padding: 58px 34px 104px;
}

.contact-routes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.contact-routes article {
  border-top: 1px solid var(--ink);
  padding-top: 22px;
}

.contact-routes h2 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 52px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.contact-routes p:not(.date) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.book-hero {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  margin: 0 auto;
  padding: 170px 34px 96px;
}

.book-cover {
  display: grid;
  min-height: 620px;
  align-content: space-between;
  padding: 42px 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 50% 18%, rgba(183, 143, 78, 0.28), transparent 34%),
    var(--black);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  color: var(--white);
  text-align: center;
}

.book-cover span,
.book-cover em {
  color: var(--gold);
  font-family: var(--font-menu);
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.book-cover strong {
  font-family: var(--font-display);
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 800;
  line-height: 0.86;
  text-transform: uppercase;
}

.book-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(54px, 8vw, 122px);
}

.book-copy > p:not(.kicker) {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.28;
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.book-details {
  display: grid;
  max-width: var(--max);
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 auto;
  padding: 82px 34px 108px;
  border-top: 1px solid var(--ink);
}

.book-details article {
  border-top: 1px solid var(--ink);
  padding-top: 24px;
}

.book-details h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.8vw, 58px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.book-details p:not(.date) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.screenings-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 190px 34px 86px;
  border-bottom: 1px solid var(--ink);
}

.screenings-hero h1 {
  max-width: 1060px;
  margin-bottom: 26px;
  font-size: clamp(44px, 7vw, 104px);
}

.screenings-hero > p:not(.kicker) {
  max-width: 790px;
  color: var(--muted);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.28;
}

.screening-list {
  display: grid;
  max-width: var(--max);
  gap: 0;
  margin: 0 auto;
  padding: 70px 34px 104px;
}

.screening-event {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--ink);
  padding: 32px 0;
}

.screening-event:last-child {
  border-bottom: 1px solid var(--ink);
}

.selection-laurel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 154px;
  padding: 22px 14px;
  color: var(--ink);
  text-align: center;
  text-transform: uppercase;
}

.selection-laurel::before,
.selection-laurel::after {
  position: absolute;
  top: 50%;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 122px;
  font-weight: 800;
  line-height: 0.7;
  transform: translateY(-50%) scaleY(1.18);
}

.selection-laurel::before {
  left: -10px;
  content: "{";
}

.selection-laurel::after {
  right: -10px;
  content: "}";
}

.selection-laurel span,
.selection-laurel small {
  position: relative;
  z-index: 1;
  font-family: var(--font-menu);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.selection-laurel strong {
  position: relative;
  z-index: 1;
  margin: 4px 0 2px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  line-height: 0.9;
}

.selection-laurel-empty {
  border: 1px solid var(--line);
  background: rgba(17, 17, 17, 0.04);
}

.selection-laurel-empty::before,
.selection-laurel-empty::after {
  content: none;
}

.selection-laurel-empty img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screening-date {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-family: var(--font-menu);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screening-date span {
  color: var(--muted);
  font-size: 12px;
}

.screening-date strong {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 0.9;
}

.screening-copy h2 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: clamp(32px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.screening-copy p:not(.date) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.48;
}

.festival-dates {
  display: grid;
  min-width: 190px;
  gap: 10px;
  justify-items: end;
  text-align: right;
  text-transform: uppercase;
}

.festival-dates span {
  color: var(--muted);
  font-family: var(--font-menu);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.festival-dates strong {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 800;
  line-height: 0.92;
}

.streaming-gate {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.48fr);
  gap: 48px;
  align-items: center;
  overflow: hidden;
  padding: 170px 34px 96px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 72% 36%, rgba(180, 40, 46, 0.2), transparent 34%),
    url("Assets/the-thrill-of-speed-industrial-hero.png") center / cover;
  color: var(--white);
}

.streaming-gate[hidden] {
  display: none;
}

body.streaming-locked {
  overflow: hidden;
}

.streaming-gate > div,
.streaming-code-form {
  position: relative;
  z-index: 2;
}

.streaming-gate > div {
  max-width: 980px;
  justify-self: end;
}

.streaming-gate h1 {
  max-width: 980px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(44px, 7vw, 104px);
}

.streaming-gate > div > p:not(.kicker) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.28;
}

.streaming-code-form {
  display: grid;
  gap: 18px;
  max-width: 420px;
  justify-self: start;
  border: 1px solid rgba(185, 185, 178, 0.28);
  padding: 30px;
  background: rgba(5, 5, 5, 0.78);
  box-shadow:
    inset 0 0 70px rgba(0, 0, 0, 0.82),
    0 32px 100px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(14px);
}

.streaming-code-form label {
  color: var(--gold);
  font-family: var(--font-menu);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.streaming-code-form div {
  display: grid;
  gap: 12px;
}

.streaming-code-form input {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  padding: 0 16px;
}

.streaming-code-form input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.streaming-error {
  min-height: 20px;
  color: var(--gold);
  font-size: 14px;
}

.streaming-player {
  background: var(--black);
  color: var(--white);
}

.streaming-video-wrap {
  min-height: 100vh;
  padding: 112px 34px 64px;
  background:
    radial-gradient(circle at 50% 0%, rgba(183, 143, 78, 0.12), transparent 34%),
    var(--black);
}

.streaming-player-shell {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(185, 185, 178, 0.24);
  background: var(--black);
  box-shadow:
    inset 0 0 90px rgba(255, 255, 255, 0.035),
    0 34px 110px rgba(0, 0, 0, 0.52);
}

.streaming-player-topbar,
.streaming-player-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.045);
}

.streaming-player-topbar h1 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
  line-height: 0.94;
  text-transform: uppercase;
}

.streaming-player-topbar .date {
  margin-bottom: 7px;
}

.streaming-player-topbar > span,
.streaming-player-meta span {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-menu);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.streaming-player-topbar > span {
  flex: 0 0 auto;
  border: 1px solid rgba(183, 143, 78, 0.54);
  padding: 8px 10px;
  color: var(--gold);
}

.streaming-video-wrap video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--black);
  object-fit: cover;
}

.streaming-player-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.streaming-production-info {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 68px;
  margin: 0 auto;
  padding: 92px 34px 118px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.streaming-production-info h2 {
  margin-bottom: 24px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.streaming-production-info p {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.48;
}

.streaming-production-info dl {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.streaming-production-info dl div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.streaming-production-info dt,
.streaming-production-info dd {
  margin: 0;
}

.streaming-production-info dt {
  color: var(--gold);
  font-family: var(--font-menu);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.streaming-production-info dd {
  color: rgba(255, 255, 255, 0.78);
}

.store-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 190px 34px 70px;
}

.store-hero h1 {
  max-width: 1080px;
  margin-bottom: 26px;
  font-size: clamp(44px, 7vw, 104px);
}

.store-hero > p:not(.kicker) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.28;
}

.store-banners,
.store-inventory {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px;
}

.store-banners {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
}

.store-banner {
  position: relative;
  display: grid;
  min-height: 440px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.store-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
}

.store-banner::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.78));
  content: "";
}

.store-banner > div {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 34px;
}

.store-banner h2 {
  max-width: 620px;
  margin-bottom: 16px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 68px);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

.store-banner p:not(.date) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.45;
}

.store-inventory {
  padding-bottom: 104px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.product-card {
  border-top: 1px solid var(--ink);
  padding-top: 22px;
}

.product-card a {
  display: grid;
  gap: 18px;
}

.product-card img {
  aspect-ratio: 4 / 5;
  background: var(--black);
  object-fit: cover;
  transition: opacity 220ms ease, transform 520ms ease;
}

.product-card:hover img {
  opacity: 0.86;
  transform: translateY(-3px);
}

.product-meta h3 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.8vw, 40px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.product-meta p:not(.date) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.42;
}

.product-details {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgba(14, 14, 13, 0.2);
  color: var(--ink);
  font-family: var(--font-menu);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.production-bubble {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  width: min(450px, calc(100vw - 44px));
  gap: 8px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(185, 185, 178, 0.38);
  background: rgba(5, 5, 5, 0.88);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  color: var(--white);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: width 220ms ease, grid-template-columns 220ms ease, padding 220ms ease, transform 220ms ease;
}

.production-bubble-toggle {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(0, 0, 0, 0.45);
  color: var(--white);
  cursor: pointer;
  font-family: var(--font-menu);
  font-size: 18px;
  line-height: 1;
}

.production-bubble-copy {
  display: grid;
  gap: 7px;
  padding-right: 0;
}

.production-bubble-copy > span,
.production-bubble-copy small {
  color: var(--gold);
  font-family: var(--font-menu);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.production-bubble-copy strong {
  font-family: var(--font-thrill);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 0.9;
  text-decoration: none;
  text-transform: uppercase;
}

.production-bubble-copy .bubble-thrill-title {
  display: grid;
  gap: 0;
}

.bubble-thrill-title span {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: 0.9;
  white-space: nowrap;
}

.bubble-thrill-title span:first-child {
  color: var(--black);
  -webkit-text-stroke: 0.7px rgba(255, 255, 255, 0.72);
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.22);
}

.bubble-thrill-title span:last-child {
  margin-left: 24px;
  color: var(--white);
}

.production-bubble-poster {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--black);
}

.production-bubble-poster img {
  width: 118px;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  transition: transform 420ms ease, opacity 220ms ease;
}

.production-bubble-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(180, 40, 46, 0.92);
  transform: translate(-50%, -50%);
}

.production-bubble-play::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--white);
}

.production-bubble-poster:hover img {
  opacity: 0.9;
  transform: scale(1.035);
}

.production-bubble.is-collapsed {
  grid-template-columns: 1fr;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
}

.production-bubble.is-collapsed .production-bubble-copy,
.production-bubble.is-collapsed .production-bubble-poster {
  display: none;
}

.production-bubble.is-collapsed .production-bubble-toggle {
  position: static;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 24px;
}

.trailer-shadowbox {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: none;
  overflow-y: auto;
  padding: 72px 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(183, 143, 78, 0.12), transparent 34%),
    rgba(0, 0, 0, 0.94);
  color: var(--white);
}

.trailer-shadowbox[aria-hidden="false"] {
  display: block;
}

body.trailer-open {
  overflow: hidden;
}

.trailer-close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(0, 0, 0, 0.62);
  color: var(--white);
  cursor: pointer;
  font-family: var(--font-menu);
  font-size: 28px;
}

.trailer-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.trailer-video-wrap {
  overflow: hidden;
  border: 1px solid rgba(185, 185, 178, 0.24);
  background: var(--black);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.48);
}

.trailer-video-wrap iframe {
  display: block;
  width: 100%;
  border: 0;
  aspect-ratio: 16 / 9;
  background: var(--black);
}

.trailer-treatment {
  max-width: 900px;
  margin: 0 auto;
  padding: 72px 0 26px;
}

.trailer-treatment h2 {
  margin-bottom: 28px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.trailer-treatment p:not(.kicker) {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.48;
}

.funding-page {
  background: var(--paper);
}

.funding-hero {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  margin: 0 auto;
  padding: 170px 34px 92px;
}

.funding-media {
  overflow: hidden;
  background: var(--black);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.funding-media img,
.funding-media video {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.funding-media video {
  background: var(--black);
}

.funding-brief h1 {
  margin-bottom: 24px;
  font-size: clamp(42px, 6.2vw, 92px);
}

.funding-brief > p:not(.kicker) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.32;
}

.funding-progress {
  max-width: 720px;
  margin: 34px 0 28px;
  padding: 24px;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.42);
}

.funding-progress-bar {
  height: 12px;
  overflow: hidden;
  background: rgba(14, 14, 13, 0.16);
}

.funding-progress-bar span {
  display: block;
  height: 100%;
  background: var(--red);
}

.funding-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.funding-stats strong,
.funding-stats span {
  display: block;
}

.funding-stats strong {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 46px);
  line-height: 0.9;
}

.funding-stats span {
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--font-menu);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-story,
.campaign-budget,
.campaign-cta,
.pledge-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 92px 34px;
  border-top: 1px solid var(--ink);
}

.campaign-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 1fr);
  gap: 72px;
}

.campaign-story h2,
.campaign-budget h2,
.campaign-cta h2 {
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: clamp(38px, 5.4vw, 82px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.campaign-story > p,
.campaign-budget li {
  color: var(--muted);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.45;
}

.pledge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.pledge-grid article {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--ink);
  padding: 26px;
  background: rgba(255, 255, 255, 0.36);
}

.pledge-grid h3 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.pledge-grid p:not(.date) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.pledge-grid .text-link {
  margin-top: auto;
  color: var(--ink);
}

.campaign-budget {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: center;
}

.campaign-budget img {
  min-height: 420px;
  object-fit: cover;
}

.campaign-budget ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.campaign-budget li {
  border-top: 1px solid rgba(14, 14, 13, 0.22);
  padding-top: 18px;
}

.campaign-cta {
  padding-bottom: 110px;
  text-align: center;
}

.campaign-cta h2 {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 980px) {
  .site-header,
  .site-header.is-scrolled,
  body.nav-open .site-header {
    padding: 16px 22px;
  }

  .nav-toggle {
    position: relative;
    z-index: 60;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.44);
    background: transparent;
    color: inherit;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    position: fixed;
    inset: 74px 0 auto;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 30px 22px 38px;
    background: rgba(5, 5, 5, 0.97);
    font-size: 22px;
  }

  .nav-group,
  .nav-submenu {
    width: 100%;
  }

  .nav-group-trigger {
    cursor: default;
    font-size: inherit;
  }

  .nav-submenu {
    position: static;
    gap: 16px;
    min-width: 0;
    margin-top: 16px;
    padding: 0 0 0 18px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .hero-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-heading.vertical,
  .section-heading.horizontal,
  .intro-grid,
  .slate-grid,
  .feature-film,
  .site-footer,
  .film-overview,
  .film-production,
  .featured-cast,
  .film-director-profile,
  .credits-section,
  .film-history-entry,
  .film-history-entry.reverse,
  .funding-hero,
  .campaign-story,
  .campaign-budget,
  .screening-event,
  .streaming-gate,
  .streaming-production-info,
  .contact-hero,
  .book-hero,
  .blog-hero,
  .blog-feature-card,
  .director-profile,
  .michael-hero,
  .michael-bio,
  .michael-section-heading,
  .corps-hero,
  .webmaster-gate,
  .approach-manifesto,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .film-history-entry.reverse .film-history-poster {
    order: 0;
  }

  .film-strip,
  .dispatch-grid,
  .film-grid-section,
  .ensemble-cast-grid,
  .premiere-status dl,
  .store-banners,
  .pledge-grid,
  .contact-routes,
  .book-details,
  .blog-list,
  .approach-principles,
  .hidden-pages-list,
  .michael-gallery,
  .michael-principles {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .approach-manifesto {
    gap: 32px;
  }

  .approach-manifesto .kicker {
    margin-bottom: 18px;
  }

  .film-strip article,
  .film-strip div {
    min-height: 360px;
  }

  .feature-film {
    min-height: 520px;
  }

  .reel-copy {
    left: 24px;
    right: 24px;
    text-align: left;
  }

  .film-hero-content {
    grid-template-columns: 1fr;
    align-items: end;
    padding-right: 24px;
    padding-left: 24px;
  }

  .film-hero-poster {
    width: min(68vw, 340px);
  }

  .film-hero-copy h1 {
    font-size: clamp(28px, 7.4vw, 56px);
  }

  .films-hero {
    padding-top: 150px;
  }

  .film-history-entry {
    min-height: 0;
    gap: 34px;
    padding: 28px;
  }

  .film-history-entry::before {
    inset: 12px;
  }

  .funding-hero {
    padding-top: 150px;
  }

  .funding-media {
    max-width: 520px;
  }

  .pledge-grid article {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .brand {
    gap: 12px;
  }

  .brand-title {
    font-size: clamp(13px, 3.8vw, 17px);
    letter-spacing: 0.04em;
  }

  .brand-lockup {
    width: max-content;
    height: 28px;
  }

  .brand-subtitle {
    margin-top: 3px;
    grid-template-columns: 31% 3.5% 65.5%;
    font-size: 4.2px;
    letter-spacing: 0.13em;
  }

  .brand-flag {
    width: 28px;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    min-height: 88vh;
    padding-bottom: 92px;
  }

  .hero-credit {
    right: auto;
    left: 24px;
    bottom: 18px;
  }

  .scroll-cue {
    display: none;
  }

  .approach-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(38px, 12vw, 58px);
  }

  .approach-manifesto {
    gap: 26px;
  }

  .approach-manifesto h2 {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .intro-section,
  .slate-section,
  .dispatch-section,
  .reel-section {
    padding: 70px 22px;
  }

  .feature-facts {
    padding: 0 22px 70px;
  }

  .homepage-photo-gallery {
    padding: 0;
  }

  .premiere-banner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 22px 32px;
  }

  .premiere-banner h2 {
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.05;
  }

  .premiere-banner .text-link {
    white-space: normal;
  }

  .feature-facts-copy {
    padding: 70px 0 0;
  }

  .feature-facts-list {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .feature-facts-content {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-left: 0;
  }

  #studio .intro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .studio-medallion {
    width: min(48vw, 190px);
  }

  .feature-facts-image img {
    aspect-ratio: 4 / 5;
    height: auto;
  }

  .homepage-photo-gallery-track {
    grid-auto-columns: minmax(160px, 68vw);
  }

  .homepage-photo-gallery-track figure {
    height: min(420px, 112vw);
  }

  .credits-block div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .stats div {
    grid-template-columns: 72px 1fr;
  }

  .film-strip div,
  .feature-copy {
    padding: 26px;
  }

  .reel-panel,
  .reel-panel img,
  .reel-panel iframe {
    min-height: 500px;
    height: 500px;
  }

  .site-footer {
    padding: 58px 22px;
  }

  .footer-signup div {
    grid-template-columns: 1fr;
  }

  .webmaster-gate,
  .webmaster-password-form {
    padding: 22px;
  }

  .webmaster-password-form div {
    grid-template-columns: 1fr;
  }

  .hidden-pages-heading {
    display: grid;
    align-items: start;
  }

  .film-overview,
  .film-grid-section,
  .film-history,
  .film-production,
  .director-story,
  .ensemble-cast,
  .featured-cast,
  .film-director-profile,
  .premiere-status,
  .credits-section,
  .campaign-story,
  .campaign-budget,
  .campaign-cta,
  .pledge-section,
  .blog-feature,
  .blog-list,
  .approach-manifesto,
  .post-article,
  .approach-principles,
  .director-profile,
  .michael-bio,
  .michael-publicity,
  .michael-principles,
  .corps-statement,
  .webmaster-vault,
  .info-grid {
    padding: 68px 22px;
  }

  .approach-manifesto {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .blog-hero,
  .films-hero,
  .funding-hero,
  .streaming-gate,
  .contact-hero,
  .book-hero,
  .approach-hero,
  .michael-hero,
  .corps-hero,
  .info-hero,
  .screenings-hero,
  .store-hero {
    padding: 142px 22px 64px;
  }

  .corps-hero img {
    justify-self: start;
    width: min(62vw, 210px);
  }

  .approach-hero {
    padding-top: 58px;
  }

  .documentary-hero {
    min-height: 78vh;
    padding: 142px 22px 64px;
    background-position: 50% center;
  }

  .store-banners,
  .store-inventory,
  .screening-list {
    padding: 22px;
  }

  .screening-event {
    gap: 18px;
    align-items: start;
  }

  .selection-laurel {
    width: min(220px, 72vw);
    min-height: 132px;
  }

  .selection-laurel::before,
  .selection-laurel::after {
    font-size: 104px;
  }

  .festival-dates {
    min-width: 0;
    justify-items: start;
    text-align: left;
  }

  .screening-event .button {
    width: fit-content;
  }

  .contact-panel {
    padding: 68px 22px;
  }

  .contact-card a {
    font-size: clamp(12px, 5.2vw, 24px);
  }

  .book-cover {
    min-height: 480px;
  }

  .streaming-video-wrap,
  .streaming-production-info {
    padding-right: 22px;
    padding-left: 22px;
  }

  .streaming-player-topbar,
  .streaming-player-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .streaming-gate > div,
  .streaming-code-form {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .streaming-production-info dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .funding-stats {
    grid-template-columns: 1fr;
  }

  .funding-progress {
    padding: 18px;
  }

  .film-history {
    gap: 62px;
    padding-top: 0;
  }

  .film-history-entry {
    padding: 22px;
  }

  .film-cast div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .production-bubble {
    right: 14px;
    bottom: 14px;
    grid-template-columns: minmax(0, 1fr) 92px;
    width: min(352px, calc(100vw - 28px));
    gap: 10px;
    padding: 11px;
  }

  .production-bubble-poster img {
    width: 92px;
    height: auto;
  }

  .production-bubble-copy strong {
    font-size: 20px;
  }

  .bubble-thrill-title span:last-child {
    margin-left: 18px;
  }

  .film-hero-copy .thrill-title span:last-child {
    margin-left: 24px;
  }

  .trailer-shadowbox {
    padding: 72px 18px 38px;
  }

  .film-hero-copy h1 {
    font-size: clamp(21px, 7vw, 32px);
  }
}
