.curation-page {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px 80px;
    background: #fff;
}

.curation-hero {
    padding: 56px 0 40px;
    border-bottom: 1px solid #ececec;
}

.curation-hero--soft {
    background: linear-gradient(180deg, #fff7fa 0%, #ffffff 100%);
    border-radius: 0 0 28px 28px;
    padding-left: 24px;
    padding-right: 24px;
}

.curation-hero__label {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #8a8a8a;
}

.curation-hero__title {
    margin: 0;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #111;
}

.curation-hero__desc {
    margin: 18px 0 0;
    max-width: 620px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

@media (max-width: 768px) {
    .curation-page {
        padding: 0 18px 60px;
    }

    .curation-hero {
        padding: 42px 0 28px;
    }

    .curation-hero__title {
        font-size: 34px;
    }

    .curation-hero__desc {
        font-size: 14px;
    }
}