:root {
  --brand: #c8ff00;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  text-decoration: none;
  color: inherit;
}

.brand-logo {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: block;
}

.brand-logo.lg { width: 36px; height: 36px; }
.brand-logo.sm { width: 22px; height: 22px; }

.brand-name {
  font-family: 'Bebas Neue', 'Oswald', system-ui, sans-serif;
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

.brand-name span { color: var(--brand); }

.brand-lockup.center { justify-content: center; }

.brand-lockup.compact .brand-name { font-size: 20px; }
.brand-lockup.compact .brand-logo { width: 26px; height: 26px; }
