/* Chinese homepage uses the same cinematic motion language as the English homepage.
   The navigation remains the shared Chinese site navigation. */
.zh-home .dv2-hero h1,
.zh-home .dv2-hero h1 span {
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

.zh-home .dv2-hero h1 span:nth-child(2) {
  margin-left: .24em;
}

.zh-home .dv2-hero h1 span:nth-child(3) {
  margin-left: .52em;
}

.zh-home .dv2-hero-kicker,
.zh-home .dv2-hero-status,
.zh-home .dv2-hero-focus,
.zh-home .dv2-hero-scroll,
.zh-home .dv2-hero-rail button span {
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

.zh-home .dv2-hero-kicker {
  font-size: 13px;
}

.zh-home .dv2-hero-rail button span {
  font-size: 12px;
}

.zh-home .dv2-intro-center > p,
.zh-home .dv2-intro-center > strong,
.zh-home .dv2-intro-readout,
.zh-home .dv2-intro-footer {
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

@media (max-width: 720px) {
  .zh-home .dv2-hero h1 {
    font-size: 3.25rem;
    line-height: .92;
  }

  .zh-home .dv2-hero-lower p {
    font-size: 15px;
  }

  .zh-home .dv2-hero-rail button span {
    font-size: 11px;
  }
}
