html {
  --site-header-height: 72px;
  width: 100%;
  min-height: 100%;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
  background: #f5f7f8;
  color: #061842;
  font-family: 'Manrope', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

html.is-scrolling {
  scrollbar-color: rgb(148 156 172 / 0.78) transparent;
}

* {
  box-sizing: border-box;
}

html::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: transparent;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: transparent;
  background-clip: content-box;
}

html.is-scrolling::-webkit-scrollbar-thumb {
  background-color: rgb(148 156 172 / 0.78);
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #f5f7f8;
  color: #061842;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

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

main {
  overflow: hidden;
}

[id] {
  scroll-margin-top: 92px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: var(--site-header-height);
  padding: 0 48px;
  border-bottom: 1px solid rgb(6 24 66 / 0.10);
  background: rgb(245 247 248 / 0.96);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: #061842;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.brand__mark {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

.site-header .brand__mark {
  filter: brightness(0) saturate(100%) invert(9%) sepia(61%) saturate(1754%) hue-rotate(208deg) brightness(92%) contrast(103%);
}

.site-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.call-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgb(255 255 255 / 0.70);
  border-radius: 0;
  background: #061842;
  color: #ffffff;
  font-size: 14px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
}

.call-button:hover {
  background: #0a2158;
}

.call-button--inverse {
  min-height: 46px;
  margin-top: 0;
  border-color: rgb(255 255 255 / 0.72);
  background: #f5f7f8;
  color: #061842;
}

.call-button--inverse:hover {
  background: #ffffff;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--site-header-height));
  isolation: isolate;
  display: grid;
  align-items: end;
  padding: 96px 48px 54px;
  overflow: hidden;
  background: #dfe8ee;
}

.hero__image,
.hero__wash,
.hero__mark-shadow {
  position: absolute;
  inset: 0;
}

.hero__image {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 52%;
  filter: saturate(1.12) contrast(1.08) brightness(1.02);
}

.hero__wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(245 247 248 / 0.98) 0%, rgb(245 247 248 / 0.94) 34%, rgb(245 247 248 / 0.48) 60%, rgb(245 247 248 / 0.08) 100%),
    linear-gradient(90deg, rgb(255 255 255 / 0.22) 0%, rgb(255 255 255 / 0) 45%, rgb(255 140 48 / 0.18) 100%),
    linear-gradient(180deg, rgb(245 247 248 / 0.26) 0%, rgb(245 247 248 / 0.02) 48%, rgb(245 247 248 / 0.34) 100%);
}

.hero__mark-shadow {
  z-index: -1;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: max(980px, 118vw);
  max-width: none;
  height: auto;
  opacity: 0.078;
  filter: brightness(0) saturate(100%) invert(9%) sepia(61%) saturate(1754%) hue-rotate(208deg) brightness(92%) contrast(103%);
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
  transform-origin: center;
  pointer-events: none;
  user-select: none;
}

.hero::after,
.movement::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-image: radial-gradient(circle, rgb(6 24 66 / 0.18) 1px, transparent 1.6px);
  background-size: 18px 18px;
  opacity: 0.38;
}

.hero::after {
  right: -92px;
  bottom: -64px;
  z-index: -1;
  width: 430px;
  height: 280px;
  transform: skewX(-10deg);
}

.hero__content {
  width: min(720px, 52vw);
}

h1,
h2,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  color: #061842;
  font-size: 68px;
  font-weight: 840;
  line-height: 0.98;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero__copy {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgb(6 24 66 / 0.76);
  font-size: 22px;
  font-weight: 620;
  line-height: 1.35;
}

.yc-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 34px;
  padding: 9px 12px 9px 10px;
  border: 1px solid rgb(6 24 66 / 0.14);
  border-radius: 0;
  background: rgb(255 255 255 / 0.74);
  color: #061842;
  font-size: 13px;
  font-weight: 780;
  line-height: 1;
}

.yc-badge img {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  flex: 0 0 auto;
}

.intro,
.priorities,
.shipper-focus,
.movement,
.close,
.site-footer {
  padding-right: 48px;
  padding-left: 48px;
}

.intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 76px;
  border-top: 1px solid rgb(6 24 66 / 0.10);
  background: #f5f7f8;
}

.intro__content,
.shipper-focus__intro,
.movement__copy,
.close > div {
  max-width: 760px;
}

.intro__content {
  max-width: 1080px;
  order: 1;
  justify-self: center;
  text-align: center;
}

.intro__copy {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.intro__content h2,
.shipper-focus h2,
.movement h2,
.close h2 {
  margin: 0;
  color: #061842;
  font-size: 44px;
  font-weight: 830;
  line-height: 1.04;
}

.intro__content h2 {
  text-wrap: balance;
}

.intro__copy,
.shipper-focus__intro p,
.shipper-focus article p,
.movement__copy p {
  margin: 33px 0 0;
  color: rgb(6 24 66 / 0.70);
  font-size: 20px;
  font-weight: 590;
  line-height: 1.48;
}

.intro__copy {
  margin-left: auto;
  margin-right: auto;
}

.load-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  order: 2;
  width: min(100%, 1180px);
  min-width: 0;
  justify-self: center;
  border-top: 1px solid rgb(6 24 66 / 0.12);
}

.load-signal {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  background: transparent;
}

.load-signal + .load-signal {
  border-left: 1px solid rgb(6 24 66 / 0.10);
}

.load-signal strong {
  color: #061842;
  font-size: 18px;
  font-weight: 820;
  line-height: 1.18;
}

.load-signal span {
  color: rgb(6 24 66 / 0.60);
  font-size: 14px;
  font-weight: 590;
  line-height: 1.38;
}

.priorities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #f5f7f8;
  border-top: 1px solid rgb(6 24 66 / 0.12);
  border-bottom: 1px solid rgb(6 24 66 / 0.12);
}

.priority {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 28px;
  background: #f5f7f8;
  outline: 0;
}

.priority + .priority {
  border-left: 1px solid rgb(6 24 66 / 0.10);
}

.priority img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  opacity: 1;
  filter: none;
}

.priority:nth-child(1) img {
  object-position: 45% center;
}

.priority:nth-child(2) img {
  object-position: 50% 54%;
}

.priority:nth-child(3) img {
  object-position: 50% center;
}

.priority h2 {
  margin: 28px 0 0;
  color: #061842;
  font-size: 25px;
  font-weight: 830;
  line-height: 1.1;
}

.priority p {
  margin: 12px 0 0;
  color: rgb(6 24 66 / 0.68);
  font-size: 16px;
  font-weight: 560;
  line-height: 1.5;
}

.movement {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 38px;
  align-items: start;
  padding-top: 72px;
  padding-bottom: 58px;
  border-top: 1px solid rgb(6 24 66 / 0.08);
  background: #f5f7f8;
}

.movement::before {
  left: -70px;
  top: 96px;
  z-index: -1;
  width: 520px;
  height: 360px;
  opacity: 0.26;
}

.movement__media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  height: clamp(330px, 26vw, 390px);
  min-height: 330px;
}

.movement__media::before {
  content: "";
  position: absolute;
  inset: 12% 7% auto auto;
  width: 58%;
  height: 50%;
  border-top: 1px solid rgb(6 24 66 / 0.12);
  border-right: 1px solid rgb(6 24 66 / 0.12);
  pointer-events: none;
}

.movement__photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 0;
  background: #eef2f4;
  outline: 0;
}

.movement__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: none;
}

.movement__photo--large {
  grid-row: 1 / span 2;
}

.movement__photo--large img {
  object-position: 44% 50%;
}

.movement__photo--wide {
  aspect-ratio: auto;
}

.movement__photo--wide img {
  object-position: 42% 60%;
}

.movement__photo--small {
  width: 100%;
  aspect-ratio: auto;
}

.movement__photo--small img {
  object-position: 54% 52%;
}

.shipper-focus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-items: center;
  padding-top: 76px;
  padding-bottom: 78px;
  background: #ffffff;
}

.shipper-focus__intro {
  width: min(100%, 1180px);
  max-width: 1180px;
  text-align: center;
}

.shipper-focus__intro p {
  margin-top: 26px;
  text-align: center;
}

.shipper-focus__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(100%, 1180px);
  border-top: 1px solid rgb(6 24 66 / 0.12);
  border-bottom: 1px solid rgb(6 24 66 / 0.12);
}

.shipper-focus article {
  min-width: 0;
  padding: 20px 18px;
}

.shipper-focus article + article {
  border-left: 1px solid rgb(6 24 66 / 0.10);
}

.shipper-focus h3 {
  margin: 0;
  color: #061842;
  font-size: 17px;
  font-weight: 820;
  line-height: 1.15;
}

.shipper-focus article p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.42;
}

.close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-top: 104px;
  padding-bottom: 108px;
  background: #061842;
  color: #f5f7f8;
}

.close h2 {
  color: #f5f7f8;
}

.close p {
  margin: 24px 0 0;
  color: rgb(245 247 248 / 0.70);
  font-size: 19px;
  font-weight: 560;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 92px;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  background: #061842;
  color: rgb(245 247 248 / 0.68);
  font-size: 13px;
  font-weight: 620;
  line-height: 1.3;
}

.site-footer p {
  margin: 0;
}

.brand--footer {
  color: #f5f7f8;
  font-size: 17px;
}

.brand--footer .brand__mark {
  width: 28px;
  height: 28px;
}

@media (prefers-reduced-motion: no-preference) {
  .hero::after,
  .movement::before {
    animation: dot-drift 18s linear infinite;
  }
}

@keyframes dot-drift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 54px 36px;
  }
}

@media (max-width: 1100px) {
  .site-header,
  .intro,
  .priorities,
  .shipper-focus,
  .movement,
  .close,
  .site-footer,
  .hero {
    padding-right: 32px;
    padding-left: 32px;
  }

  h1 {
    font-size: 58px;
  }

  .hero__content {
    width: min(700px, 62vw);
  }

  .intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .intro__content {
    order: 1;
  }

  .intro__copy {
    margin-top: 28px;
  }

  .load-signals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    order: 2;
  }

  .load-signal + .load-signal {
    border-top: 0;
    border-left: 1px solid rgb(6 24 66 / 0.10);
  }

  .movement {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .movement__copy {
    max-width: 720px;
  }
}

@media (max-width: 860px) {
  html {
    --site-header-height: 66px;
  }

  .site-header {
    min-height: var(--site-header-height);
  }

  .call-button {
    min-height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }

  .hero {
    min-height: calc(100svh - var(--site-header-height));
    padding-top: 82px;
    padding-bottom: 54px;
  }

  .hero__content {
    width: min(100%, 620px);
  }

  .hero__image {
    object-position: 64% 52%;
  }

  .hero__wash {
    background:
      linear-gradient(180deg, rgb(245 247 248 / 0.68) 0%, rgb(245 247 248 / 0.22) 48%, rgb(245 247 248 / 0.74) 100%),
      linear-gradient(90deg, rgb(245 247 248 / 0.90), rgb(245 247 248 / 0.16) 70%, rgb(255 140 48 / 0.10));
  }

  .hero__mark-shadow {
    width: max(780px, 160vw);
    opacity: 0.068;
  }

  h1 {
    font-size: 48px;
    line-height: 1.02;
  }

  .hero__copy {
    font-size: 19px;
  }

  .intro__content h2,
  .shipper-focus h2,
  .movement h2,
  .close h2 {
    font-size: 36px;
  }

  .priorities {
    grid-template-columns: 1fr;
  }

  .priority + .priority {
    border-top: 1px solid rgb(6 24 66 / 0.10);
    border-left: 0;
  }

  .priority {
    grid-template-columns: minmax(200px, 42vw) 1fr;
    grid-template-rows: auto;
    gap: 22px;
    align-items: center;
  }

  .priority img {
    aspect-ratio: 4 / 3;
  }

  .priority h2 {
    margin-top: 0;
  }

  .movement__media {
    height: 400px;
    min-height: 0;
  }

  .close {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 660px) {
  html {
    --site-header-height: 74px;
  }

  .site-header,
  .intro,
  .priorities,
  .shipper-focus,
  .movement,
  .close,
  .site-footer,
  .hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .site-header {
    align-items: center;
    flex-direction: row;
    gap: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand {
    gap: 9px;
    font-size: 17px;
  }

  .hero {
    min-height: calc(100svh - var(--site-header-height));
    padding-top: 54px;
    padding-bottom: 42px;
  }

  .hero__image {
    object-position: 72% 52%;
  }

  .hero__wash {
    background:
      linear-gradient(180deg, rgb(245 247 248 / 0.58) 0%, rgb(245 247 248 / 0.12) 46%, rgb(245 247 248 / 0.76) 100%),
      linear-gradient(90deg, rgb(245 247 248 / 0.88), rgb(245 247 248 / 0.12) 74%, rgb(255 140 48 / 0.08));
  }

  .hero__mark-shadow {
    width: max(680px, 176vw);
    opacity: 0.058;
  }

  .hero::after {
    display: none;
  }

  h1 {
    font-size: 36px;
  }

  .hero__copy,
  .intro__copy,
  .shipper-focus__intro p,
  .movement__copy p {
    font-size: 17px;
  }

  .intro {
    padding-top: 52px;
    padding-bottom: 66px;
  }

  .intro__content h2,
  .shipper-focus h2,
  .movement h2,
  .close h2 {
    font-size: 31px;
  }

  .priority {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .priority img {
    width: 100%;
    aspect-ratio: 16 / 11;
  }

  .priority > div {
    padding-right: 0;
    padding-left: 0;
  }

  .priority h2 {
    font-size: 21px;
  }

  .priority p {
    font-size: 15px;
  }

  .load-signals {
    grid-template-columns: 1fr;
  }

  .load-signal + .load-signal {
    border-top: 1px solid rgb(6 24 66 / 0.10);
    border-left: 0;
  }

  .shipper-focus {
    padding-top: 64px;
    padding-bottom: 66px;
  }

  .shipper-focus__grid {
    grid-template-columns: 1fr;
    border-top: 1px solid rgb(6 24 66 / 0.12);
    border-bottom: 1px solid rgb(6 24 66 / 0.12);
  }

  .shipper-focus article,
  .shipper-focus article + article {
    grid-column: auto;
    border-left: 0;
    padding: 18px 0;
  }

  .shipper-focus article + article {
    border-top: 1px solid rgb(6 24 66 / 0.10);
  }

  .movement {
    gap: 28px;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .movement__media {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 238px 164px;
    height: auto;
  }

  .movement__media::before {
    display: none;
  }

  .movement__photo--large {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .movement__photo--wide,
  .movement__photo--small {
    width: 100%;
    aspect-ratio: auto;
  }

  .close {
    padding-top: 74px;
    padding-bottom: 76px;
  }

  .site-footer {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 400px) {
  .site-header,
  .intro,
  .priorities,
  .shipper-focus,
  .movement,
  .close,
  .site-footer,
  .hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .call-button {
    min-height: 38px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }

  h1 {
    font-size: 27px;
  }

  .intro__content h2,
  .shipper-focus h2,
  .movement h2,
  .close h2 {
    font-size: 28px;
  }

  .movement__media {
    grid-template-rows: 218px 152px;
  }
}
