:root {
  --bg: #0f1512;
  --surface: #18221d;
  --surface-strong: #24322b;
  --paper: #edf2ed;
  --paper-ink: #13211d;
  --accent-lime: #bfdc44;
  --accent-coral: #ef6c44;
  --accent-teal: #2eb8a0;
  --line-dark: rgba(237, 242, 237, 0.16);
  --line-light: rgba(19, 33, 29, 0.14);
  --text: #f4f6f2;
  --muted: #c3cec7;
  --shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 84svh;
  padding: 1.25rem clamp(1rem, 3vw, 2.5rem) 4rem;
  background: #0f1512;
}

.hero-slides,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-slides {
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  animation: hero-rotation 56s infinite;
}

.hero-slide-one {
  background-image: url("./assets/images/hero-cover-1.jpg");
  background-position: center 28%;
  animation-delay: 0s;
}

.hero-slide-two {
  background-image: url("./assets/images/hero-cover-2.jpg");
  background-position: center 38%;
  animation-delay: 24s;
}

.hero-slide-three {
  background-image: url("./assets/images/hero-cover-3.jpg");
  background-position: center 24%;
  animation-delay: 16s;
}

.hero-slide-four {
  background-image: url("./assets/images/hero-cover-4.jpg");
  background-position: center 34%;
  animation-delay: 32s;
}

.hero-slide-five {
  background-image: url("./assets/images/hero-cover-5.jpg");
  background-position: center 30%;
  animation-delay: 40s;
}

.hero-slide-six {
  background-image: url("./assets/images/hero-cover-6.jpg");
  background-position: center 32%;
  animation-delay: 8s;
}

.hero-slide-seven {
  background-image: url("./assets/images/photo-strip-1.jpg");
  background-position: center 34%;
  animation-delay: 12s;
}

.hero-slide-eight {
  background-image: url("./assets/images/video-poster.jpg");
  background-position: center 34%;
  animation-delay: 28s;
}

.hero-slide-nine {
  background-image: url("./assets/images/member-shot-1.jpg");
  background-position: center 28%;
  animation-delay: 4s;
}

.hero-slide-ten {
  background-image: url("./assets/images/member-shot-2.jpg");
  background-position: center 24%;
  animation-delay: 48s;
}

.hero-slide-eleven {
  background-image: url("./assets/images/member-shot-3.jpg");
  background-position: center 22%;
  animation-delay: 36s;
}

.hero-slide-twelve {
  background-image: url("./assets/images/member-shot-4.jpg");
  background-position: center 24%;
  animation-delay: 44s;
}

.hero-slide-thirteen {
  background-image: url("./assets/images/member-shot-5.jpg");
  background-position: center 28%;
  animation-delay: 20s;
}

.hero-slide-fourteen {
  background-image: url("./assets/images/member-shot-6.jpg");
  background-position: center 26%;
  animation-delay: 52s;
}

.hero-scrim {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15, 21, 18, 0.88) 0%, rgba(15, 21, 18, 0.7) 32%, rgba(15, 21, 18, 0.44) 60%, rgba(15, 21, 18, 0.58) 100%),
    linear-gradient(180deg, rgba(15, 21, 18, 0.16) 0%, rgba(15, 21, 18, 0.34) 48%, rgba(15, 21, 18, 0.9) 100%);
}

.topbar,
.hero-inner,
.band,
.footer {
  width: min(1160px, calc(100vw - 2rem));
  margin: 0 auto;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
}

.brand-badge {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(244, 246, 242, 0.2);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.toplinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.toplinks a:hover,
.toplinks a:focus-visible {
  color: var(--text);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 42rem) minmax(220px, 1fr);
  align-items: end;
  min-height: calc(84svh - 4rem);
  gap: 2rem;
  padding: 2.75rem 0 0;
}

.hero-copy {
  display: grid;
  align-content: end;
}

.hero-mark {
  width: min(100%, 34rem);
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.35));
}

.hero-art {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 100%;
}

.hero-mascot {
  width: min(100%, 15rem);
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.4));
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--accent-lime);
  font-size: 0.95rem;
  font-weight: 700;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  font-size: 5rem;
  line-height: 0.95;
  max-width: 12ch;
}

h2 {
  margin-bottom: 0.75rem;
  font-size: 3rem;
  line-height: 1;
  color: inherit;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.15;
}

.lede,
.section-copy,
.story-copy p,
.booking-copy p,
.member p,
.show-meta,
.show-venue {
  font-size: 1rem;
}

.lede {
  max-width: 38rem;
  margin-bottom: 1.5rem;
  color: var(--muted);
}

.hero-actions,
.booking-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.875rem;
  padding: 0.7rem 1.1rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--accent-coral);
  color: #fff8f4;
}

.button-secondary {
  background: rgba(244, 246, 242, 0.08);
  border-color: rgba(244, 246, 242, 0.2);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 1.5rem 0 0;
  margin: 2rem 0 0;
}

.hero-stats li {
  min-height: 7rem;
  padding: 1rem;
  border: 1px solid rgba(244, 246, 242, 0.14);
  border-radius: 8px;
  background: rgba(7, 12, 10, 0.36);
  backdrop-filter: blur(8px);
}

.hero-stats strong,
.show-date {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.hero-stats span {
  display: block;
  color: var(--muted);
}

.band {
  position: relative;
  z-index: 0;
  padding: 4.5rem 0;
}

.band-dark {
  color: var(--text);
}

.band-light {
  color: var(--paper-ink);
}

.band-light::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  background: var(--paper);
  z-index: -1;
}

.band-accent {
  color: var(--text);
}

.band-accent::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  background: linear-gradient(180deg, #121b18 0%, #1f2925 100%);
  z-index: -1;
}

.section-heading {
  max-width: 45rem;
  margin-bottom: 1.8rem;
}

.section-copy {
  margin-bottom: 0;
  color: inherit;
  opacity: 0.82;
}

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

.show {
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  padding: 1.2rem;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(191, 220, 68, 0.1) 0%, rgba(36, 50, 43, 0.9) 100%);
  box-shadow: var(--shadow);
}

.show-date {
  color: var(--accent-lime);
}

.show-venue {
  margin-bottom: 0.35rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}

.show-venue-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(191, 220, 68, 0.8);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.14em;
}

.show-venue-link:hover,
.show-venue-link:focus-visible {
  color: #ffffff;
  text-decoration-color: var(--accent-coral);
}

.show-meta {
  color: var(--muted);
}

.show-tag {
  margin-top: auto;
  align-self: flex-start;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  background: rgba(46, 184, 160, 0.16);
  color: #dffbf5;
  font-size: 0.9rem;
  font-weight: 700;
}

.story-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
  align-items: center;
  gap: 2rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.tag-row li {
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(46, 184, 160, 0.08);
  font-weight: 700;
}

.video-wrap {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  width: 100%;
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
  background: #0d1110;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.video-wrap:hover .video-poster,
.video-wrap:focus-visible .video-poster {
  transform: scale(1.03);
}

.video-wrap:hover .video-play,
.video-wrap:focus-visible .video-play {
  background: var(--accent-coral);
}

.video-poster,
.video-overlay {
  position: absolute;
  inset: 0;
}

.video-poster {
  background:
    linear-gradient(180deg, rgba(15, 21, 18, 0.08) 0%, rgba(15, 21, 18, 0.2) 44%, rgba(15, 21, 18, 0.78) 100%),
    url("./assets/images/video-poster.jpg") center 34% / cover no-repeat;
  transition: transform 0.3s ease;
}

.video-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.55rem;
  padding: 1.25rem;
}

.video-play {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 8px;
  background: rgba(239, 108, 68, 0.9);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
  transition: background-color 0.2s ease;
}

.video-play::before {
  content: "";
  position: absolute;
  margin-top: 1.15rem;
  margin-left: 1.5rem;
  border-top: 0.78rem solid transparent;
  border-bottom: 0.78rem solid transparent;
  border-left: 1.28rem solid #fff7f2;
}

.video-kicker,
.video-title,
.video-copy {
  display: block;
}

.video-kicker {
  color: var(--accent-lime);
  font-size: 0.88rem;
  font-weight: 700;
}

.video-title {
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.05;
}

.video-copy {
  color: var(--muted);
}

.video-wrap:focus-visible {
  outline: 2px solid var(--accent-lime);
  outline-offset: 3px;
}

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

.gallery-shot {
  margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
}

.gallery-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.member {
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(19, 33, 29, 0.04);
}

.member-media {
  aspect-ratio: 1 / 1;
  background: rgba(19, 33, 29, 0.08);
}

.member-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.member-copy {
  padding: 1rem;
}

.member p {
  margin-bottom: 0;
}

.booking-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 2rem;
  align-items: start;
}

.booking-links {
  justify-content: flex-start;
  align-content: start;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0 2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

@keyframes hero-rotation {
  0% {
    opacity: 0;
    transform: scale(1.01);
  }

  2% {
    opacity: 1;
  }

  6% {
    opacity: 1;
    transform: scale(1.06);
  }

  8% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: 82svh;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 14rem;
    min-height: calc(82svh - 4rem);
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .shows-grid,
  .members-grid,
  .gallery-grid,
  .story-band,
  .booking-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-links {
    align-self: stretch;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 82svh;
    padding-bottom: 2.8rem;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .toplinks {
    justify-content: flex-start;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(15, 21, 18, 0.34) 0%, rgba(15, 21, 18, 0.16) 22%, rgba(15, 21, 18, 0.76) 74%, rgba(15, 21, 18, 0.92) 100%);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: calc(82svh - 4.5rem);
    align-items: end;
    gap: 0.75rem;
    padding-top: 3.25rem;
  }

  .hero-copy {
    order: 1;
  }

  .hero-mark {
    width: min(100%, 18rem);
    margin-bottom: 0.35rem;
  }

  .hero-art {
    display: none;
  }

  h1 {
    max-width: none;
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2rem;
  }

  .lede {
    max-width: 30rem;
    margin-bottom: 1.2rem;
  }

  .hero-actions {
    gap: 0.7rem;
  }

  .button {
    width: 100%;
  }

  .hero-stats {
    gap: 0.8rem;
    margin-top: 1.4rem;
  }

  .hero-stats li {
    min-height: auto;
    background: rgba(7, 12, 10, 0.28);
    backdrop-filter: blur(5px);
  }

  .hero-slide-one {
    background-position: 62% 24%;
  }

  .hero-slide-two {
    background-position: 60% 22%;
  }

  .hero-slide-three {
    background-position: 56% 18%;
  }

  .hero-slide-four {
    background-position: 60% 20%;
  }

  .hero-slide-five {
    background-position: 58% 18%;
  }

  .hero-slide-six {
    background-position: 60% 18%;
  }

  .hero-slide-seven {
    background-position: 58% 18%;
  }

  .hero-slide-eight {
    background-position: 54% 20%;
  }

  .hero-slide-nine {
    background-position: 52% 16%;
  }

  .hero-slide-ten {
    background-position: 54% 18%;
  }

  .hero-slide-eleven {
    background-position: 52% 18%;
  }

  .hero-slide-twelve {
    background-position: 54% 18%;
  }

  .hero-slide-thirteen {
    background-position: 56% 20%;
  }

  .hero-slide-fourteen {
    background-position: 54% 18%;
  }

  .hero-stats,
  .shows-grid,
  .story-band,
  .gallery-grid,
  .members-grid,
  .booking-band {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 13rem;
  }

  .video-wrap {
    min-height: 220px;
    aspect-ratio: 16 / 11;
  }

  .footer {
    padding-bottom: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    animation: none;
    opacity: 0;
    transform: none;
  }

  .hero-slide-one {
    opacity: 1;
  }
}
