:root{--paper:#f5f3ed;--ink:#20221f;--muted:#62655e;--night:#111614;--soft:#c3c7be;--gold:#d9bc7c;--gold-hover:#ead3a3;--line:#d9d9ce;--gutter:clamp(20px,5.55vw,110px);--display:'Archivo',sans-serif;--body:'Source Sans 3',sans-serif;--radius:2px;--s1:8px;--s2:16px;--s3:24px;--s4:32px;--s5:48px;--s6:64px;--s7:96px;--s8:120px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 var(--body);-webkit-font-smoothing:antialiased;font-feature-settings:'kern' 1,'liga' 1}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--gold);outline-offset:5px}button:active,.button:active{transform:scale(.96)}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--display);font-weight:500;text-wrap:balance}h1{font-size:clamp(76px,7.2vw,112px);line-height:1.02;letter-spacing:-.035em}h2{font-size:clamp(40px,3.6vw,60px);line-height:1.06;letter-spacing:-.025em}h3{font-size:22px;line-height:1.25;font-weight:500;letter-spacing:-.015em}p{max-width:660px;text-wrap:pretty}em{font-weight:inherit;font-style:normal}.wrap{width:100%;padding-inline:var(--gutter)}.skip{position:fixed;top:-80px;left:16px;padding:12px 20px;background:var(--gold);color:var(--night);z-index:99}.skip:focus{top:16px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;background:var(--gold);color:var(--night);font-size:14px;font-weight:700;min-height:56px;padding:16px 24px;border:0;border-radius:var(--radius);transition:background .2s ease-out,transform .2s ease-out}.button:hover{background:var(--gold-hover)}.button span{font-size:21px;line-height:1}.button--small{min-height:48px;padding:12px 20px;gap:24px;font-size:13px}.button--dark{background:var(--night);color:var(--paper)}.button--dark:hover{background:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:28px;min-height:44px;font-weight:600;font-size:14px;text-decoration:underline;text-underline-offset:7px;text-decoration-thickness:1px}.text-link span{font-size:24px}.text-link:hover span{transform:translate(2px,-2px)}.text-link span{transition:transform .2s ease-out}
.header{height:102px;display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--night);color:var(--paper);position:relative;z-index:3;border-bottom:1px solid #32372f}.brand{display:block;width:180px;flex-shrink:0}.brand img{width:100%;height:auto}.desktop-nav{display:flex;gap:28px;align-items:center}.desktop-nav a{font-size:13px;min-height:44px;display:flex;align-items:center;color:var(--soft);transition:color .2s ease-out}.desktop-nav a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:24px}.phone{font-size:13px;white-space:nowrap}.menu-toggle{display:none;background:none;border:0;color:var(--paper);width:44px;height:44px;padding:10px}.menu-toggle span{display:block;height:1px;background:currentColor;margin-block:7px;width:24px}.mobile-nav{position:fixed;inset:0 0 0 auto;width:min(92vw,420px);height:100dvh;max-height:none;max-width:none;margin:0;background:var(--night);color:var(--paper);border:0;padding:28px;transform:translateX(100%);transition:transform .3s ease-out}.mobile-nav[open]{display:flex;flex-direction:column;transform:translateX(0)}.mobile-nav::backdrop{background:#111614a6}.drawer-top{display:flex;justify-content:space-between;align-items:center}.menu-close{width:44px;height:44px;border:0;background:none;color:var(--gold);font-size:32px}.mobile-nav nav{display:flex;flex-direction:column;gap:12px;margin:48px 0}.mobile-nav nav a{font-family:var(--display);font-size:32px;min-height:44px}.mobile-nav>.button{margin-top:auto}.drawer-phone{padding-block:20px}
.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--night) 0%,#111614db 17%,#1116142b 54%,#11161400 80%),linear-gradient(0deg,var(--night),#11161400 35%)}
.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin-bottom:48px}.section-heading>div,.section-heading>p{padding-top:8px;max-width:430px;justify-self:end}.section-heading p{color:var(--muted);font-size:17px}.section-heading .text-link{margin-top:16px}.services{padding-block:112px 96px}.service-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:64px}.service{position:relative;overflow:hidden;min-height:435px;background:var(--night);color:var(--paper)}.service>img{width:100%;height:100%;position:absolute;object-fit:cover;filter:brightness(.75);transition:transform .6s ease-out}.service:hover>img{transform:scale(1.025)}.service:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#111614ed,#1116140d 90%)}.service-caption{position:absolute;bottom:32px;left:32px;right:32px;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:16px}.service-caption h3{font:500 34px/1.1 var(--display);letter-spacing:-.02em}.service-caption p{font-size:12px;color:var(--soft);margin-top:16px}.round-arrow{border:1px solid #9faba0;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;font-size:24px}.service-list{display:flex;flex-direction:column;justify-content:space-between}.service-item{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:92px;padding-block:20px}.service-item h3{font:500 26px/1.2 var(--display)}.service-item p{font-size:13px;color:var(--muted);margin-top:8px}.service-item>span{font-size:27px;transition:transform .2s ease-out}.service-item:hover>span{transform:translate(4px,-4px)}.service-item:hover h3{color:#8b6d30}
.fleet{padding-block:32px 96px}.fleet .section-heading{border-top:1px solid var(--line);padding-top:80px}.fleet-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-bottom:1px solid var(--line)}.fleet-tabs button{color:var(--muted);background:none;border:0;border-bottom:2px solid transparent;text-align:left;padding:16px 0 24px;font-size:15px;font-weight:600;min-height:92px;transition:color .2s ease-out,border-color .2s ease-out}.fleet-tabs button span{display:block;font-size:12px;font-weight:400;margin-top:5px}.fleet-tabs button[aria-selected=true]{border-color:var(--ink);color:var(--ink)}.vehicle-panel{display:grid;grid-template-columns:1.5fr 1fr;gap:64px;align-items:start;padding-top:48px;min-height:440px}.vehicle-image{height:340px;display:flex;align-items:center;justify-content:center}.vehicle-image img{object-fit:contain;width:100%;height:100%;mix-blend-mode:multiply}.vehicle-image img.is-photo{mix-blend-mode:normal;object-fit:contain}.vehicle-copy{max-width:430px}.vehicle-copy h3{font:500 34px/1.15 var(--display)}.vehicle-copy p{font-size:14px;color:var(--muted);margin-top:20px;min-height:68px}.vehicle-facts{display:flex;gap:24px;flex-wrap:wrap;font-size:12px;margin-block:24px 28px}.vehicle-facts span:before{content:'✓';margin-right:8px}.vehicle-copy .button{min-width:225px}
.experience{padding-block:32px 112px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:stretch}.experience-image{position:relative;min-height:650px;overflow:hidden}.experience-image img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:53% center}.experience-image:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(0deg,#111614ce,transparent)}.experience-image>span{position:absolute;bottom:32px;left:32px;right:32px;z-index:1;font:500 25px/1.2 var(--display);color:var(--paper)}.experience-copy h2{font-size:clamp(36px,3.2vw,56px)}.experience-copy>p{margin-top:24px;color:var(--muted);font-size:15px}.benefits{display:grid;gap:24px;margin-block:32px 24px}.benefits h3{font-size:15px;font-weight:700}.benefits p{font-size:13px;color:var(--muted);margin-top:8px;max-width:380px}.coverage{padding-block:64px 96px;display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid var(--line)}.coverage-heading p{color:var(--muted);font-size:15px;margin-block:24px;max-width:440px}.areas{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;padding-top:8px}.areas h3{font-size:14px;font-weight:700}.areas ul{margin:24px 0 0;padding:0;list-style:none;display:grid;gap:14px}.areas li{font-size:13px;color:var(--muted)}.area-symbol{display:block;font:400 48px/1.2 var(--display);margin-top:36px;white-space:nowrap}.area-symbol span{font-family:var(--body);font-size:24px;margin-inline:8px;color:#a88a4e}.questions{display:flex;flex-direction:column;align-items:center;gap:32px;padding-block:32px 112px}.questions>h2{width:100%;max-width:850px}.questions h2{font-size:56px}.faqs{max-width:850px;width:100%}.faqs details{border-bottom:1px solid var(--line)}.faqs summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;list-style:none;font-size:14px;font-weight:600;padding-block:22px}.faqs summary::-webkit-details-marker{display:none}.faqs summary span{font-size:22px;font-weight:400;flex-shrink:0}.faqs details[open] summary span{transform:rotate(45deg)}.faqs p{font-size:14px;color:var(--muted);padding-bottom:24px;max-width:620px}.faqs p a{text-decoration:underline;text-underline-offset:3px}

@media(min-width:1600px){.section-heading p{font-size:19px}.service{min-height:480px}.experience-image{min-height:720px}.experience-copy>p{font-size:17px}.benefits p{font-size:15px}.benefits h3{font-size:17px}.vehicle-image{height:390px}.vehicle-copy p{font-size:16px}}
@media(min-width:1800px){.service{min-height:540px}.section-heading h2{font-size:68px}.experience-copy h2{font-size:62px}.experience-copy{padding-top:12px}.benefits{gap:32px}.coverage-heading h2{font-size:68px}.areas li{font-size:16px}.vehicle-copy{max-width:520px}.vehicle-image{height:440px}.vehicle-copy h3{font-size:48px}}
@media(max-width:1024px){.header{height:88px}.desktop-nav,.phone{display:none}.menu-toggle{display:block}.header-actions{gap:16px}.brand{width:160px}.hero-image:after{background:linear-gradient(90deg,#111614f5,#11161480 55%,#11161415),linear-gradient(0deg,var(--night),transparent 50%)}.services{padding-block:80px}.section-heading{gap:40px}.section-heading p{font-size:15px}.service-grid{gap:40px;grid-template-columns:1fr 1fr}.service-caption{left:24px;right:24px;bottom:24px}.service-caption h3{font-size:30px}.service-item h3{font-size:24px}.service-caption .round-arrow{display:none}.fleet{padding-bottom:80px}.fleet .section-heading{padding-top:48px}.fleet-tabs{gap:16px}.fleet-tabs button{font-size:12px}.fleet-tabs button span{font-size:10px}.vehicle-panel{gap:40px;grid-template-columns:1.2fr 1fr;min-height:380px}.vehicle-image{height:290px}.vehicle-copy h3{font-size:32px}.vehicle-copy p{min-height:0}.vehicle-facts{gap:12px}.experience{gap:40px;padding-bottom:80px}.experience-image{min-height:650px}.experience-copy h2{font-size:36px}.experience-copy>p{font-size:14px}.coverage{gap:40px;padding-block:56px 80px}.areas{gap:20px}.areas li{font-size:12px}.questions{gap:40px;padding-bottom:80px}.questions h2{font-size:38px}}
@media(max-width:640px){:root{--gutter:24px}.header{height:82px;gap:16px}.brand{width:138px}.header-actions{gap:8px}.header .button{padding:12px 14px;gap:12px;font-size:12px;min-height:44px}.menu-toggle{width:44px;padding:10px}.hero-image:after{background:linear-gradient(180deg,var(--night) 0%,#11161410 30%,#11161400 65%,var(--night) 100%)}.section-heading{grid-template-columns:1fr;gap:24px;margin-bottom:32px}.section-heading>div,.section-heading>p{justify-self:start;padding:0;max-width:100%}.section-heading h2,h2{font-size:38px}.section-heading p{font-size:15px}.services{padding-block:64px}.service-grid{grid-template-columns:1fr;gap:24px}.service{min-height:355px}.service-caption h3{font-size:30px}.service-caption .round-arrow{display:grid}.service-list{gap:4px}.service-item{min-height:98px;padding-block:16px}.service-item h3{font-size:24px}.service-item p{font-size:12px}.fleet{padding-block:0 64px}.fleet .section-heading{padding-top:56px}.fleet-tabs{grid-template-columns:1fr 1fr;gap:0 24px;border:0}.fleet-tabs button{font-size:13px;padding-block:14px;min-height:80px;border-bottom:1px solid var(--line)}.fleet-tabs button[aria-selected=true]{border-bottom:2px solid var(--ink)}.fleet-tabs button span{font-size:11px}.vehicle-panel{grid-template-columns:1fr;gap:24px;padding-top:24px;min-height:0}.vehicle-image{height:240px}.vehicle-copy{max-width:none}.vehicle-copy h3{font-size:32px}.vehicle-copy p{font-size:14px}.vehicle-facts{margin-block:20px 24px;gap:24px}.experience{grid-template-columns:1fr;gap:32px;padding-block:16px 64px}.experience-image{min-height:420px}.experience-copy h2{font-size:36px}.experience-copy>p{font-size:15px}.benefits{gap:28px}.benefits h3{font-size:16px}.benefits p{font-size:14px}.coverage{grid-template-columns:1fr;gap:40px;padding-block:56px 64px}.coverage-heading h2{font-size:38px}.areas{grid-template-columns:1.2fr 1fr;gap:20px}.areas h3{font-size:13px}.areas li{font-size:12px}.area-symbol{font-size:34px}.area-symbol span{font-size:16px;margin-inline:4px}.questions{grid-template-columns:1fr;gap:24px;padding-block:8px 64px}.questions h2{font-size:38px}.faqs summary{font-size:13px;padding-block:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}.service:hover>img,button:active,.button:active{transform:none}}
@media print{.header-actions,.desktop-nav,.mobile-nav,.hero-bottom,.button,.skip{display:none!important}html{scroll-behavior:auto}body{background:white;color:black}section{break-inside:avoid}.fleet-tabs{display:none}}

/* Arrival hero — separate photography from readable, direct service copy. */
.hero{display:grid;grid-template-columns:40% 60%;min-height:clamp(580px,45.8vw,840px);background:var(--night);color:var(--paper)}
.hero-copy{padding:80px 48px 32px var(--gutter);display:flex;flex-direction:column;align-items:flex-start}
.hero h1{font:500 clamp(52px,5.25vw,100px)/1.02 var(--display);letter-spacing:-.06em;text-wrap:initial}
.hero-copy>p{font-size:18px;line-height:1.5;color:var(--soft);max-width:360px;margin-block:32px}
.hero-button{min-width:224px}
.hero-fleet-link{display:inline-flex;align-items:center;gap:32px;min-height:48px;font-size:16px;margin-top:16px}
.hero-fleet-link span{color:var(--gold)}
.hero-location{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:auto;padding-top:56px;font-size:13px;color:var(--soft)}
.hero-photo{min-width:0;position:relative;overflow:hidden;background:#8f8d83}
.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:64% center}
/* A useful contact footer, with a single confident brand signature. */
.footer{background:var(--night);color:var(--paper);padding-top:80px;overflow:hidden}
.footer-grid{display:grid;grid-template-columns:1.6fr .7fr 1fr;gap:64px;align-items:start;padding-bottom:64px}
.footer-contact h2{font-size:clamp(36px,3.4vw,58px);line-height:1.05;letter-spacing:-.045em}
.footer-contact>p{max-width:360px;color:var(--soft);font-size:17px;line-height:1.5;margin-block:24px}
.footer-phone{display:flex;align-items:center;gap:24px;width:fit-content;font:500 clamp(28px,2.9vw,48px)/1.2 var(--display);letter-spacing:-.04em;min-height:56px;font-variant-numeric:tabular-nums}
.footer-phone>span{font-size:30px;color:var(--gold)}
.footer-email{font-size:17px;display:inline-flex;align-items:center;min-height:44px}
.footer-grid h3{font-size:17px;font-weight:600;margin-bottom:24px;letter-spacing:0}
.footer-explore{display:flex;flex-direction:column;align-items:flex-start}
.footer-explore a{font-size:16px;min-height:36px;color:var(--soft)}
.footer-explore a:hover,.footer-email:hover,.footer-whatsapp:hover{color:var(--gold)}
.footer-reserve p{color:var(--soft);font-size:16px;line-height:1.5;margin-bottom:24px}
.footer-reserve .button{width:100%;max-width:280px}
.footer-whatsapp{display:flex;align-items:center;gap:24px;min-height:48px;margin-top:12px;font-size:15px}
.footer-wordmark{font:600 12.5vw/.88 var(--display);letter-spacing:-.065em;white-space:nowrap;margin-left:-.006em;padding-block:24px 40px;color:var(--paper);user-select:none}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid #363b35;padding-block:16px;color:var(--soft);font-size:12px}
.footer-bottom a{display:inline-flex;align-items:center;min-height:44px}.footer-bottom a:hover{text-decoration:underline}
@media(min-width:1600px){.hero{min-height:760px}.hero-copy{padding-top:96px;padding-right:64px}.hero-copy>p{font-size:20px;max-width:400px}.hero-location{font-size:15px}.footer-grid{gap:80px}.footer-contact>p{font-size:19px;max-width:440px}}
@media(min-width:1800px){.hero{min-height:840px}.hero-copy{padding-top:112px}.hero h1{font-size:100px}.hero-copy>p{font-size:21px;max-width:430px}.hero-button{min-height:64px;min-width:260px;font-size:17px}.hero-fleet-link{font-size:18px}.footer{padding-top:96px}.footer-grid h3{font-size:20px}.footer-explore a,.footer-reserve p{font-size:18px}.footer-grid{padding-bottom:80px}}
@media(max-width:1024px){.hero{grid-template-columns:1fr;min-height:0}.hero-copy{display:grid;grid-template-columns:1.2fr 1fr;column-gap:40px;row-gap:24px;padding:56px var(--gutter) 32px}.hero h1{font-size:clamp(50px,7.4vw,76px);grid-row:span 2}.hero-copy>p{font-size:17px;margin:0;max-width:350px}.hero-button{justify-self:start;min-width:220px}.hero-fleet-link{margin:0;grid-column:2}.hero-location{grid-column:1;grid-row:3;align-self:center;padding-top:0;font-size:12px}.hero-photo{height:500px}.hero-photo img{object-position:64% 64%}.footer-grid{grid-template-columns:1.3fr 1fr;gap:48px}.footer-contact{grid-column:1/-1}.footer-contact h2{font-size:48px}.footer-contact>p{max-width:440px}.footer-phone{font-size:40px}.footer-wordmark{padding-bottom:32px}.footer-bottom{flex-wrap:wrap;gap:0 24px}.footer-bottom>span{min-height:44px;display:block;line-height:44px}}
@media(max-width:640px){.hero-copy{display:flex;gap:0;padding:40px var(--gutter) 24px}.hero h1{font-size:clamp(44px,11.5vw,70px);letter-spacing:-.055em;line-height:1.04}.hero-copy>p{font-size:17px;max-width:340px;margin-block:24px}.hero-button{min-height:52px;min-width:225px}.hero-fleet-link{margin-top:12px;min-height:44px;font-size:15px}.hero-location{padding-top:28px;width:100%;justify-content:space-between;font-size:12px;gap:12px}.hero-photo{height:340px}.hero-photo img{object-position:68% 65%}.footer{padding-top:56px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 24px;padding-bottom:40px}.footer-contact h2{font-size:37px}.footer-contact>p{font-size:17px;margin-block:20px;max-width:320px}.footer-phone{font-size:34px;gap:20px}.footer-phone>span{font-size:25px}.footer-email{font-size:16px}.footer-grid h3{font-size:16px;margin-bottom:16px}.footer-explore a{min-height:44px;font-size:15px}.footer-reserve p{font-size:14px}.footer-reserve .button{min-width:0;gap:12px;padding:12px 16px;font-size:14px;min-height:52px}.footer-whatsapp{gap:12px;font-size:14px;flex-wrap:wrap}.footer-wordmark{font-size:12.1vw;letter-spacing:-.06em;padding-block:24px}.footer-bottom{display:grid;grid-template-columns:1fr 1fr;gap:0 16px;font-size:11px;padding-block:12px 20px}.footer-bottom>span:nth-child(3){grid-column:1/-1;grid-row:2}.back-top{justify-self:end;grid-column:2;grid-row:2}.footer-bottom>span:nth-child(3){max-width:210px}.footer-bottom a{min-height:44px}}
@media print{.hero{display:block}.hero-copy{display:block;padding:40px var(--gutter)}.hero-copy>p{margin-block:24px}.hero-photo{height:380px}.hero-location{padding-top:24px}.hero-fleet-link,.footer-reserve,.footer-explore,.back-top{display:none}.footer-grid{display:block}.footer-wordmark{font-size:12vw}}
/* Preserve the full Sprinter photograph at the column width. */
.vehicle-image:has(img.is-photo){height:auto}
.vehicle-image img.is-photo{height:auto;object-fit:contain}
