.page-news {
  --news-gap: clamp(18px, 3vw, 34px);
  --news-rule: 1px solid var(--line);
  --news-rule-strong: 1px solid var(--line-strong);
  background: var(--cream);
  color: var(--text);
  font-family: var(--font-sans);
}

.page-news .section {
  padding-block: clamp(36px, 6vw, 74px);
}

.page-news .section--tight {
  padding-block: clamp(22px, 3.4vw, 40px);
}

.page-news .breadcrumb {
  margin-bottom: clamp(14px, 2vw, 26px);
}

/* ---------- 首屏 ---------- */
.page-news .news-cover {
  border-top: 6px solid var(--red-clay);
  padding-top: clamp(16px, 2.6vw, 30px);
}

.page-news .news-cover__grid {
  display: grid;
  gap: var(--news-gap);
  align-items: start;
}

.page-news .news-cover__title {
  font-size: clamp(34px, 7vw, 78px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: var(--ink);
  margin: 10px 0 0;
}

.page-news .news-cover__title em {
  font-style: normal;
  color: var(--red-clay);
}

.page-news .news-cover__lead {
  margin-top: clamp(14px, 2vw, 22px);
  max-width: 36em;
  color: var(--text-soft);
}

.page-news .news-cover__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(20px, 3vw, 30px);
  border-top: var(--news-rule-strong);
  border-bottom: var(--news-rule);
  padding-block: 14px;
}

.page-news .news-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.page-news .news-stat__num {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  color: var(--red-clay);
  letter-spacing: -0.01em;
  line-height: 1;
}

.page-news .news-stat__label {
  font-size: 13px;
  color: var(--stone);
  letter-spacing: 0.04em;
}

.page-news .news-cover__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(20px, 3vw, 28px);
}

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

.page-news .news-cover__figure .figure__frame {
  border: var(--news-rule);
  box-shadow: var(--shadow-1);
  overflow: hidden;
}

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

/* ---------- 索引区 ---------- */
.page-news .news-index {
  border-top: var(--news-rule-strong);
}

.page-news .news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: clamp(16px, 2.4vw, 24px);
}

.page-news .news-filter__sep {
  width: 1px;
  align-self: stretch;
  min-height: 22px;
  background: var(--line-strong);
  margin-inline: 4px;
}

.page-news .news-timeline {
  display: flex;
  gap: 12px;
  margin-top: clamp(18px, 2.6vw, 26px);
  padding-bottom: 8px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.page-news .news-timeline__item {
  flex: 0 0 auto;
  width: min(76vw, 250px);
  scroll-snap-align: start;
  padding: 16px 18px;
  background: var(--white);
  border: var(--news-rule);
  border-left: 3px solid var(--jade);
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.page-news .news-timeline__item--now {
  border-left-color: var(--sun);
  background: var(--paper);
}

.page-news .news-timeline__ver {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--stone);
}

.page-news .news-timeline__quarter {
  margin: 0;
  font-weight: 700;
  color: var(--ink);
  font-size: 15px;
}

.page-news .news-timeline__num {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--red-clay);
  line-height: 1;
}

.page-news .news-timeline__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-soft);
}

/* ---------- 条目清单 ---------- */
.page-news .news-list {
  background: var(--white);
}

.page-news .news-list__head {
  margin-bottom: clamp(14px, 2vw, 22px);
}

.page-news .news-list__wrap {
  border-top: var(--news-rule-strong);
}

.page-news .rec {
  border-bottom: var(--news-rule);
  background: var(--white);
  transition: background 200ms var(--ease);
}

.page-news .rec[open] {
  background: var(--paper);
}

.page-news .rec > summary.rec__row {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: 16px 0;
  align-items: start;
}

.page-news .rec > summary.rec__row::-webkit-details-marker {
  display: none;
}

.page-news .rec > summary.rec__row:focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 2px;
}

.page-news .rec__no {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--red-clay);
  font-weight: 700;
  white-space: nowrap;
}

.page-news .rec__no::after {
  content: "";
  display: block;
  margin-top: 6px;
  border-bottom: 1px dotted var(--line-strong);
}

.page-news .rec__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: 0.005em;
}

.page-news .rec__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.page-news .rec__detail {
  padding: 0 0 18px;
  max-width: 64ch;
}

.page-news .rec__detail p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-soft);
  border-left: 2px solid var(--clay-light);
  padding-left: 14px;
}

/* ---------- 专题聚合 ---------- */
.page-news .news-facets .section-head {
  margin-bottom: clamp(10px, 2vw, 18px);
}

.page-news .facet {
  display: grid;
  gap: clamp(16px, 2.6vw, 28px);
  padding-block: clamp(22px, 3.4vw, 40px);
  border-top: var(--news-rule-strong);
  align-items: center;
}

.page-news .facet:first-of-type {
  border-top: none;
}

.page-news .facet__title {
  margin: 10px 0 0;
  font-size: clamp(19px, 2.4vw, 26px);
  line-height: 1.35;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.page-news .facet__desc {
  margin: 10px 0 0;
  max-width: 34em;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-soft);
}

.page-news .facet__list {
  list-style: none;
  margin: clamp(14px, 2vw, 20px) 0 0;
  padding: 0;
  border-top: var(--news-rule);
}

.page-news .facet__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 12px;
  padding: 11px 0;
  border-bottom: var(--news-rule);
}

.page-news .facet__code {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--jade);
  font-weight: 700;
  white-space: nowrap;
}

.page-news .facet__name {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
}

.page-news .facet__time {
  grid-column: 2 / -1;
  font-size: 12px;
  color: var(--stone);
  letter-spacing: 0.04em;
}

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

.page-news .facet__figure .figure__frame {
  border: var(--news-rule);
  background: var(--white);
  box-shadow: var(--shadow-2);
  overflow: hidden;
}

/* ---------- 归档表 ---------- */
.page-news .news-archive {
  background: var(--white);
}

.page-news .news-table__caption {
  caption-side: top;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--stone);
  padding-bottom: 10px;
}

.page-news .news-table td,
.page-news .news-table th {
  font-size: 14px;
  line-height: 1.6;
  vertical-align: top;
}

.page-news .news-table .status-dot {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.page-news .news-archive__note {
  margin: clamp(14px, 2vw, 22px) 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-soft);
  max-width: 40em;
  padding-left: 14px;
  border-left: 3px solid var(--sun);
}

/* ---------- 检索与索取 ---------- */
.page-news .news-query .eyebrow {
  color: var(--sun);
}

.page-news .news-query .section-title {
  color: var(--cream);
}

.page-news .news-query__grid {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.page-news .news-query__segs {
  list-style: none;
  margin: clamp(16px, 2.4vw, 24px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line-inverse);
}

.page-news .news-query__segs li {
  border-bottom: 1px solid var(--line-inverse);
}

.page-news .news-query__segs a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 14px;
  align-items: baseline;
  padding: 13px 0;
  color: var(--cream);
  text-decoration: none;
  transition: color 160ms var(--ease);
}

.page-news .news-query__segs a:hover,
.page-news .news-query__segs a:focus-visible {
  color: var(--sun);
}

.page-news .news-query__seg {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--jade);
}

.page-news .news-query__segs a:hover .news-query__seg,
.page-news .news-query__segs a:focus-visible .news-query__seg {
  color: var(--sun);
}

.page-news .news-query__segdesc {
  font-size: 14px;
  line-height: 1.6;
}

.page-news .news-query__hint {
  margin-top: clamp(16px, 2.4vw, 22px);
  font-size: 14px;
  line-height: 1.9;
  color: rgba(245, 240, 230, 0.78);
  max-width: 40em;
}

.page-news .news-query__hint a {
  color: var(--sun);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-news .news-query__contact {
  border: 1px solid var(--line-inverse);
  background: var(--moss);
  padding: clamp(20px, 3vw, 30px);
  box-shadow: var(--shadow-2);
}

.page-news .news-query__desc {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(245, 240, 230, 0.82);
  max-width: 34em;
}

.page-news .news-query__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line-inverse);
}

.page-news .news-query__val {
  font-size: 14px;
  color: var(--cream);
  overflow-wrap: anywhere;
  min-width: 0;
}

.page-news .news-query__btn {
  margin-top: clamp(18px, 2.6vw, 24px);
}

/* ---------- 响应式 ---------- */
@media (min-width: 760px) {
  .page-news .news-cover__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-news .rec > summary.rec__row {
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 0 18px;
    align-items: center;
    padding: 15px 0;
  }

  .page-news .rec__no::after {
    margin-top: 5px;
    width: 72px;
  }

  .page-news .rec__meta {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .page-news .rec__detail {
    padding: 0 0 20px 114px;
  }

  .page-news .facet__list li {
    grid-template-columns: 78px minmax(0, 1fr) auto;
    align-items: baseline;
  }

  .page-news .facet__time {
    grid-column: 3 / -1;
    text-align: right;
    white-space: nowrap;
  }

  .page-news .news-query__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: start;
  }
}

@media (min-width: 980px) {
  .page-news .news-cover__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: clamp(28px, 4vw, 52px);
  }

  .page-news .news-timeline__item {
    width: auto;
    flex: 1 1 0;
  }

  .page-news .facet {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 56px);
  }

  .page-news .facet--flip .facet__text {
    order: 2;
  }

  .page-news .facet--flip .facet__figure {
    order: 1;
  }
}
