:root {
  color-scheme: dark;
  --bg: #050505;
  --ink: #ffffff;
  --paper: #f3f1ea;
  --champagne: #c9b37e;
  --muted: #a9a9a2;
  --dim: #707069;
  --line: rgba(201, 179, 126, 0.2);
  --line-strong: rgba(201, 179, 126, 0.52);
  --panel: rgba(255, 255, 255, 0.035);
  --panel-strong: rgba(255, 255, 255, 0.07);
  --accent: var(--champagne);
  --visible-show-columns: 4;
  --show-rows: 2;
  --show-peek: clamp(28px, 5vw, 64px);
  --show-gap: 1px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 5;
  padding: 10px 14px;
  background: var(--paper);
  color: #050505;
  border-radius: 0;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 8px 32px;
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(16px);
}

.brand,
.brand-word,
nav a,
.footer-meta,
.eyebrow,
.event-date,
.button,
.event-card a,
.slider-arrow,
.show-picker-link,
.show-section-kicker,
.browse-chip,
.hero-featured-heading,
.hero-feature-card span,
.hero-feature-card small,
.intro-band span,
.event-location {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: none;
}

.brand-icon {
  display: block;
  width: clamp(150px, 14vw, 220px);
  height: 56px;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand-word {
  color: var(--paper);
}

nav {
  display: flex;
  gap: 22px;
}

nav a {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

nav a:hover {
  color: var(--champagne);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 32%, rgba(201, 179, 126, 0.12), rgba(0, 0, 0, 0) 24%),
    linear-gradient(180deg, #000000 0%, #050505 74%, #000000 100%);
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 9% 12% 18%;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 36%, rgba(243, 241, 234, 0.12), rgba(243, 241, 234, 0) 23%),
    radial-gradient(ellipse at 50% 52%, rgba(201, 179, 126, 0.18), rgba(0, 0, 0, 0) 44%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.05) 34%, rgba(0, 0, 0, 0.05) 66%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0.12) 100%);
  pointer-events: none;
}

.hero-video-shell {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 1;
  background:
    radial-gradient(ellipse at center, rgba(201, 179, 126, 0.14), rgba(0, 0, 0, 0) 46%),
    #000;
}

.hero-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28) 78%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}

.hero-background-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.04) saturate(1.05) brightness(1.08) contrast(1.08);
}

.hero-logo {
  display: block;
  width: min(72vw, 430px);
  max-width: 100%;
  height: auto;
  margin: 0 auto 36px;
  opacity: 0.98;
  mix-blend-mode: screen;
  filter: brightness(1.08) contrast(1.08);
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 34px 28px 56px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--champagne);
  font-size: 0.72rem;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  color: var(--paper);
  font-size: clamp(3rem, 6.5vw, 7rem);
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title-line {
  display: block;
}

h2 {
  max-width: 920px;
  font-size: clamp(2.3rem, 5vw, 5.1rem);
  font-weight: 920;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 920;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: var(--paper);
  font-size: clamp(1rem, 1.5vw, 1.28rem);
}

.hero-actions {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 clamp(48px, 5vw, 72px);
}

.button,
.event-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 950;
  text-decoration: none;
}

.button.primary,
.event-card a {
  background: var(--champagne);
  color: #050505;
  border-color: var(--champagne);
}

.button.secondary {
  background: transparent;
  color: var(--champagne);
}

.button:hover,
.event-card a:hover {
  filter: invert(1);
}

.hero-featured-shows {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 0;
  border: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.72);
  text-align: left;
}

.featured-show-panel {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.36);
}

.hero-featured-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--champagne);
  font-size: 0.68rem;
  font-weight: 900;
}

.hero-featured-heading a {
  color: var(--muted);
  text-decoration: none;
}

.hero-featured-heading a:hover {
  color: var(--paper);
}

.hero-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.hero-feature-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(170px, 44%) 1fr;
  align-items: stretch;
  min-height: 372px;
  padding: 0;
  background: #080808;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.hero-feature-card:hover,
.hero-feature-card:focus {
  background: var(--paper);
  color: #050505;
  outline: 0;
}

.feature-artwork {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #111;
  border-bottom: 1px solid var(--line);
}

.feature-artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(0.38) brightness(0.72) contrast(1.08);
  transition: filter 160ms ease, transform 160ms ease;
}

.feature-artwork.is-artwork-fallback {
  display: grid;
  place-items: center;
  background: #050505;
}

.feature-artwork img.is-artwork-fallback,
.show-image.is-artwork-fallback {
  object-fit: contain;
  padding: clamp(34px, 6vw, 74px);
  background: #050505;
  filter: none;
  transform: none;
}

.feature-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(54px, auto) minmax(48px, auto) 1fr auto;
  row-gap: 10px;
  min-width: 0;
  min-height: 256px;
  align-content: stretch;
  overflow: hidden;
  overflow-wrap: anywhere;
  padding: 24px 28px 28px;
}

.hero-feature-card span,
.hero-feature-card small {
  color: var(--dim);
  font-size: 0.66rem;
  font-weight: 850;
}

.hero-feature-card:hover span,
.hero-feature-card:hover small,
.hero-feature-card:focus span,
.hero-feature-card:focus small {
  color: #3b3629;
}

.hero-feature-card:hover .feature-artwork img,
.hero-feature-card:focus .feature-artwork img {
  filter: grayscale(0.05) brightness(0.9) contrast(1.02);
  transform: scale(1.025);
}

.hero-feature-card strong {
  display: block;
  margin: 0;
  color: var(--champagne);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.hero-feature-card small {
  display: block;
  line-height: 1.35;
}

.hero-feature-card:hover strong,
.hero-feature-card:focus strong {
  color: #050505;
}

.hero-feature-card em {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  align-self: end;
  justify-self: start;
  border-bottom: 1px solid currentColor;
  color: var(--paper);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-feature-card:hover em,
.hero-feature-card:focus em {
  color: #050505;
}

.notice {
  max-width: 780px;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-notice {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  margin: -4px auto 28px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: rgba(244, 241, 233, 0.62);
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: clamp(56px, 7vw, 92px) auto 0;
  transform: none;
  border: 1px solid var(--line);
  background: var(--line);
}

.value-strip {
  counter-reset: value-strip;
  align-items: stretch;
  transform: none;
}

.intro-band div {
  min-height: 116px;
  padding: 22px 24px;
  background: #090909;
}

.value-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.value-item::before {
  position: absolute;
  top: 19px;
  right: 22px;
  counter-increment: value-strip;
  content: "0" counter(value-strip);
  color: rgba(207, 184, 126, 0.2);
  font-size: 2.15rem;
  font-weight: 950;
  line-height: 1;
}

.intro-band span,
.event-date,
.steps span {
  display: block;
  color: var(--dim);
  font-size: 0.72rem;
  font-weight: 850;
}

.intro-band strong {
  display: block;
  margin-top: 7px;
  color: var(--champagne);
  font-size: 1rem;
}

.value-item p {
  max-width: 31ch;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.concierge-widget {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(56px, 6vw, 92px) auto 0;
}

.concierge-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.concierge-copy,
.concierge-fields {
  background:
    linear-gradient(135deg, rgba(201, 179, 126, 0.08), rgba(201, 179, 126, 0) 36%),
    #080808;
}

.concierge-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(24px, 4vw, 42px);
}

.concierge-copy h2 {
  max-width: 11ch;
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 4.2vw, 4.5rem);
}

.concierge-copy p:not(.eyebrow) {
  max-width: 34ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.concierge-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
  padding: clamp(22px, 3.5vw, 36px);
}

.concierge-field {
  display: grid;
  gap: 8px;
}

.concierge-field span,
.concierge-consent,
.concierge-summary,
.concierge-note {
  color: var(--muted);
  font-size: 0.76rem;
}

.concierge-field span {
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concierge-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #050505;
  color: var(--paper);
  font: inherit;
  font-size: 0.88rem;
}

.concierge-field select:focus,
.concierge-consent:focus-within {
  border-color: var(--champagne);
  outline: 1px solid rgba(201, 179, 126, 0.4);
}

.concierge-consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 2px;
}

.concierge-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--champagne);
}

.concierge-summary {
  grid-column: 1 / -1;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--paper);
}

.concierge-request-button {
  grid-column: 1 / -1;
  width: fit-content;
  min-width: min(100%, 270px);
}

.concierge-note {
  grid-column: 1 / -1;
  max-width: 68ch;
  margin: 0;
  color: rgba(244, 241, 233, 0.58);
  line-height: 1.55;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.shows-browser .section-heading {
  max-width: 960px;
}

.show-section-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--dim);
  font-size: 0.7rem;
  font-weight: 900;
}

.section-heading p,
.split p,
.final-cta p {
  color: var(--muted);
}

.show-browse-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin-bottom: 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.browse-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 0;
  background: #080808;
  color: var(--muted);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  text-decoration: none;
}

.browse-chip:hover,
.browse-chip:focus,
.browse-chip.is-active {
  background: var(--paper);
  color: #050505;
  outline: 0;
}

.show-picker-header {
  margin-top: 18px;
  padding: 0 0 7px;
  color: var(--champagne);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.show-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.show-slider::after {
  content: "";
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 45px;
  z-index: 2;
  width: clamp(42px, 8vw, 88px);
  background: linear-gradient(90deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.92));
  pointer-events: none;
}

.slider-topline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 10px;
  border-bottom: 1px solid var(--line);
  background: #080808;
}

.slider-topline span {
  color: var(--dim);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slider-jump-controls {
  align-items: center;
  display: flex;
  gap: 8px;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  color: var(--champagne);
}

.show-track {
  display: grid;
  gap: var(--show-gap);
  grid-auto-columns: calc((100% - var(--show-peek) - (var(--show-gap) * var(--visible-show-columns))) / var(--visible-show-columns));
  grid-auto-flow: column;
  grid-template-rows: repeat(var(--show-rows), minmax(0, auto));
  overflow-x: auto;
  padding-right: var(--show-peek);
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--paper) #090909;
}

.show-track::-webkit-scrollbar {
  height: 8px;
}

.show-track::-webkit-scrollbar-track {
  background: #090909;
}

.show-track::-webkit-scrollbar-thumb {
  background: var(--paper);
}

.show-slide {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}

.show-slide[hidden] {
  display: none;
}

.event-card {
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #080808;
}

.event-card:nth-child(even) {
  background: #0d0d0d;
}

.show-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #111;
  filter: grayscale(100%) contrast(1.08);
}

.event-card:hover .show-image {
  filter: grayscale(35%) contrast(1.04);
}

.event-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 214px;
  padding: 14px;
}

.event-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  line-height: 1;
  display: -webkit-box;
  min-height: 2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.event-card p {
  color: var(--muted);
  margin-bottom: 12px;
}

.event-location {
  min-height: 34px;
  margin-bottom: 14px;
  color: var(--dim);
  font-size: 0.68rem;
  font-weight: 850;
}

.event-card a {
  width: 100%;
  margin-top: auto;
}

.slider-arrow {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  min-height: 44px;
  margin-top: 0;
  padding: 0;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  color: #050505;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.35rem;
}

.slider-arrow:hover,
.slider-arrow:focus {
  background: var(--champagne);
  color: #050505;
  outline: 2px solid var(--paper);
  outline-offset: 2px;
}

.show-picker {
  display: flex;
  gap: 1px;
  overflow-x: auto;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  background: var(--line);
}

.browse-jump-rail {
  border-top: 1px solid var(--line);
}

.show-picker-link {
  flex: 0 0 auto;
  padding: 13px 14px;
  border: 0;
  background: #090909;
  color: var(--muted);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.show-picker-link:hover,
.show-picker-link:focus,
.show-picker-link.is-active {
  background: var(--paper);
  color: #050505;
  outline: 0;
}

.final-cta {
  width: min(980px, calc(100% - 40px));
  margin: 42px auto 88px;
  padding: 48px 24px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #080808;
  text-align: center;
}

.final-cta .button {
  margin-top: 12px;
}

.site-footer {
  padding: 34px 28px 38px;
  border-top: 1px solid var(--line);
  background: #030303;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(180px, 0.5fr) minmax(320px, 1.1fr);
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 12px;
}

.footer-logo {
  display: block;
  width: min(220px, 64vw);
  height: auto;
  filter: none;
}

.footer-brand p,
.footer-legal p,
.footer-meta {
  margin: 0;
  color: rgba(244, 241, 233, 0.58);
  font-size: 0.78rem;
  line-height: 1.65;
}

.footer-nav {
  display: grid;
  gap: 11px;
  justify-items: start;
}

.footer-nav a {
  color: var(--paper);
  font-size: 0.7rem;
  font-weight: 900;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus {
  color: var(--champagne);
}

.footer-legal {
  display: grid;
  gap: 8px;
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(201, 179, 126, 0.18);
  color: rgba(244, 241, 233, 0.42);
}

.sticky-request-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(145px, auto) auto;
  align-items: center;
  gap: 14px;
  max-width: min(680px, calc(100vw - 36px));
  padding: 10px;
  border: 1px solid rgba(201, 179, 126, 0.38);
  background: rgba(5, 5, 5, 0.9);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.sticky-request-cta > span {
  min-width: 0;
  padding-left: 4px;
  color: rgba(244, 241, 233, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.concierge-launcher {
  display: inline-grid;
  gap: 2px;
  min-width: 150px;
  padding: 8px 12px;
  border: 1px solid rgba(201, 179, 126, 0.34);
  background: rgba(244, 241, 233, 0.06);
  color: var(--paper);
  text-decoration: none;
}

.concierge-launcher span,
.concierge-launcher strong {
  padding: 0;
  white-space: nowrap;
}

.concierge-launcher span {
  color: var(--champagne);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concierge-launcher strong {
  color: rgba(244, 241, 233, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
}

.concierge-launcher:hover,
.concierge-launcher:focus {
  border-color: rgba(201, 179, 126, 0.72);
  background: rgba(201, 179, 126, 0.14);
}

.concierge-launcher:focus-visible {
  outline: 2px solid var(--champagne);
  outline-offset: 3px;
}

.sticky-request-cta .button {
  min-height: 46px;
  padding: 0 18px;
  font-size: 0.68rem;
  white-space: nowrap;
}

.concierge-chat-shell {
  position: fixed;
  right: 18px;
  bottom: 96px;
  z-index: 6;
  width: min(420px, calc(100vw - 36px));
}

.concierge-chat-shell[hidden] {
  display: none;
}

.concierge-chat {
  overflow: hidden;
  border: 1px solid rgba(201, 179, 126, 0.42);
  background:
    linear-gradient(135deg, rgba(201, 179, 126, 0.1), rgba(201, 179, 126, 0) 38%),
    rgba(5, 5, 5, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(20px);
}

.concierge-chat-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid var(--line);
}

.concierge-chat-header h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--paper);
  font-size: 1.35rem;
  line-height: 1.02;
}

.concierge-chat-header .eyebrow {
  margin-bottom: 7px;
}

.concierge-status {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 9px 0 0;
  color: rgba(244, 241, 233, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
}

.concierge-status span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--champagne);
  box-shadow: 0 0 18px rgba(201, 179, 126, 0.62);
}

.concierge-chat-header button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(201, 179, 126, 0.3);
  border-radius: 0;
  background: rgba(244, 241, 233, 0.05);
  color: rgba(244, 241, 233, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concierge-messages {
  display: grid;
  gap: 9px;
  padding: 16px 18px 4px;
}

.concierge-message {
  width: fit-content;
  max-width: 82%;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(201, 179, 126, 0.2);
  color: var(--paper);
  font-size: 0.82rem;
  line-height: 1.42;
}

.concierge-message.is-agent {
  background: rgba(244, 241, 233, 0.06);
}

.concierge-message.is-user {
  justify-self: end;
  border-color: rgba(201, 179, 126, 0.42);
  background: rgba(201, 179, 126, 0.14);
}

.concierge-quick-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 12px 18px 4px;
}

.concierge-quick-prompts span {
  flex-basis: 100%;
  color: rgba(244, 241, 233, 0.48);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concierge-quick-prompts button,
.concierge-chat-composer button {
  border: 1px solid rgba(201, 179, 126, 0.28);
  border-radius: 0;
  background: rgba(244, 241, 233, 0.045);
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.concierge-quick-prompts button {
  min-height: 34px;
  padding: 0 10px;
  font-size: 0.74rem;
}

.concierge-chat-composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px 18px 2px;
}

.concierge-chat-composer textarea {
  width: 100%;
  min-height: 48px;
  resize: vertical;
  padding: 11px 12px;
  border: 1px solid rgba(201, 179, 126, 0.3);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  color: var(--paper);
  font: inherit;
  font-size: 0.82rem;
}

.concierge-chat-composer textarea::placeholder {
  color: rgba(244, 241, 233, 0.42);
}

.concierge-chat-composer button {
  min-height: 48px;
  padding: 0 13px;
  color: #050505;
  background: var(--champagne);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concierge-quick-prompts button:hover,
.concierge-quick-prompts button:focus,
.concierge-chat-composer button:hover,
.concierge-chat-composer button:focus {
  border-color: rgba(201, 179, 126, 0.72);
}

.concierge-chat-fields {
  display: grid;
  gap: 12px;
  padding: 16px 18px 18px;
}

.concierge-chat-fields .concierge-field select {
  min-height: 44px;
}

.concierge-chat-fields .concierge-request-button {
  width: 100%;
}

@media (max-width: 1100px) {
  :root {
    --visible-show-columns: 3;
  }
}

@media (max-width: 900px) {
  :root {
    --visible-show-columns: 2;
  }

  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 18px 20px;
  }

  nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    width: min(100%, calc(100% - 24px));
  }

  .footer-legal {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .footer-meta {
    flex-direction: column;
  }

  .show-browse-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .hero {
    min-height: 690px;
  }

  .hero-inner {
    padding: 92px 20px 62px;
  }

  .intro-band {
    grid-template-columns: 1fr;
  }

  .concierge-panel,
  .concierge-fields {
    grid-template-columns: 1fr;
  }

  .concierge-copy h2 {
    max-width: 12ch;
  }

  .hero-feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-feature-card {
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 150px;
  }

  .feature-artwork {
    min-height: 100%;
    aspect-ratio: 4 / 5;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }

  .feature-card-copy {
    grid-template-rows: auto auto auto 1fr auto;
    row-gap: 8px;
    min-height: 0;
    padding: 16px;
  }

  .event-card-body,
  .show-image {
    min-height: auto;
  }

  .intro-band {
    transform: none;
    margin-top: 42px;
  }

  .hero-notice {
    margin-top: 12px;
  }

  .section {
    padding: 58px 0;
  }

  .show-image {
    aspect-ratio: 1 / 1;
  }

  .final-cta {
    padding: 32px 20px;
  }
}

@media (max-width: 620px) {
  :root {
    --visible-show-columns: 1;
  }

  .hero-logo {
    width: min(100%, 300px);
    margin-bottom: 38px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 280px);
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions .button {
    width: 100%;
  }

  .sticky-request-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    justify-content: space-between;
    max-width: none;
  }

  .sticky-request-cta > span {
    grid-column: 1 / -1;
    padding-left: 0;
    text-align: center;
    white-space: normal;
  }

  .concierge-launcher {
    justify-content: center;
    min-width: 0;
  }

  .concierge-launcher strong {
    display: none;
  }

  .sticky-request-cta .button {
    width: 100%;
    padding: 0 12px;
  }

  .concierge-chat-shell {
    right: 12px;
    bottom: 132px;
    left: 12px;
    width: auto;
  }

  .concierge-chat-composer {
    grid-template-columns: 1fr;
  }

  .hero-feature-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: auto;
  }

  .feature-artwork {
    min-height: auto;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-notice {
    margin-bottom: 22px;
  }

  .section {
    width: min(100% - 24px, 1180px);
  }

  .concierge-widget {
    width: min(100% - 24px, 1180px);
  }

  .concierge-copy,
  .concierge-fields {
    padding: 20px;
  }

  .concierge-request-button {
    width: 100%;
  }

  .slider-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .slider-jump-controls {
    width: 100%;
  }

  .scroll-cue {
    flex: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-background-video {
    filter: grayscale(0.08) saturate(0.95) brightness(0.92) contrast(1.02);
  }
}
