/* Canonical Veya wordmark. Always render the real SVG asset, never typed text. */
.veya-logo-mark{
  display:block;
  width:78px;
  aspect-ratio:3100/1100;
  flex:none;
  background-color:currentColor;
  -webkit-mask-image:url('/assets/veya-logo.svg');
  mask-image:url('/assets/veya-logo.svg');
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:left center;
  mask-position:left center;
  -webkit-mask-size:contain;
  mask-size:contain;
}

.veya-logo-sr{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.navpill .brand>.veya-logo-mark{width:72px}
.top .veya-logo-mark,.wm .veya-logo-mark,.lp-brand .veya-logo-mark{width:78px}
footer .veya-logo-mark{width:76px}

@media(max-width:720px){
  .veya-logo-mark{width:64px}
  .navpill .brand>.veya-logo-mark{width:58px}
  footer .veya-logo-mark{width:64px}
}

@media(max-width:380px){
  .navpill .brand>.veya-logo-mark{width:50px}
}
