/* ============================================================
   CONDITION HUMAINE (2003) — La genèse. Autoproduction brute.
   Rouge sang / encre / papier usé. L'avant tout.
   ============================================================ */

:root {
  --album-accent:  #c0150f;   /* Le rouge fondateur */
  --album-bg:      #060606;
  --album-bg-2:    #0a0808;
  --album-border:  #1a1010;
  --album-muted:   #4a2020;
}

.album-hero-cover img {
  filter: grayscale(40%) sepia(15%) contrast(1.25) brightness(0.8);
}

.album-title { color: var(--blanc); }

.album-year-label,
.album-meta-line strong,
.tracklist-heading,
.album-nav-title { color: var(--album-accent); }

/* Texture papier photocopié */
.album-tracklist {
  background-image:
    radial-gradient(ellipse 80% 40% at 20% 80%, rgba(192,21,15,0.04) 0%, transparent 60%);
}

/* Ambiance debut de groupe — impression artisanale */
.album-hero-info::before {
  content: 'EP · 2003 · PARIS';
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.22em;
  color: rgba(192,21,15,0.15);
  text-transform: uppercase;
}
