:root {
  color-scheme: dark;
  --ink: #08090d;
  --ink-soft: #141720;
  --paper: #f8f7f1;
  --muted: #c9c6bd;
  --pink: #ff4f91;
  --green: #9dde63;
  --blue: #5c7cff;
  --yellow: #f4d35e;
  --line: rgba(248, 247, 241, 0.17);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(255, 79, 145, 0.16), transparent 28rem),
    linear-gradient(225deg, rgba(92, 124, 255, 0.22), transparent 30rem),
    var(--ink);
  color: var(--paper);
  font-family: Avenir Next, Avenir, Inter, Segoe UI, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-150%);
  background: var(--paper);
  color: var(--ink);
  padding: 8px 12px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 46px);
  background: rgba(8, 9, 13, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  text-decoration: none;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--green);
  background: var(--pink);
  color: #08090d;
  font-size: 13px;
  font-weight: 950;
}

.nav-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--paper);
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 9, 13, 0.96) 0%, rgba(8, 9, 13, 0.7) 45%, rgba(8, 9, 13, 0.2) 100%),
    linear-gradient(0deg, rgba(8, 9, 13, 0.92), rgba(8, 9, 13, 0.08));
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.76;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  max-width: var(--max);
  min-height: 620px;
  margin: 0 auto;
  padding: 60px 24px 46px;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  font-weight: 950;
}

h1 {
  max-width: 11ch;
  font-size: 70px;
}

h2 {
  font-size: 42px;
}

.lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.button-primary {
  background: var(--green);
  color: #08090d;
}

.button-secondary {
  border-color: rgba(248, 247, 241, 0.34);
  background: rgba(248, 247, 241, 0.08);
}

.button:hover,
.button:focus-visible,
.album-card:hover,
.album-card:focus-visible,
.social-card:hover,
.social-card:focus-visible {
  border-color: var(--pink);
}

.section {
  border-bottom: 1px solid var(--line);
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px;
}

.intro-strip {
  background: var(--paper);
  color: var(--ink);
}

.intro-grid,
.heading-split,
.contact-grid,
.social-layout,
.press-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 380px);
  gap: 28px;
  align-items: center;
}

.intro-grid {
  padding-top: 28px;
  padding-bottom: 28px;
}

.intro-grid p {
  margin: 0;
  font-size: 20px;
  font-weight: 760;
}

.inline-link {
  color: #d11267;
  font-weight: 900;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading p,
.heading-split p,
.contact-copy p,
.loading,
.fallback-note {
  color: var(--muted);
}

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

.gig-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: rgba(248, 247, 241, 0.08);
}

.gig-date {
  color: var(--green);
  font-weight: 900;
}

.gig-band,
.gig-location {
  display: block;
}

.gig-band {
  font-size: 20px;
  font-weight: 950;
}

.gig-location {
  color: var(--muted);
}

.music-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 420px);
  gap: 44px;
  align-items: center;
}

.album-card,
.feature-video,
.social-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 247, 241, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
  text-decoration: none;
}

.album-card div {
  display: grid;
  gap: 4px;
  padding: 18px;
}

.album-card strong,
.social-card strong {
  font-size: 22px;
}

.album-card span,
.social-card p {
  color: var(--muted);
}

.video-section {
  background:
    linear-gradient(135deg, rgba(255, 79, 145, 0.28), rgba(92, 124, 255, 0.22)),
    rgba(8, 9, 13, 0.72);
}

.press-section {
  background: var(--paper);
  color: var(--ink);
}

.press-section .eyebrow,
.press-copy p {
  color: rgba(21, 21, 25, 0.68);
}

.press-copy {
  display: grid;
  gap: 12px;
}

.press-copy p {
  margin: 0;
  font-size: 18px;
  font-weight: 760;
}

.feature-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.social-card {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.social-card span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.photo-grid img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.photo-grid img:nth-child(2) {
  aspect-ratio: 3 / 4;
}

.email-link {
  color: var(--green);
  font-size: 20px;
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 46px);
  color: var(--muted);
}

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

@media (max-width: 860px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .intro-grid,
  .heading-split,
  .contact-grid,
  .social-layout,
  .press-layout,
  .music-layout {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 34px;
  }

  .gig-card,
  .photo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .section-inner {
    padding: 56px 18px;
  }

  .intro-grid {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-actions,
  .button-row,
  .button {
    width: 100%;
  }

  h1 {
    font-size: 44px;
  }
}
