@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/InstrumentSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/InstrumentSerif-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("fonts/InstrumentSans.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0e0e12;
  --page: #f5f5f7;
  --sapphire: #2440e0;
  --muted: #8a8a94;
  --line: rgba(245, 245, 247, 0.1);
  --serif: "Instrument Serif", "Iowan Old Style", Palatino, Georgia, serif;
  --sans: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  background: var(--ink);
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--ink);
  color: var(--page);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.012em;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-kerning: normal;
}

img { max-width: 100%; display: block; height: auto; background: transparent; }

a { color: var(--sapphire); text-decoration: none; }
a:hover { color: #fff; }
a:active { opacity: 0.65; }

:focus-visible {
  outline: 2px solid var(--sapphire);
  outline-offset: 3px;
}

::selection {
  background: var(--sapphire);
  color: #fff;
}

.skip {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 300;
  background: var(--sapphire);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}
.skip:focus { top: 12px; color: #fff; }

.mark {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.46em;
  color: var(--page);
  text-decoration: none;
}
.mark:hover { color: #fff; }

.wrap {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}

nav {
  position: sticky;
  top: 0;
  z-index: 100;
  isolation: isolate;
  background: rgba(14, 14, 18, 0.72);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--line);
}

nav .wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 68px;
}

nav .links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav .links a { color: rgba(245, 245, 247, 0.72); }
nav .links a:hover,
nav .links a[aria-current="page"] { color: #fff; }

nav.ghost {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
nav.ghost.solid {
  background: rgba(14, 14, 18, 0.72);
  border-bottom-color: var(--line);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sapphire);
  color: #fff;
  border-radius: 14px;
  padding: 15px 26px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn:hover { text-decoration: none; opacity: 0.92; color: #fff; }
.btn:active { transform: translateY(1px); }

.btn-ghost {
  background: transparent;
  color: var(--page);
  border: 1px solid rgba(245, 245, 247, 0.22);
}
.btn-ghost:hover { color: #fff; border-color: #fff; }

body.paper .btn-ghost {
  color: var(--ink);
  border-color: rgba(14, 14, 18, 0.2);
}
body.paper .btn-ghost:hover { color: var(--sapphire); border-color: var(--sapphire); }

.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 22px;
}

em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}

/* ——— Cold open ——— */

.cold {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--page);
}

.cold-media {
  position: absolute;
  inset: -4%;
  z-index: 0;
}

.cold-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
  animation: ken 28s var(--ease) both;
  filter: saturate(1.05) contrast(1.04);
}

.cold-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(14, 14, 18, 0.28) 0%, rgba(14, 14, 18, 0.12) 32%, rgba(14, 14, 18, 0.55) 70%, rgba(14, 14, 18, 0.96) 100%),
    radial-gradient(ellipse at 70% 30%, rgba(36, 64, 224, 0.18), transparent 52%);
  pointer-events: none;
}

.cold-copy {
  position: relative;
  z-index: 2;
  padding: 0 24px 8px;
  width: min(720px, calc(100% - 80px));
  margin: 0 auto;
  justify-self: center;
  text-align: center;
  animation: rise 1.4s var(--ease) 0.15s both;
}

.cold h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(52px, 7.2vw, 88px);
  line-height: 1.06;
  letter-spacing: -0.022em;
  text-wrap: unset;
}

.cold .whisper {
  margin: 28px auto 0;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.6;
  color: rgba(245, 245, 247, 0.78);
  max-width: none;
  letter-spacing: 0.014em;
}

.scroll {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 36px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245, 245, 247, 0.55);
  animation: pulse 3.2s ease-in-out infinite;
}
.scroll:hover { color: #fff; }

/* ——— Scenes ——— */

.scene {
  position: relative;
  padding: 120px 0;
}

.scene-bleed {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: end start;
  padding: 0;
  overflow: hidden;
}

.bleed-media,
.bleed-veil {
  position: absolute;
  inset: 0;
}

.bleed-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  animation: ken 32s var(--ease) both;
}

.bleed-veil {
  background:
    linear-gradient(180deg, rgba(14, 14, 18, 0.35) 0%, rgba(14, 14, 18, 0.2) 40%, rgba(14, 14, 18, 0.82) 100%),
    radial-gradient(ellipse at 50% 80%, rgba(36, 64, 224, 0.16), transparent 55%);
  pointer-events: none;
}

.bleed-copy {
  position: relative;
  z-index: 2;
  padding: 0 0 96px;
  max-width: 36em;
}

.bleed-copy h2 {
  color: var(--page);
  max-width: none;
  text-wrap: unset;
}
.bleed-copy .lede {
  color: rgba(245, 245, 247, 0.78);
  max-width: 28em;
}

.scene h2,
.ticket h2,
.tease h2,
.land h2,
.hero-inner h1,
.gallery h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.12;
  text-wrap: balance;
}

.scene h2 {
  font-size: clamp(40px, 5.6vw, 72px);
  max-width: 14ch;
}

.lede {
  margin-top: 28px;
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.72;
  letter-spacing: 0.014em;
  color: rgba(245, 245, 247, 0.7);
  max-width: 28em;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 400px);
  gap: 96px;
  align-items: center;
}

.split-flip {
  grid-template-columns: minmax(280px, 400px) minmax(0, 1.05fr);
}

.still {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  min-height: 420px;
}

.still img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 70%;
}

.device {
  position: relative;
  max-width: 380px;
  justify-self: center;
  width: 100%;
  line-height: 0;
}

.device img {
  width: 100%;
  background: transparent;
  border-radius: 46px;
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.5));
}

.bloom {
  position: relative;
}
.bloom::before {
  content: "";
  position: absolute;
  inset: 8% -18%;
  background: radial-gradient(ellipse at center, rgba(36, 64, 224, 0.2), transparent 64%);
  pointer-events: none;
  z-index: -1;
}

/* ——— Ticket / the week ——— */

.ticket {
  background: var(--page);
  color: var(--ink);
  padding: 120px 0 108px;
}

.ticket-plain { background: transparent; padding-top: 24px; }

.ticket .eyebrow { color: #6a6a72; }
.ticket h2 {
  font-size: clamp(44px, 6vw, 80px);
  max-width: 12ch;
  color: var(--ink);
}
.ticket .lede { color: #3a3a42; }
.ticket .price {
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 36px 0 8px;
}
.ticket .price span {
  display: block;
  margin-top: 10px;
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #6a6a72;
}
.ticket a:hover { color: var(--sapphire); }

.stubs {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 36px;
  margin-top: 72px;
}

.stubs li {
  padding-top: 22px;
  border-top: 1px solid rgba(14, 14, 18, 0.12);
}

.stubs strong {
  display: block;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}

.stubs span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #5c5c64;
}

.soon {
  margin-top: 48px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6a6a72;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

/* ——— Catalog tease ——— */

.tease {
  padding: 120px 0 40px;
  overflow: hidden;
}

.tease h2 {
  font-size: clamp(40px, 5.4vw, 68px);
  max-width: 14ch;
}

.tease .wrap-copy { margin-bottom: 56px; }

.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee 55s linear infinite;
}

.marquee-track img {
  height: 300px;
  width: 190px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 6px;
  filter: saturate(0.92);
}

.tease-foot {
  width: min(1180px, calc(100% - 80px));
  margin: 48px auto 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.tease-foot p {
  color: var(--muted);
  max-width: 38em;
  font-size: 16px;
  line-height: 1.65;
}

.tease-foot a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--page);
  border-bottom: 1px solid rgba(245, 245, 247, 0.28);
  padding-bottom: 4px;
}
.tease-foot a:hover { color: #fff; border-color: #fff; }

/* ——— Land ——— */

.land {
  padding: 40px 0 140px;
  border-top: 1px solid var(--line);
}

.land h2 {
  font-size: clamp(36px, 4.6vw, 56px);
  max-width: 16ch;
}

/* ——— Reveal ——— */

.reveal { opacity: 1; }

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
}

.js .reveal.in {
  animation: rise 1.15s var(--ease) both;
}

.d1 { animation-delay: 0.08s !important; }
.d2 { animation-delay: 0.2s !important; }
.d3 { animation-delay: 0.34s !important; }

/* ——— Inner pages ——— */

.hero-inner {
  padding: 96px 0 24px;
}

.hero-inner h1 {
  font-size: clamp(46px, 7vw, 88px);
  max-width: 13ch;
  margin-top: 4px;
}

.gallery {
  padding: 40px 0 120px;
}

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

.frames figure {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: #111;
}

.frames img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.08);
  transition: transform 1.4s var(--ease), filter 1.4s var(--ease);
  filter: saturate(0.88);
}

.frames figure:hover img {
  transform: scale(1.14);
  filter: saturate(1);
}

.note {
  margin-top: 36px;
  color: var(--muted);
  font-size: 16px;
  max-width: 40em;
  line-height: 1.7;
}

.letter {
  margin: 48px auto 140px;
  background: var(--page);
  color: var(--ink);
  padding: 72px 64px;
  max-width: 860px;
}

.letter .eyebrow { color: #6a6a72; }
.letter h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.16;
  margin-bottom: 28px;
  max-width: 16ch;
}

.rows { border-top: 1px solid rgba(14, 14, 18, 0.1); }

.row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(14, 14, 18, 0.1);
}

.row dt {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6a6a72;
  padding-top: 6px;
}

.row dd {
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #2a2a32;
}

.letter .cta-block {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.letter .cta-block p { color: #5c5c64; font-size: 15px; }

body.paper {
  background: var(--page);
  color: var(--ink);
}

body.paper nav {
  background: rgba(245, 245, 247, 0.86);
  border-bottom-color: rgba(14, 14, 18, 0.08);
}

body.paper .mark { color: var(--ink); }
body.paper .mark:hover { color: var(--sapphire); }
body.paper nav .links a { color: #4a4a52; }
body.paper nav .links a:hover,
body.paper nav .links a[aria-current="page"] { color: var(--ink); }
body.paper .lede { color: #3a3a42; }
body.paper footer.site {
  background: var(--ink);
  color: var(--muted);
  border-top: 0;
}

/* ——— Footer ——— */

footer.site {
  border-top: 1px solid var(--line);
  padding: 64px 0 0;
  font-size: 15px;
  color: var(--muted);
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 48px 40px;
  padding-bottom: 56px;
}

.foot-grid h3 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 245, 247, 0.38);
  margin-bottom: 16px;
}

.foot-grid a,
.foot-grid p {
  display: block;
  color: var(--muted);
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1.5;
}

.foot-grid a:hover { color: var(--page); }
.foot-grid .mark { display: inline-block; margin-bottom: 16px; color: var(--page); }

.colophon {
  padding: 28px 0 10px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.word-huge {
  font-family: var(--serif);
  font-size: clamp(64px, 18vw, 220px);
  letter-spacing: 0.16em;
  line-height: 0.86;
  color: rgba(245, 245, 247, 0.05);
  overflow: hidden;
  user-select: none;
  padding: 16px 0 32px;
}

.legal {
  padding: 88px 0 140px;
  max-width: 680px;
}

.legal h1 {
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 58px);
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.14;
  margin: 16px 0 28px;
}

.legal p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.012em;
  color: rgba(245, 245, 247, 0.78);
}

.lost {
  min-height: calc(100svh - 72px);
  display: grid;
  place-content: center;
  text-align: center;
  padding: 80px 24px 120px;
}

.lost h1 {
  font-family: var(--serif);
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 400;
  letter-spacing: -0.016em;
  line-height: 1.12;
}

.lost p {
  margin: 22px 0 32px;
  color: var(--muted);
  line-height: 1.65;
}

.lost .btn {
  justify-self: center;
  width: max-content;
}

/* ——— Motion ——— */

@keyframes ken {
  from { transform: scale(1.12) translate3d(0, 2.4%, 0); }
  to { transform: scale(1) translate3d(0, 0, 0); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

@keyframes pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 960px) {
  .stubs { grid-template-columns: 1fr 1fr; }
  .frames { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .wrap,
  .cold-copy,
  .tease-foot { width: min(1180px, calc(100% - 40px)); }
  nav .links { gap: 14px; font-size: 11px; letter-spacing: 0.08em; }
  .split,
  .split-flip {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .split-flip .device,
  .split-flip .still { order: -1; }
  .cold { min-height: 92svh; }
  .cold h1 { font-size: clamp(44px, 12vw, 64px); }
  .cold-copy { padding: 0 8px 72px; max-width: none; }
  .device { max-width: 280px; }
  .scene { padding: 88px 0; }
  .ticket { padding: 80px 0; }
  .stubs { grid-template-columns: 1fr; }
  .frames { grid-template-columns: 1fr; }
  .frames figure,
  .frames img,
  .still,
  .still img { min-height: 320px; }
  .letter { padding: 40px 28px; margin: 24px 0 80px; }
  .row { grid-template-columns: 1fr; gap: 8px; }
  .marquee-track img { height: 240px; width: 152px; }
  .word-huge { font-size: 18vw; }
  .scroll { bottom: 28px; }
}

@media (max-width: 480px) {
  nav .links { gap: 10px; font-size: 10px; letter-spacing: 0.06em; }
  .hero-inner { padding-top: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cold-media img,
  .bleed-media img,
  .marquee-track,
  .scroll,
  .reveal,
  .js .reveal.in,
  .frames img {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}
