/* ============================================================
   THE AWAKENING — MAX cinema polish
   ============================================================ */

:root {
  --aw-cyan: #00ffc8;
  --aw-cyan-dim: rgba(0, 255, 200, 0.14);
  --aw-ink: #040a08;
  --aw-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-film {
  background:
    radial-gradient(ellipse 100% 50% at 50% -8%, rgba(0, 70, 55, 0.28), transparent 50%),
    #000;
  color: #eef5f1;
  overflow-x: hidden;
}

/* —— Scroll progress —— */
.aw-scroll-progress {
  display: none;
}
.aw-scroll-progress i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #00a88a, #00ffc8 60%, #7dffe0);
  box-shadow: 0 0 12px rgba(0, 255, 200, 0.65);
  transition: width 0.05s linear;
}

/* —— Ambient content —— */
.aw-after-hero {
  position: relative;
  z-index: 1;
  background:
    linear-gradient(180deg, #000 0%, #030806 10%, #04100c 40%, #020504 70%, #000 100%);
}
.aw-after-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  mix-blend-mode: overlay;
  z-index: 0;
}
.aw-after-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 30% at 10% 20%, rgba(0, 255, 200, 0.04), transparent 50%),
    radial-gradient(ellipse 40% 25% at 90% 60%, rgba(0, 255, 200, 0.03), transparent 50%);
  z-index: 0;
}
.aw-after-hero > * { position: relative; z-index: 1; }

/* —— Nav —— */
.aw-nav {
  border-bottom: 1px solid transparent;
}
.aw-nav__brand img {
  height: 32px !important;
  max-width: min(260px, 48vw) !important;
  filter: drop-shadow(0 0 14px rgba(0, 255, 200, 0.45)) !important;
  transition: filter 0.3s, transform 0.3s var(--aw-ease);
}
.aw-nav__brand:hover img {
  filter: drop-shadow(0 0 20px rgba(0, 255, 200, 0.7)) !important;
  transform: scale(1.02);
}
.aw-nav__cta {
  position: relative;
  overflow: hidden;
  animation: awCtaPulse 3s ease-in-out infinite;
}
.aw-nav__cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.25) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.6s var(--aw-ease);
}
.aw-nav__cta:hover::after { transform: translateX(120%); }
@keyframes awCtaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.2); }
  50% { box-shadow: 0 0 28px 2px rgba(0, 255, 200, 0.35); }
}

/* —— Hero —— */
.aw-hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 28%;
  z-index: 15;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 10%, rgba(0,0,0,0.25) 45%, #000 100%);
}

/* —— Ticker —— */
body.page-film .cinema-ticker {
  border-top: 1px solid rgba(0, 255, 200, 0.14);
  border-bottom: 1px solid rgba(0, 255, 200, 0.1);
  background: linear-gradient(90deg, #000 0%, #051410 35%, #051410 65%, #000 100%);
  padding: 1rem 0;
  position: relative;
}
body.page-film .cinema-ticker::before,
body.page-film .cinema-ticker::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
body.page-film .cinema-ticker::before {
  left: 0;
  background: linear-gradient(90deg, #000, transparent);
}
body.page-film .cinema-ticker::after {
  right: 0;
  background: linear-gradient(270deg, #000, transparent);
}
body.page-film .cinema-ticker .track span {
  color: rgba(0, 255, 200, 0.82);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-shadow: 0 0 18px rgba(0, 255, 200, 0.25);
}

/* —— Facts —— */
body.page-film .aw-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  max-width: none;
  width: 100%;
  background: linear-gradient(90deg, rgba(0,255,200,0.06), rgba(0,255,200,0.28), rgba(0,255,200,0.06));
  border-bottom: 1px solid rgba(0, 255, 200, 0.16);
}
body.page-film .aw-facts > div {
  background: linear-gradient(180deg, #06120e 0%, #040a08 100%);
  padding: 1.55rem 1rem 1.4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: background 0.35s;
}
body.page-film .aw-facts > div:hover {
  background: linear-gradient(180deg, #0a1c16 0%, #06100c 100%);
}
body.page-film .aw-facts > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 80% at 50% 110%, rgba(0, 255, 200, 0.12), transparent 65%);
  pointer-events: none;
}
body.page-film .aw-facts > div::after {
  content: "";
  position: absolute;
  top: 0; left: 20%; right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,255,200,0.5), transparent);
  opacity: 0;
  transition: opacity 0.35s;
}
body.page-film .aw-facts > div:hover::after { opacity: 1; }
body.page-film .aw-facts b {
  display: block;
  font-family: var(--display), "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  letter-spacing: 0.06em;
  color: #f4faf7;
  line-height: 1;
  margin-bottom: 0.45rem;
  text-shadow: 0 0 30px rgba(0, 255, 200, 0.28);
  position: relative;
}
body.page-film .aw-facts span,
body.page-film .aw-facts a {
  font-family: var(--mono), "JetBrains Mono", monospace;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aw-cyan);
  text-decoration: none;
  position: relative;
}
body.page-film .aw-facts a:hover { color: #fff; text-shadow: 0 0 12px rgba(0,255,200,0.5); }

/* —— Sections —— */
body.page-film .sec.fd-section {
  padding-top: clamp(3.5rem, 8vw, 5.75rem);
  padding-bottom: clamp(3rem, 6.5vw, 5rem);
  position: relative;
}
body.page-film .sec.fd-section + .sec.fd-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(960px, calc(100% - 2rem));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 255, 200, 0.28), transparent);
}
body.page-film .eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
body.page-film .eyebrow.cyan::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--aw-cyan);
  box-shadow: 0 0 8px rgba(0, 255, 200, 0.6);
}
body.page-film .display {
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 0.94;
  letter-spacing: 0.02em;
  text-wrap: balance;
}
body.page-film .display em {
  color: var(--aw-cyan);
  font-style: normal;
  text-shadow: 0 0 48px rgba(0, 255, 200, 0.35);
}
body.page-film .body-text {
  font-size: 1.05rem;
  line-height: 1.78;
  color: #aebfb6;
  max-width: 48ch;
}

/* —— Trailer —— */
body.page-film .aw-trailer {
  padding-top: clamp(3.75rem, 8vw, 6rem) !important;
  background:
    radial-gradient(ellipse 80% 60% at 50% 15%, rgba(0, 255, 200, 0.09), transparent 55%),
    linear-gradient(180deg, #000 0%, #05110d 40%, #000 100%) !important;
}
body.page-film .aw-trailer .trailer-shell {
  position: relative;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(140deg, rgba(0,255,200,0.55), rgba(0,40,30,0.25) 40%, rgba(0,255,200,0.25));
  box-shadow:
    0 0 0 1px rgba(0, 255, 200, 0.1),
    0 40px 100px rgba(0, 0, 0, 0.6),
    0 0 80px rgba(0, 255, 200, 0.12);
  transition: box-shadow 0.45s var(--aw-ease), transform 0.45s var(--aw-ease);
}
body.page-film .aw-trailer .trailer-shell:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 0 1px rgba(0, 255, 200, 0.2),
    0 48px 110px rgba(0, 0, 0, 0.65),
    0 0 100px rgba(0, 255, 200, 0.18);
}
body.page-film .aw-trailer .trailer-frame {
  border-radius: 16px;
  border: none;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: none;
}
body.page-film .aw-trailer .trailer-frame img {
  transition: transform 0.9s var(--aw-ease), filter 0.5s;
  filter: brightness(0.48) saturate(0.9) contrast(1.08);
}
body.page-film .aw-trailer .trailer-shell:hover .trailer-frame img {
  transform: scale(1.04);
  filter: brightness(0.56) saturate(1.05) contrast(1.08);
}
body.page-film .aw-trailer .trailer-letterbox {
  position: absolute;
  left: 0; right: 0;
  height: 8%;
  background: #000;
  z-index: 2;
  pointer-events: none;
}
body.page-film .aw-trailer .trailer-letterbox.top { top: 0; }
body.page-film .aw-trailer .trailer-letterbox.bot { bottom: 0; }
body.page-film .aw-trailer .trailer-badge {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 4;
  font-family: "Orbitron", sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aw-cyan);
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 255, 200, 0.4);
  padding: 0.5rem 0.85rem;
  backdrop-filter: blur(10px);
  pointer-events: none;
  box-shadow: 0 0 20px rgba(0, 255, 200, 0.15);
}
body.page-film .aw-trailer .trailer-badge b {
  color: #fff;
  font-weight: 500;
  margin-left: 0.4rem;
}
body.page-film .aw-trailer .trailer-play span {
  width: 100px;
  height: 100px;
  font-size: 1.85rem;
  border-width: 2px;
  backdrop-filter: blur(8px);
  animation: awPlayRing 2.5s ease-in-out infinite;
}
@keyframes awPlayRing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.4), 0 0 36px rgba(0, 255, 200, 0.3); }
  50% { box-shadow: 0 0 0 16px rgba(0, 255, 200, 0), 0 0 50px rgba(0, 255, 200, 0.45); }
}
body.page-film .aw-trailer .trailer-meta { margin-top: 1.65rem; }
body.page-film .film-pills span {
  border-radius: 2px;
  border-color: rgba(0, 255, 200, 0.3);
  background: rgba(0, 255, 200, 0.07);
  padding: 0.48rem 0.85rem;
  letter-spacing: 0.15em;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}
body.page-film .film-pills span:hover {
  background: rgba(0, 255, 200, 0.14);
  border-color: rgba(0, 255, 200, 0.55);
  color: #fff;
}

/* —— Story —— */
body.page-film .film-story-copy .display { margin-bottom: 1.15rem; }
body.page-film .film-story-copy .body-text + .body-text { margin-top: 0.9rem; }
body.page-film .film-mini-stats {
  gap: 1.75rem;
  margin-top: 0.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(0, 255, 200, 0.12);
}
body.page-film .film-mini-stats b {
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  text-shadow: 0 0 32px rgba(0, 255, 200, 0.35);
}
body.page-film .film-poster-card {
  border-radius: 18px;
  border-color: rgba(0, 255, 200, 0.3);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.58),
    0 0 60px rgba(0, 255, 160, 0.14);
}
body.page-film .film-poster-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(155deg, rgba(0,255,200,0.6), transparent 42%, rgba(0,255,200,0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

/* —— Gallery —— */
body.page-film .film-gallery-sec {
  background: linear-gradient(180deg, transparent, rgba(0, 24, 18, 0.55) 35%, transparent);
}
body.page-film .film-still-rail .fs-card {
  flex: 0 0 min(84vw, 360px);
  border-radius: 14px;
  border-color: rgba(0, 255, 200, 0.2);
}
body.page-film .film-rail-nav {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 255, 200, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(0, 255, 200, 0.1);
}
body.page-film .film-rail-progress {
  max-width: min(var(--max, 1160px), calc(100% - 1.5rem));
  margin: 1.15rem auto 0;
  height: 3px;
  background: rgba(0, 255, 200, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
body.page-film .film-rail-progress i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #00a88a, #00ffc8);
  box-shadow: 0 0 14px rgba(0, 255, 200, 0.55);
  border-radius: 3px;
  width: 12%;
}

/* —— Themes —— */
body.page-film .theme-bento { gap: 1rem; }
body.page-film .theme-bento .tb {
  border-radius: 16px;
  border-color: rgba(0, 255, 200, 0.18);
  min-height: 210px;
  padding: 1.65rem 1.35rem 1.45rem;
}
body.page-film .theme-bento .tb-lg {
  min-height: 300px;
  padding: 2rem 1.65rem;
}
body.page-film .theme-bento .tb-shade {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.88) 100%),
    linear-gradient(100deg, rgba(0,30,24,0.55), transparent 55%);
}
body.page-film .theme-bento h3 {
  font-family: var(--display), "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  color: #f4faf7;
  text-shadow: 0 2px 20px rgba(0,0,0,0.6);
}
body.page-film .theme-bento p {
  color: rgba(210, 228, 218, 0.9);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 36ch;
}
body.page-film .theme-bento .tb:hover {
  border-color: rgba(0, 255, 200, 0.55);
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.5), 0 0 36px rgba(0, 255, 160, 0.14);
}

/* —— Cast —— */
body.page-film .cast-portrait-rail {
  gap: 1.5rem;
  padding: 1.15rem 0.25rem 1.75rem;
}
body.page-film .cpr-card {
  flex: 0 0 160px;
  gap: 0.8rem;
}
body.page-film .cpr-ring {
  width: 140px;
  height: 140px;
  padding: 3px;
  background: linear-gradient(145deg, #00ffc8, rgba(0, 90, 70, 0.4) 50%, rgba(0, 255, 200, 0.25));
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(0, 255, 200, 0.18),
    0 0 32px rgba(0, 255, 160, 0.18);
  transition: transform 0.4s var(--aw-ease), box-shadow 0.4s;
}
body.page-film .cpr-card:hover .cpr-ring {
  transform: scale(1.06);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(0, 255, 200, 0.5),
    0 0 44px rgba(0, 255, 200, 0.35);
}
body.page-film .cpr-ring img {
  object-fit: cover;
  object-position: top center;
  background: radial-gradient(circle at 50% 28%, #0e1c17, #030605);
}
body.page-film .cpr-card strong {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
body.page-film .cpr-card span {
  color: rgba(0, 255, 200, 0.9);
  letter-spacing: 0.14em;
}

/* —— Credits —— */
body.page-film .film-credits-pro {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.85rem;
}
body.page-film .film-credits > div {
  border-radius: 14px;
  padding: 1.25rem 1.15rem 1.3rem;
  border: 1px solid rgba(0, 255, 200, 0.14);
  background:
    linear-gradient(165deg, rgba(0, 48, 38, 0.55), #060a08 78%);
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
body.page-film .film-credits > div::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,255,200,0.45), transparent);
  opacity: 0.6;
}
body.page-film .film-credits h4 {
  font-family: var(--mono), monospace;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aw-cyan);
  margin-bottom: 0.6rem;
  font-weight: 500;
}
body.page-film .film-credits p {
  font-size: 0.98rem;
  line-height: 1.5;
  color: #e8f2ec;
}

/* —— Highlights —— */
body.page-film .highlight-mosaic {
  gap: 0.95rem;
  grid-template-rows: 240px 240px;
}
body.page-film .highlight-mosaic .hm {
  border-radius: 16px;
  border-color: rgba(0, 255, 200, 0.18);
}
body.page-film .highlight-mosaic .hm span {
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  padding: 0.4rem 0.65rem;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(0, 255, 200, 0.28);
  border-radius: 2px;
  backdrop-filter: blur(6px);
  left: 0.95rem;
  bottom: 0.95rem;
  box-shadow: 0 0 16px rgba(0, 255, 200, 0.1);
}

/* —— Press —— */
body.page-film .press-row { gap: 1.1rem; }
body.page-film .press-card {
  border-radius: 16px;
  border-color: rgba(0, 255, 200, 0.18);
  background: linear-gradient(180deg, rgba(0, 32, 26, 0.6), #060a08);
}
body.page-film .press-card img { aspect-ratio: 16 / 9; }
body.page-film .press-card div { padding: 1.1rem 1.1rem 1.25rem; }
body.page-film .press-card strong {
  font-size: 1.3rem;
  line-height: 1.15;
}

/* —— End CTA —— */
.aw-end-cta {
  position: relative;
  margin: clamp(1.25rem, 3vw, 2.5rem) 0 0;
  padding: clamp(4rem, 10vw, 6.5rem) 0;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid rgba(0, 255, 200, 0.14);
  border-bottom: 1px solid rgba(0, 255, 200, 0.12);
}
.aw-end-cta__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,8,6,0.88) 50%, rgba(0,0,0,0.92)),
    url("assets/film/film-16.jpg") center / cover no-repeat;
  filter: saturate(0.9) contrast(1.05);
  transform: scale(1.04);
  animation: awCtaDrift 22s ease-in-out infinite alternate;
}
@keyframes awCtaDrift {
  from { transform: scale(1.04) translateY(0); }
  to { transform: scale(1.08) translateY(-1.5%); }
}
.aw-end-cta__scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0, 255, 200, 0.02) 3px,
    rgba(0, 255, 200, 0.02) 4px
  );
  opacity: 0.6;
  z-index: 1;
}
.aw-end-cta .container { position: relative; z-index: 2; }
.aw-end-cta .display {
  margin: 0.55rem auto 1rem;
  max-width: 14ch;
  font-size: clamp(2.8rem, 7vw, 4.5rem);
}
.aw-end-cta .body-text {
  margin: 0 auto 1.75rem;
  color: #c0d0c8;
  max-width: 42ch;
  font-size: 1.08rem;
}
.aw-end-cta .btn-row {
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

/* ============================================================
   FOOTER — next level
   ============================================================ */
.aw-film-footer {
  position: relative;
  overflow: hidden;
  border-top: none !important;
  margin-top: 0 !important;
  padding: 0 0 0 !important;
  background: #000 !important;
}
.aw-film-footer .ff-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 255, 200, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 30% at 15% 80%, rgba(0, 80, 60, 0.15), transparent 50%),
    radial-gradient(ellipse 35% 25% at 85% 60%, rgba(0, 60, 48, 0.12), transparent 50%),
    linear-gradient(180deg, #06120e 0%, #030806 40%, #000 100%);
}
.aw-film-footer .ff-giant {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: var(--display), "Bebas Neue", Impact, sans-serif;
  font-size: clamp(4.5rem, 14vw, 11rem);
  line-height: 0.85;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 255, 200, 0.1);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}
.aw-film-footer .container {
  position: relative;
  z-index: 1;
  padding-top: clamp(3.5rem, 8vw, 5.5rem);
  padding-bottom: 2rem;
}
.aw-film-footer .ff-top {
  display: grid;
  grid-template-columns: minmax(240px, 1.15fr) minmax(0, 2fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 255, 200, 0.12);
}
.aw-film-footer .ff-logo {
  display: inline-block;
  margin-bottom: 1.15rem;
  text-decoration: none;
}
.aw-film-footer .ff-logo img {
  height: clamp(36px, 4vw, 44px);
  width: auto;
  max-width: min(320px, 90%);
  filter: drop-shadow(0 0 18px rgba(0, 255, 200, 0.4));
  transition: filter 0.3s, transform 0.35s var(--aw-ease);
}
.aw-film-footer .ff-logo:hover img {
  filter: drop-shadow(0 0 28px rgba(0, 255, 200, 0.65));
  transform: scale(1.02);
}
.aw-film-footer .ff-tagline {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #9aada4;
  max-width: 34ch;
  margin: 0 0 1.35rem;
}
.aw-film-footer .ff-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.aw-film-footer .ff-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
}
.aw-film-footer .ff-col h4 {
  font-family: "Orbitron", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--aw-cyan);
  margin: 0 0 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(0, 255, 200, 0.14);
}
.aw-film-footer .ff-col a,
.aw-film-footer .ff-col p {
  display: block;
  font-size: 0.9rem;
  line-height: 1.35;
  color: rgba(230, 240, 235, 0.78);
  text-decoration: none;
  margin: 0 0 0.55rem;
  transition: color 0.2s, transform 0.25s var(--aw-ease), text-shadow 0.2s;
}
.aw-film-footer .ff-col a:hover {
  color: #fff;
  transform: translateX(3px);
  text-shadow: 0 0 14px rgba(0, 255, 200, 0.35);
}
.aw-film-footer .ff-col p {
  color: rgba(160, 180, 170, 0.9);
  font-size: 0.88rem;
  margin-bottom: 0.4rem;
}
.aw-film-footer .ff-imdb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem;
  margin-bottom: 0.9rem !important;
  border: 1px solid rgba(0, 255, 200, 0.22);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(0, 40, 32, 0.6), rgba(4, 10, 8, 0.9));
  text-decoration: none !important;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s var(--aw-ease);
}
.aw-film-footer .ff-imdb:hover {
  border-color: rgba(0, 255, 200, 0.55);
  box-shadow: 0 0 28px rgba(0, 255, 200, 0.15);
  transform: translateY(-2px) !important;
  text-shadow: none !important;
}
.aw-film-footer .ff-imdb-mark {
  flex: 0 0 auto;
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
  background: #f5c518;
  padding: 0.4rem 0.5rem;
  border-radius: 4px;
}
.aw-film-footer .ff-imdb strong {
  display: block;
  font-family: var(--display), "Bebas Neue", Impact, sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
}
.aw-film-footer .ff-imdb em {
  display: block;
  font-family: var(--mono), monospace;
  font-style: normal;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: rgba(0, 255, 200, 0.85);
  margin-top: 0.2rem;
}
.aw-film-footer .ff-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.aw-film-footer .ff-chips span {
  font-family: var(--mono), monospace;
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 255, 200, 0.85);
  border: 1px solid rgba(0, 255, 200, 0.22);
  background: rgba(0, 255, 200, 0.05);
  padding: 0.35rem 0.55rem;
  border-radius: 2px;
}

/* Footer mid strip */
.aw-film-footer .ff-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.75rem;
  padding: 1.35rem 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 255, 200, 0.1);
}
.aw-film-footer .ff-strip span {
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 255, 200, 0.45);
  position: relative;
}
.aw-film-footer .ff-strip span:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -1rem;
  color: rgba(0, 255, 200, 0.3);
}

/* Footer base */
.aw-film-footer .ff-base {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding: 1.35rem 0 0.25rem;
  font-family: var(--mono), monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(130, 150, 142, 0.9);
}
.aw-film-footer .ff-top-link {
  color: rgba(0, 255, 200, 0.75);
  text-decoration: none;
  letter-spacing: 0.16em;
  transition: color 0.2s, text-shadow 0.2s;
}
.aw-film-footer .ff-top-link:hover {
  color: #fff;
  text-shadow: 0 0 14px rgba(0, 255, 200, 0.45);
}

/* —— Reveals —— */
body.page-film [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s var(--aw-ease), transform 0.75s var(--aw-ease);
}
body.page-film [data-reveal].is-in {
  opacity: 1;
  transform: none;
}
body.page-film .stagger-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s var(--aw-ease), transform 0.55s var(--aw-ease);
  transition-delay: calc(var(--si, 0) * 0.055s);
}
body.page-film [data-reveal].is-in .stagger-item {
  opacity: 1;
  transform: none;
}

/* —— Buttons —— */
body.page-film .btn.primary {
  box-shadow: 0 0 28px rgba(0, 255, 200, 0.2);
  transition: box-shadow 0.3s, transform 0.3s var(--aw-ease), background 0.25s;
}
body.page-film .btn.primary:hover {
  box-shadow: 0 0 40px rgba(0, 255, 200, 0.38);
  transform: translateY(-1px);
}
body.page-film .btn.ghost {
  border-color: rgba(0, 255, 200, 0.32);
  transition: border-color 0.25s, background 0.25s, transform 0.3s var(--aw-ease);
}
body.page-film .btn.ghost:hover {
  border-color: rgba(0, 255, 200, 0.6);
  background: rgba(0, 255, 200, 0.08);
  transform: translateY(-1px);
}

/* —— Responsive —— */
@media (max-width: 980px) {
  .aw-film-footer .ff-top {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
  .aw-film-footer .ff-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.page-film .aw-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.page-film .highlight-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  body.page-film .highlight-mosaic .hm-a {
    grid-column: span 2;
    min-height: 240px;
  }
  body.page-film .press-row {
    grid-template-columns: 1fr 1fr;
  }
  body.page-film .film-story-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  body.page-film .aw-facts > div { padding: 1.1rem 0.65rem; }
  body.page-film .press-row { grid-template-columns: 1fr; }
  body.page-film .highlight-mosaic { grid-template-columns: 1fr; }
  body.page-film .highlight-mosaic .hm-a { grid-column: auto; }
  body.page-film .aw-trailer .trailer-play span {
    width: 76px;
    height: 76px;
    font-size: 1.4rem;
  }
  body.page-film .cpr-card { flex-basis: 132px; }
  body.page-film .cpr-ring { width: 116px; height: 116px; }
  .aw-film-footer .ff-cols { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; }
  .aw-film-footer .ff-giant {
    font-size: clamp(3.2rem, 18vw, 5rem);
    top: 4%;
  }
  .aw-film-footer .ff-strip {
    gap: 0.5rem 1rem;
  }
  .aw-film-footer .ff-strip span:not(:last-child)::after { display: none; }
  .aw-film-footer .ff-base {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* —— Film page: trailer, clips, trilogy —— */
.trailer-vp {
  position: relative;
  width: 100%;
  background: #000;
  border: 1px solid rgba(0, 255, 200, 0.18);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.trailer-vp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.film-yt {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(0, 255, 200, 0.18);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.film-yt iframe,
.film-yt video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #000;
}
.film-yt.is-portrait {
  aspect-ratio: 9 / 16;
  width: min(100%, 360px);
  max-height: min(72vh, 640px);
  margin-inline: auto;
}
.film-clip {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.6rem 2rem;
  align-items: center;
  margin: 2.2rem 0 2.8rem;
}
.film-clip.is-flip { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); }
.film-clip-copy h3 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: 0.04em;
  margin: 0.35rem 0 0.7rem;
}
.film-clip-copy p { color: #9aaba4; max-width: 42ch; margin-bottom: 1rem; }
.film-clip-copy .btn { margin-right: 0.5rem; margin-bottom: 0.45rem; }
.film-clip-note { font-size: 0.82rem; color: #6f7f79; font-style: italic; }
.film-aml { max-width: 46rem; }
.tri-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.tri-card {
  background: rgba(8, 12, 11, 0.72);
  border: 1px solid rgba(0, 255, 200, 0.14);
  overflow: hidden;
}
.tri-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.tri-card .pad { padding: 1rem 1.05rem 1.2rem; }
.tri-card h3 { margin: 0.2rem 0 0.45rem; font-size: 1.15rem; }
.tri-card p { color: #9aaba4; font-size: 0.92rem; }
.tri-card .soon {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00ffc8;
  margin: 0;
}

@media (max-width: 860px) {
  .film-clip,
  .film-clip.is-flip {
    grid-template-columns: 1fr;
  }
  .tri-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  body.page-film .aw-nav__cta,
  body.page-film .aw-trailer .trailer-play span,
  .aw-end-cta__bg {
    animation: none;
  }
  body.page-film [data-reveal],
  body.page-film .stagger-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
