:root {
  --navy: #07131f;
  --navy-2: #0d2133;
  --ink: #101922;
  --slate: #59636d;
  --paper: #f4f3ef;
  --white: #fff;
  --brand-red: #B32939;
  --brand-red-dark: #982230;
  --brand-blue: #39ABD7;
  --line: #d9d9d3;
  --green: #20bd70;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --surface: #fff;
  --surface-soft: #f9f8f5;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 28px 80px rgba(3, 14, 25, .2), 0 4px 16px rgba(3, 14, 25, .08);
  --shadow-soft: 0 18px 50px rgba(7, 19, 31, .1), 0 2px 8px rgba(7, 19, 31, .05);
  --focus-ring: 0 0 0 3px var(--paper), 0 0 0 6px var(--brand-blue);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:disabled, input:disabled, select:disabled, textarea:disabled { cursor: not-allowed; opacity: .58; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 0; box-shadow: var(--focus-ring); }
::selection { color: white; background: var(--brand-red); }
* { scrollbar-color: var(--brand-blue) #e6e5df; scrollbar-width: thin; }
*::-webkit-scrollbar { width: 11px; height: 11px; }
*::-webkit-scrollbar-track { background: #e6e5df; }
*::-webkit-scrollbar-thumb { border: 3px solid #e6e5df; border-radius: 10px; background: var(--brand-blue); }
svg { display: block; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 48px)); 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; z-index: 999; left: 16px; top: -100px; padding: 12px 18px; color: white; background: var(--brand-red); box-shadow: 0 10px 28px rgba(3,14,25,.24); font-weight: 800; }
.skip-link:focus { top: 16px; }
.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--brand-red), var(--brand-blue)); transform: scaleX(var(--scroll-progress, 0)); transform-origin: left; pointer-events: none; }

.topbar { background: #06121d; color: #c6d1d9; border-bottom: 2px solid var(--brand-blue); font-size: 12px; letter-spacing: .035em; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; }
.topbar strong { color: white; text-transform: uppercase; }
.pulse-dot, .live-dot { width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(32,189,112,.12); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(7,19,31,.86); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px) saturate(1.25); transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(7,19,31,.96); box-shadow: 0 14px 38px rgba(2,9,15,.2); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { width: 218px; height: auto; display: block; transition: transform .3s var(--ease-out); }
.site-header.is-scrolled .brand img { transform: scale(.96); }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav > a, .nav-parent { position: relative; padding: 28px 0 25px; color: #d5e0e7; font-size: 13px; font-weight: 700; }
.site-nav > a::after, .nav-parent::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--brand-blue); transition: right .25s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after, .nav-parent:hover::after, .nav-parent:focus-visible::after { right: 0; }
.site-nav > a[aria-current], .nav-parent[aria-current] { color: white; }
.site-nav > a[aria-current]::after, .nav-parent[aria-current]::after { right: 0; }
.nav-item { position: relative; display: flex; align-items: center; }
.submenu-toggle { width: 20px; height: 32px; margin-left: 3px; padding: 0; border: 0; color: var(--brand-blue); background: transparent; cursor: pointer; font-size: 18px; transition: transform .2s; }
.submenu { position: absolute; z-index: 20; left: -22px; top: calc(100% - 4px); width: 255px; display: grid; padding: 11px; border-top: 4px solid var(--brand-blue); background: #0d2133; box-shadow: 0 22px 45px rgba(0,0,0,.34); opacity: 0; visibility: hidden; transform: translateY(10px); pointer-events: none; transition: opacity .2s, transform .2s, visibility .2s; }
.submenu-wide { left: 50%; width: 640px; grid-template-columns: repeat(3, 1fr); transform: translate(-50%, 10px); }
.submenu a { padding: 11px; color: #cbd7df; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 12px; font-weight: 700; line-height: 1.35; }
.submenu a:hover, .submenu a:focus-visible, .submenu a[aria-current] { color: white; background: rgba(57,171,215,.14); }
.nav-item:hover > .submenu, .nav-item:focus-within > .submenu, .nav-item.submenu-open > .submenu { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.nav-item:hover > .submenu-wide, .nav-item:focus-within > .submenu-wide, .nav-item.submenu-open > .submenu-wide { transform: translateX(-50%); }
.nav-item.submenu-open > .submenu-toggle { transform: rotate(45deg); }
.nav-call { height: 56px; display: flex; align-items: center; gap: 11px; padding: 0 20px; color: white; border-radius: var(--radius-sm); background: var(--brand-red); box-shadow: 0 12px 30px rgba(179,41,57,.24), inset 0 0 0 1px rgba(255,255,255,.12); transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.nav-call:hover { background: var(--brand-red-dark); box-shadow: 0 16px 36px rgba(179,41,57,.3), inset 0 0 0 1px rgba(255,255,255,.18); transform: translateY(-2px); }
.nav-call svg { width: 18px; fill: none; stroke: white; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nav-call span { display: flex; flex-direction: column; line-height: 1.1; }
.nav-call small { margin-bottom: 5px; color: rgba(255,255,255,.75); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.nav-call strong { font: 700 18px/1 var(--display); letter-spacing: .06em; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 740px; display: flex; flex-direction: column; overflow: hidden; color: white; background: var(--navy); isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 67% 46%, rgba(57,171,215,.15), transparent 28%), linear-gradient(180deg, transparent 70%, rgba(2,9,15,.54)); pointer-events: none; }
.hero-bg { position: absolute; inset: -3%; background-image: linear-gradient(90deg, rgba(3,13,22,.99) 0%, rgba(3,13,22,.94) 34%, rgba(3,13,22,.42) 66%, rgba(3,13,22,.16) 100%), url("assets/home-truck-original.png"), radial-gradient(circle at 75% 50%, rgba(57,171,215,.3), transparent 35%); background-size: cover, 52% auto, cover; background-position: center, 81% calc(48% + var(--hero-shift, 0px)), center; background-repeat: no-repeat; transform: scale(1.035); will-change: background-position; }
.hero-grid { position: absolute; inset: 0; opacity: .6; background: linear-gradient(112deg, transparent 0 71%, rgba(255,255,255,.045) 71.05% 71.16%, transparent 71.2% 76%, rgba(57,171,215,.045) 76.05% 76.15%, transparent 76.2%); mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero-content { position: relative; z-index: 2; flex: 1; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; gap: 78px; padding-block: 78px 64px; }
.hero-copy { max-width: 700px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: #68727b; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .19em; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--brand-red); }
.eyebrow.light { color: #b5c2cb; }
.hero h1, .section-heading h2, .why-copy h2, .coverage-copy h2, .contact-copy h2 { margin: 0; font: 900 clamp(64px, 7.1vw, 96px)/.84 var(--display); letter-spacing: -.032em; text-wrap: balance; text-transform: uppercase; }
.hero h1 em, .section-heading h2 em, .why-copy h2 em, .coverage-copy h2 em { color: var(--brand-blue); font-style: italic; }
.hero-lead { max-width: 560px; margin: 30px 0 32px; color: #d7e0e7; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 12px; }
.button { position: relative; min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; overflow: hidden; border: 1px solid transparent; border-radius: var(--radius-sm); cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: .015em; transition: transform .25s var(--ease-out), box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.button::after { content: ""; position: absolute; inset: -70% auto -70% -35%; width: 28%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform: skewX(-18deg) translateX(-220%); transition: transform .65s var(--ease-out); pointer-events: none; }
.button:hover::after { transform: skewX(-18deg) translateX(620%); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button[aria-busy="true"] { cursor: wait; }
.button-primary { color: white; background: var(--brand-red); box-shadow: 0 14px 34px rgba(179,41,57,.28), inset 0 0 0 1px rgba(255,255,255,.1); }
.button-primary:hover { background: var(--brand-red-dark); box-shadow: 0 18px 42px rgba(179,41,57,.34), inset 0 0 0 1px rgba(255,255,255,.14); }
.button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-mark, .button svg.whatsapp-mark { width: 18px; height: 18px; flex: none; fill: currentColor; stroke: none; }
.button-ghost { color: white; border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.055); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.micro-proof { margin: 21px 0 0; color: #9aaab6; font-size: 12px; }
.micro-proof span { margin-right: 7px; color: var(--green); font-weight: 900; }

.dispatch-card { --pointer-x: 50%; --pointer-y: 50%; position: relative; align-self: center; overflow: hidden; color: var(--ink); border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow); }
.dispatch-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(280px circle at var(--pointer-x) var(--pointer-y), rgba(57,171,215,.12), transparent 58%); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.dispatch-card:hover::after { opacity: 1; }
.dispatch-head { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; color: #cbd7df; background: #0e2435; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.dispatch-head > div { color: white; }
.dispatch-body { padding: 28px 29px 29px; }
.card-kicker { margin: 0 0 8px; color: #82909a; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.dispatch-body h2 { margin: 0 0 23px; font: 800 33px/.97 var(--display); text-transform: uppercase; }
.dispatch-steps { list-style: none; padding: 0; margin: 0; }
.dispatch-steps li { display: grid; grid-template-columns: 35px 1fr; align-items: center; padding: 13px 0; border-top: 1px solid #e5e8ea; }
.dispatch-steps li > span { color: #9aa5ad; font: 700 12px var(--display); }
.dispatch-steps div { display: flex; flex-direction: column; }
.dispatch-steps strong { font-size: 13px; }
.dispatch-steps small { margin-top: 2px; color: #7a868f; font-size: 11px; }
.dispatch-link { position: relative; z-index: 1; min-height: 50px; display: flex; align-items: center; justify-content: space-between; margin-top: 15px; padding: 0 17px; color: white; border-radius: 10px; background: var(--brand-red); box-shadow: 0 12px 26px rgba(179,41,57,.2); font-size: 12px; font-weight: 800; transition: background .2s ease, transform .2s var(--ease-out); }
.dispatch-link:hover { background: var(--brand-red-dark); transform: translateY(-2px); }
.dispatch-link .whatsapp-mark { width: 17px; height: 17px; }
.dispatch-link span { font-size: 19px; }
.hero-stats { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.13); background: rgba(4,15,25,.72); backdrop-filter: blur(16px) saturate(1.15); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid > div { min-height: 91px; display: flex; flex-direction: column; justify-content: center; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.13); }
.stats-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.stats-grid strong { color: var(--brand-blue); font: 800 25px/1 var(--display); text-transform: uppercase; }
.stats-grid span { margin-top: 8px; color: #98a9b6; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }

.section { padding-block: 112px; }
.services { position: relative; background: var(--paper); }
.services::before { content: ""; position: absolute; inset: 0 0 auto; height: 220px; background: linear-gradient(180deg, rgba(57,171,215,.055), transparent); pointer-events: none; }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-heading h2, .why-copy h2, .coverage-copy h2, .contact-copy h2 { font-size: clamp(50px, 5.3vw, 72px); line-height: .89; }
.section-heading > p, .section-heading.compact > p { margin: 0 0 5px; color: var(--slate); font-size: 15px; line-height: 1.8; }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-card { --pointer-x: 50%; --pointer-y: 50%; position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 34px; overflow: hidden; border: 1px solid rgba(7,19,31,.09); border-radius: var(--radius-md); background: var(--surface-soft); box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; transition: background .35s ease, transform .35s var(--ease-out), box-shadow .35s ease, border-color .35s ease; isolation: isolate; }
.service-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(360px circle at var(--pointer-x) var(--pointer-y), rgba(57,171,215,.14), transparent 58%); opacity: 0; transition: opacity .35s ease; }
.service-card:hover { z-index: 2; border-color: rgba(57,171,215,.3); transform: translateY(-7px); box-shadow: var(--shadow-soft); }
.service-card:hover::before { opacity: 1; }
.service-featured { grid-column: span 2; color: white; border-color: transparent; background: linear-gradient(140deg, #2197c4, var(--brand-blue) 52%, #69c4e6); box-shadow: 0 20px 48px rgba(57,171,215,.18); }
.service-featured::after { content: ""; position: absolute; z-index: -1; right: -100px; bottom: -120px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.045), 0 0 0 86px rgba(255,255,255,.03); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; color: var(--navy); background: rgba(7,19,31,.06); }
.service-featured .service-icon { position: absolute; right: 38px; bottom: 34px; width: 118px; height: 118px; margin: 0; border-radius: 50%; background: rgba(7,19,31,.1); }
.service-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-icon img { width: 46px; height: 46px; object-fit: contain; transition: transform .4s var(--ease-out); }
.service-card:hover .service-icon img { transform: scale(1.08) rotate(-2deg); }
.service-featured .service-icon img { width: 92px; height: 92px; }
.service-number { position: absolute; right: 28px; top: 29px; color: #9ba4aa; font: 700 12px var(--display); }
.service-featured .service-number { color: rgba(7,19,31,.45); }
.service-card h3 { margin: 0 0 11px; font: 800 26px/1 var(--display); text-transform: uppercase; }
.service-card p { margin: 0; color: #5c6871; font-size: 14px; line-height: 1.72; }
.service-featured h3 { font-size: 38px; }
.service-featured p { max-width: 58%; color: #effaff; }
.service-card > a:not(.round-arrow) { margin-top: auto; padding-top: 20px; font-size: 12px; font-weight: 800; }
.service-card > a span { float: right; font-size: 18px; }
.service-cta { grid-column: span 2; color: white; border-color: rgba(255,255,255,.08); background: linear-gradient(135deg, var(--navy), #102a40); }
.service-cta .card-kicker { color: var(--brand-blue); }
.service-cta h3 { max-width: 220px; margin-top: 28px; font-size: 34px; }
.service-cta p:not(.card-kicker) { max-width: 230px; color: #a6b4be; }
.round-arrow { width: 52px; height: 52px; display: grid; place-items: center; margin-top: auto; margin-left: auto; border-radius: 50%; color: white; background: var(--brand-red); box-shadow: 0 12px 28px rgba(179,41,57,.28); font-size: 22px; transition: transform .3s var(--ease-out), background .2s ease; }
.round-arrow:hover { background: var(--brand-red-dark); transform: rotate(45deg) scale(1.06); }

.vehicle-reference { padding-block: 78px; color: white; background: #0b2132; }
.vehicle-reference-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 86px; align-items: center; }
.vehicle-reference-copy h2 { margin: 0; font: 900 clamp(46px, 5vw, 68px)/.88 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.vehicle-reference-copy h2 em { color: var(--brand-blue); font-style: italic; }
.vehicle-reference-copy p { max-width: 440px; margin: 25px 0; color: #b4c1ca; font-size: 14px; line-height: 1.75; }
.vehicle-reference-link { display: inline-flex; align-items: center; gap: 12px; color: white; font-size: 12px; font-weight: 800; }
.vehicle-reference-link span { color: var(--brand-red); font-size: 19px; transition: transform .25s var(--ease-out); }
.vehicle-reference-link:hover span { transform: translateX(5px); }
.vehicle-makes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.17); }
.vehicle-makes span { position: relative; min-height: 67px; display: flex; align-items: center; padding: 0 14px 0 24px; border-bottom: 1px solid rgba(255,255,255,.12); color: #e2e9ed; font: 700 17px/1.15 var(--display); text-transform: uppercase; transition: color .25s ease, transform .3s var(--ease-out); }
.vehicle-makes span::before { content: ""; position: absolute; left: 1px; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-red); opacity: .72; transition: background .25s ease, transform .3s var(--ease-out); }
.vehicle-makes span:hover { color: var(--brand-blue); transform: translateX(5px); }
.vehicle-makes span:hover::before { background: var(--brand-blue); transform: scale(1.35); }

.why { overflow: hidden; color: white; background: var(--navy); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: stretch; }
.why-visual { position: relative; min-height: 630px; overflow: hidden; padding: 48px; border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(3,13,22,.12) 20%, rgba(3,13,22,.95) 100%), url("assets/project-3.jpg") center/cover no-repeat; box-shadow: 0 30px 80px rgba(0,0,0,.24); isolation: isolate; }
.why-visual::before { content: ""; position: absolute; z-index: -1; inset: 0; border: 1px solid rgba(255,255,255,.15); border-radius: inherit; }
.why-visual::after { content: ""; position: absolute; z-index: -1; left: 0; bottom: 0; width: 100%; height: 1px; background: linear-gradient(90deg, var(--brand-red) 0 50%, var(--brand-blue) 50%); }
.road-lines { display: none; }
.map-label { display: inline-flex; align-items: center; gap: 9px; color: #b8c5ce; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.map-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-red); box-shadow: 0 0 0 7px rgba(179,41,57,.18); }
.photo-mark { position: absolute; right: 28px; bottom: 88px; width: 100px; height: 100px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-sm); background: rgba(3,13,22,.82); box-shadow: 0 16px 38px rgba(0,0,0,.26); }
.photo-mark img { width: 67px; height: auto; }
.why-visual > p { position: absolute; left: 48px; bottom: 42px; max-width: 300px; margin: 0; color: #b2c0ca; font-size: 12px; line-height: 1.7; }
.why-copy { padding-block: 25px; }
.why-intro { max-width: 540px; margin: 28px 0 36px; color: #aab8c2; font-size: 14px; line-height: 1.8; }
.why-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.13); transition: transform .3s var(--ease-out), border-color .3s ease; }
.why-list > div:hover { border-color: rgba(57,171,215,.5); transform: translateX(8px); }
.why-list > div > span { color: var(--brand-blue); font: 700 12px var(--display); }
.why-list h3 { margin: 0 0 5px; font: 700 19px var(--display); text-transform: uppercase; }
.why-list p { margin: 0; color: #aab8c2; font-size: 13px; line-height: 1.68; }

.work { background: var(--paper); }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 255px 255px; gap: 12px; }
.work-grid figure { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: var(--radius-md); background: var(--navy); }
.work-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(2,9,15,.76)); opacity: .75; transition: opacity .35s ease; pointer-events: none; }
.work-grid .work-large { grid-row: 1 / 3; }
.work-grid figure:nth-child(2) { grid-column: 2 / 4; }
.work-grid img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.9); transition: transform .45s ease, filter .45s ease; }
.work-grid figure:hover img { transform: scale(1.045); filter: saturate(1.1); }
.work-grid figure:hover::after { opacity: 1; }
.work-grid figcaption { position: absolute; z-index: 1; left: 18px; bottom: 17px; padding: 7px 10px; color: white; border-radius: 7px; background: rgba(7,19,31,.82); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; transform: translateY(4px); transition: transform .35s var(--ease-out); }
.work-grid figure:hover figcaption { transform: none; }

.process { background: white; }
.section-heading.compact { margin-bottom: 52px; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-track::before, .process-track::after { content: ""; position: absolute; top: 56px; left: 12.5%; right: 12.5%; height: 2px; background: #d9dce0; }
.process-track::after { background: linear-gradient(90deg, var(--brand-blue), var(--brand-red)); transform: scaleX(0); transform-origin: left; transition: transform 1.25s .15s var(--ease-out); }
.process-track.visible::after { transform: scaleX(1); }
.process-track article { position: relative; z-index: 1; padding: 0 26px; text-align: center; }
.step-no { color: #9ba4ab; font: 700 10px var(--display); letter-spacing: .08em; }
.step-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 13px auto 24px; border: 1px solid #d9dce0; border-radius: 50%; color: var(--navy); background: white; box-shadow: 0 8px 24px rgba(7,19,31,.07); }
.step-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.process-track article:nth-child(3) .step-icon { color: white; border-color: var(--brand-red); background: var(--brand-red); box-shadow: 0 14px 32px rgba(179,41,57,.25); }
.process-track h3 { margin: 0 0 8px; font: 800 20px var(--display); text-transform: uppercase; }
.process-track p { max-width: 215px; margin: auto; color: var(--slate); font-size: 13px; line-height: 1.65; }

.coverage { position: relative; overflow: hidden; color: white; background: #0b1f30; }
.coverage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 35%, rgba(57,171,215,.13), transparent 32%), radial-gradient(circle at 92% 84%, rgba(179,41,57,.09), transparent 22%); }
.coverage-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.coverage-copy p { max-width: 430px; margin: 28px 0; color: #a8b7c1; font-size: 14px; line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.32); font-size: 12px; font-weight: 800; }
.text-link span { color: var(--brand-blue); font-size: 18px; }
.locations { display: flex; flex-wrap: wrap; gap: 10px; }
.locations > span { padding: 12px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #d6e0e6; background: rgba(255,255,255,.035); font-size: 12px; transition: color .25s, border-color .25s, background .25s, transform .25s var(--ease-out); }
.locations > span:hover { color: white; border-color: var(--brand-blue); background: var(--brand-blue); transform: translateY(-3px); }
.location-more { width: 100%; margin-top: 17px; color: var(--brand-blue); font-size: 11px; font-weight: 700; letter-spacing: .05em; }

.contact { background: radial-gradient(circle at 15% 18%, rgba(255,255,255,.22), transparent 24%), var(--brand-blue); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.contact .eyebrow { color: #103247; }
.contact .eyebrow::before { background: var(--brand-red); }
.contact-copy p { max-width: 420px; margin: 28px 0 35px; color: #103247; font-size: 14px; line-height: 1.8; }
.contact-number { display: flex; flex-direction: column; }
.contact-number small { margin-bottom: 3px; color: #103247; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.contact-number a { font: 900 43px/1 var(--display); }
.contact-whatsapp-list { display: grid; gap: 7px; margin-top: 22px; }
.contact-whatsapp-list a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 15px; color: white; border-radius: 3px; background: #0f7c4e; }
.contact-whatsapp-label { display: inline-flex; align-items: center; gap: 8px; }
.contact-whatsapp-label .whatsapp-mark { width: 18px; height: 18px; }
.contact-whatsapp-list small { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-whatsapp-list strong { font: 800 19px var(--display); }
.alt-number { margin-top: 12px; color: #103247; font-size: 11px; }
.alt-number a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.help-form { --pointer-x: 50%; --pointer-y: 50%; position: relative; padding: 43px; overflow: hidden; border-radius: var(--radius-lg); background: white; box-shadow: 0 28px 75px rgba(4,25,38,.2); }
.help-form::before { content: ""; position: absolute; inset: 0; background: radial-gradient(400px circle at var(--pointer-x) var(--pointer-y), rgba(57,171,215,.1), transparent 62%); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.help-form:hover::before { opacity: 1; }
.help-form > * { position: relative; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.help-form label { display: block; margin-bottom: 18px; }
.help-form label > span { display: block; margin-bottom: 7px; color: #59636c; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.help-form input, .help-form select, .help-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aeb6bb; border-radius: 0; outline: none; color: var(--ink); background: transparent; caret-color: var(--brand-red); }
.help-form input, .help-form select { height: 45px; }
.help-form textarea { padding-top: 12px; resize: vertical; }
.help-form input:focus, .help-form select:focus, .help-form textarea:focus { border-bottom-color: var(--navy); box-shadow: 0 2px 0 var(--navy); }
.help-form input:focus-visible, .help-form select:focus-visible, .help-form textarea:focus-visible { outline: 3px solid var(--brand-blue); outline-offset: 3px; }
.help-form input:user-invalid, .help-form select:user-invalid, .help-form textarea:user-invalid { border-bottom-color: var(--brand-red); box-shadow: 0 1px 0 var(--brand-red); }
.help-form ::placeholder { color: #737d84; font-size: 12px; opacity: 1; }
.button-dark { width: 100%; color: white; background: var(--navy); }
.button-dark:hover { background: var(--navy-2); box-shadow: 0 12px 25px rgba(7,19,31,.2); }
.form-note { margin: 12px 0 0; color: #687178; font-size: 11px; line-height: 1.5; text-align: center; }
.form-note.is-active { color: #0e7249; font-weight: 700; }

.final-cta { padding: 54px 0; color: white; background: #10283b; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-cta .card-kicker { color: var(--brand-blue); }
.final-cta h2 { margin: 0; font: 800 38px/1 var(--display); text-transform: uppercase; }
.final-cta .button { min-width: 235px; }

.site-footer { color: #a9b7c0; background: #06121d; }
.footer-main { display: grid; grid-template-columns: 1.35fr .65fr .8fr 1fr; gap: 60px; padding-block: 77px 66px; }
.footer-directory { width: min(1360px, calc(100% - 48px)); grid-template-columns: 1.55fr .7fr .85fr 1.35fr 1fr; gap: 40px; }
.brand-light { color: white; }
.footer-brand .footer-tagline { max-width: 330px; margin: 25px 0 0; color: white; font: 800 28px/1 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.footer-tagline strong { display: block; margin-top: 5px; color: var(--brand-blue); font-weight: 800; }
.footer-brand .footer-legal { max-width: 330px; margin: 24px 0 0; color: white; font-size: 12px; font-weight: 700; line-height: 1.55; }
.footer-legal span { color: #8fa2af; font-weight: 500; white-space: nowrap; }
.footer-brand .footer-summary { max-width: 330px; margin: 9px 0 0; color: #b8c5cd; font-size: 12px; line-height: 1.7; }
.footer-emails { display: grid; gap: 5px; margin-top: 18px; }
.footer-emails a { width: fit-content; color: #d9e4ea; font-size: 11px; text-decoration: underline; text-decoration-color: rgba(57,171,215,.55); text-underline-offset: 4px; }
.footer-emails a:hover { color: var(--brand-blue); }
.footer-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.footer-socials a { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: white; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.035); font-size: 10px; font-weight: 800; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .25s var(--ease-out); }
.footer-socials a:hover { color: white; border-color: rgba(57,171,215,.55); background: rgba(57,171,215,.13); transform: translateY(-2px); }
.footer-socials svg { width: 17px; height: 17px; flex: none; }
.footer-socials a:first-child svg { fill: currentColor; stroke: none; }
.footer-socials a:last-child svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-main h3 { margin: 0 0 18px; color: white; font: 700 14px var(--display); text-transform: uppercase; letter-spacing: .05em; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-nav a { margin-bottom: 8px; font-size: 12px; line-height: 1.5; }
.footer-nav a:hover { color: var(--brand-blue); }
.footer-locations > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 20px; }
.footer-hours > div { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-hours strong { color: var(--brand-blue); }
.footer-bottom { min-height: 63px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .035em; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: white; }
.button-whatsapp { color: white; background: #0f7c4e; }
.button-whatsapp:hover { color: white; background: #0b613d; }

.reveal { opacity: 1; transform: none; filter: none; }
.js .reveal { opacity: 0; transform: translateY(20px); filter: blur(5px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out), filter .7s var(--ease-out); transition-delay: calc(var(--reveal-index, 0) * 65ms); }
.js .reveal.visible { opacity: 1; transform: none; }
.js .reveal.visible { filter: none; }
.js .hero-copy.visible { animation: hero-arrive .9s var(--ease-out) both; }
.js .dispatch-card.visible { animation: dispatch-arrive .95s .12s var(--ease-out) both; }
@keyframes hero-arrive { from { opacity: .01; transform: translateY(28px); filter: blur(9px); } }
@keyframes dispatch-arrive { from { opacity: .01; transform: translateY(34px) scale(.97); filter: blur(8px); clip-path: inset(10% 0 0 0 round 16px); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal, .js .reveal, .js .hero-copy.visible, .js .dispatch-card.visible { opacity: 1; transform: none; filter: none; clip-path: none; animation: none; transition: none; } * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 1040px) {
  .site-nav { gap: 20px; }
  .nav-call { padding-inline: 18px; }
  .hero-content { gap: 40px; }
  .why-grid, .contact-grid { gap: 60px; }
  .footer-main { gap: 35px; }
  .footer-directory { grid-template-columns: 1fr 1fr 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-featured, .service-cta { grid-column: span 2; }
}

@media (max-width: 860px) {
  .topbar-note, .nav-call { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { position: relative; z-index: 3; width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; border: 0; background: transparent; }
  .menu-toggle > span:not(.sr-only) { width: 22px; height: 2px; background: white; transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; max-height: calc(100vh - 68px); max-height: calc(100dvh - 68px); display: flex; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 15px 24px 25px; overflow-y: auto; background: var(--navy); box-shadow: 0 20px 40px rgba(0,0,0,.28); transform: none; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
  .site-nav.open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; }
  .site-nav > a, .nav-parent { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 15px; }
  .site-nav > a::after, .nav-parent::after { display: none; }
  .nav-item { display: grid; grid-template-columns: 1fr 46px; align-items: stretch; }
  .nav-parent { grid-column: 1; }
  .submenu-toggle { grid-column: 2; width: 46px; height: auto; margin: 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 23px; }
  .submenu { position: static; grid-column: 1 / 3; width: auto; display: none; padding: 4px 0 11px 14px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition: none; }
  .submenu-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); transform: none; }
  .submenu a { min-height: 44px; display: flex; align-items: center; padding: 11px 12px; }
  .nav-item:hover > .submenu { display: none; }
  .nav-item.submenu-open > .submenu, .nav-item:focus-within > .submenu { display: grid; transform: none; }
  .hero { min-height: 0; }
  .hero-bg { background-image: linear-gradient(90deg, rgba(3,13,22,.98) 0%, rgba(3,13,22,.84) 62%, rgba(3,13,22,.28) 100%), url("assets/home-truck-original.png"), radial-gradient(circle at 75% 50%, rgba(57,171,215,.28), transparent 38%); background-size: cover, 68% auto, cover; background-position: center, 100% 50%, center; }
  .hero-content { grid-template-columns: 1fr; padding-block: 78px 65px; }
  .hero-copy { max-width: 610px; }
  .dispatch-card { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div { min-height: 78px; }
  .stats-grid > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.13); }
  .stats-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.13); }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .vehicle-reference-layout { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .vehicle-makes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: .85fr 1.15fr; gap: 45px; }
  .why-visual { min-height: 575px; padding: 35px; }
  .why-visual > p { left: 35px; }
  .process-track { grid-template-columns: repeat(2,1fr); gap: 45px 0; }
  .process-track::before, .process-track::after { display: none; }
  .coverage-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
  .work-grid { grid-template-rows: 220px 220px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 32px, 1160px); }
  .brand img { width: 186px; }
  .hero::after { background: linear-gradient(180deg, rgba(3,13,22,.18), rgba(3,13,22,.15) 56%, rgba(2,9,15,.82)); }
  .hero-bg { inset: 0; background-image: linear-gradient(90deg, rgba(3,13,22,.98) 0%, rgba(3,13,22,.9) 60%, rgba(3,13,22,.55) 100%), url("assets/home-truck-original.png"), radial-gradient(circle at 75% 50%, rgba(57,171,215,.25), transparent 40%); background-size: cover, 112% auto, cover; background-position: center, 118px 64%, center; transform: none; }
  .hero-content { padding-block: 64px 58px; }
  .hero h1 { max-width: 100%; font-size: 62px; }
  .hero-lead { max-width: 340px; margin-block: 24px 26px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 310px; }
  .button { min-height: 54px; }
  .stats-grid > div { padding-left: 17px; }
  .stats-grid strong { font-size: 21px; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .why-copy h2, .coverage-copy h2, .contact-copy h2 { font-size: clamp(47px, 14.5vw, 62px); }
  .section-heading > p { font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; gap: 10px; }
  .service-card, .service-featured, .service-cta { grid-column: span 1; min-height: 290px; padding: 30px; }
  .service-featured .service-icon { right: 25px; bottom: 25px; width: 92px; height: 92px; }
  .service-featured .service-icon img { width: 72px; height: 72px; }
  .service-featured h3 { font-size: 32px; }
  .service-featured p { max-width: 62%; }
  .vehicle-reference { padding-block: 68px; }
  .vehicle-reference-layout { grid-template-columns: 1fr; gap: 42px; }
  .vehicle-reference-copy h2 { font-size: 52px; }
  .vehicle-makes span { min-height: 60px; padding-left: 20px; font-size: 15px; }
  .why-grid { grid-template-columns: 1fr; gap: 60px; }
  .why-visual { min-height: 430px; order: 2; }
  .why-visual > p { right: 35px; bottom: 30px; }
  .why-copy { padding: 0; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 290px 190px 190px; }
  .work-grid .work-large { grid-column: 1 / 3; grid-row: auto; }
  .work-grid figure:nth-child(2) { grid-column: 1 / 3; }
  .process-track { grid-template-columns: 1fr; gap: 40px; }
  .process-track article { padding-inline: 0; }
  .locations > span { padding: 10px 12px; }
  .contact-number a { font-size: 36px; }
  .help-form { padding: 28px 23px; border-radius: var(--radius-md); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-cta h2 { font-size: 32px; }
  .final-cta .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { min-height: 115px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding-bottom: 24px; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 55px; }
  .stats-grid strong { font-size: 18px; }
  .service-featured p { max-width: 66%; }
}

/* Inner pages */
.page-hero { position: relative; min-height: 460px; display: flex; align-items: end; overflow: hidden; color: white; background: var(--navy); isolation: isolate; }
.page-hero::before { content: ""; position: absolute; inset: -2%; background-image: linear-gradient(90deg, rgba(3,13,22,.98) 0%, rgba(3,13,22,.88) 48%, rgba(3,13,22,.4) 100%), linear-gradient(0deg, rgba(3,13,22,.86), transparent 62%), var(--page-image); background-size: cover; background-position: center; transform: scale(1.025); }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, var(--brand-red) 0 50%, var(--brand-blue) 50%); }
.page-hero-inner { position: relative; z-index: 1; padding-block: 62px 67px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 46px; color: #9fb0bc; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumb a:hover { color: var(--brand-blue); }
.breadcrumb span[aria-current="page"] { color: white; }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { max-width: 850px; margin: 0; font: 900 clamp(58px, 6vw, 84px)/.89 var(--display); letter-spacing: -.03em; text-wrap: balance; text-transform: uppercase; }
.page-hero h1 em { color: var(--brand-blue); font-style: italic; }
.page-hero-inner > p { max-width: 650px; margin: 25px 0 0; color: #d0dce4; font-size: 16px; line-height: 1.75; }

.page-content { background: var(--paper); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 305px; gap: 85px; align-items: start; }
.content-layout-wide { grid-template-columns: minmax(0, 1fr); }
.prose { min-width: 0; }
.prose > :first-child { margin-top: 0; }
.prose .lead, .article-intro { max-width: 72ch; margin: 0 0 44px; color: #34414b; font-size: 20px; line-height: 1.7; }
.prose h2, .article-body h2 { margin: 50px 0 15px; color: var(--navy); font: 800 31px/1.05 var(--display); text-transform: uppercase; }
.prose h3 { margin: 32px 0 10px; font: 800 22px/1.1 var(--display); text-transform: uppercase; }
.prose p, .prose li, .article-body p, .article-body li { color: #4f5c65; font-size: 16px; line-height: 1.82; }
.prose > p, .prose > ul, .prose > ol, .article-body > p, .article-body > ul, .article-body > ol { max-width: 72ch; }
.prose a, .article-body a:not(.button) { color: #157ca4; text-decoration: underline; text-underline-offset: 3px; }
.prose a.button { color: white; text-decoration: none; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { padding: 4px 0 4px 8px; }
.quote-block { margin: 44px 0; padding: 32px 38px; border-top: 1px solid var(--brand-red); border-radius: var(--radius-md); color: white; background: var(--navy); font: italic 800 30px/1.15 var(--display); text-transform: uppercase; box-shadow: var(--shadow-soft); }
.notice-box { margin-top: 35px; padding: 22px 24px; border-top: 1px solid var(--brand-red); border-radius: var(--radius-sm); color: #37424a; background: white; box-shadow: var(--shadow-soft); font-size: 14px; line-height: 1.72; }

.content-aside { position: sticky; top: 104px; }
.aside-urgent { padding: 28px; color: white; border-top: 1px solid var(--brand-blue); border-radius: var(--radius-md); background: var(--navy); box-shadow: var(--shadow-soft); }
.aside-urgent > p { display: inline; margin: 0; color: #c4d0d7; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.aside-urgent > a:not(.button) { display: block; margin: 18px 0 22px; color: white; font: 800 30px/1 var(--display); }
.aside-urgent .button { width: 100%; padding-inline: 12px; }
.aside-whatsapp-links { display: grid; gap: 7px; }
.aside-whatsapp-links .button { min-height: 43px; font-size: 10px; }
.aside-links { margin-top: 18px; padding: 25px 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #faf9f6; }
.aside-links h2 { margin: 0 0 13px; font: 800 20px var(--display); text-transform: uppercase; }
.aside-links a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 0; border-top: 1px solid var(--line); color: #4f5b64; font-size: 12px; font-weight: 700; }
.aside-links a span { color: var(--brand-red); }

.service-page-lead { margin-bottom: 68px !important; }
.service-catalogue { margin: 0 0 78px; }
.service-group-heading { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(280px, 1fr); align-items: end; gap: 48px; padding-bottom: 24px; border-bottom: 1px solid var(--navy); }
.service-group-heading h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); letter-spacing: -.025em; }
.service-group-heading p { max-width: 50ch; margin: 0; color: #5c6871; font-size: 15px; line-height: 1.65; }
.service-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 44px; }
.service-entry { min-width: 0; border-bottom: 1px solid var(--line); }
.service-entry a { min-height: 224px; display: grid; grid-template-columns: 64px minmax(0, 1fr); align-items: start; gap: 22px; padding: 30px 0; color: var(--ink); text-decoration: none; }
.service-symbol { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; color: white; background: var(--navy); box-shadow: 0 12px 26px rgba(7,19,31,.16); transition: color .25s ease, background .25s ease, transform .35s var(--ease-out), box-shadow .35s ease; }
.service-symbol svg { width: 42px; height: 42px; overflow: visible; }
.service-entry-copy { min-width: 0; display: flex; flex-direction: column; align-self: stretch; }
.service-entry h3 { margin: 1px 0 10px; color: var(--navy); font: 800 clamp(21px, 2vw, 26px)/1.02 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.service-entry-copy > p { margin: 0; color: #56636c; font-size: 14px; line-height: 1.7; }
.service-entry b { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 18px; color: #157ca4; font-size: 12px; font-weight: 800; }
.service-entry b span { font-size: 18px; transition: transform .3s var(--ease-out); }
.service-entry a:hover .service-symbol { color: var(--navy); background: var(--brand-blue); transform: translateY(-4px) rotate(-2deg); box-shadow: 0 18px 34px rgba(7,19,31,.2); }
.service-entry a:hover h3 { color: var(--brand-red); }
.service-entry a:hover b span { transform: translateX(5px); }
.service-extras { padding: 48px; border-radius: var(--radius-lg); background: var(--surface-soft); box-shadow: 0 24px 60px rgba(7,19,31,.08); }
.service-extras .service-group-heading { border-color: rgba(7,19,31,.22); }
.service-extras .service-entry { border-color: rgba(7,19,31,.12); }
.service-extras .service-symbol { color: var(--navy); background: white; box-shadow: 0 10px 25px rgba(7,19,31,.1); }
.service-extras .service-entry a:hover .service-symbol { color: white; background: var(--brand-red); }
.fleet-showcase { margin: 0 0 78px; padding: 50px; overflow: hidden; border-radius: var(--radius-lg); color: white; background: var(--navy); box-shadow: 0 28px 70px rgba(4,25,38,.22); }
.fleet-showcase-heading { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(280px, 1fr); align-items: end; gap: 48px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.18); }
.fleet-showcase h2 { margin: 0; color: white; font-size: clamp(36px, 4vw, 54px); letter-spacing: -.025em; }
.fleet-showcase-heading p { margin: 0; color: #c7d2d8; font-size: 15px; line-height: 1.65; }
.fleet-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 42px; }
.fleet-directory article { min-width: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr); align-items: start; gap: 21px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.fleet-directory .service-symbol { color: var(--navy); background: var(--brand-blue); box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.fleet-directory h3 { margin: 2px 0 10px; color: white; font: 800 clamp(21px, 2vw, 26px)/1.02 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.fleet-directory p { margin: 0; color: #c7d2d8; font-size: 14px; line-height: 1.72; }
.service-dispatch-callout { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 38px 42px; border-top: 1px solid var(--brand-red); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-soft); }
.service-dispatch-callout h2 { margin: 0 0 8px; font-size: 30px; }
.service-dispatch-callout p { max-width: 62ch; margin: 0; font-size: 14px; line-height: 1.7; }
.service-dispatch-callout .button { flex: 0 0 auto; text-decoration: none; }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 25px 0 44px; }
.mini-grid > div { display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); background: white; }
.mini-grid strong { margin-bottom: 7px; font: 800 19px var(--display); text-transform: uppercase; }
.mini-grid span { color: #5c6871; font-size: 13px; line-height: 1.65; }

.area-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.area-directory a { --pointer-x: 50%; --pointer-y: 50%; position: relative; min-height: 190px; display: flex; flex-direction: column; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; transition: background .25s, color .25s, transform .3s var(--ease-out), box-shadow .3s ease; }
.area-directory a::before { content: ""; position: absolute; inset: 0; background: radial-gradient(280px circle at var(--pointer-x) var(--pointer-y), rgba(57,171,215,.15), transparent 62%); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.area-directory a > * { position: relative; }
.area-directory a:hover::before { opacity: 1; }
.area-directory a:hover { color: white; background: var(--navy); }
.area-directory span { color: var(--brand-red); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.area-directory strong { margin-top: 20px; font: 800 27px/1 var(--display); text-transform: uppercase; }
.area-directory small { max-width: 230px; margin-top: 10px; color: #64717a; font-size: 12px; line-height: 1.55; }
.area-directory b { position: absolute; right: 24px; bottom: 22px; color: var(--brand-blue); font-size: 20px; }
.coverage-note { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 50px; padding: 38px; color: white; background: var(--navy); }
.coverage-note h2 { margin: 0 0 6px; font: 800 29px var(--display); text-transform: uppercase; }
.coverage-note p { max-width: 650px; margin: 0; color: #bdc8cf; font-size: 14px; line-height: 1.65; }

.reference-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 10px; }
.reference-gallery figure { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: var(--navy); }
.reference-gallery figure:nth-child(1), .reference-gallery figure:nth-child(2) { grid-column: span 6; }
.reference-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.reference-gallery figure:hover img { transform: scale(1.035); }
.reference-gallery figcaption { position: absolute; inset: auto 0 0; padding: 28px 20px 15px; color: white; background: linear-gradient(transparent, rgba(2,9,15,.86)); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.brand-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 25px 0 50px; }
.brand-list span { min-height: 75px; display: grid; place-items: center; padding: 12px; border: 1px solid var(--line); color: #4f5b64; background: white; font: 800 17px var(--display); text-align: center; text-transform: uppercase; }

.team-leader { height: 410px; display: grid; grid-template-columns: minmax(300px, .72fr) 1.28fr; margin: 42px 0 42px; overflow: hidden; background: var(--navy); box-shadow: 0 20px 55px rgba(7,19,31,.13); }
.team-leader-photo { min-height: 0; overflow: hidden; background: #eef5f8; }
.team-leader-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 38%; }
.team-leader-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 62px); color: white; border-left: 1px solid rgba(57,171,215,.45); }
.team-leader-copy > span, .team-roster-heading > div > span, .team-role, .team-contact-strip span { color: var(--brand-blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.prose .team-leader-copy h2 { max-width: 560px; margin: 14px 0 20px; color: white; font-size: clamp(38px, 4vw, 54px); line-height: .94; }
.prose .team-leader-copy p { max-width: 580px; margin: 0; color: #c5d0d7; font-size: 14px; line-height: 1.72; }
.team-roster { margin-bottom: 34px; }
.team-roster-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.team-roster-heading > div > span { color: var(--brand-red); }
.prose .team-roster-heading h2 { max-width: 590px; margin: 9px 0 0; font-size: 35px; }
.team-manager-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.team-manager-grid article { position: relative; min-height: 235px; display: grid; grid-template-columns: 78px minmax(0, 1fr); align-items: start; gap: 20px; padding: 27px 24px; overflow: hidden; border: 1px solid var(--line); border-top-color: var(--brand-red); background: white; box-shadow: 0 12px 35px rgba(7,19,31,.06); transition: transform .25s, box-shadow .25s, border-color .25s; }
.team-manager-grid article::after { content: "47"; position: absolute; right: -4px; bottom: -27px; color: rgba(57,171,215,.07); font: 900 96px/1 var(--display); pointer-events: none; }
.team-manager-grid article:hover { z-index: 1; border-color: #bdc6cc; transform: translateY(-5px); box-shadow: 0 20px 48px rgba(7,19,31,.12); }
.team-avatar { width: 70px; height: 70px; display: grid; place-items: center; color: white; border-radius: 50%; background: linear-gradient(135deg, var(--brand-red) 0 49%, var(--brand-blue) 50%); box-shadow: 0 0 0 7px #eef4f6; }
.team-avatar span { font: 900 24px/1 var(--display); letter-spacing: .04em; }
.team-card-copy { min-width: 0; }
.team-role { display: block; min-height: 28px; color: var(--brand-red); line-height: 1.35; }
.prose .team-manager-grid h3 { margin: 7px 0 10px; font-size: 28px; line-height: 1; }
.prose .team-manager-grid p { position: relative; z-index: 1; margin: 0; color: #5f6b74; font-size: 13px; line-height: 1.68; }
.team-contact-strip { display: flex; align-items: center; gap: 12px; padding: 28px; color: white; background: #10283b; }
.team-contact-strip > div { margin-right: auto; }
.team-contact-strip strong { display: block; margin-top: 5px; font: 900 27px var(--display); }
.team-contact-strip .button { min-height: 48px; padding-inline: 18px; }
.employee-count { flex: none; display: flex; align-items: center; gap: 13px; padding: 14px 18px; color: white; background: var(--brand-red); }
.employee-count strong { font: 900 39px/1 var(--display); }
.employee-count span { max-width: 190px; font-size: 9px; font-weight: 700; line-height: 1.45; text-transform: uppercase; letter-spacing: .07em; }

.faq-layout { display: grid; grid-template-columns: minmax(0,1fr) 305px; gap: 85px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); background: white; transition: background .2s ease; }
.faq-list details[open] { background: #fbfbf8; }
.faq-list summary { position: relative; padding: 25px 60px 25px 25px; cursor: pointer; list-style: none; font: 800 22px/1.2 var(--display); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 24px; top: 19px; width: 31px; height: 31px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--brand-red); font: 500 19px var(--body); }
.faq-list details[open] summary::after { content: "−"; background: var(--brand-blue); }
.faq-list details p { margin: 0; padding: 0 70px 25px 25px; color: #4f5c65; font-size: 15px; line-height: 1.78; }

.contact-page { background: var(--brand-blue); }
.contact-page + .final-cta { display: none; }
.sitemap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 55px 80px; }
.sitemap-grid section { display: flex; flex-direction: column; }
.sitemap-grid h2 { margin: 0 0 15px; padding-bottom: 13px; border-bottom: 4px solid var(--brand-blue); font: 800 27px var(--display); text-transform: uppercase; }
.sitemap-grid a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); color: #536069; font-size: 12px; }
.sitemap-grid a span { color: var(--brand-red); }

.blog-index { background: var(--paper); }
.topic-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 42px; }
.topic-pills button { min-height: 43px; padding: 10px 15px; border: 1px solid #bfc6ca; color: #47545d; background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.topic-pills button:hover, .topic-pills button.active, .topic-pills button[aria-pressed="true"] { color: white; border-color: var(--brand-red); background: var(--brand-red); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { --pointer-x: 50%; --pointer-y: 50%; position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius-md); background: white; box-shadow: 0 18px 40px rgba(7,19,31,.08); transition: transform .3s var(--ease-out), box-shadow .3s ease; }
.blog-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(360px circle at var(--pointer-x) var(--pointer-y), rgba(57,171,215,.09), transparent 62%); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.blog-card:hover::after { opacity: 1; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgba(7,19,31,.13); }
.blog-card[hidden] { display: none; }
.blog-image { height: 210px; display: block; overflow: hidden; }
.blog-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-image img { transform: scale(1.04); }
.blog-card > div { flex: 1; display: flex; flex-direction: column; padding: 26px; }
.blog-card > div > span { color: var(--brand-red); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.blog-card h2 { margin: 11px 0; font: 800 24px/1.08 var(--display); text-wrap: balance; text-transform: uppercase; }
.blog-card h2 a:hover { color: var(--brand-blue); }
.blog-card p { margin: 0 0 21px; color: #56636c; font-size: 14px; line-height: 1.7; }
.text-link-dark { align-self: flex-start; display: inline-flex; gap: 15px; align-items: center; margin-top: auto; padding-bottom: 3px; border-bottom: 1px solid #b9c0c5; font-size: 11px; font-weight: 800; }
.text-link-dark b { color: var(--brand-red); font-size: 16px; }

.article-wrap { background: var(--paper); }
.article-layout { display: grid; grid-template-columns: minmax(0, 720px) 305px; justify-content: space-between; gap: 80px; align-items: start; }
.article-body { min-width: 0; max-width: 72ch; }
.article-body > h2:first-of-type { margin-top: 0; }
.article-intro { padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.article-body p { margin: 0 0 28px; }
.article-callout { margin: 55px 0; padding: 34px; color: white; border-top: 1px solid var(--brand-blue); border-radius: var(--radius-md); background: var(--navy); box-shadow: var(--shadow-soft); }
.article-callout h2 { margin: 0 0 10px; color: white; }
.article-callout p { color: #adbbc4; }
.article-related { margin-top: 55px; }
.article-related > a { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 19px 0; border-top: 1px solid var(--line); color: inherit !important; text-decoration: none !important; }
.article-related > a span { color: var(--brand-red); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.article-related > a strong { font: 800 18px var(--display); text-transform: uppercase; }
.article-related > a:hover strong { color: var(--brand-blue); }
.article-aside { min-width: 0; }
.article-aside .content-aside { position: static; margin-top: 18px; }
.article-meta { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.article-meta > span { color: var(--brand-red); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.article-meta strong { display: block; margin: 10px 0; font: 800 19px var(--display); text-transform: uppercase; }
.article-meta p { margin: 0; color: #5f6c75; font-size: 12px; line-height: 1.65; }

.contact-launcher { position: fixed; z-index: 80; right: 22px; bottom: 24px; display: flex; flex-direction: column; align-items: flex-end; }
.contact-launcher-toggle { position: relative; z-index: 2; min-width: 190px; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 8px 17px 8px 9px; color: white; border: 0; border-radius: 30px; background: var(--brand-red); box-shadow: 0 16px 38px rgba(2,12,20,.32), inset 0 0 0 1px rgba(255,255,255,.16); cursor: pointer; font-size: 12px; font-weight: 800; transition: background .25s ease, transform .3s var(--ease-out), box-shadow .3s ease; }
.contact-launcher-toggle:hover { background: var(--brand-red-dark); transform: translateY(-3px); box-shadow: 0 20px 46px rgba(2,12,20,.38), inset 0 0 0 1px rgba(255,255,255,.2); }
.contact-launcher-toggle[aria-expanded="true"] { background: var(--navy-2); }
.contact-launcher-label { white-space: nowrap; }
.float-icon { width: 37px; height: 37px; flex: none; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); }
.float-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.float-icon svg.whatsapp-mark { fill: currentColor; stroke: none; }
.launcher-chat-icon { transition: opacity .2s ease, transform .3s var(--ease-out); }
.launcher-close-icon { position: absolute; left: 27px; top: 28px; width: 17px; height: 17px; opacity: 0; transform: rotate(-45deg) scale(.7); transition: opacity .2s ease, transform .3s var(--ease-out); }
.launcher-close-icon::before, .launcher-close-icon::after { content: ""; position: absolute; left: 0; top: 8px; width: 17px; height: 2px; border-radius: 2px; background: white; }
.launcher-close-icon::after { transform: rotate(90deg); }
.contact-launcher-toggle[aria-expanded="true"] .launcher-chat-icon { opacity: 0; transform: rotate(45deg) scale(.7); }
.contact-launcher-toggle[aria-expanded="true"] .launcher-close-icon { opacity: 1; transform: rotate(45deg) scale(1); }
.contact-launcher-menu { position: absolute; right: 0; bottom: 70px; width: 255px; display: grid; gap: 8px; opacity: 0; visibility: hidden; transform: translateY(14px) scale(.96); transform-origin: bottom right; pointer-events: none; transition: opacity .25s ease, visibility .25s ease, transform .35s var(--ease-out); }
.contact-launcher.is-open .contact-launcher-menu { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.contact-option { min-height: 62px; display: flex; align-items: center; gap: 11px; padding: 9px 14px 9px 9px; color: white; border-radius: var(--radius-sm); background: #0c2031; box-shadow: 0 14px 36px rgba(2,12,20,.26); transform: translateY(8px); transition: background .2s ease, transform .35s var(--ease-out); }
.contact-launcher.is-open .contact-option { transform: none; }
.contact-launcher.is-open .contact-option:nth-child(2) { transition-delay: 45ms; }
.contact-launcher.is-open .contact-option:nth-child(3) { transition-delay: 90ms; }
.contact-option:hover { background: #15364f; transform: translateX(-4px) !important; }
.contact-option > span:not(.float-icon) { display: flex; flex-direction: column; line-height: 1.1; }
.contact-option small { margin-bottom: 5px; color: #aabac5; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-option strong { color: white; font: 800 17px/1 var(--display); letter-spacing: .035em; }
.contact-option-call .float-icon { background: var(--brand-red); }
.contact-option-whatsapp .float-icon { background: #15965f; }

@media (max-width: 980px) {
  .content-layout, .faq-layout, .article-layout { grid-template-columns: minmax(0,1fr) 265px; gap: 45px; }
  .area-directory { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .team-leader { grid-template-columns: .9fr 1.1fr; }
  .team-leader-copy { padding: 34px; }
  .team-manager-grid { grid-template-columns: repeat(2, 1fr); }
  .team-contact-strip { align-items: stretch; flex-wrap: wrap; }
  .team-contact-strip > div { width: 100%; }
}

@media (max-width: 760px) {
  .page-hero { min-height: 395px; }
  .page-hero-inner { padding-block: 50px 54px; }
  .breadcrumb { margin-bottom: 35px; }
  .page-hero h1 { font-size: clamp(48px, 14vw, 64px); }
  .page-hero-inner > p { font-size: 14px; }
  .prose .lead, .article-intro { margin-bottom: 36px; font-size: 18px; line-height: 1.65; }
  .prose p, .prose li, .article-body p, .article-body li { font-size: 15px; line-height: 1.78; }
  .prose h2, .article-body h2 { margin-top: 42px; }
  .content-layout, .faq-layout, .article-layout { grid-template-columns: 1fr; }
  .content-aside { position: static; }
  .service-group-heading, .fleet-showcase-heading { grid-template-columns: 1fr; gap: 12px; }
  .service-directory, .fleet-directory, .mini-grid, .sitemap-grid { grid-template-columns: 1fr; }
  .service-entry a, .fleet-directory article { min-height: 0; }
  .service-extras, .fleet-showcase { padding: 34px 28px; }
  .service-dispatch-callout { align-items: flex-start; flex-direction: column; padding: 32px 28px; }
  .area-directory { grid-template-columns: 1fr; }
  .coverage-note { align-items: flex-start; flex-direction: column; }
  .reference-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .reference-gallery figure, .reference-gallery figure:nth-child(1), .reference-gallery figure:nth-child(2) { grid-column: span 1; }
  .reference-gallery figure:first-child { grid-column: 1 / 3; }
  .brand-list { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card h2, .blog-card p { min-height: 0; }
  .team-leader { height: auto; grid-template-columns: 1fr; }
  .team-leader-photo { height: 390px; min-height: 0; }
  .team-leader-photo img { object-position: center 36%; }
  .team-leader-copy { padding: 40px 28px; border-top: 1px solid rgba(57,171,215,.45); border-left: 0; }
  .team-roster-heading { align-items: stretch; flex-direction: column; }
  .employee-count { align-self: flex-start; }
  .team-manager-grid { grid-template-columns: 1fr; }
  .team-manager-grid article { min-height: 0; }
  .team-contact-strip { flex-direction: column; align-items: stretch; }
  .team-contact-strip .button { width: 100%; }
  .article-related > a { grid-template-columns: 1fr; gap: 5px; }
}

@media (max-width: 600px) {
  .contact-launcher { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); }
  .contact-launcher-toggle { width: 58px; min-width: 58px; padding: 8px; }
  .contact-launcher-label { display: none; }
  .contact-launcher-menu { width: min(278px, calc(100vw - 32px)); bottom: 69px; }
}

@media (forced-colors: active) {
  .pulse-dot, .live-dot { forced-color-adjust: none; }
  .button, .contact-launcher-toggle, .contact-option { border: 1px solid ButtonText; }
  .site-nav > a[aria-current]::after, .nav-parent[aria-current]::after { background: Highlight; }
}
