/* ============================================================
   THE AWAKENING — theatrical scream
   ============================================================ */

body.page-film {
  background: #000;
  cursor: crosshair;
}
body.page-film a,
body.page-film button { cursor: pointer; }
::selection { background: #00ffc8; color: #000; }

.film-grain {
  position: fixed;
  inset: 0;
  z-index: 70;
  pointer-events: none;
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  animation: filmGrain 0.35s steps(2) infinite;
}
@keyframes filmGrain {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-18px, 12px); }
}

body.page-film .aw-hero__wordmark { display: none; }
body.page-film .film-hero-stamp,
body.page-film .film-hero-spine,
body.page-film .aw-hero__words { display: none !important; }
body.page-film .aw-hero__lockup {
  display: block;
  width: min(94vw, 56rem);
  top: calc(64px + 0.15rem);
}
body.page-film .aw-hero.is-logo .aw-hero__title {
  opacity: 0;
  pointer-events: none;
}
body.page-film .aw-hero__kicker {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  font-size: clamp(0.7rem, 1.35vw, 0.95rem);
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #9fe8d8;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
}
body.page-film .aw-hero__name {
  margin: 0.12rem 0 0;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: clamp(1.85rem, 6.4vw, 4.6rem);
  letter-spacing: 0.12em;
  line-height: 1.05;
  text-transform: uppercase;
  color: #f4f7f5;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.75), 0 0 28px rgba(0, 255, 200, 0.18);
}
body.page-film .aw-hero__tagline {
  position: absolute;
  left: 50%;
  bottom: 5.4rem;
  transform: translateX(-50%);
  z-index: 20;
  margin: 0;
  width: min(92vw, 46rem);
  text-align: center;
  color: #7CFF3A;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.62rem, 1.45vw, 0.92rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(124, 255, 58, 0.35), 0 2px 8px #000;
  white-space: nowrap;
}
body.page-film .aw-hero__cta {
  position: absolute;
  left: 50%;
  bottom: 1.35rem;
  transform: translateX(-50%);
  z-index: 22;
  display: grid;
  justify-items: center;
  gap: 0.4rem;
  width: min(92vw, 22rem);
  pointer-events: auto;
}
body.page-film .aw-hero__watch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.15rem;
  background: #00ffc8;
  color: #041108;
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}
body.page-film .aw-hero__watch:hover { background: #9fe8d8; }
body.page-film .aw-hero__soon {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 238, 234, 0.78);
  text-shadow: 0 1px 8px #000;
}
body.page-film .aw-hero__hud {
  position: absolute;
  inset: 0;
  z-index: 15;
  pointer-events: none;
}
body.page-film .aw-hero__hud .hud {
  position: absolute;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(124, 255, 58, 0.78);
  text-shadow: 0 0 10px #000;
  white-space: nowrap;
}
body.page-film .h-pol { left: 6%; top: 16%; font-size: clamp(8px, 0.95vw, 13px); opacity: 0.7; }
body.page-film .h-hoax { left: 7%; top: 21%; font-size: clamp(14px, 1.8vw, 26px); letter-spacing: 0.42em; color: #7CFF3A; }
body.page-film .h-climate { left: 9%; top: 26.5%; font-size: clamp(8px, 0.9vw, 12px); opacity: 0.65; }
body.page-film .h-flag { left: 6%; top: 48%; font-size: clamp(8px, 0.95vw, 13px); opacity: 0.55; }
body.page-film .h-nwo-l { left: 6%; top: 58%; font-size: clamp(8px, 0.9vw, 12px); opacity: 0.55; }
body.page-film .h-debt-tr { right: 6%; top: 15%; font-size: clamp(8px, 0.9vw, 12px); opacity: 0.7; }
body.page-film .h-plandemic { right: 6%; top: 20%; font-size: clamp(10px, 1.2vw, 16px); }
body.page-film .h-dark { right: 6%; top: 31%; font-size: clamp(8px, 0.95vw, 13px); opacity: 0.65; }
body.page-film .h-geo { right: 6%; top: 37%; font-size: clamp(8px, 0.9vw, 12px); opacity: 0.6; }
body.page-film .h-lies { right: 6%; top: 43%; font-size: clamp(16px, 2.1vw, 30px); letter-spacing: 0.4em; color: #7CFF3A; }
body.page-film .h-nwo-r { right: 6%; top: 78%; font-size: clamp(8px, 0.9vw, 12px); opacity: 0.6; }
body.page-film .h-shirt-p { left: 34%; top: 56%; font-size: clamp(8px, 0.95vw, 13px); opacity: 0.7; }
body.page-film .h-shirt-d { left: 52%; top: 57%; font-size: clamp(8px, 0.95vw, 13px); opacity: 0.7; }
body.page-film .h-truth { left: 31%; top: 71%; font-size: clamp(9px, 1.05vw, 14px); opacity: 0.75; }
body.page-film .h-eye-h { left: 48%; top: 80%; font-size: clamp(8px, 0.9vw, 12px); opacity: 0.7; }
@media (max-width: 820px) {
  body.page-film .aw-hero__tagline { white-space: normal; letter-spacing: 0.12em; bottom: 5.8rem; }
  body.page-film .h-flag,
  body.page-film .h-nwo-l { display: none; }
}

.film-hero-stamp {
  position: absolute;
  top: 5.6rem;
  left: clamp(1rem, 3vw, 2.2rem);
  z-index: 22;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #00ffc8;
  text-shadow: 0 0 18px rgba(0, 255, 200, 0.6);
}
.film-hero-stamp i {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ff2b2b;
  box-shadow: 0 0 12px #ff2b2b;
  animation: recBlink 1.1s ease-in-out infinite;
}
@keyframes recBlink { 50% { opacity: 0.2; } }
.film-hero-spine {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  z-index: 22;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(0, 255, 200, 0.55);
  white-space: nowrap;
}

body.page-film .scroll-cue.film-hero-play,
body.page-film a.film-hero-play {
  display: none !important;
}
body.page-film .film-hero-play-off {
  flex-direction: row;
  align-items: center;
  gap: 0.85rem;
  left: 50%;
  bottom: clamp(1.2rem, 3.5vh, 2.4rem);
  transform: translateX(-50%);
  padding: 0.45rem 1.25rem 0.45rem 0.45rem;
  background: #00ffc8;
  border: 0;
  color: #000;
  text-decoration: none;
  z-index: 26;
  pointer-events: auto;
  box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.45), 0 10px 40px rgba(0, 0, 0, 0.55);
  animation: heroPlayPulse 2s ease-in-out infinite;
}
@keyframes heroPlayPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.0), 0 10px 40px rgba(0, 0, 0, 0.55); }
  50% { box-shadow: 0 0 0 10px rgba(0, 255, 200, 0.22), 0 10px 40px rgba(0, 0, 0, 0.55); }
}
body.page-film .film-hero-play:hover,
body.page-film .film-hero-play:focus-visible {
  background: #fff;
  color: #000;
}
body.page-film .scroll-cue.film-hero-play .scroll-cue__track,
body.page-film .scroll-cue.film-hero-play .scroll-cue__chevron,
body.page-film .scroll-cue.film-hero-play .scroll-cue__label { display: none; }
.film-hero-play__ring {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  background: #000;
  color: #00ffc8;
  font-size: 1.05rem;
  line-height: 1;
  padding-left: 3px;
}
.film-hero-play__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  text-align: left;
}
.film-hero-play__copy b {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.78rem, 1.4vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: inherit;
}
.film-hero-play__copy i {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-style: normal;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
}
body.page-film .aw-nav__cta {
  box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.45);
  animation: ctaPulse 2.2s ease-in-out infinite;
}
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.0); }
  50% { box-shadow: 0 0 28px 2px rgba(0, 255, 200, 0.45); }
}

/* Ticker — billing crawl */
body.page-film .cinema-ticker {
  padding: 1.15rem 0 !important;
  background: #000 !important;
  border-top: 1px solid rgba(0, 255, 200, 0.28) !important;
  border-bottom: 1px solid rgba(0, 255, 200, 0.28) !important;
}
body.page-film .cinema-ticker .track {
  animation-duration: 28s !important;
  gap: 2.8rem !important;
}
body.page-film .cinema-ticker .track span {
  font-size: clamp(0.85rem, 1.6vw, 1.15rem) !important;
  letter-spacing: 0.28em !important;
  color: #00ffc8 !important;
  text-shadow: 0 0 22px rgba(0, 255, 200, 0.35);
}

/* Facts */
body.page-film .aw-facts {
  background: #000 !important;
}
body.page-film .aw-facts b {
  font-size: clamp(1.05rem, 1.7vw, 1.45rem) !important;
  letter-spacing: 0.06em !important;
  line-height: 1.15 !important;
  white-space: normal;
}
body.page-film .aw-facts > div {
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  padding: 1.35rem 0.9rem !important;
  background: #050807 !important;
}
body.page-film .aw-facts span,
body.page-film .aw-facts a { order: -1; }

/* Title card — the man behind */
.film-behind {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #020403;
  padding: clamp(4.2rem, 8vw, 6.5rem) 0;
  border-top: 1px solid rgba(0, 255, 200, 0.12);
  border-bottom: 1px solid rgba(0, 255, 200, 0.12);
}
.film-behind__stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.film-behind__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  opacity: 0.22;
  filter: saturate(0.7) contrast(1.15);
  transform: scale(1.08);
}
.film-behind::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 80% at 18% 50%, rgba(0, 255, 200, 0.08), transparent 55%),
    linear-gradient(90deg, rgba(2, 4, 3, 0.55) 0%, rgba(2, 4, 3, 0.82) 48%, rgba(2, 4, 3, 0.92) 100%);
  pointer-events: none;
}
.film-behind__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1.2fr);
  gap: clamp(1.6rem, 4vw, 3.6rem);
  align-items: center;
}
.film-behind__poster {
  margin: 0;
  position: relative;
  justify-self: center;
  width: min(100%, 420px);
}
.film-behind__spine {
  position: absolute;
  left: -1.7rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(0, 255, 200, 0.55);
  white-space: nowrap;
}
.film-behind__frame {
  overflow: hidden;
  border: 1px solid rgba(0, 255, 200, 0.28);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.8),
    0 30px 80px rgba(0, 0, 0, 0.65),
    0 0 60px rgba(0, 255, 200, 0.12);
  background: #000;
  aspect-ratio: 2 / 3;
}
.film-behind__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 8%;
  display: block;
  filter: contrast(1.06) saturate(1.05);
  will-change: transform;
}
.film-behind__poster figcaption {
  margin-top: 0.7rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 244, 239, 0.55);
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1.4;
}
.film-behind__copy .display {
  font-size: clamp(3.4rem, 8vw, 6.4rem) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.02em;
  margin: 0.15rem 0 1.15rem !important;
  text-shadow: 0 0 50px rgba(0, 255, 200, 0.18);
}
.film-behind__lead {
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.55;
  color: #dceae4;
  max-width: 42ch;
  margin: 0 0 1.1rem;
}
.film-behind__quote {
  margin: 0 0 1.25rem;
  padding: 0.85rem 0 0.85rem 1.1rem;
  border-left: 2px solid #00ffc8;
  color: #00ffc8;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  letter-spacing: 0.03em;
  line-height: 1.15;
  max-width: 28ch;
}
.film-behind__body {
  display: grid;
  gap: 0.85rem;
  max-width: 48ch;
}
.film-behind__body p {
  margin: 0;
  color: #b7c7c0;
  font-size: 1.02rem;
  line-height: 1.6;
}
.film-stamp {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #00ffc8;
  margin-bottom: 0.85rem;
}
.film-stamp::before {
  content: "";
  width: 22px;
  height: 1px;
  background: #00ffc8;
  box-shadow: 0 0 10px #00ffc8;
}
body.page-film .btn.primary {
  min-height: 52px;
  padding: 0.95rem 1.4rem;
  letter-spacing: 0.18em;
  box-shadow: 0 0 32px rgba(0, 255, 200, 0.28);
}
body.page-film .btn.ghost {
  min-height: 52px;
  padding: 0.95rem 1.25rem;
}

body.page-film .aw-hero {
  box-shadow: inset 0 -120px 80px -20px #000;
}
.film-cut {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  padding: 0.95rem 1.4rem;
  background: #000;
  border-top: 1px solid rgba(0, 255, 200, 0.4);
  border-bottom: 1px solid rgba(0, 255, 200, 0.18);
  position: relative;
  z-index: 3;
}
.film-cut span {
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #00ffc8;
  white-space: nowrap;
  text-shadow: 0 0 16px rgba(0, 255, 200, 0.45);
}
.film-cut i {
  display: block;
  flex: 1;
  max-width: 22rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 200, 0.7), transparent);
}

/* Cinema trailer — full bleed 2.39:1 */
.cinema {
  position: relative;
  background: #000;
  padding: 0 !important;
  margin: 0;
}
.cinema__letterbox {
  position: relative;
  width: 100%;
  aspect-ratio: 2.39 / 1;
  background: #000;
  overflow: hidden;
  isolation: isolate;
}
.cinema__letterbox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
  -webkit-transform: translateZ(0);
}
.cinema__scan {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 2px,
    rgba(0, 0, 0, 0.12) 2px 3px
  );
  mix-blend-mode: multiply;
  opacity: 0.35;
}
.cinema.is-live .cinema__scan { opacity: 0; }
.cinema__play {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  gap: 1.1rem;
  background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(0,0,0,0.15), rgba(0,0,0,0.45));
  color: #00ffc8;
}
.cinema__ring {
  width: 128px;
  height: 128px;
  border: 2px solid #00ffc8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.45);
  animation: playRing 2.2s ease-in-out infinite;
}
@keyframes playRing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.0); transform: scale(1); }
  50% { box-shadow: 0 0 0 18px rgba(0, 255, 200, 0); transform: scale(1.04); }
}
.cinema__label {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #00ffc8;
  text-shadow: 0 0 20px rgba(0, 255, 200, 0.6);
}
.cinema.is-live .cinema__play { display: none; }

/* Stills — IMAX strip */
.film-gallery-sec { padding-top: clamp(3rem, 7vw, 5rem) !important; padding-bottom: 2rem !important; }
.film-still-rail {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.2rem 1.2rem 1.2rem;
  scrollbar-width: none;
}
.film-still-rail::-webkit-scrollbar { display: none; }
body.page-film .film-still-rail .fs-card,
.fs-card {
  flex: 0 0 min(86vw, 780px) !important;
  aspect-ratio: 2.35 / 1;
  border: 1px solid rgba(0, 255, 200, 0.22) !important;
  border-radius: 0 !important;
  background: #000;
  padding: 0;
  cursor: pointer;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  color: inherit;
}
.fs-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.08) saturate(1.05);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s;
}
.fs-card:hover img { transform: scale(1.06); filter: contrast(1.12) saturate(1.12); }
.fs-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 2.2rem 1.1rem 0.85rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00ffc8;
  background: linear-gradient(transparent, rgba(0,0,0,0.88));
}
.film-rail-wrap { position: relative; }
.film-rail-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 1px solid #00ffc8;
  background: rgba(0, 0, 0, 0.72);
  color: #00ffc8;
  font-size: 1.6rem;
  cursor: pointer;
}
.film-rail-nav.prev { left: 0.8rem; }
.film-rail-nav.next { right: 0.8rem; }
.film-sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.4rem;
  flex-wrap: wrap;
}
.film-sec-hint {
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00ffc8;
}
body.page-film .display {
  letter-spacing: -0.015em;
}

/* Cast billing */
.cast-sec {
  position: relative;
  padding-top: clamp(3.2rem, 7vw, 5.4rem);
  padding-bottom: clamp(2.4rem, 5vw, 3.6rem);
  border-top: 1px solid rgba(0, 255, 200, 0.14);
  background:
    radial-gradient(ellipse 70% 50% at 8% 0%, rgba(0, 255, 200, 0.07), transparent 52%),
    #000;
}
.cast-head { align-items: flex-end; }
.cast-head .body-text {
  margin: 0.5rem 0 0;
  max-width: 44ch;
  color: #9aaba4;
}
.cast-head .btn {
  min-height: 0;
  padding: 0.72rem 1.15rem;
  flex: 0 0 auto;
}
body.page-film .cast-portrait-rail {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem !important;
  overflow: visible !important;
  padding: 0.2rem 0 0 !important;
}
body.page-film .cpr-card {
  flex: none !important;
  display: block !important;
  position: relative;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 200, 0.16);
  background: #050807;
  gap: 0 !important;
  align-items: stretch;
  text-align: left;
  transition: border-color 0.25s ease, box-shadow 0.3s ease;
}
body.page-film .cpr-card::before,
body.page-film .cpr-card::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 14px;
  height: 14px;
  pointer-events: none;
  border-color: #00ffc8;
  border-style: solid;
}
body.page-film .cpr-card::before {
  top: 7px;
  left: 7px;
  border-width: 1px 0 0 1px;
}
body.page-film .cpr-card::after {
  right: 7px;
  bottom: 7px;
  border-width: 0 1px 1px 0;
}
body.page-film .cpr-card .cpr-num {
  position: absolute;
  top: 0.7rem;
  left: 0.75rem;
  z-index: 3;
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  color: #00ffc8;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
body.page-film .cpr-ring {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 4;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #050807 !important;
  box-shadow: none !important;
  border: 0 !important;
  overflow: hidden;
  position: relative;
}
body.page-film .cpr-card:hover {
  border-color: #00ffc8;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45), 0 0 36px rgba(0, 255, 200, 0.16);
}
body.page-film .cpr-card:hover .cpr-ring {
  transform: none !important;
  box-shadow: none !important;
}
body.page-film .cpr-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: none;
  display: block;
  border-radius: 0 !important;
  background: none !important;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
body.page-film .cpr-card:hover .cpr-ring img {
  filter: none;
  transform: scale(1.06);
}
body.page-film .cpr-shade {
  position: absolute;
  inset: auto 0 0 0;
  height: 48%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.92));
}
body.page-film .cpr-card strong {
  position: absolute;
  left: 0.75rem;
  right: 0.7rem;
  bottom: 1.4rem;
  z-index: 3;
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  letter-spacing: 0.04em;
  line-height: 0.95;
  color: #f4faf7;
}
body.page-film .cpr-card .cpr-role,
body.page-film .cpr-card span.cpr-role {
  position: absolute;
  left: 0.75rem;
  right: 0.7rem;
  bottom: 0.5rem;
  z-index: 3;
  font-family: "Orbitron", sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00ffc8;
}

.tri-card .film-hold {
  min-height: 320px;
  border: 0;
  display: grid;
  align-content: end;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(0, 255, 200, 0.12), transparent 58%),
    #050807;
  position: relative;
}
.film-hold-num {
  position: absolute;
  top: 0.6rem;
  right: 0.9rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(4rem, 8vw, 6.5rem);
  line-height: 0.8;
  color: rgba(0, 255, 200, 0.16);
  letter-spacing: -0.04em;
}
.tri-card { display: flex; flex-direction: column; }
.tri-card .film-hold { flex: 1; }
.tri-card img { filter: contrast(1.08) saturate(1.08); }
.film-aml { max-width: 44rem; }
.film-aml .body-text { max-width: 52ch; }
body.page-film #company.camelot {
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}
body.page-film .camelot-grid .body-text { max-width: 46ch; }
body.page-film .camelot-logo {
  height: 52px;
  margin: 1.4rem 0 1.5rem;
  filter: brightness(1.2) drop-shadow(0 0 18px rgba(0, 255, 200, 0.18));
}
body.page-film .mosaic img {
  border-radius: 0;
  border-color: rgba(0, 255, 200, 0.16);
  filter: contrast(1.08) saturate(1.05) brightness(0.92);
}
body.page-film .mosaic img:hover {
  border-color: #00ffc8;
  filter: contrast(1.08) saturate(1.08) brightness(1.02);
}
.film-partners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 2rem;
  background: rgba(0, 255, 200, 0.18);
  border: 1px solid rgba(0, 255, 200, 0.18);
}
.film-partners > div {
  background: #050807;
  padding: 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.film-partners em {
  font-family: "Orbitron", sans-serif;
  font-style: normal;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00ffc8;
}
.film-partners strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: 0.04em;
  font-weight: 400;
}
body.page-film #trilogy {
  scroll-margin-top: 5.5rem;
}

/* Journey through the system — taken from the trilogy map */
.sys-lede {
  max-width: 52ch;
  margin-bottom: 1.6rem;
}
.sys-films .film-hold {
  min-height: 0;
  padding: 1.15rem 1.05rem 1.25rem;
  align-content: start;
}
.sys-films .film-hold-title {
  margin: 0.15rem 0 0.4rem;
  color: #eef2ee;
}
.sys-films .film-hold .soon { margin-bottom: 0.15rem; }
.tri-tag {
  font-family: "Orbitron", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(238, 242, 238, 0.72);
  margin: 0 0 0.7rem;
}
.tri-beats {
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.28rem;
}
.tri-beats li {
  position: relative;
  padding-left: 0.85rem;
  color: #9aaba4;
  font-size: 0.88rem;
  line-height: 1.35;
}
.tri-beats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 1px;
  background: #00ffc8;
}

.sys-map {
  display: grid;
  grid-template-columns: minmax(10rem, 0.78fr) minmax(0, 1.5fr) minmax(7.5rem, 0.55fr);
  gap: 1.4rem 1.6rem;
  align-items: center;
  margin-top: 2.4rem;
}
.sys-climb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.15rem;
}
.sys-climb li {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.15rem 0.7rem;
  align-items: baseline;
  padding-left: 0.7rem;
  border-left: 1px solid rgba(0, 255, 200, 0.28);
}
.sys-climb li.is-now { border-left-color: #00ffc8; }
.sys-climb b {
  grid-row: 1 / span 2;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  color: #00ffc8;
  line-height: 1;
}
.sys-climb span {
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00ffc8;
}
.sys-climb strong {
  font-weight: 500;
  font-size: 0.95rem;
  color: #eef2ee;
}

.sys-pyramid__kicker {
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
  color: #00ffc8;
  margin: 0 0 1.1rem;
  text-shadow: 0 0 18px rgba(0, 255, 200, 0.45);
}
.sys-pyramid__stack {
  position: relative;
  isolation: isolate;
}
.sys-pyramid__beam {
  position: absolute;
  left: 50%;
  top: -8%;
  bottom: 0;
  width: 18%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(183, 255, 106, 0.45) 0%,
    rgba(0, 255, 200, 0.18) 28%,
    rgba(62, 198, 255, 0.12) 62%,
    transparent 100%
  );
  filter: blur(16px);
  animation: sysBeam 4.8s ease-in-out infinite;
}
.sys-pyramid__scan {
  position: absolute;
  left: 8%;
  right: 8%;
  height: 2px;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, #b7ff6a, #00ffc8, transparent);
  box-shadow: 0 0 16px rgba(0, 255, 200, 0.8);
  animation: sysScan 5.6s linear infinite;
  opacity: 0.85;
}
.sys-pyramid__apex {
  position: absolute;
  left: 50%;
  top: -1.15rem;
  z-index: 5;
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(45deg);
  background: radial-gradient(circle at 30% 30%, #fff, #b7ff6a 42%, #00ffc8 70%);
  box-shadow: 0 0 18px #b7ff6a, 0 0 42px rgba(0, 255, 200, 0.7);
  animation: sysApex 2.4s ease-in-out infinite;
}
.sys-pyramid ol {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sys-pyramid li {
  --c: #00ffc8;
  width: var(--w, 100%);
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
  text-align: center;
  padding: 0.68rem 0.75rem 0.76rem;
  border: 1px solid color-mix(in srgb, var(--c) 55%, transparent);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--c) 28%, transparent), color-mix(in srgb, var(--c) 6%, #050807)),
    #07110d;
  box-shadow:
    inset 0 0 22px color-mix(in srgb, var(--c) 18%, transparent),
    0 0 18px color-mix(in srgb, var(--c) 10%, transparent);
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  transition: filter 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
#trilogy.is-in .sys-pyramid li {
  animation: sysLayerIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#trilogy.is-in .sys-pyramid li:nth-child(7) { animation-delay: 0.04s; }
#trilogy.is-in .sys-pyramid li:nth-child(6) { animation-delay: 0.12s; }
#trilogy.is-in .sys-pyramid li:nth-child(5) { animation-delay: 0.2s; }
#trilogy.is-in .sys-pyramid li:nth-child(4) { animation-delay: 0.28s; }
#trilogy.is-in .sys-pyramid li:nth-child(3) { animation-delay: 0.36s; }
#trilogy.is-in .sys-pyramid li:nth-child(2) { animation-delay: 0.44s; }
#trilogy.is-in .sys-pyramid li:nth-child(1) { animation-delay: 0.54s; }
.sys-pyramid li:hover {
  filter: brightness(1.18) saturate(1.15);
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    inset 0 0 26px color-mix(in srgb, var(--c) 28%, transparent),
    0 0 28px color-mix(in srgb, var(--c) 28%, transparent);
}
.sys-pyramid li.sys-l-peak {
  --c: #b7ff6a;
  clip-path: polygon(16% 0, 84% 0, 100% 100%, 0 100%);
  padding: 0.95rem 1.1rem 0.85rem;
  background: linear-gradient(180deg, rgba(183, 255, 106, 0.38), rgba(8, 22, 10, 0.96));
  border-color: rgba(183, 255, 106, 0.62);
}
.sys-pyramid li.sys-l-faith {
  --c: #e8c56b;
  background: linear-gradient(180deg, rgba(232, 197, 107, 0.34), rgba(22, 14, 4, 0.96));
  border-color: rgba(232, 197, 107, 0.55);
}
.sys-pyramid li.sys-l-elite {
  --c: #d4a017;
  background: linear-gradient(180deg, rgba(212, 160, 23, 0.32), rgba(20, 12, 2, 0.96));
  border-color: rgba(212, 160, 23, 0.52);
}
.sys-pyramid li.sys-l-secret {
  --c: #c9a35a;
  background: linear-gradient(180deg, rgba(201, 163, 90, 0.3), rgba(16, 12, 4, 0.96));
  border-color: rgba(201, 163, 90, 0.5);
}
.sys-pyramid li.sys-l-pharma {
  --c: #3ec6ff;
  background: linear-gradient(180deg, rgba(62, 198, 255, 0.32), rgba(4, 14, 22, 0.96));
  border-color: rgba(62, 198, 255, 0.52);
}
.sys-pyramid li.sys-l-gov {
  --c: #5b8cff;
  background: linear-gradient(180deg, rgba(91, 140, 255, 0.3), rgba(6, 10, 22, 0.96));
  border-color: rgba(91, 140, 255, 0.5);
}
.sys-pyramid li.sys-l-people {
  --c: #8a96a0;
  clip-path: none;
  background: linear-gradient(180deg, rgba(80, 88, 96, 0.35), rgba(4, 6, 8, 0.98));
  border-color: rgba(138, 150, 160, 0.4);
}
.sys-films .film-hold-num {
  font-size: 3.2rem;
  top: 0.35rem;
  right: 0.55rem;
  opacity: 0.7;
}
.sys-pyramid strong {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.62rem, 1.15vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #eef2ee;
  text-shadow: 0 0 12px color-mix(in srgb, var(--c) 45%, transparent);
}
.sys-pyramid ol > li > span {
  display: block;
  margin-top: 0.18rem;
  font-size: clamp(0.58rem, 1vw, 0.7rem);
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--c) 55%, #c5d0cc);
}
@keyframes sysLayerIn {
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes sysPeakPulse {
  0%, 100% { box-shadow: inset 0 0 22px rgba(183, 255, 106, 0.22), 0 0 18px rgba(183, 255, 106, 0.18); }
  50% { box-shadow: inset 0 0 34px rgba(183, 255, 106, 0.4), 0 0 36px rgba(0, 255, 200, 0.4); }
}
@keyframes sysBeam {
  0%, 100% { opacity: 0.45; filter: blur(16px); }
  50% { opacity: 0.9; filter: blur(10px); }
}
@keyframes sysScan {
  0% { top: 92%; opacity: 0; }
  8% { opacity: 0.9; }
  92% { opacity: 0.9; }
  100% { top: 2%; opacity: 0; }
}
@keyframes sysApex {
  0%, 100% { opacity: 0.75; box-shadow: 0 0 14px #b7ff6a, 0 0 28px rgba(0, 255, 200, 0.5); }
  50% { opacity: 1; box-shadow: 0 0 22px #fff, 0 0 48px rgba(183, 255, 106, 0.85); }
}

.sys-until {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(238, 242, 238, 0.55);
  text-align: right;
}
.sys-until b,
.sys-until i { font-style: normal; font-weight: 500; }
.sys-until b { color: #8a96a0; }
.sys-until i:nth-of-type(1) { color: #5b8cff; }
.sys-until i:nth-of-type(2) { color: #3ec6ff; }
.sys-until i:nth-of-type(3) { color: #e8c56b; }
.sys-until i:nth-of-type(4) { color: #ff6b6b; }
.sys-until em {
  font-style: normal;
  color: #b7ff6a;
  letter-spacing: 0.16em;
  margin-top: 0.35rem;
  text-shadow: 0 0 14px rgba(183, 255, 106, 0.45);
  animation: sysAwaken 2.8s ease-in-out infinite;
}
@keyframes sysAwaken {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}
#trilogy.is-in .sys-l-peak {
  animation: sysLayerIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards,
             sysPeakPulse 2.8s ease-in-out 1.2s infinite;
}

.sys-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 1.5rem;
  margin: 1.6rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(0, 255, 200, 0.14);
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(238, 242, 238, 0.55);
}

@media (max-width: 980px) {
  .film-behind__grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .film-behind__spine { display: none; }
  .film-behind__poster { width: min(72%, 340px); }
  .cinema__letterbox { aspect-ratio: 16 / 9; }
  body.page-film .cast-portrait-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .film-hero-spine { display: none; }
  .fs-card { flex-basis: min(88vw, 560px); aspect-ratio: 16 / 9; }
  .sys-map {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .sys-climb {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
  }
  .sys-climb li {
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 1px solid rgba(0, 255, 200, 0.28);
    padding: 0.7rem 0 0;
  }
  .sys-climb b { grid-row: auto; }
  .sys-until { text-align: left; flex-direction: row; flex-wrap: wrap; gap: 0.45rem 1rem; }
}
@media (max-width: 640px) {
  .film-partners { grid-template-columns: 1fr; }
  body.page-film .cast-portrait-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .film-rail-nav { display: none; }
  .film-behind__copy .display { font-size: clamp(3.2rem, 16vw, 4.4rem) !important; }
  .film-behind__poster { width: min(88%, 320px); }
  body.page-film { cursor: auto; }
  body.page-film .aw-nav__cta {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
  }
  body.page-film .scroll-cue.film-hero-play {
    width: calc(100% - 1.6rem);
    max-width: 22rem;
    justify-content: flex-start;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    bottom: 1.1rem;
  }
  body.bts-cookie-set .scroll-cue.film-hero-play,
  body.bts-cookie-open .scroll-cue.film-hero-play {
    bottom: 3.6rem;
  }
  .film-hero-play__ring { width: 52px; height: 52px; flex-basis: 52px; }
  .film-hero-play__copy b { font-size: 0.82rem; }
  .sys-climb { grid-template-columns: 1fr; }
  .sys-pyramid ol > li > span { display: none; }
  .sys-foot { flex-direction: column; }
}
/* Voices around the film */
.voice-sec {
  position: relative;
  padding-top: clamp(3.6rem, 8vw, 6rem);
  padding-bottom: clamp(3.2rem, 6vw, 5rem);
  border-top: 1px solid rgba(0, 255, 200, 0.14);
  background:
    radial-gradient(ellipse 70% 55% at 8% 12%, rgba(0, 255, 200, 0.07), transparent 52%),
    radial-gradient(ellipse 50% 40% at 92% 88%, rgba(0, 255, 200, 0.04), transparent 48%),
    #000;
}
.voice-head { max-width: 46rem; margin-bottom: 2.4rem; }
.voice-head .display { margin-bottom: 0.55rem; }
.voice-head .body-text { margin: 0; max-width: 52ch; }
.voice-stack { display: grid; gap: 1.6rem; }
.voice-feat {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.15rem, 3vw, 2.4rem);
  align-items: center;
  padding: clamp(1rem, 2.2vw, 1.45rem);
  overflow: hidden;
  border: 1px solid rgba(0, 255, 200, 0.16);
  background: rgba(4, 8, 7, 0.72);
}
.voice-feat.is-flip {
  grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1.18fr);
}
.voice-feat.is-flip .voice-stage { order: 2; }
.voice-feat.is-flip .voice-copy { order: 1; }
.voice-feat__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.voice-feat__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(32px) saturate(0.65) brightness(0.28);
  transform: scale(1.18);
}
.voice-feat::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.55) 48%, rgba(0, 0, 0, 0.82));
}
.voice-feat.is-flip::after {
  background:
    linear-gradient(270deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.55) 48%, rgba(0, 0, 0, 0.86));
}
.voice-stage,
.voice-copy { position: relative; z-index: 2; }
.voice-stage {
  display: block;
  width: 100%;
  max-width: 18.5rem;
  aspect-ratio: 9 / 16;
  justify-self: center;
  padding: 0;
  border: 1px solid rgba(0, 255, 200, 0.38);
  background: #000;
  overflow: hidden;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.8),
    0 28px 70px rgba(0, 0, 0, 0.62),
    0 0 48px rgba(0, 255, 200, 0.12);
}
.voice-feat.is-flip .voice-stage {
  max-width: none;
  aspect-ratio: 16 / 9;
}
.voice-stage::before,
.voice-stage::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border-color: #00ffc8;
  border-style: solid;
}
.voice-stage::before {
  top: 8px;
  left: 8px;
  border-width: 1px 0 0 1px;
}
.voice-stage::after {
  right: 8px;
  bottom: 8px;
  border-width: 0 1px 1px 0;
}
.voice-stage img,
.voice-stage iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
  transition: transform 0.55s ease;
}
.voice-stage img { object-position: center 12%; }
.voice-feat.is-portrait .voice-stage img { object-position: center 20%; }
.voice-feat.is-flip .voice-stage img { object-position: center; }
.voice-stage:hover img,
.voice-stage:focus-visible img { transform: scale(1.05); }
.voice-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.5)),
    radial-gradient(ellipse 70% 70% at 50% 50%, transparent 38%, rgba(0, 0, 0, 0.32));
  pointer-events: none;
}
.voice-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #00ffc8;
  color: #04070a;
  box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.35);
  animation: voicePlayPulse 2.1s ease-in-out infinite;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}
.voice-play i {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent currentColor;
}
.voice-stage:hover .voice-play,
.voice-stage:focus-visible .voice-play {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 0 0 12px rgba(0, 255, 200, 0.18);
}
@keyframes voicePlayPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 200, 0); }
  50% { box-shadow: 0 0 0 12px rgba(0, 255, 200, 0.22); }
}
.voice-live {
  position: absolute;
  z-index: 2;
  left: 0.85rem;
  bottom: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #00ffc8;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
.voice-live b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff2b2b;
  box-shadow: 0 0 10px #ff2b2b;
  animation: recBlink 1.1s ease-in-out infinite;
}
.voice-feat.is-flip .voice-live {
  top: auto;
  left: auto;
  right: 0.85rem;
  bottom: 0.8rem;
}
.voice-feat.is-on .voice-shade,
.voice-feat.is-on .voice-play,
.voice-feat.is-on .voice-live,
.voice-feat.is-on .voice-stage::before,
.voice-feat.is-on .voice-stage::after { display: none; }
.voice-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2rem 0.15rem 0.2rem 0;
}
.voice-copy .voice-index {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(3.6rem, 8vw, 6.4rem);
  line-height: 0.72;
  letter-spacing: 0.02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 255, 200, 0.5);
  margin: 0 0 0.35rem;
  max-width: none;
}
.voice-copy .voice-kicker {
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00ffc8;
  margin: 0 0 0.4rem;
  max-width: none;
}
.voice-copy h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  letter-spacing: 0.04em;
  line-height: 0.92;
  margin: 0 0 0.85rem;
  text-shadow: 0 0 40px rgba(0, 255, 200, 0.12);
}
.voice-copy .voice-quote {
  margin: 0 0 0.85rem;
  padding: 0.15rem 0 0.15rem 1rem;
  border-left: 2px solid #00ffc8;
  color: #e8f4ef;
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.4;
  max-width: 34ch;
}
.voice-copy p {
  color: #9aaba4;
  max-width: 42ch;
  margin: 0 0 1.2rem;
  font-size: 0.95rem;
  line-height: 1.55;
}
.voice-actions { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.voice-actions .btn {
  min-height: 0;
  padding: 0.72rem 1.15rem;
}
@media (max-width: 860px) {
  .voice-feat,
  .voice-feat.is-flip,
  .voice-feat.is-portrait { grid-template-columns: 1fr; }
  .voice-feat.is-flip .voice-stage,
  .voice-feat.is-flip .voice-copy { order: unset; }
  .voice-feat::after,
  .voice-feat.is-flip::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78));
  }
  .voice-stage,
  .voice-feat.is-flip .voice-stage {
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }
  .voice-feat.is-portrait .voice-stage {
    aspect-ratio: 9 / 16;
    max-width: 18.5rem;
    margin-inline: auto;
  }
  .voice-copy { padding: 0.15rem 0.1rem 0.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  .film-grain,
  body.page-film .aw-nav__cta,
  body.page-film .film-hero-play,
  .cinema__ring,
  .film-hero-stamp i,
  body.page-film .cinema-ticker .track,
  .sys-pyramid__beam,
  .sys-pyramid__scan,
  .sys-pyramid__apex,
  .sys-until em,
  #trilogy.is-in .sys-pyramid li,
  .voice-play,
  .voice-live b,
  body.page-film .cpr-ring img { animation: none !important; }
  body.page-film .cpr-card:hover .cpr-ring img { transform: none; }
  .sys-pyramid li { opacity: 1; transform: none; }
}

@media (max-width: 860px) {
  body.page-film .camelot-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
    align-items: stretch;
  }
  body.page-film .camelot-grid > .mosaic {
    order: -1;
  }
  body.page-film .camelot-grid .body-text {
    max-width: none;
  }
  body.page-film #company .display {
    font-size: clamp(2.15rem, 11.5vw, 3.15rem);
    line-height: 0.92;
  }
  body.page-film .mosaic {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem;
    width: 100%;
  }
  body.page-film .mosaic img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
  }
  body.page-film .mosaic img.span2 {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }
  body.page-film .camelot-logo {
    height: 36px;
    width: auto;
    max-width: min(220px, 72vw);
    margin: 1.1rem 0 1.2rem;
  }
  body.page-film .film-partners {
    grid-template-columns: 1fr;
  }
}



.answers-sec { background: #050506; }
.faq-list { display: grid; max-width: 46rem; }
.faq-list details {
  border-top: 1px solid rgba(230, 225, 214, 0.16);
  padding: 0.95rem 0;
}
.faq-list details:last-child { border-bottom: 1px solid rgba(230, 225, 214, 0.16); }
.faq-list summary {
  cursor: pointer;
  font-family: "Orbitron", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e6e1d6;
  line-height: 1.45;
}
.faq-list summary:hover { color: #7cff9a; }
.faq-list p {
  margin: 0.75rem 0 0.15rem;
  max-width: 40rem;
  color: rgba(230, 225, 214, 0.82);
  line-height: 1.55;
}

.cinema.is-locked .cinema__letterbox video { filter: none; }
.cinema__lock {
  cursor: pointer;
  align-content: end;
  justify-items: center;
  padding-bottom: clamp(0.8rem, 2.4vw, 1.6rem);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.28) 34%, transparent 58%);
  gap: 0.55rem;
}
.cinema__soon {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.1rem, 2.4vw, 1.7rem);
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #00ffc8;
}
.cinema__clock { display: flex; gap: 0.7rem; }
.cinema__clock span { min-width: 3.4rem; text-align: center; }
.cinema__clock b {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 500;
  color: #fff;
}
.cinema__clock i {
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}
@media (max-width: 640px) {
  .cinema__clock span { min-width: 2.6rem; }
}

.merch-sec, .army-sec { background: #050506; }
.merch-notes {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 1.6rem;
  padding: 0;
}
.merch-notes li { border-top: 1px solid rgba(0, 255, 200, 0.35); padding-top: 0.7rem; }
.merch-notes b {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00ffc8;
  margin-bottom: 0.35rem;
}
.merch-notes span, .merch-fine, .army-lead { color: #c8c2b6; }
.merch-grid, .army-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.8rem; }
.army-grid { grid-template-columns: repeat(3, 1fr); margin-top: 1.2rem; }
.merch-card, .army-grid article {
  background: #121214;
  border: 1px solid rgba(230, 225, 214, 0.08);
  display: flex;
  flex-direction: column;
}
.merch-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; background: #000; }
.merch-card .pad, .army-grid article { padding: 0.9rem 0.95rem 1.1rem; }
.merch-card h3, .army-grid h3 { margin: 0.25rem 0 0.35rem; font-size: 1rem; color: #e6e1d6; }
.merch-price { font-family: "Orbitron", sans-serif; color: #fff; margin: 0 0 0.8rem; }
.merch-card .btn { align-self: flex-start; }
.merch-fine { margin-top: 1.1rem; font-size: 0.9rem; }
.army-grid b { font-family: "Orbitron", sans-serif; color: #00ffc8; font-size: 0.72rem; letter-spacing: 0.14em; }
.army-grid p { color: #9aaba4; font-size: 0.92rem; flex: 1; }
.army-grid button {
  margin-top: 0.8rem;
  align-self: flex-start;
  background: transparent;
  color: #00ffc8;
  border: 1px solid rgba(0, 255, 200, 0.45);
  font-family: "Orbitron", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.55rem 0.7rem;
  cursor: pointer;
}
@media (max-width: 980px) {
  .merch-grid { grid-template-columns: repeat(2, 1fr); }
  .merch-notes, .army-grid { grid-template-columns: 1fr; }
}

.merch-card .pad p { color: #9aaba4; font-size: 0.88rem; margin: 0 0 0.45rem; }
.merch-fine a, .army-links a { color: #00ffc8; }
.army-links { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-top: 0.8rem; font-family: "Orbitron", sans-serif; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; }

.army-stats { display: flex; flex-wrap: wrap; gap: 0.7rem 1rem; align-items: baseline; margin: 1rem 0 0.4rem; color: #e6e1d6; }
.army-stats strong { font-family: "Orbitron", sans-serif; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.78rem; color: #00ffc8; margin-right: 0.4rem; }
.army-stats span { font-size: 0.88rem; color: #c8c2b6; }
.army-stats b { color: #fff; font-weight: 500; }

/* ============================================================
   Finish pass — transmission, type, cards
   ============================================================ */
body.page-film { cursor: auto; }
body.page-film .aw-hero { cursor: crosshair; }
body.page-film :is(a, button, summary) { cursor: pointer; }
body.page-film :is(input, textarea) { cursor: text; }
body.page-film :is(section, .faq-list, .merch-sec, .army-sec, .answers-sec) { scroll-margin-top: 76px; }

body.page-film .display em {
  font-style: italic;
  font-weight: 500;
  color: #00ffc8;
  text-shadow: 0 0 22px rgba(0, 255, 200, 0.28);
}
body.page-film .eyebrow.cyan {
  letter-spacing: 0.28em;
}

body.page-film .aw-hero__name {
  background: linear-gradient(180deg, #fff 20%, #d7fff4 55%, #7dffe0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 18px rgba(0, 0, 0, 0.85));
}
body.page-film .aw-hero__watch {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
body.page-film .aw-hero__watch:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 32px rgba(0, 255, 200, 0.28), 0 8px 28px rgba(0, 0, 0, 0.45);
}
body.page-film .aw-nav__cta {
  box-shadow: 0 0 0 1px rgba(0, 255, 200, 0.35), 0 0 18px rgba(0, 255, 200, 0.18);
}

.cinema__letterbox {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.62);
}
.cinema__letterbox::after {
  content: "";
  position: absolute;
  inset: 0.7rem;
  z-index: 3;
  pointer-events: none;
  border: 1px solid rgba(0, 255, 200, 0.28);
  box-shadow:
    inset 12px 12px 0 -10px #00ffc8,
    inset -12px 12px 0 -10px #00ffc8,
    inset 12px -12px 0 -10px #00ffc8,
    inset -12px -12px 0 -10px #00ffc8;
}
.cinema.is-locked .cinema__letterbox video {
  filter: contrast(1.08) saturate(1.06) brightness(1.04);
}
.cinema__lock {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.18) 42%, transparent 68%);
}
.cinema__soon {
  text-shadow: 0 0 18px rgba(0, 255, 200, 0.45);
}
.cinema__hear {
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0.35rem 0.7rem;
  background: rgba(0, 0, 0, 0.45);
}
.cinema__lock.is-sound .cinema__hear {
  color: #041108;
  background: #00ffc8;
  border-color: #00ffc8;
}
.cinema__clock span {
  border: 1px solid rgba(0, 255, 200, 0.28);
  background: rgba(0, 0, 0, 0.55);
  padding: 0.35rem 0.2rem 0.28rem;
}
.cinema__clock b {
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 12px rgba(0, 255, 200, 0.35);
}

.merch-card {
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.35s ease;
}
.merch-card img { transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
.merch-card:hover {
  border-color: rgba(0, 255, 200, 0.45);
  transform: translateY(-3px);
}
.merch-card:hover img { transform: scale(1.04); }
.merch-price { letter-spacing: 0.08em; }
.merch-card .soon {
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00ffc8;
}

.army-grid article {
  min-height: 100%;
  transition: border-color 0.25s ease, transform 0.35s ease;
}
.army-grid article:hover {
  border-color: rgba(0, 255, 200, 0.4);
  transform: translateY(-2px);
}
.army-grid button { transition: background 0.2s ease, color 0.2s ease; }
.army-grid button:hover,
.army-grid button:focus-visible {
  background: #00ffc8;
  color: #041108;
  border-color: #00ffc8;
}

.faq-list summary { list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.faq-list summary::after {
  content: "+";
  font-family: "Orbitron", sans-serif;
  color: #00ffc8;
  font-size: 1rem;
  line-height: 1;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details[open] summary { color: #00ffc8; }

@media (prefers-reduced-motion: reduce) {
  .merch-card,
  .merch-card img,
  .army-grid article,
  body.page-film .aw-hero__watch { transition: none; }
  .merch-card:hover,
  .army-grid article:hover,
  body.page-film .aw-hero__watch:hover { transform: none; }
}
