/* Site-wide SignalVortex brand mark (v50).
   Canonical asset: assets/sv-logo-v50.png (desktop sv_logo_transparent.png).
   The artwork already includes its rounded-square frame — do not circle-crop
   or wrap it in a second container. */
.brand-logo-img,
.brand img.brand-logo-img,
.window-brand img.brand-logo-img,
.vortex-core img.brand-logo-img,
.final-logo img.brand-logo-img{
  object-fit:contain;
  object-position:center;
  background:transparent;
  border-radius:0;
  transform:none!important;
  filter:none;
}
.brand img{
  width:38px;
  height:38px;
  border-radius:0;
  filter:none;
}
.window-brand img,
.window-brand .brand-logo-img{
  width:28px;
  height:28px;
  border-radius:0;
}
.vortex-core img{
  border-radius:0;
  filter:none;
}
.final-logo{
  width:86px;
  height:86px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.final-logo img{width:86px;height:86px;border-radius:0}
