:root {
  --news-ink: #101828;
  --news-text: #344054;
  --news-muted: #667085;
  --news-line: #d0d5dd;
  --news-soft: #f2f4f7;
  --news-blue: #2457c5;
  --news-blue-dark: #173d8f;
  --news-red: #d92d20;
  --news-white: #ffffff;
}

.news-index-page,
.news-article-page {
  background: #fff;
  color: var(--news-ink);
}

.news-masthead {
  background: linear-gradient(135deg, #f7f9fc 0%, #edf3ff 60%, #f9f5ff 100%);
  border-bottom: 1px solid var(--news-line);
  padding: 64px 24px;
}

.news-masthead-inner,
.news-main,
.news-article-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.news-masthead-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.news-eyebrow,
.news-section-label {
  color: var(--news-red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.news-masthead h1 {
  margin: 10px 0 16px;
  max-width: 820px;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.045em;
  color: var(--news-ink);
}

.news-masthead p {
  max-width: 760px;
  margin: 0;
  color: var(--news-text);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.7;
}

.news-masthead-badge {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  background: var(--news-blue);
  color: #fff;
  box-shadow: 0 20px 45px rgba(36, 87, 197, .22);
  border: 8px solid rgba(255,255,255,.8);
}

.news-masthead-badge span {
  font-size: 1.65rem;
  font-weight: 950;
  letter-spacing: -.04em;
}

.news-masthead-badge small {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.news-main {
  padding: 48px 0 88px;
}

.news-feature-section {
  margin-bottom: 56px;
}

.news-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  border-top: 5px solid var(--news-red);
  border-bottom: 1px solid var(--news-line);
  background: #fff;
}

.news-feature-image {
  min-height: 420px;
  overflow: hidden;
  background: #eef2f6;
}

.news-feature-image img,
.news-card-image img,
.news-article-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.news-feature-content {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-category {
  display: inline-flex;
  width: fit-content;
  color: var(--news-red);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-feature-content h2,
.news-card h2 {
  margin: 12px 0;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.news-feature-content h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.news-feature-content h2 a,
.news-card h2 a {
  color: var(--news-ink) !important;
  text-decoration: none;
}

.news-feature-content h2 a:hover,
.news-card h2 a:hover {
  color: var(--news-blue) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-feature-content > p {
  color: var(--news-text);
  line-height: 1.7;
  font-size: 1.08rem;
}

.news-meta,
.news-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  color: var(--news-muted);
  font-size: .88rem;
}

.news-read-button {
  margin-top: 24px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--news-blue);
  color: #fff !important;
  text-decoration: none;
  font-weight: 850;
}

.news-read-button:hover {
  background: var(--news-blue-dark);
  color: #fff !important;
}

.news-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 30px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--news-ink);
  margin-bottom: 28px;
}

.news-toolbar h2 {
  margin: 8px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  letter-spacing: -.035em;
}

.news-filter-row {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.news-filter {
  appearance: none;
  border: 1px solid var(--news-line);
  background: #fff;
  color: var(--news-text);
  border-radius: 999px;
  padding: 9px 14px;
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}

.news-filter:hover,
.news-filter.is-active {
  background: var(--news-ink);
  border-color: var(--news-ink);
  color: #fff;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 42px;
}

.news-card {
  border-bottom: 1px solid var(--news-line);
  padding-bottom: 26px;
}

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

.news-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f6;
  margin-bottom: 20px;
}

.news-card-image img {
  transition: transform .3s ease;
}

.news-card:hover .news-card-image img {
  transform: scale(1.025);
}

.news-card h2 {
  font-size: 1.55rem;
}

.news-card p {
  color: var(--news-text);
  line-height: 1.65;
}

.news-card-meta {
  justify-content: space-between;
  margin-top: 18px;
}

.news-no-results {
  padding: 36px;
  text-align: center;
  color: var(--news-muted);
  background: var(--news-soft);
}

.news-editorial-note {
  margin-top: 64px;
  padding: 30px;
  border-left: 5px solid var(--news-blue);
  background: #f5f8ff;
}

.news-editorial-note h2 {
  margin: 0 0 8px;
}

.news-editorial-note p {
  margin: 0;
  color: var(--news-text);
  line-height: 1.7;
}

.news-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px 0;
  color: var(--news-muted);
  font-size: .9rem;
}

.news-breadcrumb a {
  color: var(--news-blue) !important;
  text-decoration: none;
}

.news-article-shell {
  max-width: 1120px;
  margin: 0 auto 90px;
}

.news-article-header {
  max-width: 920px;
  margin: 26px 0 34px;
}

.news-article-header h1 {
  margin: 14px 0 18px;
  font-size: clamp(2.5rem, 6vw, 5.1rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  color: var(--news-ink);
}

.news-article-deck {
  max-width: 820px;
  margin: 0;
  font-size: clamp(1.15rem, 2.3vw, 1.55rem);
  line-height: 1.55;
  color: var(--news-text);
}

.news-byline {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.news-author-mark {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--news-blue);
  font-size: .76rem;
  font-weight: 900;
}

.news-byline strong {
  display: block;
  color: var(--news-blue-dark);
}

.news-byline p {
  margin: 4px 0 0;
  color: var(--news-muted);
  font-size: .92rem;
}

.news-article-hero {
  margin: 0 0 42px;
  background: #eef2f6;
}

.news-article-hero img {
  aspect-ratio: 16 / 8.5;
}

.news-article-hero figcaption {
  padding: 10px 14px;
  border-bottom: 1px solid var(--news-line);
  color: var(--news-muted);
  font-size: .82rem;
}

.news-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 300px;
  gap: 54px;
  align-items: start;
}

.news-article-body {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #27364a;
}

.news-article-body > p:first-child {
  font-size: 1.2rem;
  color: var(--news-ink);
}

.news-article-body h2 {
  margin: 2.1em 0 .55em;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -.025em;
  color: var(--news-ink);
}

.news-article-body h2:first-child {
  margin-top: 0;
}

.news-article-body ul,
.news-article-body ol {
  padding-left: 1.35rem;
}

.news-article-body li {
  margin: .55rem 0;
}

.news-article-body a {
  color: var(--news-blue) !important;
}

.news-article-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}

.news-sidebar-card {
  border-top: 4px solid var(--news-blue);
  background: #f8faff;
  padding: 24px;
}

.news-sidebar-card h2 {
  margin: 7px 0 10px;
}

.news-sidebar-card p {
  color: var(--news-text);
  line-height: 1.6;
}

.news-sidebar-label {
  color: var(--news-red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-sidebar-primary,
.news-sidebar-secondary {
  display: flex;
  justify-content: center;
  padding: 11px 14px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 850;
  border-radius: 7px;
}

.news-sidebar-primary {
  background: var(--news-blue);
  color: #fff !important;
}

.news-sidebar-secondary {
  border: 1px solid var(--news-blue);
  color: var(--news-blue) !important;
  background: #fff;
}

.news-sidebar-soft {
  border-top-color: var(--news-red);
  background: #fff7f6;
}

.news-article-references {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 2px solid var(--news-ink);
}

.news-article-references h2 {
  margin-top: 0;
}

.news-article-references li {
  margin-bottom: 12px;
}

.news-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.news-article-tags span {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--news-soft);
  color: var(--news-text);
  font-size: .78rem;
  font-weight: 800;
}

.news-article-disclaimer {
  margin-top: 34px;
  padding: 18px;
  background: #fff7ed;
  border-left: 4px solid #f79009;
  color: #7a2e0e;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .news-feature-card,
  .news-article-layout {
    grid-template-columns: 1fr;
  }

  .news-feature-content {
    padding: 30px 0 0;
  }

  .news-feature-card {
    border-bottom: 0;
  }

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

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

  .news-filter-row {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .news-masthead {
    padding: 46px 16px;
  }

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

  .news-masthead-badge {
    display: none;
  }

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

  .news-feature-image {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .news-feature-content {
    padding: 24px 0 0;
  }

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

  .news-article-hero img {
    aspect-ratio: 16 / 10;
  }
}


/* Article imagery and card refinements */
.news-feature-card{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);overflow:hidden;border:1px solid #d6e2f3;border-top:5px solid var(--news-red);border-radius:22px;box-shadow:0 20px 50px rgba(20,42,86,.09)}
.news-feature-image{min-height:0;aspect-ratio:16/10;background:#0b1932}
.news-feature-image img{object-fit:contain!important;object-position:center;background:#0b1932}
.news-feature-content{padding:38px}
.news-grid{align-items:stretch}
.news-card{display:flex;flex-direction:column;overflow:hidden;padding:0;border:1px solid #d9e3f2;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(20,42,86,.07)}
.news-card-image{margin:0!important;aspect-ratio:16/9!important;background:#eef3fb!important}
.news-card-image img{object-fit:cover!important;object-position:center!important}
.news-card-body{display:flex;flex:1;flex-direction:column;padding:22px}
.news-card h2{font-size:clamp(1.25rem,2vw,1.65rem)}
.news-card p{flex:1}
.news-card-meta{margin-top:auto;padding-top:18px;border-top:1px solid #e1e8f3}
.news-article-hero{overflow:hidden;border-radius:18px;background:#0b1932;box-shadow:0 18px 40px rgba(15,35,70,.11)}
.news-article-hero img{width:100%;height:auto!important;aspect-ratio:16/9!important;object-fit:contain!important;background:#0b1932}
@media(max-width:760px){.news-feature-card{border-radius:16px}.news-feature-image{aspect-ratio:16/9}.news-feature-content{padding:25px}.news-card-body{padding:19px}}
