:root {
  color-scheme: dark;
  font-family: "Impact", "Arial Black", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #f8fafc;
  background: #090909;
  --surface: rgba(10, 10, 10, 0.96);
  --surface-soft: rgba(20, 20, 20, 0.92);
  --primary: #dc2657;
  --primary-soft: rgba(220, 38, 38, 0.18);
  --accent: #9ca3af;
  --text-muted: #9ca3af;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.92), rgba(5, 5, 5, 0.95)), url("https://scontent.fprg5-1.fna.fbcdn.net/v/t39.30808-6/491739282_1269507718511301_8913795730992825340_n.jpg?stp=dst-jpg_tt6&cstp=mx2048x1152&ctp=s2048x1152&_nc_cat=108&ccb=1-7&_nc_sid=cc71e4&_nc_ohc=_AOYBcr1x1oQ7kNvwG96Kgy&_nc_oc=Adr0E2or2ggWhOW6guL2yiyKEEKXdGZg0LaqqzTTQtn5wozq5KURzGicdPKSltpyROA&_nc_zt=23&_nc_ht=scontent.fprg5-1.fna&_nc_gid=unw6sO1x94SmCBa6RBThFg&_nc_ss=7b2a8&oh=00_AQDk7TbEa0SFYcO1MJOHLY7hvJRNVq1mSGCHdH3QaxY3tA&oe=6A5BD3AF");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-strip {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  align-items: center;
}

.image-strip img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 42rem;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  backdrop-filter: blur(16px);
  background: rgba(8, 8, 8, 0.96);
  border-bottom: 1px solid rgba(220, 38, 38, 0.18);
}

.hero-banner {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1.5rem 0;
  background: radial-gradient(circle at center, rgba(220, 38, 38, 0.12), transparent 40%), rgba(10, 10, 10, 0.95);
  border-bottom: 1px solid rgba(220, 38, 38, 0.2);
}

.hero-banner-copy {
  max-width: 64rem;
  width: 100%;
  text-align: center;
  display: grid;
  gap: 0.85rem;
}

.hero-banner-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-banner-copy p {
  margin: 0;
  color: var(--text-muted);
}

.hero-banner-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.video-section {
  padding: 1.5rem 1.5rem 0;
  background: rgba(4, 6, 24, 0.94);
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #000;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-fallback {
  max-width: min(100%, 1000px);
  margin: 1rem auto 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  text-align: center;
}

.video-fallback a {
  color: var(--primary);
  text-decoration: underline;
}

.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #111111, #6b7280);
  color: #f8fafc;
  font-weight: 900;
}

.eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--primary);
}

.site-header h1 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.site-nav {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.site-nav a {
  color: #cbd5ff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: #fff;
}

.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  padding: 0.5rem;
}

.menu-toggle span {
  display: block;
  width: 1.8rem;
  height: 2px;
  margin: 0.35rem 0;
  background: #fff;
  border-radius: 999px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 2rem;
  align-items: center;
  padding: 4rem 1.5rem 2.5rem;
}

.hero-copy h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow: 0 0 18px rgba(220, 38, 38, 0.25);
}

.hero-copy p {
  max-width: 46rem;
  margin: 1.5rem 0 0;
  color: var(--text-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.5rem;
  border-radius: 0.85rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
}

.button-primary {
  background: linear-gradient(135deg, var(--primary), #7f1d1d);
  color: #fff;
  border-color: rgba(220, 38, 38, 0.32);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}

.hero-image {
  display: flex;
  justify-content: flex-end;
}

.hero-card {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  width: min(26rem, 100%);
  background: rgba(14, 14, 14, 0.95);
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 1.5rem;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.45);
}

.hero-card-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.hero-card-copy {
  min-width: 0;
}

.hero-card-thumb {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 1rem;
  display: block;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-card-footer {
  display: grid;
  gap: 1rem;
}

.card-label {
  margin: 0 0 0.75rem;
  color: var(--primary);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.hero-card h3 {
  margin: 0;
  font-size: 2rem;
}

.hero-card p {
  color: var(--text-muted);
  margin: 1rem 0 1.5rem;
}

.metrics {
  display: flex;
  gap: 1.5rem;
}

.metrics div {
  min-width: 0;
}

.metrics strong {
  display: block;
  font-size: 1.4rem;
}

.feature-grid,
.music-section,
.tour-section,
.contact-section {
  padding: 2rem 1.5rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.feature-grid article,
.tour-list article,
.track-card,
.contact-form {
  background: rgba(12, 12, 12, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.75rem;
  padding: 1.75rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.feature-grid h3,
.section-heading h2 {
  margin: 0 0 1rem;
}

.feature-grid p,
.music-copy p,
.contact-grid > div p {
  margin: 0;
  color: var(--text-muted);
}

.section-heading {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.photo-gallery {
  padding: 2rem 1.5rem;
  background: rgba(8, 8, 8, 0.94);
  border-top: 1px solid rgba(220, 38, 38, 0.18);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transition: transform 0.3s ease;
}

.gallery-grid a:hover img {
  transform: scale(1.03);
}

.gallery-actions {
  margin-top: 1.5rem;
  text-align: center;
}

.contact-button {
  justify-content: flex-start;
  width: fit-content;
  min-height: 2.25rem;
  padding: 0 1rem;
  font-size: 0.95rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0;
}

.music-content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.5rem;
}

.track-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.track-title {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}

.track-desc {
  margin: 0;
  color: var(--text-muted);
}

.audio-visualizer {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  min-height: 8rem;
  padding: 1rem 0;
}

.audio-visualizer span {
  flex: 1;
  height: var(--h);
  background: linear-gradient(180deg, #dc2626, #4b5563);
  border-radius: 999px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.stats-row strong {
  display: block;
  font-size: 1.6rem;
}

.tour-list {
  display: grid;
  gap: 1rem;
}

.tour-list article {
  display: grid;
  gap: 0.5rem;
}

.tour-date {
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.tour-city,
.tour-venue {
  margin: 0;
  color: var(--text-muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr minmax(0, 0.9fr);
  gap: 1.5rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  font-size: 0.95rem;
  color: #f8fafc;
}

.contact-form input {
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-links a {
  color: #d8b4fe;
  text-decoration: none;
}

.site-footer {
  padding: 1.5rem;
  text-align: center;
  color: var(--text-muted);
}

@media (max-width: 960px) {
  .hero,
  .music-content,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 3rem;
  }
}

@media (max-width: 720px) {
  .site-header {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav.closed {
    display: none;
  }
}
