:root {
  --ink: #17131d;
  --ink-soft: #2b2533;
  --paper: #fffaf1;
  --paper-2: #f4efe7;
  --white: #ffffff;
  --purple: #7f35ff;
  --violet: #5026da;
  --cyan: #11c9ef;
  --pink: #ff3fa4;
  --red: #ff475d;
  --yellow: #ffd72e;
  --lime: #8ae83e;
  --orange: #ff922f;
  --line: rgba(23, 19, 29, 0.14);
  --shadow: 0 16px 0 var(--ink);
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::selection {
  color: var(--white);
  background: var(--purple);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
  line-height: 0.98;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(4rem, 8vw, 7.7rem);
  font-weight: 950;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 950;
}

h3 {
  font-size: 1.6rem;
  font-weight: 900;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink);
  border-radius: 12px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: 18px 0;
  color: var(--white);
}

.nav-shell,
.section-shell,
.footer-shell,
.hero-shell {
  width: var(--shell);
  margin-inline: auto;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.brand img {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 13px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.site-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a {
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}

.site-nav .nav-cta {
  padding: 10px 18px;
  color: var(--ink);
  background: var(--white);
  border-radius: 999px;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  color: inherit;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.menu-button span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
  border-radius: 2px;
}

.hero {
  position: relative;
  min-height: 900px;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 20%, rgba(17, 201, 239, 0.4), transparent 30%),
    radial-gradient(circle at 15% 85%, rgba(255, 63, 164, 0.4), transparent 32%),
    linear-gradient(130deg, #17121f 5%, #34206d 48%, #15121d 100%);
  isolation: isolate;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: -4%;
  bottom: -110px;
  left: -4%;
  z-index: -1;
  height: 210px;
  content: "";
  background: var(--paper);
  border-radius: 50% 50% 0 0 / 42% 42% 0 0;
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  background-image: radial-gradient(rgba(255, 255, 255, 0.38) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(410px, 0.96fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  min-height: 850px;
  padding-top: 120px;
  padding-bottom: 115px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 30px;
  height: 4px;
  background: var(--yellow);
  border-radius: 4px;
}

.eyebrow.dark {
  color: rgba(23, 19, 29, 0.58);
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.68);
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions,
.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 22px;
  font-weight: 900;
  line-height: 1.08;
  border: 2px solid transparent;
  border-radius: 18px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

a.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: var(--ink);
  background: var(--yellow);
  border-color: var(--ink);
  box-shadow: 0 6px 0 var(--ink);
  cursor: default;
}

.button-primary svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.button-primary span {
  display: grid;
  text-align: left;
}

.button-primary small {
  font-size: 0.65rem;
  font-weight: 750;
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.button-white {
  color: var(--ink);
  background: var(--white);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 7px 0 rgba(23, 19, 29, 0.25);
}

.proof-list {
  display: flex;
  gap: 26px;
  padding: 0;
  margin: 44px 0 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.proof-list li {
  display: flex;
  gap: 7px;
  align-items: center;
}

.proof-list span {
  color: var(--white);
  font-size: 1.45rem;
  font-weight: 950;
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.phone-card {
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 2;
  width: min(330px, 70vw);
  padding: 12px;
  background: #09080d;
  border: 4px solid #040306;
  border-radius: 58px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.48), 0 0 0 2px rgba(255, 255, 255, 0.18) inset;
  transform: translate(-50%, -50%) rotate(7deg);
}

.phone-speaker {
  width: 80px;
  height: 18px;
  margin: 8px auto 12px;
  background: #010102;
  border-radius: 20px;
}

.phone-screen {
  height: 500px;
  overflow: hidden;
  background: var(--purple);
  border-radius: 40px;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  width: 520px;
  height: 520px;
}

.orbit-two {
  width: 680px;
  height: 680px;
}

.float-card {
  position: absolute;
  z-index: 4;
  display: grid;
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 8px 9px 0 var(--ink);
}

.float-dice {
  top: 90px;
  left: 0;
  width: 126px;
  aspect-ratio: 1;
  place-content: center;
  text-align: center;
  background: var(--yellow);
  border-radius: 29px;
  transform: rotate(-9deg);
}

.float-dice strong {
  font-size: 3.2rem;
  line-height: 1;
}

.float-dice span {
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.float-players {
  right: -5px;
  bottom: 85px;
  gap: 2px;
  padding: 18px 20px;
  background: var(--cyan);
  border-radius: 22px;
  transform: rotate(5deg);
}

.avatars {
  letter-spacing: -2px;
}

.burst {
  position: absolute;
  z-index: 3;
  font-size: 4rem;
  line-height: 1;
}

.burst-yellow {
  top: 76px;
  right: 30px;
  color: var(--yellow);
  transform: rotate(15deg);
}

.burst-blue {
  bottom: 55px;
  left: 30px;
  color: var(--cyan);
  transform: scale(0.62) rotate(-15deg);
}

.ticker {
  position: relative;
  z-index: 4;
  overflow: hidden;
  color: var(--ink);
  background: var(--yellow);
  border-block: 3px solid var(--ink);
  transform: rotate(-1deg) scale(1.02);
}

.ticker div {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 100%;
  padding: 17px 26px;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.ticker i {
  color: var(--purple);
  font-size: 1.2rem;
  font-style: normal;
}

.section {
  padding: clamp(90px, 12vw, 150px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 64px;
}

.section-heading > p,
.section-heading.centered > p {
  max-width: 520px;
  margin-bottom: 12px;
  color: rgba(23, 19, 29, 0.62);
  font-size: 1.08rem;
}

.section-heading.centered {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  align-self: center;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 76px;
}

.game-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: 7px 8px 0 var(--ink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.game-card:hover {
  box-shadow: 11px 13px 0 var(--ink);
  transform: translate(-4px, -5px) rotate(-1deg);
}

.game-card::after {
  position: absolute;
  right: -42px;
  bottom: -55px;
  width: 180px;
  height: 180px;
  content: "";
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.game-card p {
  margin: 25px 0 10px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.game-card h3 {
  max-width: 260px;
  margin-bottom: 0;
}

.game-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  font-size: 2rem;
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: 21px;
  transform: rotate(-5deg);
}

.card-cyan { background: var(--cyan); }
.card-yellow { background: var(--yellow); }
.card-lime { background: var(--lime); }
.card-purple { color: var(--white); background: var(--purple); }
.card-pink { background: #ff82c3; }
.card-orange { background: var(--orange); }

.atlas-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  border: 4px solid var(--ink);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.atlas-card img {
  width: 100%;
}

.atlas-card figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 14px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid var(--ink);
  border-radius: 16px;
  box-shadow: 4px 5px 0 var(--ink);
  backdrop-filter: blur(14px);
  font-weight: 800;
}

.steps-section {
  background: var(--paper-2);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0;
  margin: 0;
  counter-reset: step;
  list-style: none;
}

.steps li {
  position: relative;
  padding: 26px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius-lg);
}

.step-number {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(23, 19, 29, 0.42);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.step-illustration {
  display: grid;
  height: 210px;
  margin-bottom: 28px;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
}

.step-open {
  background: linear-gradient(135deg, #8c38ff, #12c9ed);
}

.step-open img {
  width: 116px;
  border: 3px solid rgba(255, 255, 255, 0.62);
  border-radius: 28px;
  box-shadow: 0 18px 30px rgba(45, 20, 89, 0.35);
  transform: rotate(-7deg);
}

.step-pick {
  color: var(--ink);
  background: var(--pink);
}

.step-pick span {
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  font-size: 4rem;
  background: var(--cyan);
  border: 4px solid var(--ink);
  border-radius: 50%;
  box-shadow: 8px 9px 0 var(--ink);
}

.step-pass {
  display: flex;
  gap: 20px;
  color: var(--ink);
  background: var(--yellow);
  font-size: 2.4rem;
  font-weight: 950;
}

.step-pass b {
  font-size: 1.5rem;
  letter-spacing: -5px;
}

.steps h3 {
  margin-bottom: 12px;
}

.steps p {
  margin-bottom: 0;
  color: rgba(23, 19, 29, 0.62);
}

.pro-section {
  color: var(--white);
  background: var(--ink);
}

.pro-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: clamp(32px, 5vw, 68px);
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 100%, rgba(255, 63, 164, 0.45), transparent 35%),
    linear-gradient(135deg, #4020b6, #782ee9 55%, #2c1b61);
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-xl);
}

.pro-shell::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.19;
  background-image: radial-gradient(#fff 1.5px, transparent 1.5px);
  background-size: 30px 30px;
}

.pro-copy,
.pro-art {
  position: relative;
  z-index: 1;
}

.pro-copy h2 {
  font-size: clamp(3rem, 5vw, 5.2rem);
}

.pro-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.06rem;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
  font-weight: 850;
}

.check-list li::before {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  content: "✓";
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 0.8rem;
}

.coming-pill {
  display: inline-flex;
  padding: 9px 13px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.pro-art img {
  width: 100%;
  border: 3px solid var(--ink);
  border-radius: 26px;
  box-shadow: 12px 14px 0 rgba(15, 10, 25, 0.75);
  transform: rotate(2deg);
}

.privacy-callout {
  color: var(--white);
  background: #0d859d;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  align-items: center;
}

.privacy-mark {
  position: relative;
  display: grid;
  width: min(380px, 80vw);
  aspect-ratio: 1;
  margin-inline: auto;
  place-items: center;
  background: var(--cyan);
  border: 4px solid var(--ink);
  border-radius: 38% 62% 60% 40% / 44% 37% 63% 56%;
  box-shadow: 14px 17px 0 var(--ink);
  transform: rotate(-5deg);
}

.privacy-mark span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 146px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 4px solid var(--ink);
  border-radius: 50%;
  font-size: 5rem;
  font-weight: 950;
}

.privacy-mark div {
  position: absolute;
  width: 45%;
  height: 62%;
  border: 18px solid var(--purple);
  border-radius: 50% 50% 28% 28%;
  transform: translateY(30px);
}

.privacy-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.13rem;
}

.text-link {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.final-cta {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 63, 164, 0.18), transparent 25%),
    radial-gradient(circle at 82% 70%, rgba(17, 201, 239, 0.24), transparent 28%),
    var(--paper);
}

.final-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(42px, 8vw, 90px) 24px;
  text-align: center;
  background: var(--yellow);
  border: 4px solid var(--ink);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.final-card > img {
  margin-bottom: 28px;
  border: 3px solid var(--ink);
  border-radius: 28px;
  box-shadow: 7px 8px 0 var(--ink);
  transform: rotate(-5deg);
}

.final-card h2 {
  margin-bottom: 20px;
}

.final-card > p:not(.eyebrow) {
  margin-bottom: 28px;
  font-weight: 700;
}

.site-footer {
  padding: 52px 0;
  color: rgba(255, 255, 255, 0.68);
  background: var(--ink);
}

.footer-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px 44px;
  align-items: center;
}

.footer-brand {
  color: var(--white);
}

.footer-shell > p {
  margin: 0;
}

.footer-shell nav {
  display: flex;
  gap: 24px;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Legal pages */
.legal-page {
  background: var(--paper-2);
}

.legal-page .site-header {
  position: relative;
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.legal-page .brand img {
  border-color: var(--ink);
}

.legal-page .site-nav .nav-cta {
  color: var(--white);
  background: var(--ink);
}

.legal-page .menu-button {
  border-color: var(--line);
  background: var(--white);
}

.legal-hero {
  padding: clamp(70px, 10vw, 125px) 0 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 0%, rgba(17, 201, 239, 0.28), transparent 26%),
    radial-gradient(circle at 12% 90%, rgba(255, 63, 164, 0.2), transparent 28%),
    var(--paper);
  border-bottom: 2px solid var(--ink);
}

.legal-hero .section-shell {
  max-width: 960px;
}

.legal-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(3.6rem, 8vw, 7.2rem);
}

.legal-hero .legal-intro {
  max-width: 700px;
  margin-bottom: 24px;
  color: rgba(23, 19, 29, 0.64);
  font-size: 1.15rem;
}

.effective-date {
  display: inline-flex;
  padding: 8px 12px;
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.legal-wrap {
  display: grid;
  grid-template-columns: 260px minmax(0, 760px);
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
  justify-content: center;
  padding-block: 72px 120px;
}

.legal-toc {
  position: sticky;
  top: 24px;
  padding: 22px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 6px 7px 0 var(--ink);
}

.legal-toc strong {
  display: block;
  margin-bottom: 14px;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.legal-toc nav {
  display: grid;
  gap: 10px;
}

.legal-toc a {
  color: rgba(23, 19, 29, 0.62);
  font-size: 0.88rem;
  font-weight: 750;
}

.legal-toc a:hover {
  color: var(--purple);
}

.legal-content {
  padding: clamp(28px, 5vw, 58px);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 30px;
}

.legal-content section {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 30px;
}

.legal-content section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-content h2 {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  line-height: 1.08;
}

.legal-content h3 {
  margin: 30px 0 12px;
  font-size: 1.15rem;
  line-height: 1.2;
}

.legal-content p,
.legal-content li {
  color: #4f4858;
}

.legal-content a {
  color: #5a2aca;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content ul,
.legal-content ol {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.policy-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0 0 46px;
  list-style: none;
}

.policy-summary li {
  padding: 18px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 18px;
  font-size: 0.84rem;
  font-weight: 850;
}

.policy-summary span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.data-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  font-size: 0.9rem;
}

.data-table th,
.data-table td {
  padding: 14px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.data-table th:last-child,
.data-table td:last-child {
  border-right: 0;
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.data-table th {
  color: var(--ink);
  background: var(--paper-2);
}

.callout {
  padding: 20px;
  margin-block: 24px;
  background: #f2ecff;
  border-left: 5px solid var(--purple);
  border-radius: 0 14px 14px 0;
}

.callout p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .hero-shell {
    grid-template-columns: 1fr;
    padding-top: 160px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 650px;
  }

  .phone-card {
    width: 340px;
  }

  .float-dice {
    left: calc(50% - 260px);
  }

  .float-players {
    right: calc(50% - 280px);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .game-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps li {
    display: grid;
    grid-template-columns: 190px 1fr;
    column-gap: 28px;
  }

  .step-number {
    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 2;
    color: var(--ink);
    background: var(--white);
    border-radius: 99px;
    padding: 6px 8px;
  }

  .step-illustration {
    grid-row: 1 / 3;
    height: 170px;
    margin: 0;
  }

  .steps h3 {
    align-self: end;
  }

  .pro-shell,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .pro-art {
    order: -1;
  }

  .privacy-mark {
    width: 290px;
  }

  .footer-shell {
    grid-template-columns: 1fr auto;
  }

  .footer-shell > p:not(.copyright) {
    display: none;
  }

  .legal-wrap {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }

  .legal-toc nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 28px, 1180px);
    --radius-xl: 30px;
  }

  h1 {
    font-size: clamp(3.35rem, 16vw, 5rem);
  }

  h2 {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }

  .site-header {
    padding: 14px 0;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 70px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    gap: 4px;
    align-items: stretch;
    padding: 12px;
    color: var(--ink);
    background: var(--white);
    border: 2px solid var(--ink);
    border-radius: 20px;
    box-shadow: 7px 8px 0 var(--ink);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 14px;
  }

  .site-nav .nav-cta {
    color: var(--white);
    text-align: center;
    background: var(--ink);
  }

  .hero {
    min-height: auto;
  }

  .hero::after {
    height: 130px;
    bottom: -75px;
  }

  .hero-shell {
    gap: 14px;
    min-height: auto;
    padding-top: 128px;
    padding-bottom: 115px;
  }

  .hero-lede {
    font-size: 1.04rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .proof-list {
    gap: 16px;
    justify-content: space-between;
    font-size: 0.68rem;
  }

  .proof-list li {
    display: grid;
    gap: 0;
  }

  .hero-visual {
    min-height: 565px;
  }

  .phone-card {
    width: min(300px, 79vw);
  }

  .phone-screen {
    height: 440px;
  }

  .orbit-one {
    width: 410px;
    height: 410px;
  }

  .orbit-two {
    display: none;
  }

  .float-dice {
    top: 52px;
    left: 0;
    width: 96px;
    border-width: 2px;
    box-shadow: 5px 6px 0 var(--ink);
  }

  .float-dice strong {
    font-size: 2.5rem;
  }

  .float-players {
    right: 0;
    bottom: 62px;
    max-width: 142px;
    padding: 14px;
    border-width: 2px;
    box-shadow: 5px 6px 0 var(--ink);
    font-size: 0.78rem;
  }

  .burst-yellow {
    right: 5px;
  }

  .burst-blue {
    left: 5px;
  }

  .ticker div {
    justify-content: flex-start;
  }

  .section {
    padding: 84px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .game-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .game-card {
    min-height: 220px;
  }

  .atlas-card {
    overflow: visible;
    border-radius: 22px;
  }

  .atlas-card img {
    border-radius: 18px;
  }

  .atlas-card figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 14px;
    box-shadow: none;
  }

  .steps li {
    display: block;
  }

  .step-illustration {
    height: 190px;
    margin-bottom: 24px;
  }

  .pro-shell {
    padding: 24px;
    border-radius: 30px;
  }

  .pro-art img {
    border-radius: 18px;
    box-shadow: 7px 8px 0 rgba(15, 10, 25, 0.75);
  }

  .privacy-actions {
    align-items: stretch;
  }

  .privacy-actions .button,
  .privacy-actions .text-link {
    width: 100%;
  }

  .privacy-actions .text-link {
    padding-block: 12px;
    text-align: center;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-shell nav {
    flex-direction: column;
    gap: 12px;
  }

  .legal-hero {
    padding-top: 70px;
  }

  .legal-hero h1 {
    font-size: clamp(3.1rem, 17vw, 5rem);
  }

  .legal-wrap {
    padding-block: 34px 80px;
  }

  .legal-toc nav {
    grid-template-columns: 1fr 1fr;
  }

  .legal-content {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .policy-summary {
    grid-template-columns: 1fr;
  }

  .data-table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }
}

@media (max-width: 420px) {
  .brand span {
    font-size: 1.08rem;
  }

  .proof-list {
    gap: 9px;
  }

  .float-dice {
    left: -6px;
  }

  .float-players {
    right: -5px;
  }

  .legal-toc nav {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
