.archive-hero--news {
    position: relative;
    overflow: hidden;
    padding: 44px 0 54px;
    border-bottom: 1px solid #ead5b5;
    background:
        radial-gradient(circle at 84% 22%, rgba(183, 7, 16, .13), transparent 28%),
        radial-gradient(circle at 12% 12%, rgba(236, 178, 59, .18), transparent 24%),
        linear-gradient(135deg, #fff7e8 0%, #fffdf7 58%, #fff0d4 100%);
}

.archive-hero--news::after {
    position: absolute;
    right: -140px;
    bottom: -260px;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(183, 7, 16, .1);
    border-radius: 50%;
    box-shadow: inset 0 0 0 74px rgba(236, 178, 59, .06), inset 0 0 0 150px rgba(183, 7, 16, .03);
    content: "";
}

.archive-hero--news .archive-hero__inner,
.archive-hero--news .archive-hero__copy {
    position: relative;
    z-index: 1;
}

.archive-hero--news .archive-hero__copy {
    max-width: 920px;
}

.archive-hero--news h1 {
    max-width: 900px;
    margin-bottom: 14px;
    color: #512616;
    font-size: clamp(42px, 5.5vw, 76px);
    line-height: 1.02;
}

.archive-hero--news .archive-hero__copy > p {
    max-width: 760px;
    margin: 0;
    color: #735447;
    font-size: 18px;
    line-height: 1.75;
}

.news-archive {
    padding-top: 42px;
    background:
        linear-gradient(180deg, #fffaf2 0%, #fff5e6 100%);
}

.news-archive-shell {
    display: grid;
    grid-template-columns: minmax(240px, 292px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.news-sidebar {
    position: sticky;
    top: 190px;
    display: grid;
    gap: 14px;
}

.news-sidebar__panel {
    overflow: hidden;
    padding: 18px;
    border: 1px solid #ead4b2;
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 14px 34px rgba(82, 39, 16, .07);
}

.news-sidebar__panel--intro {
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 214, 111, .26), transparent 42%),
        linear-gradient(145deg, #b70710, #78190e);
    color: #fff7df;
}

.news-sidebar__panel > span,
.news-sidebar__panel h2 {
    display: block;
}

.news-sidebar__panel > span {
    margin-bottom: 8px;
    color: #ffe6a2;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.news-sidebar__panel h2 {
    margin: 0 0 12px;
    color: #512616;
    font-size: 18px;
    line-height: 1.25;
}

.news-sidebar__panel--intro h2 {
    color: #fff;
    font-size: 24px;
}

.news-sidebar__panel p {
    margin: 0;
    color: inherit;
    font-size: 14px;
    line-height: 1.65;
}

.news-category-list,
.news-featured-list,
.news-tag-cloud {
    display: grid;
    gap: 9px;
}

.news-category-list a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #ead6b8;
    color: #573022;
    text-decoration: none;
}

.news-category-list a:last-child {
    border-bottom: 0;
}

.news-category-list span {
    font-size: 14px;
    font-weight: 800;
}

.news-category-list b {
    display: grid;
    min-width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #fff0cf;
    color: #a20a12;
    font-size: 12px;
}

.news-featured-list a {
    display: grid;
    gap: 3px;
    padding: 11px 0;
    border-bottom: 1px dashed #ead6b8;
    color: #4f2a1c;
    text-decoration: none;
}

.news-featured-list a:last-child {
    border-bottom: 0;
}

.news-featured-list time {
    color: #a20a12;
    font-size: 11px;
    font-weight: 850;
}

.news-featured-list span {
    font-size: 13px;
    font-weight: 760;
    line-height: 1.45;
}

.news-tag-cloud {
    display: flex;
    flex-wrap: wrap;
}

.news-tag-cloud a {
    padding: 7px 10px;
    border: 1px solid #ead2aa;
    border-radius: 999px;
    background: #fff9ee;
    color: #7a3e20;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.news-archive-main {
    min-width: 0;
}

.news-archive .filters {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) minmax(170px, 1fr) auto auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #ead1aa;
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 34px rgba(82, 39, 16, .06);
}

.news-archive .filters label {
    display: grid;
    gap: 7px;
    min-width: 0;
    color: #512616;
    font-size: 13px;
    font-weight: 850;
}

.news-archive .filters select {
    width: 100%;
    height: 46px;
    border: 1px solid #ead1aa;
    border-radius: 7px;
    background: #fffaf3;
    color: #563022;
    font: inherit;
    font-weight: 650;
}

.news-archive .filters button {
    height: 46px;
    border-radius: 7px;
    background: #b70710;
    box-shadow: 0 12px 24px rgba(183, 7, 16, .16);
}

.news-archive .filter-clear {
    height: 46px;
    padding: 0 12px;
    color: #a20a12;
    font-weight: 850;
    text-decoration: none;
}

.news-archive .archive-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.news-archive .result-count {
    margin: 0;
    color: #80675c;
}

.news-archive .result-count strong {
    color: #b70710;
    font-size: 24px;
}

.news-archive .content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.news-archive .content-card.post {
    border-color: #ead1aa;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(82, 39, 16, .07);
}

.news-archive .content-card.post .content-card__media {
    aspect-ratio: 16 / 9;
    background: #fff0d8;
}

.news-archive .content-card.post .content-card__body {
    display: grid;
    gap: 9px;
    padding: 18px;
}

.news-archive .content-card.post.content-card--no-image .content-card__body {
    min-height: 245px;
    align-content: start;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(255, 240, 207, .72), rgba(255, 255, 255, 0) 44%),
        #fff;
}

.news-archive .content-card.post.content-card--no-image h2 {
    font-size: 22px;
}

.news-archive .content-card__category {
    width: max-content;
    max-width: 100%;
    padding: 5px 9px;
    border-radius: 999px;
    background: #fff0cf;
    color: #a20a12;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.news-archive .content-card.post h2 {
    min-height: 0;
    margin: 0;
    color: #4a2418;
    font-size: 20px;
    line-height: 1.28;
}

.news-archive .content-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #91786c;
    font-size: 12px;
    font-weight: 720;
}

.news-archive .content-card__meta span::before {
    margin-right: 8px;
    color: #c6a17b;
    content: "•";
}

.news-archive .content-card.post p {
    margin: 0;
    color: #76594b;
    font-size: 14px;
    line-height: 1.65;
}

.news-archive .card-action {
    width: max-content;
    min-height: 0;
    margin-top: 3px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b70710;
    font-size: 13px;
    font-weight: 900;
}

.news-archive .load-more {
    min-width: 230px;
    margin-top: 30px;
    border-radius: 7px;
    box-shadow: 0 14px 30px rgba(183, 7, 16, .18);
}

@media (max-width: 1080px) {
    .news-archive-shell {
        grid-template-columns: 1fr;
    }

    .news-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-sidebar__panel--intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .archive-hero--news {
        padding: 30px 0 38px;
    }

    .archive-hero--news h1 {
        font-size: 40px;
    }

    .news-sidebar,
    .news-archive .filters,
    .news-archive .content-grid {
        grid-template-columns: 1fr;
    }

    .news-archive .archive-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }
}
