/* ═══════════ ABOUT SECTION ═══════════ */
.about-stats {
    display: flex;
    justify-content: center;
    gap: 64px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.about-stats__item {
    text-align: center;
}

.about-stats__number {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #e8e6e1;
    line-height: 1;
    display: block;
}

.about-stats__label {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(232, 230, 225, 0.5);
    margin-top: 8px;
    display: block;
}
