:root { color-scheme:light; --bg:#F6F8F5; --surface:#FFFFFF; --ink:#172D24; --muted:#52655A; --accent:#A83F32; --on-accent:#FFFFFF; --line:color-mix(in srgb,var(--ink) 16%,transparent); }
* { box-sizing:border-box; }
body { margin:0; background:var(--bg); color:var(--ink); font:16px/1.55 system-ui,-apple-system,"Segoe UI",sans-serif; }
a { color:inherit; text-underline-offset:4px; }
a:focus-visible { outline:3px solid var(--ink); outline-offset:5px; }
img { display:block; max-width:100%; }
h1,h2,h3,p { margin:0; }
h1,h2,h3 { line-height:1.15; letter-spacing:-.035em; overflow-wrap:anywhere; }
h1 { font-size:clamp(2rem,3.8vw,3.4rem); }
h2 { font-size:1.45rem; }
h3 { font-size:1.2rem; }
.type-serif h1,.type-serif h2,.type-serif h3 { font-family:Georgia,serif; }
.shell { width:min(1200px,calc(100% - 64px)); margin-inline:auto; }
.site-header { display:flex; justify-content:space-between; align-items:center; gap:16px; min-height:84px; border-bottom:1px solid var(--line); }
.brand { display:flex; align-items:center; gap:10px; font-weight:800; font-size:1.25rem; text-decoration:none; min-width:0; overflow-wrap:anywhere; }
.brand img { flex:0 0 32px; }
.site-navigation { display:flex; gap:24px; font-size:.9rem; font-weight:600; }
.site-navigation a { padding-block:12px; text-decoration:none; }
.site-navigation a:hover,.footer-brand:hover { text-decoration:underline; }
.intro { padding:42px 0 36px; display:flex; justify-content:space-between; align-items:center; gap:24px; }
.intro>div { max-width:720px; }
.eyebrow,.genre { font-size:.7rem; letter-spacing:.12em; text-transform:uppercase; font-weight:750; color:var(--muted); }
.intro h1 { margin:9px 0 12px; }
.intro p:not(.eyebrow) { max-width:60ch; color:var(--muted); }
.browse { display:inline-flex; gap:14px; padding:10px 16px; margin-top:18px; background:var(--accent); color:var(--on-accent); border-radius:6px; font-weight:650; font-size:.9rem; text-decoration:none; }
.intro-art { width:200px; height:134px; object-fit:cover; border-radius:8px; }
.collection { scroll-margin-top:20px; }
.collection-heading { display:flex; justify-content:space-between; gap:24px; align-items:baseline; margin-bottom:20px; }
.collection-heading p { max-width:390px; font-size:.78rem; color:var(--muted); }
.game-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.density-compact .game-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
.game-card { min-width:0; border-radius:10px; background:var(--surface); }
.cards-outlined .game-card { border:1px solid var(--line); }
.cards-soft .game-card { box-shadow:0 5px 22px #0000000c; border-radius:18px; }
.cards-plain .game-card { background:transparent; }
.game-link { display:flex; flex-direction:column; height:100%; text-decoration:none; border-radius:inherit; }
.game-cover { width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; border-radius:10px 10px 0 0; }
.card-copy { display:flex; flex-direction:column; flex:1; padding:18px; gap:9px; }
.description { color:var(--muted); font-size:.88rem; }
.game-cta { display:flex; justify-content:space-between; align-items:center; margin-top:auto; padding-top:14px; font-size:.85rem; font-weight:700; }
.game-link:hover h3 { text-decoration:underline; text-underline-offset:4px; }
.contact-block { display:flex; justify-content:space-between; gap:24px; align-items:center; padding:28px 0; margin-top:40px; border-top:1px solid var(--line); scroll-margin-top:20px; }
.contact-block p { color:var(--muted); font-size:.88rem; max-width:60ch; margin-top:9px; }
.email { font-weight:650; overflow-wrap:anywhere; min-width:0; }
.site-footer { display:flex; justify-content:space-between; gap:24px; border-top:1px solid var(--line); padding:26px 0 32px; color:var(--muted); font-size:.78rem; }
.footer-brand { font-size:.95rem; font-weight:700; color:var(--ink); text-decoration:none; }
.site-footer p { margin:5px 0; }
.site-footer nav { display:flex; gap:20px; flex-wrap:wrap; align-content:flex-start; }
.policy { max-width:800px; padding:36px 0; overflow-wrap:anywhere; }
.back { display:inline-block; font-size:.85rem; margin-bottom:22px; }
.policy h1 { font-size:clamp(2rem,4vw,2.8rem); margin-bottom:14px; }
.policy-intro { color:var(--muted); }
.revision { font-size:.8rem; margin:16px 0 26px; color:var(--muted); }
.policy section { margin:22px 0; }
.policy h2 { font-size:1.13rem; margin-bottom:8px; letter-spacing:-.01em; }
.policy section p { font-size:.95rem; }
.policy-contact { border-top:1px solid var(--line); padding-top:20px; }
.not-found { min-height:55vh; padding-block:70px; }
.not-found p { margin-block:12px; }
.skip-link { position:absolute; top:8px; left:8px; transform:translateY(-150%); background:var(--surface); padding:10px; z-index:5; }
.skip-link:focus { transform:none; }
@media(max-width:1000px) { .density-compact .game-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media(max-width:760px) {
 .shell { width:calc(100% - 36px); }
 .site-header { min-height:72px; flex-wrap:wrap; padding-block:12px; gap:8px 16px; }
 .site-navigation { gap:18px; }
 .intro { padding:28px 0; }
 .intro-art { display:none; }
 .collection-heading { display:block; }
 .collection-heading p { margin-top:8px; }
 .game-grid,.density-compact .game-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
 .contact-block,.site-footer { flex-direction:column; align-items:flex-start; gap:16px; }
 .contact-block { margin-top:28px; }
}
@media(max-width:480px) {
 .game-grid,.density-compact .game-grid { grid-template-columns:minmax(0,1fr); }
 .brand { font-size:1.1rem; }
 .brand img { width:28px; height:28px; flex-basis:28px; }
 .site-navigation { font-size:.83rem; gap:14px; }
 .intro h1 { max-width:15ch; }
}
