:root {
  --bg: #09090b;
  --bg-soft: #111217;
  --charcoal: #1a1d24;
  --text: #f0eee9;
  --muted: #adadb4;
  --line: rgba(255, 255, 255, 0.15);
  --accent-red: #8f1d2c;
  --accent-blue: #6f7f93;
  --header-h: 74px;
  --shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  font-family: "Inter", "Manrope", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top, #13151b 0%, var(--bg) 48%);
  line-height: 1.7;
  min-height: 100%;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body.modal-open,
body.menu-open {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.section {
  padding: clamp(5rem, 9vw, 9rem) 0;
  position: relative;
}

.section-label {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b8b8c0;
}

.section-title {
  margin: 0 0 1.6rem;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: clamp(2.1rem, 5vw, 4.1rem);
}

.grain-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 8;
  opacity: 0.1;
  mix-blend-mode: soft-light;
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px);
  background-size: 3px 3px, 4px 4px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: background-color 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(9, 10, 13, 0.88);
  border-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
}

.site-logo-image {
  display: block;
  width: clamp(88px, 11vw, 132px);
  height: auto;
  object-fit: contain;
}

.footer-logo .site-logo-image {
  width: clamp(92px, 10vw, 118px);
}

.logo-number {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 1.9rem;
  color: #ffffff;
}

.logo-text {
  font-size: 0.86rem;
  text-transform: uppercase;
  color: #d9d8d5;
  letter-spacing: 0.3em;
}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.25rem;
}

.nav-link {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #dddce0;
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c8c7cb, transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.hamburger {
  display: none;
  background: transparent;
  border: 0;
  width: 44px;
  height: 44px;
  padding: 8px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 6px 0;
  background: #f1f1f3;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: var(--header-h);
  isolation: isolate;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(7, 8, 10, 0.32) 0%, rgba(7, 8, 10, 0.9) 72%, rgba(7, 8, 10, 1) 100%);
}

.hero-content,
.hero-bottom {
  position: relative;
  z-index: 2;
}

.hero-content {
  width: 100%;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.hero-label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  color: #c1c0c6;
}

.hero-title {
  margin: 0;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  line-height: 0.9;
  letter-spacing: 0.05em;
}

.title-77,
.title-hours {
  display: block;
  font-size: clamp(4rem, 12vw, 10.5rem);
}

.hero-tagline {
  max-width: 680px;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  color: #ebe9e2;
}

.hero-sub {
  max-width: 680px;
  color: #b8b8bf;
}

.hero-buttons {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
}

.hero-coming {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #bbb9bf;
}

.scroll-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #e1e0dc;
}

.scroll-text {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 1px solid #c9c8ce;
  border-bottom: 1px solid #c9c8ce;
  transform: rotate(45deg);
  animation: nudge 2.2s infinite;
}

@keyframes nudge {
  0%,
  100% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0.7;
  }
  50% {
    transform: rotate(45deg) translate(3px, 3px);
    opacity: 1;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.88rem 1.25rem;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(180deg, #8f1d2c, #63121e);
  border-color: rgba(240, 238, 233, 0.24);
  color: #f5f2ed;
}

.btn-outline {
  border-color: rgba(240, 238, 233, 0.35);
  background: rgba(21, 23, 30, 0.4);
}

.overview-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.overview-body p {
  color: #cfced2;
}

.film-meta {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.meta-item {
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
}

.meta-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9c9da6;
}

.meta-value {
  display: block;
  margin-top: 0.28rem;
}

.still-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  background: #0f1117;
}

.still-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.still-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 15%, rgba(10, 11, 14, 0.74) 100%);
}

.synopsis-inner {
  max-width: 800px;
}

.synopsis-divider {
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent-blue), transparent);
  margin-bottom: 1rem;
}

.synopsis-para {
  max-width: 62ch;
  color: #d7d5d2;
}

.fragments-head {
  padding-top: 5.2rem;
  padding-bottom: 1.4rem;
}

.fragment-panel {
  min-height: 78vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fragment-bg,
.fragment-overlay {
  position: absolute;
  inset: 0;
}

.fragment-bg {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 0.9s ease;
}

.fragment-panel.is-visible .fragment-bg {
  transform: scale(1.01);
}

.fragment-overlay {
  background: linear-gradient(180deg, rgba(9, 10, 13, 0.35) 0%, rgba(8, 9, 12, 0.9) 85%);
}

.fragment-content {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 5vw, 4rem);
  max-width: 820px;
}

.fragment-number {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  color: #9a9ca6;
  margin-bottom: 0.8rem;
}

.fragment-text {
  margin: 0;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(1.8rem, 4.2vw, 3.4rem);
  line-height: 1.07;
  letter-spacing: 0.03em;
  max-width: 18ch;
}

.trailer-section {
  background: linear-gradient(180deg, #0a0b0f 0%, #0d0f14 100%);
}

.trailer-inner {
  max-width: 980px;
}

.trailer-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  cursor: pointer;
}

.trailer-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trailer-frame-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(143, 29, 44, 0.3), rgba(10, 11, 15, 0.9) 66%);
}

.trailer-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: grid;
  place-items: center;
  background: rgba(7, 8, 10, 0.45);
}

.play-icon {
  font-size: 1.1rem;
  margin-left: 2px;
}

.trailer-accent-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, var(--accent-red), transparent 82%);
}

.screenings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.screening-card {
  background: linear-gradient(180deg, rgba(23, 25, 33, 0.75), rgba(14, 15, 20, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.screening-card:hover {
  border-color: rgba(255, 255, 255, 0.34);
  transform: translateY(-3px);
}

.card-city {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

.card-type,
.card-status {
  color: #c3c1c7;
}

.card-divider {
  margin: 0.75rem 0;
  height: 1px;
  background: var(--line);
}

.btn-card {
  width: 100%;
  margin-top: 0.85rem;
  border-color: rgba(143, 29, 44, 0.65);
  background: rgba(143, 29, 44, 0.16);
}

.btn-muted {
  border-color: rgba(116, 125, 138, 0.5);
  background: rgba(111, 127, 147, 0.16);
}

.screenings-footer {
  margin-top: 1.6rem;
}

.cta-section {
  position: relative;
  min-height: 58vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.cta-bg,
.cta-overlay {
  position: absolute;
  inset: 0;
}

.cta-bg {
  background-size: cover;
  background-position: center;
  filter: grayscale(0.25) contrast(1.08);
}

.cta-overlay {
  background: rgba(8, 9, 11, 0.8);
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-title {
  margin: 0 0 0.8rem;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  letter-spacing: 0.04em;
  font-size: clamp(2.2rem, 6vw, 4.7rem);
  line-height: 1;
}

.crew-block,
.cast-crew-grid,
.production-columns,
.contact-details,
.contact-buttons {
  display: grid;
  gap: 1rem;
}

.crew-block {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crew-featured {
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
}

.crew-role {
  color: #9ea0a9;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.crew-name {
  font-size: 1.12rem;
}

.cast-crew-grid,
.production-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cast-list,
.crew-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cast-list li,
.crew-list li {
  border-top: 1px solid var(--line);
  padding: 0.65rem 0;
}

.crew-item-role {
  color: #a1a3ad;
  display: inline-block;
  min-width: 180px;
}

.production-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prod-col {
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
}

.prod-col-icon {
  color: var(--accent-red);
}

.contact-details {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-item {
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
}

.contact-label {
  display: block;
  color: #a3a5ae;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.66rem;
}

.contact-buttons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social-links {
  margin-top: 1.5rem;
}

.social-link {
  color: #d8d7d3;
  font-size: 0.86rem;
  letter-spacing: 0.07em;
}

.social-sep {
  color: #7e818c;
  margin: 0 0.45rem;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #08090c;
  padding: 2.4rem 0;
}

.footer-inner {
  display: grid;
  gap: 1rem;
}

.footer-tagline,
.footer-copy {
  margin: 0;
  color: #a6a7ae;
}

.footer-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-link {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  background: rgba(2, 3, 6, 0.88);
  padding: 1rem;
}

.modal-overlay.is-open {
  display: grid;
}

.modal-inner {
  width: min(1600px, 96vw, calc(88vh * 16 / 9));
}

.modal-close {
  margin-left: auto;
  margin-bottom: 0.5rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(9, 10, 14, 0.65);
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.modal-video-wrap {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #000;
  width: 100%;
  padding-top: 56.25%;
}

.modal-video-wrap video,
.modal-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.reveal-up,
.reveal-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-fade {
  transform: none;
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }

@media (max-width: 980px) {
  .screenings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .overview-grid,
  .production-columns,
  .contact-details,
  .contact-buttons,
  .cast-crew-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hamburger {
    display: inline-block;
  }

  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: rgba(9, 10, 13, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateY(calc(-100% - var(--header-h) - 1px));
    transition: transform 0.35s ease;
    padding: 0.8rem 4%;
  }

  .main-nav.is-open {
    transform: translateY(0);
  }

  .nav-list {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .fragment-panel {
    min-height: 62vh;
  }

  .trailer-frame {
    min-height: 0;
  }

  .screenings-grid,
  .crew-block {
    grid-template-columns: 1fr;
  }
}