:root {
  --bg: #070c17;
  --bg-deep: #040811;
  --panel: #0d1524;
  --panel-soft: #111c2e;
  --text: #f2f6fc;
  --muted: #95a2b7;
  --red: #ea3148;
  --red-light: #ff6c7e;
  --blue: #36a6ff;
  --blue-light: #8bd1ff;
  --line: rgba(255, 255, 255, .1);
  --container: 1180px;
  --radius-lg: 30px;
  --radius-md: 18px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .38);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #070c17;
  background: #fff;
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}

.site-header.is-scrolled {
  background: rgba(5, 10, 19, .82);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .055em;
  text-decoration: none;
}

.brand > span:last-child > span { color: var(--red-light); }

.brand-symbol {
  position: relative;
  display: grid;
  width: 29px;
  height: 29px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--red), #9e1327);
  border-radius: 50% 50% 50% 12px;
  place-items: center;
  transform: rotate(-8deg);
  box-shadow: 0 5px 20px rgba(234, 49, 72, .28);
}

.brand-symbol::before,
.brand-symbol::after,
.brand-symbol i {
  position: absolute;
  width: 1px;
  height: 23px;
  background: rgba(255, 255, 255, .72);
  content: "";
}

.brand-symbol::before { transform: rotate(45deg); }
.brand-symbol::after { transform: rotate(-45deg); }
.brand-symbol i { height: 27px; transform: rotate(90deg); }

.header-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.header-nav a {
  color: #b9c3d1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  transition: color .2s ease;
}

.header-nav a:hover { color: #fff; }

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 15px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--line);
  border-radius: 99px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.header-cta span {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--red-light);
}

.hero {
  position: relative;
  display: flex;
  min-height: 820px;
  overflow: hidden;
  background: #060b15;
  align-items: center;
}

.hero-art,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-art {
  background-image: url('/assets/nyc-hero.webp');
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(4, 8, 17, .99) 0%, rgba(4, 8, 17, .94) 28%, rgba(4, 8, 17, .46) 62%, rgba(4, 8, 17, .1) 100%),
    linear-gradient(180deg, rgba(4, 8, 17, .35) 0%, transparent 50%, var(--bg) 100%);
}

.web-lines {
  position: absolute;
  top: 10%;
  left: 47%;
  width: 650px;
  height: 650px;
  opacity: .12;
  transform: rotate(-15deg);
}

.web-lines::before,
.web-lines::after,
.web-lines i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(128, 202, 255, .7);
  border-radius: 50%;
  content: "";
}

.web-lines::after { inset: 120px; }
.web-lines i:nth-child(1) { clip-path: polygon(50% 0, 52% 0, 100% 100%, 98% 100%); border-radius: 0; }
.web-lines i:nth-child(2) { clip-path: polygon(0 48%, 100% 50%, 100% 52%, 0 50%); border-radius: 0; }
.web-lines i:nth-child(3) { inset: 240px; }

.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 90px;
}

.hero-copy { max-width: 690px; }

.release-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 7px 12px;
  color: #d4dfec;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.release-badge span {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(234, 49, 72, .12);
}

.original-title {
  margin: 0 0 7px;
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(50px, 7vw, 88px);
  font-weight: 900;
  line-height: .91;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #fff 0%, #9fd5ff 45%, #f38a98 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.watch-query {
  margin-bottom: 20px;
  color: #bdc9d9;
  font-size: clamp(17px, 2.2vw, 23px);
  font-weight: 650;
  line-height: 1.25;
}

.hero-description {
  max-width: 590px;
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 16px;
}

.movie-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 31px;
  color: #d6deea;
  font-size: 12px;
  font-weight: 750;
}

.movie-meta i {
  width: 3px;
  height: 3px;
  background: #53647a;
  border-radius: 50%;
}

.movie-meta strong {
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 4px;
  font-size: 9px;
  letter-spacing: .08em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 13px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 56px;
  padding: 0 25px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.primary-button {
  color: #fff;
  background: linear-gradient(135deg, #ed3048, #be1732);
  box-shadow: 0 15px 40px rgba(221, 34, 61, .25);
}

.primary-button:hover {
  box-shadow: 0 18px 50px rgba(221, 34, 61, .34);
  transform: translateY(-2px);
}

.play {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.secondary-button {
  color: #d8e2ef;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.secondary-button:hover { background: rgba(255, 255, 255, .1); transform: translateY(-2px); }

.premiere-note {
  margin: 20px 0 0;
  color: #718096;
  font-size: 11px;
}

.premiere-note span { color: var(--red); }

.scroll-hint {
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #66758b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-hint span {
  position: relative;
  width: 17px;
  height: 27px;
  border: 1px solid #536277;
  border-radius: 10px;
}

.scroll-hint span::before {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 2px;
  height: 5px;
  background: var(--red-light);
  border-radius: 2px;
  content: "";
}

.watch-section {
  position: relative;
  padding: 100px 0 105px;
  background: var(--bg);
}

.watch-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(900px, 90vw);
  height: 300px;
  background: radial-gradient(ellipse, rgba(44, 139, 220, .08), transparent 68%);
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

.section-heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 29px;
}

.eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--red-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(31px, 4.7vw, 54px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.quality-badge {
  flex: 0 0 auto;
  padding: 7px 11px;
  color: var(--blue-light);
  background: rgba(54, 166, 255, .08);
  border: 1px solid rgba(54, 166, 255, .22);
  border-radius: 7px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.player-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #02040a;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.player-shell iframe,
.player-shell video,
.player-shell > div:not(.player-placeholder) {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-wrapper,
.dreams-player {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.player-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 7, 15, .96), rgba(3, 7, 15, .48)),
    url('/assets/nyc-hero.webp') center / cover;
  place-items: center;
}

.player-placeholder::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50%, rgba(31, 133, 220, .12), transparent 32%);
  content: "";
}

.player-city {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(102, 183, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 183, 255, .025) 1px, transparent 1px);
  background-size: 52px 52px;
}

.player-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  padding: 20px;
  text-align: center;
}

.player-icon {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
  background: rgba(234, 49, 72, .1);
  border: 1px solid rgba(234, 49, 72, .42);
  border-radius: 50%;
  place-items: center;
  box-shadow: 0 0 45px rgba(234, 49, 72, .12);
}

.player-icon::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--red-light);
  content: "";
}

.player-icon i {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(234, 49, 72, .12);
  border-radius: 50%;
}

.player-content strong { font-size: clamp(23px, 3vw, 33px); }
.player-content p { margin: 5px 0 17px; color: #a5b2c4; }

.player-label {
  padding: 6px 11px;
  color: #c4e6ff;
  background: rgba(54, 166, 255, .09);
  border-radius: 99px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.watch-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 18px;
  padding: 0 4px;
  color: #718095;
  font-size: 11px;
}

.watch-meta p { display: flex; align-items: center; gap: 8px; margin: 0; }
.watch-meta svg { width: 15px; height: 15px; fill: var(--blue); }

.about-section {
  padding: 115px 0;
  background: #080e1a;
  border-block: 1px solid rgba(255, 255, 255, .055);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, .65fr);
  gap: 90px;
  align-items: start;
}

.synopsis h2 { max-width: 720px; margin-bottom: 30px; }
.synopsis p { color: #9eabba; }
.synopsis .lead { color: #c2ccd9; font-size: 18px; line-height: 1.65; }

.official-source {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 30px;
  padding: 16px 18px;
  background: rgba(54, 166, 255, .055);
  border: 1px solid rgba(54, 166, 255, .13);
  border-radius: 12px;
}

.official-source svg { flex: 0 0 auto; width: 18px; height: 18px; fill: var(--blue); }
.official-source p { margin: 0; font-size: 12px; }
.official-source a { color: #d9edff; text-underline-offset: 3px; }

.movie-card {
  position: sticky;
  top: 105px;
  padding: 27px;
  background:
    linear-gradient(145deg, rgba(18, 31, 50, .97), rgba(9, 17, 31, .97)),
    url('/assets/nyc-hero.webp') center / cover;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .28);
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 850;
}

.card-top strong {
  color: var(--red-light);
  font-size: 11px;
  letter-spacing: .08em;
}

.movie-card dl { margin: 15px 0 23px; }

.movie-card dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
}

.movie-card dt { color: #7e8ba0; font-size: 11px; }
.movie-card dd { margin: 0; color: #dbe3ee; font-size: 12px; font-weight: 750; line-height: 1.45; text-align: right; }
.movie-card .rating { padding: 3px 6px; border: 1px solid #596980; border-radius: 4px; font-size: 9px; }

.movie-card > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.movie-card > a span { font-size: 17px; transition: transform .2s ease; }
.movie-card > a:hover span { transform: translateX(4px); }

.cast-section { padding: 110px 0; }

.center-heading {
  max-width: 650px;
  margin: 0 auto 48px;
  text-align: center;
}

.center-heading h2 { margin-bottom: 12px; }
.center-heading p { color: var(--muted); }

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

.cast-grid article {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 104px;
  padding: 19px;
  background: rgba(255, 255, 255, .025);
  border: 1px solid var(--line);
  border-radius: 15px;
  transition: border-color .2s ease, transform .2s ease;
}

.cast-grid article:hover { border-color: rgba(54, 166, 255, .26); transform: translateY(-2px); }

.avatar {
  display: grid;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  color: #f5f8fc;
  background: linear-gradient(145deg, #1d3555, #121d30);
  border: 1px solid rgba(102, 183, 255, .23);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  place-items: center;
}

.cast-grid article:nth-child(3n + 1) .avatar { background: linear-gradient(145deg, #9f2033, #501421); border-color: rgba(255, 108, 126, .25); }
.cast-grid h3 { margin-bottom: 2px; font-size: 15px; }
.cast-grid p { margin: 0; color: #7f8da1; font-size: 11px; }

.quality-section {
  padding: 105px 0;
  background: #080f1d;
  border-block: 1px solid rgba(255, 255, 255, .055);
}

.quality-inner {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 80px;
  align-items: start;
}

.quality-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.quality-list article {
  min-height: 210px;
  padding: 25px;
  background: rgba(255, 255, 255, .025);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.quality-list article > span {
  display: block;
  margin-bottom: 43px;
  color: var(--red-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
}

.quality-list h3 { margin-bottom: 8px; font-size: 16px; }
.quality-list p { margin-bottom: 0; color: var(--muted); font-size: 12px; }

.faq-section { padding: 115px 0; }

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 100px;
}

.faq-title-block {
  position: sticky;
  top: 105px;
  align-self: start;
}

.faq-title-block h2 { margin-bottom: 16px; }
.faq-title-block p { color: var(--muted); }

.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 23px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 auto; width: 20px; height: 20px; }

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--red-light);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%); }
.faq-list details p { max-width: 650px; margin: -3px 42px 24px 0; color: var(--muted); font-size: 13px; }

.final-cta {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: #060b15;
}

.final-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 17, .98) 0%, rgba(4, 8, 17, .77) 50%, rgba(4, 8, 17, .23) 100%),
    linear-gradient(0deg, #050a13, transparent 45%),
    url('/assets/nyc-hero.webp') center 58% / cover;
}

.final-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  justify-content: center;
}

.final-content h2 { margin-bottom: 30px; font-size: clamp(44px, 7vw, 80px); text-transform: uppercase; }
.final-content h2 span { color: var(--red-light); }
.final-content .primary-button { align-self: flex-start; }

.site-footer { padding: 40px 0; background: #03060c; }

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #758196;
  font-size: 10px;
}

.footer-inner p { max-width: 600px; margin: 0; text-align: center; }
.footer-brand { flex: 0 0 auto; opacity: .82; }

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue-light);
  outline-offset: 4px;
}

@media (max-width: 920px) {
  .hero { min-height: 760px; }
  .about-grid { gap: 45px; }
  .cast-grid { grid-template-columns: repeat(2, 1fr); }
  .quality-inner { grid-template-columns: 1fr; gap: 45px; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 66px; }
  .header-nav { display: none; }
  .header-cta { min-height: 34px; padding-inline: 13px; }
  .hero { min-height: 780px; align-items: flex-end; padding-bottom: 85px; }
  .hero-art { background-position: 67% center; }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 8, 17, .97) 0%, rgba(4, 8, 17, .65) 68%, rgba(4, 8, 17, .3) 100%),
      linear-gradient(180deg, rgba(4, 8, 17, .2) 0%, rgba(4, 8, 17, .4) 38%, var(--bg) 100%);
  }
  .hero-inner { padding-top: 110px; }
  h1 { font-size: clamp(44px, 14vw, 68px); }
  .hero-description { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button, .secondary-button { width: 100%; }
  .scroll-hint { display: none; }
  .watch-section, .about-section, .cast-section, .quality-section, .faq-section { padding-block: 75px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .player-shell { border-radius: 16px; }
  .player-content p { font-size: 12px; }
  .watch-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .movie-card, .faq-title-block { position: static; }
  .cast-grid { grid-template-columns: 1fr; }
  .quality-list { grid-template-columns: 1fr; }
  .quality-list article { min-height: auto; }
  .quality-list article > span { margin-bottom: 22px; }
  .final-cta, .final-content { min-height: 430px; }
  .final-bg { background-position: 66% center; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 430px) {
  .brand { font-size: 12px; }
  .brand-symbol { width: 26px; height: 26px; }
  .hero { min-height: 730px; }
  .movie-meta { flex-wrap: wrap; }
  .player-icon { width: 54px; height: 54px; margin-bottom: 12px; }
  .player-label { display: none; }
  .player-content strong { font-size: 19px; }
  .player-content p { margin-bottom: 0; }
  .synopsis .lead { font-size: 16px; }
  .movie-card { padding: 22px; }
}

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