:root {
  color-scheme: dark;
  --bg: #111311;
  --panel: #1b1f1c;
  --panel-2: #242820;
  --line: #3b4239;
  --line-soft: rgba(244, 239, 228, 0.1);
  --text: #f4efe4;
  --muted: #a8ad9f;
  --gold: #d4af37;
  --gold-soft: rgba(212, 175, 55, 0.26);
  --green: #7da66a;
  --green-soft: rgba(125, 166, 106, 0.22);
  --red: #b66a5a;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  scroll-padding-top: 84px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(125, 166, 106, 0.1), transparent 40%),
    var(--bg);
  background-size: 140% 140%, 160% 160%, auto;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  user-select: none;
}

body.is-playing {
  animation: ambientShift 10s ease-in-out infinite alternate;
}

button,
audio,
a {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.label-home {
  user-select: text;
  background: #090b09;
  overflow-x: hidden;
}

.label-topbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.09);
  padding: 0 32px;
  background: rgba(9, 11, 9, 0.78);
  position: sticky;
  top: 0;
  z-index: 4;
  backdrop-filter: blur(18px);
}

.label-wordmark {
  flex: 0 0 auto;
  color: var(--text);
  text-decoration: none;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.label-wordmark.compact {
  font-size: 12px;
}

.label-topbar nav,
.label-actions,
.portal-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.label-topbar nav {
  justify-content: flex-end;
  gap: 6px;
}

.label-topbar nav a:not(.button-link),
.logout-link,
.login-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.label-topbar nav a:not(.button-link) {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 10px;
  line-height: 1;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.label-topbar nav a:not(.button-link):hover,
.label-topbar nav a:not(.button-link):focus-visible {
  border-color: rgba(244, 239, 228, 0.13);
  background: rgba(244, 239, 228, 0.06);
  color: var(--text);
}

.login-nav-link {
  opacity: 0.72;
}

.login-nav-link:hover,
.login-nav-link:focus-visible {
  color: var(--text);
  opacity: 1;
}

.label-hero {
  min-height: clamp(620px, calc(100vh - 116px), 880px);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 78px 32px 76px;
  background: #0b0d0b;
}

.label-hero-media {
  position: absolute;
  inset: 0;
}

.label-hero-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: translate3d(0, var(--hero-y, 0), 0) scale(var(--hero-scale, 1.02));
  transform-origin: center;
  will-change: transform;
}

.is-section-traveling .label-hero-media video,
.is-section-traveling .cover-frame {
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.label-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 5, 4, 0.9), rgba(4, 5, 4, 0.42) 46%, rgba(4, 5, 4, 0.12)),
    linear-gradient(180deg, rgba(4, 5, 4, 0.05), rgba(4, 5, 4, 0.82));
  pointer-events: none;
}

.label-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  max-width: 840px;
}

.hero-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.label-hero h1 {
  max-width: 880px;
  font-size: 96px;
  line-height: 0.94;
  text-transform: uppercase;
  text-wrap: balance;
}

.album-title-lockup {
  margin: 0;
  color: var(--gold);
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.label-lede {
  max-width: 740px;
  color: rgba(244, 239, 228, 0.84);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 650;
}

.label-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

.label-hero-meta span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.label-hero-meta strong {
  color: var(--text);
  font-size: 15px;
  font-weight: 900;
}

.hero-release-lockup {
  width: min(520px, 100%);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 18px;
  align-items: end;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 8px;
  background: rgba(10, 12, 10, 0.46);
  backdrop-filter: blur(12px);
  padding: 14px 16px;
}

.hero-release-lockup span {
  grid-column: 1 / -1;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-release-lockup time {
  color: var(--text);
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.hero-release-lockup strong {
  justify-self: end;
  color: rgba(244, 239, 228, 0.78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.music-strip {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(244, 239, 228, 0.12);
  border-bottom: 1px solid rgba(244, 239, 228, 0.12);
  background:
    linear-gradient(90deg, rgba(11, 93, 43, 0.28), rgba(212, 175, 55, 0.12), rgba(147, 36, 30, 0.22)),
    #0e120d;
  padding: 0 32px;
}

.music-strip p,
.music-strip span {
  color: rgba(244, 239, 228, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.music-strip strong {
  justify-self: center;
  font-size: clamp(24px, 4vw, 54px);
  line-height: 1;
}

.release-flow {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: stretch;
  border-bottom: 1px solid rgba(244, 239, 228, 0.08);
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.16), transparent 42%),
    linear-gradient(315deg, rgba(11, 93, 43, 0.18), transparent 48%),
    #090b09;
  padding: 54px 32px;
}

.release-date-card {
  display: grid;
  gap: 18px;
  align-content: end;
  border: 1px solid rgba(244, 239, 228, 0.12);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.045);
  padding: clamp(20px, 3vw, 34px);
}

.release-date-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(44px, 6.2vw, 84px);
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

.release-date-card p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(244, 239, 228, 0.74);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 650;
}

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

.countdown-grid span {
  display: grid;
  gap: 5px;
  min-height: 84px;
  align-content: center;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.08);
  color: rgba(244, 239, 228, 0.7);
  padding: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.countdown-grid strong {
  color: var(--gold);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.rollout-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.rollout-steps article {
  min-height: 210px;
  display: grid;
  gap: 12px;
  align-content: center;
  border: 1px solid rgba(244, 239, 228, 0.11);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.04);
  padding: 16px;
}

.rollout-steps article.is-release {
  border-color: rgba(212, 175, 55, 0.46);
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.14), rgba(11, 93, 43, 0.07)),
    rgba(244, 239, 228, 0.04);
}

.rollout-steps span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rollout-steps strong {
  color: var(--text);
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 1;
  text-transform: uppercase;
}

.rollout-steps p {
  color: rgba(244, 239, 228, 0.68);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.artist-overview {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.56fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding: 56px 32px 64px;
}

.spotlight-copy {
  display: grid;
  gap: 20px;
  max-width: 780px;
}

.spotlight-copy h2,
.platform-panel h2,
.portal-gateway h2 {
  margin: 0;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.98;
  text-transform: uppercase;
}

.spotlight-copy p:not(.eyebrow),
.portal-copy p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(244, 239, 228, 0.76);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 650;
}

.track-moods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

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

.mood-tile {
  display: grid;
  gap: 8px;
  min-height: 112px;
  align-content: end;
  border: 1px solid rgba(244, 239, 228, 0.1);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.04);
  padding: 14px;
}

.mood-tile span,
.cover-showcase p {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mood-tile strong {
  font-size: 17px;
  line-height: 1.2;
}

.cover-showcase {
  width: 100%;
  max-width: 560px;
  display: grid;
  gap: 14px;
  justify-self: end;
}

.cover-frame {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 239, 228, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: #0b0d0b;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.cover-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.sound-map {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: center;
  border-top: 1px solid rgba(244, 239, 228, 0.08);
  background:
    linear-gradient(135deg, rgba(11, 93, 43, 0.24), transparent 48%),
    #090b09;
  padding: 64px 32px;
}

.sound-map-copy {
  display: grid;
  gap: 14px;
}

.sound-map h2,
.album-statement strong {
  margin: 0;
  font-size: clamp(38px, 6vw, 82px);
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
}

.sound-map p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(244, 239, 228, 0.76);
  font-size: 18px;
  line-height: 1.62;
  font-weight: 650;
}

.genre-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
}

.genre-cloud span {
  border: 1px solid rgba(244, 239, 228, 0.16);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.06);
  color: var(--text);
  padding: 14px 16px;
  font-size: clamp(16px, 2.2vw, 30px);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.album-statement {
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(244, 239, 228, 0.1);
  border-bottom: 1px solid rgba(244, 239, 228, 0.1);
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.13), rgba(147, 36, 30, 0.16)),
    #10130f;
  padding: 52px 32px;
}

.album-statement p {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-tip {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.08);
  background:
    linear-gradient(90deg, rgba(11, 93, 43, 0.2), rgba(212, 175, 55, 0.08), transparent),
    #090b09;
  padding: 20px 32px;
}

.studio-tip div {
  display: grid;
  gap: 6px;
}

.studio-tip strong {
  max-width: 760px;
  color: var(--text);
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.18;
  text-transform: uppercase;
}

.studio-services {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  border-bottom: 1px solid rgba(244, 239, 228, 0.08);
  background:
    radial-gradient(circle at 12% 12%, rgba(212, 175, 55, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(11, 93, 43, 0.18), transparent 48%),
    #090b09;
  padding: 64px 32px;
}

.studio-copy {
  display: grid;
  gap: 18px;
}

.studio-copy h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 5.8vw, 78px);
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

.studio-copy h1 {
  max-width: 860px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
}

.studio-copy p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(244, 239, 228, 0.76);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 650;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
}

.service-grid span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 239, 228, 0.12);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.055);
  color: var(--text);
  padding: 11px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.studio-visual {
  display: grid;
  gap: 12px;
}

.studio-visual img {
  width: 100%;
  display: block;
  border: 1px solid rgba(244, 239, 228, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.38);
}

.studio-visual p {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(320px, 1fr);
  gap: 38px;
  align-items: center;
  padding: 52px 32px;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.08), transparent 46%),
    #090b09;
}

.profile-media {
  width: 100%;
  max-width: 560px;
  justify-self: center;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 239, 228, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: #0b0d0b;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.42);
}

.profile-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.profile-copy {
  display: grid;
  gap: 18px;
}

.profile-copy h1 {
  margin: 0;
  font-size: clamp(56px, 9vw, 112px);
  line-height: 0.92;
  text-transform: uppercase;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 32px;
}

.profile-card {
  min-height: 250px;
  display: grid;
  align-content: end;
  gap: 12px;
  border: 1px solid rgba(244, 239, 228, 0.1);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.04);
  padding: 18px;
}

.profile-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-card h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 0.98;
  text-transform: uppercase;
}

.profile-card p {
  margin: 0;
  color: rgba(244, 239, 228, 0.72);
  line-height: 1.5;
  font-weight: 650;
}

.platform-panel {
  display: grid;
  gap: 22px;
  padding: 56px 32px 64px;
  background: #10130f;
  border-top: 1px solid rgba(244, 239, 228, 0.08);
  border-bottom: 1px solid rgba(244, 239, 228, 0.08);
}

.platform-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  max-width: 1180px;
}

.platform-panel h2 {
  font-size: clamp(34px, 5.4vw, 72px);
}

.platform-heading p:not(.eyebrow) {
  max-width: 430px;
  margin: 0 0 6px;
  color: rgba(244, 239, 228, 0.68);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 650;
}

.platform-links {
  display: grid;
  grid-template-columns: repeat(7, minmax(94px, 1fr));
  gap: 10px;
}

.platform-link {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.04);
  color: var(--text);
  text-decoration: none;
  padding: 11px 12px;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.platform-link:hover,
.platform-link:focus-visible {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.11);
  transform: translateY(-1px);
}

.platform-link span {
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.platform-link strong {
  overflow-wrap: anywhere;
  font-size: 16px;
}

.social-symbols {
  display: none;
}

.social-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-gateway {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 44px 32px;
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.12), transparent 58%),
    #090b09;
}

.portal-copy {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.portal-gateway h2 {
  font-size: clamp(30px, 4vw, 52px);
}

.portal-gateway .button-link {
  flex: 0 0 auto;
}

/* ── Footer base (shared) ──────────────────────────────────────── */
.site-footer {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(244, 239, 228, 0.08);
  background: #090b09;
  padding: 0 32px;
}

.site-footer span {
  color: rgba(244, 239, 228, 0.74);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.site-footer a {
  color: rgba(244, 239, 228, 0.54);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

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

/* ── Footer profesional ────────────────────────────────────────── */
.site-footer--pro {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: start;
  gap: 0;
  padding: 48px 64px 32px;
  min-height: unset;
}

.footer-brand {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 32px;
}

.footer-wordmark {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text) !important;
  text-decoration: none;
}

.footer-tagline {
  font-size: 12px;
  color: rgba(244, 239, 228, 0.42);
  font-weight: 500;
  margin: 0;
}

.footer-socials {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(244, 239, 228, 0.12);
  border-radius: 50%;
  color: rgba(244, 239, 228, 0.54);
  transition: border-color 180ms ease, color 180ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.footer-social-icon {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-nav {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  gap: 48px;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-heading {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.32);
  margin: 0 0 4px;
}

.footer-nav-col a {
  font-size: 13px;
  font-weight: 600;
  color: rgba(244, 239, 228, 0.6);
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-nav-col a:hover,
.footer-nav-col a:focus-visible {
  color: var(--text);
}

.footer-bottom {
  grid-column: 1 / -1;
  grid-row: 2;
  border-top: 1px solid rgba(244, 239, 228, 0.06);
  margin-top: 40px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  font-size: 11px;
  color: rgba(244, 239, 228, 0.3);
  margin: 0;
  font-weight: 500;
}

/* Hero full-height on minimal home */
.label-home--minimal .label-hero--full {
  min-height: 100svh;
}

/* ── Responsive footer ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .site-footer--pro {
    grid-template-columns: 1fr;
    padding: 40px 20px 28px;
    gap: 32px;
  }

  .footer-brand {
    grid-column: 1;
    grid-row: 1;
    padding-right: 0;
  }

  .footer-nav {
    grid-column: 1;
    grid-row: 2;
    flex-wrap: wrap;
    gap: 32px;
  }

  .footer-bottom {
    grid-column: 1;
    grid-row: 3;
    margin-top: 0;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

.access-band p {
  color: rgba(244, 239, 228, 0.72);
  line-height: 1.5;
  font-weight: 650;
}

.shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
}

.library {
  padding: 32px;
  border-right: 1px solid var(--line);
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
}

.portal-strip {
  margin-bottom: 8px;
}

.role-badge {
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.1);
  color: var(--text);
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: 44px;
  line-height: 1;
}

.release-label,
.release-meta {
  color: var(--muted);
  font-weight: 700;
}

.release-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.release-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 6px;
}

.release-field {
  display: grid;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.04);
  padding: 10px 12px;
}

.release-field span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.release-field strong {
  color: var(--text);
  font-size: 16px;
}

.global-actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.download-actions {
  margin-bottom: 0;
}

.button-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(244, 239, 228, 0.04);
  padding: 0 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button-link:hover,
.button-link:focus-visible {
  border-color: var(--green);
  outline: none;
  transform: translateY(-1px);
}

.button-link.primary {
  border-color: transparent;
  background: var(--gold);
  color: #151100;
}

.button-link.disabled {
  opacity: 0.45;
  pointer-events: none;
}

.tracks {
  display: grid;
  gap: 8px;
}

.track {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  padding: 9px 12px;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.track-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.track:hover,
.track:focus-visible {
  border-color: var(--green);
  background: rgba(125, 166, 106, 0.12);
  outline: none;
  transform: translateX(3px);
}

.track.active {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.13);
  box-shadow: inset 3px 0 0 var(--gold);
}

body.is-playing .track.active {
  animation: activeTrackPulse 1.8s ease-in-out infinite;
}

.track-number {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.track-title {
  overflow-wrap: anywhere;
  font-size: 16px;
  font-weight: 750;
}

.track-audio-profile {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.track-duration {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.player-panel {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 40px;
  background:
    linear-gradient(180deg, rgba(244, 239, 228, 0.035), transparent 32%),
    var(--panel);
  position: relative;
  overflow: hidden;
}

.view-tabs,
.player-stage {
  width: min(720px, 100%);
}

.view-tabs {
  align-self: end;
}

.player-stage {
  display: grid;
  gap: 18px;
}

.player-panel[data-view="lyrics"] {
  align-content: start;
}

.player-panel[data-view="lyrics"] .cover-unit {
  display: none;
}

.cover-unit {
  width: min(420px, 100%);
  display: grid;
  gap: 10px;
}

.player-panel[data-view="lyrics"] .player-console,
.player-panel[data-view="lyrics"] .platform-details {
  width: min(820px, 100%);
}

.cover {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-2);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.3);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.cover-light {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.18) 45%, transparent 56%),
    linear-gradient(180deg, rgba(212, 175, 55, 0.12), transparent 45%);
  opacity: 0;
  transform: translateX(-100%);
  pointer-events: none;
}

.cover img,
.cover video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  transition: filter 220ms ease, transform 220ms ease;
}

/* Loop crossfade stack */
.cover-loop-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cover-loop-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transition: opacity 1000ms ease, filter 220ms ease, transform 220ms ease;
}

.cover-loop-a { opacity: 1; z-index: 1; }
.cover-loop-b { opacity: 0; z-index: 2; }

.cover[data-cover-mode="motion"] .cover-still,
.cover[data-cover-mode="still"] .cover-motion {
  display: none;
}

.cover-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.035);
  padding: 6px;
}

.cover-mode {
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.cover-mode.active {
  background: var(--gold);
  color: #151100;
}

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

.cover-downloads .button-link {
  width: 100%;
}

body.is-playing .cover {
  border-color: rgba(212, 175, 55, 0.72);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.36), 0 0 54px var(--gold-soft);
  transform: translateY(-2px);
}

body.is-playing .cover img,
body.is-playing .cover video,
body.is-playing .cover-loop-wrap video {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.015);
}

body.is-playing .cover-light {
  animation: coverSweep 5.6s ease-in-out infinite;
}

.player-console {
  width: min(640px, 100%);
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.12), transparent 42%),
    linear-gradient(315deg, rgba(125, 166, 106, 0.11), transparent 48%),
    rgba(17, 19, 17, 0.58);
  padding: 16px;
  box-shadow: inset 0 1px 0 rgba(244, 239, 228, 0.06), 0 18px 46px rgba(0, 0, 0, 0.22);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

body.is-playing .player-console {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: inset 0 1px 0 rgba(244, 239, 228, 0.08), 0 18px 54px rgba(0, 0, 0, 0.28), 0 0 38px rgba(212, 175, 55, 0.08);
}

.player-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
}

.now-playing {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.now-playing h2 {
  font-size: 28px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.now-playing p:last-child {
  color: var(--muted);
  font-weight: 650;
}

.play-state {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.04);
  color: var(--muted);
  padding: 6px 11px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.play-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--muted);
}

body.is-loading .play-dot {
  background: var(--gold);
  animation: dotPulse 800ms ease-in-out infinite;
}

body.is-playing .play-state {
  border-color: rgba(212, 175, 55, 0.48);
  color: var(--text);
  background: rgba(212, 175, 55, 0.1);
}

body.is-playing .play-dot {
  background: var(--green);
  box-shadow: 0 0 18px var(--green-soft);
  animation: dotPulse 1s ease-in-out infinite;
}

.visualizer {
  width: 100%;
  height: 98px;
  display: block;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(17, 19, 17, 0.34);
  overflow: hidden;
}

.visualizer canvas {
  width: 100%;
  height: 100%;
  display: block;
}

audio {
  display: none;
}

.transport {
  min-height: 54px;
  display: grid;
  grid-template-columns: 44px auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.045);
  padding: 9px 11px;
}

.transport-button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.18);
  color: var(--text);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.transport-button:hover,
.transport-button:focus-visible {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.28);
  outline: none;
  transform: translateY(-1px);
}

.transport-button:disabled {
  cursor: default;
  opacity: 0.45;
  transform: none;
}

.transport-icon {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
}

.transport-button.is-playing .transport-icon {
  width: 12px;
  height: 14px;
  margin-left: 0;
  border: 0;
  background:
    linear-gradient(90deg, currentColor 0 4px, transparent 4px 8px, currentColor 8px 12px);
}

.time-readout {
  min-width: 38px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.seek-bar {
  --progress: 0%;
  width: 100%;
  height: 18px;
  appearance: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.seek-bar:disabled {
  cursor: default;
  opacity: 0.48;
}

.seek-bar::-webkit-slider-runnable-track {
  height: 8px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background:
    linear-gradient(90deg, var(--gold) 0 var(--progress), rgba(244, 239, 228, 0.14) var(--progress) 100%);
}

.seek-bar::-webkit-slider-thumb {
  width: 14px;
  height: 18px;
  appearance: none;
  margin-top: -6px;
  border: 1px solid rgba(17, 19, 17, 0.6);
  border-radius: 4px;
  background: var(--text);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
}

.seek-bar::-moz-range-track {
  height: 8px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: rgba(244, 239, 228, 0.14);
}

.seek-bar::-moz-range-progress {
  height: 8px;
  border-radius: 6px;
  background: var(--gold);
}

.seek-bar::-moz-range-thumb {
  width: 14px;
  height: 18px;
  border: 1px solid rgba(17, 19, 17, 0.6);
  border-radius: 4px;
  background: var(--text);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
}

.platform-details {
  width: min(720px, 100%);
  display: grid;
  gap: 16px;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.tab {
  min-height: 40px;
  border: 0;
  border-right: 1px solid var(--line);
  background: rgba(244, 239, 228, 0.04);
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  transition: background 180ms ease, color 180ms ease;
}

.tab:last-child {
  border-right: 0;
}

.tab.active {
  background: rgba(212, 175, 55, 0.18);
  color: var(--text);
}

.detail-panel {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 19, 17, 0.5);
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

body.is-playing .detail-panel {
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow: 0 0 34px rgba(212, 175, 55, 0.08);
}

.empty-state {
  color: var(--muted);
  line-height: 1.55;
  padding: 18px;
}

.detail-view {
  display: grid;
  gap: 18px;
  padding: 18px;
}

.detail-header {
  display: grid;
  gap: 5px;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 14px;
}

.detail-header p {
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-header h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.detail-header span {
  color: var(--muted);
  font-weight: 750;
}

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

.stat {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.035);
  padding: 11px 12px;
}

.stat span,
.credit-data dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stat strong {
  overflow-wrap: anywhere;
  font-size: 15px;
}

.credit-list,
.split-list {
  display: grid;
  gap: 12px;
}

.credit-entry,
.split-entry {
  display: grid;
  gap: 13px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.035);
  padding: 14px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.credit-entry:hover,
.split-entry:hover {
  border-color: rgba(125, 166, 106, 0.55);
  transform: translateY(-1px);
}

.credit-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.credit-topline h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.credit-topline p {
  margin-top: 3px;
  color: var(--muted);
  font-weight: 700;
}

.split-badge {
  min-width: 54px;
  border-radius: 999px;
  background: var(--gold);
  color: #151100;
  padding: 6px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}

.platform-credit-role {
  border: 1px solid rgba(244, 239, 228, 0.16);
  border-radius: 8px;
  color: var(--gold);
  padding: 6px 10px;
  text-align: right;
  font-size: 12px;
  font-weight: 900;
}

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

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

.credit-data div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.credit-data dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--text);
  font-weight: 760;
  line-height: 1.28;
}

.publishing-note {
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  padding-top: 11px;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
  user-select: text;
}

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

.detail-item {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.035);
  padding: 12px;
}

.detail-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.detail-value {
  overflow-wrap: anywhere;
  font-weight: 750;
  line-height: 1.35;
}

.text-block,
.lyrics-sheet {
  max-height: 360px;
  overflow: auto;
  color: var(--text);
  line-height: 1.55;
  user-select: text;
}

.lyrics-page {
  min-height: 520px;
}

.lyrics-header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.lyrics-sheet {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.035);
  padding: 18px;
}

.lyrics-focus-sheet {
  max-height: none;
  font-size: 21px;
  line-height: 1.75;
  padding: 24px;
}

.lyrics-sheet p {
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.sync-note {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(125, 166, 106, 0.08);
  color: var(--muted);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.lyric-sync-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lyric-sync-meta span {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(244, 239, 228, 0.04);
  color: var(--muted);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.synced-lyrics {
  max-height: 62vh;
  display: grid;
  gap: 8px;
  overflow: auto;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(244, 239, 228, 0.04), transparent 38%),
    rgba(244, 239, 228, 0.025);
  padding: 28vh 18px;
  scroll-behavior: smooth;
}

.synced-line {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(244, 239, 228, 0.4);
  padding: 8px 10px;
  text-align: left;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.22;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.synced-line:hover,
.synced-line:focus-visible {
  background: rgba(244, 239, 228, 0.055);
  color: rgba(244, 239, 228, 0.76);
  outline: none;
}

.synced-line.active {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.2), rgba(125, 166, 106, 0.08));
  color: var(--text);
  transform: translateX(8px);
  box-shadow: inset 4px 0 0 var(--gold);
}

.lyric-space {
  height: 10px;
}

.pending {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: #ffd0c7;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 12px;
}

.login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--bg);
}

.login-box {
  width: min(420px, 100%);
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.login-box h1 {
  font-size: 32px;
}

.login-copy,
.demo-note {
  color: var(--muted);
  line-height: 1.45;
  font-weight: 650;
}

.demo-note {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(125, 166, 106, 0.09);
  padding: 10px 12px;
  font-size: 13px;
}

.login-box label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.login-box input,
.login-box select,
.login-box textarea {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0b0d0b;
  color: var(--text);
  padding: 0 12px;
  font: inherit;
}

.login-box textarea {
  min-height: 110px;
  padding: 12px;
  resize: vertical;
}

.login-box button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--gold);
  color: #151100;
  font-weight: 850;
  cursor: pointer;
}

.login-box .button-link {
  width: 100%;
}

.login-link {
  justify-self: center;
}

.login-error {
  color: #ffb1a1;
  min-height: 20px;
  font-weight: 700;
}

@media (max-width: 800px) {
  .label-topbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 20px;
  }

  .label-topbar nav {
    justify-content: flex-start;
  }

  .label-hero {
    min-height: 590px;
    padding: 44px 20px;
  }

  .label-hero h1 {
    font-size: 54px;
  }

  .label-hero-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .hero-release-lockup {
    grid-template-columns: 1fr;
  }

  .hero-release-lockup strong {
    justify-self: start;
  }

  .music-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: start;
    padding: 20px;
  }

  .release-flow {
    grid-template-columns: 1fr;
    padding: 44px 20px;
  }

  .rollout-steps {
    grid-template-columns: 1fr;
  }

  .rollout-steps article {
    min-height: 160px;
  }

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

  .artist-overview {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 20px;
  }

  .cover-showcase {
    max-width: 100%;
    justify-self: stretch;
  }

  .track-moods,
  .platform-links {
    grid-template-columns: 1fr;
  }

  .sound-map {
    grid-template-columns: 1fr;
    padding: 44px 20px;
  }

  .album-statement {
    padding: 38px 20px;
  }

  .studio-tip {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 20px;
  }

  .studio-services {
    grid-template-columns: 1fr;
    padding: 44px 20px;
  }

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

  .profile-hero,
  .profile-grid {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }

  .profile-media {
    max-width: 100%;
  }

  .profile-card {
    min-height: 180px;
  }

  .platform-panel {
    padding: 20px;
  }

  .platform-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .platform-link {
    justify-content: flex-start;
  }

  .portal-gateway {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px 20px;
  }

  .site-footer {
    padding: 0 20px;
  }

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

  .library {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px;
  }

  .player-panel {
    min-height: auto;
    padding: 24px;
  }

  .cover-unit {
    width: 100%;
  }

  .cover-downloads {
    grid-template-columns: 1fr;
  }

  .player-heading {
    grid-template-columns: 1fr;
  }

  .transport {
    grid-template-columns: 40px auto minmax(92px, 1fr) auto;
    gap: 8px;
    padding: 8px;
  }

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

  .release-fields,
  .stats-row,
  .credit-data,
  .credit-data.compact {
    grid-template-columns: 1fr;
  }

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

  .tab {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .tab:nth-child(even),
  .tab:last-child {
    border-right: 0;
  }

  .tab:last-child {
    border-bottom: 0;
  }

  .lyrics-header {
    grid-template-columns: 1fr;
  }

  .synced-line {
    font-size: 20px;
  }

  h1 {
    font-size: 38px;
  }
}

@keyframes ambientShift {
  from { background-position: 0% 0%, 100% 100%, 0 0; }
  to { background-position: 100% 65%, 0% 35%, 0 0; }
}

@keyframes activeTrackPulse {
  0%, 100% { box-shadow: inset 3px 0 0 var(--gold), 0 0 0 rgba(212, 175, 55, 0); }
  50% { box-shadow: inset 3px 0 0 var(--gold), 0 0 24px rgba(212, 175, 55, 0.12); }
}

@keyframes coverSweep {
  0%, 28% { opacity: 0; transform: translateX(-100%); }
  46% { opacity: 0.72; }
  72%, 100% { opacity: 0; transform: translateX(100%); }
}

@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 0.72; }
  50% { transform: scale(1.35); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   ARTIST PAGE — mobile-first (ap-*)
   ═══════════════════════════════════════════════════════════════ */

/* ① Hero */
.ap-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.ap-hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ap-hero-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ap-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(8, 10, 8, 0.18) 0%,
    rgba(8, 10, 8, 0.45) 50%,
    rgba(8, 10, 8, 0.92) 100%
  );
}

.ap-hero-copy {
  position: relative;
  z-index: 1;
  padding: 0 20px 48px;
  width: 100%;
  max-width: 640px;
}

.ap-kicker {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
}

.ap-name {
  font-size: clamp(42px, 12vw, 80px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 8px;
}

.ap-album {
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}

.ap-bio {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(244, 239, 228, 0.78);
  max-width: 480px;
  margin: 0 0 28px;
}

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

/* ② About */
.ap-about {
  background: var(--surface, #0e100e);
  padding: 56px 20px;
}

.ap-about-inner {
  max-width: 640px;
  margin: 0 auto;
}

.ap-about h2 {
  font-size: clamp(32px, 8vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 12px 0 20px;
}

.ap-about p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(244, 239, 228, 0.68);
  margin: 0 0 28px;
}

.ap-genres {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ap-genres li {
  padding: 6px 14px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.ap-quote {
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(244, 239, 228, 0.08);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
  color: rgba(244, 239, 228, 0.54);
}

/* ③ Countdown */
.ap-countdown {
  background: #0a0c0a;
  border-top: 1px solid rgba(244, 239, 228, 0.06);
  padding: 56px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.ap-countdown h2 {
  font-size: clamp(26px, 7vw, 42px);
  font-weight: 900;
  color: var(--text);
  margin: 0;
  letter-spacing: -0.02em;
}

.ap-clock {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ap-clock-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 72px;
  background: rgba(244, 239, 228, 0.04);
  border: 1px solid rgba(244, 239, 228, 0.08);
  border-radius: 10px;
  padding: 14px 10px 10px;
  gap: 4px;
}

.ap-clock-unit strong {
  font-size: clamp(28px, 8vw, 44px);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ap-clock-unit span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.36);
}

.ap-clock-sep {
  font-size: 28px;
  font-weight: 900;
  color: rgba(244, 239, 228, 0.2);
  margin-bottom: 16px;
}

/* ④ Platforms */
.ap-platforms {
  padding: 56px 20px;
  background: var(--surface, #0e100e);
  border-top: 1px solid rgba(244, 239, 228, 0.06);
}

.ap-platforms-head {
  max-width: 640px;
  margin: 0 auto 36px;
}

.ap-platforms-head h2 {
  font-size: clamp(26px, 7vw, 40px);
  font-weight: 900;
  color: var(--text);
  margin: 10px 0 8px;
  letter-spacing: -0.02em;
}

.ap-platforms-head p {
  font-size: 14px;
  color: rgba(244, 239, 228, 0.52);
  margin: 0;
}

.ap-platform-grid {
  max-width: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ap-platform-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(244, 239, 228, 0.1);
  border-radius: 10px;
  background: rgba(244, 239, 228, 0.03);
  text-decoration: none;
  color: rgba(244, 239, 228, 0.72);
  font-size: 13px;
  font-weight: 700;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.ap-platform-link:hover,
.ap-platform-link:focus-visible {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.06);
  color: var(--text);
}

.ap-platform-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* Desktop adjustments */
@media (min-width: 768px) {
  .ap-hero-copy {
    padding: 0 64px 72px;
    max-width: 760px;
  }

  .ap-about,
  .ap-countdown,
  .ap-platforms {
    padding-left: 64px;
    padding-right: 64px;
  }

  .ap-about-inner,
  .ap-platforms-head,
  .ap-platform-grid {
    max-width: 720px;
  }

  .ap-platform-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ap-clock-unit {
    min-width: 96px;
    padding: 18px 16px 14px;
  }
}
