/* Last100 official logo — preserve aspect ratio, no distortion */
.brand-logo {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-logo--nav {
  width: 48px;
  height: 48px;
}

.brand-logo--hero {
  width: 56px;
  height: 56px;
}

.brand-logo--footer {
  width: 32px;
  height: 32px;
  opacity: 0.85;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
