.cyber-razor-bottom {
  margin-bottom: 0 !important;
}
.brand {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(.65rem, 2vw, 1.5rem);
  white-space: nowrap;
}
.brand strong {
  display: inline;
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  line-height: .9;
}
.brand-logo {
  color: #feef00;
  font-family: Cyberpunk, Oxanium, sans-serif;
  font-weight: 400;
  text-shadow: #46dffb 2px 2px;
}
.brand > span { display: inline; }

@media (max-width: 700px) {
  .brand { white-space: normal; }
  .brand strong { font-size: clamp(2rem, 11vw, 3.2rem); }
  .brand > span { font-size: clamp(1rem, 5vw, 1.5rem); }
}
