:root {
  --bg: #030204;
  --panel: rgba(10, 5, 8, 0.86);
  --panel-soft: rgba(24, 7, 14, 0.74);
  --line: rgba(255, 54, 98, 0.76);
  --line-soft: rgba(255, 54, 98, 0.3);
  --hot: #ff335f;
  --hot-2: #ff7a94;
  --text: #fff7f8;
  --muted: #cdb3b8;
  --shadow: 0 0 24px rgba(255, 26, 78, 0.34), 0 0 54px rgba(255, 26, 78, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 26, 78, 0.18), transparent 23rem),
    radial-gradient(circle at 78% 20%, rgba(255, 42, 111, 0.12), transparent 25rem),
    linear-gradient(180deg, #020102 0%, #080306 48%, #020102 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, black, transparent 85%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, transparent 0 39%, rgba(255, 44, 91, 0.09) 39.2%, transparent 40% 100%),
    linear-gradient(12deg, transparent 0 70%, rgba(255, 44, 91, 0.08) 70.2%, transparent 71% 100%);
  pointer-events: none;
}

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  width: min(calc(100% - 2rem), var(--max));
  margin: 1rem auto 0;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.84);
  box-shadow: 0 0 22px rgba(255, 42, 83, 0.24);
  backdrop-filter: blur(12px);
}

.brand {
  display: grid;
  grid-template-columns: 46px auto;
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
  align-items: center;
  width: max-content;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 0 10px rgba(255, 62, 98, 0.72));
}

.brand span {
  font-family: Parisienne, cursive;
  font-size: 1.7rem;
  line-height: 0.85;
  text-transform: none;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.brand small {
  color: var(--hot-2);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.42em;
}

.site-nav,
.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 1.8vw, 1.65rem);
}

.site-nav a {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

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

.social-links a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.social-links svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.menu-toggle {
  display: none;
}

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

.section-band,
.content-panel,
.feature-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 40, 86, 0.1), transparent 32%),
    linear-gradient(180deg, var(--panel), rgba(0, 0, 0, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), var(--shadow);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
  align-items: center;
  min-height: 620px;
  margin-top: -1px;
  padding: clamp(1.6rem, 4vw, 3.8rem);
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 12% 0 auto -4%;
  height: 50%;
  background:
    repeating-linear-gradient(168deg, transparent 0 27px, rgba(255, 31, 76, 0.14) 28px, transparent 30px),
    radial-gradient(circle, rgba(255, 51, 95, 0.2), transparent 48%);
  transform: rotate(-8deg);
}

.hero::after {
  right: 4%;
  bottom: 9%;
  width: 28%;
  min-width: 220px;
  height: 120px;
  border-top: 1px solid rgba(255, 55, 101, 0.26);
  border-bottom: 1px solid rgba(255, 55, 101, 0.26);
  transform: rotate(-8deg);
  opacity: 0.9;
}

.hero-media {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.hero-media img {
  position: relative;
  z-index: 2;
  width: min(470px, 100%);
  border-radius: 50%;
  filter: drop-shadow(0 0 24px rgba(255, 34, 78, 0.58));
}

.neon-ring {
  position: absolute;
  inset: auto;
  width: min(88%, 440px);
  aspect-ratio: 1;
  border: 4px solid rgba(255, 82, 118, 0.78);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(255, 39, 83, 0.72), inset 0 0 28px rgba(255, 39, 83, 0.22);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.eyebrow,
.kicker {
  margin: 0 0 0.85rem;
  color: var(--hot);
  font-size: clamp(0.82rem, 1.6vw, 1.08rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: Parisienne, cursive;
  font-size: clamp(5rem, 10vw, 8.4rem);
  font-weight: 400;
  line-height: 0.78;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.9), 0 0 34px rgba(255, 46, 88, 0.84);
}

.hero h1 span {
  display: block;
  margin-top: 0.4rem;
  color: var(--hot-2);
  font-family: Inter, sans-serif;
  font-size: clamp(1.45rem, 4vw, 3.1rem);
  font-weight: 900;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.hero-content p:not(.eyebrow) {
  max-width: 38rem;
  margin: 1.6rem auto 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 42, 83, 0.09);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 12px rgba(255, 42, 83, 0.18);
  cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
  background: rgba(255, 42, 83, 0.22);
  box-shadow: var(--shadow);
}

.btn-primary {
  background: linear-gradient(180deg, rgba(255, 51, 95, 0.34), rgba(255, 51, 95, 0.08));
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin: 1.25rem 0;
}

.feature-card {
  min-height: 240px;
  padding: 1.45rem;
  overflow: hidden;
  text-decoration: none;
}

.feature-card:nth-child(1) {
  background:
    radial-gradient(circle at 78% 38%, rgba(255, 52, 93, 0.35), transparent 26%),
    linear-gradient(180deg, rgba(16, 5, 9, 0.92), rgba(0, 0, 0, 0.88));
}

.feature-card:nth-child(2) {
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 52, 93, 0.32), transparent 30%),
    linear-gradient(180deg, rgba(16, 5, 9, 0.92), rgba(0, 0, 0, 0.88));
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--hot-2);
  font-size: 1.8rem;
  line-height: 1;
}

.feature-card h2,
.content-panel h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.feature-card p,
.content-panel p {
  color: var(--muted);
}

.feature-card strong {
  display: inline-flex;
  margin-top: 1rem;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.content-panel {
  scroll-margin-top: 6.5rem;
  margin: 1.25rem 0;
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.about-panel {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 420px);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
}

.about-panel img {
  width: min(100%, 370px);
  justify-self: center;
  border-radius: 50%;
  border: 2px solid var(--line);
  box-shadow: var(--shadow);
}

.section-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.track-list {
  display: grid;
  grid-auto-columns: minmax(250px, 32%);
  grid-auto-flow: column;
  gap: 0.8rem;
  margin-inline: calc(clamp(1.4rem, 4vw, 2.4rem) * -1);
  padding: 0 clamp(1.4rem, 4vw, 2.4rem) 0.35rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: clamp(1.4rem, 4vw, 2.4rem);
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--line) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.track-list::-webkit-scrollbar {
  height: 10px;
}

.track-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}

.track-list::-webkit-scrollbar-thumb {
  border: 2px solid rgba(0, 0, 0, 0.78);
  border-radius: 999px;
  background: var(--hot);
}

.track-card {
  display: grid;
  gap: 1rem;
  grid-template-rows: auto 1fr auto;
  min-height: 330px;
  padding: 1rem;
  border: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, 0.48);
  scroll-snap-align: start;
}

.track-artwork {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: rgba(255, 42, 83, 0.1);
  box-shadow: 0 0 16px rgba(255, 42, 83, 0.14);
}

.track-artwork::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.32));
  pointer-events: none;
}

.track-artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.track-card:hover .track-artwork img,
.track-card:focus-within .track-artwork img {
  transform: scale(1.035);
}

.track-artwork-fallback {
  display: grid;
  place-items: center;
  color: var(--hot-2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.track-content {
  min-width: 0;
}

.track-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.track-card p {
  margin: 0;
  font-size: 0.92rem;
}

.track-card .btn {
  align-self: end;
  justify-self: start;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  width: min(calc(100% - 2rem), var(--max));
  margin: 1.25rem auto 1rem;
  padding: 1.4rem;
  border: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, 0.82);
}

.footer-brand {
  margin-bottom: 0.6rem;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1.1rem;
}

.site-footer nav a {
  color: var(--muted);
  font-size: 0.78rem;
  text-decoration: none;
}

.copyright {
  justify-self: end;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.42);
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text);
  }

  .site-nav,
  .social-links {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .social-links {
    display: flex;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 0.75rem;
    border-top: 1px solid var(--line-soft);
  }

  .social-links {
    justify-content: flex-start;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 1.2rem;
  }

  .hero-media img {
    width: min(82vw, 360px);
  }

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

  .track-list {
    grid-auto-columns: minmax(245px, 74%);
  }

  .about-panel {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .copyright {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .site-header,
  main,
  .site-footer {
    width: min(calc(100% - 1rem), var(--max));
  }

  .brand span {
    font-size: 1.35rem;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 19vw, 5rem);
  }

  .hero h1 span {
    letter-spacing: 0.22em;
  }

  .button-row,
  .section-copy {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}
