/* Header brand tagline */
.ast-site-identity a.fe-brand-home,
a.fe-brand-home{
  text-decoration:none!important;
  color:inherit!important;
  display:inline-flex!important;
  align-items:center;
  max-width:min(58vw,520px)!important;
}
.site-description,
a.fe-brand-home .site-description{
  margin:0!important;
  font-family:"Bricolage Grotesque",Manrope,sans-serif!important;
  font-size:clamp(1.2rem,2.1vw,1.65rem)!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
  line-height:1.1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:.4rem .65rem!important;
  opacity:1!important;
  visibility:visible!important;
}
.site-description .fe-tag{
  color:#173038!important;
  -webkit-text-fill-color:#173038!important;
  font-weight:800!important;
}
.site-description .fe-tag-accent{
  background:linear-gradient(120deg,#1f6f78,#2a9a8f)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  color:transparent!important;
}
.site-description .fe-dot{
  width:6px!important;
  height:6px!important;
  border-radius:50%!important;
  background:#1f6f78!important;
  box-shadow:0 0 0 3px rgba(31,111,120,.12)!important;
  flex:0 0 auto!important;
  display:inline-block!important;
}
