.stats-row__grid {
    margin-top: 48px;
    grid-template-columns: repeat(2, 1fr);
}

.stats-row__grid .stat__value {
    font-size: clamp(36px, 5vw, 56px);
    color: var(--c-purple-700);
}

.section--dark .stats-row__grid .stat__value { color: #fff; }
.section--dark .stats-row__grid .stat__label { color: rgba(255,255,255,0.5); }

.stats-row__grid .stat__label { font-size: 14px; margin-top: 8px; }

@media (min-width: 768px) { .stats-row__grid { grid-template-columns: repeat(4, 1fr); } }
