/* Article + inner pages — extends site.css */
.read-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 200;
  background: linear-gradient(90deg, var(--cyan), #7dffc8);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
  box-shadow: 0 0 12px rgba(0, 255, 200, 0.5);
}

.page-hero {
  position: relative;
  min-height: 42vh;
  min-height: 42dvh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header) + env(safe-area-inset-top, 0px) + 1.5rem) 0 2.5rem;
  overflow: hidden;
  border-bottom: 1px solid #151515;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.45) saturate(0.9);
  transform: scale(1.04);
}
.page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.85) 100%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .breadcrumb {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a8a84;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
}
.page-hero .breadcrumb a { color: var(--cyan-2); }
.page-hero .breadcrumb span { opacity: 0.5; }
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  letter-spacing: 0.04em;
  line-height: 1.05;
  max-width: 18ch;
  animation: titleIn 0.8s var(--ease) both;
}
@keyframes titleIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}
.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  margin-top: 1rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan-2);
  animation: titleIn 0.8s 0.1s var(--ease) both;
}
.page-meta .cat {
  border: 1px solid var(--line);
  padding: 0.2rem 0.5rem;
  color: var(--cyan);
}

.article-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 2.5rem;
  padding: 3rem 0 5rem;
  align-items: start;
}
.article-body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #c5d0ca;
  max-width: 68ch;
}
.article-body h2 {
  font-family: var(--display);
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  color: #f0f0f0;
  margin: 2.25rem 0 0.9rem;
  position: relative;
  padding-left: 0.85rem;
}
.article-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 3px;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}
.article-body h3,
.article-body h4 {
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: var(--cyan);
  margin: 1.5rem 0 0.6rem;
}
.article-body h5 {
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d7efe6;
  margin: 1.25rem 0 0.45rem;
}
.article-body a:empty { display: none; }
.article-body p { margin-bottom: 1.15rem; }
.article-body .lead-p {
  font-size: 1.15rem;
  color: #e0ebe6;
  border-left: 2px solid var(--cyan);
  padding-left: 1rem;
  margin-bottom: 1.75rem;
}
.article-body blockquote {
  margin: 1.75rem 0;
  padding: 1.25rem 1.4rem;
  border: 1px solid var(--line);
  background: rgba(0, 255, 200, 0.04);
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #e8f5f0;
  position: relative;
}
.article-body blockquote::before {
  content: "“";
  position: absolute;
  top: -0.2em;
  left: 0.4rem;
  font-size: 3rem;
  color: var(--cyan);
  opacity: 0.35;
  line-height: 1;
}
.article-body ul {
  margin: 0 0 1.25rem 1.2rem;
}
.article-body li {
  margin-bottom: 0.45rem;
  color: #b8c8c0;
}
.article-body li::marker { color: var(--cyan); }
.article-body a {
  color: var(--cyan-2);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(0, 255, 200, 0.35);
}
.article-body a:hover { color: var(--cyan); text-decoration-color: var(--cyan); }
.article-body h4, .article-body h5 {
  font-family: var(--display);
  letter-spacing: 0.04em;
  color: #e8f5f0;
  margin: 1.4rem 0 0.55rem;
}
.article-body h4 { font-size: 1.2rem; }
.article-body h5 { font-size: 1.05rem; color: var(--cyan-2); }

/* ========== On-page media player (poster → play → iframe/video) ========== */
.media-player-wrap {
  margin: 0 0 1.75rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 200, 0.22);
  background: #050807;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 32px rgba(0, 255, 160, 0.08);
}
.media-player { width: 100%; }
.media-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}
.media-facade {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.media-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.68) saturate(0.95);
  transition: filter 0.35s, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.media-facade::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 48% at 50% 50%, transparent 25%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 40%, rgba(0, 0, 0, 0.55));
  pointer-events: none;
}
.media-facade:hover .media-poster {
  filter: brightness(0.8) saturate(1.05);
  transform: scale(1.03);
}
.media-play {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  border: none;
  background: transparent;
  color: #e8fff6;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px #000;
}
.media-play-btn {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px solid rgba(0, 255, 200, 0.75);
  background: rgba(0, 8, 6, 0.8);
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.35), 0 14px 36px rgba(0, 0, 0, 0.5);
  transition: background 0.25s, transform 0.3s, box-shadow 0.3s, border-color 0.25s;
  animation: mediaPulse 2.5s ease-in-out infinite;
}
.media-play-btn::before {
  content: "";
  display: block;
  margin-left: 5px;
  border-style: solid;
  border-width: 13px 0 13px 22px;
  border-color: transparent transparent transparent var(--cyan);
  transition: border-color 0.25s;
}
.media-facade:hover .media-play-btn {
  background: var(--cyan);
  border-color: var(--cyan);
  transform: scale(1.08);
  box-shadow: 0 0 36px rgba(0, 255, 200, 0.5);
  animation: none;
}
.media-facade:hover .media-play-btn::before {
  border-color: transparent transparent transparent #000;
}
@keyframes mediaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.35), 0 14px 36px rgba(0, 0, 0, 0.5); }
  50% { box-shadow: 0 0 0 16px rgba(0, 255, 200, 0), 0 14px 36px rgba(0, 0, 0, 0.5); }
}
.media-host {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
}
.media-host iframe,
.media-host video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
  background: #000;
}
.media-player.is-playing .media-facade {
  display: none !important;
}
.media-player.is-playing .media-host {
  display: block !important;
  z-index: 4;
}
.media-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding: 0.8rem 1.05rem;
  border-top: 1px solid rgba(0, 255, 200, 0.12);
  background: linear-gradient(180deg, rgba(0, 16, 12, 0.98), #050807);
}
.media-hint {
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6a7a74;
}
.media-hint a {
  color: var(--cyan);
}
.media-yt-link {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #04120e !important;
  background: var(--cyan);
  border: 1px solid var(--cyan);
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 600;
  transition: background 0.2s, box-shadow 0.2s;
}
.media-yt-link:hover {
  background: #fff !important;
  border-color: #fff;
  color: #000 !important;
  box-shadow: 0 0 18px rgba(0, 255, 200, 0.35);
}

/* Doc page shell */
.doc-player-shell {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 200, 0.22);
  background: #050807;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 40px rgba(0, 255, 160, 0.08);
}
.doc-player-shell .media-player-wrap {
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.doc-player-shell .media-play-btn {
  width: 96px;
  height: 96px;
}
.doc-player-shell .media-play-btn::before {
  border-width: 16px 0 16px 26px;
  margin-left: 6px;
}

.video-embed-fallback {
  display: grid;
  place-items: center;
  aspect-ratio: 16/9;
  position: relative;
  background: #050807;
}
.video-embed-fallback > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.video-embed-fallback .vef-msg {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.5rem;
}
.video-embed-fallback .vef-msg p {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a9a94;
  margin-bottom: 0.85rem;
}

/* legacy video-embed (articles) still OK */
.video-embed {
  position: relative;
  width: 100%;
  margin: 0 0 1.75rem;
  border: 1px solid rgba(0, 255, 200, 0.18);
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.video-embed iframe,
.video-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

@media (prefers-reduced-motion: reduce) {
  .media-play-btn { animation: none; }
  .media-facade:hover .media-poster { transform: none; }
}
@media (max-width: 640px) {
  .media-toolbar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .media-yt-link { width: 100%; text-align: center; }
}
.related-block {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #1a1f1c;
}

.article-feature {
  margin: 0 0 1.75rem;
  border: 1px solid #1a1f1c;
  overflow: hidden;
  background: #080b0a;
}
.article-feature img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  display: block;
  filter: brightness(0.92);
  transition: transform 0.6s ease, filter 0.4s;
}
.article-feature:hover img {
  transform: scale(1.03);
  filter: brightness(1);
}
.article-feature figcaption {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6a7a74;
  padding: 0.65rem 0.85rem;
  border-top: 1px solid #151515;
}

.article-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 2rem 0;
}
.article-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid #1a1f1c;
  cursor: zoom-in;
  transition: border-color 0.25s, transform 0.35s ease;
  filter: brightness(0.9);
}
.article-gallery img.wide {
  grid-column: 1 / -1;
  aspect-ratio: 16/9;
}
.article-gallery img:hover {
  border-color: rgba(0, 255, 200, 0.4);
  transform: scale(1.02);
  filter: brightness(1);
}

.aside-hero-link img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border: 1px solid #1a1f1c;
  margin-bottom: 0.75rem;
  filter: brightness(0.88);
  transition: filter 0.3s;
}
.aside-hero-link:hover img { filter: brightness(1); }
.aside-blurb {
  font-size: 0.82rem;
  color: #7a8a84;
  line-height: 1.5;
}

/* Film / cast / discover bulk components */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.75rem;
}
.filter-bar button {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 200, 0.22);
  background: rgba(0, 12, 8, 0.7);
  color: #c8ddd4;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.filter-bar button:hover {
  border-color: rgba(0, 255, 200, 0.5);
  color: #fff;
}
.filter-bar button.on {
  background: linear-gradient(180deg, #5dffc8, var(--cyan));
  color: #04120e;
  border-color: transparent;
  font-weight: 600;
}

.page-split {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 2rem;
  align-items: start;
}
.stat-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.stat-tile {
  border: 1px solid rgba(0, 255, 200, 0.2);
  background: #080b0a;
  padding: 1.15rem 1rem;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.25s;
}
.stat-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 255, 200, 0.45);
}
.stat-tile b {
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  color: var(--cyan);
  letter-spacing: 0.04em;
}
.stat-tile span {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a8a84;
}

.stills-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.still {
  margin: 0;
  border: 1px solid #1a1f1c;
  overflow: hidden;
  background: #080b0a;
  cursor: zoom-in;
  transition: transform 0.35s ease, border-color 0.25s;
}
.still:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 255, 200, 0.4);
}
.still img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.still figcaption {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan-2);
  padding: 0.55rem 0.65rem;
}

.mini-cast {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.mini-cast-card {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  border: 1px solid #1a1f1c;
  background: #080b0a;
  padding: 0.75rem;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.25s, transform 0.3s ease;
}
.mini-cast-card:hover {
  border-color: rgba(0, 255, 200, 0.4);
  transform: translateY(-2px);
  color: inherit;
}
.mini-cast-card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 255, 200, 0.35);
}
.mini-cast-card strong {
  display: block;
  font-family: var(--display);
  letter-spacing: 0.04em;
  font-size: 1.1rem;
}
.mini-cast-card span {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a8a84;
}

.media-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}
.media-mosaic img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid #1a1f1c;
  cursor: zoom-in;
  transition: transform 0.35s ease, border-color 0.25s;
}
.media-mosaic img.wide {
  grid-column: span 2;
  aspect-ratio: 16/9;
}
.media-mosaic img:hover {
  transform: scale(1.02);
  border-color: rgba(0, 255, 200, 0.4);
}

.cast-card.big-cast {
  padding-bottom: 0.5rem;
}
.cast-card .imdb-tag {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5a6a64;
  margin-top: 0.35rem;
  display: inline-block;
  transition: color 0.2s;
}
.cast-card:hover .imdb-tag { color: var(--cyan); }

.featured-doc-card {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  border: 1px solid rgba(0, 255, 200, 0.2);
  background: #080b0a;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.3s, box-shadow 0.35s;
}
.featured-doc-card:hover {
  border-color: rgba(0, 255, 200, 0.45);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4), 0 0 28px rgba(0, 255, 160, 0.1);
  color: inherit;
}
.fd-media {
  position: relative;
  min-height: 260px;
  background: #000;
}
.fd-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform 0.5s ease, filter 0.35s;
}
.featured-doc-card:hover .fd-media img {
  transform: scale(1.04);
  filter: brightness(0.95);
}
.fd-body {
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  justify-content: center;
}
.fd-body .tag {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan-2);
}
.fd-body h3 {
  font-family: var(--display);
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.fd-body p { color: #8a9a94; font-size: 0.95rem; line-height: 1.55; }
.fd-body .link {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-top: 0.35rem;
}

.mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.mini-links a {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(0, 255, 200, 0.2);
  color: #c8ddd4;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.mini-links a:hover {
  border-color: var(--cyan);
  color: #fff;
  background: rgba(0, 255, 200, 0.08);
}

/* Shared stagger / lightbox */
.stagger-item {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: calc(var(--si, 0) * 0.05s);
}
[data-reveal].is-in .stagger-item,
.is-in .stagger-item {
  opacity: 1;
  transform: none;
}

/* Lightbox styles live in site.css (shared homepage + inner pages) */

.film-page-hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #151515;
}
.film-page-hero .bg {
  position: absolute;
  inset: 0;
  background: url("assets/brand/film-atmosphere.jpg") center/cover;
  filter: brightness(0.4) saturate(0.9);
}
.film-page-hero .shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 40%, transparent, rgba(0,0,0,0.85));
}
.film-page-hero .inner {
  position: relative;
  z-index: 2;
  padding: calc(var(--header) + 2rem) 1.25rem 3rem;
  max-width: 820px;
}
.film-page-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.6rem, 7vw, 4.4rem);
  letter-spacing: 0.05em;
  line-height: 0.98;
}
.film-page-hero h1 em {
  font-style: normal;
  color: var(--cyan);
  text-shadow: 0 0 30px rgba(0, 255, 200, 0.35);
}

.film-credits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.film-credits > div {
  border: 1px solid #1a1f1c;
  background: #080b0a;
  padding: 1rem 1.05rem;
  transition: border-color 0.25s, transform 0.3s ease;
}
.film-credits > div:hover {
  border-color: rgba(0, 255, 200, 0.35);
  transform: translateY(-2px);
}
.film-credits h4 {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan-2);
  margin-bottom: 0.45rem;
}
.film-credits p {
  font-size: 0.92rem;
  color: #c8d4ce;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .page-split,
  .featured-doc-card,
  .mini-cast { grid-template-columns: 1fr; }
  .stills-grid { grid-template-columns: repeat(2, 1fr); }
  .film-credits { grid-template-columns: repeat(2, 1fr); }
  .media-mosaic { grid-template-columns: 1fr 1fr; }
  .media-mosaic img.wide { grid-column: span 2; }
}
@media (max-width: 640px) {
  .stills-grid,
  .article-gallery,
  .stat-tiles { grid-template-columns: 1fr 1fr; }
  .film-credits { grid-template-columns: 1fr; }
  .related-row { grid-template-columns: 1fr; }
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin: 1.5rem 0 2rem;
}
.evidence-card {
  border: 1px solid #1a1f1c;
  background: #0a0e0c;
  padding: 1.1rem 1.15rem;
  transition: border-color 0.3s, transform 0.3s var(--ease), box-shadow 0.3s;
}
.evidence-card:hover {
  border-color: var(--line-2);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
}
.evidence-card h3 {
  margin-top: 0 !important;
  font-size: 1.1rem !important;
}

.article-aside {
  position: sticky;
  top: calc(var(--header) + 1.5rem);
}
.aside-card {
  border: 1px solid #1a1f1c;
  background: #0a0e0c;
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.aside-card h4 {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan-2);
  margin-bottom: 0.85rem;
}
.aside-card a {
  display: block;
  font-size: 0.9rem;
  color: #c8d4ce;
  padding: 0.45rem 0;
  border-bottom: 1px solid #151515;
  transition: color 0.2s, padding-left 0.25s;
}
.aside-card a:last-child { border-bottom: none; }
.aside-card a:hover {
  color: var(--cyan);
  padding-left: 0.35rem;
}

.related-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.related-card {
  border: 1px solid #1a1f1c;
  overflow: hidden;
  background: #080b0a;
  transition: transform 0.35s var(--ease), border-color 0.3s;
}
.related-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-2);
}
.related-card img {
  aspect-ratio: 16/10;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform 0.5s, filter 0.35s;
}
.related-card:hover img {
  transform: scale(1.05);
  filter: brightness(1);
}
.related-card span {
  display: block;
  padding: 0.85rem 1rem;
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  color: #e8e8e8;
}

/* Film page */
.film-page-hero {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  padding: calc(var(--header) + 3rem) 1.5rem 3rem;
  overflow: hidden;
}
.film-page-hero .bg {
  position: absolute;
  inset: 0;
  background: url("assets/brand/film-atmosphere.jpg") center/cover;
  filter: brightness(0.35) saturate(0.9);
  animation: pageHeroZoom 25s ease-in-out infinite alternate;
}
.film-page-hero .shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 20%, rgba(0,0,0,0.85) 100%);
}
.film-page-hero .inner { position: relative; z-index: 2; max-width: 720px; }
.film-page-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  letter-spacing: 0.05em;
  line-height: 0.98;
  animation: titleIn 0.9s var(--ease) both;
}
.film-page-hero h1 em {
  font-style: normal;
  color: var(--cyan);
  text-shadow: 0 0 40px rgba(0,255,200,0.35);
}
.film-credits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 1.25rem;
  margin: 2.5rem 0;
  padding: 1.75rem;
  border: 1px solid var(--line);
  background: rgba(0,12,10,0.5);
}
@media (max-width: 900px) {
  .film-credits { grid-template-columns: 1fr 1fr; }
}
.film-credits h4 {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan-2);
  margin-bottom: 0.5rem;
}
.film-credits p {
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: #eee;
  line-height: 1.3;
}
.stills-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.stills-grid .still {
  aspect-ratio: 16/11;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  animation: cardPop 0.6s var(--ease) both;
}
.stills-grid .still:nth-child(1) { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; min-height: 100%; }
.stills-grid .still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8) saturate(0.85);
  transition: transform 0.55s var(--ease), filter 0.35s;
}
.stills-grid .still:hover img {
  transform: scale(1.08);
  filter: brightness(1) saturate(1.05);
}
@keyframes cardPop {
  from { opacity: 0; transform: scale(0.96) translateY(12px); }
  to { opacity: 1; transform: none; }
}

/* Cast page grid — pre-framed circular portraits */
.cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(148px, 100%), 1fr));
  gap: 1.15rem 1rem;
  padding: 1.5rem 0 3.5rem;
}
.cast-grid .cast-card {
  flex: none;
  animation: cardPop 0.55s var(--ease) both;
  text-decoration: none;
  color: inherit;
}
.cast-grid .cast-card:nth-child(odd) { animation-delay: 0.05s; }
.cast-grid .cast-card:nth-child(even) { animation-delay: 0.12s; }
.cast-grid .cast-card h3 {
  font-family: var(--display);
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  letter-spacing: 0.04em;
  margin: 0.15rem 0 0.2rem;
  color: #f0f4f2;
}
.cast-grid .cast-card:hover h3 { color: var(--cyan); }
.cast-grid .cast-card .role {
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cyan-2, #7dffc8);
}
@media (max-width: 560px) {
  .cast-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem 0.7rem;
  }
  .mini-cast {
    grid-template-columns: 1fr;
  }
  .media-mosaic {
    grid-template-columns: 1fr 1fr;
  }
  .media-mosaic img.wide {
    grid-column: span 2;
  }
}

/* Discover hub */
.hub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  padding-bottom: 4rem;
}
.hub-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0;
  border: 1px solid #1a1f1c;
  background: #080b0a;
  overflow: hidden;
  transition: transform 0.35s var(--ease), border-color 0.3s, box-shadow 0.35s;
  animation: cardPop 0.55s var(--ease) both;
}
.hub-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-2);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45), 0 0 30px rgba(0,255,200,0.08);
}
.hub-card img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  filter: brightness(0.85);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s;
}
.hub-card:hover img {
  transform: scale(1.09);
  filter: brightness(1.05) saturate(1.08);
}
.hub-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s, box-shadow 0.4s;
}
.hub-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45), 0 0 28px rgba(0, 255, 160, 0.1);
}
.hub-card .info {
  padding: 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}
.hub-card .info .cats {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan-2);
}
.hub-card .info h3 {
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #eee;
  line-height: 1.15;
  transition: color 0.25s;
}
.hub-card:hover .info h3 { color: var(--cyan); }
.hub-card .info time {
  font-family: var(--mono);
  font-size: 0.62rem;
  color: #555;
  letter-spacing: 0.08em;
}

/* Fun animations shared */
.sec .display,
.sec .eyebrow {
  animation: none;
}
[data-reveal].is-in .display {
  animation: titleIn 0.7s var(--ease) both;
}
[data-reveal].is-in .metrics > div {
  animation: metricPop 0.55s var(--ease) both;
}
[data-reveal].is-in .metrics > div:nth-child(1) { animation-delay: 0.05s; }
[data-reveal].is-in .metrics > div:nth-child(2) { animation-delay: 0.12s; }
[data-reveal].is-in .metrics > div:nth-child(3) { animation-delay: 0.18s; }
[data-reveal].is-in .metrics > div:nth-child(4) { animation-delay: 0.24s; }
@keyframes metricPop {
  from { opacity: 0; transform: translateY(16px) scale(0.96); }
  to { opacity: 1; transform: none; }
}

.product, .topic-card, .doc, .news-card, .film-card, .cast-card {
  transition: transform 0.4s var(--ease), border-color 0.3s, box-shadow 0.4s, filter 0.3s;
}
.glitch-hover {
  position: relative;
}
.glitch-hover:hover {
  animation: glitchSkew 0.35s steps(2) infinite;
}
@keyframes glitchSkew {
  0% { transform: translate(0); }
  20% { transform: translate(-1px, 1px); }
  40% { transform: translate(1px, -1px); }
  60% { transform: translate(-1px, 0); }
  80% { transform: translate(1px, 1px); }
  100% { transform: translate(0); }
}

/* Floating orbs decoration */
.orb-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.orb-field i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cyan);
  opacity: 0.25;
  box-shadow: 0 0 12px var(--cyan);
  animation: floatOrb 8s ease-in-out infinite;
}
@keyframes floatOrb {
  0%, 100% { transform: translateY(0); opacity: 0.15; }
  50% { transform: translateY(-18px); opacity: 0.4; }
}

@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .evidence-grid,
  .related-row,
  .hub-grid,
  .film-credits,
  .stills-grid { grid-template-columns: 1fr 1fr; }
  .stills-grid .still:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
    aspect-ratio: 16/10;
  }
  .hub-card { grid-template-columns: 100px 1fr; }
}
@media (max-width: 560px) {
  .evidence-grid,
  .related-row,
  .hub-grid,
  .stills-grid { grid-template-columns: 1fr; }
  .stills-grid .still:nth-child(1) { grid-column: span 1; }
  .hub-card { grid-template-columns: 1fr; }
  .page-hero {
    min-height: 36vh;
    padding-bottom: 1.75rem;
  }
  .page-hero h1 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
    word-break: break-word;
  }
  .article-body {
    font-size: 1.02rem;
    overflow-wrap: anywhere;
  }
  .article-body img,
  .article-feature img {
    max-width: 100%;
    height: auto;
  }
  .mini-cast {
    grid-template-columns: 1fr;
  }
  .film-credits {
    grid-template-columns: 1fr;
  }
}

/* Touch: no hover lift glitches */
@media (hover: none) {
  .hub-card:hover,
  .still:hover,
  .mini-cast-card:hover {
    transform: none;
  }
}

/* ============================================================
   DOC PAGES — clean layout + bulletproof video player
   ============================================================ */

.doc-page {
  padding-bottom: 4rem;
  background: #000;
}
.doc-header {
  padding: calc(var(--header) + 1.75rem) 0 1.25rem;
  border-bottom: 1px solid rgba(0, 255, 200, 0.1);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 50, 40, 0.18), transparent 60%),
    #030605;
}
.doc-header h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  letter-spacing: 0.04em;
  line-height: 1.05;
  margin: 0.35rem 0 0.85rem;
  max-width: 22ch;
}
.doc-kicker {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  margin: 0.75rem 0 0;
}
.doc-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  align-items: center;
}
.doc-tag,
.doc-meta-row > span {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a9a94;
  border: 1px solid rgba(0, 255, 200, 0.15);
  padding: 0.3rem 0.55rem;
  border-radius: 4px;
  background: rgba(0, 255, 200, 0.04);
}
.doc-tag { color: var(--cyan-2); border-color: rgba(0, 255, 200, 0.25); }

.doc-player-sec {
  padding: 1.5rem 0 0.5rem;
  background: #020403;
}
.doc-player-inner {
  max-width: min(960px, 100%);
}

/* —— Video player —— */
.vp {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 200, 0.25);
  background: #000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 30px rgba(0, 255, 160, 0.1);
}
.vp-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}
.vp-screen {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
}
.vp-screen iframe,
.vp-screen video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}
.vp-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.vp-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.65) saturate(0.95);
  transition: filter 0.35s, transform 0.5s ease;
}
.vp-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 50% at 50% 50%, transparent 20%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.vp-cover:hover .vp-img {
  filter: brightness(0.78) saturate(1.05);
  transform: scale(1.03);
}
.vp-play {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  border-radius: 50%;
  border: 2px solid rgba(0, 255, 200, 0.8);
  background: rgba(0, 8, 6, 0.82);
  z-index: 3;
  box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.4), 0 12px 40px rgba(0, 0, 0, 0.5);
  transition: background 0.25s, transform 0.3s, box-shadow 0.3s;
  animation: vpPulse 2.4s ease-in-out infinite;
  pointer-events: none;
}
.vp-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -6px;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent var(--cyan);
  transition: border-color 0.25s;
}
.vp-cover:hover .vp-play {
  background: var(--cyan);
  transform: scale(1.08);
  box-shadow: 0 0 40px rgba(0, 255, 200, 0.55);
  animation: none;
}
.vp-cover:hover .vp-play::before {
  border-color: transparent transparent transparent #000;
}
.vp-label {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(48% + 56px);
  z-index: 3;
  text-align: center;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8fff6;
  text-shadow: 0 2px 12px #000;
  pointer-events: none;
}
@keyframes vpPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 200, 0.4), 0 12px 40px rgba(0, 0, 0, 0.5); }
  50% { box-shadow: 0 0 0 18px rgba(0, 255, 200, 0), 0 12px 40px rgba(0, 0, 0, 0.5); }
}
.vp[data-on="1"] .vp-cover { display: none !important; }
.vp-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem 1rem;
  padding: 0.75rem 1rem;
  background: #070b09;
  border-top: 1px solid rgba(0, 255, 200, 0.12);
}
.vp-note {
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6a7a74;
}
.vp-yt {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #04120e !important;
  background: var(--cyan);
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background 0.2s, box-shadow 0.2s;
}
.vp-yt:hover {
  background: #fff !important;
  color: #000 !important;
  box-shadow: 0 0 18px rgba(0, 255, 200, 0.35);
}

/* Content layout */
.doc-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 2.5rem;
  padding-top: 2.25rem;
  align-items: start;
}
.doc-prose {
  min-width: 0;
  max-width: 720px;
}
.doc-lead {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #c8d8d0;
  border-left: 3px solid var(--cyan);
  padding: 0.15rem 0 0.15rem 1.1rem;
  margin: 0 0 1.75rem;
}
.doc-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #a8b8b0;
}
.doc-body p {
  margin: 0 0 1.15rem;
}
.doc-body h2,
.doc-body h3,
.doc-body h4 {
  font-family: var(--display);
  letter-spacing: 0.04em;
  color: #f0f4f2;
  margin: 1.75rem 0 0.75rem;
  line-height: 1.15;
}
.doc-body h2 { font-size: 1.8rem; }
.doc-body h3 { font-size: 1.45rem; }
.doc-body h4 { font-size: 1.2rem; color: var(--cyan-2); }
.doc-body ul,
.doc-body ol {
  margin: 0 0 1.25rem 1.2rem;
  padding: 0;
}
.doc-body li {
  margin-bottom: 0.45rem;
}
.doc-body a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.doc-body strong { color: #e4f0ea; font-weight: 600; }
.doc-body em { color: #c8e0d4; }

.doc-stills-sec,
.doc-related-sec {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(0, 255, 200, 0.1);
}
.doc-stills-sec h2,
.doc-related-sec h2,
.doc-more h2 {
  font-family: var(--display);
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin: 0 0 1rem;
  color: #f0f4f2;
}
.doc-stills {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.65rem;
}
.doc-still {
  padding: 0;
  border: 1px solid rgba(0, 255, 200, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: #080b0a;
  cursor: zoom-in;
  aspect-ratio: 16/10;
  transition: border-color 0.25s, transform 0.3s;
}
.doc-still:hover {
  border-color: rgba(0, 255, 200, 0.45);
  transform: translateY(-2px);
}
.doc-still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.doc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.doc-link-chip {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(0, 255, 200, 0.2);
  border-radius: 999px;
  color: #c8ddd4;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.doc-link-chip:hover {
  border-color: var(--cyan);
  color: #fff;
  background: rgba(0, 255, 200, 0.06);
}
.doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 255, 200, 0.1);
}

/* Sidebar more films */
.doc-more {
  position: sticky;
  top: calc(var(--header) + 1rem);
}
.doc-film-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.doc-film-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid rgba(0, 255, 200, 0.12);
  border-radius: 10px;
  overflow: hidden;
  background: #080b0a;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s, transform 0.3s;
}
.doc-film-card:hover {
  border-color: rgba(0, 255, 200, 0.4);
  transform: translateX(3px);
  color: inherit;
}
.doc-film-card img {
  width: 96px;
  height: 64px;
  object-fit: cover;
  display: block;
}
.doc-film-card strong {
  display: block;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.15;
  padding-right: 0.5rem;
}
.doc-film-card span {
  display: block;
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6a7a74;
  margin-top: 0.25rem;
  padding-right: 0.5rem;
}
.doc-film-card div { min-width: 0; }

@media (max-width: 900px) {
  .doc-content {
    grid-template-columns: 1fr;
  }
  .doc-more {
    position: static;
    margin-top: 2rem;
  }
  .doc-header h1 { max-width: none; }
}
@media (max-width: 640px) {
  .vp-play { width: 72px; height: 72px; margin: -36px 0 0 -36px; }
  .vp-play::before { border-width: 12px 0 12px 20px; margin: -10px 0 0 -5px; }
  .vp-bar { flex-direction: column; align-items: stretch; text-align: center; }
  .vp-yt { width: 100%; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .vp-play { animation: none; }
  .vp-cover:hover .vp-img { transform: none; }
}
