.main-nav a.active {
  position: relative;
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: #c99522;
  transform: scaleX(1);
}

.news-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: #ffffff;
  background: #04162c;
}

.news-hero-photo {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: 62%;
  background-image: url("assets/news-hero.PNG");
  background-size: cover;
  background-position: center center;
}

.news-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(4, 22, 44, 0.98) 0%,
      rgba(4, 22, 44, 0.92) 40%,
      rgba(4, 22, 44, 0.42) 62%,
      rgba(4, 22, 44, 0.03) 90%
    );
}

.news-hero-content {
  position: relative;
  z-index: 3;
  max-width: 600px;
  padding: 58px clamp(24px, 5.5vw, 76px) 122px;
}

.news-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 38px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.news-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.news-breadcrumb span:last-child {
  color: #d8aa3b;
}

.news-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 7vw, 92px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.news-gold-line {
  width: 78px;
  height: 4px;
  margin: 24px 0 26px;
  background: #c99522;
}

.news-hero p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.48;
  font-weight: 650;
}

.news-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 4;
  height: 112px;
  pointer-events: none;
}

.news-curve svg {
  width: 100%;
  height: 100%;
}

.curve-gold {
  fill: #c99522;
}

.curve-white {
  fill: #ffffff;
}

.news-page-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  padding: 28px clamp(24px, 5.6vw, 76px) 42px;
  background: #ffffff;
}

.news-main {
  min-width: 0;
}

.section-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.section-heading-row h2 {
  margin: 0;
  color: #071d38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.2;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.article-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(7, 29, 56, 0.12);
  border-radius: 7px;
  box-shadow: 0 16px 38px rgba(7, 29, 56, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.article-card:hover,
.article-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(7, 29, 56, 0.14);
}

.article-link {
  display: grid;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.article-image {
  position: relative;
  min-height: 190px;
  background-color: #071d38;
  background-size: cover;
  background-position: center center;
}

.article-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(4, 22, 44, 0.62) 100%),
    linear-gradient(90deg, rgba(4, 22, 44, 0.18), transparent 65%);
}

.seattle-image {
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 149, 34, 0.22), transparent 28%),
    linear-gradient(135deg, #04162c, #071d38 48%, #c99522);
}

.seattle-image::before {
  content: "WA Reparations Study";
  position: absolute;
  left: 22px;
  bottom: 24px;
  z-index: 2;
  max-width: 240px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.04;
}

.guardian-image {
  background-image:
    linear-gradient(180deg, transparent 42%, rgba(4, 22, 44, 0.62) 100%),
    url("https://i.guim.co.uk/img/media/2af5d6e6e8be1bfcff1010415dc4dec28bf881bb/839_0_4500_3600/master/4500.jpg?crop=none&dpr=1&s=none&width=465");
}

.time-image {
  background-image:
    linear-gradient(180deg, transparent 42%, rgba(4, 22, 44, 0.62) 100%),
    url("https://static.time.com/v3/assets/bltea6093859af6183b/blt007fdc03b742a2db/6a34b83daf057a111ffbd9f5/flags-for-Juneteenth.jpg?branch=production&width=1200&quality=75&auto=webp&crop=16:9");
}

.wabe-image {
  background-image:
    linear-gradient(180deg, transparent 42%, rgba(4, 22, 44, 0.62) 100%),
    url("https://www.wabe.org/app/uploads/2026/06/CloLo-FulCo-Reparations-Task-Force-Harm-Report.png");
}

.nj-image {
  background:
    radial-gradient(circle at 20% 24%, rgba(201, 149, 34, 0.22), transparent 30%),
    linear-gradient(135deg, #071d38, #04162c);
}

.nj-image::before {
  content: "NJ Reparations";
  position: absolute;
  left: 22px;
  bottom: 24px;
  z-index: 2;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.04;
}

.article-content {
  padding: 22px 22px 24px;
}

.article-category {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-bottom: 12px;
  padding: 5px 10px;
  color: #ffffff;
  background: #071d38;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.article-content h3 {
  margin: 0 0 12px;
  color: #071d38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.16;
  letter-spacing: -0.015em;
}

.article-content p {
  margin: 0 0 20px;
  color: #263246;
  font-size: 14px;
  line-height: 1.55;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #071d38;
  font-size: 12px;
  font-weight: 900;
}

.article-meta span:last-child {
  color: #c99522;
}

.news-sidebar {
  display: grid;
  gap: 22px;
  align-self: start;
}

.category-card,
.newsletter-card {
  border: 1px solid rgba(7, 29, 56, 0.12);
  border-radius: 7px;
  box-shadow: 0 16px 38px rgba(7, 29, 56, 0.08);
}

.category-card {
  padding: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 149, 34, 0.14), transparent 34%),
    linear-gradient(135deg, #04162c, #071d38);
}

.category-card h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.category-card ul {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-card li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.category-card li:last-child {
  border-bottom: 0;
}

.category-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.category-card a::before {
  content: "▣";
  color: #c99522;
  font-size: 15px;
}

.category-card a span {
  flex: 1;
}

.category-card strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.newsletter-card {
  padding: 34px 28px 30px;
  text-align: center;
  background: #ffffff;
}

.newsletter-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f6f2eb;
}

.newsletter-icon svg {
  width: 34px;
  height: 34px;
  stroke: #071d38;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.newsletter-card h2 {
  margin: 0 0 12px;
  color: #071d38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.2;
}

.newsletter-card p {
  margin: 0 auto 20px;
  color: #4a5565;
  font-size: 14px;
  line-height: 1.55;
}

.sidebar-signup {
  display: grid;
  gap: 12px;
}

.sidebar-signup input,
.wide-signup input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(7, 29, 56, 0.16);
  border-radius: 3px;
  color: #101827;
  background: #ffffff;
  font: inherit;
  outline: none;
}

.sidebar-signup input:focus,
.wide-signup input:focus {
  border-color: #c99522;
  box-shadow: 0 0 0 3px rgba(201, 149, 34, 0.16);
}

.sidebar-signup button,
.wide-signup button,
.footer-donate {
  cursor: pointer;
  min-height: 50px;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  background: linear-gradient(135deg, #d8aa3b, #c99522);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
}

.privacy-note {
  margin-top: 14px !important;
  color: #6b7280 !important;
  font-size: 12px !important;
}

.news-cta {
  display: grid;
  grid-template-columns: 72px 1fr minmax(360px, 0.8fr);
  gap: 28px;
  align-items: center;
  margin: 0 clamp(24px, 5.6vw, 76px) 28px;
  padding: 28px 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 0% 50%, rgba(201, 149, 34, 0.12), transparent 32%),
    linear-gradient(135deg, #04162c, #071d38);
  border-radius: 7px;
}

.news-cta-icon svg {
  width: 54px;
  height: 54px;
  stroke: #c99522;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.news-cta h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.15;
}

.news-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.wide-signup {
  display: grid;
  grid-template-columns: 1fr 142px;
  overflow: hidden;
  border-radius: 3px;
}

.wide-signup input {
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

.wide-signup button {
  border-radius: 0 3px 3px 0;
}

.news-footer {
  background: #ffffff;
  border-top: 1px solid rgba(7, 29, 56, 0.10);
}

.footer-main {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 26px clamp(24px, 5.6vw, 76px);
}

.footer-brand img {
  width: 190px;
  height: auto;
}

.footer-main p {
  max-width: 420px;
  margin: 0;
  color: #263246;
  font-size: 16px;
  line-height: 1.45;
}

.footer-donate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 13px 24px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(24px, 5.6vw, 76px);
  color: #ffffff;
  background: #04162c;
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  gap: 20px;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1080px) {
  .news-cta,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .wide-signup {
    max-width: 560px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .news-hero {
    min-height: auto;
  }

  .news-hero-photo {
    width: 100%;
    opacity: 0.38;
  }

  .news-hero-overlay {
    background: rgba(4, 22, 44, 0.82);
  }

  .news-hero-content {
    max-width: none;
    padding: 52px 24px 116px;
  }

  .news-hero h1 {
    font-size: 58px;
  }

  .article-grid,
  .news-sidebar,
  .wide-signup {
    grid-template-columns: 1fr;
  }

  .news-page-body {
    padding: 18px 24px 36px;
  }

  .news-cta {
    margin: 0 24px 24px;
    padding: 28px 24px;
  }

  .wide-signup input {
    border-right: 1px solid rgba(7, 29, 56, 0.16);
    border-radius: 3px;
  }

  .wide-signup button {
    border-radius: 3px;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
  }
}
.article-card.is-hidden {
  display: none;
}

.filter-list {
  display: grid;
  gap: 0;
}

.filter-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 15px 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.filter-button:last-child {
  border-bottom: 0;
}

.filter-button::before {
  content: "▣";
  color: #c99522;
  font-size: 15px;
}

.filter-button span {
  flex: 1;
  font-size: 14px;
  font-weight: 800;
}

.filter-button strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.active {
  color: #d8aa3b;
}

.filter-button.active strong {
  color: #d8aa3b;
}

.chicago-image {
  background:
    radial-gradient(circle at 80% 20%, rgba(201, 149, 34, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(4, 22, 44, 0.95), rgba(7, 29, 56, 0.90)),
    linear-gradient(135deg, #04162c, #071d38 48%, #c99522);
}

.chicago-image::before {
  content: "Chicago Reparations Assembly";
  position: absolute;
  left: 22px;
  bottom: 24px;
  z-index: 2;
  max-width: 260px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.04;
}
/* Keep Browse by Category on the right side of the first article row */
@media (min-width: 761px) {
  .news-page-body {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 0.85fr);
    gap: 28px;
    align-items: start;
  }

  .news-main {
    min-width: 0;
  }

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

  .news-sidebar {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 22px;
    align-self: start;
  }

  .category-card {
    align-self: start;
    min-height: 100%;
  }
}
