/* ==========================================================================
   Archive / category page header — unified with the campaign palette
   ========================================================================== */

.page-header {
    position: relative;
    background: #F0E8D6 !important;
    overflow: hidden;
    padding: 56px 0;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#D9A441 1.4px, transparent 1.4px);
    background-size: 26px 26px;
    opacity: .18;
    pointer-events: none;
}

.page-header > * {
    position: relative;
    z-index: 1;
}

/* eyebrow ("KATEGORI ATT BLÄDDRA") — confirmed class: .page-subtitle */
.page-header .page-subtitle {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .12em;
    color: #8C2F39;
}

/* main title ("Om Spanien") — confirmed class: .page-title */
.page-header .page-title {
    color: #2B2620;
}

/* post count ("6 inlägg") — generated by csco_archive_post_count(),
   exact class unknown; these cover the most likely output plus a
   generic fallback scoped to the header so it can't leak elsewhere. */
.page-header .archive-count,
.page-header .taxonomy-count,
.page-header .page-count,
.page-header-content > p:not(.page-subtitle) {
    color: #8A8071;
}

/* small gold accent rule under the title, echoes the nav underline */
.page-header .page-title::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: #D9A441;
    margin-top: 14px;
    border-radius: 2px;
}
