/* Production typography overrides scoped exclusively to Korean pages. */
html[lang="ko"] {
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

html[lang="ko"] body {
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", system-ui, sans-serif;
}

html[lang="ko"] :is(.hero-title, .section-title, .album-title, .merch-panel__title, .audit2-gateway-card h3, .home-route-card h4) {
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: none;
}

html[lang="ko"] :is(.nav-center, .mobile-menu, .btn, .label, .card-label, .card-title, .platform-group__heading, .rf-language-switcher) {
  letter-spacing: 0.045em;
  text-transform: none;
}

html[lang="ko"] :is(p, .card-desc, .album-card__desc, .bp-excerpt, .about-body) {
  line-height: 1.85;
}

@media (max-width: 720px) {
  html[lang="ko"] .hero-title {
    font-size: clamp(2rem, 8.5vw, 2.5rem);
  }
}
