
/* clearer hero + mobile layout */
.fp-hero::after{
  background:
    linear-gradient(90deg, rgba(10,10,10,.38) 0%, rgba(10,10,10,.14) 45%, rgba(10,10,10,.04) 100%),
    linear-gradient(180deg, transparent 62%, rgba(10,10,10,.16) 100%) !important;
}
.fp-hero > img{
  transform: none !important;
  animation: none !important;
  object-position: 78% center !important;
  image-rendering: auto !important;
}
@media (max-width: 800px){
  .fp-hero > img{ object-position: 78% center !important; }
  .fp-hero-copy{
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: none !important;
    transform: translateY(-50%) !important;
    text-align: left !important;
  }
  .fp-hero-actions{ justify-content: flex-start !important; }
  .fp-strip-inner{
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 22px 16px !important;
    gap: 14px !important;
  }
  .fp-strip h2{ width: 100% !important; text-align: center !important; }
  .fp-strip .btn-light{ margin-inline: auto !important; }
}

/* hero video cover — match .fp-hero > img so right side is not empty #1a1a1a */
.fp-hero > video.fp-hero-media,
.fp-hero > video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:55% center;
  display:block;
  z-index:0;
  background:#1a1a1a;
}
@media (max-width: 900px){
  .fp-hero > video.fp-hero-media,
  .fp-hero > video{ object-position:72% center; }
}
