:root {
  --bg: #0b0b0c;
  --paper: #f2eee6;
  --ink: #080808;
  --muted: rgba(247, 241, 232, 0.68);
  --line: rgba(247, 241, 232, 0.72);
  --soft-line: rgba(247, 241, 232, 0.16);
  --ember: #d86f3f;
  --wine: #6f2538;
  --teal: #3b8a8a;
  --gold: #c9aa72;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 16%, rgba(111, 37, 56, 0.42), transparent 34vw),
    radial-gradient(circle at 78% 24%, rgba(59, 138, 138, 0.25), transparent 30vw),
    radial-gradient(circle at 55% 82%, rgba(201, 170, 114, 0.22), transparent 32vw),
    linear-gradient(180deg, #111112 0%, #080809 42%, #11100f 100%);
  background-attachment: fixed;
  color: #f7f1e8;
  font-family: Georgia, "Times New Roman", serif;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px clamp(18px, 4vw, 52px);
  background: rgba(7, 7, 8, 0.74);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(247, 241, 232, 0.1);
}

.mini-brand {
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nav {
  display: flex;
  gap: clamp(14px, 2.8vw, 34px);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav a {
  padding-block: 8px;
  color: rgba(247, 241, 232, 0.78);
}

.hero {
  position: relative;
  z-index: 20;
  min-height: 100vh;
  display: grid;
  align-content: end;
  padding: 54px 0 58px;
  overflow: visible;
  background: #070707;
}

.hero-banner {
  width: 100%;
  min-height: clamp(430px, 72vh, 820px);
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.92) contrast(1.03);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.2), rgba(7, 7, 7, 0.34) 70%, rgba(7, 7, 7, 0.82)),
    radial-gradient(circle at 22% 70%, rgba(216, 111, 63, 0.18), transparent 34vw),
    radial-gradient(circle at 74% 55%, rgba(59, 138, 138, 0.15), transparent 28vw);
}

.hero-bio-toggle {
  position: absolute;
  z-index: 40;
  left: 50%;
  top: 52%;
  translate: -50% -50%;
}

.hero-bio-toggle[open] {
  z-index: 80;
}

.hero-bio-toggle summary {
  width: clamp(64px, 9vw, 96px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background:
    rgba(0, 0, 0, 0.42)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpolygon points='31,22 31,58 58,40' fill='white'/%3E%3C/svg%3E")
    center / 46% no-repeat;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
  cursor: pointer;
  list-style: none;
}

.hero-bio-toggle summary::-webkit-details-marker {
  display: none;
}

.hero-bio-panel {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  width: min(640px, calc(100vw - 36px));
  max-height: min(44vh, 390px);
  overflow: auto;
  padding: clamp(16px, 2.4vw, 24px);
  border: 1px solid rgba(247, 241, 232, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(6, 6, 7, 0.99);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.64);
  translate: -50% 0;
}

.hero-acam {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px 0 18px;
  border-bottom: 1px solid rgba(247, 241, 232, 0.16);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-acam strong,
.hero-acam span {
  display: block;
}

.hero-acam strong {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-acam span {
  margin-top: 5px;
  color: rgba(247, 241, 232, 0.68);
  font-size: 0.7rem;
  font-weight: 700;
}

.hero-bio-panel .portrait-manifesto {
  margin: 16px 0;
  color: rgba(247, 241, 232, 0.88);
}

.hero-bio-panel .portrait-manifesto p {
  color: rgba(247, 241, 232, 0.88);
  font-size: clamp(0.98rem, 1.55vw, 1.24rem);
  line-height: 1.32;
}

.hero-bio-panel .portrait-manifesto cite,
.hero-bio-panel .bio-label {
  color: rgba(247, 241, 232, 0.62);
}

.hero-bio-panel .bio-copy article {
  padding-left: 16px;
  border-left: 1px solid rgba(247, 241, 232, 0.26);
}

.hero-bio-panel .bio-copy p:not(.bio-label) {
  color: rgba(247, 241, 232, 0.84);
  font-size: clamp(0.88rem, 1.2vw, 1.02rem);
  line-height: 1.48;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: clamp(20px, 5vw, 70px);
  align-items: center;
  margin: 0 auto;
  padding-inline: clamp(18px, 4vw, 52px);
  padding-top: 18px;
  border-top: 1px solid rgba(247, 241, 232, 0.26);
}

.artist-name {
  margin: 0;
  padding-right: 28px;
  border-right: 1px solid rgba(247, 241, 232, 0.34);
  font-size: clamp(1.85rem, 3.6vw, 3.8rem);
  line-height: 1;
}

.hero-intro {
  display: grid;
  gap: 22px;
}

.hero-copy {
  max-width: 620px;
  margin: 0;
  color: rgba(247, 241, 232, 0.72);
  font-size: clamp(1.1rem, 1.75vw, 1.42rem);
  line-height: 1.45;
}

.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--line);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-light {
  background: transparent;
  color: var(--ink);
}

.bio-manifesto {
  position: relative;
  padding: clamp(48px, 7vw, 92px) clamp(18px, 4vw, 52px);
  overflow: hidden;
  border-top: 10px solid #d5d5d2;
  background:
    linear-gradient(90deg, rgba(18, 18, 18, 0.9), rgba(45, 39, 34, 0.64)),
    url("./assets/hero-studio.png") center / cover no-repeat;
  color: #f8f8f6;
}

.bio-manifesto::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(-8deg, transparent 0 18px, rgba(255, 255, 255, 0.05) 18px 19px),
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  mix-blend-mode: screen;
  opacity: 0.75;
}

.bio-frame {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) 1fr;
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.bio-portrait {
  position: relative;
  margin: 0;
  padding: clamp(10px, 1.6vw, 18px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(206, 202, 194, 0.76)),
    repeating-linear-gradient(45deg, rgba(8, 8, 8, 0.09) 0 1px, transparent 1px 6px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  transform: rotate(-1deg);
}

.bio-portrait::before {
  content: "";
  position: absolute;
  inset: -14px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.42);
  transform: rotate(2.3deg);
}

.bio-portrait > img {
  width: 100%;
  aspect-ratio: 0.82;
  display: block;
  object-fit: cover;
  object-position: 50% 16%;
  filter: grayscale(0.1) contrast(1.04);
}

.bio-copy {
  display: grid;
  gap: clamp(22px, 4vw, 46px);
}

.bio-label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bio-copy article {
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.bio-copy p:not(.bio-label) {
  margin: 0;
  max-width: 860px;
  font-size: clamp(1.05rem, 1.65vw, 1.5rem);
  line-height: 1.55;
}

.bio-copy p + p {
  margin-top: 16px;
}

.bio-acam {
  width: fit-content;
  max-width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.bio-acam-logo {
  width: 58px;
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
  border-radius: 999px;
}

.bio-acam strong,
.bio-acam span {
  display: block;
}

.bio-acam strong {
  font-size: 0.82rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bio-acam span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.bio-portrait .bio-acam {
  width: 100%;
  margin: 0 0 14px;
  border-color: rgba(8, 8, 8, 0.2);
  background: rgba(248, 248, 246, 0.82);
  color: var(--ink);
}

.bio-portrait .bio-acam-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
}

.bio-portrait .bio-acam span {
  color: rgba(8, 8, 8, 0.6);
}

.portrait-manifesto {
  margin: 0 0 16px;
  color: var(--ink);
  font-style: italic;
}

.portrait-manifesto p {
  margin: 0;
  font-size: clamp(1.12rem, 1.8vw, 1.65rem);
  line-height: 1.25;
}

.portrait-manifesto cite {
  display: block;
  margin-top: 10px;
  color: rgba(8, 8, 8, 0.64);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manifesto p:not(.bio-label):first-of-type {
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  line-height: 1.18;
}

.manifesto blockquote {
  margin: 0;
  font-style: italic;
}

.manifesto cite {
  display: block;
  margin-top: 18px;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.voice-entry,
.catalog-section,
.references,
.site-footer {
  position: relative;
  z-index: 1;
  padding: clamp(42px, 7vw, 86px) clamp(18px, 4vw, 52px);
  border-top: 1px solid rgba(247, 241, 232, 0.12);
}

.voice-entry {
  position: relative;
  padding-block: clamp(30px, 4vw, 54px);
  background:
    radial-gradient(circle at 18% 20%, rgba(216, 111, 63, 0.18), transparent 28vw),
    radial-gradient(circle at 88% 44%, rgba(59, 138, 138, 0.16), transparent 26vw),
    rgba(9, 9, 10, 0.72);
}

.section-line {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: clamp(26px, 5vw, 54px);
  font-size: clamp(1.35rem, 3vw, 3rem);
  line-height: 1;
}

.section-line::after {
  content: "";
  border-top: 1px solid rgba(247, 241, 232, 0.34);
}

.catalog-main-title {
  margin-bottom: clamp(18px, 3vw, 30px);
}

.catalog-main-title + .section-line {
  font-size: clamp(1.2rem, 2.45vw, 2.35rem);
}

.featured-song {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) 1fr;
  gap: clamp(18px, 4vw, 48px);
  align-items: stretch;
  max-width: 1120px;
  margin-top: calc(clamp(26px, 5vw, 54px) * -0.45);
  overflow: hidden;
  border: 1px solid rgba(247, 241, 232, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 9, 10, 0.86);
  color: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.featured-song-cover {
  position: relative;
  display: block;
  min-height: clamp(320px, 42vw, 520px);
  background:
    var(--song-tone),
    linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0)),
    var(--cover) var(--cover-position, center) / cover no-repeat;
  background-blend-mode: color, normal, normal;
}

.featured-song-play::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2));
  opacity: 0.8;
  transition: opacity 180ms ease;
}

.featured-song-play span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(58px, 8vw, 86px);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.42);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  translate: -50% -50%;
  transition:
    background 180ms ease,
    scale 180ms ease;
}

.featured-song-play span::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  border-bottom: clamp(11px, 1.45vw, 16px) solid transparent;
  border-left: clamp(17px, 2.15vw, 25px) solid #fff;
  border-top: clamp(11px, 1.45vw, 16px) solid transparent;
  translate: -38% -50%;
}

.featured-song-play:hover::before,
.featured-song-play:focus-visible::before {
  opacity: 0.45;
}

.featured-song-play:hover span,
.featured-song-play:focus-visible span {
  background: rgba(17, 17, 17, 0.64);
  scale: 1.06;
}

.featured-song-play:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 4px;
}

.featured-song-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(26px, 5vw, 62px);
}

.featured-song-copy p,
.featured-song-copy span,
.featured-song-copy a {
  font-family: Arial, Helvetica, sans-serif;
}

.featured-song-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-song-copy h2 {
  margin: 0;
  font-size: clamp(2.7rem, 7vw, 7rem);
  line-height: 0.95;
}

.featured-song-copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}

.featured-song-copy a {
  width: fit-content;
  margin-top: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(201, 170, 114, 0.92);
  color: rgba(255, 245, 230, 0.94);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.genre-block {
  position: relative;
  margin-top: clamp(30px, 5vw, 58px);
}

.genre-block h2 {
  margin: 0 0 12px;
  color: rgba(247, 241, 232, 0.9);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 1.7vw, 1.42rem);
  line-height: 1.08;
  letter-spacing: 0;
  white-space: nowrap;
}

.song-grid {
  display: flex;
  gap: clamp(12px, 1.8vw, 22px);
  margin-inline: calc(clamp(18px, 4vw, 52px) * -1);
  padding: 0 clamp(18px, 4vw, 52px) 16px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.song-grid::-webkit-scrollbar {
  display: none;
}

.catalog-rail-block::after {
  content: "";
  display: none;
}

.song-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "cover"
    "action"
    "audio";
  align-items: stretch;
  flex: 0 0 clamp(128px, 13vw, 178px);
  gap: 0;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: #141414;
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  scroll-margin-top: 92px;
  scroll-snap-align: start;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.song-card:hover,
.song-card:focus-within {
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.36);
  transform: translateY(-4px);
}

.song-card:target {
  box-shadow: 0 0 0 3px rgba(216, 111, 63, 0.54), 0 24px 64px rgba(0, 0, 0, 0.34);
  transform: translateY(-2px);
}

.song-cover {
  position: relative;
  grid-area: cover;
  width: 100%;
  aspect-ratio: 0.68;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
  cursor: pointer;
  background: var(--cover) var(--cover-position, center) / cover no-repeat;
}

.song-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 56%, rgba(0, 0, 0, 0.12) 76%, rgba(0, 0, 0, 0.36)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.04));
  opacity: 0.72;
  transition: opacity 0.2s ease;
}

.song-cover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(42px, 4.4vw, 58px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding-left: 0.1em;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background:
    rgba(0, 0, 0, 0.3)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpolygon points='31,22 31,58 58,40' fill='white'/%3E%3C/svg%3E")
    center / 45% no-repeat;
  color: transparent;
  filter:
    drop-shadow(0 0 0 rgba(0, 0, 0, 0))
    drop-shadow(0 16px 18px rgba(0, 0, 0, 0.42));
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0;
  line-height: 1;
  translate: -50% -50%;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    filter 0.2s ease,
    scale 0.2s ease;
}

.song-cover:hover::after,
.song-cover:focus-visible::after,
.song-card.is-playing .song-cover::after {
  background:
    rgba(216, 111, 63, 0.88)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpolygon points='31,22 31,58 58,40' fill='white'/%3E%3C/svg%3E")
    center / 45% no-repeat;
  color: transparent;
  filter:
    drop-shadow(0 0 20px rgba(216, 111, 63, 0.5))
    drop-shadow(0 16px 18px rgba(0, 0, 0, 0.42));
  scale: 1.08;
}

.song-cover:hover::before,
.song-cover:focus-visible::before,
.song-card.is-playing .song-cover::before {
  opacity: 0.42;
}

.song-cover:focus-visible {
  outline: 2px solid rgba(201, 170, 114, 0.92);
  outline-offset: 4px;
}

.song-cover > span {
  display: none;
}

.song-card h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: 0;
}

.song-meta {
  grid-area: meta;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: 0;
  color: rgba(247, 241, 232, 0.62);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.62rem;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.song-card audio {
  display: none;
}

.song-card:target audio,
.song-card.is-playing audio,
.song-card:focus-within audio {
  display: none;
}

.song-actions {
  grid-area: action;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  padding: 6px 8px 8px;
}

.song-availability {
  display: none;
}

.song-autoplay-prompt {
  display: none;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--ember);
  background: var(--ember);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.song-autoplay-prompt:hover {
  background: transparent;
  color: #fff;
}

.song-more,
.song-options {
  position: static;
  flex: 0 0 auto;
}

.song-more summary,
.song-options summary {
  width: 34px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0;
  cursor: pointer;
  list-style: none;
  line-height: 1;
}

.song-options summary {
  border-color: transparent;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.28rem;
  font-style: normal;
}

.song-more summary::-webkit-details-marker,
.song-options summary::-webkit-details-marker {
  display: none;
}

.song-more-menu,
.song-options-menu {
  display: none;
  position: absolute;
  bottom: 44px;
  z-index: 5;
  width: min(150px, calc(100% - 16px));
  min-width: 132px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(7, 7, 7, 0.96);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.32);
}

.song-more-menu {
  left: 8px;
}

.song-options-menu {
  right: 8px;
}

.song-more[open] .song-more-menu {
  display: block;
}

.song-options[open] .song-options-menu {
  display: block;
}

.song-more-menu span,
.song-options-menu span,
.song-options-menu a,
.song-options-menu button {
  display: block;
  width: 100%;
  padding: 8px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
}

.song-options-menu a {
  color: #fff;
}

.song-options-menu button {
  color: #fff;
}

.song-options-menu a:hover,
.song-options-menu button:hover,
.song-options-menu button:focus-visible {
  color: var(--gold);
}

.song-options-menu span {
  opacity: 0.42;
  cursor: not-allowed;
}

.download-code-panel {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.download-code-panel.is-open {
  opacity: 1;
  pointer-events: auto;
}

.download-code-card {
  position: relative;
  width: min(420px, calc(100vw - 44px));
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(42, 37, 31, 0.96), rgba(10, 10, 10, 0.98)),
    #090909;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
  color: #fff;
}

.download-code-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
}

.download-code-close:hover,
.download-code-close:focus-visible {
  background: #fff;
  color: #070707;
}

.download-code-eyebrow,
.download-code-form label,
.download-code-message {
  font-family: Arial, Helvetica, sans-serif;
}

.download-code-eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.download-code-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1;
}

.download-code-song {
  margin: 10px 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.download-code-form {
  display: grid;
  gap: 10px;
}

.download-code-form label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.download-code-form input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.download-code-form button {
  min-height: 44px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: #070707;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.download-code-file-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}

.download-code-file-actions[hidden] {
  display: none;
}

.download-code-file-actions button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.download-code-file-actions button:hover,
.download-code-file-actions button:focus-visible {
  background: rgba(255, 255, 255, 0.92);
  color: #070707;
}

.download-code-file-actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.download-code-message {
  min-height: 1.2em;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 700;
}

.download-code-message.is-error {
  color: #ffc4b8;
}

.song-player-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 58px);
  background:
    radial-gradient(circle at 50% 35%, rgba(216, 111, 63, 0.18), transparent 34vw),
    rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.song-player-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.song-player-art {
  width: min(68vw, 430px);
  max-width: calc(100vw - 44px);
  aspect-ratio: 0.68;
  border-radius: 10px;
  background: center / cover no-repeat;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.74);
  transform: scale(0.96);
  transition: transform 0.22s ease;
}

.song-player-overlay.is-open .song-player-art {
  transform: scale(1);
}

.song-player-close {
  position: fixed;
  top: clamp(16px, 3vw, 34px);
  right: clamp(16px, 3vw, 34px);
  z-index: 2;
  width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.song-player-close:hover,
.song-player-close:focus-visible {
  background: rgba(255, 255, 255, 0.94);
  color: #070707;
}

.song-player-controls {
  position: fixed;
  left: 50%;
  bottom: clamp(18px, 4vw, 42px);
  width: min(700px, calc(100vw - 44px));
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  translate: -50% 0;
}

.song-player-title {
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.song-player-lyrics-button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.song-player-lyrics-button:hover,
.song-player-lyrics-button:focus-visible,
.song-player-lyrics-button[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.94);
  color: #070707;
}

.song-player-timeline {
  flex: 1 1 100%;
  display: grid;
  grid-template-columns: auto auto minmax(140px, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(10px);
}

.song-player-toggle {
  width: 30px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.song-player-toggle:hover,
.song-player-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.94);
  color: #070707;
}

.song-player-time {
  color: rgba(255, 255, 255, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.song-player-seek {
  width: 100%;
  accent-color: var(--gold);
  cursor: pointer;
}

.song-player-seek::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.song-player-seek::-webkit-slider-thumb {
  margin-top: -5px;
}

.song-player-lyrics {
  position: fixed;
  right: clamp(16px, 4vw, 54px);
  bottom: clamp(74px, 8vw, 104px);
  width: min(360px, calc(100vw - 32px));
  max-height: min(42vh, 360px);
  overflow: auto;
  padding: 18px 48px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: rgba(7, 7, 7, 0.92);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.58);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.song-player-lyrics.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.song-player-lyrics-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.song-player-lyrics-close:hover,
.song-player-lyrics-close:focus-visible {
  background: rgba(255, 255, 255, 0.94);
  color: #070707;
}

.song-player-lyrics-title {
  margin: 0 0 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.song-player-lyrics-note {
  margin: -4px 0 14px;
  color: rgba(255, 255, 255, 0.58);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.song-player-lyrics-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  line-height: 1.45;
  white-space: pre-line;
}

.song-player-lyric-line {
  display: block;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.48);
  transition:
    color 0.22s ease,
    text-shadow 0.22s ease,
    transform 0.22s ease;
}

.song-player-lyric-line.is-active {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(201, 170, 114, 0.42);
  transform: translateX(4px);
}

.song-vida {
  --cover: url("./assets/song-que-te-lo-diga-la-vida-v2-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(120, 26, 26, 0.4), rgba(0, 0, 0, 0));
}

.song-culpa {
  --cover: url("./assets/song-fue-por-tu-culpa-v2-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(70, 70, 92, 0.55), rgba(0, 0, 0, 0));
}

.song-llevate {
  --cover: url("./assets/song-llevate-todo-v2-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(94, 54, 22, 0.52), rgba(0, 0, 0, 0));
}

.song-suceder {
  --cover: url("./assets/song-todo-vuelve-a-suceder-v2-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(112, 83, 98, 0.48), rgba(0, 0, 0, 0));
}

.song-sienta {
  --cover: url("./assets/song-cuando-lo-sienta-v2-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(180, 128, 78, 0.38), rgba(0, 0, 0, 0));
}

.song-toxico {
  --cover: url("./assets/song-toxico-v2-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(82, 32, 48, 0.56), rgba(0, 0, 0, 0));
}

.song-unicornio {
  --cover: url("./assets/song-unicornio-de-estrellas-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(33, 98, 128, 0.5), rgba(0, 0, 0, 0));
}

.song-linda {
  --cover: url("./assets/song-me-puse-mas-linda-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(133, 50, 95, 0.5), rgba(0, 0, 0, 0));
}

.song-me-toca {
  --cover: url("./assets/song-me-toca-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(88, 42, 116, 0.5), rgba(0, 0, 0, 0));
}

.song-rebelde {
  --cover: url("./assets/song-santa-rebelde-v2-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(94, 36, 36, 0.55), rgba(0, 0, 0, 0));
}

.song-oportunidad {
  --cover: url("./assets/song-la-otra-oportunidad-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(126, 81, 20, 0.5), rgba(0, 0, 0, 0));
}

.song-prepararte {
  --cover: url("./assets/song-podria-prepararte-cafe-v2-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(126, 81, 20, 0.5), rgba(0, 0, 0, 0));
}

.song-asustan {
  --cover: url("./assets/song-ya-pase-por-donde-asustan-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(40, 78, 72, 0.5), rgba(0, 0, 0, 0));
}

.song-mereces {
  --cover: url("./assets/song-te-la-mereces-mas-que-yo-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(40, 78, 72, 0.5), rgba(0, 0, 0, 0));
}

.song-peor {
  --cover: url("./assets/song-lo-peor-de-lo-peor-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(76, 40, 28, 0.54), rgba(0, 0, 0, 0));
}

.song-enganaste {
  --cover: url("./assets/song-no-me-enganaste-con-alguien-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(102, 47, 34, 0.56), rgba(0, 0, 0, 0));
}

.song-vestida {
  --cover: url("./assets/song-vestida-de-rojo-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(146, 22, 22, 0.46), rgba(0, 0, 0, 0));
}

.song-almohada {
  --cover: url("./assets/song-no-me-llevo-ni-la-almohada-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(106, 73, 46, 0.5), rgba(0, 0, 0, 0));
}

.song-curriculo {
  --cover: url("./assets/song-curriculo-de-amor-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(209, 69, 34, 0.42), rgba(0, 0, 0, 0));
}

.song-despedida {
  --cover: url("./assets/song-mi-peor-despedida-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(34, 42, 62, 0.54), rgba(0, 0, 0, 0));
}

.song-costo-hundido {
  --cover: url("./assets/song-costo-hundido-v2-opt.jpg");
  --cover-position: center top;
  --song-tone: linear-gradient(135deg, rgba(34, 42, 62, 0.58), rgba(0, 0, 0, 0));
}

.song-izquierdo {
  --cover: url("./assets/song-aqui-a-mi-lado-izquierdo-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(34, 42, 62, 0.54), rgba(0, 0, 0, 0));
}

.song-cafe {
  --cover: url("./assets/song-el-cafe-de-la-manana-v2-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(122, 81, 50, 0.52), rgba(0, 0, 0, 0));
}

.song-regreso {
  --cover: url("./assets/song-regreso-a-ti-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(78, 64, 112, 0.46), rgba(0, 0, 0, 0));
}

.song-sol {
  --cover: url("./assets/song-nada-como-el-sol-v3-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(218, 142, 36, 0.5), rgba(0, 0, 0, 0));
}

.song-sol-lluvia {
  --cover: url("./assets/song-sol-con-lluvia-v1-opt.jpg");
  --song-tone: linear-gradient(135deg, rgba(231, 142, 40, 0.46), rgba(19, 42, 58, 0.08));
}

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

.references-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(247, 241, 232, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(12, 12, 14, 0.9);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.references-disclosure summary::after {
  content: "+";
  font-size: 1.6rem;
  line-height: 1;
}

.references-disclosure[open] summary::after {
  content: "−";
}

.references-disclosure summary::-webkit-details-marker {
  display: none;
}

.references-disclosure .reference-grid {
  margin-top: 16px;
}

.reference-card {
  --muted: #5d5d5a;
  --soft-line: rgba(8, 8, 8, 0.16);
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--soft-line);
  color: var(--ink);
}

.reference-photo {
  width: 82px;
  aspect-ratio: 1;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26), 0 12px 26px rgba(0, 0, 0, 0.12);
}

.reference-card h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  line-height: 1;
}

.reference-role {
  margin: 8px 0 16px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reference-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.site-footer {
  --muted: #5d5d5a;
  --line: rgba(247, 241, 232, 0.72);
  --soft-line: rgba(8, 8, 8, 0.16);
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  background:
    radial-gradient(circle at 20% 10%, rgba(216, 111, 63, 0.18), transparent 32vw),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    url("./assets/hero-studio.png") center / cover no-repeat;
  color: #fff;
}

.footer-topline,
.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-topline {
  color: #080808;
}

.footer-topline::after {
  content: "";
  border-top: 1px solid rgba(8, 8, 8, 0.28);
}

.footer-panel {
  display: block;
}

.footer-licensing {
  max-width: 920px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(247, 241, 232, 0.16);
  background: rgba(8, 8, 9, 0.7);
}

.footer-licensing p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.6vw, 1.32rem);
  line-height: 1.42;
}

.footer-main {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(247, 241, 232, 0.18);
  background: rgba(8, 8, 9, 0.72);
  backdrop-filter: blur(10px);
}

.footer-kicker {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-main p {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 3.2rem);
  line-height: 1;
}

.footer-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.contact-icon-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(247, 241, 232, 0.28);
  background: rgba(247, 241, 232, 0.08);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
}

.footer-contact-actions .button {
  letter-spacing: 0.02em;
  text-transform: none;
}

.contact-icon-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.contact-icon-button:hover {
  background: rgba(247, 241, 232, 0.9);
  color: #090909;
}

.footer-dedication {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 210px;
  overflow: hidden;
  margin-top: clamp(18px, 3vw, 28px);
  padding: clamp(26px, 5vw, 58px);
  border: 1px solid rgba(247, 241, 232, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    #070707;
  color: #fff;
  text-align: left;
}

.footer-dedication::before {
  content: none;
}

.footer-dedication::after {
  content: none;
}

.footer-dedication span {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-dedication strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 12px;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
}

.footer-bottom {
  grid-template-columns: auto 1fr;
  border-top: 1px solid rgba(8, 8, 8, 0.16);
  padding-top: 16px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  text-align: right;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
}

.footer-bottom span {
  color: #fff;
}

@media (max-width: 720px) {
  .site-header {
    gap: 14px;
    padding: 8px 12px;
  }

  .mini-brand {
    flex: 0 0 auto;
    font-size: 0.95rem;
  }

  .nav {
    max-width: calc(100vw - 64px);
    flex: 1 1 auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
    font-size: 0.55rem;
    white-space: nowrap;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    padding-block: 6px;
  }

  .hero {
    min-height: auto;
  }

  .hero-banner {
    min-height: 0;
    height: auto;
    object-fit: contain;
  }

  .hero-bio-toggle {
    top: 48%;
  }

  .hero-bio-toggle[open] {
    position: fixed;
    inset: 58px 12px auto;
    z-index: 220;
    translate: none;
  }

  .hero-bio-toggle summary {
    width: 58px;
  }

  .hero-bio-toggle[open] summary {
    position: absolute;
    top: -14px;
    right: 0;
    width: 34px;
    background:
      rgba(0, 0, 0, 0.72)
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpath d='M24 24 56 56M56 24 24 56' stroke='white' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E")
      center / 48% no-repeat;
  }

  .hero-bio-panel {
    position: static;
    width: auto;
    max-height: none;
    overflow: visible;
    padding: 12px;
    translate: none;
  }

  .hero-acam {
    gap: 10px;
    padding: 8px 0 10px;
  }

  .hero-acam .bio-acam-logo {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .hero-acam strong {
    font-size: 0.64rem;
  }

  .hero-acam span {
    font-size: 0.58rem;
  }

  .hero-bio-panel .portrait-manifesto p {
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .hero-bio-panel .portrait-manifesto {
    margin: 10px 0;
  }

  .hero-bio-panel .portrait-manifesto cite,
  .hero-bio-panel .bio-label {
    font-size: 0.6rem;
  }

  .hero-bio-panel .bio-copy article {
    padding-left: 10px;
  }

  .hero-bio-panel .bio-copy p:not(.bio-label) {
    font-size: 0.68rem;
    line-height: 1.24;
  }

  .hero-bio-panel .bio-copy p + p {
    margin-top: 7px;
  }

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

  .artist-name {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(247, 241, 232, 0.32);
  }

  .bio-frame {
    grid-template-columns: 1fr;
  }

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

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

  .featured-song-cover {
    min-height: 360px;
  }

  .catalog-section {
    padding-inline: 18px;
  }

  .genre-block {
    margin-top: 26px;
  }

  .catalog-rail-block::after {
    content: "›";
    position: absolute;
    right: -2px;
    top: calc(50% + 18px);
    z-index: 4;
    width: 34px;
    min-height: 46px;
    display: grid !important;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 0;
    border-radius: 999px 0 0 999px;
    background:
      linear-gradient(90deg, rgba(7, 7, 7, 0.24), rgba(7, 7, 7, 0.78)),
      rgba(216, 111, 63, 0.18);
    color: rgba(255, 255, 255, 0.9);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    pointer-events: none;
    animation: railHintPulse 1.65s ease-in-out infinite;
  }

  .catalog-rail-block.has-seen-scroll::after {
    display: grid !important;
  }

  .genre-block h2 {
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: clamp(0.95rem, 4.15vw, 1.12rem);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .song-grid {
    margin-inline: -18px;
    padding-inline: 18px;
    gap: 12px;
  }

  .song-card {
    flex-basis: 118px;
    grid-template-columns: 1fr;
  }

  .song-cover {
    width: 100%;
  }

  .song-card h3 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: 0;
  }

  .song-actions {
    min-height: 36px;
    padding: 5px 6px 7px;
  }

  .song-more summary,
  .song-options summary {
    width: 26px;
    min-height: 26px;
    border-width: 1.5px;
    font-size: 0.88rem;
  }

  .song-options summary {
    border-color: transparent;
    font-size: 1.12rem;
  }

  .song-more-menu,
  .song-options-menu {
    padding: 8px;
    bottom: 38px;
  }

  .song-more-menu span,
  .song-options-menu span,
  .song-options-menu a {
    font-size: 0.56rem;
  }

  .song-player-overlay {
    padding: 70px 22px 76px;
  }

  .song-player-art {
    width: min(76vw, 320px);
  }

  .song-player-close {
    width: 40px;
    min-height: 40px;
    font-size: 1.45rem;
  }

  .song-player-controls {
    bottom: 18px;
    width: calc(100vw - 44px);
    gap: 8px;
  }

  .song-player-timeline {
    grid-template-columns: auto auto minmax(84px, 1fr) auto;
    gap: 7px;
    padding: 8px 10px;
  }

  .song-player-time {
    font-size: 0.6rem;
  }

  .song-player-toggle {
    width: 28px;
    min-height: 28px;
  }

  .song-player-lyrics {
    left: 22px;
    right: 22px;
    bottom: 82px;
    width: auto;
    max-height: 34vh;
    padding: 14px 44px 14px 14px;
  }

  .song-cover::after {
    width: 42px;
  }

  .references-disclosure summary {
    padding: 16px;
    font-size: 0.9rem;
  }

  .reference-card {
    grid-template-columns: 86px minmax(0, 1fr);
    padding: 16px;
  }

  .reference-photo {
    width: 86px;
    font-size: 1rem;
  }

  .site-footer {
    align-items: stretch;
  }

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

  .footer-dedication {
    text-align: left;
  }

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

  .footer-bottom p {
    text-align: left;
  }
}

@keyframes railHintPulse {
  0%,
  100% {
    opacity: 0.36;
    transform: translateX(0);
  }

  50% {
    opacity: 0.92;
    transform: translateX(-6px);
  }
}
