:root{--brand-navy: #0b2538;--brand-navy-2: #12334a;--brand-gold: #b9974a;--brand-gold-dark: #a6843e;--text: #1c2329;--muted: #5e6872;--page: #f4f6f8;--border: #d9dee5;--white: #ffffff;--green: #1d7954;--radius: 8px;color-scheme:light;font-family:Inter,Arial,Noto Sans SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--white);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto}button,input,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:76px;padding:0 clamp(20px,5vw,80px);background:var(--white);border-bottom:1px solid var(--border)}.brand{display:inline-flex;align-items:center;min-width:248px;height:64px;color:var(--brand-navy);background:var(--white);line-height:1}.brand-horizontal{width:auto;max-width:clamp(248px,22vw,360px);height:58px;flex:0 0 auto;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:clamp(8px,1.2vw,16px);color:var(--text);font-size:18px;font-weight:900}.desktop-nav a{display:inline-flex;align-items:center;min-height:46px;padding:0 18px;border-radius:6px;transition:color .16s ease,background-color .16s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible,.desktop-nav a[aria-current=page]{color:var(--white);background:var(--brand-navy);outline:none}.header-actions{display:flex;align-items:center;gap:18px;font-size:14px;font-weight:700}.language{display:inline-flex;align-items:center;gap:6px;color:var(--muted)}.language button{padding:0;color:var(--muted);background:transparent;border:0;cursor:pointer;font-weight:800}.language button[aria-pressed=true]{color:var(--brand-navy)}.quote-button,.primary-button,.secondary-button,.section-link,.product-detail-link,.inquiry-form button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:6px;font-size:15px;font-weight:800}.quote-button,.primary-button,.product-detail-link,.inquiry-form button{color:var(--white);background:var(--brand-gold)}.quote-button:hover,.primary-button:hover,.product-detail-link:hover,.inquiry-form button:hover{background:var(--brand-gold-dark)}.secondary-button,.section-link{color:var(--brand-navy);background:var(--white);border:1px solid rgba(255,255,255,.68)}.section-link{border-color:var(--border)}.menu-button{display:none;width:42px;height:42px;color:var(--brand-navy);background:transparent;border:0;font-size:24px;font-weight:800}.hero{position:relative;min-height:720px;overflow:hidden;color:var(--white);background:var(--brand-navy)}.hero picture,.hero picture img{position:absolute;inset:0;width:100%;height:100%}.hero picture img{object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0b2538eb,#0b2538bd 45%,#0b253847),linear-gradient(0deg,#0b2538db,#0b25381a 48%)}.hero-content{position:relative;z-index:2;width:min(760px,calc(100% - 40px));padding:128px 0 0 clamp(20px,5vw,80px)}.eyebrow{margin:0 0 14px;color:var(--brand-gold);font-size:13px;font-weight:900;letter-spacing:0;text-transform:uppercase}.hero h1{margin:0;max-width:760px;font-size:clamp(34px,4vw,58px);line-height:1.12;letter-spacing:0}.hero h2{margin:22px 0 0;max-width:760px;font-size:clamp(22px,2.45vw,34px);line-height:1.2}.hero-subtitle{margin:24px 0 0;max-width:660px;color:#ffffffe0;font-size:18px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:38px}.trust-strip{position:absolute;z-index:3;left:clamp(20px,5vw,80px);right:clamp(20px,5vw,80px);bottom:42px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.trust-strip article{min-height:92px;padding:18px 20px;color:var(--brand-navy);background:#fffffff0;border-radius:var(--radius)}.trust-strip strong,.trust-strip span,.trust-strip small{display:block}.trust-strip strong{font-size:22px;line-height:1.1}.trust-strip span{margin-top:8px;color:var(--text);font-size:14px;font-weight:700}.trust-strip small{margin-top:2px;color:var(--muted);font-size:12px}.section{width:min(1200px,calc(100% - 40px));margin:0 auto;padding:92px 0}.section-heading{max-width:820px;margin-bottom:36px}.section-heading h2{margin:0;color:var(--text);font-size:clamp(28px,3vw,42px);line-height:1.18}.section-heading p:not(.eyebrow){margin:14px 0 0;color:var(--muted)}.intro-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:42px;align-items:center}.intro-copy{color:var(--muted);font-size:17px}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.metric-row div{padding:18px;background:var(--page);border-radius:var(--radius);border:1px solid var(--border)}.metric-row strong,.metric-row span{display:block}.metric-row strong{color:var(--brand-navy);font-size:28px;line-height:1.1}.metric-row span{margin-top:8px;color:var(--muted);font-size:13px}.intro-image{margin:0;border-radius:var(--radius);overflow:hidden}.intro-image img{aspect-ratio:16 / 10;object-fit:cover}.business{width:100%;max-width:none;padding:92px max(20px,calc((100vw - 1200px)/2));background:var(--page)}.business-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.business-card,.product-card{overflow:hidden;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.business-card img{height:230px;object-fit:cover}.business-card>div,.product-card-body{padding:24px}.business-card h3,.product-card h3{margin:0;color:var(--text);font-size:24px;line-height:1.22}.business-card h3 span,.product-card h3 small,.advantage-grid small{display:block;margin-top:5px;color:var(--muted);font-size:15px;font-weight:800}.business-card p,.product-card p,.advantage-grid p,.logistics p,.contact-cta p{color:var(--muted)}.business-card ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:20px 0 0;list-style:none}.business-card li{padding:6px 10px;color:var(--brand-navy);background:#edf2f5;border-radius:999px;font-size:12px;font-weight:800}.products-heading{display:flex;align-items:end;justify-content:space-between;max-width:none;gap:24px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}.product-card{display:flex;flex-direction:column;min-height:100%}.product-image-link{display:block;cursor:pointer;background:var(--white)}.product-card img{height:300px;object-fit:contain}.product-card-body{display:flex;flex:1;flex-direction:column;min-height:400px}.product-spec{display:inline-flex;margin-bottom:14px;padding:5px 10px;color:var(--brand-navy);background:#edf2f5;border-radius:999px;font-size:12px;font-weight:900}.product-card dl{display:grid;gap:12px;margin:18px 0 22px}.product-card dl div{display:grid;grid-template-columns:86px minmax(0,1fr);gap:14px}.product-card dt,.product-card dd{margin:0}.product-card dt{color:var(--muted);font-size:13px;font-weight:800}.product-card dd{color:var(--brand-navy);font-weight:900}.product-card .product-detail-link{width:max-content;min-height:46px;margin-top:auto;padding:0 22px;font-size:15px}.advantage-band{padding:92px max(20px,calc((100vw - 1200px)/2));color:var(--white);background:var(--brand-navy)}.advantage-band .section-heading h2{color:var(--white)}.advantage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.advantage-grid article{padding:24px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius)}.advantage-grid span{color:var(--brand-gold);font-size:14px;font-weight:900}.advantage-grid h3{margin:20px 0 0;color:var(--white);font-size:22px;line-height:1.25}.advantage-grid p{margin-bottom:0;color:#ffffffb8}.logistics{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:44px;align-items:center}.logistics figure{margin:0;overflow:hidden;border-radius:var(--radius)}.logistics img{aspect-ratio:16 / 10;object-fit:cover}.logistics h2{margin:0;color:var(--text);font-size:clamp(28px,3vw,42px);line-height:1.18}.contact-cta{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:44px;padding:82px max(20px,calc((100vw - 1200px)/2));color:var(--white);background:linear-gradient(90deg,#0b2538f0,#0b2538c7),url(/assets/images/factory/engine-testing-line.jpg) center / cover}.contact-cta h2{margin:0;font-size:clamp(30px,3.4vw,46px);line-height:1.16}.contact-cta p{color:#ffffffc7}.contact-list{display:grid;gap:12px;margin-top:30px}.contact-list article{padding:16px 18px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius)}.contact-list span,.contact-list a,.contact-list b{display:block}.contact-list span{margin-bottom:6px;color:var(--brand-gold);font-size:13px;font-weight:900}.contact-list a,.contact-list b{width:max-content;max-width:100%;color:var(--white);font-size:17px;font-weight:800;overflow-wrap:anywhere}.contact-list a+a{margin-top:4px}.contact-list a:hover{color:var(--brand-gold)}.inquiry-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:24px;background:#fffffff5;border-radius:var(--radius)}.inquiry-form label,.inquiry-form span{display:block}.inquiry-form label.full{grid-column:1 / -1}.inquiry-form span{margin-bottom:7px;color:var(--text);font-size:13px;font-weight:800}.inquiry-form input,.inquiry-form textarea{width:100%;padding:12px 14px;color:var(--text);background:var(--white);border:1px solid var(--border);border-radius:6px}.inquiry-form button{width:max-content;border:0;cursor:pointer}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px clamp(20px,5vw,80px);color:#ffffffc7;background:#071b2a}.footer-brand{width:max-content;padding:8px 12px;background:var(--white);border-radius:var(--radius)}.site-footer p{margin:0}.footer-meta{display:grid;gap:6px;justify-items:end}.footer-note{color:#ffffff85;font-size:13px}.footer-record{color:#ffffffa3;font-size:13px;text-decoration:none}.footer-record:hover{color:var(--white)}.page-hero{padding:86px clamp(20px,5vw,80px);color:var(--white);background:linear-gradient(90deg,#0b2538f5,#0b2538c2),url(/assets/images/factory/workshop-wide-clean.png) center / cover}.page-hero h1,.product-detail-hero h1,.detail-content h2,.detail-feature-grid h2{margin:0;line-height:1.16}.page-hero h1{max-width:860px;font-size:clamp(36px,4vw,58px)}.page-hero p:not(.eyebrow){max-width:760px;margin:20px 0 0;color:#ffffffc7;font-size:18px}.product-list-section{padding-top:72px}.catalog-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.catalog-toolbar h2{margin:0;font-size:clamp(28px,3vw,42px)}.catalog-toolbar span{color:var(--muted);font-size:14px;font-weight:800}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.catalog-card{overflow:hidden;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.catalog-image img{height:260px;object-fit:contain;padding:0;background:var(--white)}.catalog-card-body{padding:24px}.catalog-card h3{margin:0;color:var(--text);font-size:26px;line-height:1.2}.catalog-card h3 a{color:inherit}.catalog-card h3 a:hover{color:var(--brand-gold-dark)}.catalog-card p{color:var(--muted)}.catalog-card dl{display:grid;gap:12px;margin:22px 0}.catalog-card dl div{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px}.catalog-card dt,.catalog-card dd{margin:0}.catalog-card dt{color:var(--muted);font-size:13px;font-weight:800}.catalog-card dd{color:var(--brand-navy);font-weight:900}.catalog-actions,.detail-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.text-link{color:var(--brand-navy);font-size:14px;font-weight:900}.text-link:hover{color:var(--brand-gold-dark)}.product-detail-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:46px;align-items:center;padding:78px clamp(20px,5vw,80px);background:var(--page)}.detail-hero-copy{max-width:720px}.breadcrumb{display:inline-flex;margin-bottom:22px;color:var(--muted);font-size:14px;font-weight:800}.breadcrumb:hover{color:var(--brand-navy)}.product-detail-hero h1{color:var(--text);font-size:clamp(34px,4vw,58px)}.product-detail-hero p:not(.eyebrow){margin:22px 0 0;color:var(--muted);font-size:18px}.detail-hero-actions{margin-top:34px}.detail-hero-actions .secondary-button{color:var(--brand-navy);border-color:var(--border)}.detail-hero-image{margin:0;overflow:hidden;background:var(--white);border:0;border-radius:var(--radius)}.detail-hero-image img{aspect-ratio:4 / 3;object-fit:contain;padding:28px}.detail-summary{padding-top:50px;padding-bottom:34px}.detail-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.detail-kpis article{padding:24px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.detail-kpis span,.detail-kpis strong{display:block}.detail-kpis span{color:var(--muted);font-size:13px;font-weight:900}.detail-kpis strong{margin-top:8px;color:var(--brand-navy);font-size:24px;line-height:1.2}.detail-kpis small{color:var(--muted);font-size:.58em;font-weight:800;white-space:nowrap}.mounting-section{padding-top:36px;padding-bottom:42px}.mounting-card{margin:0;overflow:hidden;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.mounting-card img{width:100%;padding:clamp(12px,2vw,24px);object-fit:contain}.detail-content{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:46px;align-items:start;padding-top:44px}.detail-content h2,.detail-feature-grid h2{color:var(--text);font-size:clamp(28px,3vw,42px)}.detail-note{color:var(--muted)}.spec-group-stack{display:grid;gap:24px}.spec-group{overflow:hidden;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.spec-group h3{margin:0;padding:18px 20px;color:var(--white);background:var(--brand-navy);font-size:20px;line-height:1.2}.spec-table{overflow:hidden}.spec-table div{display:grid;grid-template-columns:minmax(190px,.34fr) minmax(0,.66fr);min-height:58px;background:var(--white)}.spec-table div+div{border-top:1px solid var(--border)}.spec-table span,.spec-table strong{display:flex;align-items:center;padding:16px 18px}.spec-table span{color:var(--muted);background:var(--page);font-size:14px;font-weight:900}.spec-table strong{color:var(--brand-navy);font-size:16px;overflow-wrap:anywhere}.detail-band{margin-top:38px;color:var(--white);background:var(--brand-navy)}.detail-feature-grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:42px;align-items:start}.detail-feature-grid h2{color:var(--white)}.highlight-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.highlight-list article{min-height:130px;padding:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius)}.highlight-list span{color:var(--brand-gold);font-size:14px;font-weight:900}.highlight-list p{margin:10px 0 0;color:#ffffffc7}.highlight-list h3{margin:16px 0 0;color:var(--white);font-size:20px;line-height:1.25}.product-inquiry{margin-top:0;color:var(--text);background:var(--page)}.product-inquiry h2{color:var(--text)}.product-inquiry p{color:var(--muted)}.product-inquiry .inquiry-form{background:var(--white);border:1px solid var(--border)}@media(max-width:1100px){.desktop-nav,.header-actions{display:none}.menu-button{display:inline-flex;align-items:center;justify-content:center}.business-grid,.product-grid,.advantage-grid,.catalog-grid,.highlight-list,.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:780px}.product-detail-hero,.detail-content,.detail-feature-grid{grid-template-columns:1fr}}@media(max-width:760px){body{font-size:15px}.site-header{height:66px;padding:0 18px}.brand{min-width:0;height:54px}.brand-horizontal{max-width:196px;height:46px}.hero{min-height:820px}.hero-overlay{background:linear-gradient(180deg,#0b2538e6,#0b2538b3 56%,#0b2538f0),linear-gradient(90deg,#0b2538b3,#0b25383d)}.hero-content{padding:78px 20px 0;width:100%}.hero h1{font-size:36px}.hero h2{font-size:22px}.hero-subtitle{font-size:15px}.hero-actions{gap:10px}.primary-button,.secondary-button{flex:1;min-width:0;padding:0 12px;font-size:13px}.trust-strip{left:20px;right:20px;bottom:24px;gap:10px}.trust-strip article{min-height:82px;padding:14px}.trust-strip strong{font-size:17px}.trust-strip small{display:none}.section,.business,.advantage-band,.contact-cta{padding-top:58px;padding-bottom:58px}.intro-grid,.logistics,.contact-cta,.metric-row,.business-grid,.product-grid,.advantage-grid,.catalog-grid,.detail-kpis,.highlight-list{grid-template-columns:1fr}.business-card img,.product-card img{height:220px}.product-card-body{min-height:220px}.products-heading{display:block}.section-link{margin-top:20px}.page-hero,.product-detail-hero{padding:58px 20px}.page-hero p:not(.eyebrow),.product-detail-hero p:not(.eyebrow){font-size:16px}.catalog-toolbar{display:block}.catalog-toolbar span{display:block;margin-top:12px}.catalog-image img{height:230px}.detail-hero-image img{padding:18px}.spec-table div{grid-template-columns:1fr}.spec-table strong{border-top:1px solid var(--border)}.inquiry-form{grid-template-columns:1fr;padding:18px}.site-footer{display:block}.site-footer p{margin-top:18px}.footer-meta{justify-items:start;margin-top:18px}.footer-meta p{margin-top:0}}
