/* Shared KASY brand lockup — logo mark + wordmark */
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.listen-face,
.hero-listen {
  object-fit: contain;
}

.brand-mark-lg {
  width: 72px;
  height: 72px;
  border-radius: 20px;
}

.brand-mark-xl {
  width: 96px;
  height: 96px;
  border-radius: 24px;
}

.brand-text {
  min-width: 0;
}

.brand-wordmark {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--text, #f0f0f2);
  line-height: 1.1;
}

.brand-tagline {
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--text-secondary, rgba(255, 255, 255, 0.45));
  margin-top: 6px;
  letter-spacing: 0.5px;
}

.onboard-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.settings-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.settings-brand .brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.admin-brand .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.privacy-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.privacy-brand .brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}
