:root {
  --red: #e00231;
  --red-dark: #c5022b;
  --navy: #031322;
  --navy-2: #051f38;
  --ink: #010509;
  --muted: #ececee;
  --grey: #777;
  --white: #fff;
  --max: 1120px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Poppins, Arial, sans-serif;
  background: #000;
  color: var(--white);
  line-height: 1.55;
  min-height: 100vh;
}
img { max-width: 100%; height: auto; }
a { color: var(--red); text-decoration: none; }
a:hover { color: #fd1647; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}
.logo {
  flex: 0 0 auto;
  z-index: 2;
}
.logo img { width: 167px; height: 47px; object-fit: contain; }
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  margin-left: auto;
  z-index: 2;
}
.nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.nav a, .nav .drop-btn {
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
  font-weight: 600;
  padding: 10px 12px;
  display: inline-block;
  cursor: pointer;
  background: none;
  border: 0;
  font-family: inherit;
  text-align: left;
}
.nav a:hover, .nav .drop-btn:hover, .nav a.is-active { color: var(--red); }
.nav .drop { position: relative; }
.drop-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: 1px;
}
.nav .drop ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  background: #000;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  box-shadow: 0 12px 30px rgba(0,0,0,.4);
  z-index: 3;
}
@media (min-width: 901px) {
  .nav .drop:hover ul,
  .nav .drop:focus-within ul,
  .nav .drop.is-open ul { display: block; }
}
.nav .drop ul a {
  display: block;
  padding: 8px 16px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
}

.hero {
  position: relative;
  height: min(78vh, 740px);
  min-height: 560px;
  overflow: hidden;
  background: #000;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}
.hero-slide.is-on {
  opacity: 1;
  pointer-events: auto;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center bottom;
}
.hero-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 20px 64px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75), 0 8px 28px rgba(0, 0, 0, 0.55);
}
.hero-kicker {
  margin: 0 0 10px;
  letter-spacing: .22em;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 700;
}
.hero-title {
  margin: 0 0 12px;
  font-size: clamp(48px, 9vw, 96px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: .02em;
}
.hero-sub {
  margin: 0 0 28px;
  font-size: clamp(18px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  background: var(--red);
  color: #fff !important;
  padding: 11px 22px;
  font-weight: 700;
  letter-spacing: .08em;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.btn:hover { background: var(--red-dark); }
.btn-ghost { background: transparent; border: 1px solid #fff; }

.section { padding: 48px 0; }
.section h2, .page-title {
  text-align: center;
  color: #fff;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  margin: 0 0 18px;
}
.lede { text-align: center; max-width: 760px; margin: 0 auto 28px; color: var(--muted); }
.audio-legal {
  text-align: center;
  margin: 8px auto 0;
  color: var(--muted);
  white-space: nowrap;
  font-size: clamp(11px, 1.35vw, 16px);
}
.prose { max-width: 760px; margin: 0 auto; color: var(--muted); }
.prose strong { color: #fff; }
.prose p { margin: 0 0 18px; }
.welcome {
  position: relative;
  background: #000;
}
.welcome-bg {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.welcome-copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 4vw 28px 2vw;
  color: var(--muted);
  font-size: clamp(13px, 1.15vw, 16px);
  line-height: 1.5;
}
.welcome-copy h2 {
  text-align: left;
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--red);
}
.welcome-copy p { margin: 0 0 10px; }
.welcome-copy ul { margin: 0 0 10px; padding-left: 1.2em; }
.welcome-copy strong { color: #fff; }
.two-col {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: start;
}
.next-gig {
  background: var(--ink);
  border: 1px solid rgba(224,2,49,.4);
  padding: 24px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.next-gig h3 { color: var(--red); margin-top: 0; letter-spacing: .12em; }
.band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.band-card {
  text-align: center;
  background: var(--navy-2);
  padding: 12px;
}
.band-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: grayscale(15%);
}
.band-card h3 { margin: 12px 0 0; font-size: 18px; }
.band-card p { margin: 4px 0 8px; color: var(--grey); font-size: 13px; }

.wrap-gigs { width: min(1480px, calc(100% - 32px)); }
.gig-list { max-width: none; margin: 0 auto; }
.gig-row {
  text-align: center;
  padding: 12px 8px 8px;
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.45;
  white-space: nowrap;
}
.gig-row .gig-dash { color: var(--red); font-style: normal; }
.gig-row .gig-event { color: #fff; font-style: normal; }
.gig-row a.gig-event:hover { color: var(--red); }
.gig-row.past { color: #919191; font-style: italic; }
.gig-row.past .gig-dash { color: #919191; }
.gig-rule {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  width: 50%;
  margin: 6px auto 10px;
}
.gig-year-break {
  margin: 42px 0 28px;
}
.gig-year-break hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  margin: 0;
}
.vv-gallery {
  column-count: 5;
  column-gap: 5px;
}
.vv-gallery-item {
  display: block;
  break-inside: avoid;
  margin: 0 0 5px;
  background: #000;
}
.vv-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
.vv-gallery-item:hover img {
  opacity: 0.85;
}
.vv-gallery-pages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 8px;
  font-weight: 600;
}
.vv-gallery-pages a.is-current { color: #fff; }
.vv-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 56px;
}
.vv-lightbox[hidden] { display: none !important; }
.vv-lightbox img {
  max-width: min(92vw, 1200px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
.vv-lightbox-close,
.vv-lightbox-prev,
.vv-lightbox-next {
  position: absolute;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 36px;
  line-height: 1;
  padding: 8px 12px;
}
.vv-lightbox-close { top: 12px; right: 16px; font-size: 42px; }
.vv-lightbox-prev { left: 8px; }
.vv-lightbox-next { right: 8px; }
@media (max-width: 1039px) {
  .vv-gallery { column-count: 5; }
}
@media (max-width: 767px) {
  .vv-gallery { column-count: 4; }
  .vv-lightbox { padding: 56px 12px; }
  .vv-lightbox-prev, .vv-lightbox-next { font-size: 28px; }
}
@media (max-width: 479px) {
  .vv-gallery { column-count: 3; }
}
.track { background: var(--navy-2); padding: 14px; margin: 0 auto 12px; max-width: 720px; }
.track audio { width: 100%; margin-top: 8px; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.video-frame { position: relative; padding-top: 56.25%; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.form { max-width: 560px; margin: 24px auto 0; display: grid; gap: 12px; }
.form input, .form textarea {
  width: 100%;
  padding: 12px;
  border: 0;
  background: #fff;
  color: #111;
  font-family: inherit;
}
.notice { text-align: center; padding: 12px; }
.notice.ok { color: #9dffb0; }
.notice.err { color: #ff8a8a; }
.site-footer {
  background: var(--navy);
  padding: 28px 0;
  text-align: center;
  color: #bbb;
  font-size: 14px;
}
.social { display: flex; justify-content: center; gap: 14px; margin: 10px 0 16px; }
.social a { color: #fff; font-weight: 700; }
.modal {
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 60;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .site-header,
body.modal-open main,
body.modal-open .site-footer {
  filter: brightness(0.32);
  transition: filter 0.35s ease;
}
.site-header, main, .site-footer {
  transition: filter 0.35s ease;
}
.modal-card {
  position: relative;
  background: #010509;
  border: 1px solid var(--red);
  max-width: 640px;
  width: 100%;
  padding: 36px 28px 24px;
  max-height: 85vh;
  overflow: auto;
  text-align: center;
}
.modal-x {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateX(-48px);
}
.modal.open .modal-title {
  animation: modal-slide-in 0.55s ease forwards;
}
.modal-bolt { color: var(--red); display: inline-flex; }
.modal-rule {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  width: 100%;
  margin: 0 0 22px;
}
.modal-card ul {
  columns: 2;
  gap: 24px;
  text-align: left;
  max-width: 420px;
  margin: 0 auto 22px;
  padding-left: 1.2em;
}
.modal-disclaimer {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 18px;
}
@keyframes modal-slide-in {
  to {
    opacity: 1;
    transform: none;
  }
}
.hours { white-space: pre-line; text-align: center; color: var(--muted); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #000;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 8px 0 16px;
    z-index: 50;
    flex: none;
  }
  .nav.open { display: flex; }
  .nav a, .nav .drop-btn { width: 100%; }
  .nav .drop ul {
    position: static;
    display: none;
    box-shadow: none;
    background: #111;
  }
  .nav .drop.is-open ul { display: block; }
  .two-col, .band-grid, .video-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .welcome-bg { display: none; }
  .welcome-copy {
    position: static;
    width: auto;
    padding: 36px 20px 12px;
    font-size: 16px;
  }
  .welcome-copy h2 { text-align: center; }
  .gig-row { white-space: normal; }
}
@media (max-width: 640px) {
  .modal-card ul { columns: 1; max-width: 280px; }
  .band-grid, .video-grid, .gig-row { grid-template-columns: 1fr; }
  .hero {
    height: min(70vh, 560px);
    min-height: 420px;
  }
  .hero-title { font-size: clamp(36px, 12vw, 56px); }
  .hero-sub { letter-spacing: .08em; }
}
