/* ── STATS BAR ── */
.stats-bar {
  background: var(--dark);
  padding: 2.5rem 15%;
  display: flex; justify-content: center;
  gap: 5rem; flex-wrap: wrap;
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'Source Serif 4', serif;
  font-size: 2.2rem; font-weight: 700;
  color: var(--accent);
}
.stat-lbl { color: rgba(232,230,220,0.55); font-size: 0.85rem; margin-top: 2px; }
