: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;
  min-height: 107px;
  padding: 15px 0;
  box-sizing: border-box;
}
.logo {
  flex: 0 0 auto;
  z-index: 2;
}
.logo img { width: 200px; height: 56px; 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: 15px;
  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: 14px;
  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 {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 3vw, 48px);
  background: #000;
  width: min(1480px, calc(100% - 32px));
  margin: 72px auto 56px;
  padding: 44px 0 48px;
  overflow: visible;
  box-sizing: border-box;
}
.welcome-media {
  flex: 0 0 auto;
  line-height: 0;
  max-width: none;
}
.welcome-bg {
  display: block;
  width: auto;
  height: min(70vh, 740px);
  max-height: min(70vh, 740px);
  max-width: none;
  object-fit: contain;
  object-position: top center;
}
.welcome-copy {
  flex: 1 1 auto;
  min-width: 0;
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.5;
}
.welcome-copy h2 {
  text-align: left;
  margin: 0 0 12px;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.05;
  color: var(--red);
}
.welcome-copy p { margin: 0 0 12px; }
.welcome-copy ul { margin: 0 0 12px; 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-section {
  text-align: center;
  padding: 72px 0 80px;
  background-color: #000;
  background-image: url('/mt-content/uploads/2018/02/mt-1215-home-bg3.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.next-gig-label {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: .08em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}
.next-gig-line {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 400;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}
.next-gig-actions { margin: 28px 0 0; }
.countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.countdown-item {
  display: flex;
  align-items: center;
}
.countdown-box {
  width: clamp(88px, 12vw, 150px);
  height: clamp(88px, 12vw, 150px);
  background: #fff;
  border: 2px solid var(--red);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45), 0 2px 6px rgba(224, 2, 49, 0.25);
}
.countdown-amount {
  color: var(--red);
  font-size: clamp(28px, 4.5vw, 50px);
  font-weight: 300;
  line-height: 1;
}
.countdown-unit {
  color: var(--red);
  font-size: clamp(12px, 1.6vw, 20px);
  font-weight: 300;
  margin-top: 6px;
  line-height: 1;
}
.countdown-delimiter {
  color: var(--red);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 300;
  min-width: clamp(16px, 2.5vw, 30px);
  text-align: center;
  line-height: 1;
}
.section-follow {
  text-align: center;
  padding: 120px 0;
  background-color: #c2185b;
  background-image: url('/mt-content/uploads/2018/02/mt-1215-home-bg7.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.follow-title {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5.5vw, 60px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.35;
  text-shadow: none;
}
.follow-sub {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(28px, 4.5vw, 60px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.35;
}
.follow-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px 18px;
  max-width: 570px;
  margin: 0 auto;
}
.follow-form input[type="email"] {
  flex: 1 1 280px;
  max-width: 412px;
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  outline: none;
}
.follow-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.follow-form button {
  flex: 0 0 auto;
  padding: 16.5px 39px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.72px;
  cursor: pointer;
}
.follow-form button:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.section-band {
  position: relative;
  isolation: isolate;
  background-color: #000;
  background-image: none;
  padding: 72px 0 80px;
  overflow: hidden;
}
.section-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url('/mt-content/uploads/2018/02/mt-1215-home-bg2.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  pointer-events: none;
}
.section-band h2 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}
.band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.band-card {
  position: relative;
  top: 0;
  display: block;
  text-align: center;
  background: linear-gradient(180deg, #072d50 0%, var(--navy-2) 55%, #010509 100%);
  padding: 12px 12px 16px;
  border: 1px solid rgba(224, 2, 49, 0.28);
  border-radius: 10px;
  color: inherit;
  overflow: hidden;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.5),
    0 2px 0 rgba(224, 2, 49, 0.15);
  transition:
    top 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}
.band-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  line-height: 0;
}
.band-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(18%) contrast(1.05);
  transition: filter 0.18s ease;
}
.band-card h3 {
  margin: 14px 0 0;
  font-size: 18px;
  color: #fff;
  transition: color 0.18s ease, text-shadow 0.18s ease;
}
.band-card p {
  margin: 4px 0 4px;
  color: var(--grey);
  font-size: 13px;
  transition: color 0.18s ease;
}
.band-card:hover,
.band-card:focus-visible {
  top: -10px;
  border-color: rgba(224, 2, 49, 0.85);
  background: linear-gradient(180deg, #0a3a66 0%, #072d50 50%, #031322 100%);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(224, 2, 49, 0.35),
    0 0 28px rgba(224, 2, 49, 0.3);
  color: inherit;
}
.band-card:hover img,
.band-card:focus-visible img {
  filter: grayscale(0%) contrast(1.08) brightness(1.06);
}
.band-card:hover h3,
.band-card:focus-visible h3 {
  color: #fff;
  text-shadow: 0 0 12px rgba(224, 2, 49, 0.55);
}
.band-card:hover p,
.band-card:focus-visible p {
  color: #fd8aa0;
}
@media (prefers-reduced-motion: reduce) {
  .band-card,
  .band-card img {
    transition: none !important;
  }
}

.member-hero {
  background: var(--red);
  padding: 72px 0 64px;
}
.member-hero-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(28px, 5vw, 56px);
  text-align: left;
  max-width: 820px;
}
.member-card.band-card {
  width: min(320px, 42vw);
  margin: 0;
  flex: 0 0 auto;
  cursor: default;
  pointer-events: none;
}
.member-card.band-card:hover,
.member-card.band-card:focus-visible {
  top: 0;
  border-color: rgba(224, 2, 49, 0.28);
  background: linear-gradient(180deg, #072d50 0%, var(--navy-2) 55%, #010509 100%);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.5),
    0 2px 0 rgba(224, 2, 49, 0.15);
}
.member-card.band-card:hover img,
.member-card.band-card:focus-visible img {
  filter: grayscale(18%) contrast(1.05);
}
.member-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.member-name {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(48px, 8vw, 84px);
  font-weight: 700;
  line-height: 1.02;
}
.member-role {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 400;
}
@media (max-width: 700px) {
  .member-hero-inner {
    flex-direction: column;
    text-align: center;
  }
  .member-card.band-card {
    width: min(280px, 78vw);
  }
}
.member-qa {
  background: #000;
  padding: 56px 0 72px;
}
.member-qa-inner {
  max-width: 820px;
}
.member-qa-title {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  text-align: left;
}
.member-qa-item {
  margin: 0 0 28px;
}
.member-q,
.member-a,
.member-qa-fallback {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.55;
}
.member-q span,
.member-a span {
  color: var(--red);
  font-weight: 700;
}
.member-a {
  color: #ececee;
}

.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;
}
.section-contact {
  background: #000;
  padding: 64px 0 80px;
}
.contact-wrap {
  width: min(1120px, calc(100% - 32px));
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.contact-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(28px, 4.8vw, 60px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.contact-party {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 23px);
  font-weight: 300;
  line-height: 1.35;
}
.contact-address {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  line-height: 1.35;
}
.contact-address a {
  color: var(--red);
  font-weight: 700;
}
.contact-copy {
  margin: 0 auto 10px;
  max-width: 980px;
}
.contact-copy p {
  margin: 0;
  padding: 2px 0;
  color: #fff;
  line-height: 1.35;
}
.contact-copy-sets p {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
}
.contact-copy-hours {
  margin: 8px auto 28px;
}
.contact-copy-hours p {
  font-size: clamp(18px, 2.2vw, 23px);
  font-weight: 300;
}
@media (max-width: 820px) {
  .contact-title {
    white-space: normal;
  }
}
.contact-form {
  max-width: 670px;
  margin: 0 auto;
  text-align: left;
}
.contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  display: block;
  width: 100%;
  margin: 0 0 22px;
  padding: 0 0 12px;
  border: 0;
  border-bottom: 2px solid var(--red);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  resize: vertical;
  box-shadow: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form textarea {
  min-height: 140px;
}
.contact-turnstile {
  margin: 8px 0 22px;
  display: flex;
  justify-content: flex-start;
}
.contact-submit {
  display: inline-block;
  padding: 16.5px 29px;
  border: 2px solid var(--red);
  background: var(--red);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.contact-submit:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: #fff;
}
.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: 16px;
  line-height: 1.6;
}
.footer-contact {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
  color: #ddd;
}
.footer-contact a {
  font-weight: 600;
}
.social { display: flex; justify-content: center; gap: 14px; margin: 10px 0 16px; }
.social a { color: #fff; font-weight: 700; font-size: 16px; }
.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) {
  .next-gig-section {
    background-attachment: scroll;
  }
  .section-band::before {
    background-attachment: scroll;
  }
  .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; }

  .countdown {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
    padding: 0 12px;
  }
  .countdown-box {
    width: clamp(64px, 14vw, 88px);
    height: clamp(64px, 14vw, 88px);
  }
  .countdown-amount {
    font-size: clamp(20px, 4vw, 28px);
  }
  .countdown-unit {
    font-size: clamp(10px, 2vw, 13px);
    margin-top: 3px;
  }
  .countdown-delimiter {
    font-size: clamp(16px, 3vw, 24px);
    min-width: clamp(10px, 2vw, 18px);
  }
}
@media (max-width: 767px) {
  .welcome {
    display: block;
    width: min(980px, calc(100% - 32px));
    margin: 24px auto 32px;
    padding: 12px 0 24px;
  }
  .welcome-media { display: none; }
  .welcome-copy {
    position: static;
    width: auto;
    padding: 24px 0 12px;
    font-size: 16px;
  }
  .welcome-copy h2 {
    text-align: center;
    font-size: clamp(36px, 10vw, 48px);
  }
  .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; }

  .countdown {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
    padding: 0 8px;
  }
  .countdown-box {
    width: clamp(52px, 18vw, 72px);
    height: clamp(52px, 18vw, 72px);
  }
  .countdown-amount {
    font-size: clamp(16px, 5vw, 24px);
  }
  .countdown-unit {
    font-size: clamp(9px, 2.6vw, 12px);
    margin-top: 3px;
  }
  .countdown-delimiter {
    font-size: clamp(14px, 4vw, 20px);
    min-width: clamp(8px, 2vw, 14px);
  }
}
