/* ===== 内容专栏 /articles/ ===== */
.page-news {
  --news-rule: rgba(31, 94, 107, .15);
  --news-rule-soft: rgba(31, 94, 107, .07);
  --news-ink-quiet: rgba(58, 68, 78, .66);
  --news-gap: clamp(20px, 3vw, 40px);
}

/* 面包屑 */
.page-news .breadcrumb {
  padding: clamp(16px, 2.8vw, 30px) 0 0;
}

/* 首屏 */
.page-news .news-hero {
  padding: clamp(18px, 3vw, 38px) 0 clamp(38px, 6vw, 80px);
}
.page-news .hero-grid {
  gap: clamp(26px, 4vw, 56px);
  align-items: start;
}
.page-news .hero-lead .display {
  font-size: clamp(2.45rem, 6.6vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 16px 0 22px;
  max-width: 15ch;
}
.page-news .hero-lead .lede {
  max-width: 36em;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.85;
  color: var(--ink);
}
.page-news .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px, 3vw, 34px);
}

/* 首屏右侧数据面板 */
.page-news .hero-side {
  margin-top: clamp(4px, 1vw, 14px);
}
.page-news .hero-stat {
  position: relative;
  overflow: hidden;
  background: var(--deep);
  color: var(--white);
  border-radius: var(--radius);
  padding: clamp(22px, 2.8vw, 32px);
}
.page-news .hero-stat::before {
  content: "";
  position: absolute;
  inset: auto -30% -55% auto;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(224, 138, 46, .55), rgba(224, 138, 46, 0) 68%);
  pointer-events: none;
}
.page-news .hero-stat-title {
  position: relative;
  margin: 0 0 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--gold-lt);
  text-transform: uppercase;
}
.page-news .stat-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.page-news .stat-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(207, 226, 229, .18);
}
.page-news .stat-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-news .stat-num {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gold-lt);
  letter-spacing: -.02em;
}
.page-news .stat-label {
  font-size: .88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, .82);
}

/* 区块通用小标题 */
.page-news .sec-head {
  margin-bottom: clamp(24px, 3.4vw, 46px);
}
.page-news .sec-head .title-lg {
  margin: 12px 0 0;
  font-size: clamp(1.75rem, 3.4vw, 2.7rem);
  line-height: 1.22;
  letter-spacing: -.01em;
  font-weight: 400;
}
.page-news .sec-head .title-lg strong {
  font-weight: 900;
  color: var(--teal);
}
.page-news .sec-note {
  margin: 14px 0 0;
  max-width: 34em;
  font-size: .93rem;
  line-height: 1.8;
  color: var(--news-ink-quiet);
}
.page-news .sec-head--split {
  display: grid;
  gap: 12px;
}
@media (min-width: 860px) {
  .page-news .sec-head--split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 22em);
    align-items: end;
    gap: clamp(24px, 4vw, 60px);
  }
  .page-news .sec-head--split .sec-note {
    margin: 0 0 6px;
    text-align: right;
  }
}

/* 置顶三个系列 */
.page-news .series-section {
  padding-bottom: clamp(40px, 6vw, 78px);
}
.page-news .series-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 2.6vw, 30px);
}
.page-news .series-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--news-rule);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.page-news .series-card:hover,
.page-news .series-card:focus-within {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: 0 16px 34px -22px rgba(14, 58, 68, .45);
}
.page-news .series-figure {
  margin: 0;
}
.page-news .series-figure .media {
  border-radius: 0;
}
.page-news .series-body {
  padding: clamp(18px, 2.2vw, 26px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.page-news .series-title {
  margin: 0;
  font-size: clamp(1.28rem, 2.1vw, 1.7rem);
  font-weight: 900;
  line-height: 1.3;
  color: var(--deep);
  letter-spacing: -.01em;
}
.page-news .series-who {
  margin: 0;
  font-size: .92rem;
  line-height: 1.78;
  color: var(--ink);
}
.page-news .series-link {
  margin-top: auto;
  align-self: flex-start;
  font-size: .93rem;
  font-weight: 700;
  color: var(--red);
  text-decoration: none;
  border-bottom: 2px solid rgba(211, 58, 44, .28);
  padding-bottom: 2px;
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.page-news .series-link:hover,
.page-news .series-link:focus-visible {
  color: var(--red-deep);
  border-bottom-color: var(--red-deep);
}
.page-news .series--a .series-title {
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
}
@media (min-width: 840px) {
  .page-news .series-grid {
    grid-template-columns: 7fr 5fr;
    grid-template-rows: auto auto;
    gap: clamp(20px, 2.4vw, 28px) clamp(20px, 2.6vw, 32px);
  }
  .page-news .series--a {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .page-news .series--b {
    grid-column: 2;
    grid-row: 1;
    margin-top: 36px;
  }
  .page-news .series--c {
    grid-column: 2;
    grid-row: 2;
    margin-top: -14px;
  }
}

/* 最新条目索引 */
.page-news .latest-section {
  padding-bottom: clamp(44px, 6vw, 84px);
}
.page-news .entry-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--teal);
}
.page-news .entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: clamp(18px, 2.4vw, 28px) clamp(4px, 1vw, 14px);
  border-bottom: 1px solid var(--news-rule);
  transition: background var(--dur) var(--ease), padding-left var(--dur) var(--ease);
}
.page-news .entry:hover {
  background: linear-gradient(90deg, rgba(243, 194, 124, .34), rgba(243, 194, 124, 0) 78%);
  padding-left: clamp(10px, 1.6vw, 24px);
}
.page-news .entry-title {
  margin: 0 0 8px;
  font-size: clamp(1.28rem, 2.6vw, 2.05rem);
  font-weight: 900;
  line-height: 1.24;
  letter-spacing: -.015em;
  color: var(--deep);
}
.page-news .entry-sum {
  margin: 0;
  max-width: 44em;
  font-size: .93rem;
  line-height: 1.8;
  color: var(--ink);
}
.page-news .entry-sum a {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(211, 58, 44, .35);
}
.page-news .entry-sum a:hover,
.page-news .entry-sum a:focus-visible {
  border-bottom-color: var(--red-deep);
  color: var(--red-deep);
}
.page-news .entry-when {
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--data);
  font-weight: 700;
}
.page-news .entry-cat {
  justify-self: start;
}
@media (min-width: 780px) {
  .page-news .entry {
    grid-template-columns: 116px minmax(0, 1fr) 96px;
    gap: 26px;
    align-items: start;
  }
  .page-news .entry-when {
    padding-top: 10px;
  }
  .page-news .entry-cat {
    justify-self: end;
    margin-top: 8px;
  }
}
.page-news .entry-break {
  list-style: none;
  padding: clamp(20px, 3vw, 36px) 0;
  border-bottom: 1px solid var(--news-rule);
}
.page-news .entry-break .figure {
  margin: 0;
}
.page-news .entry-break .media-cap {
  margin-top: 12px;
  font-size: .82rem;
  letter-spacing: .04em;
  color: var(--news-ink-quiet);
}

/* 按分类浏览 */
.page-news .browse-section {
  padding: clamp(40px, 6vw, 84px) 0;
  background: var(--teal-lt);
  border-radius: var(--radius);
}
.page-news .browse-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--news-gap);
}
.page-news .browse-main .title-lg {
  margin: 12px 0 clamp(20px, 3vw, 34px);
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.24;
  font-weight: 400;
}
.page-news .browse-main .title-lg strong {
  font-weight: 900;
  color: var(--teal);
}
.page-news .cat-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: clamp(18px, 2.2vw, 26px) 0;
  border-top: 1px solid var(--line-strong);
  transition: border-color var(--dur) var(--ease);
}
.page-news .cat-block:hover {
  border-top-color: var(--gold);
}
.page-news .cat-tag {
  font-size: 12px;
  letter-spacing: .14em;
  font-weight: 700;
  color: var(--gold);
}
.page-news .cat-title {
  margin: 0 0 6px;
  font-size: clamp(1.12rem, 1.8vw, 1.38rem);
  font-weight: 900;
  color: var(--deep);
  line-height: 1.34;
}
.page-news .cat-text {
  margin: 0;
  max-width: 40em;
  font-size: .92rem;
  line-height: 1.8;
  color: var(--ink);
}
@media (min-width: 640px) {
  .page-news .cat-block {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
  }
  .page-news .cat-tag {
    padding-top: 6px;
  }
}

/* 右侧计数窄栏 */
.page-news .browse-side {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: clamp(20px, 2.4vw, 28px);
  align-self: start;
}
.page-news .side-title {
  margin: 0 0 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--teal);
}
.page-news .count-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}
.page-news .count-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding: 11px 0;
  border-bottom: 1px solid var(--news-rule-soft);
  transition: transform var(--dur) var(--ease);
}
.page-news .count-item:hover {
  transform: translateY(-3px);
}
.page-news .count-num {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--data);
  line-height: 1;
}
.page-news .count-label {
  font-size: .88rem;
  color: var(--ink);
}
.page-news .side-foot {
  margin: 16px 0 0;
  font-size: .8rem;
  line-height: 1.7;
  color: var(--news-ink-quiet);
}
@media (min-width: 920px) {
  .page-news .browse-grid {
    grid-template-columns: minmax(0, 1fr) 264px;
    align-items: start;
  }
}

/* 年度回顾横向带 */
.page-news .review-section {
  padding: clamp(44px, 6vw, 86px) 0 clamp(40px, 5vw, 72px);
}
.page-news .review-track {
  list-style: none;
  margin: 0;
  padding: 4px 2px 22px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 272px);
  gap: clamp(16px, 2.2vw, 26px);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  border-top: 1px solid var(--news-rule);
  padding-top: clamp(22px, 3vw, 34px);
}
.page-news .review-item {
  scroll-snap-align: start;
  background: var(--sand);
  border: 1px solid var(--news-rule);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: clamp(18px, 2.2vw, 24px);
  min-height: 208px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform var(--dur) var(--ease), border-left-color var(--dur) var(--ease);
}
.page-news .review-item:nth-child(even) {
  transform: translateY(20px);
}
.page-news .review-item:hover {
  transform: translateY(-4px);
  border-left-color: var(--red);
}
.page-news .review-item:nth-child(even):hover {
  transform: translateY(14px);
}
.page-news .review-q {
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--teal);
  font-weight: 700;
}
.page-news .review-title {
  margin: 0;
  font-size: 1.16rem;
  font-weight: 900;
  color: var(--deep);
  line-height: 1.34;
}
.page-news .review-text {
  margin: 0;
  font-size: .89rem;
  line-height: 1.78;
  color: var(--ink);
}

/* 订阅 */
.page-news .subscribe-section {
  padding-bottom: clamp(48px, 7vw, 96px);
}
.page-news .sub-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(26px, 3.4vw, 48px);
  background: var(--deep);
  color: var(--white);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 52px);
  position: relative;
  overflow: hidden;
}
.page-news .sub-panel::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -46%;
  width: 46%;
  aspect-ratio: 2 / 1;
  background: linear-gradient(160deg, rgba(224, 138, 46, .42), rgba(70, 167, 184, 0) 72%);
  clip-path: polygon(0 62%, 18% 34%, 34% 52%, 52% 18%, 70% 44%, 86% 22%, 100% 40%, 100% 100%, 0 100%);
  pointer-events: none;
}
.page-news .sub-lead {
  position: relative;
}
.page-news .sub-lead .title-lg {
  margin: 12px 0 18px;
  font-size: clamp(1.7rem, 3.3vw, 2.55rem);
  line-height: 1.2;
  font-weight: 400;
  color: var(--white);
}
.page-news .sub-lead .title-lg strong {
  font-weight: 900;
  color: var(--gold-lt);
}
.page-news .sub-text {
  margin: 0;
  max-width: 36em;
  font-size: .94rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, .84);
}
.page-news .sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 3vw, 32px);
}
.page-news .sub-steps {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  align-content: start;
}
.page-news .sub-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(207, 226, 229, .22);
  border-radius: var(--radius-sm);
  background: rgba(207, 226, 229, .05);
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.page-news .sub-step:hover {
  transform: translateY(-4px);
  border-color: var(--gold-lt);
}
.page-news .sub-step-num {
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 700;
  color: var(--gold-lt);
  padding-top: 3px;
}
.page-news .sub-step p {
  margin: 0;
  font-size: .89rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, .88);
}
.page-news .eyebrow--on-deep {
  color: var(--gold-lt);
}
@media (min-width: 900px) {
  .page-news .sub-panel {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: center;
  }
}

/* 动效降级 */
@media (prefers-reduced-motion: reduce) {
  .page-news .series-card,
  .page-news .entry,
  .page-news .count-item,
  .page-news .review-item,
  .page-news .sub-step {
    transition: none;
  }
  .page-news .series-card:hover,
  .page-news .series-card:focus-within,
  .page-news .count-item:hover,
  .page-news .review-item:hover,
  .page-news .review-item:nth-child(even):hover,
  .page-news .sub-step:hover {
    transform: none;
  }
}

/* 图片自适应兜底 */
.page-news .media img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-news .media {
  overflow: hidden;
}
</main>
