/* ==========================================================================
   FORBIDDEN NIGHTS - 7-STAR ULTRA-LUXURY & IMPERIAL ROYAL DESIGN SYSTEM
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700;900&family=Cinzel:wght@400;600;700;900&family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  /* Ultra-Luxury Obsidian & Imperial Gold Palette */
  --bg-obsidian: #040407;
  --bg-velvet: #0a080f;
  --bg-card: rgba(16, 13, 22, 0.85);
  --bg-card-hover: rgba(26, 20, 36, 0.95);
  --bg-glass-gold: rgba(212, 175, 55, 0.08);

  /* 24K Imperial Liquid Gold Spectrum */
  --gold-light: #fff5db;
  --gold-primary: #d4af37;
  --gold-deep: #b38728;
  --gold-bronze: #8a6519;
  --gold-gradient: linear-gradient(135deg, #fff5db 0%, #ffd700 25%, #d4af37 50%, #aa771c 75%, #fff5db 100%);
  --gold-foil: linear-gradient(135deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #aa771c 100%);
  --gold-glow: 0 0 35px rgba(212, 175, 55, 0.45);
  --gold-glow-intense: 0 0 50px rgba(212, 175, 55, 0.75), 0 0 90px rgba(212, 175, 55, 0.35);

  /* Royal Velvet Accents */
  --velvet-sapphire: #0e1e3e;
  --velvet-burgundy: #2c0c18;
  --crimson-light: #ff7597;
  --crimson-primary: #d4224c;

  /* WhatsApp Emerald */
  --whatsapp-green: #25D366;
  --whatsapp-glow: 0 0 30px rgba(37, 211, 102, 0.45);

  /* Typography Colors */
  --text-primary: #ffffff;
  --text-secondary: #d8d0c2;
  --text-muted: #8c8273;

  /* Gold Hairline Borders */
  --border-subtle: rgba(212, 175, 55, 0.22);
  --border-royal: rgba(212, 175, 55, 0.55);
  --border-gold: rgba(212, 175, 55, 0.65);
  --border-gold-bright: rgba(255, 245, 215, 0.85);

  /* Typography */
  --font-royal: 'Cinzel Decorative', cursive;
  --font-heading: 'Cinzel', serif;
  --font-serif: 'Cormorant Garamond', serif;
  --font-body: 'Outfit', sans-serif;

  /* Motion & Radius */
  --transition-fast: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-medium: 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 0.8s cubic-bezier(0.16, 1, 0.3, 1);

  --radius-sm: 10px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-full: 9999px;

  --shadow-royal: 0 25px 60px rgba(0, 0, 0, 0.95), 0 0 35px rgba(212, 175, 55, 0.18), inset 0 1px 1px rgba(255, 245, 215, 0.15);
  --shadow-card: 0 15px 40px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 245, 215, 0.1);
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-obsidian);
  color: var(--text-primary);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body {
  line-height: 1.7;
  min-height: 100vh;
  position: relative;
  background: radial-gradient(circle at 50% -5%, #241a0d 0%, #0d0a12 38%, var(--bg-obsidian) 100%);
  color: var(--text-primary);
}

/* Luxury Custom Scrollbar */
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: var(--bg-obsidian);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #d4af37, #785212);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffd700;
}

/* Containers */
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Shimmer Text Gradients */
.text-gold-gradient {
  background: linear-gradient(135deg, #fff5db 0%, #ffd700 30%, #d4af37 60%, #fff5db 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s linear infinite;
  display: inline-block;
}

.text-royal-blue {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

@keyframes shine {
  to { background-position: 200% center; }
}

.text-royal {
  font-family: var(--font-royal);
}

.section-tag {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-primary);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.section-tag::before, .section-tag::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 35px;
  background: var(--gold-gradient);
  opacity: 0.8;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  color: var(--text-primary);
  text-shadow: 0 5px 25px rgba(0, 0, 0, 0.9);
}

.section-subtitle {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--text-secondary);
  max-width: 750px;
  margin: 0 auto 3.5rem auto;
  line-height: 1.7;
  font-style: italic;
}

/* Canvas Background */
#gold-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}

/* Royal Luxury Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.1rem 2.2rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all var(--transition-fast);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

/* Gold Foil Primary Button */
.btn-gold {
  background: var(--gold-foil);
  color: #080603;
  font-weight: 900;
  border: 1px solid rgba(255, 245, 215, 0.7);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.btn-gold:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #000000;
}

/* Royal Velvet Obsidian Button */
.btn-royal-blue {
  background: linear-gradient(135deg, rgba(28, 22, 38, 0.92) 0%, rgba(12, 10, 18, 0.98) 100%);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-weight: 800;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.8), var(--gold-glow);
  backdrop-filter: blur(14px);
}
.btn-royal-blue:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: var(--gold-light);
  box-shadow: 0 14px 45px rgba(212, 175, 55, 0.5), inset 0 1px 0 rgba(255, 245, 215, 0.3);
  color: #ffffff;
}

.btn-crimson {
  background: linear-gradient(135deg, #d4224c 0%, #7a0018 100%);
  color: #ffffff;
  font-weight: 800;
  border: 1px solid rgba(255, 117, 151, 0.5);
  box-shadow: 0 8px 30px rgba(212, 34, 76, 0.5);
}
.btn-crimson:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 40px rgba(212, 34, 76, 0.8);
  color: #ffffff;
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #159c47 100%);
  color: #ffffff;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: var(--whatsapp-glow);
}
.btn-whatsapp:hover {
  background: linear-gradient(135deg, #2cf076 0%, #1eb857 100%);
  color: #ffffff;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 40px rgba(37, 211, 102, 0.7);
}

.btn-outline-royal {
  background: rgba(16, 13, 22, 0.85);
  border-color: var(--border-gold);
  color: var(--gold-light);
  backdrop-filter: blur(12px);
}
.btn-outline-royal:hover {
  border-color: var(--gold-light);
  background: rgba(212, 175, 55, 0.2);
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: var(--gold-glow);
}

/* Floating WhatsApp Button */
.whatsapp-float-btn {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 999;
  background: linear-gradient(135deg, #25D366 0%, #178a3f 100%);
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  box-shadow: 0 10px 35px rgba(37, 211, 102, 0.6), 0 0 20px rgba(212, 175, 55, 0.3);
  text-decoration: none;
  transition: all var(--transition-fast);
  border: 2px solid rgba(255, 245, 215, 0.6);
  animation: pulse-wa 2s infinite ease-in-out;
}

@keyframes pulse-wa {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { transform: scale(1.06); box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.whatsapp-float-btn:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 15px 45px rgba(37, 211, 102, 0.9), 0 0 30px rgba(212, 175, 55, 0.6);
  color: #ffffff;
}

/* Royal Glass Card System */
.glass-card {
  background: var(--bg-card);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  transition: all var(--transition-medium);
  position: relative;
  overflow: hidden;
}
.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold-gradient);
  opacity: 0;
  transition: opacity var(--transition-fast);
}
.glass-card:hover {
  border-color: var(--border-gold);
  background: var(--bg-card-hover);
  box-shadow: var(--shadow-royal);
  transform: translateY(-6px);
}
.glass-card:hover::before {
  opacity: 1;
}

/* Header & Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.35rem 0;
  transition: all var(--transition-fast);
  background: linear-gradient(to bottom, rgba(4, 4, 7, 0.98), rgba(4, 4, 7, 0.85) 80%, transparent);
}
.navbar.scrolled {
  padding: 0.9rem 0;
  background: rgba(6, 5, 9, 0.96);
  backdrop-filter: blur(28px);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.95), 0 0 25px rgba(212, 175, 55, 0.1);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.official-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.65));
  transition: transform var(--transition-fast);
}
.brand-logo:hover .official-logo-img {
  transform: scale(1.08);
  filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.9));
}
.hero-logo-large {
  max-width: 240px;
  height: auto;
  margin: 0 auto 1.75rem auto;
  display: block;
  filter: drop-shadow(0 0 35px rgba(212, 175, 55, 0.8));
  animation: logo-glow 3s infinite ease-in-out alternate;
}
@keyframes logo-glow {
  from { filter: drop-shadow(0 0 25px rgba(212, 175, 55, 0.65)); transform: scale(1); }
  to { filter: drop-shadow(0 0 50px rgba(255, 215, 0, 0.95)); transform: scale(1.03); }
}

.brand-logo .logo-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.brand-logo .logo-main {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: var(--gold-light);
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.4);
}
.brand-logo .logo-sub {
  font-size: 0.65rem;
  letter-spacing: 0.38em;
  color: var(--gold-primary);
  text-transform: uppercase;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  list-style: none;
}
.nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color var(--transition-fast);
  position: relative;
}
.nav-link:hover, .nav-link.active {
  color: var(--gold-light);
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-gradient);
  transition: width var(--transition-fast);
}
.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

/* Sound Button */
.audio-toggle-btn {
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: all var(--transition-fast);
}
.audio-toggle-btn:hover {
  background: rgba(212, 175, 55, 0.28);
  box-shadow: var(--gold-glow);
}
.audio-pulse {
  width: 9px;
  height: 9px;
  background: var(--gold-primary);
  border-radius: 50%;
  display: inline-block;
}
.audio-toggle-btn.playing .audio-pulse {
  animation: pulse-glow 1.2s infinite ease-in-out;
  background: #00ff88;
}

@keyframes pulse-glow {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
  70% { transform: scale(1.3); box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 255, 136, 0); }
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9rem 0 6rem 0;
  background: url('./assets/hero_bg.png') center/cover no-repeat;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(14, 11, 8, 0.5) 0%, rgba(4, 4, 7, 0.96) 88%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 960px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 1.75rem;
  background: rgba(212, 175, 55, 0.14);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 2rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.25);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 1.75rem;
  text-shadow: 0 10px 45px rgba(0, 0, 0, 0.95);
}

.hero-description {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  color: #ede5d8;
  margin-bottom: 2.75rem;
  line-height: 1.65;
  font-style: italic;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 2rem 2.5rem;
  background: rgba(18, 14, 25, 0.92);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-royal);
}

.stat-item .stat-number {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 900;
  color: var(--gold-light);
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.6);
}
.stat-item .stat-label {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

/* Feature Cards Section */
.features-section {
  padding: 7rem 0;
  position: relative;
  z-index: 2;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.25rem;
}

.feature-card {
  padding: 3rem 2.25rem;
  text-align: left;
}
.feature-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--bg-glass-gold);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  color: var(--gold-light);
  margin-bottom: 1.75rem;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.35);
}
.feature-card h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  margin-bottom: 0.85rem;
  color: var(--text-primary);
}
/* Upcoming Events & SortMyScene Ticketing Section */
.upcoming-events-section {
  padding: 7rem 0;
  position: relative;
  z-index: 2;
  background: radial-gradient(circle at 50% 30%, rgba(212, 175, 55, 0.1) 0%, rgba(14, 11, 20, 0.7) 60%, transparent 100%);
}

.sortmyscene-banner {
  background: linear-gradient(135deg, rgba(28, 20, 38, 0.95) 0%, rgba(10, 8, 14, 0.98) 100%);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 3rem 2.5rem;
  margin-bottom: 3.5rem;
  box-shadow: var(--shadow-royal);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.sortmyscene-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold-gradient);
}
.sortmyscene-info {
  max-width: 620px;
}
.sortmyscene-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  background: rgba(212, 175, 55, 0.16);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--gold-light);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.sortmyscene-info h3 {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}
.sortmyscene-info p {
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.6;
}

.event-day-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.25rem;
}

.event-day-card {
  padding: 3rem 2.25rem;
  text-align: left;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  transition: all var(--transition-medium);
  display: flex;
  flex-direction: column;
}
.event-day-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-royal);
  background: var(--bg-card-hover);
}

.event-day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.event-day-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--bg-glass-gold);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--gold-light);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.day-badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
}
.day-badge-weekday {
  background: rgba(0, 82, 212, 0.18);
  border: 1px solid var(--border-royal);
  color: var(--royal-blue-light);
}
.day-badge-weekend {
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
}

.event-day-card h3 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: var(--gold-light);
  margin-bottom: 0.75rem;
}
.event-day-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.event-day-perks {
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-grow: 1;
}
.event-day-perks li {
  font-size: 0.9rem;
  color: var(--text-secondary);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.5;
}
.event-day-perks li i {
  color: var(--gold-primary);
  margin-top: 0.25rem;
  flex-shrink: 0;
}

/* Celebrity & Major Events Showcase Section */
.celebrity-events-section {
  padding: 7.5rem 0;
  position: relative;
  z-index: 2;
  background: radial-gradient(circle at 50% 20%, rgba(212, 175, 55, 0.1) 0%, rgba(10, 8, 14, 0.6) 60%, transparent 100%);
}

.events-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
}

.event-showcase-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  transition: all var(--transition-medium);
  display: flex;
  flex-direction: column;
}
.event-showcase-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-royal);
  background: var(--bg-card-hover);
}

.event-img-wrap {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.event-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.event-showcase-card:hover .event-img-wrap img {
  transform: scale(1.08);
}

.event-badge-overlay {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.45rem 1rem;
  background: rgba(4, 4, 7, 0.88);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--gold-light);
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
}

.event-info-box {
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
}
.event-info-box h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--gold-light);
  margin-bottom: 0.75rem;
}
.event-info-box p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.event-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.event-tag-item {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold-primary);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 0.25rem 0.7rem;
  border-radius: var(--radius-sm);
  letter-spacing: 0.05em;
}

/* Collaborations & Brand Partnerships Section */
.collab-section {
  padding: 7.5rem 0;
  position: relative;
  z-index: 2;
  background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.08) 0%, rgba(18, 14, 25, 0.5) 50%, transparent 80%);
}

.collab-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.25rem;
  margin-bottom: 4rem;
}

.collab-card {
  padding: 3rem 2.25rem;
  text-align: left;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  transition: all var(--transition-medium);
  display: flex;
  flex-direction: column;
}
.collab-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-royal);
  background: var(--bg-card-hover);
}

.collab-icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--bg-glass-gold);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  color: var(--gold-light);
  margin-bottom: 1.75rem;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.35);
}

.collab-card h3 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: var(--gold-light);
  margin-bottom: 0.85rem;
}

.collab-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.collab-perks-list {
  list-style: none;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.collab-perks-list li {
  font-size: 0.9rem;
  color: var(--text-secondary);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.5;
}
.collab-perks-list li i {
  color: var(--gold-primary);
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.collab-cta-box {
  padding: 3.5rem 2.5rem;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--border-gold);
  background: rgba(18, 14, 25, 0.95);
  box-shadow: var(--shadow-royal);
}

/* Hiring / Work With Forbidden Section */
.hiring-section {
  padding: 7rem 0;
  position: relative;
  z-index: 2;
  background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.12) 0%, rgba(26, 18, 10, 0.4) 50%, transparent 80%);
}

.hiring-intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.hiring-info-card {
  padding: 2.75rem 2.25rem;
  text-align: left;
}

.hiring-info-card h3 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: var(--gold-light);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hiring-info-card p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

.hiring-highlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  background: rgba(212, 175, 55, 0.14);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 0.1em;
  margin-top: 1.35rem;
}

.perks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
  margin-bottom: 4rem;
}

.perk-card {
  padding: 2.25rem 2rem;
  text-align: left;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  transition: all var(--transition-medium);
  display: flex;
  gap: 1.35rem;
  align-items: flex-start;
}

.perk-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-royal);
  background: var(--bg-card-hover);
}

.perk-emoji-box {
  font-size: 2.2rem;
  line-height: 1;
  flex-shrink: 0;
  padding: 0.75rem;
  background: rgba(212, 175, 55, 0.14);
  border: 1px solid var(--border-gold);
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.perk-content h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--gold-light);
  margin-bottom: 0.4rem;
}

.perk-content p {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.hiring-apply-box {
  padding: 3.5rem 2.5rem;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid var(--border-gold);
  background: rgba(18, 14, 25, 0.95);
  box-shadow: var(--shadow-royal);
}

.form-group {
  margin-bottom: 1.65rem;
  text-align: left;
}
.form-group label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.6rem;
  font-weight: 700;
}
.form-control {
  width: 100%;
  padding: 1rem 1.35rem;
  background: rgba(8, 6, 12, 0.9);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  outline: none;
  transition: all var(--transition-fast);
}
.form-control:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.35);
  background: rgba(12, 9, 18, 0.95);
}

/* FAQ & Contact Section */
.faq-section {
  padding: 7rem 0;
  position: relative;
  z-index: 2;
}

.faq-grid {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.faq-item {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  overflow: hidden;
  transition: all var(--transition-fast);
}
.faq-item:hover {
  border-color: var(--border-gold);
}
.faq-question {
  padding: 1.65rem;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-primary);
  transition: color var(--transition-fast);
}
.faq-question:hover {
  color: var(--gold-light);
}
.faq-answer {
  padding: 0 1.65rem 1.65rem 1.65rem;
  color: var(--text-secondary);
  font-size: 0.98rem;
  display: none;
  line-height: 1.7;
}
.faq-item.active {
  border-color: var(--border-gold);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.15);
}
.faq-item.active .faq-answer {
  display: block;
}

/* Footer */
.footer {
  padding: 6rem 0 2.5rem 0;
  border-top: 1px solid var(--border-subtle);
  background: #020205;
  position: relative;
  z-index: 2;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 3.5rem;
  margin-bottom: 4.5rem;
  text-align: left;
}
.footer-col h4 {
  font-family: var(--font-heading);
  color: var(--gold-light);
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.12em;
}
.footer-col p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.footer-links {
  list-style: none;
}
.footer-links li {
  margin-bottom: 0.85rem;
}
.footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color var(--transition-fast);
}
.footer-links a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  padding-top: 2.25rem;
  border-top: 1px solid rgba(212, 175, 55, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
}

/* Modals */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 4, 7, 0.95);
  backdrop-filter: blur(28px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-fast);
}
.modal-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: #0d0a14;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  width: 90%;
  max-width: 620px;
  padding: 2.75rem;
  position: relative;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.95), var(--gold-glow);
  transform: translateY(20px);
  transition: transform var(--transition-fast);
  text-align: left;
}
.modal-backdrop.active .modal-content {
  transform: translateY(0);
}

.modal-close-btn {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 1.75rem;
  cursor: pointer;
  transition: color var(--transition-fast);
}
.modal-close-btn:hover {
  color: var(--gold-light);
}

/* Toast Notifications */
.toast-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.toast {
  padding: 1.1rem 1.65rem;
  background: rgba(18, 14, 25, 0.96);
  border: 1px solid var(--border-gold);
  border-left: 4px solid var(--gold-primary);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 0.95rem;
  box-shadow: var(--shadow-royal);
  backdrop-filter: blur(16px);
  animation: slide-in 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slide-in {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}



/* Instagram Social Proof Gallery */
.instagram-section {
  padding: 7rem 0;
  position: relative;
  z-index: 2;
  background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.08) 0%, rgba(10, 8, 14, 0.7) 60%, transparent 100%);
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
  margin-bottom: 3.5rem;
}

.insta-card {
  position: relative;
  height: 320px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  transition: all var(--transition-medium);
}
.insta-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.insta-card:hover img {
  transform: scale(1.1);
}
.insta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 4, 7, 0.95) 0%, rgba(4, 4, 7, 0.3) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.75rem 1.5rem;
  opacity: 0.92;
  transition: opacity var(--transition-fast);
}
.insta-card:hover .insta-overlay {
  opacity: 1;
}
.insta-handle {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--gold-light);
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.insta-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.insta-cta-box {
  padding: 3rem 2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-gold);
  background: rgba(18, 14, 25, 0.95);
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  box-shadow: var(--shadow-royal);
}

/* Mobile Navigation Button & Drawer */
.mobile-nav-toggle {
  display: none;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 1.35rem;
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition-fast);
}
.mobile-nav-toggle:hover {
  background: rgba(212, 175, 55, 0.25);
  box-shadow: var(--gold-glow);
}

.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 4, 7, 0.85);
  backdrop-filter: blur(12px);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-fast);
}
.mobile-drawer-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 360px;
  height: 100vh;
  background: #08060c;
  border-left: 1px solid var(--border-gold);
  z-index: 1200;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--transition-medium);
  box-shadow: -15px 0 45px rgba(0, 0, 0, 0.95);
  overflow-y: auto;
}
.mobile-drawer.active {
  transform: translateX(0);
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 1.5rem;
}
.mobile-drawer-close {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 2rem;
  cursor: pointer;
  transition: color var(--transition-fast);
}
.mobile-drawer-close:hover {
  color: var(--gold-light);
}

.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  flex-grow: 1;
}
.mobile-nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  padding: 0.4rem 0;
  transition: color var(--transition-fast);
}
.mobile-nav-link:hover, .mobile-nav-link.active {
  color: var(--gold-light);
}

.mobile-drawer-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-subtle);
}

/* Responsive Queries */
@media (max-width: 992px) {
  .nav-links {
    display: none;
  }
  .mobile-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .audio-toggle-btn .audio-text {
    display: none;
  }
}
