/* FTJBM adapted homepage banner override - relative image paths only */
.ftjbm-adapted-hero.hero-banner{
  position:relative;
  min-height:720px;
  height:clamp(690px, 84vh, 840px);
  margin-top:60px;
  padding-top:0;
  background:#080d14;
  overflow:hidden;
}
.ftjbm-adapted-hero .hero-banner-swiper,
.ftjbm-adapted-hero .swiper-wrapper,
.ftjbm-adapted-hero .swiper-slide{
  width:100%;
  height:100%;
}
.ftjbm-adapted-hero .hero-banner-swiper{
  overflow:hidden!important;
}
.ftjbm-adapted-hero .swiper-wrapper{
  align-items:stretch;
}
.ftjbm-adapted-hero .swiper-slide{
  flex:0 0 100%!important;
  width:100%!important;
  max-width:100%!important;
  position:relative;
  overflow:hidden;
  background:#080d14;
}
.ftjbm-adapted-hero .slide-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  transform:scale(1.018);
}
.ftjbm-adapted-hero .swiper-slide:nth-child(1) .slide-image{background-position:center 46%;}
.ftjbm-adapted-hero .swiper-slide:nth-child(2) .slide-image{background-position:center 43%;}
.ftjbm-adapted-hero .swiper-slide:nth-child(3) .slide-image{background-position:center 50%;}
.ftjbm-adapted-hero .swiper-slide:nth-child(4) .slide-image{background-position:center 46%;}
.ftjbm-adapted-hero .hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 27% 57%, rgba(7,13,22,.18) 0%, rgba(7,13,22,.28) 32%, rgba(7,13,22,0) 58%),
    linear-gradient(90deg, rgba(3,8,16,.72) 0%, rgba(5,10,18,.56) 32%, rgba(5,10,18,.22) 58%, rgba(5,10,18,.04) 100%),
    linear-gradient(180deg, rgba(2,7,14,.42) 0%, rgba(2,7,14,.08) 38%, rgba(2,7,14,.18) 100%);
  pointer-events:none;
}
.ftjbm-adapted-hero .hero-content{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:148px clamp(30px, 7.2vw, 128px) 96px;
}
.ftjbm-adapted-hero .hero-inner{
  position:relative;
  max-width:min(780px, 54vw);
  color:#fff;
  text-align:left;
  margin:0!important;
  padding:0 0 0 34px!important;
  background:transparent!important;
}
.ftjbm-adapted-hero .hero-inner:before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:3px;
  height:calc(100% - 16px);
  background:linear-gradient(180deg, #d42638 0%, rgba(212,38,56,.55) 45%, rgba(212,38,56,0) 100%);
}
.ftjbm-adapted-hero .hero-kicker{
  display:inline-flex;
  align-items:center;
  margin-bottom:22px;
  padding:0;
  border:0;
  background:transparent;
  backdrop-filter:none;
  color:rgba(255,255,255,.82);
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.ftjbm-adapted-hero h2{
  position:static!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  width:auto!important;
  transform:none!important;
  max-width:820px;
  margin:0 0 26px;
  color:#fff;
  font-family:Lato,Roboto,Arial,sans-serif;
  font-weight:700;
  font-size:clamp(48px, 5.2vw, 82px);
  line-height:1.08;
  letter-spacing:-.045em;
  text-wrap:balance;
  text-shadow:0 18px 42px rgba(0,0,0,.34);
}
.ftjbm-adapted-hero .subhead{
  display:block!important;
  position:static!important;
  max-width:620px;
  margin:0 0 38px;
  color:rgba(255,255,255,.82);
  font-size:clamp(16px, 1.08vw, 19px);
  line-height:1.72;
  font-weight:400;
  text-shadow:0 10px 26px rgba(0,0,0,.28);
}
.ftjbm-adapted-hero .btn-primary1{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:218px;
  min-height:54px;
  margin:0!important;
  padding:15px 30px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:2px;
  background:linear-gradient(135deg, #c7192f 0%, #8f1322 100%)!important;
  color:#fff!important;
  font-size:15px;
  font-weight:700;
  letter-spacing:.02em;
  box-shadow:0 20px 48px rgba(65,8,18,.34), inset 0 1px 0 rgba(255,255,255,.18);
  transition:background .22s ease, transform .22s ease, box-shadow .22s ease;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  z-index:4!important;
  opacity:1!important;
  visibility:visible!important;
}
.ftjbm-adapted-hero .btn-primary1:hover{
  background:linear-gradient(135deg, #d62239 0%, #9b1527 100%)!important;
  transform:translateY(-2px)!important;
  box-shadow:0 24px 58px rgba(65,8,18,.42), inset 0 1px 0 rgba(255,255,255,.22);
}
.ftjbm-adapted-hero .swiper-pagination{
  bottom:38px!important;
}
.ftjbm-adapted-hero .swiper-pagination-bullet{
  width:36px;
  height:3px;
  border-radius:0;
  background:rgba(255,255,255,.46);
  opacity:1;
}
.ftjbm-adapted-hero .swiper-pagination-bullet-active{
  background:#c9192e;
}
.ftjbm-adapted-hero .swiper-button-prev,
.ftjbm-adapted-hero .swiper-button-next{
  color:#fff;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.38);
  background:rgba(8,13,20,.14);
  backdrop-filter:blur(6px);
}
.ftjbm-adapted-hero .swiper-button-prev:after,
.ftjbm-adapted-hero .swiper-button-next:after{
  font-size:17px;
  font-weight:700;
}
@media (min-aspect-ratio: 18/9){
  .ftjbm-adapted-hero .slide-image{
    background-size:cover;
  }
  .ftjbm-adapted-hero .hero-overlay{
    background:
      radial-gradient(circle at 26% 55%, rgba(7,13,22,.16) 0%, rgba(7,13,22,.24) 31%, rgba(7,13,22,0) 58%),
      linear-gradient(90deg, rgba(3,8,16,.70) 0%, rgba(4,9,16,.50) 34%, rgba(4,9,16,.16) 66%, rgba(4,9,16,0) 100%),
      linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,.12) 100%);
  }
}
@media (max-width: 991px){
  .ftjbm-adapted-hero.hero-banner{
    min-height:640px;
    height:76vh;
    margin-top:60px;
    padding-top:0;
  }
  .ftjbm-adapted-hero .slide-image{
    background-size:cover;
  }
  .ftjbm-adapted-hero .hero-content{
    align-items:flex-end;
    padding:116px 24px 94px;
  }
  .ftjbm-adapted-hero .hero-inner{
    max-width:720px;
    padding-left:24px!important;
  }
  .ftjbm-adapted-hero .hero-overlay{
    background:linear-gradient(180deg, rgba(4,8,14,.18) 0%, rgba(4,8,14,.32) 36%, rgba(4,8,14,.76) 100%);
  }
  .ftjbm-adapted-hero h2{
    font-size:clamp(38px, 9.2vw, 58px);
    line-height:1.08;
  }
  .ftjbm-adapted-hero .subhead{
    font-size:15px;
    line-height:1.58;
  }
}
@media (max-width: 560px){
  .ftjbm-adapted-hero.hero-banner{
    min-height:610px;
    height:72vh;
  }
  .ftjbm-adapted-hero .hero-content{
    padding:106px 20px 88px;
  }
  .ftjbm-adapted-hero .hero-inner{
    padding-left:18px!important;
  }
  .ftjbm-adapted-hero .hero-inner:before{
    width:2px;
  }
  .ftjbm-adapted-hero .hero-kicker{
    font-size:11px;
    letter-spacing:.11em;
    margin-bottom:16px;
  }
  .ftjbm-adapted-hero h2{
    font-size:clamp(34px, 10vw, 48px);
  }
  .ftjbm-adapted-hero .btn-primary1{
    min-width:0;
    width:100%;
  }
  .ftjbm-adapted-hero .swiper-button-prev,
  .ftjbm-adapted-hero .swiper-button-next{
    display:none;
  }
}
