/**
 * English-only style overrides.
 * Loaded on /en/ pages via seo.ascx (see LangCssLink).
 * Scope rules under html.lang-en to avoid affecting Chinese pages.
 * Add typography/spacing tweaks here when EN copy length differs from CN.
 */
html.lang-en {
    --section-title-size: clamp(26px, 3vw, 36px);
}

html.lang-en .hero-title .line-1,
html.lang-en .hero-title .line-2 {
    letter-spacing: 0.01em;
}

html.lang-en .prod-nav > li.has-sub > .sub {
    max-height: 520px;
}

html.lang-en .section-title {
    line-height: 1.25;
}

html.lang-en .news-list-title,
html.lang-en .pc-body p {
    word-break: normal;
    overflow-wrap: anywhere;
}

html.lang-en .cta-desc {
    max-width: 42em;
}

/* Contact page loads LayUI; keep header lang switch readable on hover */
html.lang-en .site-header .header-actions .lang-switch a,
html.lang-en .site-header .header-actions .lang-switch a:hover,
.site-header .header-actions .lang-switch a,
.site-header .header-actions .lang-switch a:hover {
    color: inherit !important;
}



.lang-en .hero-tab{
    padding: 18px 15px;
}
html[lang="en"] .hero-title{
    font-size: clamp(44px, 5.6vw, 60px);
}
.lang-en .main-nav .product_item .page_nav-hid{
    margin-left: -124px;
    width: 248px;
}



.lang-en .str-items .item {
    width: 48%;
    margin-right: 2%;
}
.lang-en .str-items .item:nth-child(3n) {
    margin-right: 2%;
}
.lang-en .str-items .item:nth-child(2n) {
    margin-right: 0;
}