.brand-logo {
  display: block;
  width: 180px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 10px rgba(170, 64, 255, .2));
}

footer .brand-logo { width: 165px; }

@media (max-width: 760px) {
  .brand-logo { width: 152px; height: 39px; }
  .hero-copy { min-width: 0; }
  .hero h1 { font-size: clamp(38px, 11vw, 46px); overflow-wrap: anywhere; }
}
