.imago-home {
  min-height: calc(100vh - 100px);
  margin: 0 !important;
  padding: 0 !important;
  background: #071127;
}

.imago-home__hero {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 100px);
  padding: clamp(3rem, 8vw, 8rem);
  background:
    linear-gradient(90deg, rgba(4, 11, 30, 0.98) 0%, rgba(6, 16, 42, 0.82) 36%, rgba(6, 16, 42, 0.12) 74%),
    url("../img/git-imago-hero.png") center right / cover no-repeat;
}

.imago-home__content {
  max-width: 38rem;
  color: #f7f9ff;
}

.imago-home__eyebrow {
  margin: 0 0 1.1rem;
  color: #77d7ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.imago-home h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.imago-home__lead {
  max-width: 31rem;
  margin: 1.5rem 0 2.25rem;
  color: #d7def7;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.imago-home__action.ui.primary.button {
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  background: linear-gradient(120deg, #5c59ff, #4ab4ff);
  box-shadow: 0 12px 35px rgba(70, 128, 255, 0.35);
}

#navbar-logo img {
  display: none;
}

#navbar-logo::after {
  content: "Git Imago";
  color: #4752d9;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

#navbar a[href="https://docs.gitea.com"] {
  display: none;
}

@media (max-width: 700px) {
  .imago-home__hero {
    align-items: flex-end;
    min-height: calc(100vh - 80px);
    padding: 2rem;
    background:
      linear-gradient(0deg, rgba(4, 11, 30, 0.98) 12%, rgba(4, 11, 30, 0.42) 82%),
      url("../img/git-imago-hero.png") 67% center / cover no-repeat;
  }
}
