@font-face {
  font-family: "Strasua";
  src: url("fonts/Strasua.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --logo-font: "Strasua", Arial, Helvetica, sans-serif;
  --bg: #050505;
  --bg-soft: #0b0b0b;
  --panel: #111111;
  --panel-2: #171717;
  --text: #f8f8f2;
  --muted: #b8b8ad;
  --soft: #77776f;
  --line: rgba(248, 248, 242, 0.14);
  --acid: #f1fc00;
  --cyan: #40dfff;
  --red: #ff3d22;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 61, 34, 0.18), transparent 28%),
    linear-gradient(180deg, #050505 0%, #090909 45%, #050505 100%);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--acid);
  color: #050505;
  font-size: 13px;
  font-weight: 900;
}

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

.site-header {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  right: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 34px;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.54));
  backdrop-filter: blur(16px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(5, 5, 5, 0.92);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: var(--logo-font);
  line-height: 0.9;
  letter-spacing: 0;
}

.brand-name {
  position: relative;
  font-size: 32px;
  color: var(--text);
  text-shadow: 0 0 26px rgba(241, 252, 0, 0.16);
}

.brand-name::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -8px;
  height: 2px;
  background: linear-gradient(90deg, var(--acid), var(--cyan), transparent);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(248, 248, 242, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--text);
  border-color: var(--acid);
}

.site-nav .nav-cta {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(241, 252, 0, 0.62);
  border-radius: 8px;
  color: var(--acid);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 248, 242, 0.04);
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background: var(--acid);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: flex;
  align-items: flex-end;
  padding: 136px 34px 74px;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.78) 43%, rgba(5, 5, 5, 0.34) 72%, rgba(5, 5, 5, 0.74) 100%),
    #050505;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(241, 252, 0, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(248, 248, 242, 0.045) 1px, transparent 1px);
  background-size: 86px 86px, 86px 86px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 34%, #000 72%, transparent 100%);
  opacity: 0.48;
}

.hero-backdrop {
  position: absolute;
  z-index: -4;
  inset: 0 0 0 auto;
  width: 68%;
  overflow: hidden;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.72) 18%, rgba(5, 5, 5, 0.08) 56%, rgba(5, 5, 5, 0.8) 100%),
    linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, 0.08) 36%, rgba(255, 61, 34, 0.22) 100%);
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.05) contrast(1.08);
}

.signal-canvas {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.24;
  mix-blend-mode: screen;
}

.hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.eyebrow,
.section-kicker,
.card-label,
.release-list span,
.tour-date,
.contact-link span,
.platform-grid span,
.asset-card span,
.booking-facts span {
  margin: 0 0 14px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1 {
  margin-bottom: 14px;
  font-family: var(--logo-font);
  font-size: 128px;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
  text-shadow:
    0 0 24px rgba(241, 252, 0, 0.18),
    0 0 70px rgba(255, 61, 34, 0.28);
}

h2 {
  margin-bottom: 18px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: 0;
}

.hero-role {
  margin-bottom: 14px;
  color: var(--text);
  font-size: 24px;
  font-weight: 900;
}

.hero-lines {
  display: grid;
  gap: 3px;
  margin-bottom: 22px;
  color: var(--text);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.02;
}

.hero-lines span:nth-child(2) {
  color: var(--acid);
}

.hero-lines span:nth-child(3) {
  color: var(--cyan);
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(248, 248, 242, 0.78);
  font-size: 18px;
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible,
.feature-card a:hover,
.text-link:hover,
.contact-link:hover,
.platform-grid a:hover,
.asset-card:hover,
.tour-table a:hover,
.booking-facts a:hover {
  transform: translateY(-2px);
}

.button-primary {
  border: 1px solid var(--acid);
  background: var(--acid);
  color: #050505;
  box-shadow: 0 20px 56px rgba(241, 252, 0, 0.18);
}

.button-secondary {
  border: 1px solid rgba(248, 248, 242, 0.24);
  background: rgba(248, 248, 242, 0.04);
  color: var(--text);
  backdrop-filter: blur(12px);
}

.release-strip {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: min(360px, calc(100% - 68px));
  padding: 18px;
  border: 1px solid rgba(241, 252, 0, 0.22);
  border-radius: 8px;
  background: rgba(12, 12, 12, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.release-strip span {
  display: block;
  margin-bottom: 5px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.release-strip strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.release-strip p {
  margin: 10px 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.release-strip a,
.text-link {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ticker {
  border-block: 1px solid var(--line);
  background: #0b0b0b;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  min-height: 54px;
  align-items: center;
  gap: 34px;
  padding-inline: 24px;
  animation: ticker 34s linear infinite;
}

.ticker-track span {
  color: rgba(248, 248, 242, 0.66);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 96px 34px;
}

.section-split {
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.section-header {
  max-width: 720px;
  margin-bottom: 32px;
}

.section p,
.page-hero p,
.feature-card p,
.release-detail p,
.tour-table p,
.rider-grid p,
.press-copy p,
.copy-block p,
.quote-block p {
  color: var(--muted);
}

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

.feature-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.release-detail,
.quote-block,
.fact-panel,
.tour-table article,
.rider-grid article,
.booking-form,
.platform-grid a,
.asset-card,
.booking-facts a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(241, 252, 0, 0.055), transparent 38%),
    var(--panel);
}

.feature-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.feature-card a {
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 160ms ease;
}

.release-feature {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
}

.cover-art {
  position: relative;
  min-height: 180px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(241, 252, 0, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(241, 252, 0, 0.24), transparent 32%),
    linear-gradient(315deg, rgba(64, 223, 255, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(255, 61, 34, 0.24), transparent 70%),
    #0c0c0c;
}

.cover-art::before,
.cover-art::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(248, 248, 242, 0.24);
}

.cover-art::after {
  inset: 32%;
  border-color: rgba(241, 252, 0, 0.56);
  transform: rotate(45deg);
}

.cover-art span {
  position: relative;
  z-index: 1;
  font-family: var(--logo-font);
  font-size: 40px;
  text-shadow: 0 0 24px rgba(241, 252, 0, 0.24);
}

.cover-art.large {
  min-height: 520px;
}

.band-section {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 120px 34px 76px;
  overflow: hidden;
  border-block: 1px solid var(--line);
}

.band-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.82) 35%, rgba(5, 5, 5, 0.42) 72%, rgba(5, 5, 5, 0.86) 100%),
    linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, 0.1) 54%, rgba(64, 223, 255, 0.16) 100%);
}

.band-media {
  position: absolute;
  inset: 0;
}

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

.band-content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  max-width: 760px;
}

.band-content p {
  color: var(--muted);
  font-size: 17px;
}

.contact-band {
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(310px, 0.62fr);
  gap: 28px;
  align-items: center;
  margin: 0 auto 36px;
  padding: 64px 34px;
  border-top: 1px solid var(--line);
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-actions.stacked {
  margin-top: 22px;
}

.contact-link {
  display: block;
  padding: 20px;
  border: 1px solid rgba(241, 252, 0, 0.2);
  border-radius: 8px;
  background: rgba(248, 248, 242, 0.04);
  transition: transform 160ms ease;
}

.contact-link strong {
  display: block;
  color: var(--text);
  font-size: 19px;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 34px;
  border-top: 1px solid var(--line);
  background: #050505;
  color: var(--muted);
}

.footer-brand {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 28px;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: rgba(248, 248, 242, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--acid);
}

.page-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 150px 34px 72px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(241, 252, 0, 0.09), transparent 28%, rgba(64, 223, 255, 0.08)),
    linear-gradient(180deg, #101010, #050505);
}

.page-hero > * {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin-left: auto;
  margin-right: auto;
}

.page-hero h1 {
  font-size: 86px;
}

.page-hero p:not(.eyebrow) {
  max-width: 780px;
  font-size: 19px;
}

.page-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: none;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.image-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.7) 48%, rgba(5, 5, 5, 0.28) 100%);
}

.editorial-layout,
.booking-layout,
.contact-grid,
.release-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.56fr);
  gap: 36px;
  align-items: start;
}

.copy-block {
  max-width: 760px;
}

.copy-block p {
  font-size: 17px;
}

.fact-panel {
  padding: 20px;
}

.fact-panel dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.fact-panel div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.fact-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.fact-panel dt {
  margin-bottom: 5px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fact-panel dd {
  margin: 0;
}

.fact-panel a {
  color: var(--cyan);
  font-weight: 900;
}

.quote-block {
  padding: 28px;
}

.quote-block p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.38;
}

.press-copy h3 {
  margin-top: 22px;
}

.press-copy h3:first-child {
  margin-top: 0;
}

.release-detail {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
  padding: 20px;
}

.release-layout {
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 0.76fr);
}

.release-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.release-list article {
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.release-list h3 a {
  color: var(--text);
}

.release-list h3 a:hover,
.release-list h3 a:focus-visible {
  color: var(--acid);
}

.tour-table {
  border-top: 1px solid var(--line);
}

.tour-table article {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  border-right: 0;
  border-left: 0;
}

.tour-table p {
  margin: 0;
}

.tour-table a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(241, 252, 0, 0.24);
  border-radius: 8px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 160ms ease;
}

.download-grid,
.rider-grid,
.platform-grid,
.booking-facts {
  display: grid;
  gap: 14px;
}

.download-grid,
.platform-grid.listen-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.rider-grid article {
  padding: 20px;
}

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

.platform-grid a,
.asset-card,
.booking-facts a {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  transition: transform 160ms ease, border-color 160ms ease;
}

.platform-grid a:hover,
.asset-card:hover,
.booking-facts a:hover {
  border-color: rgba(241, 252, 0, 0.42);
}

.platform-grid strong,
.asset-card strong,
.booking-facts strong {
  color: var(--text);
  font-size: 20px;
}

.booking-form {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #080808;
  color: var(--text);
  padding: 11px 12px;
}

.booking-form textarea {
  min-height: 150px;
  resize: vertical;
}

.booking-form input:focus,
.booking-form textarea:focus {
  outline: 2px solid rgba(241, 252, 0, 0.42);
  outline-offset: 2px;
}

.booking-form button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.faq-list summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
}

@media (max-width: 1060px) {
  h1 {
    font-size: 86px;
  }

  h2 {
    font-size: 34px;
  }

  .hero {
    display: block;
    min-height: auto;
    padding-top: 126px;
    padding-bottom: 66px;
  }

  .hero-lines {
    font-size: 28px;
  }

  .release-strip {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 440px);
    margin: 34px auto 0 0;
  }

  .section-split,
  .editorial-layout,
  .booking-layout,
  .contact-grid,
  .release-layout,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .feature-grid.three,
  .release-list,
  .rider-grid,
  .download-grid,
  .platform-grid.listen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-table article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 72px;
    padding: 14px 18px;
  }

  .brand-name {
    font-size: 26px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    right: 12px;
    left: 12px;
    height: calc(100dvh - 84px);
    max-height: calc(100dvh - 84px);
    overflow-y: auto;
    display: none;
    align-items: stretch;
    grid-auto-rows: min-content;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(5, 5, 5, 0.96);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a,
  .site-nav .nav-cta {
    min-height: 54px;
    justify-content: space-between;
    padding: 0 14px;
    border: 1px solid rgba(248, 248, 242, 0.12);
    border-radius: 8px;
    background: rgba(248, 248, 242, 0.035);
    color: rgba(248, 248, 242, 0.88);
  }

  .site-nav a:last-child {
    border-bottom: 1px solid rgba(248, 248, 242, 0.12);
  }

  .site-nav .nav-cta {
    background: var(--acid);
    color: #050505;
    border-color: var(--acid);
  }

  .hero,
  .section,
  .contact-band,
  .page-hero,
  .band-section,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 42px;
  }

  .hero-backdrop {
    width: 100%;
    opacity: 0.66;
  }

  .hero-backdrop::after {
    background:
      linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.72) 42%, rgba(5, 5, 5, 0.42) 100%),
      linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, 0.2) 42%, rgba(255, 61, 34, 0.18) 100%);
  }

  .hero-inner {
    max-width: 540px;
    margin-left: 0;
  }

  h1,
  .page-hero h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-role {
    font-size: 19px;
  }

  .hero-lines {
    font-size: 24px;
  }

  .hero-copy,
  .page-hero p:not(.eyebrow) {
    font-size: 17px;
  }

  .section-split {
    gap: 24px;
  }

  .feature-grid,
  .feature-grid.three,
  .release-list,
  .rider-grid,
  .download-grid,
  .platform-grid.listen-grid {
    gap: 12px;
  }

  .feature-card {
    min-height: auto;
    padding: 18px;
  }

  .release-feature,
  .release-detail {
    grid-template-columns: 1fr;
  }

  .release-strip {
    padding: 16px;
  }

  .release-strip strong {
    font-size: 22px;
  }

  .cover-art.large {
    min-height: 360px;
  }

  .band-section {
    min-height: 430px;
  }

  .site-footer {
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 56px;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 26px;
  }

  .hero {
    padding-top: 104px;
    padding-bottom: 34px;
  }

  .hero-role {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .hero-lines {
    margin-bottom: 18px;
    font-size: 25px;
  }

  .hero-copy {
    max-width: 33ch;
    margin-bottom: 22px;
    font-size: 16px;
  }

  .hero-actions,
  .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-actions .button-primary {
    grid-column: 1 / -1;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
  }

  .feature-grid,
  .feature-grid.three,
  .release-list,
  .rider-grid,
  .download-grid,
  .platform-grid,
  .platform-grid.listen-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .page-hero {
    min-height: 330px;
    padding-top: 112px;
    padding-bottom: 48px;
  }

  .release-strip {
    width: 100%;
    margin-top: 26px;
  }

  .cover-art {
    min-height: 220px;
  }

  .cover-art span {
    font-size: 34px;
  }

  .platform-grid a,
  .asset-card,
  .booking-facts a {
    min-height: 96px;
    padding: 16px;
  }

  .booking-form {
    padding: 18px;
  }

  .quote-block p {
    font-size: 18px;
  }

  .release-strip a,
  .feature-card a,
  .text-link,
  .fact-panel a,
  .release-list h3 a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .feature-card a {
    padding-top: 8px;
  }

  .site-footer nav {
    gap: 8px;
  }

  .site-footer nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(248, 248, 242, 0.035);
  }

  .platform-grid strong,
  .asset-card strong,
  .booking-facts strong,
  .contact-link strong {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
