.site-nav {
  display: flex;
  gap: 1.1rem;
  align-items: center;
}

.site-nav a {
  position: relative;
  padding: 0.45rem 0;
  color: #bdb6c9;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #42d9ee, #f254b2, #ffd84d);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
  outline: none;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav a.library-nav {
  padding: 0.65rem 0.85rem;
  color: #b5f5ff;
  font-size: 0.74rem;
  letter-spacing: 0.07em;
  background: rgba(44, 211, 235, 0.09);
  border: 1px solid rgba(108, 233, 246, 0.45);
  border-radius: 999px;
}

.site-nav a.library-nav::after {
  display: none;
}

.featured {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
  padding: 2rem 0 7rem;
  scroll-margin-top: 2rem;
}

.featured-heading {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.featured-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.2;
}

.featured-intro {
  max-width: 27rem;
}

.featured-intro > p {
  max-width: 29rem;
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.85;
}

.library-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  margin-top: 0.8rem;
  padding: 0.85rem 1.2rem;
  color: #0a0711;
  font-size: 0.95rem;
  font-weight: 800;
  background: linear-gradient(105deg, #9aebf5, #e9c9e7 65%, #ffe7ac);
  border-radius: 1rem;
}

.library-cta small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.66rem;
  font-weight: 600;
}

.library-cta:focus-visible,
.feature-controls button:focus-visible,
.feature-choice:focus-visible,
.site-nav a.library-nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.feature-controls {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.feature-position {
  margin: 0 auto 0 0;
  color: #bdb6c9;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.16em;
}

.feature-controls button {
  width: 44px;
  height: 44px;
  color: #f8f4ff;
  font-size: 1.1rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.feature-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.feature-choice {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  padding: 0.75rem;
  color: #c5bfce;
  text-align: left;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  transition: border-color 180ms ease, background 180ms ease;
}

.feature-choice[aria-pressed="true"] {
  color: #fff;
  background: linear-gradient(115deg, rgba(44, 211, 235, 0.14), rgba(242, 84, 178, 0.09));
  border-color: #7cdae7;
}

.feature-choice:hover,
.feature-controls button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.feature-choice img {
  flex: 0 0 36px;
  object-fit: cover;
  border-radius: 0.35rem;
}

.feature-choice small {
  display: block;
  margin-bottom: 0.3rem;
  color: #aba4ba;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.feature-choice strong {
  font-size: 0.88rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.feature-slide[hidden],
.feature-controls[hidden],
.feature-picker[hidden] {
  display: none;
}

.feature-slide:not([hidden]) {
  animation: feature-enter 220ms ease-out;
}

@keyframes feature-enter {
  from { opacity: 0.65; transform: translateX(8px); }
  to { opacity: 1; transform: translateX(0); }
}

.featured-shell {
  --feature-accent: #f254b2;
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(1.2rem, 3vw, 2rem) clamp(1.2rem, 5vw, 4.5rem) clamp(1.2rem, 3vw, 2rem) clamp(1.2rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 17% 35%, rgba(48, 211, 235, 0.13), transparent 28rem),
    radial-gradient(circle at 79% 54%, rgba(242, 84, 178, 0.12), transparent 30rem),
    linear-gradient(135deg, rgba(24, 17, 38, 0.96), rgba(10, 8, 19, 0.91));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 2.2rem;
  box-shadow: 0 2.5rem 7rem rgba(0, 0, 0, 0.42);
  isolation: isolate;
}

.featured-shell::before {
  position: absolute;
  top: 8%;
  right: -8%;
  width: 48%;
  aspect-ratio: 1;
  content: "";
  background: conic-gradient(from 120deg, transparent, rgba(44, 211, 235, 0.3), rgba(242, 84, 178, 0.33), rgba(255, 216, 77, 0.22), transparent 78%);
  border-radius: 50%;
  filter: blur(56px);
  opacity: 0.64;
  pointer-events: none;
}

.feature-media,
.feature-copy {
  position: relative;
  z-index: 1;
}

.feature-media {
  width: min(100%, 348px);
  margin-inline: auto;
}

.feature-video-frame {
  position: relative;
  padding: 0.58rem;
  background: linear-gradient(145deg, rgba(44, 211, 235, 0.66), rgba(242, 84, 178, 0.7) 56%, rgba(255, 216, 77, 0.58));
  border-radius: 1.8rem;
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.48);
}

.feature-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
  border-radius: 1.3rem;
}

.feature-badge {
  display: inline-block;
  margin: 0 0 0.65rem 0.2rem;
  padding: 0.52rem 0.78rem;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(7, 5, 13, 0.82);
  border: 1px solid rgba(44, 211, 235, 0.48);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.feature-media-note {
  margin: 0.8rem 0 0;
  color: #888092;
  font-size: 0.58rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}

.feature-kicker {
  margin: 0 0 0.65rem;
  color: #65e7f6;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.feature-artist {
  margin: 0;
  color: #f5a8ce;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.feature-title {
  margin: 0.48rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 5.2vw, 5rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.feature-lead {
  max-width: 35rem;
  margin: 1.25rem 0 0;
  color: #c5bfce;
  font-size: clamp(0.92rem, 1.6vw, 1.08rem);
  line-height: 1.95;
}

.shift-note {
  position: relative;
  max-width: 36rem;
  margin-top: 1.6rem;
  padding: 1.15rem 1.25rem 1.15rem 1.45rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.15rem;
}

.shift-note::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(#2cd3eb, #f254b2, #ffd84d);
}

.shift-label {
  display: block;
  margin-bottom: 0.42rem;
  color: #9cefff;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.shift-note p {
  margin: 0;
  color: #f6eef7;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.feature-action {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.76rem 1.1rem;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  transition: 180ms ease;
}

.feature-action.primary {
  color: #0a0711;
  background: linear-gradient(105deg, #6ce9f6, #f5b1d3 61%, #ffe58a);
  border-color: transparent;
}

.feature-action.secondary {
  color: #d5cedd;
  background: rgba(255, 255, 255, 0.035);
}

.feature-action::after {
  content: "↗";
  font-size: 0.7rem;
}

.feature-action[href^="/"]::after,
.feature-action[href^="#"]::after {
  content: "→";
}

.feature-action:hover,
.feature-action:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  outline: none;
  transform: translateY(-2px);
}

@media (max-width: 820px) {
  .featured-heading {
    display: block;
  }

  .featured-intro {
    margin-top: 0.8rem;
  }

  .featured-shell {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    padding: 1.2rem 1.2rem 2rem;
  }

  .feature-copy {
    padding-inline: 0.35rem;
  }
}

@media (max-width: 700px) {
  .site-nav {
    gap: 0.85rem;
  }

  .site-nav a {
    font-size: 0.57rem;
    letter-spacing: 0.1em;
  }

  .site-nav a:first-child {
    display: none;
  }

  .featured {
    width: min(100% - 2rem, 1180px);
    padding: 0 0 5rem;
  }

  .featured-heading {
    margin-bottom: 1.15rem;
  }

  .feature-title {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .feature-action {
    flex: 1 1 11rem;
  }

  .feature-picker {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
  }

  .feature-choice {
    gap: 0.5rem;
    padding: 0.6rem;
  }

  .feature-choice strong {
    font-size: 0.8rem;
  }

  .feature-choice img {
    flex-basis: 27px;
    width: 27px;
    height: 40px;
  }

  .site-nav a.library-nav {
    font-size: 0.68rem;
    padding: 0.55rem 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav a::after,
  .feature-action {
    transition: none;
  }
}

.artist-works-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.7rem;
  padding: 0.72rem 0.85rem;
  color: #d9d2df;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 180ms ease, padding 180ms ease;
}

.artist-works-link::after {
  content: "→";
  color: var(--accent);
}

.artist-works-link:hover,
.artist-works-link:focus-visible {
  padding-right: 0.55rem;
  color: #fff;
  outline: none;
}

.project-song-link {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1.7rem;
  padding: 0.8rem 1.2rem;
  color: #f7efff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  border: 1px solid rgba(210, 164, 255, 0.35);
  border-radius: 999px;
  transition: 180ms ease;
}

.project-song-link::after {
  content: "→";
  color: #9cefff;
}

.project-song-link:hover,
.project-song-link:focus-visible {
  background: rgba(210, 164, 255, 0.08);
  border-color: rgba(210, 164, 255, 0.62);
  outline: none;
  transform: translateY(-2px);
}

:root {
  --ink: #f8f4ff;
  --muted: #aaa3bb;
  --night: #05030c;
  --panel: rgba(15, 11, 28, 0.78);
  --line: rgba(255, 255, 255, 0.12);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.library-body,
.library-body *,
.library-body *::before,
.library-body *::after {
  box-sizing: border-box;
}

.library-body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 14% 16%, rgba(83, 50, 168, 0.2), transparent 30rem),
    radial-gradient(circle at 84% 30%, rgba(24, 117, 141, 0.14), transparent 34rem),
    radial-gradient(circle at 62% 84%, rgba(185, 71, 132, 0.11), transparent 35rem),
    var(--night);
}

.library-body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.52;
  background-image:
    radial-gradient(circle at 8% 11%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.5px),
    radial-gradient(circle at 17% 63%, rgba(151, 219, 255, 0.64) 0 1px, transparent 1.5px),
    radial-gradient(circle at 31% 26%, rgba(255, 255, 255, 0.58) 0 1px, transparent 1.5px),
    radial-gradient(circle at 47% 76%, rgba(255, 221, 189, 0.68) 0 1px, transparent 1.5px),
    radial-gradient(circle at 64% 14%, rgba(244, 182, 255, 0.75) 0 1px, transparent 1.5px),
    radial-gradient(circle at 92% 36%, rgba(151, 232, 255, 0.74) 0 1px, transparent 1.5px);
  background-size: 260px 290px, 310px 270px, 360px 330px, 410px 390px, 280px 340px, 460px 410px;
}

.library-body a {
  color: inherit;
  text-decoration: none;
}

.library-body button,
.library-body a,
.library-body summary {
  font: inherit;
}

.library-body [hidden] {
  display: none !important;
}

.library-skip {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  color: #080510 !important;
  background: #fff;
  border-radius: 999px;
  transform: translateY(-160%);
}

.library-skip:focus {
  transform: translateY(0);
}

.subsite-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
  padding-block: 1.6rem;
}

.subsite-header .wordmark {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.34em;
}

.subsite-header .wordmark::before {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.75rem;
  vertical-align: 0.03rem;
  content: "";
  background: conic-gradient(from 45deg, #62e9ff, #c45cff, #ff6a9d, #f8bd69, #62e9ff);
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(158, 111, 255, 0.72);
}

.library-main {
  min-height: 100vh;
}

.library-hero {
  position: relative;
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
  padding: 11rem 0 5.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.library-hero::after {
  position: absolute;
  top: 7rem;
  right: 3%;
  width: min(33vw, 24rem);
  aspect-ratio: 1;
  content: "";
  background: conic-gradient(from 110deg, transparent, rgba(44, 211, 235, 0.3), rgba(242, 84, 178, 0.3), rgba(255, 216, 77, 0.22), transparent 72%);
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.6;
  pointer-events: none;
}

.library-eyebrow,
.library-kicker {
  margin: 0 0 0.8rem;
  color: #8ef2ff;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.library-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(3.7rem, 9vw, 7.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.055em;
  background: linear-gradient(105deg, #c5f6ff, #e5b5ff 45%, #ffd0df 68%, #ffe3ab);
  background-clip: text;
  -webkit-background-clip: text;
}

.library-hero > p:last-of-type {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 1.7rem 0 0;
  color: #c1bacb;
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  line-height: 2;
}

.library-count {
  position: absolute;
  right: 0;
  bottom: 5.5rem;
  display: flex;
  gap: 0.8rem;
  align-items: baseline;
  color: #81798d;
}

.library-count strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 500;
}

.library-count span {
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.library-catalog {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
  padding: 5.5rem 0 7rem;
}

.catalog-head {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}

.catalog-head h2,
.library-promise h2,
.story-heading h2,
.lyrics-section h2,
.next-story h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  font-weight: 500;
  line-height: 1.3;
}

.artist-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.artist-filters button {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.65rem 0.85rem;
  color: #a9a2b5;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: 180ms ease;
}

.artist-filters button span {
  display: grid;
  min-width: 1.25rem;
  height: 1.25rem;
  padding-inline: 0.25rem;
  color: #706a79;
  font-size: 0.54rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  place-items: center;
}

.artist-filters button:hover,
.artist-filters button:focus-visible,
.artist-filters button[aria-pressed="true"] {
  color: #fff;
  background: rgba(142, 242, 255, 0.09);
  border-color: rgba(142, 242, 255, 0.42);
  outline: none;
}

.artist-filters button[aria-pressed="true"] span {
  color: #071015;
  background: #8ef2ff;
}

.song-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 19rem), 22.5rem));
  gap: 1.35rem;
}

.song-card {
  --song-accent: #f254b2;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%), rgba(12, 9, 22, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.7rem;
  box-shadow: 0 1.7rem 4.5rem rgba(0, 0, 0, 0.3);
  transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}

.song-card:hover,
.song-card:focus-within {
  border-color: rgba(242, 84, 178, 0.46);
  box-shadow: 0 2.2rem 5.5rem rgba(0, 0, 0, 0.42), 0 0 2.5rem rgba(242, 84, 178, 0.1);
  transform: translateY(-0.45rem);
}

.song-poster {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #171020;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.song-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 500ms ease;
}

.song-card:hover .song-poster img,
.song-card:focus-within .song-poster img {
  filter: brightness(0.82);
  transform: scale(1.025);
}

.song-number,
.song-duration {
  position: absolute;
  top: 1rem;
  z-index: 2;
  display: grid;
  min-width: 2.35rem;
  height: 2.35rem;
  padding-inline: 0.55rem;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: rgba(7, 5, 13, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  place-items: center;
}

.song-number {
  left: 1rem;
  color: #80ebf7;
}

.song-duration {
  right: 1rem;
}

.song-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 4rem;
  aspect-ratio: 1;
  color: #08050f;
  font-size: 0.8rem;
  background: linear-gradient(135deg, #78edf8, #f5b2d2 62%, #ffe48a);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.42);
  opacity: 0;
  place-items: center;
  transform: translate(-50%, -42%) scale(0.9);
  transition: 260ms ease;
}

.song-card:hover .song-play,
.song-card:focus-within .song-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.song-card-copy {
  padding: 1.45rem 1.35rem 1.35rem;
}

.song-artist {
  margin: 0;
  color: #f39cc5;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.song-card-copy h2 {
  margin: 0.4rem 0 0;
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.2;
}

.song-card-copy h2 a:hover,
.song-card-copy h2 a:focus-visible {
  color: #fff0f8;
  outline: none;
}

.song-premise {
  margin: 1rem 0 0;
  color: #b9b2c2;
  font-size: 0.82rem;
  line-height: 1.8;
}

.song-shift {
  margin-top: 1.1rem;
  padding: 0.85rem 0.9rem;
  background: rgba(255, 255, 255, 0.035);
  border-left: 3px solid #f254b2;
  border-radius: 0 0.75rem 0.75rem 0;
}

.song-shift span {
  color: #8eeefa;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.song-shift p {
  margin: 0.35rem 0 0;
  color: #eee7f2;
  font-family: var(--serif);
  font-size: 0.9rem;
  line-height: 1.6;
}

.song-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin: 1.05rem 0 0;
  padding: 0;
  list-style: none;
}

.song-tags li {
  padding: 0.3rem 0.48rem;
  color: #918a9c;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.song-detail-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.15rem;
  padding-top: 0.9rem;
  color: #e9e1ed;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.song-detail-link::after {
  content: "→";
  color: #8ef2ff;
}

.song-detail-link:hover,
.song-detail-link:focus-visible {
  color: #fff;
  outline: none;
}

.empty-shelf {
  padding: 5rem 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.025);
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 1.7rem;
}

.empty-shelf > span {
  color: #8ef2ff;
  font-size: 3rem;
}

.empty-shelf h2 {
  margin: 0.7rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  font-weight: 500;
}

.empty-shelf p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.empty-shelf button {
  margin-top: 1.3rem;
  padding: 0.72rem 1rem;
  color: #fff;
  cursor: pointer;
  background: rgba(142, 242, 255, 0.07);
  border: 1px solid rgba(142, 242, 255, 0.35);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.library-promise {
  width: min(960px, calc(100% - 3rem));
  margin: 0 auto 8rem;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
  background: linear-gradient(135deg, rgba(44, 211, 235, 0.06), rgba(242, 84, 178, 0.07), rgba(255, 216, 77, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 2rem;
}

.library-promise > p:last-child {
  max-width: 40rem;
  margin: 1.2rem auto 0;
  color: var(--muted);
  line-height: 1.9;
}

.library-footer {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
  padding: 2rem 0 2.6rem;
  color: #817b8e;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.library-footer a:hover,
.library-footer a:focus-visible {
  color: #fff;
  outline: none;
}

.detail-main {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
  padding: 8.5rem 0 0;
}

.back-to-library {
  display: inline-flex;
  margin-bottom: 1.5rem;
  color: #9992a5 !important;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.back-to-library:hover,
.back-to-library:focus-visible {
  color: #fff !important;
  outline: none;
}

.detail-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 25rem) minmax(0, 1fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(1.15rem, 3vw, 2rem) clamp(1.15rem, 4vw, 3.3rem) clamp(1.15rem, 3vw, 2rem) clamp(1.15rem, 3vw, 2rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 28%, rgba(44, 211, 235, 0.13), transparent 26rem),
    radial-gradient(circle at 82% 48%, rgba(242, 84, 178, 0.13), transparent 29rem),
    rgba(13, 9, 24, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 2.2rem;
  box-shadow: 0 2.5rem 7rem rgba(0, 0, 0, 0.42);
}

.detail-media,
.detail-intro {
  position: relative;
  z-index: 1;
}

.detail-video-frame {
  padding: 0.58rem;
  background: linear-gradient(145deg, rgba(44, 211, 235, 0.68), rgba(242, 84, 178, 0.72) 56%, rgba(255, 216, 77, 0.62));
  border-radius: 1.8rem;
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.48);
}

.detail-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
  border-radius: 1.3rem;
}

.detail-badge {
  display: inline-block;
  margin: 0 0 0.65rem 0.2rem;
  padding: 0.52rem 0.78rem;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(7, 5, 13, 0.82);
  border: 1px solid rgba(44, 211, 235, 0.48);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.detail-media-meta {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin: 0.85rem 0 0;
  color: #847d8e;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.detail-media-meta span + span::before,
.detail-media-meta time::before {
  margin-right: 0.75rem;
  content: "·";
}

.detail-role {
  margin: 0;
  color: #f39cc5;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.detail-artist {
  margin: 0.4rem 0 0;
  color: #d8d0df;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.detail-intro h1 {
  margin: 0.55rem 0 0;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7.5vw, 6.6rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.detail-premise {
  max-width: 37rem;
  margin: 1.45rem 0 0;
  color: #c5bfce;
  font-size: clamp(0.92rem, 1.6vw, 1.08rem);
  line-height: 1.95;
}

.detail-shift {
  max-width: 38rem;
}

.detail-tags {
  margin-top: 1.2rem;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.story-section,
.lyrics-section,
.next-story {
  margin-top: 7rem;
}

.story-heading {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1.2rem;
}

.story-prose,
.highlight-card,
.lyrics-card {
  padding: clamp(1.5rem, 4vw, 2.7rem);
  background: rgba(14, 10, 25, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.6rem;
}

.story-prose p {
  margin: 0;
  color: #c2bbc9;
  line-height: 2;
}

.story-prose p + p {
  margin-top: 1.2rem;
}

.highlight-card > p {
  margin: 0;
  color: #8ef2ff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.highlight-card ol {
  display: grid;
  gap: 1rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: highlights;
}

.highlight-card li {
  position: relative;
  padding-left: 2rem;
  color: #d8d0df;
  font-size: 0.86rem;
  line-height: 1.75;
  counter-increment: highlights;
}

.highlight-card li::before {
  position: absolute;
  top: 0.05rem;
  left: 0;
  display: grid;
  width: 1.35rem;
  aspect-ratio: 1;
  content: counter(highlights, decimal-leading-zero);
  color: #0b0712;
  font-size: 0.48rem;
  font-weight: 900;
  background: linear-gradient(135deg, #70e8f5, #f4a5cc);
  border-radius: 50%;
  place-items: center;
}

.lyrics-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 2rem;
  align-items: start;
  padding-top: 4.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.lyrics-section > div > p:last-child {
  max-width: 28rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
  line-height: 1.9;
}

.lyrics-card {
  padding: 0;
  overflow: hidden;
}

.lyrics-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.5rem;
  color: #f5edf8;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  list-style: none;
}

.lyrics-card summary::-webkit-details-marker {
  display: none;
}

.lyrics-card summary span:last-child {
  display: grid;
  width: 1.7rem;
  aspect-ratio: 1;
  color: #8ef2ff;
  border: 1px solid rgba(142, 242, 255, 0.3);
  border-radius: 50%;
  place-items: center;
  transition: transform 180ms ease;
}

.lyrics-card[open] summary span:last-child {
  transform: rotate(45deg);
}

.lyrics-lines {
  display: grid;
  gap: 0.9rem;
  padding: 1.4rem 1.5rem 1.7rem;
  color: #d9d1df;
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.65;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.next-story {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 7rem;
  padding: clamp(1.7rem, 4vw, 3rem);
  background: linear-gradient(135deg, rgba(44, 211, 235, 0.06), rgba(242, 84, 178, 0.07), rgba(255, 216, 77, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.7rem;
}

.next-story > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.next-story a {
  padding: 0.72rem 0.95rem;
  color: #d9d2df;
  font-size: 0.64rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.next-story a:hover,
.next-story a:focus-visible {
  color: #fff;
  border-color: rgba(142, 242, 255, 0.42);
  outline: none;
}

@media (max-width: 900px) {
  .detail-stage {
    grid-template-columns: minmax(245px, 21rem) minmax(0, 1fr);
    gap: 2.5rem;
  }

  .story-grid,
  .lyrics-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .subsite-header,
  .library-hero,
  .library-catalog,
  .library-footer,
  .detail-main {
    width: min(100% - 2rem, 1180px);
  }

  .subsite-header .wordmark {
    font-size: 0.68rem;
    letter-spacing: 0.23em;
  }

  .library-hero {
    padding: 9rem 0 4rem;
  }

  .library-hero h1 {
    font-size: clamp(3.5rem, 20vw, 5.5rem);
  }

  .library-count {
    position: static;
    margin-top: 2rem;
  }

  .library-catalog {
    padding: 4rem 0 5rem;
  }

  .catalog-head,
  .next-story {
    display: block;
  }

  .artist-filters {
    justify-content: flex-start;
    margin-top: 1.4rem;
  }

  .song-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .song-card {
    display: grid;
    grid-template-columns: minmax(135px, 0.8fr) minmax(0, 1.2fr);
    border-radius: 1.25rem;
  }

  .song-poster {
    height: 100%;
    min-height: 25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
  }

  .song-card-copy {
    align-self: center;
    padding: 1.15rem 1rem;
  }

  .song-card-copy h2 {
    font-size: 1.45rem;
  }

  .song-premise {
    font-size: 0.72rem;
    line-height: 1.7;
  }

  .song-shift p {
    font-size: 0.8rem;
  }

  .song-play {
    width: 3.2rem;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .song-number,
  .song-duration {
    top: 0.7rem;
  }

  .song-number {
    left: 0.7rem;
  }

  .song-duration {
    right: 0.7rem;
  }

  .library-promise {
    width: min(100% - 2rem, 960px);
    margin-bottom: 5rem;
  }

  .library-footer {
    display: block;
    line-height: 1.8;
  }

  .library-footer span {
    display: block;
    margin-top: 0.25rem;
  }

  .detail-main {
    padding-top: 7.2rem;
  }

  .detail-stage {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1rem 1rem 1.8rem;
  }

  .detail-media {
    width: min(100%, 23rem);
    margin-inline: auto;
  }

  .detail-intro {
    padding-inline: 0.3rem;
  }

  .detail-intro h1 {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }

  .detail-actions .feature-action {
    flex: 1 1 12rem;
  }

  .story-section,
  .lyrics-section,
  .next-story {
    margin-top: 5rem;
  }

  .next-story {
    margin-bottom: 5rem;
  }

  .next-story > div:last-child {
    display: grid;
    justify-content: stretch;
    margin-top: 1.4rem;
  }

  .next-story a {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .song-card {
    display: block;
  }

  .song-poster {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .song-card,
  .song-poster img,
  .song-play,
  .lyrics-card summary span:last-child {
    transition: none;
  }
}
