:root{--ink:#15191f;--muted:#69717c;--line:#e7eaee;--panel:#fff;--soft:#f5f7fa;--accent:#1f6fff;--accent-2:#194f90;--dark:#101820}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6;background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px);transition:background-color .2s ease,box-shadow .2s ease,border-color .2s ease}.site-header .container,.site-footer .container{}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:flex-start;gap:24px}.brand img{width:200px}.header-actions{margin-left:50px;display:flex;align-items:center;gap:14px;order:2}.language-toggle{display:flex;align-items:center;justify-content:center;gap:0;padding:8px 12px;min-width:72px;color:#252b33;font-size:14px;font-weight:700;white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:transparent}.language-current,.language-target{display:inline-block;line-height:1}.language-sep{padding:0 2px}.primary-nav{margin-left:auto;order:1}.primary-nav ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:4px}.primary-nav li{position:relative}.primary-nav a{display:block;padding:28px 14px;font-size:15px;color:#252b33}.primary-nav a:hover{color:var(--accent)}.primary-nav .current-menu-item>a,.primary-nav .current-menu-parent>a,.primary-nav .current-menu-ancestor>a{color:var(--accent)}.primary-nav .sub-menu{position:absolute;left:0;top:100%;min-width:260px;display:none;padding:10px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 40px rgba(16,24,32,.12)}.primary-nav li:hover>.sub-menu{display:block}.primary-nav .sub-menu a{padding:10px 12px;font-size:14px}.nav-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);background:#fff}.nav-toggle span{display:block;width:20px;height:2px;background:var(--ink);margin:5px auto}.section{padding:82px 0}.application-hero,.energy-hero,.assembly-hero,.embodied-hero,.vehicles-hero{position:relative}.scenario-hero-mobile,.scenario-mobile-hero-copy{display:none !important}@keyframes applicationRevealCard{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes applicationRevealSub{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes applicationReveal{from{opacity:0;transform:translateY(18px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.vehicles-page{background:#fff}.vehicles-hero img{width:100%;min-height:420px;object-fit:cover;display:block}.vehicles-section{padding:88px 0}#vehicles-advantages{min-height:100vh;padding:0;background:#fff}#vehicles-directions{padding-top:0;background:linear-gradient(180deg,#fff 0%,#eef2f6 100%)}#vehicles-products{background:#eef2f6}.vehicles-inner{width:min(1320px,calc(100% - 48px));margin:0 auto;background:transparent}#vehicles-advantages .vehicles-inner{min-height:100vh;display:grid;grid-template-rows:minmax(48px,1fr) auto minmax(48px,1fr) auto minmax(48px,1fr);align-items:center}#vehicles-advantages .vehicles-section-heading{grid-row:2;margin-bottom:0;transform:none}#vehicles-advantages .vehicles-advantages-grid{grid-row:4;transform:none}.vehicles-section-heading{margin-bottom:50px;text-align:center}.vehicles-section-heading h2{margin:0;color:#050608;font-size:clamp(34px,4vw,54px);line-height:1.1;font-weight:900}.vehicles-section-heading,.vehicles-advantages-grid,.vehicles-directions-list,.vehicles-product-grid{opacity:0;transform:translateY(18px)}.vehicles-advantages-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:52px;align-items:start}.vehicles-advantage-card{text-align:center}.vehicles-advantage-card img{width:100px;height:100px;margin:0 auto 28px;object-fit:contain}.vehicles-advantage-card strong{display:block;color:#111;font-size:24px;line-height:1.45;font-weight:700}.vehicles-directions-list{display:grid;gap:28px;padding:22px;border-radius:20px;background:transparent;overflow:hidden}.vehicles-direction{display:grid;grid-template-columns:minmax(0,58%) minmax(300px,1fr);gap:28px;align-items:center;padding:0;border-radius:20px;overflow:hidden;background:transparent;color:#3b3b3b;transition:background-color .25s ease}.vehicles-direction-reversed{grid-template-columns:minmax(300px,1fr) minmax(0,58%)}.vehicles-direction-reversed .vehicles-direction-media{order:2}.vehicles-direction-reversed .vehicles-direction-copy{order:1;padding-left:30px}.vehicles-direction-media{min-width:0;overflow:hidden;border-radius:20px}.vehicles-direction-media img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;transition:transform .35s ease;border-radius:20px}.vehicles-direction:hover .vehicles-direction-media img{transform:scale(1.03)}.vehicles-direction:hover{background:#84888b}.vehicles-direction:hover .vehicles-direction-copy strong,.vehicles-direction:hover .vehicles-direction-copy p{color:#fff}.vehicles-direction-copy{max-width:430px;padding:6px 10px}.vehicles-direction-copy strong{display:block;margin-bottom:10px;color:#3b3b3b;font-size:20px;line-height:1.2;font-weight:800}.vehicles-direction-copy p{margin:0;color:#3b3b3b;font-size:16px;line-height:1.7}.vehicles-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.vehicles-product-card{position:relative;overflow:hidden;border-radius:10px;background:#edf1f5;color:#fff}.vehicles-product-card img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;transition:transform .35s ease}.vehicles-product-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,12,20,0) 35%,rgba(6,12,20,.72) 100%);transition:background-color .25s ease}.vehicles-product-hover{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;background:rgba(35,40,48,0);color:#fff;font-size:22px;font-weight:800;opacity:0;transition:background-color .25s ease,opacity .25s ease;pointer-events:none}.vehicles-product-copy{position:absolute;left:24px;right:24px;bottom:22px;z-index:1}.vehicles-product-copy strong{display:block;font-size:24px;line-height:1.2;font-weight:800}.vehicles-product-card:hover img{transform:scale(1.04)}.vehicles-product-card:hover .vehicles-product-hover{opacity:1;background:rgba(35,40,48,.58)}.vehicles-product-card:hover .vehicles-product-copy{opacity:0}.vehicles-product-card:hover::after{background:rgba(35,40,48,.58)}@keyframes vehiclesReveal{from{opacity:0;transform:translateY(18px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes vehiclesRevealCard{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes energyReveal{from{opacity:0;transform:translateY(18px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes energyRevealCard{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes assemblyReveal{from{opacity:0;transform:translateY(18px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes assemblyRevealCard{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.application-product-grid,.vehicles-product-grid,.energy-product-grid,.assembly-product-list,.embodied-product-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}.application-product-card,.vehicles-product-card,.energy-product-card,.assembly-product-card,.embodied-product-card{flex:0 1 calc(( 100% - 44px ) / 3);width:auto;background:transparent}.application-product-card::after,.vehicles-product-card::after,.energy-product-card::after,.assembly-product-card::after,.embodied-product-card::after{background:transparent}.application-product-copy strong,.vehicles-product-copy strong,.energy-product-copy strong,.assembly-product-copy strong,.embodied-product-copy strong{color:#000;font-weight:500}.application-product-hover,.vehicles-product-hover,.energy-product-hover,.assembly-product-hover,.embodied-product-hover{font-weight:500}@keyframes embodiedReveal{from{opacity:0;transform:translateY(18px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes embodiedRevealCard{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.page-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:46px;align-items:start}.content-panel{max-width:840px}.content-panel p{color:#4d5662;font-size:17px}.about-page-section{padding:0}.about-page-layout{display:block;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.about-content-panel{max-width:none}.site-footer{background:#f5f5f5;color:#333;padding:38px 0 48px}.footer-shell{display:grid;gap:24px}.footer-brand-row{padding-bottom:24px;border-bottom:1px solid #e3e3e3}.footer-logo{width:154px;display:block}.footer-main{display:grid;grid-template-columns:minmax(480px,1fr) minmax(300px,.9fr) auto;gap:44px;align-items:end}.footer-guide{position:relative;min-height:220px}.footer-guide-list,.footer-sub-menu{list-style:none;padding:0;margin:0}.footer-guide-list{width:min(255px,100%)}.footer-guide-item{position:static}.footer-guide-link{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 22px 0 8px;border-radius:6px;color:#555;font-size:18px;line-height:1.2;transition:background-color .2s ease,color .2s ease}.footer-guide-link:hover,.footer-guide-item:hover .footer-guide-link{background:#0d5dfc;color:#fff}.footer-guide-arrow{display:inline-flex;width:18px;height:18px;margin-left:14px;color:currentColor}.footer-guide-arrow svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-sub-menu{position:absolute;top:46px;left:min(304px,calc(100% + 28px));min-width:210px;min-height:220px;padding-left:46px;border-left:1px solid #dedede;opacity:0;visibility:hidden;transform:translateX(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.footer-guide-item:hover .footer-sub-menu,.footer-guide-item:focus-within .footer-sub-menu{opacity:1;visibility:visible;transform:translateX(0)}.footer-sub-menu a{display:block;padding:0 0 18px;color:#555;font-size:17px;line-height:1.25}.footer-sub-menu a:hover{color:#0d5dfc}.footer-contact{display:grid;gap:18px}.footer-contact-item{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;color:#555}.footer-contact-icon{display:inline-flex;justify-content:center;color:#626262}.footer-contact strong{display:block;margin-bottom:8px;color:#555;font-size:18px;line-height:1.2;font-weight:500}.footer-contact p{margin:0;color:#555;font-size:17px;line-height:1.6}.footer-qr-list{display:flex;gap:18px;align-items:flex-end}.footer-qr{margin:0;text-align:center}.footer-qr img{width:82px;height:82px;object-fit:cover;display:block;border-radius:4px;background:#fff}.footer-qr figcaption{margin-top:9px;color:#555;font-size:12px;line-height:1.2}@media (max-width: 980px){.nav-toggle{display:block}.primary-nav{position:fixed;top:78px;left:0;right:0;display:none;max-height:calc(100dvh - 78px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 34px rgba(16,24,32,.12)}.primary-nav ul{display:block;width:min(1180px,calc(100% - 40px));margin:0 auto}.primary-nav a{padding:12px 0}.primary-nav .sub-menu{position:static;display:block;min-width:0;border:0;box-shadow:none;padding:0 0 8px 18px}.split,.page-layout,.home-news-list{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;gap:34px;align-items:start}.footer-guide{min-height:0}.footer-guide-list{width:100%}.footer-sub-menu{position:static;min-height:0;padding:0 0 0 20px;border-left:0;opacity:1;visibility:visible;transform:none}.footer-sub-menu a{padding-bottom:12px;font-size:15px}.footer-qr-list{justify-content:flex-start}.vehicles-section{padding:64px 0}.vehicles-inner{width:min(100% - 24px,1320px)}.vehicles-advantages-grid,.vehicles-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vehicles-direction{grid-template-columns:1fr;padding:16px}.vehicles-direction-reversed{grid-template-columns:1fr}.vehicles-direction-reversed .vehicles-direction-media,.vehicles-direction-reversed .vehicles-direction-copy{order:initial}.vehicles-direction-copy{max-width:none;padding:14px 4px 2px}}@media (max-width: 620px){.container{width:min(100% - 20px,1180px)}.brand img{width:160px}.header-inner{gap:8px}.header-actions{order:2;margin-left:auto;gap:6px}.nav-toggle{order:3;margin-left:2px}.language-toggle{padding:7px 10px;min-width:68px;font-size:13px}.about-page-layout,.application-scenarios-page{width:100%;margin-left:0;margin-right:0}.about-page-section,.about-page-layout,.about-content-panel,.application-scenarios-page,.application-hero,.energy-hero,.assembly-hero,.embodied-hero,.vehicles-hero{margin-top:0;padding-top:0}.section.about-page-section{padding-top:0}.application-hero .scenario-hero-desktop,.energy-hero .scenario-hero-desktop,.assembly-hero .scenario-hero-desktop,.embodied-hero .scenario-hero-desktop,.vehicles-hero .scenario-hero-desktop{display:none}.application-hero .scenario-hero-mobile,.energy-hero .scenario-hero-mobile,.assembly-hero .scenario-hero-mobile,.embodied-hero .scenario-hero-mobile,.vehicles-hero .scenario-hero-mobile{display:block !important;width:100%;height:auto;min-height:0;aspect-ratio:auto;object-fit:contain}.application-hero::after,.energy-hero::after,.assembly-hero::after,.embodied-hero::after,.vehicles-hero::after{display:none}.application-inner,.vehicles-inner,.assembly-inner,.energy-inner,.intelligence-inner,.embodied-inner{width:min(100% - 20px,1320px);margin-left:auto;margin-right:auto}.vehicles-product-grid{grid-template-columns:1fr}.vehicles-advantages-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 18px}.vehicles-advantage-card{margin-bottom:4px}.vehicles-advantage-card strong{font-size:20px}.vehicles-direction-media{order:1}.vehicles-direction-copy{order:2}.application-product-card,.vehicles-product-card,.energy-product-card,.assembly-product-card,.embodied-product-card{flex-basis:100%;width:100%}.section{padding:58px 0}.site-footer{padding:30px 0 38px}.footer-logo{width:138px}.footer-guide-link{min-height:42px;font-size:16px}.footer-contact strong{font-size:16px}.footer-contact p{font-size:15px}.footer-qr img{width:76px;height:76px}}