/* Cyberdelia Skunkworks masthead artwork.
   Uses the finalized digital badge directly as the primary header mark. */
.site-header .brand-mark{
  width:64px!important;
  height:64px!important;
  flex:0 0 64px!important;
  display:block!important;
  border:0!important;
  border-radius:0!important;
  clip-path:none!important;
  box-shadow:none!important;
  overflow:visible!important;
  padding:0!important;
  color:transparent!important;
  font-size:0!important;
  background:url('/assets/cyberdelia-skunkworks-webmark.svg?v=20260824-2') center/contain no-repeat!important;
}
.site-header .brand-mark>img,
.site-header .brand-mark>svg,
.site-header .brand-mark .brand-logo,
.site-header .brand-mark .brand-logo-raster{display:none!important;}

@media(max-width:680px){
  .site-header .brand-mark{
    width:46px!important;
    height:46px!important;
    flex-basis:46px!important;
  }
}
@media(max-width:390px){
  .site-header .brand-mark{
    width:42px!important;
    height:42px!important;
    flex-basis:42px!important;
  }
}
