@font-face {
  font-family: Pixelify;
  src: url('assets/pixelify-sans-medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
:root { color-scheme: dark; --ink: #f4f0e5; --muted: #b8c3c6; --gold: #f0bd75; }
* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: #101a21;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #0b1722f5 0%, #0b1722e6 34%, #0b17225c 75%),
    linear-gradient(0deg, #0b1722c9, transparent 65%),
    url('assets/hero-landscape.png') 62% center / cover no-repeat;
  image-rendering: pixelated;
}
main, footer { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
main { flex: 1; display: flex; align-items: center; padding-block: 72px; }
.intro { width: min(100%, 480px); }
h1 { margin: 0 0 20px; font: 500 clamp(3rem, 6vw, 5.25rem)/1.05 Pixelify, monospace; letter-spacing: -2px; color: var(--gold); }
h1 span { color: var(--ink); }
p { margin: 0; color: var(--muted); }
.intro > p { font-size: 1.125rem; }
a { color: inherit; text-decoration: none; }
.store-link { display: inline-flex; align-items: center; gap: 30px; margin-top: 30px; padding: 12px 20px; min-height: 48px; color: #13242e; background: var(--gold); font-size: .9375rem; font-weight: 700; border-radius: 2px; }
.store-link:disabled { border: 0; font-family: inherit; text-decoration: none; cursor: default; opacity: 1; }
.store-link:disabled:hover { color: #13242e; background: var(--gold); }
.store-status { font-size: .75rem; font-weight: 400; }
.support { margin-top: 44px; padding-top: 28px; border-top: 1px solid #b8c3c633; }
h2 { margin: 0 0 10px; font-size: 1.125rem; font-weight: 600; }
.support p { font-size: 1rem; }
.reveal-contact, .revealed-contact { display: inline-flex; align-items: center; gap: 14px; margin-top: 12px; padding: 7px 0; min-height: 44px; color: var(--gold); background: none; border: 0; font: inherit; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.reveal-contact:hover, a.revealed-contact:hover { color: #ffdaa6; }
.revealed-contact { overflow-wrap: anywhere; }
span.revealed-contact { text-decoration: none; cursor: text; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
footer { padding-block: 20px 28px; color: #a3b2b9; font-size: .8125rem; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 28px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.site-footer nav a { display: inline-block; padding-block: 6px; font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.site-footer nav a:hover { color: var(--gold); }
::selection { background: var(--gold); color: #13242e; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 600px) {
  main, footer { width: calc(100% - 48px); }
  main { padding-block: 56px 36px; }
  body::before { background: linear-gradient(90deg, #0b1722e8, #0b1722ba), url('assets/hero-landscape.png') 65% center / cover no-repeat; }
  .support { margin-top: 36px; padding-top: 24px; }
  h1 { letter-spacing: -1px; }
}
