/* EMCEE4D — www.mc4d.com | No Handouts album page styles.
   Loaded after site.css on /no-handouts/ only. Scoped classes: .nh-*, .release-art--no-handouts.
   No inline styles: the site CSP (style-src 'self') forbids them. */

/* Album glow: blurred copy of the No Handouts cover (same treatment as the Introduction). */
.release-art--no-handouts::before {
  background-image: url("../covers/no-handouts/album-no-handouts-emcee4d.jpg");
}

/* Clear the fixed header on this page's first section. */
.nh-hero { padding-top: 120px; }

/* ============ No Handouts player ============ */
#album-player { scroll-margin-top: 90px; }
.nh-visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nh-player {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 16px;
}
.nh-now {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}
.nh-now-art {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  background: #0a0a0c;
  border: 1px solid var(--line);
  overflow: hidden;
}
.nh-now-art img { width: 100%; height: 100%; object-fit: contain; }
.nh-now-info { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.nh-now-label {
  color: var(--accent-soft);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nh-now-title {
  font-family: var(--display);
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  letter-spacing: 0.06em;
  line-height: 1.1;
  color: var(--text);
  overflow-wrap: anywhere;
}
.nh-now-artist {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nh-controls { display: flex; gap: 12px; margin: 10px 0 4px; }
.nh-nav-btn { flex: 1 1 0; min-height: 44px; padding: 10px 16px; }
.nh-nav-btn:disabled { opacity: 0.4; cursor: not-allowed; pointer-events: none; }
.nh-now-info audio { width: 100%; display: block; margin-top: 4px; }
.nh-status { min-height: 1.4em; color: var(--accent-soft); font-size: 0.85rem; }

.nh-tracks {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
.nh-tracks li { scroll-margin-top: 90px; }
.nh-track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 60px;
  padding: 6px 12px 6px 6px;
  background: transparent;
  border: 1px solid transparent;
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.92rem;
  text-align: left;
  cursor: pointer;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
}
.nh-track:hover { color: var(--text); border-color: var(--line); }
.nh-track.is-active { color: var(--text); border-color: var(--line); background: var(--bg-alt); }
.nh-thumb {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  object-fit: cover;
  border: 1px solid var(--line);
}
.nh-track-no {
  font-family: var(--display);
  color: var(--accent-soft);
  font-size: 1rem;
  letter-spacing: 0.06em;
  min-width: 24px;
}
.nh-track-title { min-width: 0; overflow-wrap: anywhere; }

@media (min-width: 720px) {
  .nh-player { padding: 24px; }
  .nh-now { grid-template-columns: 300px 1fr; gap: 32px; }
  .nh-tracks { grid-template-columns: repeat(2, 1fr); }
}
