/* Chinese-only typography; retain the shared brown, brass and ivory palette. */
html[lang="zh-Hans"] {
  --serif: 'Cormorant Garamond', 'Noto Serif SC', 'Songti SC', 'STSong', 'SimSun', serif;
  --sans: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
}
html[lang="zh-Hans"] h2 { font-size: clamp(36px, 4vw, 58px); line-height: 1.5; letter-spacing: .01em; }
html[lang="zh-Hans"] .hero-caption { font-size: clamp(22px, 2.6vw, 34px); line-height: 1.65; }
html[lang="zh-Hans"] .intro { font-size: 24px; line-height: 1.75; }
html[lang="zh-Hans"] .story-foot p { font-size: 22px; }
html[lang="zh-Hans"] .craft-chapter h3 { font-size: 30px; line-height: 1.5; }
html[lang="zh-Hans"] .perspective-grid h2 { font-size: clamp(34px, 3.5vw, 52px); line-height: 1.6; }
html[lang="zh-Hans"] .principles p { font-size: 22px; }
html[lang="zh-Hans"] .perspective-card h3 { font-size: 24px; line-height: 1.6; letter-spacing: 0; }
html[lang="zh-Hans"] .press-card h3 { font-size: clamp(26px, 2.5vw, 34px); line-height: 1.5; }
html[lang="zh-Hans"] .cocktail-heading h1 { font-size: clamp(48px, 7vw, 96px); line-height: 1.3; letter-spacing: 0; }
html[lang="zh-Hans"] .cocktail-name h2 { font-size: clamp(36px, 4.4vw, 62px); line-height: 1.12; letter-spacing: -.015em; }
html[lang="zh-Hans"] .cocktail-notice h2 { font-size: 30px; line-height: 1.5; }
html[lang="zh-Hans"] .eyebrow, html[lang="zh-Hans"] .line-link { letter-spacing: .04em; }
@media (max-width: 700px) {
  html[lang="zh-Hans"] h2 { font-size: 36px; }
  html[lang="zh-Hans"] .story-foot p { font-size: 18px; }
  html[lang="zh-Hans"] .cocktail-name h2 { font-size: 44px; }
}
