.home-nav {
  min-height: 94px;
  height: 94px;
  padding-inline: clamp(24px, 5vw, 82px);
  background: rgba(2, 9, 18, .92);
  backdrop-filter: blur(18px);
}

.home-nav .home-logo {
  gap: 12px;
  min-width: 214px;
}

.home-nav .home-logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.home-nav .home-logo span {
  display: inline-block;
  color: #f6fbff;
  font: 700 30px/1 'Space Grotesk', sans-serif;
  letter-spacing: -1.4px;
  background: linear-gradient(100deg, #f8fcff 0%, #e8f6ff 42%, #18c9ff 78%, #83f4f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 22px rgba(23, 178, 255, .18);
}

.public-nav .home-logo::after {
  content: 'Codetalis';
  display: inline-block;
  color: #f6fbff;
  font: 700 30px/1 'Space Grotesk', sans-serif;
  letter-spacing: -1.4px;
  background: linear-gradient(100deg, #f8fcff 0%, #e8f6ff 42%, #18c9ff 78%, #83f4f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 22px rgba(23, 178, 255, .18);
}

.sidebar .brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 0;
  padding-bottom: 8px;
  text-decoration: none;
  transform: translateY(-8px);
}

.sidebar .brand img {
  width: 76px;
  height: 76px;
}

.sidebar .brand span {
  color: #f6fbff;
  font: 700 24px/1 'Space Grotesk', sans-serif;
  letter-spacing: -1.2px;
  background: linear-gradient(100deg, #f8fcff 0%, #e8f6ff 42%, #18c9ff 78%, #83f4f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-workspace {
  min-height: 760px;
  padding-top: 58px;
  padding-bottom: 58px;
  background:
    radial-gradient(circle at 77% 44%, rgba(0, 154, 255, .16), transparent 31%),
    radial-gradient(circle at 20% 72%, rgba(0, 221, 238, .07), transparent 28%),
    linear-gradient(125deg, #020912 0%, #061a2d 58%, #03101e 100%);
}

.hero-workspace .hero-copy {
  max-width: 560px;
}

.hero-workspace .hero-kicker {
  color: #64d9ff;
}

.hero-workspace h1 {
  max-width: 570px;
  font-size: clamp(54px, 5vw, 86px);
  line-height: .94;
}

.hero-workspace .project-orbit {
  width: min(740px, 100%);
  height: 510px;
}

.hero-workspace .dc-core {
  width: 190px;
  height: 190px;
  box-shadow: 0 0 0 18px #0d78ce0d, 0 0 0 38px #0d78ce0a, 0 0 54px #1d96ec6b;
}

.hero-workspace .dc-core .core-word {
  top: 77px;
  max-width: 150px;
  color: #f4fbff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: center;
  white-space: nowrap;
}

.home-footer .home-logo {
  gap: 10px;
}

.home-footer .home-logo img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.home-footer .home-logo span {
  display: inline-block;
  color: #f6fbff;
  font: 700 25px/1 'Space Grotesk', sans-serif;
  letter-spacing: -1px;
  background: linear-gradient(100deg, #f8fcff 0%, #e8f6ff 42%, #18c9ff 78%, #83f4f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1000px) {
  .home-nav .home-logo img {
    width: 50px;
    height: 50px;
  }

  .home-nav .home-logo span {
    font-size: 26px;
  }

  .public-nav .home-logo::after { font-size: 26px; }

  .hero-workspace {
    min-height: 700px;
  }
}

@media (max-width: 760px) {
  .home-nav {
    height: 78px;
    min-height: 78px;
    padding-inline: 18px;
  }

  .home-nav .home-logo img {
    width: 46px;
    height: 46px;
  }

  .home-nav .home-logo span {
    font-size: 24px;
  }

  .public-nav .home-logo::after { font-size: 24px; }

  .hero-workspace {
    min-height: 820px;
    padding-top: 38px;
    padding-bottom: 36px;
  }

  .hero-workspace h1 {
    font-size: clamp(46px, 13vw, 68px);
  }

  .hero-workspace .project-orbit {
    width: 100%;
    height: 380px;
    transform: scale(.86);
    transform-origin: top center;
  }

  .hero-workspace .dc-core .core-word {
    top: 68px;
    font-size: 18px;
  }
}
