.mojo-home-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.mojo-home-brand-mark {
  width: auto;
  height: 39px;
  display: block;
  filter: drop-shadow(0 0 18px rgba(0, 230, 255, 0.22));
}

.mojo-home-brand-divider {
  width: 1px;
  height: 35px;
  background: linear-gradient(180deg, transparent, #00E6FF, transparent);
  box-shadow: 0 0 14px rgba(0, 230, 255, 0.24);
}

.mojo-home-brand-name {
  display: grid;
  gap: 2px;
  text-transform: uppercase;
  line-height: 1;
}

.mojo-home-brand-primary {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .08em;
  background: linear-gradient(90deg, #1175d8 0%, #00e6ff 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 18px rgba(0,230,255,.16);
}

.mojo-home-brand-secondary {
  color: rgba(222, 235, 255, 0.82);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .38em;
  padding-left: .38em;
  white-space: nowrap;
}

.mojo-global-home-link {
  position: fixed;
  top: 16px;
  left: 18px;
  z-index: 1000;
  padding: 8px 10px;
  border: 1px solid rgba(0, 230, 255, 0.22);
  border-radius: 8px;
  background: rgba(10, 15, 30, 0.78);
  backdrop-filter: blur(12px);
}

@media (max-width: 560px) {
  .mojo-home-brand {
    gap: 8px;
  }

  .mojo-home-brand-mark {
    height: 34px;
  }

  .mojo-home-brand-divider {
    height: 30px;
  }

  .mojo-home-brand-primary {
    font-size: 20px;
    letter-spacing: .03em;
  }

  .mojo-home-brand-secondary {
    font-size: 9.5px;
    letter-spacing: .32em;
    padding-left: .32em;
  }
}
