header .header-logo #header-logo-title .brand-wordmark {
  width: auto;
  min-width: 210px;
  padding: 10px 15px;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

html.hero-past #webgl-hero header,
html.hero-past #webgl-hero footer,
html.hero-past #webgl-hero .stage-nav-btn,
html.hero-past #webgl-hero .hero-enter {
  opacity: 0;
  pointer-events: none;
}

#webgl-hero .header-more--about {
  pointer-events: auto;
}

html.about-open #about {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 2000;
}

html.about-open #preloader {
  display: none !important;
}

html.is-ready #preloader {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none !important;
  transition: opacity 0.3s ease, visibility 0.3s;
}

@media screen and (max-width: 812px) {
  header .header-logo #header-logo-title .brand-wordmark {
    width: auto;
    min-width: 180px;
    height: 30px;
    padding: 8px 11px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  #preloader .logo-title {
    font-size: 20px;
  }
}

#about #about-content-description {
  width: min(1120px, calc(100% - 3rem));
  margin-inline: auto;
  justify-content: space-between;
  gap: clamp(3rem, 8vw, 8rem);
  padding-bottom: 2.5rem;
}

#about #about-content-title {
  height: min(46vh, 340px);
  min-height: 250px;
}

#about #about-content-title h1 {
  font-size: clamp(1.7rem, 2.35vw, 2.8rem);
  line-height: 1.05;
  padding-bottom: 1.25rem;
}

#about #about-content-title p {
  padding: 1rem 0 1.5rem;
}

#about #about-content-description #about-left-column,
#about #about-content-description #about-right-column {
  flex: 1 1 0;
  max-width: 520px;
}

#about #about-content-description #about-right-column .about-column--group {
  margin-left: 0;
}

#about #about-content-description .about-column--group {
  padding-bottom: 2.25rem;
}

#about .code-n-site-credit p:first-child a {
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.15;
}

#about .code-n-site-credit p:last-child a {
  color: #aeb4b3;
  font-family: "IBM_plex_mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 812px) {
  #about #about-content-title {
    height: auto;
    min-height: 320px;
    padding: 4rem 0 1.5rem;
  }

  #about #about-content-description {
    width: calc(100% - 2rem);
    gap: 0;
  }

  #about #about-content-description #about-left-column,
  #about #about-content-description #about-right-column {
    max-width: none;
  }
}
