/* Local Version 2: photo-led Orlando hero. All rules are scoped to the variant. */
.premium-hero--orlando {
  isolation: isolate;
  background: #06152f;
}

.premium-hero--orlando::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(3, 14, 35, .96) 0%, rgba(4, 20, 47, .88) 38%, rgba(4, 20, 47, .46) 67%, rgba(3, 14, 35, .65) 100%),
    linear-gradient(0deg, rgba(3, 14, 35, .84) 0%, rgba(3, 14, 35, .12) 48%, rgba(3, 14, 35, .36) 100%);
  box-shadow: none;
  pointer-events: none;
}

.premium-hero--orlando .orlando-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  overflow: hidden;
}

.premium-hero--orlando .orlando-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.9) contrast(1.03);
}

.premium-hero--orlando .premium-hero-grid,
.premium-hero--orlando .consultation-dock {
  position: relative;
}

.premium-hero--orlando .premium-copy {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .24);
}

.premium-hero--orlando .premium-copy h1 {
  text-wrap: balance;
}

.premium-hero--orlando .premium-summary {
  color: #e4ebf7;
}

.premium-hero--orlando .premium-portrait::after {
  bottom: 35px;
  width: 560px;
  height: 560px;
  background: radial-gradient(ellipse at 50% 58%, rgba(4, 20, 48, .56) 0%, rgba(4, 20, 48, .22) 46%, transparent 72%);
}

.premium-hero--orlando .portrait-ring {
  display: none;
}

.premium-hero--orlando .portrait-picture {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: 600px;
  align-self: flex-end;
}

.premium-hero--orlando .portrait-picture img {
  width: auto;
  height: 100%;
  max-width: 100%;
}

@media (max-width: 920px) {
  .premium-hero--orlando::before {
    background:
      linear-gradient(180deg, rgba(3, 14, 35, .90) 0%, rgba(4, 20, 47, .72) 48%, rgba(3, 14, 35, .88) 100%),
      linear-gradient(90deg, rgba(3, 14, 35, .68), rgba(3, 14, 35, .38));
  }

  .premium-hero--orlando .orlando-hero-media img {
    object-position: 66% center;
  }

  .premium-hero--orlando .portrait-picture {
    height: 560px;
  }
}

@media (max-width: 600px) {
  .premium-hero--orlando::before {
    background: linear-gradient(180deg, rgba(3, 14, 35, .94) 0%, rgba(5, 22, 50, .78) 44%, rgba(3, 14, 35, .91) 100%);
  }

  .premium-hero--orlando .orlando-hero-media img {
    object-position: 70% center;
  }

  .premium-hero--orlando .premium-copy {
    text-shadow: 0 2px 15px rgba(0, 0, 0, .32);
  }

  .premium-hero--orlando .portrait-picture {
    height: 460px;
  }

  .premium-hero--orlando .premium-portrait::after {
    width: 410px;
    height: 410px;
    bottom: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-hero--orlando .orlando-hero-media img {
    transform: none;
  }
}
