/* WEISS PADEL CONNECT · compact header V6, larger descriptor gap.
   One black surface; the approved raster artwork is preserved in the SVG
   container. CONNECT has its own readable size. No sharpening/vector claim.
   Scoped ownership prevents older general .brand img styles adding a frame. */
html body .site-header .brand .brand-logo-frame{
  box-sizing:border-box;
  display:grid;
  place-items:center;
  flex:0 0 138px;
  width:138px;
  height:61.6px;
  overflow:hidden;
  padding:0;
  border:0;
  border-radius:0;
  background:#000;
  box-shadow:none;
}
html body .site-header .brand .brand-logo-frame>img{
  box-sizing:border-box;
  display:block;
  width:100%;
  min-width:100%;
  max-width:none;
  height:100%;
  min-height:100%;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:#000;
  box-shadow:none;
  object-fit:contain;
  object-position:50% 50%;
  image-rendering:auto;
  transform:none;
}
/* Includes body.wp-excellence .brand .brand-logo-frame>img; specificity is
   deliberately higher than generic image rules, regardless of load order. */
@media(max-width:760px){
  html body .site-header .brand .brand-logo-frame{flex-basis:116px;width:116px;height:52.8px}
}
