:root {
  color-scheme: dark;
  --background: #08090b;
  --text: #f3eee9;
  --muted: #aba4a8;
  --accent: #ff004d;
  --focus: #ff8dad;
  --line: #ffffff16;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font: 16px/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:focus-visible { outline: 2px solid var(--focus); outline-offset: 7px; border-radius: 2px; }
a:hover { color: white; }
::selection { color: white; background: #921033; }
.wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: absolute; left: 24px; top: -100px; z-index: 10; padding: 12px 18px; background: #21171c; }
.skip:focus { top: 12px; }
.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 110px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { display: block; width: 42px; height: 42px; border-radius: 10px; }
.brand > span { font-size: 25px; font-weight: 650; letter-spacing: -1.2px; }
.brand-stop { color: var(--accent); }
.contact-link { color: var(--muted); font-size: 13px; text-decoration: none; }
.contact-link span { display: inline-block; margin-left: 12px; color: var(--text); }
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 790px;
  padding-block: 104px 220px;
  text-align: center;
}
.cinema { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.cinema::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 52%, #39111d44, transparent 62%);
}
.screen {
  position: absolute;
  top: 8%;
  bottom: 22%;
  left: 50%;
  width: min(1080px, 88%);
  transform: translateX(-50%);
  border: 1px solid #edacba17;
  border-bottom-color: #ff4c7e45;
  border-radius: 4px;
  background: linear-gradient(180deg, #0c0b0d30 30%, #280e1866 100%);
  box-shadow: 0 0 90px #ff004d06, inset 0 -35px 75px #ff004d04;
}
.screen::before,
.screen::after {
  content: "";
  position: absolute;
  inset-block: 6%;
  width: 1px;
  background: linear-gradient(transparent, #ffd5df21, transparent);
}
.screen::before { left: -13px; }
.screen::after { right: -13px; }
.light-floor {
  position: absolute;
  left: 50%;
  bottom: 4%;
  width: min(1120px, 110%);
  height: 34%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 45%, #ff004d20 0%, #96113510 35%, transparent 68%);
}
.light-line {
  position: absolute;
  bottom: 22%;
  left: 50%;
  width: min(920px, 76%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #a42041 24%, #ff8da555 50%, #a42041 76%, transparent);
  box-shadow: 0 0 20px 1px #ff004d35;
}
.hero-content { position: relative; z-index: 1; padding-bottom: 12px; }
.eyebrow { margin: 0 0 30px; color: #c3a9b2; font-size: 11px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(64px, 7.7vw, 112px); line-height: 1.06; font-weight: 500; letter-spacing: -.065em; }
h1 em { font-family: Georgia, "Times New Roman", serif; font-size: 1.06em; font-weight: 400; letter-spacing: -.06em; color: #f3d8df; }
.intro { margin: 31px auto 0; max-width: 560px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.test-status { display: inline-flex; align-items: center; gap: 10px; margin-top: 37px; padding: 10px 16px; border: 1px solid #ffffff20; border-radius: 3px; background: #0c0a0c80; }
.test-status p { margin: 0; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.status-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px #ff004d70; }
.end-title { position: absolute; bottom: 42px; left: 24px; right: 24px; margin: 0; color: var(--muted); font-size: 11px; letter-spacing: 1px; }
.credits { display: grid; grid-template-columns: 180px 1fr; gap: 40px; padding-block: 43px 47px; border-top: 1px solid var(--line); }
.credits-heading { display: flex; align-items: center; gap: 11px; align-self: start; padding-top: 3px; }
.section-mark { display: block; width: 16px; height: 1px; background: #c45270; }
.credits h2 { margin: 0; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: 1.6px; text-transform: uppercase; }
.credits-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 48px; }
.credits-grid > div { min-width: 0; }
.credits h3 { margin: 0 0 15px; font-size: 16px; font-weight: 600; line-height: 1.2; }
.credits h3 a { text-decoration: none; }
.credits p { margin: 0 0 8px; max-width: 480px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.credits p:last-child { margin-bottom: 0; }
.tmdb-link { display: inline-block; margin-bottom: 15px; }
.tmdb-logo { display: block; width: 200px; max-width: 100%; height: auto; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); padding-block: 25px 31px; color: var(--muted); font-size: 11px; }
.site-footer p { margin: 0; }
.site-footer p span { margin-inline: 7px; }
.site-footer a { text-decoration: none; overflow-wrap: anywhere; }
@media screen and (min-width: 1001px) {
  .hero { margin-block-start: -64px; }
  .end-title { bottom: 82px; }
}
@media (min-width: 1600px) {
  .hero { min-height: 850px; }
}
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero { min-height: 730px; padding-block: 100px 125px; }
  .credits { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 44px); }
  .site-header { min-height: 90px; }
  .brand { gap: 9px; }
  .brand img { width: 35px; height: 35px; border-radius: 8px; }
  .brand > span { font-size: 23px; }
  .contact-link { font-size: 12px; }
  .contact-link span { margin-left: 7px; }
  .hero { min-height: 670px; padding-block: 99px 133px; }
  .screen { top: 8%; bottom: 23%; width: calc(100% - 26px); }
  .screen::before, .screen::after { display: none; }
  .light-line { width: 92%; bottom: 23%; }
  .light-floor { width: 140%; bottom: 7%; }
  .eyebrow { margin-bottom: 30px; font-size: 9px; letter-spacing: 2px; }
  h1 { font-size: clamp(44px, 10.7vw, 64px); line-height: 1.13; letter-spacing: -.06em; }
  .intro { margin-top: 27px; max-width: 330px; font-size: 15px; line-height: 1.9; }
  .intro br { display: none; }
  .test-status { margin-top: 29px; padding: 10px 13px; }
  .test-status p { font-size: 9px; letter-spacing: 1.2px; }
  .end-title { bottom: 42px; font-size: 10px; }
  .credits { padding-block: 32px 35px; gap: 26px; }
  .credits-grid { grid-template-columns: 1fr; gap: 27px; }
  .credits p { max-width: 420px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 9px; padding-block: 22px 27px; font-size: 10px; }
}
@media print {
  :root { --text: #111; --muted: #444; --line: #ccc; }
  body { background: white; color: var(--text); }
  .skip, .cinema, .contact-link { display: none; }
  .wrap { width: 100%; }
  .site-header { min-height: 70px; }
  .hero { min-height: 0; padding-block: 40px; }
  .eyebrow, h1 em { color: #751d37; }
  h1 { font-size: 60px; }
  .test-status { background: none; border-color: #999; }
  .end-title { position: static; margin-top: 28px; }
  .credits { grid-template-columns: 1fr; padding-block: 25px; }
}
