.news-archive-page {
    --news-ink: oklch(0.24 0.05 220);
    --news-navy: oklch(0.27 0.072 220);
    --news-navy-deep: oklch(0.19 0.05 220);
    --news-navy-soft: oklch(0.32 0.07 218);
    --news-cyan: oklch(0.7 0.12 202);
    --news-cyan-wash: oklch(0.93 0.045 202);
    --news-gold: oklch(0.81 0.14 87);
    --news-paper: oklch(0.985 0.008 92);
    --news-surface: oklch(0.998 0.004 92);
    --news-muted: oklch(0.5 0.025 220);
    --news-line: oklch(0.85 0.022 214);
    --news-focus: oklch(0.68 0.15 202);
    background: var(--news-paper);
}

.news-archive-page .breadcrumb-nav {
    margin-bottom: 0;
}

.news-archive {
    overflow: hidden;
    background: var(--news-paper);
    color: var(--news-ink);
}

.news-archive__hero {
    position: relative;
    isolation: isolate;
    padding-block: clamp(3.5rem, 7vw, 7.5rem);
    overflow: hidden;
    background: var(--news-navy-deep);
    color: oklch(0.975 0.008 202);
}

.news-archive__hero::before,
.news-archive__hero::after {
    position: absolute;
    z-index: -1;
    border: 1px solid oklch(0.72 0.08 202 / 0.16);
    content: '';
    pointer-events: none;
}

.news-archive__hero::before {
    inset-block-start: -14rem;
    inset-inline-end: -8rem;
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
}

.news-archive__hero::after {
    inset-block-end: 4rem;
    inset-inline-start: -7rem;
    width: 18rem;
    height: 18rem;
    border-radius: 4rem;
    transform: rotate(32deg);
}

.newsroom-masthead {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.75fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: end;
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
    padding-bottom: clamp(2rem, 4vw, 3rem);
    border-bottom: 1px solid oklch(0.78 0.055 202 / 0.25);
}

.newsroom-masthead__eyebrow {
    display: inline-flex;
    gap: 0.8rem;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--news-cyan);
    font-size: clamp(0.92rem, 1.2vw, 1.08rem);
    font-weight: 800;
}

.newsroom-masthead__eyebrow > span {
    width: 3.2rem;
    height: 0.2rem;
    border-radius: 999px;
    background: var(--news-gold);
}

.newsroom-masthead h1 {
    max-width: 11ch;
    margin: 0;
    color: oklch(0.985 0.008 202);
    font-size: clamp(3.2rem, 7vw, 7rem);
    font-weight: 850;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.newsroom-masthead__intro {
    max-width: 40rem;
}

.newsroom-masthead__intro p {
    margin: 0;
    color: oklch(0.8 0.025 210);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.95;
}

.newsroom-masthead__intro > span {
    display: inline-flex;
    align-items: center;
    min-height: 2.4rem;
    margin-top: 1.35rem;
    padding-inline: 1rem;
    border: 1px solid oklch(0.72 0.08 202 / 0.3);
    border-radius: 999px;
    color: var(--news-gold);
    font-size: 0.88rem;
    font-weight: 800;
}

.newsroom-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(19rem, 0.55fr);
    min-height: 31rem;
    overflow: hidden;
    border: 1px solid oklch(0.6 0.045 210 / 0.32);
    border-radius: 2rem;
    background: var(--news-navy-soft);
    box-shadow: 0 2rem 5rem oklch(0.1 0.035 220 / 0.22);
}

.newsroom-feature__media {
    position: relative;
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: var(--news-navy);
    place-items: center;
}

.newsroom-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.newsroom-feature:hover .newsroom-feature__media img {
    transform: scale(1.035);
}

.newsroom-feature__badge {
    position: absolute;
    inset-block-start: 1.2rem;
    inset-inline-start: 1.2rem;
    display: inline-flex;
    min-height: 2.4rem;
    align-items: center;
    padding-inline: 1rem;
    border-radius: 999px;
    background: var(--news-gold);
    color: var(--news-navy-deep);
    font-size: 0.78rem;
    font-weight: 850;
}

.newsroom-feature__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.75rem, 4vw, 3.5rem);
}

.newsroom-feature__meta,
.news-story__meta {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.newsroom-feature__meta {
    margin-bottom: 1.1rem;
}

.newsroom-feature__meta span {
    color: var(--news-gold);
    font-size: 0.78rem;
    font-weight: 850;
}

.newsroom-feature__meta time {
    color: oklch(0.77 0.025 210);
    font-size: 0.76rem;
    font-weight: 700;
}

.newsroom-feature h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.5vw, 2.4rem);
    font-weight: 850;
    line-height: 1.55;
}

.newsroom-feature h2 a {
    display: -webkit-box;
    overflow: hidden;
    color: oklch(0.985 0.008 202);
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.newsroom-feature__content > p {
    display: -webkit-box;
    margin: 1.1rem 0 1.6rem;
    overflow: hidden;
    color: oklch(0.78 0.025 210);
    font-size: 0.94rem;
    line-height: 1.85;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.newsroom-feature__action,
.news-story__action {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    align-self: flex-start;
    font-size: 0.86rem;
    font-weight: 850;
    text-decoration: none;
}

.newsroom-feature__action {
    color: var(--news-cyan);
}

.newsroom-feature__action:hover {
    color: var(--news-gold);
}

.news-archive__image-fallback {
    display: grid;
    width: 7rem;
    height: 7rem;
    border: 1px solid oklch(0.7 0.07 202 / 0.35);
    border-radius: 50%;
    color: var(--news-cyan);
    font-size: 1.15rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    place-items: center;
}

.news-archive__index {
    padding-block: clamp(3.5rem, 7vw, 7rem);
}

.news-archive-filter {
    display: grid;
    grid-template-columns: minmax(17rem, 1.7fr) minmax(10rem, 0.75fr) minmax(11rem, 0.8fr) auto;
    gap: 1rem;
    align-items: end;
    margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
    padding: clamp(1.2rem, 2vw, 1.75rem);
    border: 1px solid var(--news-line);
    border-radius: 1.6rem;
    background: var(--news-surface);
    box-shadow: 0 1rem 3rem oklch(0.28 0.04 220 / 0.07);
}

.news-archive-filter__field > label {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--news-ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.news-archive-filter__control {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem;
    align-items: center;
    min-height: 3.5rem;
    padding-inline: 0.95rem;
    border: 1px solid var(--news-line);
    border-radius: 1rem;
    background: oklch(0.975 0.008 202);
}

.news-archive-filter__control svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: oklch(0.46 0.1 202);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.news-archive-filter__control input,
.news-archive-filter__control select {
    min-width: 0;
    width: 100%;
    height: 3.25rem;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--news-ink);
    font: inherit;
}

.news-archive-filter__control input::placeholder {
    color: oklch(0.62 0.02 220);
}

.news-archive-filter__actions {
    display: grid;
    gap: 0.45rem;
    min-width: 9rem;
}

.news-archive-filter__actions button {
    min-height: 3.5rem;
    padding-inline: 1.2rem;
    border: 0;
    border-radius: 1rem;
    background: var(--news-navy);
    color: oklch(0.985 0.008 202);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    transition: background-color 180ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.news-archive-filter__actions button:hover {
    background: var(--news-navy-soft);
    transform: translateY(-1px);
}

.news-archive-filter__actions a {
    color: oklch(0.43 0.1 204);
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.22rem;
}

.news-archive__section-header {
    display: flex;
    gap: 2rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: clamp(2rem, 4vw, 3.25rem);
    padding-bottom: 1.35rem;
    border-bottom: 1px solid var(--news-line);
}

.news-archive__section-header span {
    display: block;
    margin-bottom: 0.45rem;
    color: oklch(0.44 0.1 203);
    font-size: 0.9rem;
    font-weight: 800;
}

.news-archive__section-header h2 {
    max-width: 16ch;
    margin: 0;
    color: var(--news-navy-deep);
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.news-archive__section-header > p {
    flex: 0 0 auto;
    margin: 0;
    color: var(--news-muted);
    font-size: 0.9rem;
}

.news-archive__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(2.5rem, 4vw, 4rem) clamp(1.2rem, 2.5vw, 2.25rem);
}

.news-story {
    display: flex;
    min-width: 0;
    grid-column: span 4;
    flex-direction: column;
    padding-top: 1rem;
    border-top: 1px solid var(--news-line);
}

.news-story--wide {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(17rem, 0.9fr);
    grid-column: span 8;
    min-height: 26rem;
    padding-top: 0;
    overflow: hidden;
    border: 1px solid var(--news-line);
    border-radius: 1.6rem;
    background: var(--news-surface);
}

.news-story__visual {
    position: relative;
    display: grid;
    width: 100%;
    min-width: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 1.3rem;
    background: var(--news-navy);
    place-items: center;
}

.news-story--wide .news-story__visual {
    height: 100%;
    min-height: 24rem;
    border-radius: 0;
}

.news-story__visual::after {
    position: absolute;
    inset: 0;
    border: 0.3rem solid oklch(0.995 0.004 92 / 0.18);
    border-radius: inherit;
    content: '';
    pointer-events: none;
}

.news-story__visual img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.news-story:hover .news-story__visual img {
    transform: scale(1.045);
}

.news-story__content {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 1.3rem 0.15rem 0;
}

.news-story--wide .news-story__content {
    justify-content: center;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.news-story__meta {
    margin-bottom: 0.8rem;
}

.news-story__meta span {
    color: oklch(0.43 0.1 202);
    font-size: 0.75rem;
    font-weight: 850;
}

.news-story__meta time {
    color: var(--news-muted);
    font-size: 0.74rem;
    font-weight: 700;
}

.news-story h2 {
    margin: 0;
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    font-weight: 850;
    line-height: 1.65;
}

.news-story--wide h2 {
    font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.news-story h2 a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--news-ink);
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-story h2 a:hover {
    color: oklch(0.4 0.11 202);
}

.news-story__content > p {
    display: -webkit-box;
    margin: 0.8rem 0 1.15rem;
    overflow: hidden;
    color: var(--news-muted);
    font-size: 0.9rem;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-story__action {
    margin-top: auto;
    color: oklch(0.42 0.11 203);
}

.news-story__action:hover {
    color: var(--news-navy-deep);
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

[dir='ltr'] .newsroom-feature__action i,
[dir='ltr'] .news-story__action i {
    transform: rotate(180deg);
}

.news-archive-pagination {
    display: flex;
    justify-content: center;
    margin-top: clamp(3rem, 6vw, 5.5rem);
}

.news-archive-pagination nav {
    width: 100%;
}

.news-archive-pagination .pagination {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.news-archive-pagination .page-link {
    display: grid;
    min-width: 2.75rem;
    height: 2.75rem;
    padding: 0.35rem;
    border: 1px solid var(--news-line);
    border-radius: 0.78rem;
    background: var(--news-surface);
    color: var(--news-ink);
    font-weight: 800;
    place-items: center;
}

.news-archive-pagination .active .page-link {
    border-color: var(--news-navy);
    background: var(--news-navy);
    color: oklch(0.985 0.008 202);
}

.news-archive-pagination .disabled .page-link {
    opacity: 0.42;
}

.news-archive-empty {
    display: grid;
    max-width: 38rem;
    margin-inline: auto;
    padding: clamp(2.5rem, 6vw, 5rem);
    border: 1px solid var(--news-line);
    border-radius: 2rem;
    background: var(--news-surface);
    text-align: center;
    place-items: center;
}

.news-archive-empty > span {
    display: grid;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.3rem;
    border-radius: 50%;
    background: var(--news-cyan-wash);
    color: oklch(0.44 0.105 202);
    place-items: center;
}

.news-archive-empty svg {
    width: 2.8rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.5;
}

.news-archive-empty h2 {
    margin: 0 0 0.7rem;
    color: var(--news-ink);
    font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.news-archive-empty p {
    max-width: 45ch;
    margin: 0 0 1.5rem;
    color: var(--news-muted);
    line-height: 1.8;
}

.news-archive-empty a {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    padding-inline: 1.35rem;
    border-radius: 999px;
    background: var(--news-navy);
    color: oklch(0.985 0.008 202);
    font-weight: 800;
    text-decoration: none;
}

.newsroom-feature__media:focus-visible,
.newsroom-feature h2 a:focus-visible,
.newsroom-feature__action:focus-visible,
.news-archive-filter__control:focus-within,
.news-archive-filter__actions button:focus-visible,
.news-archive-filter__actions a:focus-visible,
.news-story__visual:focus-visible,
.news-story h2 a:focus-visible,
.news-story__action:focus-visible,
.news-archive-pagination .page-link:focus-visible,
.news-archive-empty a:focus-visible {
    outline: 3px solid var(--news-focus);
    outline-offset: 3px;
}

@media (max-width: 72rem) {
    .news-archive-filter {
        grid-template-columns: minmax(16rem, 1.5fr) repeat(2, minmax(10rem, 0.75fr));
    }

    .news-archive-filter__actions {
        grid-column: 1 / -1;
        grid-template-columns: minmax(10rem, 14rem) auto;
        align-items: center;
        justify-content: start;
    }

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

    .news-story {
        grid-column: span 1;
    }

    .news-story--wide {
        grid-column: span 2;
    }
}

@media (max-width: 61rem) {
    .newsroom-masthead {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .newsroom-masthead h1 {
        max-width: 14ch;
    }

    .newsroom-feature {
        grid-template-columns: 1fr;
    }

    .newsroom-feature__media {
        min-height: 28rem;
        aspect-ratio: 5 / 3;
    }

    .newsroom-feature__content {
        min-height: 21rem;
    }
}

@media (max-width: 48rem) {
    .news-archive__hero {
        padding-block: 3.25rem 4rem;
    }

    .newsroom-masthead h1 {
        font-size: clamp(2.8rem, 14vw, 4.8rem);
    }

    .newsroom-feature__media {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .newsroom-feature__content {
        min-height: 18rem;
    }

    .news-archive-filter {
        grid-template-columns: 1fr 1fr;
    }

    .news-archive-filter__field--search,
    .news-archive-filter__actions {
        grid-column: 1 / -1;
    }

    .news-archive__section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-story--wide {
        grid-template-columns: 1fr;
    }

    .news-story--wide .news-story__visual {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 38rem) {
    .newsroom-masthead__intro p {
        font-size: 0.96rem;
    }

    .news-archive-filter,
    .news-archive__grid {
        grid-template-columns: 1fr;
    }

    .news-archive-filter__field--search,
    .news-archive-filter__actions,
    .news-story,
    .news-story--wide {
        grid-column: auto;
    }

    .news-archive-filter__actions {
        grid-template-columns: 1fr;
    }

    .news-story--wide {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .news-story--wide .news-story__content {
        padding: 1.3rem 0.15rem 0;
    }

    .news-archive__section-header h2 {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .newsroom-feature__media img,
    .news-story__visual img,
    .news-archive-filter__actions button {
        transition: none;
    }
}
