
:root{--red:#f34f1f;--red2:#f34f1f;--black:#101214;--soft:#f7f7f7;--line:#e5e5e5;--text:#161616;--muted:#626262;--card:#fff;--radius:14px;--shadow:0 16px 45px rgba(0,0,0,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}p{line-height:1.65;color:var(--muted)}img{max-width:100%;display:block}.container{max-width:1220px;margin:0 auto;padding:0 24px}.topbar{background:#080b0e;color:#fff;font-size:14px}.topbar-inner{height:44px;display:flex;justify-content:space-between;align-items:center}.topbar a{margin-left:28px;color:#fff}.mainnav{background:#fff;border-bottom:1px solid #ececec;position:sticky;top:0;z-index:50}.nav-inner{height:82px;display:flex;align-items:center;gap:28px}.brand{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.brand img{width:182px;height:auto}.brand small,.footer-brand small{font-weight:800;letter-spacing:.16em;color:#888;margin-left:72px;margin-top:0;font-size:11px}.nav-links{display:flex;align-items:center;gap:24px;font-weight:750;font-size:14px;flex:1}.nav-links>a,.nav-item>a{padding:32px 0;display:block}.nav-links a:hover{color:var(--red)}.nav-actions{display:flex;align-items:center;gap:12px}.search-btn,.menu-btn{border:0;background:none;font-size:28px;line-height:1;cursor:pointer}.menu-btn{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:14px 24px;border-radius:7px;font-weight:800;border:1px solid transparent;transition:.2s}.btn.small{padding:12px 18px;font-size:14px;white-space:nowrap}.btn.primary{background:linear-gradient(135deg,var(--red),#f34f1f);color:#fff}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(243,79,31,.25)}.btn.outline-dark{border-color:#111;color:#111;background:#fff}.btn.outline-light{border-color:rgba(255,255,255,.75);color:#fff;background:transparent}.btn.ghost{border-color:#ddd;background:#fff;color:#111}.nav-item{position:relative}.mega{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(12px);opacity:0;visibility:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:28px;transition:.2s;z-index:100}.has-mega:hover .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.product-mega{display:grid;grid-template-columns:260px 1fr;gap:28px;width:820px}.mega h4{margin:0 0 10px}.mega p{margin:0 0 18px}.mega-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mega-grid a,.small-mega a{display:block;border:1px solid #eee;border-radius:10px;padding:14px 16px;font-weight:800}.mega-grid span{display:block;color:#777;font-weight:500;margin-top:4px;font-size:13px}.mega-cta{color:var(--red);font-weight:850}.small-mega{width:260px;left:0;transform:translateY(12px);display:grid;gap:8px}.has-mega:hover .small-mega{transform:translateY(0)}
.hero{position:relative;overflow:hidden;background:linear-gradient(105deg,#fff 0,#fff 48%,#f5f5f5 48%,#fff 100%);border-bottom:1px solid #e9e9e9}.hero.dark{background:#0d1114;color:#fff}.hero-inner{min-height:580px;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,1.04fr);align-items:center;gap:40px}.hero-copy{padding:72px 0;position:relative;z-index:1}.hero h1{font-size:60px;line-height:1.02;letter-spacing:-.05em;margin:12px 0 18px;font-weight:900}.hero p{font-size:18px;max-width:650px}.hero.dark p{color:#e5e5e5}.hero-media{align-self:stretch;display:flex;align-items:center;justify-content:center}.hero-media img{width:100%;height:100%;object-fit:cover;border-left:1px solid #eee}.hero.dark .hero-media{opacity:.75}.hero.dark .hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0d1114 0,rgba(13,17,20,.72) 36%,rgba(13,17,20,.05) 100%)}.hero.dark .hero-inner{position:relative}.breadcrumb{font-size:13px;color:#777;margin-bottom:24px}.hero.dark .breadcrumb{color:#bbb}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--red)}.redline{display:block;width:58px;height:4px;background:var(--red);border-radius:5px;margin:14px auto 22px}.redline.left{margin-left:0}.hero-actions,.cta-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}.section{padding:88px 0}.section.alt{background:#f7f7f7}.section-head{text-align:center;max-width:720px;margin:0 auto 44px}.section-head h2{font-size:40px;line-height:1.15;letter-spacing:-.035em;margin:8px 0 0;font-weight:900}.section-head p{font-size:17px}.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.prose h2,.prose h3{letter-spacing:-.025em}.prose h2{font-size:38px}.prose h3{font-size:25px}.prose ul{padding-left:20px;color:#555;line-height:1.8}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.category-card{display:grid;grid-template-columns:210px 1fr;align-items:center;gap:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:0 6px 20px rgba(0,0,0,.035);transition:.2s}.category-card:hover,.product-card:hover,.utility-card:hover,.info-card:hover{transform:translateY(-4px);border-color:var(--red);box-shadow:var(--shadow)}.category-card h3,.product-card h3,.utility-card h3,.info-card h3{margin:0 0 8px;font-size:22px}.category-card p,.product-card p,.utility-card p,.info-card p{margin:0 0 14px}.visual,.product-art{background:linear-gradient(#fff,#f7f7f7);border-radius:12px;min-height:160px;display:flex;align-items:center;justify-content:center;border:1px solid #eee}.equipment-svg{width:100%;height:150px}.text-link{font-weight:850;color:var(--red)}.benefit-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 26px rgba(0,0,0,.04);overflow:hidden}.benefit-item{padding:28px 22px;text-align:center;border-right:1px solid var(--line)}.benefit-item:last-child{border-right:0}.benefit-item h4{font-size:15px;margin:12px 0 6px}.benefit-item p{font-size:13px;margin:0}.icon-mark{width:48px;height:48px;border:2px solid var(--red);color:var(--red);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:22px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.info-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;transition:.2s}.dark-card{background:#111;color:#fff;border-radius:var(--radius);padding:42px;position:relative;overflow:hidden}.dark-card p{color:#e0e0e0}.dark-card:after{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border:1px solid rgba(243,79,31,.35);border-radius:50%}.product-layout{display:grid;grid-template-columns:260px 1fr;gap:36px}.filter-sidebar{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;position:sticky;top:110px;align-self:start}.filter-group{border-top:1px solid #eee;padding:18px 0}.filter-group:first-child{border-top:0}.filter-group h4{margin:0 0 12px}.check{display:block;margin:10px 0;color:#555}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;position:relative;transition:.2s}.product-art{min-height:170px}.tag{position:absolute;top:16px;left:16px;background:#ffe9e2;color:var(--red);padding:6px 10px;border-radius:100px;font-weight:850;font-size:12px}.spec-mini{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.spec-mini span{font-size:12px;background:#f2f2f2;border-radius:999px;padding:6px 8px;color:#555}.tabs{display:flex;gap:28px;border-bottom:1px solid var(--line);margin-bottom:32px;overflow:auto}.tabs a{padding:18px 0;font-weight:850}.tabs a.active{color:var(--red);border-bottom:3px solid var(--red)}.spec-table{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.spec-row{display:grid;grid-template-columns:240px 1fr;border-bottom:1px solid var(--line)}.spec-row:last-child{border-bottom:0}.spec-row b,.spec-row span{padding:16px 20px}.spec-row b{background:#f7f7f7}.gallery{display:grid;grid-template-columns:90px 1fr;gap:18px}.thumbs{display:grid;gap:12px}.thumbs div,.gallery-main{background:#f7f7f7;border:1px solid #eee;border-radius:12px;display:flex;align-items:center;justify-content:center}.thumbs div{height:76px}.gallery-main{min-height:430px}.video-thumb{background:#111;color:#fff}.application-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.application-card{min-height:170px;border-radius:var(--radius);background:linear-gradient(135deg,rgba(0,0,0,.75),rgba(0,0,0,.35)),url('../images/noblelift-material-handling-hero-equipment.webp') center/cover;color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:end}.application-card p{color:#fff;margin:4px 0 0}.utility-section{padding:54px 0;background:#fafafa}.utility-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.utility-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;display:block;transition:.2s}.final-cta{background:#090d10;color:#fff;padding:48px 0;overflow:hidden;position:relative}.final-cta:after{content:"";position:absolute;right:0;top:0;bottom:0;width:44%;background:url('../images/noblelift-material-handling-hero-equipment.webp') center/cover;opacity:.25}.final-cta-inner{display:flex;justify-content:space-between;gap:40px;align-items:center;position:relative;z-index:1}.final-cta h2{margin:0;font-size:34px}.final-cta p{color:#dedede;margin:10px 0 0;max-width:660px}.form-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}input,select,textarea{width:100%;height:50px;border:1px solid #ddd;border-radius:8px;padding:0 14px;font:inherit;background:#fff}textarea{height:130px;padding:14px}.faq-list{display:grid;gap:10px}.faq-item{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.faq-q{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 22px;cursor:pointer;font-weight:850}.faq-a{display:none;padding:0 22px 18px}.faq-item.open .faq-a{display:block}.faq-item.open .faq-q{color:var(--red)}.dealer-layout{display:grid;grid-template-columns:330px 1fr;gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.dealer-panel{padding:24px;border-right:1px solid var(--line)}.dealer-card{padding:16px 0;border-bottom:1px solid #eee}.dealer-card h4{margin:0 0 4px}.map-box{min-height:520px;background:#f6f8fa;display:flex;align-items:center;justify-content:center}.map-box img{width:100%;height:100%;object-fit:cover}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.milestone{border-left:3px solid var(--red);padding:18px;background:#fff;border-radius:0 12px 12px 0;border-top:1px solid #eee;border-right:1px solid #eee;border-bottom:1px solid #eee}.milestone b{font-size:24px;color:var(--red)}.case-list{display:grid;gap:24px}.case-card{display:grid;grid-template-columns:42% 1fr;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.case-image{background:url('../images/noblelift-material-handling-hero-equipment.webp') center/cover;min-height:280px}.case-content{padding:32px}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.metric{background:#f7f7f7;border-radius:10px;padding:14px}.metric b{display:block;font-size:24px;color:var(--red)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.article-card .article-img{height:190px;background:url('../images/noblelift-material-handling-hero-equipment.webp') center/cover}.article-card div:last-child{padding:24px}.label{display:inline-block;background:#ffe9e2;color:var(--red);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850;margin-bottom:12px}.login-box{max-width:520px;margin:0 auto}.site-footer{background:#090d10;color:#fff;padding:54px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(7,1fr);gap:30px}.footer-brand img{width:160px}.footer-brand small{color:#aaa;margin-left:62px}.footer-brand p{color:#fff}.socials{display:flex;gap:10px;margin-top:18px}.socials span{width:34px;height:34px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.site-footer h4{margin:0 0 14px;font-size:14px}.site-footer a{display:block;color:#bdbdbd;margin:9px 0;font-size:13px}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 24px;margin-top:40px;color:#bbb;font-size:13px}.footer-bottom a{display:inline;margin:0;color:#bbb}.note{background:#fff7f4;border:1px solid #ffd8cc;border-radius:12px;padding:18px;color:#7a1717}.stat-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.stat{padding:28px;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat b{font-size:34px;color:var(--red);display:block}.subnav-side{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px}.subnav-side a{display:block;padding:12px 14px;border-radius:8px}.subnav-side a.active,.subnav-side a:hover{background:#fff1ec;color:var(--red)}
.lithium-grid{grid-template-columns:repeat(2,1fr)}
@media(max-width:1100px){.nav-links{display:none}.menu-btn{display:block}.hero-inner{grid-template-columns:1fr}.hero-media{min-height:300px}.benefit-strip{grid-template-columns:repeat(3,1fr)}.lithium-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1/-1}.category-card{grid-template-columns:1fr}.product-layout,.dealer-layout{grid-template-columns:1fr}.dealer-panel{border-right:0;border-bottom:1px solid var(--line)}}
@media(max-width:760px){.container{padding:0 18px}.topbar{display:none}.nav-inner{height:72px}.brand img{width:150px}.hero h1{font-size:40px}.hero-inner{min-height:auto}.hero-copy{padding:54px 0}.section{padding:58px 0}.section-head h2{font-size:31px}.split,.two-col,.three-col,.four-col,.category-grid,.info-grid,.utility-cards,.application-row,.timeline,.article-grid,.case-card,.stat-strip{grid-template-columns:1fr}.benefit-strip{grid-template-columns:1fr}.benefit-item{border-right:0;border-bottom:1px solid var(--line)}.benefit-item:last-child{border-bottom:0}.product-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.final-cta-inner,.footer-bottom{display:block}.footer-grid{grid-template-columns:1fr 1fr}.case-card{display:block}.spec-row{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.thumbs{grid-template-columns:repeat(4,1fr)}.hero-media img{height:320px}.hero.dark .hero-media:after{display:none}}

/* Header and footer redesign */
.site-header .container,.site-footer .container{max-width:none;padding-left:68px;padding-right:68px}
.site-header{position:relative;z-index:80}.topbar{background:linear-gradient(90deg,#10161b,#151b20);color:#fff;font-size:18px}.topbar-inner{height:54px;display:flex;align-items:center;justify-content:space-between}.topbar-quicklinks{display:flex;gap:56px;align-items:center}.topbar-link{display:inline-flex;align-items:center;gap:12px;color:#fff;font-weight:750}.topbar-link svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.topbar a{margin-left:0}.mainnav{position:sticky;top:0;z-index:70;background:#fff;border-bottom:1px solid #e7e7e7;box-shadow:0 8px 24px rgba(16,18,20,.05)}.nav-inner{height:112px;gap:30px}.brand{flex:0 0 auto}.brand img{width:246px}.brand small{display:none}.nav-links{justify-content:flex-end;gap:34px;font-size:17px;font-weight:760}.nav-links>a,.nav-item>a{position:relative;padding:45px 0;color:#14171a;white-space:nowrap}.nav-links>a:hover,.nav-item>a:hover,.nav-links a.is-current{color:var(--red2)}.nav-links>a:after,.nav-item>a:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:4px;border-radius:4px;background:var(--red2);opacity:0;transform:scaleX(.65);transition:.18s}.nav-links>a:hover:after,.nav-item:hover>a:after,.nav-links a.is-current:after{opacity:1;transform:scaleX(1)}.nav-actions{gap:16px}.search-btn{display:none}.menu-btn{font-size:30px;color:#111}.btn.primary.small{padding:16px 24px;border-radius:7px;background:#f34f1f;font-size:16px}.btn.primary{background:#f34f1f}.btn.ghost{border-color:#f34f1f;color:#f34f1f;background:#fff}.mega{top:calc(100% - 1px);border:1px solid #e6e8ea;border-radius:8px;background:rgba(255,255,255,.98);box-shadow:0 18px 45px rgba(16,18,20,.14);padding:0}.has-mega:hover .mega{transform:translateX(-50%) translateY(0)}.mega-products{left:50%;width:min(calc(100vw - 76px),1368px);padding:58px 58px 30px}.mega-product-list{display:grid;grid-template-columns:repeat(6,1fr);gap:26px;align-items:end}.mega-product-list a{display:grid;gap:22px;text-align:center;color:#151719}.mega-product-list b{font-size:22px}.mega-product-art{height:210px;border-radius:4px;background:url('../images/noblelift-material-handling-hero-equipment.webp') center/auto 260px no-repeat;display:block;filter:drop-shadow(0 12px 12px rgba(0,0,0,.12))}.forklift-art{background-position:9% 45%}.reach-art{background-position:36% 45%}.picker-art{background-position:63% 48%}.pallet-art{background-position:78% 50%}.stacker-art{background-position:88% 50%}.support-art{background-position:99% 50%}.mega-footer-row{border-top:1px solid #dfe2e5;margin-top:36px;padding-top:26px;display:flex;justify-content:flex-end;align-items:center;gap:32px;font-size:18px}.mega-footer-row span:before{content:"?";display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-right:14px;border:2px solid var(--red2);border-radius:50%;color:var(--red2);font-weight:900}.mega-simple{left:0;transform:translateY(12px);width:330px;padding:20px;display:grid;gap:8px}.mega-simple a{padding:15px 16px;border:0;border-bottom:1px solid #e6e8ea;border-radius:0;font-size:16px}.mega-simple a:last-child{border-bottom:0}.mega-panel{width:670px;display:grid;grid-template-columns:1.6fr .95fr;gap:26px;padding:28px}.mega-buy{left:50%}.mega-service{left:50%}.mega-panel-list{display:grid}.mega-panel-list a{display:grid;grid-template-columns:72px 1fr 18px;align-items:center;gap:12px;padding:18px 0;border-bottom:1px solid #e2e4e7;color:#111}.mega-panel-list a:after{content:"›";font-size:34px;color:#4b4f54}.mega-service .mega-panel-list a{grid-template-columns:54px 1fr}.mega-service .mega-panel-list a:after{content:""}.mega-panel-list a:last-child{border-bottom:0}.mega-panel-list b{font-size:20px}.mega-panel-list small{grid-column:2/3;color:#333;font-size:15px;line-height:1.45}.mega-icon{color:#f34f1f;font-size:38px;line-height:1}.mega-icon.large{font-size:48px}.mega-panel-card{border-left:1px solid #dfe2e5;padding-left:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.mega-panel-card h4{font-size:25px;line-height:1.2;margin:14px 0}.mega-panel-card p{font-size:16px;color:#444;margin:0 0 22px}.mega-panel-card .btn{width:100%;margin-top:12px}.mega-support-card{align-self:end;background:#fff2ec;border-radius:8px;padding:24px}.mega-support-card h4{font-size:20px;margin:0 0 8px}.mega-support-card p{margin:0 0 18px;color:#333}.site-footer{background:radial-gradient(circle at 88% 8%,rgba(255,255,255,.05),transparent 28%),#101214;color:#fff;padding:72px 0 0}.footer-grid-redesign{display:grid;grid-template-columns:1.55fr repeat(5,1fr);gap:54px;padding-bottom:56px}.footer-brand{border-right:1px solid rgba(255,255,255,.12);padding-right:54px}.footer-brand img{width:245px;margin-bottom:22px}.footer-brand small,.socials{display:none}.footer-brand p{font-size:16px;line-height:1.65;color:#f5f5f5;margin:0}.site-footer h4{position:relative;font-size:15px;margin:0 0 30px;color:#fff;font-weight:850}.site-footer h4:after{content:"";position:absolute;left:0;bottom:-12px;width:28px;height:3px;border-radius:3px;background:#f34f1f}.site-footer a{color:#dedede;font-size:14px;line-height:1.35;margin:0 0 10px}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding:24px 24px 34px;margin-top:0;color:#d8d8d8;font-size:13px}.footer-bottom i{font-style:normal;color:#7b7f83}.site-footer .footer-bottom a{margin:0}.final-cta + .site-footer{margin-top:0}@media(max-width:1280px){.nav-links{gap:22px;font-size:15px}.brand img{width:210px}.btn.primary.small{padding:14px 18px;font-size:14px}.mega-product-list b{font-size:18px}.footer-grid-redesign{gap:34px}}@media(max-width:1100px){.topbar-inner{height:48px}.topbar{font-size:15px}.topbar-quicklinks{gap:22px}.nav-inner{height:82px}.nav-links{position:absolute;left:0;right:0;top:100%;display:none;background:#fff;border-top:1px solid #e7e7e7;padding:10px 24px 24px;box-shadow:0 18px 30px rgba(16,18,20,.12)}.nav-open .nav-links{display:grid;gap:0}.nav-links>a,.nav-item>a{padding:17px 0}.nav-links>a:after,.nav-item>a:after{display:none}.nav-item.has-mega .mega{display:none}.brand img{width:180px}.footer-grid-redesign{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1/-1;border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:0 0 32px}}@media(max-width:760px){.topbar{display:block}.topbar-call span{display:none}.topbar-quicklinks{gap:14px;font-size:13px}.topbar-link svg{width:19px;height:19px}.nav-inner{height:72px}.brand img{width:158px}.nav-actions .btn{display:none}.footer-grid-redesign{grid-template-columns:1fr 1fr;gap:30px}.footer-bottom span:last-child{margin-top:14px}.footer-brand{grid-column:1/-1}.footer-brand img{width:190px}.site-footer{padding-top:48px}}

@media(max-width:760px){body{overflow-x:hidden}.site-header .container,.site-footer .container{padding-left:18px;padding-right:18px}.topbar-quicklinks{gap:18px;font-size:0}.topbar-link span{display:none}.topbar-link svg{width:21px;height:21px}.hero h1{font-size:34px;line-height:1.08;letter-spacing:-.04em}.hero-actions{display:grid;grid-template-columns:1fr;gap:12px}.hero-actions .btn{width:100%;max-width:260px}}

@media(max-width:760px){.hero h1{font-size:29px;line-height:1.12;letter-spacing:-.03em}.section-head h2{font-size:27px;line-height:1.16}.prose h2{font-size:29px}}

.hero-copy{min-width:0}.hero h1{overflow-wrap:normal}
@media(max-width:760px){.hero h1{max-width:100%;overflow-wrap:break-word}}

@media(max-width:760px){.section-head h2{font-size:23px;line-height:1.2;letter-spacing:-.02em}}

.mega-icon svg{width:1em;height:1em;display:block}.mega-icon.large svg{width:1em;height:1em}.icon-mark svg{width:24px;height:24px;display:block}

:root {
  --home-orange: #f34f1f;
  --home-orange-dark: #d83e10;
  --home-ink: #101114;
  --home-muted: #5f646b;
  --home-line: #e9ebee;
  --home-soft: #f7f8fa;
  --home-dark: #10151a;
}

.form-grid.is-submitting,
.brochure-gate-form.is-submitting {
  pointer-events: none;
}

.btn[disabled],
.btn.is-disabled {
  cursor: wait;
  opacity: .78;
  transform: none;
  box-shadow: none;
}

.btn-spinner {
  width: 1em;
  height: 1em;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
  animation: noblelift-spin .75s linear infinite;
}

@keyframes noblelift-spin {
  to {
    transform: rotate(360deg);
  }
}

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #fff;
  color: var(--home-ink);
}

.container {
  max-width: 1320px;
}

.site-header .container,
.site-footer .container {
  max-width: none;
  padding-left: 62px;
  padding-right: 62px;
}

.topbar {
  background: #10161b;
  color: #fff;
  font-size: 13px;
}

.topbar-inner {
  height: 34px;
}

.topbar-link {
  gap: 8px;
  font-size: 13px;
  font-weight: 650;
}

.topbar-link svg {
  width: 15px;
  height: 15px;
}

.topbar-quicklinks {
  gap: 34px;
}

.mainnav {
  background: #fff;
  border-bottom: 1px solid rgba(16, 17, 20, .08);
  box-shadow: none;
}

.nav-inner {
  height: 58px;
  gap: 34px;
}

.brand img {
  width: 142px;
}

.nav-links {
  gap: 28px;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 760;
}

.nav-links > a,
.nav-item > a {
  padding: 22px 0;
  color: #111318;
}

.nav-links > a:after,
.nav-item > a:after {
  bottom: 18px;
  height: 2px;
  background: var(--home-orange);
}

.nav-actions .btn.primary.small {
  padding: 10px 17px;
  min-height: 36px;
  border-radius: 3px;
  background: var(--home-orange);
  font-size: 12px;
}

.btn {
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
}

.btn.primary {
  background: var(--home-orange);
}

.nav-links .btn.primary:hover {
  color: #fff;
}

.btn.outline-dark,
.btn.ghost {
  border-color: var(--home-orange);
  color: var(--home-orange);
  background: #fff;
}

.mega {
  border: 1px solid #dde0e4;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(11, 14, 18, .14);
}

.mega-products {
  width: min(calc(100vw - 88px), 1740px);
  padding: 34px 42px 28px;
}

.mega-product-list {
  grid-template-columns: repeat(6, minmax(130px, 1fr));
  gap: 30px;
}

.mega-product-list a {
  gap: 13px;
}

.mega-product-list b {
  font-size: 20px;
  font-weight: 900;
}

.mega-product-art {
  height: 190px;
  background: transparent;
  filter: drop-shadow(0 14px 12px rgba(20, 20, 20, .12));
}

.mega-product-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mega-footer-row {
  margin-top: 28px;
  padding-top: 22px;
  font-size: 16px;
}

.mega-panel {
  width: 760px;
  border-radius: 9px;
}

.mega-panel-list a {
  grid-template-columns: 58px 1fr 16px;
  padding: 17px 0;
}

.mega-panel-list b {
  font-size: 18px;
}

.mega-icon {
  color: var(--home-orange);
  font-size: 30px;
}

.mega-panel-card h4 {
  font-size: 24px;
}

.mega-support-card {
  background: #fff1eb;
}

.home-main {
  overflow: hidden;
}

.home-main img {
  display: block;
}

.home-section {
  position: relative;
  padding: 80px 0;
  border-bottom: 1px solid var(--home-line);
  background: #fff;
}

.home-section.alt {
  background: #fff;
}

.home-section::before {
  display: none;
}

.home-section > .container {
  position: relative;
  z-index: 1;
}

.home-hero {
  position: relative;
  min-height: 540px;
  display: grid;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--home-line);
  overflow: hidden;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, #fff 0%, #fff 31%, rgba(255,255,255,.55) 45%, rgba(255,255,255,0) 62%);
  z-index: 1;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/home/noblelift-material-handling-home-hero-lineup.webp") center right / cover no-repeat;
  transform: translateX(20px) scale(1.02);
  animation: heroFloat 6s ease-out forwards;
  z-index: 0;
}

.home-hero .container {
  position: relative;
  z-index: 2;
  max-width: none;
  padding-left: 62px;
  padding-right: 62px;
}

.home-hero-copy {
  max-width: 520px;
  padding: 76px 0 86px;
  animation: copyRise .9s cubic-bezier(.2, .7, .2, 1) both;
}

.home-hero h1 {
  margin: 0 0 18px;
  font-size: 54px;
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 950;
}

.home-rule {
  display: block;
  width: 58px;
  height: 4px;
  background: var(--home-orange);
  border-radius: 999px;
  margin: 18px 0 22px;
}

.home-hero p,
.home-lead {
  color: #4e555c;
  font-size: 15px;
  line-height: 1.65;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.home-actions .btn {
  min-width: 172px;
  padding: 14px 22px;
}

.home-section-head {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.home-section-head.left {
  margin-left: 0;
  text-align: left;
}

.home-section-head:not(.left) .home-rule {
  margin-left: auto;
  margin-right: auto;
}

.home-kicker {
  display: block;
  color: var(--home-orange);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 12px;
}

.home-section h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.04;
  letter-spacing: -.04em;
  font-weight: 950;
}

.carousel-shell {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
}

.product-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 68px) / 3);
  gap: 34px;
  align-items: stretch;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 3px 2px 12px;
}

.product-carousel::-webkit-scrollbar,
.finder-track::-webkit-scrollbar {
  display: none;
}

.carousel-arrow {
  position: absolute;
  top: 44%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid #eef0f2;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: var(--home-orange);
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(20, 23, 28, .12);
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease;
}

.carousel-arrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(20, 23, 28, .18);
}

.carousel-arrow.prev {
  left: -72px;
}

.carousel-arrow.next {
  right: -72px;
}

.home-product-card,
.home-benefit-card,
.finder-card,
.stage-feature,
.stage-mini-card {
  background: #fff;
  border: 1px solid var(--home-line);
  box-shadow: 0 12px 34px rgba(20, 23, 28, .06);
}

.home-product-card {
  min-height: 354px;
  padding: 24px 24px 28px;
  text-align: center;
  scroll-snap-align: center;
  transform: translateY(0);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.home-product-card:hover,
.finder-card:hover,
.stage-mini-card:hover {
  transform: translateY(-6px);
  border-color: rgba(243, 79, 31, .32);
  box-shadow: 0 18px 42px rgba(20, 23, 28, .12);
}

.home-product-card img {
  height: 190px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto 18px;
}

.home-product-card h3 {
  margin: 0 0 9px;
  font-size: 20px;
  font-weight: 950;
}

.home-product-card p {
  max-width: 265px;
  margin: 0 auto 18px;
  color: #6a7077;
  font-size: 12px;
  line-height: 1.55;
}

.card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 16px;
  border-radius: 3px;
  background: var(--home-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.carousel-dots span {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: #d9dde2;
}

.carousel-dots span:first-child {
  background: var(--home-orange);
}

.home-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-benefit-card {
  min-height: 172px;
  padding: 28px 28px 24px;
  text-align: center;
}

.home-line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  color: var(--home-orange);
  font-weight: 950;
}

.home-line-icon svg {
  width: 52px;
  height: 52px;
}

.home-benefit-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 950;
}

.home-benefit-card p {
  margin: 0;
  color: #70777d;
  font-size: 12px;
  line-height: 1.5;
}

.finder-layout,
.support-layout,
.lithium-layout,
.brochure-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 58px;
  align-items: center;
}

.finder-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(178px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 5px 2px 18px;
}

.finder-card {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 20px;
  scroll-snap-align: start;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.finder-card img {
  height: 150px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 14px;
}

.finder-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  color: var(--home-orange);
}

.finder-ico svg {
  width: 26px;
  height: 26px;
}

.finder-card h3 {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
}

.finder-rec {
  margin-top: auto;
  color: #9aa0a6;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 700;
}

.finder-prod {
  display: block;
  margin: 3px 0 14px;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 900;
}

.finder-arrow {
  display: inline-flex;
  color: var(--home-orange);
}

.finder-arrow svg {
  width: 22px;
  height: 22px;
}

.finder-card:hover .finder-arrow {
  transform: translateX(4px);
  transition: transform .22s ease;
}

.stage-layout {
  display: grid;
  grid-template-columns: 230px 1fr 330px;
  gap: 28px;
  align-items: stretch;
}

.stage-tabs {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--home-line);
}

.stage-tabs a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0 17px 14px;
  border-bottom: 1px solid var(--home-line);
  border-left: 2px solid transparent;
  color: #697078;
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease;
}

.stage-tabs a i {
  font-style: normal;
  font-size: 16px;
  color: #c2c7cc;
  transition: color .18s ease, transform .18s ease;
}

.stage-tabs a:hover {
  color: var(--home-ink);
}

.stage-tabs a.active {
  color: var(--home-orange);
  border-left-color: var(--home-orange);
  font-weight: 850;
}

.stage-tabs a.active i {
  color: var(--home-orange);
  transform: translateX(2px);
}

.stage-feature {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 20px;
  padding: 28px;
  border-color: var(--home-orange);
}

.stage-feature img {
  align-self: end;
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.stage-feature h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.05;
}

.stage-best {
  margin: 14px 0 18px;
  color: #6a7077;
  font-size: 12px;
  line-height: 1.5;
}

.stage-best b {
  color: var(--home-ink);
  font-weight: 850;
}

.stage-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.stage-mini-card {
  padding: 18px;
}

.stage-mini-card img {
  height: 120px;
  width: 100%;
  object-fit: contain;
}

.stage-mini-card h4 {
  margin: 10px 0 6px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
}

.stage-mini-card > p {
  margin: 0;
  color: #6a7077;
  font-size: 12px;
  line-height: 1.45;
}

.stage-mini-card .stage-best {
  margin: 8px 0 10px;
}

.stage-mini-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--home-orange);
  font-size: 12px;
  font-weight: 850;
}

.stage-mini-link svg {
  width: 16px;
  height: 16px;
}

.stage-mini-card:hover .stage-mini-link svg {
  transform: translateX(3px);
  transition: transform .2s ease;
}

.support-list,
.lithium-list {
  display: grid;
  gap: 0;
  margin: 26px 0 4px;
}

.support-list span,
.lithium-list span {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--home-line);
  color: #2c3138;
  font-size: 15px;
  font-weight: 760;
}

.support-list span:last-child,
.lithium-list span:last-child {
  border-bottom: 0;
}

.support-list svg,
.lithium-list svg {
  width: 24px;
  height: 24px;
  flex: none;
  color: var(--home-orange);
}

.lithium-image img,
.brochure-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-collage {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 12px;
  align-items: stretch;
}

.support-collage .sc-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(20, 23, 28, .1);
}

.support-collage .sc-thumbs {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 12px;
}

.support-collage .sc-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.lithium-layout,
.brochure-layout {
  grid-template-columns: 1fr 1.2fr;
}

.lithium-image,
.brochure-image {
  min-height: 420px;
  background: #f6f7f8;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(20, 23, 28, .08);
}

.support-collage {
  min-height: 440px;
  background: transparent;
  box-shadow: none;
}

.brochure-image {
  min-height: 300px;
  background: transparent;
  box-shadow: none;
}

.home-red-cta {
  background: var(--home-orange) url("../images/home/noblelift-material-handling-home-cta-equipment-lineup-wide.webp") center / cover no-repeat;
  color: #fff;
  padding: 54px 0 56px;
  overflow: hidden;
}

.home-red-cta .container {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) 1.1fr;
  gap: 40px;
  align-items: center;
  min-height: 320px;
}

.home-red-cta h2 {
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -.035em;
  margin: 0 0 12px;
  color: #fff;
}

.home-red-cta p {
  color: rgba(255,255,255,.88);
}

.home-help-strip {
  background: #14181d;
  color: #fff;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.home-help-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.home-help-strip strong {
  font-size: 20px;
}

.home-help-strip .btn {
  min-width: 150px;
}

.site-footer {
  background: #101214;
  padding-top: 58px;
}

.home-section,
.home-product-card,
.home-benefit-card,
.finder-card,
.stage-feature,
.stage-mini-card,
.support-collage,
.lithium-image,
.brochure-image {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2, .7, .2, 1);
}

.home-section.is-visible,
.home-product-card.is-visible,
.home-benefit-card.is-visible,
.finder-card.is-visible,
.stage-feature.is-visible,
.stage-mini-card.is-visible,
.support-collage.is-visible,
.lithium-image.is-visible,
.brochure-image.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-carousel .home-product-card,
.finder-track .finder-card {
  opacity: 1;
  transform: translateY(0);
}

.product-carousel .home-product-card:hover,
.finder-track .finder-card:hover,
.stage-mini-card.is-visible:hover {
  transform: translateY(-6px);
}

.home-product-card.is-visible:nth-child(2),
.home-benefit-card.is-visible:nth-child(2),
.finder-card.is-visible:nth-child(2),
.stage-mini-card.is-visible:nth-child(2) {
  transition-delay: .08s;
}

.home-product-card.is-visible:nth-child(3),
.home-benefit-card.is-visible:nth-child(3),
.finder-card.is-visible:nth-child(3) {
  transition-delay: .16s;
}

.home-product-card.is-visible:nth-child(4),
.home-benefit-card.is-visible:nth-child(4),
.finder-card.is-visible:nth-child(4) {
  transition-delay: .24s;
}

@keyframes heroFloat {
  from {
    opacity: .3;
    transform: translateX(84px) scale(1.04);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes copyRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero:not(.home-hero) .hero-copy {
  animation: copyRise .9s cubic-bezier(.2, .7, .2, 1) both;
}

.hero:not(.home-hero) .hero-media img {
  animation: heroFloat 6s ease-out forwards;
}

.page-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2, .7, .2, 1);
}

.page-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-section,
.product-section .product-layout,
.product-section .filter-sidebar,
.product-section .product-grid {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.no-reveal-section,
.no-reveal-section .option-list,
.no-reveal-section .case-card {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.legal-page-section,
.legal-page-section.page-reveal,
.legal-page-section .legal-document {
	opacity: 1;
	visibility: visible;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-hero::after,
  .home-hero-copy,
  .hero:not(.home-hero) .hero-copy,
  .hero:not(.home-hero) .hero-media img,
  .page-reveal {
    animation: none;
    transition: none;
  }

  .page-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .site-header .container,
  .site-footer .container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .nav-links {
    gap: 18px;
    font-size: 11px;
  }

  .home-benefit-grid,
  .stage-layout,
  .finder-layout,
  .support-layout,
  .lithium-layout,
  .brochure-layout,
  .home-red-cta .container {
    grid-template-columns: 1fr;
  }

  .product-carousel {
    grid-auto-columns: calc((100% - 22px) / 2);
  }

  .carousel-arrow.prev {
    left: -18px;
  }

  .carousel-arrow.next {
    right: -18px;
  }

  .stage-mini-grid,
  .finder-track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header .container,
  .site-footer .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .topbar-inner {
    height: 36px;
  }

  .topbar-link span {
    display: none;
  }

  .topbar-quicklinks {
    gap: 18px;
  }

  .nav-inner {
    height: 64px;
  }

  .brand img {
    width: 150px;
  }

  .home-hero {
    min-height: 720px;
    align-items: start;
  }

  .home-hero::before {
    background:
      linear-gradient(180deg, #fff 0%, #fff 50%, rgba(255,255,255,.18) 72%, rgba(255,255,255,0) 100%);
  }

  .home-hero::after {
    background-position: center bottom;
    background-size: 1040px auto;
  }

  .home-hero-copy {
    padding: 54px 0 0;
  }

  .home-hero h1 {
    font-size: 36px;
  }

  .home-section {
    padding: 58px 0;
  }

  .home-section h2 {
    font-size: 31px;
  }

  .home-benefit-grid,
  .stage-feature,
  .stage-mini-grid,
  .support-collage {
    grid-template-columns: 1fr;
  }

  .product-carousel,
  .finder-track {
    grid-auto-columns: 86%;
  }

  .carousel-arrow {
    top: 40%;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .support-collage,
  .lithium-image {
    min-height: 300px;
  }

  .home-red-cta {
    background-position: 58% center;
  }

  .home-red-cta .container {
    min-height: 440px;
    align-items: start;
  }

  .home-help-strip .container {
    display: grid;
  }
}

.home-hero .container{margin:0;width:100%}.home-hero-copy{margin-left:0}
@media(min-width:761px){.home-hero-copy{margin-left:0}}

@media(max-width:760px){.home-actions{display:grid;grid-template-columns:1fr;gap:12px}.home-actions .btn{width:100%;min-width:0}.home-section h2{font-size:28px;line-height:1.12;overflow-wrap:break-word}.home-section-head{max-width:100%}.home-hero-copy{max-width:100%}.home-hero p{max-width:100%}}

@media(max-width:760px){.home-hero .container{padding-left:18px;padding-right:18px}.home-hero-copy{padding-left:0;padding-right:0}.home-actions .btn{max-width:100%}}

@media(max-width:760px){.home-hero .container{width:auto}.home-hero h1{font-size:30px;line-height:1.08}.home-hero p{font-size:15px}.home-section h2{font-size:26px}}

@media(max-width:760px){.home-hero-copy,.home-section-head,.home-actions{width:100%;max-width:100%}.home-hero h1,.home-section h2{overflow-wrap:anywhere}.home-actions .btn{width:100%;max-width:none}}

@media(max-width:760px){.home-hero-copy,.home-section-head,.home-actions{width:100%;max-width:100%}.home-hero h1{font-size:28px}.home-hero p{font-size:14px}.home-section h2{font-size:24px}}

.mobile-break{display:none}
@media(max-width:760px){.mobile-break{display:block}.home-hero .home-actions .btn{width:310px;max-width:310px}.home-hero p{max-width:310px}.home-section-head{width:310px;max-width:310px}.home-lead{max-width:310px;margin-left:auto;margin-right:auto}}

@media(max-width:760px){.home-section-head{margin-left:0;margin-right:0;text-align:left}.home-section-head .home-rule{margin-left:0}.home-section-head .home-lead{margin-left:0;margin-right:0;text-align:left}}

@media(max-width:1180px){.support-collage{grid-template-columns:1fr}.support-collage .sc-thumbs{grid-template-rows:auto;grid-template-columns:repeat(4,1fr)}.support-collage .sc-thumbs img{height:90px}}

.finder-shell{position:relative;min-width:0}
.finder-shell .carousel-arrow.prev{left:-18px}
.finder-shell .carousel-arrow.next{right:-18px}

.finder-filter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}
.finder-filter-grid .filter-group{background:#fff;border:1px solid var(--line);border-radius:8px;padding:20px}
.finder-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.filter-sidebar{align-self:start;position:sticky;top:128px}
.filter-sidebar .filter-group h4,.finder-filter-grid .filter-group h4{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#111;margin:0 0 12px}
.check{display:flex;align-items:center;gap:9px;min-height:28px;margin:9px 0;color:#555;font-size:14px;line-height:1.35}
.check input[type="checkbox"]{width:16px;height:16px;min-width:16px;margin:0;padding:0;accent-color:var(--red);border-radius:3px}
@media(max-width:980px){.finder-filter-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.finder-filter-grid{grid-template-columns:1fr}.finder-actions .btn{width:100%}}

.benefit-strip{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
}
.benefit-item{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
  padding:4px 20px;
  border-right:0;
}
.benefit-item:not(:last-child):after{
  content:"";
  position:absolute;
  top:12px;
  right:0;
  bottom:12px;
  width:1px;
  background:rgba(16,18,20,.12);
}
.benefit-item .icon-mark{
  width:42px;
  height:42px;
  border:0;
  border-radius:0;
  color:var(--red);
  background:transparent;
}
.benefit-item .icon-mark svg{
  width:36px;
  height:36px;
}
@media(max-width:1100px){.benefit-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.benefit-item:nth-child(3n):after{display:none}.filter-sidebar{position:static;top:auto}}
@media(max-width:760px){.benefit-strip{grid-template-columns:1fr;gap:8px}.benefit-item{border-bottom:0}.benefit-item:after{display:none}}

.product-benefit-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 42px rgba(16,18,20,.08);overflow:hidden}
.product-benefit-strip .benefit-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;min-height:326px;padding:38px 30px 32px;text-align:center;border-right:1px solid var(--line)}
.product-benefit-strip .benefit-item:last-child{border-right:0}
.product-benefit-strip .benefit-item:after{display:none}
.product-benefit-strip .icon-mark{width:64px;height:64px;border:3px solid var(--red);border-radius:50%;color:var(--red);background:#fff;display:inline-flex;align-items:center;justify-content:center}
.product-benefit-strip .icon-mark svg{width:31px;height:31px}
.product-benefit-strip .benefit-item h4{font-size:21px;line-height:1.1;margin:18px 0 10px}
.product-benefit-strip .benefit-item p{font-size:18px;line-height:1.45;margin:0;color:#555}
@media(max-width:1180px){.product-benefit-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.product-benefit-strip .benefit-item:nth-child(3n){border-right:0}.product-benefit-strip .benefit-item:nth-child(-n+3){border-bottom:1px solid var(--line)}}
@media(max-width:760px){.product-benefit-strip{grid-template-columns:1fr}.product-benefit-strip .benefit-item{min-height:auto;border-right:0;border-bottom:1px solid var(--line);padding:30px 22px}.product-benefit-strip .benefit-item:last-child{border-bottom:0}}

/* Page hero: no overlay, black text, image fills its panel. Home uses .home-hero and is untouched. */
.hero.dark{background:#fff;color:#111}
.hero.dark p{color:#555}
.hero.dark .breadcrumb{color:#666}
.hero.dark .hero-media{opacity:1;background:#fff}
.hero.dark .hero-media:after{display:none}
.hero .hero-media picture{display:block;width:100%;height:100%}.hero .hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;border-left:0}
.hero.dark .btn.outline-light{border-color:#111;color:#111;background:#fff}
.hero.dark .btn.outline-light:hover{background:#111;color:#fff}

/* Page hero full-bleed split layout. */
@media(min-width:1101px){
  .hero.dark .hero-inner{width:100%;max-width:none;padding-left:0;padding-right:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0}
  .hero.dark .hero-copy{padding-left:clamp(72px,6.4vw,132px);padding-right:56px;max-width:900px}
  .hero.dark .hero-media{width:100%;min-height:580px}
  .hero.dark .hero-media img{display:block}
}

/* Page hero mobile overflow fix. */
@media(max-width:760px){
  .hero.dark .hero-inner{width:100%;max-width:100%;padding-left:0;padding-right:0;box-sizing:border-box}
  .hero.dark .hero-copy{width:100%;max-width:100%;padding-left:18px;padding-right:18px;box-sizing:border-box}
  .hero.dark h1,.hero.dark p{max-width:100%;overflow-wrap:break-word}
  .hero.dark .hero-actions{width:100%;max-width:100%}
  .hero.dark .hero-actions .btn{width:100%;max-width:100%;box-sizing:border-box}
  .hero.dark .hero-media{width:100%;background:#fff}
  .hero.dark .hero-media img{width:100%;height:320px;object-fit:cover}
}

/* Page hero image full-screen background. */
.hero:not(.home-hero){background:#fff;color:#111;position:relative;overflow:hidden}
.hero:not(.home-hero) .hero-inner{position:relative;width:100%;max-width:none;min-height:580px;padding-left:0;padding-right:0;display:block}
.hero:not(.home-hero) .hero-media{position:absolute;inset:0;width:100%;height:100%;min-height:0;z-index:0;background:#fff;opacity:1;display:block}
.hero:not(.home-hero) .hero-media:after{display:none}
.hero:not(.home-hero) .hero-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-left:0}
.hero:not(.home-hero) .hero-copy{position:relative;z-index:1;width:min(760px,46vw);max-width:760px;padding:96px 0 96px clamp(72px,6.4vw,132px);box-sizing:border-box}
.hero:not(.home-hero) h1{color:#111}
.hero:not(.home-hero) p{color:#555}
.hero:not(.home-hero) .breadcrumb{color:#666}
.hero:not(.home-hero) .btn.outline-light{border-color:#111;color:#111;background:#fff}
.hero:not(.home-hero) .btn.outline-light:hover{background:#111;color:#fff}
@media(max-width:760px){
  .hero:not(.home-hero) .hero-inner{min-height:760px}
  .hero:not(.home-hero) .hero-copy{width:100%;max-width:100%;padding:54px 18px 360px}
  .hero:not(.home-hero) h1,.hero:not(.home-hero) p{max-width:100%;overflow-wrap:break-word}
  .hero:not(.home-hero) .hero-actions{width:100%;max-width:100%}
  .hero:not(.home-hero) .hero-actions .btn{width:100%;max-width:100%;box-sizing:border-box}
  .hero:not(.home-hero) .hero-media img{object-position:center bottom}
}

/* Page hero left text readability gradient. */
.hero:not(.home-hero)::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.92) 26%,rgba(255,255,255,.68) 43%,rgba(255,255,255,.18) 58%,rgba(255,255,255,0) 74%)}
.hero.category-hero::before,.hero.category-hero .hero-media::before{display:none!important}
.hero:not(.home-hero) .hero-copy{z-index:2}
@media(max-width:760px){.hero:not(.home-hero)::before{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.94) 48%,rgba(255,255,255,.62) 68%,rgba(255,255,255,0) 100%)}}

/* Product overview category card PNG images. */
.category-card .visual img{width:100%;height:150px;object-fit:contain;display:block;padding:12px;box-sizing:border-box}
@media(max-width:760px){.category-card .visual img{height:130px}}


/* Non-home final CTA image treatment. */
.final-cta.site-cta-image{background:#070b0f url('../images/cta/noblelift-material-handling-noblelift-dark-warehouse-lineup.webp') center/cover no-repeat;min-height:260px;display:flex;align-items:center}
.final-cta.site-cta-image:after{display:none}
.final-cta.site-cta-image .final-cta-inner{width:100%}
.final-cta.site-cta-image h2,.final-cta.site-cta-image p{max-width:760px;text-shadow:0 2px 18px rgba(0,0,0,.45)}
@media(max-width:760px){.final-cta.site-cta-image{min-height:420px;background-position:62% center}.final-cta.site-cta-image .final-cta-inner{display:grid;gap:22px}.final-cta.site-cta-image .cta-actions .btn{width:100%;box-sizing:border-box}}

/* About page supporting photography. */
.about-photo-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}
.about-photo-stack img,.about-feature-image img{width:100%;height:100%;min-height:260px;object-fit:cover;border-radius:8px;border:1px solid var(--line);box-shadow:0 12px 30px rgba(16,18,20,.08)}
.about-photo-stack img:first-child{grid-row:span 2;min-height:520px}
.about-feature-image{height:100%}
.about-equipment-grid .category-card{grid-template-columns:180px 1fr}
.about-info-grid,.support-info-grid{grid-template-columns:repeat(3,1fr)}
.about-info-grid .info-card{min-height:250px}
.about-info-icon{display:flex;align-items:center;justify-content:center;width:92px;height:92px;margin:0 0 20px;border-radius:18px;background:linear-gradient(135deg,#fff5ef 0%,#fff 100%)}
.about-info-icon img{display:block;width:66px;height:66px;object-fit:contain}
.about-info-grid .info-card p{margin-bottom:0}
.about-difference-grid{grid-template-columns:repeat(2,1fr)}
.about-timeline{grid-template-columns:repeat(4,1fr)}
.about-timeline .milestone{border-left:0;border-radius:8px;padding:18px 18px 18px 20px}
.about-timeline .milestone b{display:flex;align-items:center;gap:10px}
.about-timeline .milestone b:before{content:"";width:3px;height:1.05em;background:var(--red);border-radius:999px;flex:0 0 3px}
@media(max-width:980px){.about-photo-stack,.about-info-grid,.support-info-grid,.about-difference-grid,.about-timeline{grid-template-columns:1fr 1fr}.about-equipment-grid .category-card{grid-template-columns:1fr}.about-photo-stack img:first-child{grid-row:auto;min-height:260px}}
@media(max-width:640px){.about-photo-stack,.about-info-grid,.support-info-grid,.about-difference-grid,.about-timeline{grid-template-columns:1fr}.about-photo-stack img,.about-feature-image img{min-height:220px}}

.about-photo-stack.single{display:block}
.about-photo-stack.single img{width:100%;height:100%;min-height:520px;object-fit:cover}
@media(max-width:980px){.about-photo-stack.single img{min-height:360px}}
@media(max-width:640px){.about-photo-stack.single img{min-height:260px}}


/* Battery solutions page. */
.battery-info-grid{grid-template-columns:repeat(4,1fr)}
.battery-info-grid .info-card{min-height:150px;padding:20px}
.battery-info-card-image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;margin:0 0 20px}
.battery-range-split{align-items:start}
.battery-range-list{columns:2;column-gap:34px}
.battery-charge-table .spec-row{grid-template-columns:1.4fr .8fr}
.battery-note{max-width:760px;margin:24px auto 0;text-align:center;color:#666}
.battery-list-card ul{padding-left:20px;line-height:1.8;color:#555;margin-bottom:0}
.battery-video-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.battery-video-card{min-height:190px;background:linear-gradient(135deg,rgba(7,11,15,.94),rgba(7,11,15,.55)),url('../images/cta/noblelift-material-handling-noblelift-dark-warehouse-lineup.webp') center/cover;color:#fff;border-radius:8px;padding:22px;display:flex;flex-direction:column;justify-content:end;border:1px solid rgba(255,255,255,.1)}
.battery-video-card span{color:#f34f1f;text-transform:uppercase;letter-spacing:.1em;font-weight:900;font-size:12px;margin-bottom:8px}
.battery-video-card h3{margin:0;font-size:18px;line-height:1.2;color:#fff}
@media(max-width:1180px){.battery-info-grid{grid-template-columns:repeat(2,1fr)}.battery-video-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.battery-info-grid,.battery-video-grid{grid-template-columns:1fr}.battery-range-list{columns:1}.battery-charge-table .spec-row{grid-template-columns:1fr}.battery-video-card{min-height:160px}}

/* Keep non-home CTA actions under the text so they do not cover the equipment image. */
.final-cta.site-cta-image .final-cta-inner{display:block}
.final-cta.site-cta-image .cta-actions{justify-content:flex-start;margin-top:28px}
.final-cta.site-cta-image h2,.final-cta.site-cta-image p{max-width:760px}
@media(min-width:761px){.final-cta.site-cta-image .cta-actions{max-width:760px}}


/* Battery page visual section rhythm. */
.battery-intro{background:#fff}
.battery-band{position:relative;overflow:hidden;border-top:1px solid #ececec;border-bottom:1px solid #ececec}
.battery-band:nth-of-type(even){background:#f6f7f7}
.battery-band-grid,.battery-panel-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:center}
.battery-band-copy h2,.battery-panel-content h2{font-size:38px;line-height:1.12;letter-spacing:-.035em;margin:8px 0 0;font-weight:900}
.battery-band-copy p,.battery-panel-content p{font-size:16px;line-height:1.65;color:#555}
.battery-band-copy ul,.battery-benefit-list ul{padding-left:20px;color:#555;line-height:1.8}
.battery-band-media img,.battery-image-card img{width:100%;height:420px;object-fit:cover;border-radius:8px;border:1px solid var(--line);box-shadow:0 16px 36px rgba(16,18,20,.1);display:block}
.battery-panel-section{background:#fff}
.battery-panel-section.alt{background:#f7f7f7}
.battery-panel-content{background:#fff;border:1px solid var(--line);border-radius:8px;padding:34px;box-shadow:0 10px 28px rgba(16,18,20,.04)}
.battery-panel-section.alt .battery-panel-content{box-shadow:none}
.battery-band-dark{background:#0b1014;color:#fff;border:0}
.battery-band-one-battery{background:linear-gradient(90deg,rgba(7,11,15,.96) 0,rgba(7,11,15,.9) 34%,rgba(7,11,15,.72) 58%,rgba(7,11,15,.36) 100%),url('../images/battery/one-battery-multiple-shifts.webp') center/cover}
.battery-band-dark .battery-band-copy p,.battery-band-dark .battery-benefit-list li{color:#e1e1e1}
.battery-band-dark .battery-benefit-list{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:34px;backdrop-filter:blur(8px)}
.battery-band-dark h2,.battery-band-dark h3{color:#fff}
.battery-chip-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.battery-chip-list > span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-weight:800;font-size:13px;color:#333}
.battery-panel-section.alt .battery-chip-list > span{background:#f7f7f7}
.battery-applications{position:relative;background:#fff;overflow:hidden}
.battery-applications:before{content:"";position:absolute;left:0;top:0;width:310px;height:210px;background-image:radial-gradient(#e5e5e5 1px,transparent 1px);background-size:12px 12px;opacity:.65;pointer-events:none}
.battery-applications .container{position:relative;z-index:1}
.battery-applications .section-head{max-width:720px;margin-bottom:42px}
.battery-applications .section-head h2{font-size:46px;line-height:1.08;letter-spacing:-.025em}
.battery-applications .section-head p{max-width:760px;margin-left:auto;margin-right:auto;color:#555}
.battery-application-scene{position:absolute;z-index:0;pointer-events:none}
.battery-application-scene img{display:block;width:100%;height:100%;object-fit:cover}
.battery-application-scene-left{left:-90px;top:96px;width:360px;height:210px;clip-path:polygon(0 0,100% 0,78% 100%,0 100%);opacity:.95}
.battery-application-scene-left:after,.battery-application-scene-right:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.88))}
.battery-application-scene-right{right:-80px;top:108px;width:430px;height:205px;clip-path:polygon(24% 0,100% 0,100% 100%,0 100%);opacity:.58}
.battery-application-scene-right:after{background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.18))}
.battery-application-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;position:relative}
.battery-application-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.06);padding:22px 22px;min-height:124px;display:grid;grid-template-columns:94px 1px 1fr 18px;gap:20px;align-items:center}
.battery-application-card img{width:86px;height:86px;object-fit:contain;border-radius:18px}
.battery-application-card:before{content:"";width:1px;height:54px;background:#e8e8e8;grid-column:2;grid-row:1}
.battery-application-card span{font-size:22px;line-height:1.18;font-weight:900;color:#0b0b0b;letter-spacing:-.012em}
.battery-application-card b{color:var(--red);font-size:34px;line-height:1;font-weight:800;text-align:right}
.battery-video-section{background:#101214;color:#fff}
.battery-video-section h2{color:#fff;font-size:38px;line-height:1.12;letter-spacing:-.035em;margin:8px 0 10px}
.battery-video-section p{color:#d8d8d8;max-width:620px}
.battery-video-head{display:grid;grid-template-columns:1fr 420px;gap:42px;align-items:center;margin-bottom:28px}
.battery-video-head img{width:100%;height:220px;object-fit:cover;border-radius:8px;opacity:.9}
.battery-video-section .battery-video-card{border-color:rgba(255,255,255,.16)}
@media(max-width:980px){.battery-band-grid,.battery-panel-grid,.battery-video-head{grid-template-columns:1fr}.battery-panel-grid.reverse .battery-image-card{order:-1}.battery-band-media img,.battery-image-card img{height:320px}.battery-applications .section-head h2{font-size:38px}.battery-application-scene{opacity:.22}.battery-application-grid{grid-template-columns:repeat(2,1fr)}.battery-application-card{grid-template-columns:82px 1px 1fr 16px;gap:16px}.battery-application-card img{width:76px;height:76px}.battery-application-card span{font-size:20px}}
@media(max-width:640px){.battery-band-grid,.battery-panel-grid{gap:28px}.battery-band-copy h2,.battery-panel-content h2,.battery-video-section h2{font-size:28px}.battery-panel-content{padding:24px}.battery-band-media img,.battery-image-card img,.battery-video-head img{height:240px}.battery-applications .section-head h2{font-size:30px}.battery-application-scene{display:none}.battery-application-grid{grid-template-columns:1fr}.battery-application-card{min-height:104px;padding:18px;grid-template-columns:68px 1px 1fr 14px;gap:14px}.battery-application-card img{width:64px;height:64px;border-radius:14px}.battery-application-card:before{height:44px}.battery-application-card span{font-size:18px}.battery-application-card b{font-size:28px}}

/* Battery page mobile overflow guard. */
.battery-solutions-page,.battery-intro,.battery-band,.battery-panel-section,.battery-applications,.battery-video-section{max-width:100%;overflow-x:hidden}
.battery-band-grid,.battery-panel-grid,.battery-info-grid,.battery-application-grid,.battery-video-grid,.battery-video-head,.battery-band-copy,.battery-panel-content,.battery-benefit-list,.battery-image-card,.battery-band-media{min-width:0}
.battery-band-copy h2,.battery-panel-content h2,.battery-video-section h2,.battery-intro h2{overflow-wrap:break-word}
@media(max-width:760px){.battery-info-grid,.battery-band-grid,.battery-panel-grid,.battery-application-grid,.battery-video-grid,.battery-video-head{grid-template-columns:minmax(0,1fr)}.battery-range-list{columns:1}.battery-band-copy,.battery-panel-content,.battery-benefit-list,.battery-image-card,.battery-band-media{width:100%;box-sizing:border-box}.battery-band-copy h2,.battery-panel-content h2,.battery-video-section h2,.battery-intro h2{font-size:26px;line-height:1.12}.battery-band-copy p,.battery-panel-content p{max-width:100%;overflow-wrap:break-word}.battery-chip-list > span{white-space:normal}}

/* Battery page hard mobile width reset. */
@media(max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  .battery-intro>.container,.battery-band>.container,.battery-panel-section>.container,.battery-applications>.container,.battery-video-section>.container{width:100%;max-width:100%;padding-left:18px;padding-right:18px;box-sizing:border-box;margin-left:auto;margin-right:auto}
  .hero:not(.home-hero) .hero-inner{width:100%;max-width:100%;overflow:hidden}
  .hero:not(.home-hero) .hero-copy{width:100%;max-width:100%;padding-left:18px;padding-right:18px;box-sizing:border-box}
  .hero:not(.home-hero) .hero-copy p,.battery-intro p,.battery-band-copy p,.battery-panel-content p,.section-head p,.info-card p{width:100%;max-width:100%;overflow-wrap:break-word}
  .battery-intro .section-head,.battery-applications .section-head,.battery-video-section .section-head{width:100%;max-width:100%}
  .battery-info-grid .info-card{width:100%;box-sizing:border-box}
}

/* Battery page explicit mobile text measure. */
@media(max-width:760px){
  .hero:not(.home-hero) .hero-copy>*,
  .battery-intro .section-head,
  .battery-intro .section-head>*,
  .battery-band-copy,
  .battery-band-copy>*,
  .battery-panel-content,
  .battery-panel-content>*,
  .battery-benefit-list,
  .battery-benefit-list>*,
  .battery-info-grid .info-card,
  .battery-info-grid .info-card>*,
  .battery-applications .section-head,
  .battery-applications .section-head>*,
  .battery-video-section .container>*{max-width:100%;box-sizing:border-box;white-space:normal}
  .hero:not(.home-hero) .hero-actions{max-width:100%}
  .hero:not(.home-hero) .hero-actions .btn{max-width:100%}
}


/* Purchase, hire and dealer content helpers. */
.option-list .case-content ul{padding-left:20px;color:#555;line-height:1.8;margin:10px 0 22px}
.option-list .case-content h3{font-size:18px;margin:18px 0 6px}
.option-list .case-image{background:#f3f4f5;overflow:hidden}
.option-list .case-image img{display:block;width:100%;height:100%;min-height:280px;object-fit:cover}
.option-list .case-content h2{margin-bottom:20px}
.option-list .case-content h2 + p{margin-top:0}
.option-list .case-content .btn span,
.option-list .case-content a:before,
.option-list .case-content a:after{content:none;display:none}
.compare-grid{grid-template-columns:repeat(5,1fr)}
.mega-buy .mega-panel-list{display:grid;grid-template-columns:1fr;gap:0}
.mega-buy .mega-panel-list a{grid-template-columns:58px minmax(0,1fr);gap:6px 20px;align-items:start}
.mega-buy .mega-panel-list .mega-icon{display:inline-flex;grid-column:1;grid-row:1 / span 2}
.mega-buy .mega-panel-list a:after{content:none;display:none}
.mega-buy .mega-panel-list b{grid-column:2;grid-row:1}
.mega-buy .mega-panel-list small{grid-column:2;grid-row:2;margin-top:0}
.mega-buy .mega-panel-card .mega-icon.large{display:none}
.mega-buy .mega-panel-card h4{margin-top:0;margin-bottom:20px}
.mega-buy .mega-panel-card p{margin-top:0}
.ways-buy-cta-prelude{align-items:stretch}
.ways-buy-cta-prelude .info-card{display:flex;flex-direction:column}
.ways-buy-cta-prelude .info-card .btn{margin-top:auto;align-self:flex-start}
.compact-faq .faq-q{font-size:15px;padding:14px 0}.compact-faq .faq-item{border-left:0;border-right:0;border-radius:0}.compact-faq .faq-a{padding-left:0;padding-right:0}
.dealer-support-grid{grid-template-columns:1fr;gap:14px}.dealer-support-grid .info-card{padding:22px}
@media(max-width:1180px){.compare-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.compare-grid{grid-template-columns:1fr}.option-list .case-card{display:block}.option-list .case-content .lucide-list{padding-left:0}.option-list .case-image{min-height:180px}.option-list .case-image img{min-height:180px}}


/* FAQ page content rhythm. */
.faq-page-section{background:#fff}
.faq-layout{align-items:start}
.faq-side{position:sticky;top:112px;max-height:calc(100vh - 140px);overflow:auto}
.faq-side h3{margin-top:0}
.faq-side a{font-size:14px;line-height:1.25}
.faq-content{display:grid;gap:26px}
.faq-section-block{scroll-margin-top:120px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:0 8px 22px rgba(0,0,0,.03)}
.faq-group-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.faq-group-head span{width:34px;height:34px;border-radius:50%;background:#fff1ec;color:var(--red);font-weight:900;display:inline-flex;align-items:center;justify-content:center;font-size:13px}
.faq-group-head h2{margin:0;font-size:28px;letter-spacing:-.02em}
.faq-section-block .faq-q span{display:block;line-height:1.35}
.faq-section-block .faq-q b{font-size:22px;color:var(--red);line-height:1;font-weight:850}
.faq-section-block .faq-a p{max-width:860px}
@media(max-width:1100px){.faq-side{position:relative;top:auto;max-height:none}.faq-side{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.faq-side h3{grid-column:1/-1}.faq-section-block{padding:22px}}
@media(max-width:760px){.faq-side{grid-template-columns:1fr}.faq-group-head h2{font-size:22px}.faq-section-block{padding:18px;border-radius:12px}.faq-section-block .faq-q{gap:12px}}

.faq-item .faq-a{
  display:grid;
  grid-template-rows:0fr;
  padding-top:0;
  padding-bottom:0;
  opacity:0;
  overflow:hidden;
  transition:grid-template-rows .28s ease, opacity .22s ease, padding .28s ease;
}
.faq-item .faq-a > *{
  min-height:0;
  overflow:hidden;
}
.faq-item.open .faq-a{
  display:grid;
  grid-template-rows:1fr;
  padding-top:0;
  padding-bottom:18px;
  opacity:1;
}
.faq-q span{
  display:inline-flex;
  width:24px;
  height:24px;
  align-items:center;
  justify-content:center;
  transition:transform .22s ease, color .22s ease;
}
.faq-item.open .faq-q span{
  transform:rotate(180deg);
  color:var(--red);
}
.faq-section-block .faq-q span{
  display:block;
  width:auto;
  height:auto;
  min-width:0;
  flex:1;
  line-height:1.35;
  overflow-wrap:break-word;
  transform:none;
  transition:none;
}
.faq-section-block .faq-q b{
  display:inline-flex;
  width:24px;
  height:24px;
  flex:0 0 24px;
  align-items:center;
  justify-content:center;
  transition:color .22s ease, transform .22s ease;
}
.faq-section-block .faq-item.open .faq-q span{
  transform:none;
}
.faq-section-block .faq-item.open .faq-q b{
  color:var(--red);
}


/* Softer typography pass: closer to the supplied visual references. */
body{font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
p,li,.check,.spec-row span{font-weight:400;color:#555}
.hero h1,.home-hero h1{font-weight:800;letter-spacing:-.026em}
.hero:not(.home-hero) h1{font-weight:780;letter-spacing:-.024em}
.section-head h2,.home-section h2,.prose h2,.final-cta h2,.home-red-cta h2,.battery-band-copy h2,.battery-panel-content h2,.battery-video-section h2{font-weight:780;letter-spacing:-.022em}
.category-card h3,.product-card h3,.utility-card h3,.info-card h3,.feature-card h3,.fit-card h3,.download-card h4,.case-content h2,.case-content h3,.faq-group-head h2{font-weight:720;letter-spacing:-.012em}
.nav-links,.topbar-link{font-weight:560}
.btn,.text-link,.tabs a,.product-jump a{font-weight:680}
.eyebrow,.home-kicker,.label,.tag,.download-card small,.battery-video-card span{font-weight:740;letter-spacing:.08em}
.mega-product-list b,.mega-panel-list b,.mega-panel-card h4,.mega-support-card h4{font-weight:700}
.faq-q,.spec-row b,.metric b,.stat b,.key-tile b{font-weight:720}
.footer-col h4,.site-footer h4{font-weight:700}
@media(max-width:760px){.hero h1,.home-hero h1{font-weight:780}.section-head h2,.home-section h2,.prose h2{font-weight:760}}


/* Icon stroke unification: keep line icons lighter and consistent. */
.home-line-icon svg,
.finder-ico svg,
.support-list svg,
.lithium-list svg,
.mega-icon svg,
.icon-mark svg,
.topbar-link svg,
.stage-mini-link svg,
.finder-arrow svg,
.key-tile .kt-ico{
  vector-effect: non-scaling-stroke;
}
.home-line-icon svg *{stroke-width:1.45}
.finder-ico svg *,.icon-mark svg *{stroke-width:1.55}
.support-list svg *,.lithium-list svg *,.mega-icon svg *,.key-tile .kt-ico *{stroke-width:1.65}

.thumbs .thumb{
  width:100%;
  height:76px;
  padding:0;
  border:1px solid #eee;
  border-radius:12px;
  background:#f7f7f7;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  overflow:hidden;
}
.thumbs .thumb.active{
  border-color:var(--red);
}
.thumbs .thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.product-price{
  font-size:24px;
  font-weight:780;
  margin:18px 0;
}
.product-cart-action{
  margin-top:20px;
}
.product-cart-action form.cart{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}
.product-cart-action .quantity{
  max-width:110px;
}

.product-hero .container{
  max-width:min(1500px,calc(100vw - 48px));
}
.product-hero{
  padding-top:20px;
  padding-bottom:60px;
}
.product-detail-shell{
  display:grid;
  grid-template-columns:minmax(0,1.42fr) minmax(360px,.88fr);
  gap:40px;
  align-items:start;
}
.product-detail-main{
  min-width:0;
}
.product-top{
  align-items:start;
}
.product-top .gallery{
  grid-template-columns:100px minmax(0,1fr);
  gap:24px;
}
.product-top .thumbs{
  gap:12px;
  align-content:start;
}
.product-top .thumbs .thumb,
.product-top .thumbs div{
  height:96px;
  border-color:#e3e7eb;
  border-radius:12px;
  background:#f8f9fa;
}
.product-top .thumbs .thumb.is-hidden{
  display:none;
}
.product-top .thumbs.is-shifting-next [data-product-gallery-image-thumb]:not(.is-hidden){
  animation:productThumbSlideUp .42s cubic-bezier(.16,.84,.24,1) both;
  animation-delay:calc(var(--thumb-shift-index, 0) * 26ms);
}
.product-top .thumbs.is-shifting-prev [data-product-gallery-image-thumb]:not(.is-hidden){
  animation:productThumbSlideDown .42s cubic-bezier(.16,.84,.24,1) both;
  animation-delay:calc(var(--thumb-shift-index, 0) * 26ms);
}
.product-top .thumb-nav{
  width:100%;
  height:32px;
  padding:0;
  border:1px solid #e3e7eb;
  border-radius:999px;
  background:#fff;
  color:transparent;
  cursor:pointer;
  font-size:0;
  line-height:0;
  position:relative;
  overflow:hidden;
  transition:transform .16s ease, background .16s ease, border-color .16s ease, opacity .16s ease;
  box-shadow:0 6px 16px rgba(16,18,20,.06);
}
.product-top .thumb-nav:before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:9px;
  height:9px;
  border-right:2px solid #1d2329;
  border-bottom:2px solid #1d2329;
  display:block;
}
.product-top .thumb-nav-up:before{
  transform:translate(-50%,-35%) rotate(225deg);
}
.product-top .thumb-nav-down:before{
  transform:translate(-50%,-65%) rotate(45deg);
}
.product-top .thumb-nav:not(:disabled):hover{
  border-color:#f34f1f;
  color:#f34f1f;
}
.product-top .thumb-nav:not(:disabled):hover:before{
  border-color:#f34f1f;
}
.product-top .thumb-nav:not(:disabled):active{
  transform:scale(.94);
  background:#fff4ef;
}
.product-top .thumb-nav:disabled{
  opacity:.35;
  cursor:not-allowed;
  box-shadow:none;
}
.product-top .thumbs .thumb img{
  padding:8px;
}
.product-top .video-thumb{
  position:relative;
  color:#fff;
  background:#111;
}
.product-top .video-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:0;
  opacity:.72;
  filter:saturate(.9) brightness(.78);
}
.product-top .video-thumb-play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin:auto;
  border-radius:50%;
  background:rgba(243,79,31,.95);
  color:#fff;
  font-size:18px;
  line-height:1;
  box-shadow:0 8px 18px rgba(16,18,20,.2);
}
@keyframes productThumbSlideUp{
  from{opacity:.05;transform:translateY(34px) scale(.985)}
  65%{opacity:1}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes productThumbSlideDown{
  from{opacity:.05;transform:translateY(-34px) scale(.985)}
  65%{opacity:1}
  to{opacity:1;transform:translateY(0) scale(1)}
}
.product-top .gallery-main{
  min-height:580px;
  border-color:#e3e7eb;
  border-radius:14px;
  background:#f8f9fa;
}
.product-top .gallery-main img{
  width:100%;
  height:100%;
  max-height:580px;
  object-fit:contain;
  padding:12px;
}
.product-top .gallery-main iframe,
.product-top .gallery-main video{
  width:100%;
  height:580px;
  display:block;
  border:0;
  border-radius:14px;
}
.product-top .product-buy{
  min-width:0;
  position:sticky;
  top:24px;
}
.product-buy .product-title{
  font-size:var(--type-h2-size);
  line-height:var(--type-h2-line);
}
.product-buy .key-tiles{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:28px 0 0;
  overflow:hidden;
  border:1px solid #e2e5e8;
  border-radius:10px;
  background:#fff;
  box-shadow:0 8px 22px rgba(16,18,20,.04);
}
.product-buy .key-tile{
  min-height:138px;
  padding:22px 14px 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
  border-right:1px solid #e2e5e8;
}
.product-buy .key-tile:last-child{
  border-right:0;
}
.product-buy .key-tile .kt-ico{
  width:38px;
  height:38px;
  flex:0 0 38px;
  color:#1d2329;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.product-buy .key-tile .kt-ico *{
  stroke-width:1.75;
}
.product-buy .key-tile b{
  display:block;
  max-width:100%;
  color:#111418;
  font-size:20px;
  line-height:1.15;
  font-weight:760;
  overflow-wrap:anywhere;
}
.product-buy .key-tile small{
  display:block;
  color:#555d66;
  font-size:14px;
  line-height:1.25;
}
.product-jump{
  position:sticky;
  top:0;
  z-index:60;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:56px;
  min-height:58px;
  margin-top:44px;
  overflow-x:auto;
  background:rgba(255,255,255,.97);
  border-top:1px solid #eceff1;
  border-bottom:1px solid #dfe3e7;
  box-shadow:0 12px 24px rgba(16,18,20,.04);
  backdrop-filter:saturate(140%) blur(8px);
}
.product-jump a{
  position:relative;
  flex:0 0 auto;
  padding:18px 0 16px;
  color:#4b525b;
  text-align:left;
  font-size:19px;
  line-height:1.2;
  font-weight:520;
  white-space:nowrap;
}
.product-jump a:first-child{
  color:#111418;
  font-weight:760;
}
.product-jump a:first-child:after,
.product-jump a:hover:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  border-radius:4px 4px 0 0;
  background:#f34f1f;
}
.product-detail-section{
  padding:70px 0 0;
  scroll-margin-top:78px;
}
.product-detail-section .section-head.left{
  max-width:none;
  margin:0 0 34px;
  text-align:left;
}
.product-detail-section .section-head.left h2{
  font-size:36px;
}
@media(max-width:1100px){
  .product-hero .container{
    max-width:1220px;
  }
  .product-detail-shell,
  .product-top{
    grid-template-columns:1fr;
  }
  .product-top .product-buy{
    position:static;
  }
  .product-top .gallery-main{
    min-height:520px;
  }
  .product-top .gallery-main iframe,
  .product-top .gallery-main video{
    height:520px;
  }
  .product-buy .key-tiles{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .product-buy .key-tile:nth-child(2n){
    border-right:0;
  }
  .product-buy .key-tile:nth-child(n+3){
    border-top:1px solid #e2e5e8;
  }
}
@media(max-width:760px){
  .product-hero .container{
    max-width:none;
  }
  .product-top .gallery{
    grid-template-columns:1fr;
  }
  .product-top .thumbs{
    grid-template-columns:repeat(5,minmax(76px,1fr));
    overflow-x:auto;
  }
  .product-top .thumbs .thumb,
  .product-top .thumbs div{
    height:86px;
  }
  .product-top .thumb-nav{
    display:none;
  }
  .product-top .thumbs .thumb.is-hidden{
    display:flex;
  }
  .product-top .gallery-main{
    min-height:340px;
  }
  .product-top .gallery-main img{
    max-height:340px;
    padding:14px;
  }
  .product-top .gallery-main iframe,
  .product-top .gallery-main video{
    height:340px;
  }
  .product-jump{
    top:0;
    min-height:56px;
    gap:28px;
  }
  .product-jump a{
    flex:0 0 auto;
    padding:18px 0 16px;
    font-size:16px;
  }
  .product-buy .key-tile{
    min-height:124px;
    padding:18px 12px;
  }
  .product-buy .key-tile .kt-ico{
    width:32px;
    height:32px;
    flex-basis:32px;
  }
  .product-buy .key-tile b{
    font-size:17px;
  }
  .product-buy .key-tile small{
    font-size:13px;
  }
}

/* Final homepage equipment stage slider */
.equipment-stage .stage-layout{
  grid-template-columns:230px minmax(0,1fr);
  gap:28px;
}
.stage-feature-window{
  overflow:hidden;
  border:1px solid var(--home-orange);
  border-radius:18px;
  background:#fff;
  box-shadow:0 14px 38px rgba(13,17,20,.06);
  opacity:0;
  transform:translateY(26px);
  transition:opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1);
}
.stage-feature-window.is-visible{
  opacity:1;
  transform:translateY(0);
}
.stage-feature-track{
  display:flex;
  width:100%;
  will-change:transform;
  transition:transform .72s cubic-bezier(.18,.82,.22,1);
}
.stage-feature-track .stage-feature{
  flex:0 0 100%;
  min-width:100%;
  border:0;
  border-radius:0;
  box-shadow:none;
  opacity:1;
  transform:none;
}
.stage-feature-track .stage-feature img{
  transform:translateX(0);
  transition:transform .72s cubic-bezier(.18,.82,.22,1);
}
.stage-feature-track .stage-feature:hover img{
  transform:translateX(6px);
}
@media(max-width:1080px){
  .equipment-stage .stage-layout{
    grid-template-columns:1fr;
  }
  .stage-tabs{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  .stage-tabs{
    grid-template-columns:1fr;
  }
  .stage-feature-track .stage-feature{
    grid-template-columns:1fr;
  }
}

.topbar-link svg *,.stage-mini-link svg *,.finder-arrow svg *{stroke-width:1.75}


/* Service & Support dark card contrast fix. */
.dark-card{background:#151719;color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 44px rgba(16,18,20,.12)}
.dark-card h2,.dark-card h3{color:#fff}
.dark-card p{color:#e3e6e8}
.dark-card ul,.dark-card li{color:#c9ced3}
.dark-card li::marker{color:#f34f1f}
.dark-card .eyebrow{color:#ff6a3a}
.dark-card:after{border-color:rgba(243,79,31,.34)}

/* Legacy theme layout styles */
/* Consolidated redesign styles. */
:root {
  --nb-orange: #ff3b14;
  --nb-orange-dark: #eb2e0b;
  --nb-ink: #101114;
  --nb-muted: #5f646b;
  --nb-line: #e9ebee;
  --nb-soft: #f7f8fa;
  --nb-dark: #10151a;
}

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: #fff;
  color: var(--nb-ink);
}

.container {
  max-width: var(--nb-container, 1400px);
}

.site-header .container,
.site-footer .container {
  max-width: var(--nb-container, 1400px);
  padding-left: 0;
  padding-right: 0;
}

.topbar {
  background: #10161b;
  color: #fff;
  font-size: 13px;
}

.topbar-inner {
  height: 34px;
}

.topbar-link {
  gap: 8px;
  font-size: 13px;
  font-weight: 650;
}

.topbar-link svg {
  width: 15px;
  height: 15px;
}

.topbar-quicklinks {
  gap: 34px;
}

.mainnav {
  background: #fff;
  border-bottom: 1px solid rgba(16, 17, 20, .08);
  box-shadow: none;
}

.nav-inner {
  height: 58px;
  gap: 34px;
}

.brand img {
  width: 142px;
}

.nav-links {
  gap: 28px;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 760;
}

.nav-links > a,
.nav-item > a {
  padding: 22px 0;
  color: #111318;
}

.nav-links > a:after,
.nav-item > a:after {
  bottom: 18px;
  height: 2px;
  background: var(--nb-orange);
}

.nav-actions .btn.primary.small {
  padding: 10px 17px;
  min-height: 36px;
  border-radius: 3px;
  background: var(--nb-orange);
  font-size: 12px;
}

.btn {
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
}

.btn.primary {
  background: var(--nb-orange);
}

.btn.outline-dark,
.btn.ghost {
  border-color: var(--nb-orange);
  color: var(--nb-orange);
  background: #fff;
}

.mega {
  border: 1px solid #dde0e4;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(11, 14, 18, .14);
}

.products-nav-item {
  position: static;
}

.mega-products {
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  width: min(calc(100vw - var(--nb-page-padding, 44px) * 2), var(--nb-container, 1400px));
  padding: 34px clamp(32px, 4vw, 58px) 28px;
}

.mega-product-list {
  grid-template-columns: repeat(6, minmax(132px, 180px));
  justify-content: center;
  gap: clamp(18px, 2.6vw, 42px);
  align-items: end;
}

.mega-product-list a {
  min-width: 0;
  gap: 13px;
}

.mega-product-list b {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.mega-product-art {
  height: 190px;
  background: transparent;
  filter: drop-shadow(0 14px 12px rgba(20, 20, 20, .12));
}

.mega-product-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mega-footer-row {
  margin-top: 28px;
  padding-top: 22px;
  font-size: 16px;
}

.mega-panel {
  width: 760px;
  border-radius: 9px;
}

.mega-panel-list a {
  grid-template-columns: 58px 1fr 16px;
  padding: 17px 0;
}

.mega-panel-list b {
  font-size: 18px;
}

.mega-icon {
  color: var(--nb-orange);
  font-size: 30px;
}

.mega-panel-card h4 {
  font-size: 24px;
}

.mega-support-card {
  background: #fff1eb;
}

.nb-main {
  overflow: hidden;
}

.nb-home-section {
  position: relative;
  padding: 80px 0;
  border-bottom: 1px solid var(--nb-line);
  background: #fff;
}

.nb-home-section.alt {
  background: linear-gradient(135deg, #fff 0%, #fff 52%, #f7f8fa 52%, #fff 100%);
}

.nb-home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 26%, rgba(255, 59, 20, .12) 26.05%, transparent 26.25%),
    linear-gradient(115deg, transparent 0 72%, rgba(12, 17, 22, .035) 72.05%, transparent 72.25%);
}

.nb-home-section > .container {
  position: relative;
  z-index: 1;
}

.nb-home-hero {
  position: relative;
  min-height: 540px;
  display: grid;
  align-items: center;
  background: #fff url("../images/noblelift-material-handling-equipment-hero-banner.webp") right center / auto 100% no-repeat;
  border-bottom: 1px solid var(--nb-line);
}

.nb-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, #fff 0%, #fff 42%, rgba(255,255,255,.42) 56%, rgba(255,255,255,0) 78%),
    linear-gradient(115deg, transparent 0 48%, rgba(255, 59, 20, .18) 48.12%, transparent 48.35%);
}

.nb-home-hero .container {
  position: relative;
  z-index: 1;
  max-width: none;
  padding-left: 62px;
  padding-right: 62px;
}

.nb-home-hero-copy {
  max-width: 520px;
  padding: 76px 0 86px;
}

.nb-home-hero h1 {
  margin: 0 0 18px;
  font-size: 54px;
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 950;
}

.nb-rule {
  display: block;
  width: 58px;
  height: 4px;
  background: var(--nb-orange);
  border-radius: 999px;
  margin: 18px 0 22px;
}

.nb-home-hero p,
.nb-lead {
  color: #4e555c;
  font-size: 15px;
  line-height: 1.65;
}

.nb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.nb-actions .btn {
  min-width: 172px;
  padding: 14px 22px;
}

.nb-section-head {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.nb-section-head.left {
  margin-left: 0;
  text-align: left;
}

.nb-kicker {
  display: block;
  color: var(--nb-orange);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 12px;
}

.nb-home-section h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.04;
  letter-spacing: -.04em;
  font-weight: 950;
}

.product-carousel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}

.nb-product-card,
.nb-benefit-card,
.finder-card,
.stage-feature,
.stage-mini-card {
  background: #fff;
  border: 1px solid var(--nb-line);
  box-shadow: 0 12px 34px rgba(20, 23, 28, .06);
}

.nb-product-card {
  min-height: 354px;
  padding: 24px 24px 28px;
  text-align: center;
}

.nb-product-card img {
  height: 190px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto 18px;
}

.nb-product-card h3 {
  margin: 0 0 9px;
  font-size: 20px;
  font-weight: 950;
}

.nb-product-card p {
  max-width: 265px;
  margin: 0 auto 18px;
  color: #6a7077;
  font-size: 12px;
  line-height: 1.55;
}

.card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 9px 16px;
  border-radius: 3px;
  background: var(--nb-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.carousel-dots span {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: #d9dde2;
}

.carousel-dots span:first-child {
  background: var(--nb-orange);
}

.nb-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nb-benefit-card {
  min-height: 172px;
  padding: 28px 28px 24px;
  text-align: center;
}

.nb-line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border: 2px solid var(--nb-orange);
  border-radius: 12px;
  color: var(--nb-orange);
  font-weight: 950;
}

.nb-benefit-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 950;
}

.nb-benefit-card p {
  margin: 0;
  color: #70777d;
  font-size: 12px;
  line-height: 1.5;
}

.finder-layout,
.support-layout,
.lithium-layout,
.brochure-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 58px;
  align-items: center;
}

.finder-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 18px;
}

.finder-card {
  padding: 18px;
}

.finder-card img {
  height: 150px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 12px;
}

.finder-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.1;
}

.finder-card p {
  margin: 0;
  color: #6a7077;
  font-size: 12px;
}

.stage-layout {
  display: grid;
  grid-template-columns: 230px 1fr 330px;
  gap: 28px;
  align-items: stretch;
}

.stage-tabs {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--nb-line);
}

.stage-tabs a {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  border-bottom: 1px solid var(--nb-line);
  color: #697078;
  font-size: 13px;
  font-weight: 760;
}

.stage-tabs a.active {
  color: var(--nb-orange);
}

.stage-feature {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 20px;
  padding: 28px;
  border-color: var(--nb-orange);
}

.stage-feature img {
  align-self: end;
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.stage-feature h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.05;
}

.stage-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.stage-mini-card {
  padding: 18px;
}

.stage-mini-card img {
  height: 120px;
  width: 100%;
  object-fit: contain;
}

.stage-mini-card h4 {
  margin: 10px 0 4px;
  font-size: 14px;
  line-height: 1.1;
}

.support-list,
.lithium-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.support-list span,
.lithium-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #32383e;
  font-size: 14px;
  font-weight: 760;
}

.support-collage {
  display: grid;
  grid-template-columns: 1.4fr .7fr;
  gap: 16px;
}

.support-collage img,
.lithium-image img,
.brochure-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.support-main {
  min-height: 390px;
  background: #f3f4f6;
}

.support-stack {
  display: grid;
  gap: 16px;
}

.support-stack img {
  min-height: 116px;
  background: #f3f4f6;
}

.lithium-layout,
.brochure-layout {
  grid-template-columns: 1fr 1.2fr;
}

.lithium-image,
.brochure-image {
  min-height: 420px;
  background: #f6f7f8;
  border-radius: 10px;
  padding: 26px;
}

.brochure-image {
  min-height: 300px;
}

.nb-red-cta {
  background: var(--nb-orange);
  color: #fff;
  padding: 54px 0;
  overflow: hidden;
}

.nb-red-cta .container {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.nb-red-cta h2 {
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -.035em;
  margin: 0 0 12px;
  color: #fff;
}

.nb-red-cta p {
  color: rgba(255,255,255,.88);
}

.nb-red-cta img {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(80, 0, 0, .18));
}

.nb-help-strip {
  background: #14181d;
  color: #fff;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.nb-help-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.nb-help-strip strong {
  font-size: 20px;
}

.nb-help-strip .btn {
  min-width: 150px;
}

.site-footer {
  background: #101214;
  padding-top: 58px;
}

@media (max-width: 1180px) {
  .site-header .container,
  .site-footer .container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .nav-links {
    gap: 18px;
    font-size: 11px;
  }

  .product-carousel,
  .nb-benefit-grid,
  .stage-layout,
  .finder-layout,
  .support-layout,
  .lithium-layout,
  .brochure-layout,
  .nb-red-cta .container {
    grid-template-columns: 1fr;
  }

  .stage-mini-grid,
  .finder-track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header .container,
  .site-footer .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .topbar-inner {
    height: 36px;
  }

  .topbar-link span {
    display: none;
  }

  .topbar-quicklinks {
    gap: 18px;
  }

  .nav-inner {
    height: 64px;
  }

  .brand img {
    width: 150px;
  }

  .nb-home-hero {
    min-height: 720px;
    align-items: start;
    background-position: center bottom;
    background-size: 900px auto;
  }

  .nb-home-hero::before {
    background:
      linear-gradient(180deg, #fff 0%, #fff 50%, rgba(255,255,255,.18) 72%, rgba(255,255,255,0) 100%),
      linear-gradient(115deg, transparent 0 51%, rgba(255, 59, 20, .18) 51.12%, transparent 51.35%);
  }

  .nb-home-hero-copy {
    padding: 54px 0 0;
  }

  .nb-home-hero h1 {
    font-size: 36px;
  }

  .nb-home-section {
    padding: 58px 0;
  }

  .nb-home-section h2 {
    font-size: 31px;
  }

  .product-carousel,
  .nb-benefit-grid,
  .finder-track,
  .stage-feature,
  .stage-mini-grid,
  .support-collage {
    grid-template-columns: 1fr;
  }

  .nb-help-strip .container {
    display: grid;
  }
}

.nb-home-hero .container{margin:0;width:100%}.nb-home-hero-copy{margin-left:0}
@media(min-width:761px){.nb-home-hero-copy{margin-left:0}}

@media(max-width:760px){.nb-actions{display:grid;grid-template-columns:1fr;gap:12px}.nb-actions .btn{width:100%;min-width:0}.nb-home-section h2{font-size:28px;line-height:1.12;overflow-wrap:break-word}.nb-section-head{max-width:100%}.nb-home-hero-copy{max-width:100%}.nb-home-hero p{max-width:100%}}

@media(max-width:760px){.nb-home-hero .container{padding-left:18px;padding-right:18px}.nb-home-hero-copy{padding-left:0;padding-right:0}.nb-actions .btn{max-width:100%}}

@media(max-width:760px){.nb-home-hero .container{width:auto}.nb-home-hero h1{font-size:30px;line-height:1.08}.nb-home-hero p{font-size:15px}.nb-home-section h2{font-size:26px}}

@media(max-width:760px){.nb-home-hero-copy,.nb-section-head,.nb-actions{width:100%;max-width:100%}.nb-home-hero h1,.nb-home-section h2{overflow-wrap:anywhere}.nb-actions .btn{width:100%;max-width:none}}

@media(max-width:760px){.nb-home-hero-copy,.nb-section-head,.nb-actions{width:100%;max-width:100%}.nb-home-hero h1{font-size:28px}.nb-home-hero p{font-size:14px}.nb-home-section h2{font-size:24px}}

.mobile-break{display:none}
@media(max-width:760px){.mobile-break{display:block}.nb-home-hero .nb-actions .btn{width:310px;max-width:310px}.nb-home-hero p{max-width:310px}.nb-section-head{width:310px;max-width:310px}.nb-lead{max-width:310px;margin-left:auto;margin-right:auto}}

@media(max-width:760px){.nb-section-head{margin-left:0;margin-right:0;text-align:left}.nb-section-head .nb-rule{margin-left:0}.nb-section-head .nb-lead{margin-left:0;margin-right:0;text-align:left}}

.product-range .nb-section-head .nb-rule {
  margin-left: auto;
  margin-right: auto;
}
/* End consolidated legacy redesign styles. */

:root {
	--nb-container: 1400px;
	--nb-container-narrow: 900px;
	--nb-container-readable: 760px;
	--nb-page-padding: clamp(20px, 4vw, 56px);
	--nb-section-y: clamp(64px, 8vw, 112px);
	--nb-section-y-sm: clamp(44px, 6vw, 72px);
	--nb-section-y-lg: clamp(80px, 10vw, 140px);
	--nb-grid-gap: clamp(20px, 2.5vw, 36px);
	--nb-orange: #ff3b14;
	--nb-orange-dark: #d71920;
	--nb-ink: #101114;
	--nb-muted: #5f646b;
	--nb-light: #f7f8fa;
	--nb-line: #e4e7eb;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.nb-main {
	background: #fff;
}

.nb-container,
.container {
	width: min(var(--nb-container), calc(100% - var(--nb-page-padding) * 2));
	max-width: none;
	margin-inline: auto;
	padding-left: 0;
	padding-right: 0;
}

.nb-container-narrow {
	width: min(var(--nb-container-narrow), calc(100% - var(--nb-page-padding) * 2));
	margin-inline: auto;
}

.nb-container-readable {
	width: min(var(--nb-container-readable), calc(100% - var(--nb-page-padding) * 2));
	margin-inline: auto;
}

.nb-section,
.nb-home-section {
	padding-block: var(--nb-section-y);
}

.nb-section-sm {
	padding-block: var(--nb-section-y-sm);
}

.nb-section-lg,
.nb-page-hero {
	padding-block: var(--nb-section-y-lg);
}

.site-header .container,
.site-footer .container,
.site-header .nb-container,
.site-footer .nb-container {
	width: min(var(--nb-container), calc(100% - var(--nb-page-padding) * 2));
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.nb-home-hero .container {
	width: min(var(--nb-container), calc(100% - var(--nb-page-padding) * 2));
	max-width: none;
	margin-inline: auto;
	padding-left: 0;
	padding-right: 0;
}

.nb-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--nb-grid-gap);
}

@media (max-width: 1100px) {
	.nav-links.is-open {
		display: grid;
		gap: 0;
	}
}

.nb-section {
	border-bottom: 1px solid var(--nb-line);
	background: #fff;
}

.nb-section.alt {
	background: var(--nb-light);
}

.nb-eyebrow {
	display: block;
	margin-bottom: 12px;
	color: var(--nb-orange);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.nb-page-hero {
	background: linear-gradient(120deg, #11161b 0%, #1b2025 56%, #262b30 100%);
	color: #fff;
}

.nb-page-hero p {
	max-width: 680px;
	color: rgba(255,255,255,.78);
}

.nb-grid {
	display: grid;
	gap: var(--nb-grid-gap);
}

.nb-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nb-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nb-two-col {
	grid-template-columns: .85fr 1.15fr;
}

.nb-span-2 {
	grid-column: span 2;
}

.nb-card {
	display: block;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--nb-line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(20, 23, 28, .06);
	color: inherit;
	text-decoration: none;
}

.nb-product-card {
	min-height: 100%;
	text-align: center;
}

.nb-product-card img {
	width: 100%;
	height: 210px;
	object-fit: contain;
	margin-bottom: 18px;
	filter: drop-shadow(0 14px 12px rgba(20,20,20,.1));
}

.nb-spec-row,
.nb-spec-grid {
	display: grid;
	gap: 14px;
}

.nb-spec-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 26px 0;
}

.nb-spec {
	padding: 18px;
	background: #fff;
	border: 1px solid var(--nb-line);
	border-left: 3px solid var(--nb-orange);
	border-radius: 6px;
}

.nb-spec span {
	display: block;
	color: var(--nb-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.nb-spec strong {
	display: block;
	margin-top: 6px;
	color: var(--nb-ink);
}

.nb-product-layout {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 48px;
	align-items: center;
}

.nb-product-visual {
	padding: 34px;
	background: linear-gradient(145deg, #fff 0%, #fff 58%, #f3f4f6 58%, #fff 100%);
	border: 1px solid var(--nb-line);
	border-radius: 10px;
}

.nb-product-visual img {
	width: 100%;
	max-height: 480px;
	object-fit: contain;
}

.nb-gallery-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.nb-gallery-strip img {
	height: 86px;
	padding: 10px;
	background: #fff;
	border: 1px solid var(--nb-line);
	border-radius: 6px;
	object-fit: contain;
}

.nb-filter-layout {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 34px;
	align-items: start;
}

.nb-filter-panel {
	position: sticky;
	top: 100px;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--nb-line);
	border-radius: 8px;
}

.nb-filter-panel a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid var(--nb-line);
	color: var(--nb-ink);
	text-decoration: none;
}

.nb-brochure {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 28px;
	align-items: center;
	padding: 34px;
	background: #151a1f;
	border-radius: 8px;
	color: #fff;
}

.nb-brochure:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 0 70%, rgba(255,59,20,.24) 70.1%, transparent 70.5%);
	pointer-events: none;
}

.nb-brochure > * {
	position: relative;
	z-index: 1;
}

.nb-brochure p {
	color: rgba(255,255,255,.76);
}

.nb-brochure img {
	width: 100%;
	max-height: 190px;
	object-fit: contain;
}

.nb-form-block {
	padding: 32px;
	background: #fff;
	border: 1px solid var(--nb-line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(20, 23, 28, .06);
}

.nb-form-placeholder {
	padding: 18px;
	background: var(--nb-light);
	border: 1px dashed #b8bec5;
	border-radius: 6px;
	color: var(--nb-muted);
	font-family: monospace;
}

.nb-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid var(--nb-line);
}

.nb-table th,
.nb-table td {
	padding: 15px 18px;
	border-bottom: 1px solid var(--nb-line);
	text-align: left;
}

.nb-table th {
	width: 34%;
	background: var(--nb-light);
}

.nb-category-card img {
	height: 170px;
	width: 100%;
	object-fit: contain;
}

.nb-pagination {
	margin-top: 34px;
}

.nb-woocommerce .woocommerce-result-count,
.nb-woocommerce .woocommerce-ordering {
	margin-bottom: 28px;
}

.nb-woocommerce .woocommerce-ordering select {
	min-width: 220px;
	border: 1px solid var(--nb-line);
	border-radius: 6px;
	padding: 11px 14px;
	background: #fff;
	font: inherit;
}

.nb-woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--nb-grid-gap);
	margin: 0;
	padding: 0;
	list-style: none;
}

.nb-woocommerce ul.products::before,
.nb-woocommerce ul.products::after {
	display: none;
}

.nb-woocommerce ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--nb-line);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(20, 23, 28, .06);
	text-align: center;
}

.nb-woocommerce ul.products li.product a {
	color: inherit;
	text-decoration: none;
}

.nb-woocommerce ul.products li.product img {
	height: 210px;
	width: 100%;
	object-fit: contain;
	margin: 0 0 18px;
	filter: drop-shadow(0 14px 12px rgba(20,20,20,.1));
}

.nb-woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 10px;
	color: var(--nb-ink);
	font-size: 20px;
	line-height: 1.2;
	font-weight: 850;
}

.nb-woocommerce ul.products li.product .price {
	display: block;
	margin: 10px 0 16px;
	color: var(--nb-muted);
	font-weight: 800;
}

.nb-woocommerce .button,
.nb-woocommerce button.button,
.nb-woocommerce a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 3px;
	background: var(--nb-orange);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.nb-woocommerce div.product {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 48px;
	align-items: start;
}

.nb-woocommerce div.product div.images,
.nb-woocommerce div.product div.summary {
	float: none;
	width: auto;
}

.nb-woocommerce div.product div.images {
	padding: 34px;
	background: linear-gradient(145deg, #fff 0%, #fff 58%, #f3f4f6 58%, #fff 100%);
	border: 1px solid var(--nb-line);
	border-radius: 10px;
}

.nb-woocommerce div.product div.images img {
	max-height: 480px;
	object-fit: contain;
}

.nb-woocommerce div.product .product_title {
	margin-top: 0;
}

.nb-woocommerce .woocommerce-tabs,
.nb-woocommerce .related,
.nb-woocommerce .upsells {
	grid-column: 1 / -1;
}

@media (max-width: 980px) {
	.nb-grid-3,
	.nb-grid-4,
	.nb-two-col,
	.nb-product-layout,
	.nb-filter-layout,
	.nb-brochure {
		grid-template-columns: 1fr;
	}

	.nb-spec-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nb-filter-panel {
		position: static;
	}

	.nb-span-2 {
		grid-column: auto;
	}
}

@media (max-width: 1199px) {
	.nb-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nb-woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1023px) {
	:root {
		--nb-page-padding: 32px;
		--nb-section-y: 72px;
		--nb-section-y-sm: 52px;
		--nb-grid-gap: 24px;
	}

	.nb-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nb-woocommerce ul.products,
	.nb-woocommerce div.product {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	:root {
		--nb-page-padding: 20px;
		--nb-section-y: 56px;
		--nb-section-y-sm: 40px;
		--nb-grid-gap: 18px;
	}

	.nb-section:first-child {
		padding-top: 40px;
	}

	.nb-product-grid {
		grid-template-columns: 1fr;
	}

	.nb-woocommerce ul.products,
	.nb-woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.nb-home-hero-copy,
	.nb-section-head,
	.nb-actions {
		width: auto;
		max-width: 100%;
	}

	.nb-home-hero p,
	.nb-lead {
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.nb-section,
	.nb-page-hero {
		padding-block: var(--nb-section-y);
	}

	.nb-spec-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 390px) {
	:root {
		--nb-page-padding: 16px;
		--nb-section-y: 48px;
	}
}

/* Last-mile homepage fixes after the merged global stylesheet. */
.product-range,
.finder-section,
.equipment-stage {
	overflow: hidden;
}

.product-range .container,
.finder-section .container,
.carousel-shell,
.finder-shell,
.finder-layout {
	overflow: visible;
	background: transparent;
}

.product-carousel {
	display: grid;
	grid-template-columns: none;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 48px) / 3);
	gap: 24px;
	overflow: visible;
	background: transparent;
	padding: 8px 0 22px;
	transform: translateX(calc(-1 * (((100% - 48px) / 3) + 24px)));
	scrollbar-width: none;
}

.product-carousel .home-product-card {
	min-width: 0;
	opacity: .52;
	position: relative;
	transform: none;
	z-index: 1;
}

.product-carousel .home-product-card:nth-child(2),
.product-carousel .home-product-card:nth-child(3),
.product-carousel .home-product-card:nth-child(4) {
	opacity: 1;
	z-index: 2;
}

.finder-track {
	display: grid;
	grid-template-columns: none;
	grid-auto-flow: column;
	grid-auto-columns: minmax(220px, 30%);
	gap: 18px;
	overflow: visible;
	background: transparent;
	padding-bottom: 8px;
	scrollbar-width: none;
}

.support-list span::before {
	content: none;
	display: none;
	width: 0;
	height: 0;
	border: 0;
}

.stage-tabs a {
	padding-left: 18px;
}

.equipment-stage .stage-layout {
	grid-template-columns: 230px minmax(0, 1fr);
	align-items: stretch;
}

.stage-feature-window {
	overflow: visible;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.stage-feature-track {
	display: grid;
	grid-template-columns: 1.48fr .64fr .64fr;
	gap: 18px;
	align-items: stretch;
	overflow: visible;
	transform: none;
	transition: none;
}

.stage-feature-track[data-active-position="middle"] {
	grid-template-columns: .64fr 1.48fr .64fr;
}

.stage-feature-track[data-active-position="end"] {
	grid-template-columns: .64fr .64fr 1.48fr;
}

.stage-feature-track .stage-feature {
	min-width: 0;
	min-height: 360px;
	display: grid;
	grid-template-columns: 1fr;
	align-content: space-between;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--home-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(20, 23, 28, .06);
	opacity: .48;
	transform: scale(.94);
	transition: opacity .26s ease, transform .26s ease, border-color .26s ease, box-shadow .26s ease;
}

.stage-feature-track .stage-feature.is-active {
	grid-template-columns: minmax(0, 1fr) minmax(220px, 1.05fr);
	opacity: 1;
	transform: scale(1);
	border-color: var(--home-orange);
	box-shadow: 0 18px 46px rgba(20, 23, 28, .12);
}

.stage-feature-track .stage-feature.is-hidden {
	display: none;
}

.stage-feature-track .stage-feature img {
	width: 100%;
	height: 180px;
	object-fit: contain;
	align-self: end;
	transition: height .26s ease, transform .26s ease;
}

.stage-feature-track .stage-feature.is-active img {
	height: 260px;
}

.stage-feature-track .stage-feature:not(.is-active) .home-lead,
.stage-feature-track .stage-feature:not(.is-active) .stage-best {
	display: none;
}

.stage-feature-track .stage-feature:not(.is-active) h3 {
	font-size: 17px;
	line-height: 1.25;
}

.stage-feature-track .stage-feature.is-active h3 {
	font-size: 26px;
}

.footer-credit {
	white-space: nowrap;
}

.footer-credit a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 1023px) {
	.product-carousel {
		grid-auto-columns: minmax(250px, 78vw);
		transform: none;
		overflow-x: auto;
	}

	.finder-track {
		grid-auto-columns: minmax(230px, 78vw);
		overflow-x: auto;
	}

	.equipment-stage .stage-layout {
		grid-template-columns: 1fr;
	}

	.stage-feature-track,
	.stage-feature-track[data-active-position="middle"],
	.stage-feature-track[data-active-position="end"] {
		grid-template-columns: 1fr;
	}

	.stage-feature-track .stage-feature.is-side {
		display: none;
	}

	.stage-feature-track .stage-feature.is-active {
		grid-template-columns: 1fr;
	}
}

/* Final global layout and homepage interaction polish. */
.container,
.nb-container,
.site-header .container,
.site-footer .container,
.site-header .nb-container,
.site-footer .nb-container {
	box-sizing: border-box;
	width: 1400px;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1499px) and (min-width: 1024px) {
	.container,
	.nb-container,
	.site-header .container,
	.site-footer .container,
	.site-header .nb-container,
	.site-footer .nb-container {
		width: 93.334%;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.container,
	.nb-container,
	.site-header .container,
	.site-footer .container,
	.site-header .nb-container,
	.site-footer .nb-container {
		width: calc(100% - 64px);
	}
}

@media (max-width: 767px) {
	.container,
	.nb-container,
	.site-header .container,
	.site-footer .container,
	.site-header .nb-container,
	.site-footer .nb-container {
		width: calc(100% - 40px);
	}
}

.carousel-shell,
.finder-shell {
	position: relative;
	overflow: visible;
}

.carousel-arrow {
	z-index: 8;
	pointer-events: auto;
}

.product-carousel {
	--product-peek-offset: calc(-1 * (((100% - 48px) / 3) + 24px));
	--carousel-shift: 0px;
	transform: translateX(calc(var(--product-peek-offset) - var(--carousel-shift)));
	transition: transform .48s cubic-bezier(.2, .8, .2, 1);
	will-change: transform;
}

.finder-track {
	--carousel-shift: 0px;
	transform: translateX(calc(-1 * var(--carousel-shift)));
	transition: transform .48s cubic-bezier(.2, .8, .2, 1);
	will-change: transform;
}

.product-carousel .home-product-card {
	transition: opacity .24s ease, transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.product-carousel .home-product-card:hover {
	opacity: 1;
	transform: translateY(-8px);
	border-color: var(--home-orange);
	box-shadow: 0 20px 46px rgba(20, 23, 28, .14);
	z-index: 4;
}

.stage-feature-track {
	transition: grid-template-columns .42s cubic-bezier(.2, .8, .2, 1);
}

.stage-feature-track.is-moving {
	animation: stageTrackGlide .42s cubic-bezier(.2, .8, .2, 1);
}

@keyframes stageTrackGlide {
	0% {
		transform: translateX(22px);
	}

	100% {
		transform: translateX(0);
	}
}

.stage-feature-track .stage-feature {
	cursor: pointer;
	overflow: hidden;
	align-content: stretch;
	transition: opacity .28s ease, transform .36s cubic-bezier(.2, .8, .2, 1), border-color .28s ease, box-shadow .28s ease;
}

.stage-feature-track .stage-feature > div {
	order: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	opacity: .78;
	transform: translateY(6px);
	transition: opacity .28s ease, transform .36s cubic-bezier(.2, .8, .2, 1), max-height .36s ease;
}

.stage-feature-track .stage-feature img {
	order: 1;
	align-self: start;
	justify-self: center;
	height: 190px;
	transform: translateY(0) scale(.96);
	transition: height .36s cubic-bezier(.2, .8, .2, 1), transform .36s cubic-bezier(.2, .8, .2, 1);
}

.stage-feature-track .stage-feature:not(.is-active) .card-button {
	display: none;
}

.stage-feature-track .stage-feature.is-active {
	align-items: center;
}

.stage-feature-track .stage-feature.is-active > div {
	order: 1;
	opacity: 1;
	transform: translateY(0);
}

.stage-feature-track .stage-feature.is-active img {
	order: 2;
	align-self: center;
	height: 270px;
	transform: translateX(10px) scale(1);
}

.stage-feature-track .stage-feature.is-side:hover {
	opacity: .72;
	transform: scale(.96);
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.footer-bottom > span:first-child {
	display: block;
}

.footer-credit {
	display: inline;
	white-space: normal;
}

.footer-credit a {
	display: inline;
	margin: 0;
}

@media (max-width: 1023px) {
	.product-carousel,
	.finder-track {
		transform: translateX(calc(-1 * var(--carousel-shift, 0px)));
		overflow: visible;
	}

	.stage-feature-track.is-moving {
		animation: none;
	}
}

@media (max-width: 767px) {
	.footer-bottom,
	.footer-bottom > span:first-child,
	.footer-bottom > span:last-child {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

/* Final non-homepage hero alignment. */
.nb-page-hero,
.hero:not(.home-hero) {
	text-align: left;
}

.nb-page-hero > .nb-container,
.nb-page-hero > .container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.nb-page-hero .nb-eyebrow,
.nb-page-hero h1,
.nb-page-hero p,
.nb-page-hero .nb-actions,
.hero:not(.home-hero) .breadcrumb,
.hero:not(.home-hero) h1,
.hero:not(.home-hero) p,
.hero:not(.home-hero) .hero-actions {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}

.nb-page-hero p,
.hero:not(.home-hero) p {
	max-width: 680px;
}

.hero:not(.home-hero) .hero-copy {
	left: max(0px, calc((100vw - 1400px) / 2));
	width: min(680px, 46vw);
	max-width: 680px;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1499px) and (min-width: 1024px) {
	.hero:not(.home-hero) .hero-copy {
		left: 3.333%;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.hero:not(.home-hero) .hero-copy {
		left: 32px;
		width: calc(100% - 64px);
		max-width: calc(100% - 64px);
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.hero:not(.home-hero) .hero-copy {
		width: 100%;
		max-width: 100%;
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* Center the Products mega menu against the full navigation layout. */
.nav-inner {
	position: relative;
}

.nav-links > .nav-item.has-mega:first-child {
	position: static;
}

.nav-links > .nav-item.has-mega:first-child .mega-products {
	left: 50%;
	right: auto;
	transform: translateX(-50%) translateY(12px);
}

.nav-links > .nav-item.has-mega:first-child:hover .mega-products {
	transform: translateX(-50%) translateY(0);
}

/* Keep Products mega-menu category art and labels visually aligned. */
@media (min-width: 1101px) {
	.mega-products .mega-product-list {
		align-items: start;
	}

	.mega-products .mega-product-list a {
		grid-template-rows: 176px minmax(50px, auto);
		align-items: start;
	}

	.mega-products .mega-product-art {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		width: 100%;
		height: 176px;
	}

	.mega-products .mega-product-art img {
		width: 100%;
		height: auto;
		max-height: 156px;
		object-fit: contain;
		object-position: center bottom;
	}

	.mega-products .mega-product-list b {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		min-height: 50px;
		line-height: 1.12;
	}
}

/* Homepage carousel and equipment motion refinements. */
.carousel-arrow:disabled,
.carousel-arrow[aria-disabled="true"] {
	cursor: default;
	opacity: .28;
	pointer-events: none;
}

.finder-section,
.finder-section .container,
.finder-shell {
	overflow: visible;
}

.finder-shell {
	clip-path: inset(-80px -160px -80px 0);
}

.finder-track {
	overflow: visible;
	clip-path: none;
}

.product-carousel .home-product-card {
	opacity: .48;
}

.product-carousel .home-product-card:not(.is-carousel-primary) {
	opacity: .48;
}

.product-carousel .home-product-card.is-carousel-primary {
	opacity: 1;
}

.stage-feature-track,
.stage-feature-track.is-moving {
	transition: grid-template-columns .72s linear;
	min-height: 430px;
	align-items: stretch;
}

.stage-feature-track.is-moving {
	animation: stageTrackGlideSmooth .72s linear;
}

@keyframes stageTrackGlideSmooth {
	0% {
		transform: translateX(28px);
	}

	100% {
		transform: translateX(0);
	}
}

.stage-feature-track .stage-feature {
	height: 430px;
	max-height: 430px;
	min-height: 430px;
	transition: opacity .58s linear, transform .72s linear, border-color .58s linear, box-shadow .58s linear;
}

.stage-feature-track .stage-feature > div {
	max-height: 100%;
	overflow: hidden;
	transform: translateY(18px);
	transition: opacity .72s linear, transform .72s linear;
}

.stage-feature-track .stage-feature img {
	align-self: start;
	transform: translate(0, -8px) scale(.84);
	transform-origin: center top;
	transition: height .72s linear, transform .72s linear;
}

.stage-feature-track .stage-feature.is-active > div {
	transform: translateY(0);
}

.stage-feature-track .stage-feature.is-active img {
	align-self: center;
	transform: translate(18px, 0) scale(1);
}

.stage-feature-track .stage-feature.is-side:hover {
	transform: scale(.94);
}

@media (max-width: 1023px) {
	.stage-feature-track,
	.stage-feature-track.is-moving,
	.stage-feature-track .stage-feature,
	.stage-feature-track .stage-feature > div,
	.stage-feature-track .stage-feature img {
		transition-duration: .42s;
	}

	.stage-feature-track,
	.stage-feature-track .stage-feature {
		height: auto;
		max-height: none;
		min-height: 360px;
	}
}

/* Reveal active equipment copy progressively without height jumping. */
.stage-feature-track .stage-feature .home-lead,
.stage-feature-track .stage-feature .stage-best {
	display: block;
	max-height: 0;
	margin-top: 0;
	margin-bottom: 0;
	opacity: 0;
	overflow: hidden;
	clip-path: inset(0 0 100% 0);
	transform: translateY(10px);
	transition: max-height .72s linear, opacity .46s linear, clip-path .72s linear, transform .72s linear, margin .72s linear;
}

.stage-feature-track .stage-feature .card-button {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .42s linear, transform .56s linear;
}

.stage-feature-track .stage-feature.is-active .home-lead {
	max-height: 96px;
	margin-top: 10px;
	margin-bottom: 0;
	opacity: 1;
	clip-path: inset(0 0 0 0);
	transform: translateY(0);
	transition-delay: .10s;
}

.stage-feature-track .stage-feature.is-active .stage-best {
	max-height: 128px;
	margin-top: 12px;
	margin-bottom: 0;
	opacity: 1;
	clip-path: inset(0 0 0 0);
	transform: translateY(0);
	transition-delay: .26s;
}

.stage-feature-track .stage-feature.is-active .card-button {
	display: inline-flex;
	opacity: 1;
	transform: translateY(0);
	transition-delay: .42s;
}

.stage-feature-track .stage-feature:not(.is-active) .card-button {
	display: none;
}

.stage-feature-track .stage-feature.is-active > div {
	display: grid;
	grid-template-rows: auto auto minmax(0, auto) minmax(0, auto) auto;
	align-content: center;
}

.noblelift-product-brochure {
	border-color: #f34f1f;
}

.noblelift-brochure-button {
	width: fit-content;
}

.noblelift-product-video {
	background: #f7f7f7;
}

.noblelift-product-specs {
	background: #fff;
}

.noblelift-product-specs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 18px;
}

.noblelift-product-spec-card {
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(16, 18, 20, .05);
}

.noblelift-product-spec-card h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 850;
	color: #101214;
	overflow-wrap: break-word;
}

.noblelift-product-spec-card p {
	margin: 0;
	color: #555;
	line-height: 1.65;
	overflow-wrap: break-word;
}

@media (min-width: 1180px) {
	.noblelift-product-specs-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.noblelift-product-spec-card {
		padding: 20px;
	}
}

.noblelift-video-embed {
	position: relative;
	width: min(100%, 980px);
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #101214;
	box-shadow: 0 18px 45px rgba(16, 18, 20, .12);
}

.noblelift-video-embed iframe,
.noblelift-video-embed video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.noblelift-video-embed video {
	object-fit: contain;
	background: #101214;
}

.product-grid .product-card h3 {
	margin-top: 8px;
}

.product-grid .product-art img {
	width: 100%;
	height: 170px;
	object-fit: contain;
	padding: 12px;
	box-sizing: border-box;
}

.product-grid-empty {
	grid-column: 1 / -1;
	margin: 0;
}

.utility-card .icon-mark {
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	font-size: 38px;
}

.utility-card .icon-mark svg {
	width: 42px;
	height: 42px;
}

/* Global typography settings */
:root {
	--font-primary: Inter, Arial, Helvetica, sans-serif;
	--type-body-size: 16px;
	--type-body-line: 1.65;
	--type-h1-size: 54px;
	--type-h1-line: 1.08;
	--type-h2-size: 38px;
	--type-h2-line: 1.14;
	--type-h3-size: 22px;
	--type-h3-line: 1.24;
	--type-h4-size: 18px;
	--type-h4-line: 1.3;
}

body {
	font-family: var(--font-primary);
	font-size: var(--type-body-size);
	line-height: var(--type-body-line);
	font-weight: 400;
	letter-spacing: 0;
}

p,
li,
.check,
.product-desc,
.section-head p,
.info-card p,
.category-card p,
.product-card p,
.utility-card p,
.download-card p,
.case-content p {
	font-size: var(--type-body-size);
	line-height: var(--type-body-line);
	font-weight: 400;
	letter-spacing: 0;
}

h1,
.hero h1,
.home-hero h1,
.nb-home-hero h1,
.product-title {
	font-size: var(--type-h1-size);
	line-height: var(--type-h1-line);
	font-weight: 780;
	letter-spacing: 0;
}

h2,
.section-head h2,
.home-section h2,
.nb-home-section h2,
.prose h2,
.final-cta h2,
.home-red-cta h2,
.nb-red-cta h2,
.battery-band-copy h2,
.battery-panel-content h2,
.battery-video-section h2,
.dark-card h2 {
	font-size: var(--type-h2-size);
	line-height: var(--type-h2-line);
	font-weight: 760;
	letter-spacing: 0;
}

h3,
.category-card h3,
.product-card h3,
.utility-card h3,
.info-card h3,
.feature-card h3,
.fit-card h3,
.download-card h4,
.case-content h3,
.faq-group-head h2,
.stage-feature h3,
.noblelift-product-spec-card h3 {
	font-size: var(--type-h3-size);
	line-height: var(--type-h3-line);
	font-weight: 700;
	letter-spacing: 0;
}

h4,
.site-footer h4,
.footer-col h4,
.mega-panel-card h4,
.mega-support-card h4 {
	font-size: var(--type-h4-size);
	line-height: var(--type-h4-line);
	font-weight: 700;
	letter-spacing: 0;
}

.eyebrow,
.home-kicker,
.label,
.tag,
.download-card small,
.battery-video-card span {
	font-size: 12px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: .08em;
}

.btn,
.text-link,
.tabs a,
.product-jump a,
.nav-links,
.topbar-link {
	letter-spacing: 0;
}

@media (max-width: 760px) {
	:root {
		--type-body-size: 15px;
		--type-h1-size: 34px;
		--type-h2-size: 28px;
		--type-h3-size: 21px;
		--type-h4-size: 17px;
	}
}

/* Homepage equipment stage: lighter, quicker interaction motion. */
.stage-feature-track,
.stage-feature-track.is-moving {
	transition: grid-template-columns .38s cubic-bezier(.22, 1, .36, 1);
}

.stage-feature-track.is-moving {
	animation: stageTrackQuickGlide .38s cubic-bezier(.22, 1, .36, 1);
}

@keyframes stageTrackQuickGlide {
	0% {
		transform: translateY(4px);
	}
	100% {
		transform: translateY(0);
	}
}

.stage-feature-track .stage-feature {
	transition:
		opacity .26s cubic-bezier(.22, 1, .36, 1),
		transform .38s cubic-bezier(.22, 1, .36, 1),
		border-color .26s ease,
		box-shadow .32s ease;
}

.stage-feature-track .stage-feature > div {
	transform: translateY(10px);
	clip-path: inset(0 18% 0 0);
	-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 64%, rgba(0, 0, 0, .42) 82%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0%, #000 64%, rgba(0, 0, 0, .42) 82%, transparent 100%);
	-webkit-mask-size: 132% 100%;
	mask-size: 132% 100%;
	-webkit-mask-position: 100% 0;
	mask-position: 100% 0;
	transition:
		opacity .28s cubic-bezier(.22, 1, .36, 1),
		transform .38s cubic-bezier(.22, 1, .36, 1),
		clip-path .38s cubic-bezier(.22, 1, .36, 1),
		-webkit-mask-position .38s cubic-bezier(.22, 1, .36, 1),
		mask-position .38s cubic-bezier(.22, 1, .36, 1);
}

.stage-feature-track .stage-feature img {
	transform: translate(0, -4px) scale(.88);
	transition:
		height .38s cubic-bezier(.22, 1, .36, 1),
		transform .42s cubic-bezier(.22, 1, .36, 1);
}

.stage-feature-track .stage-feature.is-active img {
	transform: translate(12px, 0) scale(1);
}

.stage-feature-track .stage-feature.is-active > div {
	clip-path: inset(0 0 0 0);
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
}

.stage-feature-track .stage-feature .home-lead,
.stage-feature-track .stage-feature .stage-best {
	transition:
		max-height .38s cubic-bezier(.22, 1, .36, 1),
		opacity .24s ease,
		clip-path .38s cubic-bezier(.22, 1, .36, 1),
		transform .38s cubic-bezier(.22, 1, .36, 1),
		margin .38s cubic-bezier(.22, 1, .36, 1);
}

.stage-feature-track .stage-feature.is-active .home-lead {
	transition-delay: .04s;
}

.stage-feature-track .stage-feature.is-active .stage-best {
	transition-delay: .10s;
}

.stage-feature-track .stage-feature .card-button {
	margin-top: 18px;
	transition: opacity .22s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
}

.stage-feature-track .stage-feature.is-active .card-button {
	transition-delay: .16s;
}

.service-section .support-layout > div:first-child > .btn,
.lithium-section .lithium-layout > div:first-child > .btn {
	margin-top: 18px;
}

.service-section .support-collage,
.service-section .support-collage .sc-main,
.service-section .support-collage .sc-thumbs img {
	border-radius: 8px;
}

.service-section .support-collage {
	overflow: hidden;
}

.lithium-section .lithium-image {
	background: transparent;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	padding: 0;
}

.lithium-section .lithium-image img {
	border-radius: 8px;
	display: block;
	object-fit: cover;
}

.stage-feature-track .stage-feature.is-side:hover {
	transform: translateY(-2px) scale(.955);
}

@media (max-width: 1023px) {
	.stage-feature-track,
	.stage-feature-track.is-moving,
	.stage-feature-track .stage-feature,
	.stage-feature-track .stage-feature > div,
	.stage-feature-track .stage-feature img {
		transition-duration: .34s;
	}
}

/* Desktop hero image/copy balance. */
@media (min-width: 1024px) {
	.home-hero::before {
		inset: 0;
		width: auto;
		background:
			linear-gradient(105deg, #fff 0%, #fff 31%, rgba(255,255,255,.55) 45%, rgba(255,255,255,0) 62%);
		z-index: 1;
	}

	.home-hero::after {
		inset: 0;
		width: auto;
		background-position: center right;
		background-size: cover;
		z-index: 0;
	}

	.home-hero-copy {
		width: 560px;
		max-width: 560px;
	}

	.hero:not(.home-hero)::before {
		content: "";
		position: absolute;
		inset: 0;
		width: auto;
		background: linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.92) 26%,rgba(255,255,255,.68) 43%,rgba(255,255,255,.18) 58%,rgba(255,255,255,0) 74%);
		z-index: 1;
		pointer-events: none;
	}

	.hero:not(.home-hero) .hero-media {
		inset: 0;
		width: 100%;
		height: 100%;
	}

	.hero:not(.home-hero) .hero-copy {
		width: 560px;
		max-width: 560px;
	}

	.hero:not(.home-hero) p,
	.home-hero p {
		max-width: 560px;
	}
}

/* Final UI consistency overrides. */
button:not(.menu-btn):not(.carousel-arrow),
.btn,
.button,
a.button,
button.button,
.card-button,
.noblelift-brochure-button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	font-size: 14px;
	font-weight: 600;
}

.redline,
.home-rule {
	height: 2px;
	background: var(--red);
}

.equipment-stage .card-button {
	min-height: 38px;
	padding: 10px 18px;
	background: var(--home-orange);
	color: #fff;
	border: 1px solid transparent;
	box-shadow: none;
}

.equipment-stage .card-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(243,79,31,.25);
}

.brochure-image {
	background: transparent;
	border: 0;
	box-shadow: none;
}

/* Sticky header offsets for in-page product navigation. */
:root {
	--site-header-sticky-offset: 92.9px;
	--anchor-scroll-clearance: 0px;
	--product-jump-sticky-height: 58px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 120;
	background: #fff;
}

.mainnav {
	position: relative;
	top: auto;
	z-index: auto;
}

.product-top .product-buy {
	top: calc(var(--site-header-sticky-offset) + 24px);
}

.product-jump {
	top: var(--site-header-sticky-offset);
	z-index: 80;
}

main [id] {
	scroll-margin-top: var(--site-header-sticky-offset);
}

.product-detail-section {
	scroll-margin-top: calc(var(--site-header-sticky-offset) + var(--product-jump-sticky-height));
}

.site-footer h4:after {
	height: 2px;
}

.footer-brand p {
	white-space: nowrap;
}

.footer-socials {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
}

.footer-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	color: #fff;
	transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.footer-socials a:hover {
	border-color: #f34f1f;
	color: #f34f1f;
	transform: translateY(-2px);
}

.footer-socials svg {
	width: 20px;
	height: 20px;
	display: block;
}

@media (max-width: 760px) {
	.footer-brand p {
		white-space: normal;
	}
}

.article-card .article-img {
	display: block;
	background-position: center;
	background-size: cover;
}

.article-card h3 a {
	color: inherit;
}

.article-card-meta {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.article-card-meta .label {
	margin-bottom: 0;
}

.article-card-meta time {
	color: #697078;
	font-size: 13px;
	font-weight: 700;
}

.news-pagination {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 34px;
}

.news-pagination .page-numbers,
.news-pagination a,
.news-pagination span {
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 9px 13px;
	font-weight: 740;
}

.news-pagination .current {
	background: var(--red);
	border-color: var(--red);
	color: #fff;
}

.news-detail-layout {
	align-items: start;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
}

.news-article-body {
	max-width: 820px;
}

.news-article-body img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.news-article-body blockquote {
	border-left: 4px solid var(--red);
	margin-left: 0;
	padding-left: 20px;
	color: #333;
}

.news-meta {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 24px;
	color: #666;
}

.news-meta .label {
	margin-bottom: 0;
}

.news-post-hero .breadcrumb,
.news-post-hero .breadcrumb a {
	color: var(--red);
}

.news-sticky-card {
	position: sticky;
	top: 118px;
	align-self: start;
	display: grid;
	gap: 28px;
}

.news-sticky-card:after {
	pointer-events: none;
}

.news-sidebar-section,
.news-sidebar-cta {
	position: relative;
	z-index: 1;
}

.recent-news-list {
	display: grid;
	gap: 16px;
	margin-top: 20px;
}

.recent-news-link {
	display: grid;
	gap: 5px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	color: #fff;
}

.recent-news-link:first-child {
	padding-top: 0;
	border-top: 0;
}

.recent-news-link span {
	color: #aeb5bb;
	font-size: 12px;
	font-weight: 740;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.recent-news-link strong {
	font-size: 16px;
	line-height: 1.35;
	font-weight: 760;
}

.recent-news-link:hover strong {
	color: #ff6a3a;
}

.news-sidebar-cta {
	border-top: 1px solid rgba(255, 255, 255, .14);
	padding-top: 26px;
}

.news-sidebar-cta h3 {
	margin: 8px 0 8px;
}

.news-sidebar-cta p {
	margin-bottom: 18px;
}

@media (max-width: 1100px) {
	.news-sticky-card {
		position: relative;
		top: auto;
	}
}

/* Global card radius consistency. */
:root {
	--radius: 8px;
}

.category-card,
.product-card,
.utility-card,
.info-card,
.feature-card,
.fit-card,
.download-card,
.case-card,
.article-card,
.dark-card,
.form-panel,
.faq-item,
.faq-section-block,
.dealer-layout,
.dealer-card,
.subnav-side,
.home-product-card,
.home-benefit-card,
.finder-card,
.stage-feature,
.stage-mini-card,
.nb-card,
.nb-product-card,
.nb-benefit-card,
.nb-category-card,
.noblelift-product-spec-card,
.battery-video-card,
.battery-panel-content,
.battery-benefit-list,
.battery-application-grid > div,
.mega-support-card {
	border-radius: 8px;
}

@media (max-width: 760px) {
	:root {
		--site-header-sticky-offset: 92.9px;
		--product-jump-sticky-height: 56px;
	}
}

/* Product detail refinements. */
:root {
	--product-jump-sticky-height: 46px;
}

.nav-links,
.nav-links > a,
.nav-item > a {
	font-size: 14px;
	font-weight: 500;
}

.product-jump {
	background: #fff;
	box-shadow: none;
	backdrop-filter: none;
	min-height: 0;
}

.product-jump a {
	font-size: var(--type-body-size);
	line-height: var(--type-body-line);
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-jump a.is-active,
.product-jump a:hover {
	color: #111418;
}

.product-jump a:hover:after,
.product-jump a.is-active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	border-radius: 2px 2px 0 0;
	background: #f34f1f;
}

.product-jump a:first-child:not(:hover):not(.is-active):after {
	content: none;
}

.product-top .thumb-nav,
.product-top .thumb-nav:not(:disabled):hover {
	color: transparent;
}

.product-buy .key-tiles {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.product-buy .key-tiles-count-1 {
	grid-template-columns: 1fr;
}

.product-buy .key-tiles-count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-buy .key-tiles-count-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-buy .key-tiles-count-5 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.product-buy .key-tiles-count-5 .key-tile {
	grid-column: span 2;
}

.product-buy .key-tiles-count-5 .key-tile:nth-child(4) {
	grid-column: 2 / span 2;
}

.product-buy .key-tiles-count-5 .key-tile:nth-child(5) {
	grid-column: 4 / span 2;
}

.product-buy .key-tile {
	min-height: 142px;
	padding: 20px 12px;
	border: 1px solid #e2e5e8;
	border-radius: 8px;
	background: #fff;
	gap: 10px;
	justify-content: flex-start;
}

.product-buy .key-tiles .key-tile:last-child {
	border-right: 1px solid #e2e5e8;
}

.product-buy .key-tile .kt-ico {
	width: 32px;
	height: 32px;
	flex-basis: 32px;
	flex-shrink: 0;
	color: #f34f1f;
}

.product-buy .key-tile b,
.product-buy .key-tile small {
	font-size: var(--type-body-size);
	line-height: 1.3;
}

.product-buy .key-tile b {
	font-weight: 760;
}

.product-buy .key-tile small {
	font-weight: 400;
	color: #5f666e;
}

.product-buy .product-title {
	margin-top: 8px;
	margin-bottom: 0;
}

.product-detail-section {
	padding-top: 60px;
}

#overview.product-detail-section {
	padding-top: 20px;
}

#overview .prose > :first-child {
	margin-top: 0;
}

.product-features-section .section-head {
	margin-bottom: 52px;
	text-align: left;
}

.product-features-section .section-head p {
	max-width: 760px;
	margin: 22px 0 0;
	color: #4e555c;
}

.product-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.product-feature-card {
	min-height: 146px;
	padding: 30px 30px 28px;
	border: 1px solid #e2e5e8;
	border-radius: 8px;
	background: #fff;
}

.product-feature-card h3 {
	margin: 0 0 12px;
	color: #111418;
}

.product-feature-card p {
	margin: 0;
	color: #4f565e;
}

.download-layout.single-download .download-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
	gap: 22px;
	align-items: stretch;
}

.download-card.has-thumb {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	aspect-ratio: 4 / 5;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
}

.download-card.has-thumb .download-thumb {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f8f9;
}

.download-card.has-thumb .download-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: auto;
}

.download-card.has-thumb .download-thumb.is-brochure-fallback {
	padding: 26px;
	background: linear-gradient(135deg, #fff 0%, #f4f5f6 100%);
}

.download-card.has-thumb .download-thumb.is-brochure-fallback img {
	object-fit: contain;
}

.download-card.has-thumb .download-thumb.is-pdf-placeholder {
	background: linear-gradient(135deg, #fff 0%, #f4f5f6 100%);
}

.download-card.has-thumb .download-thumb.is-pdf-placeholder span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 118px;
	border: 2px solid #f34f1f;
	border-radius: 8px;
	color: #f34f1f;
	font-weight: 800;
	background: #fff;
}

.download-card.has-thumb:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17,20,24,0) 28%, rgba(17,20,24,.78) 100%);
	opacity: .74;
	transition: opacity .18s ease;
	z-index: 1;
}

.download-card.has-thumb h4,
.download-card.has-thumb .btn {
	position: relative;
	z-index: 2;
}

.download-card.has-thumb h4 {
	margin: auto 20px 22px;
	color: #fff;
}

.download-card.has-thumb .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, calc(-50% + 12px));
	transition: opacity .18s ease, transform .18s ease;
}

.download-card.has-thumb:hover:before {
	opacity: .9;
}

.download-card.has-thumb:hover .btn {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%);
}

@media (max-width: 1100px) {
	.product-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-buy .key-tiles,
	.product-buy .key-tiles-count-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-buy .key-tiles-count-5 .key-tile,
	.product-buy .key-tiles-count-5 .key-tile:nth-child(4),
	.product-buy .key-tiles-count-5 .key-tile:nth-child(5) {
		grid-column: auto;
	}
}

@media (max-width: 760px) {
	.product-feature-grid,
	.download-layout.single-download .download-group {
		grid-template-columns: 1fr;
	}
}

/* Homepage equipment stage: final card expansion choreography. */
.stage-feature-track,
.stage-feature-track.is-moving {
	transition: grid-template-columns .54s cubic-bezier(.2, .8, .2, 1);
}

.stage-feature-track.is-moving {
	animation: none;
}

.stage-feature-track .stage-feature {
	border-radius: 8px;
	align-content: center;
	gap: 12px;
	transition:
		opacity .34s ease,
		transform .54s cubic-bezier(.2, .8, .2, 1),
		border-color .34s ease,
		box-shadow .42s ease;
}

.stage-feature-track .stage-feature.is-active {
	grid-template-columns: minmax(300px, 320px) minmax(220px, 1fr);
	align-items: center;
	gap: 22px;
}

.stage-feature-track .stage-feature > div {
	box-sizing: border-box;
	width: 320px;
	max-width: none;
	align-self: start;
	justify-self: start;
	clip-path: none;
	-webkit-mask-image: none;
	mask-image: none;
	opacity: .82;
	transform: translateY(0);
	transition:
		opacity .34s ease,
		transform .54s cubic-bezier(.2, .8, .2, 1);
}

.stage-feature-track .stage-feature.is-active > div {
	align-self: center;
	opacity: 1;
	transform: translateY(0);
}

.stage-feature-track .stage-feature .home-kicker,
.stage-feature-track .stage-feature h3,
.stage-feature-track .stage-feature .home-lead,
.stage-feature-track .stage-feature .stage-best,
.stage-feature-track .stage-feature .card-button {
	max-width: 320px;
}

.stage-feature-track .stage-feature .home-kicker,
.stage-feature-track .stage-feature h3 {
	width: 320px;
	clip-path: inset(0 0 0 0);
	transition:
		opacity .28s ease,
		clip-path .42s cubic-bezier(.2, .8, .2, 1),
		transform .42s cubic-bezier(.2, .8, .2, 1);
}

.stage-feature-track .stage-feature.is-active .home-kicker {
	animation: stageTextReveal .58s cubic-bezier(.2, .8, .2, 1) both;
	animation-delay: .20s;
}

.stage-feature-track .stage-feature.is-active h3 {
	animation: stageTextReveal .58s cubic-bezier(.2, .8, .2, 1) both;
	animation-delay: .30s;
}

.stage-feature-track .stage-feature img {
	align-self: start;
	justify-self: center;
	display: block;
	height: 190px;
	max-width: 100%;
	object-fit: contain;
	object-position: center center;
	transform: translate(0, 0) scale(.82);
	transform-origin: center top;
	transition:
		height .54s cubic-bezier(.2, .8, .2, 1),
		transform .54s cubic-bezier(.2, .8, .2, 1);
}

.stage-feature-track .stage-feature.is-active img {
	align-self: center;
	height: 270px;
	transform: translate(0, 0) scale(1);
}

.stage-feature-track .stage-feature .home-lead,
.stage-feature-track .stage-feature .stage-best {
	width: 100%;
	max-width: 320px;
	opacity: 0;
	clip-path: inset(0 0 100% 0);
	transform: translateY(-4px);
	transition:
		max-height .54s cubic-bezier(.2, .8, .2, 1),
		opacity .26s ease,
		clip-path .54s cubic-bezier(.2, .8, .2, 1),
		transform .54s cubic-bezier(.2, .8, .2, 1),
		margin .54s cubic-bezier(.2, .8, .2, 1);
}

.stage-feature-track .stage-feature.is-active .home-lead {
	opacity: 1;
	clip-path: inset(0 0 0 0);
	transform: translateY(0);
	transition-delay: .46s;
}

.stage-feature-track .stage-feature.is-active .stage-best {
	opacity: 1;
	clip-path: inset(0 0 0 0);
	transform: translateY(0);
	transition-delay: .62s;
}

.stage-feature-track .stage-feature .card-button {
	clip-path: inset(0 0 100% 0);
	transition:
		opacity .28s ease,
		clip-path .42s cubic-bezier(.2, .8, .2, 1),
		transform .42s cubic-bezier(.2, .8, .2, 1);
}

.stage-feature-track .stage-feature.is-active .card-button {
	clip-path: inset(0 0 0 0);
	transition-delay: .78s;
}

.stage-feature-track .stage-feature.is-side:hover {
	transform: scale(.94);
}

@media (max-width: 1023px) {
	.stage-feature-track .stage-feature.is-active {
		grid-template-columns: 1fr;
	}

	.stage-feature-track .stage-feature > div {
		width: 100%;
		max-width: none;
	}
}

@keyframes stageTextReveal {
	0% {
		opacity: 0;
		clip-path: inset(0 0 100% 0);
		transform: translateY(12px);
	}
	100% {
		opacity: 1;
		clip-path: inset(0 0 0 0);
		transform: translateY(0);
	}
}

/* Keep collapsed FAQ cards compact while preserving the accordion animation. */
.faq-list {
	align-items: start;
}

.faq-list .faq-item {
	min-height: 0;
}

.faq-list .faq-item .faq-q {
	min-height: 0;
	padding-top: 18px;
	padding-bottom: 18px;
}

.faq-list .faq-item .faq-a {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.faq-list .faq-item .faq-a > * {
	margin-top: 0;
	margin-bottom: 0;
}

.faq-list .faq-item:not(.open) .faq-a {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
}

.faq-list .faq-item.open .faq-a {
	height: auto;
	padding-bottom: 18px;
}

.faq-section-block .faq-list {
	gap: 0;
}

.faq-page-section .faq-section-block {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

.faq-section-block .faq-item {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}

.faq-section-block .faq-item + .faq-item {
	border-top: 1px solid var(--line);
}

.faq-section-block .faq-q {
	padding-left: 0;
	padding-right: 0;
}

.faq-section-block .faq-a {
	padding-left: 0;
	padding-right: 0;
}

.faq-side a.is-active {
	background: #fff1ec;
	color: var(--red);
	font-weight: 720;
	box-shadow: inset 3px 0 0 var(--red);
}

/* Lucide-style inline SVG icon lists. */
ul.lucide-list {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

ul.lucide-list .lucide-list-item {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	align-items: flex-start;
	gap: 12px;
	color: #555;
	line-height: 1.45;
}

.lucide-list-icon {
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: rgba(243, 79, 31, .09);
	color: #f34f1f;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 26px;
	margin-top: .08em;
}

.lucide-list-icon svg {
	width: 16px;
	height: 16px;
	vector-effect: non-scaling-stroke;
}

.lucide-list-icon svg * {
	stroke-width: 1.7;
}

.dark-card ul.lucide-list .lucide-list-item,
.battery-band-dark ul.lucide-list .lucide-list-item {
	color: #d5d9dd;
}

.dark-card .lucide-list-icon,
.battery-band-dark .lucide-list-icon {
	background: rgba(243, 79, 31, .17);
	color: #ff7043;
}

.battery-range-list.lucide-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
}

/* Iconised tags and pills using Lucide-style inline SVGs. */
.battery-chip-list > span,
.product-tags > span,
.spec-mini > span,
.tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	white-space: normal;
}

.tag-icon {
	width: 18px;
	height: 18px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f34f1f;
	flex: 0 0 18px;
	background: rgba(243, 79, 31, .08);
}

.tag-icon svg {
	width: 12px;
	height: 12px;
	vector-effect: non-scaling-stroke;
}

.tag-icon svg * {
	stroke-width: 1.75;
}

.battery-chip-list .tag-icon {
	width: 20px;
	height: 20px;
	flex-basis: 20px;
}

.battery-chip-list .tag-icon svg {
	width: 13px;
	height: 13px;
}

.spec-mini .tag-icon {
	width: 17px;
	height: 17px;
	flex-basis: 17px;
}

.spec-mini .tag-icon svg {
	width: 11px;
	height: 11px;
}

.tag .tag-icon {
	background: rgba(255, 255, 255, .55);
}

.tag-text {
	min-width: 0;
}

.battery-chip-list .tag-icon,
.product-tags .tag-icon,
.spec-mini .tag-icon,
.tag .tag-icon {
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(243, 79, 31, .1);
	color: #f34f1f;
	font-size: 0;
	line-height: 1;
}

.battery-chip-list .tag-text,
.product-tags .tag-text,
.spec-mini .tag-text,
.tag .tag-text {
	padding: 0;
	border: 0;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	line-height: inherit;
}

.battery-chip-list > span {
	padding-left: 12px;
	padding-right: 16px;
}

.product-tags > span,
.spec-mini > span {
	padding-left: 10px;
}

@media (max-width: 760px) {
	.battery-range-list.lucide-list {
		grid-template-columns: 1fr;
	}

	ul.lucide-list .lucide-list-item {
		grid-template-columns: 24px minmax(0, 1fr);
		gap: 10px;
	}

	.lucide-list-icon {
		width: 24px;
		height: 24px;
	}

	.lucide-list-icon svg {
		width: 15px;
		height: 15px;
	}

	.battery-chip-list > span,
	.product-tags > span,
	.spec-mini > span,
	.tag {
		gap: 6px;
	}

	.tag-icon {
		width: 17px;
		height: 17px;
		flex-basis: 17px;
	}

	.tag-icon svg {
		width: 11px;
		height: 11px;
	}
}

/* Homepage stage cards: title rides up with expansion, details fade in. */
.stage-feature-track .stage-feature h3 {
	animation: none;
	clip-path: none;
	opacity: .92;
	transform: translateY(24px);
	transition:
		opacity .28s ease,
		transform .58s cubic-bezier(.2, .8, .2, 1);
}

.stage-feature-track .stage-feature.is-active h3 {
	animation: none;
	opacity: 1;
	transform: translateY(0);
	transition-delay: .08s;
}

.stage-feature-track .stage-feature .home-lead,
.stage-feature-track .stage-feature .stage-best,
.stage-feature-track .stage-feature .card-button {
	animation: none;
	clip-path: none;
	opacity: 0;
	transform: translateY(12px);
	transition:
		opacity .34s ease,
		transform .48s cubic-bezier(.2, .8, .2, 1);
}

.stage-feature-track .stage-feature.is-active .home-lead {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .26s;
}

.stage-feature-track .stage-feature.is-active .stage-best {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .36s;
}

.stage-feature-track .stage-feature.is-active .card-button {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .46s;
}

/* Service/support and card spacing refinements. */
.service-support-split {
	align-items: flex-start;
}

.support-overview-section {
	position: relative;
	overflow: hidden;
	padding: 92px 0 86px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .86) 0%, rgba(255, 255, 255, .98) 42%, rgba(247, 248, 249, .94) 100%),
		url('../images/service-support/service-maintenance-scene.webp') left top / 470px auto no-repeat,
		#fafafa;
}

.support-overview-section:before {
	content: "";
	position: absolute;
	top: -160px;
	right: -130px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background-image: radial-gradient(rgba(243, 79, 31, .18) 1px, transparent 1px);
	background-size: 14px 14px;
	opacity: .42;
	pointer-events: none;
}

.support-overview-section:after {
	content: "";
	position: absolute;
	right: -86px;
	top: 104px;
	width: 520px;
	height: 260px;
	border-top: 1px solid rgba(243, 79, 31, .34);
	background: linear-gradient(135deg, transparent 0 49.7%, rgba(214, 218, 222, .42) 50%, transparent 50.4%);
	transform: skewX(-18deg);
	opacity: .72;
	pointer-events: none;
}

.support-overview-section .container {
	position: relative;
	z-index: 1;
}

.support-overview-head {
	max-width: 780px;
	margin-bottom: 40px;
}

.support-overview-head .eyebrow {
	font-size: 15px;
	letter-spacing: .24em;
}

.support-overview-head h2 {
	font-size: 58px;
	line-height: 1.06;
	letter-spacing: -.04em;
}

.support-overview-head p {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 1.55;
	color: #555b61;
}

.support-overview-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.support-overview-card {
	position: relative;
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 24px;
	min-height: 190px;
	padding: 34px 54px 28px 24px;
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(18, 24, 29, .08);
	border-radius: 16px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 14px 36px rgba(16, 18, 20, .10);
	color: #101316;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.support-overview-card:hover {
	transform: translateY(-4px);
	border-color: rgba(243, 79, 31, .42);
	box-shadow: 0 20px 44px rgba(16, 18, 20, .14);
}

.support-overview-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 128px;
	height: 128px;
	border-radius: 22px;
	background: linear-gradient(135deg, #fff5ef 0%, #fff 100%);
}

.support-overview-icon img {
	display: block;
	width: 88px;
	height: 88px;
	object-fit: contain;
}

.support-overview-copy {
	display: block;
	min-width: 0;
}

.support-overview-copy h3 {
	margin: 0 0 14px;
	color: #07090b;
	font-size: 24px;
	line-height: 1.12;
	letter-spacing: -.025em;
}

.support-overview-copy p {
	margin: 0;
	color: #555b61;
	font-size: 16px;
	line-height: 1.45;
}

.support-overview-arrow {
	position: absolute;
	right: 25px;
	bottom: 24px;
	color: var(--red);
	font-size: 32px;
	line-height: 1;
	transition: transform .22s ease;
}

.support-overview-card:hover .support-overview-arrow {
	transform: translateX(5px);
}

.service-feature {
	overflow: hidden;
}

.service-feature-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 48px;
	align-items: center;
}

.service-feature-grid-reverse {
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.service-feature-copy {
	min-width: 0;
}

.service-feature-copy h2,
.service-dealer-copy h2 {
	margin-top: 8px;
}

.service-feature-media {
	position: relative;
	margin: 0;
	min-height: 440px;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 18px 42px rgba(16, 18, 20, .11);
}

.service-feature-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 440px;
	object-fit: cover;
}

.service-feature-maintenance .service-feature-media {
	min-height: 500px;
}

.service-feature-maintenance .service-feature-media img {
	min-height: 500px;
}

.service-feature-maintenance .service-feature-copy {
	padding-right: 20px;
}

.service-feature-parts {
	background: linear-gradient(180deg, #fff 0%, #fff 52%, #f7f7f7 52%, #f7f7f7 100%);
}

.service-feature-parts .dark-card {
	padding: 48px;
	border-radius: 8px;
}

.service-feature-media-dark {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.service-feature-media-dark:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(9, 13, 16, .32), rgba(9, 13, 16, 0) 58%);
	pointer-events: none;
}

.service-feature-media-framed {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.service-feature-media-framed img {
	border-radius: 4px;
}

.service-feature-warranty .service-feature-copy {
	max-width: 610px;
	justify-self: end;
}

.warranty-policy-panel {
	margin-top: 48px;
	padding: 34px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(16, 18, 20, .07);
}

.warranty-policy-head {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(280px, .6fr);
	gap: 28px;
	align-items: end;
	margin-bottom: 24px;
}

.warranty-policy-head h3 {
	margin: 8px 0 0;
	font-size: 30px;
	line-height: 1.12;
	letter-spacing: -.025em;
}

.warranty-policy-head p {
	margin: 0;
	color: #555b61;
	line-height: 1.55;
}

.warranty-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--line);
	border-radius: 8px;
}

.warranty-table {
	width: 100%;
	min-width: 920px;
	border-collapse: collapse;
	background: #fff;
}

.warranty-table th,
.warranty-table td {
	padding: 18px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--line);
	border-right: 1px solid var(--line);
	font-size: 14px;
	line-height: 1.45;
}

.warranty-table th:last-child,
.warranty-table td:last-child {
	border-right: 0;
}

.warranty-table tr:last-child td {
	border-bottom: 0;
}

.warranty-table th {
	background: #111;
	color: #fff;
	font-weight: 850;
}

.warranty-table td:first-child {
	width: 24%;
	font-weight: 850;
	color: #101214;
}

.warranty-table small {
	display: block;
	margin-top: 5px;
	color: #676d73;
	font-weight: 600;
	line-height: 1.35;
}

.warranty-note-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.warranty-note-card {
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fafafa;
}

.warranty-note-card h4 {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.2;
}

.warranty-note-card p {
	margin: 0;
	color: #555b61;
	font-size: 14px;
	line-height: 1.55;
}

.warranty-policy-footnote {
	margin: 20px 0 0;
	padding: 16px 18px;
	border-left: 3px solid var(--red);
	background: #fff7f4;
	color: #5d2720;
	font-size: 14px;
	line-height: 1.55;
}

.service-dealer-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	min-height: 560px;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid var(--line);
	background: linear-gradient(135deg, #fff 0%, #fff 54%, #f7f7f7 54%, #f7f7f7 100%);
	box-shadow: 0 16px 38px rgba(16, 18, 20, .08);
}

.service-dealer-panel img {
	position: relative;
	z-index: 1;
	grid-column: 2;
	grid-row: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}

.service-dealer-panel:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 56%;
	z-index: 2;
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .72) 24%, rgba(255, 255, 255, 0) 62%);
	pointer-events: none;
}

.service-dealer-copy {
	position: relative;
	z-index: 3;
	grid-column: 1;
	grid-row: 1;
	width: 100%;
	align-self: center;
	padding: 56px;
}

.service-dealer-copy p,
.service-dealer-copy ul,
.service-dealer-copy li {
	color: #555;
}

.service-dealer-copy .eyebrow {
	color: var(--red);
}

.service-dealer-copy ul.lucide-list .lucide-list-item {
	background: transparent;
	border-color: #ececec;
	box-shadow: none;
}

.service-dealer-copy .lucide-list-icon {
	background: #fff1ec;
	color: var(--red);
}

.prose .lucide-list + .btn,
.dark-card .lucide-list + .btn,
.service-feature-copy .lucide-list + .btn,
.service-dealer-copy .lucide-list + .btn,
.case-content .lucide-list + .btn,
.battery-band-copy .lucide-list + .btn,
.prose p + .btn,
.dark-card p + .btn,
.service-feature-copy p + .btn,
.service-dealer-copy p + .btn,
.case-content p + .btn,
.support-list + .btn {
	margin-top: 20px;
}

.stage-feature-track .stage-feature {
	align-content: start;
	overflow: visible;
}

.stage-feature-track .stage-feature > div {
	align-self: start;
	min-height: 0;
	overflow: visible;
}

.stage-feature-track .stage-feature h3 {
	width: 100%;
	min-height: auto;
	margin-bottom: 0;
	overflow: visible;
	clip-path: none;
	-webkit-mask-image: none;
	mask-image: none;
	opacity: 1;
	transform: none;
}

.stage-feature-track .stage-feature:not(.is-active) h3 {
	font-size: 20px;
	line-height: 1.22;
}

.stage-feature-track .stage-feature,
.stage-feature-track .stage-feature.is-active {
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	min-width: 0;
	overflow: hidden;
}

.stage-feature-track .stage-feature > div,
.stage-feature-track .stage-feature.is-active > div {
	align-self: center;
	min-width: 0;
}

.stage-feature-track .stage-feature img,
.stage-feature-track .stage-feature.is-active img {
	align-self: center;
	justify-self: center;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center center;
}

.stage-feature-track .stage-feature:not(.is-active) {
	grid-template-columns: minmax(0, 1fr);
	justify-items: stretch;
}

.stage-feature-track .stage-feature:not(.is-active) img {
	display: block;
	width: min(78%, 180px);
	max-width: calc(100% - 8px);
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	transform: translate(0, 0) scale(1);
	transform-origin: center center;
}

.stage-feature-track .stage-feature.is-side {
	contain: paint;
	clip-path: inset(0 round 8px);
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	justify-items: stretch;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}

.stage-feature-track .stage-feature.is-side img {
	box-sizing: border-box;
	grid-column: 1;
	place-self: center;
	width: 100%;
	max-width: 160px;
	height: 138px;
	margin: 0 auto;
	object-fit: contain;
	object-position: center center;
	transform: none;
}

.stage-feature-track .stage-feature.is-side > div {
	box-sizing: border-box;
	grid-column: 1;
	justify-self: stretch;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.stage-feature-track .stage-feature.is-side .home-kicker,
.stage-feature-track .stage-feature.is-side h3,
.stage-feature-track .stage-feature.is-side .home-lead,
.stage-feature-track .stage-feature.is-side .stage-best,
.stage-feature-track .stage-feature.is-side .card-button {
	width: 100%;
	max-width: 100%;
	overflow-wrap: break-word;
}

@media (max-width: 1280px) {
	.stage-feature-window,
	.stage-feature-track {
		min-width: 0;
		max-width: 100%;
		overflow: hidden;
	}

	.stage-feature-track .stage-feature.is-active {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.stage-feature-track .stage-feature > div,
	.stage-feature-track .stage-feature.is-active > div,
	.stage-feature-track .stage-feature .home-kicker,
	.stage-feature-track .stage-feature h3,
	.stage-feature-track .stage-feature .home-lead,
	.stage-feature-track .stage-feature .stage-best,
	.stage-feature-track .stage-feature .card-button {
		width: auto;
		max-width: 100%;
	}

	.stage-feature-track .stage-feature img,
	.stage-feature-track .stage-feature.is-active img {
		height: min(230px, 28vw);
		transform: translate(0, 0) scale(1);
	}

	.stage-feature-track .stage-feature:not(.is-active) img {
		width: min(70%, 160px);
		max-width: calc(100% - 36px);
		height: 132px;
	}

	.stage-feature-track .stage-feature.is-side img {
		width: 100%;
		max-width: 144px;
		height: 128px;
	}
}

@media (max-width: 1023px) {
	.stage-feature-window,
	.stage-feature-track {
		overflow: hidden;
	}

	.stage-feature-track .stage-feature,
	.stage-feature-track .stage-feature.is-active {
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
	}

	.stage-feature-track .stage-feature img,
	.stage-feature-track .stage-feature.is-active img {
		width: 100%;
		max-width: min(100%, 340px);
		height: clamp(150px, 38vw, 220px);
		margin-left: auto;
		margin-right: auto;
		transform: translate(0, 0) scale(1);
	}
}

@media (max-width: 980px) {
	.support-overview-head h2 {
		font-size: 44px;
	}

	.support-overview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.support-overview-card {
		grid-template-columns: 104px minmax(0, 1fr);
		min-height: 170px;
		padding: 26px 46px 24px 20px;
	}

	.support-overview-icon {
		width: 104px;
		height: 104px;
		border-radius: 18px;
	}

	.support-overview-icon img {
		width: 76px;
		height: 76px;
	}

	.service-feature-grid,
	.service-feature-grid-reverse {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.service-feature-grid-reverse .service-feature-media {
		order: -1;
	}

	.service-feature-warranty .service-feature-copy {
		max-width: none;
		justify-self: stretch;
	}

	.warranty-policy-head {
		grid-template-columns: 1fr;
		gap: 12px;
		align-items: start;
	}

	.warranty-note-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-dealer-panel {
		display: block;
		min-height: 0;
	}

	.service-dealer-panel img {
		display: block;
		height: 320px;
		opacity: 1;
	}

	.service-dealer-panel:after {
		display: none;
	}

	.service-dealer-copy {
		width: auto;
		padding: 34px;
	}
}

@media (max-width: 640px) {
	.support-overview-section {
		padding: 62px 0;
		background-size: 360px auto;
	}

	.support-overview-section:before,
	.support-overview-section:after {
		display: none;
	}

	.support-overview-head {
		text-align: center;
		margin-bottom: 28px;
	}

	.support-overview-head .eyebrow {
		font-size: 12px;
	}

	.support-overview-head h2 {
		font-size: 31px;
	}

	.support-overview-head p {
		font-size: 16px;
	}

	.support-overview-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.support-overview-card {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 18px;
		min-height: 150px;
		padding: 22px 42px 22px 18px;
		border-radius: 14px;
	}

	.support-overview-icon {
		width: 88px;
		height: 88px;
		border-radius: 16px;
	}

	.support-overview-icon img {
		width: 66px;
		height: 66px;
	}

	.support-overview-copy h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.support-overview-copy p {
		font-size: 14px;
	}

	.support-overview-arrow {
		right: 18px;
		bottom: 20px;
		font-size: 26px;
	}

	.service-feature-media,
	.service-feature-media img,
	.service-feature-maintenance .service-feature-media,
	.service-feature-maintenance .service-feature-media img {
		min-height: 260px;
	}

	.service-feature-parts .dark-card,
	.service-dealer-copy {
		padding: 26px;
	}

	.warranty-policy-panel {
		margin-top: 30px;
		padding: 20px;
	}

	.warranty-policy-head h3 {
		font-size: 24px;
	}

	.warranty-table th,
	.warranty-table td {
		padding: 14px;
		font-size: 13px;
	}

	.warranty-note-grid {
		grid-template-columns: 1fr;
	}

	.warranty-note-card {
		padding: 16px;
	}

	.service-feature-media-framed {
		padding: 0;
	}
}

.content-link {
	color: var(--red);
	font-weight: 750;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.content-link:hover {
	color: #b93016;
}

/* Global card heading color. */
.nb-card h3,
[class*="-card"] h3 {
	color: var(--red);
}

.case-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 42px;
	align-items: start;
}

.case-detail-body h3 {
	margin-top: 30px;
}

.case-detail-metrics {
	margin: 30px 0;
}

.case-detail-summary {
	position: sticky;
	top: calc(var(--site-header-sticky-offset, 92px) + 24px);
}

.case-detail-summary .content-link {
	color: #ff8a65;
}

.case-video-panel {
	margin-top: 36px;
	padding-top: 32px;
	border-top: 1px solid var(--line);
}

.case-video-panel h3 {
	margin-top: 8px;
}

.case-video-embed {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: var(--radius);
	background: #080b0e;
	box-shadow: 0 16px 42px rgba(0, 0, 0, .14);
}

.case-video-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.case-detail-summary .btn {
	width: 100%;
	margin-top: 12px;
}

.case-detail-summary .case-summary-video {
	margin-top: 24px;
}

.global-cases-proof .stat {
	font-size: 15px;
	line-height: 1.25;
}

.global-cases-proof .stat b {
	font-size: 28px;
	line-height: 1.08;
	margin-bottom: 4px;
}

@media (max-width: 980px) {
	.case-detail-grid {
		grid-template-columns: 1fr;
	}

	.case-detail-summary {
		position: static;
	}
}

/* Keep card body links quiet now that card h3 headings carry the brand color. */
[class*="-card"]:not(.dark-card) .content-link,
[class*="-card"]:not(.dark-card) .text-link,
.nb-card .content-link,
.nb-card .text-link {
	color: var(--text);
}

[class*="-card"]:not(.dark-card) .content-link:hover,
[class*="-card"]:not(.dark-card) .text-link:hover,
.nb-card .content-link:hover,
.nb-card .text-link:hover {
	color: var(--black);
}

.dark-card .content-link,
.dark-card .text-link {
	color: #e0e0e0;
}

.dark-card .content-link:hover,
.dark-card .text-link:hover {
	color: #fff;
}

/* Mobile navigation drawer. Keep this late so older responsive nav rules cannot override it. */
@media (max-width: 1100px) {
	body.nav-open {
		overflow: hidden;
	}

	body.nav-open .site-header {
		z-index: 150;
	}

	body.nav-open::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 118;
		background: rgba(9, 13, 16, .44);
		backdrop-filter: blur(2px);
	}

	.nav-inner {
		justify-content: space-between;
		gap: 18px;
	}

	.nav-actions {
		margin-left: auto;
	}

	.menu-btn {
		position: relative;
		z-index: 140;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		margin-left: auto;
		border-radius: 8px;
		color: #101316;
		font-size: 34px;
		line-height: 1;
		background: transparent;
	}

	.nav-open .menu-btn {
		color: #101316;
		background: #fff;
	}

	.nav-links {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 130;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		width: min(390px, 88vw);
		height: 100dvh;
		padding: 82px 28px 44px;
		gap: 0;
		overflow-y: auto;
		background: #fff;
		border-left: 1px solid #e7e7e7;
		border-top: 0;
		box-shadow: -24px 0 54px rgba(16, 18, 20, .18);
		visibility: hidden;
		pointer-events: none;
		transform: translateX(100%);
		transition: transform .28s cubic-bezier(.22, 1, .36, 1);
	}

	.nav-open .nav-links {
		visibility: visible;
		pointer-events: auto;
		transform: translateX(0);
	}

	.nav-links > a,
	.nav-item > a {
		display: flex;
		align-items: center;
		min-height: 58px;
		padding: 0;
		border-bottom: 1px solid #edf0f2;
		color: #101316;
		font-size: 18px;
		font-weight: 650;
		text-align: left;
	}

	.nav-links > a:after,
	.nav-item > a:after {
		display: none;
	}

	.nav-item.has-mega .mega {
		display: none;
	}
}

/* Mobile equipment stage: stack each card directly under its tab. */
.stage-mobile-list {
	display: none;
}

@media (max-width: 760px) {
	.equipment-stage .stage-layout {
		display: block;
	}

	.equipment-stage .stage-tabs,
	.equipment-stage .stage-feature-window {
		display: none;
	}

	.stage-mobile-list {
		display: grid;
		gap: 10px;
	}

	.stage-mobile-item {
		border: 1px solid #e7e9eb;
		border-radius: 8px;
		background: #fff;
		overflow: hidden;
		box-shadow: 0 12px 28px rgba(16, 18, 20, .06);
	}

	.stage-mobile-tab {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 58px;
		padding: 0 16px;
		border: 0;
		background: #fff;
		color: #101316;
		font: inherit;
		font-size: 16px;
		font-weight: 750;
		text-align: left;
		cursor: pointer;
	}

	.stage-mobile-tab i {
		color: #f34f1f;
		font-style: normal;
		font-size: 26px;
		line-height: 1;
		transition: transform .2s ease;
	}

	.stage-mobile-item.is-active .stage-mobile-tab {
		color: #f34f1f;
		border-bottom: 1px solid #edf0f2;
	}

	.stage-mobile-item.is-active .stage-mobile-tab i {
		transform: rotate(90deg);
	}

	.stage-mobile-card {
		display: none;
		padding: 18px 16px 20px;
		background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
	}

	.stage-mobile-item.is-active .stage-mobile-card {
		display: grid;
		gap: 18px;
	}

	.stage-mobile-card img {
		width: 100%;
		max-width: min(100%, 320px);
		height: clamp(150px, 45vw, 220px);
		margin: 0 auto;
		object-fit: contain;
		object-position: center center;
	}

	.stage-mobile-card h3 {
		margin: 6px 0 0;
		color: #101316;
		font-size: 30px;
		line-height: 1.08;
		font-weight: 850;
	}

	.stage-mobile-card .home-lead,
	.stage-mobile-card .stage-best {
		margin: 12px 0 0;
		color: #50565c;
		font-size: 16px;
		line-height: 1.55;
	}

	.stage-mobile-card .stage-best b {
		color: #101316;
	}

	.stage-mobile-card .card-button {
		width: 100%;
		margin-top: 18px;
	}
}

/* Category pages: keep the sticky product filters within the viewport. */
.product-layout > .filter-sidebar {
	top: calc(var(--site-header-sticky-offset, 92px) + 16px);
	max-height: calc(100vh - var(--site-header-sticky-offset, 92px) - 32px);
	padding: 18px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}

.product-layout > .filter-sidebar h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.1;
}

.product-layout > .filter-sidebar .filter-group {
	display: flex;
	flex-wrap: wrap;
	column-gap: 22px;
	row-gap: 10px;
	padding: 11px 0;
}

.product-layout > .filter-sidebar .filter-group h4 {
	flex: 0 0 100%;
	margin: 0 0 1px;
	font-size: 12px;
	line-height: 1.2;
}

.product-layout > .filter-sidebar .check {
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	min-height: 0;
	margin: 0;
	padding: 3px 0;
	gap: 6px;
	color: #394047;
	font-size: 12px;
	line-height: 1.15;
	cursor: pointer;
	overflow-wrap: anywhere;
}

.product-layout > .filter-sidebar .check input[type="checkbox"] {
	width: 13px;
	height: 13px;
	min-width: 13px;
}

.product-layout > .filter-sidebar .btn {
	display: none;
}

.product-layout .product-grid {
	transition: opacity .22s ease, transform .22s ease;
}

.product-layout .product-grid.is-filtering {
	opacity: .35;
	transform: translateY(4px);
}

@media (max-width: 1100px) {
	.product-layout > .filter-sidebar {
		max-height: none;
		overflow: visible;
	}
}

/* Icon-and-label rows: keep the label text strong but not overly heavy. */
ul.lucide-list .lucide-list-item > span,
.battery-application-card span {
	font-weight: 700;
}

a.product-card {
	display: block;
	color: inherit;
}

/* Global mobile responsive hardening. */
@media (max-width: 980px) {
	html,
	body {
		overflow-x: hidden;
	}

	.container {
		width: 100%;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.section,
	.home-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.split,
	.two-col,
	.three-col,
	.four-col,
	.category-grid,
	.info-grid,
	.utility-cards,
	.article-grid,
	.timeline,
	.application-row,
	.dealer-layout,
	.case-card,
	.metric-row,
	.product-layout,
	.finder-layout,
	.support-layout,
	.lithium-layout,
	.brochure-layout,
	.case-detail-grid {
		grid-template-columns: 1fr;
	}

	.benefit-strip,
	.product-benefit-strip,
	.home-benefit-grid,
	.support-overview-grid,
	.service-feature-grid,
	.service-feature-grid-reverse {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.category-card,
	.case-card,
	.service-feature-grid,
	.service-feature-grid-reverse {
		gap: 20px;
	}

	.category-card {
		grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
	}

	.product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.filter-sidebar,
	.product-layout > .filter-sidebar,
	.case-detail-summary,
	.subnav-side,
	.faq-side {
		position: static;
		top: auto;
		max-height: none;
		overflow: visible;
	}

	.final-cta-inner,
	.home-help-strip .container,
	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.final-cta::after {
		width: 100%;
		opacity: .14;
	}

	.footer-grid,
	.footer-grid-redesign {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 22px;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	:root {
		--site-header-sticky-offset: 92.9px;
	}

	.container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.topbar {
		display: none;
	}

	.nav-inner {
		height: 76px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.brand img {
		width: clamp(160px, 48vw, 210px);
	}

	.nav-actions .btn {
		display: none;
	}

	.menu-btn {
		width: 44px;
		height: 44px;
		font-size: 32px;
	}

	.nav-links {
		width: min(360px, 88vw);
		padding: 76px 22px 42px;
	}

	.hero:not(.home-hero) .hero-inner {
		min-height: auto;
		padding: 0;
	}

	.hero:not(.home-hero) .hero-copy {
		width: 100%;
		max-width: 100%;
		min-height: 560px;
		padding: 46px 18px 300px;
	}

	.hero:not(.home-hero) h1,
	.home-hero h1 {
		font-size: clamp(30px, 9vw, 42px);
		line-height: 1.08;
		letter-spacing: 0;
	}

	.hero:not(.home-hero) p,
	.home-hero p,
	.home-lead,
	.section-head p,
	.prose p,
	.info-card p,
	.category-card p,
	.product-card p {
		font-size: 15px;
		line-height: 1.58;
	}

	.section-head {
		margin-bottom: 30px;
	}

	.section-head h2,
	.home-section h2,
	.prose h2,
	.final-cta h2,
	.home-red-cta h2 {
		font-size: clamp(28px, 8vw, 36px);
		line-height: 1.12;
		letter-spacing: 0;
	}

	.prose h3,
	.category-card h3,
	.product-card h3,
	.utility-card h3,
	.info-card h3,
	.home-benefit-card h3 {
		font-size: 22px;
		line-height: 1.2;
	}

	.benefit-strip,
	.product-benefit-strip,
	.home-benefit-grid,
	.support-overview-grid,
	.service-feature-grid,
	.service-feature-grid-reverse,
	.product-grid,
	.footer-grid,
	.footer-grid-redesign,
	.form-grid,
	.metric-row {
		grid-template-columns: 1fr;
	}

	.category-card {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.category-card .visual,
	.visual,
	.product-art {
		min-height: 150px;
	}

	.category-card img,
	.product-card img,
	.home-product-card img,
	.finder-card img {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		object-position: center center;
	}

	.product-card,
	.utility-card,
	.info-card,
	.home-benefit-card,
	.faq-item,
	.form-panel,
	.dark-card {
		padding: 22px;
		border-radius: 8px;
	}

	.btn,
	.card-button,
	.home-actions .btn,
	.hero-actions .btn,
	.cta-actions .btn,
	.final-cta .btn {
		width: 100%;
		max-width: 100%;
		min-height: 50px;
		white-space: normal;
		text-align: center;
	}

	.hero-actions,
	.home-actions,
	.cta-actions,
	.finder-actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		gap: 12px;
	}

	.spec-row {
		grid-template-columns: 1fr;
	}

	.spec-row b,
	.spec-row span {
		padding: 13px 16px;
	}

	.gallery,
	.product-top .gallery {
		grid-template-columns: 1fr;
	}

	.thumbs,
	.product-top .thumbs {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.thumbs div,
	.product-top .thumbs .thumb,
	.product-top .thumbs div {
		flex: 0 0 72px;
		width: 72px;
		height: 72px;
	}

	.gallery-main,
	.product-top .gallery-main {
		min-height: 300px;
	}

	.tabs,
	.product-jump,
	.faq-side,
	.subnav-side {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tabs a,
	.product-jump a,
	.faq-side a,
	.subnav-side a {
		white-space: nowrap;
	}

	.dealer-panel {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.map-box {
		min-height: 360px;
	}

	.case-image {
		min-height: 220px;
	}

	.final-cta,
	.home-red-cta {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.site-footer {
		padding-top: 42px;
	}

	.footer-grid,
	.footer-grid-redesign {
		gap: 26px;
	}

	.footer-bottom {
		padding-left: 18px;
		padding-right: 18px;
		text-align: left;
	}
}

@media (max-width: 520px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.section,
	.home-section {
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.hero:not(.home-hero) .hero-copy {
		min-height: 520px;
		padding: 38px 16px 270px;
	}

	.product-layout > .filter-sidebar .filter-group {
		column-gap: 18px;
		row-gap: 9px;
	}

	.product-layout > .filter-sidebar .check {
		max-width: calc(50% - 9px);
	}

	.footer-grid,
	.footer-grid-redesign {
		grid-template-columns: 1fr;
	}
}

/* Mobile hero and CTA stacking: solid copy block first, image block second. */
@media (max-width: 760px) {
	:root {
		--mobile-hero-blend: #f3f4f4;
		--mobile-cta-dark-blend: #090d10;
		--mobile-cta-orange-blend: #f34f1f;
	}

	.home-hero,
	.nb-home-hero {
		display: block;
		min-height: 0;
		background: var(--mobile-hero-blend);
		border-bottom: 1px solid #eceff1;
	}

	.home-hero::before,
	.nb-home-hero::before {
		display: none;
	}

	.home-hero::after,
	.nb-home-hero::after {
		content: "";
		position: static;
		display: block;
		width: 100%;
		height: clamp(220px, 64vw, 320px);
		background-image:
			linear-gradient(180deg, var(--mobile-hero-blend) 0%, rgba(243, 244, 244, .92) 14%, rgba(243, 244, 244, 0) 42%),
			url("../images/home/noblelift-material-handling-home-hero-lineup.webp");
		background-position: center bottom;
		background-size: cover;
		background-repeat: no-repeat;
		transform: none;
		animation: none;
	}

	.home-hero .container,
	.nb-home-hero .container {
		position: relative;
		z-index: 1;
		width: 100%;
		max-width: 100%;
		padding: 0 18px;
		background: var(--mobile-hero-blend);
	}

	.home-hero-copy,
	.nb-home-hero-copy {
		width: 100%;
		max-width: 100%;
		padding: 44px 0 38px;
		background: var(--mobile-hero-blend);
	}

	.hero:not(.home-hero),
	.hero.dark:not(.home-hero) {
		background: var(--mobile-hero-blend);
		color: #101316;
		overflow: hidden;
	}

	.hero:not(.home-hero)::before,
	.hero.dark:not(.home-hero)::before {
		display: none;
	}

	.hero:not(.home-hero) .hero-inner,
	.hero.dark:not(.home-hero) .hero-inner {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		padding: 0;
		gap: 0;
		background: var(--mobile-hero-blend);
	}

	.hero:not(.home-hero) .hero-copy,
	.hero.dark:not(.home-hero) .hero-copy {
		position: relative;
		order: 1;
		z-index: 2;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		padding: 42px 18px 36px;
		background: var(--mobile-hero-blend);
		color: #101316;
		box-sizing: border-box;
	}

	.hero:not(.home-hero) .hero-media,
	.hero.dark:not(.home-hero) .hero-media {
		position: relative;
		order: 2;
		inset: auto;
		z-index: 1;
		display: block;
		width: 100%;
		height: clamp(230px, 66vw, 340px);
		min-height: 0;
		background: var(--mobile-hero-blend);
		opacity: 1;
		overflow: hidden;
	}

	.hero:not(.home-hero) .hero-media::before,
	.hero.dark:not(.home-hero) .hero-media::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 2;
		height: 44%;
		pointer-events: none;
		background: linear-gradient(180deg, var(--mobile-hero-blend) 0%, rgba(243, 244, 244, .92) 16%, rgba(243, 244, 244, 0) 100%);
	}

	.hero:not(.home-hero) .hero-media img,
	.hero.dark:not(.home-hero) .hero-media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		border: 0;
	}

	.home-hero h1,
	.nb-home-hero h1,
	.hero:not(.home-hero) h1,
	.hero.dark:not(.home-hero) h1 {
		max-width: 100%;
		font-size: clamp(32px, 8vw, 40px);
		line-height: 1.1;
		letter-spacing: 0;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.home-hero p,
	.nb-home-hero p,
	.hero:not(.home-hero) p,
	.hero.dark:not(.home-hero) p,
	.hero-actions,
	.home-actions {
		max-width: 100%;
		overflow-wrap: break-word;
	}

	.hero:not(.home-hero) .breadcrumb,
	.hero:not(.home-hero) h1,
	.hero:not(.home-hero) p,
	.hero.dark:not(.home-hero) .breadcrumb,
	.hero.dark:not(.home-hero) h1,
	.hero.dark:not(.home-hero) p {
		color: #101316;
		text-shadow: none;
	}

	.hero:not(.home-hero) p,
	.hero.dark:not(.home-hero) p {
		color: #50565c;
	}

	.final-cta,
	.final-cta.site-cta-image,
	.home-red-cta,
	.nb-red-cta {
		display: block;
		min-height: 0;
		padding: 0;
		background-color: #090d10;
		background-image: none;
		overflow: hidden;
	}

	.home-red-cta,
	.nb-red-cta {
		background-color: #f34f1f;
	}

	.final-cta .container,
	.final-cta-inner,
	.home-red-cta .container,
	.nb-red-cta .container {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		gap: 18px;
		padding-top: 42px;
		padding-bottom: 38px;
		background: #090d10;
		color: #fff;
	}

	.home-red-cta .container,
	.nb-red-cta .container {
		background: #f34f1f;
	}

	.final-cta::after,
	.final-cta.site-cta-image::after,
	.home-red-cta::after,
	.nb-red-cta::after {
		content: "";
		position: static;
		display: block;
		width: 100%;
		height: clamp(210px, 58vw, 300px);
		opacity: 1;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.final-cta::after,
	.final-cta.site-cta-image::after {
		background-image:
			linear-gradient(180deg, var(--mobile-cta-dark-blend) 0%, rgba(9, 13, 16, .92) 16%, rgba(9, 13, 16, 0) 44%),
			url("../images/cta/noblelift-material-handling-noblelift-dark-warehouse-lineup.webp");
	}

	.home-red-cta::after,
	.nb-red-cta::after {
		background-image:
			linear-gradient(180deg, var(--mobile-cta-orange-blend) 0%, rgba(243, 79, 31, .94) 16%, rgba(243, 79, 31, 0) 46%),
			url("../images/home/noblelift-material-handling-home-cta-equipment-lineup-wide.webp");
	}

	.nb-red-cta img {
		order: 2;
		width: calc(100% + 36px);
		max-width: none;
		max-height: none;
		height: clamp(210px, 58vw, 300px);
		margin: 0 -18px -38px;
		padding: 18px;
		object-fit: contain;
		background:
			linear-gradient(180deg, var(--mobile-cta-orange-blend) 0%, rgba(243, 79, 31, .92) 18%, rgba(243, 79, 31, 0) 48%),
			var(--mobile-cta-orange-blend);
	}

	.final-cta h2,
	.final-cta p,
	.home-red-cta h2,
	.home-red-cta p,
	.nb-red-cta h2,
	.nb-red-cta p {
		max-width: 100%;
		text-shadow: none;
		overflow-wrap: break-word;
	}

	.final-cta h2,
	.home-red-cta h2,
	.nb-red-cta h2 {
		font-size: clamp(28px, 7.6vw, 36px);
		line-height: 1.12;
		letter-spacing: 0;
		word-break: normal;
	}
}

/* Mobile layout guard. */
@media (max-width: 760px) {
	:root {
		--mobile-layout-gutter: 18px;
	}

	main > section:not(.hero):not(.home-hero):not(.nb-home-hero) > .container,
	.section > .container,
	.utility-section > .container,
	.final-cta > .container,
	.home-red-cta > .container,
	.nb-red-cta > .container,
	.site-footer > .container,
	.site-header .container {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: var(--mobile-layout-gutter);
		padding-right: var(--mobile-layout-gutter);
		box-sizing: border-box;
	}

	main > section:not(.hero):not(.home-hero):not(.nb-home-hero) > .container > *,
	.section > .container > *,
	.utility-section > .container > *,
	.final-cta > .container > *,
	.home-red-cta > .container > *,
	.nb-red-cta > .container > * {
		max-width: 100%;
		box-sizing: border-box;
	}

	.final-cta .container,
	.final-cta-inner,
	.home-red-cta .container,
	.nb-red-cta .container {
		padding-left: var(--mobile-layout-gutter);
		padding-right: var(--mobile-layout-gutter);
	}

	.btn,
	.card-button,
	.hero-actions .btn,
	.cta-actions .btn,
	.finder-actions .btn,
	.home-actions .btn {
		max-width: 100%;
		box-sizing: border-box;
	}
}

/* Last-pass mobile fixes for drawer submenu and non-home hero width. */
@media (max-width: 1100px) {
	body.nav-open .nav-links {
		left: 0;
		right: 0;
		width: 100vw;
		max-width: 100vw;
		justify-content: flex-start;
		padding: 88px 28px 36px;
		box-sizing: border-box;
		overflow-x: hidden;
		border: 0;
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child {
		position: relative;
		width: 100%;
		min-width: 0;
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child .mega-products,
	body.nav-open .nav-links > .nav-item.has-mega:first-child:hover .mega-products,
	body.nav-open .nav-links .mega.mega-products {
		position: static;
		left: auto;
		right: auto;
		top: auto;
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 0 14px;
		padding: 0 0 8px 18px;
		transform: none;
		visibility: visible;
		opacity: 1;
		box-sizing: border-box;
		overflow: visible;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	body.nav-open .nav-links > a,
	body.nav-open .nav-links > .nav-item > a {
		border: 0;
	}

	body.nav-open .nav-links .mega-products .mega-product-list,
	body.nav-open .nav-links .mega-products .mega-product-list a {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	body.nav-open .nav-links .mega-products .mega-product-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
	}

	body.nav-open .nav-links .mega-products .mega-product-list a {
		position: static;
		display: block;
		height: auto;
		min-height: 0;
		padding: 10px 0 10px 16px;
		text-align: left;
		color: #50565c;
		border: 0;
		transform: none;
		overflow-wrap: break-word;
	}

	body.nav-open .nav-links .mega-products .mega-product-list b {
		position: static;
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0;
		padding: 0;
		color: inherit;
		font-size: 15px;
		line-height: 1.25;
		font-weight: 700;
		text-align: left;
		transform: none;
		white-space: normal;
	}

	body.nav-open .nav-links .mega-products .mega-product-art,
	body.nav-open .nav-links .mega-products .mega-footer-row {
		display: none;
	}
}

@media (max-width: 760px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.hero:not(.home-hero),
	.hero.dark:not(.home-hero) {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		overflow: hidden;
		box-sizing: border-box;
	}

	.hero:not(.home-hero) .container.hero-inner,
	.hero.dark:not(.home-hero) .container.hero-inner {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
		overflow: hidden;
	}

	.hero:not(.home-hero) .hero-copy,
	.hero.dark:not(.home-hero) .hero-copy {
		position: relative;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		min-height: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 18px;
		padding-right: 18px;
		box-sizing: border-box;
		overflow: hidden;
		text-align: left;
	}

	.hero:not(.home-hero) .hero-copy > *,
	.hero.dark:not(.home-hero) .hero-copy > * {
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.hero:not(.home-hero) .redline,
	.hero:not(.home-hero) .redline.left,
	.hero.dark:not(.home-hero) .redline,
	.hero.dark:not(.home-hero) .redline.left {
		margin-left: 0;
		margin-right: auto;
	}

	.hero:not(.home-hero) .hero-actions,
	.hero.dark:not(.home-hero) .hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
		width: 100%;
	}

	.hero:not(.home-hero) .hero-actions .btn,
	.hero.dark:not(.home-hero) .hero-actions .btn {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		white-space: normal;
	}
}

/* Mobile homepage and CTA polish. */
@media (max-width: 760px) {
	.home-section h2 .mobile-break {
		display: none;
	}

	.home-section-head,
	.home-section-head.left,
	.section-head {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}

	.home-section h2,
	.nb-home-section h2 {
		overflow-wrap: normal;
		word-break: normal;
	}

	.home-section-head .home-rule,
	.home-section-head:not(.left) .home-rule,
	.section-head .redline,
	.section-head .redline.left {
		margin-left: 0;
		margin-right: auto;
	}

	.home-lead,
	p.home-lead,
	.section-head p,
	.hero-copy p,
	.home-hero p,
	.final-cta p,
	.home-red-cta p,
	.nb-red-cta p {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.lithium-image,
	.lithium-image.is-visible {
		min-height: 0;
	}

	.home-hero-copy,
	.nb-home-hero-copy {
		padding-bottom: 0;
	}

	.final-cta > .container,
	.final-cta .container,
	.final-cta-inner,
	.home-red-cta > .container,
	.home-red-cta .container,
	.nb-red-cta > .container,
	.nb-red-cta .container {
		padding-left: var(--mobile-layout-gutter, 18px);
		padding-right: var(--mobile-layout-gutter, 18px);
	}

	.final-cta .container,
	.final-cta-inner,
	.home-red-cta .container,
	.nb-red-cta .container {
		padding-bottom: 0;
	}

	.final-cta .container > div:first-child,
	.final-cta-inner > div:first-child,
	.home-red-cta .container > div:first-child,
	.nb-red-cta .container > div:first-child {
		margin-bottom: 0;
	}

	.footer-bottom i {
		display: none;
	}
}

.mobile-menu-quicklinks {
	display: none;
}

@media (max-width: 760px) {
	.site-header {
		position: sticky;
		top: 0;
		z-index: 180;
	}

	.mainnav {
		position: relative;
		top: auto;
	}

	.brand img {
		width: clamp(136px, 38vw, 158px);
	}
}

@media (max-width: 1100px) {
	body.nav-open .mobile-menu-quicklinks {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 26px;
		padding: 18px;
		border-radius: 10px;
		background: linear-gradient(180deg, #f7f8f9 0%, #fff 100%);
		box-shadow: inset 0 0 0 1px #eceff1;
	}

	body.nav-open .mobile-menu-quicklinks a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 46px;
		padding: 0 14px;
		border: 0;
		border-radius: 8px;
		background: #fff;
		color: #101316;
		font-size: 15px;
		font-weight: 760;
		box-shadow: 0 1px 0 rgba(16, 19, 22, .06);
	}

	body.nav-open .mobile-menu-quicklinks a::after {
		content: "›";
		color: #f34f1f;
		font-size: 22px;
		line-height: 1;
	}

	body.nav-open .mobile-menu-quicklinks .mobile-menu-call {
		background: #101316;
		color: #fff;
	}

	body.nav-open .mobile-menu-quicklinks .mobile-menu-call::after {
		color: #f34f1f;
	}
}

.product-toolbar {
	position: static;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	margin: -12px 0 24px;
	padding: 10px 0;
	background: #f7f7f7;
}

.product-filter-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid #dfe3e6;
	border-radius: 8px;
	background: #fff;
	color: #101316;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.product-filter-toggle svg {
	width: 18px;
	height: 18px;
	color: #f34f1f;
}

.product-sort {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
	color: #50565c;
	font-size: 13px;
	font-weight: 800;
}

.product-sort select {
	width: auto;
	min-width: 210px;
	height: 44px;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	font-weight: 750;
}

.product-filter-backdrop {
	display: none;
}

.product-grid .product-card.is-filter-hidden,
.product-grid .product-filter-empty.is-filter-hidden {
	display: none;
}

@media (min-width: 761px) {
	.product-layout .product-card {
		padding: 16px;
	}

	.product-grid .product-art img {
		padding: 8px;
	}
}

@media (max-width: 760px) {
	body.product-filter-open {
		overflow: hidden;
	}

	.product-layout {
		display: block;
	}

	.product-toolbar {
		position: sticky;
		top: var(--site-header-sticky-offset, 76px);
		justify-content: space-between;
		margin: -6px 0 18px;
		padding: 10px 0;
		background: #f7f7f7;
	}

	.product-filter-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.product-sort {
		flex: 0 1 auto;
		min-width: 0;
		margin-left: 0;
		gap: 8px;
	}

	.product-sort span {
		font-size: 12px;
	}

	.product-sort select {
		min-width: 138px;
		max-width: 48vw;
		height: 44px;
		padding-left: 10px;
		padding-right: 30px;
		font-size: 13px;
	}

	.product-layout .product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.product-layout .product-card {
		min-width: 0;
		padding: 12px;
	}

	.product-layout .product-art {
		min-height: 118px;
		border-radius: 8px;
	}

	.product-layout .product-grid .product-art img {
		height: 112px;
		padding: 6px;
	}

	.product-layout .product-card h3 {
		font-size: 15px;
		line-height: 1.2;
	}

	.product-layout .product-card p,
	.product-layout .spec-mini {
		display: none;
	}

	.product-layout .text-link {
		font-size: 12px;
	}

	.product-layout > .filter-sidebar {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 260;
		width: min(326px, 86vw);
		height: 100dvh;
		max-height: none;
		padding: 28px 22px 34px;
		overflow-y: auto;
		border: 0;
		border-radius: 0;
		box-shadow: 18px 0 46px rgba(16, 19, 22, .22);
		transform: translateX(-105%);
		transition: transform .28s cubic-bezier(.22, 1, .36, 1);
	}

	.product-layout.filter-open > .filter-sidebar {
		transform: translateX(0);
	}

	.product-layout > .filter-sidebar h3 {
		font-size: 28px;
		margin-bottom: 18px;
	}

	.product-layout > .filter-sidebar .filter-group {
		display: block;
		padding: 18px 0;
		border-top: 1px solid #eceff1;
	}

	.product-layout > .filter-sidebar .filter-group h4 {
		margin: 0 0 12px;
	}

	.product-layout > .filter-sidebar .check {
		display: flex;
		max-width: none;
		min-height: 34px;
		padding: 4px 0;
		font-size: 14px;
	}

	.product-layout > .filter-sidebar .btn {
		display: flex;
		width: 100%;
		margin-top: 16px;
	}

	.product-filter-backdrop {
		position: fixed;
		inset: 0;
		z-index: 250;
		display: block;
		border: 0;
		background: rgba(9, 13, 16, .44);
		opacity: 0;
		pointer-events: none;
		transition: opacity .22s ease;
	}

	.product-layout.filter-open .product-filter-backdrop {
		opacity: 1;
		pointer-events: auto;
	}
}

.product-layout .product-card h3 {
	display: -webkit-box;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.22;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (min-width: 761px) {
	.product-layout .product-card p {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}

@media (max-width: 760px) {
	.product-layout .product-card p {
		display: none;
	}
}

@media (min-width: 761px) {
	.footer-bottom i {
		display: inline-block;
		width: 1px;
		height: 18px;
		overflow: hidden;
		background: currentColor;
		color: #7b7f83;
		font-size: 0;
		line-height: 0;
		vertical-align: middle;
	}
}

@media (min-width: 1101px) {
	.footer-grid-redesign {
		grid-template-columns: 1.22fr repeat(5, minmax(0, 1fr));
		gap: 48px;
	}

	.footer-brand {
		padding-right: 38px;
	}

	.footer-brand img {
		width: 220px;
	}
}

@media (min-width: 761px) {
	.hero:not(.home-hero)::after,
	.hero.dark:not(.home-hero)::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 1;
		pointer-events: none;
		background: linear-gradient(270deg, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .12) 6%, rgba(255, 255, 255, .04) 12%, rgba(255, 255, 255, 0) 18%);
	}
}

@media (max-width: 1100px) {
	body.nav-open .nav-links {
		justify-content: flex-start;
		padding: 72px 24px 24px;
	}

	body.nav-open .nav-links > a,
	body.nav-open .nav-links > .nav-item > a {
		min-height: 48px;
		font-size: 17px;
	}

	body.nav-open .nav-links > .nav-item.has-mega > a {
		justify-content: space-between;
		gap: 16px;
		cursor: pointer;
	}

	body.nav-open .nav-links > .nav-item.has-mega > a::after {
		content: "›";
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 26px;
		height: 26px;
		color: #f34f1f;
		font-size: 26px;
		line-height: 1;
		transform: rotate(0deg);
		transition: transform .18s ease;
	}

	body.nav-open .nav-links > .nav-item.has-mega.mobile-mega-open > a::after {
		transform: rotate(90deg);
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child .mega-products,
	body.nav-open .nav-links > .nav-item.has-mega:first-child:hover .mega-products,
	body.nav-open .nav-links .mega.mega-products {
		display: none;
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child.mobile-mega-open .mega-products {
		display: block;
	}

	body.nav-open .nav-links .mega-products .mega-product-list a {
		padding: 7px 0 7px 16px;
	}

	body.nav-open .nav-links .mega-products .mega-product-list b {
		font-size: 14px;
		line-height: 1.2;
	}

	body.nav-open .mobile-menu-quicklinks {
		margin-top: 14px;
		padding: 12px;
		gap: 8px;
	}

	body.nav-open .mobile-menu-quicklinks a {
		min-height: 40px;
		padding: 0 12px;
		font-size: 14px;
	}
}

@media (max-width: 760px) {
	.product-hero {
		padding-top: 18px;
		padding-bottom: 38px;
	}

	.product-detail-shell,
	.product-top {
		display: grid;
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.product-detail-main {
		display: contents;
	}

	.product-top .product-buy {
		order: 2;
		position: static;
	}

	.product-top .gallery {
		order: 1;
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.product-jump {
		order: 3;
	}

	.product-detail-section {
		order: 4;
	}

	.product-top .gallery-main {
		order: 1;
		min-height: clamp(260px, 72vw, 340px);
		border-radius: 10px;
	}

	.product-top .gallery-main img {
		max-height: clamp(260px, 72vw, 340px);
		padding: 8px;
	}

	.product-top .thumbs {
		order: 2;
		display: flex;
		gap: 8px;
		padding: 0 0 5px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.product-top .thumbs .thumb,
	.product-top .thumbs div {
		flex: 0 0 66px;
		width: 66px;
		height: 66px;
		border-radius: 8px;
	}

	.product-top .thumbs .thumb.is-hidden {
		display: flex;
	}

	.product-top .thumb-nav {
		display: none;
	}

	.product-jump {
		position: sticky;
		top: var(--site-header-sticky-offset, 92px);
		z-index: 95;
		min-height: 44px;
		margin-top: 22px;
		gap: 22px;
		padding: 0;
		overflow-x: auto;
		background: #fff;
		box-shadow: 0 8px 18px rgba(16, 18, 20, .06);
	}

	.product-jump a {
		padding: 11px 0 10px;
		font-size: 14px;
		line-height: 1.2;
	}

	.product-detail-section {
		padding-top: 30px;
		scroll-margin-top: calc(var(--site-header-sticky-offset, 92px) + 48px);
	}

	#overview.product-detail-section {
		padding-top: 18px;
	}

	.product-detail-section .section-head.left {
		margin-bottom: 22px;
	}
}

@media (max-width: 760px) {
	:root {
		--site-header-sticky-offset: 64px;
		--product-jump-sticky-height: 42px;
	}

	.site-header {
		position: sticky;
		top: 0;
		z-index: 220;
	}

	.topbar {
		display: none;
	}

	.mainnav {
		position: relative;
		top: auto;
		z-index: auto;
	}

	.nav-inner {
		height: 64px;
		min-height: 64px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.brand img {
		width: clamp(124px, 34vw, 142px);
	}

	.menu-btn {
		width: 40px;
		height: 40px;
		font-size: 30px;
	}

	body.nav-open .nav-links {
		padding-top: 64px;
	}

	.product-toolbar,
	.product-jump {
		top: var(--site-header-sticky-offset);
	}

	.product-jump {
		position: sticky;
		z-index: 210;
		min-height: var(--product-jump-sticky-height);
		background: #fff;
	}

	.product-detail-section {
		scroll-margin-top: calc(var(--site-header-sticky-offset) + var(--product-jump-sticky-height) + 10px);
	}
}

.product-top .gallery-main {
	height: 580px;
	min-height: 0;
	align-items: stretch;
	overflow: hidden;
}

.product-top .gallery-main img {
	align-self: center;
	height: 100%;
	max-height: none;
	object-fit: contain;
}

.product-top .gallery-main iframe,
.product-top .gallery-main video {
	align-self: stretch;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #000;
	object-fit: cover;
}

@media (max-width: 1100px) and (min-width: 761px) {
	.product-top .gallery-main {
		height: 520px;
	}
}

@media (max-width: 760px) {
	.product-top .gallery-main {
		width: 100%;
		height: auto;
		min-height: 0;
		aspect-ratio: 5 / 4;
	}

	.product-top .gallery-main img {
		width: 100%;
		height: 100%;
		max-height: none;
		object-fit: contain;
	}

	.product-top .gallery-main iframe,
	.product-top .gallery-main video {
		width: 100%;
		height: 100%;
		min-height: 100%;
		object-fit: cover;
	}
}

/* Final mobile header, drawer and product-detail polish. */
.footer-brand p {
	white-space: normal;
}

.footer-bottom > span:last-child {
	display: flex;
	align-items: center;
	gap: 28px;
}

.footer-bottom i {
	align-self: center;
	flex: 0 0 1px;
	margin: 0;
}

@media (max-width: 1100px) {
	html.nav-open,
	body.nav-open {
		overflow: hidden;
		touch-action: none;
	}

	body.nav-open .nav-links {
		position: fixed;
		inset: 0;
		z-index: 9990;
		width: 100vw;
		max-width: 100vw;
		height: 100vh;
		height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
		overflow-y: auto;
		overscroll-behavior: contain;
		touch-action: pan-y;
	}

	body.nav-open .menu-btn {
		position: fixed;
		top: calc(var(--wp-admin--admin-bar--height, 0px) + 24px);
		right: 28px;
		z-index: 10010;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #101316;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	body.nav-open .nav-links > .nav-item.has-mega > a::after {
		content: none;
		display: none;
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		position: relative;
		padding-right: 34px;
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child > a::after {
		content: "";
		position: absolute;
		inset: auto;
		top: 50%;
		right: 2px;
		left: auto;
		bottom: auto;
		display: block;
		flex: none;
		width: 11px;
		height: 11px;
		margin: 0;
		background: transparent;
		border: 0;
		border-right: 3px solid #101316;
		border-bottom: 3px solid #101316;
		border-radius: 0;
		opacity: 1;
		transform: translateY(-70%) rotate(45deg);
		transform-origin: 50% 50%;
		transition: transform .18s ease;
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child.mobile-mega-open > a::after {
		transform: translateY(-30%) rotate(225deg);
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child .mega-products,
	body.nav-open .nav-links > .nav-item.has-mega:first-child:hover .mega-products,
	body.nav-open .nav-links .mega.mega-products {
		display: block;
		max-height: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		overflow: hidden;
		opacity: 0;
		transform: translateY(-8px);
		transition: max-height .32s ease, opacity .22s ease, transform .28s ease, margin-bottom .28s ease, padding-bottom .28s ease;
		will-change: max-height, opacity, transform;
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child.mobile-mega-open .mega-products {
		max-height: 360px;
		margin-bottom: 22px;
		padding-bottom: 8px;
		opacity: 1;
		transform: translateY(0);
	}

	body.nav-open .nav-links > a,
	body.nav-open .nav-links > .nav-item {
		transition: transform .28s ease, margin .28s ease;
	}
}

@media (max-width: 760px) {
	:root {
		--site-header-sticky-offset: 58px;
	}

	.nav-inner {
		height: 58px;
		min-height: 58px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.brand img {
		width: clamp(118px, 32vw, 134px);
	}

	.menu-btn {
		width: 36px;
		height: 36px;
		font-size: 28px;
	}

	body.nav-open .nav-links {
		padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + 96px);
	}

	.single-product .section.alt .product-grid,
	.page-template-default .section.alt .product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.single-product .section.alt .product-card,
	.page-template-default .section.alt .product-card {
		min-width: 0;
		padding: 12px;
	}

	.single-product .section.alt .product-card .product-art,
	.page-template-default .section.alt .product-card .product-art {
		min-height: 112px;
	}

	.single-product .section.alt .product-card h3,
	.page-template-default .section.alt .product-card h3 {
		font-size: 15px;
		line-height: 1.2;
	}

	.single-product .section.alt .product-card p,
	.single-product .section.alt .product-card .spec-mini,
	.page-template-default .section.alt .product-card p,
	.page-template-default .section.alt .product-card .spec-mini {
		display: none;
	}
}

/* Final requested mobile refinements, kept last so older appended rules cannot override them. */
@media (max-width: 760px) {
	.brand img {
		width: clamp(148px, 42vw, 168px);
	}

	h2 br,
	h2 .mobile-break,
	.home-section h2 .mobile-break {
		display: none;
	}

	.product-carousel,
	.finder-track {
		overflow-x: auto;
		overflow-y: visible;
		transform: none;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		touch-action: pan-x pan-y;
	}

	.product-carousel {
		grid-auto-columns: minmax(260px, 82vw);
		padding-left: 0;
		padding-right: max(18px, calc((100vw - 100%) / 2));
	}

	.finder-track {
		grid-auto-columns: minmax(248px, 82vw);
		padding-right: max(18px, calc((100vw - 100%) / 2));
	}

	.product-carousel .home-product-card {
		opacity: .48;
		scroll-snap-align: center;
	}

	.product-carousel .home-product-card.is-carousel-primary {
		opacity: 1;
	}

	.finder-track .finder-card {
		scroll-snap-align: start;
	}

	.footer-bottom,
	.footer-bottom > span:last-child {
		display: flex;
		width: 100%;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 12px;
		padding-left: 0;
		padding-right: 0;
	}

	.footer-bottom > span:first-child {
		display: block;
		width: 100%;
		text-align: left;
	}

	.footer-bottom > span:last-child {
		flex-wrap: wrap;
		gap: 6px 12px;
		margin-top: 0;
	}

	.footer-bottom > span:last-child a {
		display: inline-flex;
		margin: 0;
		padding: 0;
	}

	.footer-bottom i {
		display: none;
	}
}

.battery-application-card {
	grid-template-columns: 94px 1px 1fr;
}

.battery-application-card b {
	display: none;
}

@media (max-width: 980px) {
	.battery-application-card {
		grid-template-columns: 82px 1px 1fr;
	}
}

@media (max-width: 640px) {
	.battery-application-card {
		grid-template-columns: 68px 1px 1fr;
	}
}

.home-main .brochure-image {
	min-height: 0;
	padding: 0;
}

.home-main .brochure-image img {
	height: auto;
	object-fit: contain;
}

@keyframes noblelift-mobile-hero-image-slide {
	from {
		transform: translateX(0) scaleX(1.25);
	}

	to {
		transform: translateX(-25%) scaleX(1.25);
	}
}

@media (max-width: 760px) {
	.hero .hero-media,
	.hero.dark .hero-media {
		overflow: hidden;
	}

	.hero .hero-media img,
	.hero.dark .hero-media img {
		display: block;
		width: 100%;
		max-width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		flex: 0 0 100%;
		animation: noblelift-mobile-hero-image-slide 1.35s cubic-bezier(.2, .72, .18, 1) .12s both;
		transform-origin: left center;
		will-change: transform;
	}
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
	.hero .hero-media img,
	.hero.dark .hero-media img {
		animation: none;
		transform: translateX(-25%) scaleX(1.25);
	}
}

@media (max-width: 1100px) {
	body.nav-open .nav-links > .nav-item.has-mega:first-child .mega-products,
	body.nav-open .nav-links > .nav-item.has-mega:first-child:hover .mega-products,
	body.nav-open .nav-links .mega.mega-products {
		display: block;
		max-height: none;
		margin-bottom: 22px;
		padding-top: 0;
		padding-bottom: 8px;
		overflow: visible;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child > a::after {
		transform: translateY(-30%) rotate(225deg);
	}
}

@media (max-width: 1100px) {
	body.nav-open .nav-links {
		background:
			linear-gradient(180deg, #fff 0%, #fff 74%, #f7f8f9 100%);
		padding: 90px 20px 28px;
		gap: 0;
		align-content: start;
		box-shadow: none;
	}

	body.nav-open .nav-links > a,
	body.nav-open .nav-links > .nav-item > a {
		min-height: 0;
		padding: 12px 0;
		font-size: 20px;
		line-height: 1.05;
		letter-spacing: 0;
		font-weight: 600;
		color: #11161a;
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child > a {
		padding-right: 0;
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child > a::after,
	body.nav-open .nav-links > .nav-item.has-mega:first-child.mobile-mega-open > a::after {
		content: none;
		display: none;
	}

	body.nav-open .nav-links > .nav-item.has-mega:first-child .mega-products,
	body.nav-open .nav-links > .nav-item.has-mega:first-child:hover .mega-products,
	body.nav-open .nav-links .mega.mega-products {
		margin: 2px 0 14px;
		padding: 0;
		border: 0;
		border-radius: 8px;
		background: transparent;
	}

	body.nav-open .nav-links .mega-products .mega-product-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	body.nav-open .nav-links .mega-products .mega-product-list a {
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 10px 12px;
		border: 1px solid #e1e5e8;
		border-radius: 7px;
		background: #fff;
		color: #1d2227;
		text-align: left;
		box-shadow: 0 6px 16px rgba(15, 20, 24, .04);
	}

	body.nav-open .nav-links .mega-products .mega-product-list b {
		font-size: 14px;
		line-height: 1.15;
		font-weight: 820;
	}

	body.nav-open .nav-links .mega-products .mega-product-art,
	body.nav-open .nav-links .mega-products .mega-footer-row {
		display: none;
	}

	body.nav-open .mobile-menu-quicklinks {
		margin-top: 12px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		gap: 8px;
	}

	body.nav-open .mobile-menu-quicklinks a {
		padding: 11px 12px;
		border-radius: 7px;
		background: #f6f7f8;
		font-size: 14px;
		line-height: 1.2;
	}

	body.nav-open .mobile-menu-quicklinks .mobile-menu-call {
		background: #101316;
	}
}

@media (max-width: 1100px) {
	body.nav-open .nav-links::before {
		content: "";
		position: fixed;
		top: calc(var(--wp-admin--admin-bar--height, 0px) + 24px);
		left: 20px;
		z-index: 10005;
		display: block;
		width: 158px;
		height: 36px;
		background: url("../images/logo-red.png") left center / contain no-repeat;
		pointer-events: none;
	}

	body.nav-open .menu-btn {
		position: fixed;
		top: calc(var(--wp-admin--admin-bar--height, 0px) + 20px);
		right: 20px;
		z-index: 10010;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		color: #101316;
		font-size: 34px;
		line-height: 1;
		background: transparent;
	}
}

@media (max-width: 1100px) {
	body.nav-open .nav-links > .nav-item.has-mega:nth-of-type(2) .mega-buy {
		position: static;
		display: block;
		width: 100%;
		max-width: none;
		margin: 0 0 12px;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	body.nav-open .nav-links > .nav-item.has-mega:nth-of-type(2) .mega-buy .mega-panel-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	body.nav-open .nav-links > .nav-item.has-mega:nth-of-type(2) .mega-buy .mega-panel-list a {
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 10px 12px;
		border: 1px solid #e1e5e8;
		border-radius: 7px;
		background: #fff;
		color: #1d2227;
		text-align: left;
		box-shadow: 0 6px 16px rgba(15, 20, 24, .04);
	}

	body.nav-open .nav-links > .nav-item.has-mega:nth-of-type(2) .mega-buy .mega-panel-list b {
		font-size: 14px;
		line-height: 1.15;
		font-weight: 820;
	}

	body.nav-open .nav-links > .nav-item.has-mega:nth-of-type(2) .mega-buy .mega-icon,
	body.nav-open .nav-links > .nav-item.has-mega:nth-of-type(2) .mega-buy small,
	body.nav-open .nav-links > .nav-item.has-mega:nth-of-type(2) .mega-buy .mega-panel-card {
		display: none;
	}
}

.option-list .case-card[id] {
	scroll-margin-top: 120px;
}

.legal-page-section {
	padding-top: 40px;
	padding-bottom: 80px;
}

.legal-document {
	width: min(720px, calc(100% - 40px));
	max-width: 720px;
	margin: 0 auto;
}

.legal-page-section > .legal-document,
.legal-page-section > .container.legal-document {
	width: min(720px, calc(100% - 40px));
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.legal-page-head {
	text-align: center;
	margin-bottom: 34px;
}

.legal-page-head h1 {
	margin: 0;
	font-size: 44px;
	line-height: 1.1;
	letter-spacing: -.025em;
	font-weight: 900;
}

@media (max-width: 760px) {
	.legal-page-section {
		padding-top: 34px;
	}

	.legal-document,
	.legal-page-section > .legal-document,
	.legal-page-section > .container.legal-document {
		width: calc(100% - 36px);
		max-width: 720px;
	}

	.legal-page-head h1 {
		font-size: 34px;
	}
}

@media (min-width: 761px) and (max-width: 1100px) {
	.home-hero,
	.hero:not(.home-hero),
	.hero.dark:not(.home-hero) {
		background: #f3f4f4;
		color: #101316;
	}

	.home-hero::before,
	.hero:not(.home-hero)::before,
	.hero:not(.home-hero)::after,
	.hero.dark:not(.home-hero)::before,
	.hero.dark:not(.home-hero)::after {
		display: none;
	}

	.home-hero {
		min-height: 560px;
		overflow: hidden;
	}

	.home-hero::after {
		inset: 0 0 0 25%;
		width: 75%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		transform: none;
		animation: none;
	}

	.home-hero .container {
		width: 100%;
		max-width: none;
		min-height: 560px;
		padding-left: 0;
		padding-right: 0;
	}

	.home-hero .container::before {
		content: "";
		position: absolute;
		inset: 0 0 0 25%;
		z-index: 1;
		width: 75%;
		pointer-events: none;
		background: linear-gradient(90deg, #f3f4f4 0%, rgba(243, 244, 244, .94) 26%, rgba(243, 244, 244, .62) 58%, rgba(243, 244, 244, 0) 100%);
	}

	.hero:not(.home-hero) .hero-inner,
	.hero.dark:not(.home-hero) .hero-inner {
		position: relative;
		display: block;
		width: 100%;
		max-width: none;
		min-height: 560px;
		padding: 0;
		overflow: hidden;
		background: #f3f4f4;
	}

	.hero:not(.home-hero) .hero-media,
	.hero.dark:not(.home-hero) .hero-media {
		position: absolute;
		inset: 0 0 0 25%;
		z-index: 0;
		display: block;
		width: 75%;
		height: 100%;
		min-height: 0;
		opacity: 1;
		overflow: hidden;
		background: #f3f4f4;
	}

	.hero:not(.home-hero) .hero-media::before,
	.hero.dark:not(.home-hero) .hero-media::before {
		content: "";
		position: absolute;
		inset: 0 auto 0 0;
		z-index: 2;
		width: 38%;
		height: 100%;
		pointer-events: none;
		background: linear-gradient(90deg, #f3f4f4 0%, rgba(243, 244, 244, .94) 26%, rgba(243, 244, 244, .62) 58%, rgba(243, 244, 244, 0) 100%);
	}

	.hero:not(.home-hero) .hero-media img,
	.hero.dark:not(.home-hero) .hero-media img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
		border: 0;
	}

	.hero:not(.home-hero) .hero-copy,
	.hero.dark:not(.home-hero) .hero-copy {
		position: relative;
		z-index: 3;
		width: 55%;
		max-width: 55%;
		min-height: 560px;
		padding: 70px 24px 70px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: left;
		box-sizing: border-box;
		background: transparent;
		color: #101316;
	}

	.home-hero-copy {
		position: relative;
		z-index: 3;
		width: 55%;
		max-width: 55%;
		min-height: 560px;
		padding: 70px 24px 70px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: left;
		box-sizing: border-box;
		background: transparent;
		animation: none;
	}

	.home-hero h1,
	.hero:not(.home-hero) h1,
	.hero.dark:not(.home-hero) h1 {
		font-size: clamp(40px, 5.6vw, 56px);
		line-height: 1.06;
		letter-spacing: -.035em;
		color: #101316;
	}

	.home-hero p,
	.hero:not(.home-hero) p,
	.hero.dark:not(.home-hero) p {
		max-width: 440px;
		color: #50565c;
		text-shadow: none;
	}
}

.final-cta > .container,
.final-cta.site-cta-image > .container.final-cta-inner {
	width: 1400px;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1499px) and (min-width: 1024px) {
	.final-cta > .container,
	.final-cta.site-cta-image > .container.final-cta-inner {
		width: 93.334%;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.final-cta > .container,
	.final-cta.site-cta-image > .container.final-cta-inner {
		width: calc(100% - 64px);
	}
}

@media (max-width: 767px) {
	.final-cta > .container,
	.final-cta.site-cta-image > .container.final-cta-inner {
		width: calc(100% - 40px);
		padding-left: 0;
		padding-right: 0;
	}
}

.brochure-gate-open {
	overflow: hidden;
}

.brochure-gate-modal[hidden] {
	display: none;
}

.brochure-gate-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 24px;
	pointer-events: none;
}

.brochure-gate-backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(9, 12, 15, .58);
	cursor: pointer;
	opacity: 0;
	transition: opacity .24s ease;
}

.brochure-gate-dialog {
	position: relative;
	z-index: 1;
	width: min(460px, 100%);
	padding: 34px;
	border: 1px solid #e2e5e8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
	opacity: 0;
	transform: translateY(18px) scale(.975);
	transition: opacity .24s ease, transform .28s cubic-bezier(.2, .8, .2, 1);
	will-change: opacity, transform;
}

.brochure-gate-modal.is-open {
	pointer-events: auto;
}

.brochure-gate-modal.is-open .brochure-gate-backdrop {
	opacity: 1;
}

.brochure-gate-modal.is-open .brochure-gate-dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.brochure-gate-modal.is-closing {
	pointer-events: none;
}

.brochure-gate-modal.is-closing .brochure-gate-backdrop {
	opacity: 0;
}

.brochure-gate-modal.is-closing .brochure-gate-dialog {
	opacity: 0;
	transform: translateY(12px) scale(.985);
}

.brochure-gate-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid #e2e5e8;
	border-radius: 50%;
	background: #fff;
	color: #111418;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.brochure-gate-dialog h2 {
	margin: 8px 0 12px;
	font-size: 30px;
	line-height: 1.14;
}

.brochure-gate-dialog p {
	margin: 0 0 20px;
	color: #555d66;
}

.brochure-gate-form {
	display: grid;
	gap: 16px;
}

.brochure-gate-form label span {
	display: block;
	margin-bottom: 7px;
	color: #111418;
	font-weight: 700;
}

.brochure-gate-form input[type="email"] {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #d9dde1;
	border-radius: 6px;
	font: inherit;
}

.brochure-gate-form input[type="email"]:focus {
	outline: 2px solid rgba(243, 79, 31, .2);
	border-color: #f34f1f;
}

.brochure-gate-error {
	margin: -4px 0 0 !important;
	padding: 10px 12px;
	border-radius: 6px;
	background: #fff0ec;
	color: #9f2f16 !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

.brochure-gate-form .btn,
.brochure-gate-ready .btn {
	width: 100%;
}

.noblelift-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.form-notice {
	margin: 0 0 18px;
	padding: 12px 14px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.45;
}

.form-grid .form-notice {
	grid-column: 1 / -1;
	margin: 0;
	scroll-margin-top: 140px;
}

.form-notice-success {
	background: #e9f7ef;
	color: #17633a;
}

.form-notice-error {
	background: #fff0ec;
	color: #9f2f16;
}

.contact-info-layout {
	display: grid;
	grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
	gap: 48px;
	align-items: center;
}

.contact-info-head h2 {
	margin: 8px 0 0;
	font-size: 40px;
	line-height: 1.15;
	letter-spacing: -.035em;
}

.contact-info-cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-info-cards .benefit-item h4 a {
	color: inherit;
}

.contact-info-cards .benefit-item h4 a:hover {
	color: var(--red);
}

.dealer-locator .dealer-panel {
	max-height: none;
}

.dealer-locator {
	align-items: start;
}

.dealer-results {
	display: grid;
	gap: 12px;
	margin-top: 18px;
	max-height: 430px;
	overflow: auto;
	padding-right: 4px;
}

.dealer-results-count {
	margin-top: 16px;
	color: #555;
	font-size: 14px;
	font-weight: 800;
}

.dealer-locator .dealer-card {
	padding: 16px;
	border: 1px solid #eee;
	border-radius: 8px;
	background: #fff;
}

.dealer-locator .dealer-card.is-active {
	border-color: #f34f1f;
	box-shadow: 0 10px 24px rgba(243, 79, 31, .12);
}

.dealer-locator .dealer-card p {
	margin-bottom: 0;
}

.dealer-locator .dealer-card[hidden],
.dealer-marker[hidden],
.dealer-empty[hidden] {
	display: none;
}

.dealer-empty {
	padding: 16px;
	border: 1px dashed #d8dde2;
	border-radius: 8px;
	color: #555;
	background: #fff;
}

.dealer-map {
	--dealer-map-padding: clamp(18px, 2.6vw, 34px);
	position: relative;
	min-height: 0;
	height: 100%;
	padding: var(--dealer-map-padding);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #f4f5f5;
}

.dealer-map-inner {
	position: relative;
	width: min(100%, 700px);
	aspect-ratio: 1123 / 896;
}

.dealer-map-inner > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.dealer-marker-layer {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.dealer-marker {
	position: absolute;
	left: var(--marker-x, 50%);
	top: var(--marker-y, 50%);
	width: 18px;
	height: 18px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #f34f1f;
	box-shadow: 0 0 0 5px rgba(243, 79, 31, .18), 0 6px 18px rgba(16, 18, 20, .25);
	transform: translate(-50%, -50%);
	cursor: pointer;
	pointer-events: auto;
	transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.dealer-marker:hover,
.dealer-marker.is-active {
	transform: translate(-50%, -50%) scale(1.22);
	box-shadow: 0 0 0 7px rgba(243, 79, 31, .2), 0 10px 26px rgba(16, 18, 20, .32);
	z-index: 3;
}

.dealer-marker span {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 9px);
	width: max-content;
	max-width: 150px;
	padding: 6px 8px;
	border-radius: 6px;
	background: #111418;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) translateY(4px);
	transition: .16s ease;
}

.dealer-marker:hover span,
.dealer-marker.is-active span {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

@media (max-width: 900px) {
	.contact-info-layout,
	.contact-info-cards {
		grid-template-columns: 1fr;
	}

	.dealer-map {
		--dealer-map-padding: 18px;
		min-height: 0;
	}

	.dealer-results {
		max-height: 330px;
	}
}

.brochure-gate-note {
	margin: 14px 0 0 !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	color: #777f87 !important;
}

.brochure-gate-ready {
	display: grid;
	gap: 14px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e2e5e8;
}

.brochure-gate-ready[hidden] {
	display: none;
}

.brochure-gate-ready p {
	margin: 0;
	color: #111418;
	font-weight: 700;
}

.mega-buy .mega-panel-card .btn.primary,
.mega-buy .mega-panel-card .btn.primary:hover {
	color: #fff;
}

@media (max-width: 760px) {
	.brochure-gate-dialog {
		padding: 28px 22px 24px;
	}

	.brochure-gate-dialog h2 {
		font-size: 26px;
	}
}

.hero.news-post-hero:not(.home-hero) .hero-copy {
	width: min(940px, 58vw);
	max-width: 940px;
}

@media (min-width: 761px) {
	.hero.news-post-hero:not(.home-hero) .hero-inner,
	.hero.dark.news-post-hero:not(.home-hero) .hero-inner {
		min-height: 0;
	}

	.hero.news-post-hero:not(.home-hero) .hero-copy,
	.hero.dark.news-post-hero:not(.home-hero) .hero-copy {
		min-height: 0;
		padding-top: 76px;
		padding-bottom: 76px;
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.hero.news-post-hero:not(.home-hero) .hero-copy {
		width: 100%;
		max-width: 100%;
	}
}

/* Products mega-menu compact 4 x 2 desktop layout. */
@media (min-width: 1101px) {
	.nav-links > .nav-item.has-mega:first-child .mega-products,
	.nav-links > .nav-item.has-mega:first-child:hover .mega-products,
	.nav-links .mega.mega-products {
		width: min(calc(100vw - 96px), 1040px);
		padding: 24px 34px 20px;
	}

	.mega-products .mega-product-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		justify-content: stretch;
		gap: 18px 24px;
		align-items: start;
	}

	.mega-products .mega-product-list a {
		grid-template-rows: 122px minmax(34px, auto);
		gap: 8px;
		align-items: start;
		min-width: 0;
	}

	.mega-products .mega-product-art {
		height: 122px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		filter: drop-shadow(0 8px 8px rgba(20, 20, 20, .1));
	}

	.mega-products .mega-product-art img {
		width: 100%;
		height: 100%;
		max-height: 118px;
		object-fit: contain;
		object-position: center bottom;
	}

	.mega-products .mega-product-list b {
		min-height: 34px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		font-size: 17px;
		line-height: 1.1;
		font-weight: 800;
	}

	.mega-products .mega-footer-row {
		margin-top: 18px;
		padding-top: 16px;
		font-size: 14px;
		gap: 18px;
	}

	.mega-products .mega-footer-row .btn {
		padding: 10px 14px;
		font-size: 12px;
	}
}

/* Category hero final blend: keep #eff1f2 below the image and fade the image into it. */
.hero.category-hero,
.hero.dark.category-hero {
	background: #eff1f2;
	background-color: #eff1f2;
}

.hero.category-hero .hero-inner,
.hero.dark.category-hero .hero-inner {
	background: transparent;
}

.hero.category-hero .hero-copy,
.hero.dark.category-hero .hero-copy,
.hero.category-hero .hero-media,
.hero.dark.category-hero .hero-media {
	background: transparent;
	background-color: transparent;
}

.hero.category-hero .hero-media,
.hero.dark.category-hero .hero-media {
	overflow: hidden;
}

.hero.category-hero .hero-media::before,
.hero.dark.category-hero .hero-media::before {
	display: none !important;
}

.hero.category-hero .hero-media img,
.hero.dark.category-hero .hero-media img {
	background: transparent;
	-webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 14%, rgba(0, 0, 0, .48) 34%, #000 56%);
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 14%, rgba(0, 0, 0, .48) 34%, #000 56%);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

@media (min-width: 761px) and (max-width: 1100px) {
	.hero.category-hero,
	.hero.dark.category-hero {
		background: #eff1f2;
		background-color: #eff1f2;
	}

	.hero.category-hero .hero-media img,
	.hero.dark.category-hero .hero-media img {
		-webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .12) 18%, rgba(0, 0, 0, .62) 42%, #000 68%);
		mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .12) 18%, rgba(0, 0, 0, .62) 42%, #000 68%);
	}
}

@media (max-width: 760px) {
	:root {
		--mobile-hero-blend: #eff1f2;
	}

	.hero.category-hero,
	.hero.dark.category-hero {
		background: #eff1f2;
	}

	.hero.category-hero .hero-inner,
	.hero.dark.category-hero .hero-inner,
	.hero.category-hero .hero-copy,
	.hero.dark.category-hero .hero-copy,
	.hero.category-hero .hero-media,
	.hero.dark.category-hero .hero-media {
		background: transparent;
	}

	.hero.category-hero .hero-media img,
	.hero.dark.category-hero .hero-media img {
		animation: none !important;
		transform: none !important;
		will-change: auto;
		-webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .12) 18%, rgba(0, 0, 0, .72) 48%, #000 78%);
		mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .12) 18%, rgba(0, 0, 0, .72) 48%, #000 78%);
	}
}
