/* Album-cover-inspired palette: piano black, walnut, ivory, taupe, and aged brass. */
body::before {
  background:
    radial-gradient(circle at 78% 12%, rgba(111, 70, 47, 0.32), transparent 38%),
    radial-gradient(circle at 14% 72%, rgba(91, 52, 35, 0.18), transparent 34%),
    linear-gradient(145deg, #100c0a, #211712 55%, #0d0a08);
}

.button-primary {
  background: #e5ddd0;
  border-color: #e5ddd0;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #b88a5b;
  border-color: #b88a5b;
}

.contact-card {
  background: rgba(137, 91, 60, 0.07);
}

.hero-art-wrap {
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.62), 0 0 0 1px rgba(184, 138, 91, 0.2);
}

.track-list li > div {
  min-width: 0;
}

.track-list li p {
  max-width: 42rem;
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

/* More compact sections with slightly larger supporting text. */
.section {
  padding-top: clamp(4.75rem, 7vw, 6.25rem);
  padding-bottom: clamp(4.75rem, 7vw, 6.25rem);
}

.section-intro {
  margin-bottom: 3rem;
}

.music.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.music .section-intro {
  margin-bottom: 2rem;
}

.music h2 {
  font-size: clamp(2.35rem, 4.5vw, 4rem);
}

.track-list li {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
}

.track-list li::before {
  padding-top: 0.45rem;
}

.track-list li p {
  margin-top: 0.2rem;
  line-height: 1.4;
}

.platforms {
  margin-top: 1.5rem;
}

.eyebrow {
  font-size: 0.75rem;
}

.site-header nav a,
.socials a {
  font-size: 0.8rem;
}

.button {
  font-size: 0.75rem;
}

footer p {
  font-size: 0.75rem;
}

@media (max-width: 760px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-intro {
    margin-bottom: 2.5rem;
  }

  .music.section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .music .section-intro {
    margin-bottom: 2rem;
  }

  .site-header nav a {
    font-size: 0.72rem;
  }

  .track-list li p {
    font-size: 0.92rem;
  }
}


/* Streaming call-to-action */
.listen-now{margin-top:1.5rem}
.listen-now h3{margin:0 0 .8rem;color:var(--gold);font-family:var(--sans);font-size:0.72rem;font-weight:700;letter-spacing:.22em}
.listen-now .platforms{margin-top:0}
.streaming-button{min-width:10.5rem;padding:.95rem 1.25rem;border-color:rgba(184,138,91,.55);background:rgba(184,138,91,.08);font-size:.78rem;font-weight:700}
@media(max-width:760px){.listen-now h3{font-size:.76rem}}


/* Updated transparent navigation bar */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  z-index: 20;
  background: transparent;
  border: 0;
}

/* Music layout: streaming left, songs right */
.music-content {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.6fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.listen-now {
  margin-top: 0;
  position: sticky;
  top: 6rem;
}

.listen-now h3 {
  margin: 0 0 1.1rem;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.listen-now .platforms {
  display: grid;
  gap: 0.9rem;
  margin-top: 0;
}

.streaming-button {
  width: 100%;
  min-width: 0;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(184, 138, 91, 0.75);
  background: rgba(184, 138, 91, 0.14);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.streaming-button:hover,
.streaming-button:focus-visible {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--night);
}

.music-content .track-list {
  min-width: 0;
}

@media (max-width: 760px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .music-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .listen-now {
    position: static;
  }

  .listen-now h3 {
    font-size: 0.92rem;
  }

  .streaming-button {
    font-size: 0.84rem;
    padding: 1.05rem 1.2rem;
  }
}


/* 20% nav background so content remains readable while scrolling */
.site-header {
  background: rgba(16, 12, 10, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}


/* Streaming service marks */
.streaming-button {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.stream-logo {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
  color: var(--gold);
}

.stream-label {
  flex: 1;
  text-align: left;
}


/* Favicon mark beside RENJAE in the top-left navigation */
.site-header .wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.header-brand-logo {
  width: 1.65rem;
  height: 1.65rem;
  object-fit: contain;
  flex: 0 0 auto;
}

/* Same Renjae mark in footer as top navigation */
footer .footer-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.footer-brand-logo {
  width: 1.65rem;
  height: 1.65rem;
  object-fit: contain;
  flex: 0 0 auto;
}


/* Larger 01–05 numbers with a regular YouTube play link underneath */
.track-list li {
  grid-template-columns: 4.8rem minmax(0, 1fr);
}

.track-list li::before {
  display: none;
}

.track-side {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding-top: 0.15rem;
}

.track-number {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
}


@media (max-width: 760px) {
  .track-list li {
    grid-template-columns: 4.3rem minmax(0, 1fr);
  }

  .track-number {
    font-size: 1.2rem;
  }
}
