.news-feed-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: end;
  border-bottom: 5px solid var(--info-gold);
  padding: clamp(34px, 5vw, 58px) max(20px, calc((100vw - 1320px) / 2));
  color: #fff;
  background: var(--info-navy);
}

.news-feed-masthead .info-kicker {
  margin-bottom: 11px;
}

.news-feed-masthead h1 {
  max-width: none;
  font-size: clamp(2.8rem, 5.5vw, 5.4rem);
  line-height: 0.94;
}

.news-feed-masthead-copy > p:last-child {
  max-width: 760px;
  margin: 19px 0 0;
  color: #c9d9df;
  font-size: 0.87rem;
  line-height: 1.65;
}

.news-feed-masthead-status {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: clamp(22px, 3vw, 38px);
}

.news-feed-masthead-status strong {
  display: block;
  color: #f2cf8c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.035em;
}

.news-feed-masthead-status p {
  margin: 12px 0 0;
  color: #a9c0c8;
  font-size: 0.7rem;
  line-height: 1.6;
}

.news-feed-section {
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: clamp(42px, 5vw, 72px) clamp(70px, 8vw, 110px);
}

.news-feed-layout {
  display: grid;
  grid-template-columns: minmax(240px, 286px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.news-filter-column {
  position: static;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  border-top: 5px solid var(--info-gold);
  padding: 26px 22px 24px;
  background: var(--info-navy);
  box-shadow: 0 18px 46px rgba(6, 40, 63, 0.14);
}

.news-filter-column h3 {
  margin: 0;
  color: #fff;
  font-size: 1.65rem;
}

.news-filter-column > p {
  margin: 9px 0 24px;
  color: #a9c0c8;
  font-size: 0.72rem;
  line-height: 1.55;
}

.news-filter-form,
.news-filter-group {
  display: grid;
  min-width: 0;
  gap: 9px;
}

.news-filter-form {
  gap: 20px;
}

.news-filter-group {
  min-inline-size: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.news-filter-group legend {
  max-width: 100%;
  padding: 0;
}

.news-filter-group label,
.news-filter-group legend {
  color: #fff;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.news-filter-group input,
.news-filter-group select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  padding: 9px 10px;
  color: var(--info-ink);
  background: var(--info-surface);
  font: inherit;
  font-size: 0.75rem;
}

.news-filter-group input:focus-visible,
.news-filter-group select:focus-visible,
.news-source-options input:focus-visible,
.news-filter-clear:focus-visible,
.news-load-more:focus-visible {
  outline: 3px solid #f2c76d;
  outline-offset: 2px;
}

.news-date-pair {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.news-date-pair label {
  display: grid;
  min-width: 0;
  gap: 6px;
  color: #b8cbd2;
  font-size: 0.61rem;
  letter-spacing: 0;
  text-transform: none;
}

.news-source-heading {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.news-source-heading span {
  min-width: 0;
  color: #f2cf8c;
  font-size: 0.62rem;
  font-weight: 750;
  text-transform: none;
}

.news-source-heading span:first-child {
  overflow-wrap: anywhere;
}

.news-source-heading span:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
}

.news-source-options {
  display: grid;
  min-width: 0;
  max-width: 100%;
  max-height: min(230px, 28vh);
  max-height: min(230px, 28dvh);
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  scrollbar-color: #78919b transparent;
}

.news-source-options label {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9px;
  color: #d7e3e7;
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
  cursor: pointer;
}

.news-source-options label:last-child {
  border-bottom: 0;
}

.news-source-options label:hover {
  background: rgba(255, 255, 255, 0.07);
}

.news-source-options label[hidden] {
  display: none;
}

.news-source-options input {
  width: 15px;
  min-height: 15px;
  margin: 1px 0 0;
  accent-color: var(--info-gold);
}

.news-source-options small {
  color: #90aab4;
  font-size: 0.61rem;
}

.news-source-options span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.news-filter-clear {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 9px 14px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 850;
  cursor: pointer;
}

.news-filter-clear:hover {
  border-color: var(--info-gold);
  color: var(--info-navy);
  background: var(--info-gold);
}

.news-feed-results {
  min-width: 0;
}

.news-feed-list {
  display: grid;
  gap: 20px;
}

.news-feed-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr);
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--info-line);
  background: var(--info-surface);
  box-shadow: 0 15px 44px rgba(6, 40, 63, 0.07);
}

.news-feed-card.is-source-brief {
  border-top: 5px solid var(--info-gold);
}

.news-feed-media {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #dbe5e6;
}

.news-feed-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.news-feed-media:hover img,
.news-feed-media:focus-visible img {
  transform: scale(1.025);
}

.news-feed-media > span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  padding: 5px 7px;
  color: #fff;
  background: rgba(6, 40, 63, 0.78);
  font-size: 0.52rem;
  line-height: 1.3;
}

.news-feed-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
}

.news-feed-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 18px;
  color: var(--info-muted);
  font-size: 0.65rem;
}

.news-feed-meta strong {
  color: var(--info-navy);
  font-size: 0.7rem;
  letter-spacing: 0.025em;
}

.news-feed-type {
  width: fit-content;
  margin-top: 15px;
  color: var(--info-gold-dark);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.news-feed-card h2 {
  margin: 8px 0 0;
  color: var(--info-navy);
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1.08;
}

.news-feed-card h2 a {
  text-decoration: none;
}

.news-feed-card h2 a:hover,
.news-feed-card h2 a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--info-gold-dark);
  text-underline-offset: 5px;
}

.news-feed-card-body > p {
  margin: 14px 0 0;
  color: var(--info-muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.news-feed-card-body .news-feed-source-note {
  border-left: 3px solid var(--info-gold);
  padding-left: 11px;
  color: var(--info-navy-soft);
  font-weight: 750;
}

.news-feed-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.news-feed-locations span {
  border: 1px solid var(--info-line);
  padding: 5px 8px;
  color: #536a74;
  background: #f6f1e6;
  font-size: 0.58rem;
  font-weight: 750;
}

.news-feed-card-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  align-items: end;
  margin-top: auto;
  padding-top: 22px;
  color: var(--info-muted);
  font-size: 0.63rem;
}

.news-feed-card-footer a {
  margin-left: auto;
  color: var(--info-navy);
  font-weight: 900;
  text-underline-offset: 4px;
}

.news-feed-empty {
  border: 1px solid var(--info-line);
  padding: 44px;
  color: var(--info-muted);
  background: var(--info-surface);
  text-align: center;
}

.news-load-more {
  display: block;
  min-width: 210px;
  min-height: 48px;
  margin: 28px auto 0;
  border: 0;
  padding: 12px 20px;
  color: var(--info-navy);
  background: var(--info-gold);
  font: inherit;
  font-size: 0.73rem;
  font-weight: 900;
  cursor: pointer;
}

.news-load-more:hover {
  background: #c99a3e;
}

@media (max-width: 900px) {
  .news-feed-masthead {
    grid-template-columns: 1fr;
  }

  .news-feed-masthead-status {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .news-feed-layout {
    grid-template-columns: 1fr;
  }

  .news-filter-column {
    width: 100%;
  }

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

  .news-filter-sources {
    grid-row: 1 / span 4;
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .news-feed-masthead {
    padding-block: 32px 36px;
  }

  .news-feed-masthead h1 {
    font-size: clamp(2.65rem, 14vw, 4.25rem);
  }

  .news-filter-form,
  .news-feed-card {
    grid-template-columns: 1fr;
  }

  .news-filter-sources {
    grid-row: auto;
    grid-column: auto;
  }

  .news-feed-media,
  .news-feed-media img {
    min-height: 210px;
    max-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-feed-media img {
    transition-duration: 0.01ms;
  }
}
