.events-hero { margin: 0; }
.news-page { min-height: 780px; padding: 42px 0 90px; background: #f7f7f6; }
.news-container { width: min(100% - 40px, 1160px); margin: 0 auto; }
.news-heading { margin-bottom: 28px; }
.news-heading .eyebrow { margin-bottom: 8px; }
.news-heading h1 { margin: 0; color: var(--navy); font-size: clamp(38px, 5vw, 56px); letter-spacing: -.02em; }
.news-heading p { margin: 8px 0 0; color: #66717a; font-size: 15px; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 24px; align-items: start; }
.news-results { min-width: 0; }
.news-featured, .news-card, .news-sidebox, .news-search { background: #fff; border: 1px solid #d6dce0; border-radius: 6px; box-shadow: 0 2px 5px rgba(18, 56, 82, .06); }
.news-featured, .news-card { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.news-featured { display: grid; grid-template-columns: 46% 1fr; overflow: hidden; margin-bottom: 16px; border-color: rgba(32, 91, 125, .32); box-shadow: 0 8px 22px rgba(18, 56, 82, .12); }
.news-featured:hover { border-color: var(--primary); box-shadow: 0 12px 28px rgba(18, 56, 82, .16); }
.news-featured > img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.news-featured__body { padding: 24px 26px; }
.news-label { display: inline-block; padding: 5px 10px; border-radius: 4px; background: var(--secondary); color: #5c4300; font-size: 11px; font-weight: 700; }
.news-label--featured { background: var(--primary); color: #fff; }
.news-category { margin-left: auto; color: var(--gold-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.news-featured time, .news-card time { display: block; margin-top: 12px; color: #76818a; font-size: 12px; }
.news-featured h2, .news-card h2 { margin: 10px 0; color: var(--navy); font-family: "Alatsi", sans-serif; line-height: 1.12; }
.news-featured h2 { font-size: 29px; }
.news-featured p, .news-card p { color: #66717a; font-size: 13px; line-height: 1.55; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.news-card { display: flex; flex-direction: column; overflow: hidden; }
.news-card:hover { border-color: var(--primary); box-shadow: 0 10px 22px rgba(18, 56, 82, .15); transform: translateY(-3px); }
.news-card > img { width: 100%; aspect-ratio: 1.8 / 1; object-fit: cover; }
.news-card__body { flex: 1; padding: 14px 16px 18px; }
.news-card__meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.news-card__meta time { margin: 0; }
.news-card h2 { font-size: 20px; }
.news-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-sidebar { display: grid; gap: 16px; padding-top: 80px; }
.news-search, .news-sidebox { padding: 16px; }
.news-search label, .news-sidebox h2 { display: block; margin: 0 0 12px; color: var(--navy); font-size: 14px; font-weight: 700; }
.news-search div { display: flex; border: 1px solid #cbd3d8; border-radius: 4px; overflow: hidden; }
.news-search input { min-width: 0; width: 100%; padding: 10px; border: 0; outline: 0; color: var(--navy); font-size: 12px; }
.news-search button { width: 36px; border: 0; background: transparent; color: var(--navy); cursor: pointer; font-size: 18px; }
.news-filter { display: flex; justify-content: space-between; width: 100%; padding: 8px 0; border: 0; background: transparent; color: #818b92; cursor: pointer; text-align: left; font-size: 12px; }
.news-filter span { color: #a1a8ad; }
.news-filter:hover, .news-filter.active { color: var(--navy); font-weight: 700; }
.news-item[hidden] { display: none; }
.news-empty { padding: 28px; border: 1px dashed #bcc7cd; color: #66717a; text-align: center; }
.news-pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 28px; }
.news-page-button { min-width: 34px; height: 34px; padding: 0 10px; border: 1px solid #cbd3d8; border-radius: 4px; background: #fff; color: var(--navy); cursor: pointer; font-size: 12px; font-weight: 700; }
.news-page-button:hover:not(:disabled), .news-page-button.active { border-color: var(--navy); background: var(--navy); color: #fff; }
.news-page-button:disabled { cursor: not-allowed; opacity: .45; }

@media (prefers-reduced-motion: reduce) {
    .news-featured, .news-card { transition: none; }
    .news-card:hover { transform: none; }
}

@media (max-width: 900px) {
    .news-page { padding-top: 16px; }
    .news-container { width: min(100% - 28px, 620px); }
    .news-layout { grid-template-columns: 1fr; }
    .news-sidebar { order: -1; grid-template-columns: 1fr; padding-top: 0; }
    .news-featured { grid-template-columns: 1fr; }
    .news-featured > img { min-height: 190px; aspect-ratio: 1.8 / 1; }
    .news-grid { grid-template-columns: 1fr; }
}
