.glovebox-v2-page {
            background: #f7f7f8;
        }
@media (max-width: 768px) {
    .glovebox-v2-page #heroBgA { background-image: url("../../images/glovebox/glovebox-ultra1-wap.webp") !important; }
    .glovebox-v2-page #heroBgB { background-image: url("../../images/glovebox/glovebox-ultra2-wap.webp") !important; }
}
        .glovebox-v2-page .product-hero-overlay {
            background:
                radial-gradient(circle at 50% 34%, rgba(4,10,20,0.64) 0%, rgba(4,10,20,0.42) 27%, rgba(4,10,20,0.08) 58%),
                linear-gradient(180deg, rgba(0,0,0,0.24), rgba(0,0,0,0.38)),
                linear-gradient(90deg, rgba(0,0,0,0.46), rgba(0,0,0,0.1) 56%, rgba(0,0,0,0.3));
        }
        .glovebox-v2-page .product-hero-content {
            z-index: 4;
        }
        .glovebox-v2-page .product-hero-title {
            color: #f5f8ff;
            background: linear-gradient(90deg, #e8eef8 0%, #c7d3e5 38%, #ffad73 72%, #ff6b1a 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 6px 24px rgba(0,0,0,0.58);
            filter: drop-shadow(0 2px 8px rgba(0,0,0,0.34));
        }
        .glovebox-v2-page .product-hero-sub {
            color: rgba(238, 244, 255, 0.9);
            font-weight: 500;
            text-shadow: 0 3px 16px rgba(0,0,0,0.66);
        }
        .glovebox-v2-page .product-hero-badge {
            display: inline-block;
            margin-right: 10px;
            font: inherit;
            font-weight: 650;
            line-height: inherit;
            letter-spacing: 0;
            background: linear-gradient(115deg, #f27124 0%, #ff6a16 42%, #c23a0b 76%, #7f280d 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 2px 8px rgba(0,0,0,0.42));
        }
        .glovebox-v2-page .hero-toggle-btn {
            border: 0;
            background: transparent;
            appearance: none;
            font: inherit;
        }
        .glovebox-v2-page .product-hero-bg.is-active {
            opacity: 1;
        }
        .glovebox-v2-page .product-hero-bg:not(.is-active) {
            opacity: 0;
        }
        .glovebox-v2-statement {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 96px 24px;
            background: #f7f7f8;
            overflow: hidden;
        }
        .glovebox-v2-statement-text {
            margin: 0;
            font-size: clamp(42px, 7vw, 78px);
            font-weight: 780;
            line-height: 1.16;
            letter-spacing: 0;
            text-align: center;
            background:
                linear-gradient(115deg, #111 0%, #ff6600 24%, #d9480f 42%, #2b8a7e 62%, #2454d6 82%, #111 100%);
            background-size: 260% 260%;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
            animation: gloveboxV2TextFlow 7s cubic-bezier(0.45, 0, 0.2, 1) infinite alternate;
        }
        @keyframes gloveboxV2TextFlow {
            0% {
                background-position: 0% 50%;
                filter: saturate(1);
            }
            100% {
                background-position: 100% 50%;
                filter: saturate(1.28);
            }
        }
        .glovebox-v2-features {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: clamp(72px, 9vh, 108px) 24px;
            background: #f7f7f8;
            overflow: hidden;
        }
        .glovebox-v2-features-inner {
            width: min(1120px, 100%);
            display: grid;
            gap: clamp(28px, 4vh, 44px);
            justify-items: center;
        }
        .glovebox-v2-feature-copy {
            max-width: 920px;
            min-height: 7.6em;
            text-align: center;
        }
        .glovebox-v2-feature-title {
            margin: 0 0 14px;
            color: #0d1420;
            font-size: clamp(30px, 3vw, 36px);
            font-weight: 500;
            line-height: 1.18;
            letter-spacing: 0;
        }
        .glovebox-v2-feature-desc {
            margin: 0 auto;
            max-width: 860px;
            color: rgba(29, 35, 43, 0.72);
            font-size: clamp(15px, 1.15vw, 16px);
            font-weight: 420;
            line-height: 1.85;
            letter-spacing: 0;
        }
        .glovebox-v2-feature-stage {
            position: relative;
            width: min(960px, 100%);
            aspect-ratio: 16 / 8.3;
            border-radius: 8px;
            overflow: hidden;
            background: #eceff3;
            box-shadow: 0 28px 70px rgba(24, 32, 42, 0.14);
        }
        .glovebox-v2-feature-image {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            opacity: 1;
            transform: scale(1);
            transition: opacity 0.38s ease, transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .glovebox-v2-feature-image.is-switching {
            opacity: 0;
            transform: scale(1.018);
        }
        .glovebox-v2-feature-fade-clone {
            position: absolute;
            inset: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 1;
            transform: scale(1);
            pointer-events: none;
            transition: opacity 0.42s ease, transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .glovebox-v2-feature-fade-clone.is-fading {
            opacity: 0;
            transform: scale(1.018);
        }
        .glovebox-v2-feature-tabs {
            display: inline-flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 6px;
            padding: 6px;
            border: 1px solid rgba(20, 25, 32, 0.1);
            border-radius: 999px;
            background: rgba(255,255,255,0.62);
            box-shadow: 0 14px 36px rgba(24, 32, 42, 0.08);
            backdrop-filter: blur(14px);
        }
        .glovebox-v2-feature-tab {
            min-width: 132px;
            border: 0;
            border-radius: 999px;
            padding: 12px 20px;
            background: transparent;
            color: rgba(28, 34, 42, 0.62);
            font: inherit;
            font-size: 15px;
            font-weight: 660;
            line-height: 1;
            letter-spacing: 0;
            cursor: pointer;
            transition: color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
        }
        .glovebox-v2-feature-tab.is-active {
            background: #fff;
            color: #ff6600;
            box-shadow: 0 8px 24px rgba(255, 102, 0, 0.16);
        }
        @media (max-width: 768px) {
            .glovebox-v2-features {
                padding: 72px 16px;
            }
            .glovebox-v2-feature-copy {
                min-height: 0;
                text-align: left;
            }
            .glovebox-v2-feature-title {
                font-size: 30px;
            }
            .glovebox-v2-feature-desc {
                font-size: 14px;
                line-height: 1.75;
            }
            .glovebox-v2-feature-stage {
                aspect-ratio: 4 / 3;
            }
            .glovebox-v2-feature-tabs {
                width: 100%;
                border-radius: 18px;
            }
            .glovebox-v2-feature-tab {
                min-width: calc(50% - 3px);
                padding: 13px 10px;
                font-size: 14px;
            }
        }
        .glovebox-v2-teach {
            padding: clamp(42px, 6vh, 72px) 24px;
            background: #f7f7f8;
        }
        .glovebox-v2-teach-inner {
            width: min(1440px, 100%);
            height: 600px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            padding: clamp(48px, 7vw, 92px);
            border-radius: 8px;
            background:

                url("../../images/glovebox/shijiao.webp") right center / contain no-repeat,
                #f7f7f8;
            overflow: hidden;
        }
        .glovebox-v2-teach-copy {
            position: relative;
            z-index: 2;
            max-width: 460px;
        }
        .glovebox-v2-teach-title {
            margin: 0;
            color: #0d1117;
            font-size: clamp(28px, 2.45vw, 36px);
            font-weight: 500;
            line-height: 1.18;
            letter-spacing: 0;
        }
        .glovebox-v2-teach-desc {
            max-width: 420px;
            margin: 18px 0 0;
            color: rgba(13, 17, 23, 0.56);
            font-size: clamp(15px, 1.08vw, 16px);
            line-height: 1.9;
            letter-spacing: 0;
        }
        .glovebox-v2-teach-stat {
            margin-top: clamp(48px, 7vh, 78px);
        }
        .glovebox-v2-teach-number {
            display: block;
            color: #ff4f16;
            font-size: clamp(42px, 4vw, 64px);
            font-weight: 800;
            line-height: 0.92;
            letter-spacing: 0;
        }
        .glovebox-v2-teach-label {
            display: block;
            margin-top: 14px;
            color: rgba(13, 17, 23, 0.58);
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: 0;
        }
        @media (max-width: 900px) {
            .glovebox-v2-teach {
                padding: 48px 16px;
            }
            .glovebox-v2-teach-inner {
                height: auto;
                min-height: 620px;
                align-items: flex-start;
                padding: 42px 24px 320px;
                background:
                    linear-gradient(180deg, rgba(247,247,248,1) 0%, rgba(247,247,248,0.94) 50%, rgba(247,247,248,0.14) 100%),
                    url("../../images/glovebox/shijiao-optimized.webp") center bottom / min(720px, 118vw) auto no-repeat,
                    #f7f7f8;
            }
            .glovebox-v2-teach-desc {
                max-width: 620px;
            }
            .glovebox-v2-teach-stat {
                margin-top: 34px;
            }
        }
        .glovebox-v2-combo {
            padding: clamp(72px, 10vh, 118px) 24px;
            background: #FAFAFB;
        }
        .glovebox-v2-combo-inner {
            width: min(1440px, 100%);
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(360px, 0.72fr) minmax(560px, 1fr);
            gap: clamp(40px, 5.4vw, 88px);
            align-items: center;
            box-sizing: border-box;
            padding: clamp(48px, 7vw, 92px);
        }
        .glovebox-v2-combo-copy {
            max-width: 460px;
        }
        .glovebox-v2-combo-title {
            margin: 0;
            color: #0d1117;
            font-size: clamp(28px, 2.45vw, 36px);
            font-weight: 500;
            line-height: 1.18;
            letter-spacing: 0;
        }
        .glovebox-v2-combo-desc {
            max-width: 420px;
            margin: 18px 0 0;
            color: rgba(13, 17, 23, 0.56);
            font-size: clamp(15px, 1.08vw, 16px);
            line-height: 1.9;
            letter-spacing: 0;
        }
        .glovebox-v2-combo-stats {
            display: flex;
            gap: clamp(42px, 5vw, 76px);
            margin-top: clamp(34px, 5vh, 52px);
        }
        .glovebox-v2-combo-stat-number {
            display: flex;
            align-items: baseline;
            color: #ff4f16;
            font-size: clamp(38px, 3.4vw, 58px);
            font-weight: 800;
            line-height: 0.95;
            letter-spacing: 0;
        }
        .glovebox-v2-combo-stat-unit {
            margin-left: 3px;
            font-size: 0.42em;
            font-weight: 760;
        }
        .glovebox-v2-combo-stat-label {
            display: block;
            margin-top: 12px;
            color: rgba(13, 17, 23, 0.58);
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: 0;
        }
        .glovebox-v2-combo-small {
            width: min(520px, 100%);
            margin-top: clamp(36px, 6vh, 58px);
            overflow: hidden;
            border-radius: 8px;
            background: #e4e7eb;
        }
        .glovebox-v2-combo-small img,
        .glovebox-v2-combo-large img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }
        .glovebox-v2-combo-small img {
            aspect-ratio: 2.05 / 1;
        }
        .glovebox-v2-combo-large {
            width: 100%;
            aspect-ratio: 1.55 / 1;
            overflow: hidden;
            border-radius: 8px;
            background: #e1e5ea;
        }
        @media (max-width: 1024px) {
            .glovebox-v2-combo-inner {
                grid-template-columns: 1fr;
                gap: 34px;
                padding: 42px 24px;
            }
            .glovebox-v2-combo-small {
                margin-top: 34px;
            }
            .glovebox-v2-combo-stats {
                gap: 34px;
            }
        }
        .glovebox-v2-platform {
            padding: clamp(82px, 10vh, 124px) 24px clamp(92px, 11vh, 132px);
            background: #f7f7f8;
        }
        .glovebox-v2-platform-inner {
            width: min(1200px, 100%);
            margin: 0 auto;
        }
        .glovebox-v2-platform-header {
            max-width: 940px;
            margin: 0 auto clamp(46px, 6vh, 72px);
            text-align: center;
        }
        .glovebox-v2-platform-title {
            margin: 0;
            color: #0d1117;
            font-size: clamp(28px, 2.45vw, 36px);
            font-weight: 500;
            line-height: 1.18;
            letter-spacing: 0;
        }
        .glovebox-v2-platform-desc {
            margin: 18px auto 0;
            max-width: 880px;
            color: rgba(13, 17, 23, 0.58);
            font-size: clamp(15px, 1.08vw, 16px);
            line-height: 1.9;
            letter-spacing: 0;
        }
        .glovebox-v2-platform-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
        }
        .glovebox-v2-platform-card {
            position: relative;
            min-height: clamp(320px, 28vw, 430px);
            overflow: hidden;
            border-radius: 8px;
            background: #dfe3e8;
            isolation: isolate;
        }
        .glovebox-v2-platform-card img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            transform: scale(1.01);
            transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .glovebox-v2-platform-card:hover img {
            transform: scale(1.055);
        }
        .glovebox-v2-platform-card:hover::after {
            background:
                linear-gradient(180deg, rgba(4, 8, 14, 0.12) 0%, rgba(4, 8, 14, 0.78) 100%);
        }
        .glovebox-v2-platform-card-copy {
            position: absolute;
            left: 24px;
            right: 24px;
            bottom: 16px;
            z-index: 2;
            color: #fff;
            text-align: center;
            transform: translateY(28px);
            transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .glovebox-v2-platform-card-title {
            display: block;
            font-size: clamp(17px, 1.35vw, 22px);
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: 0;
        }
        .glovebox-v2-platform-card-kicker {
            margin: 0;
            color: rgba(255,255,255,0.72);
            font-size: 13px;
            line-height: 1.5;
            letter-spacing: 0;
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.24s ease, transform 0.32s ease;
        }
        .glovebox-v2-platform-card-desc {
            position: absolute;
            inset: 0;
            margin: 0 auto;
            max-width: 220px;
            color: rgba(255,255,255,0.78);
            font-size: 13px;
            line-height: 1.65;
            letter-spacing: 0;
            opacity: 0;
            transform: translateY(14px);
            transition: opacity 0.34s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .glovebox-v2-platform-card-textslot {
            position: relative;
            min-height: 3.35em;
            margin-top: 8px;
        }
        .glovebox-v2-platform-card:hover .glovebox-v2-platform-card-copy {
            transform: translateY(0);
        }
        .glovebox-v2-platform-card:hover .glovebox-v2-platform-card-kicker {
            opacity: 0;
            transform: translateY(-8px);
        }
        .glovebox-v2-platform-card:hover .glovebox-v2-platform-card-desc {
            opacity: 1;
            transform: translateY(0);
        }
        .glovebox-v2-choice {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: clamp(76px, 9vh, 108px) 24px;
            background: #FAFAFB;
        }
        .glovebox-v2-choice-inner {
            width: min(1200px, 100%);
            margin: 0 auto;
        }
        .glovebox-v2-choice-header {
            max-width: 900px;
            margin: 0 auto clamp(42px, 5.6vh, 62px);
            text-align: center;
        }
        .glovebox-v2-choice-title {
            margin: 0;
        }
        .glovebox-v2-choice-desc {
            max-width: 1000px;
            margin: 18px auto 0;
            color: rgba(13, 17, 23, 0.58);
            font-size: 16px;
            line-height: 1.9;
            letter-spacing: 0;
        }
        .glovebox-v2-choice-stage {
            --choice-reveal-x: 0%;
            position: relative;
            width: 100%;
            aspect-ratio: 1200 / 560;
            min-height: 420px;
            overflow: hidden;
            border-radius: 8px;
            background: #e8ebef;
            cursor: none;
            user-select: none;
            box-shadow: 0 24px 64px rgba(20, 28, 38, 0.1);
        }
        .glovebox-v2-choice-layer {
            position: absolute;
            inset: 0;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .glovebox-v2-choice-layer--base {
            background-image: url("../../images/glovebox/glove-choice1.webp");
        }
        .glovebox-v2-choice-layer--reveal {
            background-image: url("../../images/glovebox/glove-choice2.webp");
        }
        .glovebox-v2-choice-reveal-wrap {
            position: absolute;
            inset: 0 auto 0 0;
            width: 0%;
            overflow: hidden;
            will-change: width;
        }
        .glovebox-v2-choice-reveal-wrap .glovebox-v2-choice-layer {
            width: var(--choice-stage-width, 100%);
            right: auto;
        }
        .glovebox-v2-choice-copy {
            position: absolute;
            z-index: 2;
            max-width: 330px;
            color: #fff;
            text-shadow: 0 12px 32px rgba(0,0,0,0.24);
        }
        .glovebox-v2-choice-copy--left {
            left: clamp(40px, 5vw, 72px);
            top: clamp(26px, 4vw, 54px);
            color: #111820;
            text-shadow: 0 12px 32px rgba(255,255,255,0.38);
        }
        .glovebox-v2-choice-copy--right {
            right: clamp(40px, 5vw, 72px);
            top: clamp(26px, 4vw, 54px);
            text-align: right;
            opacity: 0;
            transform: translateY(-8px);
            transition: opacity 0.22s ease, transform 0.28s ease;
        }
        .glovebox-v2-choice-copy--left {
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.22s ease, transform 0.28s ease;
        }
        .glovebox-v2-choice-stage.is-revealing .glovebox-v2-choice-copy--left {
            opacity: 0;
            transform: translateY(-8px);
        }
        .glovebox-v2-choice-stage.is-revealed .glovebox-v2-choice-copy--right {
            opacity: 1;
            transform: translateY(0);
        }
        .glovebox-v2-choice-label {
            margin: 0 0 10px;
            font-size: 24px;
            font-weight: 650;
            line-height: 1.2;
            letter-spacing: 0;
        }
        .glovebox-v2-choice-text {
            margin: 0;
            font-size: 16px;
            line-height: 1.75;
            letter-spacing: 0;
            color: currentColor;
            opacity: 0.74;
        }
        .glovebox-v2-choice-handle {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            z-index: 4;
            width: 1px;
            display: block;
            background: rgba(255, 255, 255, 0.76);
            box-shadow: 0 0 0 1px rgba(15, 20, 28, 0.12), 0 18px 42px rgba(0, 0, 0, 0.18);
            opacity: 0.82;
            pointer-events: none;
            transform: translateX(-50%);
            transition: opacity 0.24s ease;
        }
        .glovebox-v2-choice-handle::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 58px;
            height: 34px;
            border: 1px solid rgba(255, 255, 255, 0.72);
            border-radius: 999px;
            background: rgba(16, 20, 26, 0.36);
            box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
            backdrop-filter: blur(12px);
            transform: translate(-50%, -50%);
        }
        .glovebox-v2-choice-handle::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 18px;
            height: 10px;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            transform: translate(-50%, -50%);
        }
        .glovebox-v2-choice-stage.is-demoing .glovebox-v2-choice-reveal-wrap {
            transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .glovebox-v2-choice-stage.is-demoing .glovebox-v2-choice-handle,
        .glovebox-v2-choice-stage.has-interacted .glovebox-v2-choice-handle {
            left: var(--choice-reveal-x);
        }
        .glovebox-v2-choice-stage.is-demoing .glovebox-v2-choice-handle {
            transition: left 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
        }
        .glovebox-v2-choice-hint {
            position: absolute;
            left: 50%;
            bottom: clamp(18px, 3vw, 32px);
            z-index: 5;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 10px 16px;
            border: 1px solid rgba(255, 255, 255, 0.62);
            border-radius: 999px;
            background: rgba(16, 20, 26, 0.34);
            color: #fff;
            font-size: 13px;
            font-weight: 520;
            line-height: 1;
            letter-spacing: 0;
            pointer-events: none;
            text-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
            box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
            backdrop-filter: blur(12px);
            transform: translateX(-50%);
            transition: opacity 0.24s ease, transform 0.24s ease;
        }
        .glovebox-v2-choice-hint::before,
        .glovebox-v2-choice-hint::after {
            content: "";
            width: 7px;
            height: 7px;
            border-top: 2px solid currentColor;
            border-left: 2px solid currentColor;
            opacity: 0.9;
        }
        .glovebox-v2-choice-hint::before {
            transform: rotate(-45deg);
        }
        .glovebox-v2-choice-hint::after {
            transform: rotate(135deg);
        }
        .glovebox-v2-choice-stage:hover .glovebox-v2-choice-hint,
        .glovebox-v2-choice-stage.has-interacted .glovebox-v2-choice-hint,
        .glovebox-v2-choice-stage.is-demoing .glovebox-v2-choice-hint {
            opacity: 0;
            transform: translateX(-50%) translateY(8px);
        }
        @media (max-width: 1024px) {
            .glovebox-v2-platform-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (max-width: 640px) {
            .glovebox-v2-platform-grid {
                grid-template-columns: 1fr;
            }
            .glovebox-v2-platform-card {
                min-height: 390px;
            }
            .glovebox-v2-choice-stage {
                aspect-ratio: 4 / 3;
                min-height: 0;
            }
            .glovebox-v2-choice-copy {
                max-width: 240px;
            }
            .glovebox-v2-choice-label {
                font-size: 16px;
            }
            .glovebox-v2-choice-text {
                font-size: 12px;
            }
        }
        .glovebox-v2-feature-title,
        .glovebox-v2-teach-title,
        .glovebox-v2-combo-title,
        .glovebox-v2-platform-title,
        .glovebox-v2-choice-title,
        .glovebox-v2-page #specsModules .section-heading,
        .glovebox-v2-page #optional-modules .section-heading,
        .glovebox-v2-page #related-equipment .section-heading,
        .glovebox-v2-page #applicable-industries .section-heading,
        .glovebox-v2-page #applicable-materials .section-heading {
            color: transparent;
            font-size: 36px;
            font-weight: 500;
            line-height: 1.18;
            letter-spacing: 0;
            background:
                linear-gradient(135deg, #8b2c10 0%, #d94a12 30%, #ff7a1a 52%, #b43d12 74%, #5f240f 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 10px 28px rgba(180, 61, 18, 0.12);
        }
        .glovebox-v2-page #specsModules {
            padding-top: clamp(72px, 10vh, 112px);
        }
        @media (min-width: 901px) {
            .glovebox-v2-page .glovebox-v2-teach-desc {
                color: rgba(255, 255, 255, 0.78);
                text-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
            }
            .glovebox-v2-page .glovebox-v2-teach-number {
                color: #ff7a1a;
                text-shadow: 0 10px 30px rgba(255, 91, 22, 0.28), 0 8px 24px rgba(0, 0, 0, 0.32);
            }
            .glovebox-v2-page .glovebox-v2-teach-label {
                color: rgba(255, 255, 255, 0.72);
                text-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
            }
        }
        .glovebox-v2-industries {
            padding: clamp(72px, 9vh, 104px) 0 clamp(84px, 10vh, 118px);
            background: #f1f2f4;
        }
        .glovebox-v2-industries-inner {
            width: min(1180px, calc(100% - 48px));
            margin: 0 auto;
        }
        .glovebox-v2-industries-head {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 28px;
            margin-bottom: 28px;
        }
        .glovebox-v2-industries-copy {
            max-width: 680px;
        }
        .glovebox-v2-industries-desc {
            max-width: 640px;
            margin: 14px 0 0;
            color: rgba(13, 17, 23, 0.56);
            font-size: 15px;
            line-height: 1.8;
            letter-spacing: 0;
        }
        .glovebox-v2-industries-more {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            flex: 0 0 auto;
            color: #ff6600;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            white-space: nowrap;
        }
        .glovebox-v2-industries-grid {
            display: grid;
            grid-template-columns: repeat(12, minmax(0, 1fr));
            grid-auto-rows: 168px;
            gap: 16px;
        }
        .glovebox-v2-industry-card {
            position: relative;
            min-height: 0;
            overflow: hidden;
            border-radius: 8px;
            background: #dfe3ea;
            box-shadow: 0 18px 46px rgba(18, 24, 32, 0.08);
        }
        .glovebox-v2-industry-card:nth-child(1) {
            grid-column: 1 / 5;
            grid-row: 1 / 3;
        }
        .glovebox-v2-industry-card:nth-child(2) {
            grid-column: 5 / 8;
        }
        .glovebox-v2-industry-card:nth-child(3) {
            grid-column: 8 / 10;
        }
        .glovebox-v2-industry-card:nth-child(4) {
            grid-column: 10 / 13;
        }
        .glovebox-v2-industry-card:nth-child(5) {
            grid-column: 5 / 9;
        }
        .glovebox-v2-industry-card:nth-child(6) {
            grid-column: 9 / 13;
        }
        .glovebox-v2-industry-card img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .glovebox-v2-industry-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0.02) 34%, rgba(0,0,0,0.58) 100%);
            pointer-events: none;
        }
        .glovebox-v2-industry-card span {
            position: absolute;
            left: 18px;
            right: 18px;
            bottom: 16px;
            z-index: 1;
            color: #fff;
            font-size: 17px;
            font-weight: 600;
            letter-spacing: 0.04em;
        }
        .glovebox-v2-industry-card:hover img {
            transform: scale(1.045);
        }
        .glovebox-v2-materials {
            padding: clamp(74px, 9vh, 108px) 0 clamp(88px, 10vh, 120px);
            background: #f7f7f8;
        }
        .glovebox-v2-materials-inner {
            width: min(1180px, calc(100% - 48px));
            margin: 0 auto;
        }
        .glovebox-v2-materials-head {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 28px;
            margin-bottom: 28px;
        }
        .glovebox-v2-materials-copy {
            max-width: 680px;
        }
        .glovebox-v2-materials-desc {
            max-width: 640px;
            margin: 14px 0 0;
            color: rgba(13, 17, 23, 0.56);
            font-size: 15px;
            line-height: 1.8;
            letter-spacing: 0;
        }
        .glovebox-v2-materials-more {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            flex: 0 0 auto;
            color: #ff6600;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            white-space: nowrap;
        }
        .glovebox-v2-materials-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 14px;
        }
        .glovebox-v2-material-card {
            position: relative;
            min-height: 148px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 12px;
            overflow: hidden;
            border: 1px solid rgba(13, 17, 23, 0.06);
            border-radius: 8px;
            background: #fff;
            color: #111318;
            text-decoration: none;
            box-shadow: 0 16px 34px rgba(18, 24, 32, 0.05);
            transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
        }
        .glovebox-v2-material-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: var(--material-image) center / cover no-repeat;
            opacity: 0;
            transform: scale(1.05);
            transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .glovebox-v2-material-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.58));
            opacity: 0;
            transition: opacity 0.28s ease;
        }
        .glovebox-v2-material-formula,
        .glovebox-v2-material-name {
            position: relative;
            z-index: 1;
            transition: color 0.24s ease, transform 0.24s ease;
        }
        .glovebox-v2-material-formula {
            font-size: clamp(22px, 1.8vw, 30px);
            line-height: 1;
            font-weight: 760;
            letter-spacing: 0;
        }
        .glovebox-v2-material-name {
            color: rgba(13, 17, 23, 0.72);
            font-size: 14px;
            line-height: 1.35;
            font-weight: 500;
            letter-spacing: 0.04em;
        }
        .glovebox-v2-material-card:hover {
            transform: translateY(-4px);
            border-color: rgba(255, 102, 0, 0.2);
            box-shadow: 0 22px 48px rgba(18, 24, 32, 0.12);
        }
        .glovebox-v2-material-card:hover::before {
            opacity: 1;
            transform: scale(1);
        }
        .glovebox-v2-material-card:hover::after {
            opacity: 1;
        }
        .glovebox-v2-material-card:hover .glovebox-v2-material-formula,
        .glovebox-v2-material-card:hover .glovebox-v2-material-name {
            color: #fff;
            transform: translateY(-2px);
        }
        @media (max-width: 900px) {
            .glovebox-v2-industries-head,
            .glovebox-v2-materials-head {
                display: block;
            }
            .glovebox-v2-industries-more,
            .glovebox-v2-materials-more {
                margin-top: 14px;
            }
            .glovebox-v2-industries-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                grid-auto-rows: 180px;
            }
            .glovebox-v2-industry-card,
            .glovebox-v2-industry-card:nth-child(n) {
                grid-column: auto;
                grid-row: auto;
            }
            .glovebox-v2-materials-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        @media (max-width: 640px) {
            .glovebox-v2-industries-inner,
            .glovebox-v2-materials-inner {
                width: min(100% - 32px, 1180px);
            }
            .glovebox-v2-industries-grid {
                grid-template-columns: 1fr;
                grid-auto-rows: 188px;
            }
            .glovebox-v2-materials-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 10px;
            }
            .glovebox-v2-material-card {
                min-height: 132px;
            }
        }
        .glovebox-v2-page .sm-upper {
            opacity: 1;
            transform: none;
        }
        .glovebox-v2-page #site-cta {
            position: relative;
            z-index: 3;
        }


#section-footer .footer-layout-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}
#section-footer .footer-main,
#section-footer .footer-bottom,
#section-footer .footer-copyright {
    position: relative;
    z-index: 1;
}
#section-footer .footer-divider {
    margin-top: clamp(24px, 3vh, 36px);
    margin-bottom: clamp(16px, 2vh, 24px);
}
#section-footer .footer-bottom {
    margin-bottom: clamp(12px, 2vh, 24px);
}

#section-footer .footer-layout-shell {
    justify-content: flex-start;
    padding-top: clamp(350px, 28vh, 350px);
    padding-bottom: clamp(28px, 4vh, 44px);
}
#section-footer.fullscreen-section {
    min-height: auto !important;
    height: auto !important;
    position: relative;
    z-index: 1;
}
#section-footer .footer-main {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 2fr;
    gap: clamp(40px, 6vw, 96px);
    align-items: start;
}
#section-footer .footer-logo-wrap {
    display: flex;
    align-items: center;
}
#section-footer .footer-logo {
    height: clamp(34px, 3.2vw, 42px);
    width: auto;
    display: block;
}
#section-footer .footer-brand .section-lead {
    margin: 18px 0 0;
    text-align: left;
    color: rgba(255,255,255,0.58);
    line-height: 1.8;
    max-width: 420px;
}
#section-footer .footer-contact-form {
    margin-top: 18px;
    max-width: 420px;
    display: grid;
    gap: 10px;
}
#section-footer .footer-contact-form input,
#section-footer .footer-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(0,0,0,0.32);
    color: #fff;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
}
#section-footer .footer-contact-form textarea { resize: vertical; min-height: 64px; }
#section-footer .footer-contact-form button {
    width: 124px;
    border: 0;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #ff6a00;
    cursor: pointer;
}
#section-footer .footer-nav .footer-columns {
    display: grid;
    grid-template-columns: repeat(5, minmax(90px, 1fr));
    gap: clamp(20px, 2.5vw, 48px);
    justify-content: start;
}
@media (max-width: 1024px) {
    #section-footer .footer-layout-shell {
        padding-top: clamp(160px, 18vh, 210px);
    }
    #section-footer .footer-main {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    #section-footer .footer-contact-form {
        max-width: 100%;
    }
    #section-footer .footer-nav .footer-columns {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
}
@media (max-width: 768px) {
    #section-footer .footer-layout-shell {
        padding-top: 72px;
    }
}


/* Reused mobile layout baseline from the JM-G classic page. */
.glovebox-v2-choice-mobile-controls { display: none; }
@media (max-width: 768px) {
    .glovebox-v2-page .product-hero-content { width: calc(100% - 32px); max-width: 358px; padding: 0; margin-bottom: 300px; }
    .glovebox-v2-page .product-hero-title--sm { display: grid; gap: 5px; margin: 0; font-size: 28px; line-height: 1.18; letter-spacing: 0.04em; }
    .glovebox-v2-page .product-hero-series,
    .glovebox-v2-page .product-hero-system,
    .glovebox-v2-page .product-hero-description { display: block; }
    .glovebox-v2-page .product-hero-sub--tight { margin: 14px auto 0; padding: 0; line-height: 1.5; }
    .glovebox-v2-page .product-hero-badge { display: block; margin: 0 0 7px; font-size: 16px; line-height: 1.25; }
    .glovebox-v2-page .product-hero-description { font-size: 12px; line-height: 1.55; letter-spacing: 0; white-space: nowrap; }
    .glovebox-v2-page .hero-toggle { margin-top: 16px; }
    .glovebox-v2-features { min-height: auto; padding: 48px 16px; }
    .glovebox-v2-platform { padding: 48px 16px 32px; }
    .glovebox-v2-platform-header { margin-bottom: 28px; }
    .glovebox-v2-platform-title { font-size: 28px !important; }
    .glovebox-v2-platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .glovebox-v2-platform-card { min-height: 240px; }
    .glovebox-v2-platform-card-copy { left: 12px; right: 12px; bottom: 12px; }
    .glovebox-v2-platform-card-title { font-size: 16px; }
    .glovebox-v2-platform-card-kicker,
    .glovebox-v2-platform-card-desc { font-size: 12px; }
    .glovebox-v2-choice { min-height: auto; margin: 100px auto; padding: 36px 16px; }
    .glovebox-v2-choice-header { margin-bottom: 26px; }
    .glovebox-v2-choice-reveal-wrap { transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1); }
    .glovebox-v2-choice-handle,
    .glovebox-v2-choice-hint { display: none; }
    .glovebox-v2-choice-mobile-controls { position: absolute; right: 12px; bottom: 12px; z-index: 6; display: flex; gap: 8px; }
    .glovebox-v2-choice-mobile-btn { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; background: rgba(12,16,22,.46); color: rgba(255,255,255,.72); box-shadow: 0 8px 24px rgba(0,0,0,.2); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
    .glovebox-v2-choice-mobile-btn.is-active { border-color: #ff6600; background: #ff6600; color: #fff; }
    .glovebox-v2-choice-mobile-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .glovebox-v2-page #specsModules.sm-section { padding: 32px 0 24px; }
    .glovebox-v2-page .product-section.section-visible { padding-top: 28px; padding-bottom: 36px; }
    .glovebox-v2-page #optional-modules .section-heading-wrap { position: relative; min-height: 38px; padding-right: 86px; }
    .glovebox-v2-page #optional-modules .series-carousel-controls { position: absolute; top: 50%; right: 0; display: inline-flex !important; gap: 8px; margin: 0; transform: translateY(-50%); }
    .glovebox-v2-page #optional-modules .series-carousel-btn { width: 36px; height: 36px; }
    .glovebox-v2-industries { padding: 44px 0 52px; }
    .glovebox-v2-industries-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 156px; gap: 10px; }
    .glovebox-v2-materials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
    .glovebox-v2-material-card { min-height: 112px; gap: 9px; }
    .glovebox-v2-material-formula { font-size: 20px; }
    .glovebox-v2-material-name { font-size: 11px; letter-spacing: 0; }
}
