@font-face {
  font-display: swap;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ibm-plex-mono-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ibm-plex-mono-latin-500-normal.woff2') format('woff2');
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #000;
}

body.impish-splash {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: #000;
  color: #fff;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.impish-splash-skip {
  position: absolute;
  left: -9999px;
  top: 0;
}

.impish-splash-skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.5rem 0.75rem;
  background: #000;
  color: #fff;
}

.impish-splash-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(2.75rem, 8vh, 5.5rem) 1.5rem 2.5rem;
  text-align: center;
}

.impish-splash-wordmark {
  display: block;
  width: 132px;
  height: auto;
  margin: 0 0 clamp(2.25rem, 7vh, 4.25rem);
}

.impish-splash-hero {
  display: block;
  width: min(92vw, 52.5rem);
  height: auto;
  margin: 0 0 clamp(2.5rem, 8vh, 4.75rem);
  background: #000;
  object-fit: contain;
  pointer-events: none;
}

.impish-splash-copy {
  max-width: 26.5rem;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.impish-splash-copy p {
  margin: 0 0 1.35rem;
}

.impish-splash-email {
  display: inline-block;
  margin: 0.85rem 0 2.15rem;
  color: #fff;
  font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none;
}

.impish-splash-email:hover,
.impish-splash-email:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.impish-splash-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 3.25rem;
  margin: 0 0 2.35rem;
  padding: 0;
  list-style: none;
}

.impish-splash-social a {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.28em;
}

.impish-splash-social a:hover,
.impish-splash-social a:focus-visible {
  opacity: 0.7;
}

.impish-splash-mark {
  display: block;
  width: 48px;
  height: auto;
}

@media (max-width: 600px) {
  .impish-splash-page {
    padding: 2.25rem 1.25rem 2rem;
  }

  .impish-splash-wordmark {
    width: 110px;
  }

  .impish-splash-copy {
    font-size: 0.8125rem;
  }

  .impish-splash-email {
    font-size: 1.125rem;
    word-break: break-word;
  }
}
