/* type: Grischel (MartypeCo, Envato Elements) display; Instrument Serif body, italic for meta */
@font-face { font-family: "Grischel"; src: url("fonts/Grischel.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }

@property --ground { syntax: "<color>"; inherits: true; initial-value: #110c0b; }

:root {
  --ground: #110c0b;
  --ground-2: #1a1311;
  --ink: #efe6d8;
  --ink-dim: #a89c8c;
  --rule: #3a2e29;
  --lamp: #efe6d8; /* was sodium orange; Eli 2026-09-16: no orange, calmer */
  --rush: #a88fff; /* Rush lasers h~292 */
  --bourbon: #e0d06e; /* Bourbon logo masks h100 */
  --whoopis: #e26847; /* Whoopi's pendant rust h36 */
  --tint: var(--ground);
  --display: "Grischel", "Times New Roman", serif;
  --body: "Instrument Serif", "Times New Roman", serif;
  --mono: "Instrument Serif", "Times New Roman", serif; /* meta voice: italic serif, never a stock mono */
  --gutter: clamp(16px, 4vw, 56px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-synthesis: none; color-scheme: dark; -webkit-text-size-adjust: 100%; }
body {
  background: var(--ground);
  color: var(--ink);
  font: 400 19px/1.45 var(--body);
  overflow-x: hidden;
  transition: background-color .6s linear;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }

/* grain over everything, so the footage and the flat ground read as one surface */
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 90; opacity: .07;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.mono { font-family: var(--mono); font-style: italic; font-size: 16px; letter-spacing: .01em; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; z-index: 100; background: var(--lamp); color: var(--ground); padding: 8px 12px; }
:focus-visible { outline: 2px solid var(--lamp); outline-offset: 3px; }

/* act travel: one ground colour walks the page and the ink flips with it.
   Read off patreon.com 2026-09-17 (their acts cross-fade deep blue -> pale blue
   and recolour the nav and headlines with the ground). Colours here are the
   venue palette, not theirs. app.js owns the value; the transition below is only
   for the reduced-motion path, the scrubbed path turns it off. */
html { transition: --ground .7s linear; }
html.is-scrubbed { transition: none; }
body, .nav, .btn, .btn--ghost, .pola, .foot, .foot__legal, .partners span, .lines li, .spot, .venue__facts li { transition: color .5s linear, background-color .5s linear, border-color .5s linear, outline-color .5s linear, box-shadow .5s linear; }

body[data-tone="light"] {
  --ink: #17100e;
  --ink-dim: #6b5d52;
  --rule: #c3b49f;
  --ground-2: #d8cab2;
  --lamp: #17100e;
  color-scheme: light;
}
/* on a cream ground the cream polaroid needs an edge, the burn plate needs less */
body[data-tone="light"] .pola { outline: 1px solid rgba(23, 16, 14, .22); }
body[data-tone="light"] .polas::before { opacity: .09; }
/* the STREET mark ships cream, so it has to ink over on the light acts */
body[data-tone="light"] .nav__mark img, body[data-tone="light"] .foot__brand img { filter: brightness(0); opacity: .9; }
@media (prefers-reduced-motion: reduce) { body, .nav, .btn, .pola, .foot { transition: none; } }

/* nav */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 var(--gutter);
  background: linear-gradient(var(--ground), transparent);
}
.nav__mark { display: inline-grid; justify-items: center; gap: 3px; text-decoration: none; }
.nav__mark img { height: 30px; width: auto; }
.nav__sub { font: 400 10px/1 var(--body); letter-spacing: .52em; margin-right: -.52em; text-transform: uppercase; color: var(--ink); opacity: .85; }

/* entrance: the Street mark resolves, then the intro lifts off the room */
.intro { position: fixed; inset: 0; z-index: 95; display: grid; place-items: center; background: var(--ground); animation: intro-failsafe .4s linear 4.5s forwards; }
@keyframes intro-failsafe { to { opacity: 0; visibility: hidden; } }
.intro__lock { display: grid; justify-items: center; gap: clamp(10px, 1.4vw, 20px); width: min(72vw, 880px); }
.intro__mark { width: 100%; height: auto; }
.intro__sub { font: 400 clamp(11px, 1.3vw, 18px)/1 var(--body); letter-spacing: .9em; margin-right: -.9em; text-transform: uppercase; color: var(--ink); }
.no-js .intro, .intro.is-done { display: none; }
@media (prefers-reduced-motion: reduce) { .intro { display: none; } }
.nav__links { display: flex; gap: 28px; list-style: none; }
.nav__links a { text-decoration: none; font-weight: 400; font-size: 18px; }
.nav__links a:hover { color: var(--ink-dim); }
.btn {
  display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 20px;
  background: var(--ink); color: var(--ground); border: 0; border-radius: 0;
  font-weight: 400; font-size: 18px; text-decoration: none; cursor: pointer; white-space: nowrap;
}
.btn--ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
@media (max-width: 760px) { .nav__links { display: none; } }
/* phone: past the hero the bar carries a ground veil, so the acts' type slides
   behind glass instead of colliding with the mark (nothing changes on the hero
   or on desktop, where the gutter keeps them apart) */
@media (max-width: 760px) {
  .nav--veiled::before {
    content: ""; position: absolute; inset: 0 0 -20px 0; z-index: -1; pointer-events: none;
    background: linear-gradient(to bottom,
      color-mix(in srgb, var(--ground) 94%, transparent) 58%,
      color-mix(in srgb, var(--ground) 30%, transparent));
    -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  }
  /* thumb-sized contact lines and map controls */
  .lines a.mono { display: inline-block; padding-block: 9px; }
  .maplibregl-ctrl button { width: 40px; height: 40px; }
  .foot a { display: inline-block; padding-block: 7px; }
}


/* hero: one room, one mark */
.hero { position: relative; height: 100svh; min-height: 560px; overflow: hidden; display: grid; place-items: center; background: var(--ground); }
.hero__film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.8) sepia(.18) contrast(1.1) brightness(.6); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(17,12,11,.55), rgba(17,12,11,0) 30%, rgba(17,12,11,0) 70%, var(--ground)); pointer-events: none; }
.hero__burn { position: absolute; inset: -4%; z-index: 1; background: url("media/burn-a.jpg") center / cover no-repeat; mix-blend-mode: screen; opacity: .32; pointer-events: none; }
.hero__lock { position: relative; z-index: 2; display: grid; justify-items: center; gap: clamp(22px, 3vw, 40px); width: min(70vw, 760px); text-align: center; }
.hero__mark { display: grid; justify-items: center; gap: clamp(10px, 1.2vw, 18px); width: 100%; }
.hero__mark img { width: 100%; height: auto; }
.hero__sub { font: 400 clamp(10px, 1.1vw, 15px)/1 var(--body); letter-spacing: .9em; margin-right: -.9em; text-transform: uppercase; }
.hero__line { color: var(--ink-dim); font-size: clamp(16px, 1.3vw, 20px); letter-spacing: .01em; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero__line i { width: 4px; height: 4px; background: var(--ink-dim); display: inline-block; }
.hero__foot { position: absolute; z-index: 2; left: 0; right: 0; bottom: 28px; text-align: center; color: var(--ink-dim); font-size: 15px; letter-spacing: .01em; }
@media (max-width: 760px) { .hero__lock { width: 84vw; } }

/* ticker */
.ticker { border-block: 1px solid var(--rule); overflow: hidden; padding: 16px 0; }
.ticker__track { display: flex; gap: 56px; width: max-content; animation: tick 38s linear infinite; }
.ticker__item { display: flex; align-items: baseline; gap: 14px; white-space: nowrap; }
.ticker__item strong { font: 400 28px/1 var(--display); text-transform: uppercase; }
.ticker__item .dot { width: 8px; height: 8px; background: var(--c); align-self: center; }
@keyframes tick { to { transform: translateX(-50%); } }

/* sections */
.section { padding: clamp(80px, 12vw, 160px) var(--gutter); }
.section__head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: 48px; }
.h2 { font: 400 clamp(56px, 10vw, 168px)/.84 var(--display); text-transform: uppercase; }
.lede { max-width: 44ch; color: var(--ink-dim); font-size: 21px; }
@media (max-width: 760px) { .section__head { grid-template-columns: 1fr; } }

.skel { display: block; background: var(--ground-2); position: relative; overflow: hidden; }
.skel::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(239,230,216,.06), transparent); animation: shimmer 1.2s infinite; }
@keyframes shimmer { to { transform: translateX(100%); } }

/* this week: rows, pointer-trailing footage (mined from codrops/RapidImageHoverMenu, MIT),
   slice reveal + letter scramble (mined from codrops/ClipHoverEffect, MIT) */
.wk-section { position: relative; }
.wk-clock { display: grid; gap: 14px; }
.wk-now { color: var(--lamp); min-height: 1.5em; }
.wk { list-style: none; border-top: 1px solid var(--rule); counter-reset: wk; }
.wk__row {
  position: relative; display: grid; align-items: center; gap: 18px 32px;
  grid-template-columns: 170px minmax(0, 1fr) auto;
  padding: clamp(22px, 3vw, 40px) 0; border-bottom: 1px solid var(--rule);
}
.wk__when { display: grid; gap: 6px; align-content: center; }
.wk__day { font: 400 clamp(40px, 4.4vw, 64px)/.8 var(--display); text-transform: uppercase; color: transparent; -webkit-text-stroke: 1.5px var(--c); }
.wk__venue { color: var(--c); }
.wk__title { font: 400 clamp(56px, 9.6vw, 176px)/.84 var(--display); text-transform: uppercase; overflow-wrap: normal; hyphens: none; }
.wk__title .char { display: inline-block; }
.wk__side { display: grid; gap: 10px; justify-items: end; text-align: right; }
.wk__time { color: var(--ink-dim); }
.wk__count { font: 400 clamp(22px, 2vw, 30px)/1 var(--display); font-variant-numeric: tabular-nums; color: var(--ink); white-space: nowrap; }
.wk__count small { font: italic 400 14px/1 var(--mono); color: var(--ink-dim); margin: 0 6px 0 2px; }
.wk__btn { background: var(--c); }
.wk__thumb { display: none; }
.wk__row .skel { grid-column: auto; }

.wk-reveal {
  position: fixed; left: 0; top: 0; z-index: 40; width: clamp(220px, 19vw, 300px); aspect-ratio: 3 / 4;
  pointer-events: none; opacity: 0; overflow: hidden; will-change: transform;
}
.wk-reveal__inner { position: absolute; inset: 0; overflow: hidden; }
.wk-reveal video { width: 100%; height: 100%; object-fit: cover; }
.wk-reveal__tag { position: absolute; left: 10px; bottom: 10px; background: var(--ground); color: var(--c); padding: 4px 8px; }
@media (hover: none), (max-width: 900px) { .wk-reveal { display: none; } }

/* slice thumbnail: shown on touch and narrow screens */
.wk__thumb .slices { position: relative; width: 100%; height: 100%; overflow: hidden; }
.wk__thumb .slice { position: absolute; inset: 0; background-size: cover; background-position: center; }
@media (hover: none), (max-width: 900px) {
  .wk__row { grid-template-columns: 96px minmax(0, 1fr); align-items: start; }
  .wk__thumb { display: block; grid-row: 1 / span 3; width: 96px; aspect-ratio: 3 / 4; }
  .wk__when, .wk__title, .wk__side { grid-column: 2; }
  .wk__side { justify-items: start; text-align: left; }
  .wk__title { font-size: clamp(34px, 9.4vw, 60px); }
}

/* main street: horizontal venues */
.street { position: relative; overflow: hidden; }
.street__track { display: flex; width: 300vw; }
.venue {
  position: relative; width: 100vw; min-height: 100svh; padding: 96px calc(var(--gutter) + 28px) 48px;
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 64px); align-items: center;
}
/* white outline: the whole bar panel is framed, each photo keyed in the same line */
.venue::before { content: ""; position: absolute; top: 76px; bottom: 28px; left: var(--gutter); right: var(--gutter); border: 1px solid #f3ead9; pointer-events: none; }
.venue__media > * { outline: 1px solid #f3ead9; outline-offset: -1px; }
.venue__facts, .venue__facts li { border-color: rgba(243,234,217,.45); }
.venue__copy { display: grid; gap: 22px; align-content: center; }
.venue__addr { color: var(--c); }
.venue__name { font: 400 clamp(64px, 9vw, 150px)/.82 var(--display); text-transform: uppercase; color: var(--c); }
.venue__logo { max-height: clamp(110px, 16vw, 220px); width: auto; }
.venue__tag { font: 400 clamp(22px, 2.2vw, 30px)/1.1 var(--display); text-transform: uppercase; color: var(--c); }
.venue__facts { list-style: none; border-top: 1px solid var(--rule); }
.venue__facts li { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--rule); }
.venue__facts li span:first-child { color: var(--ink-dim); }
.venue__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.venue__actions .btn { background: var(--c); }
.venue__actions .btn--ghost { background: transparent; }
.venue__media { position: relative; height: min(76svh, 760px); display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: 1fr 1fr; gap: 6px; }
.venue__media > * { width: 100%; height: 100%; object-fit: cover; min-height: 0; }
.venue__media video { grid-row: span 2; }
.venue[data-v="rush"] { --c: var(--rush); }
.venue[data-v="bourbon"] { --c: var(--bourbon); }
.venue[data-v="whoopis"] { --c: var(--whoopis); }
.street__progress { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 20px; height: 2px; background: var(--rule); }
.street__progress i { position: absolute; inset: 0; background: var(--lamp); transform-origin: left; transform: scaleX(0); }

@media (max-width: 900px) {
  .street__track { width: auto; flex-direction: column; }
  .venue { width: auto; grid-template-columns: 1fr; min-height: 0; padding-top: 72px; }
  .venue__media { height: 70svh; }
  .venue { padding: 92px calc(var(--gutter) + 18px) 44px; }
  .venue::before { top: 64px; bottom: 20px; }
  .street__progress { display: none; }
}

/* recent nights rail */
.rail { display: flex; gap: 6px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; scrollbar-width: thin; scrollbar-color: var(--rule) transparent; }
.night { flex: 0 0 clamp(240px, 24vw, 340px); scroll-snap-align: start; display: grid; gap: 10px; }
.night img { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: filter .35s linear; }
.night:hover img, .night:focus-within img { filter: none; }
@media (hover: none) { .night img { filter: none; } }
.night__meta { display: flex; justify-content: space-between; gap: 12px; color: var(--ink-dim); }
.night__meta b { color: var(--c); font-weight: 400; }
.night__title { font: 400 24px/1 var(--display); text-transform: uppercase; }
.night .skel { aspect-ratio: 4 / 5; }

/* polaroids */
.polas::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("media/burn-b.jpg") left center / cover no-repeat; opacity: .16; pointer-events: none; }
.polas { background: var(--ground); position: relative; isolation: isolate; overflow: hidden; padding-left: 0; padding-right: 0; }
.polas__script { font: 400 clamp(30px, 3.6vw, 56px)/1.35 "Nothing You Could Do", cursive; text-align: center; padding: 0 var(--gutter); margin-bottom: clamp(40px, 6vw, 80px); text-transform: none; }
.polas__script span { display: block; }
.polas__view { overflow-x: auto; scrollbar-width: none; padding: 40px 0 60px; }
.polas__view::-webkit-scrollbar { display: none; }
.polas__view.is-driven { overflow: visible; }
.polas__track { display: flex; gap: clamp(8px, 1.2vw, 20px); width: max-content; padding: 0 var(--gutter); }
.pola { flex: 0 0 auto; width: clamp(230px, 21vw, 330px); background: #f3ead9; padding: clamp(10px, 1vw, 16px) clamp(10px, 1vw, 16px) 0; transform: rotate(var(--r)); }
.pola img { aspect-ratio: 1 / 1; width: 100%; object-fit: cover; }
.pola figcaption { display: grid; gap: 2px; padding: 12px 4px 16px; min-height: 92px; align-content: center; }
.pola__hand { font: 400 clamp(22px, 1.9vw, 30px)/1.05 "Nothing You Could Do", cursive; color: #2a211d; }
.pola__meta { font-size: 14px; color: #6b5d52; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* book the room: sticky card stack (pattern after componentry.dev sticky-scroll-cards, rebuilt) */
.stack { background: var(--ground); position: relative; padding: clamp(80px, 10vw, 140px) var(--gutter) 12vh; }
.stack__title { font: 400 clamp(64px, 14vw, 240px)/.82 var(--display); text-transform: uppercase; text-align: center; margin-bottom: clamp(32px, 5vw, 64px); }
.stack__card { position: sticky; top: 84px; height: calc(100svh - 120px); min-height: 440px; overflow: hidden; background: var(--ground-2); transform-origin: 50% 0; border-top: 3px solid var(--c); }
.stack__card + .stack__card { margin-top: 18vh; }
.stack__card:nth-of-type(2) { top: 100px; }
.stack__card:nth-of-type(3) { top: 116px; }
.stack__card > img, .stack__card > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: contrast(1.06) saturate(1.12); }
.stack__card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(17, 12, 11, .36); }
.stack__card .stack__dim { position: absolute; inset: 0; z-index: 3; background: var(--ground); opacity: 0; pointer-events: none; }
/* venue card composition after the venue carousel on gghospitality.io (Eli 2026-09-17):
   counter top left, prev/next top right, the wordmark centred and tracked wide with
   the address under it. Our palette and Grischel, not theirs. */
.stack__body { position: absolute; z-index: 2; inset: 0; padding: 0 clamp(20px, 5vw, 72px); display: grid; align-content: center; justify-items: center; text-align: center; gap: clamp(10px, 1.4vw, 20px); }
.stack__eyebrow { position: absolute; z-index: 3; top: clamp(18px, 2.4vw, 30px); left: clamp(20px, 4vw, 44px); font: 400 11px/1 var(--body); letter-spacing: .42em; margin-right: -.42em; text-transform: uppercase; color: var(--c); }
.stack__nav { position: absolute; z-index: 3; top: clamp(14px, 2vw, 24px); right: clamp(20px, 4vw, 44px); display: flex; gap: 10px; }
.stack__arrow { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(243, 234, 217, .55); border-radius: 50%; background: transparent; color: #f3ead9; cursor: pointer; }
.stack__arrow svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.stack__addr { font: 400 12px/1.4 var(--body); letter-spacing: .34em; margin-right: -.34em; text-transform: uppercase; color: #f3ead9; opacity: .82; }
.stack__name { font: 400 clamp(56px, 10vw, 180px)/.92 var(--display); text-transform: uppercase; letter-spacing: .1em; margin-right: -.1em; color: #f3ead9; }
/* outline echo: a cream outline copy pulled off every big display name */
.echo { position: relative; isolation: isolate; --echo: 0em; }
.echo::before { content: attr(data-text); position: absolute; inset: 0; z-index: -1; color: transparent; -webkit-text-stroke: clamp(1px, .12vw, 2px) #f3ead9; transform: translate(var(--echo), calc(var(--echo) * -1)); pointer-events: none; white-space: inherit; }
.stack__line { font-size: clamp(16px, 1.4vw, 20px); max-width: 40ch; opacity: .9; }
.stack__body .btn--ghost { box-shadow: inset 0 0 0 1px rgba(243, 234, 217, .6); color: #f3ead9; margin-top: clamp(4px, .6vw, 10px); }
@media (max-width: 760px) { .stack__card { top: 72px; height: 78svh; } .stack__card:nth-of-type(2) { top: 84px; } .stack__card:nth-of-type(3) { top: 96px; } .stack__name { font-size: clamp(30px, 8.6vw, 54px); letter-spacing: .05em; margin-right: -.05em; } .stack__addr { font-size: 11px; letter-spacing: .24em; } }

/* booking */
.book { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 5vw, 80px); }
.book__side { display: grid; gap: 28px; align-content: start; }
.lines { list-style: none; border-top: 1px solid var(--rule); }
.lines li { padding: 16px 0; border-bottom: 1px solid var(--rule); display: grid; gap: 4px; }
.lines b { font: 400 22px/1 var(--display); text-transform: uppercase; color: var(--c); }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; align-content: start; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 17px; color: var(--ink-dim); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 0;
  background: var(--ground-2); border: 1px solid var(--rule);
}
.field textarea { min-height: 110px; resize: vertical; }
.chips { position: relative; display: flex; flex-wrap: wrap; gap: 8px; }
.chips input { position: absolute; left: 0; top: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.chips label { padding: 10px 14px; border: 1px solid var(--rule); color: var(--ink); cursor: pointer; font-size: 17px; }
.chips input:checked + label { background: var(--ink); color: var(--ground); border-color: var(--ink); }
.chips input:focus-visible + label { outline: 2px solid var(--lamp); outline-offset: 2px; }
.form__out { grid-column: 1 / -1; display: grid; gap: 12px; padding: 18px; border: 1px solid var(--rule); }
.form__out pre { white-space: pre-wrap; font: italic 400 16px/1.5 var(--mono); color: var(--ink-dim); }
@media (max-width: 900px) { .book, .form { grid-template-columns: 1fr; } }

/* dreamy blur interludes */
.dream { position: relative; height: 120svh; min-height: 640px; overflow: hidden; isolation: isolate; }
.dream__plate { position: absolute; inset: -8%; background-size: cover; background-position: center; will-change: transform; }
.dream__type { position: absolute; inset: 0; display: grid; align-content: center; padding: 0 var(--gutter); z-index: 2; mix-blend-mode: screen; }
.dream__serif { font: italic 400 clamp(84px, 15vw, 280px)/.8 "Instrument Serif", Georgia, serif; letter-spacing: -.02em; color: #f3ead9; }
.dream__loud { font: 400 clamp(110px, 24vw, 440px)/.76 var(--display); text-transform: uppercase; letter-spacing: -.02em; color: #f3ead9; margin-top: -.06em; }
.dream--left .dream__loud { padding-left: 8vw; }
.dream--right .dream__type { justify-items: end; text-align: right; }
.dream--right .dream__loud { padding-right: 6vw; }
.dream--center .dream__type { justify-items: center; text-align: center; }
.dream__corner { position: absolute; z-index: 3; color: #f3ead9; opacity: .8; max-width: 26ch; }
.dream__corner--tl { top: 88px; left: var(--gutter); }
.dream__corner--tr { top: 88px; right: var(--gutter); text-align: right; }
.dream__corner--bl { bottom: 32px; left: var(--gutter); }
.dream__corner--br { bottom: 32px; right: var(--gutter); text-align: right; }
/* the interlude keeps its own night vignette: the travelling ground can be cream
   under it, and cream corners over a cream fade would disappear */
.dream { --vign: #110c0b; }
.dream::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(var(--vign), transparent 18%, transparent 82%, var(--vign)); }
@media (max-width: 760px) { .dream { height: 100svh; } .dream__corner { font-size: 14px; } }


/* map */
.where { padding: clamp(80px, 12vw, 160px) 0 0; position: relative; }
.where__loud { font: 400 clamp(84px, 18vw, 320px)/.8 var(--display); text-transform: uppercase; padding: 0 var(--gutter); margin-bottom: -.12em; position: relative; z-index: 2; pointer-events: none; }
.where__stage { position: relative; height: min(92svh, 900px); min-height: 560px; }
.gmap { position: absolute; inset: 0; background: var(--ground-2); }
.gmap__fallback { position: absolute; inset: 0; }
.where__panel { position: absolute; z-index: 3; top: 24px; right: var(--gutter); width: min(380px, calc(100% - 2 * var(--gutter))); background: var(--ground); border: 1px solid var(--rule); padding: 20px; display: grid; gap: 14px; }
.where__walk { color: var(--lamp); }
.spots { list-style: none; border-top: 1px solid var(--rule); }
.spot { width: 100%; display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 12px; padding: 14px 0; background: none; border: 0; border-bottom: 1px solid var(--rule); cursor: pointer; text-align: left; }
.spot b { font: 400 32px/1 var(--display); text-transform: uppercase; color: var(--c); }
.spot span { color: var(--ink-dim); }
.spot[aria-pressed="true"] b { color: var(--ink); }
.spot[aria-pressed="true"] span { color: var(--c); }
.card { display: grid; gap: 12px; }
.card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.card__row { display: flex; flex-wrap: wrap; gap: 8px; }
.card__row .btn { background: var(--c); }
.card__row .btn--ghost { background: transparent; }
.card p { color: var(--ink-dim); font-size: 17px; }
.where__all { justify-self: start; }

.pin { display: grid; justify-items: center; cursor: pointer; background: none; border: 0; }
.pin[data-v="rush"] .pin__label { transform: translateX(-42%); }
.pin[data-v="whoopis"] .pin__label { transform: translateX(42%); }
.pin__label { font: 400 22px/1 var(--display); text-transform: uppercase; color: var(--ground); background: var(--c); padding: 6px 9px 5px; white-space: nowrap; }
.pin__stem { width: 2px; height: 34px; background: var(--c); }
.pin__dot { width: 12px; height: 12px; background: var(--c); border: 3px solid var(--ground); }
.pin[aria-pressed="true"] .pin__label { background: var(--ink); color: var(--ground); }
.maplibregl-ctrl-group { background: var(--ground) !important; border-radius: 0 !important; border: 1px solid var(--rule); }
.maplibregl-ctrl-group button + button { border-top-color: var(--rule) !important; }
.maplibregl-ctrl-group button span { filter: invert(1); }
.maplibregl-map, .maplibregl-map * { font-family: var(--body); }
.maplibregl-ctrl-attrib { background: rgba(17,12,11,.8) !important; color: var(--ink-dim); font-size: 10px; }
.maplibregl-ctrl-attrib a { color: var(--ink-dim); }
.maplibregl-cooperative-gesture-screen { background: rgba(17,12,11,.7); font-family: var(--body); }

@media (max-width: 900px) {
  .where__stage { height: auto; min-height: 0; }
  .gmap { position: relative; height: 70svh; }
  .where__panel { position: relative; top: 0; right: 0; width: auto; margin: 0 var(--gutter); border-top: 0; }
}

/* partners */
.partners { display: flex; flex-wrap: wrap; gap: 12px 40px; align-items: baseline; border-top: 1px solid var(--rule); padding-top: 28px; }
.partners span { font: 400 clamp(26px, 3vw, 40px)/1 var(--display); text-transform: uppercase; color: var(--ink-dim); }

/* footer */
.foot { padding: 64px var(--gutter) 40px; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
.foot h3 { font: 400 20px/1 var(--display); text-transform: uppercase; margin-bottom: 14px; }
.foot ul { list-style: none; display: grid; gap: 8px; color: var(--ink-dim); }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--lamp); }
.foot__brand { display: inline-grid; justify-items: center; gap: 10px; }
.foot__brand img { width: clamp(220px, 26vw, 420px); height: auto; }
.foot__sub { font: 400 14px/1 var(--body); letter-spacing: .7em; margin-right: -.7em; text-transform: uppercase; }
.foot__legal { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: var(--ink-dim); padding-top: 24px; border-top: 1px solid var(--rule); }
@media (max-width: 900px) { .foot { grid-template-columns: 1fr 1fr; } .foot > :first-child { grid-column: 1 / -1; } }

/* legal pages */
.legal { max-width: 760px; margin: 0 auto; padding: 120px var(--gutter) 80px; }
.legal h1 { font: 400 clamp(48px, 8vw, 96px)/.9 var(--display); text-transform: uppercase; margin-bottom: 12px; }
.legal h2 { font: 400 26px/1.1 var(--display); text-transform: uppercase; margin: 36px 0 10px; }
.legal p, .legal li { color: var(--ink-dim); margin-bottom: 10px; }
.legal ul { padding-left: 20px; }

@media (prefers-reduced-motion: reduce) {
  .ticker__track { animation: none; }
  .skel::after { animation: none; }
  body, .night img { transition: none; }
}
