﻿html, body, div, header, nav, ul, li, a, section, h1, h2, h3, p, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #0e0917;
  color: #f8fafc;
  line-height: 1.6;
}

/* Navigation Bar */
.navbar {
  position: sticky;
  top: 0;
  background-color: #0e0917;
  border-bottom: 1px solid #35264f;
  z-index: 1000;
}

.nav-container {
  max-width: 1100px;
  margin: auto;
  padding: 1.1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-weight: 800;
  letter-spacing: 2px;
  color: #f8fafc;
  text-decoration: none;
  font-size: 1.3rem;
}

.logo:hover {
  color: #39ff14;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin-left: 1.5rem;
}

.nav-links a {
  color: #c4b5fd;
  text-decoration: none;
  font-weight: 600;
}

.nav-links a:hover {
  color: #39ff14;
}

/* Hero Video Banner Section */
.hero {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 3rem 1.5rem;
  border-bottom: 1px solid #35264f;
  overflow: hidden;
}

.video-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0917;
  opacity: 0.75;
  z-index: 1;
}

.hero-content {
  z-index: 10;
  position: relative;
}

.hero h1 {
  font-size: 3.5rem;
  letter-spacing: 4px;
  margin-bottom: 0.5rem;
}

.tagline {
  font-size: 1.25rem;
  color: #c4b5fd;
  margin-bottom: 2rem;
  font-weight: 500;
}

.social-links {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.social-links a {
  color: #f8fafc;
  font-size: 1.8rem;
  margin: 0 0.75rem;
}

.social-links a:hover {
  color: #39ff14;
}

.cta-button {
  display: inline-block;
  background-color: #39ff14;
  color: #000000;
  padding: 0.85rem 2.2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
}

.cta-button:hover {
  background-color: #32e012;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.back-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Live Shows Section */
.shows-section {
  padding: 4rem 1.5rem;
  background-color: #0e0917;
  border-bottom: 1px solid #35264f;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.shows-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #f8fafc;
  letter-spacing: 2px;
}

.show-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(26, 17, 44, 0.8);
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid #35264f;
}

.show-date {
  font-size: 1.5rem;
  font-weight: 700;
  color: #39ff14;
  width: 100px;
}

.show-details {
  flex-grow: 1;
  text-align: left;
  padding: 0 1rem;
}

.show-details h3 {
  font-size: 1.25rem;
  color: #f8fafc;
  margin-bottom: 0.25rem;
}

.show-details p {
  color: #c4b5fd;
  font-size: 1rem;
}

.ticket-btn {
  display: inline-block;
  background-color: transparent;
  color: #39ff14;
  padding: 0.5rem 1.5rem;
  border: 2px solid #39ff14;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.ticket-btn:hover {
  background-color: #39ff14;
  color: #000000;
}

/* Music & Releases Section */
.music-section {
  padding: 4rem 1.5rem;
  background-color: #120c1f;
  border-bottom: 1px solid #35264f;
  text-align: center;
}

.music-section h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #f8fafc;
  letter-spacing: 2px;
}

.player-card {
  background-color: rgba(26, 17, 44, 0.8);
  padding: 2.5rem;
  border-radius: 8px;
  border: 1px solid #35264f;
  max-width: 600px;
  margin: 0 auto;
}

.player-card h3 {
  font-size: 1.5rem;
  color: #f8fafc;
  margin-bottom: 0.75rem;
}

.player-card p {
  color: #c4b5fd;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.platform-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

.youtube-btn {
  background-color: #ff0000;
  color: #ffffff;
}

.youtube-btn:hover {
  background-color: #cc0000;
}

.spotify-btn {
  background-color: #1db954;
  color: #000000;
}

.spotify-btn:hover {
  background-color: #1aa34a;
}
/* Footer */
.site-footer {
  padding: 2rem 1.5rem;
  background-color: #0e0917;
  text-align: center;
  color: #c4b5fd;
  font-size: 0.9rem;
  border-top: 1px solid #35264f;
}

.site-footer a {
  color: #39ff14;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}
.hero-bio {
  max-width: 750px;
  margin: 0 auto 1.5rem auto;
  padding: 1.2rem 1.5rem;
  background-color: rgba(14, 9, 23, 0.85);
  border: 1px solid #35264f;
  border-radius: 8px;
}

.hero-bio p {
  font-size: 1.05rem;
  color: #c4b5fd;
  line-height: 1.6;
  font-style: italic;
}
/* Responsive mobile adjustments for shows */
@media (max-width: 768px) {
  .show-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem;
  }

  .show-date {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }

  .show-details {
    padding: 0;
    width: 100%;
    margin-bottom: 0.75rem;
  }

  /* Target the venue title directly */
  .show-details h3 {
    color: #2dd4bf !important; /* solid vibrant teal */
    -webkit-text-fill-color: #2dd4bf !important;
    background: none !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
    font-size: 1.15rem;
    line-height: 1.4;
  }
}