.news-shell {
  width: min(92%, 1180px);
  margin-inline: auto;
}

.news-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, 0) 35%),
    linear-gradient(135deg, #eef0f2 0%, #fafafa 68%, #f1f2f3 100%);
  border-bottom: 1px solid rgba(26, 26, 26, .08);
}

.news-hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -16rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid rgba(30, 30, 30, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(255, 255, 255, .28),
    0 0 0 8rem rgba(255, 255, 255, .16);
  pointer-events: none;
}

.news-hero__inner {
  position: relative;
  z-index: 1;
}

.news-eyebrow,
.news-section-kicker,
.news-card__source-type {
  color: #666;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.news-hero h1 {
  max-width: 13ch;
  margin-top: 1rem;
  color: #151515;
  font-size: clamp(2.65rem, 6.2vw, 5.5rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.news-hero__lead {
  max-width: 740px;
  margin-top: 1.75rem;
  color: #555;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  line-height: 1.65;
}

.news-principles {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  max-width: 960px;
  margin: 2.25rem 0 0;
  padding: 0;
}

.news-principles li {
  padding: .7rem .9rem;
  color: #333;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(26, 26, 26, .1);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 700;
}

.news-principles li::before {
  content: "✓";
  margin-right: .45rem;
  color: #161616;
}

.news-overview {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: #fff;
}

.news-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
}

.news-toolbar h2,
.news-transparency h2 {
  margin-top: .45rem;
  color: #171717;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.news-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .5rem;
}

.news-filter {
  min-height: 42px;
  padding: .65rem .9rem;
  color: #4d4d4d;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  font: inherit;
  font-size: .88rem;
  font-weight: 750;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.news-filter:hover,
.news-filter:focus-visible,
.news-filter.is-active {
  color: #fff;
  background: #242424;
  border-color: #242424;
}

.news-results-status {
  min-height: 1.4rem;
  margin-top: 1rem;
  color: #666;
  font-size: .84rem;
}

.news-list {
  display: grid;
  scroll-margin-top: 7.5rem;
}

.news-card {
  display: grid;
  grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  gap: clamp(1.75rem, 5vw, 5rem);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-bottom: 1px solid #dedede;
}

.news-card[hidden] { display: none; }

.news-card__meta {
  align-self: start;
}

.news-card__meta time {
  display: block;
  color: #222;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

.news-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .8rem;
}

.news-card__tags span {
  padding: .38rem .55rem;
  color: #555;
  background: #f2f3f4;
  border-radius: 5px;
  font-size: .72rem;
  font-weight: 750;
}

.news-card__content {
  max-width: 830px;
}

.news-card__content h3 {
  max-width: 25ch;
  margin-top: .55rem;
  color: #171717;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.14;
  letter-spacing: -.035em;
}

.news-card__content > p:not(.news-card__source-type) {
  max-width: 760px;
  margin-top: 1.15rem;
  color: #555;
  font-size: 1.04rem;
  line-height: 1.75;
}

.news-card__practical {
  max-width: 760px;
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  background: #f3f4f5;
  border-left: 4px solid #242424;
  border-radius: 0 10px 10px 0;
}

.news-card__practical h4 {
  margin: 0;
  color: #222;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.news-card__practical p {
  margin-top: .55rem;
  color: #444;
  font-size: .98rem;
  line-height: 1.7;
}

.news-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e6e6e6;
}

.news-card__footer p {
  color: #4a4a4a;
  font-size: .88rem;
  line-height: 1.5;
}

.news-card__footer p span {
  display: block;
  color: #666;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-source-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 44px;
  padding: .75rem 1rem;
  color: #fff;
  background: #242424;
  border: 1px solid #242424;
  border-radius: 8px;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.news-source-link:hover,
.news-source-link:focus-visible {
  color: #fff;
  background: #000;
  border-color: #000;
  transform: translateY(-1px);
}

.news-empty {
  margin-top: 2rem;
  padding: 3rem;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  text-align: center;
}

.news-empty h3 {
  color: #222;
  font-size: 1.35rem;
}

.news-empty p {
  margin-top: .65rem;
  color: #666;
  line-height: 1.6;
}

.news-pagination {
  display: grid;
  grid-template-columns: minmax(112px, 1fr) auto minmax(112px, 1fr);
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #dedede;
}

.news-pagination[hidden] {
  display: none;
}

.news-pagination__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}

.news-pagination__control,
.news-pagination__page {
  min-height: 46px;
  color: #242424;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 9px;
  font: inherit;
  font-size: .9rem;
  font-weight: 800;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.news-pagination__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: max-content;
  min-width: 112px;
  padding: .7rem 1rem;
}

.news-pagination__control:last-child {
  justify-self: end;
}

.news-pagination__page {
  min-width: 46px;
  padding: .65rem;
}

.news-pagination__control:hover:not(:disabled),
.news-pagination__control:focus-visible,
.news-pagination__page:hover,
.news-pagination__page:focus-visible,
.news-pagination__page.is-active {
  color: #fff;
  background: #242424;
  border-color: #242424;
}

.news-pagination__control:hover:not(:disabled),
.news-pagination__page:hover {
  transform: translateY(-1px);
}

.news-pagination__control:disabled {
  color: #999;
  background: #f5f5f5;
  cursor: not-allowed;
}

.news-pagination__ellipsis {
  min-width: 1.35rem;
  color: #777;
  text-align: center;
}

.news-transparency {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  color: #fff;
  background: #242424;
}

.news-transparency__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.news-transparency .news-section-kicker { color: #aaa; }
.news-transparency h2 { color: #fff; }

.news-transparency__inner > p {
  color: #d0d0d0;
  font-size: 1.05rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .news-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-filters { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .news-hero {
    padding-top: 3.75rem;
  }

  .news-hero::after {
    right: -20rem;
    bottom: -18rem;
  }

  .news-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

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

  .news-principles li { width: 100%; }

  .news-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .news-filter {
    width: 100%;
    border-radius: 8px;
  }

  .news-card {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .news-card__content h3 { max-width: none; }

  .news-card__practical {
    padding: 1.1rem 1.15rem;
  }

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

  .news-source-link {
    justify-content: center;
    width: 100%;
  }

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

  .news-pagination {
    grid-template-columns: 1fr auto 1fr;
    gap: .6rem;
  }

  .news-pagination__control {
    min-width: 0;
    padding-inline: .75rem;
  }

  .news-empty { padding: 2.2rem 1.25rem; }
}

@media (max-width: 420px) {
  .news-filters { grid-template-columns: 1fr; }

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

  .news-pagination__pages {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .news-pagination__control {
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
  }
}
