:root{--primary:#f37021;--primary-dark:#a84208;--text:#26282d;--muted:#606268;--line:#e7e5e2;--soft:#f7f6f4;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text);line-height:1.65}img{max-width:100%;display:block}a{color:var(--primary-dark);text-underline-offset:5px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:3px solid var(--primary-dark);outline-offset:5px}.container{width:min(1180px,calc(100% - 80px));margin-inline:auto}.navbar{position:sticky;top:0;z-index:10;background:white;border-bottom:1px solid var(--line)}.navbar>.container{display:flex;align-items:center;justify-content:space-between;min-height:100px;gap:30px}.navbar-logo{width:76px;height:76px;object-fit:contain}.navbar-collapse,.navbar-nav{display:flex;align-items:center;gap:30px}.navbar-nav{list-style:none;margin:0;padding:0}.custom-nav-link{color:var(--text);text-decoration:none;font-size:14px;font-weight:500;display:inline-block;padding:12px 0}.custom-nav-link:hover{color:var(--primary-dark)}.btn{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:46px;padding:11px 22px;border:1px solid var(--primary);border-radius:5px;text-decoration:none;font-size:14px;font-weight:650;background:white;color:var(--primary-dark)}.btn:hover{background:#fff2e8}.btn-hero{background:var(--primary);color:#26170d;border-color:var(--primary);margin-top:16px}.btn-hero:hover{background:#fa853f}.navbar-toggler{display:none}.hero-section{border-bottom:1px solid var(--primary)}.hero-grid{display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:38px;padding-block:48px}.hero-content h1{font-size:clamp(36px,4vw,58px);letter-spacing:-2.4px;line-height:1.08;margin:18px 0 24px;font-weight:750}.hero-content h1 span{color:var(--primary-dark)}.hero-content>p{font-size:19px;line-height:1.6;max-width:470px;color:var(--muted)}.hero-photo{width:100%;height:390px;object-fit:cover;border-radius:4px}.section-badge{color:var(--primary-dark);font-size:12px;font-weight:750;letter-spacing:1.7px;text-transform:uppercase;display:inline-block}.stats-section{background:var(--soft);padding:26px 0}.row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.stat-card{display:flex;gap:12px;align-items:baseline;justify-content:center}.stat-number{font-size:30px;letter-spacing:-1px;font-weight:750}.stat-label{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--muted)}.stat-icon{display:none}.services-section,.history-section,.fleet-section,.contact-section{padding-block:76px}.section-header{text-align:center;margin-bottom:40px}.section-title{font-size:clamp(28px,3vw,38px);line-height:1.2;letter-spacing:-1px;margin:12px 0 18px}.section-subtitle{color:var(--muted);margin:0}.service-card{padding:0 24px 24px 0}.service-card h3,.contact-card h3{font-size:19px;line-height:1.35;margin:18px 0 12px}.service-card p,.contact-card p,.history-text{font-size:15px;color:var(--muted)}.service-icon,.contact-icon{color:var(--primary-dark);font-size:28px}.service-card{border-bottom:1px solid var(--line)}.mt-5{margin-top:65px;grid-template-columns:1fr 1fr;align-items:center;gap:64px}.service-image{width:100%;height:340px;object-fit:cover;border-radius:4px}.check-list{list-style:none;padding:0;margin:0}.check-list li{padding:10px 0;border-bottom:1px solid var(--line);font-size:15px}.check-list .icon-mark{color:var(--primary-dark);margin-right:12px}.history-section{background:var(--soft)}.history-section .row{grid-template-columns:1fr 1fr;align-items:center;gap:64px}.history-section img{height:410px;width:100%;object-fit:cover;border-radius:4px}.history-text{line-height:1.85}.fleet-section .row{display:block}.fleet-section img{width:100%;max-height:460px;object-fit:cover;border-radius:4px}.fleet-stories{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-bottom:76px}.fleet-stories figure{margin:0;border:1px solid var(--line);border-radius:4px;overflow:hidden}.fleet-stories img{width:100%;height:260px;object-fit:cover}.fleet-stories figcaption{padding:26px}.fleet-stories h3{font-size:23px;line-height:1.25;margin:12px 0}.fleet-stories p{color:var(--muted);font-size:15px}.contact-section{background:var(--soft);border-top:1px solid var(--line)}.contact-card{padding:0 16px}.contact-link{overflow-wrap:anywhere}.cta-section{padding:40px 0;border-top:1px solid var(--primary);border-bottom:1px solid var(--line)}.cta-section .container{display:flex;flex-wrap:wrap;gap:12px 30px;align-items:center}.cta-section h2{font-size:22px;margin:0}.cta-section p{font-size:14px;color:var(--muted);flex:1;min-width:240px}.footer{padding:28px 0}.footer .row{grid-template-columns:auto 1fr;align-items:center}.footer-logo{width:64px;height:64px;object-fit:contain}.footer-copy{font-size:12px;color:var(--muted);text-align:right}.back-to-top{position:fixed;bottom:20px;right:20px;width:44px;height:44px;border-radius:50%;background:var(--primary);color:#26170d;box-shadow:0 2px 10px #0001;z-index:5}.back-to-top .icon-mark{display:inline-block;transform:rotate(-45deg)}.skip-link{position:fixed;top:-100px;left:20px;z-index:30;background:white;padding:12px}.skip-link:focus{top:10px}
@media(max-width:1000px){.container{width:calc(100% - 48px)}.navbar-collapse,.navbar-nav{gap:18px}.hero-grid{gap:24px}.hero-content h1{font-size:40px;letter-spacing:-1.5px}.hero-photo{height:350px}.mt-5,.history-section .row{gap:30px}.stat-card{flex-direction:column;align-items:center;gap:0}.contact-card{padding:0}.btn{padding-inline:16px}}
@media(max-width:720px){html{scroll-padding-top:92px}.container{width:calc(100% - 40px)}.navbar>.container{min-height:82px;position:relative}.navbar-logo{width:62px;height:62px}.navbar-toggler{display:flex;flex-direction:column;justify-content:center;gap:5px;background:white;border:1px solid var(--line);border-radius:4px;width:46px;height:46px;padding:12px}.navbar-toggler span{height:2px;width:20px;background:var(--primary-dark)}.navbar-collapse{position:absolute;left:-20px;right:-20px;top:82px;padding:20px;background:white;border-bottom:1px solid var(--line);box-shadow:0 10px 20px #0001;display:none;align-items:stretch}.navbar-collapse.is-open{display:flex;flex-direction:column}.navbar-nav{flex-direction:column;align-items:stretch;gap:0}.custom-nav-link{display:block;min-height:44px}.hero-grid{grid-template-columns:1fr;padding-top:35px;padding-bottom:24px;gap:30px}.hero-content h1{font-size:clamp(34px,9vw,48px);letter-spacing:-1.6px;margin:15px 0 20px}.hero-content>p{font-size:17px;margin:0}.hero-photo{height:265px}.section-badge{font-size:11px}.btn-hero{margin-top:25px}.stats-section{padding:22px 0}.stats-section .row{gap:8px}.stat-number{font-size:26px}.stat-label{font-size:9px;text-align:center;letter-spacing:.3px}.services-section,.history-section,.fleet-section,.contact-section{padding-block:48px}.section-header{margin-bottom:30px}.section-subtitle{font-size:15px}.row{grid-template-columns:1fr;gap:25px}.stats-section .row{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{padding:0 0 24px;display:grid;grid-template-columns:35px 1fr;gap:0 14px}.service-icon{grid-row:span 2;font-size:26px}.service-card h3{margin:0 0 8px;font-size:18px}.service-card p{margin:0}.mt-5,.history-section .row{grid-template-columns:1fr;gap:28px;margin-top:36px}.history-section .row{margin-top:0}.service-image,.history-section img{height:260px}.service-content h2{font-size:25px!important}.fleet-section img{min-height:200px;object-fit:contain}.fleet-stories{grid-template-columns:1fr;gap:24px;padding-bottom:48px}.fleet-stories img{height:230px}.fleet-stories figcaption{padding:22px}.contact-card{border-bottom:1px solid var(--line);padding-bottom:24px}.contact-icon{float:left;margin-right:14px;font-size:23px}.contact-card h3{margin:0 0 16px}.contact-card p{clear:both}.cta-section .container{display:block}.cta-section .btn{margin-top:10px}.footer-copy{max-width:220px;margin-left:auto}.footer .row{gap:18px}.back-to-top{bottom:14px;right:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.fleet-section img{height:auto}
.hero-content h1 span{color:#bf4e0d}
