/* Preserve Thai letter clusters and the established type sizes. */
html[lang="th-TH"] body,
html[lang="th-TH"] :is(h1,h2,h3,h4,h5,h6,p,a,b,strong,small,label,input,select,textarea,button,span,li) {
  font-family:"Noto Sans Thai","Thonburi",Tahoma,Arial,sans-serif;
  letter-spacing:normal;
  text-transform:none;
  word-break:normal;
}
html[lang="th-TH"] :is(p,label,li) { line-height:1.65; }
html[lang="th-TH"] .gk-flow-label :is(b,small) { line-height:1.45; }

/* New editions: keep complete role cards visible before the two-column hero fits. */
.gk-hero-inner > .gk-copy { min-width:0; }
@media (max-width:1240px) {
  .gk-hero-inner { grid-template-columns:minmax(0,1fr); }
  .gk-hero-inner > .gk-copy { width:100%; max-width:100%; }
}
@media (min-width:821px) and (max-width:1240px) {
  .gk-hero-inner { gap:36px; }
  .gk-visual--white-label {
    width:100%; max-width:900px; min-width:0;
    margin-inline:auto; transform:none;
  }
}
