/* JMK Cinema — theatre theme (scoped via body.jmk-cinema-page) */
@keyframes cinemaMarquee {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.jmk-cinema-page {
  --cinema-red: #7f1d1d;
  --cinema-red-bright: #b91c1c;
  --cinema-gold: #fbbf24;
  --cinema-gold-dim: #d97706;
}
.jmk-cinema-page .cinema-vignette {
  background: radial-gradient(ellipse 80% 60% at 50% 35%, rgba(30, 27, 24, 0.5) 0%, rgba(10, 10, 12, 0.95) 70%, #050506 100%);
}
.jmk-cinema-page .cinema-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' 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)'/%3E%3C/svg%3E");
}
.jmk-cinema-page .cinema-hero-bg {
  background: linear-gradient(125deg, #1a0508 0%, #3d0a0f 35%, #0a0a0c 65%, #1c1008 100%);
  background-size: 200% 200%;
  animation: cinemaMarquee 14s ease infinite;
}
.jmk-cinema-page .font-display-cinema {
  font-family: "Podkova", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.jmk-cinema-page #playerWrap.cinema-screen {
  border-radius: 0.75rem;
  border: 1px solid rgba(251, 191, 36, 0.25);
  box-shadow: 0 0 0 1px rgba(127, 29, 29, 0.4), inset 0 3px 0 rgba(251, 191, 36, 0.15);
}
.jmk-cinema-page .cinema-search-ticket {
  border-radius: 0.5rem 1.5rem 1.5rem 0.5rem;
  border-color: rgba(185, 28, 28, 0.35);
  background: rgba(24, 24, 27, 0.75);
}
.jmk-cinema-page .cinema-search-ticket:focus {
  border-color: rgba(251, 191, 36, 0.55);
  box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.2);
  outline: none;
}
.jmk-cinema-page .cinema-btn-primary {
  background: linear-gradient(180deg, #b91c1c 0%, #7f1d1d 100%);
  color: #fff;
}
.jmk-cinema-page .cinema-btn-primary:hover {
  background: linear-gradient(180deg, #dc2626 0%, #991b1b 100%);
}
.jmk-cinema-page .video-card.is-active-cinema {
  background: rgba(127, 29, 29, 0.2) !important;
  border-color: rgba(251, 191, 36, 0.45) !important;
  box-shadow: 0 0 20px rgba(185, 28, 28, 0.15);
}
.jmk-cinema-page .video-card.is-featured-cinema {
  border-color: rgba(251, 191, 36, 0.65) !important;
  background: rgba(120, 53, 15, 0.12) !important;
}
.jmk-cinema-page .video-card.is-featured-cinema:hover {
  box-shadow: 0 0 18px rgba(251, 191, 36, 0.12);
}
.jmk-cinema-page .cinema-spotlight-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.jmk-cinema-page .cinema-spotlight-card:hover {
  transform: scale(1.03);
  border-color: rgba(251, 191, 36, 0.7);
  box-shadow: 0 8px 24px rgba(127, 29, 29, 0.25);
}
.jmk-cinema-page #likePaymentCta.cinema-like-cta {
  border-color: rgba(185, 28, 28, 0.35);
  background: rgba(69, 10, 10, 0.25);
}
.jmk-cinema-page #commentPostBtn.cinema-comment-btn {
  background: #b91c1c;
}
.jmk-cinema-page #commentPostBtn.cinema-comment-btn:hover {
  background: #dc2626;
}
.jmk-cinema-page .selection\:bg-cinema::selection {
  background: rgba(185, 28, 28, 0.35);
  color: #fef3c7;
}
