/* brand-lockup.css — shared brand component for landing + app */

.vl21-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.vl21-brand-mark {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: url("/logo-node-128.webp") no-repeat center center;
  background-size: cover;
  flex-shrink: 0;
}

.vl21-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vl21-brand-copy strong {
  font-size: 1rem;
}

.vl21-brand-copy span {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
}
