/* V32 — new Airbrush Some Stuff identity */
.site-header .brand-v32{
  min-width:clamp(150px,12vw,205px);
  width:clamp(150px,12vw,205px);
  height:78px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:0;
  overflow:visible;
  flex:0 0 auto;
}
.site-logo-v32{
  display:block;
  width:100%;
  height:76px;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 8px 18px rgba(0,126,255,.18)) drop-shadow(0 0 18px rgba(255,108,0,.08));
  transform-origin:left center;
  transition:transform .28s ease,filter .28s ease;
}
.site-header.scrolled .site-logo-v32{transform:scale(.94);filter:drop-shadow(0 5px 13px rgba(0,126,255,.14))}
.site-header .brand-v32:hover .site-logo-v32{transform:translateY(-1px) scale(1.02);filter:drop-shadow(0 9px 22px rgba(0,156,255,.25)) drop-shadow(0 0 20px rgba(255,108,0,.12))}
.footer-brand-v32{display:grid!important;justify-items:start;align-items:start!important;gap:7px!important}
.footer-brand-v32 .footer-logo-v32{width:min(260px,100%)!important;height:auto!important;max-height:none!important;object-fit:contain!important;filter:drop-shadow(0 12px 25px rgba(0,137,255,.16))}
.footer-brand-v32 small{display:block;color:#9eb0b8;font-size:12px;letter-spacing:.13em;text-transform:uppercase;line-height:1.3;margin-left:4px}
@media(max-width:1220px){
  .site-header .brand-v32{min-width:142px;width:142px}
  .site-logo-v32{height:67px}
}
@media(max-width:980px){
  .site-header .brand-v32{min-width:136px;width:136px;height:58px}
  .site-logo-v32{height:58px}
}
@media(max-width:700px){
  .site-header .brand-v32{min-width:112px!important;width:112px!important;height:50px!important}
  .site-logo-v32{height:49px!important;width:112px!important}
  .footer-brand-v32 .footer-logo-v32{width:210px!important;height:auto!important}
}
