/* Header brand emphasis — intentionally scoped so footer branding is unchanged. */
.site-header .site-brand strong{
  color:#c91f32!important;
  font-weight:900!important;
  letter-spacing:-.035em;
  text-shadow:0 2px 12px rgba(201,31,50,.13);
  position:relative;
  display:inline-block;
}

.site-header .site-brand:hover strong{
  color:#a70f24!important;
  transform:translateY(-1px);
}

@media(max-width:850px){
  .site-header .site-brand strong{
    font-size:1rem!important;
    letter-spacing:-.04em;
  }
}
