@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#101d2c;--muted:#5c6875;--orange:#ee742d;--line:#dfe4e8;--pale:#f3f5f6}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.06}h1,h2{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-weight:600}h1{font-size:clamp(3.5rem,6.5vw,6.8rem);letter-spacing:-.02em}h2{font-size:clamp(2.6rem,4vw,4rem)}h3{font-size:1.35rem}.wrap{width:min(1320px,90%);margin:auto}.topbar{background:var(--ink);color:#d4dce5;font-size:13px;padding:8px 0}.topbar .wrap{display:flex;justify-content:space-between}header{background:white;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;line-height:1}.brand-mark{font-size:32px;font-weight:800;letter-spacing:-5px;background:var(--ink);color:white;padding:12px 15px 14px 10px;border-right:5px solid var(--orange);transform:skew(-8deg)}.brand-text{font-size:30px;letter-spacing:-1.5px;font-weight:800}.brand-text small{display:block;font-size:10px;letter-spacing:3px;margin-top:7px}nav{display:flex;gap:32px;align-items:center}nav>a,summary{font-size:14px;font-weight:700;cursor:pointer}nav a:hover,nav a[aria-current=page]{color:#b64a0c}summary{list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:'⌄';margin-left:10px}details{position:relative}.dropdown{position:absolute;top:40px;left:-24px;width:310px;background:white;box-shadow:0 18px 50px #101d2c24;padding:14px;border-top:3px solid var(--orange)}.dropdown a{display:block;padding:8px 12px;font-size:14px}.dropdown a:hover{background:var(--pale)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--orange);color:var(--ink);padding:15px 24px;font-size:14px;font-weight:800;border:1px solid var(--orange);transition:background .2s}.btn:hover{background:#ff9250}.btn-outline{background:transparent;color:white;border-color:#ffffff60}.btn-outline:hover{background:#ffffff15}.menu-toggle{display:none;background:none;border:1px solid var(--line);padding:8px 14px}.hero{position:relative;background:var(--ink);color:white;min-height:680px;display:flex;align-items:center;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:70% center}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,24,38,.96),rgba(10,24,38,.83) 30%,rgba(10,24,38,.1) 80%)}.hero-content{position:relative;z-index:1;padding:70px 0 110px}.eyebrow{font-size:12px;letter-spacing:2.3px;font-weight:800;text-transform:uppercase;display:flex;align-items:center;gap:12px;margin-bottom:24px}.eyebrow:before{content:'';width:28px;height:3px;background:var(--orange)}.hero h1{max-width:690px;margin-bottom:22px}.hero h1 span{color:#ff934c}.hero p{max-width:480px;color:#d7dfe6;margin-bottom:30px}.actions{display:flex;gap:12px;flex-wrap:wrap}.hero-caption{position:absolute;z-index:2;bottom:28px;right:5%;font-size:12px;letter-spacing:2px}.ribbon{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.ribbon>div{padding:24px 30px;border-right:1px solid var(--line);display:flex;gap:18px;align-items:center}.ribbon b{font-size:14px}.ribbon span{font-family:'Barlow Condensed',sans-serif;font-size:28px;color:#ae4a13}.section{padding:95px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}.section-head h2{margin-bottom:0}.section-head p{color:var(--muted);max-width:420px;margin-bottom:5px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{border-bottom:1px solid var(--line);padding-bottom:22px}.product-card .photo{height:255px;background:var(--pale);overflow:hidden}.product-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.04)}.card-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px}.card-title h3{margin:0}.card-title span{font-size:25px;color:#b64a0c}.product-card p{font-size:14px;color:var(--muted);margin:12px 0 0}.product-no{height:100%;padding:28px;display:flex;align-items:flex-end;background:var(--ink);color:#8092a5;font:600 90px 'Barlow Condensed',sans-serif;border-top:4px solid var(--orange)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-grid img{width:100%;height:480px;object-fit:cover}.about-grid p{color:var(--muted)}.text-link{font-weight:800;font-size:14px;display:inline-block;padding-bottom:5px;border-bottom:2px solid var(--orange)}.pale{background:var(--pale)}.cta{background:var(--ink);color:white;padding:60px 0}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta h2{margin-bottom:12px}.cta p{color:#c4ced8;margin:0}footer{background:#0b1520;color:#c4ced8;padding:65px 0 24px}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:70px}footer .brand{color:white;margin-bottom:24px}footer p{font-size:14px;max-width:350px}footer h3{font-size:14px;color:white;letter-spacing:1px;margin-bottom:22px}footer a:not(.brand){display:block;font-size:14px;margin-bottom:8px}footer .bottom{border-top:1px solid #ffffff20;margin-top:40px;padding-top:22px;font-size:12px;display:flex;justify-content:space-between}.whatsapp{position:fixed;right:24px;bottom:24px;z-index:30;background:#168c4d;color:white;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;box-shadow:0 6px 24px #0003;border:3px solid white}.whatsapp svg{width:29px;height:29px;fill:currentColor}.page-head{padding:65px 0;background:var(--ink);color:white}.page-head h1{font-size:clamp(3.2rem,6vw,5.5rem);margin-bottom:22px}.page-head p{max-width:690px;color:#c6d1dc}.breadcrumb{font-size:13px;color:#aebecb;margin-bottom:24px}.detail-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:65px;align-items:start}.detail-grid .main-photo{width:100%;max-height:570px;object-fit:contain;background:var(--pale)}.detail-grid p{color:var(--muted)}.feature-list{padding:0;list-style:none;margin:28px 0}.feature-list li{border-bottom:1px solid var(--line);padding:14px 0}.feature-list li:before{content:'—';color:#b64a0c;margin-right:12px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery img{width:100%;height:300px;object-fit:cover}.gallery a{display:block;background:var(--pale)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-item{padding:24px 0;border-bottom:1px solid var(--line)}.contact-item small{font-size:12px;letter-spacing:1.6px;color:var(--muted);font-weight:800}.contact-item p{margin:10px 0 0}.contact-item .phone{font:600 40px 'Barlow Condensed',sans-serif}.location-panel{background:var(--ink);color:white;padding:45px;display:flex;flex-direction:column;justify-content:center;border-top:5px solid var(--orange)}.location-panel p{color:#ced8e1}.location-panel .btn{align-self:start}.number-block{font:600 120px 'Barlow Condensed',sans-serif;color:var(--orange)}:focus-visible{outline:3px solid #e37531;outline-offset:5px}.skip{position:fixed;top:-100px;z-index:100;background:white;padding:15px}.skip:focus{top:0}@media(min-width:1500px){.hero{min-height:740px}}@media(max-width:1000px){nav{gap:18px}.header-inner>.btn{display:none}.hero{min-height:620px}.hero:after{background:linear-gradient(90deg,#0a1826eb,#0a18269c 65%,#0a18264d)}.product-grid{grid-template-columns:repeat(2,1fr)}.about-grid{gap:35px}.footer-grid{gap:30px}.detail-grid{gap:35px}}@media(max-width:700px){.topbar .wrap span:first-child{display:none}.topbar .wrap{justify-content:center}.header-inner{height:78px}.brand-text{font-size:25px}.brand-mark{font-size:26px}.menu-toggle{display:block}nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;padding:24px 5%;box-shadow:0 15px 25px #0002;align-items:stretch}nav.open{display:flex;flex-direction:column}.dropdown{position:static;box-shadow:none;width:100%;margin-top:15px;max-height:45vh;overflow:auto}.hero{min-height:670px}.hero-content{padding:60px 0 90px}.hero h1{font-size:3.65rem;max-width:380px}.hero p{max-width:350px}.hero>img{object-position:63% center}.hero:after{background:linear-gradient(90deg,#0a1826eb,#0a18268c)}.hero-caption{font-size:10px;left:5%;right:auto}.ribbon{grid-template-columns:1fr}.ribbon>div{padding:14px 0;border-bottom:1px solid var(--line);border-right:0}.section{padding:60px 0}.section-head{display:block}.section-head p{margin-top:22px}.product-grid,.about-grid,.contact-grid,.detail-grid,.footer-grid{grid-template-columns:1fr}.product-grid{gap:30px}.product-card .photo{height:250px}.about-grid img{height:350px}.cta .wrap{display:block}.cta .btn{margin-top:24px}.gallery{grid-template-columns:repeat(2,1fr);gap:12px}.gallery img{height:220px}.footer-grid{gap:35px}footer .bottom{display:block;padding-right:50px}.page-head{padding:45px 0}.location-panel{padding:30px}.whatsapp{right:18px;bottom:18px;width:52px;height:52px}}

/* Keep the truck further clear of the headline. */
.hero>img{transform:translateX(6%)}
@media(max-width:700px){.hero>img{transform:translateX(3%)}}

.product-card .photo{position:relative}.illustrative-label{position:absolute;left:12px;bottom:12px;background:#101d2ce6;color:#fff;padding:4px 9px;font-size:12px;line-height:1.5}.illustrative-product{margin:0}.illustrative-product figcaption{margin-top:12px;font-size:13px;color:var(--muted);line-height:1.6}
.muted{color:var(--muted)}.process-section{background:var(--ink);color:#fff}.process-section .section-head p{color:#c4ced8}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.process-grid article{border-top:1px solid #91a0af55;padding-top:22px}.process-grid p{font-size:15px;color:var(--muted)}.process-section .process-grid p{color:#c4ced8}.step-number{font:600 48px 'Barlow Condensed',sans-serif;color:#ff934c;display:block;margin-bottom:22px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.guide-grid article{background:white;padding:30px;border-top:3px solid var(--orange)}.guide-grid p{font-size:15px;color:var(--muted)}.guide-kicker{display:block;font-size:12px;letter-spacing:1.5px;font-weight:800;color:#a6460d;margin-bottom:20px}.guide-grid a{display:block;border-top:1px solid var(--line);padding:10px 0;font-size:14px;font-weight:700}.guide-grid a:hover{color:#b64a0c}.editorial-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:75px;align-items:start}.editorial-grid p{color:var(--muted)}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:22px 32px 22px 0;font-size:17px;line-height:1.5;position:relative}.faq-list summary:after{position:absolute;right:4px;top:22px;content:'+';color:#ac4b12;font-size:22px}.faq-list details[open] summary:after{content:'−'}.faq-list details p{margin:0 0 24px;color:var(--muted);font-size:15px;line-height:1.8}.spec-table{width:100%;border-collapse:collapse;font-size:15px}.spec-table caption{text-align:left;font-weight:800;font-size:17px;margin-bottom:18px}.spec-table th,.spec-table td{vertical-align:top;text-align:left;border-bottom:1px solid #ccd5dc;padding:20px 12px 20px 0}.spec-table th{width:32%;font-size:14px}.spec-table td{color:var(--muted)}.spec-note{font-size:13px;line-height:1.6;margin-top:18px}@media(max-width:1000px){.process-grid{grid-template-columns:repeat(2,1fr)}.guide-grid{gap:18px}.guide-grid article{padding:22px}.editorial-grid,.faq-layout{gap:35px}}@media(max-width:700px){.process-grid,.guide-grid,.editorial-grid,.faq-layout{grid-template-columns:1fr}.faq-layout{gap:25px}.process-grid{gap:20px}.step-number{font-size:36px;margin-bottom:14px}.spec-table th{width:35%}.faq-list summary{font-size:16px}.editorial-grid{gap:25px}}
