:root {
  --bg: #050507;
  --panel: #101016;
  --panel-2: #171722;
  --text: #f7f7fb;
  --muted: #b9bfd0;
  --line: rgba(255, 255, 255, 0.15);
  --pink: #f31272;
  --blue: #11a9ff;
  --gold: #f4c44f;
  --green: #2ed47a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at 15% 0%, rgba(11, 58, 135, 0.32), transparent 29rem),
    radial-gradient(circle at 85% 0%, rgba(11, 58, 135, 0.32), transparent 29rem),
    linear-gradient(180deg, #050507 0%, #0c0c11 46%, #050507 100%);
  color: var(--text);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 7, 0.86);
  backdrop-filter: blur(16px);
}

.brand-mark img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.top-nav {
  display: flex;
  width: 100%;
  max-width: 760px;
  gap: 0.35rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
}

.top-nav a {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.85rem;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.88rem;
}

.top-nav a:hover,
.top-nav a[aria-current="page"] {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.top-nav .nav-cta {
  color: #050507;
  background: var(--gold);
  border-color: var(--gold);
}

main {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  min-height: calc(100svh - 154px);
  display: grid;
  align-items: center;
  gap: 1.4rem;
  padding: 1rem 0 2.5rem;
}

.hero-logo-wrap {
  display: grid;
  place-items: center;
}

.hero-logo {
  width: min(86vw, 520px);
  filter: drop-shadow(0 22px 45px rgba(17, 169, 255, 0.14));
}

.hero-stack {
  --hero-panel-height: clamp(255px, 28vw, 330px);
  display: grid;
  gap: 0.5rem;
}

.booking-strip,
.content-block,
.video-frame,
.contact-panel,
.bio-card,
.song-panel,
.event-row {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.booking-strip {
  padding: clamp(1.25rem, 5vw, 2.25rem);
  min-height: var(--hero-panel-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 0.85rem;
  font-size: clamp(2rem, 9vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.booking-strip h1 {
  font-size: clamp(1.55rem, 5vw, 2.45rem);
  line-height: 1.05;
}

h2 {
  font-size: clamp(1.55rem, 5vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  font-size: 1.05rem;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  font-weight: 800;
}

.button.primary {
  background: var(--pink);
  border-color: var(--pink);
  color: white;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.demo-section,
.page-section {
  padding: 2.5rem 0;
}

.section-heading {
  margin-bottom: 1rem;
}

.video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 169, 255, 0.16), rgba(243, 18, 114, 0.18)),
    #08080c;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

.band-photo {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.band-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 42%;
}

.hero-band-photo img {
  height: var(--hero-panel-height);
  aspect-ratio: auto;
  object-position: center 58%;
}

.video-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.5rem;
  text-align: center;
}

.video-placeholder span {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.video-placeholder strong {
  font-size: clamp(1.4rem, 5vw, 3.2rem);
}

.quick-info,
.bio-grid,
.song-grid,
.video-grid {
  display: grid;
  gap: 1rem;
  padding: 1rem 0 3rem;
}

.video-card {
  display: grid;
  gap: 0.75rem;
}

.video-card h2 {
  margin: 0;
  font-size: 1rem;
}

.quick-info article,
.content-block,
.contact-panel,
.bio-card,
.song-panel,
.event-row {
  padding: 1.15rem;
}

.quick-info h2::after {
  content: "";
  display: block;
  width: min(100%, 220px);
  height: 3px;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), rgba(17, 169, 255, 0));
  box-shadow: 0 0 18px rgba(17, 169, 255, 0.55);
}

.quick-info span,
.song-panel span,
.event-date {
  color: var(--blue);
  font-weight: 800;
}

.page-hero {
  padding: 2rem 0 1rem;
}

.page-hero h1 {
  font-size: clamp(2.35rem, 10vw, 5.2rem);
}

.event-list {
  display: grid;
  gap: 0.8rem;
}

.calendar-layout {
  display: grid;
  gap: 1rem;
  padding: 1rem 0 3rem;
}

.event-row {
  display: grid;
  gap: 0.5rem;
}

.event-row h2 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--muted);
}

.event-date-badge {
  width: 72px;
  min-height: 72px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 6px;
  background: rgba(17, 169, 255, 0.12);
  border: 1px solid rgba(17, 169, 255, 0.35);
  color: var(--text);
}

.event-date-badge span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.event-date-badge strong {
  font-size: 1.7rem;
  line-height: 1;
}

.song-grid {
  grid-template-columns: 1fr;
}

.song-app {
  padding: 1rem 0 3rem;
}

.song-toolbar {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.song-search-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.song-search {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.8rem 0.95rem;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  font: inherit;
  outline: none;
}

.song-search:focus {
  border-color: rgba(17, 169, 255, 0.78);
  box-shadow: 0 0 0 3px rgba(17, 169, 255, 0.16);
}

.song-count {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.song-list-shell {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
}

.song-list-header,
.song-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
}

.song-list-header {
  display: none;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.06);
}

.song-row {
  border-top: 1px solid var(--line);
}

.song-row:first-child {
  border-top: 0;
}

.song-row h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.song-row p {
  margin: 0;
}

.song-panel ul,
.content-block ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.85;
}

.bio-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  background: var(--panel-2);
  margin-bottom: 1rem;
}

.bio-card h2 {
  margin-bottom: 0.65rem;
}

.member-role {
  margin: 0 0 0.35rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bio-photo {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  margin-bottom: 1rem;
  color: var(--muted);
  background: linear-gradient(135deg, rgba(17, 169, 255, 0.2), rgba(46, 212, 122, 0.13));
  font-weight: 800;
}

.booking-layout {
  display: grid;
  gap: 1rem;
  padding-bottom: 3rem;
}

.contact-panel dl {
  margin: 0;
}

.contact-panel dt {
  color: var(--gold);
  font-weight: 800;
  margin-top: 1rem;
}

.contact-panel dt:first-child {
  margin-top: 0;
}

.contact-panel dd {
  margin: 0.35rem 0 0;
  color: var(--text);
  font-size: 1.05rem;
}

.contact-detail-list {
  margin: 0.35rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.65;
}

.booking-value-panel {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-value-panel h2 {
  max-width: 460px;
  margin-bottom: 0.85rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
}

@media (min-width: 760px) {
  .site-header {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.6rem max(1.25rem, calc((100vw - 1120px) / 2));
  }

  .brand-mark img {
    width: 72px;
    height: 72px;
  }

  .top-nav {
    justify-content: flex-end;
    overflow: visible;
  }

  .hero {
    min-height: calc(100svh - 86px);
    grid-template-columns: 0.92fr 1.08fr;
    padding-top: 2rem;
  }

  .quick-info,
  .bio-grid,
  .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .song-grid,
  .booking-layout {
    grid-template-columns: 1fr 1fr;
  }

  .song-toolbar {
    grid-template-columns: minmax(260px, 420px) 1fr;
    align-items: end;
  }

  .song-search-label {
    grid-column: 1;
  }

  .song-search {
    grid-column: 1;
  }

  .song-count {
    grid-column: 2;
    justify-self: end;
    padding-bottom: 0.8rem;
  }

  .song-list-header,
  .song-row {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 1.5rem;
  }

  .song-list-header {
    display: grid;
  }

  .event-row {
    grid-template-columns: 92px 1fr;
    align-items: center;
  }
}
