.newsroom-intro{padding-block:clamp(2.5rem,5vw,5rem) clamp(3rem,5vw,5rem)}
.newsroom-intro .eyebrow{display:flex;align-items:center;gap:1rem}
.newsroom-intro .eyebrow::before{content:"";width:32px;height:2px;background:var(--coral)}
.newsroom-intro h1{max-width:21ch;margin-block:1.4rem 1.8rem}
.newsroom-intro>p:last-child{max-width:59ch;font-size:1.125rem;line-height:1.7}
.newsroom-archive{padding-bottom:clamp(4rem,7vw,7rem)}
.newsroom-archive-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}
.newsroom-filters{display:flex;align-items:end;gap:1rem}
.newsroom-filters[hidden],.newsroom-item[hidden]{display:none}
.newsroom-filters label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.55rem}
.newsroom-filters select{font:inherit;color:var(--ink);background:white;width:100%;min-width:160px;min-height:52px;border:1px solid #777970;border-radius:var(--radius-control);padding:.8rem 2rem .8rem 1rem}
.newsroom-list{list-style:none;margin:0;padding:0}
.newsroom-item{min-width:0;border-top:1px solid var(--line)}
.newsroom-item:last-child{border-bottom:1px solid var(--line)}
.newsroom-card-link{display:grid;grid-template-columns:240px minmax(0,1fr) auto;align-items:center;gap:2.25rem;padding-block:1.75rem;border-radius:var(--radius-surface);text-decoration:none}
.newsroom-thumbnail{aspect-ratio:3/2;overflow:hidden;border-radius:var(--radius-surface);background:#e4e2dd}
.newsroom-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.newsroom-thumbnail-fallback{display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;width:100%;height:100%;font-size:1.25rem;font-weight:700;line-height:1.2;color:var(--muted)}
.newsroom-card-top{display:flex;align-items:baseline;flex-wrap:wrap;gap:.65rem 1rem;font-size:.72rem;line-height:1.5}
.newsroom-publisher{font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.newsroom-format{color:var(--muted)}
.newsroom-page main .newsroom-card h3{font-size:var(--type-deck);line-height:1.3;font-weight:600;letter-spacing:-.025em;margin:.65rem 0 .85rem;max-width:46ch}
.newsroom-card time{color:var(--muted);font-size:.8rem}
.newsroom-read{display:inline-flex;align-items:center;gap:.8rem;font-weight:600;min-height:44px;min-width:0;max-width:100%;white-space:normal;font-size:.85rem;transition:color .2s}
.newsroom-read .right-arrow{width:18px}
.newsroom-card-link:hover .newsroom-read,.newsroom-card-link:focus-visible .newsroom-read{color:var(--coral-text)}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.newsroom-card-link:hover img{transform:scale(1.04)}}
@media(max-width:1050px){.newsroom-card-link{grid-template-columns:200px minmax(0,1fr);gap:0 1.5rem}.newsroom-thumbnail{grid-row:1/3}.newsroom-read{grid-column:2;margin-top:.5rem;justify-self:start}}
@media(max-width:700px){
.newsroom-intro>p:last-child{font-size:1rem}
.newsroom-archive-heading{display:block;margin-bottom:1.5rem}
.newsroom-filters{display:grid;grid-template-columns:minmax(0,1fr) minmax(172px,1fr);margin-top:1.5rem;gap:.75rem}
.newsroom-filters select{min-width:0;font-size:.85rem;padding-inline:.65rem 1.5rem}
.newsroom-card-link{grid-template-columns:110px minmax(0,1fr);align-items:start;gap:0 1rem;padding-block:1.4rem}
.newsroom-thumbnail{grid-row:1;aspect-ratio:1}
.newsroom-read{grid-column:2;margin-top:.5rem}
.newsroom-page main .newsroom-card h3{font-size:1.125rem;line-height:1.35;margin:.5rem 0 .65rem}
.newsroom-card-top{font-size:.65rem;gap:.25rem .6rem}
.newsroom-thumbnail-fallback{font-size:.9rem;padding:.5rem}
}
@media(max-width:360px){.newsroom-card-link{grid-template-columns:88px minmax(0,1fr);gap:0 .8rem}.newsroom-filters{grid-template-columns:1fr}.newsroom-read{font-size:.8rem}}

/* Two layouts share the same archive, filters and chronological order. */
.newsroom-filters { flex-wrap:wrap; }
.newsroom-control-label { display:block; font-size:.8rem; font-weight:600; margin-bottom:.55rem; }
.newsroom-view-toggle { display:flex; align-items:center; min-height:52px; gap:4px; }
.newsroom-view-toggle button { display:grid; place-items:center; width:44px; height:44px; padding:0; border:0; border-radius:3px; color:var(--ink); background:transparent; cursor:pointer; }
.newsroom-view-toggle button svg { width:22px; height:22px; }
.newsroom-view-toggle button:hover { background:var(--bone); }
.newsroom-view-toggle button[aria-pressed="true"] { color:white; background:var(--ink); }
.newsroom-list[data-view="grid"] { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.5rem; }
.newsroom-list[data-view="grid"] .newsroom-item { border:0; background:white; border-radius:var(--radius-surface); }
.newsroom-list[data-view="grid"] .newsroom-card { height:100%; }
.newsroom-list[data-view="grid"] .newsroom-card-link { display:flex; flex-direction:column; align-items:stretch; gap:0; padding:0; height:100%; }
.newsroom-list[data-view="grid"] .newsroom-thumbnail { width:100%; aspect-ratio:16/9; border-radius:var(--radius-surface) var(--radius-surface) 0 0; }
.newsroom-list[data-view="grid"] .newsroom-card-copy { padding:1.5rem 1.5rem 1rem; }
.newsroom-list[data-view="grid"] .newsroom-read { margin:auto 1.5rem 1.25rem; align-self:flex-start; }
@media(max-width:1050px) { .newsroom-list[data-view="grid"] { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:700px) { .newsroom-view-control { grid-column:1/-1; justify-self:start; } }
@media(max-width:560px) { .newsroom-list[data-view="grid"] { grid-template-columns:minmax(0,1fr); } }
