/* Typography consistency fixes for homepage and all inner page title areas.
   This keeps every non-home page hero section aligned with the Research page style,
   while avoiding the extra-heavy 900/950 weights used in early custom sections. */

html[lang="en"] .hero-copy h1 {
  font-weight: 800 !important;
}

/* Unified title area for all non-home pages:
   Research, Overview, Team, Outputs, Join and Contact. */
.research-hero-v2,
.page-hero-unified {
  padding: 58px 0 50px !important;
}

.research-hero-grid-v2 {
  min-height: 230px !important;
  align-items: center !important;
}

.research-hero-copy-v2 {
  width: 100% !important;
  padding-top: 0 !important;
  align-self: center !important;
  position: relative !important;
  z-index: 2 !important;
}

.research-eyebrow-v2 {
  margin: 0 0 8px !important;
  color: #0F7F8C !important;
  font-family: "Inter", "Source Han Sans SC", "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

.research-hero-copy-v2 h1 {
  margin: 0 !important;
  color: #0D1B3D !important;
  font-family: "Inter", "Source Han Sans SC", "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: 54px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.research-hero-copy-v2 p:not(.research-eyebrow-v2) {
  max-width: 620px !important;
  margin: 16px 0 0 !important;
  color: #3F4B63 !important;
  font-family: "Inter", "Source Han Sans SC", "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: 19px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

/* Homepage icon enlargement: set the four feature-card icons and key application icons to about 1.2x the original size. */
.home-feature-card {
  grid-template-columns: 92px minmax(0, 1fr) !important;
}

.home-feature-icon {
  width: 86px !important;
  height: 86px !important;
}

.home-app-card {
  grid-template-columns: 112px minmax(0, 1fr) auto !important;
}

.home-app-icon {
  width: 101px !important;
  height: 101px !important;
}

/* Research page SVG artwork overrides. */
.research-hero-cover-v2 {
  position: absolute !important;
  top: -58px !important;
  bottom: -50px !important;
  right: 0 !important;
  width: min(54vw, 680px) !important;
  height: auto !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  opacity: 1 !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

.research-hero-cover-v2::before {
  display: none !important;
}

.research-hero-cover-v2 img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center right !important;
  display: block !important;
}

.research-panel-head-v2 {
  grid-template-columns: 132px minmax(0, .9fr) minmax(320px, 1fr) !important;
}

.research-panel-icon-v2 {
  width: 132px !important;
  height: 132px !important;
  padding: 0 !important;
  overflow: visible !important;
  border-width: 0 !important;
  background: transparent !important;
}

.research-panel-icon-v2 img,
.research-subcard-v2 img,
.research-app-strip-v2 img {
  display: block !important;
  object-fit: contain !important;
}

.research-panel-icon-v2 img {
  width: 132px !important;
  height: 132px !important;
}

.research-subcard-v2 {
  grid-template-columns: 108px minmax(0, 1fr) 18px !important;
}

.research-subcard-v2 img {
  width: 108px !important;
  height: 108px !important;
}

.research-app-strip-v2 article {
  grid-template-columns: 124px minmax(0, 1fr) !important;
}

.research-app-strip-v2 img {
  width: 124px !important;
  height: 124px !important;
}

/* Keep the Latin part in the Chinese About title slightly lighter, without changing its position. */
html[lang="zh"] .about-title-mixed span {
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
}

html[lang="en"] .home-section-heading h2,
html[lang="en"] .research-panel-head-v2 h2,
html[lang="en"] .research-app-title-v2 {
  font-weight: 800 !important;
}

html[lang="en"] .home-feature-content h3,
html[lang="en"] .home-research-content h3,
html[lang="en"] .home-app-content h3,
html[lang="en"] .research-subbody-v2 h3,
html[lang="en"] .research-app-strip-v2 h3 {
  font-weight: 700 !important;
}

html[lang="en"] .research-subbody-v2 span,
html[lang="en"] .research-index-v2,
html[lang="en"] .lang-switch a {
  font-weight: 700 !important;
}

html[lang="en"] .btn,
html[lang="en"] .home-research-more {
  font-weight: 700 !important;
}

@media (max-width: 1180px) {
  .research-hero-cover-v2 {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: 100% !important;
    height: 260px !important;
    margin-top: 18px !important;
  }

  .research-panel-head-v2 {
    grid-template-columns: 110px 1fr !important;
  }

  .research-panel-head-v2 p {
    grid-column: 2 !important;
  }

  .research-panel-icon-v2,
  .research-panel-icon-v2 img {
    width: 110px !important;
    height: 110px !important;
  }

  .research-subcard-v2 {
    grid-template-columns: 92px minmax(0, 1fr) 18px !important;
  }

  .research-subcard-v2 img {
    width: 92px !important;
    height: 92px !important;
  }

  .research-app-strip-v2 article {
    grid-template-columns: 104px minmax(0, 1fr) !important;
  }

  .research-app-strip-v2 img {
    width: 104px !important;
    height: 104px !important;
  }
}

@media (max-width: 860px) {
  .research-hero-v2,
  .page-hero-unified {
    padding: 40px 0 34px !important;
  }

  .research-hero-grid-v2 {
    min-height: auto !important;
  }

  .research-hero-copy-v2 h1 {
    font-size: 38px !important;
    line-height: 1.2 !important;
  }

  .research-hero-copy-v2 p:not(.research-eyebrow-v2) {
    font-size: 16px !important;
    line-height: 1.68 !important;
  }

  .research-hero-cover-v2 {
    display: none !important;
  }

  .home-feature-card {
    grid-template-columns: 74px minmax(0, 1fr) !important;
  }

  .home-feature-icon {
    width: 70px !important;
    height: 70px !important;
  }

  .home-app-card {
    grid-template-columns: 90px minmax(0, 1fr) auto !important;
  }

  .home-app-icon {
    width: 82px !important;
    height: 82px !important;
  }

  .research-panel-head-v2 {
    grid-template-columns: 86px 1fr !important;
  }

  .research-panel-head-v2 p {
    grid-column: 1 / -1 !important;
  }

  .research-panel-icon-v2,
  .research-panel-icon-v2 img {
    width: 86px !important;
    height: 86px !important;
  }

  .research-subcard-v2 {
    grid-template-columns: 76px 1fr 14px !important;
  }

  .research-subcard-v2 img {
    width: 76px !important;
    height: 76px !important;
  }

  .research-app-strip-v2 article {
    grid-template-columns: 82px minmax(0, 1fr) !important;
  }

  .research-app-strip-v2 img {
    width: 82px !important;
    height: 82px !important;
  }
}

@media (max-width: 520px) {
  .home-feature-card,
  .home-app-card {
    grid-template-columns: 1fr !important;
  }

  .home-feature-icon {
    width: 70px !important;
    height: 70px !important;
  }

  .home-app-icon {
    width: 82px !important;
    height: 82px !important;
  }

  .research-subcard-v2,
  .research-app-strip-v2 article {
    grid-template-columns: 1fr !important;
  }
}
