:root {
  --paper: #fbfaf7;
  --ink: #171717;
  --muted: #6d6a65;
  --line: rgba(23, 23, 23, 0.18);
  --red: #ff565d;
  --pink: #d84b95;
  --purple: #9548ed;
  --gradient: linear-gradient(110deg, var(--red), var(--pink) 52%, var(--purple));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.skip-link {
  background: var(--ink);
  color: white;
  left: 1rem;
  padding: 0.8rem 1rem;
  position: fixed;
  top: -10rem;
  z-index: 100;
}
.skip-link:focus { top: 1rem; }

.site-header {
  align-items: center;
  backdrop-filter: blur(14px);
  background: color-mix(in srgb, var(--paper) 91%, transparent);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 0.75rem 4vw;
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-logo { width: 4.2rem; }
.header-logo img { width: 100%; }
nav {
  display: flex;
  font-size: 0.69rem;
  font-weight: 700;
  gap: clamp(1rem, 3vw, 2.8rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.header-listen {
  font-size: 0.69rem;
  font-weight: 800;
  justify-self: end;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
nav a:hover, .header-listen:hover, .text-link:hover, footer a:hover { color: var(--purple); }

.hero {
  background: var(--ink);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding: clamp(4rem, 8vw, 8rem) 6vw 2.5rem;
}
.hero-logo-wrap {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
.hero-logo { width: min(54vw, 37rem); }
.hero-bottom {
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
}
.eyebrow {
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}
.hero-intro { color: rgba(255, 255, 255, 0.62); font-size: 0.9rem; margin-bottom: 0; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.button {
  align-items: center;
  border: 1px solid var(--ink);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 3.15rem;
  padding: 0.85rem 1.2rem;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--purple); border-color: var(--purple); }
.button-light:hover { background: var(--ink); color: white; }
.button-gradient { background: var(--gradient); border: 0; color: white; }
.hero .button-dark { background: white; border-color: white; color: var(--ink); }
.hero .button-dark:hover { background: var(--purple); border-color: var(--purple); color: white; }
.hero .button-light { border-color: white; color: white; }
.hero .button-light:hover { background: white; color: var(--ink); }

.section { border-top: 1px solid var(--line); padding: 6.5rem 6vw; }
.section-kicker {
  align-items: start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.section-index { color: var(--muted); font-size: 0.72rem; }
.feature-copy {
  display: grid;
  gap: 1.5rem 3rem;
  grid-template-columns: 0.75fr 1fr;
  margin-bottom: 5rem;
}
.track-label {
  color: var(--muted);
  font-size: 0.8rem;
  grid-column: 1 / -1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.feature-copy h1, .shows-heading h2, .about-heading h2, .signup h2 {
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.82;
  margin-bottom: 0;
}
.feature-description {
  align-self: end;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.5;
  max-width: 34rem;
}
.feature-copy .actions { align-items: center; grid-column: 2; }
.text-link {
  border-bottom: 1px solid currentColor;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}
.catalog { border-top: 1px solid var(--line); }
.catalog a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 3rem 1fr auto;
  padding: 1.5rem 0;
  transition: padding 180ms ease;
}
.catalog a:hover { padding-left: 1rem; }
.catalog span, .catalog em { color: var(--muted); font-size: 0.7rem; font-style: normal; letter-spacing: 0.1em; text-transform: uppercase; }
.catalog strong { font-size: clamp(1.35rem, 2.5vw, 2.2rem); }

.shows-section { background: var(--ink); color: white; }
.shows-section .section-kicker, .shows-section .section-index { color: rgba(255, 255, 255, 0.65); }
.shows-heading {
  margin-bottom: 5rem;
}
.shows-list { border-top: 1px solid rgba(255,255,255,0.25); }
.show-card {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  display: grid;
  gap: 2rem;
  grid-template-columns: 7rem 1fr auto;
  padding: 2.25rem 0;
}
.show-card time { align-items: baseline; display: flex; gap: 0.6rem; }
.show-card time span { color: var(--red); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.show-card time strong { font-size: 3rem; line-height: 1; }
.show-card h3 { font-size: clamp(1.8rem, 4vw, 3.6rem); letter-spacing: -0.04em; margin-bottom: 0.3rem; }
.show-card p { color: rgba(255,255,255,0.6); margin-bottom: 0; }
.show-card > a { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.band-photo {
  background: var(--ink);
  margin: 0;
  overflow: hidden;
}
.band-photo img {
  height: min(78vw, 54rem);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.about-section {
  display: grid;
  gap: 3rem;
  grid-template-columns: 0.4fr 1fr 0.8fr;
}
.about-section .section-kicker { display: block; margin: 0; }
.about-section .section-index { margin-top: 2rem; }
.about-heading h2 { font-size: clamp(4rem, 8vw, 8rem); }
.about-copy {
  align-self: end;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.6;
}
.about-copy p:last-child { margin-bottom: 0; }

.signup {
  align-items: end;
  background: var(--gradient);
  color: white;
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr 0.75fr;
  padding: 7rem 6vw;
}
.signup h2 { font-size: clamp(3.7rem, 8vw, 8rem); }
.signup-copy > p { font-size: 1.1rem; line-height: 1.5; max-width: 32rem; }
.kit-form { margin-top: 2rem; min-height: 5rem; }
.kit-form .formkit-form { margin: 0 !important; max-width: 34rem !important; }

footer {
  background: var(--ink);
  color: white;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr auto;
  padding: 5rem 6vw 2rem;
}
.footer-logo { width: min(24vw, 13rem); }
.footer-social { display: flex; flex-wrap: wrap; font-size: 0.72rem; font-weight: 700; gap: 2rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-contact { grid-column: 1 / -1; }
.footer-contact p { color: rgba(255,255,255,0.55); font-size: 0.72rem; margin-bottom: 0.5rem; text-transform: uppercase; }
.footer-contact a { font-size: clamp(1.35rem, 4vw, 4.5rem); font-weight: 700; letter-spacing: -0.05em; }
.copyright { color: rgba(255,255,255,0.4); font-size: 0.7rem; grid-column: 1 / -1; margin: 2rem 0 0; }

.press-page { background: var(--paper); }
.press-hero {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 72vh;
  padding: 6rem 6vw;
  text-align: center;
}
.press-hero img { margin: 4rem auto; width: min(58vw, 36rem); }
.press-hero .button-light { border-color: white; }
.press-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 0.35fr 1fr 0.75fr;
}
.press-grid .section-kicker { display: block; margin: 0; }
.press-grid .section-index { margin-top: 2rem; }
.press-lead h1, .press-lead h2 {
  font-size: clamp(3.8rem, 8vw, 8rem);
  letter-spacing: -0.075em;
  line-height: 0.85;
  margin: 0;
}
.press-copy { align-self: end; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.6; }
.press-copy p:last-child { margin-bottom: 0; }
.press-photo img { height: min(72vw, 50rem); }
.press-music, .press-credits { display: grid; gap: 3rem; grid-template-columns: 0.35fr 1fr 0.75fr; }
.press-music .section-kicker, .press-credits .section-kicker { display: block; margin: 0; }
.press-links { border-top: 1px solid var(--line); }
.press-links a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 0;
}
.press-links strong { font-size: 1.35rem; }
.press-links span { color: var(--muted); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.press-live { background: var(--ink); color: white; }
.press-live .section-index, .press-live .section-kicker { color: rgba(255,255,255,0.6); }
.press-credits dl { margin: 0; }
.press-credits dl div { border-top: 1px solid var(--line); padding: 1.3rem 0; }
.press-credits dl div:last-child { border-bottom: 1px solid var(--line); }
.press-credits dt { font-size: 1.15rem; font-weight: 800; }
.press-credits dd { color: var(--muted); line-height: 1.5; margin: 0.35rem 0 0; }
.asset-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); }
.asset-grid a {
  background: white;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 15rem;
  padding: 1.5rem;
  transition: background 180ms ease, color 180ms ease;
}
.asset-grid a:hover { background: var(--ink); color: white; }
.asset-grid span, .asset-grid em {
  color: var(--muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.asset-grid strong { font-size: clamp(1.5rem, 3vw, 2.6rem); margin: auto 0; }
.press-contact { background: var(--gradient); color: white; padding: 7rem 6vw; }
.press-contact > a { display: block; font-size: clamp(1.4rem, 5vw, 5.5rem); font-weight: 800; letter-spacing: -0.055em; }
.press-social { display: flex; flex-wrap: wrap; font-size: 0.7rem; font-weight: 800; gap: 2rem; letter-spacing: 0.1em; margin-top: 4rem; text-transform: uppercase; }

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .header-logo { width: 3.5rem; }
  .hero { min-height: calc(100svh - 65px); padding-top: 4rem; }
  .hero-logo { width: min(76vw, 31rem); }
  .hero-bottom { align-items: start; flex-direction: column; gap: 1.5rem; }
  .section { padding-block: 4.5rem; }
  .section-kicker { margin-bottom: 3.5rem; }
  .feature-copy, .about-section, .signup { grid-template-columns: 1fr; }
  .feature-copy .actions { grid-column: 1; }
  .catalog a { gap: 1rem; grid-template-columns: 2rem 1fr auto; }
  .shows-heading { margin-bottom: 3rem; }
  .show-card { align-items: start; grid-template-columns: 5.5rem 1fr; }
  .show-card > a { grid-column: 2; }
  .about-section .section-kicker { display: flex; }
  .about-section .section-index { margin-top: 0; }
  .signup { gap: 3rem; padding: 5rem 6vw; }
  footer { grid-template-columns: 1fr; }
  .footer-logo { width: 7rem; }
  .footer-contact, .copyright { grid-column: 1; }
  .footer-contact a { font-size: clamp(1rem, 5.7vw, 2.2rem); }
  .press-grid, .press-music, .press-credits { grid-template-columns: 1fr; }
  .press-grid .section-kicker, .press-music .section-kicker, .press-credits .section-kicker { display: flex; }
  .press-grid .section-index { margin-top: 0; }
  .asset-grid { grid-template-columns: 1fr; }
  .press-contact > a { font-size: clamp(1.05rem, 5.4vw, 2rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
