:root {
  --home-ink: #151515;
  --home-muted: #66635f;
  --home-paper: #f6f3ed;
  --home-red: #e60012;
  --home-red-dark: #b8000e;
  --home-line: rgba(21, 21, 21, 0.12);
  --home-radius: 28px;
  --home-shadow: 0 24px 70px rgba(26, 20, 16, 0.13);
}

.home-modern {
  color: var(--home-ink);
  font-family: europa, "Helvetica Neue", Arial, sans-serif;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.home-modern *,
.home-modern *::before,
.home-modern *::after {
  box-sizing: border-box;
}

.home-hero-modern {
  align-items: stretch;
  background: #17191b;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  min-height: min(860px, calc(100vh - 74px));
  overflow: hidden;
  padding: clamp(130px, 15vh, 155px) max(24px, calc((100vw - 1240px) / 2)) 20px;
  position: relative;
}

.home-hero-modern::before {
  background: radial-gradient(
    ellipse 82% 76% at left top,
    rgba(10, 12, 13, 0.44) 0%,
    rgba(10, 12, 13, 0.28) 38%,
    rgba(10, 12, 13, 0.1) 62%,
    transparent 82%
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.home-hero-modern__video {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.home-hero-modern__video {
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-hero-modern__content {
  --home-hero-column-width: min(35vw, 600px);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  position: relative;
  width: var(--home-hero-column-width);
  z-index: 2;
}

.home-eyebrow,
.home-kicker {
  align-items: center;
  display: flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.home-eyebrow {
  color: rgba(255, 255, 255, 0.82);
  gap: 4px;
  left: calc(var(--home-hero-column-width) + max(24px, calc((100vw - 1240px) / 2)) + max(24px, calc((100vw - 1240px) / 2)) - 100vw);
  margin-bottom: 22px;
  position: relative;
  width: max-content;
}

.home-eyebrow__dot {
  background: var(--home-red);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(230, 0, 18, 0.2);
  height: 8px;
  width: 8px;
}

.home-hero-modern h1 {
  align-self: flex-start;
  font-family: Gilroy, europa, sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 5.55rem);
  font-weight: 800;
  left: calc(var(--home-hero-column-width) + max(24px, calc((100vw - 1240px) / 2)) + max(24px, calc((100vw - 1240px) / 2)) - 100vw);
  letter-spacing: -0.055em;
  line-height: 0.95;
  margin: 0;
  position: relative;
  text-align: left;
  width: max-content;
}

.home-hero-modern__line {
  display: block;
  white-space: nowrap;
}

.home-hero-modern__line--primary {
  font-size: 1.2em;
}

.home-rotating-word {
  color: var(--home-red);
  display: inline-block;
  margin-left: 13px;
  min-width: 4.7em;
  position: relative;
  text-align: left;
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-rotating-word.is-changing {
  opacity: 0;
  transform: translateY(12px);
}

.home-hero-modern__green {
  color: #00e612;
  display: inline-block;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.065em;
  margin-inline: 0.14em 0.04em;
  text-shadow: 0 0 32px rgba(0, 128, 0, 0.22);
}

.home-hero-modern__lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.65;
  margin: 15px 0 0;
  max-width: 650px;
}

.home-hero-modern__actions,
.home-final-cta__actions,
.home-network__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.home-hero-modern__actions {
  bottom: 0;
  left: 0;
  margin-top: 0;
  position: absolute;
  width: 100%;
}

.btn-home {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 800;
  gap: 14px;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 54px;
  padding: 0 24px;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.btn-home:hover {
  transform: translateY(-2px);
}

.btn-home--primary {
  background: var(--home-red);
  color: #fff;
}

.btn-home--primary:hover {
  background: var(--home-red-dark);
  color: #fff;
}

.btn-home--glass {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.btn-home--glass:hover {
  background: #fff;
  color: var(--home-ink);
}

.btn-home--secondary {
  background: #fff;
  border-color: var(--home-line);
  color: var(--home-ink);
}

.btn-home--small {
  background: transparent;
  border-color: var(--home-line);
  color: var(--home-ink);
  min-height: 42px;
  padding-inline: 18px;
}

.btn-home--small.btn-primary,
.btn-home--small:hover {
  background: var(--home-ink);
  border-color: var(--home-ink);
  color: #fff;
}

.home-hero-modern__utilities {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}

.home-hero-modern__utilities a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  text-decoration: none;
}

.home-hero-modern__utilities i {
  color: #fff;
  margin-right: 8px;
}

.home-hero-modern__route-card {
  backdrop-filter: blur(18px);
  background: rgba(22, 24, 25, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  bottom: 20px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  color: #fff;
  padding: 22px;
  position: absolute;
  left: max(24px, calc((100vw - 1240px) / 2));
  width: min(340px, calc(100vw - 48px));
  z-index: 2;
}

.home-route-card__top,
.home-route-card__journey {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.home-route-card__top {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-route-card__status {
  background: rgba(69, 218, 142, 0.15);
  border-radius: 999px;
  color: #65e3a5;
  padding: 5px 9px;
}

.home-route-card__journey {
  margin-top: 20px;
}

.home-route-card__place {
  display: flex;
  flex-direction: column;
}

.home-route-card__place--right {
  text-align: right;
}

.home-route-card__place small {
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.7rem;
}

.home-route-card__place strong {
  font-size: 1rem;
  margin-top: 3px;
}

.home-route-card__line {
  align-items: center;
  display: flex;
  flex: 1;
  margin-inline: 15px;
}

.home-route-card__line::before,
.home-route-card__line::after {
  border-top: 1px dashed rgba(255, 255, 255, 0.38);
  content: "";
  flex: 1;
}

.home-route-card__line i {
  color: #ff4653;
  font-size: 0.85rem;
  margin-inline: 7px;
}

.home-hero-modern__route-card p {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  margin: 20px 0 0;
  padding-top: 15px;
}

.home-proof,
.home-section,
.home-network,
.home-final-cta {
  margin-inline: auto;
  max-width: 1240px;
  width: calc(100% - 48px);
}

.home-proof {
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 0.72fr);
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.home-proof > * {
  padding: 26px 24px;
}

.home-proof > * + * {
  border-left: 1px solid var(--home-line);
}

.home-proof__intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-kicker {
  color: var(--home-red);
}

.home-proof__intro strong {
  font-size: 1rem;
  line-height: 1.45;
}

.home-proof__stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.home-proof__stat strong {
  font-family: Gilroy, europa, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1;
}

.home-proof__stat span {
  color: var(--home-muted);
  font-size: 0.76rem;
  margin-top: 7px;
}

.home-section {
  padding-block: clamp(78px, 10vw, 140px);
}

.home-section__heading {
  align-items: flex-end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 46px;
}

.home-section__heading-copy {
  max-width: 760px;
}

.home-section__heading h2,
.home-network h2,
.home-final-cta h2,
.home-voice h2 {
  font-family: Gilroy, europa, sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 15px 0 0;
}

.home-section__heading p,
.home-network__content > p,
.home-final-cta p,
.home-voice__intro > p {
  color: var(--home-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 670px;
}

.home-text-link {
  align-items: center;
  color: var(--home-ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}

.home-text-link:hover {
  color: var(--home-red);
}

.home-steps {
  counter-reset: home-step;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.home-step {
  background: var(--home-paper);
  border-radius: var(--home-radius);
  min-height: 320px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.home-step::after {
  background: var(--home-red);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms ease;
  width: 100%;
}

.home-step:hover::after {
  transform: scaleX(1);
}

.home-step__number {
  color: #9b9690;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.home-step__icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  font-size: 1.25rem;
  height: 54px;
  justify-content: center;
  margin: 38px 0 24px;
  width: 54px;
}

.home-step h3 {
  font-family: Gilroy, europa, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0 0 12px;
}

.home-step p {
  color: var(--home-muted);
  line-height: 1.65;
  margin: 0;
}

.home-audience {
  align-items: stretch;
  background: var(--home-red);
  border-radius: var(--home-radius);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 18px;
  overflow: hidden;
}

.home-audience__card {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 36px;
}

.home-audience__card--dark {
  background: var(--home-ink);
}

.home-audience__card > span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  opacity: 0.7;
  text-transform: uppercase;
}

.home-audience__card strong {
  font-family: Gilroy, europa, sans-serif;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 1.12;
  margin-top: 22px;
}

.home-audience__card a {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  margin-top: auto;
  padding-top: 24px;
}

.home-audience__divider {
  align-items: center;
  background: var(--home-ink);
  display: flex;
  justify-content: center;
  width: 72px;
}

.home-audience__divider i {
  background: #fff;
  border-radius: 50%;
  color: var(--home-ink);
  padding: 14px;
}

.home-transport {
  padding-top: 12px;
}

.home-carousel {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(24px, calc((100vw - 1240px) / 2));
  position: relative;
}

.home-carousel__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 0 18px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.home-carousel__track::-webkit-scrollbar {
  display: none;
}

.home-carousel__controls {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.home-carousel__button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 50%;
  color: var(--home-ink);
  display: flex;
  height: 46px;
  justify-content: center;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
  width: 46px;
}

.home-carousel__button[data-carousel-prev] {
  left: max(10px, calc((100vw - 1240px) / 2 - 23px));
}

.home-carousel__button[data-carousel-next] {
  right: max(10px, calc((100vw - 1240px) / 2 - 23px));
}

.home-carousel__button span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 1.85rem;
  font-weight: 300;
  line-height: 0.75;
  transform: translateY(-1px);
}

.home-carousel__button:hover {
  background: var(--home-ink);
  color: #fff;
}

.home-carousel__button:focus-visible {
  outline: 3px solid rgba(230, 0, 18, 0.28);
  outline-offset: 3px;
}

.home-carousel__button:disabled {
  background: #f1efeb;
  border-color: transparent;
  color: #aaa59f;
  cursor: default;
  opacity: 0.58;
}

.home-carousel__button:disabled:hover {
  background: #f1efeb;
  color: #aaa59f;
}

.home-transport-card {
    border-radius: 22px;
    color: #fff;
    flex: 5 0 clamp(140px, 20vw, 280px);
    min-height: 280px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
}

.home-transport-card img,
.home-story-card__media img,
.home-resource-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.home-transport-card:hover img,
.home-story-card:hover img,
.home-resource-card:hover img {
  transform: scale(1.045);
}

.home-transport-card__overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), transparent 62%);
  inset: 0;
  position: absolute;
}

.home-transport-card__copy {
  bottom: 25px;
  display: flex;
  flex-direction: column;
  left: 25px;
  position: absolute;
}

.home-transport-card__copy strong {
  font-family: Gilroy, europa, sans-serif;
  font-size: 1.55rem;
}

.home-transport-card__copy span {
  font-size: 0.8rem;
  margin-top: 4px;
  opacity: 0.75;
}

.home-transport-card > i {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  padding: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.home-network {
  align-items: center;
  background: var(--home-ink);
  border-radius: 40px;
  color: #fff;
  display: grid;
  gap: clamp(30px, 7vw, 90px);
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 620px;
  overflow: hidden;
  padding: clamp(40px, 7vw, 90px);
}

.home-network__content {
  position: relative;
  z-index: 2;
}

.home-network__content > p {
  color: rgba(255, 255, 255, 0.66);
}

.home-network__visual {
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  margin: 0;
  min-height: 470px;
  overflow: hidden;
  position: relative;
}

.home-network__visual::after {
  background: linear-gradient(180deg, transparent 55%, rgba(23, 25, 27, 0.42));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home-network__visual img {
  display: block;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  width: 100%;
}

.home-location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.home-location-list span {
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  padding: 8px 13px;
}

.home-network .home-text-link {
  color: #fff;
}

.home-marketplace__layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 290px;
}

.home-marketplace__main {
  min-width: 0;
}

.home-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.home-marketplace .deals-container {
  background: transparent;
  max-height: none;
  overflow: visible;
}

.home-marketplace__aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 110px;
}

.home-marketplace__aside .news-section,
.home-marketplace__aside .estimate {
  background: var(--home-paper);
  border: 0;
  border-radius: 22px;
}

.home-smartload-card,
.home-archive-link {
  border: 1px solid var(--home-line);
  border-radius: 22px;
  color: var(--home-ink);
  display: flex;
  flex-direction: column;
  padding: 22px;
  text-decoration: none;
}

.home-smartload-card img {
  height: auto;
  margin-bottom: 15px;
  max-width: 180px;
}

.home-smartload-card span,
.home-archive-link small {
  color: var(--home-muted);
  font-size: 0.8rem;
}

.home-smartload-card strong {
  color: var(--home-red);
  margin-top: 12px;
}

.home-archive-link {
  align-items: center;
  flex-direction: row;
  gap: 15px;
}

.home-archive-link > i {
  font-size: 1.4rem;
}

.home-archive-link span {
  display: flex;
  flex-direction: column;
}

.home-admin-switch {
  display: flex;
  gap: 8px;
}

.home-admin-switch a {
  border: 1px solid var(--home-line);
  border-radius: 999px;
  color: var(--home-ink);
  font-size: 0.78rem;
  padding: 9px 13px;
}

.home-stories {
  border-top: 1px solid var(--home-line);
}

.home-story-block + .home-story-block {
  margin-top: clamp(75px, 10vw, 130px);
}

.home-story-card,
.home-resource-card {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 24px;
  flex: 0 0 clamp(290px, 36vw, 430px);
  overflow: hidden;
  scroll-snap-align: start;
}

.home-story-card__media,
.home-resource-card__media {
  display: block;
  height: 245px;
  overflow: hidden;
  position: relative;
}

.home-story-card__fallback {
  align-items: center;
  background:
    radial-gradient(circle at 75% 25%, rgba(230, 0, 18, 0.35), transparent 28%),
    linear-gradient(135deg, #202020, #4b4845);
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  height: 100%;
  justify-content: center;
}

.home-story-card__body,
.home-resource-card__body {
  padding: 25px;
}

.home-story-card time {
  color: var(--home-red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-story-card h3,
.home-resource-card h3 {
  font-family: Gilroy, europa, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.18;
  margin: 11px 0;
}

.home-story-card h3 a,
.home-resource-card h3 a {
  color: var(--home-ink);
}

.home-story-card__excerpt,
.home-resource-card p {
  color: var(--home-muted);
  display: -webkit-box;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-story-card__excerpt > * {
  margin: 0;
}

.home-resource-card__tag {
  background: #fff;
  border-radius: 999px;
  bottom: 16px;
  color: var(--home-ink);
  font-size: 0.7rem;
  font-weight: 800;
  left: 16px;
  max-width: calc(100% - 32px);
  overflow: hidden;
  padding: 7px 11px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-story-block__all {
  align-items: center;
  color: var(--home-ink);
  display: flex;
  font-weight: 800;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 16px;
}

.home-voice {
  align-items: center;
  background: var(--home-paper);
  border-radius: 40px;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.8fr 1.2fr;
  margin-bottom: 120px;
  padding: clamp(38px, 7vw, 86px);
}

.home-voice__quote {
  background: #fff;
  border-radius: 28px;
  box-shadow: var(--home-shadow);
  min-height: 260px;
  padding: 38px;
  position: relative;
}

.home-voice__quote-mark {
  color: var(--home-red);
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.7;
}

.home-voice__quote-content {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-top: 15px;
}

.home-voice__message {
  border-top: 1px solid var(--home-line);
  color: var(--home-muted);
  margin-top: 25px;
  padding-top: 25px;
}

.home-final-cta {
  align-items: center;
  background: var(--home-red);
  border-radius: 40px 40px 0 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: clamp(55px, 8vw, 100px) max(24px, calc((100vw - 1240px) / 2));
  width: 100%;
}

.home-final-cta__copy {
  max-width: 720px;
}

.home-final-cta .home-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.home-final-cta p {
  color: rgba(255, 255, 255, 0.75);
}

.home-final-cta .btn-home--primary {
  background: #fff;
  color: var(--home-ink);
}

.home-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .home-hero-modern__route-card {
    display: none;
  }

  .home-proof {
    grid-template-columns: repeat(4, 1fr);
  }

  .home-proof__intro {
    border-bottom: 1px solid var(--home-line);
    grid-column: 1 / -1;
    text-align: center;
  }

  .home-proof > *:nth-child(2) {
    border-left: 0;
  }

  .home-marketplace__layout {
    grid-template-columns: 1fr;
  }

  .home-marketplace__aside {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }
}

@media (min-width: 1101px) and (max-height: 700px) {
  .home-hero-modern__route-card {
    display: none;
  }
}

@media (max-width: 820px) {
  .home-hero-modern {
    justify-content: center;
    min-height: 760px;
    padding-top: clamp(105px, 14vh, 125px);
    padding-bottom: 20px;
  }

  .home-hero-modern__content {
    margin-inline: auto;
    text-align: center;
    width: 100%;
  }

  .home-hero-modern h1 {
    align-self: stretch;
    font-size: clamp(1.35rem, 6.8vw, 3.3rem);
    left: 0;
    width: 100%;
  }

  .home-eyebrow,
  .home-hero-modern__actions,
  .home-hero-modern__utilities {
    justify-content: center;
  }

  .home-eyebrow {
    left: 0;
    width: 100%;
  }

  .home-hero-modern__lead {
    margin-inline: auto;
  }

  .home-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-proof > *:nth-child(4) {
    border-left: 0;
  }

  .home-proof > *:nth-child(n + 4) {
    border-top: 1px solid var(--home-line);
  }

  .home-section__heading,
  .home-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-steps {
    grid-template-columns: 1fr;
  }

  .home-step {
    min-height: auto;
  }

  .home-audience {
    grid-template-columns: 1fr;
  }

  .home-audience__divider {
    height: 60px;
    width: 100%;
  }

  .home-audience__divider i {
    transform: rotate(90deg);
  }

  .home-network,
  .home-voice {
    grid-template-columns: 1fr;
  }

  .home-network__visual {
    min-height: 360px;
    margin-inline: auto;
    max-width: 480px;
    order: 2;
    width: 100%;
  }

  .home-network__visual img {
    min-height: 360px;
  }

  .home-voice {
    gap: 36px;
  }
}

@media (max-width: 576px) {
  .home-proof,
  .home-section,
  .home-network,
  .home-voice {
    width: calc(100% - 28px);
  }

  .home-hero-modern {
    min-height: 720px;
    padding-inline: 20px;
  }

  .home-hero-modern__lead {
    font-size: 1rem;
  }

  .home-hero-modern__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-hero-modern__actions .btn-home {
    width: 100%;
  }

  .home-proof > * {
    padding: 21px 12px;
  }

  .home-proof__stat strong {
    font-size: 1.75rem;
  }

  .home-proof__stat span {
    font-size: 0.68rem;
  }

  .home-section {
    padding-block: 78px;
  }

  .home-section__heading {
    margin-bottom: 32px;
  }

  .home-section__heading h2,
  .home-network h2,
  .home-final-cta h2,
  .home-voice h2 {
    font-size: 2.45rem;
  }

  .home-carousel {
    padding-inline: 14px;
  }

  .home-transport-card {
    flex-basis: 82vw;
    min-height: 360px;
  }

  .home-network {
    border-radius: 28px;
    padding: 35px 24px;
  }

  .home-network__visual,
  .home-network__visual img {
    min-height: 320px;
  }

  .home-marketplace__aside {
    display: flex;
  }

  .home-story-card,
  .home-resource-card {
    flex-basis: 86vw;
  }

  .home-story-card__media,
  .home-resource-card__media {
    height: 210px;
  }

  .home-voice {
    border-radius: 28px;
    margin-bottom: 78px;
    padding: 30px 22px;
  }

  .home-voice__quote {
    padding: 28px 24px;
  }

  .home-final-cta {
    border-radius: 28px 28px 0 0;
  }

  .home-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .home-final-cta__actions .btn-home {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-modern *,
  .home-modern *::before,
  .home-modern *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .home-reveal {
    opacity: 1;
    transform: none;
  }
}
