:root {
  --bg: #090909;
  --panel: #111110;
  --panel-2: #191815;
  --line: rgba(255, 255, 255, 0.17);
  --muted: #c6c0b6;
  --soft: #a49c8d;
  --white: #f6f1e7;
  --blue: #d2ad65;
  --blue-2: #e4c88f;
  --blue-dark: #55401e;
  --gold: #d8a453;
  --gold-light: #f2c879;
  --max: 1680px;
}

.ended-event-state { max-width: 780px; margin: 0 auto; text-align: center; }
.ended-event-state .button-row { justify-content: center; margin-top: 24px; }
.ended-event-socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 24px; }
.ended-ticketing-state { padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.04); }
.ended-ticketing-state strong { display: block; margin-bottom: 8px; font-size: 20px; }

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 10%, rgba(210, 173, 101, 0.22), transparent 34rem),
    radial-gradient(circle at 18% 54%, rgba(210, 173, 101, 0.12), transparent 26rem),
    linear-gradient(180deg, #010205 0%, var(--bg) 50%, #010205 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

/* Managed pages stay concealed until the public API confirms they are available. */
body[data-site-page-slug] main {
  visibility: hidden;
}

body[data-site-page-slug][data-site-page-rendered] main {
  visibility: visible;
}

/* Home ships a complete first hero so the photograph, rather than the page
   background, is the initial visual surface while Sanity content resolves. */
body[data-site-page-slug="home"] main {
  visibility: visible;
}

body[data-site-page-slug="home"]:not([data-site-page-rendered]) main > :not([data-site-section-key="homeHero"]) {
  visibility: hidden;
}

/* Reserve the final header footprint while Sanity-backed navigation resolves. */
site-header:not([data-navigation-ready]) {
  display: block;
  min-height: 106px;
}

site-header:not([data-navigation-ready]) .site-header {
  visibility: hidden;
}

site-footer:not([data-navigation-ready]) {
  visibility: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: 0.28;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.section-shell,
.site-header,
.site-footer {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 0 20px;
}

.brand {
  display: inline-grid;
  gap: 0;
  width: max-content;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 0;
}

.brand span {
  color: var(--blue);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 31px;
}

.brand strong {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 5px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.76);
  white-space: nowrap;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--blue-2);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--blue);
  background: linear-gradient(180deg, #1668ff, #0b42df);
  box-shadow: 0 16px 36px rgba(210, 173, 101, 0.24);
}

.button-outline {
  background: rgba(3, 6, 14, 0.52);
}

.button-outline:hover {
  border-color: var(--blue-2);
  background: rgba(210, 173, 101, 0.12);
}

.button-disabled,
.button-disabled:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--soft);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.button.compact {
  min-height: 42px;
  padding-inline: 22px;
}

.button.wide {
  width: min(100%, 310px);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-link::after {
  content: ">";
  margin-left: 10px;
}

.button-row,
.button-stack {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.button-stack {
  flex-direction: column;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 24px;
  align-items: center;
  max-width: 1360px;
  min-height: 690px;
  padding: 32px 0 36px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-title {
  max-width: 500px;
  margin: 0;
  text-transform: uppercase;
  line-height: 0.83;
}

.hero-title span,
.hero-title strong {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(76px, 10vw, 148px);
  letter-spacing: 0;
}

.hero-title span {
  color: var(--white);
  text-shadow: 0 7px 0 rgba(255, 255, 255, 0.1);
}

.hero-title strong {
  color: var(--blue);
  font-weight: 900;
}

.hero-title em {
  display: block;
  margin-top: -4px;
  color: var(--white);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(45px, 6vw, 78px);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  transform: rotate(-5deg);
  transform-origin: left center;
}

.hero-subtitle {
  max-width: 390px;
  margin: 28px 0 30px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 640px;
}

.hero-media::before {
  position: absolute;
  inset: 10% 4% 9% auto;
  width: 56%;
  content: "";
  background: rgba(210, 173, 101, 0.18);
  box-shadow: 0 0 100px rgba(210, 173, 101, 0.42);
}

.hero-media img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(720px, 100%);
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: 30px;
  align-items: center;
  min-height: 560px;
  padding: 34px 0 28px;
}

.page-hero-copy {
  position: relative;
  z-index: 2;
}

.page-hero-title {
  max-width: 670px;
  margin: 0;
  color: var(--white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 118px;
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.page-hero-title span {
  display: block;
  color: var(--blue);
}

.page-intro {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.page-hero-media {
  position: relative;
  align-self: stretch;
  min-height: 520px;
}

.page-hero-media::before {
  position: absolute;
  inset: 10% 5% 8% auto;
  width: 58%;
  content: "";
  background: rgba(210, 173, 101, 0.2);
  box-shadow: 0 0 96px rgba(210, 173, 101, 0.42);
}

.page-hero-media img {
  position: absolute;
  right: -22px;
  bottom: 0;
  width: min(640px, 100%);
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}

.page-section {
  padding: 36px 0;
}

.schedule-hero,
.editorial-hero,
.booking-hero,
.press-hero,
.video-hero,
.merch-hero {
  padding: 58px 0 34px;
}

.schedule-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.55fr);
  gap: 42px;
  align-items: end;
  min-height: 380px;
}

.schedule-hero .page-hero-title,
.gallery-first .page-hero-title,
.video-hero .page-hero-title,
.merch-hero .page-hero-title {
  max-width: none;
}

.schedule-hero-panel {
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(210, 173, 101, 0.34);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(12, 18, 30, 0.96), rgba(3, 5, 10, 0.9)),
    radial-gradient(circle at top right, rgba(210, 173, 101, 0.24), transparent 15rem);
  box-shadow: 0 0 70px rgba(210, 173, 101, 0.16);
}

.schedule-hero-panel > div {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-hero-panel > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.schedule-hero-panel span {
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-hero-panel strong {
  display: block;
  margin-top: 4px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.1;
}

.schedule-hero-panel p {
  margin: 6px 0 0;
  color: var(--muted);
}

.editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.64fr);
  gap: 64px;
  align-items: center;
}

.editorial-copy {
  padding-top: 28px;
}

.editorial-image-card,
.booking-image-card,
.merch-accent-image {
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(12, 18, 30, 0.96), rgba(3, 5, 10, 0.9)),
    radial-gradient(circle at top right, rgba(210, 173, 101, 0.18), transparent 18rem);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.editorial-image-card {
  padding: 16px;
}

.editorial-image-card img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  object-position: center;
}

.editorial-image-card:empty,
.booking-image-card:empty {
  min-height: 440px;
}

.story-card {
  border-color: rgba(210, 173, 101, 0.28);
}

.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  gap: 54px;
  align-items: center;
  min-height: 520px;
}

.booking-image-card {
  padding: 14px;
}

.booking-image-card img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  object-position: center;
}

.press-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}

.press-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.press-collage figure {
  display: grid;
  place-items: center;
  min-height: 440px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(3, 5, 10, 0.72);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
}

.press-collage figure:last-child {
  min-height: 440px;
  margin-top: 0;
}

.press-collage img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: contain;
  object-position: center;
}

.press-collage:empty {
  min-height: 440px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(12, 18, 30, 0.96), rgba(3, 5, 10, 0.9)),
    radial-gradient(circle at top right, rgba(210, 173, 101, 0.18), transparent 18rem);
}

.gallery-first {
  padding-top: 58px;
}

.video-hero,
.merch-hero {
  max-width: 900px;
  min-height: 300px;
}

.merch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 42px;
  align-items: center;
}

.merch-accent-image {
  padding: 14px;
}

.merch-accent-image img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
}

.merch-accent-image:empty {
  min-height: 280px;
}

.section-heading-row {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.section-heading-row h2,
.split-section h2,
.content-card h2 {
  margin: 0;
  color: var(--white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading-row h2,
.split-section h2 {
  font-size: 34px;
  line-height: 1;
}

.section-note {
  max-width: 360px;
  margin: 0;
  color: var(--soft);
  font-size: 14px;
  text-align: right;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.split-section p {
  color: var(--muted);
}

.split-section > div > p:not(.section-kicker):not(.card-label) {
  max-width: 650px;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.four-up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-card {
  min-width: 0;
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(12, 18, 30, 0.95), rgba(3, 5, 10, 0.88)),
    radial-gradient(circle at top right, rgba(210, 173, 101, 0.22), transparent 18rem);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.content-card h2 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.08;
}

.content-card p {
  margin: 0 0 16px;
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card,
.gallery-placeholder,
.video-feature-card,
.video-card,
.merch-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(11, 14, 22, 0.96), rgba(3, 5, 10, 0.86));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.gallery-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.gallery-card-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 658px;
}

.gallery-card-wide {
  grid-column: span 2;
}

.gallery-card-tall {
  grid-row: span 2;
  min-height: 658px;
}

.real-gallery .gallery-card {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(210, 173, 101, 0.12), transparent 58%),
    linear-gradient(135deg, rgba(11, 14, 22, 0.96), rgba(3, 5, 10, 0.86));
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.real-gallery .gallery-card img {
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: contain;
  object-position: center;
}

.real-gallery .gallery-card-tall img {
  max-height: 900px;
}

.managed-gallery-grid,
.gallery-first .real-gallery {
  display: block;
  column-count: 3;
  column-gap: 18px;
}

.gallery-photo-card {
  display: inline-block;
  width: 100%;
  min-width: 0;
  margin: 0 0 18px;
  overflow: hidden;
  break-inside: avoid;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(11, 14, 22, 0.96), rgba(3, 5, 10, 0.86));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.gallery-photo-card img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-first .real-gallery .gallery-card {
  display: inline-block;
  width: 100%;
  min-height: 0;
  margin: 0 0 18px;
  break-inside: avoid;
}

.gallery-first .real-gallery .gallery-card img,
.gallery-first .real-gallery .gallery-card-tall img {
  width: 100%;
  height: auto;
  max-height: none;
}

.photo-lightbox[hidden] {
  display: none;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.photo-lightbox.is-visible {
  opacity: 1;
}

.photo-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: zoom-out;
}

.photo-lightbox-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(48px, 72px) minmax(0, min(1100px, 82vw)) minmax(48px, 72px);
  align-items: center;
  width: min(100%, 1240px);
  max-height: 100%;
}

.photo-lightbox-figure {
  display: grid;
  place-items: center;
  min-width: 0;
  max-height: calc(100vh - 72px);
  margin: 0;
}

.photo-lightbox-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 112px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: rgba(3, 4, 7, 0.65);
  object-fit: contain;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.7);
}

.photo-lightbox-image:not(.is-loaded):not(.is-error) {
  width: 72px;
  height: 72px;
  border-color: transparent;
  opacity: 0.35;
}

.photo-lightbox-image.is-error {
  width: min(100%, 460px);
  min-height: 120px;
  padding: 40px;
  opacity: 0.55;
}

.photo-lightbox-status {
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.photo-lightbox-close,
.photo-lightbox-nav {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: var(--white);
  background: rgba(3, 4, 7, 0.72);
  font: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.photo-lightbox-close:hover,
.photo-lightbox-close:focus-visible,
.photo-lightbox-nav:hover,
.photo-lightbox-nav:focus-visible {
  border-color: var(--blue-2);
  background: rgba(210, 173, 101, 0.32);
  outline: none;
  transform: scale(1.05);
}

.photo-lightbox-close {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  font-size: 34px;
  font-weight: 300;
}

.photo-lightbox-nav:disabled {
  display: none;
}

.photo-lightbox-single .photo-lightbox-figure {
  grid-column: 1 / -1;
}

.real-gallery img,
.managed-gallery-grid img {
  cursor: zoom-in;
}

body.photo-lightbox-open {
  overflow: hidden;
}

@media (max-width: 700px) {
  .photo-lightbox {
    padding: 18px;
  }

  .photo-lightbox-content {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    width: 100%;
  }

  .photo-lightbox-image {
    max-height: calc(100vh - 88px);
  }

  .photo-lightbox-close,
  .photo-lightbox-nav {
    width: 50px;
    height: 50px;
  }

  .photo-lightbox-close {
    top: -12px;
    right: -12px;
  }
}

@media (max-width: 900px) {
  .managed-gallery-grid,
  .gallery-first .real-gallery {
    column-count: 2;
  }
}

@media (max-width: 560px) {
  .managed-gallery-grid,
  .gallery-first .real-gallery {
    column-count: 1;
  }
}

.real-gallery .gallery-card::after {
  display: none;
}

.gallery-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(1, 2, 5, 0.92));
}

.gallery-card > div {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 1;
}

.gallery-card h2,
.gallery-placeholder h2,
.video-card h2,
.merch-card h2,
.merch-callout h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-card h2 {
  font-size: 28px;
}

.gallery-placeholder {
  display: grid;
  align-content: end;
  min-height: 320px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(12, 18, 30, 0.96), rgba(3, 5, 10, 0.9)),
    repeating-linear-gradient(
      -45deg,
      rgba(210, 173, 101, 0.18) 0,
      rgba(210, 173, 101, 0.18) 1px,
      transparent 1px,
      transparent 16px
    );
}

.gallery-placeholder p,
.video-card p,
.merch-card p,
.merch-callout p {
  margin: 0 0 14px;
  color: var(--muted);
}

.video-feature-card {
  padding: 18px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.video-frame,
.video-thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background:
    radial-gradient(circle at center, rgba(210, 173, 101, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(210, 173, 101, 0.22), rgba(3, 5, 10, 0.94));
}

.video-frame-image,
.video-thumb-image {
  position: relative;
  overflow: hidden;
  background: #020307;
}

.video-frame-image img,
.video-thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.video-frame iframe,
.video-thumb iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-frame-image::after,
.video-thumb-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(1, 2, 5, 0.08), rgba(1, 2, 5, 0.28));
}

.video-frame span,
.video-thumb span {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 34px solid var(--white);
  filter: drop-shadow(0 0 22px rgba(210, 173, 101, 0.58));
}

.video-card,
.merch-card {
  min-height: 100%;
  padding: 22px;
}

.video-grid .video-card {
  padding: 10px;
}

.video-card .video-thumb {
  margin-bottom: 0;
}

.video-thumb span {
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 22px;
}

.merch-card {
  display: grid;
  align-content: start;
  gap: 4px;
}

.merch-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 18px;
}

.merch-product-card {
  gap: 16px;
}

.merch-product-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.28);
}

.merch-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merch-product-copy {
  display: grid;
  gap: 8px;
}

.merch-icon {
  display: grid;
  place-items: center;
  width: 74px;
  aspect-ratio: 1;
  margin-bottom: 24px;
  border: 1px solid rgba(210, 173, 101, 0.52);
  border-radius: 50%;
  color: var(--blue-2);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  box-shadow: 0 0 36px rgba(210, 173, 101, 0.2);
}

.card-label {
  color: var(--blue-2) !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.stacked-list {
  display: grid;
  gap: 18px;
  min-height: auto;
}

.stacked-list > div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stacked-list > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.booking-panel,
.quote-card,
.empty-state {
  min-height: 260px;
}

.schedule-list {
  gap: 16px;
}

.schedule-table {
  display: grid;
  gap: 10px;
}

.schedule-disclaimer {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.schedule-row {
  display: grid;
  grid-template-columns: 86px minmax(220px, 1fr) minmax(220px, 0.85fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 86px;
  padding: 12px 16px 12px 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(11, 14, 22, 0.96), rgba(3, 5, 10, 0.86));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.schedule-date-cell {
  display: grid;
  place-items: center;
  align-self: stretch;
  border-right: 1px solid var(--line);
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-date-cell strong {
  color: var(--white);
  font-size: 31px;
  line-height: 0.9;
}

.schedule-main-cell,
.schedule-location-cell {
  min-width: 0;
}

.schedule-main-layout {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.schedule-row-media {
  display: grid;
  place-items: center;
  width: 72px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #090909;
}

.schedule-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schedule-row-media .show-logo-fallback {
  width: 100%;
  height: 100%;
  padding: 6px;
  object-fit: contain !important;
  background: transparent;
}

.show-type-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 7px;
  padding: 4px 9px;
  border: 1px solid rgba(210, 173, 101, 0.4);
  border-radius: 999px;
  color: var(--blue-2);
  background: rgba(210, 173, 101, 0.08);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.schedule-main-cell h2 {
  margin: 0;
  color: var(--white);
  font-size: 18px;
  line-height: 1.15;
}

.schedule-main-cell p,
.schedule-location-cell p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.schedule-location-cell strong {
  display: block;
  color: var(--white);
  font-size: 14px;
  line-height: 1.2;
}

.schedule-action-cell {
  display: flex;
  justify-content: flex-end;
}

.schedule-action-cell .button {
  min-width: 132px;
}

.schedule-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 132px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.show-card,
.ticket-card,
.summary-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(11, 14, 22, 0.96), rgba(3, 5, 10, 0.86));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.show-list,
.shows-list {
  display: grid;
  gap: 24px;
}

.show-card {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 34px;
  align-items: center;
  min-height: 140px;
  padding: 0 38px 0 0;
}

.show-card:has(.show-card-media) {
  grid-template-columns: 150px minmax(260px, 0.44fr) minmax(0, 1fr) auto;
}

.show-date {
  display: grid;
  place-items: center;
  align-self: stretch;
  border-right: 1px solid var(--line);
  color: var(--blue-2);
  text-transform: uppercase;
}

.show-date strong {
  color: var(--white);
  font-size: 48px;
  line-height: 0.9;
}

.show-card-media {
  display: grid;
  place-items: center;
  align-self: center;
  min-height: 300px;
  overflow: visible;
  background: transparent;
}

.show-card-media img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 320px;
  object-position: center;
}

.show-card h2,
.legacy-copy h2,
.detail-copy h1,
.detail-copy h2,
.page-heading h1,
.summary-copy h1 {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.show-card h2 {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0.02em;
  text-transform: none;
  overflow-wrap: anywhere;
}

.show-card p,
.legacy-copy p,
.detail-description,
.ticket-info p,
.ticket-note,
.page-heading p,
.summary-list {
  color: var(--muted);
}

.show-card p {
  margin: 0;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.show-card-content {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding-block: 28px;
}

.legacy {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: 70px;
  align-items: center;
  padding: 80px 0 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.legacy-media img {
  width: min(420px, 100%);
  max-height: 480px;
  object-fit: contain;
  object-position: bottom left;
}

.legacy-media:empty {
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(12, 18, 30, 0.96), rgba(3, 5, 10, 0.9)),
    radial-gradient(circle at top right, rgba(210, 173, 101, 0.18), transparent 18rem);
}

.legacy-copy h2,
.page-heading h1,
.summary-copy h1 {
  color: var(--blue);
  font-size: clamp(34px, 4vw, 52px);
}

.legacy-copy p {
  max-width: 440px;
  margin: 18px 0 28px;
  font-size: 18px;
}

.page-main {
  padding: 36px 0 84px;
}

.back-link {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.back-link::before {
  content: "<";
  margin-right: 10px;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1fr);
  gap: 58px;
  align-items: center;
}

.detail-media img {
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 5, 10, 0.72);
}

.show-media-placeholder {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(12, 18, 30, 0.96), rgba(3, 5, 10, 0.9)),
    radial-gradient(circle at center, rgba(210, 173, 101, 0.18), transparent 16rem);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.detail-copy h1,
.detail-copy h2 {
  max-width: 520px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1;
}

.shows-heading {
  margin-bottom: 32px;
}

.show-detail {
  padding: 0 0 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  scroll-margin-top: 24px;
}

.show-detail:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.selected-show {
  outline: 1px solid rgba(210, 173, 101, 0.58);
  outline-offset: 8px;
}

.event-list {
  display: grid;
  gap: 22px;
  margin: 42px 0;
}

.event-list div {
  display: grid;
  gap: 3px;
  padding-left: 20px;
  border-left: 3px solid var(--blue);
}

.event-list span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-list strong {
  color: var(--white);
}

.event-list p {
  margin: 0;
  color: var(--muted);
}

.detail-description {
  max-width: 470px;
  margin: 0 0 34px;
}

.ticket-page,
.summary-page {
  width: min(980px, calc(100% - 48px));
}

.page-heading {
  margin-bottom: 38px;
}

.page-heading h1,
.summary-copy h1 {
  color: var(--white);
}

.ticket-list {
  display: grid;
  gap: 28px;
}

.ticket-card {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(220px, 0.72fr);
  min-height: 238px;
  overflow: hidden;
  scroll-margin-top: 24px;
}

.ticket-info {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px;
}

.ticket-info h2,
.summary-card h2 {
  margin: 0;
  color: var(--blue);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.ticket-info p {
  margin: 0;
}

.ticket-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.ticket-choice-grid > div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.price {
  display: block;
  margin-top: 10px;
  font-size: 31px;
}

.ticket-media img {
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  object-position: center;
  background: rgba(3, 5, 10, 0.72);
}

.ticket-note {
  max-width: 380px;
  margin: 36px 0 0;
  font-size: 14px;
}

.built-in-ticketing,
.built-in-ticket-form,
.built-in-ticket-types {
  display: grid;
  gap: 16px;
}

.built-in-ticket-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 18px;
  border: 1px solid rgba(109, 170, 255, 0.2);
  border-radius: 12px;
  background: rgba(8, 15, 28, 0.72);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.built-in-ticket-row.is-selected {
  border-color: rgba(243, 206, 120, 0.72);
  background: rgba(25, 31, 43, 0.92);
  box-shadow: 0 0 0 1px rgba(243, 206, 120, 0.13);
}

.ticket-selection-intro h3,
.ticket-selection-intro p,
.ticket-card-heading strong,
.ticket-order-summary h3 { margin: 0; }

.ticket-selection-intro p { margin-top: 5px; color: var(--muted); }

.ticket-card-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.ticket-card-heading strong { font-size: 19px; }
.ticket-card-heading span { color: #f3ce78; font-size: 18px; font-weight: 800; }

.built-in-ticket-row p,
.built-in-ticket-row small {
  display: block;
  margin: 6px 0 0;
}

.ticket-availability {
  display: inline-block;
  margin-top: 10px;
  color: #90d6ad;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ticket-availability.sold-out,
.ticket-availability.closed,
.ticketing-error,
.ticketing-form-message {
  color: #ffadad;
}

.ticket-availability.selling-fast {
  color: #f3ce78;
}

.ticket-availability.almost-sold-out {
  color: #ffb879;
}

.ticket-quantity-control {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.ticket-quantity-control > span {
  color: var(--muted);
  font-size: 12px;
}

.ticket-quantity-stepper {
  display: grid;
  grid-template-columns: 42px 56px 42px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
}

.ticket-quantity-stepper button {
  min-height: 42px;
  border: 0;
  color: var(--white);
  background: rgba(109, 170, 255, 0.14);
  font-size: 22px;
  cursor: pointer;
}

.ticket-quantity-stepper button:disabled { cursor: not-allowed; opacity: 0.38; }

.ticket-quantity-control input {
  width: 56px;
  min-height: 42px;
  padding: 8px 2px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  font-weight: 800;
  appearance: textfield;
}

.ticket-quantity-control input::-webkit-inner-spin-button,
.ticket-quantity-control input::-webkit-outer-spin-button { margin: 0; appearance: none; }

.ticket-order-summary {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(243, 206, 120, 0.34);
  border-radius: 12px;
  background: rgba(243, 206, 120, 0.07);
}

.ticket-order-summary-heading,
.ticket-order-summary > div:last-child,
.ticket-order-summary li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ticket-order-summary-heading span,
.ticket-order-summary li { color: var(--muted); }
.ticket-order-summary ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.ticket-order-summary li strong { color: var(--white); }
.ticket-order-summary > div:last-child { padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.ticket-order-summary > div:last-child strong { color: #f3ce78; font-size: 21px; }

.ticket-checkout-summary {
  display: grid;
  gap: 12px;
  padding-top: 8px;
}

.ticket-policy-summary,
.ticket-policy-document {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(109, 170, 255, 0.2);
  border-radius: 12px;
  background: rgba(8, 15, 28, 0.72);
}

.ticket-policy-summary h3,
.ticket-policy-summary p,
.ticket-policy-document h2,
.ticket-policy-document p,
.ticket-policy-document section {
  margin: 0;
}

.ticket-policy-summary details {
  display: grid;
  gap: 12px;
}

.ticket-policy-summary summary {
  width: fit-content;
  cursor: pointer;
  color: #b9d8ff;
  font-weight: 800;
}

.ticket-policy-sections {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.ticket-policy-sections section {
  display: grid;
  gap: 5px;
}

.ticket-policy-sections h4,
.ticket-policy-document section h2 {
  margin: 0;
  font-size: 16px;
}

.ticket-policy-sections p,
.ticket-policy-document section p {
  margin: 0;
  white-space: pre-wrap;
}

.ticket-policy-agreement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--white);
}

.ticket-policy-agreement input {
  width: 19px;
  height: 19px;
  margin-top: 2px;
}

.ticket-policy-page {
  width: min(820px, calc(100% - 48px));
  padding-block: 72px;
}

.ticket-policy-document {
  margin-top: 28px;
  gap: 22px;
}

.ticket-policy-document > h2 { font-size: clamp(24px, 4vw, 36px); }
.ticket-policy-reference { overflow-wrap: anywhere; color: var(--muted); font-size: 12px; }
.ticket-policy-disclaimer { max-width: 720px; margin-top: 20px; color: var(--muted); font-size: 13px; }

.ticket-checkout-summary > div,
.confirmation-order-card > div,
.confirmation-order-card li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.ticket-canceled-notice,
.ticketing-test-badge {
  margin: 0 0 24px;
  padding: 14px 18px;
  border: 1px solid rgba(214, 175, 75, 0.5);
  border-radius: 10px;
  background: rgba(214, 175, 75, 0.1);
}

.ticket-confirmation-page {
  width: min(980px, calc(100% - 48px));
  padding-block: 72px;
}

.customer-ticket-delivery {
  display: grid;
  gap: 22px;
  margin-top: 46px;
}

.confirmation-email-delivery {
  margin: 18px 0;
  padding: 14px 16px;
  border: 1px solid rgba(100, 210, 145, 0.48);
  border-radius: 10px;
  background: rgba(100, 210, 145, 0.1);
}

.confirmation-complete-actions,
.confirmation-return-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.confirmation-return-actions { margin-top: 22px; }

.customer-ticket-delivery-heading,
.individual-ticket-header,
.individual-ticket-body {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.customer-ticket-delivery-heading { align-items: end; }
.customer-ticket-delivery-heading h2,
.individual-ticket h2 { margin: 0; }

.individual-ticket {
  padding: 30px;
  border: 2px solid rgba(109, 170, 255, 0.55);
  border-radius: 16px;
  background: #fff;
  color: #101827;
  break-inside: avoid;
}

.individual-ticket-invalid { border-color: #b42318; }
.individual-ticket-checked-in { border-color: #8a650f; }
.individual-ticket-header { align-items: start; }
.individual-ticket-header .section-kicker { color: #526071; }
.individual-ticket-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid #1f7a45;
  border-radius: 999px;
  color: #145c33;
  background: #e9f8ef;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.individual-ticket-status[data-status="invalid"] { border-color: #b42318; color: #8f1810; background: #fff0ee; }
.individual-ticket-status[data-status="checked-in"] { border-color: #8a650f; color: #6f4e00; background: #fff7da; }
.individual-ticket-body { align-items: center; margin-top: 22px; }
.individual-ticket-details { display: grid; gap: 13px; min-width: 0; }
.individual-ticket-details p { display: grid; gap: 3px; margin: 0; }
.individual-ticket-details span { color: #526071; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.individual-ticket-qr { flex: 0 0 280px; margin: 0; text-align: center; }
.individual-ticket-qr img { display: block; width: 280px; height: 280px; max-width: 100%; margin: auto; image-rendering: pixelated; }
.individual-ticket-qr figcaption { margin-top: 5px; color: #526071; font-size: 12px; }
.individual-ticket-instructions { margin: 22px 0 0; padding-top: 16px; border-top: 1px solid #d8dee8; font-size: 13px; }
.individual-ticket-qr-error { max-width: 280px; color: #8f1810; font-weight: 800; }
.legacy-ticket-notice { margin: 30px 0; padding: 20px; border: 1px solid rgba(214, 175, 75, .55); border-radius: 12px; background: rgba(214, 175, 75, .1); }
.legacy-ticket-notice p { margin: 8px 0 0; }

.confirmation-order-card {
  display: grid;
  gap: 14px;
  margin: 30px 0;
  padding: 26px;
  border: 1px solid rgba(109, 170, 255, 0.22);
  border-radius: 14px;
  background: rgba(8, 15, 28, 0.78);
}

.confirmation-order-card ul {
  display: grid;
  gap: 10px;
  margin: 4px 0;
  padding: 14px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.confirmation-refresh-result {
  width: fit-content;
  margin: 22px 0 0;
  padding: 10px 14px;
  border: 1px solid rgba(109, 170, 255, 0.4);
  border-radius: 9px;
  color: var(--white);
  background: rgba(109, 170, 255, 0.12);
  font-weight: 800;
}

.confirmation-refresh-result-success {
  border-color: rgba(100, 210, 145, 0.55);
  background: rgba(100, 210, 145, 0.12);
}

.confirmation-refresh-result-error {
  border-color: rgba(255, 126, 126, 0.55);
  background: rgba(255, 126, 126, 0.12);
}

[data-confirmation-refresh][aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 640px) {
  .built-in-ticket-row {
    grid-template-columns: 1fr;
  }

  .ticket-quantity-control {
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: start;
  }

  .ticket-checkout-summary > div,
  .confirmation-order-card > div,
  .confirmation-order-card li {
    align-items: flex-start;
  }

  .customer-ticket-delivery-heading,
  .individual-ticket-header,
  .individual-ticket-body { flex-direction: column; }
  .customer-ticket-delivery-heading .button { width: 100%; }
  .individual-ticket { padding: 20px; }
  .individual-ticket-qr { width: 100%; flex-basis: auto; }
}

@media print {
  @page { size: auto; margin: 0.55in; }
  body { background: #fff !important; color: #000 !important; }
  site-header,
  site-footer,
  .ticket-confirmation-page > :not(.customer-ticket-delivery),
  .customer-ticket-delivery-heading { display: none !important; }
  .page-main,
  .ticket-confirmation-page,
  .customer-ticket-delivery { display: block; width: 100%; margin: 0; padding: 0; }
  .individual-ticket {
    display: block;
    min-height: 8.2in;
    margin: 0;
    padding: .3in;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    background: #fff;
    break-inside: avoid;
    break-after: page;
    page-break-inside: avoid;
    page-break-after: always;
  }
  .individual-ticket:last-child { break-after: auto; page-break-after: auto; }
  .individual-ticket-body { display: flex; align-items: center; }
  .individual-ticket-qr { flex: 0 0 3.1in; }
  .individual-ticket-qr img { width: 3in; height: 3in; }
  .individual-ticket-status { border-color: #000 !important; color: #000 !important; background: #fff !important; }
}

.summary-page {
  display: grid;
  grid-template-columns: minmax(310px, 0.92fr) minmax(240px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.summary-card {
  margin: 22px 0 26px;
  padding: 34px;
}

.summary-list {
  display: grid;
  gap: 18px;
  margin: 24px 0 0;
}

.summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.summary-list dt {
  color: var(--muted);
}

.summary-list dd {
  margin: 0;
  color: var(--white);
  font-weight: 800;
  text-align: right;
}

.summary-total {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.summary-media img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  object-position: right bottom;
}

.summary-media:empty {
  min-height: 480px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(12, 18, 30, 0.96), rgba(3, 5, 10, 0.9)),
    radial-gradient(circle at top right, rgba(210, 173, 101, 0.18), transparent 18rem);
}

.site-footer {
  padding: 54px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
  padding-bottom: 44px;
}

.footer-grid > div {
  min-width: 0;
}

.site-footer h2 {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
  font-size: 14px;
}

.site-footer p {
  overflow-wrap: anywhere;
}

.footer-show-title {
  display: -webkit-box;
  max-width: 25rem;
  overflow: hidden;
  color: var(--white);
  font-weight: 650;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.footer-show-summary {
  display: -webkit-box;
  max-width: 25rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.site-footer a {
  display: block;
  margin: 9px 0;
}

.footer-links {
  columns: 2;
  column-gap: 28px;
}

.footer-links a {
  break-inside: avoid;
}

.footer-brand {
  margin-bottom: 14px;
}

.social-links {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
}

.social-links a {
  color: var(--white);
  font-weight: 900;
}

.copyright {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .hero,
  .page-hero,
  .detail-grid,
  .legacy,
  .split-section,
  .summary-page,
  .schedule-hero,
  .editorial-hero,
  .booking-hero,
  .press-hero,
  .merch-hero {
    grid-template-columns: 1fr;
  }

  .hero,
  .page-hero {
    min-height: auto;
    padding-top: 22px;
  }

  .hero-media,
  .page-hero-media {
    min-height: 560px;
  }

  .hero-media img,
  .page-hero-media img {
    right: 50%;
    transform: translateX(50%);
    object-position: bottom center;
  }

  .page-hero-title {
    font-size: 86px;
  }

  .schedule-hero,
  .editorial-hero,
  .booking-hero,
  .press-hero,
  .video-hero,
  .merch-hero {
    min-height: auto;
    padding-top: 32px;
  }

  .editorial-hero,
  .booking-hero,
  .press-hero {
    gap: 32px;
  }

  .press-collage {
    grid-template-columns: 1fr 1fr;
  }

  .press-collage figure,
  .press-collage figure:last-child {
    min-height: 360px;
    margin-top: 0;
  }

  .merch-accent-image {
    max-width: 420px;
  }

  .section-heading-row {
    display: grid;
    align-items: start;
  }

  .section-note {
    text-align: left;
  }

  .three-up,
  .four-up,
  .gallery-grid,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-row {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 16px;
    padding-right: 14px;
  }

  .schedule-location-cell,
  .schedule-action-cell {
    grid-column: 2;
  }

  .schedule-action-cell {
    justify-content: flex-start;
  }

  .gallery-card-large {
    grid-column: span 2;
    min-height: 520px;
  }

  .gallery-card-wide {
    grid-column: span 2;
  }

  .gallery-card-tall {
    grid-row: auto;
    min-height: 520px;
  }

  .show-card {
    grid-template-columns: 112px 1fr;
    padding: 0;
  }

  .show-card:has(.show-card-media) {
    grid-template-columns: 112px minmax(240px, 0.48fr) 1fr;
  }

  .show-card .button {
    grid-column: 2 / -1;
    width: fit-content;
    margin: 0 24px 24px 0;
  }

  .legacy {
    gap: 34px;
    padding-top: 56px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-links {
    columns: 1;
  }

  .summary-media {
    order: -1;
  }
}

@media (max-width: 640px) {
  .section-shell,
  .site-header,
  .site-footer,
  .ticket-page,
  .summary-page {
    width: min(100% - 30px, var(--max));
  }

  .site-header {
    gap: 18px;
    padding-top: 20px;
  }

  .header-cta {
    min-height: 44px;
    padding-inline: 14px;
    font-size: 10px;
  }

  .button.compact {
    min-height: 44px;
  }

  .brand span {
    font-size: 25px;
  }

  .brand strong {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .hero-title span,
  .hero-title strong {
    font-size: clamp(62px, 20vw, 86px);
  }

  .page-hero-title {
    font-size: 66px;
  }

  .gallery-first .page-hero-title,
  .schedule-hero .page-hero-title,
  .video-hero .page-hero-title,
  .merch-hero .page-hero-title {
    font-size: 58px;
  }

  .hero-subtitle,
  .page-intro {
    font-size: 15px;
  }

  .schedule-hero,
  .editorial-hero,
  .booking-hero,
  .press-hero,
  .video-hero,
  .merch-hero {
    padding-top: 22px;
  }

  .schedule-hero-panel,
  .editorial-image-card,
  .booking-image-card,
  .video-feature-card,
  .merch-accent-image {
    padding: 12px;
  }

  .press-collage {
    grid-template-columns: 1fr;
  }

  .press-collage figure,
  .press-collage figure:last-child {
    min-height: 280px;
  }

  .merch-hero {
    gap: 24px;
  }

  .merch-accent-image {
    max-width: none;
  }

  .hero-media,
  .page-hero-media {
    min-height: 420px;
  }

  .button-row {
    flex-direction: column;
  }

  .button-row .button,
  .button-stack .button {
    width: 100%;
  }

  .show-card {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .show-card:has(.show-card-media) {
    grid-template-columns: 1fr;
  }

  .show-date {
    grid-template-columns: auto auto auto;
    justify-content: start;
    gap: 10px;
    min-height: 82px;
    padding-left: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .show-card-content {
    padding: 24px;
  }

  .show-card-media {
    min-height: 0;
    padding: 24px 24px 0;
  }

  .show-card-media img {
    max-height: min(112vw, 560px);
  }

  .show-card .button {
    grid-column: auto;
    width: calc(100% - 48px);
    margin: 0 24px 24px;
  }

  .detail-media img {
    max-height: 540px;
  }

  .ticket-card {
    grid-template-columns: 1fr;
  }

  .ticket-media {
    min-height: 260px;
  }

  .ticket-info,
  .summary-card {
    padding: 26px;
  }

  .ticket-choice-grid {
    grid-template-columns: 1fr;
  }

  .three-up,
  .four-up,
  .gallery-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .schedule-table {
    gap: 12px;
  }

  .schedule-row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .schedule-date-cell {
    grid-template-columns: auto auto auto;
    justify-content: start;
    gap: 10px;
    min-height: 58px;
    padding-left: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .schedule-main-cell,
  .schedule-location-cell,
  .schedule-action-cell {
    grid-column: auto;
    padding: 18px;
  }

  .schedule-location-cell {
    padding-top: 0;
  }

  .schedule-main-layout {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }

  .schedule-row-media {
    width: 64px;
  }

  .schedule-action-cell {
    padding-top: 0;
  }

  .schedule-action-cell .button,
  .schedule-status {
    width: 100%;
  }

  .gallery-card-large {
    grid-column: auto;
    min-height: 380px;
  }

  .gallery-card-wide {
    grid-column: auto;
  }

  .gallery-card-tall {
    min-height: 420px;
  }

  .gallery-card,
  .gallery-placeholder {
    min-height: 300px;
  }

  .real-gallery .gallery-card img {
    max-height: 520px;
  }

  .ticket-media {
    min-height: 360px;
  }

  .content-card {
    min-height: 0;
    padding: 24px;
  }

  .summary-list div {
    align-items: start;
  }
}

/* Booking inquiry */
.booking-types-heading {
  align-items: center;
}

.booking-inquiry-section {
  padding-top: 52px;
  padding-bottom: 84px;
}

.booking-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.booking-inquiry-copy {
  display: grid;
  gap: 24px;
  padding-top: 18px;
}

.booking-supporting-copy {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.booking-supporting-copy p {
  margin: 0;
}

.booking-guidance-card {
  padding: 22px 24px;
  border: 1px solid rgba(216, 164, 83, 0.34);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(216, 164, 83, 0.1), rgba(5, 9, 18, 0.82)),
    rgba(6, 10, 18, 0.88);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.booking-guidance-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-guidance-card p {
  margin: 0;
  color: var(--white);
  font-size: 15px;
  line-height: 1.7;
}

.booking-resource-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    radial-gradient(circle at top right, rgba(210, 173, 101, 0.16), transparent 15rem),
    rgba(7, 10, 17, 0.84);
}

.booking-resource-card h2,
.booking-form-card h2 {
  margin: 0;
  color: var(--white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.booking-resource-card h2 {
  margin-bottom: 12px;
  font-size: 26px;
}

.booking-resource-card p:not(.card-label) {
  margin: 0 0 14px;
  color: var(--muted);
}

.booking-form-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(210, 173, 101, 0.4);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(210, 173, 101, 0.22), transparent 23rem),
    linear-gradient(145deg, rgba(13, 18, 30, 0.98), rgba(3, 5, 10, 0.96));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    0 0 64px rgba(210, 173, 101, 0.1);
}

.booking-form-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--blue-2) 62%, var(--gold));
}

.booking-form-card > .card-label {
  margin: 0 0 10px;
}

.booking-form-card h2 {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: clamp(38px, 5vw, 58px);
}

.booking-form {
  display: grid;
  gap: 21px;
}

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

.booking-field label {
  color: var(--white);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.booking-field label span {
  color: var(--gold-light);
}

.booking-field input,
.booking-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  outline: 0;
  color: var(--white);
  background: rgba(1, 3, 8, 0.76);
  font: inherit;
  line-height: 1.5;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background 150ms ease;
}

.booking-field textarea {
  min-height: 190px;
  resize: vertical;
}

.booking-field input:hover,
.booking-field textarea:hover {
  border-color: rgba(210, 173, 101, 0.62);
}

.booking-field input:focus-visible,
.booking-field textarea:focus-visible {
  border-color: var(--blue-2);
  background: rgba(3, 7, 16, 0.94);
  box-shadow:
    0 0 0 3px rgba(210, 173, 101, 0.2),
    0 0 30px rgba(210, 173, 101, 0.12);
}

.booking-field input[aria-invalid="true"],
.booking-field textarea[aria-invalid="true"] {
  border-color: #f07961;
}

.booking-field-help,
.booking-field-error,
.booking-security-message {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.booking-field-help,
.booking-security-message {
  color: var(--soft);
}

.booking-field-error,
.booking-security-message[data-message-type="error"] {
  color: #ffb7a9;
}

.booking-security-message[data-message-type="success"] {
  color: #94e6bb;
}

.booking-security-message[data-message-type="warning"] {
  color: var(--gold-light);
}

.booking-security {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.booking-security [data-booking-turnstile] {
  min-width: 0;
  overflow: hidden;
}

.booking-security iframe {
  max-width: 100%;
}

.booking-submit {
  width: 100%;
  min-height: 54px;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
}

.booking-submit:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 3px;
}

.booking-submit:disabled,
.booking-submit:disabled:hover {
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.booking-form-feedback {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--white);
  line-height: 1.65;
  outline: 0;
}

.booking-form-feedback[data-feedback-type="success"] {
  border-color: rgba(75, 196, 132, 0.42);
  background: rgba(75, 196, 132, 0.12);
}

.booking-form-feedback[data-feedback-type="error"] {
  border-color: rgba(240, 121, 97, 0.42);
  background: rgba(240, 121, 97, 0.1);
}

.booking-form-feedback:focus-visible {
  box-shadow: 0 0 0 3px rgba(210, 173, 101, 0.24);
}

.booking-form.is-success > :not([data-booking-feedback]):not([data-booking-success-copy]) {
  display: none;
}

.booking-form.is-success .booking-form-feedback {
  display: block;
  padding: 24px;
  font-size: 17px;
}

.booking-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.booking-preview-panel {
  display: grid;
  gap: 18px;
}

.booking-preview-panel > p:first-child {
  margin: 0;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.booking-preview-fields {
  display: grid;
  gap: 12px;
}

.booking-preview-fields span {
  min-height: 52px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: var(--soft);
  background: rgba(1, 3, 8, 0.58);
}

.booking-preview-fields span:last-child {
  min-height: 150px;
}

.booking-preview-button {
  width: 100%;
  min-height: 54px;
}

.booking-preview-success {
  display: grid;
  gap: 7px;
  padding: 16px 18px;
  border: 1px solid rgba(75, 196, 132, 0.34);
  border-radius: 6px;
  background: rgba(75, 196, 132, 0.09);
}

.booking-preview-success strong {
  color: #94e6bb;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.booking-preview-success p,
.booking-preview-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 900px) {
  .booking-inquiry-layout {
    grid-template-columns: 1fr;
  }

  .booking-inquiry-copy {
    padding-top: 0;
  }

  .booking-form-card {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .booking-inquiry-section {
    padding-top: 34px;
    padding-bottom: 62px;
  }

  .booking-inquiry-layout {
    gap: 28px;
  }

  .booking-form-card {
    padding: 26px 20px;
  }

  .booking-form-card h2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .booking-field input,
  .booking-field textarea {
    font-size: 16px;
  }

  .booking-guidance-card,
  .booking-resource-card {
    padding: 20px;
  }
}

/* Finley Watkins · Black & Gold, 2026. Shared public and Visual Editor theme. */
:root { --max: 1440px; --line: rgba(210,173,101,.22); }
body { background: #090909; font-family: "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { display: none; }
h1, h2, h3 { text-wrap: balance; }
h2 { font-weight: 500; letter-spacing: -.035em; line-height: 1.15; }
p { color: var(--muted); }
.section-shell, .site-header, .site-footer { width: min(var(--max), calc(100% - 112px)); }
.site-header { min-height: 112px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.brand { position: relative; padding-left: 82px; gap: 5px; }
.brand .brand-logo { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 68px; height: 54px; object-fit: contain; }
.brand span { font-size: 18px; letter-spacing: .2em; font-weight: 500; color: var(--white); }
.brand strong { font-size: 14px; letter-spacing: .23em; font-weight: 400; color: var(--gold-light); }
.site-nav { gap: clamp(12px, 1.8vw, 27px); font-size: 10px; font-weight: 500; letter-spacing: .1em; }
.site-nav a { padding: 10px 0; }
.site-nav a.active { color: var(--gold-light); }
.button { border-radius: 0; font-size: 10px; font-weight: 700; letter-spacing: .14em; min-height: 50px; padding: 0 27px; }
.button-primary { background: #d2ad65; border-color: #d2ad65; color: #13100a; box-shadow: none; }
.button-primary:hover { background: #e6c88e; }
.button-outline { color: var(--white); background: transparent; border-color: rgba(230,200,142,.55); }
.button-outline:hover { background: rgba(210,173,101,.1); }
.text-link { color: var(--gold-light); font-weight: 500; letter-spacing: .03em; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 5px; }
.section-kicker, .eyebrow, .card-label { color: var(--gold-light); font-family: inherit; font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.page-section { margin-top: 90px; margin-bottom: 90px; }
.page-hero-title { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(52px,7vw,104px); letter-spacing: -.045em; line-height: 1.03; text-transform: none; }
.page-hero-title span { color: var(--gold-light); }
.page-intro { max-width: 660px; font-size: 17px; line-height: 1.8; color: var(--muted); }
.content-card, .info-card, .video-card, .video-feature-card { border-radius: 0; background: transparent; box-shadow: none; }
.content-card { padding: 28px 0; border: 0; border-top: 1px solid var(--line); }
.content-card h2, .content-card h3 { font-family: "Helvetica Neue", Arial, sans-serif; font-size: clamp(24px,2.3vw,34px); font-weight: 500; line-height: 1.2; text-transform: none; letter-spacing: -.035em; }
.content-card p { font-size: 15px; line-height: 1.8; }
.card-grid { gap: 40px; }
.feature-panel { background: transparent; border: 0; padding-top: 55px; padding-bottom: 60px; }
.legacy { gap: clamp(40px,7vw,120px); align-items: center; }
.legacy-copy h2 { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px,4.6vw,68px); font-weight: 400; text-transform: none; letter-spacing: -.045em; }
.legacy-copy p { max-width: 570px; font-size: 16px; line-height: 1.9; }
.legacy-media, .editorial-image-card, .booking-image-card, .press-collage figure { border: 0; border-radius: 0; box-shadow: none; overflow: hidden; }
.legacy-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.editorial-hero, .booking-hero { padding-top: 64px; padding-bottom: 28px; gap: 70px; }
.editorial-image-card img, .booking-image-card img { filter: none; object-fit: cover; width: 100%; }
body[data-site-page-slug="about"] .editorial-hero { grid-template-columns: 1.05fr 1fr; }
body[data-site-page-slug="about"] .section-copy, body[data-site-page-slug="press-kit"] .section-copy { max-width: 800px; margin-inline: auto; font-size: 17px; line-height: 1.95; }
body[data-site-page-slug="about"] .page-section > h2, body[data-site-page-slug="about"] .page-section > .section-kicker,
body[data-site-page-slug="press-kit"] .page-section > h2, body[data-site-page-slug="press-kit"] .page-section > .section-kicker { max-width: 800px; margin-inline: auto; }
.section-copy p + p { margin-top: 26px; }
.section-copy p { color: var(--muted); }
.press-collage img { filter: none; }
.video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 50px 30px; }
.video-card h2 { font-size: 26px; margin-top: 22px; }
.video-thumb, .video-frame, .gallery-card, .managed-gallery-card { border-radius: 0; border-color: var(--line); }
.show-card, .schedule-show-card { background: #111110; border-color: var(--line); border-radius: 0; box-shadow: none; }
.show-card h2 { font-family: inherit; font-weight: 500; }
.show-logo-fallback { object-fit: contain !important; padding: 9px; background: transparent; width: 100%; height: 100%; }
/* The authenticated Manager iframe renders one real Schedule card, without the
   surrounding public page chrome. This keeps the preview faithful and usable. */
body[data-manager-show-preview="true"] {
  min-height: 0;
  background: #111110;
}
body[data-manager-show-preview="true"] site-header,
body[data-manager-show-preview="true"] site-footer,
body[data-manager-show-preview="true"] .schedule-hero,
body[data-manager-show-preview="true"] .section-heading-row {
  display: none;
}
body[data-manager-show-preview="true"] main,
body[data-manager-show-preview="true"] main > .section-shell.page-section {
  padding: 0;
}
body[data-manager-show-preview="true"] .schedule-table { gap: 0; }
.site-footer { margin-top: 100px; padding: 60px 0 24px; border-top: 1px solid var(--line); background: transparent; }
.footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 45px; }
.site-footer h2 { font: 500 10px/1.5 "Helvetica Neue",Arial,sans-serif; text-transform: uppercase; letter-spacing: .2em; color: var(--gold-light); }
.site-footer p, .footer-links { font-size: 13px; line-height: 1.9; }
.footer-brand { margin-bottom: 20px; }
.copyright { padding-top: 30px; margin-top: 42px; border-top: 1px solid var(--line); color: var(--soft); }
/* Loading reveals the real identity, while page visibility still fails closed. */
body[data-site-page-slug]:not([data-site-page-rendered])::after { content: "Preparing the stage…"; position: fixed; top: 45%; left: 0; right: 0; text-align: center; font-size: 13px; letter-spacing: .12em; color: var(--gold-light); pointer-events: none; }
/* The cinematic gallery uses the same managed image slots as the press gallery. */
body[data-site-page-slug="home"] site-header { position: absolute; inset: 0 0 auto; z-index: 8; background: linear-gradient(#000b,transparent); }
body[data-site-page-slug="home"] .site-header { border-bottom-color: rgba(255,255,255,.16); }
.cinematic-hero { position: relative; isolation: isolate; width: 100%; max-width: none; min-height: 800px; height: 100svh; max-height: 1150px; margin: 0; padding: 0; display: flex; align-items: flex-end; overflow: hidden; background: #080808; }
.cinematic-slides, .cinematic-slide { position: absolute; inset: 0; z-index: -2; }
.cinematic-slide { opacity: 0; transition: opacity 1400ms ease; }
.cinematic-slide.is-active { opacity: 1; }
.cinematic-slide img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus-x,50%) var(--focus-y,50%); }
.cinematic-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg,rgba(0,0,0,.65),transparent 72%),linear-gradient(0deg,#090909 0%,rgba(0,0,0,.58) 22%,transparent 64%); }
.cinematic-hero .hero-copy { padding: 0 0 130px; position: relative; opacity: 1 !important; transform: none !important; }
.cinematic-hero .eyebrow { font-size: 11px; line-height: 1.8; margin-bottom: 25px; letter-spacing: .22em; }
.cinematic-hero .hero-title { max-width: 850px; color: var(--white); font: 400 clamp(70px,8.7vw,142px)/.91 Georgia,"Times New Roman",serif; letter-spacing: -.055em; text-transform: uppercase; margin: 0 0 30px; text-shadow: none; }
.cinematic-hero .hero-subtitle { color: #e0d9cc; font-size: 15px; max-width: 410px; line-height: 1.8; margin: 0 0 26px; }
.cinematic-hero .button-row { margin-top: 26px; gap: 12px; }
.slideshow-controls { position: absolute; bottom: 35px; left: 56px; right: 56px; display: flex; align-items: center; gap: 24px; }
.slideshow-caption { margin-right: auto; color: #d4cabb; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.slideshow-pagination { display: flex; gap: 8px; }
.slideshow-controls button { min-width: 44px; min-height: 44px; border: 0; border-bottom: 1px solid #ffffff40; background: transparent; color: #bfb8aa; font: 500 11px/1 Arial,sans-serif; cursor: pointer; }
.slideshow-controls button[aria-pressed="true"] { border-color: var(--gold-light); color: var(--gold-light); }
.slideshow-controls [data-slideshow-pause] { min-width: 52px; border: 0; }
body[data-manager-page-preview="true"] .cinematic-hero { min-height: 700px; }
@media (max-width: 1100px) {
  .section-shell, .site-header, .site-footer { width: calc(100% - 64px); }
  .site-header { grid-template-columns: auto 1fr; gap: 20px; }
  .site-nav { justify-content: flex-end; gap: 14px; flex-wrap: wrap; }
  .header-cta { display: none; }
  .cinematic-hero { min-height: 760px; }
  .slideshow-controls { left: 32px; right: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  .section-shell, .site-header, .site-footer { width: calc(100% - 40px); }
  .site-header { padding: 20px 0 14px; min-height: 130px; grid-template-columns: 1fr; gap: 15px; }
  .brand { padding-left: 65px; }
  .brand .brand-logo { width: 52px; }
  .brand span { font-size: 16px; }
  .brand strong { font-size: 12px; }
  .site-nav { justify-content: flex-start; gap: 6px 17px; font-size: 9px; }
  .site-nav a { padding: 5px 0; }
  .cinematic-hero { min-height: 760px; height: 100svh; max-height: 960px; }
  .cinematic-hero .hero-copy { padding-bottom: 108px; }
  .cinematic-hero .hero-title { font-size: clamp(58px,14vw,90px); max-width: 480px; margin-bottom: 23px; }
  .cinematic-hero .eyebrow { font-size: 9px; max-width: 290px; margin-bottom: 20px; }
  .cinematic-hero .hero-subtitle { font-size: 13px; max-width: 285px; }
  .cinematic-hero .button { padding-inline: 18px; min-height: 46px; font-size: 9px; }
  .cinematic-slide img { object-position: var(--focus-x,50%) 30%; }
  .cinematic-hero::after { background: linear-gradient(0deg,#090909 2%,rgba(0,0,0,.8) 31%,rgba(0,0,0,.08) 75%,#0009); }
  .slideshow-controls { left: 20px; right: 20px; bottom: 20px; gap: 12px; }
  .slideshow-caption { font-size: 8px; max-width: 95px; }
  .slideshow-pagination { gap: 2px; }
  .slideshow-controls button { min-width: 34px; }
  .page-section { margin-block: 60px; }
  .legacy, .editorial-hero, .booking-hero, body[data-site-page-slug="about"] .editorial-hero { grid-template-columns: 1fr; gap: 32px; }
  .editorial-hero, .booking-hero { padding-top: 40px; }
  .card-grid, .video-grid { grid-template-columns: 1fr; gap: 28px; }
  .content-card h2 { font-size: 30px; }
  .footer-grid { gap: 35px 20px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .site-footer { margin-top: 65px; }
  body[data-site-page-slug="about"] .section-copy, body[data-site-page-slug="press-kit"] .section-copy { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cinematic-slide { transition: none; }
  .button { transition: none; }
}
.cinematic-hero .hero-subtitle { text-transform: none; font-weight: 400; }
.cinematic-hero { min-height: 700px; }
.booking-inquiry-panel, .booking-form-panel, .booking-form-shell { background: #141310; border-color: var(--line); box-shadow: none; border-radius: 0; }
.booking-form input, .booking-form textarea { background: #0b0b0a; border-color: #595346; color: var(--white); border-radius: 0; }
@media (max-width: 700px) { .cinematic-hero { min-height: 740px; } }
body[data-site-page-slug="home"] main { visibility: visible; }
body[data-site-page-slug="home"]::after { display: none; }
.booking-form-card, .booking-resource-card { background: #141310; border-color: var(--line); border-radius: 0; box-shadow: none; }
.schedule-row { background: #111110; border-color: var(--line); border-radius: 0; box-shadow: none; }
@media (prefers-reduced-motion: reduce) { .cinematic-hero *, .cinematic-hero *::before, .cinematic-hero *::after { animation: none !important; transition: none !important; } }
.editorial-image-card, .booking-image-card, .press-collage figure { padding: 0; background: #090909; }
.video-card { padding: 0; border: 0; }
.video-card h2 { text-transform: none; font-weight: 500; }
.video-external-link { display: inline-block; margin-top: 8px; font-size: 12px; }

/* Finley Watkins · Black & Gold visual polish, second pass. */
:root {
  --display: "Bodoni 72", Didot, "Bodoni MT", Georgia, serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --gold-deep: #9b7135;
  --gold-line: rgba(230, 200, 142, 0.32);
}

body { font-family: var(--sans); }
h1, h2, h3, .page-hero-title, .legacy-copy h2, .section-heading-row h2, .split-section h2, .content-card h2, .content-card h3 { font-family: var(--display); }
h2, h3, .content-card h2, .content-card h3, .section-heading-row h2, .split-section h2 { font-weight: 500; letter-spacing: -0.025em; text-transform: none; }
.section-kicker, .eyebrow, .card-label { font-family: var(--sans); font-weight: 650; }

.section-shell, .site-header, .site-footer { width: min(var(--max), calc(100% - 96px)); }
.page-section { margin-top: 68px; margin-bottom: 68px; padding-block: 24px; }
.page-section + .page-section { margin-top: 56px; }
.schedule-hero, .editorial-hero, .booking-hero, .press-hero, .video-hero, .merch-hero { padding-top: 52px; padding-bottom: 20px; }
.section-heading-row { margin-bottom: 30px; }
.section-heading-row h2, .split-section h2 { font-size: clamp(38px, 4.1vw, 62px); line-height: 1.02; }
.content-card h2, .content-card h3 { font-size: clamp(27px, 2.6vw, 40px); line-height: 1.08; }

.site-header { min-height: 106px; padding: 16px 0; }
.brand { display: block; position: static; width: 112px; padding: 0; }
.brand .brand-logo { position: static; width: 112px; height: 76px; transform: none; object-fit: contain; }
.site-nav { font-family: var(--sans); font-size: 10px; font-weight: 650; letter-spacing: 0.13em; }

.cinematic-slide { transition: opacity var(--slideshow-transition, 2200ms) cubic-bezier(0.42, 0, 0.24, 1); }
.cinematic-hero .hero-copy { padding-bottom: 96px; }
.cinematic-hero .hero-title-lockup {
  display: block;
  width: clamp(430px, 47vw, 700px);
  max-width: 78vw;
  margin: 0;
  line-height: 0;
}
.cinematic-hero .hero-title-graphic {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.42));
}
.cinematic-hero .hero-signature {
  margin: 18px 0 0;
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: clamp(15px, 1.55vw, 24px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.22em;
}
.cinematic-hero .button-row { margin-top: 30px; }
.slideshow-controls { display: none !important; }

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

@media (min-width: 701px) {
  .cinematic-slide:first-child img {
    transform: scale(1.05) translateX(2.4%);
  }
}

.legacy-media, .editorial-image-card, .booking-image-card, .press-collage figure {
  border: 1px solid var(--gold-line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38), 0 0 0 5px rgba(210, 173, 101, 0.035);
}
.legacy-media img, .editorial-image-card img, .booking-image-card img, .press-collage img, .video-thumb img, .video-frame img {
  object-position: var(--image-focus-x, 50%) var(--image-focus-y, 50%);
}

body[data-site-page-slug="about"] .editorial-hero { grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr); gap: clamp(52px, 7vw, 112px); }
body[data-site-page-slug="about"] .editorial-image-card img { width: 100%; aspect-ratio: 4 / 5; max-height: 690px; object-fit: cover; }
body[data-site-page-slug="about"] .editorial-story { grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr); gap: clamp(48px, 7vw, 116px); align-items: center; }
body[data-site-page-slug="about"] .editorial-story .legacy-media img { aspect-ratio: 4 / 5; min-height: 570px; object-fit: cover; }
body[data-site-page-slug="about"] .editorial-story .legacy-copy { max-width: 660px; }
body[data-site-page-slug="about"] .editorial-story .legacy-copy h2 { font-size: clamp(42px, 4.5vw, 68px); line-height: 1.02; }
body[data-site-page-slug="about"] .editorial-story .legacy-copy p { max-width: 630px; line-height: 1.82; }
body[data-site-page-slug="about"] .editorial-closing { max-width: 980px; padding-block: 42px; text-align: center; }
body[data-site-page-slug="about"] .editorial-closing .section-copy { max-width: 820px; }

body[data-site-page-slug="booking"] .booking-hero { grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1.22fr); min-height: 0; gap: clamp(46px, 7vw, 110px); }
body[data-site-page-slug="booking"] .booking-image-card img { width: 100%; aspect-ratio: 5 / 4; max-height: 620px; object-fit: cover; }
body[data-site-page-slug="booking"] .booking-inquiry-section { margin-top: 42px; }
body[data-site-page-slug="booking"] .booking-types-heading { font-family: var(--display); }

body[data-site-page-slug="press-kit"] .press-hero { grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr); gap: clamp(50px, 8vw, 128px); }
body[data-site-page-slug="press-kit"] .press-collage { display: block; }
body[data-site-page-slug="press-kit"] .press-collage figure { min-height: 0; aspect-ratio: 16 / 10; }
body[data-site-page-slug="press-kit"] .press-collage img { max-height: none; object-fit: cover; }
.press-bio-section { display: grid; grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1.44fr); column-gap: clamp(48px, 8vw, 130px); align-items: start; }
.press-bio-section > .section-kicker, .press-bio-section > h2 { grid-column: 1; max-width: none !important; margin-inline: 0 !important; }
.press-bio-section > h2 { max-width: 5.8em !important; font-size: clamp(48px, 5.2vw, 78px); line-height: 0.98; }
.press-bio-section > .section-copy { grid-column: 2; grid-row: 1 / span 3; max-width: 820px !important; margin: 0 !important; }
.credential-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 30px; border-top: 1px solid var(--gold-line); }
.credential-item { min-height: 220px; padding: 32px 34px 30px 0; border-bottom: 1px solid var(--gold-line); }
.credential-item:nth-child(odd) { border-right: 1px solid var(--gold-line); }
.credential-item:nth-child(even) { padding-left: 34px; }
.credential-item h2 { margin: 6px 0 12px; font-size: clamp(30px, 3vw, 44px); line-height: 1.02; }
.credential-item p { margin-block: 0; line-height: 1.75; }
.press-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.press-photo-card { overflow: hidden; border: 1px solid var(--gold-line); background: #0d0c0a; }
.press-photo-card a { display: grid; }
.press-photo-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: var(--image-focus-x, 50%) var(--image-focus-y, 50%); transition: transform 500ms ease; }
.press-photo-card span { padding: 14px 16px; color: var(--gold-light); font-size: 10px; font-weight: 650; letter-spacing: 0.15em; text-transform: uppercase; }
.press-photo-card a:hover img { transform: scale(1.018); }
.is-press-photo-lightbox-open { overflow: hidden; }
.press-photo-lightbox[hidden] { display: none; }
.press-photo-lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
.press-photo-lightbox-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(0, 0, 0, 0.9); cursor: zoom-out; }
.press-photo-lightbox-dialog { position: relative; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; width: min(1120px, 100%); max-height: calc(100dvh - 48px); padding: 22px; border: 1px solid var(--gold-line); background: #0d0c0a; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.72); }
.press-photo-lightbox-header, .press-photo-lightbox-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.press-photo-lightbox-header { padding-bottom: 16px; }
.press-photo-lightbox-header h2 { margin: 0; font-family: var(--display); font-size: clamp(28px, 3vw, 42px); }
.press-photo-lightbox-close { display: grid; place-items: center; width: 46px; height: 46px; flex: 0 0 auto; border: 1px solid var(--gold-line); background: transparent; color: var(--white); font: 300 34px/1 var(--sans); cursor: pointer; }
.press-photo-lightbox-image-wrap { display: grid; place-items: center; min-height: 0; overflow: auto; background: #050505; }
.press-photo-lightbox-image-wrap img { width: auto; max-width: 100%; height: auto; max-height: calc(100dvh - 210px); object-fit: contain; }
.press-photo-lightbox-actions { justify-content: flex-end; padding-top: 18px; }
body[data-site-page-slug="press-kit"] .split-section { align-items: center; }

.video-link-section .video-grid,
body[data-site-page-slug="videos"] .video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
body[data-site-page-slug="videos"] .video-grid .video-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  min-width: 0;
}
body[data-site-page-slug="videos"] .video-grid .video-thumb { width: 100%; aspect-ratio: 16 / 9; }
body[data-site-page-slug="videos"] .video-grid .video-card h2 { min-height: 1.2em; margin: 18px 0 10px; }
.video-card-link { display: block; }
.video-card-link .video-thumb { position: relative; }
.video-card-link:hover .video-thumb img { transform: scale(1.02); }
.video-card-link .video-thumb img { transition: transform 420ms ease; }
.video-link-section .video-card h2 { font-family: var(--display); font-size: clamp(27px, 2.3vw, 36px); }
.video-frame, .video-thumb { border-color: var(--gold-line); }
.featured-video-link { display: grid; width: 100%; height: 100%; }
.featured-video-link > * { grid-area: 1 / 1; }
.featured-video-link > img { transition: transform 500ms ease; }
.featured-video-link > span { place-self: center; }
.featured-video-link:hover > img { transform: scale(1.018); }
.schedule-preview-link { display: flex; justify-content: flex-end; margin-top: 28px; }

.site-footer { margin-top: 76px; padding: 54px 0 26px; }
.footer-grid { grid-template-columns: 1.45fr 0.8fr 0.95fr 0.8fr; gap: clamp(28px, 5vw, 78px); padding-bottom: 38px; }
.footer-brand { width: 150px; margin: 0 0 16px; }
.footer-brand .brand-logo { width: 150px; height: auto; }
.footer-tagline { max-width: 260px; color: var(--white) !important; font-family: var(--display); font-size: 19px !important; line-height: 1.35 !important; }
.footer-links { columns: 1; }
.footer-links a { width: fit-content; padding: 2px 0; }
.footer-social-links a span { color: var(--gold-light); }
.footer-upcoming { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 24px; align-items: baseline; padding: 24px 0 0; border-top: 1px solid var(--line); }
.footer-upcoming h2, .footer-upcoming p, .footer-upcoming a { margin: 0; }
.footer-upcoming > div { display: flex; gap: 24px; align-items: baseline; }
.footer-upcoming .footer-show-title { color: var(--white); }

@media (max-width: 1100px) {
  .section-shell, .site-header, .site-footer { width: calc(100% - 64px); }
  body[data-site-page-slug="about"] .editorial-hero,
  body[data-site-page-slug="about"] .editorial-story,
  body[data-site-page-slug="booking"] .booking-hero,
  body[data-site-page-slug="press-kit"] .press-hero { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px; }
  .video-link-section .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  body[data-site-page-slug="videos"] .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .section-shell, .site-header, .site-footer { width: calc(100% - 36px); }
  .page-section { margin-block: 48px; padding-block: 16px; }
  .page-section + .page-section { margin-top: 38px; }
  .site-header { min-height: 122px; padding: 14px 0 12px; }
  site-header:not([data-navigation-ready]) { min-height: 122px; }
  .brand { width: 86px; padding: 0; }
  .brand .brand-logo { width: 86px; height: 62px; }
  .cinematic-hero .hero-copy { padding-bottom: 64px; }
  .cinematic-hero .hero-title-lockup { width: min(92vw, 430px); max-width: 100%; }
  .cinematic-hero .hero-signature { max-width: 92%; font-size: 13px; letter-spacing: 0.15em; }
  .cinematic-slide img { object-position: var(--focus-x, 50%) var(--focus-y, 36%); }
  body[data-site-page-slug="about"] .editorial-hero,
  body[data-site-page-slug="about"] .editorial-story,
  body[data-site-page-slug="booking"] .booking-hero,
  body[data-site-page-slug="press-kit"] .press-hero,
  .press-bio-section { grid-template-columns: 1fr; gap: 28px; }
  body[data-site-page-slug="about"] .editorial-story .legacy-media img { min-height: 0; }
  .press-bio-section > .section-kicker, .press-bio-section > h2, .press-bio-section > .section-copy { grid-column: 1; grid-row: auto; }
  .press-bio-section > h2 { max-width: 7em !important; font-size: clamp(44px, 13vw, 60px); }
  .credential-grid, .press-photo-grid, .video-link-section .video-grid,
  body[data-site-page-slug="videos"] .video-grid { grid-template-columns: 1fr; }
  .credential-item, .credential-item:nth-child(even) { min-height: 0; padding: 26px 0; border-right: 0; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 24px; }
  .footer-upcoming { grid-template-columns: 1fr; gap: 9px; }
  .footer-upcoming > div { display: block; }
  .footer-upcoming .footer-show-summary { margin-top: 3px; }
  .press-photo-lightbox { padding: 10px; }
  .press-photo-lightbox-dialog { width: 100%; max-height: calc(100dvh - 20px); padding: 14px; }
  .press-photo-lightbox-header { padding-bottom: 12px; }
  .press-photo-lightbox-close { width: 44px; height: 44px; }
  .press-photo-lightbox-image-wrap img { max-height: calc(100dvh - 184px); }
  .press-photo-lightbox-actions { padding-top: 12px; }
  .press-photo-lightbox-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-slide, .press-photo-card img, .video-card-link .video-thumb img { transition: none; }
}
