.brand-mark {
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #07131f;
}
.brand-mark::after { pointer-events: none; }
.brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 44%;
  border-radius: 50%;
}
.footer-brand .brand-mark { width: 42px; height: 42px; }
@media (max-width: 700px) {
  .brand { gap: 10px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 7px; letter-spacing: .13em !important; }
}
