/* Chinese typography; preserve the approved layout, images and colors. */
html[lang="zh-CN"] body { font-family: InterVariable, Inter, "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; }
html[lang="zh-CN"] h1, html[lang="zh-CN"] h2, html[lang="zh-CN"] h3 { letter-spacing: 0; line-height: 1.35; }
html[lang="zh-CN"] .eyebrow, html[lang="zh-CN"] .kicker { letter-spacing: .04em; }
html[lang="zh-CN"] .main-nav a, html[lang="zh-CN"] .language { white-space: nowrap; }
html[lang="zh-CN"] .flag { background: #de2910; position: relative; }
html[lang="zh-CN"] .flag::after { content: "★"; color: #ffde00; position: absolute; inset: 0; display: grid; place-items: center; font-size: 12px; }
html[lang="zh-CN"] .hero-copy p { line-height: 1.85; }
html[lang="zh-CN"] .hero h1 { font-size: clamp(38px, 4.2vw, 60px); }
html[lang="zh-CN"] .hero-gradient { display: inline-block; }

html[lang="zh-CN"] .page-hero h1 span { display: block; }
html[lang="zh-CN"] .avatar-stack span { font-size: 12px; }
