.hero {
  min-height: 620px;
  background: #fff;
}

.hero-grid {
  min-height: 620px;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
}

.hero-copy {
  max-width: 650px;
  padding: 76px 0 120px;
}

.hero-art {
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  overflow: hidden;
  clip-path: none;
  background: #0b56ba;
}

.hero-background,
.hero-character {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.hero-background {
  z-index: 1;
  inset: 0 auto 0 0;
  width: 112%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-art::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -12%;
  right: auto;
  bottom: auto;
  left: -46%;
  width: 58%;
  height: 124%;
  background: #fff;
  border: 0;
  border-right: 3px solid rgba(255, 201, 40, 0.82);
  border-radius: 50%;
  pointer-events: none;
}

.hero-art::after {
  content: none;
}

.hero-character {
  z-index: 3;
  right: -1%;
  bottom: -9%;
  width: min(66%, 680px);
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(3, 35, 83, 0.22));
}

.sun-orbit,
.energy-line,
.hero-logo {
  display: none !important;
}

.accent-line {
  width: 82px;
  height: 6px;
}

.support-section {
  margin-top: -72px;
}

.support-card {
  border-top-color: var(--yellow);
  box-shadow: 0 20px 60px rgba(16, 43, 77, 0.14);
}

@media (max-width: 980px) {
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 62px 0 285px;
  }

  .hero-art {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 270px;
  }

  .hero-background {
    width: 100%;
    object-position: 64% center;
  }

  .hero-art::before {
    content: none;
  }

  .hero-character {
    right: 2%;
    bottom: -7%;
    width: min(58%, 360px);
  }

  .support-section {
    margin-top: -46px;
  }
}

@media (max-width: 640px) {
  .hero-copy {
    padding: 48px 0 245px;
  }

  .hero-art {
    height: 220px;
  }

  .hero-background {
    object-position: 62% center;
  }

  .hero-character {
    right: 0;
    bottom: -5%;
    width: min(62%, 250px);
  }

  .support-section {
    margin-top: -34px;
  }
}
