
/* GATULA HERO SLIDESHOW HARDFIX - loaded last */
#gatulaHeroSlideshow.gatula-hard-hero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-height:760px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#07111f!important;
  border-bottom:1px solid rgba(215,169,78,.30)!important;
  isolation:isolate!important;
}

#gatulaHeroSlideshow .gatula-hard-slide{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  opacity:0!important;
  transform:scale(1.03)!important;
  transition:opacity 1.25s ease, transform 8.5s ease!important;
  z-index:0!important;
}

#gatulaHeroSlideshow .gatula-hard-slide.active{
  opacity:1!important;
  transform:scale(1.08)!important;
}

#gatulaHeroSlideshow .gatula-hard-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 10% 38%,rgba(215,169,78,.13),transparent 28%),
    linear-gradient(90deg,rgba(3,10,19,.95) 0%,rgba(3,10,19,.70) 36%,rgba(3,10,19,.28) 67%,rgba(3,10,19,.08) 100%),
    linear-gradient(180deg,rgba(7,17,31,.05),rgba(7,17,31,.25))!important;
}

#gatulaHeroSlideshow .gatula-hard-ring{
  position:absolute!important;
  left:-120px!important;
  top:80px!important;
  width:470px!important;
  height:470px!important;
  border:1px solid rgba(215,169,78,.22)!important;
  border-radius:50%!important;
  z-index:2!important;
  pointer-events:none!important;
}

#gatulaHeroSlideshow .gatula-hard-content{
  position:relative!important;
  z-index:3!important;
  width:min(1480px,calc(100% - 96px))!important;
  margin:0 auto!important;
  padding:130px 0 190px!important;
  text-align:left!important;
}

#gatulaHeroSlideshow .gatula-hard-eyebrow{
  margin:0 0 22px!important;
  color:#f0c96f!important;
  font-size:14px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.32em!important;
}

#gatulaHeroSlideshow h1{
  margin:0!important;
  max-width:760px!important;
  color:#fff!important;
  font-family:"Cormorant Garamond", Georgia, serif!important;
  font-size:clamp(62px,5.8vw,112px)!important;
  line-height:.92!important;
  letter-spacing:-.035em!important;
  text-shadow:0 24px 70px rgba(0,0,0,.55)!important;
}

#gatulaHeroSlideshow .gatula-hard-copy{
  max-width:540px!important;
  margin:28px 0 30px!important;
  color:rgba(255,255,255,.90)!important;
  font-size:18px!important;
  line-height:1.72!important;
  font-weight:600!important;
}

#gatulaHeroSlideshow .gatula-hard-ornament{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  margin:28px 0 0!important;
  width:min(410px,100%)!important;
}

#gatulaHeroSlideshow .gatula-hard-ornament span{
  height:1px!important;
  flex:1!important;
  background:linear-gradient(90deg,transparent,rgba(215,169,78,.72),transparent)!important;
}

#gatulaHeroSlideshow .gatula-hard-ornament img{
  width:28px!important;
  height:28px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 0 13px rgba(244,211,116,.50))!important;
}

#gatulaHeroSlideshow .gatula-hard-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:16px!important;
  min-height:56px!important;
  padding:0 34px!important;
  background:linear-gradient(135deg,#d0a04a,#efc86e)!important;
  color:#07111f!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  letter-spacing:.16em!important;
  font-weight:900!important;
  border:1px solid rgba(245,218,150,.80)!important;
  box-shadow:0 18px 45px rgba(0,0,0,.30)!important;
}

@media(min-width:1800px){
  #gatulaHeroSlideshow.gatula-hard-hero{min-height:800px!important;}
  #gatulaHeroSlideshow .gatula-hard-content{
    width:min(1600px,calc(100% - 120px))!important;
    padding-top:150px!important;
  }
}

@media(max-width:900px){
  #gatulaHeroSlideshow.gatula-hard-hero{min-height:650px!important;}
  #gatulaHeroSlideshow .gatula-hard-content{
    width:min(100% - 34px,1480px)!important;
    padding:95px 0 130px!important;
  }
  #gatulaHeroSlideshow h1{font-size:clamp(48px,14vw,72px)!important;}
  #gatulaHeroSlideshow .gatula-hard-copy{font-size:16px!important;}
}

@media(max-width:520px){
  #gatulaHeroSlideshow.gatula-hard-hero{min-height:620px!important;}
  #gatulaHeroSlideshow .gatula-hard-eyebrow{
    font-size:11px!important;
    letter-spacing:.22em!important;
  }
  #gatulaHeroSlideshow .gatula-hard-btn{
    width:100%!important;
    padding:0 20px!important;
  }
}
