/* Calm product-catalog typography with compact Chinese-first proportions. */
:root { --catalog-font: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif; }
body, button, input, textarea, select { font-family: var(--catalog-font); }
.topline, .brand small, .eyebrow, .quote-kicker, .news-date { font-family: var(--catalog-font); letter-spacing: .08em; }

.hero-copy h1, .section-lead h2, .spotlight h2, .factory h2, .private-label h2,
.hot-intro h2, .profile-copy h2, .new-showcase h2, .voice-copy h2,
.news-heading h2, .contact h2, .directory-intro h1, .footer-column h3 {
  font-family: var(--catalog-font);
  font-weight: 600;
  letter-spacing: -.035em;
}

.hot-intro h2 { font-size: 34px; line-height: 1.2; }
.profile-copy h2, .voice-copy h2 { font-size: 30px; line-height: 1.25; }
.new-showcase h2 { font-size: 32px; line-height: 1.2; }
.news-heading h2 { font-size: 30px; line-height: 1.25; }
.contact h2 { font-size: 34px; line-height: 1.25; }
.directory-intro h1 { font-size: 34px; line-height: 1.2; }
.directory-intro > p:last-child, .profile-copy > p:not(.eyebrow), .voice-copy blockquote { font-size: 12px; line-height: 1.8; }

.main-nav a, .directory-home { font-size: 12px; font-weight: 600; }
.product-card h3, .directory-card h2 { font-size: 12px; font-weight: 600; line-height: 1.45; }
.product-card p, .directory-card p, .directory-card strong { font-size: 10px; }
.directory-filters button, .product-series-page .directory-filters button { font-size: 11px; font-weight: 500; }
.footer-column h3 { font-size: 18px; }
.footer-column a, .footer-contact-lines { font-size: 11px; }

@media (max-width: 900px) {
  .hot-intro h2, .contact h2 { font-size: 30px; }
  .profile-copy h2, .voice-copy h2, .new-showcase h2, .news-heading h2, .directory-intro h1 { font-size: 27px; }
}
