/* EC2BI hero: image URL is injected by Joomla mod_custom backgroundimage. */
.home-hero .ec2bi-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home-hero .ec2bi-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, .46) 0%, rgba(0, 0, 0, .32) 38%, rgba(0, 0, 0, .12) 58%, rgba(0, 0, 0, 0) 76%);
}

.home-hero .ec2bi-hero .hero-content {
  position: relative;
  z-index: 1;
  background: transparent;
}

.home-hero .ec2bi-hero .eyebrow,
.home-hero .ec2bi-hero h1,
.home-hero .ec2bi-hero p {
  text-shadow: 0 2px 5px rgba(0, 0, 0, .70), 0 1px 2px rgba(0, 0, 0, .45);
}

@media (min-width: 901px) {
  .is-home {
    --ec2bi-header-height: calc(5.3rem + (.875rem * 1.55) + .8rem + 1px);
  }

  .is-home .home-hero .ec2bi-hero .hero-content {
    min-height: calc(100vh - var(--ec2bi-header-height));
    min-height: calc(100svh - var(--ec2bi-header-height));
  }
}
