:root {
  --bg: #06080d;
  --bg-2: #0b1018;
  --panel: rgba(13, 19, 31, 0.84);
  --panel-soft: rgba(255,255,255,0.06);
  --panel-2: #f5f2eb;
  --text: #eef2f7;
  --text-dark: #1d2430;
  --muted: #b6c0ce;
  --line: rgba(255,255,255,0.12);
  --gold: #d8b47a;
  --gold-2: #f2d6a0;
  --gold-dark: #9c7740;
  --shadow: 0 24px 60px rgba(0,0,0,0.35);
  --shadow-strong: 0 35px 90px rgba(0,0,0,0.48);
  --radius: 28px;
  --radius-sm: 18px;
  --container: min(1220px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(216,180,122,.09), transparent 24%),
    radial-gradient(circle at 85% 20%, rgba(216,180,122,.08), transparent 18%),
    linear-gradient(180deg, #05070b 0%, #08101a 40%, #05070b 100%);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.page-glow {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(90px);
  opacity: .18;
}
.page-glow-left { top: -10rem; left: -10rem; background: rgba(216,180,122,.45); }
.page-glow-right { right: -12rem; top: 18rem; background: rgba(98,113,155,.32); }

.container { width: var(--container); margin: 0 auto; position: relative; z-index: 1; }
.section { padding: 102px 0; position: relative; }
.section-light,
.section-gallery {
  background: linear-gradient(180deg, #f7f1e8 0%, #efe4d2 100%);
  color: var(--text-dark);
}
.section-gallery {
  background: linear-gradient(180deg, #f3eadf 0%, #eadbc5 100%);
}
.section-dark {
  background: linear-gradient(180deg, rgba(6,8,13,0.98) 0%, rgba(12,17,27,0.98) 100%);
}
.section-kicker,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .78rem;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 14px;
}
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 0.98;
  margin: 0 0 18px;
}
h1 { font-size: clamp(3.3rem, 6vw, 6.2rem); }
h2 { font-size: clamp(2.5rem, 4.2vw, 4rem); }
h3 { font-size: 2rem; }
p { margin: 0 0 16px; }
.lead { font-size: 1.18rem; max-width: 58ch; color: var(--muted); }
.section-light .lead,
.section-gallery .lead,
.section-light-copy { color: #556070; }
.section-header { max-width: 760px; margin-bottom: 28px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5,8,13,0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 18px;
}
.brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}
.main-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.main-nav a {
  color: var(--muted);
  font-weight: 500;
  position: relative;
}
.main-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after { transform: scaleX(1); }
.main-nav a:hover,
.main-nav a:focus-visible,
.site-footer a:hover { color: white; }

.hero,
.subhero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 12%, rgba(216,180,122,.22), transparent 28%),
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.07), transparent 22%),
    linear-gradient(135deg, #060a11 0%, #0c1320 52%, #05070b 100%);
}
.hero { padding: 112px 0 86px; min-height: 88vh; display: flex; align-items: center; }
.subhero { padding: 100px 0 78px; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,4,8,.54) 0%, rgba(2,4,8,.14) 50%, rgba(2,4,8,.3) 100%);
}
.hero-spotlight {
  position: absolute;
  width: 64rem;
  height: 64rem;
  top: -34rem;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(244,221,173,.26) 0%, rgba(244,221,173,.08) 28%, transparent 62%);
  pointer-events: none;
}
.hero-grid,
.subhero-grid,
.two-col,
.spotlight,
.footer-grid,
.ticket-panel {
  display: grid;
  gap: 42px;
}
.hero-grid,
.subhero-grid,
.two-col,
.ticket-panel { grid-template-columns: 1.05fr .95fr; align-items: center; }
.hero-copy { padding-top: 12px; }
.hero-image-stage,
.subhero-image-stage { position: relative; }
.hero-frame,
.hero-image-card,
.subhero-image-card,
.card,
.credit-card,
.cta-panel,
.gallery-item,
.ticket-panel,
.spotlight {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-strong);
}
.hero-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 700px;
  background: rgba(255,255,255,0.04);
}
.hero-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 24%, rgba(0,0,0,.16));
  z-index: 1;
  pointer-events: none;
}
.hero-frame::after {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: calc(var(--radius) - 8px);
  z-index: 1;
  pointer-events: none;
}
.hero-frame img,
.hero-image-card img,
.subhero-image-card img { width: 100%; height: 100%; object-fit: cover; }
.wide-stage-frame { min-height: 520px; }
.hero-actions,
.ticket-actions,
.spotlight-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
  border: 1px solid transparent;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.btn:hover { transform: translateY(-3px); }
.btn-primary {
  background: linear-gradient(180deg, var(--gold-2) 0%, #c9a165 55%, #b58646 100%);
  color: #141414;
}
.btn-secondary {
  border-color: rgba(255,255,255,0.22);
  color: white;
  background: rgba(255,255,255,0.05);
}
.section-light .btn-secondary,
.section-gallery .btn-secondary {
  color: var(--text-dark);
  border-color: rgba(29,36,48,.15);
  background: rgba(255,255,255,.65);
}
.btn-gold {
  background: linear-gradient(180deg, #f4dcae 0%, #d8b47a 52%, #b9873f 100%);
}
.btn-gold-outline {
  background: rgba(216,180,122,.08);
  color: #f4deb3;
  border-color: rgba(216,180,122,.55);
}
.btn-gold-outline:hover { background: rgba(216,180,122,.16); }

.agency-btn-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 16px 0;
}
.btn-block {
	width: 100%;
	max-width: var(--container);
	margin: 80px auto;
}

.facts-grid,
.credit-grid,
.gallery-grid {
  display: grid;
  gap: 22px;
}
.facts-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}
.facts-grid div,
.card,
.credit-card,
.cta-panel,
.ticket-panel,
.spotlight {
  border-radius: var(--radius-sm);
}
.facts-grid div {
  background: rgba(255,255,255,0.64);
  padding: 20px;
  border: 1px solid rgba(29,36,48,.08);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
}
.facts-grid span {
  display: block;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #6b7280;
  margin-bottom: 4px;
}
.card,
.credit-card,
.cta-panel,
.ticket-panel,
.spotlight {
  padding: 30px;
  background: var(--panel);
  backdrop-filter: blur(14px);
}
.section-light .card,
.section-light .credit-card,
.section-light .cta-panel,
.section-gallery .credit-card,
.section-gallery .cta-panel {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(29,36,48,.1);
}
.accent-card {
  background: linear-gradient(180deg, rgba(216,180,122,.22), rgba(255,255,255,.88));
}
.clean-list { list-style: none; padding: 0; margin: 0; }
.clean-list li + li { margin-top: 10px; }
.compact li + li { margin-top: 8px; }
.credit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; }
.small-gap { gap: 16px; }
.cta-panel,
.spotlight,
.footer-grid,
.ticket-panel { grid-template-columns: 1fr auto; align-items: center; margin-top: 30px; }
.cinematic-spotlight {
  background: linear-gradient(135deg, rgba(216,180,122,.12), rgba(255,255,255,.03));
}
.cinematic-ticket-panel {
  background: linear-gradient(135deg, rgba(216,180,122,.12), rgba(255,255,255,.04));
}

.gallery-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); margin-top: 30px; }
.gallery-grid-featured .gallery-item-featured { grid-column: span 6; grid-row: span 2; }
.gallery-grid-featured .gallery-item:not(.gallery-item-featured) { grid-column: span 3; }
.stage-gallery-large .gallery-item-stage-wide { grid-column: span 6; }
.stage-gallery-large .gallery-item:not(.gallery-item-stage-wide) { grid-column: span 3; }
.gallery-item {
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
  cursor: pointer;
  position: relative;
  min-height: 100%;
}
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.62) 100%);
  opacity: .9;
  pointer-events: none;
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 4.7;
  object-fit: cover;
  transition: transform .6s ease, opacity .35s ease, filter .35s ease;
}
.gallery-item-featured img { aspect-ratio: 4 / 5.2; }
.stage-gallery-large .gallery-item-stage-wide img { aspect-ratio: 16 / 10; }
.stage-gallery-large .gallery-item:not(.gallery-item-stage-wide) img { aspect-ratio: 4 / 5; }
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.06); }
.gallery-label {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
  color: white;
  font-size: .9rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
}

.quote-card {
  margin: 30px 0;
  padding: 26px 28px;
  border-left: 4px solid var(--gold);
  background: rgba(216,180,122,.08);
  border-radius: 0 18px 18px 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
}
.narrow { max-width: 900px; }
.review-card p:last-child { margin-bottom: 0; }

.site-footer {
  padding: 38px 0 54px;
  border-top: 1px solid var(--line);
  background: #05070b;
}
.site-footer a {
  display: block;
  color: var(--muted);
  margin-top: 8px;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(5,8,12,.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 100;
}
.lightbox.open { display: flex; }
.lightbox figure { margin: 0; max-width: min(1320px, 100%); }
.lightbox img {
  max-height: 84vh;
  width: auto;
  border-radius: 18px;
  box-shadow: var(--shadow-strong);
}
.lightbox figcaption {
  text-align: center;
  color: #d9dfeb;
  margin-top: 12px;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  color: white;
  background: rgba(255,255,255,.06);
  font-size: 2rem;
  cursor: pointer;
}

.reveal-item {
  opacity: 0;
  transform: translateY(32px) scale(.985);
  transition: opacity .85s ease, transform .85s cubic-bezier(.22,1,.36,1), filter .85s ease;
  filter: blur(6px);
}
.reveal-item.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.reveal-delay-2 { transition-delay: .12s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .36s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-item {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .gallery-item img,
  .btn { transition: none; }
}

@media (max-width: 1100px) {
  .gallery-grid-featured .gallery-item-featured,
  .gallery-grid-featured .gallery-item:not(.gallery-item-featured),
  .stage-gallery-large .gallery-item-stage-wide,
  .stage-gallery-large .gallery-item:not(.gallery-item-stage-wide) { grid-column: span 6; }
  .hero-frame { min-height: 580px; }
}

@media (max-width: 980px) {
  .hero-grid,
  .subhero-grid,
  .two-col,
  .ticket-panel,
  .credit-grid,
  .gallery-grid,
  .facts-grid,
  .cta-panel,
  .spotlight,
  .footer-grid { grid-template-columns: 1fr; }
  .main-nav { justify-content: flex-end; gap: 14px; }
  .hero { min-height: auto; }
  .hero-frame,
  .wide-stage-frame { min-height: 460px; }
  .gallery-grid-featured .gallery-item-featured,
  .gallery-grid-featured .gallery-item:not(.gallery-item-featured),
  .stage-gallery-large .gallery-item-stage-wide,
  .stage-gallery-large .gallery-item:not(.gallery-item-stage-wide) { grid-column: span 12; }
}

@media (max-width: 640px) {
  .nav-wrap { flex-direction: column; align-items: flex-start; padding: 14px 0; }
  .hero, .subhero, .section { padding-top: 72px; padding-bottom: 72px; }
  .brand { font-size: 1.7rem; }
  .hero-frame,
  .wide-stage-frame { min-height: 380px; }
  .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .btn { width: 100%; }
  .hero-actions, .ticket-actions, .spotlight-actions { flex-direction: column; }
}
