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

.ho-brand:focus-visible {
  outline: 2px solid #0ea5e9;
  outline-offset: 3px;
  border-radius: 0.5rem;
}

.ho-brand__mark {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
}

@media (min-width: 640px) {
  .ho-brand__mark {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.ho-brand__text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #0f172a;
}

.ho-brand__muted {
  color: #64748b;
  font-weight: 600;
}
