:root {
  --navy-950: #020916;
  --navy-900: #031126;
  --navy-850: #061a33;
  --navy-800: #082548;
  --blue-500: #00a7ff;
  --blue-400: #33c1ff;
  --lime-500: #a7e900;
  --lime-400: #c8ff3d;
  --white: #ffffff;
  --muted: #b7c8dd;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  --header-height: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  background: var(--navy-950);
}

body {
  margin: 0;
  color: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 78% 8%, rgba(0, 167, 255, 0.18), transparent 31rem),
    linear-gradient(180deg, var(--navy-950), var(--navy-900) 35%, #04172d 100%);
  line-height: 1.6;
}

main {
  background: var(--navy-950);
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  min-height: var(--header-height);
  padding: 12px max(20px, calc((100vw - 1120px) / 2));
  background: rgba(2, 9, 22, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    min-height 0.25s ease;
}

.site-header.is-scrolled {
  min-height: 70px;
  background: rgba(2, 9, 22, 0.92);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 128px;
  height: auto;
  object-fit: contain;
}

.brand span {
  max-width: 132px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  position: relative;
  padding: 10px 11px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
  transition: color 0.2s ease;
}

.site-nav a::after {
  position: absolute;
  right: 11px;
  bottom: 5px;
  left: 11px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--blue-500), var(--lime-500));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.mobile-nav-cta {
  display: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(167, 233, 0, 0.55);
  border-radius: 8px;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--lime-400), var(--lime-500));
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(167, 233, 0, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(167, 233, 0, 0.26);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(760px, 100svh, 960px);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 72px) 0 86px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  pointer-events: none;
}

.hero-bg {
  width: 100%;
  height: 114%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.12) contrast(1.1) brightness(0.94);
  transform: translate3d(0, var(--parallax-bg-y, 0), 0) scale(1.04);
  transition: transform 0.08s linear;
}

.hero-scan {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, #000 34%, #000 78%, transparent);
  opacity: 0.34;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(51, 193, 255, 0.2);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.hero-orbit-one {
  top: 12%;
  right: 6%;
  width: min(34vw, 520px);
  aspect-ratio: 1;
  box-shadow: inset 0 0 42px rgba(0, 167, 255, 0.04);
}

.hero-orbit-two {
  right: 20%;
  bottom: 9%;
  width: min(28vw, 430px);
  aspect-ratio: 1;
  border-color: rgba(167, 233, 0, 0.18);
}

.truck-glow {
  position: absolute;
  right: 3%;
  bottom: 4%;
  width: min(56vw, 880px);
  height: 24%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0, 167, 255, 0.28), transparent 63%),
    radial-gradient(circle at 60% 50%, rgba(167, 233, 0, 0.22), transparent 54%);
  filter: blur(28px);
  transform: translate3d(var(--truck-pointer-x, 0), calc(var(--truck-scroll-y, 0) + var(--truck-pointer-y, 0) + 26px), 0);
  transition: transform 0.08s linear;
}

.hero-truck {
  position: absolute;
  right: max(-9vw, -130px);
  bottom: 2%;
  width: min(64vw, 1020px);
  max-width: none;
  height: auto;
  filter:
    drop-shadow(0 34px 44px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 34px rgba(0, 167, 255, 0.2));
  transform: translate3d(var(--truck-pointer-x, 0), calc(var(--truck-scroll-y, 0) + var(--truck-pointer-y, 0)), 0) scale(var(--truck-scale, 1));
  transform-origin: 70% 70%;
  transition: transform 0.08s linear;
}

.hero-overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 69% 62%, rgba(0, 167, 255, 0.15), transparent 22rem),
    linear-gradient(90deg, rgba(2, 9, 22, 0.97) 0%, rgba(3, 17, 38, 0.9) 30%, rgba(3, 17, 38, 0.34) 59%, rgba(2, 9, 22, 0.58) 100%),
    linear-gradient(180deg, rgba(2, 9, 22, 0.18) 0%, rgba(2, 9, 22, 0.12) 55%, var(--navy-950) 100%);
}

.motion-line {
  position: absolute;
  left: -18%;
  width: 54%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 167, 255, 0.9), rgba(200, 255, 61, 0.72), transparent);
  filter: blur(0.3px);
  opacity: 0.8;
  animation: speed-line 4.8s linear infinite;
}

.motion-line-one {
  top: 43%;
}

.motion-line-two {
  top: 61%;
  animation-delay: -2.4s;
  animation-duration: 5.7s;
}

.motion-line-three {
  top: 75%;
  width: 42%;
  opacity: 0.55;
  animation-delay: -1.1s;
  animation-duration: 4.2s;
}

.route-pulse {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime-500);
  box-shadow: 0 0 0 0 rgba(167, 233, 0, 0.38);
  animation: pulse-dot 2.6s ease-out infinite;
}

.route-pulse-one {
  top: 21%;
  right: 14%;
}

.route-pulse-two {
  top: 38%;
  right: 8%;
  animation-delay: 0.8s;
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(250px, 1fr);
  gap: 38px;
  align-items: end;
}

.hero-content {
  max-width: 720px;
  transform: translate3d(var(--content-pointer-x, 0), calc(var(--content-scroll-y, 0) + var(--content-pointer-y, 0)), 0);
  transition: transform 0.08s linear;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--lime-400);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.04;
}

h1 {
  max-width: 710px;
  margin-bottom: 18px;
  font-size: clamp(3.25rem, 7.2vw, 6.45rem);
  font-weight: 950;
  letter-spacing: 0;
}

.hero-title-brand {
  display: block;
  width: fit-content;
  color: transparent;
  background: linear-gradient(135deg, var(--white) 8%, var(--blue-400) 45%, var(--lime-400) 92%);
  background-clip: text;
  -webkit-background-clip: text;
  text-shadow: 0 0 34px rgba(0, 167, 255, 0.18);
}

.hero-title-line {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.9rem);
  font-weight: 940;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  font-weight: 900;
}

.hero-slogan {
  margin: 0 0 14px;
  color: var(--blue-400);
  font-size: clamp(1.35rem, 2.8vw, 2.25rem);
  font-weight: 900;
}

.hero-copy {
  max-width: 630px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-tags span {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  font-size: 0.82rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.button svg {
  width: 19px;
  height: 19px;
  margin-right: 9px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.button-primary {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--lime-400), var(--lime-500));
  box-shadow: 0 16px 32px rgba(167, 233, 0, 0.22);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(0, 167, 255, 0.5);
  background: rgba(0, 167, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.button-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 20px 42px rgba(167, 233, 0, 0.3);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-outline:hover,
.button-outline:focus-visible {
  border-color: rgba(51, 193, 255, 0.72);
  background: rgba(0, 167, 255, 0.16);
}

.section {
  position: relative;
  padding: 100px 0;
}

.section-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    var(--navy-900);
}

.section-split {
  background:
    linear-gradient(135deg, rgba(0, 167, 255, 0.08), transparent 36%),
    var(--navy-950);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}

.section-copy p,
.routes-band p,
.cta-content p,
.contact-intro {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-copy p + p {
  margin-top: 18px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.card-grid {
  display: grid;
  gap: 20px;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.differentials-grid article,
.contact-form,
.contact-list a,
.contact-location {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(3, 17, 38, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.service-card {
  min-height: 245px;
  padding: 26px;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.service-card:hover,
.differentials-grid article:hover {
  border-color: rgba(0, 167, 255, 0.34);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.icon-box,
.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(167, 233, 0, 0.35);
  border-radius: 8px;
  color: var(--lime-400);
  background: rgba(167, 233, 0, 0.08);
}

.icon-box {
  margin-bottom: 22px;
}

.icon-box svg,
.contact-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-card p,
.differentials-grid p {
  margin: 0;
  color: var(--muted);
}

.routes-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 35%, rgba(167, 233, 0, 0.14), transparent 24rem),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.routes-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
}

.routes-band h2 {
  margin-bottom: 16px;
}

.routes-band p {
  max-width: 700px;
}

.differentials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.differentials-grid article {
  min-height: 224px;
  padding: 26px;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.differentials-grid span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--blue-400);
  font-size: 0.85rem;
  font-weight: 950;
}

.cta-strip {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background:
    linear-gradient(90deg, rgba(167, 233, 0, 0.13), transparent 38%),
    linear-gradient(135deg, var(--navy-950), #041d36 58%, var(--navy-900));
  border-top: 1px solid rgba(167, 233, 0, 0.18);
  border-bottom: 1px solid rgba(167, 233, 0, 0.18);
}

.cta-strip::before {
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--blue-500), var(--lime-500), transparent);
}

.cta-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.cta-content h2 {
  margin-bottom: 12px;
}

.cta-content p {
  max-width: 680px;
}

.contact-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(0, 167, 255, 0.14), transparent 28rem),
    var(--navy-950);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 58px;
  align-items: start;
}

.contact-intro {
  max-width: 470px;
  margin-bottom: 28px;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list a,
.contact-location {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.78);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  border-color: rgba(167, 233, 0, 0.34);
  background: rgba(167, 233, 0, 0.07);
  transform: translateX(4px);
}

.contact-list strong {
  display: block;
  color: var(--white);
  font-size: 0.86rem;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 26px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
}

.form-full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: var(--white);
  background: rgba(2, 9, 22, 0.72);
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.contact-form input {
  min-height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
  padding: 13px 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(0, 167, 255, 0.72);
  background: rgba(3, 17, 38, 0.86);
  box-shadow: 0 0 0 3px rgba(0, 167, 255, 0.15);
}

.contact-form button {
  width: 100%;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--lime-400);
  font-size: 0.92rem;
}

.site-footer {
  padding: 48px 0 0;
  background: #010712;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
  padding-bottom: 36px;
}

.footer-brand {
  margin-bottom: 12px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.site-footer address {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-style: normal;
  text-align: right;
}

.site-footer address a:hover,
.site-footer address a:focus-visible {
  color: var(--lime-400);
}

.footer-bottom {
  padding: 18px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

@keyframes speed-line {
  from {
    transform: translate3d(0, 0, 0) rotate(-1deg);
    opacity: 0;
  }

  12%,
  72% {
    opacity: 0.8;
  }

  to {
    transform: translate3d(240%, 8px, 0) rotate(-1deg);
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(167, 233, 0, 0.46);
  }

  78%,
  100% {
    box-shadow: 0 0 0 24px rgba(167, 233, 0, 0);
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 20px;
    left: 20px;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(2, 9, 22, 0.97);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .site-nav .mobile-nav-cta {
    display: inline-flex;
    justify-content: center;
    margin-top: 8px;
    border-radius: 8px;
    color: var(--navy-950);
    background: linear-gradient(135deg, var(--lime-400), var(--lime-500));
    font-weight: 950;
  }

  .site-nav .mobile-nav-cta::after {
    display: none;
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .split-grid,
  .contact-grid,
  .cta-content,
  .routes-band,
  .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-truck {
    right: max(-24vw, -240px);
    bottom: -2%;
    width: min(92vw, 900px);
    opacity: 0.82;
  }

  .truck-glow {
    right: -12%;
    bottom: 2%;
    width: 76vw;
  }

  .services-grid,
  .differentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .routes-band .button,
  .cta-actions {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 70px;
  }

  .container {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand img {
    width: 106px;
  }

  .brand span {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 132px 0 76px;
  }

  .hero-bg {
    height: 100%;
    object-position: 66% center;
  }

  .hero-truck {
    right: -84%;
    bottom: 18%;
    width: 152vw;
    opacity: 0.58;
  }

  .hero-orbit,
  .truck-glow,
  .route-pulse {
    display: none;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(2, 9, 22, 0.97) 0%, rgba(3, 17, 38, 0.88) 58%, rgba(3, 17, 38, 0.72) 100%),
      linear-gradient(180deg, rgba(2, 9, 22, 0.2) 0%, var(--navy-950) 100%);
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 12vw, 3.35rem);
    word-break: normal;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-tags {
    gap: 8px;
  }

  .hero-tags span {
    width: 100%;
    border-radius: 8px;
  }

  .button {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section {
    padding: 72px 0;
  }

  .split-grid {
    gap: 22px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .services-grid,
  .differentials-grid,
  .contact-form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .differentials-grid article {
    min-height: auto;
    padding: 22px;
  }

  .routes-band {
    gap: 26px;
  }

  .contact-grid {
    gap: 32px;
  }

  .contact-form {
    padding: 20px;
  }

  .site-footer address {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .hero-media img {
    transform: none;
  }

  .hero-truck,
  .truck-glow,
  .hero-content {
    transform: none;
  }
}
