.mm-home {
    padding-bottom: 88px;
}

.mm-home-section {
    padding: 56px 0;
}

.mm-home-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 16px 22px;
    margin-bottom: 26px;
}

.mm-home-section-kicker {
    margin: 0 0 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
}

.mm-home-section-title {
    margin: 0;
    font-size: clamp(1.8rem, 2.4vw, 2.7rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.mm-home-section-description {
    max-width: 48ch;
    margin: 0;
    color: #64748b;
    font-size: 0.97rem;
    line-height: 1.7;
}

.mm-home-section-trending {
    background: rgba(255, 255, 255, 0.72);
}

.mm-home-section-latest {
    background: rgba(239, 244, 251, 0.92);
}

.mm-home-section-difficulty {
    background: rgba(255, 255, 255, 0.78);
}

.mm-home-section-artists {
    background: rgba(237, 243, 250, 0.88);
}

.mm-home-section-editorial {
    background: rgba(255, 255, 255, 0.82);
}

.mm-home-section-link {
    color: #0f172a;
    font-weight: 600;
}

.mm-home-section-link:hover,
.mm-home-section-link:focus {
    color: #2563eb;
}

@media (max-width: 767px) {
    .mm-home {
        padding-bottom: 110px;
    }

    .mm-home-section {
        padding: 40px 0;
    }

    .mm-home-section-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }
}
