body {
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  text-transform: lowercase;
}

.banner-container {
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
}

.logo {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 80%;
  max-height: 80%;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.8));
}

@media (max-width: 768px) {
  .banner-container {
    max-height: 300px;
  }

  .banner {
    max-height: 300px;
  }

  .logo {
    width: 90%;
    top: 80%;
  }
}

@media (max-width: 480px) {
  .banner-container {
    max-height: 200px;
  }

  .banner {
    max-height: 200px;
  }

  .logo {
    width: 95%;
    top: 75%;
  }
}

.links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 20px;
  max-width: 500px;
  margin: 0 auto;
  flex: 1;
}

.links h2 {
  color: #fff;
  margin: 30px 0 15px;
  font-size: 1.5em;
  letter-spacing: 2px;
}

.links h2:first-child {
  margin-top: 0;
}

.links a {
  background: #fff;
  color: #000;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s;
}

.links a:hover {
  background: #ccc;
}

.social-footer {
  background: #111;
  padding: 40px 20px;
  margin-top: 40px;
}

.social-links,
.streaming-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.section-icon {
  font-size: 24px;
  color: #fff;
  opacity: 0.8;
  margin-right: 15px;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-icon::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.social-links h3,
.streaming-links h3 {
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.social-links .icon-container,
.streaming-links .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.social-links a,
.streaming-links a {
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}

.social-links a:hover,
.streaming-links a:hover {
  color: #ccc;
  transform: translateY(-2px);
}

.copyright {
  color: #444;
  font-size: 0.9em;
  margin-top: 20px;
}

.credit {
  color: #444;
  font-size: 0.9em;
  margin-top: 8px;
}

.shows-section {
  padding: 40px 20px;
}

.shows-section h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.8em;
  letter-spacing: 2px;
}

.shows-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.show-card {
  position: relative;
  width: 300px;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
}

.show-card:hover {
  transform: translateY(-5px);
  opacity: 1;
}

.show-flyer {
  width: 100%;
  height: 0;
  padding-bottom: 141.4%; /* Creates a 1:1.414 ratio (A4 paper ratio) */
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 4px;
  overflow: hidden;
}

.show-flyer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.show-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #000;
  text-decoration: none;
  border-radius: 14px;
  transition: all 0.3s;
  opacity: 0.8;
  width: 120px;
  height: 120px;
  border: none;
}

.show-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.show-link img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: none;
  outline: none;
  /* Ensure consistent sizing and centering */
  display: block;
  margin: 0 auto;
  /* Add subtle filter to help balance visual weight */
  filter: contrast(1.1) brightness(1.05);
}

/* Remove the extra padding from ticket icon to match others */
.ticket-link img {
  padding-top: 0;
}

/* Try to balance the visual weight of the outline ticket icon */
.ticket-link img {
  filter: contrast(1.2) brightness(1.1);
}

/* Balance the solid fill icons */
.event-link img,
.share-link img {
  filter: contrast(1.05) brightness(0.98);
}

/* Add bottom padding to the event icon to balance it with the others */
.event-link img {
  padding-bottom: 8px;
}

.event-link {
  background: transparent;
  color: #fff;
}

.event-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.share-link {
  background: transparent;
  color: #fff;
}

.share-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.share-link img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: none;
  outline: none;
  /* Ensure consistent sizing and centering */
  display: block;
  margin: 0 auto;
}

.share-message {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  z-index: 10000;
  animation: slideIn 0.3s ease-out;
  display: flex;
  align-items: center;
  gap: 10px;
}

.share-message.success {
  background: rgba(76, 175, 80, 0.9);
}

.share-message.error {
  background: rgba(244, 67, 54, 0.9);
}

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

.past-shows-toggle {
  margin-top: 30px;
  text-align: center;
}

.toggle-button {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.toggle-button:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.toggle-button i {
  font-size: 1.1em;
}

.past-show {
  opacity: 0.5;
}

.past-show:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}

.past-show .show-link {
  display: none;
}

/* Clear break for past shows */
.past-shows-break {
  flex-basis: 100%;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}

.loading,
.error,
.no-content {
  text-align: center;
  padding: 20px;
  color: #fff;
}

.loading i {
  font-size: 2em;
  color: #666;
}

.error {
  color: #ff6b6b;
}

.error i {
  font-size: 2em;
  margin-bottom: 10px;
}

.no-content {
  color: #666;
  font-style: italic;
}

.show-flyer-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.show-flyer-link:hover {
  transform: scale(1.02);
}

.show-flyer-link:active {
  transform: scale(0.98);
}

/* Navbar Styles */
.main-nav {
  background-color: #000;
  padding: 15px 0;
  margin-bottom: 20px;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px 10px;
  transition: color 0.3s;
  position: relative;
  white-space: nowrap;
}

.main-nav a:hover {
  color: #ccc;
}

.main-nav a.active {
  color: #fff;
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0%,
    #fff 5%,
    rgba(255, 255, 255, 0.7) 12%,
    rgba(255, 255, 255, 0.85) 18%,
    #fff 25%,
    rgba(255, 255, 255, 0.65) 32%,
    #fff 38%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.7) 52%,
    #fff 58%,
    rgba(255, 255, 255, 0.75) 65%,
    #fff 72%,
    rgba(255, 255, 255, 0.8) 79%,
    rgba(255, 255, 255, 0.65) 86%,
    #fff 92%,
    rgba(255, 255, 255, 0.9) 100%
  );
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  .main-nav {
    padding: 10px 0;
  }

  .main-nav ul {
    gap: 15px;
    padding: 0 10px;
  }

  .main-nav a {
    font-size: 1em;
    padding: 5px 8px;
  }
}

@media screen and (max-width: 480px) {
  .main-nav ul {
    gap: 10px;
  }

  .main-nav a {
    font-size: 0.9em;
    padding: 5px 6px;
  }
}

/* Content Sections */
.content-section {
  display: none;
  padding: 20px;
}

.content-section.active {
  display: block;
}

/* Bio Section */
.bio-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.bio-image {
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.bio-image img {
  width: 100%;
  height: auto;
  display: block;
}

.bio-text {
  width: 100%;
  max-width: 600px;
  line-height: 1.6;
}

.bio-text p {
  margin: 0;
  padding: 0;
}

/* Music Section */
.music-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  text-align: center;
}

/* Videos Section */
.videos-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.video-card {
  background: #111;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-title {
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

/* Ticket Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background-color: #1a1a1a;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #333;
  width: 80%;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
}

.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

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

.ticket-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.ticket-option {
  background-color: #2a2a2a;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.ticket-option.has-savings {
  border-color: #4caf50;
  background-color: #2d2d2d;
  box-shadow: 0 0 15px rgba(76, 175, 80, 0.1);
}

.savings-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #4caf50;
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.9em;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
  transform: scale(1);
  transition: transform 0.2s ease;
}

.savings-badge:hover {
  transform: scale(1.05);
}

.ticket-option h3 {
  margin: 0 0 10px 0;
  color: #fff;
}

.ticket-price {
  color: #888;
  margin: 10px 0;
  font-size: 1.2em;
}

.ticket-option.has-savings .ticket-price {
  color: #4caf50;
  font-weight: bold;
}

.ticket-btn {
  background-color: #4a4a4a;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s;
}

.ticket-btn:hover {
  background-color: #666;
}

@media (min-width: 768px) {
  .ticket-options {
    flex-direction: row;
  }

  .ticket-option {
    flex: 1;
  }
}

.modal-content h2 {
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
}

.modal-subtitle {
  color: #888;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 1.1em;
}

/* History Section Styles */
.history-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.history-tab {
  background: none;
  border: none;
  color: #888;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.history-tab:hover {
  color: #fff;
}

.history-tab.active {
  color: #fff;
  border-bottom-color: transparent;
  position: relative;
}

.history-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0%,
    #fff 5%,
    rgba(255, 255, 255, 0.7) 12%,
    rgba(255, 255, 255, 0.85) 18%,
    #fff 25%,
    rgba(255, 255, 255, 0.65) 32%,
    #fff 38%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.7) 52%,
    #fff 58%,
    rgba(255, 255, 255, 0.75) 65%,
    #fff 72%,
    rgba(255, 255, 255, 0.8) 79%,
    rgba(255, 255, 255, 0.65) 86%,
    #fff 92%,
    rgba(255, 255, 255, 0.9) 100%
  );
  opacity: 0.4;
}

.heatmap-container {
  display: none;
  width: 100%;
  height: 70vh;
  min-height: 400px;
  max-height: 800px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.heatmap-container.active {
  display: block;
}

.heatmap-node {
  cursor: pointer;
  transition: all 0.3s ease;
}

.heatmap-node:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

.heatmap-label {
  font-family: "Montserrat", sans-serif;
  text-anchor: middle;
  pointer-events: none;
  transition: all 0.3s ease;
  fill: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.heatmap-tooltip {
  position: absolute;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  border-radius: 4px;
  font-size: 14px;
  pointer-events: none;
  z-index: 1000;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

/* Add responsive adjustments */
@media screen and (max-width: 768px) {
  .heatmap-container {
    height: 60vh;
    min-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .history-tabs {
    gap: 12px;
    padding: 0 10px;
  }

  .history-tab {
    font-size: 1em;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 480px) {
  .history-tabs {
    gap: 8px;
  }

  .history-tab {
    font-size: 0.9em;
    padding: 6px 12px;
  }
}

.press-kit {
  margin: 20px 0;
  text-align: center;
}

.press-kit-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.press-kit-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.press-kit-link i {
  font-size: 1.2em;
}

.press-kit-link span {
  font-size: 0.9em;
  letter-spacing: 0.5px;
}

.contact-container {
  max-width: 420px;
  margin: 0 auto;
  padding: 0 16px 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.contact-tab {
  background: none;
  border: none;
  color: #888;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  white-space: nowrap;
}

.contact-tab:hover {
  color: #fff;
}

.contact-tab.active {
  color: #fff;
  border-bottom-color: transparent;
  background: none;
  box-shadow: none;
  z-index: 1;
  position: relative;
}

.contact-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0%,
    #fff 5%,
    rgba(255, 255, 255, 0.7) 12%,
    rgba(255, 255, 255, 0.85) 18%,
    #fff 25%,
    rgba(255, 255, 255, 0.65) 32%,
    #fff 38%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.7) 52%,
    #fff 58%,
    rgba(255, 255, 255, 0.75) 65%,
    #fff 72%,
    rgba(255, 255, 255, 0.8) 79%,
    rgba(255, 255, 255, 0.65) 86%,
    #fff 92%,
    rgba(255, 255, 255, 0.9) 100%
  );
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  .contact-tabs {
    gap: 12px;
    padding: 0 10px;
  }

  .contact-tab {
    font-size: 1em;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 480px) {
  .contact-tabs {
    gap: 8px;
  }

  .contact-tab {
    font-size: 0.9em;
    padding: 6px 12px;
  }
}

.contact-form {
  width: 100%;
  background: rgba(30, 30, 30, 0.85);
  padding: 32px 28px 24px 28px;
  border-radius: 12px;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  color: #e0e0e0;
  font-size: 0.95em;
  /* font-weight: 500; */
  margin-bottom: 2px;
  letter-spacing: 0.5px;
  text-align: left;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: #fff;
  font-size: 1em;
  transition: border 0.2s, background 0.2s;
  font-family: inherit;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.submit-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: linear-gradient(90deg, #222 0%, #444 100%);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.7px;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  transition: background 0.2s, transform 0.2s;
  min-width: 0;
}

.submit-button:hover {
  background: linear-gradient(90deg, #333 0%, #666 100%);
  transform: translateY(-2px) scale(1.03);
}

.submit-button i {
  font-size: 1.1em;
}

.form-message {
  margin-top: 18px;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  border-radius: 6px;
  padding: 12px 0;
  transition: opacity 0.3s;
}

.form-message.success {
  color: #1ecb7a;
  background: rgba(30, 203, 122, 0.08);
  border: 1px solid #1ecb7a;
}

.form-message.error {
  color: #ff4d4f;
  background: rgba(255, 77, 79, 0.08);
  border: 1px solid #ff4d4f;
}

.required-label {
  font-weight: 700;
}
.optional-label {
  font-weight: 300;
}

button {
  text-transform: lowercase;
}

/* Featured Video Modal Styles */
.featured-video-modal {
  z-index: 2000;
}

.featured-video-content {
  max-width: 900px;
  padding: 30px;
  margin: 15% auto;
}

.featured-video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.featured-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .featured-video-modal[style*="display: block"],
  .featured-video-modal[style*="display: flex"] {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .featured-video-content {
    padding: 20px;
    width: 90%;
    margin: 0 !important;
  }

  .featured-video-content .close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    z-index: 2001;
    font-size: 32px;
    line-height: 1;
    padding: 0;
    margin: 0;
    cursor: pointer;
    touch-action: manipulation;
  }
}
