:root{--ink:#14202d;--muted:#617080;--line:#d9e0e6;--soft:#f3f6f8;--paper:#fff;--red:#e8241d;--red-dark:#bd1712;--blue:#0f6fae;--navy:#172330;--green:#19b766;--zalo:#0877c9;--telegram:#229ed9;--max:1540px;--shadow:0 24px 70px rgba(17,31,45,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font:16px/1.65 Arial,"Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
button{cursor:pointer}
.luban-container{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
.luban-topbar{height:36px;color:#dce6ee;background:#202a34;font-size:13px}
.luban-topbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.luban-topbar-inner>div{display:flex;gap:32px}.luban-topbar a:hover{color:#fff}
.luban-header{position:sticky;z-index:1000;top:0;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.luban-header-inner{height:92px;display:grid;grid-template-columns:290px 1fr auto;align-items:center;gap:38px}
.luban-logo img{width:auto;height:58px;object-fit:contain}.luban-footer .luban-logo img{filter:brightness(0) invert(1)}
.luban-desktop-nav{align-self:stretch;display:flex;align-items:stretch;justify-content:center;gap:4px}
.luban-nav-item{display:flex;align-items:stretch}
.luban-nav-item>a{display:flex;align-items:center;gap:6px;padding:0 19px;font-size:15px;font-weight:700;white-space:nowrap;position:relative}
.luban-nav-item>a:after{position:absolute;right:19px;bottom:24px;left:19px;height:2px;background:var(--red);content:"";transform:scaleX(0);transform-origin:left;transition:.25s}
.luban-nav-item:hover>a:after,.luban-nav-item>a.active:after{transform:scaleX(1)}
.luban-mega-menu{position:absolute;top:92px;right:0;left:0;display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:36px;padding:34px max(32px,calc((100vw - var(--max))/2));background:#fff;border-top:1px solid var(--line);box-shadow:0 28px 60px rgba(18,31,43,.15);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}
.luban-nav-item:hover .luban-mega-menu,.luban-nav-item:focus-within .luban-mega-menu{opacity:1;visibility:visible;transform:none}
.luban-mega-intro{padding:8px 30px 8px 0;border-right:1px solid var(--line)}
.luban-mega-intro small,.luban-section-kicker,.luban-page-banner small,.luban-inquiry small,.luban-footer-cta small{display:block;margin-bottom:13px;color:var(--red);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.luban-mega-intro strong{display:block;font-size:28px;line-height:1.2}.luban-mega-intro p{color:var(--muted)}.luban-mega-intro>a{color:var(--red);font-weight:800}
.luban-mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.luban-mega-card{min-width:0;display:grid;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:12px;padding:10px;border:1px solid transparent;transition:.2s}
.luban-mega-card:hover{border-color:var(--line);background:var(--soft)}
.luban-mega-thumb{display:grid;width:68px;aspect-ratio:1;place-items:center;background:#f4f6f7;overflow:hidden}.luban-mega-thumb img{width:100%;height:100%;object-fit:contain}
.luban-mega-card b{display:block;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.luban-mega-card em{display:block;margin-top:4px;color:var(--red);font-size:11px;font-style:normal}
.luban-header-tools{display:flex;align-items:center;gap:12px}.luban-language{position:relative}.luban-language>button{height:48px;padding:0 14px;border:0;background:transparent;font-weight:700}.luban-language-list{position:absolute;top:54px;right:0;display:none;max-height:420px;min-width:190px;overflow:auto;padding:10px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.luban-language:hover .luban-language-list,.luban-language.open .luban-language-list{display:block}.luban-language-list a{display:block;padding:8px 12px}.luban-language-list a:hover,.luban-language-list a.active{color:var(--red);background:var(--soft)}
.luban-quote-button{display:flex;align-items:center;gap:30px;height:52px;padding:0 21px;color:#fff;background:var(--red);font-size:14px;font-weight:800;transition:.2s}.luban-quote-button:hover{background:var(--red-dark);transform:translateY(-1px)}
.luban-menu-button{display:none;width:46px;height:46px;padding:12px;border:0;background:var(--navy)}.luban-menu-button span{display:block;height:2px;margin:6px 0;background:#fff;transition:.2s}.luban-menu-button[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.luban-menu-button[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}
.luban-mobile-panel{display:none;position:fixed;top:128px;right:0;bottom:0;left:0;overflow:auto;background:#fff}.luban-mobile-panel.open{display:block}.luban-mobile-item{position:relative;border-bottom:1px solid var(--line)}.luban-mobile-item>a{display:block;padding:17px 0;font-weight:800}.luban-mobile-item>button{position:absolute;top:8px;right:0;width:42px;height:42px;border:0;background:transparent;color:var(--red);font-size:24px}.luban-mobile-children{display:none;padding:0 0 14px 18px}.luban-mobile-children.open{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 18px}.luban-mobile-children a{padding:8px 0;color:var(--muted)}
.luban-page-banner{min-height:360px;display:flex;align-items:center;background:linear-gradient(90deg,#eff3f6 0,#f8fafb 65%,#edf1f4 100%);overflow:hidden}.luban-page-banner>.luban-container{min-height:360px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,48%);align-items:center;gap:50px}.luban-page-banner h1{max-width:820px;margin:0;font-size:clamp(42px,5vw,76px);line-height:1.04;letter-spacing:-.045em}.luban-page-banner p{max-width:760px;color:var(--muted);font-size:18px}.luban-page-banner img{width:100%;height:360px;object-fit:contain}
.luban-breadcrumb{padding:18px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}
.luban-section{padding:100px 0}.luban-section.soft{background:var(--soft)}.luban-section.dark{color:#fff;background:var(--navy)}
.luban-section-head{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr) auto;align-items:end;gap:40px;margin-bottom:44px}.luban-section-head h2{max-width:880px;margin:0;font-size:clamp(34px,4vw,58px);line-height:1.06;letter-spacing:-.04em}.luban-section-head p{margin:0;color:var(--muted);font-size:17px}.luban-section-head>a{color:var(--red);font-weight:800}.luban-section.dark .luban-section-head p{color:#b8c3ce}
.luban-home-hero{position:relative;min-height:650px;background:linear-gradient(90deg,#f9fafb 0,#f6f8f9 48%,#edf1f4 100%);overflow:hidden}.luban-home-hero>.luban-container{min-height:650px;display:grid;grid-template-columns:minmax(480px,.85fr) minmax(560px,1.15fr);align-items:center;gap:34px}.luban-hero-copy{position:relative;z-index:2;padding:70px 0}.luban-hero-copy h1{max-width:800px;margin:0 0 24px;font-size:clamp(56px,6.2vw,96px);line-height:.98;letter-spacing:-.06em}.luban-hero-copy p{max-width:720px;color:var(--muted);font-size:20px}.luban-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.luban-button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;min-height:56px;padding:0 22px;color:#fff;background:var(--red);font-weight:800}.luban-button.secondary{color:var(--ink);background:#fff;border:1px solid #bfc8d0}.luban-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(19,30,42,.12)}
.luban-hero-media{position:relative;height:610px}.luban-hero-slide{position:absolute;inset:0;display:grid;grid-template-rows:1fr auto;opacity:0;pointer-events:none;transform:translateX(25px);transition:.55s}.luban-hero-slide.active{opacity:1;pointer-events:auto;transform:none}.luban-hero-slide>img{width:100%;height:520px;object-fit:contain}.luban-machine-label{justify-self:end;display:grid;min-width:260px;padding:12px 0 4px 22px;border-left:3px solid var(--red)}.luban-machine-label small{color:var(--muted);font-size:10px;letter-spacing:.14em}.luban-machine-label b{font-size:28px}.luban-machine-label em{color:var(--muted);font-style:normal}.luban-hero-dots{position:absolute;right:0;bottom:14px;left:0;display:flex;gap:5px}.luban-hero-dots button{width:42px;height:34px;border:1px solid var(--line);background:#fff;font-size:11px}.luban-hero-dots button.active{color:#fff;background:var(--navy)}
.luban-family-strip{padding:46px 0 28px;border-bottom:1px solid var(--line)}.luban-strip-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:25px}.luban-strip-head h2{margin:0;font-size:36px}.luban-strip-head p{max-width:720px;margin:7px 0 0;color:var(--muted)}.luban-strip-head>a{color:var(--red);font-weight:800;white-space:nowrap}.luban-family-track{display:grid;grid-auto-columns:minmax(250px,310px);grid-auto-flow:column;gap:18px;overflow-x:auto;padding-bottom:18px;scrollbar-color:#babfc4 #e7e7e2}.luban-family-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:12px;transition:.25s}.luban-family-card:hover{border-color:#8ea1af;transform:translateY(-4px);box-shadow:var(--shadow)}.luban-family-card>span{display:grid;aspect-ratio:4/3;place-items:center;background:#f1f4f6;overflow:hidden}.luban-family-card img{width:100%;height:100%;object-fit:contain}.luban-family-card>div{padding:18px}.luban-family-card small{color:var(--red);font-weight:800}.luban-family-card h3{min-height:48px;margin:7px 0 13px;font-size:20px;line-height:1.2}.luban-family-card b{color:var(--red);font-size:13px}
.luban-proof{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-width:1px 0}.luban-proof>div{display:flex;align-items:center;gap:20px;min-height:120px;padding:24px 34px;border-right:1px solid var(--line)}.luban-proof>div:last-child{border:0}.luban-proof strong{color:var(--red);font-size:36px;white-space:nowrap}.luban-proof span{color:var(--muted)}
.luban-machine-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.luban-product-card{display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid var(--line);transition:.25s}.luban-product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.luban-product-image{display:grid;aspect-ratio:1;place-items:center;background:#f4f6f7;overflow:hidden}.luban-product-image img{width:100%;height:100%;object-fit:contain;transition:.35s}.luban-product-card:hover .luban-product-image img{transform:scale(1.035)}.luban-product-body{display:flex;flex:1;flex-direction:column;padding:25px}.luban-product-body small{color:var(--red);font-weight:800}.luban-product-body h2,.luban-product-body h3{margin:8px 0 10px;font-size:24px;line-height:1.2}.luban-product-body p{color:var(--muted)}.luban-product-body>a{margin-top:auto;color:var(--red);font-weight:800}
.luban-about-split{display:grid;grid-template-columns:1fr 1fr;min-height:620px}.luban-about-photo{min-height:620px;background:#e9eef1 center/cover no-repeat}.luban-about-copy{padding:80px max(50px,calc((100vw - var(--max))/2));padding-right:max(50px,calc((100vw - var(--max))/2));background:var(--navy);color:#fff}.luban-about-copy h2{margin:0;font-size:clamp(40px,4.5vw,66px);line-height:1.04}.luban-about-copy>p{color:#becbd6;font-size:18px}.luban-about-points{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:35px}.luban-about-points div{padding-top:20px;border-top:1px solid #475565}.luban-about-points b{color:var(--red);font-size:13px}.luban-about-points h3{margin:8px 0}.luban-about-points p{color:#adbac5}
.luban-content-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:56px;padding:80px 0 110px}.luban-category-sidebar{align-self:start;position:sticky;top:150px;border:1px solid var(--line)}.luban-category-sidebar>strong{display:block;padding:20px 22px;color:#fff;background:var(--navy);font-size:14px;letter-spacing:.08em;text-transform:uppercase}.luban-category-item{border-bottom:1px solid var(--line)}.luban-category-item:last-child{border:0}.luban-category-row{display:grid;grid-template-columns:1fr 44px}.luban-category-row>a{padding:15px}.luban-category-row>button{border:0;border-left:1px solid var(--line);color:var(--red);background:#fff;font-size:21px}.luban-category-item.active>.luban-category-row{background:#fff1f0}.luban-category-children{display:none;padding:4px 15px 12px 27px;background:var(--soft)}.luban-category-children.open{display:block}.luban-category-children a{display:block;padding:7px 0;color:var(--muted);font-size:14px}.luban-list-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.luban-list-heading h2{margin:0;font-size:42px;line-height:1.1}.luban-list-heading p{max-width:620px;margin:0;color:var(--muted)}
.luban-pagination{display:flex;justify-content:center;gap:5px;margin-top:42px}.luban-pagination a,.luban-pagination span{display:grid;min-width:42px;height:42px;padding:0 10px;place-items:center;border:1px solid var(--line)}.luban-pagination .active,.luban-pagination a:hover{color:#fff;background:var(--red);border-color:var(--red)}
.luban-product-hero{padding:60px 0 70px;background:#f3f6f8}.luban-product-hero>.luban-container{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(410px,.9fr);gap:70px;align-items:center}.luban-gallery-main{display:grid;aspect-ratio:1;place-items:center;background:#fff;border:1px solid var(--line);overflow:hidden}.luban-gallery-main img{width:100%;height:100%;object-fit:contain}.luban-gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.luban-gallery-thumbs button{aspect-ratio:1;padding:4px;border:1px solid var(--line);background:#fff}.luban-gallery-thumbs button.active{border-color:var(--red)}.luban-gallery-thumbs img{width:100%;height:100%;object-fit:contain}.luban-product-summary small{color:var(--red);font-weight:800;letter-spacing:.12em}.luban-product-summary h1{margin:10px 0 12px;font-size:clamp(42px,4.5vw,70px);line-height:1.02;letter-spacing:-.045em}.luban-product-summary h2{margin:0 0 24px;font-size:23px}.luban-product-summary>p{color:var(--muted);font-size:18px}.luban-quick-specs{margin:28px 0;border-top:1px solid var(--line)}.luban-quick-specs div{display:flex;justify-content:space-between;gap:30px;padding:12px 0;border-bottom:1px solid var(--line)}.luban-quick-specs span{color:var(--muted)}.luban-quick-specs b{text-align:right}.luban-product-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.luban-product-actions a{min-height:54px}
.luban-detail-nav{position:sticky;z-index:50;top:92px;background:#fff;border-bottom:1px solid var(--line)}.luban-detail-nav>.luban-container{display:flex;gap:34px;overflow-x:auto}.luban-detail-nav a{padding:18px 0;border-bottom:2px solid transparent;white-space:nowrap;font-weight:800}.luban-detail-nav a:hover{color:var(--red);border-color:var(--red)}
.luban-detail-block{padding:90px 0;border-bottom:1px solid var(--line)}.luban-detail-block.soft{background:var(--soft)}.luban-detail-grid{display:grid;grid-template-columns:minmax(250px,.6fr) minmax(0,1.4fr);gap:70px}.luban-detail-intro h2{margin:0;font-size:46px;line-height:1.05}.luban-detail-intro p{color:var(--muted)}.luban-editor{min-width:0;color:#34414f}.luban-editor h2,.luban-editor h3{color:var(--ink)}.luban-editor img{height:auto;margin:26px auto}.luban-editor table,.luban-spec-table{width:100%;border-collapse:collapse}.luban-editor th,.luban-editor td,.luban-spec-table th,.luban-spec-table td{padding:14px 16px;border:1px solid var(--line);text-align:left;vertical-align:top}.luban-editor th,.luban-spec-table th{width:42%;background:#eef2f4}.luban-feature-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.luban-feature-panel{padding:30px;background:#fff;border:1px solid var(--line)}.luban-feature-panel h3{margin-top:0;font-size:24px}.luban-feature-panel ul{padding-left:20px;color:var(--muted)}
.luban-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.luban-inquiry{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(500px,1.28fr);gap:70px;padding:70px max(42px,calc((100vw - var(--max))/2));color:#fff;background:var(--navy)}.luban-inquiry-copy h2{max-width:620px;margin:0;font-size:clamp(38px,4vw,60px);line-height:1.05}.luban-inquiry-copy p{max-width:600px;color:#bec9d4}.luban-inquiry-copy>div{display:flex;flex-direction:column;gap:7px;color:#fff}.luban-rfq-form{display:grid;gap:15px}.luban-form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.luban-rfq-form label{display:grid;gap:7px}.luban-rfq-form label>span:first-child{color:#c9d2db;font-size:13px}.luban-rfq-form input,.luban-rfq-form textarea{width:100%;padding:14px 15px;color:#fff;background:#243342;border:1px solid #4d5b68;outline:0}.luban-rfq-form input:focus,.luban-rfq-form textarea:focus{border-color:#fff}.luban-rfq-form button{min-height:56px;color:#fff;background:var(--red);border:0;font-weight:800}.luban-rfq-form>small{color:#97a5b2}.luban-captcha>span:last-child{display:flex;align-items:center;gap:10px}.luban-captcha img{height:42px}
.luban-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.luban-article-card{border:1px solid var(--line);background:#fff}.luban-article-card>a{display:block;aspect-ratio:16/10;background:var(--soft);overflow:hidden}.luban-article-card img{width:100%;height:100%;object-fit:cover;transition:.3s}.luban-article-card:hover img{transform:scale(1.04)}.luban-article-card>div{padding:25px}.luban-article-card small{color:var(--red);font-weight:800}.luban-article-card h2,.luban-article-card h3{font-size:23px;line-height:1.25}.luban-article-card p{color:var(--muted)}
.luban-article-detail{max-width:1080px;margin:0 auto;padding:75px 0 110px}.luban-article-detail header{text-align:center}.luban-article-detail h1{margin:12px 0;font-size:clamp(42px,5vw,72px);line-height:1.04}.luban-article-meta{color:var(--muted)}.luban-article-detail .luban-editor{margin-top:55px;font-size:18px}.luban-article-navigation{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:55px;padding-top:30px;border-top:1px solid var(--line)}
.luban-single{padding:85px 0 110px}.luban-single>.luban-container{max-width:1260px}.luban-single .luban-editor{font-size:18px}.luban-contact-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:80px 0}.luban-contact-cards{display:grid;gap:14px}.luban-contact-card{padding:24px;border:1px solid var(--line)}.luban-contact-card b{display:block;color:var(--red);font-size:12px;letter-spacing:.12em}.luban-contact-card a,.luban-contact-card span{display:block;margin-top:7px;font-size:19px}
.luban-footer-cta{padding:50px 0;color:#fff;background:var(--red)}.luban-footer-cta>.luban-container{display:flex;align-items:center;justify-content:space-between;gap:50px}.luban-footer-cta small{color:#fff;margin:0}.luban-footer-cta h2{margin:7px 0 0;font-size:36px}.luban-footer-cta a{display:flex;align-items:center;gap:35px;min-height:58px;padding:0 22px;color:var(--ink);background:#fff;font-weight:800}.luban-footer{color:#d0d8df;background:#111b25}.luban-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:65px;padding-top:72px;padding-bottom:58px}.luban-footer-brand p{max-width:420px;color:#9dabba}.luban-footer-links{display:flex;flex-direction:column;gap:8px}.luban-footer-links>b{margin-bottom:12px;color:#fff;font-size:13px;letter-spacing:.12em}.luban-footer-links a:hover{color:#fff}.luban-footer-contact span{color:#9dabba}.luban-footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:20px;padding-bottom:25px;border-top:1px solid #35414d;color:#8492a0;font-size:13px}
.luban-floating-contact{position:fixed;z-index:800;right:16px;bottom:22%;display:flex;width:210px;flex-direction:column;gap:7px}.luban-float-channel{position:relative}.luban-float-channel>a,.luban-float-rfq{display:flex;align-items:center;gap:12px;min-height:58px;padding:10px 13px;color:#fff;border-radius:8px;box-shadow:0 12px 30px rgba(14,24,34,.22);transition:.25s}.luban-float-channel>a:hover,.luban-float-rfq:hover{transform:translateX(-6px)}.luban-float-channel img{width:30px;height:30px;object-fit:contain}.luban-float-channel b,.luban-float-channel small{display:block}.luban-float-channel small{font-size:10px}.luban-whatsapp>a{background:var(--green)}.luban-zalo>a{background:var(--zalo)}.luban-telegram>a{background:var(--telegram)}.luban-email>a{background:var(--blue)}.luban-channel-mark{display:grid;width:30px;height:30px;place-items:center;border:2px solid #fff;border-radius:50%;font-weight:900}.luban-float-rfq{background:var(--red);animation:lubanPulse 2.8s infinite}.luban-float-rfq>span{display:grid;width:36px;height:36px;place-items:center;border:2px solid #fff;border-radius:50%;font-size:11px;font-weight:900}.luban-float-popover{position:absolute;right:calc(100% + 12px);bottom:0;display:none;width:190px;padding:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);text-align:center}.luban-float-channel:hover .luban-float-popover{display:block}.luban-float-popover img{width:160px;height:160px;margin:auto}.luban-float-popover span{display:block;margin-top:8px;color:var(--ink);font-size:12px}.luban-mobile-conversion{display:none}
@keyframes lubanPulse{0%,72%,100%{box-shadow:0 12px 30px rgba(14,24,34,.22)}82%{box-shadow:0 0 0 12px rgba(232,36,29,0)}}
@media(max-width:1250px){.luban-header-inner{grid-template-columns:230px 1fr auto;gap:18px}.luban-logo img{height:50px}.luban-nav-item>a{padding:0 10px}.luban-mega-grid{grid-template-columns:repeat(3,1fr)}.luban-machine-grid{grid-template-columns:repeat(2,1fr)}.luban-related-grid{grid-template-columns:repeat(3,1fr)}.luban-floating-contact{width:62px}.luban-float-channel>a,.luban-float-rfq{justify-content:center}.luban-float-channel>a>span:last-child,.luban-float-rfq>b{display:none}}
@media(max-width:1020px){.luban-container{width:min(calc(100% - 40px),var(--max))}.luban-topbar{display:none}.luban-header-inner{height:82px;grid-template-columns:1fr auto}.luban-desktop-nav{display:none}.luban-quote-button{display:none}.luban-menu-button{display:block}.luban-mobile-panel{top:82px}.luban-home-hero>.luban-container{min-height:auto;grid-template-columns:1fr}.luban-hero-copy{padding-bottom:10px}.luban-hero-media{height:540px}.luban-page-banner>.luban-container{grid-template-columns:1fr minmax(300px,45%)}.luban-section-head{grid-template-columns:1fr}.luban-proof{grid-template-columns:repeat(2,1fr)}.luban-proof>div:nth-child(2){border-right:0}.luban-proof>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.luban-about-split{grid-template-columns:1fr}.luban-about-copy{padding:70px 36px}.luban-content-layout{grid-template-columns:1fr}.luban-category-sidebar{position:static}.luban-product-hero>.luban-container{grid-template-columns:1fr}.luban-detail-grid{grid-template-columns:1fr}.luban-inquiry{grid-template-columns:1fr;padding:60px 36px}.luban-footer-grid{grid-template-columns:repeat(2,1fr)}.luban-article-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){body{padding-bottom:62px}.luban-container{width:calc(100% - 28px)}.luban-header-inner{height:72px}.luban-mobile-panel{top:72px}.luban-logo img{height:42px}.luban-language{display:none}.luban-hero-copy h1{font-size:50px}.luban-hero-copy p{font-size:17px}.luban-hero-media{height:420px}.luban-hero-slide>img{height:340px}.luban-machine-label{min-width:200px}.luban-strip-head{align-items:start;flex-direction:column;gap:10px}.luban-strip-head h2{font-size:30px}.luban-page-banner{min-height:auto}.luban-page-banner>.luban-container{min-height:auto;grid-template-columns:1fr;padding-top:55px}.luban-page-banner h1{font-size:44px}.luban-page-banner img{height:250px}.luban-section{padding:65px 0}.luban-machine-grid,.luban-related-grid,.luban-article-grid{grid-template-columns:1fr}.luban-proof{grid-template-columns:1fr}.luban-proof>div{border-right:0;border-bottom:1px solid var(--line)!important}.luban-about-photo{min-height:380px}.luban-about-copy{padding:55px 22px}.luban-about-points{grid-template-columns:1fr}.luban-content-layout{gap:34px;padding:50px 0}.luban-list-heading{align-items:start;flex-direction:column}.luban-product-hero{padding-top:30px}.luban-product-summary h1{font-size:46px}.luban-gallery-thumbs{grid-template-columns:repeat(4,1fr)}.luban-detail-nav{top:72px}.luban-feature-panels{grid-template-columns:1fr}.luban-form-row{grid-template-columns:1fr}.luban-inquiry{padding:50px 22px}.luban-contact-intro{grid-template-columns:1fr;gap:35px}.luban-footer-cta>.luban-container{align-items:start;flex-direction:column}.luban-footer-grid{grid-template-columns:1fr;gap:40px}.luban-footer-bottom{flex-direction:column}.luban-floating-contact{display:none}.luban-mobile-conversion{position:fixed;z-index:1200;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr 1fr;height:62px;color:#fff;background:var(--navy);box-shadow:0 -7px 24px rgba(20,30,40,.16)}.luban-mobile-conversion a{display:grid;place-items:center;border-right:1px solid #40505e;font-size:13px;font-weight:800}.luban-mobile-conversion a:first-child{background:var(--green)}.luban-mobile-conversion a:last-child{background:var(--red)}}
html[dir="rtl"] body{direction:rtl}html[dir="rtl"] .luban-section-head,html[dir="rtl"] .luban-detail-intro,html[dir="rtl"] .luban-product-summary,html[dir="rtl"] .luban-editor{text-align:right}html[dir="rtl"] .luban-floating-contact{right:auto;left:16px}html[dir="rtl"] .luban-float-popover{right:auto;left:calc(100% + 12px)}
.luban-cookie{position:fixed;z-index:1200;left:50%;bottom:18px;transform:translateX(-50%);width:min(760px,calc(100% - 32px));display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;background:#17212d;color:#fff;box-shadow:0 18px 55px rgba(0,0,0,.28)}.luban-cookie a{color:#fff;text-decoration:underline}.luban-cookie button{border:0;background:#ed1c24;color:#fff;padding:10px 18px;font:inherit;font-weight:800;cursor:pointer}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
