/*
  MiniMoto Gallery — 中文排版
  Loaded only by index-zh.html and quienes-somos-zh.html.
*/

html[lang="zh-CN"] {
  --font-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-mono: "IBM Plex Mono", "Noto Sans SC", "PingFang SC", monospace;
}

html[lang="zh-CN"] body {
  font-family: var(--font-sans);
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

html[lang="zh-CN"] .primary-nav,
html[lang="zh-CN"] .menu-toggle,
html[lang="zh-CN"] .battle-tools,
html[lang="zh-CN"] .board-instruction,
html[lang="zh-CN"] .site-footer,
html[lang="zh-CN"] .dialog-tags,
html[lang="zh-CN"] .artist-entry p,
html[lang="zh-CN"] .index-dialog,
html[lang="zh-CN"] .artists-dialog {
  text-transform: none;
  letter-spacing: 0;
}

html[lang="zh-CN"] .battle-title-block h2 {
  font-size: clamp(62px, 9vw, 146px);
  font-weight: 700;
  line-height: .86;
  letter-spacing: -.055em;
}

html[lang="zh-CN"] .battle-subtitle,
html[lang="zh-CN"] .battle-about > p:not(.section-number) {
  line-height: 1.42;
  letter-spacing: -.02em;
}

html[lang="zh-CN"] .project-copy h3,
html[lang="zh-CN"] .expanded-project-title h2,
html[lang="zh-CN"] .index-dialog h2,
html[lang="zh-CN"] .artists-dialog h2 {
  font-family: "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.045em;
  text-transform: none;
}

html[lang="zh-CN"] .project-copy p,
html[lang="zh-CN"] .expanded-project-title p,
html[lang="zh-CN"] .expanded-project-head,
html[lang="zh-CN"] .expanded-project-figure figcaption {
  letter-spacing: 0;
  text-transform: none;
}

html[lang="zh-CN"] .dialog-body {
  line-height: 1.68;
}

html[lang="zh-CN"] .dialog-body blockquote {
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -.02em;
}

html[lang="zh-CN"] .statement-panel h1 {
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-weight: 600;
  font-stretch: normal;
  line-height: .96;
  letter-spacing: -.055em;
  text-wrap: balance;
}

html[lang="zh-CN"] .statement-copy p {
  font-family: "Noto Sans SC", "PingFang SC", sans-serif;
  line-height: 1.72;
  letter-spacing: 0;
}

html[lang="zh-CN"] .statement-panel blockquote {
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: -.025em;
}

html[lang="zh-CN"] .statement-actions p,
html[lang="zh-CN"] .statement-code,
html[lang="zh-CN"] .statement-image figcaption {
  letter-spacing: .02em;
  text-transform: none;
}

@media (max-width: 980px) {
  html[lang="zh-CN"] .primary-nav {
    line-height: 1.35;
  }
}

@media (max-width: 720px) {
  html[lang="zh-CN"] .battle-title-block h2 {
    font-size: clamp(54px, 17vw, 86px);
  }

  html[lang="zh-CN"] .statement-panel h1 {
    font-size: clamp(48px, 14vw, 84px);
  }

  html[lang="zh-CN"] .statement-copy p {
    font-size: 16px;
  }
}


html[lang="zh-CN"] .statement-lead--top {
  letter-spacing: .02em !important;
  line-height: .98;
}

html[lang="zh-CN"] .statement-lead--bottom {
  line-height: 1.28;
}
