:root{--ink:#101014;--paper:#f5f1e9;--muted:#6f6a64;--line:#d8d2c8;--violet:#7a5cff;--orange:#ff6b2c;--lime:#d9ff4f;--blue:#4b9dff;--pink:#ff5da2;--yellow:#ffe365;--red:#f34b43;--cyan:#40d9e7;--purple:#ac7aff;--sand:#d8a45d;--green:#53d474;--teal:#45bfa5;--cream:#e0ad61;--navy:#4766c9;--coral:#ff8574;--sky:#75c9ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Space Grotesk',sans-serif}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;z-index:5;background:#fff;padding:.7rem}.hero{min-height:680px;background:var(--ink);color:#fff;padding:1.4rem clamp(1.25rem,5vw,6rem) 3rem;position:relative;overflow:hidden}.hero:after{content:'';width:min(55vw,760px);height:min(55vw,760px);position:absolute;right:-18vw;bottom:-42vw;border-radius:50%;background:var(--lime);z-index:0}.nav{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.brand{color:inherit;text-decoration:none;font-weight:700;letter-spacing:-.08em;font-size:1.1rem}.brand span:last-child{color:var(--lime)}.brand-mark{display:inline-grid;place-items:center;background:var(--lime);color:var(--ink);width:1.6rem;height:1.6rem;border-radius:50%;letter-spacing:0;margin-right:.2rem}.nav-link{color:#fff;text-decoration:none;font-size:.9rem}.hero-copy{position:relative;z-index:1;margin-top:clamp(7rem,16vh,10rem);max-width:780px}.eyebrow{font:500 .72rem 'DM Mono',monospace;letter-spacing:.12em;margin:0 0 1rem;color:var(--muted)}.hero .eyebrow{color:var(--lime)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.7rem,8.8vw,8rem);letter-spacing:-.085em;line-height:.87;margin-bottom:1.5rem}h1 em{font-weight:400;color:var(--lime)}.intro{max-width:430px;font-size:1.1rem;line-height:1.5;color:#d4d4d7}.primary-button,.play-link{display:inline-flex;gap:2rem;align-items:center;text-decoration:none;font-weight:700}.primary-button{margin-top:1.2rem;background:var(--lime);padding:1rem 1.2rem;color:var(--ink)}.hero-note{position:absolute;z-index:1;bottom:2.4rem;right:clamp(1.25rem,5vw,6rem);color:var(--ink);font:500 .7rem 'DM Mono',monospace;line-height:1.4}.catalogue{padding:6.5rem clamp(1.25rem,5vw,6rem)}.catalogue-head{display:flex;justify-content:space-between;align-items:end;gap:2rem}.catalogue h2,.source-section h2{font-size:clamp(2.5rem,5vw,4.4rem);line-height:.9;letter-spacing:-.075em;margin:0}.search{display:flex;align-items:center;border-bottom:1px solid var(--ink);width:min(300px,100%)}.search input{border:0;background:transparent;width:100%;font:inherit;padding:.75rem 0;outline:0}.filters{display:flex;gap:.55rem;flex-wrap:wrap;margin:3rem 0 1rem}.filter{font:500 .75rem 'DM Mono',monospace;text-transform:uppercase;border:1px solid var(--line);background:transparent;padding:.7rem .9rem;cursor:pointer}.filter.active,.filter:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.filter span{color:var(--lime);margin-left:.35rem}.results{color:var(--muted);font-size:.85rem;margin-bottom:1rem}.games{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-left:1px solid var(--line);border-top:1px solid var(--line)}.game-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:330px;display:flex;flex-direction:column;background:var(--paper);transition:transform .2s,background .2s}.game-card:hover{transform:translateY(-5px);background:#fff}.game-art{height:150px;background:var(--accent);position:relative;overflow:hidden;padding:1rem}.game-art:after{content:'';position:absolute;width:155px;height:155px;border:1px solid rgba(0,0,0,.32);border-radius:50%;right:-35px;bottom:-65px}.game-number,.game-category{font:500 .65rem 'DM Mono',monospace;text-transform:uppercase}.game-category{position:absolute;right:1rem;top:1rem}.game-icon{position:absolute;bottom:-.4rem;left:1rem;font-size:7rem;line-height:1;color:rgba(0,0,0,.86);letter-spacing:-.15em}.game-content{padding:1.2rem;display:flex;flex:1;flex-direction:column}.game-content h3{font-size:1.4rem;letter-spacing:-.05em;margin-bottom:.5rem}.game-content p{font-size:.86rem;line-height:1.35;color:var(--muted);margin-bottom:1.2rem}.play-link{font-size:.85rem;margin-top:auto;color:var(--ink)}.play-link span{color:var(--muted)}.source-section{background:var(--lime);padding:5rem clamp(1.25rem,20vw,18rem)}.source-section .eyebrow{color:var(--ink)}.source-section p:last-child{max-width:550px;line-height:1.5;margin:1.5rem 0 0}footer{background:var(--ink);color:#fff;padding:2.5rem clamp(1.25rem,5vw,6rem);display:flex;justify-content:space-between;gap:2rem;align-items:end;font-size:.8rem}footer p{margin:0;color:#bbb;max-width:270px}@media(max-width:900px){.games{grid-template-columns:repeat(2,minmax(0,1fr))}.hero:after{right:-25vw}.hero-note{right:1.5rem}.catalogue-head{align-items:start;flex-direction:column}.search{width:100%}}@media(max-width:520px){.hero{min-height:620px}.hero:after{width:360px;height:360px;right:-190px;bottom:-210px}.hero-note{bottom:1.4rem}.games{grid-template-columns:1fr}.game-card{min-height:300px}footer{display:block}footer p{margin-top:1rem}}
