/* Dracula Speakeasy — tokens + faces. Shared by the site, the ticket pages,
   the door scanner and the box office. Namespace: plain names, this site only. */
@font-face { font-family: "Trattatello"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/trattatello.woff2") format("woff2"); }
@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/cinzel-400.woff2") format("woff2"); }
@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/cinzel-600.woff2") format("woff2"); }
@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/cinzel-700.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/cormorant-400.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/cormorant-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/cormorant-500.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 500; font-display: swap; src: url("../fonts/cormorant-500-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/cormorant-600.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/hanken-400.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/hanken-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/hanken-500.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/hanken-600.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/hanken-700.woff2") format("woff2"); }

:root {
  color-scheme: dark;
  --ink: #0a0608;
  --ink-2: #120a0d;
  --ink-3: #1c1014;
  --ink-4: #26161c;
  --line: rgba(236, 226, 209, .12);
  --line-strong: rgba(236, 226, 209, .24);
  --bone: #ece2d1;
  --bone-dim: #b9ae9c;
  --bone-mute: #7f766a;
  --blood: #a4111f;
  --blood-bright: #d21c2c;
  --blood-neon: #ff2a2a;
  --blood-deep: #5e0a12;
  --gilt: #b58b4c;
  --gilt-soft: #d9b77a;
  --moon: #cfd3d8;
  --rose: #e08a9a;
  --wine: #a4111f;
  --plum: #7c5cbf;
  --berry: #c3163a;
  --ok: #3f9c63;
  --warn: #c98a2b;
  --err: #d21c2c;
  --brand: "Trattatello", "Cormorant Garamond", Georgia, serif;
  --display: "Cinzel", "Trajan Pro", "Cormorant Garamond", Georgia, serif;
  --serif: "Cormorant Garamond", "Iowan Old Style", Palatino, Georgia, serif;
  --sans: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  --maxw: 1180px;
  --textw: 62ch;
  --r: 2px;
  --shadow-glow: 0 0 0 1px var(--blood-bright), 0 10px 30px rgba(210, 28, 44, .35);
  --focus: 0 0 0 3px var(--ink), 0 0 0 5px var(--gilt-soft);
}

/* ============================================================
   Dracula Speakeasy — the poster made navigable.
   Ground: near-black with a red undertone. Type: Cinzel caps,
   Cormorant editorial, Hanken body. Motion: fog, reveals, drawn
   ornaments, a breathing wordmark; all reduced-motion safe.
   Tokens + faces come from tokens.css (concatenated ahead of this).
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans); color: var(--bone); background: var(--ink);
  font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  min-height: 100svh;
}
img, svg, video { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a { color: var(--bone); text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--blood); color: var(--bone); }
:focus-visible { outline: none; box-shadow: var(--focus); border-radius: var(--r); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--bone); color: var(--ink); padding: 8px 14px; z-index: 99; }
.skip:focus { left: 8px; top: 8px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 640px; }
.icon { width: 1em; height: 1em; flex: 0 0 auto; }
.icon.big { width: 28px; height: 28px; color: var(--gilt); margin-bottom: 14px; }
.mt { margin-top: 18px; } .mt-lg { margin-top: 34px; }

/* ---- type roles ---- */
.eyebrow { font-family: var(--display); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gilt); margin-bottom: 16px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--bone); letter-spacing: -.005em; }
h1 { font-size: clamp(40px, 6vw, 76px); line-height: 1.02; margin-bottom: 20px; }
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; margin-bottom: 16px; }
h3 { font-size: clamp(22px, 2.4vw, 28px); line-height: 1.15; margin-bottom: 8px; }
h1 em, h2 em { font-style: italic; color: var(--gilt-soft); }
.lede { font-size: clamp(18px, 2vw, 21px); line-height: 1.5; color: var(--bone-dim); max-width: var(--textw); }
.lede a { color: var(--gilt-soft); }
p { margin-bottom: 14px; max-width: var(--textw); }
strong { font-weight: 600; color: var(--bone); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--bone); border-bottom: 1px solid var(--blood); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--gilt-soft); border-color: var(--gilt); }
.text-link .icon { transition: transform .25s; }
.text-link:hover .icon { transform: translateX(4px); }
.link-row { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 12px; }
.prose h2 { font-size: clamp(26px, 3vw, 36px); margin-top: 40px; }
.prose p, .prose li { color: var(--bone-dim); }
.prose a { color: var(--gilt-soft); border-bottom: 1px solid var(--line-strong); }
.prose ul { padding-left: 22px; margin-bottom: 16px; max-width: var(--textw); }
.prose li { margin-bottom: 8px; }
.fine { font-size: 14px; color: var(--bone-mute); }
.fine a { color: var(--bone-dim); border-bottom: 1px solid var(--line-strong); }
.refusal { font-family: var(--serif); font-size: clamp(20px, 2.2vw, 24px); font-style: italic; color: var(--gilt-soft); border-left: 2px solid var(--blood); padding-left: 18px; margin: 26px 0; }
.quote { font-family: var(--serif); font-size: 19px; line-height: 1.5; color: var(--bone-dim); border-left: 2px solid var(--gilt); padding-left: 16px; }

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; padding: 15px 28px; border-radius: 999px; border: 1px solid transparent; transition: transform .18s ease, box-shadow .25s ease, background .2s, border-color .2s, color .2s; white-space: nowrap; }
.btn .icon { width: 15px; height: 15px; }
.btn-lg { padding: 18px 34px; font-size: 13px; }
.btn-primary { background: var(--blood); color: var(--bone); box-shadow: 0 1px 0 rgba(0,0,0,.4); }
.btn-primary:hover { background: var(--blood-bright); transform: translateY(-1px); box-shadow: var(--shadow-glow); color: #fff; }
.btn-primary:active { transform: translateY(0) scale(0.96); }
.btn-ghost { border-color: var(--line-strong); color: var(--bone); }
.btn-ghost:hover { border-color: var(--gilt); color: var(--gilt-soft); transform: translateY(-1px); }
.btn-ghost:active { transform: translateY(0) scale(0.96); }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .5; pointer-events: none; }

/* ---- header ---- */
.hdr { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .35s, border-color .35s, backdrop-filter .35s; border-bottom: 1px solid transparent; background: linear-gradient(to bottom, rgba(10,6,8,.78), rgba(10,6,8,0)); }
.hdr.solid, body:not(.home) .hdr { background: color-mix(in srgb, var(--ink) 86%, transparent); backdrop-filter: blur(12px); border-color: var(--line); }
.hdr-in { max-width: var(--maxw); margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 28px; }
.brand { display: grid; line-height: 1; gap: 5px; }
.brand-eyebrow { font-family: var(--display); font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--gilt); }
.brand-name { font-family: var(--serif); font-size: 26px; font-weight: 600; color: var(--blood-bright); letter-spacing: .02em; text-shadow: 0 0 18px rgba(210,28,44,.35); }
.brand-sub { font-family: var(--display); font-size: 9px; letter-spacing: .28em; text-transform: uppercase; color: var(--bone-dim); }
.nav { display: flex; gap: 26px; margin-left: auto; flex-wrap: nowrap; }
.nav a { white-space: nowrap; }
.nav a { position: relative; font-size: 14px; font-weight: 500; color: var(--bone-dim); padding: 6px 0; transition: color .2s; }
.nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 1px; background: var(--blood-bright); transition: left .25s ease, right .25s ease; }
.nav a:hover, .nav a[aria-current] { color: var(--bone); }
.nav a:hover::after, .nav a[aria-current]::after { left: 0; right: 0; }
.hdr-cta { padding: 12px 22px; font-size: 11.5px; }
.menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 999px; padding: 10px; color: var(--bone); }
.menu-btn .icon { width: 100%; height: 100%; }
.menu-btn[aria-expanded="true"] { background: var(--blood); border-color: var(--blood); }
.mnav { display: none; }
@media (max-width: 1200px) {
  .nav { gap: 16px; }
  .nav a { font-size: 13.5px; }
  .hdr-cta { padding: 11px 16px; font-size: 11px; }
}
@media (max-width: 1040px) {
  .nav, .hdr-cta { display: none; }
  .hdr-in { justify-content: space-between; }
  .menu-btn { display: block; }
  .mnav { display: block; position: absolute; left: 0; right: 0; top: 100%; background: var(--ink-2); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(0,0,0,.5); padding: 10px 24px 22px; }
  .mnav[hidden] { display: none; }
  .mnav a { display: block; padding: 14px 4px; font-family: var(--serif); font-size: 22px; color: var(--bone); border-bottom: 1px solid var(--line); }
  .mnav a:last-child { border-bottom: 0; }
  .mnav-cta { margin-top: 14px; background: var(--blood); border-radius: 999px; text-align: center; font-family: var(--display) !important; font-size: 13px !important; letter-spacing: .18em; text-transform: uppercase; padding: 16px !important; border: 0 !important; }
}

/* ---- hero ---- */
.hero { position: relative; min-height: min(100svh, 980px); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero-art { position: absolute; inset: 0; z-index: -1; }
.hero-art picture, .hero-art img { width: 100%; height: 100%; }
.hero-art img { object-fit: cover; object-position: 55% 40%; transform-origin: 55% 40%; }
.hero-veil { position: absolute; inset: 0; background:
  linear-gradient(to bottom, rgba(10,6,8,.92) 0%, rgba(10,6,8,.6) 12%, rgba(10,6,8,.15) 26%, rgba(10,6,8,0) 36%, rgba(10,6,8,.72) 58%, rgba(10,6,8,.96) 76%, var(--ink) 100%),
  radial-gradient(60% 50% at 50% 100%, rgba(94,10,18,.35), transparent 70%); }
.hero-body { position: relative; width: 100%; min-width: 0; padding: 140px 0 56px; }
body { overflow-x: clip; }
.hero-eyebrow { color: var(--gilt-soft); text-shadow: 0 1px 12px rgba(0,0,0,.8); }
.hero-title { margin: 0 0 22px; max-width: 620px; }
.hero-title img { width: 100%; height: auto; filter: drop-shadow(0 0 22px rgba(210,28,44,.35)) drop-shadow(0 4px 10px rgba(0,0,0,.6)); }
.hero-lede { font-size: clamp(18px, 2.1vw, 22px); color: var(--bone); max-width: 58ch; text-shadow: 0 1px 8px rgba(0,0,0,.8); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 30px; }
.countdown { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 4px 6px; padding: 12px 18px; border: 1px solid var(--line-strong); border-radius: var(--r); background: color-mix(in srgb, var(--ink) 55%, transparent); backdrop-filter: blur(6px); }
.cd-label { font-family: var(--display); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gilt); margin-right: 10px; }
.cd-num { font-family: var(--serif); font-size: 28px; font-weight: 600; color: var(--bone); font-variant-numeric: tabular-nums; min-width: 1.4ch; text-align: right; }
.cd-unit { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--bone-mute); margin-right: 10px; }
.countdown.done .cd-num, .countdown.done .cd-unit { display: none; }
@media (max-width: 700px) {
  /* On a phone the art takes the top of the screen and the words sit below it on ink. */
  .hero { min-height: 100svh; }
  .hero-art { height: 58svh; inset: 0 0 auto 0; }
  .hero-art img { object-position: 52% 100%; }
  .hero-veil { background:
    linear-gradient(to bottom, rgba(10,6,8,.9) 0%, rgba(10,6,8,.5) 12%, rgba(10,6,8,0) 28%, rgba(10,6,8,0) 55%, rgba(10,6,8,.85) 84%, var(--ink) 100%); }
  .hero-body { padding: 44svh 0 40px; }
  .hero-title { max-width: 92vw; }
  .cd-num { font-size: 22px; }
}

/* fog */
.fog { position: absolute; width: 140vmax; height: 140vmax; left: -40vmax; top: -30vmax; border-radius: 50%; pointer-events: none; mix-blend-mode: screen; opacity: .16;
  background: radial-gradient(closest-side, rgba(207,211,216,.55), rgba(207,211,216,.12) 40%, transparent 70%); filter: blur(30px); }
.fog-b { left: auto; right: -50vmax; top: 10vmax; opacity: .10; background: radial-gradient(closest-side, rgba(210,28,44,.5), rgba(210,28,44,.1) 40%, transparent 70%); }

/* ---- performance strip + cards ---- */
.strip { padding: 10px 0 70px; }
.perf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.perf-grid-2 { grid-template-columns: repeat(2, 1fr); }
.perf-grid-wide { gap: 24px; }
@media (max-width: 900px) { .perf-grid, .perf-grid-2 { grid-template-columns: 1fr; } }
.perf { position: relative; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 26px 22px; display: flex; flex-direction: column; gap: 14px; transition: transform .25s ease, border-color .25s, box-shadow .3s; }
.perf::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(181,139,76,.25); pointer-events: none; }
.perf:hover { transform: translateY(-4px); border-color: rgba(181,139,76,.5); box-shadow: 0 24px 50px rgba(0,0,0,.45); }
.perf-link { display: block; }
.perf-day { font-family: var(--display); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gilt); margin-bottom: 8px; }
.perf-date { font-family: var(--serif); font-size: 34px; line-height: 1; margin-bottom: 8px; }
.perf-time { font-size: 17px; font-weight: 600; display: flex; gap: 12px; align-items: baseline; margin-bottom: 0; }
.perf-doors { font-size: 13px; font-weight: 400; color: var(--bone-mute); }
.perf-byline { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--bone-dim); margin: 10px 0 0; }
.perf-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.perf-more { font-size: 13.5px; color: var(--bone-dim); display: inline-flex; gap: 6px; align-items: center; }
.perf-more:hover { color: var(--gilt-soft); }
.perf-compact { padding: 20px; }
.perf-compact .perf-date { font-size: 26px; }
.strip-note { text-align: center; color: var(--bone-mute); font-size: 15px; margin: 22px auto 0; }
.strip-note a { color: var(--bone-dim); border-bottom: 1px solid var(--line-strong); }

/* availability */
.avail { display: grid; gap: 7px; }
.avail-bar { display: block; height: 3px; background: var(--ink-4); border-radius: 2px; overflow: hidden; }
.avail-bar i { display: block; height: 100%; width: 0; background: var(--gilt); transition: width .9s cubic-bezier(.2,.7,.2,1); }
.avail-label { font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--bone-mute); }
.avail.plenty .avail-bar i { background: var(--gilt); }
.avail.limited .avail-bar i { background: var(--gilt-soft); }
.avail.few .avail-bar i { background: var(--blood-bright); }
.avail.few .avail-label { color: var(--blood-bright); }
.avail.sold_out .avail-bar i { background: var(--bone-mute); }
.avail.sold_out .avail-label, .avail.closed .avail-label { color: var(--bone-dim); }
.avail-label a { color: var(--gilt-soft); }

/* ---- sections ---- */
.sec { padding: 84px 0; }
.sec-tight { padding: 40px 0; }
.sec-alt { background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { max-width: 760px; margin-bottom: 44px; }
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: start; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
@media (max-width: 900px) { .two-col, .three-col { grid-template-columns: 1fr; gap: 40px; } .sec { padding: 64px 0; } }

/* page hero */
.phero { padding: 150px 0 40px; position: relative; }
.phero-tight { padding-bottom: 20px; }
.phero .flourish { margin-top: 30px; }
.h1-time { color: var(--blood-bright); }
.perf-hero-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 24px; }
.perf-hero-row .avail { min-width: 200px; }
.crumbs { margin-bottom: 20px; font-size: 13px; color: var(--bone-mute); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--bone-mute); }
.crumbs a { color: var(--bone-dim); }
.crumbs a:hover { color: var(--gilt-soft); }

/* ornament */
.flourish { width: 320px; max-width: 70%; height: auto; color: var(--blood); }
.flourish .draw { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.flourish .thin { stroke-width: 1; opacity: .6; }

/* ---- premise ---- */
.premise { padding: 60px 0 90px; }
.premise-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.premise-fig img { width: 100%; height: auto; border: 1px solid var(--line); box-shadow: 0 30px 60px rgba(0,0,0,.5); }
@media (max-width: 900px) { .premise-grid { grid-template-columns: 1fr; } .premise-fig { max-width: 440px; } }

/* ---- chapters (home) ---- */
.chapters { padding: 90px 0; background: linear-gradient(to bottom, var(--ink), var(--ink-2)); }
.chapter-grid { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 1000px) { .chapter-grid { grid-template-columns: repeat(2, 1fr); } }
.chapter a { display: block; padding: 18px 18px 22px; background: #000; border: 1px solid var(--line); border-radius: var(--r); height: 100%; transition: transform .3s ease, box-shadow .35s ease, border-color .3s; position: relative; overflow: hidden; }
.chapter a::before { content: ""; position: absolute; inset: auto -20% -30% -20%; height: 70%; background: radial-gradient(closest-side, var(--glow), transparent 70%); opacity: .6; transition: opacity .35s; pointer-events: none; }
.chapter a:hover { transform: translateY(-6px); box-shadow: 0 30px 50px rgba(0,0,0,.5), 0 0 40px var(--glow); border-color: var(--tint); }
.chapter a:hover::before { opacity: 1; }
.chapter-fig { margin: 0 auto 16px; max-width: 200px; }
.chapter-fig img { width: 100%; height: auto; transition: transform .5s ease; }
.chapter a:hover .chapter-fig img { transform: scale(1.04); }
.chapter-n { font-family: var(--display); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--tint); display: block; margin-bottom: 6px; }
.chapter-name { font-family: var(--serif); font-size: 26px; line-height: 1.1; margin-bottom: 8px; }
.chapter-beat { font-size: 14.5px; color: var(--bone-dim); margin: 0; }
.chapters-note { text-align: center; margin: 28px auto 0; color: var(--bone-dim); }
.chapters-note a { display: inline-flex; gap: 6px; align-items: center; color: var(--gilt-soft); margin-left: 6px; }

/* blood bar page */
.board img { width: 100%; height: auto; border: 1px solid var(--line); }
.drink { padding: 60px 0; border-top: 1px solid var(--line); }
.drink-grid { display: grid; grid-template-columns: 340px 1fr; gap: 56px; align-items: center; }
.drink-flip .drink-grid { grid-template-columns: 1fr 340px; }
.drink-flip .drink-fig { order: 2; }
.drink-fig { position: relative; background: #000; border: 1px solid var(--line); padding: 20px; }
.drink-fig::before { content: ""; position: absolute; inset: 30% -10% -20% -10%; background: radial-gradient(closest-side, var(--glow), transparent 70%); pointer-events: none; }
.drink-fig img { position: relative; width: 100%; height: auto; }
.drink-copy h2 { font-size: clamp(36px, 5vw, 64px); }
.drink-look { font-size: 18px; color: var(--bone); }
.drink-beat { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 2.2vw, 26px); color: var(--gilt-soft); }
@media (max-width: 900px) { .drink-grid, .drink-flip .drink-grid { grid-template-columns: 1fr; } .drink-fig { max-width: 300px; } .drink-flip .drink-fig { order: 0; } }

/* ---- cast ---- */
.cast-band { padding: 90px 0; background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cast-grid { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.cast-grid-4 { grid-template-columns: repeat(4, 1fr); }
.cast-grid-page { gap: 28px; }
@media (max-width: 1000px) { .cast-grid, .cast-grid-4 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .cast-grid, .cast-grid-4 { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
.cast-card a { display: grid; gap: 6px; text-align: center; }
.frame { display: block; padding: 8px; background: linear-gradient(135deg, #6f5128, #d9b77a 28%, #8a6a38 52%, #d9b77a 78%, #6f5128); background-size: 220% 220%; box-shadow: 0 18px 40px rgba(0,0,0,.5); transition: transform .3s ease, box-shadow .35s ease; }
.frame img { width: 100%; height: auto; outline: 1px solid rgba(0,0,0,.6); outline-offset: -1px; aspect-ratio: 10 / 10.6; object-fit: cover; object-position: 50% 30%; }
.cast-card a:hover .frame, .cast-card a:focus-visible .frame { transform: translateY(-5px) rotate(-.6deg); box-shadow: 0 26px 50px rgba(0,0,0,.6), 0 0 30px rgba(181,139,76,.25); }
.cast-name { font-family: var(--serif); font-size: 21px; margin-top: 8px; }
.cast-role { font-family: var(--display); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gilt); }
.cast-short { font-size: 13.5px; color: var(--bone-mute); margin-top: 4px; }
.person-grid { display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: start; }
.person-fig .frame-lg { padding: 12px; }
.person-bio p { color: var(--bone-dim); font-size: 18px; }
.credits { list-style: none; columns: 2; gap: 24px; font-size: 15px; color: var(--bone-dim); }
.credits li { break-inside: avoid; padding: 6px 0; border-bottom: 1px solid var(--line); }
@media (max-width: 900px) { .person-grid { grid-template-columns: 1fr; } .person-fig { order: -1; max-width: 340px; } .credits { columns: 1; } }

/* ---- salem / facts ---- */
.salem { padding: 90px 0; }
.salem-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; }
@media (max-width: 900px) { .salem-grid { grid-template-columns: 1fr; } }
.facts { list-style: none; display: grid; gap: 14px; }
.facts li { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--bone-dim); }
.facts .icon { width: 20px; height: 20px; color: var(--gilt); margin-top: 3px; }
.when-list { list-style: none; display: grid; gap: 10px; margin-bottom: 22px; }
.when-list a { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; padding: 14px 16px; border: 1px solid var(--line); background: var(--ink-2); transition: border-color .2s; }
.when-list a:hover { border-color: var(--gilt); }
.when-list span { font-size: 13px; color: var(--bone-mute); margin-left: auto; }
.addr { font-style: normal; font-family: var(--serif); font-size: 22px; line-height: 1.3; margin-bottom: 14px; }
.modes { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.modes li { padding: 26px 24px; background: var(--ink); border: 1px solid var(--line); }
.modes .icon { width: 26px; height: 26px; color: var(--gilt); margin-bottom: 14px; }
.modes h3 { font-size: 22px; }
.modes p { font-size: 15px; color: var(--bone-dim); margin: 0; }
@media (max-width: 1000px) { .modes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .modes { grid-template-columns: 1fr; } }

/* ---- closing band ---- */
.band-close { position: relative; overflow: hidden; padding: 110px 0; background: radial-gradient(80% 60% at 50% 100%, rgba(94,10,18,.45), transparent 70%), var(--ink); border-top: 1px solid var(--line); }
.band-close .fog { opacity: .12; }
.band-in { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center; }
@media (max-width: 900px) { .band-in { grid-template-columns: 1fr; } }
.band-title { font-size: clamp(34px, 4.6vw, 58px); }
.band-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.subscribe { background: var(--ink-2); border: 1px solid var(--line); padding: 30px; }
.sub-h { font-family: var(--serif); font-size: 26px; margin-bottom: 8px; }
.sub-p { font-size: 15px; color: var(--bone-dim); }
.sub-row { display: flex; gap: 10px; flex-wrap: wrap; }
.sub-row input[type="email"] { flex: 1 1 200px; }
.sub-msg { font-size: 14px; color: var(--gilt-soft); margin: 10px 0 0; min-height: 1em; }

/* ---- forms ---- */
input:not([type="checkbox"]):not([type="radio"]), select, textarea { width: 100%; background: var(--ink-3); border: 1px solid var(--line-strong); color: var(--bone); padding: 13px 14px; border-radius: var(--r); transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--gilt); box-shadow: 0 0 0 3px rgba(181,139,76,.18); outline: none; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--bone-dim) 50%), linear-gradient(135deg, var(--bone-dim) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 36px; }
label { display: grid; gap: 7px; font-size: 14px; font-weight: 500; color: var(--bone-dim); }
label small { font-weight: 400; color: var(--bone-mute); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
@media (max-width: 640px) { .grid-2 { grid-template-columns: 1fr; } }
label.full { margin-bottom: 18px; }
label.check { grid-template-columns: auto 1fr; align-items: start; gap: 12px; margin-bottom: 14px; font-weight: 400; color: var(--bone); }
label.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--blood); }
.notice { padding: 14px 16px; border: 1px solid var(--gilt); color: var(--bone); }
.notice a { color: var(--gilt-soft); }

/* ---- reservation flow ---- */
.flow { max-width: 820px; }
.flow-steps { list-style: none; display: flex; gap: 6px; margin-bottom: 26px; counter-reset: s; }
.flow-steps li { flex: 1; font-family: var(--display); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--bone-mute); padding: 10px 0 12px; border-bottom: 2px solid var(--ink-4); counter-increment: s; }
.flow-steps li::before { content: counter(s) " "; color: var(--gilt); }
.flow-steps li.on { color: var(--bone); border-color: var(--blood-bright); }
.flow-steps li.done { color: var(--bone-dim); border-color: var(--gilt); }
@media (max-width: 640px) { .flow-steps li { font-size: 9.5px; letter-spacing: .08em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } }
.flow-hold { display: inline-flex; gap: 10px; align-items: center; padding: 8px 14px; border: 1px solid var(--gilt); color: var(--gilt-soft); font-size: 14px; margin-bottom: 18px; }
.flow-hold b { font-variant-numeric: tabular-nums; }
.flow-msg { color: var(--blood-bright); font-size: 15px; min-height: 1.4em; margin-bottom: 12px; }
.flow-msg.ok { color: var(--gilt-soft); }
.step h2 { font-size: clamp(26px, 3.2vw, 38px); }
.step-sub { color: var(--bone-dim); margin-bottom: 22px; }
.pick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 800px) { .pick-grid { grid-template-columns: 1fr; } }
.pick { text-align: left; display: grid; gap: 6px; padding: 22px; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r); transition: border-color .2s, transform .2s, box-shadow .3s; }
.pick:hover { border-color: var(--gilt); transform: translateY(-3px); }
.pick[aria-pressed="true"] { border-color: var(--blood-bright); box-shadow: 0 0 0 1px var(--blood-bright), 0 0 30px rgba(210,28,44,.25); }
.pick .perf-date { font-size: 30px; }
.pick .perf-time { margin-bottom: 4px; }
.pick .avail { margin-top: 10px; }
.pick.is-soldout { opacity: .75; }
.stepper { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.step-btn { width: 52px; height: 52px; border: 1px solid var(--line-strong); border-radius: 999px; display: grid; place-items: center; color: var(--bone); transition: border-color .2s, background .2s; }
.step-btn:hover { border-color: var(--gilt); }
.step-btn .icon { width: 18px; height: 18px; }
.stepper output { font-family: var(--serif); font-size: 44px; min-width: 60px; text-align: center; font-variant-numeric: tabular-nums; }
.stepper-note { flex-basis: 100%; font-size: 14px; color: var(--bone-mute); }
.stepper-note a { color: var(--bone-dim); border-bottom: 1px solid var(--line-strong); }
.field-row { max-width: 420px; margin-bottom: 26px; }
.step-nav { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 10px; }
.waitlist { margin-top: 30px; padding: 26px; border: 1px solid var(--gilt); background: var(--ink-2); }
.done-card { padding: 26px; background: var(--ink-2); border: 1px solid var(--gilt); margin: 22px 0; display: grid; gap: 10px; }
.done-card .code { font-family: var(--display); font-size: 22px; letter-spacing: .14em; color: var(--bone); }
.done-card .tix { list-style: none; display: grid; gap: 6px; margin-top: 8px; font-size: 15px; color: var(--bone-dim); }
.done-card .tix a { font-family: var(--mono); color: var(--gilt-soft); }
.done-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.eb-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }

/* ---- faq ---- */
.faq-wrap { max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; font-family: var(--serif); font-size: 22px; color: var(--bone); transition: color .2s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--display); color: var(--gilt); font-size: 22px; transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--gilt-soft); }
.faq details p { color: var(--bone-dim); padding-bottom: 20px; max-width: 66ch; }

/* ---- press ---- */
.factsheet { display: grid; grid-template-columns: max-content 1fr; gap: 10px 22px; font-size: 15.5px; }
.factsheet dt { font-family: var(--display); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gilt); padding-top: 4px; }
.factsheet dd { color: var(--bone-dim); }
.factsheet a { color: var(--gilt-soft); }
.downloads { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.downloads a { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; padding: 16px 18px; background: var(--ink); border: 1px solid var(--line); transition: border-color .2s; }
.downloads a:hover { border-color: var(--gilt); }
.downloads .icon { grid-row: 1 / span 2; width: 20px; height: 20px; color: var(--gilt); }
.downloads small { color: var(--bone-mute); font-size: 12.5px; }
.bios { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; }
.bio h3 span { font-family: var(--display); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gilt); margin-left: 8px; }
.bio p { font-size: 15px; color: var(--bone-dim); }

/* ---- trailer ---- */
.trailer { border: 0; padding: 0; background: transparent; max-width: min(1100px, 94vw); width: 100%; }
.trailer::backdrop { background: rgba(10,6,8,.92); backdrop-filter: blur(8px); }
.trailer video { width: 100%; height: auto; aspect-ratio: 16/9; background: #000; box-shadow: 0 40px 80px rgba(0,0,0,.6); }
.trailer-close { position: absolute; top: -48px; right: 0; width: 40px; height: 40px; color: var(--bone); border: 1px solid var(--line-strong); border-radius: 999px; padding: 10px; }
.trailer-card { max-width: 900px; margin: 0 auto; text-align: center; }
.trailer-poster { position: relative; display: block; width: 100%; border: 1px solid var(--line); overflow: hidden; }
.trailer-poster img { width: 100%; height: auto; transition: transform .6s ease; }
.trailer-poster:hover img { transform: scale(1.03); }
.play-ring { position: absolute; inset: 0; margin: auto; width: 84px; height: 84px; border-radius: 999px; border: 1px solid var(--bone); background: rgba(10,6,8,.55); display: grid; place-items: center; color: var(--bone); transition: background .2s, transform .2s; }
.play-ring .icon { width: 30px; height: 30px; margin-left: 4px; }
.trailer-poster:hover .play-ring { background: var(--blood); transform: scale(1.05); }
.trailer-cap { margin-top: 12px; font-size: 14px; color: var(--bone-mute); }

/* ---- footer ---- */
.ft { border-top: 1px solid var(--line); padding: 64px 0 34px; background: var(--ink); }
.ft-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 900px) { .ft-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ft-grid { grid-template-columns: 1fr; } }
.ft-brand { display: grid; gap: 3px; align-content: start; }
.ft-brand .brand-name { font-size: 34px; }
.ft-dates { margin-top: 12px; font-size: 14px; color: var(--bone-mute); }
.ft-h { font-family: var(--display); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gilt); margin-bottom: 14px; }
.ft-col a { display: block; padding: 5px 0; color: var(--bone-dim); font-size: 15px; transition: color .2s; }
.ft-col a:hover { color: var(--bone); }
.ft-venue address { font-style: normal; color: var(--bone-dim); font-size: 15px; line-height: 1.5; margin-bottom: 10px; }
.ft-venue a { display: inline-flex; gap: 6px; align-items: center; color: var(--gilt-soft); }
.ft-legal { border-top: 1px solid var(--line); padding-top: 22px; font-size: 13px; color: var(--bone-mute); }
.ft-legal p { max-width: none; margin-bottom: 6px; }
.ft-legal a { color: var(--bone-dim); }
.ft-studio { opacity: .8; }

/* ---- reveal + motion ---- */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
  .js .reveal.in { opacity: 1; transform: none; }
  .js .reveal.stagger > * { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; transition-delay: calc(var(--i, 0) * 90ms); }
  .js .reveal.stagger.in > * { opacity: 1; transform: none; }
  .js .flourish .draw { stroke-dasharray: var(--len, 400); stroke-dashoffset: var(--len, 400); }
  .js .flourish.in .draw, .js .reveal.in .flourish .draw, .js .in .flourish .draw { animation: draw 1.4s ease forwards; animation-delay: calc(var(--d, 0s) + .2s); }
  @keyframes draw { to { stroke-dashoffset: 0; } }
  .fog-a { animation: fogA 70s linear infinite alternate; }
  .fog-b { animation: fogB 95s linear infinite alternate; }
  @keyframes fogA { from { transform: translate3d(-6%, 0, 0) scale(1); } to { transform: translate3d(14%, 6%, 0) scale(1.15); } }
  @keyframes fogB { from { transform: translate3d(6%, 4%, 0) scale(1.1); } to { transform: translate3d(-12%, -4%, 0) scale(.95); } }
  .hero-art img { animation: kenburns 30s ease-out forwards; }
  @keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.06); } }
  .hero-title img { animation: breathe 6s ease-in-out infinite; }
  @keyframes breathe { 0%, 100% { filter: drop-shadow(0 0 18px rgba(210,28,44,.3)) drop-shadow(0 4px 10px rgba(0,0,0,.6)); } 50% { filter: drop-shadow(0 0 34px rgba(210,28,44,.55)) drop-shadow(0 4px 10px rgba(0,0,0,.6)); } }
  .brand-mark { animation: breatheText 6s ease-in-out infinite; }
  @keyframes breatheText { 0%, 100% { text-shadow: 0 0 10px rgba(255,42,42,.4), 0 0 22px rgba(210,28,44,.3); } 50% { text-shadow: 0 0 16px rgba(255,42,42,.7), 0 0 36px rgba(210,28,44,.5); } }
  .hero-eyebrow, .wm-hero, .hero-sub, .hero-lede, .hero-cta, .countdown { animation: rise .9s cubic-bezier(.2,.7,.2,1) both; }
  .wm-hero { animation-delay: .08s; }
  .hero-sub { animation-delay: .2s; }
  .hero-lede { animation-delay: .32s; }
  .hero-cta { animation-delay: .44s; }
  .countdown { animation-delay: .56s; }
  @keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
  .chapter-n { display: inline-block; transition: transform .3s, letter-spacing .3s; }
  .chapter a:hover .chapter-n { transform: translateX(4px); letter-spacing: .3em; }
}
@media (prefers-reduced-motion: reduce) {
  .avail-bar i { transition: none; }
  html { scroll-behavior: auto; }
}

/* ---- print ---- */
@media print {
  .hdr, .ft, .band-close, .fog, .hero-art, .menu-btn, .btn { display: none !important; }
  body { background: #fff; color: #000; }
  h1, h2, h3, p, .lede { color: #000; }
}

/* ---- the list (lead form), sharing, promo, notify, press angles ---- */
.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; margin: 14px 0 12px; }
@media (max-width: 560px) { .lead-grid { grid-template-columns: 1fr; } }
.lead-form label { font-size: 13px; }
.interest { border: 0; margin: 4px 0 16px; padding: 0; }
.interest legend { font-family: var(--display); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gilt); margin-bottom: 10px; }
.interest .chip { display: inline-flex; align-items: center; margin: 0 8px 8px 0; cursor: pointer; }
.interest .chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.interest .chip span { display: inline-block; padding: 9px 14px; border: 1px solid var(--line-strong); border-radius: 999px; font-size: 13.5px; color: var(--bone-dim); transition: border-color .2s, color .2s, background .2s; }
.interest .chip input:checked + span { border-color: var(--blood-bright); color: var(--bone); background: rgba(164,17,31,.18); }
.interest .chip input:focus-visible + span { box-shadow: var(--focus); }
.sub-fine { margin: 0; align-self: center; }
.lead-form-page { padding: 30px; background: var(--ink-2); border: 1px solid var(--gilt); }
.notify-side h2 { font-size: clamp(26px, 3vw, 36px); }
.perf-grid-stack { grid-template-columns: 1fr; gap: 12px; }
.share-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 22px; }
.share-label { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--bone-dim); }
.btn-sm { padding: 10px 18px; font-size: 11px; }
.promo { margin: 0 0 26px; max-width: 420px; }
.promo summary { cursor: pointer; font-size: 14px; color: var(--bone-dim); list-style: none; display: inline-flex; gap: 8px; align-items: center; }
.promo summary::-webkit-details-marker { display: none; }
.promo summary::before { content: "+"; font-family: var(--display); color: var(--gilt); }
.promo[open] summary::before { content: "\2212"; }
.promo .sub-row { margin-top: 10px; }
.promo input { text-transform: uppercase; letter-spacing: .12em; font-family: var(--mono); }
.angles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 800px) { .angles { grid-template-columns: 1fr; } }
.angle { padding: 26px; background: var(--ink); border: 1px solid var(--line); }
.angle h3 { font-size: 24px; }
.angle p { font-size: 15px; color: var(--bone-dim); margin: 0; }

/* ============================================================
   Pass three: the teaser's face and its glow, the brand mark,
   the Essex Street module, the visitor guides, and more motion.
   ============================================================ */

/* Headlines in Trattatello; the eyebrow draws a short line under itself. */
h1, h2 { font-family: var(--brand); font-weight: 400; letter-spacing: .01em; }
h1 { font-size: clamp(42px, 6.4vw, 84px); line-height: 1.02; }
h2 { font-size: clamp(32px, 4.2vw, 54px); line-height: 1.06; }
h3 { font-family: var(--serif); }
.eyebrow { position: relative; padding-bottom: 10px; }
.eyebrow::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 1px; background: var(--blood-bright); transform-origin: left; transform: scaleX(0); transition: transform .9s cubic-bezier(.2,.7,.2,1) .15s; }
.in .eyebrow::after, .eyebrow.in::after, .hero .eyebrow::after, .phero .eyebrow::after { transform: scaleX(1); }
.js .reveal.in .eyebrow::after { transform: scaleX(1); }

/* The brand mark (header + footer) */
.brand-mark { font-family: var(--brand); font-size: 30px; line-height: 1; color: var(--blood-neon); letter-spacing: .01em; text-shadow: 0 0 10px rgba(255,42,42,.45), 0 0 26px rgba(210,28,44,.35); white-space: nowrap; }
.brand-mark em { font-style: normal; text-transform: uppercase; font-size: .78em; letter-spacing: .06em; }
.brand-mark-lg { font-size: 44px; }
.brand-eyebrow, .brand-name { display: none; }

/* The wordmark: live text, warped and glowing like the title card. */
.wm-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.wordmark { display: grid; justify-items: start; line-height: .92; margin: 0 0 22px; font-family: var(--brand); font-weight: 400; color: var(--blood-neon); filter: url(#wm-warp); }
.wm-line { display: block; background: linear-gradient(180deg, #ff4b45 0%, #e81b23 48%, #a80a16 100%); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: none; }
.wm-top { font-size: clamp(68px, 10.5vw, 150px); letter-spacing: .01em; }
.wm-bottom { font-size: clamp(50px, 8vw, 118px); text-transform: uppercase; letter-spacing: .05em; margin-top: -.06em; }
.wordmark::before { content: ""; position: absolute; }
.wm-hero { position: relative; }
.wm-hero .wm-line { filter: drop-shadow(0 0 14px rgba(255,42,42,.55)) drop-shadow(0 0 40px rgba(210,28,44,.45)) drop-shadow(0 6px 12px rgba(0,0,0,.7)); }
.hero-sub { font-family: var(--serif); font-style: italic; font-size: clamp(19px, 2.2vw, 26px); color: var(--gilt-soft); max-width: 56ch; margin-bottom: 12px; text-shadow: 0 1px 8px rgba(0,0,0,.8); }
@supports not (filter: url(#wm-warp)) { .wordmark { filter: none; } }

/* Page heroes get the same weather as the home hero. */
.phero { position: relative; overflow: hidden; isolation: isolate; }
.phero .fog { z-index: -1; opacity: .09; }
.phero::after { content: ""; position: absolute; inset: auto -20% -60% -20%; height: 70%; background: radial-gradient(closest-side, rgba(94,10,18,.35), transparent 70%); z-index: -1; pointer-events: none; }

/* Cards glow like candles when you hover; frames float; glasses swirl. */
.glow-card { transition: transform .3s ease, box-shadow .45s ease, border-color .3s; }
.glow-card:hover { box-shadow: 0 24px 50px rgba(0,0,0,.45), 0 0 34px rgba(210,28,44,.16); border-color: rgba(181,139,76,.55); }
.perf-actions .btn, .btn-primary { position: relative; overflow: hidden; }
.btn-primary::after { content: ""; position: absolute; top: -40%; bottom: -40%; left: -60%; width: 40%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.22), transparent); transform: skewX(-20deg); transition: left .7s ease; pointer-events: none; }
.btn-primary:hover::after { left: 120%; }

/* Essex Street module */
.essex { padding: 90px 0; background: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.essex-home { background: linear-gradient(to bottom, var(--ink-2), var(--ink)); }
.essex-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 960px) { .essex-grid { grid-template-columns: 1fr; } }
.near-list { list-style: none; display: grid; gap: 0; margin: 20px 0 22px; border-top: 1px solid var(--line); }
.near-list li { display: grid; grid-template-columns: 62px 1fr; gap: 4px 14px; padding: 11px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.near-min { font-family: var(--serif); font-size: 26px; line-height: 1; color: var(--gilt-soft); font-variant-numeric: tabular-nums; }
.near-min small { font-family: var(--display); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--bone-mute); margin-left: 4px; }
.near-name { color: var(--bone); font-weight: 500; }
.near-note { grid-column: 2; font-size: 13.5px; color: var(--bone-mute); }
.essex-map { margin: 0; }
.essex-map svg { width: 100%; height: auto; display: block; background: radial-gradient(60% 60% at 45% 55%, rgba(94,10,18,.16), transparent 70%); border: 1px solid var(--line); }
.essex-map figcaption { font-size: 12.5px; color: var(--bone-mute); margin-top: 8px; text-align: right; }
.map-lines .draw { fill: none; stroke: var(--bone-dim); stroke-width: 2.2; stroke-linecap: round; }
.map-lines .thin { stroke-width: 1.2; opacity: .55; }
.map-lines .water { fill: rgba(207,211,216,.06); stroke: rgba(207,211,216,.35); stroke-width: 1; }
.map-street { font-family: var(--display); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; fill: var(--bone-mute); }
.map-pins circle { fill: var(--gilt); }
.map-pins text { font-family: var(--sans); font-size: 12px; fill: var(--bone-dim); }
.map-here .dot { fill: var(--blood-neon); }
.map-here .pulse { fill: rgba(255,42,42,.25); }
.map-you { font-family: var(--sans); font-size: 13px; font-weight: 600; fill: var(--bone); }
.map-you2 { font-family: var(--display); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; fill: var(--blood-neon); }

/* Visitor guides */
.guide-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 960px) { .guide-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .guide-grid { grid-template-columns: 1fr; } }
.guide a { display: grid; gap: 10px; height: 100%; padding: 26px; background: var(--ink-2); border: 1px solid var(--line); transition: transform .3s ease, border-color .25s, box-shadow .35s; }
.guide a:hover { transform: translateY(-4px); border-color: rgba(181,139,76,.5); box-shadow: 0 22px 44px rgba(0,0,0,.4); }
.guide h3 { font-family: var(--brand); font-size: 30px; line-height: 1.05; }
.guide p { color: var(--bone-dim); font-size: 15px; margin: 0; }
.guide .eyebrow { margin-bottom: 0; }
.more-list { list-style: none; display: grid; gap: 8px; }
.more-list a { color: var(--bone-dim); border-bottom: 1px solid var(--line-strong); }
.more-list a:hover { color: var(--gilt-soft); }

/* Motion (all inside the same reduced-motion guard as the rest) */
@media (prefers-reduced-motion: no-preference) {
  .float { animation: float 7.5s ease-in-out infinite; animation-delay: calc(var(--i, 0) * .7s); }
  @keyframes float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-6px) rotate(-.4deg); } }
  .cast-card a:hover .frame.float { animation-play-state: paused; }
  .swirl img { animation: swirl 9s ease-in-out infinite; animation-delay: calc(var(--i, 0) * .9s); transform-origin: 50% 100%; }
  @keyframes swirl { 0%, 100% { transform: rotate(-1.1deg) translateY(0); } 50% { transform: rotate(1.1deg) translateY(-4px); } }
  .glow-card:hover { animation: candle 2.4s ease-in-out infinite; }
  @keyframes candle { 0%, 100% { box-shadow: 0 24px 50px rgba(0,0,0,.45), 0 0 26px rgba(210,28,44,.14); } 50% { box-shadow: 0 24px 50px rgba(0,0,0,.45), 0 0 44px rgba(210,28,44,.26); } }
  .map-here .pulse { animation: pulse 2.6s ease-out infinite; transform-origin: 232px 232px; }
  @keyframes pulse { 0% { transform: scale(.6); opacity: .9; } 100% { transform: scale(2.4); opacity: 0; } }
  .js .map-lines .draw { stroke-dasharray: 700; stroke-dashoffset: 700; }
  .js .in .map-lines .draw { animation: drawmap 2.2s ease forwards; }
  .js .in .map-lines .draw:nth-child(2) { animation-delay: .2s; } .js .in .map-lines .draw:nth-child(3) { animation-delay: .35s; } .js .in .map-lines .draw:nth-child(4) { animation-delay: .5s; } .js .in .map-lines .draw:nth-child(5) { animation-delay: .65s; }
  @keyframes drawmap { to { stroke-dashoffset: 0; } }
  .js .map-pins circle, .js .map-pins text { opacity: 0; transition: opacity .6s ease; }
  .js .in .map-pins circle, .js .in .map-pins text { opacity: 1; transition-delay: 1.4s; }
  .cd-num.tick { animation: flip .45s ease; }
  @keyframes flip { 0% { transform: translateY(-40%); opacity: 0; } 100% { transform: none; opacity: 1; } }
  .wm-hero .wm-line { animation: wmglow 7s ease-in-out infinite; }
  @keyframes wmglow {
    0%, 100% { filter: drop-shadow(0 0 14px rgba(255,42,42,.5)) drop-shadow(0 0 36px rgba(210,28,44,.4)) drop-shadow(0 6px 12px rgba(0,0,0,.7)); }
    50% { filter: drop-shadow(0 0 24px rgba(255,42,42,.8)) drop-shadow(0 0 56px rgba(210,28,44,.58)) drop-shadow(0 6px 12px rgba(0,0,0,.7)); }
  }
  [data-parallax] { will-change: transform; }
  .hero-title img { animation: none; }
}
@media (prefers-reduced-motion: reduce) {
  .wordmark { filter: none; }
  .js .map-lines .draw { stroke-dasharray: none; stroke-dashoffset: 0; }
  .js .map-pins circle, .js .map-pins text { opacity: 1; }
}

/* Phone: keep the hero eyebrow on one line. */
@media (max-width: 430px) { .hero-eyebrow { font-size: 10.5px; letter-spacing: .14em; } }

/* ============================================================
   Pass four: the door's weather on the site, film grain, gilt
   that reads as metal, a play ring that breathes, cards that
   lift. Glow pulses. Nothing here moves the wordmark's position.
   ============================================================ */

/* Film grain: texture always, slow drift only with motion. */
body::before {
  content: "";
  position: fixed;
  inset: -8%;
  z-index: 60;
  pointer-events: none;
  opacity: .04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='g'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23g)'/></svg>");
  background-repeat: repeat;
}
@media print { body::before { display: none !important; } }

@media (prefers-reduced-motion: no-preference) {
  body::before { animation: grainShift 36s linear infinite alternate; will-change: transform; }
  @keyframes grainShift { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-4%, -3%, 0); } }

  .frame { animation: giltShift 9s ease-in-out infinite; }
  .frame.float { animation: giltShift 9s ease-in-out infinite, float 7.5s ease-in-out infinite; animation-delay: 0s, calc(var(--i, 0) * .7s); }
  @keyframes giltShift {
    0%, 100% { background-position: 0% 40%; }
    50% { background-position: 100% 60%; }
  }
  .cast-card a:hover .frame { animation-play-state: paused; }

  .play-ring { animation: playPulse 2.8s ease-in-out infinite; }
  @keyframes playPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(210,28,44,0); }
    50% { box-shadow: 0 0 0 14px rgba(210,28,44,.16); }
  }
  .trailer-poster:hover .play-ring { animation-play-state: paused; }

  .faq details[open] p { animation: faqOpen .38s cubic-bezier(.2,.7,.2,1) both; }
  @keyframes faqOpen { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

  .trailer[open] { animation: rise .4s cubic-bezier(.2,.7,.2,1) both; }
  .trailer[open]::backdrop { animation: veilIn .4s ease both; }
  @keyframes veilIn { from { opacity: 0; } to { opacity: 1; } }

  .downloads a { transition: transform .25s ease, border-color .2s, box-shadow .3s; }
  .downloads a:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(0,0,0,.35); }
}

