/* Small, intentionally separate gateway refinements. */
.gateway-intro {
  position: absolute;
  z-index: 12;
  top: clamp(34px, 6.5vh, 76px);
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, 82vw);
  text-align: center;
  pointer-events: none;
}

.gateway-intro p {
  margin: 0 0 13px;
  font: 800 9px ui-monospace, monospace;
  letter-spacing: .28em;
  color: transparent;
  background: linear-gradient(90deg, var(--brown) 0 50%, #fff 50% 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.gateway-intro h1 {
  margin: 0;
  font: 400 clamp(34px, 3.6vw, 62px)/.98 Georgia, serif;
  letter-spacing: -.045em;
  color: transparent;
  background: linear-gradient(90deg, var(--brown) 0 50%, #fff 50% 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.gateway-intro h1 em {
  font-weight: 400;
  color: transparent;
  background: linear-gradient(90deg, #9f3f35 0 50%, var(--cyan) 50% 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

@media (max-width: 760px) {
  .gateway-intro {
    top: 18px;
    width: 88vw;
    color: #fff;
    text-align: left;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .45);
  }

  .gateway-intro p {
    margin-bottom: 5px;
    font-size: 7px;
    color: #fff;
    background: none;
  }

  .gateway-intro h1 {
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1;
    color: #fff;
    background: none;
  }

  .gateway-intro h1 br {
    display: none;
  }

  .gateway-intro h1 em {
    color: #f29b78;
    background: none;
  }
}
