/* Self-hosted so the page makes no third-party request. A site whose main job is
   a privacy policy should not phone a CDN to render its own headline. */
@font-face{font-family:Archivo;font-style:normal;font-weight:400 900;font-display:swap;
  src:url(fonts/archivo-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;
  src:url(fonts/ibmplexmono-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  --ink:#0D0D0F;      /* the ground */
  --paper:#F2F2F0;    /* type on it */
  --muted:#8A8A90;
  --rule:#26262B;
  --amber:#FFB020;
  --pad:72px;
  --display:Archivo,system-ui,sans-serif;
  --text:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --mono:'IBM Plex Mono',ui-monospace,monospace;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--ink);color:var(--paper);font-family:var(--text);
  font-size:16px;line-height:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
:focus-visible{outline:2px solid var(--amber);outline-offset:3px}

.wrap{max-width:1440px;margin:0 auto}

/* ── masthead ─────────────────────────────────────────────── */
.top{display:flex;align-items:center;justify-content:space-between;
  padding:28px var(--pad);border-bottom:1px solid var(--rule)}
.mark{display:flex;align-items:center;gap:14px}
.mark i{width:26px;height:26px;background:var(--amber);flex-shrink:0}
.mark span{font-family:var(--display);font-weight:900;font-size:17px;line-height:22px;letter-spacing:.02em}
.nav{display:flex;align-items:center;gap:40px}
.nav a{color:var(--muted);font-size:15px;line-height:18px}
.nav a:hover{color:var(--paper)}

/* ── hero ─────────────────────────────────────────────────── */
.hero{position:relative;overflow:clip;padding:96px var(--pad) 64px;
  display:flex;flex-direction:column;gap:26px}
.hero .bg{position:absolute;inset:0;background:url(hero.webp) 50%/cover;z-index:0}
.hero > *:not(.bg){position:relative;z-index:1}
.eyebrow{color:var(--muted);font-size:13px;line-height:16px;letter-spacing:.14em}
h1{margin:0;max-width:860px;font-family:var(--display);font-weight:900;
  font-size:104px;line-height:108px;letter-spacing:-.03em}

/* ── section rule ─────────────────────────────────────────── */
.bar{display:flex;align-items:baseline;justify-content:space-between;
  padding:0 var(--pad) 22px;border-bottom:2px solid var(--paper)}
.bar h2{margin:0;font-family:var(--display);font-weight:900;font-size:15px;
  line-height:18px;letter-spacing:.12em}
.bar .note{color:var(--muted);font-size:13px;line-height:16px;letter-spacing:.1em}

/* ── the games list ───────────────────────────────────────── */
.row{display:flex;align-items:center;gap:28px;padding:26px var(--pad);
  border-bottom:1px solid var(--rule);transition:background .15s ease}
a.row:hover{background:#141418}
.row .art{width:58px;height:58px;border-radius:13px;flex-shrink:0}
.row .name{width:300px;flex-shrink:0;font-family:var(--display);font-weight:700;
  font-size:26px;line-height:32px;letter-spacing:-.01em}
.row .desc{flex:1;color:var(--muted);font-size:16px;line-height:24px}
/* A licensed character is a credit, not a footnote — it sits with the title. */
.row .desc b{display:block;color:#7E7E86;font-size:13px;line-height:18px;font-weight:400}
.row .end{width:150px;flex-shrink:0;display:flex;justify-content:flex-end;
  color:var(--muted);font-size:13px;line-height:16px;letter-spacing:.08em;text-align:right}
.tag{background:var(--amber);color:var(--ink);font-family:var(--display);font-weight:900;
  font-size:12px;line-height:16px;letter-spacing:.12em;padding:7px 14px 8px}

/* ── the legal bits ───────────────────────────────────────── */
.legal{display:flex;padding:96px var(--pad) 0}
.legal .lede{width:420px;flex-shrink:0;padding-right:60px;
  display:flex;flex-direction:column;gap:18px}
.legal .lede h2{margin:0;font-family:var(--display);font-weight:900;font-size:15px;
  line-height:18px;letter-spacing:.12em}
.legal .lede p{margin:0;color:var(--muted);font-size:17px;line-height:27px}
.links{flex:1;display:flex;flex-direction:column;border-top:2px solid var(--paper)}
.link{display:flex;align-items:center;gap:28px;padding:26px 0;border-bottom:1px solid var(--rule)}
.link:last-child{border-bottom:0}
.link .what{flex:1;font-family:var(--display);font-weight:700;font-size:22px;line-height:28px}
.link .why{width:250px;flex-shrink:0;color:var(--muted);font-size:15px;line-height:18px}
.link .go{width:44px;flex-shrink:0;text-align:right;color:var(--amber);
  font-family:var(--mono);font-size:15px;line-height:18px}
a.link:hover .what{color:var(--amber)}

/* ── foot ─────────────────────────────────────────────────── */
.foot{display:flex;align-items:flex-end;justify-content:space-between;
  padding:96px var(--pad) 56px}
.foot .who{display:flex;flex-direction:column;gap:10px}
.foot .who strong{font-family:var(--display);font-weight:900;font-size:15px;
  line-height:18px;letter-spacing:.02em}
.foot .who span{color:var(--muted);font-size:14px;line-height:18px}
.foot .co{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.foot .co img{width:150px;height:31px;object-fit:contain}
.foot .co span{color:var(--muted);font-family:var(--mono);font-size:12px;
  line-height:16px;letter-spacing:.06em}

/* ── narrower screens ─────────────────────────────────────────
   The desktop layout is column-based; below 900px the columns stop
   being honest and the rows become stacked blocks instead. */
@media (max-width:1100px){
  :root{--pad:40px}
  h1{font-size:72px;line-height:76px}
  .row .name{width:230px}
  .link .why{width:190px}
}
@media (max-width:820px){
  :root{--pad:24px}
  h1{font-size:44px;line-height:48px;letter-spacing:-.02em}
  .hero{padding-top:56px;padding-bottom:40px;gap:18px}

  .nav{gap:22px}
  .nav a{font-size:14px}

  .row{flex-wrap:wrap;gap:16px;padding:22px var(--pad)}
  .row .art{width:48px;height:48px;border-radius:11px}
  .row .name{width:auto;flex:1;font-size:20px;line-height:26px}
  .row .end{width:auto;flex-shrink:0}
  .row .desc{flex:1 0 100%;font-size:15px;line-height:22px}

  .legal{flex-direction:column;padding-top:56px;gap:32px}
  .legal .lede{width:auto;padding-right:0}
  .legal .lede p{font-size:16px;line-height:25px}
  .link{gap:16px;padding:20px 0;flex-wrap:wrap}
  .link .what{flex:1 0 auto;font-size:18px;line-height:24px}
  .link .why{width:100%;order:3;font-size:14px}
  .link .go{width:auto}

  .foot{flex-direction:column;align-items:flex-start;gap:28px;padding:56px var(--pad) 40px}
  .foot .co{align-items:flex-start}
}

/* ── the policy page ──────────────────────────────────────────
   A privacy policy is read, not scanned, so it gets a measure and
   a real reading size — not the muted grey the marketing rows use. */
.doc{padding:72px var(--pad) 0;max-width:820px}
.doc .kicker{color:var(--muted);font-size:13px;line-height:16px;letter-spacing:.14em;margin:0 0 22px}
.doc h1{font-size:56px;line-height:60px;letter-spacing:-.02em;margin:0 0 20px;max-width:none}
.doc .stand{color:var(--muted);font-size:19px;line-height:30px;margin:0 0 8px}
.doc h2{font-family:var(--display);font-weight:900;font-size:15px;line-height:18px;
  letter-spacing:.12em;margin:56px 0 0;padding-bottom:14px;border-bottom:2px solid var(--paper)}
.doc h3{font-family:var(--display);font-weight:700;font-size:22px;line-height:28px;margin:32px 0 10px}
.doc p{font-size:17px;line-height:28px;margin:14px 0}
.doc ul{margin:14px 0;padding-left:22px}
.doc li{font-size:17px;line-height:28px;margin:8px 0}
.doc a{color:var(--amber);text-decoration:underline;text-underline-offset:3px}
.doc strong{color:var(--paper);font-weight:600}
.doc .muted{color:var(--muted)}
.doc table{width:100%;border-collapse:collapse;margin:20px 0;font-size:15px}
.doc th{text-align:left;font-family:var(--display);font-weight:900;font-size:12px;
  letter-spacing:.1em;color:var(--muted);padding:0 14px 12px 0;border-bottom:1px solid var(--rule)}
.doc td{padding:14px 14px 14px 0;border-bottom:1px solid var(--rule);
  vertical-align:top;line-height:23px}
.doc .scroll{overflow-x:auto}
.doc .box{border-left:2px solid var(--amber);padding:4px 0 4px 20px;margin:24px 0}
.doc .box p{margin:6px 0}
@media (max-width:820px){
  .doc{padding-top:44px}
  .doc h1{font-size:34px;line-height:38px}
  .doc .stand{font-size:17px;line-height:27px}
  .doc p,.doc li{font-size:16px;line-height:26px}
  .doc h3{font-size:19px;line-height:25px}
}

/* ── very narrow phones (iPhone SE, 320px) ────────────────────
   The masthead and the section bar are both single-row flex with
   two items; below ~420px there is not enough width for either,
   and they collide rather than wrap gracefully. Caught by rendering
   at a true 320px viewport — Chrome's headless window clamps to 500,
   which hid this entirely. */
@media (max-width:420px){
  .top{padding:20px var(--pad)}
  .mark{gap:10px}
  .mark i{width:22px;height:22px}
  .mark span{font-size:15px;white-space:nowrap}
  .nav{gap:16px}
  .nav a{font-size:13px}

  .bar{flex-direction:column;align-items:flex-start;gap:6px;padding-bottom:16px}
  .bar .note{font-size:12px}

  h1{font-size:38px;line-height:42px}
  .row .name{font-size:19px;line-height:25px}
}

/* At 320px the wordmark and a three-item nav cannot share a row without
   touching. "Games" is the one that can go: on a phone the list is directly
   below the hero, so the link scrolls almost nowhere. */
@media (max-width:420px){
  .nav-games{display:none}
}
