:root {
  color-scheme: light;
  --orange: #d8932b;
  --ink: #191919;
  --white: #fffaf0;
  --font-family: "Open Sans", sans-serif;
  --font-size: 12pt;
  font-family: var(--font-family);
  font-size: var(--font-size);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--orange); color: var(--ink); font-family: var(--font-family); font-weight: 600; line-height: 1.65; }
h1, h2, h3 { font-weight: 800; text-transform: uppercase; }
a { color: var(--ink); text-decoration-thickness: .1em; text-underline-offset: .18em; }
a:hover { text-decoration: none; }
img { max-width: 100%; height: auto; }
.site-shell { width: min(100% - 2rem, 78rem); margin: 0 auto; }
.site-header { padding: 2rem 0 1.25rem; }
.site-title { display: inline-block; color: var(--ink); font-size: 3rem; font-weight: 800; line-height: 1; text-decoration: none; text-transform: uppercase; }
.site-tagline { margin: .55rem 0 0; font-size: 2.4rem; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.site-nav { border-block: 2px solid var(--ink); padding: .7rem 0; }
.site-nav ul { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; margin: 0; padding: 0; list-style: none; }
.site-nav a { font-weight: 800; text-transform: uppercase; }
main { padding: clamp(2rem, 6vw, 5rem) 0; }
.home-intro { max-width: 50rem; margin: 0 auto 3rem; text-align: center; }
.home-intro h1, .page-title { margin: .5em 0; font-size: 3rem; line-height: 1; text-transform: uppercase; }
.formula { margin: 1.5rem 0 0; font-weight: 800; letter-spacing: .09em; }
.brand-result { margin: .35rem 0 0; font-size: 1.35rem; font-weight: 800; }
.game-card { max-width: 56rem; margin: 0 auto; }
.game-card a { display: block; text-decoration: none; }
.framed-image { display: block; width: 100%; border: 2px solid var(--ink); border-radius: .65rem; }
.game-card a:hover .framed-image { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
.game-card h2 { margin: .8rem 0 0; font-size: clamp(1.5rem, 5vw, 2.6rem); text-transform: uppercase; }
.game-card p { margin: .1rem 0 0; font-weight: 700; }
.content { max-width: 54rem; }
.page-lead { margin: .2rem 0 2rem; font-size: 1.05rem; font-weight: 800; text-transform: uppercase; }
.content h2 { margin: 2.5rem 0 .6rem; font-size: 1.55rem; text-transform: uppercase; }
.content h3 { margin: 1.8rem 0 .4rem; }
.content p, .content li { max-width: 48rem; }
.note { border: 2px solid var(--ink); border-radius: .65rem; padding: .9rem 1rem; background: color-mix(in srgb, var(--white) 55%, transparent); }
.date { margin-top: 2.5rem; font-weight: 700; }
.product-hero { display: grid; gap: 1.5rem; align-items: center; margin-bottom: 2.5rem; }
.product-icon { width: min(12rem, 45vw); border: 2px solid var(--ink); border-radius: 20%; }
.store-links { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0 2.5rem; }
.store-links img { width: 12.5rem; border: 0; }
.screenshots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin-top: 1rem; }
.screenshots img { border: 2px solid var(--ink); border-radius: .5rem; }
.doc-links { display: grid; gap: .75rem; margin: 2rem 0; }
.doc-links a { border: 2px solid var(--ink); border-radius: 999px; padding: .65rem 1rem; font-weight: 800; text-align: center; }
.site-footer { border-top: 2px solid var(--ink); padding: 1.5rem 0 2.5rem; font-size: .88rem; font-weight: 700; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; margin-bottom: .65rem; }
.site-footer p { margin: 0; }
@media (min-width: 640px) { .site-tagline { font-size: 4rem; } }
@media (min-width: 700px) { .product-hero { grid-template-columns: 13rem 1fr; } .doc-links { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .site-tagline { font-size: 8rem; } }
@media (max-width: 560px) { .screenshots { grid-template-columns: 1fr; } .screenshots img { width: min(100%, 22rem); margin: 0 auto; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .game-card a:hover .framed-image { transform: none; } }
