:root {
  /* Colors */
  --stage-black: #07070b;
  --stage-darker: #0c0d14;
  --stage-surface: #13141e;
  --stage-surface-glass: rgba(19, 20, 30, 0.82);
  --stage-border: rgba(255, 60, 20, 0.28);
  --stage-border-light: rgba(255, 255, 255, 0.08);

  --rebel-crimson: #ff2a14;
  --rebel-flame: #ff4d29;
  --tube-amber: #ff8c00;
  --cymbal-gold: #ffc83b;
  --raw-chrome: #e4e7f3;
  --smoked-silver: #8c90a4;

  /* Typography */
  --font-headline: "Bebas Neue", sans-serif;
  --font-display: "Cinzel Decorative", serif;
  --font-sub: "Rajdhani", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Global Reset & Base */
html {
  scroll-behavior: smooth;
}

body.stage-dark {
  background-color: var(--stage-black);
  color: var(--raw-chrome);
  font-family: var(--font-body);
  overflow-x: hidden;
  line-height: 1.6;
}

/* Typography Classes */
.font-impact {
  font-family: var(--font-headline);
  letter-spacing: 1.5px;
}

.font-rebel {
  font-family: var(--font-display);
}

.font-sub {
  font-family: var(--font-sub);
  letter-spacing: 1px;
}

.text-flame { color: var(--rebel-flame) !important; }
.text-amber { color: var(--tube-amber) !important; }
.text-gold { color: var(--cymbal-gold) !important; }
.text-chrome { color: var(--raw-chrome) !important; }
.text-smoked { color: var(--smoked-silver) !important; }

.gradient-rock-text {
  background: linear-gradient(135deg, #ffffff 0%, var(--tube-amber) 50%, var(--rebel-crimson) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Navigation */
.nav-glass-wrapper {
  background: rgba(7, 7, 11, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--stage-border);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  z-index: 1030;
}

.brand-crest-thumb {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--tube-amber);
  box-shadow: 0 0 12px rgba(255, 140, 0, 0.4);
  object-fit: cover;
}

.brand-title {
  font-family: var(--font-headline);
  font-size: 1.8rem;
  letter-spacing: 2px;
  color: var(--raw-chrome);
  text-shadow: 0 0 10px rgba(255, 42, 20, 0.6);
}

.nav-pills-rock .nav-link {
  color: var(--smoked-silver);
  font-family: var(--font-sub);
  font-weight: 600;
  font-size: 1.05rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  transition: all 0.25s ease;
  position: relative;
}

.nav-pills-rock .nav-link:hover,
.nav-pills-rock .nav-link:focus {
  color: #fff;
  text-shadow: 0 0 8px var(--tube-amber);
}

/* Buttons */
.btn-rebel-glow {
  background: linear-gradient(135deg, var(--rebel-crimson) 0%, #b31200 100%);
  color: #fff !important;
  font-family: var(--font-headline);
  letter-spacing: 1.5px;
  border: 1px solid #ff5533;
  box-shadow: 0 0 15px rgba(255, 42, 20, 0.45);
  transition: all 0.3s ease;
  border-radius: 4px;
}

.btn-rebel-glow:hover {
  background: linear-gradient(135deg, #ff452b 0%, #d41700 100%);
  box-shadow: 0 0 25px rgba(255, 42, 20, 0.75);
  transform: translateY(-2px);
}

.btn-stage-outline {
  background: rgba(19, 20, 30, 0.6);
  color: var(--raw-chrome) !important;
  font-family: var(--font-headline);
  letter-spacing: 1.5px;
  border: 1px solid rgba(255, 140, 0, 0.5);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  border-radius: 4px;
}

.btn-stage-outline:hover {
  background: rgba(255, 140, 0, 0.15);
  color: #fff !important;
  border-color: var(--tube-amber);
  box-shadow: 0 0 18px rgba(255, 140, 0, 0.4);
  transform: translateY(-2px);
}

/* Hero Section */
.hero-rock-section {
  position: relative;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(7, 7, 11, 0.65) 0%, rgba(7, 7, 11, 0.85) 70%, var(--stage-black) 100%),
              url("/images/stage-hero.jpg") center/cover no-repeat fixed;
}

.hero-crest-wrap {
  position: relative;
  display: inline-block;
}

.hero-crest-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 3px solid var(--tube-amber);
  box-shadow: 0 0 35px rgba(255, 60, 20, 0.6), inset 0 0 20px rgba(255, 140, 0, 0.4);
  object-fit: cover;
  animation: pulse-crest 4s infinite alternate ease-in-out;
}

@keyframes pulse-crest {
  0% { transform: scale(1); box-shadow: 0 0 25px rgba(255, 60, 20, 0.5); }
  100% { transform: scale(1.03); box-shadow: 0 0 45px rgba(255, 140, 0, 0.8); }
}

.hero-display-title {
  font-family: var(--font-headline);
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero-tagline {
  font-family: var(--font-sub);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--tube-amber);
  text-shadow: 0 0 12px rgba(255, 140, 0, 0.5);
  margin-bottom: 2rem;
}

/* Cards & Surfaces */
.stage-card {
  background: var(--stage-surface-glass);
  backdrop-filter: blur(12px);
  border: 1px solid var(--stage-border);
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.stage-card:hover {
  border-color: rgba(255, 140, 0, 0.5);
  box-shadow: 0 12px 32px rgba(255, 42, 20, 0.2);
  transform: translateY(-3px);
}

.border-stage {
  border-color: var(--stage-border) !important;
}

.border-top-stage {
  border-top: 1px solid var(--stage-border);
}

/* Audio Player Section */
.rock-player-box {
  background: linear-gradient(145deg, #181a26 0%, #0d0e14 100%);
  border: 2px solid #2e3040;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.8), 0 10px 30px rgba(0,0,0,0.6);
  position: relative;
}

.amp-knob-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sub);
  font-size: 0.85rem;
  text-transform: uppercase;
  color: var(--tube-amber);
}

.amp-led {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--rebel-crimson);
  box-shadow: 0 0 10px var(--rebel-crimson);
  display: inline-block;
  animation: blink-led 2s infinite ease-in-out;
}

@keyframes blink-led {
  0%, 100% { opacity: 1; filter: brightness(1.2); }
  50% { opacity: 0.6; filter: brightness(0.8); }
}

.btn-play-rock {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rebel-crimson), #b31200);
  border: 2px solid #ff6644;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(255, 42, 20, 0.5);
  transition: all 0.25s ease;
}

.btn-play-rock:hover {
  transform: scale(1.08);
  box-shadow: 0 0 28px rgba(255, 42, 20, 0.8);
}

.wave-visualizer-canvas {
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Tour Dates */
.gig-row {
  background: rgba(19, 20, 30, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 4px solid var(--tube-amber);
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  transition: all 0.25s ease;
}

.gig-row:hover {
  background: rgba(28, 30, 44, 0.8);
  border-left-color: var(--rebel-crimson);
  transform: translateX(4px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.gig-date-badge {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--stage-border);
  border-radius: 6px;
  min-width: 90px;
  padding: 0.5rem;
  text-align: center;
}

.gig-day {
  font-family: var(--font-headline);
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
}

.gig-month {
  font-family: var(--font-sub);
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--tube-amber);
}

/* Band Members */
.member-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: var(--stage-surface);
  border: 1px solid var(--stage-border);
  transition: all 0.3s ease;
}

.member-card:hover {
  border-color: var(--tube-amber);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(255, 140, 0, 0.2);
}

.member-avatar-box {
  position: relative;
  height: 240px;
  background: linear-gradient(180deg, #1b1d2a 0%, #0c0d14 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.member-avatar-box i {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.member-card:hover .member-avatar-box i {
  color: var(--tube-amber);
  transform: scale(1.1);
}

/* EPK Badges */
.epk-download-item {
  background: rgba(14, 15, 22, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1.25rem;
  transition: all 0.25s ease;
}

.epk-download-item:hover {
  border-color: var(--tube-amber);
  background: rgba(25, 27, 40, 0.8);
}

/* Merch Card */
.merch-thumb-box {
  height: 220px;
  background: #11121a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  position: relative;
}

.merch-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--rebel-crimson);
  color: #fff;
  font-family: var(--font-sub);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}

/* Footer & Socials */
.stage-footer {
  background: #040407;
}

.footer-logo-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid var(--tube-amber);
  object-fit: cover;
}

.social-pill {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--smoked-silver);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: all 0.25s ease;
  text-decoration: none;
}

.social-pill:hover {
  background: var(--rebel-crimson);
  color: #fff;
  border-color: var(--rebel-flame);
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(255, 42, 20, 0.4);
}

.hover-flame:hover {
  color: var(--rebel-flame) !important;
}

