/* 20260610 homepage visual system refresh. Loaded after legacy CSS. */
:root {
    --home-ink: #f8fafc;
    --home-muted: rgba(226, 232, 240, 0.76);
    --home-panel: rgba(15, 23, 42, 0.72);
    --home-border: rgba(148, 163, 184, 0.24);
    --home-cyan: #22d3ee;
    --home-teal: #2dd4bf;
    --home-orange: #ff7a2f;
    --home-dark: #07111f;
}

body {
    background: #07111f !important;
}

main {
    background:
        linear-gradient(180deg, #07111f 0%, #0d1725 58%, #f5f7fb 58%, #f5f7fb 100%) !important;
}

.topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(0, 0, 0, 0.72) !important;
    backdrop-filter: blur(16px) !important;
}

.brand-mark {
    background: var(--home-orange) !important;
    box-shadow: 0 12px 28px rgba(255, 122, 47, 0.26) !important;
}

.nav a {
    color: rgba(255, 255, 255, 0.86) !important;
}

.nav a:hover {
    color: #ffffff !important;
}

.portal-hero {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 82px max(40px, calc((100vw - 1240px) / 2)) 92px !important;
    border: 0 !important;
    background:
        radial-gradient(circle at 86% 20%, rgba(34, 211, 238, 0.12), transparent 34%),
        linear-gradient(135deg, #f8fafc 0%, #eef3f8 54%, #e7edf4 100%) !important;
    box-shadow: none !important;
}

.portal-hero .eyebrow,
.section-heading .eyebrow,
.contact-copy .eyebrow {
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    letter-spacing: 0.14em !important;
}

.portal-hero h1 {
    max-width: 880px !important;
    color: #111827 !important;
    font-size: clamp(48px, 5vw, 76px) !important;
    font-weight: 850 !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
}

.portal-hero .intro {
    max-width: 760px !important;
    color: #475569 !important;
    font-size: 19px !important;
    line-height: 1.78 !important;
}

.primary-action {
    border: 1px solid #111827 !important;
    border-radius: 8px !important;
    background: #111827 !important;
    color: #ffffff !important;
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.16) !important;
}

.secondary-action {
    border: 1px solid rgba(17, 24, 39, 0.42) !important;
    border-radius: 8px !important;
    color: #111827 !important;
}

.contract-panel {
    width: min(430px, 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.76) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.84) !important;
    box-shadow: 0 28px 72px rgba(15, 23, 42, 0.12) !important;
    backdrop-filter: blur(18px) !important;
}

.panel-header strong {
    color: #0f766e !important;
}

.promise strong {
    color: #111827 !important;
    font-size: 28px !important;
    line-height: 1.22 !important;
}

.promise p {
    color: #64748b !important;
}

.metric-grid article {
    border-radius: 8px !important;
    background: #e9eef5 !important;
}

.metric-grid strong {
    color: #111827 !important;
}

.section-band {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 84px max(40px, calc((100vw - 1240px) / 2)) !important;
    overflow: hidden !important;
    background: #f5f7fb !important;
}

.section-heading {
    width: min(100%, 1240px) !important;
    margin: 0 auto 34px !important;
    text-align: left !important;
}

.section-heading h2 {
    max-width: 760px !important;
    color: #111827 !important;
    font-size: clamp(36px, 4.4vw, 62px) !important;
    font-weight: 820 !important;
    line-height: 1.05 !important;
    text-wrap: balance !important;
}

.section-english {
    margin-left: 0 !important;
    color: #94a3b8 !important;
}

#services .content-grid,
#cases .content-grid {
    width: min(100%, 1240px) !important;
    margin: 0 auto !important;
    gap: 18px !important;
}

#services .content-card,
#cases .content-card {
    min-height: 232px !important;
    padding: 28px !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 8px !important;
    background:
        radial-gradient(circle at 90% 12%, rgba(34, 211, 238, 0.12), transparent 30%),
        #ffffff !important;
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08) !important;
}

#services .content-card:hover,
#cases .content-card:hover,
#news .news-item:hover {
    border-color: rgba(34, 211, 238, 0.36) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 28px 64px rgba(15, 23, 42, 0.12) !important;
}

.content-card .tag,
.content-card .pill,
#cases .content-card .pill {
    border: 1px solid rgba(255, 122, 47, 0.2) !important;
    border-radius: 999px !important;
    background: rgba(255, 122, 47, 0.1) !important;
    color: #ea580c !important;
}

.content-card h3,
#cases .content-card h3 {
    margin-top: 0 !important;
    color: #111827 !important;
    font-size: 24px !important;
    line-height: 1.24 !important;
    text-wrap: balance !important;
}

.content-card p,
#cases .content-card p {
    color: #64748b !important;
    line-height: 1.72 !important;
}

.team-section {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 72px 0 82px !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 86% 16%, rgba(34, 211, 238, 0.11), transparent 30%),
        #f5f7fb !important;
}

.team-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px) !important;
    background-size: 72px 72px !important;
    opacity: 0.18 !important;
}

.team-heading,
.team-rail {
    position: relative !important;
    z-index: 1 !important;
    width: min(100% - 72px, 1240px) !important;
    max-width: 1240px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.team-heading {
    display: grid !important;
    justify-items: start !important;
    gap: 8px !important;
    margin-bottom: 26px !important;
    text-align: left !important;
}

.team-heading span {
    order: -1 !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

.team-heading h2 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: clamp(34px, 4vw, 50px) !important;
    font-weight: 800 !important;
    line-height: 1.04 !important;
}

.team-heading h2::after,
.team-heading h2::first-letter {
    content: none !important;
    color: inherit !important;
}

.team-track {
    display: flex !important;
    gap: 16px !important;
    align-items: stretch !important;
    min-width: max-content !important;
    padding: 2px 0 6px !important;
}

.team-card {
    position: relative !important;
    width: 360px !important;
    min-height: 188px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 96px !important;
    align-items: center !important;
    gap: 18px !important;
    overflow: hidden !important;
    padding: 20px !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 8px !important;
    background:
        radial-gradient(circle at 88% 14%, rgba(34, 211, 238, 0.12), transparent 34%),
        #ffffff !important;
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08) !important;
}

.team-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.08), transparent 42%) !important;
}

.team-kicker {
    min-height: 26px !important;
    margin-bottom: 12px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(45, 212, 191, 0.28) !important;
    border-radius: 999px !important;
    background: rgba(20, 184, 166, 0.12) !important;
    color: #0f766e !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.team-copy {
    position: relative !important;
    z-index: 1 !important;
    min-width: 0 !important;
}

.team-copy h3 {
    margin: 0 0 8px !important;
    color: #111827 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
}

.team-copy p {
    display: -webkit-box !important;
    max-width: 21em !important;
    margin: 0 0 5px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    color: #64748b !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.team-copy .team-role {
    color: #334155 !important;
    font-weight: 800 !important;
}

.team-avatar {
    position: relative !important;
    z-index: 1 !important;
    width: 96px !important;
    aspect-ratio: 1 !important;
    justify-self: end !important;
    overflow: hidden !important;
    border: 1px solid rgba(148, 163, 184, 0.18) !important;
    border-radius: 8px !important;
    background:
        linear-gradient(145deg, #e9eef5, #ffffff),
        radial-gradient(circle at 55% 22%, rgba(125, 211, 252, 0.48), transparent 34%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 14px 28px rgba(15, 23, 42, 0.12) !important;
}

.team-avatar::after {
    content: "" !important;
    position: absolute !important;
    inset: auto 14px 14px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, var(--home-cyan), var(--home-teal)) !important;
}

.team-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.team-avatar span {
    color: #0f766e !important;
    font-size: 36px !important;
    font-weight: 800 !important;
}

.team-arrow {
    z-index: 2 !important;
    top: calc(50% + 34px) !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgba(148, 163, 184, 0.42) !important;
    background: rgba(255, 255, 255, 0.86) !important;
    color: #111827 !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14) !important;
    backdrop-filter: blur(12px) !important;
}

.team-arrow:hover {
    border-color: rgba(45, 212, 191, 0.78) !important;
    background: rgba(20, 184, 166, 0.9) !important;
}

.team-arrow-left {
    left: max(18px, calc((100vw - 1240px) / 2 - 20px)) !important;
}

.team-arrow-right {
    right: max(18px, calc((100vw - 1240px) / 2 - 20px)) !important;
}

#cases {
    background:
        radial-gradient(circle at 12% 24%, rgba(255, 122, 47, 0.1), transparent 34%),
        #eef3f8 !important;
}

#cases .case-showcase {
    width: min(100%, 1240px) !important;
    grid-template-columns: minmax(0, 1fr) 78px !important;
}

#cases #case-more a,
#news #news-more a {
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #334155 !important;
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08) !important;
}

#news {
    background:
        radial-gradient(circle at 86% 16%, rgba(34, 211, 238, 0.1), transparent 30%),
        #f5f7fb !important;
}

#news .section-heading h2 {
    color: #111827 !important;
}

#news .section-heading .eyebrow,
#news .section-english {
    color: #94a3b8 !important;
}

#news .news-list {
    width: min(100%, 1240px) !important;
    margin: 0 auto !important;
    gap: 14px !important;
}

#news .news-item {
    grid-template-columns: 132px minmax(0, 1fr) !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #334155 !important;
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08) !important;
}

#news .news-item time {
    color: #0f766e !important;
}

#news .news-item strong {
    color: #111827 !important;
}

#news .news-item p {
    color: #64748b !important;
}

.contact-section {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 84px max(40px, calc((100vw - 1240px) / 2)) 96px !important;
    background: #f5f7fb !important;
}

.contact-card {
    width: min(100%, 1240px) !important;
    margin: 0 auto !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 8px !important;
    background:
        radial-gradient(circle at 85% 18%, rgba(34, 211, 238, 0.12), transparent 30%),
        #ffffff !important;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.1) !important;
}

.contact-copy h2 {
    color: #111827 !important;
    font-size: clamp(34px, 4vw, 58px) !important;
    font-weight: 820 !important;
    line-height: 1.08 !important;
}

.contact-copy .intro {
    color: #64748b !important;
}

.contact-steps span {
    border: 1px solid rgba(34, 211, 238, 0.2) !important;
    border-radius: 999px !important;
    background: rgba(34, 211, 238, 0.08) !important;
    color: #0f766e !important;
}

.wechat-panel {
    border-radius: 8px !important;
    background: #111827 !important;
    color: #f8fafc !important;
}

.wechat-panel p {
    color: rgba(226, 232, 240, 0.72) !important;
}

@media (max-width: 980px) {
    .portal-hero,
    .section-band,
    .contact-section {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

    .portal-hero h1 {
        font-size: clamp(38px, 10vw, 56px) !important;
    }

    #cases .case-showcase {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    .portal-hero,
    .section-band,
    .contact-section,
    .team-section {
        padding-top: 58px !important;
        padding-bottom: 64px !important;
    }

    .team-heading,
    .team-rail {
        width: min(100% - 32px, 1240px) !important;
    }

    .team-card {
        width: calc(100vw - 32px) !important;
        min-height: 0 !important;
        grid-template-columns: 1fr 86px !important;
        gap: 14px !important;
        padding: 18px !important;
    }

    .team-avatar {
        width: 86px !important;
        order: 0 !important;
        justify-self: end !important;
    }

    .team-copy h3 {
        font-size: 24px !important;
    }

    .team-copy p {
        font-size: 12px !important;
    }

    .team-arrow {
        display: none !important;
    }

    #news .news-item {
        grid-template-columns: 1fr !important;
    }
}

/* 20260703 editable WeChat QR image. */
.qr-placeholder.has-image {
    display: block !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.qr-placeholder.has-image img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

/* 20260611 contact float, news date alignment, and unified English headings. */
.section-heading .section-english,
.team-heading span,
.contact-copy .section-english {
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 6px !important;
    color: #64748b !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 15px !important;
    font-style: italic !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
}

.section-heading .section-english::after,
.team-heading span::after,
.contact-copy .section-english::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #ff7a2f, rgba(34, 211, 238, 0.72)) !important;
}

#news .news-item {
    grid-template-columns: minmax(0, 1fr) 132px !important;
    align-items: center !important;
}

#news .news-item time {
    justify-self: end !important;
    text-align: right !important;
}

.contact-float {
    position: fixed !important;
    right: max(22px, env(safe-area-inset-right)) !important;
    bottom: max(22px, env(safe-area-inset-bottom)) !important;
    z-index: 20 !important;
    display: grid !important;
    gap: 3px !important;
    min-width: 118px !important;
    padding: 14px 16px !important;
    border: 1px solid rgba(148, 163, 184, 0.22) !important;
    border-radius: 8px !important;
    background: #111827 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.2) !important;
    transition: opacity 0.2s ease, visibility 0.2s ease !important;
}

.contact-float span {
    color: rgba(226, 232, 240, 0.7) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.contact-float strong {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
}

.contact-float::after {
    content: "" !important;
    position: absolute !important;
    inset: auto 14px 10px auto !important;
    width: 34px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #ff7a2f, #22d3ee) !important;
}

.contact-float.is-hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 760px) {
    .section-heading .section-english,
    .team-heading span,
    .contact-copy .section-english {
        font-size: 12px !important;
    }

    #news .news-item {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }

    .contact-float {
        right: 16px !important;
        bottom: 16px !important;
        min-width: 106px !important;
        padding: 12px 14px !important;
    }
}

/* Final English heading treatment. */
.section-heading .section-english,
.team-heading span,
.contact-copy .section-english {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    font-style: italic !important;
    font-weight: 700 !important;
    padding-bottom: 7px !important;
}

@media (max-width: 760px) {
    .section-heading .section-english,
    .team-heading span,
    .contact-copy .section-english {
        font-size: 12px !important;
        padding-bottom: 6px !important;
    }
}

.section-band .section-heading .section-english,
#cases .section-heading .section-english,
#news .section-heading .section-english,
.team-section .team-heading span,
.contact-section .contact-copy .section-english {
    font-size: 16px !important;
}

@media (max-width: 760px) {
    .section-band .section-heading .section-english,
    #cases .section-heading .section-english,
    #news .section-heading .section-english,
    .team-section .team-heading span,
    .contact-section .contact-copy .section-english {
        font-size: 12px !important;
    }
}

/* 20260611 title alignment, case background, and smoother homepage motion. */
.topbar,
.contract-panel,
.team-arrow {
    backdrop-filter: none !important;
}

.brand-mark,
.primary-action,
.contract-panel,
#services .content-card,
#cases .content-card,
.team-card,
.team-avatar,
#cases #case-more a,
#news #news-more a,
#news .news-item,
.contact-card {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07) !important;
}

#services .content-card:hover,
#cases .content-card:hover,
#news .news-item:hover,
.team-card:hover {
    transform: none !important;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09) !important;
}

.section-heading,
.team-heading {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    column-gap: 12px !important;
    row-gap: 6px !important;
    text-align: left !important;
}

.section-heading h2,
.team-heading h2,
.contact-copy h2 {
    display: inline !important;
    max-width: none !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    line-height: 1.12 !important;
    text-align: left !important;
    text-wrap: balance !important;
}

.section-heading .section-english,
.team-heading span,
.contact-copy .section-english {
    display: inline-block !important;
    position: static !important;
    transform: none !important;
    left: auto !important;
    order: initial !important;
    margin: 0 !important;
    color: #94a3b8 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

.section-heading .eyebrow,
.contact-copy .eyebrow {
    display: none !important;
}

.contact-copy h2 {
    margin-right: 12px !important;
}

.contact-copy .section-english {
    vertical-align: baseline !important;
}

.contact-copy .intro {
    display: block !important;
    margin-top: 18px !important;
}

#cases,
#news,
.team-section,
.section-band,
.contact-section {
    background:
        radial-gradient(circle at 86% 16%, rgba(34, 211, 238, 0.08), transparent 30%),
        #f5f7fb !important;
}

#cases .content-card {
    background: #ffffff !important;
}

.team-section::before {
    display: none !important;
}

.team-rail {
    scroll-behavior: smooth !important;
}

@media (max-width: 760px) {
    .section-heading h2,
    .team-heading h2,
    .contact-copy h2 {
        font-size: 26px !important;
        line-height: 1.16 !important;
    }

    .section-heading .section-english,
    .team-heading span,
    .contact-copy .section-english {
        font-size: 9.5px !important;
        letter-spacing: 0.02em !important;
    }
}

/* Keep every homepage module heading aligned to the content grid edge. */
.section-band > .section-heading,
#cases .section-heading,
#news .section-heading {
    width: min(100%, 1240px) !important;
    max-width: 1240px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.section-band > .section-heading h2,
#cases .section-heading h2,
#news .section-heading h2,
.team-heading h2 {
    font-size: clamp(28px, 3vw, 42px) !important;
    line-height: 1.12 !important;
}

@media (max-width: 760px) {
    .section-band > .section-heading h2,
    #cases .section-heading h2,
    #news .section-heading h2,
    .team-heading h2,
    .contact-copy h2 {
        font-size: 26px !important;
        line-height: 1.16 !important;
    }

    .section-heading .section-english,
    .team-heading span,
    .contact-copy .section-english {
        font-size: 9.5px !important;
        letter-spacing: 0.02em !important;
    }
}

/* 20260611 strict unified module heading. */
.section-band > .section-heading,
.team-section > .team-heading,
.contact-section .contact-heading,
#cases > .section-heading,
#news > .section-heading {
    position: relative !important;
    width: min(100% - 72px, 1240px) !important;
    max-width: 1240px !important;
    min-height: 82px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 26px !important;
    margin: 0 auto 34px !important;
    padding: 0 0 20px !important;
    text-align: left !important;
}

.contact-section .contact-heading {
    width: 100% !important;
    min-height: 82px !important;
    margin: 0 0 24px !important;
}

.section-band > .section-heading::after,
.team-section > .team-heading::after,
.contact-section .contact-heading::after,
#cases > .section-heading::after,
#news > .section-heading::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #ff7a2f 0%, rgba(255, 122, 47, 0.7) 18%, rgba(45, 212, 191, 0.62) 70%, #22d3ee 100%) !important;
}

.section-band > .section-heading h2,
.team-section > .team-heading h2,
.contact-section .contact-heading h2,
#cases > .section-heading h2,
#news > .section-heading h2 {
    display: block !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    margin: 0 !important;
    color: #111827 !important;
    font-size: clamp(40px, 4.4vw, 62px) !important;
    font-weight: 850 !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
}

.section-band > .section-heading .section-english,
.team-section > .team-heading span,
.contact-section .contact-heading .section-english,
#cases > .section-heading .section-english,
#news > .section-heading .section-english {
    position: static !important;
    display: block !important;
    flex: 0 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #94a3b8 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(18px, 2vw, 27px) !important;
    font-style: italic !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    transform: none !important;
}

.section-heading .section-english::after,
.team-heading span::after,
.contact-copy .section-english::after {
    content: none !important;
}

@media (max-width: 760px) {
    .section-band > .section-heading,
    .team-section > .team-heading,
    .contact-section .contact-heading,
    #cases > .section-heading,
    #news > .section-heading {
        width: min(100% - 32px, 1240px) !important;
        min-height: 0 !important;
        flex-wrap: wrap !important;
        gap: 8px 14px !important;
        margin-bottom: 24px !important;
        padding-bottom: 14px !important;
    }

    .contact-section .contact-heading {
        width: 100% !important;
    }

    .section-band > .section-heading h2,
    .team-section > .team-heading h2,
    .contact-section .contact-heading h2,
    #cases > .section-heading h2,
    #news > .section-heading h2 {
        font-size: 34px !important;
        line-height: 1.08 !important;
    }

    .section-band > .section-heading .section-english,
    .team-section > .team-heading span,
    .contact-section .contact-heading .section-english,
    #cases > .section-heading .section-english,
    #news > .section-heading .section-english {
        font-size: 17px !important;
        line-height: 1.05 !important;
    }
}

/* 20260611 contact heading participates in the same full-width module heading system. */
.contact-section > .contact-heading {
    width: min(100% - 72px, 1240px) !important;
    max-width: 1240px !important;
    min-height: 82px !important;
    margin: 0 auto 34px !important;
}

.contact-section > .contact-heading .section-english {
    white-space: nowrap !important;
}

@media (max-width: 760px) {
    .contact-section > .contact-heading {
        width: min(100% - 32px, 1240px) !important;
        min-height: 0 !important;
        margin-bottom: 24px !important;
    }
}

/* 20260611 final heading edge alignment across padded and unpadded sections. */
.section-band > .section-heading,
.contact-section > .contact-heading {
    width: min(100%, 1240px) !important;
}

.team-section > .team-heading {
    width: min(100% - 80px, 1240px) !important;
}

@media (max-width: 760px) {
    .section-band > .section-heading,
    .contact-section > .contact-heading {
        width: 100% !important;
    }

    .team-section > .team-heading {
        width: min(100% - 32px, 1240px) !important;
    }
}

/* 20260611 final override for legacy case/news heading width locks. */
.section-band#cases > .section-heading,
.section-band#news > .section-heading {
    width: min(100%, 1240px) !important;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 20260611 final news heading edge fix. */
.section-band#news > .section-heading {
    width: min(100% - 80px, 1240px) !important;
}

/* 20260611 team avatar left circular layout. */
.team-card {
    grid-template-columns: 88px minmax(0, 1fr) !important;
}

.team-avatar {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 88px !important;
    border-radius: 50% !important;
    justify-self: start !important;
}

.team-avatar::after {
    content: none !important;
}

.team-copy {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

@media (max-width: 760px) {
    .team-card {
        grid-template-columns: 74px minmax(0, 1fr) !important;
    }

    .team-avatar {
        width: 74px !important;
        justify-self: start !important;
    }
}

/* 20260611 mobile-only topbar and team card fixes. Desktop remains untouched. */
@media (max-width: 760px) {
    .topbar {
        height: 58px !important;
        min-height: 58px !important;
        display: grid !important;
        grid-template-columns: 40px minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 8px 12px !important;
        overflow: hidden !important;
    }

    .brand {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    .brand span:not(.brand-mark) {
        display: none !important;
    }

    .brand-mark {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        border-radius: 8px !important;
        font-size: 18px !important;
        line-height: 36px !important;
    }

    .nav {
        width: 100% !important;
        height: 42px !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 4px 0 0 !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .nav::-webkit-scrollbar {
        display: none !important;
    }

    .topbar .nav a {
        min-width: 52px !important;
        height: 34px !important;
        flex: 0 0 auto !important;
        display: grid !important;
        place-items: center !important;
        gap: 0 !important;
        padding: 0 8px !important;
        border-radius: 8px !important;
    }

    .nav-label {
        font-size: 13px !important;
        line-height: 1 !important;
    }

    .nav-en {
        display: none !important;
    }

    .team-card {
        width: calc(100vw - 32px) !important;
        min-height: 0 !important;
        grid-template-columns: 64px minmax(0, 1fr) !important;
        gap: 12px !important;
        align-items: center !important;
        padding: 14px !important;
    }

    .team-avatar {
        width: 64px !important;
        justify-self: start !important;
    }

    .team-copy h3 {
        margin-bottom: 6px !important;
        font-size: 22px !important;
        line-height: 1.12 !important;
    }

    .team-kicker {
        min-height: 24px !important;
        margin-bottom: 8px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
    }

    .team-copy p {
        -webkit-line-clamp: 2 !important;
        margin-bottom: 3px !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
    }
}

/* 20260611 homepage brand name lockup. */
.brand-text {
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 1px !important;
    line-height: 1 !important;
}

.brand-cn {
    display: block !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
}

.brand-en {
    display: block !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.08em !important;
}

.mobile-actions {
    display: none !important;
}

@media (min-width: 761px) {
    .topbar {
        grid-template-columns: 260px minmax(0, 1fr) 260px !important;
    }

    .brand {
        width: 260px !important;
        gap: 12px !important;
    }
}

@media (max-width: 760px) {
    .brand-text {
        display: none !important;
    }
}

/* 20260611 mobile brand name visible without growing the topbar. */
@media (max-width: 760px) {
    .topbar {
        grid-template-columns: 132px minmax(0, 1fr) !important;
        gap: 8px !important;
    }

    .brand {
        width: 132px !important;
        min-width: 132px !important;
        justify-content: flex-start !important;
        gap: 8px !important;
    }

    .brand span.brand-text {
        display: flex !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .brand span.brand-cn {
        display: block !important;
        color: #ffffff !important;
        font-size: 15px !important;
        font-weight: 850 !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
    }

    .brand span.brand-en {
        display: block !important;
        color: rgba(255, 255, 255, 0.58) !important;
        font-size: 7px !important;
        font-weight: 800 !important;
        line-height: 1.15 !important;
        letter-spacing: 0.04em !important;
        white-space: nowrap !important;
    }

    .nav {
        min-width: 0 !important;
    }
}

@media (max-width: 360px) {
    .topbar {
        grid-template-columns: 120px minmax(0, 1fr) !important;
        gap: 6px !important;
    }

    .brand {
        width: 120px !important;
        min-width: 120px !important;
        gap: 6px !important;
    }

    .brand-mark {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        font-size: 16px !important;
        line-height: 32px !important;
    }

    .brand span.brand-cn {
        font-size: 14px !important;
    }

    .brand span.brand-en {
        font-size: 6.5px !important;
        letter-spacing: 0.02em !important;
    }
}

/* 20260611 mobile collapsed navigation. */
@media (max-width: 760px) {
    .topbar {
        grid-template-columns: minmax(0, 1fr) auto !important;
        overflow: visible !important;
    }

    .brand {
        width: auto !important;
        min-width: 0 !important;
        max-width: 188px !important;
    }

    .mobile-actions {
        display: flex !important;
        grid-column: 2 !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
    }

    .mobile-icon-btn {
        position: relative !important;
        width: 44px !important;
        height: 44px !important;
        flex: 0 0 44px !important;
        border: 0 !important;
        border-radius: 10px !important;
        background: transparent !important;
        color: #ffffff !important;
        appearance: none !important;
        cursor: pointer !important;
    }

    .mobile-menu-toggle span,
    .mobile-menu-toggle span::before,
    .mobile-menu-toggle span::after {
        content: "" !important;
        position: absolute !important;
        left: 8px !important;
        width: 28px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: currentColor !important;
        transition: transform 0.18s ease, opacity 0.18s ease !important;
    }

    .mobile-menu-toggle span {
        top: 21px !important;
    }

    .mobile-menu-toggle span::before {
        top: -9px !important;
    }

    .mobile-menu-toggle span::after {
        top: 9px !important;
    }

    .topbar.is-menu-open .mobile-menu-toggle span {
        transform: rotate(45deg) !important;
    }

    .topbar.is-menu-open .mobile-menu-toggle span::before {
        transform: translateY(9px) rotate(90deg) !important;
    }

    .topbar.is-menu-open .mobile-menu-toggle span::after {
        opacity: 0 !important;
    }

    .nav {
        position: absolute !important;
        left: 12px !important;
        right: 12px !important;
        top: calc(100% + 8px) !important;
        width: auto !important;
        height: auto !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 8px !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 12px !important;
        background: rgba(4, 10, 20, 0.94) !important;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28) !important;
        backdrop-filter: blur(18px) !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(-6px) !important;
        transition: opacity 0.18s ease, transform 0.18s ease !important;
    }

    .topbar.is-menu-open .nav {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    .topbar .nav a {
        width: 100% !important;
        min-width: 0 !important;
        height: 42px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 12px !important;
        border-radius: 8px !important;
        color: rgba(255, 255, 255, 0.92) !important;
    }

    .topbar .nav a + a {
        margin-top: 2px !important;
    }

    .topbar .nav a:hover,
    .topbar .nav a.is-active {
        background: rgba(255, 122, 47, 0.16) !important;
        color: #ffffff !important;
    }

    .topbar .nav .nav-en {
        display: block !important;
        color: rgba(255, 255, 255, 0.48) !important;
        font-size: 10px !important;
        line-height: 1 !important;
    }
}

@media (max-width: 360px) {
    .brand {
        max-width: 174px !important;
    }

    .mobile-actions {
        gap: 4px !important;
    }

    .mobile-icon-btn {
        width: 40px !important;
        height: 40px !important;
        flex-basis: 40px !important;
    }

    .mobile-menu-toggle span,
    .mobile-menu-toggle span::before,
    .mobile-menu-toggle span::after {
        left: 8px !important;
        width: 24px !important;
    }

    .mobile-menu-toggle span {
        top: 19px !important;
    }

    .mobile-menu-toggle span::before {
        top: -8px !important;
    }

    .mobile-menu-toggle span::after {
        top: 8px !important;
    }
}

/* 20260703 split team groups and stable native scrolling. */
.team-groups {
    position: relative !important;
    z-index: 1 !important;
    width: min(100% - 72px, 1240px) !important;
    display: grid !important;
    gap: 30px !important;
    margin: 0 auto !important;
}

.team-group {
    min-width: 0 !important;
}

.team-group-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin-bottom: 14px !important;
}

.team-group-head h3 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.team-controls {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 10px !important;
}

.team-group .team-arrow {
    position: static !important;
    inset: auto !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px !important;
    padding: 0 !important;
}

.team-group .team-rail {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(20, 184, 166, 0.55) transparent !important;
    -webkit-overflow-scrolling: touch !important;
}

.team-group .team-rail::-webkit-scrollbar {
    height: 8px !important;
}

.team-group .team-rail::-webkit-scrollbar-track {
    background: transparent !important;
}

.team-group .team-rail::-webkit-scrollbar-thumb {
    border-radius: 999px !important;
    background: rgba(20, 184, 166, 0.45) !important;
}

.team-group .team-track {
    min-width: 0 !important;
    padding: 2px 0 12px !important;
}

.team-group .team-card {
    flex: 0 0 360px !important;
    color: inherit !important;
    text-decoration: none !important;
    scroll-snap-align: start !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

.team-group .team-card:focus-visible {
    outline: 3px solid rgba(20, 184, 166, 0.45) !important;
    outline-offset: 3px !important;
}

@media (max-width: 760px) {
    .team-groups {
        width: min(100% - 32px, 1240px) !important;
        gap: 24px !important;
    }

    .team-group-head {
        align-items: flex-end !important;
    }

    .team-group-head h3 {
        font-size: 19px !important;
    }

    .team-group .team-arrow {
        display: inline-grid !important;
        width: 36px !important;
        height: 36px !important;
        flex-basis: 36px !important;
    }

    .team-group .team-card {
        flex-basis: min(86vw, 330px) !important;
    }
}

/* 20260706 show complete team card fields. */
.team-group .team-card,
.team-card {
    height: auto !important;
    min-height: 0 !important;
    align-items: start !important;
    overflow: visible !important;
}

.team-copy,
.team-copy h3,
.team-copy p,
.team-kicker {
    max-width: 100% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

.team-copy p {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

/* 20260706 team summaries must render in full. */
.team-section {
    overflow: visible !important;
}

.team-group .team-rail,
.team-rail {
    overflow-x: auto !important;
    overflow-y: visible !important;
}

.team-group .team-track,
.team-track {
    align-items: stretch !important;
}

.team-group .team-card,
.team-card {
    height: auto !important;
    min-height: 0 !important;
    align-items: start !important;
    overflow: visible !important;
}

.team-copy p,
.team-copy .team-role {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    max-width: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

.team-copy {
    min-width: 0 !important;
    overflow: visible !important;
}

.team-copy p::after,
.team-copy .team-role::after {
    content: none !important;
}
