.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: inherit;
  text-decoration: none;
}

.brand-lockup:hover,
.brand-lockup:focus-visible {
  text-decoration: none;
}

.brand-lockup__mark {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(20, 50, 74, 0.14);
}

.brand-lockup__copy {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  min-width: 0;
}

.brand-lockup__name {
  font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #14324A;
}

.brand-lockup__label {
  font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #096B5A;
}

.brand-lockup--compact .brand-lockup__mark {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 14px;
}

.brand-lockup--compact .brand-lockup__name {
  font-size: 0.88rem;
}

.brand-lockup--compact .brand-lockup__label {
  font-size: 0.72rem;
}
