:root {
  color-scheme: dark;
  --bg: #05070a;
  --bg-soft: #0b1014;
  --panel: #0f1419;
  --panel-strong: #151b20;
  --ink: #f7f7f2;
  --muted: #9eaab3;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.24);
  --cyan: #69dcff;
  --red: #ff4b61;
  --green: #66f0a6;
  --gold: #f2bf63;
  --shadow: rgba(0, 0, 0, 0.36);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(5, 7, 10, 0.96) 0%, rgba(9, 13, 17, 0.98) 52%, rgba(15, 10, 12, 0.98) 100%),
    #05070a;
  color: var(--ink);
  padding-bottom: 92px;
}

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

button,
input,
select {
  font: inherit;
}

button,
select,
input {
  border: 0;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(105, 220, 255, 0.58);
  border-radius: 7px;
  background: #05070a;
  color: var(--cyan);
  font-weight: 900;
  transform: translateY(-72px);
}

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

.site-shell {
  width: min(1500px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  background: rgba(5, 7, 10, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 38px;
  border: 1px solid rgba(105, 220, 255, 0.42);
  background: rgba(105, 220, 255, 0.08);
  color: var(--cyan);
  font-weight: 900;
  font-size: 0.84rem;
}

.brand-lockup strong,
.brand-lockup small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-lockup strong {
  font-size: 1rem;
}

.brand-lockup small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.topnav a,
.store-button,
.wide-store-link,
.featured-link,
.card-link,
.player-link,
.player-links button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 7px;
  color: var(--ink);
  white-space: nowrap;
}

.topnav a {
  color: var(--muted);
}

.topnav a:hover,
.topnav a:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.store-button,
.wide-store-link {
  background: var(--ink);
  color: #06080b;
  font-weight: 800;
}

.store-button:hover,
.wide-store-link:hover {
  background: var(--cyan);
}

.platform-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 0;
}

.platform-ribbon > span,
.platform-ribbon a {
  min-height: 38px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.platform-ribbon > span {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.platform-ribbon a {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
}

.platform-ribbon a:hover,
.platform-ribbon a:focus-visible {
  border-color: rgba(105, 220, 255, 0.6);
  background:
    linear-gradient(135deg, rgba(105, 220, 255, 0.12), transparent 58%),
    rgba(255, 255, 255, 0.06);
}

.platform-ribbon strong,
.platform-ribbon em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-ribbon strong {
  color: #f4f7f8;
  font-size: 0.82rem;
  line-height: 1;
}

.platform-ribbon em {
  color: var(--muted);
  font-size: 0.68rem;
  font-style: normal;
}

.listen-board {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 18px;
  align-items: stretch;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.noscript-panel {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(255, 75, 97, 0.44);
  background: rgba(255, 75, 97, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.noscript-panel strong {
  font-size: 1.1rem;
}

.noscript-panel span {
  color: #d4dee5;
  flex: 1 1 320px;
}

.noscript-panel a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
}

.featured {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 24px;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #080b0f;
  box-shadow: 0 28px 80px var(--shadow);
}

.featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.72) 43%, rgba(5, 7, 10, 0.36) 100%),
    var(--featured-cover);
  background-size: cover;
  background-position: center;
  filter: saturate(1.06) contrast(1.05);
  opacity: 0.86;
}

.featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 80px);
  pointer-events: none;
}

.featured-art,
.featured-copy {
  position: relative;
  z-index: 1;
}

.featured-art {
  align-self: end;
  padding: 24px;
}

.featured-art img,
.song-cover img,
.album-cover img,
.player-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cover-fallback {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(105, 220, 255, 0.18), transparent 44%),
    linear-gradient(315deg, rgba(255, 75, 97, 0.22), transparent 48%),
    #0b1116;
  color: var(--cyan);
  font-weight: 900;
  letter-spacing: 0;
}

.featured-cover-frame {
  width: min(100%, 390px);
  aspect-ratio: 1;
  border: 1px solid var(--line-strong);
  background: #10161c;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
}

.featured-copy {
  align-self: end;
  min-width: 0;
  padding: 40px 34px 40px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(105, 220, 255, 0.34);
  background: rgba(105, 220, 255, 0.08);
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.featured h1 {
  margin: 18px 0 12px;
  max-width: 860px;
  font-size: clamp(2.5rem, 5.6vw, 5.9rem);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.featured .hook {
  max-width: 680px;
  color: #dbe4ea;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}

.featured-insight {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.featured-insight div {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28);
}

.featured-insight span {
  display: block;
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-insight strong {
  display: -webkit-box;
  color: #edf3f5;
  font-size: 0.9rem;
  line-height: 1.34;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lyric-box {
  max-width: 680px;
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--red);
  background: rgba(0, 0, 0, 0.34);
  color: #f3f4ef;
  white-space: pre-line;
  line-height: 1.45;
}

.featured-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}

.meta-pill,
.song-badge,
.stat-tile {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: #dce6eb;
}

.meta-pill {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  font-size: 0.82rem;
}

.featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.featured-play {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 7px;
  background: var(--red);
  color: white;
  font-weight: 900;
}

.featured-play:hover,
.featured-play:focus-visible {
  background: #ff6d7e;
}

.featured-link,
.card-link,
.player-link,
.player-links button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.featured-link:hover,
.card-link:hover,
.player-link:hover,
.player-links button:hover {
  border-color: rgba(105, 220, 255, 0.55);
  color: var(--cyan);
}

.discovery-panel {
  min-width: 0;
  border: 1px solid var(--line);
  background: rgba(12, 17, 22, 0.92);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.guide-panel {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(105, 220, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(105, 220, 255, 0.1), transparent 48%),
    rgba(0, 0, 0, 0.24);
}

.guide-panel span {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-panel h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
}

.guide-panel p {
  margin: 0;
  color: #c4d0d8;
  font-size: 0.9rem;
  line-height: 1.45;
}

.advanced-panel {
  display: grid;
  gap: 14px;
}

.advanced-panel summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.advanced-panel summary::-webkit-details-marker {
  display: none;
}

.advanced-panel summary::after {
  content: "+";
  color: var(--cyan);
  font-weight: 900;
}

.advanced-panel[open] summary::after {
  content: "-";
}

.advanced-panel[open] {
  padding-top: 2px;
}

.advanced-panel[open] > *:not(summary) {
  margin-top: 12px;
}

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

.stat-tile {
  min-height: 76px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-tile strong {
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1;
}

.stat-tile span {
  color: var(--muted);
  font-size: 0.78rem;
}

.search-box,
.select-box {
  display: grid;
  gap: 8px;
}

.search-box span,
.select-box span,
.filter-label {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.search-box input,
.select-box select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #070a0e;
  color: var(--ink);
  outline: 0;
}

.search-box input:focus,
.select-box select:focus {
  border-color: rgba(105, 220, 255, 0.64);
}

.quick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 8px;
}

.quick-actions button {
  min-height: 42px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font-weight: 800;
}

.quick-actions button:first-child {
  background: rgba(255, 75, 97, 0.2);
  border-color: rgba(255, 75, 97, 0.36);
}

.quick-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.quick-actions button:hover,
.quick-actions button:focus-visible {
  border-color: rgba(105, 220, 255, 0.58);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.chip-row button,
.chip-row a,
.segmented button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 11px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: #dce5eb;
}

.chip-row button.is-active,
.chip-row a.is-active,
.segmented button.is-active {
  color: #020406;
  border-color: transparent;
  background: var(--cyan);
  font-weight: 900;
}

.chip-row button:hover,
.chip-row button:focus-visible,
.chip-row a:hover,
.chip-row a:focus-visible {
  border-color: rgba(105, 220, 255, 0.56);
  color: var(--cyan);
}

.chip-row button.is-active:hover,
.chip-row button.is-active:focus-visible,
.chip-row a.is-active:hover,
.chip-row a.is-active:focus-visible {
  color: #020406;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.active-story {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(105, 220, 255, 0.08), transparent 46%),
    rgba(0, 0, 0, 0.22);
}

.active-story-head {
  display: grid;
  gap: 4px;
}

.active-story-head span,
.related-block > span {
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.active-story-head strong {
  font-size: 1.06rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.active-story p {
  margin: 0;
  color: #c6d1d8;
  font-size: 0.86rem;
  line-height: 1.42;
}

.active-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.active-story-tags button {
  min-height: 30px;
  padding: 0 8px;
  border-radius: 7px;
  border: 1px solid rgba(105, 220, 255, 0.28);
  background: rgba(105, 220, 255, 0.08);
  color: #dff6ff;
  font-size: 0.74rem;
  font-weight: 800;
}

.active-story-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.active-story-actions button,
.active-story-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.active-story-actions button:hover,
.active-story-actions button:focus-visible,
.active-story-actions a:hover,
.active-story-actions a:focus-visible {
  border-color: rgba(105, 220, 255, 0.56);
  color: var(--cyan);
}

.active-story-actions button.is-saved {
  border-color: rgba(102, 240, 166, 0.44);
  color: var(--green);
  background: rgba(102, 240, 166, 0.12);
}

.related-block {
  display: grid;
  gap: 8px;
}

.related-song {
  min-width: 0;
  min-height: 58px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 7px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  text-align: left;
}

.related-song:hover,
.related-song:focus-visible {
  border-color: rgba(255, 75, 97, 0.55);
  background: rgba(255, 75, 97, 0.1);
}

.related-cover {
  width: 44px;
  aspect-ratio: 1;
  overflow: hidden;
  background: #111820;
}

.related-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.related-song strong,
.related-song em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-song strong {
  font-size: 0.86rem;
}

.related-song em {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.74rem;
  font-style: normal;
}

.fan-home-section,
.listener-paths,
.discovery-intents-section,
.line-wall-section,
.album-rail-section,
.songs-section,
.release-merch-band {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.fan-home-section {
  min-height: auto;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px 0 30px;
  border-top: 0;
}

.fan-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 14px;
  align-items: stretch;
}

.fan-home-intro {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 75, 97, 0.13), transparent 42%),
    linear-gradient(315deg, rgba(105, 220, 255, 0.1), transparent 54%),
    rgba(255, 255, 255, 0.045);
}

.fan-home-intro .section-heading {
  margin: 0;
}

.fan-home-intro h1 {
  max-width: 780px;
  font-size: clamp(3.2rem, 7vw, 7.2rem);
  line-height: 0.9;
  text-wrap: balance;
}

.hero-confession {
  max-width: 780px;
  color: #f4f7f8 !important;
  font-size: clamp(1.35rem, 2.4vw, 2.5rem) !important;
  line-height: 1.12 !important;
  font-weight: 900;
  text-wrap: balance;
}

.fan-home-intro p {
  margin: 0;
  color: #cbd5dc;
  font-size: clamp(1.02rem, 1.5vw, 1.28rem);
  line-height: 1.58;
}

.mirror-stack {
  display: grid;
  gap: 8px;
}

.mirror-stack button {
  min-width: 0;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 75, 97, 0.14), transparent 70%),
    rgba(0, 0, 0, 0.22);
  color: #f3f7f9;
  font-weight: 850;
  line-height: 1.28;
  text-align: left;
}

.mirror-stack button:hover,
.mirror-stack button:focus-visible {
  border-color: rgba(255, 75, 97, 0.62);
  background:
    linear-gradient(90deg, rgba(255, 75, 97, 0.2), transparent 70%),
    rgba(255, 255, 255, 0.06);
}

.home-truth {
  max-width: 620px;
  padding-left: 14px;
  border-left: 3px solid var(--red);
  color: #f3f7f9 !important;
  font-weight: 850;
}

.home-start-song {
  position: relative;
  min-width: 0;
  min-height: 560px;
  display: grid;
  grid-template-rows: minmax(260px, 1fr) auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #090d11;
  isolation: isolate;
}

.home-start-song::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(180deg, rgba(5, 7, 10, 0.12), rgba(5, 7, 10, 0.92)),
    var(--home-song-cover);
  background-size: cover;
  background-position: center;
  filter: saturate(0.95) contrast(1.08);
  transform: scale(1.04);
}

.home-song-cover {
  width: min(64%, 330px);
  align-self: end;
  justify-self: center;
  aspect-ratio: 1;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #101820;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.44);
}

.home-song-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-song-copy {
  display: grid;
  gap: 10px;
  padding: 22px;
  background:
    linear-gradient(180deg, transparent, rgba(5, 7, 10, 0.88) 18%),
    rgba(5, 7, 10, 0.34);
}

.home-song-copy > span,
.home-song-copy blockquote::before {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-song-copy h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3.3vw, 3.1rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.home-song-copy p {
  margin: 0;
  color: #d6e1e8;
  line-height: 1.45;
}

.home-song-copy blockquote {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid var(--red);
  background: rgba(0, 0, 0, 0.28);
  color: #f4f7f8;
  line-height: 1.38;
}

.home-song-copy blockquote::before {
  content: "Lyric";
  display: block;
  margin-bottom: 6px;
}

.home-song-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.home-song-actions button,
.home-song-actions a,
.teaser-actions button,
.home-store-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-weight: 900;
}

.home-song-actions button,
.teaser-actions button:first-child {
  border-color: transparent;
  background: var(--red);
  color: white;
}

.fan-start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fan-start-actions button,
.fan-start-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-weight: 900;
  white-space: nowrap;
}

.fan-start-actions button {
  border-color: transparent;
  background: var(--red);
  color: white;
}

.fan-start-actions button:hover,
.fan-start-actions button:focus-visible {
  background: #ff6d7e;
}

.fan-start-actions a:hover,
.fan-start-actions a:focus-visible {
  border-color: rgba(105, 220, 255, 0.56);
  color: var(--cyan);
}

.fan-first-steps {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr) minmax(280px, 0.7fr);
  gap: 12px;
  align-items: stretch;
}

.fan-panel {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(105, 220, 255, 0.08), transparent 45%),
    rgba(255, 255, 255, 0.044);
}

.fan-mood-starter {
  align-content: stretch;
}

.fan-panel-head {
  display: grid;
  gap: 4px;
}

.fan-panel-head span {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fan-panel-head strong {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.fan-need-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  height: 100%;
}

.fan-need {
  position: relative;
  min-width: 0;
  min-height: 124px;
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: #0a0e12;
  color: var(--ink);
  text-align: left;
  isolation: isolate;
}

.fan-need::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(180deg, rgba(5, 7, 10, 0.12), rgba(5, 7, 10, 0.9)),
    var(--fan-cover);
  background-size: cover;
  background-position: center;
  filter: saturate(0.92) contrast(1.08);
  transform: scale(1.03);
}

.fan-need::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255, 75, 97, 0.16), transparent 48%, rgba(105, 220, 255, 0.12));
}

.fan-need:hover,
.fan-need:focus-visible,
.fan-need.is-active {
  border-color: rgba(255, 75, 97, 0.66);
}

.fan-need span {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.38);
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
}

.fan-need strong {
  max-width: 22ch;
  font-size: clamp(1rem, 1.4vw, 1.28rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.fan-need em {
  color: #d6e0e6;
  font-size: 0.82rem;
  line-height: 1.32;
  font-style: normal;
}

.video-teaser-body {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.video-teaser-cover {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #101820;
}

.video-teaser-cover img,
.home-merch-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-teaser-body p {
  margin: 0;
  color: #d2dce4;
  font-size: 0.88rem;
  line-height: 1.4;
}

.teaser-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-merch-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.home-merch-item {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: var(--ink);
}

.home-merch-item span {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #101820;
}

.home-merch-item strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.82rem;
}

.home-store-link {
  width: fit-content;
}

.fan-queue,
.era-chapters {
  display: grid;
  gap: 8px;
}

.fan-queue-item,
.era-chapter {
  min-width: 0;
  min-height: 64px;
  display: grid;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--ink);
  text-align: left;
}

.fan-queue-item {
  grid-template-columns: 30px 48px minmax(0, 1fr);
}

.era-chapter {
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

.fan-queue-item:hover,
.fan-queue-item:focus-visible,
.fan-queue-item.is-active,
.era-chapter:hover,
.era-chapter:focus-visible,
.era-chapter.is-active {
  border-color: rgba(105, 220, 255, 0.56);
  background: rgba(105, 220, 255, 0.08);
}

.fan-queue-number,
.era-chapter-count {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
}

.fan-queue-cover,
.era-chapter-cover {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #101820;
}

.fan-queue-cover img,
.era-chapter-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fan-queue-copy,
.era-chapter-copy {
  min-width: 0;
}

.fan-queue-copy strong,
.fan-queue-copy em,
.era-chapter-copy strong,
.era-chapter-copy em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fan-queue-copy strong,
.era-chapter-copy strong {
  font-size: 0.88rem;
  line-height: 1.12;
}

.fan-queue-copy em,
.era-chapter-copy em {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.74rem;
  font-style: normal;
}

.section-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.section-heading p,
.catalog-titlebar p {
  margin: 0;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading h1,
.section-heading h2,
.catalog-titlebar h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading.compact h2 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.section-subcopy {
  max-width: 760px;
  margin: -4px 0 18px;
  color: #c5d0d7;
  font-size: 1rem;
  line-height: 1.55;
}

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

.path-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0a0e12;
  color: var(--ink);
  text-align: left;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
}

.path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(180deg, rgba(5, 7, 10, 0.08), rgba(5, 7, 10, 0.92)), var(--path-cover);
  background-size: cover;
  background-position: center;
  filter: saturate(0.94) contrast(1.06);
  transform: scale(1.04);
}

.path-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(105, 220, 255, 0.15), transparent 45%, rgba(255, 75, 97, 0.16));
  opacity: 0.8;
}

.path-card:hover,
.path-card:focus-visible {
  border-color: rgba(105, 220, 255, 0.64);
}

.path-card strong {
  display: block;
  max-width: 15ch;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.path-card span {
  display: block;
  margin-top: 10px;
  color: #d2dde4;
  font-size: 0.88rem;
  line-height: 1.35;
}

.path-count {
  position: absolute;
  top: 12px;
  left: 12px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.38);
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
}

.intent-spotlight {
  min-height: 220px;
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 14px;
  border: 1px solid rgba(105, 220, 255, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(105, 220, 255, 0.1), transparent 44%),
    linear-gradient(315deg, rgba(255, 75, 97, 0.1), transparent 52%),
    rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.intent-spotlight[hidden] {
  display: none;
}

.intent-spotlight-cover {
  min-height: 220px;
  background: #0a0e12;
}

.intent-spotlight-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.intent-spotlight-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px 0;
}

.intent-spotlight-copy > span {
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.intent-spotlight-copy h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.8vw, 3rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.intent-spotlight-copy p {
  max-width: 780px;
  margin: 0;
  color: #d4dde3;
  line-height: 1.48;
}

.intent-query-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.intent-query-row em {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(242, 191, 99, 0.28);
  border-radius: 7px;
  background: rgba(242, 191, 99, 0.08);
  color: #ffe3a6;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.intent-spotlight-actions {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
}

.intent-spotlight-actions button,
.intent-spotlight-actions a {
  min-width: 154px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 7px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 900;
}

.intent-spotlight-actions button {
  background: var(--red);
  border-color: transparent;
}

.intent-spotlight-actions a {
  background: rgba(255, 255, 255, 0.07);
}

.intent-spotlight-actions button:hover,
.intent-spotlight-actions button:focus-visible,
.intent-spotlight-actions a:hover,
.intent-spotlight-actions a:focus-visible {
  border-color: rgba(105, 220, 255, 0.58);
  color: var(--cyan);
}

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

.intent-card {
  position: relative;
  min-height: 210px;
  display: grid;
  align-content: end;
  gap: 8px;
  overflow: hidden;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #090d11;
  color: var(--ink);
  isolation: isolate;
}

.intent-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(180deg, rgba(5, 7, 10, 0.08), rgba(5, 7, 10, 0.94)), var(--intent-cover);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(0.9) contrast(1.08);
}

.intent-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255, 75, 97, 0.14), transparent 42%, rgba(105, 220, 255, 0.16));
}

.intent-card:hover,
.intent-card:focus-visible,
.intent-card.is-active {
  border-color: rgba(105, 220, 255, 0.66);
}

.intent-card span {
  position: absolute;
  top: 10px;
  left: 10px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  background: rgba(0, 0, 0, 0.42);
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 900;
}

.intent-card strong {
  font-size: clamp(1.05rem, 1.4vw, 1.42rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.intent-card em {
  color: #d5dfe5;
  font-size: 0.82rem;
  line-height: 1.35;
  font-style: normal;
}

.line-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.line-wall button {
  min-width: 0;
  min-height: 178px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(105, 220, 255, 0.07), transparent 46%),
    rgba(255, 255, 255, 0.045);
  color: var(--ink);
  text-align: left;
}

.line-wall button:hover,
.line-wall button:focus-visible,
.line-wall button.is-active {
  border-color: rgba(255, 75, 97, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 75, 97, 0.13), transparent 48%),
    rgba(255, 255, 255, 0.055);
}

.line-wall span {
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.line-wall strong {
  font-size: clamp(1.08rem, 2vw, 1.55rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.line-wall em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.album-rail {
  display: grid;
  grid-template-columns: repeat(14, minmax(190px, 1fr));
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-color: var(--line-strong) transparent;
}

.album-card {
  position: relative;
  min-width: 190px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  text-align: left;
  padding: 10px;
  border-radius: var(--radius);
}

.album-card:hover,
.album-card.is-active {
  border-color: rgba(105, 220, 255, 0.58);
  background: rgba(105, 220, 255, 0.08);
}

.album-cover,
.song-cover {
  position: relative;
  overflow: hidden;
  background: #121820;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.album-cover {
  aspect-ratio: 1;
}

.album-card strong,
.song-card h3 {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.album-card strong {
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.12;
}

.album-card em {
  display: -webkit-box;
  min-height: 54px;
  margin-top: 7px;
  color: #c3ced6;
  font-size: 0.78rem;
  line-height: 1.28;
  font-style: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.album-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.8rem;
}

.album-era {
  position: absolute;
  top: 18px;
  left: 18px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.48);
  color: var(--cyan) !important;
  font-size: 0.68rem !important;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-titlebar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  margin-bottom: 16px;
}

.catalog-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: flex-end;
  gap: 12px;
}

.sort-box {
  display: grid;
  gap: 5px;
  min-width: 154px;
}

.sort-box span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.sort-box select {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
}

.copy-view-button {
  min-height: 38px;
  align-self: end;
  padding: 0 12px;
  border-radius: 7px;
  border: 1px solid rgba(105, 220, 255, 0.34);
  background: rgba(105, 220, 255, 0.09);
  color: var(--ink);
  font-weight: 900;
  white-space: nowrap;
}

.copy-view-button:hover,
.copy-view-button:focus-visible {
  border-color: rgba(105, 220, 255, 0.62);
  color: var(--cyan);
}

.result-count {
  color: var(--muted);
  font-size: 0.9rem;
  white-space: nowrap;
}

.mood-spotlight {
  min-height: 166px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) minmax(180px, 240px);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid rgba(105, 220, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(105, 220, 255, 0.1), transparent 44%),
    linear-gradient(315deg, rgba(242, 191, 99, 0.09), transparent 52%),
    rgba(255, 255, 255, 0.04);
}

.mood-spotlight[hidden] {
  display: none;
}

.mood-spotlight-cover {
  aspect-ratio: 1;
  overflow: hidden;
  background: #121820;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.mood-spotlight-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mood-spotlight-copy {
  min-width: 0;
  align-self: center;
}

.mood-spotlight-copy > span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mood-spotlight-copy h3 {
  margin: 7px 0 8px;
  font-size: clamp(1.45rem, 3vw, 2.5rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.mood-spotlight-copy p {
  max-width: 780px;
  margin: 0;
  color: #c8d2da;
  line-height: 1.45;
}

.mood-spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.mood-spotlight-meta strong {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: #dce6eb;
  font-size: 0.74rem;
}

.mood-spotlight-actions {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 170px;
}

.mood-spotlight-actions button {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-weight: 900;
}

.mood-spotlight-actions button:first-child {
  background: var(--gold);
  border-color: transparent;
  color: #05070a;
}

.mood-spotlight-actions button:hover,
.mood-spotlight-actions button:focus-visible {
  border-color: rgba(105, 220, 255, 0.56);
  color: var(--cyan);
}

.mood-spotlight-actions button:first-child:hover,
.mood-spotlight-actions button:first-child:focus-visible {
  color: #05070a;
  background: #ffd279;
}

.album-spotlight {
  min-height: 190px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) minmax(180px, 240px);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(105, 220, 255, 0.08), transparent 42%),
    linear-gradient(315deg, rgba(255, 75, 97, 0.1), transparent 46%),
    rgba(255, 255, 255, 0.04);
}

.album-spotlight[hidden] {
  display: none;
}

.album-spotlight-cover {
  aspect-ratio: 1;
  overflow: hidden;
  background: #121820;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.album-spotlight-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.album-spotlight-copy {
  min-width: 0;
  align-self: center;
}

.album-spotlight-copy > span {
  display: block;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.album-spotlight-copy h3 {
  margin: 7px 0 8px;
  font-size: clamp(1.5rem, 3vw, 2.7rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.album-spotlight-copy p {
  max-width: 780px;
  margin: 0;
  color: #c8d2da;
  line-height: 1.45;
}

.album-spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.album-spotlight-meta strong {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: #dce6eb;
  font-size: 0.74rem;
}

.album-spotlight-actions {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 160px;
}

.album-spotlight-actions button {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-weight: 900;
}

.album-spotlight-actions button:first-child {
  background: var(--red);
  border-color: transparent;
}

.album-spotlight-actions button:hover,
.album-spotlight-actions button:focus-visible {
  border-color: rgba(105, 220, 255, 0.56);
}

.album-tracklist {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px;
  padding-top: 2px;
}

.album-tracklist button {
  min-width: 0;
  min-height: 46px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  color: var(--ink);
  text-align: left;
}

.album-tracklist button:hover,
.album-tracklist button:focus-visible {
  border-color: rgba(255, 75, 97, 0.54);
  background: rgba(255, 75, 97, 0.1);
}

.album-tracklist span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
}

.album-tracklist strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.86rem;
}

.album-tracklist em {
  color: var(--muted);
  font-size: 0.74rem;
  font-style: normal;
  white-space: nowrap;
}

.album-tracklist-more {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  color: var(--muted);
  font-size: 0.82rem;
}

.song-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.song-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 428px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.044);
}

.song-card:hover,
.song-card.is-active {
  border-color: rgba(255, 75, 97, 0.62);
  background: rgba(255, 75, 97, 0.075);
}

.song-cover {
  aspect-ratio: 1;
}

.song-card-body {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
}

.song-card h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.15;
}

.song-card p {
  margin: 0;
  color: #b7c2ca;
  line-height: 1.4;
  font-size: 0.86rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.song-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.song-badge {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  font-size: 0.72rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.song-badge.is-merch {
  border-color: rgba(102, 240, 166, 0.42);
  color: var(--green);
}

.song-card-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.card-play {
  min-height: 40px;
  border-radius: 7px;
  background: var(--ink);
  color: #07090c;
  font-weight: 900;
}

.song-card.is-active .card-play {
  background: var(--red);
  color: white;
}

.card-link {
  min-height: 40px;
  padding: 0 8px;
  font-size: 0.85rem;
}

.card-save {
  min-height: 40px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  font-weight: 900;
}

.card-save.is-saved {
  border-color: rgba(102, 240, 166, 0.44);
  color: var(--green);
  background: rgba(102, 240, 166, 0.12);
}

.card-save:hover,
.card-save:focus-visible {
  border-color: rgba(105, 220, 255, 0.56);
  color: var(--cyan);
}

.show-more {
  width: min(100%, 420px);
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  border-radius: 7px;
  border: 1px solid rgba(105, 220, 255, 0.38);
  background: rgba(105, 220, 255, 0.1);
  color: var(--ink);
  font-weight: 900;
}

.show-more:hover,
.show-more:focus-visible {
  background: rgba(105, 220, 255, 0.2);
}

.empty-state {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 220px;
  border: 1px solid var(--line);
  color: var(--muted);
}

.empty-state strong {
  color: var(--ink);
}

.release-merch-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 18px;
}

.epk-section {
  padding: 54px 0 36px;
}

.epk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
}

.epk-panel {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 360px;
  padding: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(105, 220, 255, 0.09), transparent 44%),
    rgba(255, 255, 255, 0.045);
}

.epk-panel-main {
  background:
    linear-gradient(135deg, rgba(255, 75, 97, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.epk-label {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.epk-panel h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.9rem);
  line-height: 0.94;
  overflow-wrap: anywhere;
}

.epk-panel p {
  max-width: 780px;
  margin: 0;
  color: #d5dde3;
  font-size: 1.02rem;
  line-height: 1.58;
}

.epk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.epk-tags span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(105, 220, 255, 0.3);
  border-radius: 7px;
  color: #dff6ff;
  background: rgba(105, 220, 255, 0.08);
  font-size: 0.8rem;
  font-weight: 900;
}

.epk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.epk-actions button,
.epk-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-weight: 900;
}

.epk-actions button:first-child {
  background: var(--ink);
  color: #05070a;
}

.epk-actions button:hover,
.epk-actions button:focus-visible,
.epk-actions a:hover,
.epk-actions a:focus-visible {
  border-color: rgba(105, 220, 255, 0.58);
  color: var(--cyan);
}

.epk-actions button:first-child:hover,
.epk-actions button:first-child:focus-visible {
  color: #05070a;
  background: var(--cyan);
}

.epk-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.epk-list li {
  padding-left: 14px;
  border-left: 2px solid rgba(255, 75, 97, 0.58);
  color: #cbd6dd;
  line-height: 1.55;
}

.release-panel,
.merch-panel {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  padding: 18px;
}

.timeline-list,
.merch-list {
  display: grid;
  gap: 10px;
}

.timeline-item,
.merch-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
}

.timeline-item {
  grid-template-columns: 74px 48px minmax(0, 1fr) auto;
  text-align: left;
  color: var(--ink);
}

.merch-item {
  grid-template-columns: 54px minmax(0, 1fr) auto;
}

.merch-thumb {
  width: 54px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #111820;
}

.merch-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.merch-live {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid rgba(102, 240, 166, 0.42);
  color: var(--green) !important;
  font-size: 0.72rem !important;
  font-weight: 900;
}

.timeline-date {
  min-width: 74px;
  color: var(--gold);
  font-weight: 900;
  font-size: 0.82rem;
}

.timeline-cover {
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #111820;
}

.timeline-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.timeline-status {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid rgba(242, 191, 99, 0.42);
  color: var(--gold) !important;
  font-size: 0.72rem !important;
  font-weight: 900;
}

.timeline-item strong,
.merch-item strong {
  display: block;
  overflow-wrap: anywhere;
}

.timeline-item span,
.merch-item span,
.merch-copy {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.merch-copy {
  margin: 0 0 14px;
}

.wide-store-link {
  width: 100%;
  margin-bottom: 14px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 30px 0 38px;
  border-top: 1px solid var(--line);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  font-size: 1rem;
}

.site-footer span {
  max-width: 680px;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.45;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.site-footer a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #dce5eb;
  background: rgba(255, 255, 255, 0.045);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  border-color: rgba(105, 220, 255, 0.56);
  color: var(--cyan);
}

.player-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  min-height: 76px;
  display: grid;
  grid-template-columns: 58px minmax(160px, 1fr) auto minmax(220px, 420px) auto;
  gap: 12px;
  align-items: center;
  padding: 10px max(16px, calc((100vw - 1500px) / 2));
  border-top: 1px solid var(--line-strong);
  background: rgba(5, 7, 10, 0.94);
  backdrop-filter: blur(18px);
}

.player-cover {
  width: 56px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  background: #111820;
}

.player-copy {
  min-width: 0;
}

.player-copy strong,
.player-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-copy span {
  color: var(--muted);
  font-size: 0.84rem;
  margin-top: 3px;
}

.player-controls {
  display: flex;
  gap: 8px;
}

.player-controls button {
  min-width: 54px;
  min-height: 40px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.player-controls .play-main {
  min-width: 72px;
  background: var(--red);
  font-weight: 900;
}

.progress-wrap {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.82rem;
}

.progress-wrap input {
  width: 100%;
  accent-color: var(--cyan);
}

.player-links {
  display: flex;
  gap: 8px;
  align-items: center;
}

.player-links button,
.player-link {
  min-height: 40px;
  color: var(--ink);
}

.player-links button[aria-pressed="true"] {
  border-color: rgba(102, 240, 166, 0.48);
  background: rgba(102, 240, 166, 0.12);
  color: var(--green);
}

.queue-position {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.04);
}

.loading-block {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 100%;
  color: var(--muted);
  grid-column: 1 / -1;
}

.pulse-line {
  width: 160px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  animation: pulseLine 1.2s ease-in-out infinite;
}

@keyframes pulseLine {
  0%, 100% { opacity: 0.3; transform: scaleX(0.5); }
  50% { opacity: 1; transform: scaleX(1); }
}

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

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

@media (max-width: 1100px) {
  .topbar {
    grid-template-columns: minmax(180px, 1fr) auto;
  }

  .topnav {
    display: none;
  }

  .platform-ribbon {
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-color: var(--line-strong) transparent;
  }

  .platform-ribbon > span,
  .platform-ribbon a {
    flex: 0 0 auto;
  }

  .platform-ribbon a {
    width: 126px;
  }

  .listen-board,
  .fan-hero-shell,
  .fan-first-steps,
  .path-grid,
  .release-merch-band,
  .epk-grid {
    grid-template-columns: 1fr;
  }

  .featured {
    grid-template-columns: 320px minmax(0, 1fr);
    min-height: 560px;
  }

  .player-bar {
    grid-template-columns: 52px minmax(0, 1fr) auto;
  }

  .progress-wrap,
  .player-links {
    grid-column: 2 / -1;
  }

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

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

  .intent-spotlight {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .intent-spotlight-actions {
    grid-column: 2 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 154px;
  }

  .site-shell {
    width: min(100% - 18px, 1500px);
  }

  .topbar {
    gap: 10px;
  }

  .brand-lockup small {
    display: none;
  }

  .store-button {
    padding: 0 10px;
    font-size: 0.86rem;
  }

  .listen-board {
    padding-top: 12px;
  }

  .fan-home-section {
    min-height: auto;
    align-content: start;
    padding-top: 18px;
  }

  .fan-home-intro {
    gap: 10px;
    padding: 20px;
  }

  .fan-home-intro h1 {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .hero-confession {
    font-size: clamp(1.28rem, 7vw, 2rem) !important;
  }

  .fan-start-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .platform-ribbon {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
  }

  .platform-ribbon > span {
    grid-column: 1 / -1;
  }

  .platform-ribbon a {
    width: auto;
  }

  .home-start-song {
    min-height: auto;
    grid-template-rows: auto auto;
  }

  .home-song-cover {
    width: min(68vw, 250px);
    margin-top: 16px;
  }

  .home-song-copy {
    padding: 18px;
  }

  .home-song-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fan-need-grid {
    grid-template-columns: 1fr;
  }

  .video-teaser-body {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .epk-section {
    padding: 38px 0 28px;
  }

  .epk-panel {
    min-height: auto;
    padding: 18px;
  }

  .epk-panel h2 {
    font-size: clamp(2rem, 14vw, 3.6rem);
  }

  .epk-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .featured {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .featured::before {
    background-image:
      linear-gradient(180deg, rgba(5, 7, 10, 0.38) 0%, rgba(5, 7, 10, 0.88) 45%, rgba(5, 7, 10, 0.98) 100%),
      var(--featured-cover);
  }

  .featured-art {
    padding: 16px 16px 0;
  }

  .featured-cover-frame {
    width: min(68vw, 260px);
  }

  .featured-copy {
    padding: 16px;
  }

  .featured h1 {
    font-size: clamp(2.05rem, 12.5vw, 3.65rem);
  }

  .featured-insight {
    grid-template-columns: 1fr;
  }

  .stats-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .quick-actions {
    grid-template-columns: 1fr;
  }

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

  .active-story-actions {
    grid-template-columns: 1fr;
  }

  .line-wall {
    grid-template-columns: 1fr;
  }

  .intent-spotlight,
  .intent-grid {
    grid-template-columns: 1fr;
  }

  .intent-spotlight-cover {
    min-height: 260px;
  }

  .intent-spotlight-copy {
    padding: 18px;
  }

  .intent-spotlight-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
    padding: 0 18px 18px;
  }

  .stat-tile {
    min-height: 64px;
    padding: 8px;
  }

  .stat-tile strong {
    font-size: 1.2rem;
  }

  .stat-tile span {
    font-size: 0.68rem;
  }

  .catalog-titlebar {
    align-items: start;
    flex-direction: column;
  }

  .catalog-tools {
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
  }

  .sort-box {
    flex: 1 1 170px;
  }

  .copy-view-button {
    flex: 0 0 auto;
  }

  .mood-spotlight {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .mood-spotlight-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .album-spotlight {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .album-spotlight-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

  .album-tracklist button {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .album-tracklist em {
    display: none;
  }

  .timeline-item {
    grid-template-columns: 64px 44px minmax(0, 1fr);
  }

  .timeline-status {
    grid-column: 2 / -1;
    width: fit-content;
  }

  .song-grid {
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  }

  .song-card {
    min-height: 372px;
  }

  .song-card-actions {
    grid-template-columns: 1fr;
  }

  .player-bar {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 10px;
  }

  .player-cover {
    width: 46px;
  }

  .player-controls {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .player-controls button {
    flex: 1;
  }

  .progress-wrap,
  .player-links {
    grid-column: 1 / -1;
  }

  .player-links {
    display: none;
  }

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

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