:root {
  color-scheme: dark;
  --background: #090a0c;
  --surface: #111317;
  --surface-raised: #17191e;
  --ink: #f4f1e9;
  --muted: #a4a3a0;
  --muted-2: #737477;
  --line: rgba(244, 241, 233, 0.14);
  --line-strong: rgba(244, 241, 233, 0.28);
  --acid: #d7ff43;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 5%, rgba(215, 255, 67, 0.07), transparent 27rem),
    radial-gradient(circle at 12% 36%, rgba(113, 81, 255, 0.08), transparent 34rem),
    var(--background);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(8.333vw - 1px),
    rgba(255, 255, 255, 0.018) calc(8.333vw - 1px),
    rgba(255, 255, 255, 0.018) 8.333vw
  );
  content: "";
  pointer-events: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

[hidden] {
  display: none !important;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--acid);
  color: #0b0d07;
  font-weight: 850;
  text-decoration: none;
  transform: translateY(-160%);
}

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

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 2.5rem), var(--max-width));
  min-height: 5.6rem;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.7rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--acid);
  color: #090b05;
  font-size: 0.95rem;
  font-weight: 950;
  transform: rotate(-9deg);
  transition: transform 240ms ease;
}

.brand:hover .brand-mark {
  transform: rotate(0);
}

.brand-name,
.footer-brand {
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: -0.065em;
}

.journey {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  color: var(--muted-2);
}

.journey span {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  font-size: 0.76rem;
  font-weight: 720;
  transition: color 220ms ease;
}

.journey span b {
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.journey span.is-active {
  color: var(--ink);
}

.journey span.is-active b,
.journey span.is-complete b {
  color: var(--acid);
}

.journey i {
  display: block;
  width: 1.7rem;
  height: 1px;
  background: var(--line);
}

.random-button {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.55rem;
  min-height: 2.7rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 780;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.random-button:hover {
  border-color: rgba(215, 255, 67, 0.58);
  background: rgba(215, 255, 67, 0.08);
  transform: translateY(-1px);
}

.random-button svg,
.back-link svg,
.round-arrow svg {
  width: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

main {
  width: min(calc(100% - 2.5rem), var(--max-width));
  min-height: calc(100vh - 18rem);
  margin: 0 auto;
  outline: 0;
}

.view {
  min-height: 32rem;
}

.view-home {
  padding: clamp(4.1rem, 8vw, 7.5rem) 0 7rem;
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(17rem, 0.55fr);
  align-items: end;
  gap: 4rem;
}

.eyebrow,
.section-label {
  margin: 0 0 1.1rem;
  color: var(--acid);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

.home-intro h1 {
  max-width: 870px;
  margin: 0;
  font-size: clamp(3.3rem, 7.3vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.home-intro h1 em,
.meaning-title h2 em {
  color: var(--acid);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.intro-copy {
  margin: 0 0 0.25rem;
  color: #c0bfbb;
  font-size: 1rem;
  line-height: 1.7;
}

.search-shell {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 750px);
  min-height: 4.5rem;
  margin-top: clamp(2.8rem, 5vw, 4.5rem);
  padding: 0 1rem 0 1.3rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.9rem;
  background: rgba(17, 19, 23, 0.88);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.25);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.search-shell:focus-within {
  border-color: var(--acid);
  box-shadow:
    0 1.5rem 4rem rgba(0, 0, 0, 0.32),
    0 0 0 4px rgba(215, 255, 67, 0.09);
}

.search-shell svg {
  flex: 0 0 auto;
  width: 1.4rem;
  margin-right: 0.85rem;
  fill: none;
  stroke: var(--muted);
  stroke-linecap: round;
  stroke-width: 1.8;
}

.search-shell input {
  min-width: 0;
  flex: 1;
  height: 4.3rem;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1.05rem;
}

.search-shell input::placeholder {
  color: #77787b;
}

kbd {
  padding: 0.25rem 0.52rem;
  border: 1px solid var(--line);
  border-bottom-color: var(--line-strong);
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-family: inherit;
  font-size: 0.72rem;
}

.catalog-heading,
.song-list-heading,
.search-results-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin: clamp(4rem, 8vw, 7rem) 0 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.catalog-heading h2,
.song-list-heading h2,
.search-results-heading h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  letter-spacing: -0.05em;
}

.catalog-heading span,
.song-list-heading span,
.search-results-heading span {
  color: var(--muted);
  font-size: 0.84rem;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.artist-card {
  --accent: var(--acid);
  --accent-soft: #68772a;
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 23rem;
  overflow: hidden;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--accent-soft) 45%, #15171b), #101216 68%);
  text-decoration: none;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.16);
  transition:
    transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 220ms ease,
    box-shadow 300ms ease;
}

.artist-card:nth-child(1) {
  grid-column: span 7;
}

.artist-card:nth-child(2) {
  grid-column: span 5;
}

.artist-card:nth-child(n + 3) {
  grid-column: span 4;
  min-height: 21rem;
}

.artist-card::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(3, 4, 5, 0.8)),
    radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--accent) 28%, transparent), transparent 45%);
  content: "";
}

.artist-card::after {
  position: absolute;
  z-index: -1;
  right: -4rem;
  bottom: -6rem;
  width: 20rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.07) 0,
    rgba(255, 255, 255, 0.07) 1px,
    transparent 2px,
    transparent 7px
  );
  content: "";
  opacity: 0.52;
  transition:
    transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 300ms ease;
}

.artist-card:hover {
  z-index: 2;
  border-color: color-mix(in srgb, var(--accent) 65%, transparent);
  box-shadow: 0 1.7rem 4rem rgba(0, 0, 0, 0.35);
  transform: translateY(-0.45rem);
}

.artist-card:hover::after {
  opacity: 0.85;
  transform: rotate(12deg) scale(1.04);
}

.artist-number {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  color: color-mix(in srgb, var(--accent) 75%, white);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.artist-disc {
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 1.6rem;
  display: grid;
  width: clamp(7.7rem, 15vw, 11rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--accent) 0 9%, #111 10% 13%, transparent 14%),
    repeating-radial-gradient(circle, #1b1c1f 0, #1b1c1f 2px, #0c0d0f 3px, #0c0d0f 7px);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.34);
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.artist-card:hover .artist-disc {
  transform: rotate(20deg);
}

.artist-disc b {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #101114;
  font-size: 0.7rem;
  letter-spacing: -0.05em;
}

.artist-meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-self: flex-end;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.artist-meta small {
  margin-bottom: 0.65rem;
  color: color-mix(in srgb, var(--accent) 75%, white);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.11em;
}

.artist-meta strong {
  max-width: 94%;
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 860;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.artist-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  color: #c7c6c2;
  font-size: 0.82rem;
}

.artist-meta i {
  color: var(--accent);
  font-size: 1rem;
  font-style: normal;
}

.search-results {
  max-width: 940px;
}

.search-results-heading {
  margin-bottom: 0;
}

.result-row {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr) minmax(8rem, auto) auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 5.8rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition:
    background 180ms ease,
    padding 180ms ease;
}

.result-row:hover {
  padding-inline: 1rem;
  background: rgba(255, 255, 255, 0.035);
}

.result-row strong {
  font-size: 1.2rem;
  letter-spacing: -0.025em;
}

.result-row small {
  color: var(--muted);
  font-size: 0.78rem;
}

.result-type {
  color: var(--acid);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.result-row > span:last-child {
  color: var(--acid);
}

.empty-state {
  max-width: 720px;
  margin-top: 5rem;
  padding: 3rem;
  border: 1px dashed var(--line-strong);
  border-radius: 1.2rem;
  text-align: center;
}

.empty-state > span {
  color: var(--acid);
  font-family: Georgia, serif;
  font-size: 2.5rem;
}

.empty-state h2 {
  margin: 0.7rem 0 0.25rem;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.empty-state p {
  margin-bottom: 1.3rem;
  color: var(--muted);
}

.empty-state button {
  min-height: 2.8rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 0.84rem;
}

.view-artist,
.view-song {
  padding: 2rem 0 7rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.7rem;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 730;
  text-decoration: none;
  transition: color 160ms ease;
}

.back-link:hover {
  color: var(--acid);
}

.back-link svg {
  width: 1.15rem;
}

.artist-hero {
  --accent: var(--acid);
  --accent-soft: #667526;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
  align-items: center;
  min-height: clamp(27rem, 58vw, 38rem);
  overflow: hidden;
  padding: clamp(2rem, 6vw, 5rem);
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background:
    linear-gradient(125deg, color-mix(in srgb, var(--accent-soft) 54%, #111318), #111318 66%);
}

.artist-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.12), rgba(5, 6, 8, 0.6)),
    radial-gradient(circle at 82% 45%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 38%);
  content: "";
}

.artist-hero-copy {
  position: relative;
  z-index: 2;
}

.artist-hero .eyebrow,
.song-hero .eyebrow {
  color: var(--accent);
}

.artist-hero h1 {
  max-width: 780px;
  margin: 0 0 1.7rem;
  outline: 0;
  font-size: clamp(3.4rem, 8vw, 7.6rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.88;
}

.artist-hero-copy > p:last-child {
  max-width: 620px;
  margin: 0;
  color: #d1d0cc;
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.72;
}

.hero-disc {
  position: relative;
  z-index: 1;
  display: grid;
  justify-self: end;
  width: min(31vw, 23rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--accent) 0 8%, #111 8.5% 12%, transparent 12.5%),
    repeating-radial-gradient(circle, #202226 0, #202226 2px, #0a0b0d 3px, #0a0b0d 9px);
  box-shadow: 1.4rem 2rem 4rem rgba(0, 0, 0, 0.38);
  transform: rotate(-9deg);
}

.hero-disc::before {
  position: absolute;
  width: 36%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.hero-disc span {
  position: relative;
  z-index: 1;
  color: #111318;
  font-size: clamp(1rem, 2vw, 1.6rem);
  font-weight: 950;
  letter-spacing: -0.08em;
}

.song-list-heading {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.song-list {
  border-top: 1px solid transparent;
}

.song-row {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) 7rem 3rem;
  align-items: center;
  gap: 1.25rem;
  min-height: 7.7rem;
  padding: 0 0.6rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition:
    padding 220ms ease,
    background 220ms ease;
}

.song-row:hover {
  padding-inline: 1.2rem;
  background: rgba(255, 255, 255, 0.035);
}

.song-index {
  color: var(--muted-2);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.song-row-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.song-row-main strong {
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  font-weight: 780;
  letter-spacing: -0.05em;
}

.song-row-main small {
  margin-top: 0.3rem;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.song-mood {
  justify-self: start;
  padding: 0.35rem 0.62rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #b9b8b4;
  font-size: 0.7rem;
}

.round-arrow {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.song-row:hover .round-arrow,
.next-song:hover .round-arrow {
  border-color: var(--acid);
  background: var(--acid);
  color: #0a0c06;
  transform: translateX(0.2rem);
}

.view-song {
  max-width: 1160px;
  margin: 0 auto;
}

.song-hero {
  --accent: var(--acid);
  --accent-soft: #667526;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.5fr);
  align-items: center;
  min-height: clamp(27rem, 56vw, 38rem);
  overflow: hidden;
  padding: clamp(2.2rem, 7vw, 5.2rem);
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background:
    linear-gradient(130deg, color-mix(in srgb, var(--accent-soft) 55%, #111318), #101216 67%);
}

.song-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(3, 4, 5, 0.03), rgba(3, 4, 5, 0.65)),
    radial-gradient(circle at 85% 30%, color-mix(in srgb, var(--accent) 20%, transparent), transparent 39%);
  content: "";
}

.song-identity {
  position: relative;
  z-index: 2;
}

.song-identity h1 {
  max-width: 800px;
  margin: 0 0 1.5rem;
  outline: 0;
  font-size: clamp(3.5rem, 8vw, 7.7rem);
  font-weight: 920;
  letter-spacing: -0.085em;
  line-height: 0.88;
}

.song-synopsis {
  max-width: 640px;
  margin-bottom: 1.4rem;
  color: #d2d1cd;
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.7;
}

.theme-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.theme-list li {
  padding: 0.38rem 0.72rem;
  border: 1px solid color-mix(in srgb, var(--accent) 48%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  color: color-mix(in srgb, var(--accent) 75%, white);
  font-size: 0.74rem;
}

.song-glyph {
  display: grid;
  justify-self: end;
  width: min(27vw, 19rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.05) 0 9%, transparent 10%),
    repeating-radial-gradient(
      circle,
      color-mix(in srgb, var(--accent) 9%, #1b1d21) 0,
      color-mix(in srgb, var(--accent) 9%, #1b1d21) 2px,
      #0a0b0d 3px,
      #0a0b0d 8px
    );
  box-shadow: 1.4rem 2rem 4rem rgba(0, 0, 0, 0.38);
}

.song-glyph span {
  display: grid;
  width: 37%;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #111318;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-style: italic;
  line-height: 1;
}

.credits {
  display: grid;
  grid-template-columns: 0.36fr 1.64fr;
  gap: 2rem;
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-bottom: 1px solid var(--line);
}

.credits .section-label {
  margin: 0;
  color: var(--muted-2);
}

.credits dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 3rem;
  margin: 0;
}

.credits dl div {
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}

.credits dt {
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.75rem;
}

.credits dd {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 680;
  letter-spacing: -0.02em;
}

.meaning-section {
  display: grid;
  grid-template-columns: minmax(15rem, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 9vw, 8rem);
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.meaning-title .section-label {
  color: var(--acid);
}

.meaning-title h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  font-weight: 870;
  letter-spacing: -0.07em;
  line-height: 0.93;
}

.meaning-copy > p:first-child {
  margin: 0;
  color: #d8d6d0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  line-height: 1.72;
}

.meaning-copy aside {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding: 1.5rem;
  border-left: 2px solid var(--acid);
  background: rgba(215, 255, 67, 0.055);
}

.meaning-copy aside > span {
  color: var(--acid);
  font-size: 1.2rem;
}

.meaning-copy aside strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.meaning-copy aside p {
  margin: 0;
  color: #bab9b5;
  line-height: 1.7;
}

.interpretation-note {
  margin: 2rem 0 0;
  color: var(--muted-2);
  font-size: 0.76rem;
  line-height: 1.6;
}

.next-song {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 9rem;
  padding: 1.7rem 2rem;
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background: linear-gradient(110deg, color-mix(in srgb, var(--accent) 9%, #111318), #111318);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.next-song:hover {
  border-color: color-mix(in srgb, var(--accent) 58%, transparent);
  transform: translateY(-0.2rem);
}

.next-song > span:first-child {
  display: flex;
  flex-direction: column;
}

.next-song small {
  margin-bottom: 0.35rem;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.next-song strong {
  font-size: clamp(1.65rem, 4vw, 2.8rem);
  letter-spacing: -0.05em;
}

footer {
  display: grid;
  grid-template-columns: 1fr minmax(18rem, 1.2fr) 1fr;
  align-items: end;
  gap: 2rem;
  width: min(calc(100% - 2.5rem), var(--max-width));
  min-height: 11rem;
  padding: 2.5rem 0;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.footer-brand span {
  color: var(--acid);
}

footer p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.edition {
  justify-self: end;
  color: var(--muted-2);
  font-size: 0.66rem;
  font-weight: 780;
  letter-spacing: 0.09em;
}

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

body.is-routing {
  pointer-events: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .journey {
    display: none;
  }

  .home-intro {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .intro-copy {
    max-width: 620px;
  }

  .artist-card:nth-child(1),
  .artist-card:nth-child(2) {
    grid-column: span 6;
  }

  .artist-card:nth-child(n + 3) {
    grid-column: span 4;
  }

  .artist-hero,
  .song-hero {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.42fr);
  }

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

  .meaning-section {
    gap: 3rem;
  }
}

@media (max-width: 720px) {
  body::before {
    background-image: repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(25vw - 1px),
      rgba(255, 255, 255, 0.018) calc(25vw - 1px),
      rgba(255, 255, 255, 0.018) 25vw
    );
  }

  .site-header,
  main,
  footer {
    width: min(calc(100% - 1.25rem), var(--max-width));
  }

  .site-header {
    min-height: 4.8rem;
  }

  .brand-name {
    font-size: 1.2rem;
  }

  .brand-mark {
    width: 2rem;
    height: 2rem;
  }

  .random-button {
    min-height: 2.5rem;
    padding: 0.55rem 0.7rem;
  }

  .random-button span {
    display: none;
  }

  .view-home {
    padding: 3.3rem 0 5rem;
  }

  .home-intro h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .search-shell {
    min-height: 4rem;
    margin-top: 2.4rem;
    padding-left: 1rem;
  }

  .search-shell input {
    height: 3.85rem;
    font-size: 1rem;
  }

  kbd {
    display: none;
  }

  .catalog-heading,
  .song-list-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 4rem;
  }

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

  .artist-card:nth-child(n) {
    grid-column: auto;
    min-height: 19rem;
  }

  .artist-disc {
    width: 8.6rem;
  }

  .artist-meta strong {
    max-width: 75%;
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .result-row {
    grid-template-columns: 1fr auto;
    gap: 0.35rem 1rem;
    min-height: 6.5rem;
    padding: 0.7rem 0;
  }

  .result-type,
  .result-row strong {
    grid-column: 1;
  }

  .result-row small {
    grid-column: 1;
  }

  .result-row > span:last-child {
    grid-row: 1 / span 3;
    grid-column: 2;
  }

  .view-artist,
  .view-song {
    padding-top: 1.2rem;
  }

  .back-link {
    margin-bottom: 1.2rem;
  }

  .artist-hero,
  .song-hero {
    grid-template-columns: 1fr;
    align-content: space-between;
    min-height: 34rem;
    padding: 1.5rem;
    border-radius: 1.1rem;
  }

  .artist-hero h1,
  .song-identity h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .hero-disc,
  .song-glyph {
    position: absolute;
    z-index: 0;
    right: -4rem;
    bottom: -4rem;
    width: 15rem;
    opacity: 0.5;
  }

  .song-row {
    grid-template-columns: 2.2rem minmax(0, 1fr) 2.8rem;
    gap: 0.65rem;
    min-height: 7.2rem;
    padding-inline: 0.2rem;
  }

  .song-mood {
    display: none;
  }

  .song-row-main small {
    max-width: 70vw;
  }

  .credits {
    padding: 3rem 0;
  }

  .credits dl {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .meaning-section {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 4.5rem 0;
  }

  .meaning-copy > p:first-child {
    font-size: 1.25rem;
  }

  .meaning-copy aside {
    padding: 1.2rem;
  }

  .next-song {
    min-height: 8rem;
    padding: 1.4rem;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    min-height: auto;
    padding: 2.5rem 0;
  }

  .edition {
    justify-self: start;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
