.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border: 1px solid rgba(203, 255, 32, .62);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(169, 255, 0, .16);
}

.brand-wordmark {
  display: inline-flex;
  text-transform: none;
  letter-spacing: -.025em;
  font-size: 21px;
}

.scope-word {
  color: #baff18;
  text-shadow: 0 0 17px rgba(186, 255, 24, .34);
}

.chain-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
  padding: 6px 11px 6px 7px;
  color: #dce4df;
  background: rgba(8, 12, 10, .78);
  border: 1px solid rgba(186, 255, 24, .28);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(186, 255, 24, .07);
  font: 700 9px/1 "Space Grotesk", sans-serif;
  letter-spacing: .18em;
}

.chain-feather {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: #baff18;
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(186, 255, 24, .25);
}

.chain-feather::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 8px;
  height: 14px;
  background: #071008;
  border-radius: 100% 0 100% 0;
  transform: rotate(14deg);
}

.chain-feather::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 1px;
  height: 12px;
  background: #baff18;
  transform: rotate(14deg);
}

.mascot-stage {
  width: min(390px, 90vw);
  height: 390px;
  margin-top: 30px;
}

.birbo-image {
  width: 350px;
  height: 350px;
}

.birbo-image img {
  border-radius: 42%;
  mix-blend-mode: screen;
}

.mascot-stage .orbit-one {
  width: 310px;
  height: 310px;
}

.mascot-stage .orbit-two {
  width: 275px;
  height: 275px;
}

@media (max-width: 700px) {
  .brand-logo {
    width: 34px;
    height: 34px;
  }

  .brand-wordmark {
    font-size: 19px;
  }

  .mascot-stage {
    width: 300px;
    height: 315px;
  }

  .birbo-image {
    width: 290px;
    height: 290px;
  }

  .mascot-stage .orbit-one {
    width: 260px;
    height: 260px;
  }

  .mascot-stage .orbit-two {
    width: 225px;
    height: 225px;
  }
}
