/* Supplied HXG identity, shared by Chinese and English pages. */
header .logo { gap:12px; }
header .logo > .brand-wordmark { display:block; width:230px; height:auto; flex:0 0 230px; }
header .logo > .brand-mark { display:block; width:48px; height:48px; flex:0 0 48px; }
/* The supplied Chinese lockup already includes the name: retain text for AT. */
header .logo:has(.brand-wordmark) .logo-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
.home-honors { padding:32px 0; border-top:1px solid var(--ui-line); }
.home-honors-heading { display:flex; align-items:baseline; gap:16px; margin-bottom:20px; }
.home-honors-heading h2 { margin:0; color:var(--ui-ink); font-size:24px; line-height:1.4; flex-shrink:0; }
.home-honors-heading span { color:#52667e; font-size:11px; letter-spacing:.12em; }
.home-honors-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; max-width:900px; }
.home-honors-grid figure { margin:0; min-width:0; }
.home-honors-grid img { display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:contain; border:1px solid var(--ui-line); border-radius:4px; }
.home-honors-grid figcaption { padding-top:10px; color:var(--ui-ink); font-size:13px; line-height:1.5; }
@media(max-width:767px) {
 header .logo > .brand-wordmark { width:190px; flex-basis:190px; }
 header .logo > .brand-mark { width:40px; height:40px; flex-basis:40px; }
 .home-honors { padding:24px 0; }
 .home-honors-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
 .home-honors-heading { gap:8px; flex-wrap:wrap; }
 .home-honors-heading h2 { font-size:21px; }
 .home-honors-grid figcaption { font-size:12px; }
}
@media(max-width:359px) {
 header .logo > .brand-wordmark { width:166px; flex-basis:166px; }
}
