/* Top category page header */
.wmo-category-header {
    margin-bottom: 3rem;
}

.wmo-category-header__headline {
    color: var(--brand-header-text-color);
    margin: 0;
    margin-bottom: 1rem;
    font-size: clamp(1.7rem, 3vw, 2rem);
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.wmo-category-header__subline {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand-accent-color);
}

.wmo-category-header__description {
    color: var(--brand-primary-text-color);
    font-size: 1rem;
    line-height: 1.7;
}