/* ============================================================
   TRINITÉ (2007) — Active Entertainment / PIAS.
   Trois actes. Vert profond / forêt / cathédrale.
   ============================================================ */

:root {
  --album-accent:  #c05a10;   /* Orange brûlé */
  --album-bg:      #080604;
  --album-bg-2:    #0e0a06;
  --album-border:  #1e1208;
  --album-muted:   #3a1e08;
}

.album-hero-cover img {
  filter: grayscale(40%) contrast(1.15) brightness(0.85);
}

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

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

/* Trois piliers — structure en triptyque */
.album-hero-info::before {
  content: 'I';
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  font-family: var(--bebas);
  font-size: 8rem;
  color: rgba(192,90,16,0.04);
  letter-spacing: -0.1em;
  line-height: 1;
  pointer-events: none;
}
.album-hero-info::after {
  content: 'II   III';
  position: absolute;
  right: 1.5rem;
  top: calc(2rem + 7rem);
  font-family: var(--bebas);
  font-size: 4rem;
  color: rgba(192,90,16,0.04);
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
}

.track-num { color: #2a1e08; }
.track-item:hover .track-num { color: var(--album-accent); }
