.page-news {
  --news-rail-w: 232px;
  --news-gap: 48px;
}

/* ---------- Hero: 框景 ---------- */
.page-news .news-hero {
  position: relative;
  background: var(--ink-900);
  color: var(--paper-050);
  padding: calc(var(--header-h) + 22px) 0 46px;
  overflow: hidden;
}
.page-news .news-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 90, 31, .28), transparent 68%);
  pointer-events: none;
}
.page-news .news-hero__frame {
  position: relative;
  width: min(100% - var(--gutter) * 2, var(--shell));
  margin-inline: auto;
  border: 1px solid rgba(247, 243, 236, .18);
  padding: clamp(28px, 4.4vw, 52px) clamp(20px, 4vw, 52px) clamp(30px, 4.4vw, 52px);
}
.page-news .news-hero__frame::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 1px;
  background-image: repeating-linear-gradient(to right, rgba(247, 243, 236, .55) 0 1px, transparent 1px 22px);
}
.page-news .news-hero__frame::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 1px;
  background-image: repeating-linear-gradient(to right, rgba(247, 243, 236, .35) 0 1px, transparent 1px 22px);
}
.page-news .news-hero__corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: var(--brand-orange);
  border-style: solid;
  border-width: 0;
}
.page-news .news-hero__corner--tl { top: -1px; left: -1px; border-top-width: 2px; border-left-width: 2px; }
.page-news .news-hero__corner--tr { top: -1px; right: -1px; border-top-width: 2px; border-right-width: 2px; }
.page-news .news-hero__corner--bl { bottom: -1px; left: -1px; border-bottom-width: 2px; border-left-width: 2px; }
.page-news .news-hero__corner--br { bottom: -1px; right: -1px; border-bottom-width: 2px; border-right-width: 2px; }

.page-news .news-hero__inner {
  max-width: 62ch;
  position: relative;
  z-index: 1;
}
.page-news .news-hero .breadcrumbs {
  margin-bottom: 26px;
  color: rgba(247, 243, 236, .72);
}
.page-news .news-hero .breadcrumbs a { color: rgba(247, 243, 236, .72); }
.page-news .news-hero .breadcrumbs a:hover { color: var(--brand-orange); }
.page-news .news-hero__eyebrow {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin: 0 0 16px;
}
.page-news .news-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 5.4vw, 60px);
  line-height: 1.08;
  letter-spacing: -.02em;
  margin: 0 0 22px;
  color: var(--paper-050);
}
.page-news .news-hero__title-cut {
  position: relative;
  display: inline-block;
  color: var(--paper-050);
}
.page-news .news-hero__title-cut::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -6px;
  bottom: 2px;
  height: .34em;
  background: var(--brand-orange);
  opacity: .9;
  z-index: -1;
  transform: skewX(-10deg);
}
.page-news .news-hero__lead {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.78;
  color: rgba(247, 243, 236, .85);
  margin: 0 0 30px;
  max-width: 46em;
}
.page-news .news-hero__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.page-news .news-hero__facts li {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 13px;
  color: rgba(247, 243, 236, .74);
  border: 1px solid rgba(247, 243, 236, .22);
  padding: 7px 12px;
  letter-spacing: .01em;
}
.page-news .news-hero__facts .mono {
  color: var(--volt-400);
  font-size: 15px;
  font-weight: 700;
}

/* ---------- Layout ---------- */
.page-news .news-layout {
  display: block;
  padding: 44px 0 68px;
}
.page-news .news-stream {
  min-width: 0;
}
.page-news .news-rail {
  display: none;
}

/* ---------- Blocks ---------- */
.page-news .news-block {
  padding: 0 0 58px;
  scroll-margin-top: calc(var(--header-h) + 20px);
}
.page-news .news-block + .news-block {
  border-top: 1px solid var(--rule-300);
  padding-top: 52px;
}
.page-news .news-block__head {
  margin-bottom: 28px;
}
.page-news .news-block .section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(22px, 3vw, 33px);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--ink-900);
  margin: 8px 0 14px;
  position: relative;
  padding-bottom: 14px;
}
.page-news .news-block .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 5px;
  background: var(--brand-orange);
}
.page-news .news-block .section-lead {
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--muted-600);
  margin: 0;
  max-width: 50em;
}

/* ---------- 索引标签 ---------- */
.page-news .news-taglist {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-news .news-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: .02em;
  padding: 9px 14px;
  border: 1px solid var(--rule-300);
  background: var(--paper-050);
  color: var(--ink-900);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.page-news .news-tag:hover { border-color: var(--brand-orange); }
.page-news .news-tag--legend {
  background: var(--paper-100);
}
.page-news .news-tag--is-on {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  color: var(--ink-900);
  font-weight: 700;
}
.page-news .news-tag__count {
  font-size: 12px;
  color: var(--muted-600);
  background: var(--paper-100);
  padding: 1px 6px;
}
.page-news .news-tag--is-on .news-tag__count {
  background: rgba(10, 14, 26, .16);
  color: var(--ink-900);
}
.page-news .news-taglegend {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted-600);
  margin: 0;
  max-width: 52em;
  padding-left: 14px;
  border-left: 3px solid var(--orange-200);
}

/* ---------- 头条条目 ---------- */
.page-news .news-feature {
  display: grid;
  gap: 0;
  border: 1px solid var(--rule-300);
  background: var(--paper-050);
  box-shadow: var(--shadow-card);
  margin-bottom: 26px;
  transition: box-shadow var(--t-mid) var(--ease), border-color var(--t-mid) var(--ease);
}
.page-news .news-feature:hover {
  border-color: var(--brand-orange);
  box-shadow: var(--shadow-card-hover);
}
.page-news .news-feature__media {
  overflow: hidden;
  background: var(--ink-700);
  position: relative;
}
.page-news .news-feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(10, 14, 26, .05), rgba(10, 14, 26, .5));
  pointer-events: none;
}
.page-news .news-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.page-news .news-feature__body {
  padding: 22px 20px 26px;
}
.page-news .news-feature__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.page-news .news-feature__time {
  font-size: 12px;
  color: var(--brand-orange);
  letter-spacing: .04em;
  margin: 0 0 10px;
}
.page-news .news-feature__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(19px, 2.3vw, 25px);
  line-height: 1.32;
  letter-spacing: -.01em;
  color: var(--ink-900);
  margin: 0 0 12px;
}
.page-news .news-feature__sum {
  font-size: 15px;
  line-height: 1.78;
  color: var(--muted-600);
  margin: 0;
}

/* ---------- 列表 ---------- */
.page-news .report-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--rule-300);
}
.page-news .report-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(34px, 46px) minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 6px;
  padding: 18px 16px 18px 16px;
  border-bottom: 1px solid var(--rule-300);
  transition: background var(--t-fast) var(--ease);
}
.page-news .report-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--rule-300);
  transition: background var(--t-mid) var(--ease), width var(--t-mid) var(--ease);
}
.page-news .report-item:hover,
.page-news .report-item:focus-within {
  background: var(--paper-100);
}
.page-news .report-item:hover::before,
.page-news .report-item:focus-within::before {
  background: var(--brand-orange);
  width: 4px;
}
.page-news .report-item__no {
  font-size: 13px;
  color: var(--muted-600);
  letter-spacing: .06em;
  padding-top: 3px;
}
.page-news .report-item__main { min-width: 0; }
.page-news .report-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 9px;
}
.page-news .report-item__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.42;
  color: var(--ink-900);
  margin: 0 0 6px;
}
.page-news .report-item__sum {
  font-size: 14px;
  line-height: 1.72;
  color: var(--muted-600);
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height var(--t-mid) var(--ease), opacity var(--t-mid) var(--ease), margin-top var(--t-mid) var(--ease);
}
.page-news .report-item:hover .report-item__sum,
.page-news .report-item:focus-within .report-item__sum {
  max-height: 6em;
  opacity: 1;
  margin-top: 4px;
}
.page-news .report-item__time {
  grid-column: 2 / -1;
  font-size: 12px;
  color: var(--brand-orange);
  letter-spacing: .04em;
}
.page-news .report-back {
  margin: 20px 0 0;
  text-align: right;
}
.page-news .report-back .btn { font-size: 13px; }

/* ---------- 赛季专题 ---------- */
.page-news .news-series {
  display: grid;
  gap: 26px;
}
.page-news .series-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--rule-300);
  border: 1px solid var(--rule-300);
}
.page-news .series-step {
  background: var(--paper-050);
  padding: 18px 18px 20px;
  position: relative;
  transition: background var(--t-fast) var(--ease);
}
.page-news .series-step:hover { background: var(--paper-100); }
.page-news .series-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background var(--t-fast) var(--ease);
}
.page-news .series-step:hover::before { background: var(--amber-500); }
.page-news .series-step__no {
  display: block;
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--brand-orange);
  margin-bottom: 8px;
}
.page-news .series-step__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: var(--ink-900);
  margin: 0 0 8px;
}
.page-news .series-step__body {
  font-size: 13.5px;
  line-height: 1.72;
  color: var(--muted-600);
  margin: 0;
}

/* ---------- 图片容器 ---------- */
.page-news .news-figure {
  margin: 0;
  border: 1px solid var(--rule-300);
  background: var(--paper-100);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  position: relative;
}
.page-news .news-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-news .news-figure--wide img { aspect-ratio: 16 / 10; }
.page-news .news-figure--timeline img { aspect-ratio: 14 / 9; }
.page-news .news-figure--narrow { max-width: 640px; }
.page-news .news-figure--narrow img { aspect-ratio: 3 / 2; }
.page-news .news-figure figcaption {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--paper-050);
  background: var(--ink-700);
  padding: 10px 14px;
  letter-spacing: .02em;
}

/* ---------- 交锋时间轴 ---------- */
.page-news .h2h-wrap {
  display: grid;
  gap: 30px;
  margin-bottom: 42px;
}
.page-news .h2h-track {
  list-style: none;
  margin: 0;
  padding: 0 0 0 26px;
  position: relative;
}
.page-news .h2h-track::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background-image: repeating-linear-gradient(to bottom, var(--rule-300) 0 6px, transparent 6px 12px);
}
.page-news .h2h-node {
  position: relative;
  padding: 0 0 26px;
}
.page-news .h2h-node:last-child { padding-bottom: 0; }
.page-news .h2h-node__dot {
  position: absolute;
  left: -26px;
  top: 6px;
  width: 13px;
  height: 13px;
  background: var(--ink-900);
  border: 2px solid var(--amber-500);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--paper-050);
}
.page-news .h2h-node__season {
  font-size: 12px;
  color: var(--amber-500);
  letter-spacing: .06em;
  margin: 0 0 7px;
}
.page-news .h2h-node__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.4;
  color: var(--ink-900);
  margin: 0 0 7px;
}
.page-news .h2h-node__text {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted-600);
  margin: 0;
  max-width: 46em;
}

/* ---------- 对比条 ---------- */
.page-news .split-chart {
  border: 1px solid var(--rule-300);
  background: var(--paper-050);
  padding: 22px 20px 26px;
  box-shadow: var(--shadow-card);
}
.page-news .split-chart__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -.01em;
  color: var(--ink-900);
  margin: 0 0 12px;
}
.page-news .split-chart__legend {
  display: flex;
  gap: 18px;
  margin: 0 0 22px;
}
.page-news .split-chart__key {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: var(--muted-600);
  letter-spacing: .04em;
}
.page-news .split-chart__key::before {
  content: "";
  width: 14px;
  height: 8px;
  display: inline-block;
}
.page-news .split-chart__key--home::before { background: var(--brand-orange); }
.page-news .split-chart__key--away::before { background: var(--signal-blue); }
.page-news .split-chart__row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 8px 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--paper-100);
}
.page-news .split-chart__row:last-child { border-bottom: 0; padding-bottom: 0; }
.page-news .split-chart__label {
  font-size: 13px;
  color: var(--ink-900);
  font-weight: 600;
}
.page-news .split-chart__bars {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.page-news .split-chart__bar {
  display: block;
  height: 11px;
  width: var(--w, 0%);
  min-width: 3px;
  transition: width var(--t-slow) var(--ease);
}
.page-news .split-chart__bar--home { background: var(--brand-orange); }
.page-news .split-chart__bar--away { background: var(--signal-blue); }
.page-news .split-chart__val {
  grid-column: 2 / -1;
  font-size: 12.5px;
  color: var(--muted-600);
  letter-spacing: .05em;
}

/* ---------- 红黄牌与阵容 ---------- */
.page-news .watch-grid {
  display: grid;
  gap: 1px;
  background: var(--rule-300);
  border: 1px solid var(--rule-300);
  margin-bottom: 26px;
}
.page-news .watch-card {
  background: var(--paper-050);
  padding: 20px 18px 22px;
  transition: background var(--t-fast) var(--ease);
}
.page-news .watch-card:hover { background: var(--paper-100); }
.page-news .watch-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15.5px;
  color: var(--ink-900);
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--paper-100);
  position: relative;
}
.page-news .watch-card__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 26px;
  height: 2px;
  background: var(--brand-orange);
}
.page-news .watch-card__body {
  font-size: 13.8px;
  line-height: 1.76;
  color: var(--muted-600);
  margin: 0;
}
.page-news .watch-link {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--ink-900);
  margin: 22px 0 0;
  padding: 16px 18px;
  background: var(--orange-200);
  border-left: 4px solid var(--brand-orange);
  max-width: 54em;
}
.page-news .watch-link a {
  color: var(--ink-900);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--brand-orange);
}
.page-news .watch-link a:hover { color: var(--brand-orange); }

/* ---------- 更新节奏（反底） ---------- */
.page-news .news-block--ink {
  position: relative;
  background: var(--ink-900);
  color: var(--paper-050);
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  padding: 52px var(--gutter) 56px;
  border-top: 0;
  overflow: hidden;
}
.page-news .news-block--ink.section-anchor { scroll-margin-top: calc(var(--header-h) + 20px); }
.page-news .news-block__head--ink .section-index { color: var(--brand-orange); }
.page-news .news-block .section-title--ink {
  color: var(--paper-050);
}
.page-news .news-block .section-title--ink::after { background: var(--brand-orange); }
.page-news .news-block .section-lead--ink {
  color: rgba(247, 243, 236, .76);
}
.page-news .news-block--ink .speed-strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-image: repeating-linear-gradient(115deg, var(--brand-orange) 0 22px, transparent 22px 46px);
  opacity: .85;
}
.page-news .rhythm-grid {
  display: grid;
  gap: 1px;
  background: rgba(247, 243, 236, .16);
  border: 1px solid rgba(247, 243, 236, .16);
  margin-bottom: 30px;
}
.page-news .rhythm-step {
  background: var(--ink-700);
  padding: 20px 18px 22px;
  transition: background var(--t-fast) var(--ease);
}
.page-news .rhythm-step:hover { background: var(--ink-900); }
.page-news .rhythm-step__time {
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--volt-400);
  margin: 0 0 10px;
}
.page-news .rhythm-step__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--paper-050);
  margin: 0 0 9px;
}
.page-news .rhythm-step__body {
  font-size: 13.6px;
  line-height: 1.76;
  color: rgba(247, 243, 236, .74);
  margin: 0;
}
.page-news .news-cta {
  border-top: 1px solid rgba(247, 243, 236, .18);
  padding-top: 26px;
}
.page-news .news-cta__text {
  font-size: 15px;
  line-height: 1.76;
  color: rgba(247, 243, 236, .84);
  margin: 0 0 18px;
  max-width: 46em;
}
.page-news .news-cta__actions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-news .news-cta__actions .btn--ghost {
  border-color: rgba(247, 243, 236, .5);
  color: var(--paper-050);
}
.page-news .news-cta__actions .btn--ghost:hover {
  border-color: var(--brand-orange);
  color: var(--brand-orange);
}
.page-news .news-cta__actions .btn--quiet {
  color: rgba(247, 243, 236, .78);
}
.page-news .news-cta__actions .btn--quiet:hover { color: var(--brand-orange); }

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .page-news .news-feature {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: stretch;
  }
  .page-news .news-feature__media img {
    aspect-ratio: 4 / 3;
    height: 100%;
  }
  .page-news .news-feature__body {
    padding: 26px 26px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-news .series-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-news .watch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-news .rhythm-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-news .split-chart__row {
    grid-template-columns: 80px minmax(0, 1fr) 92px;
  }
  .page-news .split-chart__val {
    grid-column: 3 / 4;
    text-align: right;
  }
}

@media (min-width: 900px) {
  .page-news .news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--news-rail-w);
    grid-template-areas: "stream rail";
    gap: var(--news-gap);
    align-items: start;
    padding: 56px 0 84px;
  }
  .page-news .news-stream { grid-area: stream; }
  .page-news .news-rail {
    grid-area: rail;
    display: block;
    position: sticky;
    top: calc(var(--header-h) + 28px);
    align-self: start;
    border-left: 1px solid var(--rule-300);
    padding-left: 20px;
  }
  .page-news .news-rail .rail__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--muted-600);
    margin: 0 0 16px;
  }
  .page-news .news-rail .rail__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 2px;
  }
  .page-news .news-rail .rail__link {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: baseline;
    gap: 8px;
    font-size: 13.5px;
    line-height: 1.5;
    padding: 9px 10px;
    color: var(--muted-600);
    border-left: 2px solid transparent;
    transition: color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
  }
  .page-news .news-rail .rail__link:hover {
    color: var(--ink-900);
    background: var(--paper-100);
  }
  .page-news .news-rail .rail__link[aria-current="true"] {
    color: var(--ink-900);
    font-weight: 700;
    border-left-color: var(--brand-orange);
    background: var(--paper-050);
  }
  .page-news .news-rail .rail__no {
    font-size: 11.5px;
    color: var(--rule-300);
    letter-spacing: .06em;
  }
  .page-news .news-rail .rail__link[aria-current="true"] .rail__no {
    color: var(--brand-orange);
  }

  .page-news .news-block--ink {
    margin-left: calc((100% - var(--shell)) / 2 - var(--gutter));
    margin-right: calc(-1 * var(--news-rail-w) - var(--news-gap));
  }
  .page-news .h2h-wrap {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
  }
  .page-news .series-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .page-news .news-hero__inner {
    max-width: 68ch;
  }
  .page-news .news-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
  }
  .page-news .news-cta__text { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .report-item__sum,
  .page-news .split-chart__bar,
  .page-news .report-item::before,
  .page-news .news-feature {
    transition: none;
  }
}

.page-news {
  --w: 1rem;
}
