@charset "UTF-8";
:root{--paper:#f5f4ee;--ink:#242823;--muted:#74796f;--orange:#f0643d;--line:#d8dbd1;--forest:#283a30;--white:#fff;--max:1440px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:not-allowed}img{display:block;max-width:100%;object-fit:cover}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}h1,h2,h3,p{margin:0}p{line-height:1.65}button{border:0;background:none}h2{font-size:clamp(38px,4.1vw,64px);font-weight:500;line-height:1.08;letter-spacing:-2.6px}h2 em{font-family:Georgia,'Times New Roman',serif;font-weight:400}::selection{background:#f0643d;color:white}:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.svg-library{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;left:15px;top:-60px;z-index:100;background:white;padding:16px}.skip-link:focus{top:10px}.eyebrow,.mini-label,.section-kicker{font-size:10px;font-weight:600;letter-spacing:1.65px;line-height:1.5}.eyebrow{font-size:11px;letter-spacing:2px}.mini-label{display:block;color:var(--muted);font-size:9px}.section{padding:80px 5.5%;max-width:var(--max);margin:auto}.section-kicker{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;margin-bottom:60px;color:#72766b}.section-kicker>span:first-child{color:var(--ink)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:42px}.section-heading>p{max-width:355px;color:var(--muted);font-size:14px;margin-bottom:7px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;padding:18px 23px;border-radius:2px;font-size:12px;font-weight:600;line-height:1.4;min-height:54px;transition:background .2s,transform .25s;white-space:nowrap}.button svg{width:18px;height:18px}.orange{background:var(--orange);color:var(--ink)}.orange:hover{background:#ff7950;transform:translateY(-2px)}.outline-dark{border:1px solid #aeb6a6}.outline-dark:hover{background:#e2e7db}.text-link{display:inline-flex;align-items:center;gap:30px;font-size:12px;font-weight:600;padding:10px 0;border-bottom:1px solid currentColor}.text-link svg{width:18px;height:18px;transition:transform .2s}.text-link:hover svg{transform:translateX(5px)}
/* Header */
.site-header{height:91px;padding:0 4.2%;display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--paper);position:sticky;top:0;z-index:30;border-bottom:1px solid #dedfd4}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand-type{font-size:25px;font-weight:800;letter-spacing:2.8px;line-height:1.1}.brand-type>span{display:block;font-size:8px;letter-spacing:2px;margin-top:6px;font-weight:600}.desktop-nav{display:flex;gap:29px;margin-left:auto;margin-right:40px}.desktop-nav a{font-size:11px;padding:14px 0;position:relative}.desktop-nav a:after{content:'';height:2px;position:absolute;left:0;right:100%;bottom:6px;background:var(--orange);transition:right .25s}.desktop-nav a:hover:after,.desktop-nav a.is-current:after{right:0}.header-contact{font-size:11px;font-weight:600;border-bottom:1px solid #363d33;padding:12px 0;display:flex;align-items:center;gap:36px}.header-contact svg{width:17px;height:17px}.menu-toggle{display:none}.mobile-nav{display:none}
/* Hero */
.hero{position:relative;isolation:isolate;height:640px;min-height:580px;max-height:850px;color:var(--paper);overflow:hidden;background:#344039}.hero-photo,.hero-shade{position:absolute;inset:0;width:100%;height:100%;z-index:-2}.hero-photo{object-position:center 55%;transition:opacity .45s ease,transform 1.2s ease;filter:saturate(.8)}.hero-photo.changing{opacity:.15;transform:scale(1.02)}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(16,28,25,.83) 0%,rgba(21,31,28,.52) 42%,rgba(28,34,30,.03) 78%),linear-gradient(0deg,rgba(17,28,23,.82),transparent 30%)}.hero-content{padding:66px 5.5% 0}.hero .eyebrow{display:flex;align-items:center;gap:12px;font-size:9px;letter-spacing:2px}.orange-line{display:inline-block;width:25px;height:2px;background:var(--orange)}.hero h1{font-size:clamp(54px,5.3vw,81px);font-weight:500;letter-spacing:-3.3px;line-height:1.06;margin-top:31px;text-wrap:balance;width:max-content;max-width:100%}.hero h1 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:#f9b895}.hero-description{font-size:13px;color:#e4e4dc;line-height:1.8;margin-top:26px}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:30px}.hero-story{display:flex;align-items:center;gap:12px;font-size:11px}.circle-arrow{border:1px solid #a6aca0;border-radius:50%;width:37px;height:37px;display:grid;place-items:center}.circle-arrow svg{width:17px;height:17px}.hero-story:hover .circle-arrow{background:#ffffff20}.hero-footer{position:absolute;bottom:30px;left:5.5%;right:5.5%;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ffffff40;padding-top:24px}.hero-location{display:flex;align-items:center;gap:13px}.hero-location>svg{color:#fda584;width:20px;height:20px}.hero-location>span{font-size:9px;letter-spacing:1.3px}.hero-location small{display:block;font-size:10px;letter-spacing:0;color:#b9c2b7;margin-top:7px}.hero-slides{display:flex;align-items:center;gap:28px}.hero-slides p{font-size:10px;color:#e2e6dc}.hero-slides p>span{margin:0 12px;color:#929f90}.slide-buttons{display:flex;gap:6px}.slide-dot{width:28px;height:28px;position:relative;padding:0}.slide-dot:after{content:'';position:absolute;height:3px;top:12px;left:0;right:0;background:#ffffff55;transition:background .3s}.slide-dot.active:after{background:#fa9d76}.scroll-cue{display:grid;place-items:center;border:1px solid #ffffff70;border-radius:50%;width:35px;height:35px}.scroll-cue svg{width:16px;transform:rotate(90deg)}.hero-image-note{position:absolute;bottom:6px;right:5.5%;font-size:8px;color:#c4cfc2}.credentials-strip{display:grid;grid-template-columns:1fr 1fr 1fr 1.35fr;padding:30px 5.5%;border-bottom:1px solid var(--line);gap:30px}.credentials-strip>div{border-right:1px solid var(--line)}.credentials-strip .mini-label{font-size:8px;margin-bottom:10px}.credentials-strip strong{display:block;font-size:28px;letter-spacing:-.7px;font-weight:500}.credentials-strip strong b{font-size:32px;font-weight:500}.credentials-strip strong>span{font-size:12px;letter-spacing:0}.credentials-strip>a{display:flex;align-items:center;gap:13px}.credentials-strip>a>span:nth-child(2){font-size:12px;font-weight:600}.credentials-strip small{display:block;font-size:9px;font-weight:400;color:var(--muted);margin-top:6px}.strip-shield{border:1px solid #c8cdc0;width:42px;height:42px;border-radius:50%;display:grid;place-items:center}.strip-shield svg{width:21px;height:21px}.strip-arrow{margin-left:auto;width:16px;height:16px}
/* About */
.about-section{padding-top:74px;padding-bottom:96px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.about-visual{height:530px;position:relative;margin-right:20px}.about-visual>img{width:100%;height:100%;object-position:50% 56%}.image-index{position:absolute;left:20px;bottom:21px;letter-spacing:1.7px;font-size:8px;color:white;text-shadow:0 1px 4px black}.since-badge{position:absolute;right:-36px;bottom:47px;padding:25px 27px;background:var(--orange);width:212px;color:var(--ink);box-shadow:0 9px 30px #0001}.since-badge>span{font-size:8px;letter-spacing:1.6px}.since-badge strong{font-size:56px;letter-spacing:-3px;line-height:1.2;display:block;font-weight:500;margin:8px 0}.since-badge strong>span{float:right;font-size:24px;letter-spacing:0;margin-top:10px}.since-badge small{font-size:7px;letter-spacing:1px}.about-copy .eyebrow{font-size:9px;color:#747b6b;margin-bottom:20px}.about-copy h2{font-size:clamp(38px,3.7vw,54px);margin-bottom:26px}.about-copy>p:not(.eyebrow){font-size:12px;color:var(--muted);margin-top:17px;line-height:1.85;max-width:440px}.about-principles{display:flex;flex-direction:column;gap:10px;margin:23px 0 20px;font-size:11px}.about-principles span{display:flex;gap:10px;align-items:center}.about-principles svg{width:16px;height:16px;color:#597c51}
/* Fleet */
.fleet-section{background:#ebece4;max-width:none;padding-top:72px;padding-bottom:70px}.fleet-section>*{max-width:1282px;margin-left:auto;margin-right:auto}.fleet-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.filter-group{display:flex;gap:6px;flex-wrap:wrap}.filter{font-size:11px;padding:12px 18px;border:1px solid transparent;border-radius:3px;transition:background .2s}.filter.active{background:var(--ink);color:white}.filter:not(.active):hover{border-color:#a7afa0}.filter span{margin-left:12px;font-size:8px;color:#abb5a5}.fleet-count{font-size:10px;color:var(--muted)}.fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;min-height:435px;align-items:start}.fleet-card{background:var(--paper);border:1px solid #e0e2d8;animation:cardIn .4s ease}.fleet-card[hidden]{display:none}.fleet-open{display:block;padding:0;text-align:left;width:100%;height:100%}.fleet-image{height:242px;overflow:hidden;position:relative;background:#dce0d4}.fleet-image img{width:100%;height:100%;transition:transform .6s ease}.fleet-open:hover img{transform:scale(1.045)}.fleet-number{position:absolute;left:16px;top:16px;display:grid;place-items:center;width:28px;height:28px;color:white;background:#222c2580;font-size:10px;border:1px solid #ffffff90;border-radius:50%}.image-disclaimer{position:absolute;right:9px;bottom:9px;font-size:6px;letter-spacing:1px;color:white;background:#1e2824ba;padding:5px 6px}.fleet-card-body{padding:23px 23px 0}.fleet-card-body>.mini-label{font-size:8px;letter-spacing:1.15px}.fleet-title{display:flex;align-items:center;justify-content:space-between;margin-top:13px}.fleet-title h3{font-size:30px;letter-spacing:-1px;font-weight:500}.card-arrow{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid #bfc7b8;transition:background .2s}.card-arrow svg{width:14px;height:14px}.fleet-open:hover .card-arrow{background:var(--orange);border-color:var(--orange)}.fleet-card-body>p{font-size:11px;color:var(--muted);line-height:1.75;min-height:58px;margin-top:14px}.fleet-footer{display:flex;align-items:center;gap:8px;font-size:9px;border-top:1px solid var(--line);padding:17px 0;margin-top:17px}.fleet-footer svg{width:14px;height:14px}.fleet-footer>span{margin-left:auto;font-size:9px}.fleet-bottom{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:31px}.fleet-bottom>p{font-size:11px;color:var(--muted)}.fleet-bottom .text-link{font-size:11px;padding:7px 0}
/* Routes */
.coverage-section{padding-top:80px;padding-bottom:88px}.coverage-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:7%;align-items:center}.coverage-copy>.eyebrow{font-size:9px;margin-bottom:20px;color:var(--muted)}.coverage-copy>p:not(.eyebrow){font-size:12px;color:var(--muted);max-width:330px;margin:25px 0 25px}.region-tabs{display:flex;flex-direction:column;max-width:365px}.region-tabs>button{display:flex;align-items:center;gap:16px;text-align:left;border-bottom:1px solid var(--line);padding:17px 13px;font-size:13px}.region-tabs>button>span{font-size:9px;color:#87917e}.region-tabs>button>svg{width:16px;height:16px;margin-left:auto}.region-tabs>button[aria-selected=true]{background:#e5e9dc;border-color:#c3cdb7}.region-tabs>button[aria-selected=true]>svg{color:#d75c39}.map-card{background:#e6e9df;padding:27px 30px 21px;border:1px solid #d7decf;position:relative;overflow:hidden}.map-top{display:flex;justify-content:space-between;align-items:center}.map-top>svg{width:19px;height:19px;color:#687862}.map-status{font-size:8px;letter-spacing:1.4px;display:flex;align-items:center;gap:8px}.map-status i{width:5px;height:5px;background:#6a8a5d;border-radius:50%;box-shadow:0 0 0 4px #6a8a5d13}.map-art{position:relative;margin:15px -15px 2px}.java-map{width:100%;height:auto;stroke:none;stroke-width:0;overflow:visible}.java-shadow{fill:#d4dccc;transform:translate(0,6px)}.java-land{fill:url(#mapdots);stroke:#abb99c;stroke-width:.7}.map-route{stroke:var(--orange);stroke-width:2;fill:none;stroke-dasharray:5 5;animation:routeMove 14s linear infinite}.map-base,.map-destination{fill:var(--orange);stroke:#fff;stroke-width:2}.map-halo{fill:#f0643d18}.map-dot{fill:#abb5a0;stroke:#e6e9df;stroke-width:2}.map-city{fill:#394633;font-size:9px;letter-spacing:.5px;font-family:Arial;font-weight:600}.map-muted{fill:#6e7e65;font-size:7px;letter-spacing:.6px}.map-compass{position:absolute;right:9px;top:10px;font-size:8px;color:#5b6d53;text-align:center}.map-compass span{display:block;font-size:24px;margin-top:6px}#region-panel{border-top:1px solid #c5d0bb;padding-top:23px;min-height:172px}#region-panel>.mini-label{font-size:8px;letter-spacing:1.5px}#region-panel h3{font-weight:500;font-size:26px;margin:8px 0 9px;letter-spacing:-.7px}#region-panel p{font-size:11px;color:#6d7963;max-width:390px;min-height:36px}#region-panel .text-link{margin-top:12px;font-size:10px}.map-note{font-size:8px;color:#75826c;margin-top:22px}
/* Values */
.commitment-section{max-width:none;background:var(--forest);color:var(--paper);padding-top:71px;padding-bottom:73px}.commitment-section>*{max-width:1282px;margin-left:auto;margin-right:auto}.commitment-section .section-kicker{border-color:#53634f;color:#a3b09a}.commitment-section .section-kicker>span:first-child{color:#cbd4c1}.commitment-heading{display:flex;gap:70px;align-items:flex-end;justify-content:space-between;margin-bottom:40px}.commitment-heading h2{font-size:clamp(35px,3.7vw,56px)}.commitment-heading h2 em{color:#d6dfc7}.commitment-heading>p{font-size:12px;color:#b2bfa8;max-width:320px}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.value-card{position:relative;padding:30px 35px 29px 0;border-top:1px solid #65725b;border-bottom:1px solid #65725b}.value-card+article{padding-left:35px;border-left:1px solid #65725b}.value-card>svg{width:30px;height:30px;color:#fcb086}.value-card>span{position:absolute;right:30px;top:37px;font-size:10px;color:#91a083}.value-card>h3{font-size:17px;font-weight:500;margin:28px 0 15px;letter-spacing:-.3px}.value-card>p{font-size:11px;color:#b2bfa8;line-height:1.85;max-width:310px}.vision-mission{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:33px}.vision-mission>div{display:flex;gap:28px;align-items:flex-start}.vision-mission .mini-label{color:#d8ad86;font-size:8px;min-width:60px;white-space:nowrap;margin-top:3px}.vision-mission p{font-size:11px;line-height:1.8;color:#c1cbb8;max-width:430px}
/* Gallery */
.gallery-section{padding-bottom:80px}.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:215px 215px;gap:14px}.gallery-item{padding:0;position:relative;overflow:hidden;text-align:left;background:#d7dcce}.gallery-item>img{width:100%;height:100%;transition:transform .6s,filter .6s;filter:saturate(.8)}.gallery-item:hover>img{transform:scale(1.04);filter:saturate(1)}.gallery-wide{grid-row:1/3}.gallery-wide>img{object-position:55% 50%}.gallery-item>span{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:30px 15px 15px;color:white;font-size:9px;background:linear-gradient(transparent,#15211ac9)}.gallery-item>span svg{width:17px;height:17px}.legal-section{display:flex;align-items:center;gap:28px;margin:0 5.5% 75px;padding:32px 38px;background:#e5e9db;border:1px solid #cdd6c1}.legal-icon{border:1px solid #abbc9b;width:58px;height:66px;display:grid;place-items:center;flex-shrink:0}.legal-icon svg{width:30px;height:30px;color:#536d46}.legal-section>div:nth-child(2){flex:1}.legal-section .eyebrow{font-size:8px;color:#6d7c60;margin-bottom:8px}.legal-section h2{font-size:24px;letter-spacing:-.6px;line-height:1.2}.legal-section p:not(.eyebrow){font-size:11px;max-width:600px;color:#6f7b64;margin-top:9px}.legal-section .button{font-size:10px;gap:24px;padding:15px 19px;min-height:48px}
/* Contact */
.contact-section{padding-top:0;padding-bottom:90px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:start}.contact-copy>.eyebrow{font-size:9px;color:var(--muted);margin:10px 0 22px}.contact-copy h2{font-size:clamp(45px,4.7vw,70px)}.contact-copy>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.8;margin-top:26px}.contact-details{display:grid;gap:27px;margin-top:40px}.contact-details>div{display:flex;gap:18px}.contact-details svg{color:#d76841;width:20px;height:20px}.contact-details .mini-label{font-size:8px;margin-bottom:10px}.contact-details address{font-style:normal;font-size:13px;line-height:1.8}.contact-details a{display:block;font-size:13px;line-height:1.8}.contact-details address+a{font-size:10px;text-decoration:underline;margin-top:6px}.quote-form{background:#ebece4;padding:32px}.quote-form>h3{font-size:21px;font-weight:500;letter-spacing:-.7px;line-height:1.2}.quote-form>p{font-size:10px;color:var(--muted);margin:10px 0 25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{display:flex;flex-direction:column;margin-bottom:18px}.field label{font-size:10px;margin-bottom:9px}.field label>span{color:#a84426}.field input,.field textarea,.field select{width:100%;border:1px solid #cfd5c7;background:#f6f7f0;border-radius:2px;font-size:11px;padding:12px 13px;color:var(--ink);line-height:1.5;min-height:43px}.field input::placeholder,.field textarea::placeholder{color:#858d7c}.field textarea{resize:vertical;min-height:95px;max-height:240px}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid #8a9a7f;outline-offset:1px}.quote-form>.button{width:100%;font-size:11px;margin-top:2px}.form-note{display:flex;gap:7px;font-size:8px;line-height:1.7;color:#737e68;margin-top:15px}.form-note svg{width:12px;height:12px;flex-shrink:0;margin-top:1px}
/* Footer */
.site-footer{background:#e3e6db;padding:45px 5.5% 23px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:40px;border-bottom:1px solid #c5cebb}.footer-top>p{font-size:24px;line-height:1.15;letter-spacing:-.6px;margin-left:auto;margin-right:18%}.back-top{font-size:10px;display:flex;align-items:center;gap:25px}.back-top>svg{width:18px;height:18px;transform:rotate(-90deg)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-top:22px;font-size:8px;color:#6d7764}.footer-bottom>div{display:flex;gap:24px}.footer-bottom button{padding:6px 0;font-size:8px}.footer-bottom>span:last-child{letter-spacing:1px}
/* Dialogs */
dialog{border:0;color:var(--ink);padding:0;max-height:90dvh;box-shadow:0 20px 100px #0004}dialog::backdrop{background:#101b15ba;backdrop-filter:blur(6px)}dialog[open]{animation:dialogIn .22s ease}.detail-dialog{width:min(620px,92vw);background:var(--paper);border-radius:4px}.dialog-close{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#e9ece2;z-index:2;flex-shrink:0}.detail-dialog>.dialog-close{position:absolute;top:16px;right:16px}.dialog-close svg{width:20px;height:20px}.dialog-close:hover{background:#d5ddcc}#dialog-body{padding:38px}#dialog-body:has(.modal-hero){padding-top:0}.modal-hero{width:calc(100% + 76px);max-width:none;margin:0 -38px 27px;height:260px;object-fit:cover}.dialog-eyebrow{font-size:9px;letter-spacing:1.5px;color:#75836b;text-transform:uppercase;padding-right:38px;margin-bottom:16px}#dialog-title{font-size:32px;font-weight:500;letter-spacing:-1px;line-height:1.15;padding-right:25px;margin-bottom:18px}#dialog-body>p{font-size:13px;color:#687660;margin-bottom:15px}#dialog-body>.button{margin-top:20px;font-size:11px}.modal-specs{margin:23px 0}.modal-specs>div{display:flex;gap:30px;justify-content:space-between;padding:15px 0;border-bottom:1px solid #d1d9c8;font-size:12px}.modal-specs dt{color:#76836b}.modal-specs dd{margin:0;text-align:right}.modal-note{font-size:10px!important;background:#e8ecdf;padding:15px;line-height:1.8}.license-empty{padding:26px;border:1px solid #cbd6bf;background:#e7ecdf;text-align:center;margin-top:23px}.license-empty>svg{width:35px;height:35px;color:#6d875b}.license-empty h3{font-size:17px;margin:15px 0 10px;font-weight:500}.license-empty p{font-size:12px;color:#6a7a5e}.license-list{display:grid;gap:10px}.license-link{border:1px solid #cad4bf;text-align:left;display:flex;gap:15px;align-items:center;padding:15px;font-size:12px}.license-link>span{flex:1}.license-link small{display:block;font-size:10px;color:#738467;margin-top:5px}.document-frame{width:100%;height:55vh;border:1px solid #c8d3bc}.document-image{width:100%;height:auto;object-fit:contain;max-height:60vh}.dialog-actions{display:flex;gap:15px;flex-wrap:wrap;margin-top:20px}.dialog-actions .button{font-size:11px}.quote-preview{white-space:pre-wrap;font-family:inherit;font-size:12px;line-height:1.8;background:#e7ecdf;border:1px solid #ced7c4;padding:19px;max-height:42vh;overflow:auto;overflow-wrap:anywhere}.credit-list{padding:0;list-style:none}.credit-list li{border-bottom:1px solid #d1d9c8;padding:13px 0;font-size:12px;line-height:1.7}.credit-list a{text-decoration:underline}.gallery-dialog{width:min(1050px,95vw);background:#18231d;color:#f4f5ed;overflow:hidden}.lightbox-toolbar,.lightbox-bottom{display:flex;align-items:center;justify-content:space-between;padding:14px 21px;gap:15px}.lightbox-toolbar{border-bottom:1px solid #43533b}.lightbox-toolbar>p{font-size:12px}.lightbox-toolbar>div{display:flex;align-items:center;gap:15px}.lightbox-toolbar button:not(.dialog-close){font-size:11px;color:#dce5d3}.gallery-dialog .dialog-close{background:#3b4d32;color:white;width:33px;height:33px}.lightbox-stage{height:min(66vh,650px);overflow:auto;display:flex;align-items:center;justify-content:center}.lightbox-stage>img{width:100%;height:100%;object-fit:contain}.lightbox-stage.zoomed{display:block}.lightbox-stage.zoomed>img{width:auto;height:auto;max-width:none;max-height:none;min-width:100%}.lightbox-bottom>p{font-size:11px;text-align:center;color:#ccd9c1}.lightbox-bottom>button{width:35px;height:35px;border:1px solid #52664a;border-radius:50%;display:grid;place-items:center;color:white}.lightbox-bottom svg{width:17px;height:17px}.rotate-180{transform:rotate(180deg)}#toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,20px);background:#263b28;color:white;padding:13px 22px;font-size:12px;box-shadow:0 5px 25px #0002;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:90%;text-align:center}#toast.visible{opacity:1;transform:translate(-50%,0)}.noscript-note{padding:20px;text-align:center;background:#eedba6;font-size:13px}.reveal{opacity:1}.js-motion .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.js-motion .reveal.in-view{opacity:1;transform:translateY(0)}@keyframes routeMove{to{stroke-dashoffset:-100}}@keyframes dialogIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes cardIn{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
/* Responsive */
@media(min-width:1600px){.hero-content,.hero-footer{max-width:1282px;margin-left:auto;margin-right:auto}.hero-content{padding-left:0;padding-right:0}.hero-footer{left:0;right:0}.hero{height:720px}.hero-content{padding-top:85px}}
@media(max-width:1100px){.desktop-nav{gap:20px;margin-right:10px}.site-header{gap:22px}.header-contact{gap:20px}.hero h1{font-size:64px}.hero{height:620px}.about-grid{gap:7%}.about-visual{height:510px}.about-copy h2{font-size:43px}.section-heading>p{max-width:300px}.fleet-image{height:205px}.fleet-card-body{padding:20px 18px 0}.fleet-title h3{font-size:27px}.fleet-card-body>p{min-height:64px}.credentials-strip{gap:23px}.credentials-strip strong>span{font-size:10px}.credentials-strip small{font-size:8px}.map-card{padding-left:22px;padding-right:22px}.legal-section{padding:28px}.legal-section h2{font-size:21px}.quote-form{padding:25px}.contact-grid{gap:6%}.footer-top>p{margin-right:10%}}
@media(max-width:1000px){.site-header{height:78px;padding:0 5%}.desktop-nav{display:none}.header-contact{margin-left:auto}.menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:40px;height:40px;padding:8px}.menu-toggle>span{display:block;background:var(--ink);height:1.5px;width:22px;transition:transform .2s}.menu-toggle[aria-expanded=true]>span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle[aria-expanded=true]>span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.mobile-nav:not([hidden]){display:flex;flex-direction:column;position:absolute;top:78px;left:0;right:0;padding:15px 5% 25px;background:var(--paper);box-shadow:0 15px 25px #1b281b20}.mobile-nav a{font-size:15px;padding:14px 0;border-bottom:1px solid var(--line)}.hero h1{font-size:58px}.hero-content{padding-top:60px}.hero{height:610px}.hero-slides{gap:15px}.hero-slides p{max-width:170px;font-size:9px}.hero-slides p>span{margin:0 5px}.credentials-strip{grid-template-columns:repeat(3,1fr);gap:24px}.credentials-strip>div:nth-child(3){border:0}.credentials-strip>a{grid-column:1/4;border-top:1px solid var(--line);padding-top:19px}.credentials-strip strong>span{font-size:11px}.section{padding-left:5%;padding-right:5%}.section-kicker{font-size:8px;margin-bottom:42px}.about-grid{gap:7%}.about-visual{height:450px;margin-right:10px}.since-badge{width:160px;padding:20px;right:-25px}.since-badge strong{font-size:43px}.since-badge small{font-size:6px}.about-copy h2{font-size:36px;letter-spacing:-1.8px}.about-copy>p:not(.eyebrow){font-size:11px}.about-principles{font-size:10px}.about-copy .eyebrow{font-size:8px}.fleet-grid{gap:14px;min-height:395px}.fleet-image{height:170px}.fleet-card-body{padding:18px 14px 0}.fleet-card-body>.mini-label{font-size:6px;letter-spacing:.8px}.fleet-title h3{font-size:24px}.fleet-footer{font-size:8px;gap:5px}.fleet-footer>span{font-size:8px}.fleet-card-body>p{font-size:10px}.fleet-footer>svg{display:none}.section-heading>p{font-size:12px;max-width:270px}.section-heading{gap:30px}.section-heading h2{font-size:40px;letter-spacing:-2px}.coverage-grid{gap:5%;grid-template-columns:.9fr 1.1fr}.coverage-copy h2{font-size:42px}.coverage-copy>p:not(.eyebrow){font-size:11px}.map-card{padding:22px 18px 18px}.map-art{margin:20px -10px}#region-panel p{font-size:10px}.commitment-heading{gap:40px}.commitment-heading>p{font-size:11px;max-width:270px}.value-card{padding-right:22px}.value-card+article{padding-left:22px}.value-card>h3{font-size:15px;line-height:1.3;min-height:38px}.vision-mission{gap:30px}.vision-mission>div{display:block}.vision-mission .mini-label{margin-bottom:10px}.gallery-grid{grid-template-rows:170px 170px;gap:10px}.gallery-item>span{font-size:8px;padding:20px 10px 10px}.legal-section{flex-wrap:wrap;gap:23px;margin-left:5%;margin-right:5%}.legal-section>div:nth-child(2){flex-basis:70%}.legal-section>.button{margin-left:81px}.contact-copy h2{font-size:48px}.contact-copy>p:not(.eyebrow){font-size:11px}.quote-form{padding:22px}.quote-form>h3{font-size:19px}.form-row{gap:12px}.field label{font-size:9px}.field input,.field select,.field textarea{font-size:10px;padding:11px}.contact-grid{gap:5%}.footer-top>p{margin-right:3%;font-size:21px}}
@media(max-width:680px){html{scroll-padding-top:76px}.site-header{height:76px;gap:13px}.brand-type{font-size:21px;letter-spacing:2.3px}.brand-type>span{font-size:6px;letter-spacing:1.8px}.header-contact{font-size:9px;gap:9px;padding:10px 0}.header-contact svg{width:14px;height:14px}.menu-toggle{width:30px;padding:4px}.mobile-nav:not([hidden]){top:76px}.hero{height:660px;min-height:660px}.hero-photo{object-position:64% 50%}.hero-shade{background:linear-gradient(90deg,#152821c9,#1a2b2345),linear-gradient(0deg,#15251fdb,transparent 45%)}.hero-content{padding:52px 6% 0}.hero .eyebrow{font-size:7px;letter-spacing:1.25px;gap:9px}.orange-line{width:18px}.hero h1{font-size:clamp(30px,8.5vw,54px);letter-spacing:-1.25px;line-height:1.16;margin-top:30px;max-width:100%;width:auto}.hero h1 em{display:block}.hero h1 br{display:block}.hero-description{font-size:12px;line-height:1.85;margin-top:26px;max-width:340px}.hero-description br{display:none}.hero-actions{gap:20px;margin-top:28px;flex-wrap:wrap}.hero-actions .button{padding:17px 18px;font-size:10px;gap:18px;min-height:52px}.hero-story{font-size:10px;gap:8px}.circle-arrow{width:32px;height:32px}.hero-footer{bottom:31px;left:6%;right:6%;padding-top:22px;align-items:flex-start}.hero-location>svg{width:17px;height:17px}.hero-location{gap:9px}.hero-location>span{font-size:8px;letter-spacing:.9px}.hero-location small{font-size:8px;max-width:150px;line-height:1.5}.hero-slides{display:block}.hero-slides>p{display:none}.slide-buttons{gap:5px}.slide-dot{width:21px}.scroll-cue{display:none}.hero-image-note{right:6%;font-size:7px;bottom:9px}.credentials-strip{padding:25px 6%;gap:13px}.credentials-strip .mini-label{font-size:6px;letter-spacing:1px;margin-bottom:8px}.credentials-strip strong,.credentials-strip strong b{font-size:27px;letter-spacing:-1px}.credentials-strip strong>span{font-size:8px;display:block;margin-top:7px;letter-spacing:0}.credentials-strip>div:first-child strong{font-size:14px;line-height:1.6}.credentials-strip>a{margin-top:9px;padding-top:18px}.credentials-strip>a>span:nth-child(2){font-size:11px}.credentials-strip small{font-size:8px}.strip-shield{width:35px;height:35px}.section{padding:55px 6%}.section-kicker{font-size:8px;letter-spacing:1px;padding-top:16px;margin-bottom:35px}.section-kicker>span:last-child{display:none}.about-grid{grid-template-columns:1fr;gap:48px}.about-visual{height:410px;margin-right:24px;order:2}.about-copy h2{font-size:43px;letter-spacing:-2px}.about-copy h2 br:nth-child(2){display:none}.about-copy>p:not(.eyebrow){font-size:12px;max-width:none}.about-copy .eyebrow{font-size:8px}.about-principles{font-size:11px}.since-badge{width:183px;right:-24px;bottom:30px;padding:23px}.since-badge strong{font-size:50px}.since-badge small{font-size:6px}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:43px}.section-heading>p{font-size:12px;max-width:100%;margin-top:24px}.fleet-toolbar{display:block;margin-bottom:23px}.filter-group{gap:2px;flex-wrap:nowrap;justify-content:space-between}.filter{font-size:9px;padding:11px 12px}.filter>span{display:none}.fleet-count{display:block;margin-top:17px;font-size:9px}.fleet-grid{grid-template-columns:1fr;gap:23px;min-height:0}.fleet-image{height:230px}.fleet-card-body{padding:23px 23px 0}.fleet-card-body>.mini-label{font-size:8px}.fleet-title h3{font-size:30px}.fleet-card-body>p{font-size:12px;min-height:0;margin-bottom:25px}.fleet-footer{font-size:10px;padding:18px 0}.fleet-footer>svg{display:block}.fleet-footer>span{font-size:10px}.fleet-bottom{display:block;text-align:center;margin-top:28px}.fleet-bottom>.text-link{margin-top:8px}.coverage-grid{grid-template-columns:1fr;gap:30px}.coverage-copy h2{font-size:44px}.coverage-copy h2 br:nth-child(2){display:none}.coverage-copy>p:not(.eyebrow){font-size:12px;max-width:none}.region-tabs{max-width:none}.region-tabs>button{font-size:13px}.map-card{padding:24px}.map-art{margin:0 -20px}.map-status{font-size:7px}#region-panel h3{font-size:26px}#region-panel p{font-size:11px}.commitment-heading{display:block}.commitment-heading h2{font-size:40px}.commitment-heading>p{max-width:none;font-size:12px;margin-top:23px}.values-grid{grid-template-columns:1fr}.value-card,.value-card+article{border-left:0;padding:26px 0;display:grid;grid-template-columns:40px 1fr;gap:0 15px}.value-card+article{border-top:0}.value-card>svg{width:27px;height:27px;grid-row:1/3}.value-card>span{right:0;top:32px}.value-card>h3{font-size:18px;min-height:0;margin:2px 25px 11px 0}.value-card>p{max-width:none;font-size:12px}.vision-mission{grid-template-columns:1fr;gap:25px;margin-top:28px}.vision-mission p{font-size:12px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:270px 210px 210px;gap:12px}.gallery-wide{grid-row:auto;grid-column:1/3}.gallery-item>span{font-size:9px;padding:30px 12px 12px}.legal-section{margin:0 6% 55px;padding:25px;display:block}.legal-icon{width:46px;height:50px;margin-bottom:24px}.legal-section h2{font-size:25px}.legal-section .eyebrow{font-size:8px}.legal-section p:not(.eyebrow){font-size:12px;line-height:1.8}.legal-section>.button{margin:22px 0 0;width:100%;font-size:11px}.contact-section{padding-top:0}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-copy h2{font-size:49px}.contact-copy>p:not(.eyebrow){font-size:12px}.contact-details{margin-top:29px;gap:24px}.contact-details address,.contact-details a{font-size:13px}.quote-form{padding:25px 21px}.quote-form>h3{font-size:20px}.quote-form>p{font-size:10px}.field label{font-size:10px}.field input,.field select,.field textarea{font-size:16px;min-height:46px}.field input::placeholder,.field textarea::placeholder{font-size:12px}.field select{font-size:13px}.form-row{gap:13px}.form-note{font-size:9px}.quote-form>.button{font-size:11px}.site-footer{padding:34px 6% 23px}.footer-top{align-items:flex-start;gap:30px;flex-wrap:wrap;padding-bottom:30px}.footer-top>p{font-size:21px;margin:0}.back-top{flex-basis:100%;justify-content:space-between;margin-top:2px}.footer-bottom{align-items:flex-start;flex-wrap:wrap;gap:16px;font-size:8px}.footer-bottom>span:first-child{flex-basis:100%}.footer-bottom>span:last-child{font-size:7px}.footer-bottom>div{gap:18px}.footer-bottom button{font-size:9px}#dialog-body{padding:29px 24px}.modal-hero{width:calc(100% + 48px);margin:0 -24px 25px;height:230px}#dialog-title{font-size:29px}.detail-dialog>.dialog-close{top:13px;right:13px;width:34px;height:34px}.dialog-eyebrow{font-size:8px;max-width:90%}.modal-specs>div{font-size:11px;gap:15px}.gallery-dialog{max-height:95dvh}.lightbox-toolbar{padding:13px;font-size:10px}.lightbox-toolbar>p{font-size:10px}.lightbox-toolbar>div{gap:10px}.lightbox-toolbar button:not(.dialog-close){font-size:9px}.lightbox-stage{height:60vh}.lightbox-bottom{padding:13px}.lightbox-bottom>p{font-size:10px}.dialog-actions .button{width:100%;font-size:10px}.quote-preview{font-size:11px}.license-empty{padding:21px 16px}}
@media(max-width:360px){.header-contact{font-size:8px;gap:7px}.brand-type{font-size:19px}.brand-type>span{font-size:5px}.site-header{gap:8px}.hero h1{font-size:30px}.hero-actions{gap:14px}.hero-story{font-size:9px}.hero-actions .button{font-size:9px;padding:16px 14px}.form-row{grid-template-columns:1fr;gap:0}.filter{font-size:8px;padding:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}}
.gallery-dialog[open]{display:flex;flex-direction:column}.lightbox-toolbar,.lightbox-bottom{flex:0 0 auto}.lightbox-stage{min-height:0;flex:1 1 auto}
@media print{.site-header{position:static}.hero{height:450px}.hero-content{padding-top:40px}.section{break-inside:avoid;padding-top:30px;padding-bottom:30px}.reveal,.js-motion .reveal{opacity:1!important;transform:none!important}.quote-form,.menu-toggle,.hero-slides,.dialog-close,dialog,.back-top{display:none!important}.hero-photo{print-color-adjust:exact}.site-footer{break-inside:avoid}body{font-size:12px}}
