
.site-header {
  z-index: 30;
}

.site-header .desktop-nav {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.site-header .desktop-nav a,
.site-header .desktop-nav a:not(.nav-cta) {
  display: inline-flex !important;
  visibility: visible !important;
}

.site-header .desktop-nav .nav-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(255, 245, 214, .86);
  border-radius: 999px;
  background: #f1c773;
  color: #183025;
  opacity: 1;
  font-weight: 800;
  letter-spacing: .035em;
  box-shadow: 0 7px 18px rgba(8, 29, 20, .24), inset 0 1px 0 rgba(255, 255, 255, .34);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.site-header .desktop-nav .nav-cta:hover,
.site-header .desktop-nav .nav-cta:focus-visible {
  background: #f6d58f;
  color: #183025;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(8, 29, 20, .3), inset 0 1px 0 rgba(255, 255, 255, .4);
}

.site-header .desktop-nav .nav-cta:focus-visible {
  outline: 2px solid #fffdf7;
  outline-offset: 3px;
}

.hero {
  min-height: 710px;
}

.hero-mission-symbol {
  width: 210px !important;
  max-width: 210px !important;
  pointer-events: none;
  opacity: .16;
  transform: translateY(-5px);
}

.hero-mission-symbol img {
  display: block;
  width: 210px !important;
  max-width: 210px !important;
  height: auto !important;
}

.footer-complete-logo {
  width: 330px;
  height: 245px;
  overflow: hidden;
  display: block;
}

.footer-complete-logo img {
  width: 100%;
  height: auto;
  transform: translateY(-38px);
}

.hero > .sun {
  display: grid;
  place-items: center;
}

@media (width <= 860px) {
  .site-header {
    flex-wrap: nowrap;
    row-gap: 0;
  }

  .site-header .desktop-nav {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    gap: 20px;
    font-size: 12px;
  }

  .hero {
    min-height: 700px;
    padding-top: 155px;
  }

  .hero-mission-symbol { opacity: .12; }
}

@media (width <= 560px) {
  .site-header {
    flex-wrap: wrap;
    row-gap: 13px;
  }

  .site-header .desktop-nav {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    gap: 17px;
    font-size: 11px;
  }

  .site-header .desktop-nav .nav-cta {
    padding: 9px 14px;
    font-size: 10px;
  }

  .hero {
    min-height: 680px;
    padding-top: 160px;
  }

  .hero-mission-symbol {
    opacity: .09;
    transform: translateY(-5px);
  }

  .footer-complete-logo {
    width: 280px;
    height: 210px;
  }

  .footer-complete-logo img {
    transform: translateY(-32px);
  }
}
