@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy: #0d1321;
  --navy-light: #1a2338;
  --navy-lighter: #232f4b;
  --gold: #cda45e;
  --gold-light: #e8cf9a;
  --cream: #f8f4ea;
  --text-muted: #aab0c4;
  --max-width: 1100px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--navy);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .brand, .mission-quote {
  font-family: 'Playfair Display', serif;
}

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

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

.section-wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border: 1.5px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }

.btn-solid {
  background: var(--gold);
  color: var(--navy);
}
.btn-solid:hover { background: var(--gold-light); }

.btn-outline {
  border-color: var(--gold);
  color: var(--gold-light);
}
.btn-outline:hover { background: rgba(205, 164, 94, 0.12); }

.btn-ghost {
  color: var(--cream);
  padding: 10px 18px;
  font-size: 0.9rem;
}
.btn-ghost:hover { color: var(--gold-light); }

.btn-lg { padding: 15px 34px; font-size: 1rem; }

/* ===== Header / Nav ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  background: linear-gradient(to bottom, rgba(13,19,33,0.85), transparent);
  transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
  background: rgba(13, 19, 33, 0.96);
  padding: 12px 0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
  backdrop-filter: blur(6px);
}

.nav-wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: 0.01em;
}
.brand span { color: var(--gold); display: block; font-size: 0.95em; }

.nav-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at 50% 20%, #1c2947 0%, var(--navy) 55%, #080c16 100%);
  overflow: hidden;
  padding: 140px 24px 100px;
  text-align: center;
}

.hero-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1.5px 1.5px at 75% 15%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 60% 70%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1.5px 1.5px at 90% 55%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1px 1px at 35% 80%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1.5px 1.5px at 10% 65%, rgba(255,255,255,0.4), transparent),
    radial-gradient(1px 1px at 50% 45%, rgba(255,255,255,0.5), transparent),
    radial-gradient(1.5px 1.5px at 85% 85%, rgba(255,255,255,0.4), transparent);
  background-repeat: repeat;
  background-size: 100% 100%;
  opacity: 0.9;
}

.hero-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(205,164,94,0.22) 0%, rgba(205,164,94,0) 65%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.hero-eyebrow {
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.hero-title {
  color: var(--cream);
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
  background: linear-gradient(180deg, #ffffff 0%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-maintag {
  color: var(--gold-light);
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 18px;
}

.hero-tagline {
  color: var(--text-muted);
  font-size: 1.15rem;
  max-width: 560px;
  margin: 0 auto 40px;
}

.hero-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 44px;
  padding: 20px 28px;
  border: 1px solid rgba(205,164,94,0.35);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(4px);
}

.detail { display: flex; flex-direction: column; gap: 4px; text-align: left; }
.detail-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  font-weight: 600;
}
.detail-value { color: var(--cream); font-weight: 500; font-size: 0.98rem; }
.detail-divider { width: 1px; height: 32px; background: rgba(205,164,94,0.3); }

.hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-curtain {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 1;
}

/* ===== Section Headings ===== */
.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-eyebrow.light { color: var(--gold-light); }

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 600;
  margin-bottom: 14px;
}
.section-title.light { color: var(--cream); }

.section-sub {
  color: #5a6178;
  font-size: 1.05rem;
  max-width: 560px;
  margin-bottom: 20px;
}
.section-sub.light { color: var(--text-muted); }

/* ===== Performers ===== */
.performers {
  padding: 110px 0 100px;
  text-align: center;
}
.performers .section-wrap { display: flex; flex-direction: column; align-items: center; }

.performer-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 56px;
}

.performer {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 44px;
  align-items: center;
  text-align: left;
}
.performer.reverse {
  grid-template-columns: 1fr 300px;
}
.performer.reverse .performer-photo { order: 2; }
.performer.reverse .performer-bio { order: 1; }

.performer-photo {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  background: var(--navy-light);
  background-size: cover;
  background-position: center;
}

.photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--gold-light);
  background: linear-gradient(160deg, var(--navy-light), var(--navy));
  border: 1.5px dashed rgba(205,164,94,0.4);
}
.photo-placeholder svg { width: 48px; height: 48px; opacity: 0.7; }
.photo-placeholder span {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-align: center;
  padding: 0 16px;
}

.performer-bio h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.performer-credit {
  color: var(--gold);
  font-weight: 600;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.performer-text {
  color: #4d5266;
  font-size: 1rem;
}

.bio-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  background: none;
  border: none;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gold);
  cursor: pointer;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.bio-toggle:hover {
  color: #a9822f;
  border-color: currentColor;
}

/* ===== Modal (shared by bio popups + tickets popup) ===== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 22, 0.78);
  backdrop-filter: blur(3px);
}

.modal-content {
  position: relative;
  background: var(--cream);
  border-radius: 18px;
  max-width: 620px;
  width: 100%;
  max-height: 82vh;
  overflow-y: auto;
  padding: 44px 40px;
  transform: translateY(16px) scale(0.98);
  transition: transform 0.25s ease;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.modal.open .modal-content {
  transform: translateY(0) scale(1);
}

.modal-content.modal-center { text-align: center; }

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(13,19,33,0.06);
  color: var(--navy);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}
.modal-close:hover { background: rgba(13,19,33,0.14); }

.modal-content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 6px;
  padding-right: 30px;
}
.modal-content.modal-center h3 { padding-right: 0; }

.modal-credit {
  color: var(--gold);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.modal-text p {
  color: #4d5266;
  margin-bottom: 14px;
}
.modal-text p:last-child { margin-bottom: 0; }

.modal-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(205,164,94,0.14);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-icon svg { width: 26px; height: 26px; }

/* ===== Mission ===== */
.mission {
  background: var(--navy);
  padding: 110px 0;
}
.mission-wrap { text-align: center; display: flex; flex-direction: column; align-items: center; }

.mission-quote {
  color: var(--cream);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  max-width: 760px;
  margin: 10px 0 28px;
}

.mission-note {
  color: var(--gold-light);
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

/* ===== Tickets ===== */
.tickets {
  padding: 110px 0;
  text-align: center;
}
.tickets .section-wrap { display: flex; flex-direction: column; align-items: center; }
.tickets-note {
  margin-top: 14px;
  font-size: 0.85rem;
  color: #8a90a3;
}

/* ===== Apply ===== */
.apply {
  background: linear-gradient(160deg, var(--navy-light), var(--navy));
  padding: 100px 0;
  text-align: center;
}
.apply .section-wrap { display: flex; flex-direction: column; align-items: center; }

/* ===== Footer ===== */
.site-footer {
  background: var(--navy);
  border-top: 1px solid rgba(205,164,94,0.15);
  padding: 40px 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.footer-wrap p { margin-bottom: 6px; }
.footer-title {
  font-family: 'Playfair Display', serif;
  color: var(--cream);
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.footer-wrap a:hover { color: var(--gold-light); }
.footer-fine { color: #666e85; font-size: 0.8rem; margin-top: 10px; }

/* ===== Scroll reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Responsive ===== */
@media (max-width: 860px) {
  .performer, .performer.reverse {
    grid-template-columns: 1fr;
  }
  .performer-photo { max-width: 320px; margin: 0 auto; order: 1 !important; }
  .performer-bio { order: 2 !important; text-align: center; }
  .performer-bio h3, .performer-credit { text-align: center; }
}

@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .nav-buttons {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(13,19,33,0.98);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .nav-buttons.open { max-height: 300px; }
  .nav-buttons .btn {
    border-radius: 0;
    text-align: center;
    padding: 16px;
    border-bottom: 1px solid rgba(205,164,94,0.1);
  }
  .btn-ghost { color: var(--cream); }
  .btn-solid { background: var(--gold); color: var(--navy); }
  .hero-details { flex-direction: column; gap: 14px; }
  .detail { align-items: center; text-align: center; }
  .detail-divider { display: none; }
}
