/* Keep intentional Thai phrases together without forcing the entire heading onto one line. */
.hero h1.public-balanced-title,.page-hero h1.public-balanced-title {
 font-size:clamp(1.8rem,4vw,3.25rem);line-height:1.3;letter-spacing:0;text-wrap:balance;
}
.public-balanced-title .title-phrase { display:inline-block;white-space:nowrap; }
/* Allow room for the direct jobs link and the longer audience labels. */
.desktop-public-nav { gap:clamp(12px,1.25vw,20px); }
@media(min-width:1025px) and (max-width:1199px) {
 .site-header .brand img { width:116px; }
 .desktop-public-nav a { font-size:.9rem; }
 .desktop-public-nav .desktop-register-link { padding-inline:10px; }
}
@media(max-width:600px) {
 .hero h1.public-balanced-title,.page-hero h1.public-balanced-title { font-size:clamp(1.65rem,7.5vw,2.25rem); }
}
/* A monochrome reverse logo removes the white JPEG rectangle without changing the source asset. */
html[data-theme="dark"] .site-header .brand img {
 filter:grayscale(1) invert(1);mix-blend-mode:screen;background:transparent;
}
