.page-news {
  background: var(--ink-green);
  color: var(--bone);
  overflow-x: hidden;
}

.page-news .num {
  font-family: var(--font-mono);
  font-weight: 600;
}

/* ============ 首屏 ============ */
.page-news .news-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink-green);
  padding: clamp(26px, 5vw, 48px) 0 clamp(52px, 8vw, 96px);
}

.page-news .news-hero__cut {
  position: absolute;
  z-index: -1;
  top: -16%;
  right: -30%;
  width: 86%;
  height: 122%;
  background: linear-gradient(150deg, var(--green-3) 0%, var(--green-2) 58%, var(--cyan-deep) 100%);
  clip-path: polygon(36% 0, 100% 0, 100% 100%, 0 76%);
  opacity: 0.72;
}

.page-news .news-hero__contour {
  inset: 0;
  opacity: 0.16;
}

.page-news .news-hero__inner {
  position: relative;
  z-index: 1;
}

.page-news .news-hero .breadcrumb {
  margin-bottom: clamp(20px, 3vw, 36px);
  font-size: 13px;
}

.page-news .eyebrow {
  margin: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
}

.page-news .news-hero h1 {
  margin: 0 0 clamp(18px, 2.6vw, 28px);
  max-width: 20ch;
  font-size: clamp(31px, 6.8vw, 76px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.022em;
  color: var(--bone);
}

.page-news .news-hero__lede {
  max-width: 56ch;
  margin: 0 0 clamp(26px, 4vw, 44px);
  font-size: clamp(15.5px, 1.6vw, 18px);
  line-height: 1.8;
  color: rgba(255, 253, 247, 0.8);
}

.page-news .news-hero__facts {
  list-style: none;
  margin: 0;
  padding: clamp(18px, 3vw, 28px) 0 0;
  display: grid;
  gap: 16px;
  border-top: 1px solid var(--hair);
}

.page-news .news-hero__facts li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 253, 247, 0.72);
}

.page-news .news-hero__facts .num {
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1;
  color: var(--cyan);
}

/* ============ 头条 ============ */
.page-news .news-feature {
  position: relative;
  background: var(--ink-green);
  padding-bottom: clamp(56px, 8vw, 100px);
}

.page-news .news-feature__frame {
  position: relative;
  margin: 0;
  height: clamp(230px, 46vw, 470px);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
}

.page-news .news-feature__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.2) brightness(0.58);
}

.page-news .news-feature .shell {
  position: relative;
}

.page-news .news-feature__body {
  position: relative;
  margin-top: clamp(-64px, -4vw, -28px);
  padding: clamp(22px, 4.5vw, 48px);
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius-l);
  box-shadow: 0 26px 64px rgba(4, 12, 10, 0.42);
}

.page-news .news-feature__body .eyebrow {
  color: var(--amber-deep);
}

.page-news .news-feature__body h2 {
  max-width: 24ch;
  margin: 0 0 16px;
  font-size: clamp(23px, 3.4vw, 40px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.018em;
  color: var(--ink);
}

.page-news .news-feature__lead {
  max-width: 62ch;
  margin: 0 0 clamp(20px, 3vw, 34px);
  font-size: 16px;
  line-height: 1.8;
  color: rgba(10, 12, 11, 0.76);
}

.page-news .news-signals {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .news-signals li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(14px, 3vw, 28px);
  padding: clamp(16px, 2.4vw, 24px) 0;
  border-top: 1px solid rgba(10, 12, 11, 0.16);
}

.page-news .news-signals li:last-child {
  border-bottom: 1px solid rgba(10, 12, 11, 0.16);
}

.page-news .news-signals__num {
  font-family: var(--font-mono);
  font-size: clamp(30px, 4.6vw, 54px);
  font-weight: 600;
  line-height: 0.9;
  color: var(--amber-deep);
}

.page-news .news-signals h3 {
  margin: 0 0 6px;
  font-size: clamp(16px, 1.9vw, 19px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.page-news .news-signals p {
  max-width: 62ch;
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: rgba(10, 12, 11, 0.7);
}

/* ============ 通用小节标题 ============ */
.page-news .news-sec-head {
  max-width: 72ch;
  margin-bottom: clamp(28px, 4.5vw, 54px);
}

.page-news .news-sec-head h2 {
  margin: 0 0 14px;
  font-size: clamp(25px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--bone);
}

.page-news .news-sec-head p {
  margin: 0;
  font-size: clamp(15px, 1.5vw, 16.5px);
  line-height: 1.82;
  color: rgba(255, 253, 247, 0.74);
}

.page-news .news-sec-head--violet .eyebrow {
  color: var(--violet);
}

.page-news .news-sec-head--amber .eyebrow {
  color: var(--amber);
}

.page-news .news-sec-head--gold .eyebrow {
  color: var(--gold);
}

.page-news .band--paper .news-sec-head h2 {
  color: var(--ink);
}

.page-news .band--paper .news-sec-head p {
  color: rgba(10, 12, 11, 0.72);
}

.page-news .news-sec-head--cyan .eyebrow {
  color: var(--cyan-deep);
}

/* ============ 转会窗口 ============ */
.page-news .news-window {
  position: relative;
  overflow: hidden;
}

.page-news .news-window__contour {
  inset: 0;
  opacity: 0.12;
}

.page-news .news-window__visual {
  position: relative;
  margin: 0 0 clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--hair);
  border-radius: var(--radius-l);
}

.page-news .news-window__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06);
}

.page-news .news-window__visual figcaption {
  padding: 14px clamp(16px, 2.4vw, 24px);
  background: var(--ink-green);
  border-top: 1px solid var(--hair);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 253, 247, 0.66);
}

.page-news .news-track {
  list-style: none;
  margin: 0 0 clamp(30px, 5vw, 54px);
  padding: 4px 2px 22px;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--violet) rgba(255, 253, 247, 0.1);
}

.page-news .news-track:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.page-news .news-track::-webkit-scrollbar {
  height: 6px;
}

.page-news .news-track::-webkit-scrollbar-track {
  background: rgba(255, 253, 247, 0.08);
  border-radius: 999px;
}

.page-news .news-track::-webkit-scrollbar-thumb {
  background: var(--violet);
  border-radius: 999px;
}

.page-news .news-track__item {
  position: relative;
  flex: 0 0 clamp(228px, 66vw, 300px);
  scroll-snap-align: start;
  padding: 20px 20px 24px;
  background: var(--ink-green);
  border: 1px solid var(--hair);
  border-radius: var(--radius-m);
  transition: border-color 0.28s var(--ease);
}

.page-news .news-track__item::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 4px rgba(138, 92, 246, 0.18);
}

.page-news .news-track__item:hover {
  border-color: rgba(138, 92, 246, 0.6);
}

.page-news .news-track__item h3 {
  margin: 14px 0 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.01em;
  color: var(--bone);
}

.page-news .news-track__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.76;
  color: rgba(255, 253, 247, 0.66);
}

.page-news .news-window__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-news .news-window__list li {
  padding: clamp(18px, 2.6vw, 28px);
  background: rgba(11, 31, 26, 0.62);
  border: 1px solid var(--hair);
  border-radius: var(--radius-m);
  transition: border-color 0.28s var(--ease), background-color 0.28s var(--ease);
}

.page-news .news-window__list li:hover {
  border-color: rgba(138, 92, 246, 0.62);
  background: rgba(11, 31, 26, 0.86);
}

.page-news .news-window__list h3 {
  margin: 14px 0 8px;
  font-size: clamp(16.5px, 1.9vw, 19px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--bone);
}

.page-news .news-window__list p {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.78;
  color: rgba(255, 253, 247, 0.68);
}

.page-news .news-meta {
  display: block;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--karst);
}

/* ============ 轮次短评 ============ */
.page-news .news-rounds__grid {
  display: grid;
  gap: clamp(16px, 2.4vw, 24px);
}

.page-news .news-rounds__card {
  position: relative;
  padding: 24px 22px 24px clamp(58px, 9vw, 74px);
  background: var(--green-2);
  border-left: 3px solid var(--amber);
  border-radius: var(--radius-m);
  transition: background-color 0.28s var(--ease);
}

.page-news .news-rounds__card:hover,
.page-news .news-rounds__card:focus-visible {
  background: var(--green-3);
  outline: none;
}

.page-news .news-rounds__rail {
  position: absolute;
  left: 16px;
  top: 26px;
  writing-mode: vertical-rl;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--amber);
}

.page-news .news-rounds__card h3 {
  margin: 0 0 10px;
  font-size: clamp(17px, 2.1vw, 21px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.012em;
  color: var(--bone);
}

.page-news .news-rounds__card > p:not(.news-rounds__more) {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.78;
  color: rgba(255, 253, 247, 0.7);
}

.page-news .news-rounds__more {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.78;
  color: rgba(255, 253, 247, 0.58);
  transition: max-height 0.42s var(--ease), opacity 0.3s var(--ease), margin-top 0.3s var(--ease);
}

.page-news .news-rounds__card:hover .news-rounds__more,
.page-news .news-rounds__card:focus-visible .news-rounds__more {
  max-height: 260px;
  opacity: 1;
  margin-top: 12px;
}

/* ============ 数据专栏 ============ */
.page-news .news-data {
  position: relative;
  overflow: hidden;
}

.page-news .news-data__chart {
  margin: 0 0 clamp(22px, 3.4vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(10, 12, 11, 0.16);
  border-radius: var(--radius-l);
}

.page-news .news-data__chart img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 4;
  object-fit: cover;
}

.page-news .news-data__chart figcaption {
  padding: 13px 18px;
  background: var(--green-2);
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(255, 253, 247, 0.72);
}

.page-news .news-data__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-news .news-data__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(14px, 3vw, 26px);
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid rgba(10, 12, 11, 0.16);
}

.page-news .news-data__list li:last-child {
  border-bottom: 1px solid rgba(10, 12, 11, 0.16);
}

.page-news .news-data__num {
  font-family: var(--font-mono);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1;
  color: var(--cyan-deep);
}

.page-news .news-data__list h3 {
  margin: 0 0 5px;
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.page-news .news-data__list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.74;
  color: rgba(10, 12, 11, 0.7);
}

.page-news .news-data__aside {
  padding: clamp(20px, 2.6vw, 30px);
  background: var(--green-2);
  border-radius: var(--radius-l);
  color: rgba(255, 253, 247, 0.78);
}

.page-news .news-data__label {
  margin: 0 0 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
}

.page-news .news-data__hints {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.page-news .news-data__hints li {
  position: relative;
  padding: 0 0 12px 18px;
  font-size: 14px;
  line-height: 1.78;
}

.page-news .news-data__hints li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
}

.page-news .news-data__foot {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--hair);
  font-size: 13.5px;
  line-height: 1.78;
  color: rgba(255, 253, 247, 0.66);
}

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

/* ============ 专题系列 ============ */
.page-news .news-series__layout {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.page-news .news-series__visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hair);
  border-radius: var(--radius-l);
}

.page-news .news-series__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-news .news-series__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 12px;
}

.page-news .news-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--hair);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 253, 247, 0.78);
  transition: border-color 0.26s var(--ease), color 0.26s var(--ease);
}

.page-news .news-tag:hover {
  border-color: var(--cyan);
  color: var(--bone);
}

.page-news .news-tag__count {
  font-family: var(--font-mono);
  font-size: 0.72em;
  font-weight: 600;
  color: var(--karst);
}

.page-news .news-tag--xl {
  padding: 10px 20px;
  font-size: clamp(19px, 2.6vw, 27px);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--gold);
  border-color: rgba(217, 195, 122, 0.42);
}

.page-news .news-tag--lg {
  padding: 9px 18px;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  color: var(--bone);
  border-color: rgba(47, 243, 200, 0.34);
}

.page-news .news-tag--md {
  font-size: 15px;
  color: rgba(255, 253, 247, 0.8);
}

.page-news .news-tag--sm {
  font-size: 13px;
  color: rgba(255, 253, 247, 0.62);
}

.page-news .news-tag--xl .news-tag__count,
.page-news .news-tag--lg .news-tag__count {
  color: var(--cyan);
}

/* ============ 更新提醒与稿件投递 ============ */
.page-news .news-subscribe {
  position: relative;
  overflow: hidden;
}

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

.page-news .news-subscribe h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3.4vw, 40px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--bone);
}

.page-news .news-subscribe h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--cyan);
}

.page-news .news-subscribe p {
  max-width: 56ch;
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.82;
  color: rgba(255, 253, 247, 0.74);
}

.page-news .news-subscribe__mail {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  color: var(--cyan);
  word-break: break-all;
}

.page-news .news-subscribe .btn {
  margin-top: 8px;
}

/* ============ 响应式 ============ */
@media (min-width: 700px) {
  .page-news .news-hero__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(24px, 4vw, 56px);
  }

  .page-news .news-hero__facts li {
    flex-direction: column;
    gap: 8px;
  }
}

@media (min-width: 800px) {
  .page-news .news-rounds__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-news .news-rounds__card:nth-child(2n) {
    margin-top: 42px;
  }

  .page-news .news-rounds__grid {
    padding-bottom: 42px;
  }
}

@media (min-width: 820px) {
  .page-news .news-window__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-news .news-series__layout {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.4fr);
    gap: clamp(32px, 5vw, 64px);
  }
}

@media (min-width: 960px) {
  .page-news .split {
    align-items: start;
  }

  .page-news .news-data__aside {
    position: sticky;
    top: calc(var(--head-h) + 24px);
  }
}

@media (min-width: 880px) {
  .page-news .news-subscribe__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  }
}

@media (min-width: 1280px) {
  .page-news .news-hero__cut {
    right: -22%;
    width: 72%;
  }
}

@media (hover: none) {
  .page-news .news-rounds__more {
    max-height: none;
    opacity: 1;
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .news-rounds__more,
  .page-news .news-track__item,
  .page-news .news-window__list li,
  .page-news .news-tag {
    transition: none;
  }
}
