:root {
  --pp-green: #17633d;
  --pp-deep: #083822;
  --pp-blue: #075ac7;
  --pp-blue-dark: #05306d;
  --pp-gold: #d4ad64;
  --pp-ink: #23352e;
  --pp-muted: #65736e;
  --pp-line: rgba(24, 83, 54, .14);
  --pp-bg: #f7faf7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--pp-ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.pp-wrap {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
}

.pp-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 78px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(20, 76, 48, .1);
  backdrop-filter: blur(12px);
}

.pp-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.pp-logo img {
  width: 142px;
  height: auto;
}

.pp-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  font-size: 15px;
  color: #172d24;
}

.pp-nav a {
  position: relative;
  line-height: 78px;
  transition: color .22s ease;
}

.pp-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 19px;
  width: 0;
  height: 2px;
  background: var(--pp-green);
  transform: translateX(-50%);
  transition: width .22s ease;
}

.pp-nav a:hover,
.pp-nav .is-active {
  color: var(--pp-green);
  font-weight: 600;
}

.pp-nav a:hover::after,
.pp-nav .is-active::after {
  width: 36px;
}

.pp-search {
  width: 206px;
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(26, 79, 52, .18);
  border-radius: 20px;
  padding: 0 12px 0 18px;
  background: rgba(255, 255, 255, .86);
}

.pp-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--pp-ink);
  background: transparent;
  font-size: 13px;
}

.pp-search button {
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer;
  background: radial-gradient(circle at 42% 42%, transparent 0 39%, #1b5540 41% 54%, transparent 56%) center / 18px 18px no-repeat;
  position: relative;
}

.pp-search button::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 8px;
  height: 2px;
  background: #1b5540;
  transform: rotate(45deg);
  border-radius: 2px;
}

.pp-hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 75%, rgba(82, 181, 255, .42), transparent 22%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, .9), transparent 0 18%, rgba(34, 125, 255, .25) 19%, transparent 29%),
    linear-gradient(115deg, #082c61 0%, #0757ba 47%, #0e7ee1 100%);
}

.pp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 24, 62, .45), transparent 30%, transparent 72%, rgba(5, 24, 62, .38)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 80px);
}

.pp-hero__city {
  position: absolute;
  inset: 0;
  opacity: .45;
  background: url("../picture/banner.jpg") center / cover no-repeat;
  mix-blend-mode: screen;
  filter: saturate(1.15) contrast(1.08);
}

.pp-hero__van,
.pp-hero__camera {
  position: absolute;
  z-index: 1;
  bottom: 78px;
  width: 310px;
  height: 148px;
  opacity: .56;
  filter: drop-shadow(0 22px 24px rgba(0, 9, 40, .4));
}

.pp-hero__van {
  left: max(40px, calc((100vw - 1200px) / 2 - 110px));
}

.pp-hero__van::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 224px;
  height: 86px;
  border-radius: 18px 28px 14px 14px;
  background: linear-gradient(180deg, #e9f3ff, #aec9eb);
  box-shadow: inset -60px 0 0 rgba(23, 84, 155, .35);
}

.pp-hero__van::after {
  content: "";
  position: absolute;
  left: 44px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #071c3d;
  box-shadow: 146px 0 0 #071c3d;
}

.pp-hero__camera {
  right: max(50px, calc((100vw - 1200px) / 2 - 78px));
}

.pp-hero__camera::before {
  content: "";
  position: absolute;
  right: 48px;
  bottom: 48px;
  width: 140px;
  height: 70px;
  border-radius: 14px;
  background: linear-gradient(135deg, #061d3d, #183f75);
  box-shadow: -34px -6px 0 #0a2a55, 64px 16px 0 -20px #4da9ff;
}

.pp-hero__camera::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 6px;
  width: 154px;
  height: 92px;
  border-left: 4px solid rgba(255,255,255,.35);
  border-bottom: 4px solid rgba(255,255,255,.35);
  transform: skewX(-16deg);
}

.pp-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 570px;
  display: grid;
  grid-template-columns: 1fr 560px;
  align-items: center;
  gap: 50px;
}

.pp-hero__copy {
  padding-top: 28px;
  text-align: center;
  text-shadow: 0 4px 18px rgba(0, 17, 60, .38);
}

.pp-hero__copy p {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.pp-hero__copy h1 {
  margin: 0;
  color: #fff5d8;
  font-family: "SimSun", "Songti SC", serif;
  font-size: 66px;
  line-height: 1.15;
  font-weight: 700;
}

.pp-hero__copy strong {
  display: block;
  margin-top: 20px;
  font-size: 21px;
  letter-spacing: 5px;
  color: #eaf7ff;
}

.pp-hero__screen {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 14px;
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(218, 242, 255, .9), rgba(33, 119, 225, .45));
  border: 2px solid rgba(178, 227, 255, .82);
  box-shadow: 0 26px 66px rgba(0, 24, 94, .42), inset 0 0 26px rgba(255, 255, 255, .45);
}

/* KXC(2026-08-23): 原来写死 height:288px + cover，
   而 banner.jpg 是 1920x700 的宽幅新闻画面（比例 2.74），
   塞进 1.83 的框里左右各裁掉一截，合计丢 33% 画面。
   改成让屏幕跟随画面本身的比例 —— 电视框本来就该按片源的比例显示。 */
.pp-hero__screen img {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 700;
  object-fit: contain;
  background: #06142c;
  border-radius: 8px;
}

.pp-section {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
}

.pp-title {
  margin-bottom: 42px;
  text-align: center;
}

.pp-title h2 {
  margin: 0;
  font-family: "SimSun", "Songti SC", serif;
  font-size: 34px;
  line-height: 1.2;
  color: #293730;
}

/* KXC(2026-08-23): 原来左右各放一个 ❧（U+2767 装饰符号）。
   这类字符在不同字体里渲染差异很大 —— 有的是叶片、有的是心形、
   缺字体时是方框，所以两侧看起来不匀称。
   换成标题下方的金色短线：不依赖字形支持，任何环境下都一致，
   也和站内其它页面已经在用的处理一致。 */
.pp-title h2::before,
.pp-title h2::after {
  content: none;
}

.pp-title h2 {
  padding-bottom: 16px;
  position: relative;
}

.pp-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--kxc-gold, #c18747);
  transform: translateX(-50%);
}

.pp-milestones {
  padding-top: 66px;
  background:
    radial-gradient(circle at 8% 25%, rgba(215, 232, 221, .62), transparent 23%),
    radial-gradient(circle at 93% 70%, rgba(225, 239, 232, .76), transparent 23%),
    #f9fbfa;
}

.pp-milestone-list {
  display: grid;
  gap: 28px;
}

.pp-news-card {
  width: 940px;
  min-height: 188px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 42px;
  align-items: center;
  padding: 20px 38px 20px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 34px rgba(28, 61, 48, .12);
  border: 1px solid rgba(27, 85, 64, .08);
}

/* KXC(2026-08-23): 原来写死 height:146px + cover。
   三张都是 368x244 的媒体报道截图（比例 1.51），被压进 2.47 的扁框，
   上下各裁一截、合计丢 39% —— 人物和奖牌正好被切掉。
   改成跟随原图比例，一个像素都不裁。 */
.pp-news-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 368 / 244;
  object-fit: cover;
  border-radius: 6px;
  background: #eef2ef;
}

.pp-news-card h3 {
  margin: 0 0 13px;
  font-size: 21px;
  line-height: 1.35;
  color: #1e3028;
}

.pp-news-card p {
  margin: 0;
  color: #5e6a66;
  font-size: 14px;
  line-height: 1.9;
}

.pp-news-card a {
  display: inline-flex;
  align-items: center;
  height: 32px;
  margin-top: 15px;
  padding: 0 20px;
  border: 1px solid rgba(28, 103, 66, .35);
  border-radius: 18px;
  color: var(--pp-green);
  font-size: 13px;
  transition: .22s ease;
}

.pp-news-card a:hover {
  color: #fff;
  background: var(--pp-green);
}

.pp-blue-band {
  padding: 46px 0 50px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 25% 90%, rgba(100, 184, 255, .45), transparent 32%),
    radial-gradient(circle at 75% 15%, rgba(255, 255, 255, .26), transparent 24%),
    linear-gradient(100deg, #0641a6, #075bce 48%, #0c74dd);
  box-shadow: inset 0 18px 48px rgba(0, 25, 82, .24);
}

.pp-blue-band h2 {
  margin: 0 0 18px;
  font-family: "SimSun", "Songti SC", serif;
  font-size: 34px;
  letter-spacing: 4px;
}

.pp-blue-band p {
  width: min(930px, 100%);
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, .88);
}

.pp-honors {
  padding: 56px 0 52px;
  background:
    linear-gradient(90deg, rgba(248, 252, 255, .95), rgba(255, 255, 255, .72)),
    url("../image/bg_zizhi1.jpg") center / cover no-repeat;
}

.pp-honors__inner {
  display: grid;
  grid-template-columns: 370px 1fr;
  align-items: center;
  gap: 76px;
}

.pp-honors__copy h2 {
  margin: 0 0 24px;
  font-family: "SimSun", "Songti SC", serif;
  font-size: 34px;
  color: #2d4037;
}

/* KXC(2026-08-23): 这两个标题原本也是左右各一个装饰符号。
   和 .pp-title 一样的理由 —— 该字符在不同字体下渲染差异大、两侧不匀称。
   统一换成标题下方的金色短线，全站三处章节标题现在是同一套处理。
   这两个标题是左对齐的，所以短线也靠左，不居中。 */
.pp-honors__copy h2::before,
.pp-history__timeline h2::before {
  content: none;
}

.pp-honors__copy h2,
.pp-history__timeline h2 {
  padding-bottom: 14px;
  position: relative;
}

.pp-honors__copy h2::after,
.pp-history__timeline h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 40px;
  height: 2px;
  background: var(--kxc-gold, #c18747);
}

.pp-honors__copy p,
.pp-strength__copy p {
  margin: 0 0 13px;
  color: #4e605a;
  font-size: 15px;
  line-height: 2.05;
}

.pp-honors__media {
  margin: 0;
  min-height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pp-honors__media img {
  width: 620px;
  filter: drop-shadow(0 22px 38px rgba(35, 70, 62, .16));
}

.pp-history {
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(82, 167, 255, .32), transparent 23%),
    linear-gradient(102deg, #0755b9 0%, #034098 52%, #063070 100%);
}

/* KXC(2026-08-23): 照片列收窄。
   这一栏用的 photoshow.jpg 只有 368px 宽，原来的布局把它拉到 869px 显示 ——
   放大 2.4 倍，必然糊。站内没有更大的版本，所以只能反过来限制显示尺寸：
   把照片列压到 480px 上下（约 1.3 倍放大，肉眼可接受），
   多出来的宽度给右边的品牌历程时间轴，那边内容本来就挤。 */
.pp-history__inner {
  width: 100%;
  max-width: none;
  min-height: 368px;
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(610px, 1.42fr);
  align-items: stretch;
}

.pp-history__photo {
  margin: 0;
  /* 高度交给图片，不再用 min-height 强撑 —— 强撑会逼着图片拉伸变形 */
  align-self: center;
}

/* KXC(2026-08-23): 原来 height:100% + cover，容器多高图就被拉多高，
   比例对不上就裁。改成跟随原图比例（368x244），并让容器高度由图决定。 */
.pp-history__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 368 / 244;
  object-fit: cover;
  display: block;
}

.pp-history__timeline {
  padding: 50px max(64px, calc((100vw - 1200px) / 2 + 12px)) 44px 68px;
}

.pp-history__timeline h2 {
  margin: 0 0 32px;
  font-family: "SimSun", "Songti SC", serif;
  font-size: 31px;
  text-align: center;
}

.pp-year-axis {
  position: relative;
  display: grid;
  /* KXC(2026-08-23): 原来写死 6 列（对应手写的 6 个年份段）。
     现在年份取自站内「发展历程」栏目，是 9 年，以后还会增加 ——
     改成按内容自动分列，加一年不用改样式。 */
  grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  text-align: center;
}

.pp-year-axis::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -7px;
  height: 1px;
  background: rgba(255, 255, 255, .46);
}

.pp-year-axis span::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin: 8px auto 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .16);
}

.pp-history__timeline ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}

.pp-history__timeline li {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .18));
  color: #fff;
}

.pp-history__timeline li b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  color: #2460b2;
  font-size: 16px;
}

.pp-history__timeline li span {
  padding-left: 20px;
  font-size: 14px;
}

.pp-strength {
  padding: 50px 0 72px;
  background:
    linear-gradient(90deg, rgba(247, 253, 252, .82), rgba(255, 255, 255, .92)),
    url("../image/bg_strength.jpg") center / cover no-repeat;
}

.pp-strength__inner {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 76px;
  align-items: center;
}

.pp-strength__media {
  position: relative;
  margin: 0;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 36px rgba(31, 69, 58, .12);
}

/* KXC(2026-08-23): 跟随原图比例（825x424），去掉写死高度。 */
.pp-strength__media > img {
  width: 100%;
  height: auto;
  aspect-ratio: 825 / 424;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}

/* ============================================================
   KXC(2026-08-23): 两个小图从主图上移下来
   ------------------------------------------------------------
   原来是 position:absolute 压在访谈主图右侧（right:22px，78x78 圆形），
   既遮住了主图的内容，自己也被从 368x244 裁成正方形、丢掉 34%。

   改成排在主图下方的一行缩略图：主图完整可见，两张小图也按原比例完整显示。
   ============================================================ */

.pp-strength__media {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pp-strength__media span {
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

/* 两张小图并排。用 :first-of-type 起一个 flex 行容器不方便，
   所以让两个 span 各占一半，靠父级的 gap 分隔。 */
.pp-strength__media span:nth-of-type(1),
.pp-strength__media span:nth-of-type(2) {
  display: block;
}

.pp-strength__media span img {
  width: 100%;
  height: auto;
  aspect-ratio: 368 / 244;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}

.pp-strength__media span:nth-of-type(1) {
  top: 26px;
}

.pp-strength__media span:nth-of-type(2) {
  bottom: 26px;
}

.pp-strength__media span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-strength__copy {
  padding: 10px 0;
}

.pp-footer {
  padding: 56px 0 34px;
  color: rgba(255, 255, 255, .82);
  background:
    radial-gradient(circle at 96% 14%, rgba(105, 177, 116, .28), transparent 22%),
    radial-gradient(circle at 2% 86%, rgba(159, 196, 141, .2), transparent 20%),
    linear-gradient(115deg, #0b4a2d, #06361f);
}

.pp-footer__inner {
  display: grid;
  grid-template-columns: 300px 1fr 220px;
  gap: 52px;
  align-items: start;
}

.pp-footer__contact span,
.pp-footer__contact em {
  display: block;
  font-style: normal;
}

.pp-footer__contact strong {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px;
}

.pp-footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.pp-footer dl {
  margin: 0;
}

.pp-footer dt {
  margin-bottom: 14px;
  color: #fff;
  font-weight: 600;
}

.pp-footer dd {
  margin: 0 0 8px;
  font-size: 14px;
}

.pp-footer a:hover {
  color: #fff;
}

.pp-footer__qr {
  padding: 18px;
  border-radius: 8px;
  text-align: center;
  color: var(--pp-green);
  background: #fff;
}

.pp-footer__qr img {
  width: 112px;
  margin: 0 auto 8px;
}

.pp-footer__qr span {
  display: block;
  color: #273a31;
  font-weight: 600;
}

.pp-footer__qr a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-top: 10px;
  padding: 0 20px;
  border-radius: 16px;
  color: #fff;
  background: var(--pp-green);
  font-size: 13px;
}

@media (max-width: 1200px) {
  .pp-nav {
    gap: 22px;
  }

  .pp-hero__inner,
  .pp-honors__inner,
  .pp-strength__inner {
    grid-template-columns: 1fr;
  }

  .pp-hero__inner {
    padding: 58px 0;
  }

  .pp-news-card {
    width: 100%;
  }
}

/* ============================================================
   KXC(2026-08-23): 接入站点设计令牌
   ------------------------------------------------------------
   这个页面此前自成一套：圆角 5/6/8px 三档各写各的，阴影四种，
   标题用黑体，和站内其它已统一的页面不是一个手感。
   这里只调这些"共性语言"，不动页面本身的蓝色主视觉 ——
   那是配合广东新闻演播厅的画面定的，跟明星产品页的紫一样，
   是内容驱动的选择，不该被品牌绿一刀切。
   ============================================================ */

/* 圆角收敛到令牌的三档 */
.pp-hero__screen,
.pp-news-card,
.pp-strength__media,
.pp-history__photo,
.pp-history__photo img {
  border-radius: var(--kxc-radius, 12px);
}
.pp-hero__screen img,
.pp-news-card img,
.pp-strength__media > img,
.pp-strength__media span img,
.pp-news-card .pp-btn,
.pp-year-axis span {
  border-radius: var(--kxc-radius-sm, 6px);
}

/* 阴影统一 */
.pp-news-card {
  box-shadow: var(--kxc-shadow-soft, 0 2px 10px rgba(23,37,29,.05));
  transition: box-shadow var(--kxc-t, .3s) var(--kxc-ease, ease),
              transform var(--kxc-t, .3s) var(--kxc-ease, ease);
}
.pp-news-card:hover {
  box-shadow: var(--kxc-shadow, 0 8px 28px rgba(23,37,29,.08));
  transform: translateY(-3px);
}
.pp-strength__media {
  box-shadow: var(--kxc-shadow, 0 8px 28px rgba(23,37,29,.08));
}

/* 图片轻微放大 —— 和站内其它列表页一致的悬停手感 */
.pp-news-card img {
  transition: transform var(--kxc-t-slow, .55s) var(--kxc-ease, ease);
}
.pp-news-card:hover img {
  transform: scale(1.03);
}
.pp-news-card {
  overflow: hidden;
}

/* 章节标题走宋体，和站内其它页面一致 */
.pp-title h2,
.pp-history__timeline h2,
.pp-hero__copy h1 {
  font-family: var(--kxc-serif, "Noto Serif SC", "Songti SC", serif);
  font-weight: 600;
  letter-spacing: .01em;
}

/* 正文段落的行距放开一点，原来偏紧 */
.pp-strength__copy p,
.pp-history__timeline li span {
  line-height: 1.9;
}

/* 窄屏：两张小图并排，避免各占一行显得散 */
@media (min-width: 561px) {
  .pp-strength__media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .pp-strength__media > img {
    grid-column: 1 / -1;
  }
}

/* ============================================================
   KXC(2026-08-23): 时间轴 —— 消除"看着能点"的错觉
   ------------------------------------------------------------
   原来 6 个年份做成了导航的样子（等分排列、圆点标记），
   但 cursor:auto、没有链接也没有 JS，点了没反应。

   没有把它改成真能点，是因为方向不对：下方只有 4 条内容、
   全部集中在 2021~2022，其余 4 个年份段一条都没有 ——
   点进去是空的，比点不动更糟。

   改成老实的视觉时间轴：有内容的年份用金色点亮，
   没有内容的降低对比度。一眼能看出内容覆盖的区间，
   也不再暗示"这里可以点"。
   （补齐其余年份的内容之后，把 is-active 加到对应的 span 上即可。）
   ============================================================ */

.pp-year-axis span {
  cursor: default;
  opacity: .55;
  transition: opacity var(--kxc-t, .3s) var(--kxc-ease, ease);
}

.pp-year-axis span.is-active {
  opacity: 1;
  font-weight: 600;
  color: #fff;
}

/* 圆点：有内容的用金色实心，没内容的用半透明描边 */
.pp-year-axis span.is-active::after {
  background: var(--kxc-gold, #c18747);
  border-color: var(--kxc-gold, #c18747);
  box-shadow: 0 0 0 4px rgba(193, 135, 71, .22);
}

/* ============================================================
   KXC(2026-08-23): 品牌历程列表容纳 21 条
   ------------------------------------------------------------
   原来这里是手写的 4 条，面板高度按 4 条设计。
   换成站内真实的九年历程后有 21 条，需要重新安排：
     · 条目排版收紧（原来每条一个大圆角块，21 条会非常长）
     · 面板给一个最大高度并可滚动，不把整个版面撑到失衡
     · 年份用金色小标签，同一年的多条内容视觉上归为一组
   ============================================================ */

.pp-history__timeline ul {
  max-height: 340px;
  overflow-y: auto;
  padding-right: 8px;
  margin: 0;
  /* 细滚动条，不抢视觉 */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .34) transparent;
}
.pp-history__timeline ul::-webkit-scrollbar {
  width: 4px;
}
.pp-history__timeline ul::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .34);
  border-radius: 999px;
}
.pp-history__timeline ul::-webkit-scrollbar-track {
  background: transparent;
}

.pp-history__timeline li {
  align-items: baseline;
  background: rgba(255, 255, 255, .07);
  border-radius: var(--kxc-radius-sm, 6px);
  display: flex;
  gap: 14px;
  margin-bottom: 8px;
  padding: 10px 16px;
}

.pp-history__timeline li b {
  color: var(--kxc-gold, #c18747);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  min-width: 38px;
}

.pp-history__timeline li span {
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  line-height: 1.75;
}

/* 同一年的第二条起，年份不再重复显示，视觉上归为一组 */
.pp-history__timeline li.is-same-year b {
  visibility: hidden;
}

/* 年份轴项数变多后字号收一点，避免换行 */
.pp-year-axis span {
  font-size: 12px;
}

/* ============================================================
   KXC(2026-08-23): 时间轴改为可点切换
   ------------------------------------------------------------
   九年内容齐了之后，年份轴做成真正的标签页。
   年份是 <button>，所以要先把浏览器默认的按钮外观清掉。

   .is-interactive 由脚本添加 —— 脚本没跑起来时不会有这个类，
   页面保持"显示全部年份"的样子，内容仍然完整可读。
   ============================================================ */

.pp-year-axis button {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  padding: 4px 2px;
  position: relative;
}

.pp-year-axis.is-interactive button {
  opacity: .55;
  transition: opacity var(--kxc-t, .3s) var(--kxc-ease, ease),
              color var(--kxc-t, .3s) var(--kxc-ease, ease);
}
.pp-year-axis.is-interactive button:hover {
  opacity: .85;
}
.pp-year-axis.is-interactive button.is-active {
  color: #fff;
  font-weight: 600;
  opacity: 1;
}

/* 圆点：选中的用金色实心并加光晕 */
.pp-year-axis.is-interactive button.is-active::after {
  background: var(--kxc-gold, #c18747);
  border-color: var(--kxc-gold, #c18747);
  box-shadow: 0 0 0 4px rgba(193, 135, 71, .22);
}

/* 键盘焦点要看得见 —— 这一排在深蓝底上，用金色描边而不是默认的蓝色 */
.pp-year-axis button:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--kxc-gold, #c18747);
  outline-offset: 3px;
}

/* 切到按年显示后，一年最多四条，不再需要滚动条 */
.pp-history__timeline ul.is-interactive {
  max-height: none;
  overflow: visible;
  min-height: 210px;
}

/* 过滤模式下每条都属于同一年，年份标签重复显示没有意义，
   全部隐藏，改由上方的年份轴表明当前是哪一年。 */
.pp-history__timeline ul.is-interactive li b {
  display: none;
}
.pp-history__timeline ul.is-interactive li {
  padding-left: 34px;
  position: relative;
}
/* 用一个小金点代替原来的年份标签，保持列表的节奏感 */
.pp-history__timeline ul.is-interactive li::before {
  background: var(--kxc-gold, #c18747);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 16px;
  opacity: .8;
  position: absolute;
  top: 19px;
  width: 5px;
}

/* 切换时轻微淡入，让"内容换了"这件事被看见。
   减少动态效果的偏好由令牌层统一接管，这里不用再判断一次。 */
.pp-history__timeline ul.is-interactive li:not([hidden]) {
  animation: ppFadeIn .34s var(--kxc-ease, ease) both;
}
@keyframes ppFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}

/* KXC(2026-08-23): [hidden] 必须显式声明。
   脚本用 li.hidden = true 来过滤，浏览器默认样式表里确实有
   [hidden] { display: none }，但上面 .pp-history__timeline li 写了
   display: flex —— 类选择器优先级高于那条默认规则，结果属性设了却不隐藏：
   JS 里查 li.hidden 是 true，页面上 21 条却全显示着。
   这类问题在控制台里看不出来，得看渲染结果。 */
.pp-history__timeline li[hidden] {
  display: none;
}
