a[data-disabled-link="true"],
.is-disabled {
  opacity: 0.65;
  pointer-events: none;
  cursor: default;
}

/* Final overrides: keep unified corporate hero above archived page styles */
.about-hero,
.business-banner-custom,
.techBanner.tech-molecule-banner,
.news-hero-custom {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.about-hero::before,
.business-banner-custom::before,
.techBanner.tech-molecule-banner::before,
.news-hero-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,0.20), transparent 26%),
    linear-gradient(90deg, rgba(18, 32, 44, 0.72) 0%, rgba(18, 32, 44, 0.50) 42%, rgba(18, 32, 44, 0.14) 100%);
}

.about-hero::after,
.business-banner-custom::after,
.techBanner.tech-molecule-banner::after,
.news-hero-custom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 58px;
  width: 1020px;
  height: 1px;
  margin-left: -510px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.34), rgba(255,255,255,0));
  z-index: 1;
}

.about-hero-copy,
.business-banner-copy,
.tech-banner-copy,
.news-hero-panel {
  position: relative;
  z-index: 2;
  width: 1020px;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
}

.site-hero-kicker,
.news-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.90);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 3px;
  backdrop-filter: blur(8px);
}

.about-hero-copy h2,
.business-banner-copy h2,
.techBanner.tech-molecule-banner h3,
.news-hero-panel h2 {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  width: 720px;
  margin: 22px 0 0;
  color: #ffffff;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 8px;
  font-weight: normal;
  text-align: left;
  text-shadow: 0 12px 32px rgba(12, 24, 34, 0.24);
}

.about-hero-copy p,
.business-banner-copy p,
.tech-banner-copy p,
.news-hero-panel p {
  width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  text-align: left;
  text-shadow: 0 8px 24px rgba(12, 24, 34, 0.18);
}

.tech-banner-copy {
  left: auto;
  top: auto;
  transform: none;
}

.news-hero-custom {
  min-height: 500px;
}

.news-tab-nav {
  position: relative;
  z-index: 3;
  margin-top: -38px;
  border-bottom: 0;
  background: transparent;
}

.news-tab-nav ul {
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 54px rgba(29, 46, 67, 0.12);
}

.news-home-grid {
  width: 1020px;
  margin: 44px auto 100px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.news-home-card {
  padding: 30px 28px 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
  border: 1px solid #ebe6df;
  border-radius: 26px;
  box-shadow: 0 22px 54px rgba(35, 49, 77, 0.08);
}

.news-home-card-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.news-home-card-head .news-badge {
  color: #c8161e;
  border-color: rgba(200, 22, 30, 0.18);
  background: rgba(200, 22, 30, 0.06);
  backdrop-filter: none;
}

.news-home-card h3 {
  margin: 0;
  color: #243443;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 5px;
  font-weight: normal;
}

.news-home-card-head em {
  font-style: normal;
  color: #8b96a4;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 3px;
}

.news-home-copy p {
  margin: 20px 0 0;
  color: #666;
}

.news-home-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.news-home-list li {
  margin: 0;
}

.news-home-list a {
  display: block;
  padding: 14px 16px 13px;
  border-radius: 16px;
  background: #f8f6f2;
  border: 1px solid #ede7df;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.news-home-list a:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 22, 30, 0.18);
  box-shadow: 0 16px 36px rgba(35, 49, 77, 0.08);
}

.news-home-list strong {
  display: block;
  color: #3f4852;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: normal;
}

.news-home-list span {
  display: block;
  margin-top: 6px;
  color: #9aa2ae;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
}

.news-index-stats,
.news-home-sections {
  display: none;
}

.business-banner-copy .site-hero-kicker,
.techBanner .site-hero-kicker {
  margin-bottom: 4px;
}

.techBanner .site-hero-kicker {
  position: relative;
  z-index: 2;
  display: inline-flex !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: none !important;
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 0 !important;
}

.news-category-intro {
  margin-bottom: 34px;
  padding: 28px 30px 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #faf9f6 100%);
  border: 1px solid #ebe6df;
  box-shadow: 0 18px 44px rgba(35, 49, 77, 0.06);
}

.news-category-intro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.news-category-intro h3 {
  margin: 0;
}

.news-category-count {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(200, 22, 30, 0.06);
  border: 1px solid rgba(200, 22, 30, 0.16);
  color: #c8161e;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 3px;
}

.news-category-intro p {
  margin: 0;
}

.leader-role-visual {
  position: relative;
  width: 100%;
  height: 170px;
  margin: 0 auto 20px;
  padding: 22px 20px;
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,0.24), transparent 24%),
    linear-gradient(135deg, #faf6f0 0%, #eef3f9 100%);
  border: 1px solid #e4e7ee;
}

.leader-role-visual::before {
  content: "";
  position: absolute;
  right: -24px;
  top: -28px;
  width: 108px;
  height: 108px;
  border-radius: 32px;
  background: rgba(200, 22, 30, 0.08);
  transform: rotate(18deg);
}

.leader-role-visual::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 58px;
  height: 2px;
  background: rgba(200, 22, 30, 0.36);
}

.leader-role-visual strong {
  position: relative;
  z-index: 1;
  color: #243443;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 5px;
  font-weight: normal;
}

.leader-role-visual span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 10px;
  color: #8c96a3;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.leader-role-visual.large {
  height: 100%;
  min-height: 380px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,0.24), transparent 26%),
    linear-gradient(135deg, #f8f1ee 0%, #ebf1f8 100%);
}

.leader-role-visual.large::after {
  left: 50%;
  top: auto;
  bottom: 110px;
  width: 64px;
  margin-left: -32px;
}

.leader-role-visual.large strong {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 8px;
}

.leader-role-visual.large span {
  margin-top: 14px;
}

@media (max-width: 768px) {
  .about-hero,
  .business-banner-custom,
  .techBanner.tech-molecule-banner,
  .news-hero-custom {
    height: 300px;
    min-height: 300px;
  }

  .about-hero::after,
  .business-banner-custom::after,
  .techBanner.tech-molecule-banner::after,
  .news-hero-custom::after {
    left: 25px;
    right: 25px;
    width: auto;
    margin-left: 0;
    bottom: 34px;
  }

  .about-hero-copy,
  .business-banner-copy,
  .tech-banner-copy,
  .news-hero-panel {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }

  .about-hero-copy h2,
  .business-banner-copy h2,
  .techBanner.tech-molecule-banner h3,
  .news-hero-panel h2 {
    width: auto;
    margin-top: 18px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 4px;
  }

  .about-hero-copy p,
  .business-banner-copy p,
  .tech-banner-copy p,
  .news-hero-panel p {
    width: auto;
    margin-top: 14px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
  }

  .news-tab-nav {
    margin-top: -26px;
  }

  .news-tab-nav ul {
    gap: 16px;
    padding: 10px 14px;
  }

  .news-home-grid {
    width: auto;
    margin: 28px 25px 50px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .news-home-card {
    padding: 22px 18px 20px;
    border-radius: 22px;
  }

  .news-category-intro {
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .leader-role-visual {
    height: 146px;
    border-radius: 22px;
  }

  .leader-role-visual strong {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 4px;
  }

  .leader-role-visual.large {
    min-height: 300px;
  }
}

/* Unified site hero and news/about refinements */
.about-hero,
.business-banner-custom,
.techBanner.tech-molecule-banner,
.news-hero-custom {
  position: relative;
  overflow: hidden;
}

.about-hero::before,
.business-banner-custom::before,
.techBanner.tech-molecule-banner::before,
.news-hero-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,0.20), transparent 26%),
    linear-gradient(90deg, rgba(18, 32, 44, 0.70) 0%, rgba(18, 32, 44, 0.48) 42%, rgba(18, 32, 44, 0.12) 100%);
}

.about-hero::after,
.business-banner-custom::after,
.techBanner.tech-molecule-banner::after,
.news-hero-custom::after {
  content: "";
  position: absolute;
  inset: auto auto 58px 50%;
  width: 1020px;
  height: 1px;
  margin-left: -510px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.34), rgba(255,255,255,0));
  z-index: 1;
}

.about-hero {
  display: flex;
  align-items: center;
}

.about-hero-copy,
.business-banner-copy,
.tech-banner-copy,
.news-hero-panel {
  position: relative;
  z-index: 2;
  width: 1020px;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
}

.site-hero-kicker,
.news-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 3px;
  backdrop-filter: blur(8px);
}

.about-hero-copy h2,
.business-banner-copy h2,
.techBanner.tech-molecule-banner h3,
.news-hero-panel h2 {
  width: 720px;
  margin: 22px 0 0;
  color: #ffffff;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 8px;
  font-weight: normal;
  text-align: left;
  text-shadow: 0 12px 32px rgba(12, 24, 34, 0.24);
}

.about-hero-copy p,
.business-banner-copy p,
.tech-banner-copy p,
.news-hero-panel p {
  width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
  text-align: left;
  text-justify: auto;
  text-shadow: 0 8px 24px rgba(12, 24, 34, 0.18);
}

.business-banner-custom,
.techBanner.tech-molecule-banner,
.news-hero-custom {
  display: flex;
  align-items: center;
}

.business-banner-custom::after {
  inset: auto auto 58px 50%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.34), rgba(255,255,255,0));
}

.techBanner.tech-molecule-banner h3 {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.tech-banner-copy {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.news-hero-custom {
  min-height: 500px;
}

.news-hero-panel h2,
.news-category-intro h3,
.news-post-header h1 {
  color: #243443;
}

.news-hero-panel h2 {
  color: #ffffff;
}

.news-tab-nav {
  position: relative;
  z-index: 3;
  margin-top: -38px;
  border-bottom: 0;
  background: transparent;
}

.news-tab-nav ul {
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 54px rgba(29, 46, 67, 0.12);
}

.news-tab-nav li {
  padding: 12px 0;
}

.news-home-grid {
  width: 1020px;
  margin: 44px auto 100px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.news-home-card {
  padding: 30px 28px 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
  border: 1px solid #ebe6df;
  border-radius: 26px;
  box-shadow: 0 22px 54px rgba(35, 49, 77, 0.08);
}

.news-home-card-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.news-home-card-head .news-badge {
  color: #c8161e;
  border-color: rgba(200, 22, 30, 0.18);
  background: rgba(200, 22, 30, 0.06);
  backdrop-filter: none;
}

.news-home-card h3 {
  margin: 0;
  color: #243443;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 5px;
  font-weight: normal;
}

.news-home-card-head em {
  font-style: normal;
  color: #8b96a4;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 3px;
}

.news-home-copy p {
  margin: 20px 0 0;
}

.news-home-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.news-home-list li {
  margin: 0;
}

.news-home-list a {
  display: block;
  padding: 14px 16px 13px;
  border-radius: 16px;
  background: #f8f6f2;
  border: 1px solid #ede7df;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.news-home-list a:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 22, 30, 0.18);
  box-shadow: 0 16px 36px rgba(35, 49, 77, 0.08);
}

.news-home-list strong {
  display: block;
  color: #3f4852;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: normal;
}

.news-home-list span {
  display: block;
  margin-top: 6px;
  color: #9aa2ae;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
}

.news-home-sections,
.news-index-stats {
  display: none;
}

.leader-item {
  min-height: 420px;
}

.leader-role-visual {
  position: relative;
  width: 100%;
  height: 170px;
  margin: 0 auto 20px;
  padding: 22px 20px;
  border-radius: 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,0.24), transparent 24%),
    linear-gradient(135deg, #faf6f0 0%, #eef3f9 100%);
  border: 1px solid #e4e7ee;
}

.leader-role-visual::before {
  content: "";
  position: absolute;
  right: -24px;
  top: -28px;
  width: 108px;
  height: 108px;
  border-radius: 32px;
  background: rgba(200, 22, 30, 0.08);
  transform: rotate(18deg);
}

.leader-role-visual::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 58px;
  height: 2px;
  background: rgba(200, 22, 30, 0.36);
}

.leader-role-visual strong {
  position: relative;
  z-index: 1;
  color: #243443;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 5px;
  font-weight: normal;
}

.leader-role-visual span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 10px;
  color: #8c96a3;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.leader-role-visual.large {
  height: 100%;
  min-height: 380px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,0.24), transparent 26%),
    linear-gradient(135deg, #f8f1ee 0%, #ebf1f8 100%);
}

.leader-role-visual.large::after {
  left: 50%;
  top: auto;
  bottom: 110px;
  width: 64px;
  margin-left: -32px;
}

.leader-role-visual.large strong {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 8px;
}

.leader-role-visual.large span {
  margin-top: 14px;
}

.leader-item h3 {
  letter-spacing: 4px;
}

@media (max-width: 768px) {
  .about-hero,
  .business-banner-custom,
  .techBanner.tech-molecule-banner,
  .news-hero-custom {
    height: 300px;
    min-height: 300px;
  }

  .about-hero::after,
  .business-banner-custom::after,
  .techBanner.tech-molecule-banner::after,
  .news-hero-custom::after {
    left: 25px;
    right: 25px;
    width: auto;
    margin-left: 0;
    bottom: 34px;
  }

  .about-hero-copy,
  .business-banner-copy,
  .tech-banner-copy,
  .news-hero-panel {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }

  .about-hero-copy h2,
  .business-banner-copy h2,
  .techBanner.tech-molecule-banner h3,
  .news-hero-panel h2 {
    width: auto;
    margin-top: 18px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 4px;
  }

  .about-hero-copy p,
  .business-banner-copy p,
  .tech-banner-copy p,
  .news-hero-panel p {
    width: auto;
    margin-top: 14px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
  }

  .news-tab-nav {
    margin-top: -26px;
  }

  .news-tab-nav ul {
    gap: 16px;
    padding: 10px 14px;
  }

  .news-home-grid {
    width: auto;
    margin: 28px 25px 50px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .news-home-card {
    padding: 22px 18px 20px;
    border-radius: 22px;
  }

  .leader-role-visual {
    height: 146px;
    border-radius: 22px;
  }

  .leader-role-visual strong {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 4px;
  }

  .leader-role-visual.large {
    min-height: 300px;
  }
}

.homeBanner,
.newsBanner,
.businessBanner,
.techBanner,
.aboutus_banner1,
.aboutus_banner2,
.aboutus_banner3,
.aboutus_banner4 {
  background-color: #f5f5f5;
}

.newsListContent li {
  background-color: #f5f5f5;
}

.newsListContent li a[data-disabled-link="true"] p,
.content-menu a[data-disabled-link="true"],
.newsListNav a[data-disabled-link="true"] {
  cursor: default;
}

.site-footer {
  text-align: center;
  padding: 30px 16px;
}

.site-footer a,
.site-footer .ICPnum {
  color: inherit;
}

.archive-shot {
  margin: 36px auto 0;
}

.archive-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ededed;
}

.archive-shot figcaption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #8a8a8a;
  letter-spacing: 1px;
}

.content-note {
  margin-top: 12px;
  font-size: 14px;
  line-height: 28px;
  color: #8a8a8a;
  letter-spacing: 1px;
}

.about-shell {
  width: 1020px;
}

#about.about-shell {
  width: 1020px;
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: visible;
}

.about-shell p {
  letter-spacing: 3px;
}

.about-hero {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutBanner.aboutBanner1,
.about-hero.team,
.about-hero.honor,
.about-hero.contact {
  background-image: url("/assets/pages/about-archive/about-hero-unified.svg");
}

.about-hero.team {
  background-image: url("/assets/pages/about-archive/about-hero-unified.svg");
}

.about-hero.honor {
  background-image: url("/assets/pages/about-archive/about-hero-unified.svg");
}

.about-hero.contact {
  background-image: url("/assets/pages/about-archive/about-hero-unified.svg");
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  min-height: auto;
  padding-top: 56px;
  align-items: start;
}

.leader-item {
  position: relative;
  width: auto;
  min-height: 430px;
  padding: 24px 24px 26px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebe6df;
  box-shadow: 0 18px 44px rgba(38, 50, 84, 0.06);
  border-radius: 22px;
}

.leader-item h3 {
  color: #c8161e;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 3px;
  margin: 0 0 18px;
}

.leader-item p {
  margin: 0;
  text-align: center;
  color: #656565;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
}

.leader-item.photo-slot {
  min-height: 430px;
  padding: 24px;
  border: 1px solid #ebe6df;
  background: #fff;
}

.leader-center-photo {
  display: flex;
  align-items: stretch;
}

.leader-avatar {
  width: 158px;
  height: 158px;
  margin: 0 auto 20px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f8fafc, #e9eef6);
  border: 1px solid #e2e8f0;
  position: relative;
  overflow: hidden;
}

.leader-avatar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  border-radius: 50%;
  background: rgba(200, 22, 30, 0.16);
}

.leader-avatar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 112px;
  height: 62px;
  margin-left: -56px;
  border-radius: 70px 70px 26px 26px;
  background: rgba(93, 122, 161, 0.18);
}

.leader-avatar.large {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f6f8fb, #eceff5);
}

.leader-avatar.large::before {
  width: 96px;
  height: 96px;
  top: 62px;
  margin-left: -48px;
}

.leader-avatar.large::after {
  width: 180px;
  height: 104px;
  bottom: 72px;
  margin-left: -90px;
}

.leader-avatar span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  color: #9b6672;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 3px;
}

.leader-avatar.large span {
  bottom: 28px;
  color: #7c8596;
  font-size: 14px;
}

.honor-copy {
  width: 700px;
  margin: 66px auto 0;
}

.honor-copy p {
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 36px;
  color: #656565;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.honor-stage {
  position: relative;
  width: 1020px;
  height: 290px;
  margin: 54px auto 0;
}

.honor-arrow {
  position: absolute;
  left: 18px;
  top: 120px;
  width: 34px;
  height: 46px;
  border-left: 2px solid #eca2a5;
  border-bottom: 2px solid #eca2a5;
  transform: rotate(45deg);
}

.honor-stage h3 {
  margin: 0;
  text-align: center;
  color: #c8161e;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 5px;
  padding-top: 65px;
}

.honor-demo-grid {
  width: 1020px;
  margin: 24px auto 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.honor-demo-card {
  padding: 24px 24px 22px;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(38, 50, 84, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.honor-demo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(38, 50, 84, 0.10);
}

.honor-demo-thumb {
  height: 180px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fbfaf8, #edf2f8);
  border: 1px solid #ece7e1;
  position: relative;
  overflow: hidden;
}

.honor-demo-thumb::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 14px;
  border: 2px solid rgba(200, 22, 30, 0.24);
  background: rgba(255,255,255,0.62);
}

.honor-demo-thumb::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(200, 22, 30, 0.10);
  box-shadow: inset 0 0 0 2px rgba(200, 22, 30, 0.14);
}

.honor-demo-card h4 {
  margin: 18px 0 10px;
  color: #c8161e;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4px;
}

.honor-demo-card p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;
}

.honor-demo-action {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(200, 22, 30, 0.28);
  border-radius: 999px;
  color: #c8161e;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 3px;
  background: rgba(200, 22, 30, 0.04);
}

.contact-grid {
  width: 1020px;
  margin: 60px auto 0;
}

.contact-card {
  position: relative;
  width: 702px;
  height: 398px;
  margin: 0 auto 52px;
}

.contact-card.image-left {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0.82) 58%, rgba(255,255,255,0.15) 100%);
}

.contact-card.image-right {
  background: linear-gradient(90deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.82) 42%, #ffffff 100%);
}

.contact-photo {
  position: absolute;
  top: 0;
  width: 302px;
  height: 398px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-card.image-right .contact-photo {
  right: 0;
  background-image: url("/assets/pages/about-archive/beijing-photo.jpg");
}

.contact-card.image-left .contact-photo {
  left: 0;
  background-image: url("/assets/pages/about-archive/wuhu-photo.jpg");
}

.contact-panel {
  position: absolute;
  top: 88px;
  width: 332px;
}

.contact-card.image-right .contact-panel {
  left: 40px;
}

.contact-card.image-left .contact-panel {
  right: 24px;
}

.contact-panel h3 {
  color: #c8161e;
  margin-bottom: 24px;
  font-size: 18px;
  letter-spacing: 5px;
}

.contact-panel dl {
  overflow: hidden;
  margin: 0 0 10px;
}

.contact-panel dt,
.contact-panel dd {
  float: left;
}

.contact-panel dt {
  width: 24px;
}

.contact-panel dd {
  width: 285px;
  margin-top: 0;
  padding-left: 15px;
}

.contact-panel dd p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3px;
  color: #656565;
  margin: 0;
}

.contact-panel img {
  width: 21px;
  height: 21px;
}

.tech-shell {
  width: 700px;
  margin: 0 auto;
  padding: 60px 0 100px;
}

.tech-shell p {
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 36px;
  color: #656565;
  margin: 0 0 12px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.techBanner.tech-molecule-banner {
  position: relative;
  height: 500px;
  background-image: url("/assets/pages/technology-risk-assessment/tech-hero-molecule.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.techBanner.tech-molecule-banner h3 {
  position: absolute;
  left: 50%;
  top: 92px;
  transform: translateX(-50%);
  width: 760px;
  margin: 0 0 18px;
  text-align: center;
  color: #5a5f6d;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 8px;
  font-weight: normal;
}

.tech-banner-copy {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 760px;
  padding: 34px 44px 36px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 20px 60px rgba(63, 78, 112, 0.08);
}

.tech-banner-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 4px;
  color: #6a6a6a;
  text-align: justify;
  text-justify: inter-ideograph;
}

#about.tech-content-block,
.tech-shell.tech-content-block {
  width: 760px;
  margin: 0 auto;
  padding: 34px 0 100px;
}

#about.tech-content-block p,
.tech-shell.tech-content-block p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 4px;
  color: #6a6a6a;
  margin: 0 0 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.yishan-reference-shell {
  width: 1020px;
  margin: 0 auto 100px;
}

.yishan-reference-shell .businessIntr h3 {
  margin-top: 54px;
}

.yishan-reference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-top: 28px;
}

.yishan-reference-item {
  text-align: center;
  padding-top: 24px;
}

.yishan-reference-item h4 {
  margin: 0;
  color: #c8161e;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4px;
  font-weight: normal;
}

.news-hero-custom {
  position: relative;
  min-height: 420px;
  background: url("/assets/pages/news/news-hero.svg") center center / cover no-repeat;
}

.news-hero-panel {
  width: 760px;
  margin: 0 auto;
  padding: 118px 0 0;
}

.news-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(200, 22, 30, 0.1);
  color: #c8161e;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2px;
}

.news-hero-panel h2,
.news-category-intro h3,
.news-post-header h1 {
  margin: 18px 0 16px;
  color: #3d3d3d;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 6px;
  font-weight: normal;
}

.news-hero-panel p,
.news-category-intro p,
.news-article-card p,
.news-post-content p,
.news-post-note {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 3px;
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}

.news-tab-nav {
  border-bottom: 1px solid #d4cec7;
  background: #fff;
}

.news-tab-nav ul {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 100px;
}

.news-tab-nav li {
  position: relative;
  padding: 20px 0;
}

.news-tab-nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 60px;
  height: 3px;
  margin-left: -30px;
  background: #c8161e;
  display: none;
}

.news-tab-nav li.active::after {
  display: block;
}

.news-tab-nav a {
  color: #666;
  font-size: 15px;
  letter-spacing: 3px;
}

.news-tab-nav li.active a {
  color: #c8161e;
  font-weight: bold;
}

.news-overview-grid,
.news-category-shell {
  width: 1020px;
  margin: 60px auto 100px;
}

.news-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-category-teaser,
.news-article-card {
  padding: 28px 28px 26px;
  background: #fff;
  border: 1px solid #ebe7e1;
  box-shadow: 0 18px 42px rgba(38, 50, 84, 0.06);
}

.news-category-teaser {
  position: relative;
  overflow: hidden;
}

.news-category-teaser::before,
.news-article-card::before {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #c8161e, rgba(200, 22, 30, 0));
}

.news-category-cover,
.news-article-cover,
.news-post-cover {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f1ec, #edf3f9);
}

.news-category-cover {
  margin: 18px 0 4px;
}

.news-article-cover {
  margin: 18px 0 16px;
}

.news-post-cover {
  margin: 24px 0 28px;
}

.news-category-cover img,
.news-article-cover img,
.news-post-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.news-category-teaser h3,
.news-article-card h3 {
  margin: 16px 0 14px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 4px;
  color: #444;
  font-weight: normal;
}

.news-category-teaser p,
.news-article-card p {
  margin: 0;
}

.news-tab-summary {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-tab-summary a,
.news-article-card h3 a,
.news-more-link {
  color: #555;
}

.news-tab-summary a {
  padding-bottom: 12px;
  border-bottom: 1px dashed #e7e0d8;
}

.news-tab-summary a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-more-link {
  display: inline-block;
  margin-top: 22px;
  color: #c8161e;
  letter-spacing: 3px;
}

.news-index-stats {
  width: 1020px;
  margin: -38px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.news-index-stat {
  padding: 22px 24px 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #ebe7e1;
  box-shadow: 0 18px 40px rgba(38, 50, 84, 0.08);
}

.news-index-stat strong {
  display: block;
  margin-bottom: 10px;
  color: #c8161e;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: normal;
}

.news-index-stat span {
  display: block;
  margin-bottom: 8px;
  color: #444;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
}

.news-index-stat p {
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
}

.news-category-intro {
  margin-bottom: 30px;
}

.news-category-intro-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}

.news-category-count {
  color: #c8161e;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
}

.news-home-sections {
  width: 1020px;
  margin: 60px auto 100px;
  display: grid;
  gap: 34px;
}

.news-home-section {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  padding: 30px;
  background: #fff;
  border: 1px solid #ebe7e1;
  box-shadow: 0 18px 42px rgba(38, 50, 84, 0.06);
}

.news-home-section:nth-child(even) {
  grid-template-columns: 1fr 360px;
}

.news-home-section:nth-child(even) .news-home-media {
  order: 2;
}

.news-home-section:nth-child(even) .news-home-copy {
  order: 1;
}

.news-home-media {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f1ec, #edf3f9);
}

.news-home-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-home-copy h3 {
  margin: 18px 0 12px;
  color: #3d3d3d;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 5px;
  font-weight: normal;
}

.news-home-copy p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
}

.news-home-links {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.news-home-link {
  display: block;
  padding: 16px 18px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fbfaf8, #f5f7fb);
  border: 1px solid #ede7df;
}

.news-home-link strong {
  display: block;
  color: #444;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: normal;
}

.news-home-link span {
  display: block;
  margin-top: 6px;
  color: #999;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 2px;
}

.news-article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.news-article-meta,
.news-post-meta {
  margin: 0 0 14px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
}

.news-post-shell {
  width: 1020px;
  margin: 54px auto 100px;
}

.news-post-note {
  margin: 0 0 24px;
  padding: 18px 20px;
  background: #faf7f2;
  border-left: 4px solid #c8161e;
}

.news-post-content h1,
.news-post-content h2,
.news-post-content h3 {
  margin: 18px 0;
  color: #444;
  font-weight: normal;
  letter-spacing: 4px;
}

.news-card-actions {
  margin-top: 20px;
}

.news-card-actions a {
  color: #c8161e;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3px;
}

.business-banner-custom {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.business-banner-custom.pbm {
  background-image: url("/assets/pages/business-public-welfare/business-hero-unified.svg");
}

.business-banner-custom.public {
  background-image: url("/assets/pages/business-public-welfare/business-hero-unified.svg");
}

.business-banner-custom.yishan {
  background-image: url("/assets/pages/business-public-welfare/business-hero-unified.svg");
}

.business-banner-custom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.16), rgba(255,255,255,0) 40%, rgba(255,255,255,0.08));
}

.business-banner-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 720px;
  padding: 34px 40px 38px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 60px rgba(41, 52, 86, 0.16);
}

.business-banner-copy h2 {
  margin: 0 0 16px;
  text-align: center;
  color: #c8161e;
  font-size: 28px;
  letter-spacing: 8px;
  line-height: 32px;
}

.business-banner-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 3px;
  color: #5c5c5c;
  text-align: justify;
  text-justify: inter-ideograph;
}

.business-banner-copy.compact {
  width: 420px;
  padding: 24px 28px 22px;
}

.business-banner-copy.compact h2 {
  margin-bottom: 0;
}

.business-banner-copy.compact p {
  display: none;
}

.business-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 34px;
}

.business-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 30px 0 16px;
}

.business-stat {
  padding: 24px 22px 20px;
  border: 1px solid #ece9e4;
  background: linear-gradient(180deg, #fff, #faf9f7);
  box-shadow: 0 16px 40px rgba(39, 51, 85, 0.06);
}

.business-stat span {
  display: inline-block;
  margin-bottom: 12px;
  color: #c8161e;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 4px;
}

.business-stat p {
  margin: 0;
}

.business-feature {
  text-align: center;
}

.business-feature img {
  width: 84px;
  height: 84px;
}

.business-feature h4 {
  margin: 14px 0 18px;
  color: #c8161e;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
}

.business-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 44px;
}

.business-column h4 {
  margin: 0 0 14px;
  color: #c8161e;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 4px;
}

.business-column p {
  margin: 0 0 10px;
}

.business-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
  margin-top: 26px;
}

.business-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
}

.business-path-card {
  padding: 28px 24px 24px;
  background: #faf9f7;
  border: 1px solid #ebe7e1;
  box-shadow: 0 14px 32px rgba(39, 51, 85, 0.05);
}

.business-path-card strong {
  display: block;
  margin-bottom: 14px;
  color: #c8161e;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4px;
  font-weight: normal;
}

.business-path-card p {
  margin: 0;
}

.business-benefit-card {
  text-align: center;
}

.business-benefit-card img {
  width: 84px;
  height: 84px;
}

.business-benefit-card h4 {
  margin: 16px 0 0;
  color: #c8161e;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
}

.business-benefit-card p {
  margin: 14px 0 0;
  text-align: left;
}

.business-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 28px;
}

.business-impact {
  text-align: center;
}

.business-impact img {
  width: 84px;
  height: 84px;
}

.business-impact h4 {
  margin: 16px 0 14px;
  color: #c8161e;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 4px;
}

.business-impact p {
  margin: 0 0 10px;
  text-align: left;
}

.business-callout {
  margin-top: 42px;
  padding: 28px 32px 24px;
  background: linear-gradient(135deg, #fbfaf8, #f4f4f2);
  border-left: 4px solid #c8161e;
  box-shadow: 0 18px 42px rgba(39, 51, 85, 0.05);
}

.business-callout h4 {
  margin: 0 0 16px;
  color: #c8161e;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 4px;
}

.business-callout ul {
  margin: 0;
  padding-left: 18px;
}

.business-callout li {
  color: #656565;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

@media (max-width: 1023px) {
  .about-shell {
    width: auto;
  }

  #about.about-shell {
    width: auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .about-hero {
    height: 260px;
  }

  .leader-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding-top: 30px;
  }

  .leader-item,
  .leader-item.photo-slot,
  .leader-top-left,
  .leader-top-right,
  .leader-bottom-left,
  .leader-bottom-right,
  .leader-center-photo,
  .leader-center-text {
    position: static;
    width: auto;
    transform: none;
    margin: 0;
  }

  .leader-item h3 {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .leader-item p {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 25px;
  }

  .leader-item.photo-slot {
    min-height: 260px;
  }

  .honor-copy {
    width: auto;
    margin: 30px 25px 0;
  }

  .honor-copy p,
  .tech-shell p {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 30px;
  }

  .honor-stage {
    width: auto;
    height: 180px;
    margin: 30px 25px 0;
  }

  .honor-arrow {
    left: 10px;
    top: 86px;
    width: 24px;
    height: 24px;
  }

  .honor-stage h3 {
    padding-top: 84px;
    font-size: 17px;
  }

  .honor-demo-grid {
    width: auto;
    margin: 24px 25px 50px;
    grid-template-columns: 1fr;
  }

  .contact-grid {
    width: auto;
    margin: 25px 25px 0;
  }

  .contact-card {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background: #fff;
  }

  .contact-photo {
    position: static;
    width: 100%;
    height: 200px;
  }

  .contact-panel {
    position: static;
    width: 100%;
    padding: 15px 0 0 0;
  }

  .contact-panel h3 {
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 15px;
  }

  .contact-panel dt {
    position: absolute;
  }

  .contact-panel dd {
    width: 100%;
    padding-left: 34px;
  }

  .contact-panel dd p {
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 30px;
    word-break: break-all;
  }

  .contact-panel dl {
    margin-bottom: 0;
  }

  .tech-shell {
    width: auto;
    padding: 30px 25px 50px;
  }

  .techBanner.tech-molecule-banner {
    height: 300px;
  }

  .techBanner.tech-molecule-banner h3 {
    top: 44px;
    width: calc(100% - 50px);
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 4px;
  }

  .tech-banner-copy,
  #about.tech-content-block,
  .tech-shell.tech-content-block {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    padding: 20px 0 50px;
  }

  .tech-banner-copy {
    left: 25px;
    right: 25px;
    top: 90px;
    transform: none;
    padding: 18px 16px;
  }

  .tech-banner-copy p,
  #about.tech-content-block p,
  .tech-shell.tech-content-block p,
  .news-hero-panel p,
  .news-category-intro p,
  .news-article-card p,
  .news-post-content p,
  .news-post-note {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2.5px;
  }

  .yishan-reference-shell,
  .news-overview-grid,
  .news-index-stats,
  .news-home-sections,
  .news-category-shell,
  .news-post-shell {
    width: auto;
    margin: 30px 25px 50px;
  }

  .yishan-reference-grid,
  .news-overview-grid,
  .news-index-stats,
  .news-article-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .news-home-section,
  .news-home-section:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 18px 20px;
  }

  .news-home-section:nth-child(even) .news-home-media,
  .news-home-section:nth-child(even) .news-home-copy {
    order: initial;
  }

  .news-hero-custom {
    min-height: 280px;
  }

  .news-hero-panel {
    width: auto;
    padding: 92px 25px 0;
  }

  .news-hero-panel h2,
  .news-category-intro h3,
  .news-post-header h1 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 4px;
  }

  .news-category-intro-head {
    display: block;
    margin-bottom: 8px;
  }

  .news-tab-nav ul {
    width: auto;
    gap: 28px;
    padding: 0 18px;
  }

  .news-category-teaser,
  .news-article-card {
    padding: 22px 18px 18px;
  }

  .business-banner-custom {
    height: 250px;
  }

  .business-banner-copy {
    width: calc(100% - 36px);
    padding: 18px 18px 20px;
  }

  .business-banner-copy.compact {
    width: calc(100% - 48px);
  }

  .business-banner-copy h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }

  .business-banner-copy p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
  }

  .business-feature-grid,
  .business-stat-grid,
  .business-columns,
  .business-benefit-grid,
  .business-impact-grid,
  .business-path-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }

  .business-stat,
  .business-path-card,
  .business-callout {
    padding: 22px 18px 18px;
  }

  .business-feature img,
  .business-benefit-card img,
  .business-impact img {
    width: 63px;
    height: 63px;
  }

  .business-feature h4,
  .business-benefit-card h4,
  .business-impact h4,
  .business-column h4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px;
  }
}

/* Warm bright hero refresh and focused news category pages */
.homeBanner.home-hero-custom {
  position: relative;
  min-height: 560px;
  padding: 0;
  overflow: hidden;
  background-image:
    linear-gradient(108deg, rgba(251, 248, 241, 0.94) 0%, rgba(244, 247, 255, 0.86) 56%, rgba(235, 241, 255, 0.72) 100%),
    url("/assets/pages/home/home-hero-medical.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.homeBanner.home-hero-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.88), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(255, 236, 208, 0.44), transparent 22%),
    radial-gradient(circle at 76% 82%, rgba(204, 220, 255, 0.34), transparent 24%);
}

.homeBanner.home-hero-custom::after {
  content: "";
  position: absolute;
  right: 88px;
  top: 86px;
  width: 320px;
  height: 320px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.52), rgba(227, 236, 255, 0.32)),
    conic-gradient(from 180deg at 50% 50%, rgba(254, 224, 115, 0.72), rgba(180, 214, 255, 0.62), rgba(255,255,255,0.26), rgba(254, 224, 115, 0.72));
  opacity: 0.88;
  transform: rotate(8deg);
  filter: blur(0.2px);
  box-shadow: 0 30px 60px rgba(173, 188, 223, 0.22);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  width: 1020px;
  margin: 0 auto;
  padding: 116px 0 110px;
}

.home-hero-copy h1 {
  width: 760px;
  margin: 22px 0 0;
  color: #18315f;
  font-size: 76px;
  line-height: 86px;
  letter-spacing: 8px;
  font-weight: bold;
}

.home-hero-copy p {
  width: 720px;
  margin: 26px 0 0;
  color: #5a6b85;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
}

.home-hero-mark {
  position: absolute;
  right: 120px;
  bottom: 54px;
  z-index: 2;
}

.home-hero-mark span {
  display: block;
  color: rgba(67, 104, 188, 0.12);
  font-size: 112px;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: bold;
}

.about-hero,
.business-banner-custom,
.techBanner.tech-molecule-banner,
.news-hero-custom {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutBanner.aboutBanner1,
.about-hero.team,
.about-hero.honor,
.about-hero.contact {
  background-image:
    linear-gradient(108deg, rgba(251, 248, 241, 0.94) 0%, rgba(244, 247, 255, 0.86) 56%, rgba(235, 241, 255, 0.72) 100%),
    url("/assets/pages/about-archive/about-hero-unified.svg"),
    url("/assets/pages/home/home-hero-medical.jpg");
}

.business-banner-custom.pbm,
.business-banner-custom.public,
.business-banner-custom.yishan {
  background-image:
    linear-gradient(108deg, rgba(251, 248, 241, 0.94) 0%, rgba(244, 247, 255, 0.86) 56%, rgba(235, 241, 255, 0.72) 100%),
    url("/assets/pages/business-public-welfare/business-hero-unified.svg"),
    url("/assets/pages/home/home-hero-medical.jpg");
}

.techBanner.tech-molecule-banner {
  background-image:
    linear-gradient(108deg, rgba(251, 248, 241, 0.95) 0%, rgba(244, 247, 255, 0.88) 56%, rgba(235, 241, 255, 0.74) 100%),
    url("/assets/pages/technology-risk-assessment/tech-hero-molecule.svg"),
    url("/assets/pages/home/home-hero-medical.jpg");
}

.news-hero-custom {
  background-image:
    linear-gradient(108deg, rgba(251, 248, 241, 0.95) 0%, rgba(244, 247, 255, 0.88) 56%, rgba(235, 241, 255, 0.74) 100%),
    url("/assets/pages/news/news-hero.svg"),
    url("/assets/pages/home/home-hero-medical.jpg");
}

.about-hero::before,
.business-banner-custom::before,
.techBanner.tech-molecule-banner::before,
.news-hero-custom::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.86), transparent 26%),
    radial-gradient(circle at 80% 24%, rgba(255, 236, 208, 0.34), transparent 21%),
    radial-gradient(circle at 78% 82%, rgba(205, 221, 255, 0.28), transparent 23%);
}

.about-hero::after,
.business-banner-custom::after,
.techBanner.tech-molecule-banner::after,
.news-hero-custom::after {
  background: linear-gradient(90deg, rgba(102, 131, 189, 0), rgba(137, 160, 210, 0.34), rgba(102, 131, 189, 0));
}

.site-hero-kicker,
.news-badge {
  border: 1px solid rgba(64, 102, 180, 0.12);
  background: rgba(255, 255, 255, 0.58);
  color: #3158ac;
  backdrop-filter: blur(10px);
}

.about-hero-copy h2,
.business-banner-copy h2,
.techBanner.tech-molecule-banner h3,
.news-hero-panel h2 {
  color: #18315f;
  text-shadow: none;
}

.about-hero-copy p,
.business-banner-copy p,
.tech-banner-copy p,
.news-hero-panel p {
  color: #5b6b84;
  text-shadow: none;
}

.news-tab-nav {
  margin-top: -30px;
}

.news-home-card a.news-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(49, 88, 172, 0.08);
  border: 1px solid rgba(49, 88, 172, 0.14);
}

.news-category-back {
  margin-bottom: 18px;
}

.news-category-back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #ebe6df;
  color: #3158ac;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 3px;
  box-shadow: 0 12px 28px rgba(35, 49, 77, 0.06);
}

.news-tab-nav {
  margin-top: -26px;
  border-bottom: 0;
  background: transparent;
}

.news-tab-nav ul {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(140, 158, 188, 0.18);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(29, 46, 67, 0.1);
  backdrop-filter: blur(14px);
}

.news-tab-nav li {
  position: relative;
  padding: 0;
}

.news-tab-nav li::after {
  display: none;
}

.news-tab-nav button {
  appearance: none;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  color: #61738d;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.news-tab-nav button:hover {
  background: rgba(49, 88, 172, 0.08);
  color: #18315f;
  transform: translateY(-1px);
}

.news-tab-nav li.active button {
  background: linear-gradient(135deg, #17325f, #3a66bf);
  color: #fff;
  box-shadow: 0 14px 30px rgba(49, 88, 172, 0.26);
}

.news-tab-nav li.active button:hover {
  background: linear-gradient(135deg, #18315f, #3158ac);
  transform: none;
}

.news-category-shell {
  width: 1020px;
  margin: 44px auto 100px;
}

.news-home-panels {
  width: 1020px;
  margin: 44px auto 100px;
}

.news-tab-panel {
  display: none;
}

.news-tab-panel.active {
  display: block;
}

.news-home-grid,
.news-home-card {
  display: none;
}

@media (max-width: 768px) {
  .homeBanner.home-hero-custom {
    min-height: 420px;
  }

  .homeBanner.home-hero-custom::after {
    right: 24px;
    top: 84px;
    width: 160px;
    height: 160px;
    border-radius: 20px;
  }

  .home-hero-copy {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    padding: 94px 0 76px;
  }

  .home-hero-copy h1 {
    width: auto;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 4px;
  }

  .home-hero-copy p {
    width: auto;
    margin-top: 18px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  .home-hero-mark {
    right: 24px;
    bottom: 28px;
  }

  .home-hero-mark span {
    font-size: 52px;
  }

  .news-category-back {
    margin-bottom: 14px;
  }

  .news-category-shell {
    width: auto;
    margin: 28px 25px 50px;
  }

  .news-home-panels {
    width: auto;
    margin: 28px 25px 50px;
  }
}

/* Final unified hero + business/about refinements */
.news-category-count,
.news-home-card-head em {
  display: none;
}

.homeAboutUs {
  min-height: auto;
  padding-bottom: 56px;
}

.homeAboutUs p {
  max-width: 760px;
}

.business-banner-custom.pbm,
.business-banner-custom.public,
.business-banner-custom.yishan,
.techBanner.tech-molecule-banner {
  background-image:
    linear-gradient(108deg, rgba(251, 248, 241, 0.94) 0%, rgba(244, 247, 255, 0.86) 56%, rgba(235, 241, 255, 0.72) 100%),
    url("/assets/pages/about-archive/about-hero-unified.svg"),
    url("/assets/pages/home/home-hero-medical.jpg") !important;
}

.about-hero,
.business-banner-custom,
.techBanner.tech-molecule-banner,
.news-hero-custom {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.about-hero-copy,
.business-banner-copy,
.news-hero-panel {
  position: relative;
  z-index: 2;
  width: 1020px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  padding: 110px 0 92px;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  text-align: left;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.tech-hero-copy {
  position: relative;
  z-index: 2;
  width: 1020px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  padding: 110px 0 92px;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  text-align: left;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.site-hero-kicker,
.news-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(64, 102, 180, 0.12);
  background: rgba(255, 255, 255, 0.62);
  color: #3158ac;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 3px;
  backdrop-filter: blur(10px);
}

.home-hero-copy h1 {
  max-width: 780px;
}

.about-hero-copy h2,
.business-banner-copy h2,
.tech-hero-copy h2,
.news-hero-panel h2 {
  max-width: 760px;
  margin: 18px 0 0;
  text-align: left !important;
  color: #18315f;
  font-size: 54px;
  line-height: 64px;
  letter-spacing: 6px;
  font-weight: 700;
  text-shadow: none;
}

.about-hero-copy p,
.business-banner-copy p,
.tech-hero-copy p,
.news-hero-panel p {
  max-width: 720px;
  margin: 22px 0 0;
  text-align: left !important;
  color: #5b6b84;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 1px;
  text-shadow: none;
}

.leader-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.leader-item {
  min-height: 380px;
  padding: 28px 28px 30px;
  text-align: left;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 246, 0.98));
  box-shadow: 0 22px 54px rgba(38, 50, 84, 0.08);
}

.leader-item h3 {
  margin: 22px 0 14px;
  text-align: left;
}

.leader-item p {
  margin-bottom: 6px;
  text-align: left;
  line-height: 28px;
  letter-spacing: 2px;
}

.leader-item p:last-child {
  margin-bottom: 0;
}

.leader-item.photo-slot {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}

.leader-anchor-card {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.86), transparent 36%),
    linear-gradient(145deg, rgba(255, 249, 239, 0.98), rgba(236, 242, 255, 0.98));
}

.leader-team-note {
  margin: 22px 0 0;
  color: #5b6b84;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}

.business-callout {
  text-align: left;
}

.business-callout p {
  margin: 0 0 12px;
  color: #656565;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
}

.business-callout p:last-child {
  margin-bottom: 0;
}

.yishan-reference-grid {
  gap: 28px;
}

.yishan-reference-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 22px;
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 246, 0.98));
  border: 1px solid #ebe6df;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(39, 51, 85, 0.06);
}

.yishan-reference-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}

.yishan-reference-copy h4 {
  margin: 4px 0 10px;
  color: #c8161e;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
  font-weight: 400;
}

.yishan-reference-copy p {
  margin: 0;
  color: #656565;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .about-hero,
  .business-banner-custom,
  .techBanner.tech-molecule-banner,
  .news-hero-custom {
    min-height: 300px;
  }

  .about-hero-copy,
  .business-banner-copy,
  .news-hero-panel,
  .tech-hero-copy {
    max-width: calc(100% - 50px);
    padding: 90px 0 58px;
  }

  .about-hero-copy h2,
  .business-banner-copy h2,
  .tech-hero-copy h2,
  .news-hero-panel h2 {
    max-width: none;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 3px;
  }

  .about-hero-copy p,
  .business-banner-copy p,
  .tech-hero-copy p,
  .news-hero-panel p {
    max-width: none;
    font-size: 15px;
    line-height: 28px;
  }

  .leader-grid {
    grid-template-columns: 1fr;
  }

  .leader-item,
  .leader-item.photo-slot {
    min-height: auto;
  }

  .yishan-reference-item {
    padding: 20px 18px;
  }
}
