.celebrate-metrics-title {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.celebrate-metrics-row {
  gap: 2.5rem; /* space between counters */
}

.celebrate-metric-value {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0.05em;
}

.celebrate-metric-label {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.celebrate-illustration-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.celebrate-illustration {
  width: 80%;
  height: auto;
}

.celebrate-overlay-title {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);

  font-family: "Kaushan Script", cursive;
  font-size: clamp(2rem, 2.5rem, 3rem);
  color: #7a8fb3; /* soft blue-gray like your art 7a8fb3 */
  
  pointer-events: none; /* important */
  white-space: nowrap;
}

.celebrate-overlay-subtitle {
  position: absolute;
  top: 22%;              /* below the headline */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

  font-size: clamp(0.9rem, 0.9rem, 0.9rem);
  color: #7a8fb3;        /* slightly lighter than title */

  pointer-events: none;
  white-space: nowrap;
}


