.brand {
  display: flex;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 180px;
  height: 60px;
  object-fit: contain;
}

.footer-brand img {
  width: 190px;
  height: auto;
}

@media (max-width: 680px) {
  .brand img { width: 145px; height: auto; }
  .footer-brand img { width: 170px; }
}
