/* AURA homepage refinement */
.home .aura-hero::before{
  background:
    radial-gradient(ellipse at center,rgba(7,20,31,0) 38%,rgba(7,20,31,.18) 68%,rgba(7,20,31,.58) 100%),
    linear-gradient(90deg,rgba(10,31,47,.58) 0%,rgba(10,31,47,.20) 48%,rgba(10,31,47,.30) 100%)!important;
}
.home .aura-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  box-shadow:inset 0 0 150px 24px rgba(5,18,28,.34);
}
.home .aura-site-header .wp-block-site-title a{
  color:#f1e4c5!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:1.34rem!important;
  font-weight:500!important;
  letter-spacing:.16em!important;
}
.home .aura-site-header .wp-block-site-title a:before{
  color:#d7bd83!important;
  border-color:#d7bd83!important;
  background:rgba(215,189,131,.04)!important;
  box-shadow:0 0 0 1px rgba(215,189,131,.10),inset 0 0 16px rgba(215,189,131,.06);
}
.home .aura-site-header .aura-brandline{
  color:#d7bd83!important;
  opacity:.92!important;
  letter-spacing:.24em!important;
}
.home .aura-site-header .aura-nav-cta>.wp-block-navigation-item__content{
  border-color:#d7bd83!important;
}
@media(max-width:600px){
 .home .aura-hero::after{box-shadow:inset 0 0 80px 12px rgba(5,18,28,.30)}
 .home .aura-site-header .wp-block-site-title a{font-size:1rem!important}
}