:root {
  --bg: #0c1117;
  --bg-2: #121a22;
  --panel: rgba(19, 25, 34, 0.80);
  --panel-2: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.12);
  --soft-line: rgba(255, 255, 255, 0.09);
  --text: #f7f8fb;
  --muted: rgba(247, 248, 251, 0.76);
  --muted-2: rgba(247, 248, 251, 0.58);
  --accent: #ffd27b;
  --accent-2: #ff9960;
  --accent-3: #b8e3ff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --font-display: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-body: Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100%;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(255, 196, 124, .12), transparent 28%),
    radial-gradient(circle at top left, rgba(184, 227, 255, .10), transparent 26%),
    linear-gradient(180deg, #0e141c 0%, #131b24 42%, #0c1117 100%);
  font-family: var(--font-body);
  overflow-x: hidden;
}
body.menu-open,
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-shell { position: relative; min-height: 100svh; overflow-x: clip; }
.noise {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .09;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.24) 0.6px, transparent 0.8px),
    linear-gradient(135deg, transparent 0 48%, rgba(255,255,255,0.06) 49% 50%, transparent 51% 100%);
  background-size: 24px 24px, 200px 200px;
}
.shell-width { width: min(1180px, calc(100% - 24px)); margin: 0 auto; }
.section { position: relative; z-index: 1; padding: 28px 0 18px; }
.no-top-pad { padding-top: 0; }
.no-margin { margin: 0; }
.section-head { max-width: 760px; margin-bottom: 24px; }
.section-head.compact { max-width: 680px; }
.section-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-head h2,
.page-hero h1 {
  margin: 16px 0 12px;
  font-size: clamp(2.1rem, 4.8vw, 4rem);
  line-height: .98;
  letter-spacing: -.04em;
}
.section-head p,
.page-hero p { margin: 0; color: var(--muted); line-height: 1.72; font-size: 1.02rem; font-family: var(--font-body); }
.page-main { position: relative; z-index: 1; padding-top: 116px; }
.page-hero { padding: 18px 0 12px; }
.page-hero-tight { padding-top: 10px; }
.page-hero h1 span { color: rgba(255,255,255,0.88); }
.tight-top { margin-bottom: 8px; }

.topbar {
  position: fixed;
  z-index: 30;
  top: calc(14px + var(--safe-top));
  left: 0;
  width: 100%;
  padding: 0 16px;
}
.topbar-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  background: rgba(16, 22, 30, 0.76);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 70px rgba(0,0,0,0.20);
}
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-weight: 900;
  letter-spacing: -.08em;
  color: #0c1117;
  background: linear-gradient(135deg, #fff7dc 0%, #ffd27b 52%, #ff9960 100%);
  box-shadow: 0 12px 28px rgba(255,153,96,.24);
}
.brand-mark.small { width: 38px; height: 38px; border-radius: 12px; }
.brand-copy { display: flex; flex-direction: column; text-transform: uppercase; line-height: .92; }
.brand-copy strong { font-size: 1rem; letter-spacing: .22em; font-family: var(--font-display); }
.brand-copy small { margin-top: 4px; color: var(--muted-2); font-size: .72rem; letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a,
.site-nav button {
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 12px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: .18s ease;
}
.site-nav a:hover,
.site-nav button:hover { color: var(--text); background: rgba(255,255,255,0.06); transform: translateY(-1px); }
.nav-cta,
.primary-cta {
  color: #0d1218 !important;
  background: linear-gradient(135deg, #fff7dc 0%, #ffd27b 58%, #ffae78 100%) !important;
  box-shadow: 0 10px 24px rgba(255, 164, 86, 0.18);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  cursor: pointer;
}
.menu-toggle span {
  display: block; width: 18px; height: 2px; margin: 4px auto; border-radius: 999px; background: #fff;
}

.hero {
  position: relative;
  min-height: 96svh;
  display: grid;
  align-items: end;
  padding: 118px 0 22px;
}
.compact-hero { min-height: 90svh; }
.hero-media { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-media picture,
.hero-media img { width: 100%; height: 100%; display: block; }
.hero-media picture { position: relative; z-index: 0; }
.hero-media img { object-fit: cover; object-position: 62% center; filter: saturate(1.02) contrast(1.04) brightness(0.94); }
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8,11,16,0.18) 0%, rgba(8,11,16,0.22) 20%, rgba(8,11,16,0.06) 42%, rgba(8,11,16,0.38) 72%, rgba(11,15,21,0.78) 100%),
    linear-gradient(95deg, rgba(7,10,14,0.42) 0%, rgba(7,10,14,0.10) 44%, rgba(7,10,14,0.34) 100%);
}
.dj-lights { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.dj-pulse {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255,255,255,1) 0 9%, rgba(255,182,241,.98) 10% 24%, rgba(255,56,208,.92) 25% 44%, rgba(178,31,255,.35) 45% 68%, transparent 72%);
  box-shadow:
    0 0 8px rgba(255,255,255,.95),
    0 0 20px rgba(255,90,218,.95),
    0 0 44px rgba(195,50,255,.82),
    0 0 76px rgba(255,70,205,.45);
  mix-blend-mode: screen;
  filter: blur(.15px);
  opacity: .45;
  transform: translate(-50%, -50%) scale(.72);
  animation: djFlicker 1.12s infinite steps(2, end);
}
.pulse-1 { left: 62.5%; top: 44.5%; animation-delay: 0s; }
.pulse-2 { left: 67.5%; top: 43.8%; width: 30px; height: 30px; animation-delay: .18s; }
.pulse-3 { left: 72.5%; top: 45.2%; width: 36px; height: 36px; animation-delay: .36s; }
.pulse-4 { left: 77.4%; top: 44.4%; width: 28px; height: 28px; animation-delay: .54s; }
@keyframes djFlicker {
  0% { opacity: .25; transform: translate(-50%, -50%) scale(.65) rotate(-1deg); }
  20% { opacity: 1; transform: translate(calc(-50% + 1px), calc(-50% - 1px)) scale(1.45) rotate(1deg); }
  42% { opacity: .42; transform: translate(calc(-50% - 1px), -50%) scale(.86) rotate(-1deg); }
  60% { opacity: .95; transform: translate(-50%, calc(-50% + 1px)) scale(1.25) rotate(1deg); }
  78% { opacity: .35; transform: translate(-50%, -50%) scale(.74); }
  100% { opacity: .9; transform: translate(calc(-50% + 1px), -50%) scale(1.18); }
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(70px); opacity: .20; }
.hero-glow-a { width: 28vw; height: 28vw; right: 8%; top: 12%; background: rgba(255, 153, 96, 0.55); }
.hero-glow-b { width: 17vw; height: 17vw; left: 10%; bottom: 16%; background: rgba(255, 210, 123, 0.26); }
.hero-content { position: relative; z-index: 1; padding-bottom: 20px; }
.hero-content > * { position: relative; z-index: 1; }
.hero-copy-panel { max-width: 700px; }
.hero-kicker-wrap { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(16, 22, 30, 0.42);
  backdrop-filter: blur(10px);
  color: var(--muted);
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-kicker.ghost { color: rgba(255,255,255,.84); }
.live-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: linear-gradient(135deg, #ffd27b, #ff9960);
  box-shadow: 0 0 0 7px rgba(255, 164, 86, .14);
}
.hero h1 { margin: 0; max-width: 740px; font-size: clamp(3.4rem, 9vw, 7rem); line-height: .88; letter-spacing: -.075em; font-family: var(--font-display); font-weight: 900; text-transform: uppercase; }
.hero h1 span { display: block; color: rgba(255,255,255,0.92); font-size: .72em; font-family: var(--font-accent); font-style: italic; font-weight: 700; letter-spacing: -.045em; text-transform: none; }
.hero-lead { max-width: 640px; margin: 18px 0 0; font-size: clamp(1rem, 2vw, 1.16rem); line-height: 1.78; color: rgba(255,255,255,0.84); font-family: var(--font-body); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-actions > * { flex-shrink: 0; }
.primary-cta,
.secondary-cta,
.ghost-cta {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px;
  padding: 0 20px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: .18s ease;
}
.secondary-cta,
.ghost-cta { color: var(--text); background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.14); }
.primary-cta:hover,
.secondary-cta:hover,
.ghost-cta:hover,
.nav-cta:hover { transform: translateY(-1px); }
.full-width { width: 100%; }

.hero-info-grid,
.cards-3,
.ticket-grid,
.schedule-grid,
.footer-grid,
.footer-links { display: grid; gap: 16px; }
.hero-info-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; }
.home-quick-grid article { background: rgba(15, 20, 27, 0.70); }
.hero-info-grid article,
.info-card,
.ticket-card,
.schedule-card,
.summary-card,
.cta-strip,
.stat-card {
  border: 1px solid var(--soft-line);
  background: var(--panel);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.hero-info-grid article { padding: 18px; border-radius: 18px; }
.hero-info-grid span,
.card-no,
.ticket-label,
.summary-card span,
.schedule-card span { display: block; color: var(--muted-2); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-info-grid strong,
.summary-card strong,
.schedule-card strong { display: block; margin-top: 8px; font-size: 1rem; line-height: 1.45; }

.split-row { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: start; }
.summary-stack { display: grid; gap: 14px; }
.summary-card { padding: 20px; border-radius: 20px; }
.summary-card p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.summary-card a { color: var(--accent); }
.accent-card { background: linear-gradient(180deg, rgba(255, 164, 86, 0.16), rgba(19, 25, 34, 0.84)); }

.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-features .info-card,
.two-plus-one .info-card { padding: 22px; border-radius: 22px; }
.info-card h3,
.ticket-card h3,
.schedule-card strong,
.cta-strip h2 { margin: 0 0 10px; }
.info-card p,
.ticket-card p,
.ticket-card li,
.schedule-card p,
.cta-strip p { margin: 0; color: var(--muted); line-height: 1.72; }

.cta-strip {
  display: grid;
  grid-template-columns: 1.05fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
}
.cta-strip h2 { margin: 12px 0 10px; font-size: clamp(1.7rem, 3vw, 2.6rem); }

.ticket-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ticket-card { padding: 24px; border-radius: 28px; }
.ticket-card.featured { background: linear-gradient(180deg, rgba(255, 164, 86, 0.18), rgba(19, 25, 34, 0.92)); }
.ticket-price { margin: 10px 0 18px !important; font-size: 1.9rem; color: var(--text) !important; }
.ticket-card ul { margin: 0 0 22px; padding-left: 18px; }
.ticket-card li + li { margin-top: 8px; }

.schedule-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.schedule-card { padding: 20px; border-radius: 20px; }
.schedule-card strong { margin-top: 10px; font-size: 1.05rem; }
.schedule-card p { margin-top: 8px; }
.accent-soft-card { background: linear-gradient(180deg, rgba(184, 227, 255, 0.12), rgba(19,25,34,0.86)); }

.site-footer {
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 164, 86, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(15, 20, 27, 0.88), rgba(11, 15, 21, 0.98));
}
.footer-grid { grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 26px; padding: 34px 0 22px; }
.compact-footer { padding-top: 30px; }
.footer-logo-row { display: flex; align-items: center; gap: 14px; }
.footer-logo-row strong { font-size: 1.2rem; }
.footer-logo-row p,
.footer-copy { margin: 4px 0 0; color: var(--muted); line-height: 1.68; }
.footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.one-row-links { gap: 14px; }
.footer-links h3 { margin: 0 0 14px; font-size: .95rem; color: #fff; }
.footer-links a { display: block; color: var(--muted); margin: 0 0 10px; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 16px; border-top: 1px solid rgba(255,255,255,0.08); color: var(--muted-2); font-size: .92rem; }

@media (max-width: 1100px) {
  .schedule-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .hero-info-grid,
  .cards-3,
  .ticket-grid,
  .footer-grid,
  .footer-links,
  .split-row,
  .cta-strip { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .hero-media img { object-position: 68% center; }
  .hero-content { padding-bottom: 12px; }
  .hero h1 { max-width: 560px; }
  .site-nav a, .site-nav button { padding: 11px 12px; }
}

@media (max-width: 820px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: grid;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(18, 24, 33, 0.97);
    opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: .18s ease;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .site-nav a,
  .site-nav button { width: 100%; text-align: left; }
}
@media (max-width: 760px) {
  .shell-width { width: min(100%, calc(100% - 20px)); }
  .hero { min-height: auto; padding: 104px 10px 14px; }
  .compact-hero { min-height: auto; }
  .hero-media {
    top: 92px;
    left: 10px;
    right: 10px;
    bottom: auto;
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: 26px;
    background: rgba(9, 12, 18, 0.88);
  }
  .hero-media img {
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.02) contrast(1.04) brightness(0.98);
  }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8,11,16,0.10) 0%, rgba(8,11,16,0.14) 18%, rgba(8,11,16,0.04) 42%, rgba(8,11,16,0.28) 68%, rgba(11,15,21,0.62) 100%),
      linear-gradient(95deg, rgba(7,10,14,0.30) 0%, rgba(7,10,14,0.08) 44%, rgba(7,10,14,0.24) 100%);
  }
  .hero-content { padding: 0; }
  .hero-copy-panel {
    min-height: 410px;
    padding: 18px 14px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .pulse-1 { left: 58%; top: 45.5%; }
  .pulse-2 { left: 65%; top: 43.8%; }
  .pulse-3 { left: 72%; top: 45.4%; }
  .pulse-4 { left: 79%; top: 44.3%; }
  .topbar-inner { padding: 12px 14px; }
  .brand-mark { width: 42px; height: 42px; }
  .hero-kicker-wrap { gap: 8px; margin-bottom: 14px; }
  .hero-kicker { padding: 8px 10px; font-size: .72rem; max-width: 100%; }
  .hero-kicker.ghost { max-width: calc(100vw - 72px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); max-width: 420px; line-height: .9; }
  .hero-lead { max-width: 100%; font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 22px; }
  .hero-actions > * { width: 100%; }
  .primary-cta, .secondary-cta, .ghost-cta { min-height: 52px; padding: 0 18px; }
  .home-quick-grid,
  .hero-info-grid,
  .cards-3,
  .ticket-grid,
  .schedule-grid,
  .footer-grid,
  .footer-links { grid-template-columns: 1fr; }
  .home-quick-grid { gap: 12px; margin-top: 14px; }
  .home-quick-grid article { min-width: 0; }
  .summary-stack, .cards-3, .ticket-grid, .schedule-grid { gap: 12px; }
  .summary-card, .info-card, .ticket-card, .schedule-card, .cta-strip { border-radius: 18px; }
  .page-main { padding-top: 104px; }
  .page-hero { padding-top: 8px; }
  .page-hero h1 { font-size: clamp(2.4rem, 12vw, 3.8rem); }
  .ticket-card ul { padding-left: 16px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding-bottom: calc(16px + var(--safe-bottom)); }
}


