[hidden] {
  display: none !important;
}

.home-screen {
  position: fixed;
  inset: 0;
  width: 100dvw;
  height: 100dvh;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  background: #020406;
}

@media (orientation: landscape) {
  .home-screen {
    height: 100dvh;
  }

  .home-art-wrap {
    width: min(100dvw, 150.059dvh);
  }
}

.home-art-wrap {
  position: relative;
  width: min(100dvw, 150.059dvh);
  aspect-ratio: 1280 / 853;
  margin: auto;
  background: #020406;
}

.home-art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-hotspots {
  position: absolute;
  inset: 0;
}

.home-hotspot {
  position: absolute;
  display: block;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color .15s, background .15s, box-shadow .15s;
}

.home-hotspot span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.home-hotspot:hover,
.home-hotspot:focus-visible {
  outline: none;
  border-color: #f0d38f;
  background: #d6af6518;
  box-shadow: 0 0 28px #d6af6570;
}

.home-eks { left: 1.9%; top: 51.2%; width: 22.8%; height: 16.2%; }
.home-charlie { left: 25.4%; top: 51.2%; width: 24.2%; height: 16.2%; }
.home-portal { left: 50.4%; top: 51.2%; width: 24.3%; height: 16.2%; }
.home-pr { left: 75.4%; top: 51.2%; width: 22.8%; height: 16.2%; }
.home-store { left: 1.9%; top: 68.5%; width: 18.0%; height: 17.3%; }
.home-storytelling { left: 44.6%; top: 69.4%; width: 11.5%; height: 14.9%; border-radius: 50%; }
.home-downloads { left: 80.3%; top: 68.5%; width: 17.9%; height: 17.3%; }

.download-preview { margin-top: 22px; }
.download-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 12px 0; }
.download-categories span { padding: 9px 12px; border: 1px solid #8a6a36; border-radius: 999px; color: #f0d38f; font-size: 13px; }
.download-status { font-size: 13px; }

.home-beta-label {
  position: fixed;
  left: 12px;
  bottom: 10px;
  padding: 6px 10px;
  border: 1px solid #6c5531;
  border-radius: 999px;
  color: #d6af65;
  background: #020406bb;
  font-size: 9px;
  letter-spacing: .14em;
}

.coming-screen {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at 50% 35%, #2a2115 0, #0b0a09 45%, #020303 100%);
}

.coming-card {
  width: min(560px, 100%);
  padding: 48px 28px;
  text-align: center;
  border: 1px solid #8a6a36;
  border-radius: 18px;
  background: #0d0c0acc;
  box-shadow: 0 25px 90px #000;
}

.coming-eyebrow {
  color: #d6af65;
  letter-spacing: .3em;
  font-size: 11px;
}

.coming-card h1 {
  margin: 18px 0 10px;
  font: normal clamp(32px, 7vw, 58px) Georgia, serif;
}

.coming-card p {
  color: #c9bfae;
}

.coming-email {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  color: #f0d38f;
  font-size: clamp(14px, 3.8vw, 18px);
  letter-spacing: .04em;
  text-decoration: none;
  border-bottom: 1px solid #8a6a36;
}

.coming-email:hover,
.coming-email:focus-visible {
  color: #fff3d2;
  border-bottom-color: #f0d38f;
  outline: none;
}

.coming-back {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 18px;
  border: 1px solid #d6af65;
  border-radius: 999px;
  color: #f0d38f;
  text-decoration: none;
}

/* Jeremy's supplied Charlie page is one unchanged, non-interactive image. */
.charlie-placeholder {
  position: fixed;
  inset: 0;
  width: 100dvw;
  height: 100dvh;
  background: #020406;
}
.charlie-placeholder > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.charlie-home-return {
  position: absolute;
  bottom: max(10px, env(safe-area-inset-bottom));
  left: max(10px, env(safe-area-inset-left));
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #8a6a36;
  border-radius: 999px;
  background: #020406ed;
  color: #f0d38f;
  font-size: 14px;
  text-decoration: none;
}
.charlie-home-return:focus-visible {
  outline: 2px solid #f0d38f;
  outline-offset: 3px;
}
