/* The artwork moves inside its existing link; header dimensions and hit area stay stable. */
@media(min-width:992px){
  #header .logo svg,
  #headerfixed .logo svg{transform:translateY(var(--hc-logo-offset,0px));overflow:visible}
}
