@font-face {
  font-family: Anybody;
  src: url("assets/fonts/anybody-latin-variable.woff2") format("woff2");
  font-weight: 300 800;
  font-stretch: 75% 125%;
  font-display: swap;
}
@font-face {
  font-family: Figtree;
  src: url("assets/fonts/figtree-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Azeret Mono";
  src: url("assets/fonts/azeret-mono-latin.woff2") format("woff2");
  font-weight: 400 600;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f7f6f0;
  --ink: #101216;
  --soft: #52555a;
  --rule: #c9c8c0;
  --cyan: #00a7d8;
  --magenta: #e63b72;
  --yellow: #f1c84b;
  --focus: #1757d4;
}
* {
  box-sizing: border-box;
}
body {
  isolation: isolate;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Figtree, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
  border-radius: 0;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 5px;
}
::selection {
  background: var(--yellow);
  color: var(--ink);
}
html {
  scrollbar-color: var(--rule) var(--paper);
}
input {
  caret-color: var(--focus);
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 10;
  padding: 14px;
  background: var(--ink);
  color: var(--paper);
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  margin: 0 4.5%;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
  gap: 24px;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: Anybody, sans-serif;
  font-size: 18px;
  font-weight: 720;
  letter-spacing: -0.04em;
  min-height: 44px;
}
.wordmark svg {
  width: 27px;
  height: 27px;
  fill: var(--ink);
}
.wordmark .accent {
  fill: var(--ink);
}
.slash {
  color: var(--ink);
}
.launch-status {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
.status-mark {
  height: 7px;
  width: 7px;
  background: var(--ink);
  border-radius: 50%;
}
main {
  flex: 1;
  display: flex;
  align-items: center;
}
.hero {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  padding: 70px 7% 76px;
  gap: 6%;
}
.intro {
  position: relative;
  isolation: isolate;
  align-self: center;
}
.intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -30px -42px;
  background: radial-gradient(
    ellipse at 36% 48%,
    rgba(247, 246, 240, 0.98) 0%,
    rgba(247, 246, 240, 0.94) 58%,
    rgba(247, 246, 240, 0.72) 78%,
    rgba(247, 246, 240, 0) 100%
  );
  pointer-events: none;
}
h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: Anybody, sans-serif;
  font-stretch: condensed;
  font-variation-settings: "wdth" 78;
  font-size: clamp(3.9rem, 7vw, 6rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.04em;
  /* A narrow paper edge separates ink from the active dot field. */
  text-shadow:
    1px 0 var(--paper),
    -1px 0 var(--paper),
    0 1px var(--paper),
    0 -1px var(--paper),
    1px 1px var(--paper),
    -1px -1px var(--paper),
    1px -1px var(--paper),
    -1px 1px var(--paper);
}
.last-line {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.period {
  position: absolute;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
}
.coming {
  font-size: 17px;
  font-weight: 650;
  margin: 30px 0 12px;
}
.description {
  font-size: 16px;
  line-height: 1.65;
  color: var(--soft);
  max-width: 390px;
  margin: 0;
  text-wrap: pretty;
}
.signup {
  margin-top: 38px;
  max-width: 440px;
  scroll-margin-top: 24px;
}
.signup label {
  display: block;
  font-size: 14px;
  font-weight: 650;
  margin-bottom: 12px;
}
.form-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--ink);
  background: #fffef9;
}
.form-row:focus-within {
  border-color: var(--focus);
}
.form-row:focus-within::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -6px;
  border: 3px solid var(--focus);
  pointer-events: none;
}
.form-row input:focus-visible,
.form-row .subscribe:focus-visible {
  outline: 0;
}
.form-row input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 16px;
  font-size: 15px;
  color: var(--ink);
}
.form-row input::placeholder {
  color: #616369;
  opacity: 1;
}
.form-row input:disabled {
  opacity: 1;
  -webkit-text-fill-color: #616369;
}
.subscribe {
  min-width: 0;
  border: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 0 19px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  transition: background 0.18s;
}
.subscribe:not(:disabled):hover {
  background: var(--focus);
}
.subscribe:disabled {
  background: #45474b;
}
.subscribe svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.form-note,
.form-status,
.privacy-link {
  font-size: 12px;
  line-height: 1.5;
  color: var(--soft);
}
.form-note {
  margin: 12px 0 0;
}
.form-status {
  margin: 5px 0 0;
  min-height: 18px;
}
.form-status.error {
  color: #a51e4c;
}
.privacy-link {
  display: inline-block;
  min-height: 44px;
  padding-top: 8px;
}
.play-area {
  position: relative;
  min-width: 0;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
}
#ink-field {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}
.stage-top,
.stage-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--soft);
  font-size: 12px;
  z-index: 1;
}
.stage-top {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.card-stage {
  position: relative;
  width: 100%;
  height: 460px;
  display: grid;
  place-items: center;
  perspective: 1100px;
}
.playing-card {
  --rx: 0deg;
  --ry: 0deg;
  --px: 50%;
  --py: 50%;
  position: relative;
  width: 272px;
  height: 380px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 13px;
  transform: rotate(-8deg) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 0.28s ease-out;
  box-shadow: 12px 27px 30px -17px #10121660;
  will-change: transform;
  text-align: left;
  color: var(--paper);
}
.playing-card:not(:disabled):hover {
  box-shadow: 14px 30px 35px -17px #10121670;
}
.card-turn {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: inherit;
}
.playing-card.revealed .card-turn {
  transform: rotateY(180deg);
}
.card-face {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card-back {
  background: #171b20;
  border: 7px solid #22272c;
  outline: 1px solid #383c41;
  outline-offset: -8px;
  padding: 14px;
}
.card-back:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at var(--px) var(--py),
    #fff2,
    transparent 60%
  );
  opacity: 0.7;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #66685f;
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.1em;
  color: #e4e0cd;
}
.card-top svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #d9d4bc;
  stroke-width: 1.3;
}
.card-art {
  display: block;
  position: relative;
  flex: 1;
  overflow: hidden;
  margin: 13px -1px 0;
}
.orbit {
  position: absolute;
  border: 1px solid #a6a59073;
  width: 186px;
  height: 186px;
  border-radius: 50%;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
}
.orbit-one:before,
.orbit-one:after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid #a6a5904d;
  border-radius: 50%;
}
.orbit-one:after {
  inset: 18px;
}
.orbit-two {
  width: 240px;
  height: 94px;
  transform: translate(-50%, -50%) rotate(-48deg);
  border-color: #00a7d88c;
}
.orbit-three {
  width: 235px;
  height: 90px;
  transform: translate(-50%, -50%) rotate(46deg);
  border-color: #e63b726e;
}
.portal {
  position: absolute;
  left: 50%;
  top: 28%;
  width: 82px;
  height: 136px;
  transform: translateX(-50%);
  border: 1px solid #cec8a2;
  border-radius: 50px 50px 0 0;
  background: #22272c;
  box-shadow: 6px 8px 15px #10121680;
}
.portal-inner {
  position: absolute;
  inset: 7px;
  border: 1px solid #cec8a27a;
  border-radius: inherit;
  background: repeating-linear-gradient(
    0deg,
    transparent 0 5px,
    #d5c99124 5px 6px
  );
}
.portal-star {
  position: absolute;
  left: 50%;
  top: 32%;
  width: 42px;
  height: 60px;
  background: #e9ddac;
  transform: translate(-50%, -50%);
  clip-path: polygon(
    50% 0,
    59% 39%,
    100% 50%,
    59% 61%,
    50% 100%,
    41% 61%,
    0 50%,
    41% 39%
  );
}
.star-point {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #dfd7b1;
  transform: rotate(45deg);
}
.star-a {
  top: 12%;
  left: 27%;
}
.star-b {
  top: 68%;
  right: 12%;
  background: var(--magenta);
}
.star-c {
  top: 24%;
  right: 15%;
  width: 3px;
  height: 3px;
}
.horizon {
  position: absolute;
  bottom: 14px;
  height: 1px;
  background: #b2ac8d6b;
  left: 15%;
  right: 15%;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
  color: #e4e0cd;
  padding: 10px 0 13px;
}
.card-seal {
  font-family: Anybody, sans-serif;
  font-size: 13px;
  border: 1px solid #8e9184;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  display: grid;
  place-items: center;
  transform: rotate(12deg);
}
.card-edition {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #66685f;
  padding-top: 9px;
  font-size: 7px;
  letter-spacing: 0.13em;
  color: #bcbeb3;
}
.card-front {
  transform: rotateY(180deg);
  background: #161b25;
}
.card-front img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-disclaimer {
  position: absolute;
  bottom: 8px;
  left: 12px;
  right: 12px;
  text-align: center;
  font-size: 8px;
  background: #171b20;
  color: var(--paper);
  padding: 3px;
}
.crop {
  position: absolute;
  width: 17px;
  height: 17px;
  border-color: var(--rule);
  border-style: solid;
  pointer-events: none;
}
.crop-tl {
  left: 7%;
  top: 4%;
  border-width: 1px 0 0 1px;
}
.crop-tr {
  right: 7%;
  top: 4%;
  border-width: 1px 1px 0 0;
}
.crop-bl {
  left: 7%;
  bottom: 4%;
  border-width: 0 0 1px 1px;
}
.crop-br {
  right: 7%;
  bottom: 4%;
  border-width: 0 1px 1px 0;
}
.dimension {
  position: absolute;
  font-family: "Azeret Mono", monospace;
  left: 0;
  top: 50%;
  font-size: 8px;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  color: var(--soft);
}
.stage-bottom {
  border-top: 1px solid var(--rule);
  min-height: 54px;
}
.site-footer {
  margin: 0 4.5%;
  min-height: 85px;
  border-top: 1px solid var(--ink);
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  color: var(--soft);
}
.footer-note {
  font-size: medium;
  font-weight: bold;
  margin-left: auto;
}
.footer-mark {
  display: flex;
  gap: 3px;
  margin-left: 18px;
}
.footer-mark i {
  width: 4px;
  height: 16px;
  background: var(--ink);
}
.footer-mark i:nth-child(2) {
  height: 10px;
}
.footer-mark i:nth-child(3) {
  height: 6px;
}
@media (min-width: 1600px) {
  .hero {
    gap: 110px;
  }
}
@media (max-width: 1000px) {
  .hero {
    padding: 55px 6%;
    gap: 5%;
  }
  h1 {
    font-size: clamp(3.5rem, 7.8vw, 5.2rem);
  }
  .playing-card {
    width: 238px;
    height: 332px;
  }
  .card-art {
    margin-top: 7px;
  }
  .orbit {
    width: 158px;
    height: 158px;
  }
  .orbit-two,
  .orbit-three {
    width: 200px;
    height: 82px;
  }
  .portal {
    width: 66px;
    height: 108px;
    top: 24%;
  }
  .card-bottom {
    font-size: 11px;
    padding-bottom: 9px;
  }
  .card-top {
    font-size: 8px;
  }
  .play-area {
    min-height: 540px;
  }
  .card-stage {
    height: 416px;
  }
  .subscribe {
    padding: 0 13px;
    gap: 10px;
  }
  .dimension {
    font-size: 7px;
  }
}
@media (max-width: 720px) {
  .site-header {
    height: 78px;
    margin: 0 6%;
  }
  .wordmark {
    font-size: 16px;
    gap: 9px;
  }
  .wordmark svg {
    width: 24px;
    height: 24px;
  }
  .launch-status {
    font-size: 11px;
    gap: 7px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 44px 7% 20px;
    gap: 42px;
    max-width: 560px;
  }
  .intro {
    max-width: 100%;
  }
  h1 {
    font-size: clamp(3.75rem, 13.3vw, 5.4rem);
    line-height: 0.9;
  }
  .coming {
    margin-top: 24px;
    font-size: 16px;
  }
  .description {
    font-size: 15px;
    max-width: 390px;
  }
  .signup {
    margin-top: 28px;
    max-width: none;
  }
  .form-row {
    min-height: 54px;
  }
  .form-row input {
    padding: 13px;
    font-size: 14px;
  }
  .subscribe {
    font-size: 13px;
    padding: 0 16px;
  }
  .play-area {
    min-height: 484px;
  }
  .card-stage {
    height: 394px;
  }
  .playing-card {
    width: 245px;
    height: 342px;
  }
  .stage-top {
    font-size: 11px;
  }
  .crop-tl,
  .crop-bl {
    left: 3%;
  }
  .crop-tr,
  .crop-br {
    right: 3%;
  }
  .dimension {
    left: -8px;
  }
  .stage-bottom {
    font-size: 11px;
  }
  .site-footer {
    margin: 0 6%;
    padding: 22px 0;
    min-height: 80px;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 11px;
  }
  .footer-note {
    margin-left: 0;
    flex-basis: 80%;
    order: 3;
  }
  .footer-mark {
    margin-left: auto;
  }
  .card-art {
    min-height: 167px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
  .playing-card {
    will-change: auto;
  }
}

/* Allow enlarged text to reflow rather than widening grid tracks. */
.hero { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
.intro { min-width: 0; }
h1 { overflow-wrap: anywhere; }
.last-line { display: inline; }
#motion-toggle { min-height: 44px; padding: 10px 0 10px 12px; border: 0; background: transparent; color: var(--soft); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.stage-bottom { flex-wrap: wrap; }
.motion-paused .playing-card { transform: rotate(-8deg); will-change: auto; }
.motion-paused .card-turn { transition: none; }
.market-card { padding: 22px; background: var(--ink); color: var(--paper); }
.market-card-title { flex: 1; display: flex; align-items: center; font-family: Anybody, sans-serif; font-size: 38px; line-height: 1.05; font-weight: 650; letter-spacing: -.03em; }
@media (max-width: 720px) {
  .hero { grid-template-columns: minmax(0, 1fr); }
  .intro::before { inset: -24px -10px; }
}
