.page-news {
  --news-hair: 1px solid var(--line);
  color: var(--chalk);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---------- 面包屑 ---------- */
.page-news .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 clamp(20px, 3vw, 32px);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .08em;
  color: rgba(238, 243, 240, .5);
}

.page-news .breadcrumbs a {
  color: rgba(238, 243, 240, .74);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.page-news .breadcrumbs a:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.page-news .breadcrumbs__sep {
  color: var(--line);
}

/* ---------- 首屏简报 ---------- */
.page-news .news-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(24px, 4vw, 46px) 0 clamp(26px, 4vw, 52px);
  border-top: var(--news-hair);
  border-bottom: var(--news-hair);
}

.page-news .news-hero::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -8%;
  width: min(62%, 660px);
  height: 165%;
  z-index: -1;
  pointer-events: none;
  transform: skewX(-8deg);
  background: repeating-linear-gradient(72deg, rgba(31, 92, 58, .5) 0 1px, transparent 1px 17px);
}

.page-news .news-hero::after {
  content: "";
  position: absolute;
  top: -34%;
  right: -4%;
  width: 320px;
  height: 320px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 90, 31, .22), transparent 68%);
}

.page-news .news-hero .eyebrow {
  margin: 0;
  font-family: var(--font-editorial);
  font-size: 13px;
  letter-spacing: .16em;
  color: var(--paper);
}

.page-news .news-hero__title {
  margin: 14px 0 0;
  max-width: 16ch;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 7.2vw, 86px);
  line-height: .98;
  letter-spacing: -.018em;
  color: var(--chalk);
}

.page-news .news-hero__lead {
  margin: clamp(18px, 2.4vw, 26px) 0 0;
  max-width: 62ch;
  font-size: clamp(15.5px, 1.1vw, 17.5px);
  line-height: 1.85;
  color: rgba(238, 243, 240, .76);
}

.page-news .news-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 3vw, 32px);
}

.page-news .news-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(30px, 4.5vw, 52px);
  background: var(--line);
  border: var(--news-hair);
}

.page-news .news-strip__cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 16px;
  background: var(--ink);
}

.page-news .news-strip__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--chalk);
}

.page-news .news-strip__num--accent {
  color: var(--orange);
}

.page-news .news-strip__label {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(238, 243, 240, .62);
}

/* ---------- 编号章节骨架 ---------- */
.page-news .news-chapter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: clamp(38px, 6vw, 76px) 0;
  border-bottom: var(--news-hair);
}

.page-news .news-chapter:last-of-type {
  border-bottom: 0;
}

.page-news .news-chapter__num {
  margin: 0;
  padding-top: 8px;
  font-family: var(--font-data);
  font-size: 13px;
  letter-spacing: .2em;
  color: var(--orange);
}

.page-news .news-head {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.page-news .news-head .eyebrow {
  margin: 0;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .18em;
  color: rgba(238, 243, 240, .5);
}

.page-news .section-title {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.02;
  letter-spacing: -.015em;
  color: var(--chalk);
}

.page-news .section-lead {
  margin: 14px 0 0;
  max-width: 66ch;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(238, 243, 240, .74);
}

/* ---------- 01 最新集锦 ---------- */
.page-news .hl-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-news .hl-filter {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-news .hl-filter__label {
  margin: 0;
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .16em;
  color: rgba(238, 243, 240, .48);
}

.page-news .hl-filter__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .filter-btn {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .06em;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: rgba(238, 243, 240, .72);
  cursor: pointer;
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease), background-color var(--dur) var(--ease);
}

.page-news .filter-btn:hover {
  color: var(--chalk);
  border-color: var(--turf);
}

.page-news .filter-btn[aria-pressed="true"] {
  background: var(--orange);
  border-color: var(--orange);
  color: #180800;
  font-weight: 600;
}

.page-news .hl-feature {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: var(--news-hair);
  background: linear-gradient(180deg, rgba(18, 59, 39, .72) 0%, rgba(7, 22, 15, .96) 100%);
}

.page-news .hl-feature__media {
  position: relative;
  overflow: hidden;
  background: var(--shade);
}

.page-news .hl-feature__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(.86) contrast(1.06);
  transition: transform 520ms var(--ease);
}

.page-news .hl-feature:hover .hl-feature__media img {
  transform: scale(1.03);
}

.page-news .hl-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: clamp(20px, 3vw, 32px);
}

.page-news .hl-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 12px;
  letter-spacing: .08em;
  color: rgba(238, 243, 240, .55);
}

.page-news .hl-feature__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.14;
  color: var(--chalk);
}

.page-news .hl-feature__text {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(238, 243, 240, .72);
}

.page-news .hl-feature__stats {
  margin: 4px 0 0;
  padding-top: 12px;
  border-top: var(--news-hair);
  font-size: 12.5px;
  letter-spacing: .04em;
  color: var(--cyan);
}

.page-news .hl-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
}

.page-news .hl-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 20px;
  border: var(--news-hair);
  background: var(--turf-deep);
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), background-color var(--dur) var(--ease);
}

.page-news .hl-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--orange);
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}

.page-news .hl-item:hover {
  transform: translateY(-3px);
  border-color: var(--turf);
  background: rgba(31, 92, 58, .5);
}

.page-news .hl-item:hover::before {
  opacity: 1;
}

.page-news .hl-item__title {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--chalk);
}

.page-news .hl-item__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.78;
  color: rgba(238, 243, 240, .66);
}

/* ---------- 02 数据观察 ---------- */
.page-news .watch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-news .watch-figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: var(--news-hair);
}

.page-news .watch-body {
  display: grid;
  gap: 22px;
  align-content: start;
}

.page-news .watch-metric {
  padding-top: 14px;
  border-top: 2px solid var(--turf);
}

.page-news .watch-metric__name {
  margin: 0 0 8px;
  font-size: 12.5px;
  letter-spacing: .16em;
  color: var(--orange);
}

.page-news .watch-metric__text {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(238, 243, 240, .76);
}

/* ---------- 03 档案专题 ---------- */
.page-news .archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.page-news .archive-figure {
  position: relative;
}

.page-news .archive-figure img {
  width: 100%;
  aspect-ratio: 14 / 9;
  object-fit: cover;
  border: var(--news-hair);
}

.page-news .archive-body {
  display: grid;
  gap: 22px;
  align-content: start;
}

.page-news .archive-lead {
  margin: 0;
  font-family: var(--font-editorial);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.9;
  color: var(--chalk);
}

.page-news .archive-block__label {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .16em;
  color: rgba(238, 243, 240, .5);
}

.page-news .archive-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.page-news .archive-tags li {
  font-family: var(--font-data);
  font-size: 12.5px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  background: rgba(232, 223, 200, .07);
  color: var(--paper);
}

.page-news .archive-block__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.82;
  color: rgba(238, 243, 240, .72);
}

/* ---------- 04 编辑推荐 ---------- */
.page-news .picks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-news .pick {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border: var(--news-hair);
  background: linear-gradient(160deg, rgba(18, 59, 39, .55), rgba(7, 22, 15, .95));
  transition: border-color var(--dur) var(--ease);
}

.page-news .pick:hover {
  border-color: var(--turf);
}

.page-news .pick--lead {
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.page-news .pick__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-news .pick__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 22px 24px;
}

.page-news .pick__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.2;
  color: var(--chalk);
}

.page-news .pick__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(238, 243, 240, .72);
}

.page-news .picks-foot {
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: var(--news-hair);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(238, 243, 240, .58);
}

.page-news .picks-foot a {
  color: var(--chalk);
  text-decoration: none;
  border-bottom: 1px solid var(--orange);
  transition: color var(--dur) var(--ease);
}

.page-news .picks-foot a:hover {
  color: var(--orange);
}

/* ---------- 05 更新节奏 ---------- */
.page-news .beat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: var(--news-hair);
}

.page-news .beat {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 20px 0;
  border-bottom: var(--news-hair);
}

.page-news .beat__time {
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--orange);
}

.page-news .beat__body {
  font-size: 15.5px;
  line-height: 1.82;
  color: rgba(238, 243, 240, .76);
}

.page-news .beat__body strong {
  color: var(--chalk);
  font-weight: 600;
}

/* ---------- 06 订阅与回看 ---------- */
.page-news .follow-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 24px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(255, 90, 31, .45);
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(255, 90, 31, .16), transparent 62%),
    linear-gradient(150deg, rgba(18, 59, 39, .9), rgba(7, 22, 15, .98));
}

.page-news .follow-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), rgba(255, 90, 31, 0));
}

.page-news .follow-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news .follow-note {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(238, 243, 240, .58);
}

.page-news .follow-note a {
  color: var(--chalk);
  text-decoration: none;
  border-bottom: 1px solid var(--orange);
  transition: color var(--dur) var(--ease);
}

.page-news .follow-note a:hover {
  color: var(--orange);
}

/* ---------- 断点 ---------- */
@media (min-width: 720px) {
  .page-news .hl-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 780px) {
  .page-news .hl-feature {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }
}

@media (min-width: 820px) {
  .page-news .news-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-news .follow-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 40px;
  }
}

@media (min-width: 860px) {
  .page-news .picks-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    grid-auto-rows: minmax(0, auto);
    gap: 18px;
  }
  .page-news .pick--lead {
    grid-row: span 2;
  }
}

@media (min-width: 900px) {
  .page-news .watch-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 36px;
    align-items: start;
  }
  .page-news .archive-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 36px;
    align-items: start;
  }
  .page-news .beat {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
    align-items: baseline;
  }
}

@media (min-width: 960px) {
  .page-news .news-chapter {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 36px;
  }
  .page-news .news-chapter__num {
    position: sticky;
    top: calc(var(--topbar-h) + 28px);
  }
  .page-news .hl-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news *,
  .page-news *::before,
  .page-news *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
