:root {
  --navy-950: #071821;
  --navy-900: #0b222e;
  --navy-800: #123644;
  --blue-700: #087ca6;
  --blue-600: #0b94bf;
  --blue-100: #dff3f8;
  --blue-050: #eef9fb;
  --slate-700: #3f5661;
  --slate-500: #5f737b;
  --slate-300: #b8c5ca;
  --slate-200: #dce4e7;
  --slate-100: #edf2f4;
  --white: #fff;
  --off-white: #f8fafb;
  --ink: #102630;
  --container: 1240px;
  --shadow: 0 24px 70px rgba(7, 24, 33, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.icon--large { width: 1.55rem; height: 1.55rem; }
.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: 1000; top: 12px; left: 12px; padding: 12px 16px; color: var(--white); background: var(--navy-950); font-weight: 700; text-decoration: none; transform: translateY(-160%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }
main:focus { outline: none; }

.announcement { color: #dcecf1; background: var(--navy-950); font-size: .78rem; }
.announcement__inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; }
.announcement p { display: flex; align-items: center; gap: 7px; margin: 0; }
.announcement__contact { display: flex; gap: 24px; }
.announcement__contact a { display: flex; align-items: center; gap: 7px; color: inherit; text-decoration: none; }

.header { position: relative; z-index: 20; border-bottom: 1px solid var(--slate-200); background: rgba(255, 255, 255, .97); }
.header__inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy-900); text-decoration: none; }
.brand__logo { display: block; width: 265px; height: auto; }
.brand__mark { display: grid; width: 45px; height: 45px; place-items: center; color: var(--white); background: var(--navy-900); font-family: "Manrope", sans-serif; font-size: .85rem; font-weight: 800; letter-spacing: -.04em; clip-path: polygon(0 0, 77% 0, 100% 23%, 100% 100%, 23% 100%, 0 77%); }
.brand__name { font-family: "Manrope", sans-serif; font-size: 1.12rem; font-weight: 800; letter-spacing: -.04em; }
.brand__name small { display: block; margin-top: -1px; color: var(--slate-500); font-family: "DM Sans", sans-serif; font-size: .58rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 29px; }
.nav__link { position: relative; color: var(--navy-800); font-size: .88rem; font-weight: 600; text-decoration: none; }
.nav__link::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--blue-600); content: ""; opacity: 0; transform: scaleX(.3); transition: .2s ease; }
.nav__link:hover::after, .nav__link--active::after { opacity: 1; transform: scaleX(1); }
.nav__item { position: relative; display: flex; min-height: 84px; align-items: center; gap: 6px; }
.nav__submenu-toggle { display: grid; width: 25px; height: 25px; place-items: center; padding: 0; border: 0; color: var(--slate-500); background: transparent; cursor: pointer; }
.nav__submenu-toggle::before { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.nav__submenu { position: absolute; top: 100%; left: -24px; display: grid; width: 330px; padding: 15px; border-top: 3px solid var(--blue-600); background: var(--white); box-shadow: 0 24px 55px rgba(7,24,33,.16); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.nav__submenu a { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 43px; padding: 9px 12px; border-bottom: 1px solid var(--slate-100); color: var(--navy-800); font-size: .78rem; font-weight: 600; line-height: 1.35; text-decoration: none; }
.nav__submenu a:last-child { border-bottom: 0; }
.nav__submenu a::after { color: var(--blue-700); content: "→"; opacity: 0; transform: translateX(-4px); transition: .18s ease; }
.nav__submenu a:hover, .nav__submenu-link--active { color: var(--blue-700); background: var(--blue-050); }
.nav__submenu a:hover::after, .nav__submenu-link--active::after { opacity: 1; transform: translateX(0); }
.nav__item:hover .nav__submenu, .nav__item:focus-within .nav__submenu, .nav__item.is-open .nav__submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__item:hover .nav__submenu-toggle::before, .nav__item:focus-within .nav__submenu-toggle::before, .nav__item.is-open .nav__submenu-toggle::before { transform: translateY(2px) rotate(225deg); }
.menu-toggle { position: relative; display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { position: absolute; left: 10px; display: block; width: 24px; height: 2px; background: var(--navy-900); transition: .2s ease; }
.menu-toggle span:nth-child(1) { top: 13px; }.menu-toggle span:nth-child(2) { top: 21px; }.menu-toggle span:nth-child(3) { top: 29px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 0; color: var(--white); background: var(--navy-900); font-size: .9rem; font-weight: 700; text-decoration: none; cursor: pointer; clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px)); transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--navy-800); transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 18px; font-size: .82rem; }
.button--accent { color: var(--white); background: var(--blue-700); }
.button--accent:hover { background: #066f94; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-900); font-size: .88rem; font-weight: 700; text-decoration: none; }
.text-link .icon, .service-card__link .icon { transition: transform .2s ease; }
.text-link:hover .icon, .service-card:hover .service-card__link .icon { transform: translateX(4px); }
.text-link--light { color: var(--white); }

.hero { position: relative; height: calc(100vh - 122px); height: calc(100svh - 122px); min-height: 600px; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero__media { position: absolute; inset: 0; background-image: url("assets/hero-truck.webp"); background-position: center; background-size: cover; transform: scale(1.015); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,33,.98) 0%, rgba(7,24,33,.9) 32%, rgba(7,24,33,.28) 65%, rgba(7,24,33,.08) 100%); }
.hero__overlay::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 64%, rgba(7,24,33,.65)); content: ""; }
.hero__inner { position: relative; z-index: 2; display: flex; height: 100%; align-items: center; padding-top: 48px; }
.hero__content { width: min(720px, 65%); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 19px; color: var(--blue-700); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 3px; background: currentColor; content: ""; }
.eyebrow--light { color: #8fdef3; }
.hero h1, .intro h2, .section-heading h2, .partnership h2, .coverage h2, .contact h2 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.065em; line-height: .95; }
.hero h1 { font-size: clamp(4rem, 6.2vw, 5.8rem); }
.hero__line, .heading-line { display: block; white-space: nowrap; }
.hero__line--accent, .heading-line--accent { color: var(--blue-600); }
.hero__lead { width: min(530px, 100%); margin: 24px 0 30px; color: #d4e1e5; font-size: 1.15rem; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero__experience { display: flex; width: fit-content; align-items: center; gap: 14px; margin-top: 36px; padding: 15px 18px 15px 0; border-top: 1px solid rgba(255,255,255,.25); }
.hero__experience strong { font-family: "Manrope", sans-serif; font-size: 3rem; line-height: 1; letter-spacing: -.07em; }
.hero__experience span { color: #d4e1e5; font-size: .72rem; font-weight: 600; line-height: 1.4; text-transform: uppercase; }

.proof { border-bottom: 1px solid var(--slate-200); background: var(--white); }
.proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof__item { display: flex; min-height: 130px; align-items: center; gap: 15px; padding: 25px 22px; border-right: 1px solid var(--slate-200); }
.proof__item:last-child { border-right: 0; }
.icon-tile { display: grid; width: 50px; height: 50px; flex: 0 0 auto; place-items: center; color: var(--blue-700); background: var(--blue-050); }
.proof h2 { margin: 0 0 4px; font-family: "Manrope", sans-serif; font-size: .93rem; font-weight: 800; }
.proof p { margin: 0; color: var(--slate-500); font-size: .77rem; }

.section { padding-block: 110px; }
.intro__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.intro h2 { font-size: clamp(3rem, 4.6vw, 4.35rem); }
.section-heading h2 { font-size: clamp(2.8rem, 4.1vw, 3.8rem); }
.partnership h2 { font-size: clamp(2.8rem, 4vw, 3.8rem); }
.coverage h2 { font-size: clamp(2.7rem, 3.7vw, 3.45rem); }
.contact h2 { font-size: clamp(2.7rem, 3.8vw, 3.6rem); }
.intro__copy { padding-top: 36px; }
.intro__copy p { max-width: 660px; color: var(--slate-500); font-size: .98rem; line-height: 1.75; }
.intro__copy .lead { margin-top: 0; color: var(--navy-800); font-size: 1.25rem; font-weight: 500; line-height: 1.6; }
.intro__copy .button { margin-top: 18px; }

.section--tint { background: var(--off-white); }
.services.section--tint { background: #f3f6f7; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading > p { max-width: 520px; margin: 0 0 6px; color: var(--slate-500); line-height: 1.75; }
.service-categories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.service-category { border: 1px solid var(--slate-200); background: var(--white); box-shadow: 0 18px 50px rgba(7,24,33,.055); }
.service-category__header { display: grid; min-height: 124px; grid-template-columns: auto 1fr; gap: 16px; align-content: center; padding: 26px 30px; color: var(--white); }
.service-category__header--consultancy { background: var(--navy-900); }
.service-category__header--compliance { background: var(--blue-700); }
.service-category__header > span { grid-row: 1 / 3; align-self: center; color: #8fdef3; font-size: .72rem; font-weight: 800; }
.service-category__header--compliance > span { color: rgba(255,255,255,.7); }
.service-category__header h3 { margin: 0 0 5px; font-family: "Manrope", sans-serif; font-size: 1.16rem; font-weight: 800; }
.service-category__header p { margin: 0; color: #b9cbd2; font-size: .78rem; }
.service-category__header--compliance p { color: rgba(255,255,255,.78); }
.service-category__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 14px; }
.service-category__grid .service-card { min-height: 300px; border: 1px solid var(--slate-200); }
.service-category__footer { display: flex; align-items: center; padding: 5px 14px 19px; }
.service-category__footer .button { width: 100%; }
.service-category__footer .button .icon { transition: transform .2s ease; }
.service-category__footer .button:hover .icon { transform: translateX(4px); }
.service-card { position: relative; display: flex; min-height: 330px; flex-direction: column; padding: 32px 27px; border: 1px solid var(--slate-200); border-right: 0; color: var(--navy-900); background: var(--white); text-decoration: none; overflow: hidden; transition: color .25s ease, background .25s ease, transform .25s ease; }
.service-card:last-child { border-right: 1px solid var(--slate-200); }
.service-card::before { position: absolute; top: 0; right: 0; width: 0; height: 0; border-top: 45px solid var(--blue-100); border-left: 45px solid transparent; content: ""; transition: border-color .25s ease; }
.service-card:hover { z-index: 2; color: var(--white); background: var(--navy-800); transform: translateY(-6px); }
.service-card:hover::before { border-top-color: var(--blue-600); }
.service-card__icon { display: grid; width: 55px; height: 55px; place-items: center; color: var(--blue-700); background: var(--blue-050); transition: .25s ease; }
.service-card:hover .service-card__icon { color: var(--white); background: var(--blue-600); }
.service-card__number { position: absolute; top: 35px; right: 26px; color: var(--slate-500); font-size: .68rem; font-weight: 800; }
.service-card:hover .service-card__number { color: #a9c3cd; }
.service-card h3 { margin: 46px 0 11px; font-family: "Manrope", sans-serif; font-size: 1.16rem; font-weight: 800; line-height: 1.25; }
.service-card p { margin: 0; color: var(--slate-500); font-size: .85rem; line-height: 1.65; transition: color .25s ease; }
.service-card:hover p { color: #c8d9df; }
.service-card__link { display: flex; align-items: center; gap: 7px; margin-top: auto; color: var(--blue-700); font-size: .78rem; font-weight: 800; }
.service-card:hover .service-card__link { color: #8fdef3; }

.partnership__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.partnership__media { position: relative; padding: 0 56px 56px 0; }
.partnership__media::before { position: absolute; right: 0; bottom: 0; width: 55%; height: 68%; background: var(--blue-050); content: ""; }
.partnership__media img { position: relative; z-index: 1; width: 100%; min-height: 550px; object-fit: cover; }
.partnership__caption { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(330px, 76%); padding: 25px; color: var(--white); background: var(--navy-900); }
.partnership__caption span { display: block; margin-bottom: 8px; color: #8fdef3; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.partnership__caption strong { font-family: "Manrope", sans-serif; font-size: .95rem; line-height: 1.45; }
.partnership__copy > p:not(.eyebrow) { max-width: 520px; margin: 25px 0 32px; color: var(--slate-500); line-height: 1.75; }
.benefit-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--slate-200); }
.benefit-list li { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--slate-200); }
.benefit-list li > span { padding-top: 3px; color: var(--blue-700); font-size: .69rem; font-weight: 800; }
.benefit-list strong { font-family: "Manrope", sans-serif; font-size: .92rem; }
.benefit-list p { margin: 4px 0 0; color: var(--slate-500); font-size: .8rem; }

.coverage { position: relative; color: var(--white); background: var(--navy-950); overflow: hidden; }
.coverage::before { position: absolute; top: -50%; right: -8%; width: 700px; height: 700px; border: 120px solid rgba(11,148,191,.06); border-radius: 50%; content: ""; }
.coverage__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.coverage__copy > p:not(.eyebrow) { max-width: 520px; margin: 25px 0 30px; color: #b9cbd2; line-height: 1.75; }
.coverage__route { position: relative; display: flex; min-height: 360px; flex-direction: column; justify-content: center; padding: 54px 48px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); overflow: hidden; }
.coverage__route::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 52px 52px; content: ""; }
.coverage__route-label { position: relative; z-index: 1; margin: 0 0 52px; color: #8fa6af; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.route-stops { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; }
.route-stops::before { position: absolute; z-index: 0; top: 7px; right: 0; left: 0; height: 2px; background: linear-gradient(90deg, rgba(143,222,243,.35), var(--blue-600), rgba(143,222,243,.35)); content: ""; }
.route-stop { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; }
.route-stop i { width: 16px; height: 16px; margin-bottom: 18px; border: 4px solid var(--blue-600); border-radius: 50%; background: var(--navy-950); box-shadow: 0 0 0 7px var(--navy-950); }
.route-stop small { margin-bottom: 5px; color: #8fa6af; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.route-stop strong { font-family: "Manrope", sans-serif; font-size: .9rem; font-weight: 800; }
.route-stop--base { align-items: center; color: #8fdef3; text-align: center; transform: translateY(-16px); }
.route-stop--base i { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 17px; color: var(--white); border: 0; background: var(--blue-600); box-shadow: 0 0 0 8px var(--navy-950); }
.route-stop--east { align-items: flex-end; text-align: right; }
.coverage__distance { position: relative; z-index: 1; margin: 52px 0 0; color: #8fa6af; font-size: .72rem; text-align: center; }

.contact { background: var(--off-white); }
.contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.contact__copy > p:not(.eyebrow) { max-width: 460px; margin: 24px 0 32px; color: var(--slate-500); line-height: 1.75; }
.contact__direct { display: grid; gap: 12px; }
.contact__direct a { display: flex; align-items: center; gap: 14px; color: var(--navy-900); text-decoration: none; }
.contact__direct a > span { display: grid; width: 46px; height: 46px; place-items: center; color: var(--blue-700); background: var(--blue-050); }
.contact__direct small, .contact__direct strong { display: block; }
.contact__direct small { margin-bottom: 2px; color: var(--slate-500); font-size: .7rem; }
.contact__direct strong { font-size: .88rem; }
.contact-form { padding: 42px; background: var(--white); box-shadow: 0 22px 60px rgba(7,24,33,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--navy-800); font-size: .78rem; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--slate-200); border-radius: 0; outline: 0; color: var(--navy-900); background: var(--off-white); font-size: .87rem; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 52px; padding: 0 15px; }
.contact-form textarea { padding: 14px 15px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(11,148,191,.12); }
.contact-form .checkbox { display: flex; align-items: flex-start; gap: 10px; color: var(--slate-500); font-size: .72rem; font-weight: 400; line-height: 1.5; }
.contact-form .checkbox input { width: 16px; height: 16px; margin: 2px 0 0; }
.form-field--hidden { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; pointer-events: none; }
.turnstile-slot { min-height: 65px; margin: 2px 0 18px; }
.turnstile-slot:empty { display: none; min-height: 0; margin: 0; }
.contact-form button[aria-busy="true"], .contact-form button:disabled { opacity: .68; cursor: wait; transform: none; }
.form-note { margin: 13px 0 0; color: var(--blue-700); font-size: .78rem; font-weight: 600; }
.form-note:empty { display: none; }
.form-note--success { color: #067647; }
.form-note--error { color: #b42318; }

.footer { color: #c6d5da; background: var(--navy-950); }
.footer__top { display: grid; min-height: 190px; grid-template-columns: 1fr 1.2fr auto; gap: 50px; align-items: center; }
.brand--footer { color: var(--white); }.brand--footer .brand__logo { width: 275px; }.brand--footer .brand__mark { color: var(--navy-950); background: var(--white); }.brand--footer .brand__name small { color: #8fa6af; }
.footer__top > p { max-width: 390px; color: #8fa6af; line-height: 1.65; }
.icon--up { transform: rotate(-45deg); }
.footer__bottom { display: flex; min-height: 68px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #76909a; font-size: .72rem; }
.footer__bottom p { margin: 0; }.footer__bottom div { display: flex; gap: 22px; }.footer__bottom a { text-decoration: none; }

@media (max-width: 1050px) {
  .brand__logo { width: 225px; }.nav { gap: 14px; }.nav__link { display: block; }.nav__item { gap: 3px; }.nav__submenu { left: -50px; }
  .hero { min-height: 600px; }.hero__content { width: 68%; }
  .proof__grid { grid-template-columns: 1fr 1fr; }.proof__item:nth-child(2) { border-right: 0; }.proof__item:nth-child(-n+2) { border-bottom: 1px solid var(--slate-200); }
  .service-categories { grid-template-columns: 1fr; }
  .partnership__grid, .coverage__grid { gap: 50px; }
}

@media (max-width: 900px) {
  .announcement { display: none; }
  .header__inner { min-height: 72px; }
  .menu-toggle { display: inline-flex; width: 44px; align-items: center; justify-content: center; padding: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
  .nav { position: absolute; top: 72px; right: 0; left: 0; display: none; max-height: calc(100vh - 72px); align-items: stretch; gap: 0; padding: 18px; border-top: 1px solid var(--slate-200); background: var(--white); box-shadow: var(--shadow); overflow-y: auto; }
  .nav.is-open { display: grid; }
  .nav__link { display: block; padding: 14px 6px; border-bottom: 1px solid var(--slate-200); }
  .nav__link::after { display: none; }
  .nav .button { margin-top: 15px; }
  .nav__item { display: grid; min-height: 0; grid-template-columns: 1fr 46px; gap: 0; border-bottom: 1px solid var(--slate-200); }
  .nav__item > .nav__link { border-bottom: 0; }
  .nav__submenu-toggle { width: 46px; height: 46px; justify-self: end; }
  .nav__submenu { position: static; display: none; width: auto; grid-column: 1 / -1; padding: 0 0 10px 13px; border-top: 0; background: var(--off-white); box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: none; }
  .nav__item:hover .nav__submenu, .nav__item:focus-within .nav__submenu { display: none; }
  .nav__item.is-open .nav__submenu { display: grid; }
  .nav__submenu a { min-height: 40px; padding-inline: 12px; }
  .hero__content { width: 82%; }
  .hero h1 { font-size: clamp(3.65rem, 8vw, 4.65rem); }
  .intro__grid, .section-heading, .partnership__grid, .coverage__grid, .contact__grid { grid-template-columns: 1fr; gap: 44px; }
  .intro__copy { padding-top: 0; }
  .section-heading { align-items: start; }
  .partnership__media { max-width: 680px; }
  .coverage__route { max-width: 720px; }
  .contact-form { max-width: 760px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 40px, var(--container)); }
  .hero { height: auto; min-height: calc(100vh - 72px); min-height: calc(100svh - 72px); }
  .hero__media { background-position: 62% center; }
  .hero__overlay { background: linear-gradient(90deg, rgba(7,24,33,.96), rgba(7,24,33,.55)); }
  .hero__inner { min-height: calc(100vh - 72px); min-height: calc(100svh - 72px); align-items: center; padding-block: 44px; }
  .hero__content { width: 100%; min-width: 0; }
  .hero h1 { font-size: clamp(2.75rem, 11.5vw, 3.85rem); line-height: .96; }
  .hero__lead { max-width: 460px; margin: 19px 0 23px; font-size: .96rem; line-height: 1.55; }
  .hero__actions { gap: 15px; }
  .hero__experience { margin-top: 22px; padding-top: 11px; }
  .hero__experience strong { font-size: 2.55rem; }
  .hero .eyebrow { align-items: flex-start; gap: 10px; margin-bottom: 15px; font-size: .68rem; letter-spacing: .12em; line-height: 1.4; }
  .hero .eyebrow::before { width: 26px; flex: 0 0 26px; margin-top: .42em; }
  .section { padding-block: 76px; }
  .intro__grid, .section-heading, .partnership__grid, .coverage__grid, .contact__grid { grid-template-columns: 1fr; gap: 38px; }
  .intro__copy { padding-top: 0; }.intro h2, .section-heading h2, .partnership h2, .coverage h2, .contact h2 { font-size: clamp(2.35rem, 10.5vw, 3.2rem); }
  .service-category__header { min-height: 112px; padding: 24px; }
  .partnership__media { padding: 0 28px 28px 0; }.partnership__media img { min-height: 420px; }.partnership__caption { max-width: 270px; padding: 20px; }
  .coverage__route { min-height: 320px; padding: 42px 28px; }.coverage__route-label { margin-bottom: 45px; }.coverage__distance { margin-top: 45px; }
  .contact-form { padding: 28px 22px; }.form-row { grid-template-columns: 1fr; gap: 0; }
  .footer__top { grid-template-columns: 1fr; gap: 22px; padding-block: 50px; }.footer__top > p { margin: 0; }.footer__bottom { flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; padding-block: 18px; }
}

@media (max-width: 520px) {
  .brand__logo { width: 205px; }.brand__name small { display: none; }
  .hero__actions { align-items: flex-start; flex-direction: column; }.hero__actions .button { width: 100%; }
  .hero__actions .text-link { min-height: 36px; }
  .proof__grid, .service-category__grid { grid-template-columns: 1fr; }.proof__item { border-right: 0; border-bottom: 1px solid var(--slate-200); }.proof__item:nth-child(-n+3) { border-bottom: 1px solid var(--slate-200); }
  .service-category__grid .service-card { min-height: 285px; border: 1px solid var(--slate-200); }.service-card h3 { margin-top: 35px; }
  .coverage__route { min-height: 300px; padding-inline: 20px; }.route-stop strong { font-size: .72rem; }.route-stop small { font-size: .6rem; }.coverage__distance { font-size: .68rem; }
  .contact__direct strong { font-size: .78rem; }.contact__direct a:last-child strong { word-break: break-all; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--blue-700);
}
.button:focus-visible { clip-path: none; }
