.news-2026 {
  --ink: #070b0f;
  --charcoal: #11181d;
  --graphite: #1c2428;
  --line: rgba(236, 241, 236, 0.16);
  --text: #f4f6ef;
  --muted: rgba(244, 246, 239, 0.68);
  --paper: #ebece4;
  --paper-soft: #f7f7f2;
  --paper-line: rgba(7, 11, 15, 0.18);
  --green: #72d88b;
  --cyan: #58c8d8;
  --deep-green: #28734d;
  --gx-gradient-deep: linear-gradient(135deg, #5fc47c 0%, #26aebc 48%, #0d667b 100%);
  overflow: hidden;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--ink);
}

.news-2026 a {
  color: inherit;
  text-decoration: none;
}

.news-visually-hidden {
  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 {
  box-sizing: border-box;
  position: relative;
  min-height: clamp(480px, 58svh, 680px);
  padding: clamp(128px, 16vh, 180px) clamp(20px, 5vw, 72px) clamp(56px, 8vw, 96px);
  overflow: hidden;
  isolation: isolate;
}

.news-archive-2026 .news-hero {
  display: grid;
  align-items: center;
  height: 40svh;
  min-height: 300px;
  max-height: 360px;
  padding-top: 100px;
  padding-bottom: 32px;
  background: #0a1628;
}

.news-hero--single {
  min-height: clamp(560px, 68svh, 760px);
}

.news-hero__image,
.news-hero__veil {
  position: absolute;
  inset: 0;
}

.news-hero__image {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: hue-rotate(14deg) saturate(0.9) contrast(1.05) brightness(0.78);
  transform: scale(1.04);
}

.news-single-2026 .news-hero__image {
  object-position: center;
  filter: saturate(0.94) contrast(1.06) brightness(0.76);
}

.news-hero__veil {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(4, 12, 18, 0.94) 0%, rgba(5, 22, 30, 0.78) 44%, rgba(8, 43, 56, 0.28) 100%),
    linear-gradient(180deg, rgba(4, 10, 16, 0.62), rgba(7, 45, 58, 0.2) 42%, rgba(4, 10, 16, 0.9)),
    radial-gradient(ellipse at 74% 24%, rgba(88, 200, 216, 0.18), transparent 42%),
    radial-gradient(ellipse at 18% 80%, rgba(114, 216, 139, 0.16), transparent 44%);
}

.news-archive-2026 .news-hero__veil {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.04) 0%, rgba(10, 22, 40, 0.16) 48%, rgba(10, 22, 40, 0.56) 100%);
}

.news-archive-2026 .news-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -2;
  height: 35%;
  content: "";
  background:
    linear-gradient(180deg, rgba(10, 22, 40, 0) 0%, rgba(10, 22, 40, 0.08) 38%, rgba(10, 22, 40, 0.3) 100%),
    radial-gradient(ellipse at 52% 112%, rgba(95, 196, 124, 0.62) 0%, rgba(38, 174, 188, 0.5) 30%, rgba(13, 102, 123, 0.28) 55%, rgba(10, 22, 40, 0) 78%),
    linear-gradient(135deg, rgba(95, 196, 124, 0) 0%, rgba(95, 196, 124, 0.12) 42%, rgba(38, 174, 188, 0.2) 68%, rgba(13, 102, 123, 0.14) 100%);
  box-shadow: inset 0 -1px 0 rgba(38, 174, 188, 0.24);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.16) 24%, #000 62%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.16) 24%, #000 62%);
  opacity: 0.92;
  pointer-events: none;
}

.news-hero__frame {
  position: absolute;
  inset: clamp(96px, 11vh, 124px) clamp(16px, 4vw, 48px) clamp(18px, 4vw, 48px);
  z-index: 1;
  border: 1px solid rgba(244, 246, 239, 0.2);
  pointer-events: none;
}

.news-hero__frame::before,
.news-hero__frame::after {
  position: absolute;
  content: "";
  width: clamp(70px, 9vw, 148px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(114, 216, 139, 0.94) 28%, rgba(88, 200, 216, 0.9) 68%, transparent);
  box-shadow:
    0 0 8px rgba(114, 216, 139, 0.3),
    0 0 16px rgba(88, 200, 216, 0.2);
  opacity: 0.86;
}

.news-hero__frame::before {
  top: -1px;
  left: clamp(24px, 10vw, 180px);
}

.news-hero__frame::after {
  right: clamp(24px, 12vw, 220px);
  bottom: -1px;
}

.news-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(36px, 7vw, 96px);
  align-items: end;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.news-archive-2026 .news-hero__inner {
  display: block;
  text-align: center;
}

.news-hero--single .news-hero__inner {
  grid-template-columns: minmax(0, 980px);
  align-items: center;
}

.news-hero__copy {
  width: min(980px, 100%);
}

.news-archive-2026 .news-hero__copy {
  margin: 0 auto;
}

.news-kicker {
  margin: 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: 0.12em;
}

.news-hero h1 {
  margin: 22px 0 0;
  color: rgba(248, 252, 244, 0.98);
  font-size: 96px;
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow:
    0 2px 28px rgba(0, 0, 0, 0.48),
    0 0 34px rgba(80, 210, 205, 0.1);
}

.news-archive-2026 .news-hero h1 {
  margin-top: 18px;
  font-size: 58px;
}

.news-hero--single h1 {
  max-width: 1040px;
  font-size: 72px;
  line-height: 1.06;
}

.news-hero__lead {
  width: min(720px, 100%);
  margin: clamp(18px, 3vh, 28px) 0 0;
  color: rgba(244, 246, 239, 0.82);
  font-size: 20px;
  line-height: 1.8;
}

.news-archive-2026 .news-hero__lead {
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.7;
}

.news-hero__status {
  padding: 28px;
  border: 1px solid rgba(244, 246, 239, 0.18);
  background: rgba(17, 24, 29, 0.52);
  backdrop-filter: blur(16px);
}

.news-hero__status p {
  margin: 0 0 28px;
  color: var(--green);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.12em;
}

.news-hero__status dl {
  display: grid;
  gap: 22px;
  margin: 0;
}

.news-hero__status div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(244, 246, 239, 0.14);
}

.news-hero__status dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.news-hero__status dd {
  margin: 0;
  color: var(--text);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.news-hero__ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.13em;
  z-index: 1;
  overflow: hidden;
  color: rgba(244, 246, 239, 0.07);
  font-size: 160px;
  font-weight: 920;
  line-height: 1;
  pointer-events: none;
}

.news-hero__ticker-track {
  display: flex;
  width: max-content;
  gap: 0.18em;
  white-space: nowrap;
}

.news-index-section,
.news-related {
  padding: clamp(72px, 10vw, 144px) clamp(20px, 5vw, 72px);
}

.news-index-section {
  color: var(--ink);
  background: var(--paper);
}

.news-archive-2026 .news-index-section {
  padding-top: clamp(44px, 7vw, 92px);
}

.news-section-heading {
  display: grid;
  grid-template-columns: minmax(120px, 0.3fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  max-width: 1320px;
  margin: 0 auto clamp(44px, 7vw, 86px);
}

.news-archive-2026 .news-index-section .news-section-heading {
  display: block;
  text-align: center;
}

.news-index-section .news-kicker,
.news-related .news-kicker {
  color: var(--deep-green);
}

.news-section-heading h2 {
  max-width: 900px;
  margin: 0;
  font-size: 52px;
  font-weight: 890;
  line-height: 1.12;
  letter-spacing: 0;
}

.news-archive-2026 .news-index-section .news-section-heading h2 {
  margin-right: auto;
  margin-left: auto;
}

.news-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.25fr) minmax(0, 1fr) 56px;
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  max-width: 1320px;
  min-height: 320px;
  margin: 0 auto clamp(36px, 6vw, 72px);
  padding: clamp(28px, 5vw, 64px) 0;
  border-top: 1px solid rgba(7, 11, 15, 0.24);
  border-bottom: 1px solid rgba(7, 11, 15, 0.24);
}

.news-feature__meta {
  display: grid;
  gap: 12px;
  align-self: start;
}

.news-feature__meta time,
.news-list-item time {
  color: var(--deep-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.news-feature__meta span,
.news-list-item__category,
.news-meta-line span,
.news-meta-line time {
  color: rgba(7, 11, 15, 0.66);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-feature__body h3 {
  margin: 16px 0 0;
  max-width: 920px;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: 0;
}

.news-feature__body > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(7, 11, 15, 0.66);
  font-size: 18px;
  line-height: 1.9;
}

.news-list {
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid var(--paper-line);
}

.news-list-item {
  display: grid;
  grid-template-columns: 140px 140px minmax(0, 1fr) 44px;
  gap: clamp(16px, 3vw, 36px);
  align-items: center;
  min-height: 108px;
  border-bottom: 1px solid var(--paper-line);
}

.news-list-item__title {
  font-size: 22px;
  font-weight: 760;
  line-height: 1.45;
}

.news-arrow {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(7, 11, 15, 0.18);
}

.news-arrow::before,
.news-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.news-arrow::before {
  width: 16px;
  height: 1px;
}

.news-arrow::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  background: transparent;
  transform: translate(-45%, -50%) rotate(45deg);
}

.news-feature:hover .news-arrow::before,
.news-list-item:hover .news-arrow::before {
  transform: translate(calc(-50% + 3px), -50%);
}

.news-empty {
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 0;
  border-top: 1px solid var(--paper-line);
  border-bottom: 1px solid var(--paper-line);
}

.news-empty p {
  margin: 0;
  color: rgba(7, 11, 15, 0.66);
  font-size: 18px;
}

.news-back-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(28px, 5vw, 56px);
  color: rgba(244, 246, 239, 0.72);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-back-link span {
  position: relative;
  width: 34px;
  height: 1px;
  background: currentColor;
}

.news-back-link span::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  width: 9px;
  height: 9px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.news-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.news-meta-line span,
.news-meta-line time {
  color: rgba(244, 246, 239, 0.7);
}

.news-article-section {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px);
  color: var(--ink);
  background: var(--paper-soft);
}

.news-article-layout {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 860px);
  gap: clamp(36px, 7vw, 112px);
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}

.news-article-rail {
  position: sticky;
  top: 120px;
  padding-top: 10px;
}

.news-article-rail dl {
  display: grid;
  gap: 22px;
  margin: 32px 0;
  padding: 0;
}

.news-article-rail dl div {
  padding-top: 18px;
  border-top: 1px solid var(--paper-line);
}

.news-article-rail dt {
  color: rgba(7, 11, 15, 0.52);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-article-rail dd {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.5;
}

.news-share {
  padding-top: 24px;
  border-top: 1px solid var(--paper-line);
}

.news-share p {
  margin: 0 0 14px;
  color: rgba(7, 11, 15, 0.52);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-share div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(7, 11, 15, 0.18);
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.news-share a:hover {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.news-article {
  padding-top: 4px;
}

.news-content {
  color: rgba(7, 11, 15, 0.82);
  font-size: 19px;
  line-height: 2.05;
}

.news-content > *:first-child {
  margin-top: 0;
}

.news-content p {
  margin: 0 0 1.55em;
}

.news-content h2,
.news-content h3 {
  margin: 2.2em 0 0.9em;
  color: var(--ink);
  font-weight: 890;
  line-height: 1.22;
  letter-spacing: 0;
}

.news-content h2 {
  font-size: 38px;
}

.news-content h3 {
  font-size: 30px;
}

.news-content a {
  color: #0d667b;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.news-content ul,
.news-content ol {
  margin: 0 0 1.7em;
  padding-left: 1.35em;
}

.news-content li + li {
  margin-top: 0.45em;
}

.news-content blockquote {
  margin: 2em 0;
  padding: 0.2em 0 0.2em 1.2em;
  border-left: 2px solid var(--deep-green);
  color: rgba(7, 11, 15, 0.68);
}

.news-related {
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(114, 216, 139, 0.1) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(180deg, #0d1317, #06090c);
}

.news-related .news-section-heading h2 {
  color: var(--text);
}

.news-related .news-list {
  border-top-color: rgba(244, 246, 239, 0.16);
}

.news-related .news-list-item {
  border-bottom-color: rgba(244, 246, 239, 0.16);
}

.news-related .news-list-item time,
.news-related .news-list-item__category {
  color: rgba(244, 246, 239, 0.62);
}

.news-related .news-list-item__title {
  color: var(--text);
}

.news-related .news-arrow {
  border-color: rgba(244, 246, 239, 0.18);
}

.news-return-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 54px;
  margin: clamp(36px, 5vw, 64px) max(0px, calc((100% - 1320px) / 2)) 0 auto;
  padding: 0 30px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 46%),
    var(--gx-gradient-deep);
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  box-shadow: 0 18px 44px rgba(32, 172, 181, 0.24);
}

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

  .news-hero__status {
    width: min(420px, 100%);
  }

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

  .news-archive-2026 .news-hero h1 {
    font-size: 52px;
  }

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

  .news-hero__lead {
    font-size: 18px;
  }

  .news-section-heading h2 {
    font-size: 40px;
  }

  .news-feature {
    gap: 24px;
    min-height: 0;
  }

  .news-feature__body h3 {
    font-size: 24px;
  }

  .news-list-item {
    gap: 10px;
    padding: 24px 0;
  }

  .news-list-item__title {
    font-size: 20px;
  }

  .news-arrow {
    width: 38px;
    height: 38px;
  }

  .news-article-rail {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .news-hero {
    min-height: 560px;
    padding-top: 116px;
  }

  .news-archive-2026 .news-hero {
    height: 40svh;
    min-height: 340px;
    max-height: 400px;
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .news-hero--single {
    min-height: 620px;
  }

  .news-hero h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .news-archive-2026 .news-hero h1 {
    font-size: 36px;
  }

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

  .news-hero__lead {
    font-size: 16px;
  }

  .news-section-heading h2 {
    font-size: 28px;
  }

  .news-hero__frame {
    inset: 86px 16px 18px;
  }

  .news-hero__ticker {
    display: none;
  }

  .news-hero__status {
    padding: 22px;
  }

  .news-feature__body h3 {
    font-size: 20px;
  }

  .news-list-item__title,
  .news-empty p,
  .news-content {
    font-size: 17px;
  }

  .news-content h2 {
    font-size: 28px;
  }

  .news-content h3 {
    font-size: 24px;
  }

  .news-share div {
    gap: 8px;
  }
}
