:root {
  --bg: #090508;
  --bg-soft: rgba(17, 10, 12, 0.9);
  --panel: rgba(22, 14, 18, 0.82);
  --panel-strong: rgba(34, 20, 25, 0.94);
  --panel-border: rgba(203, 164, 98, 0.18);
  --text: #f4ebdc;
  --muted: #c1af97;
  --accent: #9f2e2e;
  --accent-soft: #ddb56a;
  --accent-cold: #7a1118;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 12% 14%, rgba(227, 185, 112, 0.18), transparent 18%),
    radial-gradient(circle at 84% 20%, rgba(146, 36, 42, 0.16), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(88, 17, 25, 0.22), transparent 30%),
    linear-gradient(180deg, #13090d 0%, #09070b 44%, #050406 100%);
  overflow-x: hidden;
  transition: background 420ms ease;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 227, 172, 0.18), transparent 10%),
    radial-gradient(circle at 84% 14%, rgba(187, 53, 63, 0.1), transparent 12%),
    repeating-linear-gradient(
      90deg,
      rgba(183, 144, 80, 0.08) 0 1px,
      transparent 1px 72px
    ),
    linear-gradient(to bottom, rgba(255, 241, 213, 0.08), transparent 26%);
  opacity: 0.55;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 28px 24px 24px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 50% 0%, rgba(249, 214, 151, 0.16), transparent 14%),
    linear-gradient(
      90deg,
      transparent 0 9%,
      rgba(197, 156, 91, 0.06) 9% 10%,
      transparent 10% 23%,
      rgba(197, 156, 91, 0.045) 23% 24%,
      transparent 24% 37%,
      rgba(197, 156, 91, 0.05) 37% 38%,
      transparent 38% 61%,
      rgba(197, 156, 91, 0.05) 61% 62%,
      transparent 62% 76%,
      rgba(197, 156, 91, 0.045) 76% 77%,
      transparent 77% 90%,
      rgba(197, 156, 91, 0.06) 90% 91%,
      transparent 91% 100%
    );
  box-shadow:
    inset 0 0 0 1px rgba(197, 156, 91, 0.08),
    inset 0 -120px 160px rgba(4, 3, 5, 0.34);
  mask-image:
    radial-gradient(circle at 16% 0, black 0 42%, transparent 42.7%),
    radial-gradient(circle at 50% 0, black 0 42%, transparent 42.7%),
    radial-gradient(circle at 84% 0, black 0 42%, transparent 42.7%),
    linear-gradient(black, black);
  mask-size: 32% 36%, 32% 36%, 32% 36%, 100% 100%;
  mask-repeat: no-repeat;
  mask-position: left top, center top, right top, center center;
  opacity: 0.22;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.grain {
  position: fixed;
  inset: 0;
  opacity: 0.2;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.12), transparent 50%),
    repeating-radial-gradient(
      circle at 50% 50%,
      rgba(255, 246, 226, 0.035) 0 1px,
      transparent 1px 4px
    );
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.symbol-layer {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  transition: z-index 0ms linear 420ms;
}

.symbol {
  position: absolute;
  display: block;
  pointer-events: none;
  transition: opacity 420ms ease, filter 420ms ease, transform 420ms ease;
}

.symbol-cross {
  width: 180px;
  height: 320px;
  opacity: 0.34;
  background:
    linear-gradient(90deg, transparent 0 47%, rgba(221, 181, 106, 0.3) 47% 53%, transparent 53%),
    linear-gradient(90deg, transparent 0 24%, rgba(221, 181, 106, 0.22) 24% 76%, transparent 76%),
    linear-gradient(90deg, transparent 0 34%, rgba(221, 181, 106, 0.18) 34% 66%, transparent 66%);
  background-size: 100% 100%, 100% 7px, 68% 5px;
  background-position: center center, center 34%, center 18%;
  background-repeat: no-repeat;
  box-shadow: 0 0 52px rgba(221, 181, 106, 0.08);
  mix-blend-mode: screen;
  will-change: transform, opacity, filter;
}

.symbol-cross::before,
.symbol-cross::after {
  content: "";
  position: absolute;
  left: 50%;
}

.symbol-cross::after {
  bottom: 58px;
  width: 86px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(221, 181, 106, 0.04), rgba(221, 181, 106, 0.28), rgba(221, 181, 106, 0.04));
  transform: translateX(-50%) rotate(-13deg);
  box-shadow: 0 0 18px rgba(221, 181, 106, 0.08);
}

.symbol-cross::before {
  top: 6%;
  width: 124px;
  height: 124px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(221, 181, 106, 0.12);
  box-shadow:
    0 0 34px rgba(221, 181, 106, 0.05),
    inset 0 0 22px rgba(221, 181, 106, 0.03);
}

.symbol-cross-left {
  left: 4.2%;
  top: 18%;
  transform: rotate(-3deg) scale(0.95);
}

.symbol-cross-left-upper {
  left: 1.2%;
  top: 7%;
  transform: rotate(-6deg) scale(0.84);
  opacity: 0.24;
}

.symbol-cross-left-lower {
  left: 1.4%;
  bottom: 9%;
  transform: rotate(5deg) scale(0.9);
  opacity: 0.22;
}

.symbol-cross-right {
  right: 4.4%;
  top: 34%;
  transform: rotate(4deg) scale(0.78);
  opacity: 0.24;
}

.symbol-cross-right-upper {
  right: 1.2%;
  top: 10%;
  transform: rotate(7deg) scale(0.86);
  opacity: 0.22;
}

.symbol-cross-right-lower {
  right: 1.5%;
  bottom: 12%;
  transform: rotate(-5deg) scale(0.94);
  opacity: 0.2;
}

.symbol-rosette {
  width: 340px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 31%, rgba(221, 181, 106, 0.12) 31% 31.8%, transparent 31.8% 48%, rgba(221, 181, 106, 0.08) 48% 48.8%, transparent 48.8%),
    repeating-conic-gradient(
      from 0deg,
      rgba(221, 181, 106, 0.08) 0deg 8deg,
      transparent 8deg 30deg
    );
  mask-image: radial-gradient(circle, transparent 0 18%, black 18% 100%);
  opacity: 0.16;
  filter: blur(0.3px);
}

.symbol-rosette::before,
.symbol-rosette::after {
  content: "";
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.symbol-rosette::before {
  width: 44%;
  height: 44%;
  border: 1px solid rgba(221, 181, 106, 0.12);
  box-shadow: 0 0 30px rgba(221, 181, 106, 0.04);
}

.symbol-rosette::after {
  width: 8px;
  height: 8px;
  background: rgba(221, 181, 106, 0.28);
}

.symbol-rosette-top {
  top: 8%;
  right: 18%;
}

.symbol-rosette-bottom {
  bottom: 10%;
  left: 14%;
  width: 280px;
  opacity: 0.1;
}

.symbol-band {
  top: 0;
  bottom: 0;
  width: 140px;
  opacity: 0.18;
  background:
    radial-gradient(circle at 50% 8%, rgba(221, 181, 106, 0.18), transparent 14%),
    repeating-linear-gradient(
      180deg,
      transparent 0 38px,
      rgba(221, 181, 106, 0.04) 38px 40px,
      transparent 40px 78px
    );
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 86%, transparent);
}

.symbol-band::before,
.symbol-band::after {
  content: "";
  position: absolute;
  inset: 0;
}

.symbol-band::before {
  background:
    linear-gradient(90deg, transparent 0 32%, rgba(221, 181, 106, 0.12) 32% 33.3%, transparent 33.3% 66.7%, rgba(221, 181, 106, 0.12) 66.7% 68%, transparent 68%);
}

.symbol-band::after {
  background:
    radial-gradient(circle at 50% 22%, rgba(221, 181, 106, 0.16) 0 4px, transparent 4px),
    radial-gradient(circle at 50% 44%, rgba(221, 181, 106, 0.12) 0 4px, transparent 4px),
    radial-gradient(circle at 50% 66%, rgba(221, 181, 106, 0.14) 0 4px, transparent 4px);
}

.symbol-band-left {
  left: 0;
}

.symbol-band-right {
  right: 0;
  transform: scaleX(-1);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 150px;
  transition: opacity 420ms ease, filter 420ms ease, transform 420ms ease;
}

.hero-panel,
.story-band,
.track-panel,
.lyrics-panel,
.info-card,
.player-bar {
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  padding: 30px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(95, 25, 33, 0.14), transparent 34%),
    radial-gradient(circle at 10% 12%, rgba(230, 188, 114, 0.08), transparent 16%),
    linear-gradient(155deg, rgba(15, 10, 14, 0.96), rgba(10, 7, 11, 0.9));
  animation: rise 700ms ease forwards;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 5%, rgba(214, 170, 101, 0.04) 5% 5.2%, transparent 5.2% 100%),
    radial-gradient(circle at 72% 16%, rgba(237, 198, 120, 0.14), transparent 16%);
  pointer-events: none;
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker,
.story-kicker,
.player-kicker,
.hero-links-label {
  margin: 0;
  font-family: "Cinzel", serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-soft);
  font-size: 0.73rem;
}

h1,
h2,
#currentTrackTitle,
#playerTrackTitle,
.cover-badge strong,
.track-index {
  font-family: "Cormorant Garamond", serif;
}

h1,
h2 {
  margin: 0;
  font-weight: 600;
}

h1 {
  font-size: clamp(2.6rem, 7vw, 5.7rem);
  line-height: 0.88;
  max-width: 10ch;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.02em;
}

.hero-meta,
.hero-description,
.story-text,
.replace-list p,
.credits-list p,
.lyrics-body,
.track-caption,
.hero-note {
  color: var(--muted);
}

.hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  font-size: 0.98rem;
}

.meta-divider {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent-soft), transparent);
}

.hero-description {
  margin: 0;
  max-width: 64ch;
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button-primary,
.button-secondary,
.player-button,
.track-card {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button-primary,
.button-secondary {
  appearance: none;
  border-radius: 999px;
  padding: 14px 22px;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: #1b110d;
  background: linear-gradient(135deg, #f0d6a0, #c8913d);
  box-shadow: 0 12px 30px rgba(157, 111, 42, 0.2);
}

.button-secondary {
  color: var(--text);
  border: 1px solid rgba(193, 148, 74, 0.24);
  background: linear-gradient(135deg, rgba(58, 18, 23, 0.6), rgba(18, 13, 18, 0.72));
}

.button-primary:hover,
.button-secondary:hover,
.player-button:hover,
.track-card:hover {
  transform: translateY(-2px);
}

.hero-links {
  display: grid;
  gap: 10px;
}

  .hero-links[hidden] {
  display: none !important;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.link-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--text);
  text-decoration: none;
  background: linear-gradient(135deg, rgba(30, 18, 22, 0.9), rgba(19, 12, 16, 0.84));
  border: 1px solid rgba(193, 148, 74, 0.18);
}

.link-pill::after {
  content: "↗";
  color: var(--accent-soft);
}

.hero-note {
  margin: 0;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(93, 27, 33, 0.26), rgba(28, 15, 18, 0.78));
  border: 1px solid rgba(212, 170, 101, 0.16);
  line-height: 1.7;
}

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

.cover-art {
  position: relative;
  min-height: 460px;
  border-radius: 140px 140px 28px 28px / 170px 170px 28px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 18%, rgba(242, 204, 138, 0.46), transparent 18%),
    radial-gradient(circle at 74% 72%, rgba(122, 31, 40, 0.34), transparent 24%),
    linear-gradient(180deg, #261318 0%, #110d12 52%, #19090f 100%);
  border: 1px solid rgba(203, 164, 98, 0.18);
}

.cover-art.has-image {
  background: linear-gradient(180deg, #140b0f 0%, #0d090c 100%);
}

.cover-art::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 120px 120px 20px 20px / 146px 146px 20px 20px;
  border: 1px solid rgba(206, 170, 107, 0.18);
  pointer-events: none;
  z-index: 3;
}

.cover-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 5, 7, 0.12), rgba(8, 5, 7, 0.46)),
    radial-gradient(circle at 50% 18%, rgba(246, 224, 184, 0.12), transparent 18%);
  pointer-events: none;
  z-index: 2;
}

.cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.06) brightness(0.84);
  opacity: 0;
  transition: opacity 220ms ease;
}

.cover-art.has-image .cover-image {
  opacity: 1;
}

.cover-orbit {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  inset: 24px auto auto 24px;
  border: 1px solid rgba(221, 181, 106, 0.18);
  box-shadow:
    inset 0 0 0 34px rgba(255, 232, 192, 0.03),
    inset 0 0 0 118px rgba(255, 232, 192, 0.028),
    0 0 80px rgba(219, 172, 86, 0.05);
  animation: spin 28s linear infinite;
  z-index: 2;
}

.cover-lines {
  position: absolute;
  inset: auto 18px 28px 18px;
  height: 36%;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(224, 185, 111, 0.11) 0 2px,
      transparent 2px 16px
    );
  mask-image: linear-gradient(to top, black, transparent);
  z-index: 2;
}

.cover-badge {
  position: absolute;
  left: 32px;
  bottom: 30px;
  width: min(82%, 320px);
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(10, 7, 10, 0.72), rgba(37, 17, 23, 0.34));
  border: 1px solid rgba(221, 181, 106, 0.12);
  backdrop-filter: blur(10px);
  z-index: 4;
}

.cover-badge span {
  color: var(--accent-soft);
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cover-badge strong {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  line-height: 1.05;
}

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

.release-card > div,
.track-card,
.lyrics-panel,
.info-card,
.story-band {
  background: var(--panel);
}

.release-card > div {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(206, 170, 107, 0.14);
}

.release-card span,
.lyrics-duration,
.track-caption,
.replace-list code {
  color: var(--muted);
}

.release-card strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
}

.story-band {
  margin-top: 22px;
  padding: 24px 30px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  background:
    linear-gradient(90deg, rgba(92, 21, 29, 0.24), transparent 24%),
    var(--panel);
  animation: rise 900ms ease forwards;
}

.story-text {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.65;
}

.content-grid,
.info-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 22px;
}

.track-panel,
.lyrics-panel,
.info-card {
  border-radius: 30px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(215, 175, 105, 0.02), transparent 18%),
    var(--panel);
  animation: rise 1040ms ease forwards;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.track-list {
  display: grid;
  gap: 14px;
}

.track-card {
  width: 100%;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(206, 170, 107, 0.12);
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.track-card.is-active {
  border-color: rgba(221, 181, 106, 0.4);
  background:
    linear-gradient(135deg, rgba(113, 23, 31, 0.35), rgba(214, 170, 101, 0.08)),
    var(--panel-strong);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.track-card:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.track-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.track-index {
  font-size: 1.25rem;
}

.track-title {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  color: var(--text);
}

.track-caption {
  margin: 10px 0 0;
  line-height: 1.6;
}

.lyrics-panel {
  position: sticky;
  top: 20px;
  height: fit-content;
}

.lyrics-meta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.lyrics-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(221, 181, 106, 0.16), rgba(115, 20, 29, 0.2));
  color: var(--accent-soft);
}

.lyrics-body {
  min-height: 420px;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 235, 204, 0.02), transparent 18%),
    rgba(11, 8, 11, 0.72);
  border: 1px solid rgba(206, 170, 107, 0.12);
  white-space: pre-wrap;
  line-height: 1.95;
}

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

.credits-list,
.replace-list {
  display: grid;
  gap: 14px;
}

.credits-list p,
.replace-list p {
  margin: 0;
  line-height: 1.75;
}

.verse-item {
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(88, 18, 27, 0.2), rgba(14, 10, 13, 0.7)),
    rgba(19, 13, 17, 0.8);
  border: 1px solid rgba(221, 181, 106, 0.12);
}

.verse-text {
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.24rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.verse-ref {
  color: var(--accent-soft);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

code {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(201, 154, 84, 0.1);
}

.player-bar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 24px));
  display: grid;
  grid-template-columns: 220px auto minmax(280px, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(74, 17, 23, 0.24), transparent 28%),
    rgba(8, 6, 9, 0.92);
  z-index: 40;
  transition: opacity 420ms ease, filter 420ms ease, transform 420ms ease, background 420ms ease;
}

.easter-egg-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
  transition: opacity 420ms ease;
}

.easter-egg-shroud {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(33, 28, 29, 0.08), transparent 22%),
    radial-gradient(circle at 50% 18%, rgba(232, 217, 185, 0.04), transparent 16%),
    rgba(2, 2, 3, 0.88);
  backdrop-filter: blur(12px);
}

.easter-egg-panel {
  position: relative;
  width: min(720px, 100%);
  display: grid;
  gap: 16px;
  padding: 34px 32px 30px;
  border-radius: 32px;
  border: 1px solid rgba(221, 181, 106, 0.24);
  background:
    radial-gradient(circle at 50% 0, rgba(236, 210, 154, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(16, 13, 16, 0.98), rgba(6, 5, 7, 0.96));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 240, 208, 0.04);
  transform: translateY(28px) scale(0.96);
  opacity: 0;
  transition: transform 420ms ease, opacity 420ms ease;
}

.easter-egg-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(221, 181, 106, 0.12);
  pointer-events: none;
}

.easter-egg-kicker,
.easter-egg-source {
  margin: 0;
  font-family: "Cinzel", serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.easter-egg-kicker {
  color: var(--accent-soft);
  font-size: 0.72rem;
}

.easter-egg-quote {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.18;
  letter-spacing: 0.015em;
  text-wrap: balance;
}

.easter-egg-source {
  color: rgba(232, 207, 151, 0.9);
  font-size: 0.82rem;
}

.easter-egg-close {
  justify-self: start;
  margin-top: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(221, 181, 106, 0.22);
  background: linear-gradient(135deg, rgba(51, 18, 22, 0.7), rgba(12, 9, 12, 0.86));
  color: var(--text);
  font: inherit;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.easter-egg-close:hover {
  transform: translateY(-2px);
}

body.easter-egg-active {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 249, 235, 0.02), transparent 10%),
    linear-gradient(180deg, #010102 0%, #030304 44%, #000000 100%);
}

body.easter-egg-active::before,
body.easter-egg-active::after,
body.easter-egg-active .grain,
body.easter-egg-active .symbol-rosette,
body.easter-egg-active .symbol-band {
  opacity: 0;
}

body.easter-egg-active .symbol-layer {
  z-index: 30;
  transition-delay: 0ms;
}

body.easter-egg-active .symbol-cross {
  opacity: 0.72;
  background:
    linear-gradient(90deg, transparent 0 46.5%, rgba(241, 224, 196, 0.7) 46.5% 53.5%, transparent 53.5%),
    linear-gradient(90deg, transparent 0 24%, rgba(236, 211, 158, 0.58) 24% 76%, transparent 76%),
    linear-gradient(90deg, transparent 0 35%, rgba(236, 211, 158, 0.4) 35% 65%, transparent 65%);
  box-shadow:
    0 0 80px rgba(255, 237, 201, 0.12),
    0 0 120px rgba(221, 181, 106, 0.08);
  filter: drop-shadow(0 0 28px rgba(247, 230, 193, 0.22));
}

body.easter-egg-active .symbol-cross::before {
  border-color: rgba(241, 224, 196, 0.22);
  box-shadow:
    0 0 50px rgba(255, 238, 201, 0.1),
    inset 0 0 32px rgba(255, 238, 201, 0.06);
}

body.easter-egg-active .symbol-cross::after {
  background: linear-gradient(90deg, rgba(255, 243, 215, 0.08), rgba(255, 243, 215, 0.36), rgba(255, 243, 215, 0.08));
  box-shadow: 0 0 24px rgba(255, 239, 208, 0.14);
}

body.easter-egg-active .page-shell {
  opacity: 0.08;
  filter: blur(10px) saturate(0);
  transform: scale(0.985);
  pointer-events: none;
  user-select: none;
}

body.easter-egg-active .player-bar {
  opacity: 0.06;
  filter: blur(10px) saturate(0);
  transform: translateX(-50%) scale(0.985);
  pointer-events: none;
  user-select: none;
}

body.easter-egg-active .easter-egg-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.easter-egg-active .easter-egg-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

body.easter-egg-active .symbol-cross-left {
  animation: crossDriftLeft 16s ease-in-out infinite alternate;
}

body.easter-egg-active .symbol-cross-left-upper {
  animation: crossDriftLeftUpper 14s ease-in-out infinite alternate;
}

body.easter-egg-active .symbol-cross-left-lower {
  animation: crossDriftLeftLower 17s ease-in-out infinite alternate;
}

body.easter-egg-active .symbol-cross-right {
  animation: crossDriftRight 15s ease-in-out infinite alternate;
}

body.easter-egg-active .symbol-cross-right-upper {
  animation: crossDriftRightUpper 18s ease-in-out infinite alternate;
}

body.easter-egg-active .symbol-cross-right-lower {
  animation: crossDriftRightLower 16s ease-in-out infinite alternate;
}

.player-track {
  display: grid;
  gap: 5px;
}

#playerTrackTitle {
  font-size: 1rem;
}

.player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.player-button {
  border: 1px solid rgba(206, 170, 107, 0.16);
  background: rgba(255, 247, 230, 0.04);
  color: var(--text);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  font: inherit;
}

.player-button-main {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #f0d6a0, #c8913d);
  color: #170f0d;
  border: none;
}

.player-progress {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
  font-variant-numeric: tabular-nums;
}

input[type="range"] {
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 238, 210, 0.12);
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0d6a0, #c8913d);
  box-shadow: 0 0 0 4px rgba(221, 181, 106, 0.14);
}

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #f0d6a0, #c8913d);
  box-shadow: 0 0 0 4px rgba(221, 181, 106, 0.14);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes crossDriftLeft {
  from {
    transform: translate3d(0, 0, 0) rotate(-3deg) scale(0.95);
  }

  50% {
    transform: translate3d(24px, -20px, 0) rotate(-1deg) scale(1.02);
  }

  to {
    transform: translate3d(10px, 26px, 0) rotate(-5deg) scale(0.92);
  }
}

@keyframes crossDriftLeftUpper {
  from {
    transform: translate3d(0, 0, 0) rotate(-6deg) scale(0.84);
  }

  50% {
    transform: translate3d(18px, 18px, 0) rotate(-2deg) scale(0.9);
  }

  to {
    transform: translate3d(4px, 38px, 0) rotate(-8deg) scale(0.82);
  }
}

@keyframes crossDriftLeftLower {
  from {
    transform: translate3d(0, 0, 0) rotate(5deg) scale(0.9);
  }

  50% {
    transform: translate3d(28px, -18px, 0) rotate(2deg) scale(0.96);
  }

  to {
    transform: translate3d(8px, -36px, 0) rotate(8deg) scale(0.88);
  }
}

@keyframes crossDriftRight {
  from {
    transform: translate3d(0, 0, 0) rotate(4deg) scale(0.78);
  }

  50% {
    transform: translate3d(-18px, 22px, 0) rotate(1deg) scale(0.84);
  }

  to {
    transform: translate3d(-10px, -20px, 0) rotate(6deg) scale(0.8);
  }
}

@keyframes crossDriftRightUpper {
  from {
    transform: translate3d(0, 0, 0) rotate(7deg) scale(0.86);
  }

  50% {
    transform: translate3d(-30px, 16px, 0) rotate(4deg) scale(0.92);
  }

  to {
    transform: translate3d(-12px, 38px, 0) rotate(8deg) scale(0.84);
  }
}

@keyframes crossDriftRightLower {
  from {
    transform: translate3d(0, 0, 0) rotate(-5deg) scale(0.94);
  }

  50% {
    transform: translate3d(-22px, -16px, 0) rotate(-2deg) scale(1);
  }

  to {
    transform: translate3d(-6px, -32px, 0) rotate(-7deg) scale(0.91);
  }
}

@media (max-width: 1060px) {
  .hero-panel,
  .content-grid,
  .info-grid,
  .story-band,
  .player-bar {
    grid-template-columns: 1fr;
  }

  .cover-art {
    min-height: 380px;
  }

  .lyrics-panel {
    position: static;
  }

  .player-controls {
    justify-content: start;
  }

  .easter-egg-panel {
    width: min(640px, 100%);
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 16px, 1200px);
    padding-top: 16px;
  }

  .hero-panel,
  .story-band,
  .track-panel,
  .lyrics-panel,
  .info-card {
    padding: 20px;
    border-radius: 24px;
  }

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

  .cover-art {
    min-height: 320px;
    border-radius: 110px 110px 24px 24px / 130px 130px 24px 24px;
  }

  .cover-orbit {
    width: 260px;
    height: 260px;
  }

  .symbol-cross {
    width: 120px;
    height: 220px;
  }

  .symbol-rosette {
    width: 220px;
  }

  .symbol-band {
    width: 86px;
  }

  .lyrics-meta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .lyrics-body {
    min-height: 280px;
    padding: 18px;
  }

  .player-bar {
    bottom: 10px;
    border-radius: 20px;
    padding: 14px;
  }

  .player-progress {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
  }

  .easter-egg-overlay {
    padding: 16px;
  }

  .easter-egg-panel {
    padding: 24px 20px 22px;
    border-radius: 24px;
  }

  .easter-egg-panel::before {
    inset: 12px;
    border-radius: 18px;
  }
}
