.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #201052;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(32, 16, 82, .18);
}

.brand-mark img { width: 100%; height: 100%; object-fit: cover; }

.brand-name {
  color: #201052;
  font: 700 22px/1 Manrope, Arial, sans-serif;
  letter-spacing: -.04em;
  white-space: nowrap;
}

footer > .brand-lockup { margin-right: auto; }

header nav,
.profile-header nav {
  align-items: center;
  gap: clamp(15px, 2.2vw, 30px);
}

header nav .contact-link,
.profile-header nav .contact-link {
  padding: 12px 20px;
  border-radius: 9px;
  background: #0788e8;
  color: #fff;
  box-shadow: 0 8px 20px rgba(7, 136, 232, .18);
}

@media (max-width: 900px) {
  header nav a:not(.contact-link),
  .profile-header nav a:not(.contact-link) { display: none; }
}

@media (max-width: 540px) {
  .brand-mark { width: 37px; height: 37px; font-size: 22px; }
  .brand-name { font-size: 19px; }
}
