.page-news {
  --news-ver: var(--jh-orange);
  --news-path: var(--jh-cyan);
  --news-member: var(--jh-gold);
  --news-region: var(--jh-green);
  --news-svc: var(--jh-mist);
  --news-accent: var(--jh-orange);
  --news-panel: rgba(20, 28, 74, .55);
  --news-hair: rgba(245, 248, 255, .1);
  --news-maxw: 70ch;
}

/* ---------- 面包屑 ---------- */
.page-news .news-crumb {
  padding-top: clamp(16px, 2.4vw, 26px);
}

/* ---------- 页首 ---------- */
.page-news .news-head {
  padding-top: clamp(18px, 2.6vw, 30px);
}
.page-news .news-head__title {
  margin: 14px 0 0;
  max-width: 20ch;
}
.page-news .news-head__lede {
  margin-top: 18px;
  max-width: 62ch;
}
.page-news .news-head__meta {
  list-style: none;
  margin: clamp(26px, 3.6vw, 38px) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px clamp(24px, 4vw, 52px);
}
.page-news .news-head__meta li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  padding-left: 14px;
}
.page-news .news-head__meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  bottom: .35em;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--jh-orange), var(--jh-cyan));
}
.page-news .news-mono {
  font-family: var(--jh-f-mono);
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: .01em;
  color: var(--jh-snow);
}
.page-news .news-head__metak {
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--jh-mist);
}

/* ---------- 通栏图 ---------- */
.page-news .news-banner {
  margin-top: clamp(26px, 4.4vw, 48px);
}
.page-news .news-banner .jh-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--jh-r-lg);
  border: 1px solid var(--jh-glass-line);
}
.page-news .news-banner .jh-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(110% 90% at 50% 12%, rgba(34, 224, 208, .18), transparent 62%),
    linear-gradient(180deg, rgba(10, 16, 48, 0) 42%, rgba(10, 16, 48, .9) 100%);
}

/* ---------- 章节标题 ---------- */
.page-news .news-sechead {
  max-width: 62ch;
}
.page-news .news-sechead h2 {
  margin: 12px 0 0;
}
.page-news .news-sechead .jh-note {
  margin: 14px 0 0;
}

/* ---------- 本季重点 ---------- */
.page-news .news-top__grid {
  margin-top: clamp(24px, 3.6vw, 40px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 1.8vw, 22px);
}
.page-news .news-pick {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 11px;
  overflow: hidden;
  padding: clamp(22px, 2.7vw, 34px);
  border-radius: var(--jh-r-lg);
  border: 1px solid var(--jh-glass-line);
  background: linear-gradient(180deg, rgba(20, 28, 74, .92), rgba(10, 16, 48, .86));
  transition: border-color .3s var(--jh-ease), transform .3s var(--jh-ease);
}
.page-news .news-pick::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 14%;
  right: 0;
  width: 3px;
  height: 0;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(180deg, var(--jh-cyan), var(--jh-orange));
  transition: height .44s var(--jh-ease);
}
.page-news .news-pick:hover,
.page-news .news-pick:focus-within {
  border-color: rgba(34, 224, 208, .38);
}
.page-news .news-pick:hover::after,
.page-news .news-pick:focus-within::after {
  height: 72%;
}
.page-news .news-pick__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.page-news .news-pick h3 {
  margin: 2px 0 0;
  font-family: var(--jh-f-title);
  font-size: clamp(20px, 2.3vw, 27px);
  line-height: 1.36;
  letter-spacing: -.01em;
  color: var(--jh-snow);
}
.page-news .news-pick p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--jh-mist);
  max-width: 52ch;
}
.page-news .news-pick--lead {
  justify-content: flex-end;
  min-height: 300px;
  padding-top: 40%;
}
.page-news .news-pick__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}
.page-news .news-pick__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .42;
}
.page-news .news-pick--lead::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(188deg, rgba(10, 16, 48, .34) 0%, rgba(10, 16, 48, .9) 58%, rgba(10, 16, 48, .98) 100%);
}
.page-news .news-pick--lead > *:not(.news-pick__bg) {
  position: relative;
  z-index: 2;
}

/* ---------- 时间胶囊 ---------- */
.page-news .news-time {
  display: inline-block;
  font-family: var(--jh-f-mono);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--jh-mist);
  background: rgba(245, 248, 255, .07);
  border: 1px solid rgba(245, 248, 255, .1);
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

/* ---------- 归档头部 ---------- */
.page-news .news-archivehead {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.6vw, 34px);
  align-items: center;
}
.page-news .news-archivehead__fig {
  margin: 0;
  border-radius: var(--jh-r-lg);
  overflow: hidden;
  border: 1px solid var(--jh-glass-line);
}
.page-news .news-archivehead__text h2 {
  margin: 12px 0 0;
}
.page-news .news-archivehead__text .jh-note {
  margin: 12px 0 0;
  max-width: 56ch;
}

/* ---------- 归档主体 ---------- */
.page-news .news-archive {
  margin-top: clamp(26px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 3vw, 30px);
}
.page-news .news-tabbar {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid var(--news-hair);
}
.page-news .news-tabbar::-webkit-scrollbar {
  display: none;
}
.page-news .news-tabbar .jh-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border-radius: 999px;
  transition: background .26s var(--jh-ease), color .26s var(--jh-ease), border-color .26s var(--jh-ease);
}
.page-news .news-tabbar .jh-tab[aria-selected="true"] {
  background: var(--jh-orange);
  border-color: var(--jh-orange);
  color: #0A1030;
}
.page-news .news-tabbar__count {
  font-family: var(--jh-f-mono);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(245, 248, 255, .12);
  color: inherit;
}
.page-news .news-tabbar .jh-tab[aria-selected="true"] .news-tabbar__count {
  background: rgba(10, 16, 48, .2);
}

.page-news .news-panels {
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
  align-content: start;
}

/* ---------- 条目 ---------- */
.page-news .news-item {
  position: relative;
  padding: 20px 22px 22px 24px;
  border-left: 3px solid var(--news-accent);
  border-radius: 2px var(--jh-r) var(--jh-r) 2px;
  background: linear-gradient(90deg, rgba(20, 28, 74, .82), rgba(20, 28, 74, .42));
  transition: background .3s var(--jh-ease), box-shadow .3s var(--jh-ease);
}
.page-news .news-item:hover {
  background: linear-gradient(90deg, rgba(32, 42, 98, .92), rgba(20, 28, 74, .56));
  box-shadow: 0 10px 30px -18px rgba(34, 224, 208, .5);
}
.page-news .news-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 9px;
}
.page-news .news-item__cat {
  font-family: var(--jh-f-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--news-accent);
}
.page-news .news-item__title {
  margin: 0 0 8px;
  font-family: var(--jh-f-title);
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.48;
  letter-spacing: -.005em;
  color: var(--jh-snow);
}
.page-news .news-item__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.82;
  color: var(--jh-mist);
  max-width: 74ch;
}

.page-news .news-item--ver { --news-accent: var(--jh-orange); }
.page-news .news-item--path { --news-accent: var(--jh-cyan); }
.page-news .news-item--member { --news-accent: var(--jh-gold); }
.page-news .news-item--region { --news-accent: var(--jh-green); }
.page-news .news-item--svc { --news-accent: var(--jh-mist); }

/* ---------- 地区站点 ---------- */
.page-news .news-region {
  position: relative;
}
.page-news .news-region::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 224, 208, .38), rgba(255, 106, 31, .28), transparent);
}
.page-news .news-region__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 3.4vw, 44px);
  align-items: start;
}
.page-news .news-region__text h2 {
  margin: 12px 0 0;
}
.page-news .news-region__text .jh-lede {
  margin-top: 16px;
  max-width: 60ch;
}
.page-news .news-region__list {
  margin-top: 22px;
}
.page-news .news-region__list li {
  line-height: 1.8;
}
.page-news .news-region__more {
  margin: 22px 0 0;
  font-size: 15px;
}
.page-news .news-region__more a {
  color: var(--jh-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 224, 208, .35);
  padding-bottom: 2px;
}
.page-news .news-region__more a:hover {
  border-bottom-color: var(--jh-cyan);
}
.page-news .news-region__fig {
  margin: 0;
  border-radius: var(--jh-r-lg);
  overflow: hidden;
  border: 1px solid var(--jh-glass-line);
  position: relative;
}
.page-news .news-region__fig::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(36, 27, 77, .25), rgba(10, 16, 48, .55));
}

/* ---------- 更新节奏 ---------- */
.page-news .news-rhythm__lede {
  margin-top: 16px;
  max-width: 64ch;
}
.page-news .news-rhythm__grid {
  margin-top: clamp(24px, 3.4vw, 38px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
.page-news .news-fold {
  border-radius: var(--jh-r);
  border: 1px solid var(--jh-glass-line);
  background: rgba(20, 28, 74, .45);
  overflow: hidden;
}
.page-news .news-fold .jh-fold__head {
  width: 100%;
  text-align: left;
}
.page-news .news-fold .jh-fold__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: var(--jh-mist);
  max-width: 68ch;
}

/* ---------- 收束 ---------- */
.page-news .news-cta {
  margin-top: clamp(30px, 4.4vw, 52px);
  padding: clamp(24px, 3.4vw, 40px);
  border-radius: var(--jh-r-lg);
  border: 1px solid rgba(255, 106, 31, .3);
  background:
    radial-gradient(120% 140% at 8% 0%, rgba(255, 106, 31, .16), transparent 58%),
    linear-gradient(180deg, rgba(20, 28, 74, .8), rgba(10, 16, 48, .9));
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-news .news-cta__text {
  margin: 0;
  font-size: clamp(16px, 1.9vw, 19px);
  line-height: 1.7;
  color: var(--jh-snow);
  max-width: 54ch;
}
.page-news .news-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-news .news-cta__actions .jh-btn {
  text-decoration: none;
}

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

@media (min-width: 860px) {
  .page-news .news-top__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .page-news .news-pick {
    grid-column: span 7;
  }
  .page-news .news-pick--lead {
    grid-column: span 5;
    grid-row: span 2;
    padding-top: clamp(22px, 2.7vw, 34px);
  }
  .page-news .news-rhythm__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-news .news-region__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .page-news .news-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .page-news .news-cta__text {
    flex: 1 1 46%;
  }
  .page-news .news-cta__actions {
    flex: 0 0 auto;
    justify-content: flex-end;
  }
}

@media (min-width: 960px) {
  .page-news .news-archive {
    grid-template-columns: 196px minmax(0, 1fr);
    gap: clamp(28px, 4vw, 52px);
  }
  .page-news .news-tabbar {
    flex-direction: column;
    overflow: visible;
    position: sticky;
    top: calc(var(--jh-header-h) + 18px);
    align-self: start;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .page-news .news-tabbar .jh-tab {
    width: 100%;
    justify-content: space-between;
  }
  .page-news .news-region__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: center;
  }
}

@media (min-width: 1120px) {
  .page-news .news-archivehead {
    grid-template-columns: 260px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-news .news-pick,
  .page-news .news-pick::after,
  .page-news .news-item,
  .page-news .news-tabbar .jh-tab {
    transition: none;
  }
  .page-news .news-pick:hover::after,
  .page-news .news-pick:focus-within::after {
    height: 72%;
  }
}
