/* Database-driven brand film preview and viewer */
.brand-film-preview {
  position: fixed;
  z-index: 95;
  right: max(28px, env(safe-area-inset-right));
  bottom: 102px;
  width: min(270px, calc(100vw - 56px));
  overflow: hidden;
  background: #07182f;
  border: 1px solid #31598b;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(2, 13, 29, 0.35);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.42s ease,
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.24s ease;
}
.brand-film-preview[hidden] {
  display: none;
}
.brand-film-preview.is-visible {
  opacity: 1;
  transform: none;
}
.brand-film-preview:hover,
.brand-film-preview:focus-within {
  border-color: #78a9ff;
}
.brand-film-minimize {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(7, 24, 47, 0.85);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.brand-film-minimize:hover,
.brand-film-minimize:focus-visible {
  background: #114ebf;
  border-color: #a9c8ff;
}
.brand-film-preview-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.brand-film-preview-media {
  position: relative;
  display: block;
  background: #050b12;
}
.brand-film-preview-media video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  background: #050b12;
}
.brand-film-preview-play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 42px;
  height: 42px;
  border: 1px solid #8bb6ff;
  border-radius: 50%;
  background: rgba(7, 24, 47, 0.9);
  transform: translate(-50%, -50%);
}
.brand-film-preview-play::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  border: 8px solid transparent;
  border-left: 11px solid #fff;
}
.brand-film-preview-open:hover .brand-film-preview-play,
.brand-film-preview-open:focus-visible .brand-film-preview-play {
  background: #114ebf;
  transform: translate(-50%, -50%) scale(1.03);
}
.brand-film-preview-copy {
  display: block;
  padding: 11px 14px 13px;
}
.brand-film-preview-copy small {
  display: block;
  margin-bottom: 5px;
  color: #7aa9ff;
  font: 700 9px var(--font-display);
  letter-spacing: 0.18em;
}
.brand-film-preview-copy strong {
  font: 700 13px var(--font-display);
}
.brand-film-preview-copy b {
  color: #8bb6ff;
  font-size: 16px;
  margin-left: 4px;
}
.brand-film-preview-open:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -3px;
}
.brand-film.is-open {
  display: grid;
}
.brand-film-dialog {
  width: min(92vw, 1100px);
  max-height: calc(100svh - 36px);
  overflow: visible;
}
.brand-film-dialog > .brand-film-eyebrow {
  margin: 0 58px 10px 0;
  color: #7aa9ff;
  font: 700 10px var(--font-display);
  letter-spacing: 0.2em;
}
.brand-film-player {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  background: #050b12;
  border: 1px solid #2b4d7b;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  aspect-ratio: auto;
}
.brand-film-player video {
  width: auto;
  max-width: 92vw;
  height: auto;
  max-height: calc(100svh - 100px);
  aspect-ratio: auto;
  object-fit: contain;
}
.brand-film-dialog > h2 {
  margin: 10px 0 0;
  color: #fff;
  font: 700 clamp(20px, 3vw, 34px)/1.1 var(--font-display);
}
.brand-film-preview-surface {
  padding: 0;
}
.brand-film-preview-media {
  min-height: 150px;
}
.brand-film-preview-media video {
  width: 100%;
  max-height: none;
  min-height: 150px;
}
.brand-film-preview-media::after {
  inset: 55% 0 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(10, 17, 26, 0.75) 65%,
    #0a111a
  );
}
.brand-film-preview-copy {
  display: none;
}
.brand-film-mute {
  position: absolute;
  z-index: 4;
  bottom: 10px;
  left: 10px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(7, 13, 20, 0.8);
  color: #fff;
  cursor: pointer;
}
.brand-film-mute:hover,
.brand-film-mute:focus-visible {
  background: #114ebf;
  border-color: #8bb6ff;
}
.brand-film-mute span::before {
  content: "♪";
  font-size: 14px;
}
.brand-film-mute.is-muted span::before {
  content: "×";
}
.brand-film-preview-expand {
  top: 9px;
  right: 43px;
}
.brand-film-preview-play,
.brand-film-inline-controls {
  display: none;
}
.brand-film-tab {
  bottom: 102px;
}
@media (max-width: 1024px) {
  .brand-film-preview {
    width: min(230px, calc(100vw - 48px));
  }
}
@media (max-width: 700px) {
  .brand-film-preview {
    width: min(190px, calc(100vw - 36px));
    bottom: 86px;
  }
  .brand-film-preview-media,
  .brand-film-preview-media video {
    min-height: 125px;
  }
  .brand-film-tab {
    bottom: 86px;
  }
}
@media (max-width: 360px) {
  .brand-film-preview {
    width: 160px;
    right: 12px;
    bottom: 78px;
  }
  .brand-film-preview-media,
  .brand-film-preview-media video {
    min-height: 105px;
  }
  .brand-film-tab {
    bottom: 78px;
  }
}
@media (max-width: 700px) {
  .brand-film-preview {
    right: max(18px, env(safe-area-inset-right));
    bottom: 86px;
    width: min(190px, calc(100vw - 36px));
  }
  .brand-film-preview-media video {
    max-height: 150px;
  }
  .brand-film-preview-copy {
    padding: 9px 11px 11px;
  }
  .brand-film-preview-copy strong {
    font-size: 11px;
  }
  .brand-film-preview-play {
    width: 36px;
    height: 36px;
  }
  .brand-film-preview-play::after {
    left: 14px;
    top: 10px;
    border-width: 7px;
    border-left-width: 9px;
  }
  .brand-film-dialog {
    width: calc(100vw - 28px);
    max-height: calc(100svh - 28px);
  }
  .brand-film-dialog > .brand-film-eyebrow {
    margin-bottom: 7px;
  }
  .brand-film-player video {
    max-width: calc(100vw - 28px);
    max-height: calc(100svh - 72px);
  }
  .brand-film-dialog > h2 {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .brand-film-preview {
    right: 12px;
    bottom: 78px;
    width: 160px;
  }
  .brand-film-preview-media video {
    max-height: 120px;
  }
  .brand-film-preview-copy small {
    font-size: 8px;
  }
  .brand-film-preview-copy strong {
    font-size: 10px;
  }
  .brand-film-minimize {
    width: 27px;
    height: 27px;
  }
}
@media (max-height: 620px) and (orientation: landscape) {
  .brand-film-dialog {
    display: block;
    max-height: calc(100svh - 20px);
  }
  .brand-film-dialog > .brand-film-eyebrow {
    margin-bottom: 4px;
  }
  .brand-film-player video {
    max-height: calc(100svh - 48px);
  }
  .brand-film-dialog > h2 {
    display: none;
  }
}

/* Keep the verified-capacity treatment authoritative over legacy homepage accents. */
.stats{background:linear-gradient(120deg,#061a34 0%,#0a397f 52%,#1257c8 100%)}
@media(max-width:520px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid>.stat-card{padding:24px 16px}.stats-grid .stat-card strong{font-size:35px}.stats-grid .stat-card-wide strong{font-size:25px}}
@media(max-width:370px){.stats-grid{grid-template-columns:1fr}}

/* Unified floating film surface */
.brand-film-preview {
  right: max(28px, env(safe-area-inset-right));
  bottom: 102px;
  width: min(270px, calc(100vw - 56px));
  padding: 0;
  overflow: hidden;
  background: #0a111a;
  border: 1px solid rgba(120, 169, 255, 0.28);
  border-radius: 13px;
  box-shadow: 0 12px 30px rgba(2, 13, 29, 0.25);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.34s ease,
    transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 0.24s ease;
}
.brand-film-preview.is-visible {
  opacity: 1;
  transform: none;
}
.brand-film-preview-surface {
  position: relative;
}
.brand-film-preview-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #070d14;
}
.brand-film-preview-media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 38% 0 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(10, 17, 26, 0.7) 55%,
    #0a111a 100%
  );
  pointer-events: none;
}
.brand-film-preview-media video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: contain;
  background: #070d14;
  transition: transform 0.34s ease;
}
.brand-film-preview:hover .brand-film-preview-media video {
  transform: scale(1.01);
}
.brand-film-minimize {
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(7, 13, 20, 0.72);
  font-size: 17px;
  line-height: 1;
}
.brand-film-preview-play {
  position: absolute;
  z-index: 3;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(139, 182, 255, 0.8);
  border-radius: 50%;
  background: rgba(7, 24, 47, 0.9);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition:
    transform 0.24s ease,
    background-color 0.24s ease,
    opacity 0.2s ease;
}
.brand-film-preview-play span {
  margin-left: 3px;
  border: 7px solid transparent;
  border-left: 10px solid #82adff;
}
.brand-film-preview-play:hover,
.brand-film-preview-play:focus-visible {
  background: #114ebf;
  transform: translate(-50%, -50%) scale(1.03);
}
.brand-film-preview-play.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.brand-film-preview-expand {
  position: absolute;
  z-index: 3;
  top: 9px;
  right: 43px;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(7, 13, 20, 0.72);
  color: #fff;
  cursor: pointer;
}
.brand-film-preview-expand:hover,
.brand-film-preview-expand:focus-visible {
  background: #114ebf;
  border-color: #8bb6ff;
}
.brand-film-inline-controls {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 8px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: 0;
  transform: translateY(3px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.brand-film-preview:hover .brand-film-inline-controls,
.brand-film-preview:focus-within .brand-film-inline-controls,
.brand-film-preview.is-playing .brand-film-inline-controls {
  opacity: 1;
  transform: none;
}
.brand-film-inline-controls button {
  display: grid;
  flex: 0 0 24px;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: rgba(7, 13, 20, 0.72);
  color: #fff;
  cursor: pointer;
}
.brand-film-inline-controls button:hover,
.brand-film-inline-controls button:focus-visible {
  background: #114ebf;
}
.brand-film-inline-controls button:first-child span::before {
  content: "Ⅱ";
}
.brand-film-inline-controls button:first-child.is-paused span::before {
  content: "▶";
}
.brand-film-inline-controls button:nth-child(2) span::before {
  content: "♩";
}
.brand-film-inline-controls button:nth-child(2).is-muted span::before {
  content: "×";
}
.brand-film-progress {
  width: 100%;
  height: 3px;
  accent-color: #78a9ff;
  cursor: pointer;
}
.brand-film-preview-copy {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 10px 14px 13px;
  border: 0;
  background: #0a111a;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.brand-film-preview-copy small {
  display: block;
  margin-bottom: 4px;
  color: #8299b3;
  font: 700 9px var(--font-display);
  letter-spacing: 0.18em;
}
.brand-film-preview-copy strong {
  font: 700 13px var(--font-display);
}
.brand-film-preview-copy b {
  color: #8bb6ff;
  font-size: 16px;
  margin-left: 4px;
  transition: transform 0.2s ease;
}
.brand-film-preview-copy:hover b,
.brand-film-preview-copy:focus-visible b {
  display: inline-block;
  transform: translateX(3px);
}
.brand-film-tab {
  position: fixed;
  z-index: 95;
  right: 0;
  bottom: 102px;
  display: none;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  border: 1px solid rgba(120, 169, 255, 0.42);
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background: #0a111a;
  color: #fff;
  box-shadow: 0 8px 22px rgba(2, 13, 29, 0.22);
  font: 700 10px var(--font-display);
  letter-spacing: 0.12em;
  cursor: pointer;
}
.brand-film-tab:not([hidden]) {
  display: flex;
}
.brand-film-tab span {
  color: #82adff;
  font-size: 10px;
}
.brand-film-tab:hover,
.brand-film-tab:focus-visible {
  background: #114ebf;
}
.brand-film-dialog {
  width: min(92vw, 1100px);
  max-height: calc(100svh - 36px);
  overflow: visible;
}
.brand-film-player {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: auto;
}
.brand-film-player video {
  width: auto;
  max-width: 92vw;
  height: auto;
  max-height: calc(100svh - 100px);
  aspect-ratio: auto;
  object-fit: contain;
}
.brand-film-dialog > h2 {
  margin: 10px 0 0;
  color: #fff;
  font: 700 clamp(20px, 3vw, 34px)/1.1 var(--font-display);
}
@media (max-width: 1024px) {
  .brand-film-preview {
    width: min(230px, calc(100vw - 48px));
  }
}
@media (max-width: 700px) {
  .brand-film-preview {
    right: max(18px, env(safe-area-inset-right));
    bottom: 86px;
    width: min(190px, calc(100vw - 36px));
  }
  .brand-film-preview-media video {
    max-height: 160px;
  }
  .brand-film-preview-copy {
    padding: 9px 11px 11px;
  }
  .brand-film-preview-copy strong {
    font-size: 11px;
  }
  .brand-film-dialog {
    width: calc(100vw - 28px);
    max-height: calc(100svh - 28px);
  }
  .brand-film-player video {
    max-width: calc(100vw - 28px);
    max-height: calc(100svh - 72px);
  }
  .brand-film-dialog > h2 {
    font-size: 22px;
  }
  .brand-film-tab {
    bottom: 86px;
  }
}
@media (max-width: 360px) {
  .brand-film-preview {
    right: 12px;
    bottom: 78px;
    width: 160px;
  }
  .brand-film-preview-media video {
    max-height: 125px;
  }
  .brand-film-tab {
    bottom: 78px;
    padding: 9px 10px;
  }
}
@media (max-height: 620px) and (orientation: landscape) {
  .brand-film-dialog {
    display: block;
    max-height: calc(100svh - 20px);
  }
  .brand-film-player video {
    max-height: calc(100svh - 48px);
  }
  .brand-film-dialog > h2 {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-film-preview,
  .brand-film-preview-media video,
  .brand-film-preview-play,
  .brand-film-preview-copy b {
    transition: none;
    transform: none;
  }
  .brand-film-preview.is-visible {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-film-preview {
    transition: none;
    transform: none;
  }
  .brand-film-preview.is-visible {
    opacity: 1;
  }
}
.section {
  padding: 112px 0;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--cobalt);
  font: 700 11px var(--font-display);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section h2 {
  margin: 0;
  font: 700 clamp(36px, 4.3vw, 62px)/1.08 var(--font-display);
  letter-spacing: -0.045em;
  color: var(--navy);
}
.section h2 em,
.hero h1 em,
.final-cta h2 em,
.careers h2 em {
  font-style: normal;
  color: var(--cobalt);
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 58px;
}
.section-head > p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.hero {
  min-height: 760px;
  height: 100svh;
  max-height: 940px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  background: var(--navy);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  background: url("../images/home/sbr-white-home-hero.579e0100585d.png") center/cover
    no-repeat;
  animation: heroZoom 12s ease-out both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 14, 30, 0.94) 0%,
      rgba(3, 16, 35, 0.78) 35%,
      rgba(3, 16, 35, 0.14) 72%
    ),
    linear-gradient(0deg, rgba(3, 13, 27, 0.5), transparent 45%);
}
.hero-content {
  position: relative;
  padding-top: var(--header);
}
.hero-eyebrow {
  color: #dce8fb;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: heroIn 0.7s 0.1s both;
}
.hero-eyebrow span {
  width: 28px;
  height: 2px;
  background: #da2930;
}
.hero h1 {
  max-width: 800px;
  margin: 0;
  font: 700 clamp(52px, 6.3vw, 91px)/0.98 var(--font-display);
  letter-spacing: -0.06em;
  animation: heroIn 0.8s 0.18s both;
}
.hero h1 em {
  color: #fff;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  -webkit-text-fill-color: transparent;
}
.hero-lede {
  max-width: 590px;
  margin: 28px 0 32px;
  color: #d3deeb;
  font-size: 18px;
  line-height: 1.7;
  animation: heroIn 0.8s 0.28s both;
}
.hero-actions {
  display: flex;
  gap: 12px;
  animation: heroIn 0.8s 0.36s both;
}
.hero-foot {
  position: absolute;
  top: calc(50vh + 275px);
  display: flex;
  align-items: center;
  gap: 14px;
  color: #a8b9cc;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.hero-foot div {
  width: 95px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.hero-foot div b {
  display: block;
  width: 40%;
  height: 100%;
  background: #fff;
}
.hero-foot p {
  margin: 0;
}
@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes heroZoom {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}
.quick-actions {
  position: relative;
  margin-top: -1px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 31, 67, 0.1);
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.quick-grid > a {
  min-height: 114px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 25px 38px;
  border-right: 1px solid var(--line);
  transition: 0.25s;
}
.quick-grid > a:first-child {
  border-left: 1px solid var(--line);
}
.quick-grid > a:hover {
  background: var(--light);
}
.quick-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #e9f0ff;
  color: var(--cobalt);
  font-size: 19px;
}
.quick-grid small,
.quick-grid strong {
  display: block;
}
.quick-grid small {
  font-size: 10px;
  text-transform: uppercase;
  color: #8190a3;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.quick-grid strong {
  font: 700 16px var(--font-display);
}
.quick-grid > a > b {
  margin-left: auto;
  color: var(--cobalt);
}
.services {
  background: var(--light);
}
.service-layout {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  box-shadow: 0 24px 70px rgba(13, 42, 86, 0.08);
}
.service-feature {
  position: relative;
  min-height: 570px;
  background: var(--cobalt);
  color: #fff;
  padding: 54px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.service-number {
  position: absolute;
  top: 40px;
  left: 48px;
  color: #fff;
  font: 700 13px var(--font-display);
}
.service-road {
  position: absolute;
  inset: 50px -160px auto 90px;
  height: 300px;
  transform: rotate(-18deg);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.service-road::before,
.service-road::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 30px;
  border: 1px dashed rgba(255, 255, 255, 0.45);
}
.service-road::after {
  inset: 80px;
  border-style: solid;
  opacity: 0.3;
}
.service-road span {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  left: 13%;
  top: 45%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15);
}
.service-feature > div:last-child {
  position: relative;
}
.tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #c9d9f5;
}
.service-feature h3 {
  margin: 8px 0 15px;
  font: 700 38px var(--font-display);
}
.service-feature p:not(.tag) {
  max-width: 410px;
  color: #cfdbef;
  line-height: 1.7;
}
.service-feature a {
  display: inline-flex;
  gap: 30px;
  margin-top: 16px;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 9px;
}
.service-list {
  background: #fff;
}
.service-list article {
  min-height: 95px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  transition: 0.25s;
}
.service-list article:hover {
  padding-left: 34px;
  background: #fbfdff;
}
.service-list article > span {
  font: 700 11px var(--font-display);
  color: #92a0b1;
}
.service-list h3 {
  margin: 0 0 4px;
  font: 700 17px var(--font-display);
}
.service-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.service-list b {
  color: var(--cobalt);
}
.placeholder-note {
  margin: 20px 0 0;
  color: #8592a2;
  font-size: 11px;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.why-intro > p:not(.eyebrow) {
  max-width: 510px;
  color: var(--muted);
  line-height: 1.8;
  margin: 28px 0;
}
.text-link {
  color: var(--cobalt);
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #bfd0ef;
  padding-bottom: 8px;
}
.why-stack {
  border-top: 1px solid var(--line);
}
.why-stack article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.why-stack article > span {
  color: var(--cobalt);
  font: 700 11px var(--font-display);
}
.why-stack h3 {
  margin: 0 0 7px;
  font: 700 19px var(--font-display);
}
.why-stack p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.why-cards {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.why-cards article {
  background: #fff;
  padding: 32px;
}
.why-cards b {
  color: var(--cobalt);
  font-size: 25px;
}
.why-cards h3 {
  font: 700 18px var(--font-display);
}
.why-cards p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.stats {
  background: var(--cobalt);
  color: #fff;
  padding: 80px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  align-items: end;
}
.stats-title .eyebrow {
  color: #c6d9ff;
}
.stats-title h2 {
  margin: 0;
  font: 700 36px/1.15 var(--font-display);
  letter-spacing: -0.04em;
}
.stats-grid > div:not(.stats-title) {
  padding: 15px 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.stats-grid strong,
.stats-grid span {
  display: block;
}
.stats-grid strong {
  font: 700 clamp(35px, 4vw, 52px) var(--font-display);
}
.stats-grid span {
  margin-top: 8px;
  color: #c9d9f7;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.fleet {
  background: #fff;
}
.fleet-showcase {
  position: relative;
  height: 610px;
  overflow: hidden;
  background: var(--navy);
}
.fleet-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}
.fleet-showcase:hover img {
  transform: scale(1.025);
}
.fleet-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 19, 39, 0.9),
    rgba(5, 19, 39, 0.28) 60%,
    transparent
  );
}
.fleet-overlay {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: min(500px, 50%);
  padding: 56px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fleet-overlay > p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #bdcce0;
  display: flex;
  justify-content: space-between;
}
.fleet-overlay h3 {
  font: 700 42px/1.05 var(--font-display);
  margin: 10px 0 24px;
}
.fleet-overlay h3 em {
  font-style: normal;
  color: #89b3ff;
}
.fleet-overlay dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 28px;
  border-block: 1px solid rgba(255, 255, 255, 0.22);
}
.fleet-overlay dl div {
  padding: 15px 8px 15px 0;
}
.fleet-overlay dt {
  font-size: 9px;
  text-transform: uppercase;
  color: #8fa1b8;
}
.fleet-overlay dd {
  font-size: 12px;
  margin: 5px 0 0;
}
.fleet-overlay .button {
  align-self: flex-start;
}
.coverage {
  background: var(--light);
  overflow: hidden;
}
.coverage-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 60px;
}
.coverage-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
  margin: 28px 0;
}
.coverage-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}
.coverage-points span {
  font-weight: 600;
  font-size: 13px;
}
.coverage-points i {
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 26px;
  margin-right: 10px;
  background: #dce8ff;
  color: var(--cobalt);
  font-style: normal;
  font-size: 9px;
}
.map-art {
  height: 530px;
  position: relative;
  background: #e4edfa;
  clip-path: polygon(10% 0, 100% 0, 100% 90%, 88% 100%, 0 100%, 0 12%);
  overflow: hidden;
}
.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 78, 191, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 78, 191, 0.08) 1px, transparent 1px);
  background-size: 35px 35px;
}
.map-art::before {
  content: "";
  position: absolute;
  inset: 70px 30px;
  background: #c4d5ed;
  clip-path: polygon(
    8% 6%,
    35% 0,
    50% 11%,
    77% 4%,
    95% 23%,
    81% 41%,
    87% 60%,
    69% 66%,
    56% 91%,
    40% 77%,
    20% 82%,
    7% 62%,
    14% 42%,
    0 29%
  );
}
.map-canada,
.map-usa {
  position: absolute;
  z-index: 1;
  color: #8599b5;
  font: 700 13px var(--font-display);
  letter-spacing: 0.16em;
}
.map-canada {
  top: 33%;
  left: 36%;
}
.map-usa {
  top: 61%;
  left: 44%;
}
.route {
  position: absolute;
  z-index: 2;
  height: 2px;
  background: var(--cobalt);
  transform-origin: left;
}
.route::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  border: 4px solid transparent;
  border-left-color: var(--cobalt);
}
.route-one {
  width: 210px;
  left: 25%;
  top: 49%;
  transform: rotate(18deg);
}
.route-two {
  width: 160px;
  left: 48%;
  top: 58%;
  transform: rotate(-42deg);
}
.route-three {
  width: 170px;
  left: 38%;
  top: 70%;
  transform: rotate(-20deg);
}
.pin {
  position: absolute;
  z-index: 3;
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(215, 40, 47, 0.2);
}
.pin-one {
  top: 47%;
  left: 24%;
}
.pin-two {
  top: 56%;
  left: 67%;
}
.pin-three {
  top: 69%;
  left: 37%;
}
.map-art > p {
  position: absolute;
  z-index: 2;
  bottom: 23px;
  right: 28px;
  text-align: right;
  color: #536983;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.map-art > p small {
  color: #8a9bb0;
}
.tracking {
  background: #fff;
}
.tracking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.tracking-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.75;
}
.track-form {
  margin-top: 35px;
}
.track-form label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
  margin-bottom: 9px;
}
.track-form > div {
  display: flex;
}
.track-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid #cdd7e4;
  padding: 0 18px;
  outline: none;
}
.track-form input:focus {
  border-color: var(--cobalt);
  box-shadow: 0 0 0 3px rgba(17, 78, 191, 0.1);
}
.track-form .button {
  white-space: nowrap;
}
.form-message {
  min-height: 20px;
  margin: 9px 0;
  color: var(--cobalt);
  font-size: 12px;
}
.tracking-panel {
  background: var(--navy);
  color: #fff;
  padding: 36px 42px;
  box-shadow: 22px 22px 0 #dce8fc;
}
.panel-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #2b3d54;
  font-size: 10px;
  letter-spacing: 0.12em;
}
.panel-top span {
  color: #8da4c0;
}
.panel-top b {
  color: #7facff;
}
.route-summary {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 15px;
  padding: 25px 0;
}
.route-summary span:last-child {
  text-align: right;
}
.route-summary span {
  font: 700 13px var(--font-display);
}
.route-summary small {
  display: block;
  margin-top: 5px;
  font: 400 10px var(--font-body);
  color: #7890ad;
}
.tracking-panel ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tracking-panel li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  position: relative;
  min-height: 62px;
}
.tracking-panel li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 27px;
  height: 36px;
  border-left: 1px solid #35485f;
}
.tracking-panel li b {
  width: 27px;
  height: 27px;
  border: 1px solid #3b4c61;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #6d7f94;
  font-size: 10px;
}
.tracking-panel li span {
  font-size: 13px;
  color: #8799af;
}
.tracking-panel li small {
  display: block;
  font-size: 10px;
  margin-top: 3px;
  color: #566a83;
}
.tracking-panel li.done b {
  background: var(--cobalt);
  border-color: var(--cobalt);
  color: #fff;
}
.tracking-panel li.done span,
.tracking-panel li.current span {
  color: #fff;
}
.tracking-panel li.current b {
  border-color: #70a3ff;
  color: #70a3ff;
  box-shadow: 0 0 0 5px rgba(73, 133, 238, 0.12);
}
.safety {
  background: #f5f7fa;
}
.safety-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 90px;
  align-items: center;
}
.safety-badge {
  height: 350px;
  background: var(--navy);
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 93% 18%, 88% 75%, 50% 100%, 12% 75%, 7% 18%);
}
.safety-badge::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid #35465c;
  clip-path: inherit;
}
.safety-badge span,
.safety-badge i {
  font: 700 13px var(--font-display);
  letter-spacing: 0.25em;
}
.safety-badge b {
  font: 800 90px/0.95 var(--font-display);
  color: var(--cobalt);
}
.safety-grid > div:last-child > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
  max-width: 650px;
}
.safety-list {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}
.safety-list span {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.safety-list b {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #92a0b1;
}
.careers {
  padding: 90px 0;
  background:
    linear-gradient(105deg, rgba(7, 24, 47, 0.97), rgba(7, 24, 47, 0.86)),
    url("../images/home/sbr-white-careers-yard.4a0873646226.png") center 60% / cover;
  color: #fff;
}
.careers-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  gap: 50px;
  align-items: center;
}
.careers .eyebrow {
  color: #8bb6ff;
}
.careers h2 {
  margin: 0;
  font: 700 clamp(38px, 4vw, 57px)/1.05 var(--font-display);
  letter-spacing: -0.05em;
}
.careers h2 em {
  display: block;
  color: #72a4ff;
}
.careers p {
  color: #b9c6d7;
}
.career-types {
  display: flex;
  flex-direction: column;
}
.career-types span {
  padding: 10px 0;
  border-bottom: 1px solid #415067;
  font-size: 13px;
}
.testimonials {
  background: #fff;
}
.quote-card {
  margin-left: auto;
  width: 78%;
  border-left: 4px solid var(--cobalt);
  padding: 44px 55px;
  background: var(--light);
  position: relative;
}
.quote-card > span {
  position: absolute;
  right: 40px;
  top: 10px;
  color: #d7e3f7;
  font: 100px Georgia;
}
.quote-card blockquote {
  position: relative;
  margin: 0;
  max-width: 800px;
  font: 500 clamp(21px, 2.5vw, 32px)/1.45 var(--font-display);
  color: #233a58;
}
.quote-card footer {
  margin-top: 30px;
}
.quote-card footer b,
.quote-card footer small {
  display: block;
}
.quote-card footer small {
  color: var(--muted);
  margin-top: 4px;
}
.quote-card > div {
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: flex;
}
.quote-card button {
  width: 40px;
  height: 40px;
  border: 1px solid #c8d5e6;
  background: #fff;
  color: var(--cobalt);
}
.final-cta {
  background: var(--cobalt);
  color: #fff;
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}
.final-cta::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  right: -80px;
  top: -220px;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.04),
    0 0 0 140px rgba(255, 255, 255, 0.03);
}
.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 90px;
  align-items: center;
}
.final-cta .eyebrow {
  color: #caddff;
}
.final-cta h2 {
  font: 700 clamp(38px, 4.5vw, 62px)/1.07 var(--font-display);
  letter-spacing: -0.05em;
  margin: 0;
}
.final-cta h2 em {
  color: #fff;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.65);
  -webkit-text-fill-color: transparent;
}
.cta-inner > div:last-child p {
  margin: 0 0 23px;
  color: #d4e1f7;
  line-height: 1.7;
}
.cta-inner .button {
  margin: 4px;
}
@media (max-width: 1000px) {
  .section {
    padding: 90px 0;
  }
  .service-layout {
    grid-template-columns: 1fr;
  }
  .service-feature {
    min-height: 430px;
  }
  .why-grid {
    gap: 45px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-title {
    grid-column: 1/-1;
    margin-bottom: 30px;
  }
  .stats-grid > div:not(.stats-title) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .coverage-grid,
  .tracking-grid {
    gap: 45px;
  }
  .careers-inner {
    grid-template-columns: 1fr 1fr;
  }
  .careers-inner > a {
    grid-column: 1/-1;
    justify-self: start;
  }
  .quote-card {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .section {
    padding: 74px 0;
  }
  .section-head {
    display: block;
    margin-bottom: 36px;
  }
  .section-head > p {
    margin-top: 20px;
  }
  .hero {
    min-height: 690px;
    height: 100svh;
  }
  .hero-media {
    background-position: 61% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 14, 30, 0.93), rgba(3, 16, 35, 0.55)),
      linear-gradient(0deg, rgba(3, 13, 27, 0.7), transparent);
  }
  .hero h1 {
    font-size: clamp(43px, 12vw, 68px);
  }
  .hero-lede {
    font-size: 16px;
    max-width: 490px;
  }
  .hero-foot {
    display: none;
  }
  .quick-grid {
    grid-template-columns: 1fr;
  }
  .quick-grid > a {
    min-height: 86px;
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px 22px;
  }
  .service-feature {
    padding: 35px;
    min-height: 410px;
  }
  .service-feature h3 {
    font-size: 31px;
  }
  .service-list article {
    padding-inline: 20px;
    grid-template-columns: 35px 1fr auto;
  }
  .service-list p {
    display: none;
  }
  .why-grid,
  .coverage-grid,
  .tracking-grid,
  .safety-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }
  .why-cards {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .fleet-showcase {
    height: 650px;
  }
  .fleet-showcase img {
    object-position: 62% center;
  }
  .fleet-showcase::after {
    background: linear-gradient(
      0deg,
      rgba(5, 19, 39, 0.97),
      rgba(5, 19, 39, 0.2) 80%
    );
  }
  .fleet-overlay {
    width: 100%;
    padding: 32px;
  }
  .map-art {
    height: 410px;
  }
  .tracking-grid {
    gap: 50px;
  }
  .tracking-panel {
    padding: 28px;
    box-shadow: 12px 12px 0 #dce8fc;
  }
  .safety-grid {
    gap: 40px;
  }
  .safety-badge {
    width: min(300px, 85%);
    margin: auto;
  }
  .careers-inner {
    grid-template-columns: 1fr;
  }
  .careers-inner > a {
    grid-column: auto;
  }
  .quote-card {
    width: 100%;
    padding: 35px 28px;
  }
  .cta-inner {
    gap: 30px;
  }
}

/* Verified operating-capacity strip. */
.stats{position:relative;overflow:hidden;padding:88px 0;background:linear-gradient(120deg,#061a34 0%,#0a397f 52%,#1257c8 100%)}
.stats::before{content:"";position:absolute;inset:0;opacity:.28;background-image:linear-gradient(rgba(137,179,240,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(137,179,240,.11) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(90deg,transparent 3%,#000 45%,#000)}
.stats::after{content:"SBR";position:absolute;right:-.02em;bottom:-.38em;color:rgba(255,255,255,.04);font:800 clamp(150px,18vw,290px)/1 var(--font-display);font-style:italic;pointer-events:none}
.stats-grid{position:relative;z-index:1;grid-template-columns:1.45fr .82fr .82fr .82fr 1.1fr;align-items:stretch}
.stats-title{padding-right:clamp(28px,4vw,64px)}
.stats-title .eyebrow{margin-bottom:22px;color:#82b0ff}
.stats-title h2{font:700 clamp(32px,3.3vw,46px)/1.08 var(--font-display);letter-spacing:-.045em}
.stats-intro{max-width:330px;margin:20px 0 0;color:#9db2cc;font-size:13px;line-height:1.65}
.stats-grid>.stat-card{position:relative;display:flex;min-width:0;flex-direction:column;justify-content:flex-end;padding:28px clamp(18px,2vw,30px);border-left:1px solid rgba(160,192,235,.24);transition:background .3s ease,transform .3s ease}
.stats-grid>.stat-card::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:#79aaff;transition:right .35s ease}
.stats-grid>.stat-card:hover{background:rgba(255,255,255,.045);transform:translateY(-4px)}
.stats-grid>.stat-card:hover::after{right:0}
.stats-grid .stat-card small{position:absolute;top:8px;left:clamp(18px,2vw,30px);color:#78a8f8;font:800 9px var(--font-display);letter-spacing:.12em}
.stats-grid .stat-card strong{white-space:nowrap;font:700 clamp(35px,3.5vw,54px)/1 var(--font-display);letter-spacing:-.045em}
.stats-grid .stat-card-wide strong{white-space:normal;font-size:clamp(25px,2.45vw,39px);line-height:1.05}
.stats-grid .stat-card strong i{color:#79aaff;font-style:normal}
.stats-grid .stat-card span{margin-top:14px;color:#a9bdd8;font-size:10px;font-weight:700;letter-spacing:.12em}
@media(max-width:1000px){.stats{padding:72px 0}.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-title{grid-column:1/-1;padding:0 0 36px}.stats-intro{max-width:470px}.stats-grid>.stat-card{min-height:170px;border-top:1px solid rgba(160,192,235,.24)}.stats-grid>.stat-card:nth-child(odd){border-right:1px solid rgba(160,192,235,.24)}}
@media(max-width:600px){.stats{padding:62px 0}.stats-title{margin-bottom:0;padding-bottom:30px}.stats-title h2{font-size:34px}.stats-intro{margin-top:15px}.stats-grid>.stat-card{min-height:145px;padding:24px 16px}.stats-grid .stat-card small{top:14px;left:16px}.stats-grid .stat-card strong{font-size:35px}.stats-grid .stat-card-wide strong{font-size:25px}.stats-grid .stat-card span{font-size:9px;line-height:1.35}}
@media(max-width:370px){.stats-grid{grid-template-columns:1fr}.stats-grid>.stat-card{min-height:125px;border-right:0!important}.stats-grid .stat-card strong,.stats-grid .stat-card-wide strong{font-size:34px}}
@media(prefers-reduced-motion:reduce){.stats-grid>.stat-card{transition:none}}
@media (max-width: 520px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-content {
    padding-top: 95px;
  }
  .section h2 {
    font-size: 36px;
  }
  .service-feature {
    padding: 28px;
  }
  .service-road {
    inset: 50px -220px auto 20px;
  }
  .why-stack article {
    grid-template-columns: 42px 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid > div:not(.stats-title) {
    padding: 18px 9px;
  }
  .stats-grid strong {
    font-size: 34px;
  }
  .fleet-overlay dl {
    grid-template-columns: 1fr 1fr;
  }
  .fleet-overlay dl div:last-child {
    display: none;
  }
  .map-art {
    height: 350px;
  }
  .track-form > div {
    flex-direction: column;
    gap: 8px;
  }
  .track-form input {
    min-height: 52px;
  }
  .tracking-panel {
    padding: 23px 20px;
  }
  .careers {
    padding: 72px 0;
  }
  .quote-card > div {
    position: static;
    margin-top: 25px;
  }
  .final-cta .button {
    width: 100%;
    margin: 4px 0;
  }
}

/* Premium homepage hero telemetry */
.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(3, 14, 30, 0.97) 0%,
      rgba(4, 22, 50, 0.84) 40%,
      rgba(3, 16, 35, 0.08) 74%
    ),
    linear-gradient(0deg, rgba(3, 13, 27, 0.82), transparent 55%),
    linear-gradient(135deg, rgba(17, 78, 191, 0.2), transparent 42%);
}
.hero-content::before {
  content: "";
  position: absolute;
  left: -28px;
  top: calc(50% - 165px);
  height: 250px;
  width: 3px;
  background: linear-gradient(
    var(--red) 0 19%,
    rgba(255, 255, 255, 0.25) 19% 100%
  );
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(710px, 65vw);
  margin-top: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  animation: heroIn 0.8s 0.44s both;
}
.hero-proof > div {
  display: flex;
  gap: 13px;
  padding: 20px 22px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.hero-proof > div + div {
  padding-left: 22px;
}
.hero-proof > div:last-child {
  border: 0;
}
.hero-proof span {
  color: #5c94f4;
  font: 700 10px var(--font-display);
}
.hero-proof p {
  margin: 0;
}
.hero-proof strong,
.hero-proof small {
  display: block;
}
.hero-proof strong {
  font: 700 12px var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hero-proof small {
  margin-top: 5px;
  color: #91a3ba;
  font-size: 10px;
}
.hero-truck-tag {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 126px;
  padding: 15px 17px;
  background: rgba(7, 24, 47, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 3px solid var(--cobalt-bright);
  backdrop-filter: blur(8px);
}
.hero-truck-tag span,
.hero-truck-tag small {
  display: block;
  font-size: 7px;
  letter-spacing: 0.18em;
  color: #90a4be;
}
.hero-truck-tag strong {
  display: block;
  font: 800 31px/0.95 var(--font-display);
  font-style: italic;
  color: #e8b84c;
  margin: 5px 0;
  text-shadow: 1px 1px #050505;
}
.hero-foot {
  display: none;
}
.quick-actions {
  border-bottom: 3px solid var(--cobalt);
}
.quick-grid > a:hover .quick-icon {
  background: var(--cobalt);
  color: #fff;
}
.service-feature {
  background: linear-gradient(145deg, #155bd6, #0b3e9b);
}
.service-feature::after {
  content: "SBR";
  position: absolute;
  right: -25px;
  bottom: -55px;
  font: 800 170px var(--font-display);
  font-style: italic;
  color: rgba(255, 255, 255, 0.035);
}
.stats {
  background: linear-gradient(110deg, #0b3d9b, var(--cobalt) 60%, #185bd2);
}
.fleet-showcase {
  outline: 1px solid #c9d5e5;
  outline-offset: 10px;
}
.tracking-panel {
  border-top: 4px solid var(--cobalt-bright);
}
@media (max-width: 900px) {
  .hero-proof {
    width: min(680px, 90vw);
  }
  .hero-truck-tag {
    display: none;
  }
}
@media (max-width: 760px) {
  .hero-content::before {
    display: none;
  }
  .hero-proof {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 30px;
  }
  .hero-proof > div {
    padding-top: 15px;
  }
  .hero-proof > div:nth-child(3) {
    display: none;
  }
  .fleet-showcase {
    outline-offset: 5px;
  }
}
@media (max-width: 520px) {
  .hero {
    min-height: 780px;
  }
  .hero-proof {
    display: none;
  }
  .hero-lede {
    margin-block: 20px 24px;
  }
}

/* Editorial freight capability */
.services {
  background: #fff;
}
.services .section-head {
  padding-left: 9%;
  position: relative;
}
.services .section-head::before {
  content: "SERVICES";
  position: absolute;
  left: 0;
  top: 4px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #a9b5c5;
  font: 700 9px var(--font-display);
  letter-spacing: 0.28em;
}
.service-layout {
  grid-template-columns: 1.18fr 0.82fr;
  background: var(--navy);
  box-shadow: none;
}
.service-feature {
  min-height: 660px;
  padding: 54px;
  background: var(--navy);
}
.service-feature > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-feature::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(3, 16, 35, 0.96),
    rgba(3, 16, 35, 0.06) 72%
  );
}
.service-feature::after {
  display: none;
}
.service-feature .service-number {
  z-index: 2;
  padding: 9px 12px;
  background: var(--cobalt);
  left: 36px;
  top: 36px;
}
.service-feature > div:last-child {
  z-index: 2;
  max-width: 520px;
}
.service-feature h3 {
  font-size: 48px;
  letter-spacing: -0.045em;
}
.service-list {
  background: var(--navy);
  color: #fff;
  padding: 20px 32px;
}
.service-list article {
  min-height: 118px;
  padding-inline: 0;
  background: transparent;
  border-color: #2a3b51;
}
.service-list article:hover {
  padding-left: 10px;
  background: transparent;
}
.service-list article > span {
  color: #5c8de2;
}
.service-list h3 {
  font-size: 19px;
}
.service-list p {
  color: #8195ad;
}
.service-list b {
  width: 32px;
  height: 32px;
  border: 1px solid #3b506d;
  display: grid;
  place-items: center;
}

/* Asymmetric operations story */
.why {
  padding-block: 0;
  background: var(--light);
}
.why-editorial {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 800px;
}
.why-image {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}
.why-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 18, 37, 0.78), transparent 55%);
}
.why-image > div {
  position: absolute;
  z-index: 1;
  left: 7vw;
  bottom: 60px;
  color: #fff;
}
.why-image strong {
  display: block;
  font: 700 clamp(35px, 4vw, 58px)/1 var(--font-display);
  letter-spacing: -0.05em;
}
.why-image span {
  display: block;
  margin-top: 18px;
  font-size: 9px;
  letter-spacing: 0.18em;
  color: #b8c9df;
}
.why-copy {
  padding: 95px clamp(35px, 7vw, 105px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-lede {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 590px;
}
.strengths {
  margin-top: 26px;
  border-top: 1px solid #cbd7e7;
}
.strengths article {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  padding: 19px 0;
  border-bottom: 1px solid #cbd7e7;
}
.strengths span {
  grid-row: 1/3;
  color: var(--cobalt);
  font: 700 10px var(--font-display);
}
.strengths h3 {
  margin: 0;
  font: 700 17px var(--font-display);
}
.strengths p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.capability-rail {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.capability-rail span {
  padding: 9px 12px;
  background: #dfeaff;
  color: #17447e;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/* Dark logistics network */
.coverage {
  background: var(--navy);
  color: #fff;
}
.coverage .eyebrow {
  color: #72a5ff;
}
.coverage h2 {
  color: #fff;
}
.coverage h2 em {
  color: #6da1ff;
}
.coverage-copy > p:not(.eyebrow) {
  color: #9bacc0;
}
.coverage-points i {
  background: #102e5a;
  color: #7aa9ff;
}
.map-art {
  background: #0a2243;
  clip-path: none;
  border: 1px solid #244a78;
  box-shadow: 26px 26px 0 #0d397b;
}
.map-grid {
  background-image:
    linear-gradient(rgba(90, 143, 229, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 143, 229, 0.11) 1px, transparent 1px);
}
.map-art::before {
  background: #12396d;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.3));
}
.map-canada,
.map-usa {
  color: #6f91be;
}
.route {
  height: 1px;
  background: #73a8ff;
  box-shadow: 0 0 7px rgba(89, 146, 243, 0.7);
}
.route::after {
  border-left-color: #73a8ff;
}
.map-art > p {
  color: #8aa7ca;
}
.map-art > p small {
  color: #58779e;
}

/* Premium continental freight network */
.map-art{isolation:isolate;background:radial-gradient(circle at 65% 42%,rgba(36,99,180,.28),transparent 34%),linear-gradient(145deg,#0a2547,#06172d 75%);border-color:#315b8b;box-shadow:24px 24px 0 #0d397b,0 35px 80px rgba(0,7,20,.38);transition:transform .45s ease,box-shadow .45s ease}.map-art:hover{transform:translateY(-4px);box-shadow:28px 31px 0 #0d397b,0 42px 90px rgba(0,7,20,.48)}.map-art::before{display:none}.map-art::after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 20%,rgba(125,185,255,.055) 43%,transparent 62%),radial-gradient(circle at center,transparent 42%,rgba(0,8,22,.34));mix-blend-mode:screen}.map-grid{opacity:.72;mask-image:linear-gradient(to bottom,transparent,#000 16%,#000 88%,transparent)}
.network-map-head{position:absolute;z-index:8;top:0;left:0;right:0;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid rgba(121,165,218,.18);background:rgba(2,17,34,.48);color:#a9bed7;font:700 8px var(--font-display);letter-spacing:.14em;text-transform:uppercase}.network-map-head i{display:inline-block;width:6px;height:6px;margin-right:8px;border-radius:50%;background:#4bdd91;box-shadow:0 0 0 5px rgba(75,221,145,.1),0 0 12px #4bdd91;animation:networkLive 2s ease-in-out infinite}.network-map-head b{color:#53769f;font-size:7px}
.continent{position:absolute;z-index:1;background:linear-gradient(145deg,rgba(40,94,164,.9),rgba(15,56,106,.94));border:1px solid rgba(119,169,229,.26);filter:drop-shadow(0 18px 22px rgba(0,5,17,.35))}.canada-land{inset:76px 48px 212px 40px;clip-path:polygon(2% 31%,10% 10%,29% 1%,43% 16%,70% 7%,88% 21%,98% 38%,88% 55%,91% 76%,72% 83%,59% 72%,42% 91%,27% 72%,9% 80%,15% 57%,0 43%)}.usa-land{inset:245px 92px 73px 82px;clip-path:polygon(1% 21%,21% 8%,43% 15%,59% 3%,82% 17%,100% 31%,92% 51%,78% 58%,71% 86%,58% 98%,43% 75%,23% 88%,12% 67%,0 48%);background:linear-gradient(145deg,rgba(30,80,145,.92),rgba(12,47,91,.96))}.continent::after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 25% 32%,rgba(138,190,246,.13),transparent 20%),linear-gradient(125deg,transparent 34%,rgba(137,189,245,.08),transparent 64%)}
.map-canada,.map-usa{z-index:3;color:#a8c0dc;text-shadow:0 2px 9px #031326}.map-canada{top:34%;left:40%}.map-usa{top:62%;left:46%}.map-canada small,.map-usa small{display:block;margin-top:7px;color:#567ca8;font:700 6px var(--font-display);letter-spacing:.13em;text-align:center}
.route{z-index:4;overflow:visible;background:linear-gradient(90deg,rgba(96,163,255,.15),#8ac0ff,rgba(96,163,255,.25));box-shadow:0 0 10px rgba(86,151,244,.7);animation:routeCharge 3s ease-in-out infinite}.route::before{content:"";position:absolute;top:-2px;left:0;width:22px;height:5px;border-radius:50%;background:#d9ecff;box-shadow:0 0 12px #75b0ff;animation:routePacket 3.6s linear infinite}.route-two::before{animation-delay:-1.2s}.route-three::before{animation-delay:-2.4s}.pin{z-index:6;width:13px;height:13px;border-width:3px;background:#fff;box-shadow:0 0 0 5px rgba(53,128,234,.18),0 0 18px #3d89f2;animation:networkPin 2.4s ease-out infinite}.pin-two{animation-delay:.7s}.pin-three{animation-delay:1.4s}
.network-radar{position:absolute;z-index:2;right:13%;top:23%;width:180px;height:180px;border-radius:50%;background:conic-gradient(rgba(75,143,232,.2),transparent 22%);mask-image:radial-gradient(circle,transparent 0 26%,#000 27% 28%,transparent 29% 54%,#000 55% 56%,transparent 57%);animation:networkRadar 8s linear infinite}.network-scan{position:absolute;z-index:7;left:0;right:0;top:-12%;height:58px;background:linear-gradient(transparent,rgba(112,179,255,.035),rgba(145,201,255,.12),transparent);animation:networkScan 7s ease-in-out infinite;pointer-events:none}.network-metrics{position:absolute;z-index:7;left:18px;bottom:17px;display:flex;gap:8px}.network-metrics>span{min-width:108px;padding:9px 11px;border:1px solid rgba(120,170,226,.18);border-left:2px solid #347ee9;background:rgba(4,22,43,.72);backdrop-filter:blur(8px)}.network-metrics small,.network-metrics b{display:block}.network-metrics small{color:#587a9f;font:700 6px var(--font-display);letter-spacing:.13em;text-transform:uppercase}.network-metrics b{margin-top:4px;color:#c8d9eb;font:700 9px var(--font-display)}.map-art>p{z-index:7;bottom:18px}
@keyframes networkLive{50%{opacity:.5;box-shadow:0 0 0 9px rgba(75,221,145,0),0 0 8px #4bdd91}}@keyframes networkRadar{to{transform:rotate(360deg)}}@keyframes networkScan{0%{top:-15%;opacity:0}15%{opacity:1}85%{opacity:.75}100%{top:105%;opacity:0}}@keyframes routePacket{from{left:0}to{left:calc(100% - 20px)}}@keyframes routeCharge{50%{filter:brightness(1.35)}}@keyframes networkPin{0%{box-shadow:0 0 0 0 rgba(72,145,245,.45),0 0 14px #3d89f2}75%,100%{box-shadow:0 0 0 13px rgba(72,145,245,0),0 0 20px #3d89f2}}@keyframes mapReveal{from{opacity:0;transform:translateY(24px) scale(.975);filter:blur(6px)}to{opacity:1;transform:none;filter:none}}.map-art.visible{animation:mapReveal .9s cubic-bezier(.16,1,.3,1) both}
@media(max-width:700px){.network-map-head{height:42px;padding-inline:13px}.network-map-head b,.network-radar{display:none}.canada-land{inset:64px 24px 175px 20px}.usa-land{inset:205px 42px 60px}.network-metrics>span{min-width:88px}.network-metrics>span:nth-child(2){display:none}.map-art>p{font-size:7px}}
@media(prefers-reduced-motion:reduce){.map-art,.map-art.visible,.network-map-head i,.route,.route::before,.pin,.network-radar,.network-scan{animation:none;transition:none}}

/* North America map: dedicated responsive composition */
@media(max-width:900px){.coverage-grid{gap:44px}.map-art{width:100%;height:auto;aspect-ratio:1.55;min-height:0;margin:0;box-shadow:0 22px 50px rgba(0,8,22,.35);transform:none}.map-art:hover{transform:none;box-shadow:0 22px 50px rgba(0,8,22,.35)}.canada-land{inset:auto;width:88%;height:auto;aspect-ratio:3/1;top:18%;left:6%}.usa-land{inset:auto;width:82%;height:auto;aspect-ratio:3.35/1;top:52%;left:9%}.map-canada{top:31%;left:42%;font-size:11px}.map-usa{top:61%;left:45%;font-size:11px}.route-one{width:31%;left:25%;top:49%}.route-two{width:25%;left:48%;top:58%}.route-three{width:28%;left:38%;top:70%}.network-radar{width:135px;height:135px}.network-metrics{left:13px;bottom:12px}.map-art>p{right:15px;bottom:13px}}
@media(max-width:700px){.coverage{overflow:hidden}.coverage-grid{gap:36px}.map-art{height:auto;aspect-ratio:1.5;border-color:#2b527e;border-radius:2px;box-shadow:0 14px 34px rgba(0,7,20,.38)}.map-art:hover{box-shadow:0 14px 34px rgba(0,7,20,.38)}.network-map-head{height:42px}.canada-land{inset:auto;width:90%;height:auto;aspect-ratio:3/1;top:17%;left:5%}.usa-land{inset:auto;width:84%;height:auto;aspect-ratio:3.35/1;top:52%;left:8%}.map-canada{top:30%;left:40%;font-size:10px}.map-usa{top:61%;left:43%;font-size:10px}.map-canada small,.map-usa small{font-size:5px}.pin{width:10px;height:10px;border-width:2px}.route{height:1px}.network-metrics{left:10px;bottom:9px}.network-metrics>span{min-width:102px;padding:8px 9px}.map-art>p{max-width:145px;font-size:6px;line-height:1.45}.map-art>p small{font-size:5px}}
@media(max-width:480px){.coverage-grid{gap:30px}.map-art{height:auto;aspect-ratio:1.38;margin-inline:0}.map-grid{background-size:28px 28px}.network-map-head{height:39px;padding-inline:11px}.network-map-head span{font-size:6px}.canada-land{inset:auto;width:92%;height:auto;aspect-ratio:3/1;top:18%;left:4%}.usa-land{inset:auto;width:86%;height:auto;aspect-ratio:3.35/1;top:53%;left:7%}.map-canada{top:29%;left:39%;font-size:9px}.map-usa{top:61%;left:42%;font-size:9px}.map-canada small,.map-usa small{display:none}.route-one{width:32%;left:25%;top:47%}.route-two{width:26%;left:47%;top:57%}.route-three{width:27%;left:37%;top:68%}.pin-one{top:45%;left:24%}.pin-two{top:55%;left:67%}.pin-three{top:67%;left:36%}.network-metrics>span{min-width:94px;padding:7px 8px}.network-metrics b{font-size:7px}.map-art>p{display:none}.network-scan{height:38px}}
@media(max-width:360px){.map-art{height:auto;aspect-ratio:1.32}.canada-land{inset:auto;width:92%;height:auto;aspect-ratio:3/1;top:18%;left:4%}.usa-land{inset:auto;width:86%;height:auto;aspect-ratio:3.35/1;top:53%;left:7%}.network-metrics{display:none}.map-usa{left:40%}}

/* Image-led safety */
.safety {
  padding: 0;
  background: #fff;
}
.safety-grid {
  width: 100%;
  max-width: none;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
}
.safety-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}
.safety-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.safety-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 24, 47, 0.6), transparent 55%);
}
.safety-visual span {
  position: absolute;
  z-index: 1;
  bottom: 32px;
  left: 42px;
  color: #fff;
  font: 700 9px var(--font-display);
  letter-spacing: 0.18em;
}
.safety-content {
  padding: 85px clamp(36px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.safety-content > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}
.safety-content h2 em {
  color: var(--cobalt);
}

/* Driver recruitment photography */
.careers {
  position: relative;
  min-height: 690px;
  padding: 0;
  background: var(--navy);
  overflow: hidden;
}
.career-image {
  position: absolute;
  inset: 0;
  background: url("../images/careers/sbr-sikh-professional-driver.472225ce7757.jpg")
    center/cover no-repeat;
}
.career-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 17, 35, 0.98) 0%,
    rgba(4, 17, 35, 0.8) 40%,
    rgba(4, 17, 35, 0.08) 72%
  );
}
.careers-inner {
  position: relative;
  z-index: 1;
  min-height: 690px;
  display: flex;
  align-items: center;
}
.careers-inner > div {
  width: min(540px, 50%);
}
.careers h2 {
  font-size: clamp(44px, 5vw, 70px);
}
.career-types {
  margin: 28px 0;
  width: 380px;
}
.career-types span {
  padding: 12px 0;
  color: #d2dce9;
}
.careers .button {
  width: auto;
}

/* Quiet reserved customer proof state */
.testimonials {
  background: #fff;
  padding-block: 95px;
}
.trust-reserve {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 80px;
}
.trust-reserve h2 {
  font-size: clamp(40px, 5vw, 68px);
}
.trust-line {
  border-top: 3px solid var(--cobalt);
  padding-top: 22px;
}
.trust-line span,
.trust-line b {
  display: block;
}
.trust-line span {
  color: var(--muted);
  line-height: 1.7;
}
.trust-line b {
  margin-top: 35px;
  color: #9ca9ba;
  font-size: 9px;
  letter-spacing: 0.17em;
}

@media (max-width: 900px) {
  .service-layout {
    grid-template-columns: 1fr;
  }
  .service-feature {
    min-height: 560px;
  }
  .why-editorial,
  .safety-grid {
    grid-template-columns: 1fr;
  }
  .why-image,
  .safety-visual {
    min-height: 520px;
  }
  .careers-inner > div {
    width: 65%;
  }
  .trust-reserve {
    gap: 40px;
  }
}
@media (max-width: 760px) {
  .services .section-head {
    padding-left: 0;
  }
  .services .section-head::before {
    display: none;
  }
  .service-feature {
    min-height: 530px;
    padding: 35px;
  }
  .service-feature h3 {
    font-size: 38px;
  }
  .service-list {
    padding-inline: 24px;
  }
  .why-image,
  .safety-visual {
    min-height: 440px;
  }
  .why-copy,
  .safety-content {
    padding: 68px 26px;
  }
  .map-art {
    box-shadow: 10px 10px 0 #0d397b;
  }
  .career-image {
    background-position: 61% center;
  }
  .career-image::after {
    background: linear-gradient(
      90deg,
      rgba(4, 17, 35, 0.97),
      rgba(4, 17, 35, 0.5)
    );
  }
  .careers-inner > div {
    width: 78%;
  }
  .trust-reserve {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .service-feature {
    min-height: 490px;
  }
  .service-feature .service-number {
    left: 24px;
    top: 24px;
  }
  .why-image,
  .safety-visual {
    min-height: 390px;
  }
  .why-image > div {
    left: 25px;
    bottom: 30px;
  }
  .careers {
    min-height: 720px;
  }
  .careers-inner {
    min-height: 720px;
    align-items: flex-end;
    padding-bottom: 55px;
  }
  .careers-inner > div {
    width: 100%;
  }
  .career-image {
    background-position: 65% center;
  }
  .career-image::after {
    background: linear-gradient(
      0deg,
      rgba(4, 17, 35, 0.99) 0%,
      rgba(4, 17, 35, 0.65) 55%,
      rgba(4, 17, 35, 0.1)
    );
  }
  .career-types {
    width: 100%;
  }
}

/* Final restrained navbar-adjacent hero language */
.hero {
  min-height: 720px;
  height: min(100svh, 880px);
  max-height: 880px;
}
.hero-media {
  background-image: url("../images/home/sbr-white-home-hero.579e0100585d.png");
  background-position: center center;
  transform-origin: 70% 55%;
  animation: heroZoom 9s ease-out both;
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(3, 15, 32, 0.98) 0%,
      rgba(5, 23, 48, 0.91) 33%,
      rgba(5, 23, 48, 0.55) 48%,
      rgba(5, 23, 48, 0.08) 68%
    ),
    linear-gradient(0deg, rgba(3, 14, 29, 0.58), transparent 38%),
    radial-gradient(circle at 73% 52%, rgba(17, 78, 191, 0.09), transparent 27%);
}
.hero-content {
  padding-top: 88px;
}
.hero-content::before {
  display: none;
}
.hero h1 {
  max-width: 720px;
  font-size: clamp(54px, 5.6vw, 80px);
  line-height: 1.01;
  letter-spacing: -0.055em;
}
.hero h1 em {
  color: #6fa4ff;
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: currentColor;
}
.hero-lede {
  max-width: 570px;
  margin: 24px 0 29px;
  font-size: 17px;
  line-height: 1.65;
}
.hero-actions {
  gap: 13px;
}
.hero-actions .button {
  min-height: 58px;
  padding-inline: 27px;
}
.hero-actions .button span {
  transition: transform 0.2s;
}
.hero-actions .button:hover span {
  transform: translateX(4px);
}
.hero-actions .button-ghost:hover {
  border-color: #7aaaff;
  background: rgba(17, 78, 191, 0.15);
  color: #fff;
}
.hero-proof {
  width: min(690px, 61vw);
  margin-top: 38px;
}
.hero-proof > div {
  padding-top: 17px;
}
.hero-proof strong {
  font-size: 11px;
  font-weight: 600;
}
.hero-proof small {
  color: #9baec5;
}
.hero-truck-tag {
  display: none;
}
@keyframes heroZoom {
  from {
    transform: scale(1.025);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 1050px) {
  .hero h1 {
    font-size: clamp(51px, 6.5vw, 69px);
  }
  .hero-proof {
    width: min(660px, 72vw);
  }
  .hero-media {
    background-position: 58% center;
  }
  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(3, 15, 32, 0.97),
        rgba(5, 23, 48, 0.79) 43%,
        rgba(5, 23, 48, 0.16) 72%
      ),
      linear-gradient(0deg, rgba(3, 14, 29, 0.55), transparent 40%);
  }
}
@media (max-width: 760px) {
  .hero {
    display: block;
    height: 850px;
    min-height: 850px;
    max-height: none;
  }
  .hero-media {
    background-color: var(--navy);
    background-size: auto 52%;
    background-position: 62% bottom;
    background-repeat: no-repeat;
  }
  .hero-shade {
    background: linear-gradient(
      180deg,
      rgba(4, 17, 35, 0.99) 0%,
      rgba(4, 17, 35, 0.96) 43%,
      rgba(4, 17, 35, 0.18) 65%,
      rgba(4, 17, 35, 0.83) 100%
    );
  }
  .hero-content {
    height: 100%;
    padding-top: 118px;
  }
  .hero h1 {
    font-size: clamp(43px, 11vw, 61px);
    max-width: 610px;
  }
  .hero-lede {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.55;
  }
  .hero-actions {
    width: min(470px, 100%);
  }
  .hero-proof {
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
    border-color: rgba(255, 255, 255, 0.25);
  }
  .hero-proof > div,
  .hero-proof > div + div {
    display: flex;
    padding: 15px 12px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .hero-proof > div:first-child {
    padding-left: 0;
  }
  .hero-proof > div:last-child {
    padding-right: 0;
  }
  .hero-proof strong {
    font-size: 9px;
  }
  .hero-proof small {
    font-size: 8px;
  }
}
@media (max-width: 520px) {
  .hero {
    height: 820px;
    min-height: 820px;
  }
  .hero-media {
    background-size: auto 47%;
    background-position: 60% 79%;
  }
  .hero-content {
    padding-top: 100px;
  }
  .hero h1 {
    font-size: clamp(40px, 11.5vw, 53px);
  }
  .hero-lede {
    max-width: 360px;
    margin-block: 18px 22px;
  }
  .hero-actions {
    flex-direction: row;
  }
  .hero-actions .button {
    width: auto;
    flex: 1;
    min-height: 52px;
    padding: 0 14px;
    font-size: 12px;
    gap: 8px;
  }
  .hero-proof {
    display: grid;
    bottom: 18px;
  }
  .hero-proof > div {
    gap: 6px;
  }
  .hero-proof span {
    font-size: 8px;
  }
  .hero-proof small {
    display: none;
  }
}

/* Homepage-specific button personalities */
.hero-primary::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--cobalt-dark);
  transform: translateX(-102%);
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-primary:hover::after,
.hero-primary:focus-visible::after {
  transform: translateX(0);
}
.hero-track {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}
.hero-track:hover {
  box-shadow: inset 0 -2px 0 #77a7f7;
}
.track-submit {
  position: relative;
}
.track-submit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--cobalt);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.track-submit:hover::after,
.track-submit:focus-visible::after {
  transform: scaleX(1);
}
.service-feature .text-action {
  margin-top: 16px;
  border: 0;
  padding-bottom: 8px;
}
.coverage-copy .text-action {
  margin-top: 2px;
}
.fleet-overlay .button,
.careers .button {
  align-self: flex-start;
}
@media (prefers-reduced-motion: reduce) {
  .hero-primary::after,
  .track-submit::after {
    display: none;
  }
}

/* Client-provided SBR fleet hero photograph */
.hero-media {
  background-image: url("../images/fleet/sbr-selected-sections-fleet.1f4d368b9540.jpeg");
  background-position: center 58%;
  background-size: cover;
}
@media (max-width: 1050px) {
  .hero-media {
    background-position: center 57%;
  }
}
@media (max-width: 760px) {
  .hero-media {
    background-size: cover;
    background-position: center 60%;
  }
}
@media (max-width: 520px) {
  .hero-media {
    background-size: cover;
    background-position: center 60%;
  }
}

/* SBR brand film */
.brand-film-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 17px 0 0 3px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  background: none;
  color: #e1eafa;
  font: 700 12px var(--font-display);
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    color 0.24s ease,
    border-color 0.24s ease;
}
.brand-film-trigger:hover,
.brand-film-trigger:focus-visible {
  color: #fff;
  border-color: #78a9ff;
}
.brand-film-trigger:focus-visible {
  outline: 2px solid #72a6ff;
  outline-offset: 4px;
}
.brand-film-trigger-icon {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #6fa4ff;
  border-radius: 50%;
  transition:
    transform 0.24s ease,
    background-color 0.24s ease;
}
.brand-film-trigger-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  border: 4px solid transparent;
  border-left-color: #fff;
}
.brand-film-trigger:hover .brand-film-trigger-icon,
.brand-film-trigger:focus-visible .brand-film-trigger-icon {
  transform: translateX(2px);
  background: #114ebf;
}
.brand-film {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
  color: #fff;
}
.brand-film[hidden] {
  display: none;
}
.brand-film-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 18, 0.88);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.42s ease;
}
.brand-film-dialog {
  position: relative;
  z-index: 1;
  width: min(1280px, 88vw);
  max-height: calc(100svh - 48px);
  overflow: auto;
  opacity: 0;
  transform: scale(0.97);
  transition:
    opacity 0.42s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.brand-film.is-open .brand-film-backdrop,
.brand-film.is-open .brand-film-dialog {
  opacity: 1;
}
.brand-film.is-open .brand-film-dialog {
  transform: none;
}
.brand-film.is-closing .brand-film-backdrop,
.brand-film.is-closing .brand-film-dialog {
  opacity: 0;
}
.brand-film.is-closing .brand-film-dialog {
  transform: scale(0.97);
}
.brand-film-heading {
  padding: 0 58px 19px 0;
}
.brand-film-eyebrow {
  margin: 0 0 8px;
  color: #7aa9ff;
  font: 700 10px var(--font-display);
  letter-spacing: 0.2em;
}
.brand-film-heading h2 {
  margin: 0;
  font: 700 clamp(29px, 4vw, 53px)/1.04 var(--font-display);
  letter-spacing: -0.04em;
}
.brand-film-heading > p:last-child {
  margin: 10px 0 0;
  color: #aebdce;
  font-size: 13px;
}
.brand-film-player {
  position: relative;
  background: #050b12;
  border: 1px solid #2b4d7b;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  aspect-ratio: 16/9;
}
.brand-film-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050b12;
}
.brand-film-play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 76px;
  height: 76px;
  border: 1px solid #74a7ff;
  border-radius: 50%;
  background: rgba(7, 24, 47, 0.92);
  color: #fff;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    transform 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease;
}
.brand-film-play:hover,
.brand-film-play:focus-visible {
  background: #114ebf;
  border-color: #a9c8ff;
  transform: translate(-50%, -50%) scale(1.03);
}
.brand-film-play:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.brand-film-play span {
  margin-left: 5px;
  border: 9px solid transparent;
  border-left: 13px solid #fff;
}
.brand-film-play.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.brand-film-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #31598b;
  background: #091522;
  color: #fff;
  cursor: pointer;
  transition:
    background-color 0.24s ease,
    border-color 0.24s ease;
}
.brand-film-close:hover,
.brand-film-close:focus-visible {
  background: #114ebf;
  border-color: #8bb6ff;
}
.brand-film-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.brand-film-close span::before,
.brand-film-close span::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 22px;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
.brand-film-close span::after {
  transform: rotate(-45deg);
}
body.brand-film-open {
  overflow: hidden;
}
@media (max-width: 760px) {
  .brand-film {
    padding: 14px;
  }
  .brand-film-dialog {
    width: 100%;
    max-height: calc(100svh - 28px);
  }
  .brand-film-heading {
    padding: 0 54px 12px 0;
  }
  .brand-film-heading h2 {
    font-size: clamp(26px, 8vw, 38px);
  }
  .brand-film-heading > p:last-child {
    font-size: 11px;
    margin-top: 7px;
  }
  .brand-film-player {
    aspect-ratio: 16/9;
  }
  .brand-film-play {
    width: 64px;
    height: 64px;
  }
  .brand-film-close {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 520px) {
  .brand-film-trigger {
    margin-top: 13px;
    margin-left: 0;
    font-size: 11px;
  }
  .brand-film-heading > p:last-child {
    max-width: 260px;
  }
  .brand-film-dialog {
    max-height: calc(100svh - 24px);
  }
}
@media (max-width: 360px) {
  .brand-film {
    padding: 12px;
  }
  .brand-film-heading {
    padding-right: 49px;
  }
  .brand-film-heading h2 {
    font-size: 25px;
  }
  .brand-film-heading > p:last-child {
    font-size: 10px;
  }
  .brand-film-play {
    width: 58px;
    height: 58px;
  }
}
@media (max-height: 620px) and (orientation: landscape) {
  .brand-film {
    padding: 10px 18px;
  }
  .brand-film-dialog {
    display: grid;
    grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
    gap: 18px;
    align-items: end;
    max-height: calc(100svh - 20px);
  }
  .brand-film-heading {
    padding: 0 0 8px;
  }
  .brand-film-heading h2 {
    font-size: clamp(22px, 4vw, 34px);
  }
  .brand-film-heading > p:last-child {
    font-size: 10px;
  }
  .brand-film-player {
    grid-column: 2;
    grid-row: 1;
  }
  .brand-film-close {
    top: -2px;
    right: -2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-film-backdrop,
  .brand-film-dialog,
  .brand-film-trigger,
  .brand-film-trigger-icon,
  .brand-film-play,
  .brand-film-close {
    transition: none;
  }
  .brand-film-dialog {
    transform: none;
  }
  .brand-film.is-closing .brand-film-dialog {
    transform: none;
  }
}
.brand-film-dialog {
  width: min(92vw, 1100px);
  max-height: calc(100svh - 36px);
  overflow: visible;
}
.brand-film-dialog > .brand-film-eyebrow {
  margin: 0 58px 10px 0;
  color: #7aa9ff;
  font: 700 10px var(--font-display);
  letter-spacing: 0.2em;
}
.brand-film-player {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: auto;
}
.brand-film-player video {
  width: auto;
  max-width: 92vw;
  height: auto;
  max-height: calc(100svh - 100px);
  aspect-ratio: auto;
  object-fit: contain;
}
.brand-film-dialog > h2 {
  margin: 10px 0 0;
  color: #fff;
  font: 700 clamp(20px, 3vw, 34px)/1.1 var(--font-display);
}
@media (max-width: 700px) {
  .brand-film-preview {
    right: max(18px, env(safe-area-inset-right));
    bottom: 86px;
    width: min(190px, calc(100vw - 36px));
  }
  .brand-film-preview-media video {
    max-height: 150px;
  }
  .brand-film-dialog {
    width: calc(100vw - 28px);
    max-height: calc(100svh - 28px);
  }
  .brand-film-dialog > .brand-film-eyebrow {
    margin-bottom: 7px;
  }
  .brand-film-player video {
    max-width: calc(100vw - 28px);
    max-height: calc(100svh - 72px);
  }
  .brand-film-dialog > h2 {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .brand-film-preview {
    right: 12px;
    bottom: 78px;
    width: 160px;
  }
  .brand-film-preview-media video {
    max-height: 120px;
  }
}
@media (max-height: 620px) and (orientation: landscape) {
  .brand-film-dialog {
    display: block;
    max-height: calc(100svh - 20px);
  }
  .brand-film-player video {
    max-height: calc(100svh - 48px);
  }
  .brand-film-dialog > h2 {
    display: none;
  }
}
