:root{--ink:#062b49;--green:#55b35c;--paper:#f4f7f4;--line:#dce5df;--muted:#667b86}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Noto Sans SC,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.shell{width:min(1180px,100% - 40px);margin:auto}.header{z-index:20;border-bottom:1px solid var(--line);background:#fff;align-items:center;height:82px;display:flex;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.logo{width:auto;height:58px}.nav{align-items:center;gap:28px;font-weight:650;display:flex}.nav-cta,.button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:15px 24px;font-weight:700}.lang{border-left:1px solid var(--line);padding-left:20px}.hero{color:#fff;background:linear-gradient(90deg,#001f35e6,#001f351f),url(/images/home-slope-hero.png) 50%/cover;align-items:end;min-height:610px;padding:80px 0;display:flex}.kicker{letter-spacing:.18em;color:#68ca72;text-transform:uppercase;font-size:12px;font-weight:800}.hero h1{max-width:850px;margin:22px 0;font-size:clamp(48px,7vw,92px);line-height:.94}.hero p{max-width:650px;font-size:20px;line-height:1.65}.section{padding:90px 0}.section-title{margin:14px 0 30px;font-size:clamp(38px,5vw,68px);line-height:1.02}.cards{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden}.product-card img{object-fit:contain;background:#fff;width:100%;height:330px}.card-body{padding:28px}.card-body h3{margin:10px 0 24px;font-size:28px}.spec{border-top:1px solid var(--line);justify-content:space-between;padding:14px 0;display:flex}.page-hero{color:#fff;background:#092f4b;padding:75px 0}.page-hero h1{margin:12px 0;font-size:clamp(46px,6vw,78px)}.blog-tools{padding:42px 0 0}.search{display:flex}.search input{border:1px solid var(--line);flex:1;padding:17px}.search button{border-radius:0}.categories{flex-wrap:wrap;gap:12px;padding:22px 0;display:flex}.chip{background:#e9f2e8;border-radius:999px;padding:10px 18px}.chip.active{background:var(--green);color:#fff}.article-list{padding-bottom:70px}.article-row{border-top:1px solid var(--line);grid-template-columns:1fr 360px;align-items:center;gap:60px;padding:38px 0;display:grid}.article-row h2{margin:10px 0;font-size:32px}.article-row p{color:var(--muted);line-height:1.7}.article-row img{object-fit:cover;border-radius:20px;width:360px;height:210px}.date{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px}.pagination{justify-content:center;gap:8px;display:flex}.pagination a{border:1px solid var(--line);padding:10px 14px}.pagination .active{background:var(--green);color:#fff}.article-hero{max-width:900px;padding:58px 0 32px}.article-hero h1{margin:20px 0;font-size:clamp(42px,6vw,72px);line-height:1.04}.cover{object-fit:cover;border-radius:18px;width:min(1180px,100% - 40px);height:500px;margin:auto}.prose{max-width:780px;margin:55px auto 90px;font-size:18px;line-height:1.85}.prose h2{margin:54px 0 18px;font-size:34px;line-height:1.2}.prose h3{font-size:25px}.prose img{border-radius:14px;margin:30px 0}.prose blockquote{border-left:4px solid var(--green);background:var(--paper);margin:30px 0;padding:8px 24px}.footer{color:#dbe7e3;background:#061f2a;padding:55px 0}.footer-grid{justify-content:space-between;gap:30px;display:flex}.form{gap:14px;max-width:760px;display:grid}.form input,.form textarea,.form select{border:1px solid var(--line);border-radius:7px;padding:15px}.form textarea{min-height:150px}.notice{background:#e7f4e7;border-radius:7px;padding:12px}.admin-shell{background:#f5f7f5;grid-template-columns:240px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#072c45;padding:28px 20px}.sidebar nav{gap:8px;margin-top:40px;display:grid}.sidebar a,.sidebar button{color:#fff;text-align:left;background:0 0;border:0;border-radius:7px;padding:12px}.sidebar a:hover{background:#16425e}.admin-main{padding:40px;overflow:auto}.admin-top{justify-content:space-between;align-items:center;display:flex}.stats{grid-template-columns:repeat(4,1fr);gap:16px;margin:28px 0;display:grid}.stat,.panel{border:1px solid var(--line);background:#fff;border-radius:12px;padding:22px}.stat strong{font-size:36px;display:block}.table{border-collapse:collapse;background:#fff;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);padding:14px}.actions{gap:8px;display:flex}.small{padding:8px 12px}.danger{background:#a73333}.editor-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.field{gap:7px;margin-bottom:14px;display:grid}.field input,.field textarea,.field select{border:1px solid var(--line);border-radius:6px;padding:12px}.rich-toolbar{border:1px solid var(--line);border-bottom:0;flex-wrap:wrap;gap:7px;padding:8px;display:flex}.rich{border:1px solid var(--line);background:#fff;min-height:320px;padding:18px}.login{background:#eef3ef;place-items:center;min-height:100vh;display:grid}.login .panel{width:min(420px,100% - 30px)}@media (max-width:800px){.nav a:not(.nav-cta),.lang{display:none}.hero{min-height:530px}.cards{grid-template-columns:1fr}.article-row{grid-template-columns:1fr;gap:20px}.article-row img{grid-row:1;width:100%;height:230px}.cover{height:280px}.admin-shell{grid-template-columns:1fr}.sidebar{position:static}.stats,.editor-grid{grid-template-columns:1fr}.admin-main{padding:20px}.footer-grid{display:grid}}.home-premium{color:#082640;background:#f2f5f6;overflow:hidden}.home-label{color:#55a959;letter-spacing:.19em;margin:0 0 24px;font-size:10px;font-weight:800}.home-impact-hero{color:#fff;background:#041b2f;height:calc(100svh - 82px);min-height:620px;position:relative;overflow:hidden}.home-impact-hero>img{object-fit:cover;object-position:center}.home-impact-overlay{background:linear-gradient(90deg,#02121ff0,#02121fad 40%,#02121f0d 78%),linear-gradient(#0000 50%,#02121f9e);position:absolute;inset:0}.home-impact-copy{flex-direction:column;justify-content:center;padding-top:45px;display:flex;position:absolute;inset:0}.home-impact-copy>p{color:#62bb67;letter-spacing:.2em;margin:0 0 28px;font-size:11px;font-weight:800}.home-impact-copy h1{letter-spacing:-.065em;max-width:1050px;margin:0;font-size:clamp(54px,6.7vw,98px);font-weight:500;line-height:.9}.home-impact-copy h1 em{color:#79b8dc;font-style:normal}.home-impact-bottom{border-top:1px solid #ffffff40;grid-template-columns:1fr 1fr;align-items:end;gap:65px;margin-top:55px;padding-top:24px;display:grid}.home-impact-bottom>p{color:#d3dfe6;max-width:560px;margin:0;font-size:16px;line-height:1.7}.home-impact-bottom>div{align-items:center;gap:28px;display:flex}.home-text-cta{border-bottom:1px solid #ffffff8c;padding-bottom:7px;font-size:12px;font-weight:700}.home-impact-index{background:#031e33e6;border-left:4px solid #57ae5b;width:220px;padding:20px;position:absolute;bottom:28px;right:28px}.home-impact-index span,.home-impact-index b,.home-impact-index small{display:block}.home-impact-index span{color:#72b6db;font-size:10px}.home-impact-index b{margin-top:26px;font-size:13px}.home-impact-index small{color:#9eb5c2;letter-spacing:.13em;margin-top:7px;font-size:8px}.home-proof-ribbon{background:#fff;border-bottom:1px solid #d4dee3}.home-proof-ribbon>.shell{grid-template-columns:.72fr repeat(4,1fr);display:grid}.home-proof-ribbon>.shell>span{color:#58a95c;letter-spacing:.17em;align-items:center;padding:26px 24px 26px 0;font-size:8px;font-weight:800;display:flex}.home-proof-ribbon>.shell>div{border-left:1px solid #d4dee3;padding:24px}.home-proof-ribbon b,.home-proof-ribbon small{display:block}.home-proof-ribbon b{font-size:11px}.home-proof-ribbon small{color:#738692;margin-top:7px;font-size:9px;line-height:1.45}.home-positioning{grid-template-columns:1.15fr .55fr;gap:105px;padding-top:105px;padding-bottom:110px;display:grid}.home-positioning h2,.home-manufacturing h2,.home-featured-head h2,.home-sourcing-head h2{letter-spacing:-.06em;margin:0;font-size:clamp(44px,5vw,72px);font-weight:500;line-height:1}.home-positioning>div:last-child p{color:#566f81;font-size:16px;line-height:1.8}.home-positioning a,.home-featured-head>a{border-bottom:1px solid #91a4b0;margin-top:22px;padding-bottom:8px;font-size:12px;font-weight:700;display:inline-block}.home-category-stage{background:#061f35;grid-template-columns:1fr;display:grid}.home-category-card{color:#fff;position:relative;overflow:hidden}.home-category-main{aspect-ratio:3/2}.home-category-parts{min-height:430px}.home-category-card>img{object-fit:cover;transition:transform .7s}.home-category-card:hover>img{transform:scale(1.035)}.home-category-main>img{object-fit:contain;background:#eef2f2}.home-category-parts>img{object-fit:contain;object-position:right center;background:#082a47}.home-category-shade{background:linear-gradient(#0000 50%,#021627eb);position:absolute;inset:0}.home-category-parts .home-category-shade{background:linear-gradient(90deg,#021627fa,#021627e6 45%,#02162733 75%)}.home-category-card>span{letter-spacing:.18em;font-size:9px;font-weight:800;position:absolute;top:35px;left:40px}.home-category-card>div:last-child{position:absolute;bottom:45px;left:40px;right:40px}.home-category-parts>div:last-child{width:min(620px,52%);right:auto}.home-category-card h2{max-width:750px;margin:0 0 20px;font-size:clamp(40px,4.4vw,68px);font-weight:500;line-height:.98}.home-category-card p{color:#ccdae2;max-width:540px;font-size:14px;line-height:1.7}.home-category-card b{letter-spacing:.12em;margin-top:28px;font-size:10px;display:block}.home-applications{padding-top:120px;padding-bottom:125px}.home-applications-head{grid-template-columns:.42fr 1fr .62fr;align-items:end;gap:55px;margin-bottom:65px;display:grid}.home-applications-head h2{letter-spacing:-.06em;margin:0;font-size:clamp(44px,5vw,72px);font-weight:500;line-height:1.01}.home-applications-head>p:last-child{color:#5b7282;margin:0;font-size:14px;line-height:1.8}.home-application-visual{aspect-ratio:1.75;background:#082a47;position:relative;overflow:hidden}.home-application-visual>img{object-fit:contain}.home-application-visual:after{content:"";background:linear-gradient(90deg,#031a2ddb,#0000 70%);position:absolute;inset:0}.home-application-visual>div{z-index:2;color:#fff;flex-direction:column;justify-content:flex-end;width:48%;height:100%;padding:45px;display:flex;position:absolute;top:0;left:0}.home-application-visual span{color:#77c57b;letter-spacing:.16em;font-size:9px}.home-application-visual h3{margin:22px 0 30px;font-size:clamp(28px,3vw,46px);line-height:1.06}.home-application-visual a{font-size:10px;font-weight:700}.home-application-grid{background:#cbd6db;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:1px;display:grid}.home-application-grid article{background:#f8faf9;min-height:310px;padding:28px;transition:all .3s}.home-application-grid article:hover{color:#fff;background:#082a47;transform:translateY(-7px)}.home-application-grid article>span{color:#5aab5d;font-size:10px;font-weight:800}.home-application-grid h3{margin:70px 0 16px;font-size:20px}.home-application-grid p{color:#637988;min-height:76px;font-size:12px;line-height:1.75}.home-application-grid article:hover p{color:#b8cbd6}.home-application-grid a{letter-spacing:.08em;font-size:9px;font-weight:800}.home-manufacturing{background:#fff;padding:120px 0}.home-manufacturing-grid{grid-template-columns:.72fr 1.28fr;align-items:center;gap:85px;display:grid}.home-manufacturing-grid>div:first-child>p:not(.home-label){color:#5d7485;margin:30px 0 38px;font-size:15px;line-height:1.8}.home-manufacturing-image{background:#eef2f3;position:relative}.home-manufacturing-image img{object-fit:contain;width:100%;height:auto}.home-manufacturing-image>div{color:#fff;background:#082a47;grid-template-columns:1fr 1fr;width:340px;display:grid;position:absolute;bottom:0;right:0}.home-manufacturing-image span{letter-spacing:.12em;border:1px solid #ffffff24;padding:16px;font-size:8px}.home-buyer-console{grid-template-columns:.62fr 1.38fr;gap:90px;padding-top:125px;padding-bottom:135px;display:grid}.home-console-intro h2{letter-spacing:-.06em;margin:0;font-size:clamp(43px,4.8vw,68px);font-weight:500;line-height:1.01}.home-console-intro>p:last-child{color:#5b7181;margin-top:34px;font-size:14px;line-height:1.8}.home-console-board{color:#fff;background:#082a47;box-shadow:0 35px 80px #08264029}.home-console-axis{color:#76badd;letter-spacing:.15em;border-bottom:1px solid #ffffff24;align-items:center;gap:18px;padding:25px 30px;font-size:8px;display:flex}.home-console-axis i{background:linear-gradient(90deg,#59af5c,#76badd);flex:1;height:1px}.home-console-cells{grid-template-columns:1fr 1fr;display:grid}.home-console-cells article{border-bottom:1px solid #ffffff24;border-right:1px solid #ffffff24;min-height:225px;padding:30px}.home-console-cells small{color:#5fb263}.home-console-cells h3{margin:52px 0 12px}.home-console-cells p{color:#a9bfcc;font-size:12px;line-height:1.65}.home-console-board>a{background:#59ad5c;justify-content:flex-end;padding:26px 30px;font-size:11px;font-weight:800;display:flex}.home-featured{padding-top:120px;padding-bottom:130px}.home-featured-head{justify-content:space-between;align-items:end;margin-bottom:62px;display:flex}.home-featured-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.home-featured-card{background:#fff;border:1px solid #d5dfe3;transition:all .3s}.home-featured-card:hover{transform:translateY(-8px);box-shadow:0 26px 55px #0826401f}.home-featured-image{background:#e7ecee;height:340px;position:relative}.home-featured-image img{object-fit:contain}.home-featured-image span{color:#fff;background:#082a47;padding:9px 11px;font-size:9px;position:absolute;top:18px;left:18px}.home-featured-info{padding:28px}.home-featured-info>p{color:#58a95c;letter-spacing:.13em;font-size:9px;font-weight:800}.home-featured-info h3{min-height:52px;margin:13px 0 22px;font-size:20px}.home-featured-info dl{margin:0 0 25px}.home-featured-info dl div{border-top:1px solid #dde4e7;justify-content:space-between;padding:10px 0;font-size:11px;display:flex}.home-featured-info dt{color:#738591}.home-featured-info dd{margin:0;font-weight:700}.home-featured-info b{letter-spacing:.12em;font-size:9px}.home-sourcing{color:#fff;background:#06233c;padding:115px 0 100px}.home-sourcing-head{grid-template-columns:.42fr 1fr .6fr;align-items:end;gap:60px;display:grid}.home-sourcing-head>p:last-child{color:#abc0cd;font-size:14px;line-height:1.75}.home-sourcing-steps{border-top:1px solid #fff3;border-left:1px solid #fff3;grid-template-columns:repeat(4,1fr);margin-top:70px;display:grid}.home-sourcing-steps>div{border-bottom:1px solid #fff3;border-right:1px solid #fff3;min-height:245px;padding:28px}.home-sourcing-steps span{color:#6db4da;font-size:10px}.home-sourcing-steps h3{margin:48px 0 14px}.home-sourcing-steps p{color:#a6bbc8;font-size:12px;line-height:1.7}.home-sourcing-cta{letter-spacing:.1em;background:#58ad5c;justify-content:flex-end;margin-top:55px;padding:28px 32px;font-size:11px;font-weight:800;display:flex}.home-quote{background:#eef3f4;border-radius:30px;grid-template-columns:.9fr 1.1fr;max-width:1380px;min-height:760px;margin:-45px auto 110px;display:grid;overflow:hidden;box-shadow:0 35px 100px #0420362e}.home-quote-visual{color:#fff;background:#06233c;min-height:760px;position:relative;overflow:hidden}.home-quote-visual>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-quote-visual:after{content:"";background:linear-gradient(#0318290a 32%,#031829f0);position:absolute;inset:0}.home-quote-visual>div{z-index:2;position:absolute;bottom:58px;left:58px;right:55px}.home-quote-visual span{color:#8bdd8f;letter-spacing:.18em;font-size:9px}.home-quote-visual h2{white-space:pre-line;margin:24px 0 18px;font-size:clamp(42px,4.2vw,64px);font-weight:500;line-height:.98}.home-quote-visual p{color:#d5e1e6;line-height:1.75}.home-quote-form-wrap{padding:48px 58px}.home-quote-number{color:#58a95c;letter-spacing:.17em;border-bottom:1px solid #becbd1;padding-bottom:16px;font-size:9px}.home-quote-form-head{padding:24px 0 20px}.home-quote-form-head p{color:#58a95c;letter-spacing:.16em;font-size:8px;font-weight:800}.home-quote-form-head h2{margin:0;font-size:clamp(28px,2.5vw,40px);line-height:1.08}.home-quote-form-head span{color:#647987;margin-top:13px;font-size:12px;line-height:1.65;display:block}.home-quote-form{background:#fff;border:1px solid #d5e0e4;border-top:4px solid #58aa5c;grid-template-columns:1fr 1fr;display:grid}.home-quote-form label{border-bottom:1px solid #d8e1e5;border-right:1px solid #d8e1e5;padding:17px 20px}.home-quote-form label span{color:#6a7e8a;letter-spacing:.1em;margin-bottom:8px;font-size:8px;font-weight:800;display:block}.home-quote-form input,.home-quote-form select{color:#12314a;background:0 0;border:0;outline:0;width:100%}.home-quote-company{grid-column:1/-1}.home-quote-form button{color:#fff;cursor:pointer;background:#082a47;border:0;grid-column:1/-1;min-height:64px;font-size:10px;font-weight:800}.home-quote-success,.home-quote-error{color:#fff;grid-column:1/-1;margin:0;padding:16px 22px}.home-quote-success{background:#58aa5c}.home-quote-error{background:#a73333}.home-quote-assurance{gap:18px;margin-top:24px;font-size:11px;display:flex}.home-quote-assurance span{color:#6b7f8b;letter-spacing:.12em;font-size:8px}@media (max-width:980px){.home-impact-index{display:none}.home-impact-bottom,.home-positioning,.home-manufacturing-grid,.home-sourcing-head,.home-applications-head,.home-buyer-console{grid-template-columns:1fr;gap:38px}.home-proof-ribbon>.shell{grid-template-columns:1fr 1fr}.home-proof-ribbon>.shell>span{grid-column:1/-1}.home-category-main{aspect-ratio:3/2}.home-category-parts>div:last-child{width:68%}.home-application-grid,.home-sourcing-steps,.home-featured-grid{grid-template-columns:1fr 1fr}.home-quote{grid-template-columns:1fr;margin:-30px 24px 80px}.home-quote-visual{min-height:620px}}@media (max-width:620px){.home-impact-hero{height:calc(100svh - 72px);min-height:600px}.home-impact-hero>img{object-fit:contain;object-position:center}.home-impact-copy h1{font-size:41px}.home-impact-bottom{margin-top:40px}.home-impact-bottom>div{flex-direction:column;align-items:flex-start}.home-proof-ribbon>.shell{grid-template-columns:1fr}.home-proof-ribbon>.shell>span{grid-column:auto}.home-proof-ribbon>.shell>div{border-top:1px solid #d4dee3;border-left:0;padding-left:0}.home-positioning,.home-applications,.home-featured{padding-top:80px;padding-bottom:80px}.home-category-main{aspect-ratio:3/2}.home-category-card h2{font-size:34px}.home-category-main p{display:none}.home-category-parts{min-height:520px}.home-category-parts>img{object-position:center top}.home-category-parts .home-category-shade{background:linear-gradient(#0216272e 24%,#021627fa)}.home-category-parts>div:last-child{width:auto;right:22px}.home-application-visual{aspect-ratio:1/1.25}.home-application-visual>div{background:linear-gradient(#0000,#041f35fa);width:100%;padding:25px}.home-application-grid,.home-sourcing-steps,.home-featured-grid,.home-console-cells{grid-template-columns:1fr}.home-manufacturing{padding:80px 0}.home-manufacturing-image>div{width:100%;position:relative}.home-featured-head{display:block}.home-sourcing{padding-top:80px}.home-quote{border-radius:20px;margin:-20px 12px 65px}.home-quote-visual{min-height:560px}.home-quote-visual>div{bottom:32px;left:24px;right:24px}.home-quote-form-wrap{padding:42px 18px}.home-quote-form{grid-template-columns:1fr}.home-quote-form label,.home-quote-company{border-right:0;grid-column:1/-1}.home-premium[lang=zh] .home-impact-copy h1{letter-spacing:-.04em;overflow-wrap:anywhere;font-size:36px;line-height:1}}.products-premium,.product-detail-premium{color:#082640;background:#f2f5f3;overflow:hidden}.products-hero{color:#fff;background:#041b2f;height:calc(100svh - 82px);min-height:650px;position:relative;overflow:hidden}.products-hero>img{object-fit:cover}.products-hero-shade{background:linear-gradient(90deg,#02121ff0,#02121fa8 48%,#02121f14),linear-gradient(#0000 42%,#02121fa3);position:absolute;inset:0}.products-hero-copy{flex-direction:column;justify-content:center;padding-top:30px;display:flex;position:absolute;inset:0}.products-hero-copy>p,.products-family header>p,.product-catalog-head>div>p,.products-process header>p,.products-faq header>p,.product-detail-head>p,.product-specs header>p,.product-detail-why header>p{color:#58b65d;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:10px;font-weight:800}.products-hero-copy h1{letter-spacing:-.065em;max-width:1020px;margin:28px 0 0;font-size:clamp(58px,7vw,102px);font-weight:500;line-height:.9}.products-hero-copy h1 em{color:#78b9df;font-style:normal}.products-hero-copy>div{border-top:1px solid #ffffff47;grid-template-columns:1fr 1fr;align-items:center;gap:70px;margin-top:54px;padding-top:25px;display:grid}.products-hero-copy>div>p{color:#d3e0e7;max-width:580px;margin:0;font-size:16px;line-height:1.65}.products-hero-copy>div>span{align-items:center;gap:28px;display:flex}.products-hero-copy>div>span>a:last-child{border-bottom:1px solid #ffffff8c;padding-bottom:7px;font-size:12px;font-weight:700}.products-hero-index{background:#031e33e8;border-left:4px solid #57ae5b;width:210px;padding:22px;position:absolute;bottom:30px;right:30px}.products-hero-index span,.products-hero-index strong{display:block}.products-hero-index span{color:#77b9de;letter-spacing:.15em;font-size:9px}.products-hero-index strong{margin-top:25px;font-size:18px}.products-trust{background:#fff;border-bottom:1px solid #d9e1e4}.products-trust>.shell{grid-template-columns:1.1fr repeat(4,1fr);align-items:center;display:grid}.products-trust span,.products-trust b{padding:32px 22px}.products-trust span{color:#58aa5c;letter-spacing:.18em;font-size:9px;font-weight:800}.products-trust b{border-left:1px solid #d9e1e4;font-size:12px}.products-family{padding-top:115px;padding-bottom:115px}.products-family header{grid-template-columns:1.1fr 1fr;align-items:end;gap:65px;margin-bottom:60px;display:grid}.products-family header h2{letter-spacing:-.055em;max-width:780px;margin:20px 0 0;font-size:clamp(42px,5vw,74px);font-weight:500;line-height:.96}.products-family header>span{color:#587286;font-size:17px;line-height:1.75}.products-family-grid{border-top:1px solid #cdd9dd;border-bottom:1px solid #cdd9dd;grid-template-columns:repeat(5,1fr);display:grid}.products-family-grid article{border-right:1px solid #cdd9dd;flex-direction:column;min-height:320px;padding:28px 22px;display:flex}.products-family-grid article:last-child{border-right:0}.products-family-grid article>span{color:#55a959;font-size:11px}.products-family-grid h3{margin:34px 0 18px;font-size:22px;line-height:1.25}.products-family-grid p{color:#6e8290;margin:0;font-size:13px;line-height:1.6}.products-family-grid article>div{border-top:1px solid #d8e1e3;margin-top:auto;padding-top:22px}.products-family-grid small,.products-family-grid strong{display:block}.products-family-grid small{color:#55a959;letter-spacing:.13em;text-transform:uppercase;font-size:8px}.products-family-grid strong{margin-top:9px;font-size:13px}.product-catalog-stage{background:#e8efec;padding:110px 0}.product-catalog-layout{grid-template-columns:270px 1fr;gap:52px;display:grid}.product-catalog-sidebar{align-self:start;position:sticky;top:100px}.product-catalog-sidebar>p{color:#55a959;letter-spacing:.17em;margin:0;font-size:9px;font-weight:800}.product-catalog-sidebar>h2{white-space:pre-line;letter-spacing:-.05em;margin:22px 0 34px;font-size:42px;font-weight:500;line-height:.97}.product-catalog-sidebar nav{border-top:1px solid #c8d5d2}.product-catalog-sidebar button{color:#607887;text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #c8d5d2;grid-template-columns:35px 1fr;gap:10px;padding:16px 0;font-size:12px;line-height:1.3;display:grid}.product-catalog-sidebar button span{color:#7da4b9;font-size:9px}.product-catalog-sidebar button.is-active{color:#082640;font-weight:800}.product-catalog-sidebar button.is-active span{color:#55a959}.product-catalog-sidebar>div{color:#fff;background:#082b45;margin-top:30px;padding:25px}.product-catalog-sidebar>div small{color:#5ab45e;letter-spacing:.14em;font-size:8px}.product-catalog-sidebar>div p{color:#bdd0d9;font-size:12px;line-height:1.6}.product-catalog-sidebar>div a{font-size:11px;font-weight:800}.product-catalog-head{grid-template-columns:1.2fr .8fr;align-items:end;gap:45px;margin-bottom:45px;display:grid}.product-catalog-head h2{letter-spacing:-.055em;margin:18px 0 0;font-size:clamp(40px,5vw,68px);font-weight:500;line-height:.96}.product-catalog-head>p{color:#607887;margin:0;font-size:14px;line-height:1.75}.product-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.product-catalog-card{background:#fff;border:1px solid #d1dcd8;border-radius:28px;overflow:hidden}.product-catalog-image{aspect-ratio:1.18;background:#fff;display:block;position:relative;overflow:hidden}.product-catalog-image img{object-fit:contain;padding:32px;transition:transform .35s}.product-catalog-image:hover img{transform:scale(1.035)}.product-catalog-image span,.product-catalog-image b{position:absolute;top:25px}.product-catalog-image span{color:#238d45;letter-spacing:.12em;text-transform:uppercase;background:#e3f2df;border-radius:24px;padding:10px 15px;font-size:9px;font-weight:800;left:25px}.product-catalog-image b{color:#fff;background:#082b45;border-radius:50%;place-items:center;width:48px;height:48px;font-size:12px;display:grid;right:25px}.product-catalog-body{padding:30px}.product-catalog-body>p{color:#55aa59;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:9px;font-weight:800}.product-catalog-body h3{min-height:64px;margin:18px 0 25px;font-size:27px;line-height:1.2}.product-catalog-body dl{border-top:1px solid #d8e1df;margin:0}.product-catalog-body dl>div{border-bottom:1px solid #d8e1df;justify-content:space-between;gap:20px;padding:13px 0;display:flex}.product-catalog-body dt{color:#738894}.product-catalog-body dd{text-align:right;margin:0;font-weight:700}.product-catalog-actions{gap:12px;margin-top:27px;display:flex}.product-catalog-actions a{background:#edf4e9;border-radius:26px;flex:1;justify-content:center;align-items:center;padding:15px;font-size:11px;font-weight:800;display:flex}.product-catalog-actions a:last-child{color:#fff;background:#55b25c}.product-catalog-note{border-top:1px solid #c8d5d2;justify-content:space-between;gap:35px;margin-top:34px;padding-top:24px;display:flex}.product-catalog-note span{color:#55a959;letter-spacing:.12em;font-size:10px;font-weight:800}.product-catalog-note p{color:#697e8a;max-width:620px;margin:0;font-size:12px;line-height:1.6}.products-process{color:#fff;background:#072a45;padding:115px 0}.products-process header{grid-template-columns:1.2fr 1fr;align-items:end;gap:70px;display:grid}.products-process header h2{letter-spacing:-.055em;margin:18px 0 0;font-size:clamp(44px,5vw,72px);font-weight:500;line-height:.98}.products-process header>span{color:#adc2ce;font-size:16px;line-height:1.7}.products-process>.shell>div{border-top:1px solid #fff3;border-bottom:1px solid #fff3;grid-template-columns:repeat(4,1fr);margin-top:60px;display:grid}.products-process article{border-right:1px solid #fff3;min-height:280px;padding:28px}.products-process article:last-child{border-right:0}.products-process article>span{color:#72b7dc;font-size:11px}.products-process h3{margin:56px 0 18px;font-size:21px}.products-process article p{color:#adc2ce;margin:0;font-size:13px;line-height:1.7}.products-faq{grid-template-columns:.8fr 1.2fr;gap:90px;padding-top:120px;padding-bottom:120px;display:grid}.products-faq header h2{letter-spacing:-.055em;margin:20px 0 0;font-size:clamp(42px,5vw,68px);font-weight:500;line-height:.98}.products-faq details{border-top:1px solid #cbd7da}.products-faq details:last-child{border-bottom:1px solid #cbd7da}.products-faq summary{cursor:pointer;justify-content:space-between;gap:20px;padding:25px 0;font-size:18px;font-weight:700;list-style:none;display:flex}.products-faq summary::-webkit-details-marker{display:none}.products-faq summary span{color:#55a959;font-size:10px}.products-faq details p{color:#647b89;margin:0 40px 26px 0;line-height:1.7}.product-detail-head{padding-top:80px;padding-bottom:55px}.product-detail-head>a{font-size:12px;font-weight:700}.product-detail-head>p{margin-top:55px}.product-detail-head>div{grid-template-columns:1.2fr .8fr;align-items:end;gap:70px;margin-top:22px;display:grid}.product-detail-head h1{letter-spacing:-.06em;margin:0;font-size:clamp(48px,6vw,86px);font-weight:500;line-height:.94}.product-detail-head>div>p{color:#5d7585;margin:0;font-size:17px;line-height:1.75}.product-detail-commerce{grid-template-columns:1.15fr .85fr;gap:42px;padding-bottom:90px;display:grid}.product-detail-gallery>div{aspect-ratio:1.15;background:#fff;border-radius:26px;position:relative;overflow:hidden}.product-detail-gallery img{object-fit:contain;padding:45px}.product-detail-gallery>div span{color:#55a959;letter-spacing:.14em;font-size:9px;font-weight:800;position:absolute;bottom:20px;left:25px}.product-detail-gallery>small{color:#728590;margin-top:15px;line-height:1.5;display:block}.product-detail-panel{color:#fff;background:#082b45;padding:42px}.product-detail-panel>p{color:#59b65e;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:9px;font-weight:800}.product-detail-panel>h2{margin:17px 0 28px;font-size:34px;line-height:1.15}.product-detail-highlights{border-top:1px solid #ffffff2e;border-left:1px solid #ffffff2e;grid-template-columns:1fr 1fr;display:grid}.product-detail-highlights>div{border-bottom:1px solid #ffffff2e;border-right:1px solid #ffffff2e;min-height:96px;padding:16px}.product-detail-highlights span,.product-detail-highlights strong{display:block}.product-detail-highlights span{color:#8eacbd;text-transform:uppercase;font-size:9px}.product-detail-highlights strong{margin-top:12px;font-size:14px;line-height:1.4}.product-detail-config{margin-top:20px}.product-detail-config span,.product-detail-config strong{display:block}.product-detail-config span{color:#59b65e;letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:800}.product-detail-config strong{margin-top:9px;font-size:13px;line-height:1.55}.product-detail-panel ul{border-top:1px solid #ffffff2e;margin:24px 0;padding:20px 0 0;list-style:none}.product-detail-panel li{color:#d4e0e5;padding:7px 0 7px 18px;font-size:12px;position:relative}.product-detail-panel li:before{color:#59b65e;content:"✓";position:absolute;left:0}.product-detail-panel>.button{justify-content:center;display:flex}.product-detail-buyer{background:#ffffff12;margin-top:22px;padding:18px}.product-detail-buyer span{color:#59b65e;letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:800}.product-detail-buyer p{color:#b9ccd5;margin:9px 0 0;font-size:11px;line-height:1.6}.product-specs{background:#fff;padding:100px 0}.product-specs>.shell{grid-template-columns:.8fr 1.2fr;gap:85px;display:grid}.product-specs h2{letter-spacing:-.05em;margin:20px 0 0;font-size:48px;font-weight:500;line-height:1}.product-specs dl{margin:0}.product-specs dl>div{border-top:1px solid #d4dfe1;grid-template-columns:1fr 1fr;padding:20px 0;display:grid}.product-specs dl>div:last-child{border-bottom:1px solid #d4dfe1}.product-specs dt{color:#69808d;font-size:12px}.product-specs dd{text-align:right;margin:0;font-weight:700}.product-detail-why{padding-top:110px;padding-bottom:110px}.product-detail-why header{grid-template-columns:.5fr 1.5fr;align-items:start;gap:50px;display:grid}.product-detail-why h2{letter-spacing:-.055em;margin:0;font-size:clamp(42px,5vw,70px);font-weight:500;line-height:.98}.product-detail-why>div{border-top:1px solid #cbd7d8;border-bottom:1px solid #cbd7d8;grid-template-columns:repeat(3,1fr);margin:55px 0;display:grid}.product-detail-why article{border-right:1px solid #cbd7d8;min-height:180px;padding:28px}.product-detail-why article:last-child{border-right:0}.product-detail-why article span{color:#55a959;font-size:10px}.product-detail-why article h3{margin:45px 0 0;font-size:19px}.product-detail-why>.button{display:inline-flex}@media (max-width:1050px){.products-family-grid{grid-template-columns:repeat(2,1fr)}.products-family-grid article:nth-child(2n){border-right:0}.product-catalog-layout{grid-template-columns:220px 1fr}.product-catalog-grid{grid-template-columns:1fr}.products-process>.shell>div{grid-template-columns:1fr 1fr}.products-process article:nth-child(2){border-right:0}.product-detail-commerce{grid-template-columns:1fr}.product-detail-panel{max-width:none}}@media (max-width:760px){.products-hero{height:calc(100svh - 72px);min-height:650px}.products-hero>img{object-position:center}.products-hero-copy h1{font-size:43px}.products-premium[lang=zh] .products-hero-copy h1{font-size:37px;line-height:1}.products-hero-copy>div,.products-family header,.product-catalog-head,.products-process header,.products-faq,.product-detail-head>div,.product-specs>.shell,.product-detail-why header{grid-template-columns:1fr;gap:28px}.products-hero-copy>div{margin-top:38px}.products-hero-copy>div>span{flex-direction:column;align-items:flex-start}.products-hero-index{display:none}.products-trust>.shell{grid-template-columns:1fr 1fr}.products-trust span{grid-column:1/-1}.products-trust b{padding:20px 12px;font-size:10px}.products-family{padding-top:75px;padding-bottom:75px}.products-family-grid{grid-template-columns:1fr}.products-family-grid article{border-bottom:1px solid #cdd9dd;border-right:0;min-height:250px}.product-catalog-stage{padding:75px 0}.product-catalog-layout{grid-template-columns:1fr}.product-catalog-sidebar{position:static}.product-catalog-sidebar>h2{font-size:36px}.product-catalog-sidebar nav{border-bottom:1px solid #c8d5d2;display:flex;overflow-x:auto}.product-catalog-sidebar button{border-bottom:0;min-width:170px}.product-catalog-sidebar>div{display:none}.product-catalog-head h2{font-size:42px}.product-catalog-image{aspect-ratio:1}.product-catalog-body{padding:24px}.product-catalog-body h3{min-height:0;font-size:24px}.product-catalog-note{flex-direction:column;align-items:flex-start}.products-process{padding:80px 0}.products-process>.shell>div{grid-template-columns:1fr}.products-process article{border-bottom:1px solid #fff3;border-right:0;min-height:220px}.products-process article h3{margin-top:35px}.products-faq{padding-top:80px;padding-bottom:80px}.product-detail-head{padding-top:48px}.product-detail-head>p{margin-top:38px}.product-detail-head h1{font-size:44px}.product-detail-commerce{padding-bottom:65px}.product-detail-gallery img{padding:20px}.product-detail-panel{padding:26px 20px}.product-specs{padding:70px 0}.product-specs h2{font-size:38px}.product-specs dl>div{grid-template-columns:1fr;gap:8px}.product-specs dd{text-align:left}.product-detail-why{padding-top:75px;padding-bottom:75px}.product-detail-why>div{grid-template-columns:1fr}.product-detail-why article{border-bottom:1px solid #cbd7d8;border-right:0;min-height:130px}.product-detail-why article h3{margin-top:25px}}.product-detail-head>div>*{min-width:0}.product-detail-head h1{overflow-wrap:anywhere}@media (max-width:760px){.product-detail-head h1{letter-spacing:-.04em;font-size:34px;line-height:1.02}.product-detail-head>div>p{overflow-wrap:anywhere;font-size:15px}}.site-menu-toggle{background:0 0;border:0;place-items:center;width:44px;height:44px;display:none}.site-menu-toggle span{background:#082640;width:23px;height:2px;display:block}.site-menu-toggle span+span{margin-top:6px}.nav-products{position:relative}.nav-products>button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:10px 0;font-weight:650;display:flex}.nav-products>button span{font-size:12px;transition:transform .2s}.nav-products.is-open>button span{transform:rotate(180deg)}.products-dropdown{border:1px solid var(--line);opacity:0;visibility:hidden;background:#fff;border-radius:12px;width:230px;padding:10px;transition:all .2s;display:grid;position:absolute;top:calc(100% + 12px);left:-24px;transform:translateY(-5px);box-shadow:0 18px 45px #062b4921}.products-dropdown a{border-radius:8px;padding:13px 14px;font-size:13px}.products-dropdown a:hover,.products-dropdown a:focus-visible{color:#238b42;background:#edf5ec}.nav-products:hover .products-dropdown,.nav-products:focus-within .products-dropdown,.nav-products.is-open .products-dropdown{opacity:1;visibility:visible;transform:none}.parts-premium{color:#082640;background:#f2f5f3;overflow:hidden}.parts-hero{color:#fff;background:#06243d;min-height:650px;position:relative;overflow:hidden}.parts-hero>img{object-fit:cover;object-position:center}.parts-hero-shade{background:linear-gradient(90deg,#03192afa,#03192adb 44%,#03192a40),linear-gradient(#0000 45%,#03192a8c);position:absolute;inset:0}.parts-hero-copy{z-index:1;padding-top:65px;padding-bottom:65px;position:relative}.parts-hero-copy>a{font-size:12px;font-weight:700;display:inline-block}.parts-hero-copy>p,.parts-intro>div>p,.parts-range header>p,.parts-compat>div:first-child>p,.parts-cta p{color:#59b65e;letter-spacing:.18em;text-transform:uppercase;margin:75px 0 0;font-size:10px;font-weight:800}.parts-hero-copy h1{white-space:pre-line;letter-spacing:-.06em;max-width:900px;margin:22px 0 0;font-size:clamp(55px,7vw,98px);font-weight:500;line-height:.92}.parts-hero-copy>div{border-top:1px solid #ffffff3d;grid-template-columns:.7fr 1fr;align-items:start;gap:70px;margin-top:60px;padding-top:25px;display:grid}.parts-hero-copy>div span{color:#62bb67;letter-spacing:.16em;font-size:10px;font-weight:800}.parts-hero-copy>div p{color:#cfdee5;max-width:650px;margin:0;font-size:17px;line-height:1.75}.parts-intro{grid-template-columns:1.2fr .8fr;align-items:end;gap:80px;padding-top:110px;padding-bottom:100px;display:grid}.parts-intro>div>p{margin:0}.parts-intro h2,.parts-range h2,.parts-compat h2,.parts-cta h2{letter-spacing:-.055em;margin:20px 0 0;font-size:clamp(42px,5vw,72px);font-weight:500;line-height:.98}.parts-intro>p{color:#5f7785;margin:0;font-size:16px;line-height:1.75}.parts-range{background:#e7efea;padding:105px 0}.parts-range header{grid-template-columns:.6fr 1.4fr;align-items:start;gap:60px;margin-bottom:55px;display:grid}.parts-range header>p{margin:0}.parts-range h2{margin-top:0}.parts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.parts-grid article{background:#fff;border:1px solid #d2ddd7;border-radius:26px;overflow:hidden}.parts-grid article>div:first-child{aspect-ratio:1.3;background:#fff;position:relative;overflow:hidden}.parts-grid article img{object-fit:contain;padding:30px;transition:transform .35s}.parts-grid article:hover img{transform:scale(1.035)}.parts-grid article>div:first-child span{color:#fff;background:#082b45;border-radius:50%;place-items:center;width:46px;height:46px;font-size:11px;display:grid;position:absolute;top:22px;left:22px}.parts-grid article>div:last-child{padding:30px}.parts-grid article>div:last-child>p{color:#55aa59;letter-spacing:.14em;margin:0;font-size:9px;font-weight:800}.parts-grid h3{margin:16px 0;font-size:30px}.parts-grid article>div:last-child>span{color:#647b87;font-size:14px;line-height:1.7;display:block}.parts-compat{grid-template-columns:.7fr 1.3fr;gap:80px;padding-top:110px;padding-bottom:110px;display:grid}.parts-compat>div:first-child>p{margin:0}.parts-compat>div:last-child{border-top:1px solid #cad6d3}.parts-compat article{border-bottom:1px solid #cad6d3;grid-template-columns:50px .65fr 1fr;align-items:start;gap:25px;padding:27px 0;display:grid}.parts-compat article>span{color:#55a959;font-size:11px}.parts-compat article h3{margin:0;font-size:19px}.parts-compat article p{color:#647b87;margin:0;font-size:13px;line-height:1.6}.parts-cta{color:#fff;background:#072b46;padding:85px 0}.parts-cta>.shell{justify-content:space-between;align-items:end;gap:50px;display:flex}.parts-cta p{margin:0}.parts-cta h2{max-width:820px}.parts-cta .button{flex:none}@media (max-width:800px){.site-menu-toggle{display:block}.nav{border-top:1px solid var(--line);background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:18px 20px 25px;display:none;position:absolute;top:81px;left:0;right:0;box-shadow:0 18px 35px #062b491f}.nav.is-open{display:flex}.nav>a:not(.nav-cta),.nav .lang{border-bottom:1px solid var(--line);padding:14px 0;display:block}.nav .lang{border-left:0}.nav-products>button{border-bottom:1px solid var(--line);justify-content:space-between;width:100%;padding:14px 0}.products-dropdown{width:auto;box-shadow:none;opacity:1;visibility:visible;border:0;border-radius:0;margin:0;padding:0 0 0 18px;display:none;position:static;transform:none}.nav-products.is-open .products-dropdown{display:grid}.nav .products-dropdown a{border-bottom:1px solid var(--line);border-radius:0;display:block}.nav-cta{text-align:center;margin-top:18px}.parts-hero{min-height:620px}.parts-hero-copy{padding-top:45px}.parts-hero-copy h1{font-size:43px}.parts-premium[lang=zh] .parts-hero-copy h1{font-size:38px;line-height:1}.parts-hero-copy>div,.parts-intro,.parts-range header,.parts-compat{grid-template-columns:1fr;gap:30px}.parts-hero-copy>div{margin-top:45px}.parts-intro{padding-top:75px;padding-bottom:75px}.parts-range{padding:75px 0}.parts-grid{grid-template-columns:1fr}.parts-grid article>div:first-child{aspect-ratio:1.15}.parts-compat{padding-top:75px;padding-bottom:75px}.parts-compat article{grid-template-columns:38px 1fr}.parts-compat article p{grid-column:2}.parts-cta{padding:70px 0}.parts-cta>.shell{flex-direction:column;align-items:flex-start}}.site-footer{color:#fff;background:#101311;border-top:4px solid #58b35d;padding:55px 0 0}.site-footer-grid{grid-template-columns:1.2fr .72fr 1.05fr 1.15fr;gap:clamp(34px,5vw,82px);padding-bottom:42px;display:grid}.footer-wordmark{flex-direction:column;margin-bottom:18px;display:inline-flex}.footer-wordmark span{letter-spacing:.08em;color:#fff;font:800 27px/1 Arial,Noto Sans SC,sans-serif}.footer-wordmark span:after{content:".";color:#58b35d}.footer-wordmark em{letter-spacing:.21em;color:#8f9b92;margin-top:7px;font-size:8px;font-style:normal}.footer-brand-column p{color:#aeb6b0;max-width:330px;margin:0 0 20px;font-size:13px;line-height:1.7}.footer-quote-link{color:#68c26d;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:14px;font-size:11px;font-weight:700;display:inline-flex}.footer-quote-link span{font-size:17px;transition:transform .2s}.footer-quote-link:hover span{transform:translate(4px)}.footer-column{flex-direction:column;gap:10px;font-style:normal;display:flex}.footer-column h3{letter-spacing:.01em;margin:0 0 19px;padding-bottom:13px;font:700 14px/1.2 Arial,Noto Sans SC,sans-serif;position:relative}.footer-column h3:after{content:"";background:#58b35d;border-radius:3px;width:34px;height:3px;position:absolute;bottom:0;left:0}.footer-column>a{color:#abb3ad;width:max-content;max-width:100%;font-size:12px;line-height:1.45;transition:all .2s}.footer-column>a:hover{color:#72ca76;transform:translate(3px)}.footer-products a{width:auto}.footer-contact{gap:12px}.footer-contact-row{grid-template-columns:20px minmax(0,1fr);align-items:start;gap:9px;color:#b9c0bb!important;width:100%!important;display:grid!important}.footer-contact-row i{color:#61bd66;font-size:16px;font-style:normal;line-height:1.25}.footer-contact-row b{overflow-wrap:anywhere;font-size:11px;font-weight:500;line-height:1.45}.footer-contact a:hover{transform:none;color:#fff!important}.footer-whatsapp b{color:#d6ded7;font-weight:650}.site-footer-bottom{color:#707a72;letter-spacing:.06em;border-top:1px solid #2a2e2b;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;min-height:58px;font-size:9px;display:grid}.site-footer-bottom span:nth-child(2){justify-self:center}.site-footer-bottom a{color:#8c978f;justify-self:end}.site-footer-bottom a:hover{color:#68c26d}@media (max-width:980px){.site-footer-grid{grid-template-columns:1fr 1fr;row-gap:44px}.site-footer-bottom{grid-template-columns:1fr auto}.site-footer-bottom span:nth-child(2){display:none}}@media (max-width:620px){.site-footer{padding-top:42px}.site-footer-grid{grid-template-columns:1fr;gap:36px;padding-bottom:34px}.footer-products{display:none}.footer-brand-column p{max-width:none}.site-footer-bottom{grid-template-columns:1fr auto;gap:14px;min-height:76px}.site-footer-bottom span{line-height:1.5}.site-footer-bottom a{white-space:nowrap}}@media (max-width:800px){body{overflow-x:hidden}.shell{width:calc(100% - 36px)}.header{height:68px}.logo{width:auto;height:48px}.site-menu-toggle{width:44px;height:44px}.nav{max-height:calc(100svh - 68px);padding:10px 18px 20px;top:68px;overflow-y:auto}.nav>a:not(.nav-cta),.nav .lang,.nav-products>button{min-height:48px;padding:13px 0}.nav .products-dropdown a{min-height:44px;padding:13px 14px}.nav-cta{min-height:48px;padding:14px 22px}.section{padding:64px 0}.section-title{letter-spacing:-.035em;font-size:38px;line-height:1.04}.page-hero{padding:54px 0 48px}.page-hero h1{letter-spacing:-.04em;max-width:680px;font-size:42px;line-height:1.03}.page-hero p{font-size:16px;line-height:1.65}.cover{aspect-ratio:2.1;object-fit:cover;border-radius:14px;width:calc(100% - 36px);height:auto;max-height:360px}.form{max-width:none}.form input,.form textarea,.form select{width:100%;min-height:50px;padding:14px;font-size:16px}.form textarea{min-height:132px}.form .button{min-height:50px}.home-impact-hero{height:auto;min-height:560px}.home-impact-hero>img{object-fit:cover;object-position:58% center}.home-impact-overlay{background:linear-gradient(90deg,#02121ff0,#02121f8c),linear-gradient(#0000 42%,#02121fad)}.home-impact-copy{justify-content:flex-end;min-height:560px;padding:74px 0 40px;position:relative}.home-impact-copy>p{margin-bottom:18px;font-size:9px}.home-impact-copy h1{letter-spacing:-.045em;max-width:660px;font-size:44px;line-height:.98}.home-impact-bottom{gap:24px;margin-top:28px;padding-top:20px}.home-impact-bottom>p{font-size:15px;line-height:1.55}.home-impact-bottom>div{gap:14px}.home-impact-bottom .btn{min-height:48px;padding:15px 18px}.home-proof-ribbon>.shell>span{padding:18px 0}.home-proof-ribbon>.shell>div{padding:18px}.home-positioning,.home-applications,.home-featured{padding-top:64px;padding-bottom:64px}.home-positioning h2,.home-manufacturing h2,.home-featured-head h2,.home-sourcing-head h2,.home-applications-head h2,.home-console-intro h2{letter-spacing:-.04em;font-size:38px;line-height:1.04}.home-positioning>div:last-child p{font-size:15px;line-height:1.65}.home-category-card>span{top:22px;left:22px}.home-category-card>div:last-child{bottom:28px;left:22px;right:22px}.home-category-card h2{font-size:38px;line-height:1.02}.home-category-card p{font-size:13px;line-height:1.55}.home-category-card b{margin-top:18px}.home-category-parts{min-height:410px}.home-applications-head{margin-bottom:38px}.home-application-grid article{min-height:0;padding:24px}.home-application-grid h3{margin:35px 0 12px}.home-application-grid p{min-height:0}.home-manufacturing{padding:64px 0}.home-manufacturing-grid{gap:38px}.home-manufacturing-image>div{width:min(100%,340px)}.home-buyer-console{gap:40px;padding-top:68px;padding-bottom:72px}.home-console-cells article{min-height:175px;padding:24px}.home-console-cells h3{margin:34px 0 10px}.home-featured-head{margin-bottom:38px}.home-featured-image{aspect-ratio:1.08;height:auto}.home-featured-info{padding:24px}.home-featured-info h3{min-height:0}.home-sourcing{padding:68px 0}.home-sourcing-steps{margin-top:42px}.home-sourcing-steps>div{min-height:190px;padding:24px}.home-sourcing-steps h3{margin:32px 0 12px}.home-sourcing-cta{margin-top:34px;padding:22px}.home-quote{border-radius:20px;min-height:0;margin:0 18px 64px}.home-quote-visual{min-height:430px}.home-quote-visual h2{font-size:38px}.home-quote-form-wrap{padding:36px 24px}.home-quote-assurance{flex-wrap:wrap}.products-hero,.parts-hero{height:auto;min-height:540px}.products-hero-copy{justify-content:flex-end;min-height:540px;padding:74px 0 38px;position:relative}.products-hero-copy h1,.parts-hero-copy h1{letter-spacing:-.045em;font-size:40px;line-height:1}.products-hero-copy>div{gap:20px;margin-top:28px;padding-top:18px}.products-hero-copy>div>p,.parts-hero-copy>div p{font-size:15px;line-height:1.55}.products-hero-copy>div>span{gap:14px}.products-hero-copy .button{min-height:48px;padding:15px 18px}.products-trust span,.products-trust b{padding:17px 10px}.products-family,.product-catalog-stage,.products-process,.products-faq,.product-specs,.product-detail-why{padding-top:64px;padding-bottom:64px}.products-family header{margin-bottom:38px}.products-family header h2,.product-catalog-head h2,.products-process header h2,.products-faq header h2,.product-detail-why h2{font-size:38px;line-height:1.03}.products-family-grid article{min-height:210px;padding:22px}.products-family-grid h3{margin:25px 0 12px}.product-catalog-stage{padding-bottom:68px}.product-catalog-sidebar>h2{margin:16px 0 24px;font-size:34px}.product-catalog-sidebar nav{scrollbar-width:none;margin:0 -18px;padding-left:18px}.product-catalog-sidebar nav::-webkit-scrollbar{display:none}.product-catalog-sidebar button{min-width:154px;min-height:48px;padding:14px 8px}.product-catalog-head{margin-bottom:30px}.product-catalog-card{border-radius:20px}.product-catalog-image img{padding:20px}.product-catalog-image span{padding:8px 11px;top:16px;left:16px}.product-catalog-image b{width:42px;height:42px;top:16px;right:16px}.product-catalog-body{padding:22px}.product-catalog-body h3{font-size:23px}.product-catalog-actions{gap:9px;margin-top:22px}.product-catalog-actions a{min-height:46px;padding:12px 8px}.products-process>.shell>div{margin-top:38px}.products-process article{min-height:180px;padding:22px}.products-faq summary{min-height:54px;padding:18px 0;font-size:16px}.product-detail-head{padding-top:40px;padding-bottom:34px}.product-detail-head>p{margin-top:28px}.product-detail-head>div{margin-top:16px}.product-detail-head h1{font-size:36px}.product-detail-head>div>p{font-size:15px;line-height:1.6}.product-detail-commerce{gap:22px;padding-bottom:55px}.product-detail-gallery>div{border-radius:20px}.product-detail-panel{padding:25px 20px}.product-detail-panel>h2{font-size:28px}.product-detail-highlights>div{min-height:84px;padding:14px}.product-detail-panel>.button{align-items:center;min-height:48px}.product-specs h2{font-size:36px}.product-specs dl>div{padding:16px 0}.product-detail-why>div{margin:36px 0}.product-detail-why article{min-height:110px;padding:22px}.parts-hero-copy{flex-direction:column;justify-content:flex-end;min-height:540px;padding-top:74px;padding-bottom:38px;display:flex}.parts-hero-copy>p{margin-top:32px}.parts-hero-copy>div{gap:18px;margin-top:28px;padding-top:18px}.parts-intro,.parts-range,.parts-compat{padding-top:64px;padding-bottom:64px}.parts-intro h2,.parts-range h2,.parts-compat h2,.parts-cta h2{font-size:38px;line-height:1.03}.parts-intro>p{font-size:15px}.parts-range header{margin-bottom:36px}.parts-grid{gap:18px}.parts-grid article{border-radius:20px}.parts-grid article img{padding:20px}.parts-grid article>div:last-child{padding:22px}.parts-grid h3{font-size:26px}.parts-compat article{gap:15px;padding:22px 0}.parts-cta{padding:58px 0}.parts-cta .button{min-height:48px}.blog-tools{padding-top:28px}.search input{min-width:0;padding:14px;font-size:16px}.search .button{min-height:48px;padding:12px 18px}.categories{scrollbar-width:none;flex-wrap:nowrap;margin:0 -18px;padding:18px;overflow-x:auto}.categories::-webkit-scrollbar{display:none}.chip{flex:none;min-height:42px;padding:11px 16px}.article-list{padding-bottom:58px}.article-row{gap:18px;padding:26px 0}.article-row img{aspect-ratio:1.7;border-radius:14px;height:auto}.article-row h2{font-size:26px;line-height:1.15}.article-row p{font-size:15px;line-height:1.6}.pagination{flex-wrap:wrap;margin-top:20px}.pagination a{text-align:center;min-width:42px;min-height:42px}.article-hero{padding:40px 0 24px}.article-hero h1{letter-spacing:-.04em;font-size:36px;line-height:1.06}.article-hero>p:last-child{font-size:16px;line-height:1.65}.prose{width:calc(100% - 36px);margin:38px auto 64px;font-size:16px;line-height:1.78}.prose h2{margin:40px 0 15px;font-size:29px}.prose h3{font-size:23px}.prose img{border-radius:12px;margin:24px 0}.prose blockquote{margin:24px 0;padding:8px 18px}.site-footer{padding-top:38px}.site-footer-grid{row-gap:30px;padding-bottom:30px}.footer-column{gap:8px}.footer-column h3{margin-bottom:12px}.footer-column>a{align-items:center;min-height:32px;display:flex}.footer-contact-row{min-height:32px}.site-footer-bottom{min-height:68px}}@media (max-width:620px){.home-impact-copy h1,.products-hero-copy h1,.parts-hero-copy h1{font-size:36px}.home-premium[lang=zh] .home-impact-copy h1,.products-premium[lang=zh] .products-hero-copy h1,.parts-premium[lang=zh] .parts-hero-copy h1{font-size:33px;line-height:1.04}.home-impact-bottom{grid-template-columns:1fr}.home-impact-bottom>div{flex-flow:wrap}.home-proof-ribbon>.shell>div{padding:16px 0}.home-category-main{aspect-ratio:auto;min-height:360px}.home-category-main>img{object-fit:cover}.home-category-parts{min-height:370px}.home-category-card h2{font-size:32px}.home-category-main p{display:block}.home-application-visual{aspect-ratio:auto;min-height:430px}.home-application-visual>img{object-fit:cover}.home-application-visual h3{font-size:29px}.home-console-cells article{min-height:145px}.home-console-board>a{justify-content:flex-start;padding:22px}.home-featured-grid{gap:16px}.home-featured-image{aspect-ratio:1.2}.home-sourcing-steps>div{min-height:160px}.home-quote-visual{min-height:380px}.home-quote-visual h2{font-size:34px}.products-hero,.parts-hero,.products-hero-copy,.parts-hero-copy{min-height:500px}.products-trust>.shell{grid-template-columns:1fr 1fr}.products-trust b{font-size:9px}.product-catalog-image{aspect-ratio:1.18}.product-catalog-actions{flex-direction:column}.product-catalog-actions a{flex:none}.product-detail-head h1{font-size:32px}.product-detail-highlights{grid-template-columns:1fr 1fr}.product-detail-panel>h2{font-size:26px}.parts-grid article>div:first-child{aspect-ratio:1.25}.page-hero{padding:44px 0 40px}.page-hero h1{font-size:34px}.cover{aspect-ratio:1.65}.search{grid-template-columns:1fr auto;display:grid}.article-row h2{font-size:24px}.article-hero h1{font-size:32px}.site-footer-grid{gap:28px}.footer-brand-column p{font-size:12px}.site-footer-bottom{grid-template-columns:1fr;gap:8px;padding:16px 0}.site-footer-bottom a{justify-self:start}}@media (max-width:800px){.product-catalog-layout,.product-catalog-content,.product-catalog-grid,.product-catalog-card,.product-catalog-head,.product-catalog-head>*,.product-catalog-body,.product-catalog-body>*,.product-detail-gallery,.product-detail-gallery>div{min-width:0;max-width:100%}.product-catalog-layout,.product-catalog-grid,.product-catalog-card{width:100%}.product-catalog-grid{grid-template-columns:minmax(0,1fr)}.product-catalog-sidebar{min-width:0;max-width:100%}.product-catalog-sidebar nav{overscroll-behavior-inline:contain;width:calc(100% + 36px);max-width:none}.product-catalog-image{aspect-ratio:auto;width:100%;height:clamp(220px,65vw,270px)}.product-catalog-image img{padding:12px 14px}.product-catalog-head h2,.product-catalog-head p,.product-catalog-body h3,.product-catalog-body dt,.product-catalog-body dd{overflow-wrap:anywhere;word-break:normal;min-width:0}.product-catalog-body dl>div{align-items:flex-start}}@media (max-width:430px){.product-catalog-image{height:clamp(220px,64vw,260px)}}:where(a,button,input,select,textarea,summary):focus-visible{outline-offset:3px;outline:3px solid #63bd68}.form-trap{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.form-consent a,.quote-consent a,.home-quote-consent a{text-underline-offset:2px;text-decoration:underline}.home-quote-consent{color:#607687;grid-column:1/-1;align-items:flex-start;gap:10px;padding:16px 22px;font-size:11px;line-height:1.55;display:flex}.home-quote-consent input{flex:none;width:auto;margin-top:2px}.privacy-page{color:#082a47;background:#f4f7f6;min-height:65vh;padding:72px 0 100px}.privacy-page header{border-bottom:1px solid #cbd7d4;max-width:840px;padding-bottom:35px}.privacy-page header p{color:#58a95c;letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:800}.privacy-page h1{letter-spacing:-.055em;max-width:850px;margin:18px 0;font-size:clamp(42px,5vw,72px);font-weight:500;line-height:1}.privacy-page header>span{color:#657a88;font-size:13px}.privacy-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 70px;max-width:1040px;padding-top:42px;display:grid}.privacy-content section{border-bottom:1px solid #d2ddda;padding:26px 0}.privacy-content h2{letter-spacing:-.025em;margin:0 0 12px;font-size:22px}.privacy-content p,.privacy-content li{color:#5b7182;font-size:14px;line-height:1.8}.privacy-content a{color:#2f8744;text-decoration:underline}@media (max-width:700px){.privacy-page{padding:50px 0 70px}.privacy-page h1{font-size:36px}.privacy-content{grid-template-columns:1fr;padding-top:25px}.home-quote-consent{padding-inline:18px}}.about-premium{color:#082a47;background:#eef2f3;overflow:hidden}.about-premium h2{white-space:pre-line}.about-premium-label{color:#58a95c;letter-spacing:.18em;text-transform:uppercase;margin:0 0 20px;font-size:9px;font-weight:800}.about-premium-hero{color:#fff;background:#05223a;height:calc(100svh - 82px);min-height:680px;position:relative;overflow:hidden}.about-premium-hero>img{object-fit:cover}.about-premium-shade{background:linear-gradient(90deg,#03192bf0,#03192b8c 52%,#03192b1f),linear-gradient(#0000 42%,#03192b9e);position:absolute;inset:0}.about-premium-hero-copy{z-index:1;flex-direction:column;justify-content:center;height:100%;display:flex;position:relative}.about-premium-hero-copy>p{color:#65be69;letter-spacing:.19em;margin:0;font-size:10px;font-weight:800}.about-premium-hero-copy h1{letter-spacing:-.065em;margin:28px 0 0;font-size:clamp(62px,7vw,106px);font-weight:500;line-height:.88}.about-premium-hero-copy h1 em{color:#75b9df;font-style:normal}.about-premium-intro{border-top:1px solid #ffffff47;grid-template-columns:.45fr 1fr;gap:55px;max-width:850px;margin-top:52px;padding-top:24px;display:grid}.about-premium-intro span{color:#65be69;letter-spacing:.16em;font-size:9px;font-weight:800}.about-premium-intro p{color:#d7e2e7;margin:0;font-size:16px;line-height:1.7}.about-hero-dossier{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#041e33e6;border:1px solid #fff3;width:245px;display:grid;position:absolute;bottom:28px;right:28px}.about-hero-dossier>div{border-bottom:1px solid #ffffff29;padding:18px 20px}.about-hero-dossier>div:last-child{border:0}.about-hero-dossier span,.about-hero-dossier strong{display:block}.about-hero-dossier span{color:#6eb6dc;letter-spacing:.18em;margin-bottom:6px;font-size:8px}.about-hero-dossier strong{font-size:13px}.about-scroll-cue{z-index:2;color:#fff;letter-spacing:.17em;align-items:center;gap:13px;font-size:8px;font-weight:800;display:flex;position:absolute;bottom:28px;left:28px}.about-scroll-cue span{background:linear-gradient(#66b869 0 38%,#ffffff73 38%);width:1px;height:42px}.about-brand-rail{color:#fff;white-space:nowrap;background:#54aa58;justify-content:center;align-items:center;gap:26px;height:58px;display:flex;overflow:hidden}.about-brand-rail>span{letter-spacing:.19em;align-items:center;gap:26px;font-size:9px;font-weight:800;display:flex}.about-brand-rail i{background:#082a47;border-radius:50%;width:4px;height:4px}.about-manifesto{grid-template-columns:70px 1.15fr .85fr;gap:45px;padding-top:95px;padding-bottom:100px;display:grid}.about-manifesto-index{color:#6cabc9;padding-top:16px;font-size:12px}.about-manifesto h2,.about-terrain h2,.about-factory-copy h2,.about-oem-copy h2,.about-journey h2,.about-faq h2,.about-inquiry h2,.about-support h2{letter-spacing:-.055em;margin:0;font-size:clamp(42px,4.7vw,70px);font-weight:500;line-height:1.02}.about-manifesto-heading{position:relative}.about-manifesto-heading:after{content:"";background:#56aa5a;width:72px;height:5px;position:absolute;bottom:-30px;left:0}.about-manifesto-copy{padding-top:28px}.about-manifesto-copy p{color:#5b7182;margin:0 0 18px;font-size:14px;line-height:1.8}.about-terrain{grid-template-columns:.78fr 1.22fr;gap:100px;padding-top:55px;padding-bottom:105px;display:grid;position:relative}.about-terrain-head{align-self:start;position:sticky;top:130px}.about-terrain-head>p:last-child{color:#5b7182;max-width:480px;margin-top:34px;font-size:15px;line-height:1.8}.about-terrain-matrix{border-top:1px solid #9db0bd}.about-terrain-matrix article{background:#ffffff6b;border-bottom:1px solid #bdcbd3;grid-template-columns:55px 1fr 90px;align-items:center;gap:25px;min-height:150px;display:grid}.about-terrain-matrix article:nth-child(2n){transform:translate(28px)}.about-terrain-matrix article>span{color:#58a85b;font-size:11px;font-weight:800}.about-terrain-matrix h3{margin:0 0 9px;font-size:21px}.about-terrain-matrix p{color:#687e8e;margin:0;font-size:13px;line-height:1.6}.about-terrain-matrix b{color:#8298a6;letter-spacing:.16em;justify-self:end;font-size:8px}.about-factory-stage{color:#fff;background:#072b46;padding:90px 0 100px}.about-factory-grid,.about-oem{grid-template-columns:1.05fr .95fr;align-items:center;gap:80px;display:grid}.about-factory-image,.about-oem-image{position:relative}.about-factory-image img,.about-oem-image img{object-fit:cover;width:100%;height:560px;display:block;box-shadow:0 30px 70px #0003}.about-factory-image>span{letter-spacing:.13em;background:#55aa59;padding:17px 20px;font-size:8px;font-weight:800;position:absolute;bottom:0;left:0}.about-image-coordinate{letter-spacing:.16em;text-align:right;background:#041e33e0;padding:13px 16px;font-size:9px;font-weight:800;line-height:1.6;position:absolute;top:24px;right:24px}.about-factory-copy>p:not(.about-premium-label),.about-oem-copy>p:not(.about-premium-label){color:#b9cad3;font-size:15px;line-height:1.75}.about-proof-list{border-top:1px solid #fff3;margin-top:32px}.about-proof-list>div{border-bottom:1px solid #fff3;grid-template-columns:40px .7fr 1fr;gap:18px;padding:19px 0;display:grid}.about-proof-list b{color:#63b968;font-size:10px}.about-proof-list strong{font-size:13px}.about-proof-list span{color:#aec1cb;font-size:11px;line-height:1.5}.about-oem{padding-top:105px;padding-bottom:115px}.about-oem-image>div{color:#fff;background:#082a47;padding:20px;position:absolute;bottom:20px;right:20px}.about-oem-image span,.about-oem-image small{display:block}.about-oem-image small{color:#a8bdc8;margin-top:7px}.about-oem-copy>p:not(.about-premium-label){color:#5f7685}.about-oem-copy ul{border-top:1px solid #c5d2d7;grid-template-columns:1fr 1fr;margin:28px 0;padding:0;list-style:none;display:grid}.about-oem-copy li{border-bottom:1px solid #c5d2d7;padding:16px 0;font-size:13px;font-weight:700}.about-oem-copy li:nth-child(2n){border-left:1px solid #c5d2d7;padding-left:22px}.about-oem-note{background:#e2e9eb;padding:18px;font-size:12px!important}.about-journey{padding-top:90px;padding-bottom:95px}.about-journey-title{grid-template-columns:.45fr 1fr;display:grid}.about-journey-track{border-top:1px solid #9eb1be;grid-template-columns:repeat(4,1fr);margin-top:58px;display:grid;position:relative}.about-journey-track:before{content:"";background:#55a959;width:25%;height:5px;position:absolute;top:-3px;left:0}.about-journey-track>div{min-height:205px;padding:30px 30px 0 0}.about-journey-track span{color:#6aaccf;font-size:11px}.about-journey-track h3{max-width:190px;margin:34px 0 15px;font-size:18px}.about-journey-track p{color:#657c8d;max-width:235px;font-size:12px;line-height:1.7}.about-faq{grid-template-columns:.42fr 1fr;gap:90px;padding-top:90px;padding-bottom:100px;display:grid}.about-faq-heading{align-self:start;position:sticky;top:130px}.about-faq-list{border-top:1px solid #9eb1bd}.about-faq details{border-bottom:1px solid #bdcbd3}.about-faq summary{cursor:pointer;grid-template-columns:45px 1fr 25px;align-items:center;min-height:82px;font-size:17px;font-weight:700;list-style:none;display:grid}.about-faq summary::-webkit-details-marker{display:none}.about-faq summary span{color:#59a85c;font-size:10px}.about-faq summary b{font-size:23px;font-weight:300}.about-faq details[open]{background:#fff}.about-faq details[open] summary b{transform:rotate(45deg)}.about-faq details p{color:#607687;max-width:760px;margin:0;padding:0 25px 32px 45px;font-size:14px;line-height:1.8}.about-inquiry{background:linear-gradient(135deg,#e1e9eb,#f5f7f7 52%,#dfe8eb);padding:95px 0}.about-inquiry-layout{grid-template-columns:.72fr 1.28fr;gap:90px;display:grid}.about-inquiry-copy{align-self:start;position:sticky;top:130px}.about-inquiry-copy>p:not(.about-premium-label){color:#5b7182;font-size:15px;line-height:1.8}.about-inquiry-contact{border-top:1px solid #b7c5cc;flex-direction:column;margin-top:42px;padding-top:22px;display:flex}.about-inquiry-contact span{color:#5aa85d;letter-spacing:.17em;margin-bottom:12px;font-size:9px;font-weight:800}.about-inquiry-contact a{margin:4px 0;font-size:13px}.about-inquiry-form{background:#fff;border-top:5px solid #55a959;grid-template-columns:1fr 1fr;display:grid;box-shadow:0 28px 80px #07233a21}.about-inquiry .form-field{border-bottom:1px solid #d7e0e4;border-right:1px solid #d7e0e4;padding:23px 26px}.about-inquiry .form-field:nth-child(2n){border-right:0}.about-inquiry .full{grid-column:1/-1}.about-inquiry .form-field label{color:#637988;letter-spacing:.13em;text-transform:uppercase;margin-bottom:11px;font-size:9px;font-weight:800;display:block}.about-inquiry input,.about-inquiry select,.about-inquiry textarea{color:#102e47;resize:vertical;background:0 0;border:0;outline:0;width:100%;padding:0;font:600 14px/1.5 inherit}.about-inquiry .form-consent{color:#647986;gap:10px;padding:20px 26px;font-size:11px;display:flex}.about-inquiry .form-consent input{width:auto}.about-inquiry .form-submit{background:#082a47;justify-content:space-between;align-items:center;padding:24px 26px;display:flex}.about-inquiry .form-submit button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:800}.about-inquiry .form-submit small{color:#91a9b8;font-size:9px}.about-inquiry .form-success,.about-inquiry .form-error{color:#fff;margin:0;padding:18px 26px;font-size:12px}.about-inquiry .form-success{background:#55a959}.about-inquiry .form-error{background:#a43b3b}.about-support{color:#fff;background:#072b46;padding:90px 0 100px}.about-support-head{grid-template-columns:1.15fr .85fr;align-items:end;gap:70px;display:grid}.about-support-head>p{color:#aec1cb;margin:0;font-size:15px;line-height:1.75}.about-support-grid{border-top:1px solid #fff3;border-left:1px solid #fff3;grid-template-columns:repeat(4,1fr);margin-top:55px;display:grid}.about-support-grid>div{border-bottom:1px solid #fff3;border-right:1px solid #fff3;min-height:215px;padding:26px}.about-support-grid span{color:#70b5d8;font-size:10px}.about-support-grid h3{margin:34px 0 13px;font-size:18px}.about-support-grid p{color:#adc0ca;margin:0;font-size:12px;line-height:1.65}.about-premium-cta{border-top:1px solid #fff3;justify-content:space-between;align-items:end;gap:50px;margin-top:68px;padding-top:45px;display:flex}.about-premium-cta span{color:#62b967;letter-spacing:.16em;font-size:9px;font-weight:800}.about-premium-cta h2{max-width:760px;margin-top:15px;font-size:42px}.about-premium-cta .button{flex:none}@media (max-width:980px){.about-hero-dossier{display:none}.about-manifesto{grid-template-columns:55px 1fr}.about-manifesto-copy{grid-column:2}.about-terrain,.about-factory-grid,.about-oem,.about-faq,.about-inquiry-layout,.about-support-head{grid-template-columns:1fr;gap:50px}.about-terrain-head,.about-faq-heading,.about-inquiry-copy{position:static}.about-terrain-matrix article:nth-child(2n){transform:none}.about-factory-image img,.about-oem-image img{aspect-ratio:1.5;height:auto}.about-journey-title{grid-template-columns:1fr;gap:15px}.about-journey-track{grid-template-columns:1fr 1fr}.about-journey-track:before{width:50%}.about-support-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.about-premium-hero{height:auto;min-height:520px}.about-premium-hero-copy{justify-content:flex-end;min-height:520px;padding-top:80px;padding-bottom:42px}.about-premium-hero-copy>p{font-size:8px}.about-premium-hero-copy h1{font-size:38px;line-height:.98}.about-premium[lang=zh] .about-premium-hero-copy h1{font-size:34px}.about-premium-intro{grid-template-columns:1fr;gap:13px;margin-top:28px;padding-top:17px}.about-premium-intro p{font-size:14px}.about-scroll-cue{display:none}.about-brand-rail{justify-content:flex-start;height:50px;padding-left:18px}.about-manifesto{grid-template-columns:35px 1fr;gap:12px;padding-top:64px;padding-bottom:68px}.about-manifesto-copy{grid-column:2;padding-top:8px}.about-manifesto h2,.about-terrain h2,.about-factory-copy h2,.about-oem-copy h2,.about-journey h2,.about-faq h2,.about-inquiry h2,.about-support h2{font-size:34px;line-height:1.05}.about-manifesto-heading:after{bottom:-16px}.about-terrain{gap:34px;padding-top:20px;padding-bottom:68px}.about-terrain-head>p:last-child{font-size:14px}.about-terrain-matrix article{grid-template-columns:34px 1fr;gap:12px;min-height:125px}.about-terrain-matrix b{display:none}.about-factory-stage,.about-support{padding:65px 0}.about-factory-grid,.about-oem{gap:34px}.about-factory-image img,.about-oem-image img{aspect-ratio:1.25}.about-factory-image>span,.about-oem-image>div{display:block;position:static}.about-image-coordinate{top:12px;right:12px}.about-proof-list>div{grid-template-columns:30px 1fr}.about-proof-list span{grid-column:2}.about-oem{padding-top:68px;padding-bottom:72px}.about-oem-copy ul{grid-template-columns:1fr}.about-oem-copy li:nth-child(2n){border-left:0;padding-left:0}.about-journey{padding-top:64px;padding-bottom:68px}.about-journey-track{grid-template-columns:1fr;margin-top:35px}.about-journey-track:before{width:100%}.about-journey-track>div{border-bottom:1px solid #c3d0d7;min-height:150px}.about-faq{gap:30px;padding-top:64px;padding-bottom:68px}.about-faq summary{grid-template-columns:30px 1fr 20px;min-height:82px;font-size:15px}.about-faq details p{padding-left:30px}.about-inquiry{padding:65px 0}.about-inquiry-layout{gap:35px}.about-inquiry-form{grid-template-columns:1fr}.about-inquiry .form-field{border-right:0;grid-column:1/-1;padding:19px 20px}.about-inquiry .form-submit{padding:21px 20px;display:block}.about-inquiry .form-submit small{margin-top:14px;display:block}.about-support-head{gap:25px}.about-support-grid{grid-template-columns:1fr;margin-top:35px}.about-support-grid>div{min-height:150px;padding:22px}.about-support-grid h3{margin-top:24px}.about-premium-cta{margin-top:42px;padding-top:32px;display:block}.about-premium-cta h2{font-size:32px}.about-premium-cta .button{margin-top:24px;display:inline-flex}}.quote-page{color:#082a47;background:#f5f7f7;overflow:hidden}.quote-page h2{white-space:pre-line}.quote-kicker{color:#58a95c;letter-spacing:.18em;text-transform:uppercase;margin:0 0 20px;font-size:9px;font-weight:800}.quote-hero{color:#fff;background:#041e36;height:calc(100svh - 82px);min-height:700px;position:relative;overflow:hidden}.quote-hero>img{object-fit:cover}.quote-hero-shade{background:linear-gradient(90deg,#031728f5,#031c30bd 50%,#031c301f 82%),linear-gradient(#0000 50%,#031829b3);position:absolute;inset:0}.quote-hero-copy{z-index:2;flex-direction:column;justify-content:center;height:100%;padding-top:40px;display:flex;position:relative}.quote-hero-copy>p{color:#7fd283;letter-spacing:.18em;margin:0 0 25px;font-size:9px;font-weight:800}.quote-hero h1{letter-spacing:-.075em;margin:0;font-size:clamp(62px,7.4vw,108px);font-weight:500;line-height:.9}.quote-hero h1 em{color:#7cb8dc;font-style:normal}.quote-hero-copy>div{border-top:1px solid #ffffff40;grid-template-columns:.7fr 1fr;gap:70px;max-width:900px;margin-top:52px;padding-top:25px;display:grid}.quote-hero-copy span{color:#7fd283;letter-spacing:.15em;font-size:8px;font-weight:800}.quote-hero-copy div p{color:#d0dee5;margin:0;font-size:14px;line-height:1.75}.quote-hero-status{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#052339e6;grid-template-columns:auto auto 1px auto auto;align-items:center;gap:16px;padding:24px 34px;display:grid;position:absolute;bottom:0;right:0}.quote-hero-status span{color:#7eb0cc;letter-spacing:.13em;font-size:7px}.quote-hero-status b{font-size:10px}.quote-hero-status i{background:#ffffff38;width:1px;height:25px}.quote-prep{grid-template-columns:.72fr 1.28fr;gap:90px;padding-top:110px;padding-bottom:110px;display:grid}.quote-prep h2,.quote-channels h2{letter-spacing:-.06em;margin:0;font-size:clamp(44px,5vw,72px);font-weight:500;line-height:.98}.quote-prep-grid{border-top:1px solid #ccd7dc;border-left:1px solid #ccd7dc;grid-template-columns:repeat(5,1fr);display:grid}.quote-prep-grid article{background:#fff;border-bottom:1px solid #ccd7dc;border-right:1px solid #ccd7dc;min-height:235px;padding:22px 19px}.quote-prep-grid span{color:#58a95c;font-size:8px;font-weight:800}.quote-prep-grid b{margin:72px 0 13px;font-size:13px;display:block}.quote-prep-grid p{color:#70838f;margin:0;font-size:10px;line-height:1.65}.quote-studio{background:#fff;grid-template-columns:.86fr 1.14fr;max-width:1440px;min-height:930px;margin:0 auto;display:grid;box-shadow:0 35px 90px #0623391c}.quote-studio-visual{color:#fff;background:#061f35;position:relative;overflow:hidden}.quote-studio-visual>img{object-fit:cover}.quote-studio-visual:after{content:"";background:linear-gradient(#03182908 30%,#031829f5);position:absolute;inset:0}.quote-studio-visual>div{z-index:2;position:absolute;bottom:52px;left:48px;right:55px}.quote-studio-visual span{color:#83d387;letter-spacing:.16em;font-size:8px;font-weight:800}.quote-studio-visual h2{letter-spacing:-.06em;margin:22px 0 18px;font-size:clamp(42px,4.2vw,63px);font-weight:500;line-height:.98}.quote-studio-visual p{color:#cfdee5;max-width:480px;margin:0;font-size:13px;line-height:1.75}.quote-studio-form-wrap{padding:52px 58px}.quote-form-head{padding-bottom:27px}.quote-form-head>span{color:#58aa5c;letter-spacing:.16em;font-size:8px;font-weight:800}.quote-form-head h2{letter-spacing:-.055em;margin:17px 0 11px;font-size:clamp(35px,3.8vw,52px);font-weight:500;line-height:1}.quote-form-head p{color:#6b7f8b;max-width:660px;margin:0;font-size:11px;line-height:1.7}.quote-form{border:1px solid #d5dfe3;border-top:4px solid #58aa5c;grid-template-columns:1fr 1fr;display:grid;box-shadow:0 22px 55px #08264014}.quote-form>label:not(.quote-consent){border-bottom:1px solid #d8e1e5;border-right:1px solid #d8e1e5;padding:17px 20px;display:block}.quote-form>label:nth-of-type(2n){border-right:0}.quote-form .full{grid-column:1/-1}.quote-form label>span{color:#657a88;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:800;display:block}.quote-form input,.quote-form select,.quote-form textarea{color:#12314a;resize:vertical;background:0 0;border:0;outline:0;width:100%;padding:0;font:600 12px/1.5 inherit}.quote-form .quote-consent{border-bottom:1px solid #d8e1e5;align-items:center;gap:10px;padding:16px 20px;display:flex}.quote-form .quote-consent input{width:auto}.quote-form .quote-consent span{margin:0}.quote-form button{color:#fff;cursor:pointer;letter-spacing:.14em;background:#082a47;border:0;justify-content:space-between;align-items:center;min-height:64px;padding:0 22px;font-size:9px;font-weight:800;display:flex}.quote-form button b{font-size:18px}.quote-success,.quote-error{color:#fff;margin:0;padding:16px 22px;font-size:10px}.quote-success{background:#58aa5c}.quote-error{background:#a43b3b}.quote-channels{grid-template-columns:.8fr 1.2fr;gap:95px;padding-top:115px;padding-bottom:115px;display:grid}.quote-channel-list{border-top:1px solid #c8d4d9}.quote-channel-list a{border-bottom:1px solid #c8d4d9;grid-template-columns:190px 1fr auto;align-items:center;gap:25px;min-height:100px;padding:19px 5px;display:grid}.quote-channel-list span{color:#58aa5c;letter-spacing:.13em;font-size:8px;font-weight:800}.quote-channel-list strong{overflow-wrap:anywhere;font-size:clamp(17px,2vw,26px);font-weight:600}.quote-channel-list b{font-size:20px}.quote-next{color:#fff;background:#06243d;padding:90px 0 105px}.quote-next-grid{border-top:1px solid #ffffff2e;border-left:1px solid #ffffff2e;grid-template-columns:repeat(4,1fr);margin-top:40px;display:grid}.quote-next-grid article{border-bottom:1px solid #ffffff2e;border-right:1px solid #ffffff2e;min-height:230px;padding:24px}.quote-next-grid span{color:#74b8dc;font-size:8px}.quote-next-grid h3{margin:65px 0 14px;font-size:21px}.quote-next-grid p{color:#adc1cd;margin:0;font-size:11px;line-height:1.7}@media (max-width:1100px){.quote-prep{grid-template-columns:1fr;gap:45px}.quote-prep-grid{grid-template-columns:repeat(3,1fr)}.quote-studio{grid-template-columns:1fr}.quote-studio-visual{min-height:620px}.quote-channels{grid-template-columns:1fr;gap:45px}}@media (max-width:760px){.quote-hero{height:auto;min-height:560px}.quote-hero-copy{justify-content:flex-end;min-height:560px;padding:80px 0 105px}.quote-hero h1{font-size:44px;line-height:.98}.quote-page[lang=zh] .quote-hero h1{font-size:38px}.quote-hero-copy>div{grid-template-columns:1fr;gap:15px;margin-top:28px}.quote-hero-status{grid-template-columns:auto auto;padding:18px;left:0;right:auto}.quote-hero-status i,.quote-hero-status span:nth-of-type(2),.quote-hero-status b:nth-of-type(2){display:none}.quote-prep{padding-top:65px;padding-bottom:65px}.quote-prep h2,.quote-channels h2{font-size:36px}.quote-prep-grid{grid-template-columns:1fr 1fr}.quote-prep-grid article{min-height:170px}.quote-prep-grid b{margin-top:40px}.quote-studio{min-height:0}.quote-studio-visual{min-height:430px}.quote-studio-visual>div{bottom:28px;left:22px;right:22px}.quote-studio-visual h2{font-size:36px}.quote-studio-form-wrap{padding:40px 18px}.quote-form{grid-template-columns:1fr}.quote-form>label:not(.quote-consent){border-right:0;grid-column:1/-1}.quote-form input,.quote-form select,.quote-form textarea{font-size:16px}.quote-channels{padding-top:65px;padding-bottom:65px}.quote-channel-list a{grid-template-columns:1fr auto;gap:8px;min-height:88px}.quote-channel-list strong{grid-column:1}.quote-next{padding:65px 0}.quote-next-grid{grid-template-columns:1fr 1fr}.quote-next-grid article{min-height:170px}.quote-next-grid h3{margin-top:38px}}@media (max-width:430px){.quote-hero h1{font-size:38px}.quote-page[lang=zh] .quote-hero h1{font-size:34px}.quote-prep-grid,.quote-next-grid{grid-template-columns:1fr}.quote-prep-grid article,.quote-next-grid article{min-height:145px}.quote-prep-grid b,.quote-next-grid h3{margin-top:28px}.quote-studio-visual{min-height:380px}.quote-channel-list a{grid-template-columns:1fr}.quote-channel-list b{display:none}}@media (min-width:801px){.home-impact-hero,.products-hero,.parts-hero,.about-premium-hero,.quote-hero{aspect-ratio:1409/500;width:100%;height:auto;min-height:0}.home-impact-hero>img,.products-hero>img{object-position:center 58%}.parts-hero>img{object-position:center 52%}.about-premium-hero>img{object-position:center 58%}.quote-hero>img{object-position:center}.home-impact-copy,.products-hero-copy,.about-premium-hero-copy,.quote-hero-copy{padding-top:18px}.home-impact-copy h1,.products-hero-copy h1,.quote-hero h1{font-size:clamp(46px,5.25vw,76px);line-height:.92}.about-premium-hero-copy h1{font-size:clamp(42px,4.7vw,68px);line-height:.94}.home-impact-bottom,.products-hero-copy>div,.quote-hero-copy>div{margin-top:28px;padding-top:17px}.home-impact-copy>p,.products-hero-copy>p,.quote-hero-copy>p{margin-bottom:15px}.about-premium-intro{margin-top:25px;padding-top:16px}.parts-hero-copy{flex-direction:column;justify-content:center;height:100%;padding-top:24px;padding-bottom:24px;display:flex}.parts-hero-copy>p{margin-top:28px}.parts-hero-copy h1{font-size:clamp(44px,5vw,72px)}.parts-hero-copy>div{margin-top:30px;padding-top:17px}}.article-hero+.cover,.article-cover,.cover{aspect-ratio:1409/500;object-fit:cover;height:auto;max-height:none}@media (max-width:800px){.home-impact-hero,.home-impact-copy,.products-hero,.products-hero-copy,.parts-hero,.parts-hero-copy,.about-premium-hero,.about-premium-hero-copy,.quote-hero,.quote-hero-copy{height:auto;min-height:520px}.home-impact-hero>img,.products-hero>img,.parts-hero>img,.about-premium-hero>img,.quote-hero>img{object-fit:cover}.home-impact-hero>img,.products-hero>img{object-position:62% center}.parts-hero>img{object-position:center}.about-premium-hero>img{object-position:60% center}.quote-hero>img{object-position:center}.article-hero+.cover,.article-cover,.cover{aspect-ratio:16/9;object-fit:cover;width:calc(100% - 36px);height:auto;max-height:240px}}@media (max-width:430px){.home-impact-hero,.home-impact-copy,.products-hero,.products-hero-copy,.parts-hero,.parts-hero-copy,.about-premium-hero,.about-premium-hero-copy,.quote-hero,.quote-hero-copy{min-height:480px}.home-impact-copy,.products-hero-copy,.parts-hero-copy,.about-premium-hero-copy,.quote-hero-copy{min-width:0;overflow:hidden}.home-impact-copy h1,.products-hero-copy h1,.parts-hero-copy h1,.about-premium-hero-copy h1,.quote-hero h1{overflow-wrap:anywhere;max-width:100%}.quote-hero h1{letter-spacing:-.055em;font-size:34px}.quote-page[lang=zh] .quote-hero h1{font-size:32px}.quote-hero-copy>p{letter-spacing:.12em;overflow-wrap:anywhere;max-width:100%;font-size:7px}.quote-hero-copy>div span{letter-spacing:.1em;overflow-wrap:anywhere;font-size:7px;line-height:1.5}.quote-hero-copy div p{overflow-wrap:anywhere;font-size:13px;line-height:1.55}}
