:root {
  --ink: #f8efe1;
  --paper: #070604;
  --gold: #c98521;
  --bright-gold: #f1b64d;
  --red: #9e2524;
  --teal: #14686d;
  --charcoal: #12100d;
  --muted: #c9bca9;
  --line: rgba(241, 182, 77, 0.28);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0));
}

.brand,
.nav,
.socials,
.hero-actions,
.booking-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(241, 182, 77, 0.82);
  border-radius: 50%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 21px;
}

.nav {
  gap: 24px;
  font-weight: 700;
  font-size: 14px;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 800;
}

.nav-cta {
  background: rgba(241, 182, 77, 0.16);
  border: 1px solid rgba(241, 182, 77, 0.42);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.58) 50%, rgba(0, 0, 0, 0.08)),
    linear-gradient(0deg, rgba(7, 6, 4, 0.92), rgba(7, 6, 4, 0) 42%);
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
  padding: 130px clamp(20px, 7vw, 88px) 70px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--bright-gold);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

h1,
h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  font-size: clamp(70px, 13vw, 168px);
  color: var(--bright-gold);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

h2 {
  font-size: clamp(42px, 7vw, 78px);
}

.tagline {
  max-width: 650px;
  margin: 20px 0 30px;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
}

.hero-actions,
.booking-actions {
  gap: 12px;
  flex-wrap: wrap;
}

.button.primary {
  background: var(--bright-gold);
  color: #16110d;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.46);
  color: #fff;
}

.button.dark {
  background: #050403;
  border: 1px solid var(--line);
  color: #fff;
}

.quick-book,
.band-section,
.gallery,
.site-footer {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 7vw, 88px);
}

.quick-book {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(90deg, #120d09, #2a1708);
  color: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-book .section-kicker {
  color: var(--bright-gold);
}

.identity-panel {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(54px, 8vw, 96px) clamp(20px, 7vw, 88px);
  background:
    linear-gradient(135deg, rgba(201, 133, 33, 0.16), rgba(158, 37, 36, 0.1)),
    #090705;
  border-bottom: 1px solid var(--line);
}

.identity-copy p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 18px;
}

.identity-points {
  display: grid;
  gap: 14px;
}

.identity-points article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.identity-points strong {
  color: var(--bright-gold);
  text-transform: uppercase;
  font-weight: 900;
}

.identity-points span {
  color: var(--muted);
}

.quick-book h2 {
  max-width: 820px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.band-section p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 18px;
}

.track-list {
  display: grid;
  gap: 12px;
}

.track-list article,
.event-list article {
  display: grid;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.track-list article {
  grid-template-columns: 42px 1fr auto;
}

.track-list span,
.event-list time {
  color: var(--red);
  font-weight: 900;
}

.track-list small,
.event-list span {
  color: var(--muted);
}

.music-player {
  background: #0c0906;
}

.preview-list {
  display: grid;
  gap: 12px;
}

.preview-track {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.preview-play {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font: 800 13px/1 Inter, sans-serif;
  cursor: pointer;
}

.preview-track.is-playing .preview-play {
  background: var(--teal);
}

.preview-info {
  min-width: 0;
}

.preview-info strong,
.preview-info span {
  display: block;
}

.preview-info strong {
  font-size: 20px;
}

.preview-info span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.preview-progress {
  height: 7px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.preview-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--red));
  transition: width 0.18s linear;
}

.preview-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.preview-links a {
  min-width: 76px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-align: center;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.video-band {
  background: var(--charcoal);
  color: #fff;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.video-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(179, 38, 46, 0.86), rgba(18, 99, 106, 0.78)),
    url("assets/hero-band.png") center / cover;
  box-shadow: var(--shadow);
}

.video-card.alt {
  background:
    linear-gradient(145deg, rgba(18, 99, 106, 0.86), rgba(243, 180, 63, 0.66)),
    url("assets/hero-band.png") center / cover;
}

.play {
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  font-weight: 900;
}

.video-card strong {
  font-size: 28px;
}

.event-list {
  display: grid;
  gap: 12px;
}

.event-list article {
  grid-template-columns: 82px 1fr auto;
}

.event-list a {
  font-weight: 900;
  color: var(--teal);
}

.gallery {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: #15110c;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.photo-strip div {
  min-height: 360px;
  border-radius: 8px;
  background: url("assets/hero-band.png") center / cover;
  box-shadow: var(--shadow);
}

.photo-strip div:nth-child(2) {
  margin-top: 34px;
  background-position: 62% center;
}

.photo-strip div:nth-child(3) {
  background-position: right center;
}

.about {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #030302;
  color: #fff;
}

.socials {
  gap: 18px;
  flex-wrap: wrap;
  color: #f7d891;
  font-weight: 800;
}

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

  .nav {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .quick-book,
  .split,
  .gallery,
  .about,
  .identity-panel,
  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .identity-points article {
    grid-template-columns: 1fr;
  }

  .video-grid,
  .photo-strip {
    grid-template-columns: 1fr;
  }

  .event-list article,
  .track-list article,
  .preview-track {
    grid-template-columns: 1fr;
  }

  .preview-play {
    width: 100%;
    height: 46px;
    border-radius: 6px;
  }

  .preview-links {
    justify-content: stretch;
  }

  .preview-links a {
    flex: 1 1 92px;
  }

  .photo-strip div,
  .video-card {
    min-height: 240px;
  }
}
