/* stats.css — Stat counters */

.stat-number {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(56px, 7vw, 96px);
  color: var(--dme-gold);
  line-height: 1.0;
}

.stat-label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 244, 244, 0.72);
  margin-top: 8px;
}

.facility-stat {
  text-align: center;
}
