.brand-purpose {
  max-width: 18rem;
  margin: 4px 0 0;
  color: var(--ink-700);
  font-size: 0.72rem;
  line-height: 1.25;
}

.primary-button {
  text-decoration: none;
}

.topbar.collapsed .brand-purpose {
  display: none;
}

.mall-directory-copy {
  max-width: 32rem;
  margin: 8px 0;
  color: var(--ink-700);
  line-height: 1.45;
}

.mall-directory-link {
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 700;
}

@media (max-width: 680px) {
  .brand-purpose {
    display: none;
  }
}
