.page-news {
  --news-line: rgba(124, 147, 166, 0.4);
  --news-soft: #51697d;
  --news-card: #ffffff;
  background: var(--ld-mist);
  color: var(--ld-ink);
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 4vw, 34px) 0 clamp(30px, 6vw, 62px);
  border-bottom: 3px solid var(--ld-ink);
  background:
    radial-gradient(130% 95% at 10% -10%, #3a5872 0%, #2b3e4f 44%, #0b1116 100%);
  color: var(--ld-mist);
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(34, 240, 200, 0.18) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 72%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 72%);
}

.page-news .news-hero > .ld-wrap {
  position: relative;
  z-index: 1;
}

.page-news .news-hero .ld-crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 clamp(14px, 3vw, 26px);
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.page-news .news-hero .ld-crumbs li {
  color: var(--ld-gray);
}

.page-news .news-hero .ld-crumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(124, 147, 166, 0.7);
}

.page-news .news-hero .ld-crumbs a {
  color: var(--ld-cyan);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 220ms var(--ld-ease);
}

.page-news .news-hero .ld-crumbs a:hover,
.page-news .news-hero .ld-crumbs a:focus-visible {
  border-bottom-color: var(--ld-cyan);
}

.page-news .news-hero__grid {
  display: grid;
  gap: clamp(20px, 4vw, 40px);
}

.page-news .news-hero__lead .ld-kicker {
  color: var(--ld-cyan);
}

.page-news .news-hero h1 {
  margin: 0.2em 0 0.55em;
  max-width: 15em;
  font-family: var(--ld-font-cn);
  font-weight: 300;
  font-size: clamp(2rem, 6.6vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.page-news .news-hero__intro {
  max-width: 60ch;
  margin: 0;
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.85;
  color: rgba(233, 238, 243, 0.82);
}

.page-news .news-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-news .news-hero__stat .ld-bignum {
  font-family: var(--ld-font-mono);
  font-size: clamp(76px, 22vw, 168px);
  line-height: 0.78;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 2px var(--ld-cyan);
}

.page-news .news-hero__stat .ld-bignum--fill {
  -webkit-text-stroke: 1px rgba(34, 240, 200, 0.72);
  color: rgba(34, 240, 200, 0.14);
}

.page-news .news-hero__stat-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(233, 238, 243, 0.68);
}

/* ---------- 横滑栏目主题带 ---------- */
.page-news .news-strip {
  margin-top: clamp(26px, 5vw, 46px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.page-news .news-strip__list {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 4px 2px 10px;
  list-style: none;
  min-width: max-content;
}

.page-news .news-strip__pill {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  padding: 11px 20px;
  border: 2px solid var(--ld-ink);
  border-radius: 999px;
  background: rgba(233, 238, 243, 0.94);
  color: var(--ld-ink);
  font-size: 14px;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
  scroll-snap-align: start;
  box-shadow: 4px 4px 0 rgba(11, 17, 22, 0.85);
  transition: transform 240ms var(--ld-ease), background-color 240ms var(--ld-ease);
}

.page-news .news-strip__pill:hover,
.page-news .news-strip__pill:focus-visible {
  transform: translate(-2px, -2px);
}

.page-news .news-strip__pill[aria-current="true"] {
  background: var(--ld-cyan);
}

.page-news .news-strip__pill--orange {
  background: var(--ld-orange);
  color: var(--ld-ink);
}

.page-news .news-strip__pill--purple {
  background: var(--ld-purple);
  color: var(--ld-mist);
}

.page-news .news-strip__pill-meta {
  font-size: 11px;
  letter-spacing: 0.06em;
  opacity: 0.78;
}

.page-news .news-strip__hint {
  margin: 6px 0 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(233, 238, 243, 0.6);
}

/* ---------- 章节通用 ---------- */
.page-news .news-section {
  padding: clamp(42px, 7vw, 86px) 0;
  border-top: 1px solid var(--news-line);
}

.page-news .news-section--orange {
  background: linear-gradient(180deg, rgba(255, 90, 43, 0.1), rgba(255, 90, 43, 0) 62%);
}

.page-news .news-section--purple {
  background: linear-gradient(180deg, rgba(74, 46, 143, 0.12), rgba(74, 46, 143, 0) 62%);
}

.page-news .news-section--dark {
  background: var(--ld-slate);
  color: var(--ld-mist);
  border-top-color: var(--ld-grass-deep);
}

.page-news .news-section--ticket {
  background: linear-gradient(180deg, rgba(243, 231, 211, 0.85), rgba(233, 238, 243, 0) 70%);
}

.page-news .news-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 8px 16px;
  margin-bottom: clamp(22px, 4vw, 40px);
}

.page-news .news-head__num {
  font-family: var(--ld-font-mono);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ld-grass);
}

.page-news .news-head h2 {
  margin: 0;
  font-family: var(--ld-font-cn);
  font-weight: 400;
  font-size: clamp(1.32rem, 3.4vw, 2rem);
  line-height: 1.24;
  letter-spacing: 0.05em;
}

.page-news .news-head__note {
  grid-column: 1 / -1;
  margin: 0;
  max-width: 68ch;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--news-soft);
}

.page-news .news-head--orange .news-head__num {
  -webkit-text-stroke-color: var(--ld-orange);
}

.page-news .news-head--purple .news-head__num {
  -webkit-text-stroke-color: var(--ld-purple);
}

.page-news .news-head--dark .news-head__num {
  -webkit-text-stroke-color: var(--ld-cyan);
}

.page-news .news-head--dark h2 {
  color: #ffffff;
}

.page-news .news-head--dark .news-head__note {
  color: rgba(233, 238, 243, 0.72);
}

.page-news .news-more {
  margin: clamp(20px, 3.6vw, 34px) 0 0;
}

/* ---------- 本期要目 ---------- */
.page-news .news-toc {
  display: grid;
  gap: clamp(14px, 2.4vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.page-news .news-toc__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: clamp(14px, 2.4vw, 20px);
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-toc__num {
  font-family: var(--ld-font-mono);
  font-size: clamp(34px, 8vw, 70px);
  line-height: 0.8;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ld-ink);
  opacity: 0.34;
}

.page-news .news-toc__body h3 {
  margin: 0 0 6px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: clamp(16px, 2.3vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.page-news .news-toc__body h3 a {
  color: var(--ld-ink);
  text-decoration: none;
  border-bottom: 2px solid rgba(34, 240, 200, 0);
  transition: border-color 220ms var(--ld-ease);
}

.page-news .news-toc__body h3 a:hover,
.page-news .news-toc__body h3 a:focus-visible {
  border-bottom-color: var(--ld-cyan-ink);
}

.page-news .news-toc__body p {
  margin: 0 0 10px;
  max-width: 62ch;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--news-soft);
}

/* ---------- 中超转会窗口 ---------- */
.page-news .news-win {
  display: grid;
  gap: clamp(16px, 2.8vw, 26px);
}

.page-news .news-win__item {
  position: relative;
  padding: clamp(18px, 2.6vw, 26px);
  border: 2px solid var(--ld-ink);
  border-left-width: 8px;
  border-left-color: var(--ld-orange);
  border-radius: 4px;
  background: var(--news-card);
  box-shadow: 6px 6px 0 rgba(11, 17, 22, 0.88);
}

.page-news .news-win__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.page-news .news-win__code {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--news-soft);
}

.page-news .news-win__item h3 {
  margin: 0 0 8px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: clamp(16px, 2.4vw, 19px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.page-news .news-win__item p {
  margin: 0 0 12px;
  font-size: 14.5px;
  line-height: 1.8;
  color: #2c3a45;
}

.page-news .news-win__facts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  border-top: 1px dashed var(--news-line);
  padding-top: 12px;
}

.page-news .news-win__facts li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--news-soft);
}

.page-news .news-win__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 2px;
  background: var(--ld-orange);
}

/* ---------- 英超简史 ---------- */
.page-news .news-pl__meter {
  padding: clamp(16px, 2.4vw, 22px);
  border: 2px solid var(--ld-ink);
  border-radius: 4px;
  background: var(--news-card);
  box-shadow: 6px 6px 0 rgba(11, 17, 22, 0.88);
}

.page-news .news-pl__meter-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: var(--news-soft);
}

.page-news .news-pl__bar {
  height: 14px;
  border: 1px solid rgba(124, 147, 166, 0.55);
  border-radius: 999px;
  background: rgba(124, 147, 166, 0.22);
  overflow: hidden;
}

.page-news .news-pl__bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ld-purple), var(--ld-cyan));
  transition: width 420ms var(--ld-ease);
}

.page-news .news-pl__list {
  display: grid;
  gap: clamp(14px, 2.4vw, 22px);
  margin: clamp(20px, 3.6vw, 34px) 0 0;
  padding: 0;
  list-style: none;
}

.page-news .news-pl__item {
  padding-left: 0;
  border-left: 3px solid var(--ld-purple);
  padding: 4px 0 4px 16px;
}

.page-news .news-pl__idx {
  display: block;
  margin-bottom: 4px;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: var(--ld-purple);
}

.page-news .news-pl__item h3 {
  margin: 0 0 6px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: clamp(16px, 2.3vw, 19px);
  letter-spacing: 0.04em;
}

.page-news .news-pl__item p {
  margin: 0;
  max-width: 62ch;
  font-size: 14.5px;
  line-height: 1.8;
  color: #2c3a45;
}

/* ---------- 战报与场馆 ---------- */
.page-news .news-venue {
  display: grid;
  gap: clamp(20px, 3.6vw, 36px);
}

.page-news .news-venue__figure {
  margin: 0;
}

.page-news .news-venue__list {
  display: grid;
  gap: clamp(14px, 2.4vw, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .news-venue__list li {
  padding-bottom: clamp(12px, 2vw, 16px);
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-venue__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-news .news-venue__list h3 {
  margin: 0 0 6px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: clamp(16px, 2.3vw, 19px);
  letter-spacing: 0.04em;
}

.page-news .news-venue__list p {
  margin: 0;
  max-width: 62ch;
  font-size: 14.5px;
  line-height: 1.8;
  color: #2c3a45;
}

.page-news .news-venue__facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin-top: clamp(18px, 3vw, 26px);
  padding-top: clamp(16px, 2.6vw, 22px);
  border-top: 2px solid var(--ld-grass);
}

.page-news .news-venue__fact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--news-soft);
}

.page-news .news-venue__fact-num {
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1;
  color: var(--ld-grass-deep);
}

/* ---------- 裁判名单 ---------- */
.page-news .ld-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid var(--ld-cyan);
  border-radius: 4px;
  background: rgba(11, 17, 22, 0.35);
}

.page-news .news-ref {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 13px;
}

.page-news .news-ref caption {
  padding: 12px 14px;
  text-align: left;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: rgba(233, 238, 243, 0.8);
  border-bottom: 1px solid rgba(34, 240, 200, 0.3);
}

.page-news .news-ref thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 10px 14px;
  text-align: left;
  white-space: nowrap;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--ld-cyan);
  background: var(--ld-grass-deep);
  border-bottom: 1px solid rgba(34, 240, 200, 0.35);
}

.page-news .news-ref tbody th {
  padding: 11px 14px;
  text-align: left;
  white-space: nowrap;
  font-family: var(--ld-font-mono);
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--ld-mist);
  border-bottom: 1px solid rgba(124, 147, 166, 0.28);
}

.page-news .news-ref tbody td {
  padding: 11px 14px;
  white-space: nowrap;
  color: rgba(233, 238, 243, 0.86);
  border-bottom: 1px solid rgba(124, 147, 166, 0.28);
}

.page-news .news-ref tbody tr:nth-child(even) td,
.page-news .news-ref tbody tr:nth-child(even) th {
  background: rgba(30, 122, 79, 0.14);
}

.page-news .news-ref .ld-num {
  font-family: var(--ld-font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  color: var(--ld-cyan);
}

.page-news .news-ref__note {
  margin: clamp(16px, 2.6vw, 24px) 0 0;
  max-width: 68ch;
  font-size: 13.5px;
  line-height: 1.8;
  color: rgba(233, 238, 243, 0.78);
}

.page-news .news-ref__note a {
  color: var(--ld-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 240, 200, 0.5);
}

.page-news .news-ref__note a:hover,
.page-news .news-ref__note a:focus-visible {
  border-bottom-color: var(--ld-cyan);
}

.page-news .news-ref__note .ld-tag {
  margin-right: 8px;
}

/* ---------- 越秀山复盘与原声 ---------- */
.page-news .news-voice__figure {
  margin: 0 0 clamp(20px, 3.4vw, 32px);
}

.page-news .news-voices {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.page-news .news-voices__track {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 6px 4px 26px;
  list-style: none;
  min-width: max-content;
  scroll-snap-type: x mandatory;
}

.page-news .news-voices__bubble {
  position: relative;
  flex: 0 0 min(78vw, 286px);
  scroll-snap-align: start;
  padding: 16px 18px 14px;
  border: 2px solid var(--ld-ink);
  border-radius: 14px;
  background: var(--news-card);
  box-shadow: 5px 5px 0 rgba(11, 17, 22, 0.86);
}

.page-news .news-voices__bubble::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -11px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 3px solid transparent;
  border-top: 11px solid var(--ld-ink);
}

.page-news .news-voices__bubble p {
  margin: 0 0 10px;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--ld-ink);
}

.page-news .news-voices__bubble .news-voices__src {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--news-soft);
}

.page-news .news-voices__bubble--cyan {
  border-top-color: var(--ld-cyan-ink);
  border-top-width: 6px;
}

.page-news .news-voices__bubble--grass {
  border-top-color: var(--ld-grass);
  border-top-width: 6px;
}

.page-news .news-voices__bubble--orange {
  border-top-color: var(--ld-orange);
  border-top-width: 6px;
}

.page-news .news-yxs {
  display: grid;
  gap: clamp(20px, 3.6vw, 36px);
  margin-top: clamp(24px, 4vw, 40px);
  padding-top: clamp(22px, 3.6vw, 34px);
  border-top: 2px solid var(--ld-grass);
}

.page-news .news-yxs__text h3 {
  margin: 0 0 12px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: clamp(17px, 2.6vw, 21px);
  letter-spacing: 0.04em;
}

.page-news .news-yxs__text p {
  margin: 0 0 12px;
  max-width: 64ch;
  font-size: 15px;
  line-height: 1.85;
  color: #2c3a45;
}

.page-news .news-yxs__text p:last-child {
  margin-bottom: 0;
}

.page-news .news-yxs__figure {
  margin: 0;
}

/* ---------- 月度口径说明 ---------- */
.page-news .news-kj {
  display: grid;
  gap: clamp(22px, 3.6vw, 38px);
}

.page-news .news-kj__figure {
  margin: 0;
}

.page-news .news-kj__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--news-line);
}

.page-news .news-kj__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 16px;
  padding: clamp(14px, 2.4vw, 20px) 0;
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-kj__no {
  font-size: clamp(20px, 3.4vw, 28px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--ld-grass-deep);
}

.page-news .news-kj__body h3 {
  margin: 0 0 5px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: 15.5px;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.page-news .news-kj__body p {
  margin: 0;
  max-width: 64ch;
  font-size: 13.8px;
  line-height: 1.78;
  color: var(--news-soft);
}

.page-news .news-kj__item > .ld-tag {
  grid-column: 2;
  justify-self: start;
}

.page-news .news-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: clamp(24px, 4vw, 36px);
  padding: clamp(16px, 2.6vw, 22px);
  border: 2px dashed rgba(124, 147, 166, 0.6);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.66);
}

.page-news .news-tools p {
  flex: 1 1 320px;
  margin: 0;
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.8;
  color: #2c3a45;
}

.page-news .news-tools a {
  color: var(--ld-grass-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(30, 122, 79, 0.5);
}

.page-news .news-tools a:hover,
.page-news .news-tools a:focus-visible {
  border-bottom-color: var(--ld-grass-deep);
}

/* ---------- 图片通用 ---------- */
.page-news .ld-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* ---------- 平板及以上 ---------- */
@media (min-width: 720px) {
  .page-news .news-win {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-news .news-section--dark .ld-table-scroll {
    border-width: 3px;
  }

  .page-news .news-kj__item {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
  }

  .page-news .news-kj__item > .ld-tag {
    grid-column: 3;
    justify-self: end;
  }
}

/* ---------- 桌面 ---------- */
@media (min-width: 900px) {
  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.9fr);
    align-items: end;
  }

  .page-news .news-hero__stat {
    align-items: flex-end;
    text-align: right;
  }

  .page-news .news-head {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .page-news .news-head--wide {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .page-news .news-venue {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-news .news-yxs {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
    align-items: start;
  }

  .page-news .news-kj {
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(28px, 4vw, 52px);
  }

  .page-news .news-pl {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(24px, 4vw, 44px);
    align-items: start;
  }

  .page-news .news-pl__list {
    margin-top: 0;
  }
}

/* ---------- 大屏错位 ---------- */
@media (min-width: 1200px) {
  .page-news .news-hero__lead {
    padding-right: 32px;
  }

  .page-news .news-toc__item {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .page-news .news-toc__body {
    max-width: 70ch;
  }
}

/* ---------- 减少动效 ---------- */
@media (prefers-reduced-motion: reduce) {
  .page-news .news-strip__pill,
  .page-news .news-pl__bar span,
  .page-news .news-toc__body h3 a {
    transition: none;
  }

  .page-news .news-strip__pill:hover,
  .page-news .news-strip__pill:focus-visible {
    transform: none;
  }
}

.page-news {
  --news-line: rgba(124, 147, 166, 0.4);
  --news-soft: #51697d;
  --news-card: #ffffff;
  background: var(--ld-mist);
  color: var(--ld-ink);
}

/* ---------- 首屏 ---------- */
.page-news .news-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 4vw, 34px) 0 clamp(30px, 6vw, 62px);
  border-bottom: 3px solid var(--ld-ink);
  background:
    radial-gradient(130% 95% at 10% -10%, #3a5872 0%, #2b3e4f 44%, #0b1116 100%);
  color: var(--ld-mist);
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(34, 240, 200, 0.18) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.55;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 72%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 72%);
}

.page-news .news-hero > .ld-wrap {
  position: relative;
  z-index: 1;
}

.page-news .news-hero .ld-crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 clamp(14px, 3vw, 26px);
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.page-news .news-hero .ld-crumbs li {
  color: var(--ld-gray);
}

.page-news .news-hero .ld-crumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(124, 147, 166, 0.7);
}

.page-news .news-hero .ld-crumbs a {
  color: var(--ld-cyan);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.page-news .news-hero .ld-crumbs a:hover,
.page-news .news-hero .ld-crumbs a:focus-visible {
  border-bottom-color: var(--ld-cyan);
}

.page-news .news-hero__grid {
  display: grid;
  gap: clamp(20px, 4vw, 40px);
}

.page-news .news-hero__lead .ld-kicker {
  color: var(--ld-cyan);
}

.page-news .news-hero h1 {
  margin: 0.2em 0 0.55em;
  max-width: 15em;
  font-family: var(--ld-font-cn);
  font-weight: 300;
  font-size: clamp(2rem, 6.6vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.page-news .news-hero__intro {
  max-width: 60ch;
  margin: 0;
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.85;
  color: rgba(233, 238, 243, 0.82);
}

.page-news .news-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-news .news-hero__stat .ld-bignum {
  font-family: var(--ld-font-mono);
  font-size: clamp(76px, 22vw, 168px);
  line-height: 0.78;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 2px var(--ld-cyan);
}

.page-news .news-hero__stat .ld-bignum--fill {
  -webkit-text-stroke: 1px rgba(34, 240, 200, 0.72);
  color: rgba(34, 240, 200, 0.14);
}

.page-news .news-hero__stat-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(233, 238, 243, 0.68);
}

/* ---------- 横滑栏目主题带 ---------- */
.page-news .news-strip {
  margin-top: clamp(26px, 5vw, 46px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.page-news .news-strip__list {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 4px 2px 10px;
  list-style: none;
  min-width: max-content;
}

.page-news .news-strip__pill {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  padding: 11px 20px;
  border: 2px solid var(--ld-ink);
  border-radius: 999px;
  background: rgba(233, 238, 243, 0.94);
  color: var(--ld-ink);
  font-size: 14px;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
  scroll-snap-align: start;
  box-shadow: 4px 4px 0 rgba(11, 17, 22, 0.85);
  transition: transform 240ms var(--ld-ease), background-color 240ms var(--ld-ease);
}

.page-news .news-strip__pill:hover,
.page-news .news-strip__pill:focus-visible {
  transform: translate(-2px, -2px);
}

.page-news .news-strip__pill[aria-current="true"] {
  background: var(--ld-cyan);
}

.page-news .news-strip__pill--orange {
  background: var(--ld-orange);
  color: var(--ld-ink);
}

.page-news .news-strip__pill--purple {
  background: var(--ld-purple);
  color: var(--ld-mist);
}

.page-news .news-strip__pill-meta {
  font-size: 11px;
  letter-spacing: 0.06em;
  opacity: 0.78;
}

.page-news .news-strip__hint {
  margin: 6px 0 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(233, 238, 243, 0.6);
}

/* ---------- 章节通用 ---------- */
.page-news .news-section {
  padding: clamp(42px, 7vw, 86px) 0;
  border-top: 1px solid var(--news-line);
}

.page-news .news-section--orange {
  background: linear-gradient(180deg, rgba(255, 90, 43, 0.1), rgba(255, 90, 43, 0) 62%);
}

.page-news .news-section--purple {
  background: linear-gradient(180deg, rgba(74, 46, 143, 0.12), rgba(74, 46, 143, 0) 62%);
}

.page-news .news-section--dark {
  background: var(--ld-slate);
  color: var(--ld-mist);
  border-top-color: var(--ld-grass-deep);
}

.page-news .news-section--ticket {
  background: linear-gradient(180deg, rgba(243, 231, 211, 0.85), rgba(233, 238, 243, 0) 70%);
}

.page-news .news-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 8px 16px;
  margin-bottom: clamp(22px, 4vw, 40px);
}

.page-news .news-head__num {
  font-family: var(--ld-font-mono);
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ld-grass);
}

.page-news .news-head h2 {
  margin: 0;
  font-family: var(--ld-font-cn);
  font-weight: 400;
  font-size: clamp(1.32rem, 3.4vw, 2rem);
  line-height: 1.24;
  letter-spacing: 0.05em;
}

.page-news .news-head__note {
  grid-column: 1 / -1;
  margin: 0;
  max-width: 68ch;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--news-soft);
}

.page-news .news-head--orange .news-head__num {
  -webkit-text-stroke-color: var(--ld-orange);
}

.page-news .news-head--purple .news-head__num {
  -webkit-text-stroke-color: var(--ld-purple);
}

.page-news .news-head--dark .news-head__num {
  -webkit-text-stroke-color: var(--ld-cyan);
}

.page-news .news-head--dark h2 {
  color: #ffffff;
}

.page-news .news-head--dark .news-head__note {
  color: rgba(233, 238, 243, 0.72);
}

.page-news .news-more {
  margin: clamp(20px, 3.6vw, 34px) 0 0;
}

/* ---------- 本期要目 ---------- */
.page-news .news-toc {
  display: grid;
  gap: clamp(14px, 2.4vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .news-toc__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: clamp(14px, 2.4vw, 20px);
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-toc__num {
  font-family: var(--ld-font-mono);
  font-size: clamp(34px, 8vw, 70px);
  line-height: 0.8;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ld-ink);
  opacity: 0.34;
}

.page-news .news-toc__body h3 {
  margin: 0 0 6px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: clamp(16px, 2.3vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.page-news .news-toc__body h3 a {
  color: var(--ld-ink);
  text-decoration: none;
  border-bottom: 2px solid rgba(34, 240, 200, 0);
}

.page-news .news-toc__body h3 a:hover,
.page-news .news-toc__body h3 a:focus-visible {
  border-bottom-color: var(--ld-cyan-ink);
}

.page-news .news-toc__body p {
  margin: 0 0 10px;
  max-width: 62ch;
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--news-soft);
}

/* ---------- 中超转会窗口 ---------- */
.page-news .news-win {
  display: grid;
  gap: clamp(16px, 2.8vw, 26px);
}

.page-news .news-win__item {
  position: relative;
  padding: clamp(18px, 2.6vw, 26px);
  border: 2px solid var(--ld-ink);
  border-left-width: 8px;
  border-left-color: var(--ld-orange);
  border-radius: 4px;
  background: var(--news-card);
  box-shadow: 6px 6px 0 rgba(11, 17, 22, 0.88);
}

.page-news .news-win__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.page-news .news-win__code {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--news-soft);
}

.page-news .news-win__item h3 {
  margin: 0 0 8px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: clamp(16px, 2.4vw, 19px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.page-news .news-win__item p {
  margin: 0 0 12px;
  font-size: 14.5px;
  line-height: 1.8;
  color: #2c3a45;
}

.page-news .news-win__facts {
  margin: 0;
  padding: 12px 0 0;
  list-style: none;
  display: grid;
  gap: 6px;
  border-top: 1px dashed var(--news-line);
}

.page-news .news-win__facts li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--news-soft);
}

.page-news .news-win__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 2px;
  background: var(--ld-orange);
}

/* ---------- 英超简史 ---------- */
.page-news .news-pl__meter {
  padding: clamp(16px, 2.4vw, 22px);
  border: 2px solid var(--ld-ink);
  border-radius: 4px;
  background: var(--news-card);
  box-shadow: 6px 6px 0 rgba(11, 17, 22, 0.88);
}

.page-news .news-pl__meter-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: var(--news-soft);
}

.page-news .news-pl__bar {
  height: 14px;
  border: 1px solid rgba(124, 147, 166, 0.55);
  border-radius: 999px;
  background: rgba(124, 147, 166, 0.22);
  overflow: hidden;
}

.page-news .news-pl__bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ld-purple), var(--ld-cyan));
}

.page-news .news-pl__list {
  display: grid;
  gap: clamp(14px, 2.4vw, 22px);
  margin: clamp(20px, 3.6vw, 34px) 0 0;
  padding: 0;
  list-style: none;
}

.page-news .news-pl__item {
  padding: 4px 0 4px 16px;
  border-left: 3px solid var(--ld-purple);
}

.page-news .news-pl__idx {
  display: block;
  margin-bottom: 4px;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: var(--ld-purple);
}

.page-news .news-pl__item h3 {
  margin: 0 0 6px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: clamp(16px, 2.3vw, 19px);
  letter-spacing: 0.04em;
}

.page-news .news-pl__item p {
  margin: 0;
  max-width: 62ch;
  font-size: 14.5px;
  line-height: 1.8;
  color: #2c3a45;
}

/* ---------- 战报与场馆 ---------- */
.page-news .news-venue {
  display: grid;
  gap: clamp(20px, 3.6vw, 36px);
}

.page-news .news-venue__figure {
  margin: 0;
}

.page-news .news-venue__list {
  display: grid;
  gap: clamp(14px, 2.4vw, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .news-venue__list li {
  padding-bottom: clamp(12px, 2vw, 16px);
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-venue__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-news .news-venue__list h3 {
  margin: 0 0 6px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: clamp(16px, 2.3vw, 19px);
  letter-spacing: 0.04em;
}

.page-news .news-venue__list p {
  margin: 0;
  max-width: 62ch;
  font-size: 14.5px;
  line-height: 1.8;
  color: #2c3a45;
}

.page-news .news-venue__facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin-top: clamp(18px, 3vw, 26px);
  padding-top: clamp(16px, 2.6vw, 22px);
  border-top: 2px solid var(--ld-grass);
}

.page-news .news-venue__fact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--news-soft);
}

.page-news .news-venue__fact-num {
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1;
  color: var(--ld-grass-deep);
}

/* ---------- 裁判名单 ---------- */
.page-news .ld-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid var(--ld-cyan);
  border-radius: 4px;
  background: rgba(11, 17, 22, 0.35);
}

.page-news .news-ref {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 13px;
}

.page-news .news-ref caption {
  padding: 12px 14px;
  text-align: left;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: rgba(233, 238, 243, 0.8);
  border-bottom: 1px solid rgba(34, 240, 200, 0.3);
}

.page-news .news-ref thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 10px 14px;
  text-align: left;
  white-space: nowrap;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--ld-cyan);
  background: var(--ld-grass-deep);
  border-bottom: 1px solid rgba(34, 240, 200, 0.35);
}

.page-news .news-ref tbody th {
  padding: 11px 14px;
  text-align: left;
  white-space: nowrap;
  font-family: var(--ld-font-mono);
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--ld-mist);
  border-bottom: 1px solid rgba(124, 147, 166, 0.28);
}

.page-news .news-ref tbody td {
  padding: 11px 14px;
  white-space: nowrap;
  color: rgba(233, 238, 243, 0.86);
  border-bottom: 1px solid rgba(124, 147, 166, 0.28);
}

.page-news .news-ref tbody tr:nth-child(even) td,
.page-news .news-ref tbody tr:nth-child(even) th {
  background: rgba(30, 122, 79, 0.14);
}

.page-news .news-ref .ld-num {
  font-family: var(--ld-font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  color: var(--ld-cyan);
}

.page-news .news-ref__note {
  margin: clamp(16px, 2.6vw, 24px) 0 0;
  max-width: 68ch;
  font-size: 13.5px;
  line-height: 1.8;
  color: rgba(233, 238, 243, 0.78);
}

.page-news .news-ref__note a {
  color: var(--ld-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 240, 200, 0.5);
}

.page-news .news-ref__note a:hover,
.page-news .news-ref__note a:focus-visible {
  border-bottom-color: var(--ld-cyan);
}

.page-news .news-ref__note .ld-tag {
  margin-right: 8px;
}

/* ---------- 越秀山复盘与原声 ---------- */
.page-news .news-voice__figure {
  margin: 0 0 clamp(20px, 3.4vw, 32px);
}

.page-news .news-voices {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.page-news .news-voices__track {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 6px 4px 26px;
  list-style: none;
  min-width: max-content;
  scroll-snap-type: x mandatory;
}

.page-news .news-voices__bubble {
  position: relative;
  flex: 0 0 min(78vw, 286px);
  scroll-snap-align: start;
  padding: 16px 18px 14px;
  border: 2px solid var(--ld-ink);
  border-radius: 14px;
  background: var(--news-card);
  box-shadow: 5px 5px 0 rgba(11, 17, 22, 0.86);
}

.page-news .news-voices__bubble::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -11px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 3px solid transparent;
  border-top: 11px solid var(--ld-ink);
}

.page-news .news-voices__bubble p {
  margin: 0 0 10px;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--ld-ink);
}

.page-news .news-voices__bubble .news-voices__src {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--news-soft);
}

.page-news .news-voices__bubble--cyan {
  border-top-color: var(--ld-cyan-ink);
  border-top-width: 6px;
}

.page-news .news-voices__bubble--grass {
  border-top-color: var(--ld-grass);
  border-top-width: 6px;
}

.page-news .news-voices__bubble--orange {
  border-top-color: var(--ld-orange);
  border-top-width: 6px;
}

.page-news .news-yxs {
  display: grid;
  gap: clamp(20px, 3.6vw, 36px);
  margin-top: clamp(24px, 4vw, 40px);
  padding-top: clamp(22px, 3.6vw, 34px);
  border-top: 2px solid var(--ld-grass);
}

.page-news .news-yxs__text h3 {
  margin: 0 0 12px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: clamp(17px, 2.6vw, 21px);
  letter-spacing: 0.04em;
}

.page-news .news-yxs__text p {
  margin: 0 0 12px;
  max-width: 64ch;
  font-size: 15px;
  line-height: 1.85;
  color: #2c3a45;
}

.page-news .news-yxs__text p:last-child {
  margin-bottom: 0;
}

.page-news .news-yxs__figure {
  margin: 0;
}

/* ---------- 月度口径说明 ---------- */
.page-news .news-kj {
  display: grid;
  gap: clamp(22px, 3.6vw, 38px);
}

.page-news .news-kj__figure {
  margin: 0;
}

.page-news .news-kj__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--news-line);
}

.page-news .news-kj__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 16px;
  padding: clamp(14px, 2.4vw, 20px) 0;
  border-bottom: 1px solid var(--news-line);
}

.page-news .news-kj__no {
  font-size: clamp(20px, 3.4vw, 28px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--ld-grass-deep);
}

.page-news .news-kj__body h3 {
  margin: 0 0 5px;
  font-family: var(--ld-font-cn);
  font-weight: 500;
  font-size: 15.5px;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.page-news .news-kj__body p {
  margin: 0;
  max-width: 64ch;
  font-size: 13.8px;
  line-height: 1.78;
  color: var(--news-soft);
}

.page-news .news-kj__item > .ld-tag {
  grid-column: 2;
  justify-self: start;
}

.page-news .news-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: clamp(24px, 4vw, 36px);
  padding: clamp(16px, 2.6vw, 22px);
  border: 2px dashed rgba(124, 147, 166, 0.6);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.66);
}

.page-news .news-tools p {
  flex: 1 1 320px;
  margin: 0;
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.8;
  color: #2c3a45;
}

.page-news .news-tools a {
  color: var(--ld-grass-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(30, 122, 79, 0.5);
}

.page-news .news-tools a:hover,
.page-news .news-tools a:focus-visible {
  border-bottom-color: var(--ld-grass-deep);
}

/* ---------- 图片通用 ---------- */
.page-news .ld-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* ---------- 平板及以上 ---------- */
@media (min-width: 720px) {
  .page-news .news-win {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-news .news-section--dark .ld-table-scroll {
    border-width: 3px;
  }

  .page-news .news-kj__item {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
  }

  .page-news .news-kj__item > .ld-tag {
    grid-column: 3;
    justify-self: end;
  }
}

/* ---------- 桌面 ---------- */
@media (min-width: 900px) {
  .page-news .news-hero__grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.9fr);
    align-items: end;
  }

  .page-news .news-hero__stat {
    align-items: flex-end;
    text-align: right;
  }

  .page-news .news-head {
    align-items: center;
  }

  .page-news .news-venue {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-news .news-yxs {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
    align-items: start;
  }

  .page-news .news-kj {
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(28px, 4vw, 52px);
  }

  .page-news .news-pl {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(24px, 4vw, 44px);
    align-items: start;
  }

  .page-news .news-pl__list {
    margin-top: 0;
  }
}

/* ---------- 大屏错位 ---------- */
@media (min-width: 1200px) {
  .page-news .news-hero__lead {
    padding-right: 32px;
  }

  .page-news .news-toc__item {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .page-news .news-toc__body {
    max-width: 70ch;
  }
}

/* ---------- 减少动效 ---------- */
@media (prefers-reduced-motion: reduce) {
  .page-news .news-strip__pill,
  .page-news .news-toc__body h3 a {
    transition: none;
  }

  .page-news .news-strip__pill:hover,
  .page-news .news-strip__pill:focus-visible {
    transform: none;
  }
}
