.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex: 0 0 auto;
  color: #171513;
  text-decoration: none;
}

.brand-lockup img {
  display: block;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.72rem;
  object-fit: contain;
}

.brand-name {
  font-family: var(--sans, system-ui, sans-serif);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.brand-name i {
  color: #1fa37e;
  font-style: normal;
}

footer .brand-lockup {
  color: #fff9ef;
}

@media (max-width: 640px) {
  .brand-lockup {
    gap: 0.5rem;
  }

  .brand-lockup img {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.62rem;
  }

  .brand-name {
    font-size: 1.28rem;
  }
}
