:root {
  --ink: #111214;
  --ink-soft: #1b1d20;
  --orange: #ef5a29;
  --orange-dark: #c74318;
  --paper: #f3f2ee;
  --white: #ffffff;
  --muted: #696d72;
  --line: #d4d5d3;
  --green: #ef5a29;
  --container: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; }
body { overflow-x: hidden; background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--white); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11,12,14,.94); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand-mark { width: 47px; height: 42px; position: relative; display: inline-block; border: 4px solid var(--white); border-left-color: transparent; border-radius: 50%; transform: rotate(-8deg); }
.brand-mark i { position: absolute; left: -7px; width: 36px; height: 6px; background: var(--orange); transform: skewX(-28deg); }
.brand-mark i:nth-child(1) { top: 7px; }.brand-mark i:nth-child(2) { top: 16px; }.brand-mark i:nth-child(3) { top: 25px; }
.brand-name { display: grid; font-style: italic; font-weight: 900; line-height: .85; letter-spacing: -.04em; }
.brand-name strong { font-size: 1.05rem; }.brand-name em { color: var(--orange); font-size: 1.25rem; font-style: italic; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; font-weight: 720; font-size: .93rem; }
.main-nav a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { padding: 13px 18px; background: var(--orange); color: var(--white); }
.nav-cta:hover { background: var(--orange-dark); }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; background: var(--ink); color: var(--white); padding: 72px 0 76px; isolation: isolate; }
.hero::after { content: ""; position: absolute; right: -8vw; bottom: -110px; width: 52vw; height: 190px; background: var(--orange); transform: rotate(-5deg); z-index: -1; opacity: .92; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.25fr; align-items: center; gap: 58px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .18em; }
.hero h1 { margin: 0; font-size: clamp(3.5rem, 6.2vw, 6.1rem); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; font-style: italic; }
.hero h1 span { color: var(--orange); }
.hero-lede { max-width: 570px; margin: 28px 0 0; color: #d4d5d7; font-size: 1.12rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 21px; border: 1px solid transparent; text-decoration: none; font-weight: 850; }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: var(--orange-dark); transform: translateY(-1px); }
.button-ghost { border-color: #4b4d50; color: var(--white); }
.button-ghost:hover { border-color: var(--orange); color: var(--orange); }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 32px; color: #aeb0b3; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.hero-proof span + span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 16px 2px 0; background: var(--orange); border-radius: 50%; }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; inset: -13px 18px 16px -13px; border: 1px solid var(--orange); z-index: -1; }
.hero-media img { width: 100%; aspect-ratio: 1.55; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.route-card { position: absolute; right: -20px; bottom: -40px; width: min(390px, 76%); padding: 19px 22px; background: var(--white); color: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.route-card small { color: var(--muted); font-size: .76rem; text-transform: uppercase; font-weight: 850; letter-spacing: .12em; }
.route-card strong { display: block; margin-top: 5px; font-size: 1.08rem; }.route-card strong span { color: var(--orange); }.route-card p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }

.route-strip { position: relative; z-index: 2; background: var(--orange); color: var(--white); }
.route-list { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; text-transform: uppercase; font-size: .82rem; font-weight: 900; letter-spacing: .08em; }
.route-list i { flex: 1; height: 1px; max-width: 70px; background: rgba(255,255,255,.55); }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .process h2, .contact-bar h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; font-style: italic; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 315px; padding: 33px 30px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.service-card.featured { background: var(--orange); color: var(--white); }
.service-card::after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 110px; height: 110px; border: 1px solid currentColor; border-radius: 50%; opacity: .09; }
.service-card svg { width: 42px; height: 42px; margin: 46px 0 26px; fill: none; stroke: var(--orange); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card.featured svg { stroke: var(--white); }
.service-number { position: absolute; right: 22px; top: 20px; color: #aaacaf; font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.featured .service-number { color: rgba(255,255,255,.72); }
.service-card h3 { margin: 0 0 12px; font-size: 1.27rem; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.58; }
.service-card.featured p { color: rgba(255,255,255,.82); }

.process { background: #ecebe6; }
.process-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.process-image { position: relative; }
.process-image::after { content: ""; position: absolute; left: -26px; bottom: -26px; width: 46%; height: 55%; background: var(--orange); z-index: 0; }
.process-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.1; object-fit: cover; }
.process-copy ol { list-style: none; margin: 38px 0 26px; padding: 0; }
.process-copy li { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid #cac9c4; }
.process-copy li:last-child { border-bottom: 1px solid #cac9c4; }
.process-copy li > span { display: grid; place-items: center; width: 38px; height: 38px; background: var(--ink); color: var(--white); font-weight: 900; }
.process-copy strong { font-size: 1.06rem; }.process-copy li p { margin: 5px 0 0; color: var(--muted); line-height: 1.5; }
.text-link { display: inline-flex; gap: 12px; color: var(--orange-dark); font-weight: 900; text-decoration: none; }.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(5px); }

.coverage { background: var(--ink); color: var(--white); }
.section-heading.light > p { color: #aeb0b3; }
.coverage-line { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; margin-top: 72px; }
.coverage-line::before { content: ""; position: absolute; left: 18px; right: 18px; top: 18px; height: 2px; background: #34373b; }
.coverage-line article { position: relative; padding: 0 24px 0 0; }
.coverage-line article > span { position: relative; z-index: 1; display: grid; place-items: center; width: 38px; height: 38px; background: var(--orange); border: 7px solid var(--ink); box-sizing: content-box; color: var(--white); font-size: .67rem; font-weight: 900; }
.coverage-line h3 { margin: 20px 0 7px; font-size: 1.2rem; }.coverage-line p { margin: 0; color: #979a9f; font-size: .92rem; }

.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.location-card { min-height: 330px; display: flex; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid var(--line); }
.location-card.primary { background: var(--orange); color: var(--white); border-color: var(--orange); }
.location-type { margin: 0 0 32px; text-transform: uppercase; font-size: .72rem; font-weight: 900; letter-spacing: .16em; opacity: .68; }
.location-card h3 { margin: 0 0 18px; font-size: 1.65rem; }
.location-card address { margin: 0 0 28px; color: var(--muted); font-size: 1rem; font-style: normal; line-height: 1.55; }
.location-card.primary address { color: rgba(255,255,255,.86); }
.location-card > a { display: block; margin-top: 7px; font-weight: 850; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.hours { display: grid; gap: 5px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.35); }.hours strong { margin-bottom: 2px; }
.fleet-banner { display: grid; grid-template-columns: 1.1fr .9fr; margin-top: 42px; background: var(--ink); color: var(--white); }
.fleet-banner img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.fleet-banner > div { padding: 50px; align-self: center; }.fleet-banner h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; text-transform: uppercase; font-style: italic; }.fleet-banner p:not(.eyebrow) { color: #b7b9bc; line-height: 1.6; margin: 20px 0 27px; }

.contact-bar { padding: 72px 0; background: var(--orange); color: var(--white); }
.contact-bar .eyebrow { color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; }
.contact-numbers { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid rgba(255,255,255,.35); }
.contact-numbers a { padding: 14px 32px; text-decoration: none; border-right: 1px solid rgba(255,255,255,.35); }
.contact-numbers a:hover { background: rgba(0,0,0,.09); }
.contact-numbers small { display: block; margin-bottom: 5px; text-transform: uppercase; font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.contact-numbers strong { font-size: clamp(1.35rem, 2.5vw, 2.2rem); }

footer { padding: 44px 0; background: var(--ink); color: #9da0a4; border-top: 1px solid #272a2d; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; font-size: .8rem; }
.footer-grid > p:nth-child(2) { text-align: center; }.footer-grid p { margin: 0; }
.footer-brand { transform: scale(.88); transform-origin: left center; color: var(--white); }
.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: grid; place-items: center; width: 58px; height: 58px; background: var(--green); color: var(--white); border-radius: 50%; box-shadow: 0 12px 28px rgba(0,0,0,.25); }
.floating-wa svg { width: 31px; height: 31px; fill: currentColor; }.floating-wa:hover { transform: translateY(-3px); }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 82px; display: none; flex-direction: column; align-items: stretch; padding: 22px 20px 26px; background: var(--ink); border-top: 1px solid #272a2d; }
  .main-nav.open { display: flex; }.main-nav a { padding: 8px 0; }.main-nav .nav-cta { padding: 14px 18px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }.hero-copy { max-width: 700px; }.hero-media { width: calc(100% - 20px); }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }.section-heading > p { max-width: 660px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 65px; }.process-image { width: calc(100% - 20px); }
  .coverage-line { grid-template-columns: repeat(2, 1fr); gap: 42px 0; }.coverage-line::before { display: none; }
  .location-grid { grid-template-columns: 1fr 1fr; }.location-card.primary { grid-column: 1 / -1; }
  .fleet-banner { grid-template-columns: 1fr; }.fleet-banner img { min-height: 310px; max-height: 490px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }.footer-grid > p:nth-child(2) { text-align: center; }.footer-brand { transform-origin: center; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .nav-wrap { min-height: 72px; }.main-nav { top: 72px; }
  .brand-mark { width: 40px; height: 36px; }.brand-mark i { width: 31px; height: 5px; }.brand-mark i:nth-child(1) { top: 6px; }.brand-mark i:nth-child(2) { top: 14px; }.brand-mark i:nth-child(3) { top: 22px; }
  .brand-name strong { font-size: .9rem; }.brand-name em { font-size: 1.07rem; }
  .hero { padding: 52px 0 64px; }.hero h1 { font-size: clamp(3.25rem, 15.5vw, 4.8rem); }.hero-lede { font-size: 1rem; }.hero-actions { display: grid; }.button { width: 100%; }
  .hero-proof { gap: 11px; }.hero-proof span + span::before { margin-right: 11px; }
  .hero-media { width: 100%; }.hero-media::before { display: none; }.hero-media img { aspect-ratio: 1.18; }.route-card { position: relative; right: auto; bottom: auto; width: calc(100% - 24px); margin: -28px 12px 0; }
  .route-list { min-height: auto; padding: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.route-list i { display: none; }
  .section { padding: 82px 0; }.section-heading { margin-bottom: 34px; }.section-heading h2, .process h2, .contact-bar h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 280px; }
  .process-image { width: 100%; }.process-image::after { left: -14px; bottom: -14px; }
  .coverage-line { grid-template-columns: 1fr; gap: 32px; margin-top: 46px; }
  .coverage-line article { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 0 12px; }.coverage-line article > span { grid-row: 1 / 3; }.coverage-line h3 { margin: 0 0 4px; }.coverage-line p { grid-column: 2; }
  .location-grid { grid-template-columns: 1fr; }.location-card.primary { grid-column: auto; }.location-card { min-height: 300px; }
  .fleet-banner > div { padding: 34px 26px; }.fleet-banner img { min-height: 250px; }
  .contact-numbers { grid-template-columns: 1fr; border-left: 0; border-top: 1px solid rgba(255,255,255,.35); }.contact-numbers a { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .floating-wa { right: 15px; bottom: 15px; width: 54px; height: 54px; }
}

@media (prefers-reduced-motion: no-preference) {
  .button, .floating-wa, .main-nav a, .text-link span { transition: .2s ease; }
}
