/**
 * @file
 * Stats counter — wrapper section (le rendu des items est dans ocdm-v7.css).
 *
 * Le STYLE des cards stats (.ocdm-stats__item : fond blanc, ombre soft,
 * .ocdm-stats__number en Fraunces italic framboise, .ocdm-stats__label en
 * Nunito muted) vient de ocdm-v7.css. Ici juste la section + intro.
 */

.home-stats-wrap,
.stats-counter {
  padding-block: var(--ocdm-space-7, 2.5rem);
}

.home-stats-wrap__head {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 640px;
  margin-inline: auto;
}

.home-stats-wrap__head .ocdm-section-head__kicker {
  margin: 0 0 0.5rem;
}

.home-stats-wrap__title {
  font-family: var(--ocdm-font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 1.4rem + 1.4vw, 2.5rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--ocdm-text-strong);
  margin: 0 0 0.5rem;
}

.home-stats-wrap__lead {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ocdm-text-muted);
  margin: 0;
}
