html, body {
  background: #050506;
  color: #ece6d8;
  margin: 0;
  min-height: 100dvh;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}
a { text-decoration: none; color: inherit; }
button { font: inherit; cursor: pointer; }
h1, h2, h3 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 0.94;
  margin: 0;
}

.night-hero {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  overflow: hidden;
  background: #050506;
  color: #ece6d8;
}
.night-hero img.cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.4) contrast(1.16) brightness(0.92) sepia(0.1);
}
.night-hero .wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(5,5,6,0.88) 0%, rgba(5,5,6,0.14) 46%, rgba(5,5,6,0.34) 100%),
    repeating-linear-gradient(-11deg, transparent 0 26px, rgba(0,0,0,0.1) 26px 29px);
}
.night-hero .copy {
  position: relative;
  z-index: 4;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 28px 24px 96px;
  box-sizing: border-box;
}
.night-hero h1 {
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  max-width: 16ch;
  margin-top: 12px;
  color: #ece6d8;
  text-shadow: 0 2px 28px rgba(0,0,0,0.7);
}

.kicker {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c4a35a;
  margin: 0;
}

.btn-bone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #ece6d8;
  color: #050506 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.btn-bone:hover { background: #f4efe4; }
.btn-ghost {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(5,5,6,0.55);
  color: #ece6d8;
}

.night-body {
  background: #050506;
  color: #ece6d8;
  max-width: 72rem;
  margin: 0 auto;
  padding: 64px 24px 120px;
}
.night-grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 960px) {
  .night-grid { grid-template-columns: minmax(0, 1fr) 20rem; align-items: start; }
}
.facts {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}
@media (min-width: 640px) {
  .facts { grid-template-columns: 1fr 1fr; }
}
.fact {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #101014;
}
.fact dt { font-size: 11px; color: #9a9488; margin: 0; }
.fact dd { margin: 4px 0 0; font-size: 14px; font-weight: 500; }

.ticket-card {
  background: #101014;
  border-radius: 16px;
  padding: 20px;
}
.ticket-pick {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 12px;
  padding: 12px;
  margin-top: 8px;
  background: #18181e;
  color: #ece6d8;
}
.ticket-pick.is-on { background: #c4a35a; color: #050506; }

.stage-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: grayscale(0.4) contrast(1.16) brightness(0.92) sepia(0.1);
}
.stage-photo.is-on { opacity: 1; }
.stage-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(5,5,6,0.88) 0%, rgba(5,5,6,0.14) 46%, rgba(5,5,6,0.34) 100%),
    repeating-linear-gradient(-11deg, transparent 0 26px, rgba(0,0,0,0.1) 26px 29px);
}
.bg-fg { background-color: var(--color-fg, #ece6d8); color: var(--color-bg, #050506); }
.text-ink { color: var(--color-ink, #050506); }
.search-dock {
  background: rgba(16, 16, 20, 0.88);
  border: 1px solid rgba(236, 230, 216, 0.12);
  backdrop-filter: blur(18px);
}
.glass-dark {
  background: rgba(5, 5, 6, 0.62) !important;
  color: #ece6d8;
}
.live-pill {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  flex: none;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c45c4a;
  background: rgba(5,5,6,0.55);
}
.gl-layer {
  background: transparent !important;
  mix-blend-mode: screen;
  opacity: 0.72;
}
.title-noir { color: inherit; }

html[data-theme="light"] {
  color-scheme: light;
}
html[data-theme="light"] html,
html[data-theme="light"],
html[data-theme="light"] body {
  background: #f3eee4;
  color: #1c1916;
}
html[data-theme="light"] .btn-bone {
  background: #1c1916;
  color: #f3eee4 !important;
}
html[data-theme="light"] .btn-bone:hover { background: #2a2622; }
html[data-theme="light"] .search-dock {
  background: rgba(255, 252, 247, 0.92);
  border-color: rgba(28, 25, 22, 0.1);
}
html[data-theme="light"] .glass-dark {
  background: rgba(255, 252, 247, 0.78) !important;
  color: #1c1916;
}
html[data-theme="light"] .glass-dock {
  background: rgba(255, 252, 247, 0.9) !important;
  color: #1c1916;
}
html[data-theme="light"] .glass-strong {
  background: #1c1916 !important;
  color: #f3eee4 !important;
}
html[data-theme="light"] .night-body {
  background: #f3eee4;
  color: #1c1916;
}
html[data-theme="light"] .fact,
html[data-theme="light"] .ticket-card {
  background: #fffcf7;
}
html[data-theme="light"] .ticket-pick {
  background: #ece6d8;
  color: #1c1916;
}
html[data-theme="light"] .live-pill {
  background: rgba(255, 252, 247, 0.7);
}
html[data-theme="light"] .title-noir { color: #ece6d8; }

.night-surface,
.night-hero,
.map-stage,
.scene-top-overlay {
  --color-bg: #050506;
  --color-fg: #ece6d8;
  --color-muted: #9a9488;
  --color-subtle: #8a8478;
  color: #ece6d8;
}

.scene-top-overlay {
  background: rgba(5, 5, 6, 0.58) !important;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-color: rgba(236, 230, 216, 0.1) !important;
}

html[data-theme="light"] .night-surface .btn-bone,
html[data-theme="light"] .night-hero .btn-bone {
  background: #ece6d8 !important;
  color: #050506 !important;
}
html[data-theme="light"] .night-surface .btn-bone:hover,
html[data-theme="light"] .night-hero .btn-bone:hover {
  background: #f4efe4 !important;
}

html[data-theme="light"] .night-surface .glass-dark,
html[data-theme="light"] .night-hero .glass-dark,
html[data-theme="light"] .scene-top-overlay .glass-dark,
html[data-theme="light"] .map-stage .glass-dark {
  background: rgba(5, 5, 6, 0.62) !important;
  color: #ece6d8 !important;
}

html[data-theme="light"] .map-stage .search-dock {
  background: rgba(5, 5, 6, 0.78) !important;
  border-color: rgba(236, 230, 216, 0.12) !important;
  color: #ece6d8;
}

html[data-theme="light"] .night-surface .live-pill,
html[data-theme="light"] .night-hero .live-pill {
  background: rgba(5, 5, 6, 0.55) !important;
  color: #c45c4a;
}

