.news-page {
  background: #f4f3ee;
}

.news-page .site-nav .is-active {
  color: #fff;
  opacity: 1;
}

.news-page .site-nav .is-active::after {
  transform: scaleX(1);
}

.news-page .site-header.is-solid .site-nav .is-active {
  color: var(--ink);
}

.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;
}

.news-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 140px clamp(20px, 4.6vw, 70px) 54px;
  color: #fff;
  background:
    radial-gradient(circle at 77% 35%, rgba(11, 117, 107, 0.34), transparent 23%),
    radial-gradient(circle at 70% 16%, rgba(215, 168, 93, 0.16), transparent 19%),
    linear-gradient(115deg, #06131f 0%, #082936 58%, #0a4d4c 100%);
}

.news-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(106deg, transparent 32%, rgba(255, 255, 255, 0.06) 50%, transparent 65%);
  animation: news-sweep 8s ease-in-out infinite;
  pointer-events: none;
}

.news-hero-grid {
  position: absolute;
  inset: 0 0 0 42%;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 56px 56px;
  transform: perspective(800px) rotateY(-9deg) rotateZ(-2deg) scale(1.1);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
}

.news-hero-orbit {
  position: absolute;
  border: 1px solid rgba(215, 168, 93, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.news-hero-orbit::before,
.news-hero-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 0 8px rgba(215, 168, 93, 0.08);
}

.news-hero-orbit-one {
  width: 430px;
  height: 430px;
  right: 5%;
  top: 12%;
  animation: orbit-drift 9s ease-in-out infinite;
}

.news-hero-orbit-one::before {
  width: 8px;
  height: 8px;
  left: 8%;
  top: 24%;
}

.news-hero-orbit-one::after {
  width: 5px;
  height: 5px;
  right: 14%;
  bottom: 18%;
}

.news-hero-orbit-two {
  width: 286px;
  height: 286px;
  right: 10%;
  top: 23%;
  border-color: rgba(255, 255, 255, 0.12);
  animation: orbit-drift 7s ease-in-out 0.8s infinite reverse;
}

.news-hero-inner,
.news-hero-meta {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.news-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.62fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}

.news-hero-copy h1 {
  margin-top: 18px;
  font-size: clamp(58px, 8vw, 116px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.news-hero-lede {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(17px, 1.6vw, 21px);
}

.news-signal {
  position: relative;
  min-height: 350px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 19, 31, 0.34);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.signal-label {
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signal-ring {
  position: relative;
  width: 178px;
  height: 178px;
  display: grid;
  place-items: center;
  margin: 24px auto;
  border: 1px solid rgba(215, 168, 93, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(11, 117, 107, 0.28) 0 28%, transparent 29%),
    conic-gradient(from 30deg, rgba(215, 168, 93, 0.18), transparent 24%, rgba(11, 117, 107, 0.18) 52%, transparent 74%, rgba(215, 168, 93, 0.18));
}

.signal-ring::before,
.signal-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.signal-ring::before {
  inset: 20px;
}

.signal-ring::after {
  inset: 43px;
  border-color: rgba(215, 168, 93, 0.3);
}

.signal-ring strong {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.28;
  text-align: center;
}

.signal-ring i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 0 7px rgba(215, 168, 93, 0.1);
}

.signal-ring i:nth-of-type(1) {
  top: 13px;
  left: 84px;
}

.signal-ring i:nth-of-type(2) {
  right: 13px;
  bottom: 50px;
}

.signal-ring i:nth-of-type(3) {
  left: 16px;
  bottom: 40px;
}

.signal-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
}

.signal-legend span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.signal-legend b {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--brass);
  vertical-align: 2px;
}

.news-hero-meta {
  display: flex;
  gap: clamp(22px, 5vw, 68px);
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.news-feature-section,
.news-library,
.news-briefing {
  padding: clamp(72px, 9vw, 126px) clamp(20px, 4.6vw, 70px);
}

.news-feature-section {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 72px);
  max-width: 1320px;
  margin-inline: auto;
}

.news-section-label {
  padding-top: 5px;
}

.news-section-label span {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-section-label p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.featured-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  min-height: 470px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 26px 80px rgba(7, 21, 31, 0.08);
}

.featured-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #06131f, #0a3f52 58%, #0b756b);
  background-size: 42px 42px, 42px 42px, auto;
}

.featured-visual::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -110px;
  top: -96px;
  border: 1px solid rgba(215, 168, 93, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(215, 168, 93, 0.04),
    0 0 0 108px rgba(11, 117, 107, 0.05);
}

.featured-index {
  position: absolute;
  top: 24px;
  left: 26px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 850;
}

.featured-document {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(58%, 260px);
  aspect-ratio: 0.74;
  padding: 46px 30px;
  background: #f7f6f1;
  box-shadow: 22px 28px 68px rgba(0, 0, 0, 0.32);
  transform: translate(-52%, -48%) rotate(-3deg);
}

.featured-document::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--brass);
}

.featured-document i {
  display: block;
  height: 4px;
  margin-bottom: 15px;
  background: #cbd1cc;
}

.featured-document i:nth-child(1) {
  width: 60%;
  height: 7px;
  background: #26343b;
}

.featured-document i:nth-child(2) {
  width: 88%;
}

.featured-document i:nth-child(3) {
  width: 74%;
}

.featured-document i:nth-child(4) {
  width: 82%;
}

.document-chart {
  position: absolute;
  inset: auto 30px 34px;
  height: 86px;
  display: flex;
  align-items: flex-end;
  gap: 9px;
  padding-bottom: 1px;
  border-bottom: 1px solid #bdc7c1;
}

.document-chart b {
  flex: 1;
  background: var(--green);
}

.document-chart b:nth-child(1) {
  height: 36%;
}

.document-chart b:nth-child(2) {
  height: 62%;
}

.document-chart b:nth-child(3) {
  height: 48%;
  background: var(--brass);
}

.document-chart b:nth-child(4) {
  height: 82%;
}

.featured-stamp {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 7px 10px;
  color: var(--brass);
  border: 1px solid rgba(215, 168, 93, 0.48);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 66px);
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: var(--muted);
  font-size: 12px;
}

.story-meta span {
  color: var(--green);
  font-weight: 850;
}

.story-meta em {
  font-style: normal;
}

.featured-copy h2 {
  margin: 32px 0 0;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.17;
  letter-spacing: -0.035em;
}

.featured-copy > p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.story-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding: 16px 0 4px;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.story-link span {
  color: var(--green);
  transition: transform 0.2s ease;
}

.story-link:hover span {
  transform: translate(3px, -3px);
}

.news-library {
  background: #e9eeeb;
}

.library-heading,
.news-toolbar,
.news-result-summary,
.news-grid,
.news-empty {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.library-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.6fr);
  gap: 40px;
  align-items: end;
}

.library-heading h2,
.news-briefing h2 {
  margin: 12px 0 0;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.library-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.news-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding: 15px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.filter-button {
  min-height: 42px;
  padding: 0 16px;
  color: var(--muted);
  border: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}

.filter-button:hover {
  color: var(--ink);
  background: rgba(7, 21, 31, 0.05);
}

.filter-button.is-active {
  color: #fff;
  background: var(--ink);
}

.news-search {
  position: relative;
  width: min(260px, 100%);
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
}

.news-search:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(11, 117, 107, 0.1);
}

.news-search input {
  width: 100%;
  min-height: 42px;
  padding: 8px 42px 8px 40px;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 13px;
}

.news-search input::placeholder {
  color: #8a9498;
}

.search-icon {
  position: absolute;
  left: 15px;
  width: 13px;
  height: 13px;
  border: 1.5px solid var(--muted);
  border-radius: 50%;
  pointer-events: none;
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1.5px;
  right: -5px;
  bottom: -3px;
  background: var(--muted);
  transform: rotate(45deg);
}

.news-search kbd {
  position: absolute;
  right: 12px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #8a9498;
  border: 1px solid var(--line);
  background: #f4f3ee;
  font-family: inherit;
  font-size: 11px;
  pointer-events: none;
}

.news-result-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
}

.news-result-summary strong {
  color: var(--ink);
}

.news-result-summary button {
  padding: 0;
  color: var(--green);
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 13px;
  cursor: pointer;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.news-card {
  --card-accent: var(--green);
  min-height: 418px;
  border: 1px solid var(--line);
  background: #fff;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

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

.news-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--card-accent), #fff 50%);
  box-shadow: 0 24px 56px rgba(7, 21, 31, 0.1);
}

.news-card-accent-brass {
  --card-accent: var(--brass);
}

.news-card-accent-blue {
  --card-accent: var(--blue);
}

.news-card-accent-clay {
  --card-accent: var(--clay);
}

.news-card > button {
  width: 100%;
  height: 100%;
  min-height: 418px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  color: inherit;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.news-card > button:focus-visible {
  outline: 3px solid rgba(11, 117, 107, 0.3);
  outline-offset: -4px;
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 11px;
}

.card-topline span {
  color: var(--card-accent);
  font-weight: 850;
}

.card-graphic {
  position: relative;
  height: 90px;
  margin: 27px 0 24px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(7, 21, 31, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 21, 31, 0.05) 1px, transparent 1px);
  background-size: 18px 18px;
}

.card-graphic-flow {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.card-graphic-flow i {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid var(--card-accent);
  border-radius: 50%;
  background: #fff;
}

.card-graphic-flow i:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 14px;
  width: 65px;
  height: 1px;
  background: var(--card-accent);
  opacity: 0.44;
}

.card-graphic-check {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 8px;
}

.card-graphic-check i {
  position: relative;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.card-graphic-check i::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 14px;
  height: 7px;
  border-left: 2px solid var(--card-accent);
  border-bottom: 2px solid var(--card-accent);
  transform: rotate(-45deg);
}

.card-graphic-bars {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  padding: 13px 20px 0;
}

.card-graphic-bars i {
  flex: 1;
  height: 30%;
  background: var(--card-accent);
  opacity: 0.76;
}

.card-graphic-bars i:nth-child(2) {
  height: 52%;
}

.card-graphic-bars i:nth-child(3) {
  height: 38%;
}

.card-graphic-bars i:nth-child(4) {
  height: 74%;
}

.card-graphic-bars i:nth-child(5) {
  height: 88%;
}

.card-graphic-boundary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 12px 20px;
}

.card-graphic-boundary::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--card-accent);
}

.card-graphic-boundary i:first-child {
  background: repeating-linear-gradient(135deg, transparent 0 7px, rgba(139, 86, 64, 0.16) 7px 9px);
}

.card-graphic-boundary i:last-child {
  background: rgba(139, 86, 64, 0.12);
}

.card-graphic-dots {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
}

.card-graphic-dots i {
  aspect-ratio: 1;
  border: 1px solid var(--card-accent);
  border-radius: 50%;
}

.card-graphic-dots i:nth-child(even) {
  background: var(--card-accent);
}

.card-graphic-line {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 10px 20px 20px;
}

.card-graphic-line::before {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  top: 50%;
  height: 2px;
  background: var(--card-accent);
  transform: rotate(-8deg);
}

.card-graphic-line i {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--card-accent);
}

.card-graphic-line i:nth-child(2) {
  margin-bottom: 8px;
}

.card-graphic-line i:nth-child(3) {
  margin-bottom: 22px;
}

.card-graphic-line i:nth-child(4) {
  margin-bottom: 34px;
}

.card-graphic-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}

.card-graphic-steps::before {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  top: 45px;
  height: 1px;
  background: var(--card-accent);
  opacity: 0.4;
}

.card-graphic-steps i {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--card-accent);
  border: 1px solid var(--card-accent);
  border-radius: 50%;
  background: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.card-graphic-files {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-graphic-files i {
  position: absolute;
  width: 54px;
  height: 66px;
  border: 1px solid var(--card-accent);
  background: #fff;
  box-shadow: 0 8px 18px rgba(7, 21, 31, 0.06);
}

.card-graphic-files i:nth-child(1) {
  transform: translateX(-30px) rotate(-8deg);
}

.card-graphic-files i:nth-child(2) {
  z-index: 2;
}

.card-graphic-files i:nth-child(3) {
  transform: translateX(30px) rotate(8deg);
}

.news-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.news-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.card-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 760;
}

.card-action b {
  color: var(--card-accent);
  font-size: 18px;
  transition: transform 0.2s ease;
}

.news-card:hover .card-action b {
  transform: translateX(4px);
}

.news-empty {
  padding: 72px 20px;
  border: 1px solid var(--line);
  background: #fff;
  text-align: center;
}

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

.news-empty strong {
  display: block;
  font-size: 24px;
}

.news-empty p {
  margin: 10px 0 24px;
  color: var(--muted);
}

.news-empty .button {
  display: inline-flex;
}

.news-briefing {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  margin: clamp(70px, 8vw, 110px) auto;
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(11, 117, 107, 0.34), transparent 30%),
    linear-gradient(125deg, #06131f, #0a3040);
}

.news-briefing p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.briefing-actions {
  min-width: 220px;
  display: grid;
  gap: 20px;
}

.briefing-phone {
  display: grid;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.briefing-phone span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.briefing-phone strong {
  margin-top: 4px;
  font-size: 21px;
}

.article-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.article-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.article-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 13, 20, 0.76);
  backdrop-filter: blur(7px);
}

.article-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: clamp(32px, 5vw, 60px);
  background: #f8f7f2;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.34);
  transform: translateY(18px);
  transition: transform 0.22s ease;
}

.article-modal.is-open .article-dialog {
  transform: translateY(0);
}

.article-close {
  position: absolute;
  right: 22px;
  top: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--muted);
  border: 1px solid var(--line);
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.article-close:hover {
  color: var(--ink);
  border-color: var(--ink);
}

.article-dialog-meta {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
}

.article-dialog-meta span {
  color: var(--green);
  font-weight: 850;
}

.article-dialog h2 {
  margin: 24px 38px 0 0;
  font-size: clamp(29px, 4.5vw, 46px);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.article-dialog-lede {
  margin: 22px 0 0;
  padding-bottom: 28px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 17px;
}

.article-dialog-body {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.article-point {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.article-point span {
  color: var(--brass);
  font-size: 12px;
  font-weight: 850;
}

.article-point strong {
  display: block;
  font-size: 17px;
}

.article-point p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.article-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
  padding: 22px;
  color: #fff;
  background: var(--ink);
}

.article-dialog-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.article-dialog-footer .button {
  flex: 0 0 auto;
}

.news-modal-lock {
  overflow: hidden;
}

.insight-article-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: end;
  overflow: hidden;
  padding: 160px clamp(20px, 4.6vw, 70px) 82px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 22%, rgba(11, 117, 107, 0.35), transparent 25%),
    linear-gradient(120deg, #06131f 0%, #082c39 62%, #0a4d4c 100%);
}

.article-hero-grid {
  position: absolute;
  inset: 0 0 0 38%;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 54px 54px;
  transform: perspective(900px) rotateY(-11deg) scale(1.1);
  mask-image: linear-gradient(90deg, transparent, #000 24%);
}

.article-hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  right: 5%;
  top: 8%;
  border: 1px solid rgba(215, 168, 93, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 74px rgba(215, 168, 93, 0.035),
    0 0 0 148px rgba(11, 117, 107, 0.05);
}

.insight-article-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.article-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.article-breadcrumb a:hover {
  color: var(--brass);
}

.insight-issue-line {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 48px;
}

.insight-issue-line span {
  padding: 7px 10px;
  color: var(--brass);
  border: 1px solid rgba(215, 168, 93, 0.42);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.insight-issue-line em {
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-style: normal;
}

.insight-article-hero h1 {
  max-width: 1080px;
  margin-top: 24px;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.insight-article-lede {
  max-width: 880px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.7vw, 21px);
}

.insight-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: 38px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.46);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
}

.insight-article-layout {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 190px minmax(0, 820px);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
  margin: clamp(72px, 9vw, 120px) auto;
}

.insight-toc {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.insight-toc > span {
  padding: 18px 0;
  color: var(--green);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.insight-toc a {
  padding: 13px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  transition: color 0.18s ease, padding-left 0.18s ease;
}

.insight-toc a:hover {
  padding-left: 6px;
  color: var(--green);
}

.insight-article-content {
  min-width: 0;
}

.insight-intro > p,
.insight-section > p {
  margin: 0 0 20px;
  color: #39464d;
  font-size: 18px;
  line-height: 1.9;
}

.insight-intro > p:first-child::first-letter {
  float: left;
  margin: 11px 10px 0 0;
  color: var(--green);
  font-size: 58px;
  font-weight: 800;
  line-height: 0.72;
}

.insight-key-signal {
  position: relative;
  overflow: hidden;
  margin-top: 38px;
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(11, 117, 107, 0.34), transparent 34%),
    var(--ink);
}

.insight-key-signal::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 58%, rgba(255, 255, 255, 0.06));
}

.insight-key-signal span {
  display: block;
  color: var(--brass);
  font-size: 11px;
  font-weight: 850;
}

.insight-key-signal strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 650px;
  margin-top: 14px;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.5;
}

.insight-section {
  scroll-margin-top: 120px;
  margin-top: clamp(76px, 9vw, 112px);
}

.insight-section-heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 38px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.insight-section-heading > span {
  color: var(--brass);
  font-size: 13px;
  font-weight: 850;
}

.insight-section-heading p {
  margin: 0 0 7px;
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.insight-section-heading h2,
.insight-conclusion h2 {
  margin: 0;
  font-size: clamp(29px, 4vw, 46px);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.audit-finding {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.finding-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--green);
  border: 1px solid rgba(11, 117, 107, 0.34);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 850;
}

.audit-finding h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.3;
}

.audit-finding p {
  margin: 18px 0 0;
  color: #435159;
  font-size: 16px;
  line-height: 1.84;
}

.finding-stat {
  display: grid;
  gap: 7px;
  padding: 18px 20px;
  border-left: 3px solid var(--brass);
  background: #eeeee8;
}

.finding-stat strong {
  color: var(--ink);
  font-size: 20px;
}

.finding-stat span {
  color: var(--muted);
  font-size: 14px;
}

.insight-checklist {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.insight-checklist li {
  position: relative;
  padding: 12px 16px 12px 42px;
  color: #34434b;
  border: 1px solid var(--line);
  background: #fff;
}

.insight-checklist li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  color: var(--green);
  font-weight: 900;
}

.project-audit-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 32px 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.project-audit-metrics div {
  min-height: 150px;
  padding: 26px;
  background: #fff;
}

.project-audit-metrics strong,
.project-audit-metrics span {
  display: block;
}

.project-audit-metrics strong {
  color: var(--green);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.project-audit-metrics span {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.insight-lessons {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: insight-lessons;
}

.insight-lessons li {
  counter-increment: insight-lessons;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.insight-lessons li::before {
  content: "0" counter(insight-lessons);
  color: var(--brass);
  font-size: 13px;
  font-weight: 850;
}

.insight-lessons h3 {
  margin: 0;
  font-size: 21px;
}

.insight-lessons p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.insight-conclusion {
  scroll-margin-top: 120px;
  margin-top: clamp(82px, 10vw, 128px);
  padding: clamp(32px, 5vw, 56px);
  color: #fff;
  background:
    radial-gradient(circle at 90% 8%, rgba(11, 117, 107, 0.4), transparent 30%),
    var(--ink);
}

.insight-conclusion > span {
  color: var(--brass);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.insight-conclusion h2 {
  margin-top: 14px;
}

.insight-conclusion > p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.conclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.conclusion-grid strong {
  padding: 15px 17px;
  background: rgba(255, 255, 255, 0.045);
  font-size: 14px;
}

.full-cycle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.full-cycle span {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.full-cycle i {
  color: var(--brass);
  font-style: normal;
}

.insight-article-footer {
  margin-top: 58px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.insight-source > span {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
}

.insight-source p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.insight-source a {
  color: var(--ink);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.insight-source small {
  display: block;
  margin-top: 12px;
  color: #7b8589;
  font-size: 12px;
}

.insight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.insight-tags span {
  padding: 7px 11px;
  color: var(--muted);
  border: 1px solid var(--line);
  background: #fff;
  font-size: 12px;
}

.insight-article-briefing {
  margin-top: 0;
}

@keyframes news-sweep {
  0%,
  100% {
    transform: translateX(-24%);
    opacity: 0;
  }
  45%,
  55% {
    opacity: 1;
  }
  100% {
    transform: translateX(24%);
  }
}

@keyframes orbit-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(-8px, 12px, 0) rotate(6deg);
  }
}

@media (max-width: 1000px) {
  .news-hero {
    padding-top: 170px;
  }

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

  .news-signal {
    max-width: 560px;
  }

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

  .featured-story {
    grid-template-columns: 1fr;
  }

  .featured-visual {
    min-height: 360px;
  }

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

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

  .briefing-actions {
    max-width: 320px;
  }

  .insight-article-layout {
    grid-template-columns: 1fr;
  }

  .insight-toc {
    position: static;
    grid-template-columns: repeat(5, auto);
    gap: 8px;
    overflow-x: auto;
    border-top: 0;
  }

  .insight-toc > span {
    display: none;
  }

  .insight-toc a {
    min-width: max-content;
    padding: 9px 12px;
    border: 1px solid var(--line);
    background: #fff;
  }
}

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

  .news-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .filter-button {
    flex: 0 0 auto;
  }

  .news-search {
    width: 100%;
  }

  .library-heading {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .news-hero {
    min-height: 640px;
    padding-inline: 18px;
  }

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

  .news-signal {
    min-height: 326px;
    padding: 24px;
  }

  .news-hero-meta {
    gap: 22px;
    overflow-x: auto;
  }

  .news-feature-section,
  .news-library {
    padding-inline: 18px;
  }

  .featured-visual {
    min-height: 320px;
  }

  .featured-copy {
    min-height: 420px;
  }

  .news-briefing {
    width: calc(100% - 36px);
    padding: 54px 24px;
  }

  .article-modal {
    align-items: end;
    padding: 12px;
  }

  .article-dialog {
    max-height: calc(100vh - 24px);
    padding: 42px 24px 28px;
  }

  .article-dialog-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .article-dialog-footer .button {
    width: 100%;
  }

  .insight-article-hero {
    min-height: 720px;
    padding: 168px 18px 60px;
  }

  .insight-issue-line {
    margin-top: 38px;
  }

  .insight-article-hero h1 {
    font-size: 39px;
  }

  .insight-article-layout {
    width: calc(100% - 36px);
  }

  .insight-section-heading,
  .audit-finding,
  .insight-lessons li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .project-audit-metrics,
  .conclusion-grid {
    grid-template-columns: 1fr;
  }

  .full-cycle {
    align-items: flex-start;
    flex-direction: column;
  }

  .full-cycle i {
    transform: rotate(90deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-hero::after,
  .news-hero-orbit {
    animation: none;
  }
}
