/* ==========================================================================
   AMAPIANO DISCIPLES UAE — OFFICIAL STYLESHEET
   Luxury Nightlife, Afro-House & Amapiano Vibe
   Zero horizontal overflow guarantee (Mobile compliant >= 375px)
   ========================================================================== */

:root {
  --bg-primary: #060608;
  --bg-secondary: #0d0e14;
  --bg-card: rgba(18, 20, 29, 0.85);
  --bg-card-hover: rgba(26, 29, 43, 0.95);
  --border-color: rgba(212, 175, 55, 0.22);
  --border-color-subtle: rgba(255, 255, 255, 0.08);

  --gold-primary: #d4af37;
  --gold-light: #f3e5ab;
  --gold-dark: #aa820a;
  --gold-glow: rgba(212, 175, 55, 0.35);

  --emerald: #10b981;
  --ruby: #ef4444;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --text-dim: #64748b;

  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: 'Syne', var(--font-sans);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-full: 9999px;

  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-primary);
  color: var(--text-main);
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body {
  font-family: var(--font-sans);
  line-height: 1.6;
  background-color: var(--bg-primary);
  color: var(--text-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

button, input, select, textarea {
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ==========================================================================
   TYPOGRAPHY & UTILITIES
   ========================================================================== */

.text-gradient {
  background: linear-gradient(135deg, #f5d77f 0%, #d4af37 50%, #fef08a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-primary);
  margin-bottom: 8px;
}

.section-header {
  text-align: center;
  margin-bottom: 44px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}

.section-subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  color: var(--text-muted);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-full);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn-sm {
  padding: 8px 18px;
  font-size: 0.85rem;
}

.btn-lg {
  padding: 15px 32px;
  font-size: 1.02rem;
}

.btn-full {
  width: 100%;
}

.btn-block {
  display: flex;
  width: 100%;
}

.btn-gold {
  background: linear-gradient(135deg, #e5be4a 0%, #c49d2c 100%);
  color: #060608;
  box-shadow: 0 4px 20px var(--gold-glow);
}

.btn-gold:hover {
  background: linear-gradient(135deg, #f3d068 0%, #d4af37 100%);
  box-shadow: 0 6px 28px rgba(212, 175, 55, 0.55);
  transform: translateY(-2px);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--gold-primary);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--gold-primary);
  border-color: var(--border-color);
}

.btn-outline:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: var(--gold-primary);
}

/* ==========================================================================
   NAVIGATION BAR
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(6, 6, 8, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color-subtle);
  transition: all var(--transition-fast);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  border-radius: var(--radius-full);
  background: #000;
  border: 1px solid var(--border-color);
  object-fit: cover;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
}

.brand-sub {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold-primary);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-link {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-muted);
  position: relative;
  padding: 6px 0;
}

.nav-link:hover {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  border: 1px solid var(--border-color-subtle);
  transition: all var(--transition-fast);
  flex-shrink: 0;
}

.social-icon:hover {
  background: var(--gold-primary);
  color: #060608;
  transform: translateY(-2px);
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.mobile-toggle span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all var(--transition-fast);
}

.mobile-drawer {
  display: none;
  flex-direction: column;
  padding: 20px;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
}

.mobile-drawer.open {
  display: flex;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.mobile-nav-link {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-main);
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color-subtle);
}

.mobile-socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero-section {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
  text-align: center;
}

.hero-bg-glow {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: min(600px, 90vw);
  height: min(600px, 90vw);
  background: radial-gradient(circle, rgba(212, 175, 55, 0.16) 0%, rgba(16, 185, 129, 0.06) 45%, transparent 70%);
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--border-color);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gold-primary);
  margin-bottom: 20px;
  max-width: 90%;
  text-align: center;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--emerald);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--emerald);
  flex-shrink: 0;
  animation: pulseAnimation 2s infinite;
}

@keyframes pulseAnimation {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

.hero-logo-frame {
  margin-bottom: 20px;
  position: relative;
}

.hero-emblem {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8), 0 0 50px rgba(212, 175, 55, 0.2);
  transition: transform var(--transition-smooth);
}

.hero-emblem:hover {
  transform: scale(1.03);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 6vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  max-width: 800px;
  overflow-wrap: break-word;
}

.hero-lead {
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  color: var(--text-muted);
  max-width: 640px;
  margin-bottom: 30px;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}

.social-ribbon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 18px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-color-subtle);
  max-width: 100%;
}

.ribbon-label {
  font-size: 0.78rem;
  color: var(--text-dim);
  font-weight: 600;
}

.ribbon-chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.ribbon-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-main);
  padding: 5px 14px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.06);
  transition: all var(--transition-fast);
}

.ribbon-chip:hover {
  background: rgba(212, 175, 55, 0.2);
  color: var(--gold-light);
}

.chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.chip-ig { background: #e1306c; }
.chip-tt { background: #00f2fe; }
.chip-fb { background: #1877f2; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color-subtle);
  width: 100%;
  max-width: 540px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 800;
  color: var(--gold-primary);
  line-height: 1.1;
}

.stat-desc {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 4px;
  white-space: nowrap;
}

/* ==========================================================================
   UPCOMING GIGS SECTION
   ========================================================================== */

.section-gigs {
  padding: 80px 0;
  background-color: var(--bg-secondary);
  border-top: 1px solid var(--border-color-subtle);
  border-bottom: 1px solid var(--border-color-subtle);
}

.gig-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.filter-btn {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  border: 1px solid var(--border-color-subtle);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.filter-btn:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.filter-btn.active {
  background: var(--gold-primary);
  color: #060608;
  border-color: var(--gold-primary);
  box-shadow: 0 2px 14px var(--gold-glow);
}

.gigs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 40px;
}

.gig-card {
  display: grid;
  grid-template-columns: 100px 1fr 200px;
  align-items: center;
  gap: 24px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 22px;
  transition: all var(--transition-smooth);
}

.gig-card:hover {
  background: var(--bg-card-hover);
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.gig-date-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-color-subtle);
  border-radius: var(--radius-sm);
  padding: 12px;
  text-align: center;
}

.gig-month {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--gold-primary);
}

.gig-day {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin: 4px 0;
}

.gig-dayname {
  font-size: 0.68rem;
  color: var(--text-dim);
  font-weight: 700;
}

.gig-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gig-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}

.tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 4px;
}

.tag-gold { background: rgba(212, 175, 55, 0.15); color: var(--gold-light); }
.tag-emerald { background: rgba(16, 185, 129, 0.15); color: #34d399; }
.tag-ruby { background: rgba(239, 68, 68, 0.15); color: #f87171; }
.tag-dim { background: rgba(255, 255, 255, 0.05); color: var(--text-dim); }

.gig-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.gig-venue {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.gig-lineup {
  font-size: 0.85rem;
  color: var(--text-dim);
}

.gig-time {
  font-size: 0.78rem;
  color: var(--text-dim);
}

.gig-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.gig-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold-light);
}

.gig-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.gigs-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(13, 14, 20, 0.9) 100%);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px 28px;
}

.banner-text h4 {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 6px;
}

.banner-text p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* ==========================================================================
   RESIDENT DJ ROSTER SECTION
   ========================================================================== */

.section-roster {
  padding: 80px 0;
  border-bottom: 1px solid var(--border-color-subtle);
}

.roster-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.roster-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform var(--transition-smooth);
}

.roster-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-primary);
}

.roster-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 18px;
  border: 2px solid var(--gold-primary);
  box-shadow: 0 4px 18px var(--gold-glow);
}

.roster-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roster-card h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.roster-role {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold-primary);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.roster-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  line-height: 1.5;
}

.roster-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.roster-tags span {
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05);
  color: var(--gold-light);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-color-subtle);
}

/* ==========================================================================
   MUSIC & EMBED SECTION
   ========================================================================== */

.section-music {
  padding: 80px 0;
}

.music-grid {
  display: block;
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}

.player-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px;
}

.player-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.player-art img {
  border-radius: var(--radius-sm);
  background: #000;
  border: 1px solid var(--border-color);
}

.player-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--gold-primary);
  margin-bottom: 4px;
}

.track-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

.track-artist {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.waveform-container {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 42px;
  margin-bottom: 18px;
  padding: 0 4px;
}

.wave-bar {
  flex: 1;
  background: var(--gold-primary);
  border-radius: 2px;
  height: 20%;
  animation: waveMotion 1.4s ease-in-out infinite alternate;
}

.wave-bar:nth-child(2n) { animation-delay: 0.2s; }
.wave-bar:nth-child(3n) { animation-delay: 0.4s; }
.wave-bar:nth-child(4n) { animation-delay: 0.6s; }

@keyframes waveMotion {
  0% { height: 15%; opacity: 0.3; }
  100% { height: 95%; opacity: 1; }
}

.player-controls {
  margin-bottom: 20px;
}

.time-display {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  color: var(--text-dim);
  margin-bottom: 10px;
}

.progress-slider {
  flex: 1;
  accent-color: var(--gold-primary);
  cursor: pointer;
}

.ctrl-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.ctrl-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color-subtle);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.ctrl-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.ctrl-play {
  width: 50px;
  height: 50px;
  background: var(--gold-primary);
  color: #000;
  border-color: var(--gold-primary);
  font-size: 1.25rem;
  box-shadow: 0 4px 20px var(--gold-glow);
}

.ctrl-play:hover {
  background: var(--gold-light);
  transform: scale(1.05);
}

.track-list {
  border-top: 1px solid var(--border-color-subtle);
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.track-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background var(--transition-fast);
}

.track-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.track-item.active {
  background: rgba(212, 175, 55, 0.1);
  border-left: 3px solid var(--gold-primary);
}

.track-num {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-dim);
}

.track-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.track-details .name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}

.track-details .genre {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.track-item .duration {
  font-size: 0.78rem;
  color: var(--text-dim);
}

.embed-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.embed-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color-subtle);
  border-radius: var(--radius-md);
  padding: 18px;
}

.embed-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.embed-card-header h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

/* ==========================================================================
   THE MOVEMENT (ABOUT)
   ========================================================================== */

.section-about {
  padding: 80px 0;
  background-color: var(--bg-secondary);
  border-top: 1px solid var(--border-color-subtle);
}

.about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 50px;
  align-items: center;
}

.about-media {
  display: flex;
  justify-content: center;
}

.about-emblem-wrap {
  position: relative;
  width: min(300px, 80vw);
  height: min(300px, 80vw);
}

.about-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 2;
}

.emblem-halo {
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 1px dashed var(--gold-primary);
  opacity: 0.4;
  animation: rotateHalo 30s linear infinite;
}

@keyframes rotateHalo {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.about-p {
  color: var(--text-muted);
  font-size: 1rem;
  margin-bottom: 18px;
}

.about-pillars {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.pillar {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.pillar-icon {
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-color-subtle);
  flex-shrink: 0;
}

.pillar-body h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.pillar-body p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* ==========================================================================
   ATMOSPHERE GALLERY (WITH REAL IMAGERY)
   ========================================================================== */

.section-gallery {
  padding: 80px 0;
  background-color: var(--bg-primary);
  border-top: 1px solid var(--border-color-subtle);
}

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

.gallery-card {
  position: relative;
  height: 350px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: #0b0c10;
  transition: transform var(--transition-smooth), border-color var(--transition-fast), box-shadow var(--transition-smooth);
}

.gallery-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-primary);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.8), 0 0 15px rgba(212, 175, 55, 0.15);
}

.gallery-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-card:hover .gallery-bg-img {
  transform: scale(1.08);
}

.gallery-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 6, 8, 0.2) 0%, rgba(6, 6, 8, 0.45) 45%, rgba(6, 6, 8, 0.96) 100%);
  z-index: 1;
  pointer-events: none;
}

.gallery-badge {
  position: relative;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--gold-light);
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid var(--border-color);
  padding: 5px 10px;
  border-radius: 4px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.gallery-overlay {
  position: relative;
  z-index: 2;
}

.gallery-overlay h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 4px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

.gallery-overlay p {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-shadow: 0 1px 4px rgba(0,0,0,0.8);
  margin-bottom: 10px;
  line-height: 1.4;
}

.gallery-ig-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-primary);
  transition: color var(--transition-fast);
}

.gallery-ig-link:hover {
  color: #fff;
}

/* ==========================================================================
   VIP TABLE SECTION
   ========================================================================== */

.section-vip {
  padding: 80px 0;
  background-color: var(--bg-secondary);
}

.vip-box {
  position: relative;
  background: linear-gradient(135deg, rgba(26, 29, 43, 0.9) 0%, rgba(13, 14, 20, 0.95) 100%);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px;
  overflow: hidden;
}

.vip-glow {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.vip-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.vip-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 32px;
}

.perk-chip {
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--border-color);
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: var(--radius-full);
}

.vip-form {
  text-align: left;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-color-subtle);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 0.92rem;
  color: #fff;
  outline: none;
  transition: border-color var(--transition-fast);
  width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 2px var(--gold-glow);
}

.form-privacy {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-dim);
  margin-top: 12px;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */

.section-faq {
  padding: 80px 0;
  border-top: 1px solid var(--border-color-subtle);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.faq-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color-subtle);
  border-radius: var(--radius-md);
  padding: 22px;
}

.faq-card h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.faq-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ==========================================================================
   MODALS
   ========================================================================== */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 20px;
}

.modal-backdrop.open {
  display: flex;
}

.modal-dialog {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  width: 100%;
  max-width: 480px;
  padding: 28px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: none;
  font-size: 1.8rem;
  color: var(--text-dim);
  cursor: pointer;
  line-height: 1;
}

.modal-close:hover {
  color: #fff;
}

.modal-header {
  margin-bottom: 14px;
}

.modal-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.ticket-tier {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--border-color-subtle);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.02);
}

.ticket-tier h5 {
  font-size: 0.92rem;
  color: #fff;
}

.ticket-tier p {
  font-size: 0.72rem;
  color: var(--text-dim);
}

.tier-price {
  font-weight: 700;
  color: var(--gold-light);
  font-size: 1.05rem;
}

.modal-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
  background: #020203;
  border-top: 1px solid var(--border-color-subtle);
  padding: 60px 0 calc(36px + env(safe-area-inset-bottom, 20px));
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 36px;
  margin-bottom: 40px;
}

.footer-logo {
  margin-bottom: 12px;
  border-radius: 50%;
}

.footer-brand h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 8px;
}

.footer-brand p {
  color: var(--text-dim);
  font-size: 0.88rem;
  max-width: 360px;
}

.footer-links h5, .footer-social h5 {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 14px;
  font-weight: 700;
}

.footer-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.footer-links a:hover {
  color: var(--gold-primary);
}

.footer-social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.contact-email {
  font-size: 0.82rem;
  color: var(--text-dim);
}

.contact-email a {
  color: var(--gold-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 20px;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-dim);
  flex-wrap: wrap;
  gap: 12px;
}

.estate-tag {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-power-link {
  color: var(--gold-primary);
  font-weight: 600;
  text-decoration: underline;
  transition: color var(--transition-fast);
}

.footer-power-link:hover {
  color: var(--gold-light);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (Mobile-first, Zero Side-Scrolling Guarantee)
   ========================================================================== */

/* Universal element containment to prevent horizontal spill */
*, *::before, *::after {
  max-width: 100%;
}

img, svg, video, iframe {
  max-width: 100%;
  height: auto;
}

/* Base desktop utilities */
.desktop-only {
  display: flex;
}

@media (max-width: 992px) {
  /* Immediately hide desktop navigation and header socials on all tablets and phones */
  .desktop-nav,
  .desktop-only,
  .header-socials {
    display: none !important;
  }

  .mobile-toggle {
    display: flex;
    flex-shrink: 0;
  }

  .header-inner {
    height: 64px;
    gap: 12px;
  }

  .header-actions {
    gap: 10px;
    flex-shrink: 0;
  }

  .brand-link {
    min-width: 0;
    gap: 10px;
    flex-shrink: 1;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
  }

  .brand-title {
    font-size: clamp(0.82rem, 2.5vw, 0.95rem);
    white-space: nowrap;
  }

  .gig-card {
    grid-template-columns: 80px 1fr;
    gap: 16px;
  }

  .gig-action {
    grid-column: 1 / -1;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
  }

  .gig-btns {
    flex-direction: row;
    width: auto;
  }

  .roster-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .music-grid {
    grid-template-columns: 1fr;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .about-pillars {
    text-align: left;
  }

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

  .faq-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 768px) {
  .site-header {
    width: 100%;
    max-width: 100vw;
  }

  .header-inner {
    height: 58px;
    gap: 8px;
  }

  .brand-link {
    gap: 8px;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

  .brand-title {
    font-size: clamp(0.76rem, 3.5vw, 0.88rem);
    letter-spacing: 0.02em;
  }

  .brand-sub {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .btn-sm {
    padding: 6px 10px;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
  }

  .mobile-toggle {
    width: 26px;
    height: 26px;
  }

  .hero-section {
    padding: 36px 0 54px;
  }

  .hero-title {
    font-size: clamp(1.65rem, 6.2vw, 2.4rem);
    line-height: 1.15;
  }

  .hero-lead {
    font-size: 0.92rem;
    padding: 0 4px;
  }

  .hero-stats {
    width: 100%;
    gap: 6px;
    padding: 0;
  }

  .stat-card {
    padding: 12px 6px;
  }

  .stat-number {
    font-size: 1.4rem;
  }

  .stat-desc {
    font-size: 0.68rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .vip-box {
    padding: 24px 16px;
  }

  .gigs-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .header-inner {
    height: 56px;
    gap: 6px;
  }

  .brand-link {
    gap: 6px;
  }

  .brand-logo {
    width: 32px;
    height: 32px;
  }

  .brand-title {
    font-size: 0.74rem;
    letter-spacing: 0.01em;
  }

  .header-actions .btn-sm {
    padding: 5px 9px;
    font-size: 0.7rem;
  }

  .hero-emblem {
    width: 150px;
    height: 150px;
  }

  .hero-cta-group {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .hero-cta-group .btn {
    width: 100%;
  }

  .social-ribbon {
    width: 100%;
    flex-direction: column;
    padding: 12px;
    gap: 8px;
    border-radius: var(--radius-md);
    box-sizing: border-box;
  }

  .ribbon-chips-wrap {
    width: 100%;
    flex-direction: column;
    gap: 6px;
  }

  .ribbon-chip {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    font-size: 0.78rem;
    padding: 7px 12px;
  }

  .gig-card {
    grid-template-columns: 1fr;
    padding: 14px;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .gig-date-badge {
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px;
  }

  .gig-day {
    font-size: 1.25rem;
    margin: 0;
  }

  .gig-action {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .gig-btns {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .gig-btns .btn {
    width: 100%;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }

  .gallery-card {
    height: 310px;
    width: 100%;
    box-sizing: border-box;
  }

  .player-card {
    padding: 16px;
  }

  .waveform-container {
    height: 32px;
    gap: 2px;
  }

  .ctrl-buttons {
    gap: 12px;
  }

  .ctrl-play {
    width: 44px;
    height: 44px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .estate-tag {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
