/* Scroll must work even though vendor locks body to 100vh */
html {
  height: auto !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}
body,
.page-container {
  height: auto !important;
  max-height: none !important;
  min-height: 100%;
  overflow: visible !important;
}
body {
  width: 100%;
  background: #00ff5c !important;
}

.second-screen,
.footer-section,
.box-content {
  background: #00ff5c !important;
}

.hamburger-line {
  background-color: #000 !important;
}

.box-content,
.box-heading,
.mission-description,
.contract-address-value,
.copy-contract-button,
.launch-post-link {
  color: #000 !important;
}

.copy-contract-button {
  border-color: #000 !important;
}

.footer-quote,
.footer-social-link,
.footer-incubated-text,
.footer-rh-mark,
.footer-partner-separator {
  color: #000 !important;
}

.footer-disclaimer {
  color: #00000099 !important;
}

.footer-social-link:hover,
.footer-rh-mark:hover {
  color: #000 !important;
  opacity: 0.7;
}

.eyebrow {
  color: #000 !important;
}

.menu-close-btn {
  color: #000 !important;
}

.content-box {
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.content-box.is-in {
  opacity: 1 !important;
  transform: none !important;
}

.nav.is-open {
  display: block;
  visibility: visible;
}

.cta-button.soon,
.menu-link-item.soon,
.footer-social-link.soon,
.discover-btn.soon {
  cursor: default;
  pointer-events: none;
  opacity: 0.55;
}

.discover-btn.is-static {
  cursor: default;
}

.toast {
  position: fixed;
  z-index: 10000;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%) translateY(120%);
  background: #fff;
  color: #000;
  font-family: var(--font-roboto-mono), monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 0.85rem 1.2rem;
  border: 3px solid #000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
}
.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.footer-disclaimer {
  font-family: var(--font-roboto-mono), monospace;
  color: #ffffff80;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.65rem;
  text-align: center;
  max-width: 520px;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.footer-rh-mark {
  font-family: var(--font-roboto-mono), monospace;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
  font-weight: 600;
}

#loaderBar {
  will-change: transform, height;
}

.cta-button {
  color: #000;
  background: #f6ff01;
  border-color: #000;
}

.mwg_effect000 .medias img,
.flair,
.footer-image {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.partners-track {
  will-change: transform;
}

.gooey-content {
  z-index: 3;
  position: relative;
}
#gooey-overlay {
  background: transparent;
}

button.dropdown-item {
  width: 100%;
  cursor: pointer;
  background: transparent;
}

@media (max-width: 768px) {
  .cta-buttons {
    margin-bottom: 1rem;
  }
  .logotype-image {
    width: calc(100vw - 1.5rem) !important;
    max-width: calc(100vw - 1.5rem) !important;
    max-height: 10vh !important;
    margin: 0 auto;
  }
}
