.category-page {
    padding-top: 62px;
}

.category-header {
    margin-bottom: 34px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 26px;
}

.category-header .section-label {
    margin-bottom: 14px;
}

.category-header h1 {
    margin: 0 0 10px 0;
    font-family: var(--serif);
    font-size: 56px;
    letter-spacing: -.04em;
    line-height: 1;
}

.category-header p {
    color: var(--muted);
    font-size: 17px;
}

@media (max-width: 760px) {
    .category-page {
        padding-top: 38px;
    }

    .category-header h1 {
        font-size: 40px;
    }
}
