.home-redesign-page {
  --home-ink: #111;
  --home-muted: #686868;
  --home-yellow: #f5b400;
  --home-warm: #f7f3ed;
  --home-warm-strong: #ede5da;
  background: #fff;
}

.home-redesign-page .home-header {
  background: #000;
}

.home-redesign-hero {
  min-height: 950px;
  padding-top: 44px;
}

.home-redesign-hero .seo-hero-background {
  object-position: 54% center;
}

.home-redesign-hero .seo-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(450px, 560px);
}

.home-redesign-hero .seo-hero-copy {
  padding-top: 48px;
  padding-bottom: 84px;
}

.home-redesign-hero h1 {
  max-width: 820px;
}

.home-redesign-hero .seo-lede {
  max-width: 720px;
}

.home-redesign-page .seo-hero-assurances span {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.32);
}

.home-redesign-page .seo-booking-aside {
  border: 0;
}

.home-facts-band {
  position: relative;
  z-index: 4;
  padding-bottom: 42px;
  background: var(--seo-warm);
}

.home-facts-band .seo-facts {
  margin-top: 0;
  margin-bottom: -48px;
  transform: translateY(-48px);
}

.home-redesign-page .seo-fact-card {
  min-height: 174px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.08);
}

.home-service-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: end;
  max-width: none;
}

.home-service-intro > p {
  margin-bottom: 5px;
}

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

.home-route-tile {
  position: relative;
  display: flex;
  min-height: 390px;
  padding: 34px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.home-route-tile::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.82) 100%);
  content: "";
}

.home-route-tile img {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  transition: transform 300ms ease;
}

.home-route-tile:hover img {
  transform: scale(1.025);
}

.home-route-tile-copy {
  align-self: end;
  max-width: 620px;
}

.home-route-tile-label {
  display: inline-block;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-route-tile h3 {
  margin: 0;
  font-size: clamp(1.85rem, 3.2vw, 3.25rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.home-route-tile p {
  max-width: 570px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.7;
}

.home-route-tile strong {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  font-size: 0.8rem;
}

.home-route-tile-dark {
  background: #111;
}

.home-route-tile-dark::after {
  display: none;
}

.home-route-tile-dark .home-route-tile-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.home-route-tile-dark h3 {
  margin-top: auto;
}

.home-route-tile-dark p {
  max-width: 500px;
}

.home-route-tile-warm {
  background: var(--home-warm);
  color: var(--home-ink);
}

.home-route-tile-warm::after {
  display: none;
}

.home-route-tile-warm .home-route-tile-label,
.home-route-tile-warm p {
  color: var(--home-muted);
}

.home-route-tile-warm .home-route-tile-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.home-route-tile-warm h3 {
  margin-top: auto;
}

.home-route-tile-warm strong {
  color: var(--home-ink);
}

.home-fleet-section {
  background: #fff;
}

.home-redesign-page .seo-fleet-card {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
}

.home-redesign-page .seo-faq-item p {
  padding: 0 52px 25px 0;
  margin: 0;
  color: #666;
  font-size: 0.92rem;
  line-height: 1.75;
}

.home-redesign-page .seo-final-cta {
  background: var(--home-yellow);
}

.home-redesign-page .seo-cta-button {
  justify-content: center;
  border: 0;
}

@media (max-width: 1180px) {
  .home-redesign-hero .seo-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 490px);
    gap: 42px;
  }

}

@media (max-width: 960px) {
  .home-redesign-hero {
    min-height: 0;
    padding-top: 24px;
  }

  .home-redesign-hero .seo-hero-background {
    bottom: 0;
    height: 100%;
    object-position: 61% center;
  }

  .home-redesign-hero .seo-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-redesign-hero .seo-hero-copy {
    padding-top: 36px;
    padding-bottom: 42px;
  }

  .home-facts-band {
    padding-bottom: 34px;
  }

  .home-facts-band .seo-facts {
    margin-bottom: -18px;
    transform: translateY(-18px);
  }

  .home-service-intro {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-route-tile {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .home-redesign-hero {
    padding-top: 10px;
  }

  .home-redesign-hero .seo-hero-grid {
    gap: 28px;
  }

  .home-redesign-hero .seo-hero-copy {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .home-facts-band {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .home-facts-band .seo-facts {
    margin-bottom: 0;
    transform: none;
  }

  .home-route-grid {
    grid-template-columns: 1fr;
  }

  .home-route-tile {
    min-height: 320px;
    padding: 26px;
    border-radius: 24px;
  }

  .home-route-tile h3 {
    font-size: clamp(2rem, 9vw, 3rem);
  }
}

@media (max-width: 430px) {
  .home-redesign-page .seo-booking-heading h2 {
    font-size: 1.75rem;
  }

  .home-redesign-page .seo-hero-assurances {
    gap: 8px;
  }

  .home-redesign-page .seo-hero-assurances span {
    padding-right: 12px;
    padding-left: 29px;
  }
}
