.cheet-body {
  background:
    radial-gradient(circle at top left, rgba(14, 165, 233, 0.1), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 18%, #fffcf6 100%);
}

.cheet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: flex-end;
}

.cheet-nav a {
  margin-left: 0;
}

.cheet-brand {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.cheet-brand small {
  color: var(--color-text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.site-header .cheet-brand small {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 860px) {
  .cheet-nav {
    justify-content: flex-start;
  }
}
