/* English-only refinements layered over the shared stylesheet.
   The Korean type scale uses tight negative tracking, which suits Hangul and
   large display numerals but pinches the space between English words. */
.metrics-grid strong span { letter-spacing: normal; }
.metrics-grid h2 { letter-spacing: -.02em; }
.expertise-grid strong,
.capabilities h4,
.contact-topics h3,
.panel-heading h3 { letter-spacing: -.015em; }
.service-tag { letter-spacing: .01em; }

/* Six menu items in English pack tighter than five in Korean; keep every
   collapsed-menu link at the 44px touch minimum. */
@media (max-width: 760px) {
  .main-nav a { min-width: 44px; text-align: center; }
}

/* The six-across timeline is tuned for compact Hangul; English sentences split
   into five or six lines in a column that narrow, so use two rows of three. */
@media (min-width: 1051px) {
  .history-timeline { grid-template-columns: repeat(3, 1fr); gap: 26px 22px; }
  .history-timeline li { padding-right: 18px; }
}
