:root {
  --gold: #ffd84d;
  --gold-soft: #fff0a7;
  --red: #ff1a24;
  --deep-red: #69000b;
  --ember: #ff6a61;
  --paper: #fff4d7;
  --muted: rgba(255, 244, 215, 0.76);
  --panel: rgba(5, 5, 5, 0.84);
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --depth-x: 0px;
  --depth-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #020202;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  color: var(--paper);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.24) 38%, rgba(0, 0, 0, 0.84)),
    repeating-linear-gradient(118deg, transparent 0 23vw, rgba(255, 216, 77, 0.025) 23vw 23.15vw, transparent 23.15vw 46vw),
    linear-gradient(145deg, rgba(16, 0, 4, 0.9), rgba(0, 0, 0, 0.54) 48%, rgba(34, 1, 7, 0.88)),
    url("AoD.jpg") center / cover fixed no-repeat;
  cursor: url("blood-cursor-realistic.png") 10 5, url("blood-cursor.png") 13 12, auto;
  overflow-x: hidden;
}

a, button, iframe {
  cursor: url("blood-cursor-realistic.png") 10 5, url("blood-cursor.png") 13 12, pointer;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 216, 77, 0.04), transparent 18%, rgba(255, 26, 36, 0.08) 74%, rgba(0, 0, 0, 0.34)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, transparent 0 8vw, rgba(255, 26, 36, 0.018) 8vw 8.1vw);
  opacity: 0.78;
  animation: atmosphere-shift 22s linear infinite alternate;
}

@keyframes atmosphere-shift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -8px, 0); }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(1180px, calc(100vw - 26px));
  margin: 0 auto;
  padding: 12px 0;
  isolation: isolate;
}

.topbar:before {
  content: "";
  position: absolute;
  inset: 5px -10px;
  z-index: -1;
  border: 1px solid rgba(255, 216, 77, 0.15);
  border-radius: 8px;
  background: linear-gradient(100deg, rgba(4, 4, 4, 0.92), rgba(25, 0, 5, 0.84), rgba(4, 4, 4, 0.92));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.48), inset 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.topbar:after {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 4px;
  height: 1px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255, 26, 36, 0.62), rgba(255, 216, 77, 0.62), rgba(255, 26, 36, 0.62), transparent);
  box-shadow: 0 0 12px rgba(255, 26, 36, 0.32);
}

.brand-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 216, 77, 0.36);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.62);
  box-shadow: 0 0 18px rgba(255, 26, 36, 0.3), inset 0 0 12px rgba(255, 216, 77, 0.05);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.brand-mark:hover {
  border-color: rgba(255, 216, 77, 0.7);
  box-shadow: 0 0 24px rgba(255, 26, 36, 0.46), inset 0 0 14px rgba(255, 216, 77, 0.1);
  transform: translateY(-1px);
}

.brand-mark img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 7px rgba(255, 255, 255, 0.5));
}

.site-nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-link,
.command-link,
.back-button,
.inline-hotlink {
  position: relative;
  color: var(--gold);
  font-weight: 900;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(255, 216, 77, 0.34), 0 2px 0 #000;
}

.nav-link {
  flex: 0 0 auto;
  padding: 10px 12px;
  white-space: nowrap;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(255, 216, 77, 0.14);
  overflow: hidden;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nav-link:before,
.command-link:before,
.back-button:before,
.inline-hotlink:before {
  content: "";
  position: absolute;
  inset: auto 10px 5px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 26, 36, 0.94), var(--gold), rgba(255, 26, 36, 0.94), transparent);
  box-shadow: 0 0 14px rgba(255, 26, 36, 0.62);
  transform: scaleX(0);
  transition: transform 0.24s ease;
}

.nav-link:hover:before,
.nav-link.is-active:before,
.command-link:hover:before,
.back-button:hover:before,
.inline-hotlink:hover:before {
  transform: scaleX(1);
}

.nav-link:hover,
.nav-link.is-active {
  color: #fff2a2;
  border-color: rgba(255, 26, 36, 0.42);
  background: linear-gradient(135deg, rgba(255, 216, 77, 0.08), rgba(105, 0, 11, 0.48));
  box-shadow: 0 0 18px rgba(255, 26, 36, 0.24), inset 0 1px rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.hero-shell,
.page-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 26px));
  margin: 0 auto;
  padding: 20px 0 44px;
}

.page-shell.wide {
  width: min(1380px, calc(100vw - 26px));
}

.hero-stage,
.content-panel {
  position: relative;
  border: 1px solid rgba(255, 216, 77, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(6, 6, 6, 0.88), rgba(14, 0, 3, 0.76));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.68),
    0 0 32px rgba(255, 26, 36, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translate3d(var(--depth-x), var(--depth-y), 0);
  transition: transform 0.12s ease-out;
  isolation: isolate;
  overflow: hidden;
}

.hero-stage:before,
.content-panel:before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(255, 216, 77, 0.08);
  border-radius: 5px;
  clip-path: polygon(0 0, 12% 0, 12% 1px, 88% 1px, 88% 0, 100% 0, 100% 100%, 88% 100%, 88% calc(100% - 1px), 12% calc(100% - 1px), 12% 100%, 0 100%);
}

.hero-stage:after,
.content-panel:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 5%;
  right: 5%;
  height: 2px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 26, 36, 0.6), rgba(255, 216, 77, 0.78), rgba(255, 26, 36, 0.6), transparent);
  box-shadow: 0 0 16px rgba(255, 26, 36, 0.38);
}

.hero-stage {
  min-height: calc(100svh - 108px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: clamp(20px, 4vw, 54px);
  align-items: center;
  padding: clamp(24px, 5vw, 58px);
}

.content-panel {
  padding: clamp(18px, 4vw, 42px);
  transform: none;
}

.eyebrow {
  margin: 0 0 10px;
  color: #ff6a61;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1 {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: clamp(36px, 7vw, 86px);
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 0 13px rgba(255, 216, 77, 0.42), 0 0 30px rgba(255, 26, 36, 0.42), 0 3px 0 #000;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.36));
}

h2 {
  color: var(--gold);
  font-size: clamp(25px, 4vw, 40px);
  margin: 34px 0 16px;
  letter-spacing: 0;
  text-shadow: 0 0 10px rgba(255, 26, 36, 0.35), 0 2px 0 #000;
}

h3 {
  color: #fff0a7;
  margin: 26px 0 10px;
  font-size: clamp(20px, 2.8vw, 26px);
}

.tagline,
.lead {
  color: var(--paper);
  font-size: clamp(18px, 2.25vw, 25px);
  line-height: 1.48;
  max-width: 800px;
  text-shadow: 0 2px 0 #000;
}

p,
li {
  line-height: 1.68;
  font-size: clamp(16px, 1.55vw, 19px);
}

strong {
  color: #fff0a7;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.command-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 216, 77, 0.38);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.command-link.primary {
  background: linear-gradient(135deg, rgba(255, 216, 77, 0.18), rgba(255, 26, 36, 0.3));
}

.command-link:hover,
.back-button:hover {
  color: #fff7cf;
  border-color: rgba(255, 216, 77, 0.72);
  box-shadow: 0 0 22px rgba(255, 26, 36, 0.34), inset 0 1px rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.poster-frame,
.feature-image,
.news-image,
.magazine-pair img {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 26, 36, 0.58);
  box-shadow: 0 0 15px rgba(255, 26, 36, 0.34), 0 22px 42px rgba(0, 0, 0, 0.54);
}

.poster-frame {
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.poster-frame:hover {
  border-color: rgba(255, 216, 77, 0.78);
  box-shadow: 0 0 24px rgba(255, 26, 36, 0.48), 0 30px 54px rgba(0, 0, 0, 0.64);
  transform: translateY(-4px) rotateZ(0.25deg);
}

.poster-frame img,
.feature-image img,
.news-image img,
.magazine-pair img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(1.13) contrast(1.08);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.quick-grid a,
.link-card,
.news-item,
.quote-panel {
  border: 1px solid rgba(255, 216, 77, 0.16);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.58);
  padding: 16px;
  text-decoration: none;
  color: var(--paper);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.quick-grid a,
.link-card,
.news-item {
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.quick-grid a:hover,
.link-card:hover {
  border-color: rgba(255, 216, 77, 0.48);
  background: linear-gradient(135deg, rgba(17, 2, 4, 0.84), rgba(0, 0, 0, 0.76));
  box-shadow: 0 0 20px rgba(255, 26, 36, 0.2), inset 0 1px rgba(255, 255, 255, 0.09);
  transform: translateY(-2px);
}

.quick-grid span,
.link-card span {
  display: block;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 5px;
}

.quick-grid small,
.link-card small {
  color: var(--muted);
  line-height: 1.45;
}

.back-button {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 216, 77, 0.2);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.4);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 380px);
  gap: clamp(20px, 4vw, 46px);
  align-items: start;
}

.text-flow {
  max-width: 820px;
}

.feature-image figcaption,
.news-image figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.inline-hotlink {
  color: var(--gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.bts-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.gallery-card {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 252px;
  border: 1px solid rgba(255, 26, 36, 0.46);
  border-radius: 6px;
  overflow: hidden;
  color: var(--gold);
  text-decoration: none;
  background: #050505;
  box-shadow: 0 0 12px rgba(255, 26, 36, 0.22), 0 14px 30px rgba(0, 0, 0, 0.45);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.gallery-card:hover {
  border-color: rgba(255, 216, 77, 0.74);
  box-shadow: 0 0 18px rgba(255, 26, 36, 0.36), 0 16px 34px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.gallery-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  filter: saturate(1.1) contrast(1.06);
  transition: filter 0.28s ease, transform 0.32s ease;
}

.gallery-card:hover img {
  filter: saturate(1.2) contrast(1.08) brightness(1.03);
  transform: scale(1.025);
}

.gallery-card.contain img {
  object-fit: contain;
  background: #050505;
  padding: 8px;
}

.gallery-card span {
  padding: 10px 11px 12px;
  font-weight: 900;
  text-shadow: 0 1px 0 #000;
}

.bts-page .content-panel {
  --bts-panel-pad: clamp(18px, 4vw, 42px);
  padding: var(--bts-panel-pad);
  background:
    linear-gradient(135deg, rgba(4, 4, 4, 0.93), rgba(18, 0, 4, 0.84)),
    repeating-linear-gradient(90deg, transparent 0 56px, rgba(255, 216, 77, 0.018) 56px 57px);
}

.bts-hero-banner {
  position: relative;
  min-height: 430px;
  margin: calc(0px - var(--bts-panel-pad)) calc(0px - var(--bts-panel-pad)) 28px;
  overflow: hidden;
  isolation: isolate;
  background: #050102;
  border-bottom: 1px solid rgba(255, 216, 77, 0.34);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.46), 0 8px 26px rgba(255, 26, 36, 0.12);
}

.bts-hero-banner:before,
.bts-hero-banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  height: 10px;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255, 216, 77, 0.82) 0 16px, rgba(38, 2, 7, 0.9) 16px 28px);
  box-shadow: 0 0 16px rgba(255, 26, 36, 0.34);
}

.bts-hero-banner:before {
  top: 0;
}

.bts-hero-banner:after {
  bottom: 0;
}

.bts-hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
}

.bts-hero-media img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  filter: saturate(1.22) contrast(1.12) brightness(0.86);
  transform: scale(1.045);
  animation: bts-camera-drift 16s ease-in-out infinite alternate;
}

.bts-hero-media img:nth-child(2) {
  animation-delay: -5s;
  animation-direction: alternate-reverse;
}

.bts-hero-media img:nth-child(3) {
  animation-delay: -9s;
}

@keyframes bts-camera-drift {
  from { transform: scale(1.045) translate3d(-0.8%, 0, 0); }
  to { transform: scale(1.09) translate3d(0.8%, -0.7%, 0); }
}

.bts-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0, rgba(0, 0, 0, 0.86) 38%, rgba(11, 0, 2, 0.5) 72%, rgba(0, 0, 0, 0.26) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(19, 0, 4, 0.28) 62%, rgba(0, 0, 0, 0.72));
}

.bts-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 430px;
  max-width: 760px;
  flex-direction: column;
  justify-content: center;
  padding: 34px clamp(28px, 5vw, 70px) 38px;
}

.bts-hero-copy h1 {
  margin-bottom: 14px;
  color: #ffe06b;
  text-shadow: 0 0 14px rgba(255, 216, 77, 0.5), 0 0 38px rgba(255, 26, 36, 0.54), 0 4px 0 #000;
}

.bts-hero-copy .lead {
  margin: 0;
  max-width: 680px;
  color: #fff8e7;
}

.bts-hero-back {
  align-self: flex-start;
  margin: 0 0 42px;
  border-color: rgba(255, 216, 77, 0.46);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(7px);
}

.bts-archive-mark {
  align-self: flex-start;
  margin: 20px 0 0;
  padding: 7px 10px;
  border-left: 3px solid var(--red);
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.58);
}

.bts-page .bts-intro-strip {
  gap: 12px;
  margin: 0 0 36px;
}

.bts-page .bts-intro-strip span {
  position: relative;
  overflow: hidden;
  min-height: 84px;
  border-color: rgba(255, 216, 77, 0.3);
  background: linear-gradient(135deg, rgba(105, 0, 11, 0.46), rgba(0, 0, 0, 0.78));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.bts-page .bts-intro-strip span:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red), var(--gold), transparent);
  box-shadow: 0 0 10px rgba(255, 26, 36, 0.38);
}

.bts-page .bts-intro-strip span:hover {
  border-color: rgba(255, 216, 77, 0.58);
  box-shadow: 0 0 20px rgba(255, 26, 36, 0.2), 0 16px 32px rgba(0, 0, 0, 0.42);
  transform: translateY(-2px);
}

.bts-section-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bts-section-heading:after {
  content: "";
  flex: 1;
  min-width: 40px;
  height: 8px;
  opacity: 0.62;
  background: repeating-linear-gradient(90deg, var(--red) 0 10px, transparent 10px 18px, rgba(255, 216, 77, 0.72) 18px 28px, transparent 28px 36px);
  box-shadow: 0 0 12px rgba(255, 26, 36, 0.28);
}

.bts-page .gallery-grid {
  perspective: 1000px;
}

.bts-page .gallery-card {
  position: relative;
  border-color: rgba(255, 26, 36, 0.58);
  background: linear-gradient(145deg, #090304, #020202 66%);
  box-shadow: 0 0 13px rgba(255, 26, 36, 0.25), 0 16px 34px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.05);
  transform-origin: center bottom;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.38s ease, scale 0.38s ease;
}

.bts-page .gallery-card:before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 216, 77, 0.13);
  border-radius: 3px;
}

.bts-page .gallery-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  z-index: 3;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--red), var(--gold), var(--red), transparent);
  box-shadow: 0 0 12px rgba(255, 26, 36, 0.48);
}

.bts-page .gallery-card:hover {
  border-color: rgba(255, 216, 77, 0.82);
  box-shadow: 0 0 24px rgba(255, 26, 36, 0.4), 0 24px 42px rgba(0, 0, 0, 0.58);
  transform: translateY(-5px) rotateX(1.4deg);
}

.bts-page .gallery-card span {
  position: relative;
  z-index: 1;
  min-height: 48px;
  background: linear-gradient(90deg, rgba(105, 0, 11, 0.38), rgba(0, 0, 0, 0.62));
}

.bts-page .bts-toolbar {
  position: relative;
  border-color: rgba(255, 216, 77, 0.3);
  background:
    linear-gradient(135deg, rgba(22, 0, 4, 0.9), rgba(0, 0, 0, 0.86)),
    repeating-linear-gradient(90deg, transparent 0 46px, rgba(255, 216, 77, 0.04) 46px 47px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.08);
}

.bts-page .bts-toolbar:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--red), var(--gold), var(--red), transparent);
}

.bts-page .archive-filter {
  background: linear-gradient(180deg, rgba(28, 4, 7, 0.88), rgba(4, 4, 4, 0.9));
}

.bts-page .archive-filter:hover,
.bts-page .archive-filter.is-active {
  background: linear-gradient(135deg, rgba(124, 0, 14, 0.84), rgba(31, 7, 2, 0.94));
}

.gallery-card.reveal-ready {
  opacity: 0;
  scale: 0.975;
}

.gallery-card.reveal-ready.is-revealed {
  opacity: 1;
  scale: 1;
  transition-delay: var(--reveal-delay, 0ms);
}

.bts-intro-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 30px;
}

.bts-intro-strip span {
  min-height: 72px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 216, 77, 0.2);
  border-radius: 6px;
  color: var(--muted);
  background: linear-gradient(135deg, rgba(105, 0, 11, 0.28), rgba(0, 0, 0, 0.62));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
}

.bts-intro-strip strong {
  display: block;
  color: var(--gold);
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: clamp(22px, 3vw, 31px);
  line-height: 1.05;
}

.bts-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 10px;
  padding: 8px;
  border: 1px solid rgba(255, 216, 77, 0.16);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.52);
}

.archive-filter {
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 216, 77, 0.2);
  border-radius: 5px;
  color: var(--paper);
  font: 900 14px/1.2 Verdana, Arial, sans-serif;
  background: rgba(12, 12, 12, 0.76);
  cursor: url("blood-cursor-realistic.png") 10 5, url("blood-cursor.png") 13 12, pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.archive-filter:hover,
.archive-filter.is-active {
  color: var(--gold-soft);
  border-color: rgba(255, 26, 36, 0.62);
  background: linear-gradient(135deg, rgba(105, 0, 11, 0.64), rgba(25, 7, 3, 0.82));
  box-shadow: 0 0 16px rgba(255, 26, 36, 0.26), inset 0 1px rgba(255, 255, 255, 0.08);
}

.bts-status {
  margin: 10px 2px 0;
  color: var(--muted);
  font-size: 14px;
}

.archive-card img {
  object-fit: contain;
  background: #020202;
}

.archive-card[hidden] {
  display: none;
}

.gallery-viewer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(44px, 84px) minmax(0, 1fr) minmax(44px, 84px);
  align-items: center;
  gap: clamp(6px, 2vw, 22px);
  padding: clamp(12px, 3vw, 34px);
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(14px);
}

.gallery-viewer[hidden] {
  display: none;
}

.gallery-viewer figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
  height: min(90svh, 960px);
  margin: 0;
}

.gallery-viewer img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  border: 1px solid rgba(255, 26, 36, 0.7);
  border-radius: 6px;
  background: #000;
  box-shadow: 0 0 26px rgba(255, 26, 36, 0.34), 0 26px 60px rgba(0, 0, 0, 0.66);
}

.gallery-viewer figcaption {
  color: var(--gold-soft);
  text-align: center;
  font-weight: 900;
  text-shadow: 0 2px 0 #000;
}

.viewer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 216, 77, 0.46);
  border-radius: 50%;
  color: var(--gold);
  font: 900 34px/1 Arial, sans-serif;
  background: rgba(16, 0, 3, 0.86);
  box-shadow: 0 0 18px rgba(255, 26, 36, 0.32);
  cursor: url("blood-cursor-realistic.png") 10 5, url("blood-cursor.png") 13 12, pointer;
}

.viewer-button:hover {
  color: #fff;
  border-color: var(--gold);
  box-shadow: 0 0 26px rgba(255, 26, 36, 0.52);
}

.viewer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.viewer-next {
  justify-self: end;
}

body.viewer-open {
  overflow: hidden;
}

.news-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.news-item time {
  display: block;
  color: #ff7b70;
  font-weight: 900;
  margin-bottom: 7px;
}

.news-item p {
  margin: 0;
}

.link-grid {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.quote-panel {
  border-color: rgba(255, 216, 77, 0.28);
  color: #fff0a7;
  font-style: italic;
}

.magazine-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.trailer-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid rgba(255, 26, 36, 0.68);
  border-radius: 7px;
  background: #000;
  box-shadow: 0 0 16px rgba(255, 26, 36, 0.42), 0 20px 48px rgba(0, 0, 0, 0.58);
}

.trailer-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.trailer-frame.launch-only iframe {
  display: none;
}

.trailer-launch {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.48)), url("AoD-Theatrical-Poster.jpg") center / cover no-repeat;
}

.trailer-launch[hidden] {
  display: none;
}

.trailer-launch-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(255, 216, 77, 0.18), transparent 28%), radial-gradient(circle at 50% 55%, rgba(255, 26, 36, 0.24), transparent 38%);
}

.trailer-launch-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 6px;
  border: 1px solid rgba(255, 216, 77, 0.7);
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(255, 216, 77, 0.22), rgba(255, 26, 36, 0.36));
  box-shadow: 0 0 22px rgba(255, 26, 36, 0.54);
}

.trailer-launch-button:before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
}

.section-footer {
  margin-top: 26px;
  text-align: center;
}

@media (max-width: 860px) {
  .topbar {
    align-items: flex-start;
    gap: 10px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero-stage,
  .split-layout,
  .magazine-pair {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: auto;
  }

  .poster-frame {
    max-width: 420px;
    margin: 0 auto;
  }

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

  .gallery-card img {
    height: 178px;
  }

  .bts-hero-media {
    grid-template-columns: 1.35fr 1fr;
  }

  .bts-hero-media img:nth-child(3) {
    display: none;
  }

  .bts-hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0, rgba(0, 0, 0, 0.82) 54%, rgba(8, 0, 2, 0.46) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(17, 0, 4, 0.46) 70%, rgba(0, 0, 0, 0.8));
  }

  body {
    background-attachment: scroll;
  }
}

@media (max-width: 540px) {
  .hero-shell,
  .page-shell,
  .topbar {
    width: calc(100vw - 16px);
  }

  .topbar {
    position: relative;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
  }

  .nav-link {
    padding: 9px 10px;
    font-size: 14px;
  }

  .hero-stage,
  .content-panel {
    padding: 18px;
  }

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

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

  .gallery-card img {
    height: 230px;
  }

  .bts-page .content-panel {
    --bts-panel-pad: 18px;
  }

  .bts-hero-banner,
  .bts-hero-copy {
    min-height: 500px;
  }

  .bts-hero-media {
    grid-template-columns: 1fr;
  }

  .bts-hero-media img:not(:first-child) {
    display: none;
  }

  .bts-hero-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(5, 0, 1, 0.62) 44%, rgba(0, 0, 0, 0.97) 84%);
  }

  .bts-hero-copy {
    justify-content: flex-end;
    padding: 92px 22px 34px;
  }

  .bts-hero-back {
    position: absolute;
    top: 26px;
    left: 22px;
    margin: 0;
  }

  .bts-section-heading {
    gap: 10px;
  }

  .bts-section-heading:after {
    min-width: 28px;
  }

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

  .archive-filter {
    flex: 1 1 calc(50% - 8px);
  }

  .gallery-viewer {
    display: block;
    padding: 56px 8px 10px;
  }

  .gallery-viewer figure {
    height: calc(100svh - 72px);
  }

  .viewer-button {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .viewer-close {
    top: 7px;
    right: 7px;
  }

  .viewer-prev,
  .viewer-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
  }

  .viewer-prev {
    left: 4px;
  }

  .viewer-next {
    right: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Image-led home experience: scenes and characters replace decorative line work. */
.home-page .hero-stage {
  min-height: clamp(620px, calc(100svh - 124px), 760px);
  background: #030303;
  border-color: rgba(255, 216, 77, 0.34);
}

.home-page .hero-stage:before,
.home-page .hero-stage:after {
  display: none;
}

.home-page .hero-stage > .hero-reel,
.home-page .hero-stage > .hero-reel-shade {
  position: absolute;
  inset: 0;
}

.home-page .hero-stage > .hero-reel {
  z-index: 0;
  overflow: hidden;
  background: #020202;
}

.hero-reel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  scale: 1.02;
  filter: saturate(1.12) contrast(1.08) brightness(0.86);
  transition: opacity 1s ease, scale 7s ease, filter 1s ease;
}

.hero-reel img.is-active {
  opacity: 1;
  scale: 1.08;
  filter: saturate(1.2) contrast(1.1) brightness(0.92);
}

.home-page .hero-stage > .hero-reel-shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.97) 0, rgba(0, 0, 0, 0.9) 38%, rgba(3, 0, 1, 0.52) 68%, rgba(0, 0, 0, 0.26) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(38, 0, 7, 0.2) 56%, rgba(0, 0, 0, 0.82));
}

.home-page .hero-copy,
.home-page .poster-frame {
  z-index: 2;
}

.home-page .hero-copy {
  max-width: 680px;
}

.hero-reel-controls {
  display: flex;
  gap: 9px;
  margin-top: 22px;
}

.hero-reel-controls button {
  position: relative;
  width: 72px;
  height: 46px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 77, 0.28);
  border-radius: 5px;
  background: #050505;
  opacity: 0.64;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.42);
  cursor: url("blood-cursor-realistic.png") 10 5, url("blood-cursor.png") 13 12, pointer;
  transition: opacity 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.hero-reel-controls button:after {
  content: "";
  position: absolute;
  inset: 4px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
}

.hero-reel-controls button:hover,
.hero-reel-controls button:focus-visible,
.hero-reel-controls button.is-active {
  opacity: 1;
  border-color: rgba(255, 216, 77, 0.84);
  box-shadow: 0 0 17px rgba(255, 26, 36, 0.48), 0 8px 18px rgba(0, 0, 0, 0.46);
  outline: none;
}

.hero-reel-controls img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
  transition: scale 0.3s ease, filter 0.3s ease;
}

.hero-reel-controls button:hover img,
.hero-reel-controls button:focus-visible img,
.hero-reel-controls button.is-active img {
  scale: 1.06;
  filter: saturate(1.22) contrast(1.1) brightness(1.05);
}

.home-page .hero-stamp {
  margin-top: 18px;
}

.home-chapters,
.home-cast {
  position: relative;
  padding: clamp(42px, 6vw, 72px) clamp(8px, 2vw, 24px);
}

.home-cast {
  padding-top: clamp(22px, 4vw, 48px);
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(300px, 1.15fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.home-section-heading .eyebrow {
  margin-bottom: 8px;
}

.home-section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1;
}

.home-section-heading > p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 20px);
}

.home-chapters .quick-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.home-page .quick-grid a {
  display: grid;
  grid-template-columns: minmax(125px, 0.78fr) minmax(0, 1.22fr);
  min-height: 170px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(255, 216, 77, 0.24);
  background: linear-gradient(145deg, rgba(30, 0, 5, 0.82), rgba(0, 0, 0, 0.9));
  backdrop-filter: none;
}

.home-page .quick-grid a:after {
  content: none;
}

.quick-scene-image {
  width: 100%;
  height: 100%;
  min-height: 170px;
  display: block;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.08) brightness(0.82);
  transition: scale 0.36s ease, filter 0.36s ease;
}

.quick-scene-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(16px, 2.5vw, 26px);
}

.home-page .quick-grid .quick-scene-copy span {
  margin-bottom: 8px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.05;
}

.home-page .quick-grid .quick-scene-copy small {
  font-size: 14px;
}

.home-page .quick-grid a:hover,
.home-page .quick-grid a:focus-visible {
  border-color: rgba(255, 216, 77, 0.72);
  box-shadow: 0 0 23px rgba(255, 26, 36, 0.34), inset 0 1px rgba(255, 255, 255, 0.08);
  transform: none;
  outline: none;
}

.home-page .quick-grid a:hover .quick-scene-image,
.home-page .quick-grid a:focus-visible .quick-scene-image {
  scale: 1.04;
  filter: saturate(1.2) contrast(1.1) brightness(0.98);
}

.home-cast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-character-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 77, 0.22);
  border-radius: 6px;
  color: var(--paper);
  text-decoration: none;
  background: #030303;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.52), 0 0 15px rgba(255, 26, 36, 0.14);
  isolation: isolate;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-character-card > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.08) brightness(0.82);
  transition: scale 0.55s ease, filter 0.4s ease;
}

.home-character-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, 0.22) 48%, rgba(0, 0, 0, 0.97) 100%);
}

.home-character-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  min-height: 176px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(20px, 3vw, 30px);
}

.home-character-copy small,
.home-trailer-copy small {
  color: #ff756b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-character-copy strong {
  margin: 6px 0 8px;
  color: var(--gold);
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: clamp(25px, 3.2vw, 38px);
  line-height: 1;
  text-shadow: 0 0 13px rgba(255, 26, 36, 0.42), 0 2px 0 #000;
}

.home-character-copy > span {
  color: rgba(255, 244, 215, 0.84);
  font-size: 15px;
  line-height: 1.5;
}

.home-character-card:hover,
.home-character-card:focus-visible {
  border-color: rgba(255, 216, 77, 0.8);
  box-shadow: 0 0 26px rgba(255, 26, 36, 0.38), 0 24px 46px rgba(0, 0, 0, 0.6);
  outline: none;
}

.home-character-card:hover > img,
.home-character-card:focus-visible > img {
  scale: 1.05;
  filter: saturate(1.2) contrast(1.1) brightness(0.98);
}

.home-trailer-callout {
  position: relative;
  display: flex;
  min-height: 280px;
  align-items: center;
  margin-top: 16px;
  padding: clamp(28px, 5vw, 62px);
  overflow: hidden;
  border: 1px solid rgba(255, 216, 77, 0.24);
  border-radius: 6px;
  color: var(--paper);
  text-decoration: none;
  background: #030303;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.56);
  isolation: isolate;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-trailer-callout > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 57%;
  filter: saturate(1.08) contrast(1.08) brightness(0.78);
  transition: scale 0.6s ease, filter 0.4s ease;
}

.home-trailer-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.76) 56%, rgba(0, 0, 0, 0.18));
}

.home-trailer-copy {
  display: flex;
  max-width: 700px;
  flex-direction: column;
}

.home-trailer-copy strong {
  margin: 8px 0 10px;
  color: var(--gold);
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: clamp(28px, 4.4vw, 50px);
  line-height: 1.02;
  text-shadow: 0 0 15px rgba(255, 216, 77, 0.34), 0 0 28px rgba(255, 26, 36, 0.4), 0 3px 0 #000;
}

.home-trailer-copy > span {
  color: rgba(255, 244, 215, 0.88);
  font-size: clamp(16px, 1.8vw, 20px);
}

.home-play-icon {
  position: absolute;
  right: clamp(26px, 5vw, 66px);
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 216, 77, 0.72);
  border-radius: 50%;
  background: rgba(60, 0, 8, 0.78);
  box-shadow: 0 0 24px rgba(255, 26, 36, 0.48), inset 0 1px rgba(255, 255, 255, 0.14);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.home-play-icon:before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--gold);
}

.home-trailer-callout:hover,
.home-trailer-callout:focus-visible {
  border-color: rgba(255, 216, 77, 0.82);
  box-shadow: 0 0 28px rgba(255, 26, 36, 0.4), 0 26px 50px rgba(0, 0, 0, 0.62);
  outline: none;
}

.home-trailer-callout:hover > img,
.home-trailer-callout:focus-visible > img {
  scale: 1.035;
  filter: saturate(1.2) contrast(1.1) brightness(0.9);
}

.home-trailer-callout:hover .home-play-icon,
.home-trailer-callout:focus-visible .home-play-icon {
  background: rgba(118, 0, 14, 0.9);
  box-shadow: 0 0 32px rgba(255, 26, 36, 0.62), inset 0 1px rgba(255, 255, 255, 0.16);
}

.cinematic-reveal-ready {
  transform: none;
  scale: 0.985;
}

.cinematic-reveal-ready.is-revealed {
  transform: none;
  scale: 1;
  transition: opacity 0.48s ease, scale 0.48s ease;
  transition-delay: var(--cinematic-reveal-delay, 0ms);
}

@media (max-width: 860px) {
  .home-page .hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 235px);
    min-height: 660px;
    padding: clamp(24px, 5vw, 42px);
  }

  .home-page .hero-stage > .hero-reel-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.82) 58%, rgba(0, 0, 0, 0.36)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(34, 0, 6, 0.3) 58%, rgba(0, 0, 0, 0.88));
  }

  .home-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-cast-grid {
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    overflow-x: auto;
    padding: 4px 2px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(255, 26, 36, 0.68) rgba(0, 0, 0, 0.4);
  }

  .home-character-card {
    min-height: 390px;
    scroll-snap-align: start;
  }
}

@media (max-width: 700px) {
  .home-page .hero-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-page .poster-frame {
    display: none;
  }

  .home-page .hero-stage > .hero-reel-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.9) 52%, rgba(0, 0, 0, 0.97));
  }

  .home-page .hero-copy {
    max-width: 100%;
  }

  .home-chapters,
  .home-cast {
    padding-right: 0;
    padding-left: 0;
  }

  .home-chapters .quick-grid {
    grid-template-columns: 1fr;
  }

  .home-cast-grid {
    grid-template-columns: 1fr;
    overflow: visible;
    padding: 0;
  }

  .home-character-card {
    min-height: 420px;
  }

  .home-trailer-callout {
    min-height: 360px;
    align-items: flex-end;
    padding: 26px 24px 30px;
  }

  .home-trailer-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.94) 64%);
  }

  .home-play-icon {
    top: 24px;
    right: 22px;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 540px) {
  .home-page .hero-stage {
    padding: 30px 18px;
  }

  .hero-reel-controls button {
    width: 64px;
    height: 42px;
  }

  .home-chapters,
  .home-cast {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .home-page .quick-grid a {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 154px;
  }

  .quick-scene-image {
    min-height: 154px;
  }

  .quick-scene-copy {
    padding: 15px;
  }

  .home-page .quick-grid .quick-scene-copy span {
    font-size: 20px;
  }

  .home-page .quick-grid .quick-scene-copy small {
    font-size: 13px;
  }

  .home-character-card {
    min-height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-reel img,
  .hero-reel-controls img,
  .quick-scene-image,
  .home-character-card > img,
  .home-trailer-callout > img,
  .home-play-icon {
    transition: none;
  }
}

/* Unified cinematic treatment for the complete Academy of Doom site. */
.home-page .hero-stage {
  background:
    repeating-linear-gradient(90deg, rgba(255, 216, 77, 0.82) 0 16px, rgba(35, 1, 6, 0.94) 16px 29px) top / 100% 10px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 216, 77, 0.82) 0 16px, rgba(35, 1, 6, 0.94) 16px 29px) bottom / 100% 10px no-repeat,
    linear-gradient(90deg, rgba(0, 0, 0, 0.97) 0, rgba(0, 0, 0, 0.88) 36%, rgba(7, 0, 2, 0.58) 68%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(40, 0, 7, 0.34) 58%, rgba(0, 0, 0, 0.84)),
    url("photos/Good_Guys.jpg") center / cover no-repeat;
  border-color: rgba(255, 216, 77, 0.38);
  box-shadow:
    0 34px 86px rgba(0, 0, 0, 0.74),
    0 0 44px rgba(255, 26, 36, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.12);
}

.home-page .hero-stage > * {
  position: relative;
  z-index: 1;
}

.home-page .hero-copy {
  max-width: 720px;
  padding: 14px 0;
}

.home-page .hero-copy h1 {
  max-width: 760px;
  color: #ffe36f;
  text-shadow: 0 0 16px rgba(255, 216, 77, 0.54), 0 0 42px rgba(255, 26, 36, 0.6), 0 4px 0 #000;
}

.hero-stamp,
.page-stamp {
  display: inline-flex;
  margin: 22px 0 0;
  padding: 8px 11px;
  border-left: 3px solid var(--red);
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.68);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.home-page .quick-grid {
  counter-reset: home-sections;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.home-page .quick-grid a {
  position: relative;
  min-height: 118px;
  padding: 17px 15px 15px 48px;
  border-color: rgba(255, 216, 77, 0.26);
  background: linear-gradient(145deg, rgba(30, 0, 5, 0.76), rgba(0, 0, 0, 0.8));
  backdrop-filter: blur(7px);
}

.home-page .quick-grid a:after {
  counter-increment: home-sections;
  content: "0" counter(home-sections);
  position: absolute;
  top: 17px;
  left: 14px;
  color: rgba(255, 106, 97, 0.9);
  font: 900 13px/1 "Trebuchet MS", Verdana, sans-serif;
}

.home-page .poster-frame {
  background: #020202;
  transform: perspective(900px) rotateY(-2.5deg);
}

.home-page .poster-frame:hover {
  transform: perspective(900px) rotateY(0deg) translateY(-5px);
}

.cinematic-page {
  --banner-image: url("AoD.jpg");
  --banner-focus: center;
}

.trailer-page {
  --banner-image: url("photos/WW_Flamethrowers_2.jpg");
  --banner-focus: center 57%;
}

.about-page {
  --banner-image: url("photos/Torcha-Mil.JPG");
  --banner-focus: center 42%;
}

.production-page {
  --banner-image: url("Luctor%20Setup%20-cc.jpg");
  --banner-focus: center 45%;
}

.genre-page {
  --banner-image: url("photos/Good_Guys.jpg");
  --banner-focus: center 40%;
}

.gallery-page {
  --banner-image: url("photos/Mil-Melee.JPG");
  --banner-focus: center 42%;
}

.news-page {
  --banner-image: url("Trophy-Presentation.jpg");
  --banner-focus: center 46%;
}

.review-page {
  --banner-image: url("photos/WW_Flamethrowers_1.jpg");
  --banner-focus: center 53%;
}

.links-page {
  --banner-image: url("photos/Good_Guys.jpg");
  --banner-focus: center 44%;
}

.contact-page {
  --banner-image: url("contact.jpg");
  --banner-focus: center;
}

.cinematic-page .content-panel {
  padding: 0;
  border-color: rgba(255, 216, 77, 0.28);
  background:
    linear-gradient(145deg, rgba(8, 8, 8, 0.97), rgba(18, 0, 4, 0.94)),
    repeating-linear-gradient(90deg, transparent 0 62px, rgba(255, 216, 77, 0.02) 62px 63px);
  backdrop-filter: none;
}

.cinematic-page .content-panel:before {
  opacity: 0.42;
}

.cinematic-banner {
  position: relative;
  min-height: clamp(390px, 48vw, 535px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 216, 77, 0.36);
  background: #060102;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.48), 0 8px 30px rgba(255, 26, 36, 0.12);
}

.cinematic-banner:before {
  content: "";
  position: absolute;
  inset: -14px;
  z-index: 0;
  background: var(--banner-image) var(--banner-focus) / cover no-repeat;
  filter: saturate(1.2) contrast(1.1) brightness(0.86);
  transform: scale(1.045) translate3d(var(--depth-x), var(--depth-y), 0);
  animation: cinematic-camera 18s ease-in-out infinite alternate;
}

.cinematic-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 216, 77, 0.84) 0 16px, rgba(39, 1, 7, 0.94) 16px 29px) top / 100% 10px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 216, 77, 0.84) 0 16px, rgba(39, 1, 7, 0.94) 16px 29px) bottom / 100% 10px no-repeat,
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0, rgba(0, 0, 0, 0.81) 38%, rgba(8, 0, 2, 0.42) 72%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(27, 0, 5, 0.24) 58%, rgba(0, 0, 0, 0.78));
}

@keyframes cinematic-camera {
  from { transform: scale(1.045) translate3d(var(--depth-x), var(--depth-y), 0); }
  to { transform: scale(1.095) translate3d(var(--depth-x), calc(var(--depth-y) - 5px), 0); }
}

.cinematic-banner-copy {
  position: relative;
  z-index: 2;
  width: min(850px, 100%);
  padding: clamp(34px, 6vw, 72px);
  animation: cinematic-copy-in 0.68s ease-out both;
}

@keyframes cinematic-copy-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.cinematic-banner .back-button {
  margin: 0 0 clamp(34px, 6vw, 62px);
  border-color: rgba(255, 216, 77, 0.48);
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.cinematic-banner h1 {
  max-width: 900px;
  margin-bottom: 14px;
  color: #ffe36f;
  font-size: clamp(40px, 7vw, 80px);
  line-height: 0.98;
  text-shadow: 0 0 14px rgba(255, 216, 77, 0.56), 0 0 38px rgba(255, 26, 36, 0.58), 0 4px 0 #000;
}

.cinematic-banner .lead {
  max-width: 760px;
  margin: 0;
  color: #fff8e8;
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.52;
}

.cinematic-body {
  position: relative;
  padding: clamp(24px, 4.5vw, 54px);
}

.cinematic-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(24px, 4.5vw, 54px);
  right: clamp(24px, 4.5vw, 54px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 26, 36, 0.62), rgba(255, 216, 77, 0.54), transparent);
}

.cinematic-body > :first-child {
  margin-top: 0;
}

.cinematic-reveal-ready {
  opacity: 0;
  transform: translateY(14px);
}

.cinematic-reveal-ready.is-revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.48s ease, transform 0.48s ease;
  transition-delay: var(--cinematic-reveal-delay, 0ms);
}

.cinematic-page .feature-image,
.cinematic-page .news-image,
.cinematic-page .magazine-pair figure {
  margin: 0;
}

.cinematic-page .feature-image {
  position: relative;
  border-color: rgba(255, 216, 77, 0.42);
}

.cinematic-page .feature-image:after,
.news-page .news-image:after {
  content: "";
  position: absolute;
  inset: 7px;
  pointer-events: none;
  border: 1px solid rgba(255, 216, 77, 0.16);
  border-radius: 3px;
}

.cinematic-page .text-flow p:first-child {
  margin-top: 0;
}

.about-page .split-layout,
.production-page .split-layout,
.genre-page .split-layout {
  align-items: center;
}

.gallery-page .gallery-grid {
  margin-top: 0;
  perspective: 1100px;
}

.gallery-page .gallery-card {
  position: relative;
  grid-template-rows: 250px auto;
  min-height: 310px;
  border-color: rgba(255, 26, 36, 0.62);
  background: linear-gradient(145deg, #0c0304, #020202 68%);
  box-shadow: 0 0 16px rgba(255, 26, 36, 0.24), 0 18px 38px rgba(0, 0, 0, 0.5);
}

.gallery-page .gallery-card:before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 216, 77, 0.14);
  border-radius: 3px;
}

.gallery-page .gallery-card:hover {
  transform: translateY(-6px) rotateX(1.2deg);
  box-shadow: 0 0 25px rgba(255, 26, 36, 0.36), 0 25px 46px rgba(0, 0, 0, 0.6);
}

.gallery-page .gallery-card img {
  height: 250px;
}

.gallery-page .gallery-card span {
  min-height: 58px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(105, 0, 11, 0.4), rgba(0, 0, 0, 0.66));
}

.trailer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
}

.trailer-card {
  position: relative;
  min-width: 0;
  padding: clamp(18px, 2.5vw, 28px);
  border: 1px solid rgba(255, 216, 77, 0.24);
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(35, 0, 6, 0.72), rgba(0, 0, 0, 0.88)),
    repeating-linear-gradient(90deg, transparent 0 44px, rgba(255, 216, 77, 0.03) 44px 45px);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.46), inset 0 1px rgba(255, 255, 255, 0.07);
}

.trailer-card:before {
  content: attr(data-reel);
  display: block;
  margin-bottom: 7px;
  color: #ff756b;
  font: 900 12px/1 "Trebuchet MS", Verdana, sans-serif;
  text-transform: uppercase;
}

.trailer-card h2 {
  min-height: 2.2em;
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
}

.trailer-page .trailer-frame {
  min-height: 0;
}

.news-page .news-list {
  position: relative;
  gap: 18px;
  margin: 0;
  padding-left: 34px;
}

.news-page .news-list:before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 10px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), var(--red) 20%, rgba(255, 26, 36, 0.24) 84%, transparent);
  box-shadow: 0 0 13px rgba(255, 26, 36, 0.44);
}

.news-page .news-item {
  position: relative;
  padding: 20px 21px;
  border-color: rgba(255, 216, 77, 0.22);
  background: linear-gradient(135deg, rgba(31, 0, 5, 0.72), rgba(0, 0, 0, 0.74));
}

.news-page .news-item:before {
  content: "";
  position: absolute;
  top: 27px;
  left: -30px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--deep-red);
  box-shadow: 0 0 14px rgba(255, 26, 36, 0.72);
}

.news-page .news-item:hover {
  border-color: rgba(255, 216, 77, 0.52);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4), 0 0 19px rgba(255, 26, 36, 0.18);
  transform: translateX(3px);
}

.news-page .press-gallery {
  display: grid;
  gap: 18px;
}

.news-page .news-image {
  position: relative;
  overflow: hidden;
}

.news-page .news-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(1.1) contrast(1.06);
}

.review-copy {
  width: min(860px, 100%);
  margin: 0 auto;
}

.review-meta {
  padding: 16px 18px;
  border-left: 3px solid var(--red);
  color: var(--gold-soft);
  background: linear-gradient(90deg, rgba(105, 0, 11, 0.48), rgba(0, 0, 0, 0.26));
}

.review-page .quote-panel {
  position: relative;
  margin: 32px 0;
  padding: clamp(24px, 4vw, 38px);
  border-color: rgba(255, 216, 77, 0.42);
  background: linear-gradient(135deg, rgba(90, 0, 10, 0.58), rgba(0, 0, 0, 0.74));
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.07);
}

.review-page .quote-panel:before {
  content: "\201C";
  position: absolute;
  top: -20px;
  left: 18px;
  color: rgba(255, 216, 77, 0.34);
  font: 900 84px/1 Georgia, serif;
}

.review-page .review-feature {
  width: min(820px, 100%);
  margin: 38px auto 0;
}

.links-page .link-grid {
  counter-reset: related-links;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

.links-page .link-card {
  position: relative;
  min-height: 130px;
  padding: 22px 56px 20px 22px;
  border-color: rgba(255, 216, 77, 0.26);
  background: linear-gradient(145deg, rgba(40, 0, 7, 0.74), rgba(0, 0, 0, 0.82));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.08);
}

.links-page .link-card:before {
  counter-increment: related-links;
  content: "0" counter(related-links);
  position: absolute;
  top: 20px;
  right: 18px;
  color: rgba(255, 106, 97, 0.66);
  font: 900 15px/1 "Trebuchet MS", Verdana, sans-serif;
}

.links-page .link-card:after {
  content: "\2197";
  position: absolute;
  right: 18px;
  bottom: 17px;
  color: var(--gold);
  font: 900 24px/1 Arial, sans-serif;
  transition: transform 0.2s ease;
}

.links-page .link-card:hover:after {
  transform: translate(2px, -2px);
}

.links-page .link-card span {
  font-size: clamp(18px, 2.2vw, 23px);
}

.contact-page .cinematic-body {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
}

.contact-page .hero-actions {
  margin: 0;
}

@media (max-width: 860px) {
  .home-page .hero-stage {
    background-position: top, bottom, center, center, 58% center;
  }

  .home-page .poster-frame {
    width: min(420px, 100%);
    transform: none;
  }

  .trailer-grid,
  .links-page .link-grid,
  .contact-page .cinematic-body {
    grid-template-columns: 1fr;
  }

  .trailer-card h2 {
    min-height: 0;
  }

  .cinematic-banner:after {
    background:
      repeating-linear-gradient(90deg, rgba(255, 216, 77, 0.84) 0 16px, rgba(39, 1, 7, 0.94) 16px 29px) top / 100% 10px no-repeat,
      repeating-linear-gradient(90deg, rgba(255, 216, 77, 0.84) 0 16px, rgba(39, 1, 7, 0.94) 16px 29px) bottom / 100% 10px no-repeat,
      linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.68) 65%, rgba(0, 0, 0, 0.34)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(21, 0, 4, 0.34) 48%, rgba(0, 0, 0, 0.84));
  }
}

@media (max-width: 540px) {
  .home-page .hero-stage {
    padding: 28px 18px;
    background-position: top, bottom, center, center, 52% center;
  }

  .home-page .quick-grid a {
    min-height: 100px;
  }

  .home-page .quick-grid {
    grid-template-columns: 1fr;
  }

  .cinematic-page .content-panel {
    padding: 0;
  }

  .cinematic-banner {
    min-height: 500px;
  }

  .cinematic-banner-copy {
    padding: 88px 20px 34px;
  }

  .cinematic-banner .back-button {
    position: absolute;
    top: 26px;
    left: 20px;
    margin: 0;
  }

  .cinematic-banner h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .cinematic-body {
    padding: 25px 18px 32px;
  }

  .cinematic-body:before {
    left: 18px;
    right: 18px;
  }

  .gallery-page .gallery-card {
    grid-template-rows: minmax(230px, 67vw) auto;
  }

  .gallery-page .gallery-card img {
    height: 100%;
  }

  .news-page .news-list {
    padding-left: 26px;
  }

  .news-page .news-list:before {
    left: 6px;
  }

  .news-page .news-item:before {
    left: -25px;
  }

  .links-page .link-card {
    min-height: 118px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-banner:before,
  .cinematic-banner-copy {
    animation: none;
  }
}

/* One shared hover language for every cinematic image surface. */
.cinematic-banner,
.bts-hero-banner,
.cinematic-page .feature-image,
.news-page .news-image,
.news-page .magazine-pair figure {
  transform-origin: center bottom;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.cinematic-banner:before,
.bts-hero-media img,
.cinematic-page .feature-image img,
.news-page .news-image img,
.news-page .magazine-pair img {
  transition: scale 0.34s ease, filter 0.34s ease;
}

@media (hover: hover) and (pointer: fine) {
  .cinematic-banner:hover,
  .bts-hero-banner:hover {
    border-color: rgba(255, 216, 77, 0.74);
    box-shadow: 0 0 26px rgba(255, 26, 36, 0.38), 0 28px 58px rgba(0, 0, 0, 0.58), inset 0 1px rgba(255, 255, 255, 0.1);
  }

  .cinematic-banner:hover:before {
    scale: 1.025;
    filter: saturate(1.28) contrast(1.12) brightness(0.94);
  }

  .bts-hero-banner:hover .bts-hero-media img {
    scale: 1.025;
    filter: saturate(1.3) contrast(1.14) brightness(0.92);
  }

  .cinematic-page .feature-image:hover,
  .news-page .news-image:hover,
  .news-page .magazine-pair figure:hover {
    z-index: 2;
    border-color: rgba(255, 216, 77, 0.82);
    box-shadow: 0 0 24px rgba(255, 26, 36, 0.42), 0 24px 44px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 216, 77, 0.12);
    transform: none;
  }

  .cinematic-page .feature-image:hover img,
  .news-page .news-image:hover img,
  .news-page .magazine-pair figure:hover img {
    scale: 1.025;
    filter: saturate(1.22) contrast(1.1) brightness(1.04);
  }

  .bts-page .gallery-card:hover,
  .gallery-page .gallery-card:hover {
    border-color: rgba(255, 216, 77, 0.84);
    box-shadow: 0 0 24px rgba(255, 26, 36, 0.42), 0 24px 44px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 216, 77, 0.1);
    transform: none;
  }

  .bts-page .gallery-card:hover img,
  .gallery-page .gallery-card:hover img {
    filter: saturate(1.22) contrast(1.1) brightness(1.04);
    transform: scale(1.03);
  }

  .poster-frame:hover {
    transform: none;
  }

  .home-page .poster-frame:hover {
    transform: perspective(900px) rotateY(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-banner,
  .bts-hero-banner,
  .cinematic-banner:before,
  .bts-hero-media img,
  .cinematic-page .feature-image,
  .cinematic-page .feature-image img,
  .news-page .news-image,
  .news-page .news-image img,
  .news-page .magazine-pair figure,
  .news-page .magazine-pair img {
    transition: none;
  }
}

/* Keep the image-led home rules above the legacy home cascade. */
.home-page .hero-stage {
  min-height: clamp(620px, calc(100svh - 124px), 760px);
  background: #030303;
}

.home-page .hero-copy {
  z-index: 2;
  max-width: 680px;
  padding: 14px 0;
}

.home-page .poster-frame {
  z-index: 2;
}

.home-chapters .quick-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.home-page .quick-grid a {
  display: grid;
  grid-template-columns: minmax(125px, 0.78fr) minmax(0, 1.22fr);
  min-height: 170px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(255, 216, 77, 0.24);
  background: linear-gradient(145deg, rgba(30, 0, 5, 0.82), rgba(0, 0, 0, 0.9));
  backdrop-filter: none;
}

.home-page .quick-grid a:after {
  content: none;
}

.cinematic-reveal-ready {
  transform: none;
  scale: 0.985;
}

.cinematic-reveal-ready.is-revealed {
  transform: none;
  scale: 1;
  transition: opacity 0.48s ease, scale 0.48s ease;
  transition-delay: var(--cinematic-reveal-delay, 0ms);
}

@media (max-width: 860px) {
  .home-page .hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 235px);
    min-height: 660px;
    padding: clamp(24px, 5vw, 42px);
  }
}

@media (max-width: 700px) {
  .home-page .hero-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-page .poster-frame {
    display: none;
  }

  .home-chapters .quick-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .home-page .hero-stage {
    padding: 30px 18px;
  }

  .home-page .quick-grid a {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 154px;
  }
}

/* Complete scene-driven theme shared by the entire site. */
body.theme-ready:before {
  background:
    linear-gradient(180deg, rgba(255, 216, 77, 0.035), transparent 23%),
    linear-gradient(112deg, rgba(55, 0, 8, 0.18), transparent 42%, rgba(255, 26, 36, 0.055) 72%, transparent);
  opacity: 1;
  animation: none;
}

body.theme-ready:after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.66), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.72)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 32%, rgba(0, 0, 0, 0.62));
}

body.theme-ready.cinematic-page {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(18, 0, 4, 0.76) 48%, rgba(0, 0, 0, 0.94)),
    var(--banner-image) var(--banner-focus) / cover fixed no-repeat;
}

body.theme-ready.bts-page {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(18, 0, 4, 0.8) 52%, rgba(0, 0, 0, 0.96)),
    url("bts-photos/selections/photo-001.jpg") center 30% / cover fixed no-repeat;
}

.theme-ready .topbar {
  width: min(1240px, calc(100vw - 24px));
  gap: 11px;
  padding: 10px 0;
}

.theme-ready .topbar:before {
  inset: 4px -8px;
  border: 0;
  background: linear-gradient(100deg, rgba(3, 3, 3, 0.94), rgba(30, 0, 6, 0.88) 54%, rgba(3, 3, 3, 0.94));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.54), 0 0 28px rgba(255, 26, 36, 0.12);
}

.theme-ready .topbar:after,
.theme-ready .nav-link:before,
.theme-ready .command-link:before,
.theme-ready .back-button:before,
.theme-ready .inline-hotlink:before {
  content: none;
}

.theme-ready .brand-mark {
  width: auto;
  min-width: 190px;
  height: 48px;
  justify-content: flex-start;
  gap: 9px;
  padding: 4px 12px 4px 5px;
  border: 0;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 22px rgba(255, 26, 36, 0.22);
  text-decoration: none;
}

.theme-ready .brand-mark:hover {
  transform: none;
  border-color: transparent;
  background: rgba(52, 0, 8, 0.72);
  box-shadow: 0 0 26px rgba(255, 26, 36, 0.4);
}

.theme-ready .brand-mark img {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
}

.brand-title {
  display: grid;
  gap: 0;
  color: #fff6dc;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 11px rgba(255, 26, 36, 0.46);
}

.brand-title span {
  color: rgba(255, 244, 215, 0.76);
  font-size: 9px;
  font-weight: 800;
}

.brand-title strong {
  color: var(--gold);
  font-size: 18px;
}

.theme-ready .site-nav {
  gap: 5px;
}

.theme-ready .nav-link {
  padding: 10px 11px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.theme-ready .nav-link:hover,
.theme-ready .nav-link.is-active {
  transform: none;
  color: #fff4b4;
  background: linear-gradient(135deg, rgba(255, 26, 36, 0.24), rgba(105, 0, 11, 0.64));
  box-shadow: 0 0 19px rgba(255, 26, 36, 0.2), inset 0 0 0 1px rgba(255, 216, 77, 0.18);
}

.theme-ready .page-shell {
  width: min(1240px, calc(100vw - 24px));
  padding-top: 16px;
}

.theme-ready .page-shell.wide {
  width: min(1420px, calc(100vw - 24px));
}

.cinematic-page .content-panel,
.bts-page .content-panel {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(3, 3, 3, 0.92);
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.72), 0 0 42px rgba(255, 26, 36, 0.14);
}

.cinematic-page .content-panel:before,
.cinematic-page .content-panel:after,
.bts-page .content-panel:before,
.bts-page .content-panel:after {
  content: none;
}

.cinematic-banner {
  min-height: clamp(440px, 56vw, 620px);
  border: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
}

.cinematic-banner:before {
  inset: -20px;
  filter: saturate(1.27) contrast(1.12) brightness(0.85);
}

.cinematic-banner:after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0, rgba(0, 0, 0, 0.72) 42%, rgba(8, 0, 2, 0.28) 76%, rgba(0, 0, 0, 0.16)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(20, 0, 4, 0.18) 54%, rgba(0, 0, 0, 0.9));
}

.cinematic-banner-copy {
  width: min(900px, 100%);
  padding: clamp(38px, 6vw, 76px);
}

.cinematic-banner .back-button,
.bts-hero-back {
  border: 0;
  color: #fff0a7;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 1px rgba(255, 216, 77, 0.22), 0 10px 25px rgba(0, 0, 0, 0.34);
}

.cinematic-banner h1,
.bts-hero-copy h1 {
  color: #ffe36f;
  text-wrap: balance;
  text-shadow: 0 0 16px rgba(255, 216, 77, 0.52), 0 0 44px rgba(255, 26, 36, 0.58), 0 4px 0 #000;
}

.cinematic-banner .lead,
.bts-hero-copy .lead {
  color: #fff8e8;
  text-wrap: pretty;
}

.page-stamp,
.bts-archive-mark,
.hero-stamp {
  border: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 1px rgba(255, 216, 77, 0.13), 0 10px 20px rgba(0, 0, 0, 0.3);
}

.cinematic-body {
  padding: clamp(30px, 5vw, 64px);
  background:
    linear-gradient(145deg, rgba(20, 0, 4, 0.56), transparent 42%),
    #050505;
}

.cinematic-body:before {
  content: none;
}

.cinematic-page .text-flow {
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.78;
}

.cinematic-page .text-flow p {
  color: rgba(255, 248, 232, 0.88);
}

.cinematic-page .feature-image,
.news-page .news-image,
.news-page .magazine-pair figure {
  border: 0;
  border-radius: 6px;
  background: #030303;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.54), 0 0 24px rgba(255, 26, 36, 0.18);
}

.cinematic-page .feature-image:after,
.news-page .news-image:after,
.gallery-page .gallery-card:before,
.bts-page .gallery-card:before {
  content: none;
}

.trailer-card {
  border: 0;
  background: linear-gradient(145deg, rgba(47, 0, 8, 0.72), rgba(0, 0, 0, 0.94));
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.54), 0 0 24px rgba(255, 26, 36, 0.12);
}

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

.news-page .news-list:before,
.news-page .news-item:before {
  content: none;
}

.news-page .news-item {
  min-height: 170px;
  padding: 24px;
  border: 0;
  border-radius: 6px;
  background:
    linear-gradient(140deg, rgba(90, 0, 12, 0.54), rgba(7, 7, 7, 0.93) 66%),
    #080808;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}

.news-page .news-item:hover {
  transform: none;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.5), 0 0 22px rgba(255, 26, 36, 0.2);
}

.review-meta {
  border: 0;
  border-radius: 5px;
  background: linear-gradient(100deg, rgba(105, 0, 11, 0.56), rgba(0, 0, 0, 0.32));
}

.review-page .quote-panel {
  border: 0;
  background: linear-gradient(135deg, rgba(90, 0, 10, 0.64), rgba(0, 0, 0, 0.82));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.48), 0 0 24px rgba(255, 26, 36, 0.12);
}

.links-page .link-card {
  min-height: 180px;
  overflow: hidden;
  border: 0;
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.48);
}

.links-page .link-card:nth-child(3n + 1) {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(30, 0, 6, 0.7)), url("photos/Good_Guys.jpg");
}

.links-page .link-card:nth-child(3n + 2) {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(30, 0, 6, 0.7)), url("photos/Bad_Guys.jpg");
}

.links-page .link-card:nth-child(3n) {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(30, 0, 6, 0.7)), url("photos/Torcha-Mil.JPG");
}

.links-page .link-card:hover {
  transform: none;
  background-size: 106%;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.56), 0 0 24px rgba(255, 26, 36, 0.24);
}

.bts-hero-banner {
  min-height: clamp(500px, 58vw, 680px);
  border: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
}

.bts-hero-banner:before,
.bts-hero-banner:after {
  content: none;
}

.bts-hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.56) 58%, rgba(0, 0, 0, 0.14)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), transparent 48%, rgba(0, 0, 0, 0.9));
}

.bts-page .bts-intro-strip {
  gap: 10px;
  padding: 22px clamp(18px, 4vw, 52px);
  border: 0;
  background: #050505;
}

.bts-page .bts-intro-strip span {
  border: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(62, 0, 9, 0.72), rgba(0, 0, 0, 0.82));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
}

.bts-page .bts-intro-strip span:after,
.bts-section-heading:after,
.bts-page .bts-toolbar:after {
  content: none;
}

.bts-section-heading {
  margin: 46px clamp(18px, 4vw, 52px) 20px;
  padding: 0;
}

.bts-page .gallery-grid,
.bts-page .bts-toolbar,
.bts-page .bts-status {
  margin-left: clamp(18px, 4vw, 52px);
  margin-right: clamp(18px, 4vw, 52px);
}

.bts-page .gallery-card,
.gallery-page .gallery-card {
  border: 0;
  background: #050505;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.48), 0 0 17px rgba(255, 26, 36, 0.16);
}

.bts-page .bts-toolbar {
  border: 0;
  background: rgba(0, 0, 0, 0.74);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
}

.chapter-explore {
  padding: clamp(38px, 6vw, 72px);
  background:
    linear-gradient(125deg, rgba(60, 0, 9, 0.42), transparent 43%),
    #080808;
}

.chapter-explore-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.chapter-explore-heading .eyebrow {
  margin-bottom: 7px;
}

.chapter-explore-heading h2 {
  margin: 0;
  font-size: clamp(30px, 5vw, 54px);
  text-wrap: balance;
}

.chapter-explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.chapter-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 6px;
  color: #fff7e2;
  background: #070707;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.52);
  text-decoration: none;
  isolation: isolate;
}

.chapter-card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.9) 87%);
}

.chapter-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.07) brightness(0.82);
  transition: transform 0.45s ease, filter 0.35s ease;
}

.chapter-card-copy {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 5px 14px;
}

.chapter-card-copy small {
  grid-column: 1 / -1;
  color: #ff7b70;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.chapter-card-copy strong {
  color: #ffe36f;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.04;
  text-shadow: 0 3px 12px #000;
}

.chapter-card-copy > span {
  color: #fff0a7;
  font-size: 28px;
  line-height: 1;
}

.chapter-card:hover,
.chapter-card:focus-visible {
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.58), 0 0 26px rgba(255, 26, 36, 0.34);
  outline: 1px solid rgba(255, 216, 77, 0.48);
}

.chapter-card:hover > img,
.chapter-card:focus-visible > img {
  transform: scale(1.045);
  filter: saturate(1.2) contrast(1.1) brightness(0.96);
}

@media (max-width: 980px) {
  .theme-ready .brand-mark {
    min-width: 48px;
    padding-right: 5px;
  }

  .brand-title {
    display: none;
  }

  .theme-ready .nav-link {
    padding: 9px 8px;
    font-size: 13px;
  }

  .chapter-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chapter-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body.theme-ready.cinematic-page,
  body.theme-ready.bts-page {
    background-attachment: scroll;
  }

  .theme-ready .topbar {
    align-items: flex-start;
  }

  .theme-ready .site-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 2px 2px 7px;
    scrollbar-width: thin;
  }

  .theme-ready .nav-link {
    padding: 9px 10px;
  }

  .cinematic-banner,
  .bts-hero-banner {
    min-height: 540px;
  }

  .cinematic-banner-copy,
  .bts-hero-copy {
    padding: 90px 22px 36px;
  }

  .news-page .news-list,
  .chapter-explore-grid {
    grid-template-columns: 1fr;
  }

  .chapter-card:last-child {
    grid-column: auto;
  }

  .chapter-explore {
    padding: 38px 18px 46px;
  }

  .chapter-card {
    min-height: 230px;
  }

  .bts-page .bts-intro-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .theme-ready .topbar {
    width: calc(100vw - 16px);
  }

  .theme-ready .page-shell,
  .theme-ready .page-shell.wide {
    width: calc(100vw - 16px);
  }

  .cinematic-banner h1,
  .bts-hero-copy h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .cinematic-body {
    padding: 28px 18px 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chapter-card > img {
    transition: none;
  }
}

/* Persistent site theme option. */
.theme-control {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  gap: 2px;
  min-width: 108px;
  padding: 4px 7px 5px;
  border-radius: 6px;
  color: rgba(255, 244, 215, 0.72);
  background: rgba(0, 0, 0, 0.54);
  box-shadow: inset 0 0 0 1px rgba(255, 216, 77, 0.13);
}

.theme-control-label {
  padding-left: 2px;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.theme-select {
  width: 100%;
  min-height: 25px;
  padding: 2px 22px 2px 4px;
  border: 0;
  border-radius: 4px;
  color: var(--gold);
  font: 900 11px/1.1 Verdana, Arial, sans-serif;
  background: rgba(76, 0, 11, 0.78);
  outline: none;
}

.theme-select:hover,
.theme-select:focus-visible {
  color: #fff7d0;
  background: rgba(112, 0, 16, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 216, 77, 0.4), 0 0 16px rgba(255, 26, 36, 0.24);
}

.theme-select option {
  color: #fff;
  background: #130004;
}

html[data-site-theme="silver"] {
  --gold: #eef2f5;
  --gold-soft: #ffffff;
  --red: #e0182d;
  --deep-red: #50000a;
  --ember: #f36b77;
  --paper: #f4f6f8;
  --muted: rgba(235, 240, 244, 0.78);
}

html[data-site-theme="silver"] body.theme-ready:before {
  background:
    linear-gradient(180deg, rgba(238, 242, 245, 0.055), transparent 24%),
    linear-gradient(112deg, rgba(73, 0, 11, 0.18), transparent 45%, rgba(224, 24, 45, 0.06) 76%, transparent);
}

html[data-site-theme="silver"] .topbar:before {
  background: linear-gradient(100deg, rgba(4, 5, 6, 0.96), rgba(31, 2, 7, 0.91) 56%, rgba(4, 5, 6, 0.96));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.6), 0 0 28px rgba(224, 24, 45, 0.14);
}

html[data-site-theme="silver"] .brand-title strong,
html[data-site-theme="silver"] .nav-link,
html[data-site-theme="silver"] .command-link,
html[data-site-theme="silver"] .back-button,
html[data-site-theme="silver"] .inline-hotlink,
html[data-site-theme="silver"] h1,
html[data-site-theme="silver"] h2,
html[data-site-theme="silver"] .cinematic-banner h1,
html[data-site-theme="silver"] .bts-hero-copy h1,
html[data-site-theme="silver"] .home-page .hero-copy h1,
html[data-site-theme="silver"] .chapter-card-copy strong,
html[data-site-theme="silver"] .home-character-copy strong,
html[data-site-theme="silver"] .home-trailer-copy strong {
  color: #f3f6f8;
}

html[data-site-theme="silver"] h1,
html[data-site-theme="silver"] .cinematic-banner h1,
html[data-site-theme="silver"] .bts-hero-copy h1,
html[data-site-theme="silver"] .home-page .hero-copy h1 {
  text-shadow: 0 0 14px rgba(244, 248, 250, 0.42), 0 0 42px rgba(224, 24, 45, 0.5), 0 4px 0 #000;
}

html[data-site-theme="silver"] .eyebrow,
html[data-site-theme="silver"] .chapter-card-copy small,
html[data-site-theme="silver"] .trailer-card:before {
  color: #ff6676;
}

html[data-site-theme="silver"] .nav-link:hover,
html[data-site-theme="silver"] .nav-link.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(224, 24, 45, 0.28), rgba(71, 0, 10, 0.72));
  box-shadow: 0 0 19px rgba(224, 24, 45, 0.22), inset 0 0 0 1px rgba(238, 242, 245, 0.2);
}

html[data-site-theme="silver"] .theme-control {
  color: rgba(238, 242, 245, 0.72);
  box-shadow: inset 0 0 0 1px rgba(238, 242, 245, 0.18);
}

html[data-site-theme="silver"] .theme-select {
  color: #f3f6f8;
  background: rgba(61, 2, 11, 0.88);
}

html[data-site-theme="silver"] .cinematic-banner:before,
html[data-site-theme="silver"] .bts-hero-media img,
html[data-site-theme="silver"] .hero-reel-slide img {
  filter: saturate(0.74) contrast(1.14) brightness(0.84);
}

html[data-site-theme="silver"] .cinematic-body,
html[data-site-theme="silver"] .chapter-explore {
  background:
    linear-gradient(145deg, rgba(52, 1, 9, 0.44), transparent 43%),
    #050607;
}

html[data-site-theme="silver"] .page-stamp,
html[data-site-theme="silver"] .bts-archive-mark,
html[data-site-theme="silver"] .hero-stamp {
  color: #eef2f5;
  box-shadow: 0 0 0 1px rgba(238, 242, 245, 0.16), 0 10px 20px rgba(0, 0, 0, 0.34);
}

@media (max-width: 1180px) {
  .theme-ready .brand-mark {
    min-width: 48px;
    padding-right: 5px;
  }

  .brand-title {
    display: none;
  }

  .theme-control {
    min-width: 91px;
  }
}

@media (max-width: 760px) {
  .theme-control {
    min-width: 86px;
    padding: 4px 5px 5px;
  }

  .theme-control-label {
    display: none;
  }

  .theme-select {
    min-height: 32px;
    font-size: 10px;
  }
}

@media (max-width: 520px) {
  .theme-ready .topbar {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 82px;
    align-items: start;
  }

  .theme-ready .site-nav {
    grid-column: 2;
  }

  .theme-control {
    grid-column: 3;
    grid-row: 1;
  }
}

/* Refined cursor and text breathing room. */
body {
  cursor: url("blood-cursor-realistic.png") 10 5, url("blood-cursor.png") 13 12, auto;
}

a,
button,
iframe,
select,
label {
  cursor: url("blood-cursor-realistic.png") 10 5, url("blood-cursor.png") 13 12, pointer;
}

.home-page .hero-copy {
  padding-left: clamp(12px, 1.4vw, 22px);
}

.cinematic-banner-copy {
  padding-left: clamp(48px, 6.8vw, 88px);
}

.bts-hero-copy {
  padding-left: clamp(40px, 5.8vw, 82px);
}

@media (max-width: 700px) {
  .home-page .hero-copy {
    padding-left: 9px;
    padding-right: 5px;
  }

  .cinematic-banner-copy,
  .bts-hero-copy {
    padding-left: 29px;
    padding-right: 23px;
  }

  .cinematic-body {
    padding-left: 26px;
    padding-right: 22px;
  }

  .chapter-explore {
    padding-left: 25px;
    padding-right: 20px;
  }
}

@media (max-width: 420px) {
  .cinematic-banner-copy,
  .bts-hero-copy {
    padding-left: 26px;
    padding-right: 19px;
  }

  .cinematic-body {
    padding-left: 24px;
    padding-right: 19px;
  }
}

/* Cursor lighting and balanced outer page separation. */
.cursor-light {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 62px;
  height: 66px;
  pointer-events: none;
  opacity: 0;
  border-radius: 38% 62% 58% 42% / 34% 45% 55% 66%;
  background: radial-gradient(ellipse at 48% 48%, rgba(255, 62, 75, 0.34) 0, rgba(255, 18, 40, 0.2) 34%, rgba(143, 0, 15, 0.09) 53%, transparent 74%);
  filter: blur(7px);
  mix-blend-mode: screen;
  will-change: transform, opacity;
  transition: opacity 0.14s ease, filter 0.14s ease;
}

.cursor-light.is-visible {
  opacity: 0.9;
}

.cursor-light.is-interactive {
  filter: blur(6px) brightness(1.28);
}

.theme-ready .topbar,
.theme-ready .hero-shell,
.theme-ready .page-shell,
.theme-ready .page-shell.wide {
  width: min(1240px, calc(100vw - 56px));
}

.theme-ready .hero-shell {
  max-width: 1180px;
}

.theme-ready .page-shell.wide {
  max-width: 1420px;
}

@media (max-width: 760px) {
  .theme-ready .topbar,
  .theme-ready .hero-shell,
  .theme-ready .page-shell,
  .theme-ready .page-shell.wide {
    width: calc(100vw - 34px);
  }
}

@media (max-width: 420px) {
  .theme-ready .topbar,
  .theme-ready .hero-shell,
  .theme-ready .page-shell,
  .theme-ready .page-shell.wide {
    width: calc(100vw - 28px);
  }
}

@media (pointer: coarse) {
  .cursor-light {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cursor-light {
    transition: none;
  }
}

/* Keep the cursor lighting clearly visible over every movie scene. */
.cursor-light {
  z-index: 2147483646;
  width: 72px;
  height: 78px;
  border-radius: 34% 66% 60% 40% / 30% 43% 57% 70%;
  background: radial-gradient(ellipse at 46% 45%, rgba(255, 132, 142, 0.7) 0, rgba(255, 36, 57, 0.58) 22%, rgba(219, 0, 27, 0.36) 44%, rgba(126, 0, 15, 0.16) 60%, transparent 77%);
  box-shadow: 0 0 16px rgba(255, 20, 43, 0.52), 0 0 34px rgba(255, 0, 30, 0.34);
  filter: blur(4px);
  mix-blend-mode: normal;
}

.cursor-light:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  width: 34px;
  height: 42px;
  border-radius: 28% 72% 62% 38% / 24% 42% 58% 76%;
  background: radial-gradient(ellipse at 42% 38%, rgba(255, 225, 228, 0.54), rgba(255, 40, 61, 0.34) 34%, transparent 72%);
  filter: blur(3px);
  transform: rotate(-34deg);
}

.cursor-light.is-visible {
  opacity: 1;
}

.cursor-light.is-interactive {
  filter: blur(3px) brightness(1.35);
  box-shadow: 0 0 19px rgba(255, 51, 70, 0.68), 0 0 42px rgba(255, 0, 30, 0.46);
}

/* Maintain at least one centimeter between the site and each screen edge. */
.theme-ready .topbar,
.theme-ready .page-shell {
  width: min(1240px, calc(100vw - 2cm));
}

.theme-ready .hero-shell {
  width: min(1180px, calc(100vw - 2cm));
}

.theme-ready .page-shell.wide {
  width: min(1420px, calc(100vw - 2cm));
}

/* Shared film-universe links shown at the bottom of every AoD page. */
.aod-network-links {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 52px auto 28px;
  padding: 24px;
  border-top: 1px solid rgba(255, 216, 77, 0.42);
  border-bottom: 1px solid rgba(255, 26, 36, 0.34);
  background: linear-gradient(110deg, rgba(4, 4, 4, 0.94), rgba(35, 0, 6, 0.86), rgba(4, 4, 4, 0.94));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5), 0 0 22px rgba(255, 26, 36, 0.12);
}

.aod-network-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 17px;
}

.aod-network-heading .eyebrow {
  margin: 0 0 3px;
}

.aod-network-heading h2 {
  margin: 0;
  color: var(--gold);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  text-shadow: 0 0 12px rgba(255, 26, 36, 0.34);
}

.aod-network-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.aod-network-grid a {
  position: relative;
  display: grid;
  min-height: 108px;
  align-content: center;
  padding: 15px 46px 15px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 77, 0.24);
  border-radius: 6px;
  color: var(--paper);
  text-decoration: none;
  background: rgba(0, 0, 0, 0.56);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.aod-network-grid a:hover,
.aod-network-grid a:focus-visible {
  border-color: rgba(255, 216, 77, 0.72);
  background: rgba(74, 0, 10, 0.7);
  box-shadow: 0 0 20px rgba(255, 26, 36, 0.25), inset 0 1px rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  outline: none;
}

.aod-network-grid small,
.aod-network-grid strong {
  display: block;
  overflow-wrap: break-word;
}

.aod-network-grid small {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.aod-network-grid strong {
  color: var(--gold);
  font-size: 20px;
  line-height: 1.15;
}

.aod-network-grid a > span {
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--red);
  font-size: 27px;
  transform: translateY(-50%);
}

@media (max-width: 760px) {
  .aod-network-links {
    margin-top: 36px;
    padding: 18px;
  }

  .aod-network-grid {
    grid-template-columns: 1fr;
  }

  .aod-network-grid a {
    min-height: 84px;
  }
}
