.hero .oracle-orbit > span.orbit-star-button {
  display: grid !important;
  place-items: center !important;
  width: 78px !important;
  height: 76px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  -webkit-text-stroke: 0 !important;
  clip-path: none !important;
  overflow: visible !important;
  isolation: isolate;
  cursor: pointer;
}

.hero .oracle-orbit > span.orbit-star-button:hover,
.hero .oracle-orbit > span.orbit-star-button:focus-visible,
.hero .oracle-orbit > span.orbit-star-button.is-selected,
.hero .oracle-orbit > span.orbit-star-button.is-lit {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.hero .oracle-orbit .orbit-gem {
  z-index: 1 !important;
}

.hero .oracle-orbit > span.orbit-star-button {
  z-index: 5 !important;
}

.hero .oracle-orbit > span.orbit-star-button::before,
.hero .oracle-orbit > span.orbit-star-button::after {
  display: none !important;
  content: none !important;
}

.orbit-star-shape {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: none !important;
}

.orbit-star-body {
  stroke: #e9ce8c;
  stroke-width: 4.5;
  stroke-linejoin: round;
  transition: filter .28s ease, stroke .28s ease;
}

.orbit-star-label {
  position: relative;
  z-index: 2;
  color: #825b36;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  text-shadow: 0 1px 0 rgba(255,255,255,.72);
  transition: color .3s ease, text-shadow .35s ease;
  pointer-events: none;
}

.hero .oracle-orbit > span.orbit-star-button.is-lit .orbit-star-body {
  stroke: #e9ce8c;
  filter: none;
}

.hero .oracle-orbit > span.orbit-star-button:hover .orbit-star-label,
.hero .oracle-orbit > span.orbit-star-button:focus-visible .orbit-star-label {
  color: #71451f;
}

.hero .oracle-orbit > span.orbit-star-button.is-lit .orbit-star-label,
.hero .oracle-orbit > span.orbit-star-button.is-selected .orbit-star-label {
  color: #fffdf2;
  text-shadow: 0 0 3px #fff, 0 0 8px #fff3b2, 0 0 15px rgba(226, 184, 92, .78);
  animation: orbit-label-light 1.45s ease-out both;
}

@keyframes orbit-label-light {
  0% { color: #825b36; text-shadow: 0 1px 0 rgba(255,255,255,.72); }
  35% { color: #fff; text-shadow: 0 0 3px #fff, 0 0 9px #fff2a5, 0 0 16px rgba(221,177,78,.82); }
  100% { color: #fffaf0; text-shadow: 0 0 2px #fff, 0 0 7px rgba(255,235,159,.8); }
}

@media (max-width: 760px) {
  .hero .oracle-orbit > span.orbit-star-button {
    width: 66px !important;
    height: 64px !important;
  }

  .orbit-star-label { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-star-light { transition: none; }
  .hero .oracle-orbit > span.orbit-star-button.is-lit .orbit-star-light { animation: none; opacity: .72; transform: scale(.9); }
}

.hero-title-wrap {
  position: relative;
  display: inline-block;
  padding-top: 32px;
}

.hero-title-crown {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 2px;
  right: auto;
  width: 52px;
  height: 38px;
  transform: rotate(-4deg);
  filter: drop-shadow(0 7px 8px rgba(139, 83, 26, .2));
  pointer-events: none;
}

.hero-title-crown svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

@media (max-width: 760px) {
  .hero-title-crown {
    top: 2px;
    left: 0;
    right: auto;
    width: 43px;
    height: 31px;
  }

  .hero-title-wrap {
    padding-top: 27px;
  }
}
