/* Traditional Chinese pages only. Existing JP/EN styles are untouched. */
.zh-hant-page {
  font-family: "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", "Helvetica Neue", Arial, sans-serif;
}
.zh-hant-page .editorial-heading,
.zh-hant-page .hero-ja,
.zh-hant-page .faq-question-text,
.zh-hant-page .ingredient-name h3 {
  letter-spacing: 0.02em;
}
.zh-hant-page .zh-shipping-note {
  margin: 16px auto 0;
  max-width: 660px;
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--ink-soft);
}
.product-page.zh-hant-page .zh-shipping-note {
  margin: 12px 0 18px;
  max-width: 720px;
}
@media (max-width: 700px) {
  .zh-hant-page { font-size: 16px; }
  .zh-hant-page .zh-shipping-note { font-size: 0.9rem; }
}
