@view-transition { navigation: auto; }

html:has(.s05-page),
body:has(.s05-page) {
  margin: 0;
  background: #061a2f;
}

.s05-page {
  --s05-navy-950: #061a2f;
  --s05-navy-900: #09233e;
  --s05-navy-800: #103452;
  --s05-steel-700: #496273;
  --s05-steel-400: #9aabb6;
  --s05-steel-200: #d9e1e6;
  --s05-ice: #eef3f6;
  --s05-paper: #f8fafb;
  --s05-white: #fff;
  --s05-orange: #ff6b1a;
  --s05-orange-dark: #d94f00;
  --s05-success: #177a63;
  --s05-error: #b23a2e;
  --s05-border-light: 1px solid rgba(6, 26, 47, .14);
  --s05-border-dark: 1px solid rgba(255, 255, 255, .15);
  --s05-shadow: 0 18px 46px rgba(6, 26, 47, .1);
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: clip;
  color: var(--s05-navy-950);
  background: var(--s05-paper);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

.s05-page,
.s05-page *,
.s05-page *::before,
.s05-page *::after { box-sizing: border-box; }

.s05-page img,
.s05-page svg { display: block; max-width: 100%; }
.s05-svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
.s05-control-icon { width: 20px; height: 20px; }
.s05-benefit-icon { width: 30px; height: 30px; flex: 0 0 auto; color: var(--s05-orange); }
.s05-industry-svg,
.s05-standard-icon { width: 38px; height: 38px; margin-bottom: 10px; color: var(--s05-orange); }
.s05-page a { color: inherit; }
.s05-page a,
.s05-page button { touch-action: manipulation; }
.s05-page button,
.s05-page input,
.s05-page select,
.s05-page textarea { font: inherit; }
.s05-page button { color: inherit; }
.s05-page p,
.s05-page h1,
.s05-page h2,
.s05-page h3,
.s05-page blockquote { margin: 0; }
.s05-page ul,
.s05-page ol { margin: 0; padding: 0; }

.s05-page :focus-visible {
  outline: 2px solid var(--s05-orange);
  outline-offset: 3px;
}
.s05-page [id] { scroll-margin-top: 116px; }
.s05-page h1,
.s05-page h2,
.s05-page h3 { text-wrap: balance; }
.s05-page p { overflow-wrap: anywhere; }

.s05-scroll-locked { overflow: hidden; }

.s05-shell {
  width: min(1312px, calc(100% - 96px));
  margin-inline: auto;
}

.s05-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.s05-skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 12px;
  padding: 12px 16px;
  color: var(--s05-white);
  background: var(--s05-orange-dark);
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}
.s05-skip-link:focus { transform: translateY(0); }

.s05-topbar {
  height: 34px;
  color: #dce5ea;
  background: var(--s05-navy-950);
  font-size: 12px;
}
.s05-topbar-inner,
.s05-topbar-left,
.s05-topbar-right {
  display: flex;
  align-items: center;
}
.s05-topbar-inner { justify-content: space-between; height: 100%; }
.s05-topbar-left,
.s05-topbar-right { gap: 22px; }
.s05-topbar-left > * + * { position: relative; }
.s05-topbar-left > * + *::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 10px;
  background: rgba(255,255,255,.2);
  transform: translateY(-50%);
}
.s05-topbar-button {
  min-height: 28px;
  padding: 0;
  border: 0;
  color: #dce5ea;
  background: transparent;
  cursor: pointer;
}
.s05-topbar-cta {
  display: inline-grid;
  min-height: 34px;
  padding-inline: 18px;
  place-items: center;
  background: var(--s05-orange);
  color: var(--s05-navy-950);
  font-weight: 700;
  text-decoration: none;
}
.s05-topbar-mobile { display: none; }

.s05-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 82px;
  border-bottom: 1px solid var(--s05-steel-200);
  background: rgba(255,255,255,.98);
  transition: box-shadow 180ms ease, height 180ms ease;
}
.s05-header-scrolled { box-shadow: 0 10px 30px rgba(6,26,47,.12); }
.s05-header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.s05-brand { display: inline-flex; flex: 0 0 auto; min-height: 46px; align-items: center; text-decoration: none; }
.s05-brand img,
.s05-brand-mark { width: 174px; height: auto; }
.s05-nav-panel { display: flex; align-items: stretch; align-self: stretch; gap: clamp(12px, 1.45vw, 26px); }
.s05-nav-link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--s05-navy-950);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.s05-nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--s05-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}
.s05-nav-link:hover::after,
.s05-nav-link[aria-current="page"]::after { transform: scaleX(1); }
.s05-services-wrap { position: relative; display: flex; align-items: stretch; }
.s05-dropdown-toggle {
  width: 24px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.s05-services-menu {
  position: absolute;
  z-index: 5;
  top: calc(100% - 12px);
  left: -18px;
  width: 246px;
  padding: 8px;
  border-top: 3px solid var(--s05-orange);
  background: var(--s05-white);
  box-shadow: var(--s05-shadow);
}
.s05-services-menu[hidden] { display: none; }
.s05-dropdown-link {
  display: flex;
  min-height: 44px;
  padding: 10px 12px;
  align-items: center;
  color: var(--s05-navy-950);
  font-size: 14px;
  text-decoration: none;
}
.s05-dropdown-link:hover { background: var(--s05-ice); }
.s05-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(6,26,47,.2);
  background: transparent;
  cursor: pointer;
}
.s05-menu-lines,
.s05-menu-lines::before,
.s05-menu-lines::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  background: currentColor;
  transition: transform 220ms ease, opacity 220ms ease;
}
.s05-menu-lines { position: relative; }
.s05-menu-lines::before,
.s05-menu-lines::after { content: ""; position: absolute; left: 0; }
.s05-menu-lines::before { top: -8px; }
.s05-menu-lines::after { top: 8px; }
.s05-menu-open .s05-menu-lines { background: transparent; }
.s05-menu-open .s05-menu-lines::before { transform: translateY(8px) rotate(45deg); }
.s05-menu-open .s05-menu-lines::after { transform: translateY(-8px) rotate(-45deg); }

.s05-main { min-height: 60vh; background: var(--s05-paper); }
.s05-media { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--s05-navy-900), var(--s05-steel-700)); }
.s05-media picture,
.s05-media img { width: 100%; height: 100%; }
.s05-media img { object-fit: cover; }
.s05-media-fallback {
  position: absolute;
  inset: 0;
  display: none;
  padding: 24px;
  place-items: end start;
  color: #cdd8df;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.s05-media[data-s05-media-error="true"] picture { display: none; }
.s05-media[data-s05-media-error="true"] .s05-media-fallback { display: grid; }

.s05-eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--s05-orange);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.s05-route-stroke { width: 30px; height: 2px; background: currentColor; }
.s05-section-title {
  max-width: 18ch;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.s05-section-title-small { font-size: clamp(26px, 2.3vw, 38px); }
.s05-section-title-light { color: var(--s05-white); }
.s05-lead { max-width: 68ch; margin-top: 20px; color: var(--s05-steel-700); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.48; }
.s05-lead-light { color: #c8d3da; }
.s05-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.s05-button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.s05-button:hover { transform: translateY(-2px); }
.s05-button-primary { color: var(--s05-white); background: var(--s05-orange); }
.s05-button-primary:hover { background: var(--s05-orange-dark); }
.s05-button-secondary { border-color: rgba(255,255,255,.45); color: var(--s05-white); background: transparent; }
.s05-button-secondary:hover { background: rgba(255,255,255,.1); }
.s05-text-link,
.s05-text-button { color: var(--s05-navy-950); font-weight: 700; text-decoration: none; }
.s05-text-button { min-height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.s05-section { padding: 88px 0; background: var(--s05-paper); }
.s05-section-compact { padding: 56px 0; }
.s05-section-ice { background: var(--s05-ice); }
.s05-section-dark { color: var(--s05-white); background: var(--s05-navy-950); }
.s05-section-heading { display: flex; margin-bottom: 44px; align-items: end; justify-content: space-between; gap: 28px; }

.s05-home-hero { position: relative; height: 526px; color: var(--s05-white); background: var(--s05-navy-950); }
.s05-home-hero-media,
.s05-hero-overlay,
.s05-headlights { position: absolute; inset: 0; }
.s05-home-hero-media img { object-position: 67% center; }
.s05-hero-overlay { z-index: 1; background: linear-gradient(90deg, rgba(6,26,47,.9) 0%, rgba(6,26,47,.72) 40%, rgba(6,26,47,.16) 78%); }
.s05-headlights {
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 72% 69%, rgba(255,135,54,.28), transparent 6%), radial-gradient(circle at 82% 67%, rgba(255,135,54,.2), transparent 5%);
  animation: s05-headlights 7s ease-in-out infinite alternate;
}
.s05-home-hero-content { position: relative; z-index: 2; display: flex; height: 414px; padding-bottom: 34px; flex-direction: column; justify-content: center; }
.s05-home-title { display: grid; max-width: 8.8ch; font-size: clamp(44px, 5.2vw, 76px); font-weight: 700; line-height: .93; letter-spacing: -.045em; text-transform: uppercase; }
.s05-home-title span { display: block; }
.s05-accent-text { color: var(--s05-orange); }
.s05-hero-lead { max-width: 48ch; margin-top: 20px; color: #e1e8ec; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.48; }
.s05-hero-meta { margin-top: 24px; color: #c0ccd4; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.s05-home-benefits { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 112px; background: rgba(6,26,47,.93); backdrop-filter: blur(8px); }
.s05-benefit-grid { display: grid; height: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.s05-benefit { display: flex; gap: 14px; min-width: 0; padding: 22px 22px 18px; border-right: var(--s05-border-dark); align-items: flex-start; }
.s05-benefit:first-child { border-left: var(--s05-border-dark); }
.s05-benefit-index,
.s05-card-index { color: var(--s05-orange); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.s05-benefit h3 { color: var(--s05-white); font-size: 14px; line-height: 1.15; }
.s05-benefit p { margin-top: 7px; color: #aebdc6; font-size: 12px; line-height: 1.35; }

.s05-home-services { height: 382px; padding: 30px 0 28px; background: var(--s05-paper); }
.s05-split-heading { display: flex; height: 84px; align-items: end; justify-content: space-between; gap: 30px; }
.s05-split-heading .s05-eyebrow { margin-bottom: 5px; }
.s05-split-heading .s05-section-title { max-width: 22ch; font-size: clamp(28px, 2.5vw, 40px); }
.s05-accent-copy { max-width: 30ch; padding-left: 16px; border-left: 3px solid var(--s05-orange); color: var(--s05-steel-700); font-weight: 700; }
.s05-service-grid { display: grid; height: 236px; margin-top: 4px; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.s05-service-card { position: relative; overflow: hidden; border: var(--s05-border-light); border-radius: 6px; color: var(--s05-white); background: var(--s05-navy-900); text-decoration: none; transition: transform 260ms ease, box-shadow 260ms ease; }
.s05-service-card:hover,
.s05-service-card:focus-visible { transform: translateY(-5px); box-shadow: var(--s05-shadow); }
.s05-service-media { height: 112px; }
.s05-service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(6,26,47,.3)); }
.s05-service-card:hover img,
.s05-service-card:focus-visible img { transform: scale(1.035); }
.s05-service-media img { transition: transform 260ms ease; }
.s05-service-copy { position: relative; height: 124px; padding: 14px 14px 12px; }
.s05-service-copy::after { content: ""; position: absolute; top: 12px; right: 0; width: 3px; height: 28px; background: var(--s05-orange); }
.s05-service-copy h3 { margin-top: 4px; font-size: clamp(15px, 1.25vw, 19px); line-height: 1.12; }
.s05-service-copy p { margin-top: 5px; color: #b8c5cd; font-size: 11px; line-height: 1.3; }
.s05-card-more { position: absolute; bottom: 8px; left: 14px; color: var(--s05-orange); font-size: 11px; font-weight: 700; opacity: 0; transform: translateY(10px); transition: opacity 260ms ease, transform 260ms ease; }
.s05-service-card:hover .s05-card-more,
.s05-service-card:focus-visible .s05-card-more { opacity: 1; transform: translateY(0); }

.s05-home-fleet { height: 352px; padding: 28px 0; color: var(--s05-white); background: var(--s05-navy-950); }
.s05-fleet-preview-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.s05-dark-copy { grid-column: span 4; }
.s05-dark-copy .s05-section-title { max-width: 12ch; font-size: clamp(28px, 2.5vw, 40px); }
.s05-dark-copy .s05-lead { margin-top: 12px; font-size: 14px; }
.s05-dark-copy .s05-button { min-height: 42px; margin-top: 14px; }
.s05-inline-metrics { display: flex; gap: 14px; margin-top: 14px; color: #aebcc5; font-size: 11px; list-style: none; }
.s05-carousel { min-width: 0; }
.s05-fleet-preview-grid > .s05-carousel { grid-column: span 8; }
.s05-carousel-track { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x mandatory; }
.s05-carousel-track::-webkit-scrollbar { display: none; }
.s05-fleet-slide { position: relative; flex: 0 0 100%; min-width: 0; overflow: hidden; border-radius: 8px; scroll-snap-align: start; }
.s05-home-fleet .s05-fleet-slide { height: 248px; }
.s05-fleet-media { position: absolute; inset: 0; }
.s05-fleet-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,26,47,.88), rgba(6,26,47,.06) 68%); }
.s05-fleet-caption { position: absolute; z-index: 2; right: 20px; bottom: 16px; left: 20px; display: flex; align-items: end; gap: 14px; }
.s05-fleet-caption h3 { font-size: 22px; }
.s05-fleet-caption p { margin-left: auto; color: #d5dee3; font-size: 12px; }
.s05-carousel-controls { display: flex; gap: 10px; height: 48px; align-items: center; justify-content: flex-end; }
.s05-round-button { display: inline-grid; width: 40px; height: 40px; padding: 0; border: var(--s05-border-dark); border-radius: 50%; place-items: center; color: var(--s05-white); background: transparent; cursor: pointer; }
.s05-carousel-dots { display: flex; gap: 7px; }
.s05-carousel-dot { width: 28px; height: 3px; padding: 0; border: 0; background: #546a79; cursor: pointer; }
.s05-carousel-dot[aria-pressed="true"] { background: var(--s05-orange); }

.s05-home-routes { height: 304px; padding: 24px 0; background: var(--s05-ice); }
.s05-route-preview-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: center; }
.s05-route-preview-grid > div:first-child { grid-column: span 4; }
.s05-route-preview-grid .s05-section-title { font-size: clamp(27px, 2.3vw, 38px); }
.s05-route-preview-grid .s05-lead { margin-top: 10px; font-size: 14px; }
.s05-route-preview-grid .s05-button { min-height: 42px; margin-top: 16px; }
.s05-route-preview-grid > .s05-route-map { grid-column: span 8; }
.s05-route-map { min-width: 0; }
.s05-route-tabs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.s05-route-tab,
.s05-chip { min-height: 44px; padding: 8px 13px; border: var(--s05-border-light); border-radius: 2px; color: var(--s05-navy-950); background: var(--s05-white); font-size: 12px; cursor: pointer; }
.s05-route-tab[aria-selected="true"],
.s05-chip[aria-pressed="true"] { border-color: var(--s05-orange); color: var(--s05-white); background: var(--s05-navy-900); }
.s05-map-canvas { position: relative; padding: 8px 16px 10px; border: var(--s05-border-light); border-radius: 8px; background: #dde6eb; }
.s05-route-map-compact .s05-map-canvas { height: 202px; }
.s05-map-svg { width: 100%; height: 160px; }
.s05-map-svg [hidden] { display: none; }
.s05-map-land { fill: #c7d4db; stroke: #a7bac4; stroke-width: 2; }
.s05-map-route { fill: none; stroke: var(--s05-orange); stroke-linecap: round; stroke-width: 6; stroke-dasharray: 8 9; animation: s05-route-draw 950ms ease both; }
.s05-map-node { fill: var(--s05-white); stroke: var(--s05-orange); stroke-width: 4; transform-origin: center; animation: s05-node-pulse 2.8s ease-in-out infinite; }
.s05-route-stages { color: var(--s05-navy-950); font-size: 12px; font-weight: 700; }
.s05-map-note { margin-top: 2px; color: var(--s05-steel-700); font-size: 10px; }

.s05-home-industries { height: 176px; padding: 20px 0; background: var(--s05-paper); }
.s05-industry-preview { display: grid; height: 100%; grid-template-columns: 3fr 9fr; gap: 24px; align-items: center; }
.s05-industry-preview .s05-eyebrow { margin-bottom: 6px; }
.s05-industry-preview .s05-section-title { max-width: 12ch; font-size: 28px; }
.s05-industry-preview .s05-text-link { font-size: 12px; }
.s05-industry-icons { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.s05-industry-icon { min-width: 0; padding-left: 12px; border-left: var(--s05-border-light); }
.s05-line-icon { display: inline-grid; min-width: 34px; height: 34px; margin-bottom: 8px; border: 1px solid var(--s05-orange); place-items: center; color: var(--s05-orange); font-size: 10px; font-weight: 700; }
.s05-industry-icon h3 { font-size: 12px; line-height: 1.2; }

.s05-metrics { height: 112px; padding: 12px 0; color: var(--s05-white); background: var(--s05-navy-900); }
.s05-metrics-label { color: #aebdc6; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.s05-metric-grid { display: grid; margin-top: 8px; grid-template-columns: repeat(4, 1fr); }
.s05-metric { display: grid; padding-left: 18px; border-left: var(--s05-border-dark); }
.s05-metric strong { font-size: clamp(25px, 2.4vw, 38px); font-variant-numeric: tabular-nums; line-height: 1; }
.s05-metric span { margin-top: 5px; color: #aebdc6; font-size: 11px; }

.s05-home-reviews { height: 284px; padding: 24px 0; background: var(--s05-paper); }
.s05-reviews-layout { display: grid; grid-template-columns: 3fr 9fr; gap: 24px; }
.s05-reviews-layout .s05-section-title { max-width: 11ch; font-size: 31px; }
.s05-reviews-layout .s05-button { min-height: 40px; margin-top: 18px; }
.s05-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.s05-review-card { position: relative; min-height: 236px; padding: 16px; border: var(--s05-border-light); background: var(--s05-white); }
.s05-review-avatar { width: 42px; height: 42px; border-radius: 50%; }
.s05-review-company { margin-top: 10px; font-size: 11px; font-weight: 700; }
.s05-review-card blockquote { margin-top: 9px; color: var(--s05-steel-700); font-size: 12px; line-height: 1.38; }
.s05-review-person { position: absolute; right: 16px; bottom: 14px; left: 16px; padding-top: 10px; border-top: var(--s05-border-light); color: var(--s05-steel-700); font-size: 10px; }

.s05-faq-section { min-height: 216px; padding: 24px 0; }
.s05-faq-section .s05-section-heading { float: left; width: 28%; margin: 0; padding-right: 28px; }
.s05-faq-section .s05-section-title { font-size: 30px; }
.s05-faq-grid { display: grid; width: 72%; margin-left: 28%; grid-template-columns: repeat(2, 1fr); gap: 0 24px; }
.s05-faq-item { border-top: var(--s05-border-light); }
.s05-faq-question { position: relative; min-height: 50px; padding: 15px 34px 10px 0; cursor: pointer; font-size: 13px; font-weight: 700; list-style: none; }
.s05-faq-question::-webkit-details-marker { display: none; }
.s05-faq-mark { position: absolute; top: 12px; right: 0; display: grid; width: 26px; height: 26px; place-items: center; color: var(--s05-orange); font-size: 18px; transition: transform 240ms ease; }
.s05-faq-item[open] .s05-faq-mark { transform: rotate(45deg); }
.s05-faq-answer { padding: 0 34px 14px 0; color: var(--s05-steel-700); font-size: 12px; }

.s05-inner-hero { position: relative; height: 420px; color: var(--s05-white); background: var(--s05-navy-950); }
.s05-inner-hero-media,
.s05-inner-hero .s05-hero-overlay { position: absolute; inset: 0; }
.s05-inner-hero-media img { object-position: 65% center; }
.s05-inner-hero-content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; justify-content: center; }
.s05-breadcrumb { display: flex; gap: 8px; margin-bottom: 24px; color: #c4d0d7; font-size: 12px; }
.s05-breadcrumb-link { text-decoration: none; }
.s05-hero-demo-label { margin-bottom: 8px; color: #c4d0d7; }
.s05-inner-title { max-width: 17ch; font-size: clamp(38px, 4.4vw, 64px); font-weight: 700; line-height: 1.02; letter-spacing: -.04em; }
.s05-inner-hero .s05-button { margin-top: 26px; align-self: flex-start; }

.s05-step-grid,
.s05-principle-grid,
.s05-four-grid,
.s05-six-grid,
.s05-three-grid,
.s05-team-grid,
.s05-industry-grid { display: grid; gap: 18px; }
.s05-step-grid,
.s05-principle-grid,
.s05-four-grid { grid-template-columns: repeat(4, 1fr); }
.s05-three-grid,
.s05-team-grid { grid-template-columns: repeat(3, 1fr); }
.s05-six-grid,
.s05-industry-grid { grid-template-columns: repeat(3, 1fr); }
.s05-step-card,
.s05-info-card,
.s05-line-card,
.s05-industry-card { min-height: 180px; padding: 24px; border: var(--s05-border-light); background: var(--s05-white); }
.s05-step-card > span,
.s05-line-card > span { color: var(--s05-orange); font-size: 12px; font-weight: 700; }
.s05-step-card h3,
.s05-info-card h3,
.s05-line-card h3,
.s05-industry-card h3 { margin-top: 22px; font-size: 22px; line-height: 1.16; }
.s05-step-card p,
.s05-info-card p,
.s05-industry-card p { margin-top: 12px; color: var(--s05-steel-700); }
.s05-info-card .s05-text-link { display: inline-block; margin-top: 24px; }
.s05-team-media { aspect-ratio: 4 / 5; border-radius: 6px; }
.s05-team-card h3 { margin-top: 18px; color: var(--s05-white); font-size: 23px; }
.s05-team-card p { margin-top: 5px; color: #aebdc6; }
.s05-career-layout,
.s05-form-layout,
.s05-calculator-layout,
.s05-terminal-layout,
.s05-featured-insight,
.s05-subscribe-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 7vw, 110px); align-items: start; }
.s05-career-list { display: grid; gap: 12px; }
.s05-career-list .s05-line-card { min-height: 110px; }
.s05-career-list .s05-line-card h3 { margin-top: 8px; }
.s05-plain-contact { padding: 14px 0; color: var(--s05-steel-700); }

.s05-service-matrix { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.s05-service-panel { display: grid; min-height: 260px; overflow: hidden; border: var(--s05-border-light); border-radius: 6px; grid-template-columns: 46% 54%; background: var(--s05-white); }
.s05-service-panel:first-child { grid-column: span 2; grid-template-columns: 50% 50%; }
.s05-service-panel-media { min-height: 240px; }
.s05-service-panel > div:last-child { padding: 26px; }
.s05-service-panel h3 { margin-top: 18px; font-size: 25px; }
.s05-service-panel p { margin-top: 10px; color: var(--s05-steel-700); }
.s05-service-panel .s05-text-link { display: inline-block; margin-top: 22px; }
.s05-process-line { position: relative; display: grid; color: var(--s05-white); grid-template-columns: repeat(5, 1fr); list-style: none; }
.s05-process-line::before { content: ""; position: absolute; top: 26px; right: 9%; left: 9%; height: 1px; background: rgba(255,255,255,.25); }
.s05-process-line::after { content: ""; position: absolute; top: 26px; right: 9%; left: 9%; height: 2px; background: var(--s05-orange); transform: scaleX(0); transform-origin: left center; transition: transform 900ms cubic-bezier(.22,1,.36,1); }
.s05-process-line.s05-process-active::after { transform: scaleX(1); }
.s05-process-line li { position: relative; padding: 0 18px; text-align: center; }
.s05-process-line li > span { position: relative; z-index: 1; display: inline-grid; width: 52px; height: 52px; border: 1px solid var(--s05-orange); border-radius: 50%; place-items: center; background: var(--s05-navy-950); color: var(--s05-orange); font-size: 11px; }
.s05-process-line h3 { margin-top: 16px; font-size: 17px; }
.s05-process-line p { margin-top: 8px; color: #9eb0bc; font-size: 13px; }
.s05-process-line-light { color: var(--s05-navy-950); }
.s05-process-line-light::before { background: var(--s05-steel-200); }
.s05-process-line-light li > span { background: var(--s05-paper); }

.s05-table-wrap { overflow-x: auto; border: var(--s05-border-light); background: var(--s05-white); }
.s05-table { width: 100%; border-collapse: collapse; text-align: left; }
.s05-table th,
.s05-table td { padding: 15px 16px; border-bottom: var(--s05-border-light); vertical-align: top; }
.s05-table th { color: var(--s05-steel-700); background: var(--s05-ice); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.s05-table td { font-size: 14px; }
.s05-table-note { margin-top: 12px; color: var(--s05-steel-700); font-size: 12px; }
.s05-status-demo { display: grid; grid-template-columns: 5fr 7fr; gap: 48px; }
.s05-status-card { padding: 28px; border: var(--s05-border-light); background: var(--s05-white); box-shadow: var(--s05-shadow); }
.s05-mini-timeline { display: grid; gap: 11px; margin-bottom: 24px; padding-left: 22px; color: var(--s05-steel-700); }
.s05-form-status { margin-top: 14px; padding: 13px 15px; border-left: 3px solid var(--s05-success); color: var(--s05-navy-950); background: rgba(23,122,99,.1); }
.s05-section-dark .s05-form-status,
.s05-panel-form-dark .s05-form-status { color: var(--s05-white); background: rgba(23,122,99,.22); }

.s05-section-dark > .s05-shell > .s05-carousel .s05-fleet-slide { height: 420px; }
.s05-section-dark > .s05-shell > .s05-carousel .s05-carousel-controls { height: 64px; }
.s05-panel-form,
.s05-calculator,
.s05-inline-form { display: grid; padding: 30px; border: var(--s05-border-light); border-radius: 6px; background: var(--s05-white); box-shadow: var(--s05-shadow); gap: 16px; }
.s05-panel-form-dark { border-color: rgba(255,255,255,.18); background: var(--s05-navy-900); box-shadow: none; }
.s05-field { display: grid; gap: 7px; }
.s05-field > span { color: var(--s05-steel-700); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.s05-panel-form-dark .s05-field > span { color: #c3ced5; }
.s05-field input,
.s05-field select,
.s05-field textarea { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #b7c4cc; border-radius: 2px; color: var(--s05-navy-950); background: var(--s05-white); }
.s05-field textarea { resize: vertical; }
.s05-field [aria-invalid="true"] { border-color: var(--s05-error); }
.s05-field small { min-height: 16px; color: var(--s05-error); }
.s05-field-wide { grid-column: 1 / -1; }
.s05-calculator { grid-template-columns: repeat(2, 1fr); }
.s05-calculator .s05-button,
.s05-calculator .s05-form-status { grid-column: 1 / -1; }
.s05-quote-result { font-size: 20px; font-weight: 700; }
.s05-scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px; }
.s05-check-list { display: grid; gap: 10px; margin-top: 28px; list-style: none; }
.s05-check-list li { position: relative; padding-left: 24px; }
.s05-check-list li::before { content: "→"; position: absolute; left: 0; color: var(--s05-orange); }
.s05-demo-price { display: block; margin-top: 34px; color: var(--s05-orange); font-size: 28px; }

.s05-route-map:not(.s05-route-map-compact) .s05-map-canvas { padding: 26px; }
.s05-route-map:not(.s05-route-map-compact) .s05-map-svg { height: 390px; }
.s05-timeline-switch { display: flex; gap: 8px; margin-bottom: 30px; }
.s05-multimodal-line { display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; }
.s05-multimodal-line li { position: relative; min-height: 100px; padding: 38px 18px 18px; border-top: 3px solid var(--s05-orange); border-right: var(--s05-border-light); font-weight: 700; }
.s05-legend { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.s05-legend span { display: flex; gap: 12px; min-height: 56px; padding: 12px; border: var(--s05-border-light); align-items: center; background: var(--s05-white); }
.s05-legend b { display: grid; width: 28px; height: 28px; border-radius: 50%; place-items: center; color: var(--s05-white); background: var(--s05-navy-900); }

.s05-industry-card { min-height: 230px; }
.s05-dark-card { min-height: 240px; padding: 28px; border: var(--s05-border-dark); color: var(--s05-white); background: var(--s05-navy-900); }
.s05-dark-card h3 { margin-top: 8px; font-size: 23px; }
.s05-dark-card p { margin-top: 14px; color: #b6c4cc; }
.s05-dark-card strong:not(.s05-demo-price) { display: block; margin-top: 28px; color: var(--s05-orange); font-size: 12px; text-transform: uppercase; }
.s05-demo-label { color: var(--s05-orange); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.s05-featured-insight { align-items: center; }
.s05-featured-media { aspect-ratio: 16 / 9; border-radius: 10px; }
.s05-filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.s05-filter-count { margin-top: 16px; color: var(--s05-steel-700); font-size: 13px; }
.s05-insight-grid { display: grid; margin-top: 24px; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.s05-insight-card { min-height: 260px; padding: 24px; border: var(--s05-border-light); background: var(--s05-white); }
.s05-insight-card h3 { margin-top: 20px; font-size: 22px; }
.s05-insight-card > p:not(.s05-demo-label) { margin-top: 14px; color: var(--s05-steel-700); }
.s05-insight-card .s05-text-button { margin-top: 18px; color: var(--s05-orange-dark); }
.s05-inline-form { grid-template-columns: 1fr auto; align-items: end; }
.s05-inline-form .s05-form-status { grid-column: 1 / -1; }

.s05-contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.s05-contact-card { min-height: 120px; padding: 20px; border: var(--s05-border-light); background: var(--s05-white); }
.s05-contact-card p { color: var(--s05-steel-700); font-size: 11px; text-transform: uppercase; }
.s05-contact-card strong { display: block; margin-top: 16px; font-size: 15px; line-height: 1.3; }
.s05-terminal-scheme { min-height: 320px; padding: 20px; border: var(--s05-border-light); border-radius: 8px; background: var(--s05-ice); }
.s05-terminal-scheme img,
.s05-terminal-inline { width: 100%; height: 100%; object-fit: contain; }
.s05-quick-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.s05-quick-link { display: flex; min-height: 76px; padding: 18px; border: var(--s05-border-light); align-items: center; justify-content: space-between; background: var(--s05-white); font-weight: 700; text-decoration: none; }
.s05-quick-link span { color: var(--s05-orange); }

.s05-final-cta { min-height: 280px; padding: 62px 0; color: var(--s05-white); background: linear-gradient(105deg, var(--s05-navy-950), var(--s05-navy-800)); }
.s05-final-cta-inner { display: grid; grid-template-columns: 8fr 4fr; gap: 40px; align-items: end; }
.s05-final-cta .s05-actions { justify-content: flex-end; }
.s05-next-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 24px; list-style: none; }
.s05-next-steps li { display: grid; gap: 5px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.24); color: var(--s05-white); font-size: 13px; font-weight: 700; }
.s05-next-steps span { color: var(--s05-orange); font-size: 10px; letter-spacing: .12em; }
.s05-back-strip { padding: 44px 0; background: var(--s05-ice); }

.s05-footer { min-height: 248px; padding-top: 42px; color: #c6d1d8; background: var(--s05-navy-950); }
.s05-footer-grid { display: grid; grid-template-columns: 4fr 2fr 2fr 4fr; gap: 28px; }
.s05-footer-brand img,
.s05-footer-brand .s05-brand-mark { filter: brightness(0) invert(1); }
.s05-footer-slogan { margin-top: 18px; color: var(--s05-white); font-size: 18px; font-weight: 700; }
.s05-footer-group { border: 0; }
.s05-footer-title { margin-bottom: 12px; color: var(--s05-white); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; list-style: none; }
.s05-footer-title::-webkit-details-marker { display: none; }
.s05-footer-link,
.s05-footer-text { display: block; margin-top: 7px; color: #9fb0bb; font-size: 13px; text-decoration: none; }
.s05-footer-link:hover { color: var(--s05-white); }
.s05-footer-bottom { display: flex; min-height: 60px; margin-top: 24px; border-top: var(--s05-border-dark); align-items: center; justify-content: space-between; color: #8398a5; font-size: 11px; }
.s05-back-top { color: var(--s05-white); text-decoration: none; }

.s05-dialog { width: min(560px, calc(100% - 32px)); padding: 0; border: 0; color: var(--s05-navy-950); background: transparent; overscroll-behavior: contain; }
.s05-dialog::backdrop { background: rgba(6,26,47,.78); backdrop-filter: blur(4px); }
.s05-dialog-panel { position: relative; padding: 34px; border-top: 4px solid var(--s05-orange); background: var(--s05-white); box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.s05-dialog-title { padding-right: 50px; font-size: 30px; }
.s05-article-date { margin-top: 12px; color: var(--s05-orange); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.s05-dialog-close { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; padding: 0; border: var(--s05-border-light); background: transparent; font-size: 25px; cursor: pointer; }
.s05-dialog-copy { margin-top: 14px; color: var(--s05-steel-700); }
.s05-compact-form { display: grid; gap: 14px; margin-top: 24px; }

.s05-js [data-s05-reveal] { opacity: 0; transform: translateY(14px); transition: opacity 420ms ease, transform 420ms ease; }
.s05-js [data-s05-reveal].s05-visible { opacity: 1; transform: translateY(0); }
.s05-page[data-s05-ready="true"] .s05-home-hero-media,
.s05-page[data-s05-ready="true"] .s05-inner-hero-media { animation: s05-hero-reveal 900ms cubic-bezier(.22,1,.36,1) both; }

@keyframes s05-hero-reveal { from { clip-path: inset(0 24% 0 0); opacity: .7; } to { clip-path: inset(0); opacity: 1; } }
@keyframes s05-headlights { from { opacity: .18; transform: translate3d(-1%,0,0); } to { opacity: .34; transform: translate3d(1%,1%,0); } }
@keyframes s05-route-draw { from { stroke-dashoffset: 180; } to { stroke-dashoffset: 0; } }
@keyframes s05-node-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.16); } }

@media (hover: none), (pointer: coarse) {
  .s05-card-more { opacity: 1; transform: none; }
}

@media (max-width: 1279px) {
  .s05-shell { width: calc(100% - 64px); }
  .s05-nav-panel { gap: 10px; }
  .s05-nav-link { font-size: 12px; }
  .s05-service-copy { padding-inline: 10px; }
  .s05-service-copy h3 { font-size: 15px; }
  .s05-service-copy p { font-size: 10px; }
  .s05-card-more { left: 10px; }
}

@media (max-width: 1024px) and (min-width: 880px) {
  .s05-shell { width: calc(100% - 48px); }
  .s05-brand img,
  .s05-brand-mark { width: 146px; }
  .s05-nav-panel { gap: 6px; }
  .s05-nav-link { font-size: 11px; }
  .s05-benefit { padding-inline: 13px; }
  .s05-benefit h3 { font-size: 12px; }
  .s05-benefit p { font-size: 10px; }
  .s05-service-grid { gap: 7px; }
  .s05-route-tabs { flex-wrap: nowrap; }
  .s05-route-tab { min-height: 38px; padding-inline: 7px; font-size: 10px; }
}

@media (max-width: 879px) {
  .s05-shell { width: calc(100% - 48px); }
  .s05-topbar { height: 32px; }
  .s05-header { height: 68px; }
  .s05-menu-toggle { display: block; position: relative; z-index: 202; }
  .s05-nav-panel {
    position: fixed;
    z-index: 200;
    inset: 0;
    display: flex;
    padding: 104px 24px 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    color: var(--s05-white);
    background: var(--s05-navy-950);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
  }
  .s05-menu-open .s05-nav-panel { opacity: 1; visibility: visible; transform: translateY(0); }
  .s05-menu-open .s05-menu-toggle { color: var(--s05-white); border-color: rgba(255,255,255,.28); }
  .s05-nav-link { min-height: 52px; border-bottom: var(--s05-border-dark); color: var(--s05-white); font-size: 20px; }
  .s05-nav-link::after { bottom: 0; }
  .s05-services-wrap { display: grid; grid-template-columns: 1fr 52px; }
  .s05-dropdown-toggle { width: 52px; color: var(--s05-white); }
  .s05-services-menu { position: static; width: auto; padding: 0; border: 0; grid-column: 1 / -1; background: var(--s05-navy-800); box-shadow: none; }
  .s05-dropdown-link { color: var(--s05-white); }
  .s05-home-hero,
  .s05-home-services,
  .s05-home-fleet,
  .s05-home-routes,
  .s05-home-industries,
  .s05-home-reviews { height: auto; }
  .s05-home-hero { min-height: 720px; padding-bottom: 0; }
  .s05-home-hero-content { min-height: 540px; height: auto; padding-block: 70px 34px; }
  .s05-home-benefits { position: relative; height: auto; }
  .s05-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .s05-benefit { min-height: 112px; border-bottom: var(--s05-border-dark); }
  .s05-home-services,
  .s05-home-fleet,
  .s05-home-routes,
  .s05-home-industries,
  .s05-home-reviews { padding: 64px 0; }
  .s05-split-heading { height: auto; align-items: start; }
  .s05-service-grid { height: auto; margin-top: 30px; overflow-x: auto; grid-template-columns: none; grid-auto-columns: 74vw; grid-auto-flow: column; scroll-snap-type: x mandatory; }
  .s05-service-card { height: 300px; scroll-snap-align: start; }
  .s05-service-media { height: 150px; }
  .s05-service-copy { height: 150px; padding: 18px; }
  .s05-service-copy h3 { font-size: 20px; }
  .s05-service-copy p { font-size: 13px; }
  .s05-fleet-preview-grid,
  .s05-route-preview-grid { display: grid; grid-template-columns: 1fr; gap: 34px; }
  .s05-dark-copy,
  .s05-fleet-preview-grid > .s05-carousel,
  .s05-route-preview-grid > div:first-child,
  .s05-route-preview-grid > .s05-route-map { grid-column: 1; }
  .s05-home-fleet .s05-fleet-slide { height: 360px; }
  .s05-industry-preview { grid-template-columns: 1fr; }
  .s05-industry-icons { grid-template-columns: repeat(3, 1fr); }
  .s05-home-industries { min-height: 420px; }
  .s05-reviews-layout { grid-template-columns: 1fr; }
  .s05-review-grid { overflow-x: auto; grid-template-columns: none; grid-auto-columns: 72vw; grid-auto-flow: column; scroll-snap-type: x mandatory; }
  .s05-review-card { scroll-snap-align: start; }
  .s05-faq-section { padding: 64px 0; }
  .s05-faq-section .s05-section-heading { float: none; width: auto; margin-bottom: 30px; }
  .s05-faq-grid { width: auto; margin-left: 0; }
  .s05-section { padding: 64px 0; }
  .s05-inner-hero { height: auto; min-height: 420px; }
  .s05-inner-hero-content { min-height: 420px; padding-block: 54px; }
  .s05-step-grid,
  .s05-principle-grid,
  .s05-four-grid { grid-template-columns: repeat(2, 1fr); }
  .s05-team-grid,
  .s05-three-grid,
  .s05-six-grid,
  .s05-industry-grid { grid-template-columns: repeat(2, 1fr); }
  .s05-service-matrix { grid-template-columns: 1fr; }
  .s05-service-panel:first-child { grid-column: 1; }
  .s05-process-line { grid-template-columns: 1fr; gap: 18px; }
  .s05-process-line::before { top: 0; right: auto; bottom: 0; left: 26px; width: 1px; height: auto; }
  .s05-process-line::after { top: 0; right: auto; bottom: 0; left: 26px; width: 2px; height: auto; transform: scaleY(0); transform-origin: center top; }
  .s05-process-line.s05-process-active::after { transform: scaleY(1); }
  .s05-process-line li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; text-align: left; align-items: center; }
  .s05-process-line h3 { margin-top: 0; }
  .s05-process-line p { grid-column: 2; }
  .s05-status-demo { grid-template-columns: 1fr; }
  .s05-route-map:not(.s05-route-map-compact) .s05-map-svg { height: 300px; }
  .s05-final-cta { min-height: 0; }
  .s05-final-cta-inner { grid-template-columns: 1fr; align-items: start; }
  .s05-final-cta .s05-actions { justify-content: flex-start; }
  .s05-next-steps { max-width: 620px; }
  .s05-contact-cards,
  .s05-quick-links { grid-template-columns: repeat(2, 1fr); }
  .s05-footer { min-height: 0; }
  .s05-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 599px) {
  .s05-shell { width: calc(100% - 32px); }
  .s05-topbar-wide { display: none; }
  .s05-topbar-mobile { display: inline; }
  .s05-topbar-left,
  .s05-topbar-right { gap: 8px; }
  .s05-topbar-cta { padding-inline: 12px; font-size: 11px; }
  .s05-brand img,
  .s05-brand-mark { width: 148px; }
  .s05-home-hero { min-height: 760px; }
  .s05-home-hero-media img { object-position: 68% center; }
  .s05-hero-overlay { background: linear-gradient(90deg, rgba(6,26,47,.93), rgba(6,26,47,.61) 74%, rgba(6,26,47,.35)); }
  .s05-home-hero-content { min-height: 536px; padding-block: 72px 34px; }
  .s05-home-title { font-size: clamp(40px, 13.8vw, 58px); }
  .s05-home-title span { white-space: nowrap; }
  .s05-home-hero-content .s05-actions { align-items: stretch; flex-direction: column; }
  .s05-home-hero-content .s05-button { width: 100%; }
  .s05-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .s05-benefit { min-height: 96px; }
  .s05-split-heading { flex-direction: column; gap: 18px; }
  .s05-accent-copy { max-width: none; }
  .s05-service-grid { grid-auto-columns: 82vw; }
  .s05-home-fleet .s05-fleet-slide { height: 310px; }
  .s05-fleet-caption { display: block; }
  .s05-fleet-caption p { margin-top: 5px; }
  .s05-route-tabs { display: grid; grid-template-columns: repeat(2, 1fr); }
  .s05-route-tab { text-align: left; }
  .s05-route-map-compact .s05-map-canvas { height: auto; }
  .s05-map-svg { height: 180px; }
  .s05-industry-icons { grid-template-columns: repeat(2, 1fr); }
  .s05-home-industries { min-height: 520px; }
  .s05-metrics { height: auto; padding: 26px 0; }
  .s05-metric-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
  .s05-review-grid { grid-auto-columns: 86vw; }
  .s05-faq-grid { grid-template-columns: 1fr; }
  .s05-section { padding: 52px 0; }
  .s05-section-heading { margin-bottom: 30px; align-items: start; flex-direction: column; }
  .s05-inner-hero { min-height: 500px; }
  .s05-inner-hero-content { min-height: 500px; padding-block: 52px; }
  .s05-inner-title { font-size: clamp(38px, 11vw, 50px); }
  .s05-step-grid,
  .s05-principle-grid,
  .s05-four-grid,
  .s05-team-grid,
  .s05-three-grid,
  .s05-six-grid,
  .s05-industry-grid { grid-template-columns: 1fr; }
  .s05-career-layout,
  .s05-form-layout,
  .s05-calculator-layout,
  .s05-terminal-layout,
  .s05-featured-insight,
  .s05-subscribe-layout { grid-template-columns: 1fr; gap: 34px; }
  .s05-service-panel,
  .s05-service-panel:first-child { grid-template-columns: 1fr; }
  .s05-service-panel-media { min-height: 220px; }
  .s05-section-dark > .s05-shell > .s05-carousel .s05-fleet-slide { height: 300px; }
  .s05-calculator { grid-template-columns: 1fr; padding: 20px; }
  .s05-calculator .s05-button,
  .s05-calculator .s05-form-status { grid-column: 1; }
  .s05-next-steps { grid-template-columns: 1fr; }
  .s05-panel-form { padding: 20px; }
  .s05-scope-grid { grid-template-columns: 1fr; gap: 44px; }
  .s05-route-map:not(.s05-route-map-compact) .s05-map-canvas { padding: 12px; }
  .s05-route-map:not(.s05-route-map-compact) .s05-map-svg { height: 210px; }
  .s05-multimodal-line { overflow-x: auto; grid-template-columns: repeat(5, 160px); }
  .s05-legend { grid-template-columns: repeat(2, 1fr); }
  .s05-insight-grid { grid-template-columns: 1fr; }
  .s05-inline-form { grid-template-columns: 1fr; padding: 20px; }
  .s05-inline-form .s05-form-status { grid-column: 1; }
  .s05-contact-cards,
  .s05-quick-links { grid-template-columns: 1fr; }
  .s05-footer { padding-top: 32px; }
  .s05-footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .s05-footer-group { border-top: var(--s05-border-dark); padding-top: 14px; }
  .s05-footer-bottom { margin-top: 32px; }
  .s05-dialog-panel { padding: 26px 20px; }
  .s05-dialog-title { font-size: 25px; }
}

@media (max-width: 350px) {
  .s05-home-title { font-size: 36px; }
  .s05-inner-title { font-size: 36px; }
  .s05-topbar-cta { padding-inline: 8px; }
  .s05-brand img,
  .s05-brand-mark { width: 132px; }
}

@media (prefers-reduced-motion: reduce) {
  .s05-page,
  .s05-page *,
  .s05-page *::before,
  .s05-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .s05-js [data-s05-reveal] { opacity: 1; transform: none; }
}
