.page-news {
  --news-head-font: var(--font-head);
  --news-body-font: var(--font-body);
  background: var(--cream);
  color: var(--charcoal);
  overflow-x: hidden;
}

/* ===== Hero / 首屏数据拼贴 ===== */
.page-news__hero {
  position: relative;
  padding: 64px 0 44px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, .07) 0, rgba(255, 255, 255, .07) 96px, transparent 98px),
    linear-gradient(135deg, var(--grass-deep) 0%, var(--grass) 62%, #3b8a4e 100%);
  overflow: hidden;
}

.page-news__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.page-news__hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 3px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  top: -140px;
  right: -90px;
  pointer-events: none;
}

.page-news__hero .container {
  position: relative;
  z-index: 1;
}

.page-news__hero .breadcrumbs {
  margin-bottom: 28px;
  list-style: none;
}

.page-news__hero .breadcrumbs__link {
  color: #fff;
  opacity: .82;
  text-decoration: none;
}

.page-news__hero .breadcrumbs__link:hover {
  opacity: 1;
}

.page-news__hero .breadcrumbs__current {
  color: #fff;
  font-weight: 700;
}

.page-news__hero-grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.page-news__hero-copy {
  max-width: 660px;
}

.page-news__hero h1 {
  margin: 6px 0 18px;
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: .01em;
}

.page-news__hero h1 em {
  color: var(--orange);
  font-style: inherit;
}

.page-news__hero-desc {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.78;
  color: rgba(255, 255, 255, .92);
  max-width: 58ch;
}

.page-news__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.page-news__hero-board {
  padding: 22px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(6px);
}

.page-news__hero-board-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.page-news__hero-board .exhibit-label {
  color: #fff;
}

.page-news__hero-board .tag {
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
}

.page-news__hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
}

.page-news__hero-stat {
  border-left: 3px solid rgba(255, 255, 255, .28);
  padding-left: 12px;
}

.page-news__hero-stat .big-number {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.08;
}

.page-news__hero-stat-label {
  display: block;
  margin-top: 6px;
  font-size: .83rem;
  color: rgba(255, 255, 255, .82);
}

.page-news__hero-note {
  margin-top: 30px;
  padding: 14px 22px;
  font-size: .92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .92);
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-pill);
}

/* ===== 章节标题组 ===== */
.page-news__section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.page-news__section-head .section-title {
  margin: 2px 0 0;
}

.page-news__section-lead {
  margin: 0;
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.75;
  color: #596066;
}

/* ===== 最新战报：周历时间轴 ===== */
.page-news__reports {
  padding: 68px 0;
  background: var(--cream);
}

.page-news__reports-wrap {
  display: grid;
  gap: 34px;
}

.page-news__reports-img {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.page-news__reports-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news__reports-img figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  max-width: calc(100% - 32px);
  padding: 6px 14px;
  font-size: .8rem;
  color: var(--charcoal);
  background: rgba(255, 255, 255, .92);
  border-radius: var(--radius-pill);
}

.page-news__timeline {
  position: relative;
  padding-left: 40px;
}

.page-news__timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--orange) 0%, var(--silver) 26%, var(--silver) 76%, var(--orange) 100%);
  border-radius: 4px;
}

.page-news__timeline-title {
  position: relative;
  margin: 32px 0 16px;
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 900;
  font-size: 1.5rem;
}

.page-news__timeline-title:first-child {
  margin-top: 0;
}

.page-news__timeline-item {
  position: relative;
  margin-bottom: 18px;
}

.page-news__dot {
  position: absolute;
  left: -39px;
  top: 22px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--silver);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 2px var(--silver);
}

.page-news__dot--orange {
  background: var(--orange);
  box-shadow: 0 0 0 2px var(--orange);
}

.page-news__report-card {
  padding: 18px 20px 20px;
  background: #fff;
  border: 1px solid var(--silver);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.page-news__report-card .stat-badge {
  margin-bottom: 10px;
}

.page-news__report-card h4 {
  margin: 0 0 8px;
  font-size: 1.06rem;
  line-height: 1.45;
}

.page-news__report-card p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.72;
  color: #596066;
}

/* ===== 赛事数据专题：草绿展区 ===== */
.page-news__topics {
  position: relative;
  padding: 68px 0;
  color: #fff;
  overflow: hidden;
}

.page-news__topics::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 2px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  bottom: -120px;
  right: -80px;
  pointer-events: none;
}

.page-news__topics .page-news__section-lead {
  color: rgba(255, 255, 255, .82);
}

.page-news__topics .page-news__section-title,
.page-news__topics .section-title {
  color: #fff;
}

.page-news__topics .section-kicker {
  color: var(--amber);
}

.page-news__topics-grid {
  display: grid;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.page-news__topic-main {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .08);
}

.page-news__topic-main-figure {
  margin: 0 0 18px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.page-news__topic-main-figure img,
.page-news__topic-card-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news__topic-body h3 {
  margin: 14px 0 10px;
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.2;
}

.page-news__topic-body p {
  margin: 0 0 14px;
  font-size: .95rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, .86);
}

.page-news__topic-body blockquote {
  position: relative;
  margin: 18px 0;
  padding: 16px 18px 16px 26px;
  background: rgba(255, 255, 255, .08);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius-md);
  font-style: italic;
  color: rgba(255, 255, 255, .92);
  line-height: 1.7;
}

.page-news__topic-meta {
  margin: 0;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 255, 255, .22);
  font-size: .82rem;
  color: rgba(255, 255, 255, .7);
}

.page-news__topics .tag {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-color: rgba(255, 255, 255, .24);
}

.page-news__topics .tag--orange {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.page-news__topic-sub {
  display: grid;
  gap: 22px;
}

.page-news__topic-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--silver);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.page-news__topic-card-copy h3 {
  margin: 12px 0 8px;
  font-size: 1.16rem;
  line-height: 1.4;
}

.page-news__topic-card-copy p {
  margin: 0 0 14px;
  font-size: .9rem;
  line-height: 1.68;
  color: #596066;
}

.page-news__topic-card-figure {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  order: -1;
}

.page-news__topic-card--tilt {
  transform: rotate(-0.5deg);
}

.page-news__topic-card--lt {
  transform: rotate(0.4deg);
}

/* ===== 浏览用时观察 ===== */
.page-news__reading {
  padding: 68px 0;
  background: var(--cream);
}

.page-news__reading-grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.page-news__reading-figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
}

.page-news__reading-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news__reading-list {
  padding: 28px 26px;
  background: #fff;
  border: 1px solid var(--silver);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.page-news__reading-list h3 {
  margin: 0 0 18px;
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.25;
}

.page-news__reading-list ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.page-news__reading-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
  font-size: .94rem;
  line-height: 1.72;
  color: #3c3f45;
}

.page-news__reading-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 90, 30, .16);
}

/* ===== 订阅提醒 ===== */
.page-news__subscribe {
  padding: 60px 0;
}

.page-news__subscribe-panel {
  display: grid;
  gap: 28px;
}

.page-news__subscribe-copy h2 {
  margin: 6px 0 12px;
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.16;
  color: #fff;
}

.page-news__subscribe-copy p {
  margin: 0;
  max-width: 58ch;
  font-size: .96rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, .86);
}

.page-news__subscribe .section-kicker {
  color: var(--orange);
}

.page-news__subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

/* ===== 桌面增强 ===== */
@media (min-width: 640px) {
  .page-news__hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-news__hero-note {
    max-width: 760px;
  }

  .page-news__topic-card {
    flex-direction: row;
    align-items: center;
  }

  .page-news__topic-card-figure {
    order: initial;
    flex: 0 0 46%;
  }
}

@media (min-width: 1024px) {
  .page-news__hero {
    padding: 92px 0 64px;
  }

  .page-news__hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 56px;
  }

  .page-news__hero-copy {
    margin-bottom: 0;
  }

  .page-news__section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
  }

  .page-news__section-lead {
    max-width: 42ch;
    text-align: right;
  }

  .page-news__reports {
    padding: 96px 0;
  }

  .page-news__reports-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 52px;
    align-items: start;
  }

  .page-news__reports-img {
    margin-top: 12px;
  }

  .page-news__topics {
    padding: 96px 0;
  }

  .page-news__topics-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 28px;
  }

  .page-news__topic-sub {
    gap: 26px;
  }

  .page-news__topic-card {
    flex-direction: column;
    align-items: stretch;
  }

  .page-news__topic-card-figure {
    order: -1;
  }

  .page-news__reading {
    padding: 96px 0;
  }

  .page-news__reading-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    gap: 56px;
  }

  .page-news__subscribe {
    padding: 72px 0;
  }

  .page-news__subscribe-panel {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
    align-items: center;
    gap: 48px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page-news__report-card,
  .page-news__topic-card {
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
  }

  .page-news__report-card:hover {
    transform: translateY(-5px) rotate(-0.3deg);
    box-shadow: var(--shadow-lift);
  }

  .page-news__topic-card:hover {
    transform: translateY(-4px) rotate(-0.2deg);
    box-shadow: var(--shadow-lift);
  }

  .page-news__topic-card--lt:hover {
    transform: translateY(-4px) rotate(0.2deg);
  }

  .page-news__hero-board,
  .page-news__report-card,
  .page-news__topic-card,
  .page-news__reading-list {
    will-change: transform;
  }
}
