:root {
  color-scheme: dark;
  --ink: #090a0d;
  --ink-soft: #101218;
  --paper: #eee8dc;
  --muted: #a9a59e;
  --line: rgba(238, 232, 220, 0.18);
  --red: #d51e2b;
  --red-dark: #8d111a;
  --gold: #c3a56a;
  --content: 1240px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: .9rem var(--pad); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled, .site-header-solid { background: rgba(9, 10, 13, .94); border-bottom-color: var(--line); backdrop-filter: blur(16px); }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; text-decoration: none; font-weight: 900; letter-spacing: .09em; line-height: .78; }
.wordmark-main { font-size: 1.15rem; }
.wordmark-sub { margin-top: .35rem; color: var(--red); font-size: .73rem; letter-spacing: .45em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.25rem, 3vw, 3rem); }
.site-nav a, .site-footer nav a { color: var(--muted); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav .is-current, .site-footer nav a:hover { color: var(--paper); }
.header-store-link { justify-self: end; padding: .65rem .9rem; border: 1px solid var(--line); color: var(--paper); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.header-store-link[aria-disabled="true"] { color: var(--muted); cursor: default; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: end; padding: 9rem var(--pad) clamp(7rem, 12vh, 9rem); }
.hero-image, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 52% 44%; filter: saturate(.77) contrast(1.06); }
.hero-wash { background: linear-gradient(90deg, rgba(4, 5, 8, .95) 0%, rgba(4, 5, 8, .73) 39%, rgba(4, 5, 8, .1) 73%), linear-gradient(0deg, rgba(4, 5, 8, .78) 0%, transparent 48%); }
.hero-content { position: relative; z-index: 2; max-width: 770px; }
.eyebrow { display: flex; gap: 1.5rem; margin: 0 0 1.5rem; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span + span::before { content: "◆"; margin-right: 1.5rem; color: var(--red); }
.hero h1, .section h2, .legal-hero h1 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: -.025em; line-height: .9; text-transform: uppercase; }
.hero h1 { font-size: clamp(4rem, 10vw, 9rem); }
.hero h1 span { display: block; }
.hero h1 span:last-child { color: transparent; -webkit-text-stroke: 1px var(--paper); }
.hero-copy { max-width: 650px; margin: 1.7rem 0 2rem; color: #d5d2cc; font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2.25rem; padding: .85rem 1.15rem; border: 1px solid var(--line); font-size: .82rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 265px; background: var(--red); border-color: var(--red); color: white; }
.button-primary:hover { background: #ee2434; border-color: #ee2434; }
.button-primary[aria-disabled="true"] { background: rgba(213, 30, 43, .48); border-color: rgba(213, 30, 43, .48); color: rgba(255,255,255,.7); cursor: default; }
.button-primary[aria-disabled="true"]:hover { transform: none; }
.button-secondary { color: var(--paper); }
.button-secondary:hover { border-color: var(--paper); }
.store-note { margin: .8rem 0 0; color: var(--muted); font-size: .8rem; }
.store-note[hidden] { display: none; }
.hero-room { position: absolute; z-index: 2; right: var(--pad); bottom: clamp(7rem, 12vh, 9rem); display: flex; flex-direction: column; align-items: end; line-height: 1; }
.hero-room span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .3em; }
.hero-room strong { color: rgba(238, 232, 220, .16); font-family: Impact, sans-serif; font-size: clamp(5rem, 11vw, 9rem); font-weight: 900; }
.scroll-cue { position: absolute; z-index: 2; bottom: 1.6rem; left: 50%; display: flex; flex-direction: column; align-items: center; gap: .4rem; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }

.section { position: relative; max-width: var(--content); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.section-number { position: absolute; top: 4rem; right: var(--pad); color: rgba(238, 232, 220, .05); font-family: Impact, sans-serif; font-size: clamp(7rem, 17vw, 14rem); line-height: 1; }
.kicker { margin: 0 0 1rem; color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: end; }
.section h2 { font-size: clamp(3.1rem, 6.5vw, 6.6rem); }
.intro-copy { position: relative; z-index: 1; padding-bottom: .5rem; color: #c5c1ba; }
.intro-copy p:first-child { color: var(--paper); font-size: 1.2rem; }

.night-cycle { max-width: none; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.phase-card { min-height: 430px; padding: clamp(2rem, 4vw, 4.5rem); display: flex; flex-direction: column; justify-content: flex-end; background-position: center; background-size: cover; border-right: 1px solid var(--line); }
.phase-card:last-child { border-right: 0; }
.phase-index { margin-bottom: auto; color: var(--gold); font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.phase-card h3 { margin: 0 0 .75rem; font-family: Impact, sans-serif; font-size: clamp(2rem, 3.3vw, 3.2rem); letter-spacing: .01em; line-height: 1; text-transform: uppercase; }
.phase-card p { max-width: 36ch; margin: 0; color: #bab7b0; }
.phase-day { background: linear-gradient(rgba(12,14,18,.62), rgba(12,14,18,.94)), url("assets/images/hero-table.jpg") center/cover; }
.phase-night { background: linear-gradient(rgba(9,10,13,.62), rgba(9,10,13,.94)), url("assets/images/hotel-corridor.jpg") center/cover; }
.phase-morning { background: linear-gradient(rgba(9,10,13,.56), rgba(9,10,13,.94)), url("assets/images/night-hunt.jpg") center/cover; }

.roles { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); }
.roles-copy { position: sticky; top: 130px; align-self: start; }
.roles-copy h2 { font-size: clamp(3.1rem, 5.6vw, 5.8rem); }
.roles-copy > p:last-child { color: var(--muted); font-size: 1.05rem; }
.role-list { border-top: 1px solid var(--line); }
.role-list article { display: grid; grid-template-columns: 42px 150px 1fr; align-items: baseline; gap: 1rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.role-list span { color: var(--red); font-size: .72rem; font-weight: 850; }
.role-list h3 { margin: 0; font-family: Impact, sans-serif; font-size: 1.8rem; letter-spacing: .03em; text-transform: uppercase; }
.role-list p { margin: 0; color: var(--muted); }

.gallery { max-width: none; background: var(--ink-soft); }
.gallery-heading { max-width: var(--content); margin: 0 auto 2.5rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.gallery-heading h2 { font-size: clamp(3rem, 5vw, 5rem); }
.gallery-heading > p { color: var(--muted); font-size: .86rem; }
.gallery-grid { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, minmax(240px, 34vw)); gap: 1rem; }
.shot { position: relative; overflow: hidden; padding: 0; border: 0; background: #07080a; color: white; cursor: zoom-in; }
.shot-wide { grid-row: 1 / 3; }
.shot img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) contrast(1.07); transition: transform .5s ease, filter .5s ease; }
.shot:hover img, .shot:focus-visible img { transform: scale(1.025); filter: saturate(1) contrast(1.03); }
.shot span { position: absolute; left: 1.2rem; bottom: 1.1rem; padding: .35rem .55rem; background: rgba(9,10,13,.78); color: var(--paper); font-size: .7rem; font-weight: 850; letter-spacing: .14em; }
.shot:focus-visible { outline: 2px solid var(--paper); outline-offset: 4px; }

.final-cta { max-width: none; min-height: 540px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: radial-gradient(circle at 50% 100%, rgba(143,17,26,.22), transparent 50%); border-bottom: 1px solid var(--line); }
.final-cta h2 { max-width: 900px; }
.final-cta .hero-actions { margin-top: 2.2rem; justify-content: center; }
.release-line { margin-top: 1.2rem; color: var(--muted); font-size: .82rem; }

.site-footer { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem var(--pad); }
.site-footer > p { color: var(--muted); font-size: .78rem; text-align: center; }
.site-footer nav { justify-self: end; display: flex; gap: 1.5rem; }

.lightbox { width: min(94vw, 1500px); max-width: none; padding: 0; border: 1px solid var(--line); background: #050608; color: white; }
.lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; top: .7rem; right: .7rem; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.7); color: white; font-size: 1.8rem; cursor: pointer; }

.legal-main { padding-top: 78px; }
.legal-hero { padding: clamp(5rem, 10vw, 9rem) var(--pad) clamp(4rem, 7vw, 6rem); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 0%, rgba(213,30,43,.16), transparent 35%); }
.legal-hero > * { max-width: var(--content); margin-left: auto; margin-right: auto; }
.legal-hero h1 { font-size: clamp(4.5rem, 10vw, 9rem); }
.legal-hero > p:last-child { max-width: 760px; margin-top: 1.6rem; margin-left: max(0px, calc((100% - var(--content)) / 2)); color: #c8c4bc; font-size: 1.15rem; }
.legal-updated { color: var(--muted); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-layout { max-width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 220px minmax(0, 760px); gap: clamp(3rem, 9vw, 9rem); padding: clamp(4rem, 8vw, 8rem) var(--pad); }
.legal-toc { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; gap: .65rem; }
.legal-toc strong { margin-bottom: .5rem; color: var(--paper); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.legal-toc a { color: var(--muted); font-size: .85rem; text-decoration: none; }
.legal-toc a:hover { color: var(--paper); }
.legal-content section { padding: 0 0 3.7rem; margin-bottom: 3.7rem; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin: 0 0 1.5rem; color: var(--paper); font-family: Impact, sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: .02em; line-height: 1; text-transform: uppercase; }
.legal-content h2 span { display: block; margin-bottom: .65rem; color: var(--red); font-family: Inter, sans-serif; font-size: .7rem; letter-spacing: .15em; }
.legal-content h3 { margin: 2rem 0 .7rem; font-size: 1.1rem; }
.legal-content p, .legal-content li { color: #c1bdb6; }
.legal-content strong { color: var(--paper); }
.legal-content a { color: var(--gold); text-underline-offset: .2em; }
.legal-content ul { padding-left: 1.25rem; }
.legal-content li + li { margin-top: .45rem; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero-room { display: none; }
  .intro, .roles { grid-template-columns: 1fr; }
  .roles-copy { position: static; }
  .night-cycle { grid-template-columns: 1fr; }
  .phase-card { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, minmax(260px, 65vw)); }
  .shot-wide { grid-row: auto; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .site-footer nav { justify-self: center; }
}

@media (max-width: 560px) {
  .site-header { min-height: 70px; }
  .header-store-link { padding: .55rem .65rem; font-size: .65rem; }
  .hero { padding-top: 7rem; }
  .hero-image { object-position: 61% 50%; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.3rem); }
  .eyebrow { flex-direction: column; gap: .3rem; }
  .eyebrow span + span::before { display: none; }
  .button { width: 100%; }
  .role-list article { grid-template-columns: 32px 1fr; }
  .role-list p { grid-column: 2; }
  .gallery-heading { align-items: start; flex-direction: column; }
  .legal-hero h1 { font-size: clamp(3.6rem, 18vw, 5rem); }
}

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