.mv-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: visible;
  background-image: var(--mv-hero-image);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 150px 0 110px;
}

.mv-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(43, 54, 66, .82) 0%, rgba(43, 54, 66, .58) 45%, rgba(43, 54, 66, .20) 100%);
  z-index: 1;
}

.mv-hero__container,
.mv-hero__journey-wrap {
  position: relative;
  z-index: 2;
}

.mv-hero__content {
  max-width: 640px;
}

.mv-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
    font-family: "Oswald", Arial, sans-serif;}

.mv-hero__title {
  max-width: 600px;
  margin: 0 0 1.1rem;
  font-family: "Prata", serif, sans-serif;
  font-size: clamp(2.35rem, 4.4vw, 3.65rem);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -.045em;
  color: #fff;
    text-transform: initial;}

.mv-hero__subtitle {
  max-width: 600px;
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.65;
  color: rgba(255,255,255,.88);
  font-weight: 400;
}

.mv-hero__focus {
  max-width: 390px;
  margin-left: auto;
  padding: 1.6rem;
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  color: #30404e;
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.mv-hero__focus-label {
  display: inline-flex;
  margin-bottom: .8rem;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: rgba(18, 187, 183, .14);
  color: #39716f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.mv-hero__focus h2 {
  margin: 0 0 .65rem;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.55rem;
  line-height: 1.15;
  color: #263541;
    font-weight: 400;
   

.mv-hero__focus p {
  margin: 0 0 1.15rem;
  color: #5d6973;
  line-height: 1.6;
}

.mv-hero__focus-link {
  color: #c94f2b;
  font-weight: 700;
  text-decoration: none;
}

.mv-hero__journey-wrap {
  position: absolute;
  left: 50%;
  bottom: -52px;
  transform: translateX(-50%);
  width: 100%;
}

.mv-hero__journey-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1rem;
  padding: .85rem;
  border-radius: 28px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 70px rgba(45,55,65,.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.mv-hero__journey {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-radius: 22px;
  color: #33414c;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.mv-hero__journey:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 12px 35px rgba(45,55,65,.10);
  color: #263541;
}

.mv-hero__journey--primary {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(18,187,183,.18);
}

.mv-hero__journey-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(18,187,183,.12);
  color: #119e9b;
  font-size: 1.05rem;
}

.mv-hero__journey--primary .mv-hero__journey-icon {
  background: rgba(242,98,46,.13);
  color: #d85d34;
}

.mv-hero__journey strong {
  display: block;
  margin-bottom: .2rem;
  font-size: 1.02rem;
  font-weight: 750;
}

.mv-hero__journey em {
  display: block;
  font-style: normal;
  font-size: .9rem;
  line-height: 1.45;
  color: #64727d;
}

@media (max-width: 991.98px) {
  .mv-hero {
    min-height: auto;
    padding: 130px 0 90px;
  }

  .mv-hero__focus {
    max-width: none;
    margin: 1rem 0 0;
  }

  .mv-hero__journey-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 2rem;
  }

  .mv-hero__journey-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .mv-hero {
    padding: 115px 0 50px;
  }

  .mv-hero__title {
    font-size: 2.25rem;
    font-family: "Prata", serif, sans-serif;
    font-weight: 500;
    text-transform: initial;}

  .mv-hero__journey {
    align-items: flex-start;
    padding: 1rem;
  }
}


/* Shared inline SVG treatment for the two customer journey icons. */
.mv-hero__journey-icon .mv-icon--journey {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mv-hero__concierge-wrap h2 {
    text-transform: none!important;
}
