@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Caveat:wght@600;700&family=DM+Sans:wght@400;600;700;800&family=DM+Mono:wght@500&display=swap');:root{--cream:#fff9ee;--paper:#fffaf2;--ink:#202123;--orange:#ff5a0a;--purple:#8e4bd8;--lime:#c9dc00;--yellow:#ffb516;--line:#eadfce}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:'DM Sans',sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.paper-noise{position:fixed;inset:0;z-index:20;pointer-events:none;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.site-header{height:100px;padding:0 clamp(28px,4vw,72px);display:grid;grid-template-columns:260px 1fr 180px;align-items:center;gap:25px;position:relative;z-index:10;background:rgba(255,249,238,.94)}.brand{display:flex;flex-direction:column;width:max-content}.brand img{width:185px}.brand small{margin:-7px 0 0 97px;color:var(--orange);font-weight:700}.site-header nav{display:flex;justify-content:center;gap:clamp(25px,3.2vw,56px);font-size:16px}.site-header nav a{padding:13px 0;border-bottom:3px solid transparent}.site-header nav a:hover,.site-header nav a.active{border-color:var(--orange)}.socials{display:flex;justify-content:flex-end;gap:22px;font-size:23px}.home{min-height:850px;background-color:var(--paper);background-image:linear-gradient(rgba(225,209,186,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(225,209,186,.3) 1px,transparent 1px);background-size:44px 44px}.category-strip{height:145px;padding:10px 5vw;display:flex;justify-content:center;gap:clamp(22px,3vw,54px);overflow-x:auto}.category-strip a{min-width:86px;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:12px}.category-strip i{width:76px;height:76px;display:grid;place-items:center;border:4px solid white;outline:1px solid #bbb;border-radius:50%;background:var(--yellow);font-style:normal;font-size:34px;box-shadow:0 3px 0 #c8bba7}.category-strip a:nth-child(2n) i{background:var(--purple)}.category-strip a:nth-child(3n) i{background:var(--lime)}.category-strip .selected i{background:var(--orange);color:white}.hero{min-height:570px;padding:15px 5vw 0;display:grid;grid-template-columns:.85fr 1.25fr;align-items:end;position:relative;overflow:hidden}.hero-copy{align-self:center;padding-bottom:80px;position:relative;z-index:2}.scribble{margin:0 0 18px;font:32px 'Caveat',cursive;transform:rotate(-2deg);border-bottom:3px solid var(--orange);width:max-content}.scribble b{color:var(--orange)}h1,.section-title h2,.studio h2,.contact h2{margin:0;font:clamp(62px,6vw,112px)/.86 'Archivo Black';letter-spacing:-.065em}.hero h1 em,.section-title h2 em,.studio h2 em,.contact h2 em{font-style:normal;color:var(--orange);text-shadow:2px 2px 0 #ff8b51}.intro{max-width:570px;font-size:17px;line-height:1.7}.intro strong{color:var(--orange)}.pixel-button{display:inline-flex;align-items:center;gap:28px;margin-top:20px;padding:17px 26px;color:white;background:var(--orange);border:5px solid white;outline:2px solid #ffb28b;font-weight:900;box-shadow:8px 8px 0 rgba(63,44,30,.16);transition:.2s}.pixel-button:hover{transform:translate(-3px,-3px);box-shadow:12px 12px 0 rgba(63,44,30,.16)}.team-scene{height:580px;position:relative;display:flex;align-items:flex-end}.team-scene:after{display:none}.team-scene img{width:112%;max-width:none;display:block;margin-left:-8%;filter:saturate(1.03);mix-blend-mode:multiply;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 7%,#000 97%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 7%,#000 97%,transparent 100%)}.doodle{position:absolute;z-index:3;font:48px 'Caveat';color:var(--purple);animation:float 3s ease-in-out infinite}.d1{left:2%;top:8%;font-size:80px}.d2{right:12%;top:12%;transform:rotate(12deg)}.d3{left:4%;bottom:28%;color:var(--orange)}@keyframes float{50%{translate:0 -9px;rotate:4deg}}.featured{width:min(1100px,90%);min-height:75px;margin:-12px auto 0;padding:15px 30px;position:relative;z-index:4;display:flex;justify-content:space-around;align-items:center;gap:25px;border:1px solid #ddd3c5;border-radius:20px;background:rgba(255,255,255,.86);box-shadow:0 8px 25px rgba(85,63,42,.06);color:#999;font:700 16px/1 'DM Mono'}.featured b{color:#444}.featured i{color:var(--orange)}.games{padding:145px 5vw;background:#fff}.section-title{text-align:center}.section-title>p,.studio .label,.contact>p{font:700 11px 'DM Mono';letter-spacing:.18em;color:var(--orange)}.section-title h2,.studio h2,.contact h2{font-size:clamp(54px,6vw,90px)}.game-search{width:min(360px,90vw);height:46px;margin:28px auto 0;padding:0 15px;display:flex;align-items:center;gap:10px;border:2px solid var(--ink);border-radius:9px;background:var(--cream)}.game-search input{width:100%;border:0;outline:0;background:none;font:12px 'DM Mono'}.game-grid{max-width:1350px;margin:70px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.play-card{min-height:480px;padding:24px;position:relative;overflow:hidden;border:4px solid var(--ink);border-radius:26px;color:white;box-shadow:8px 8px 0 var(--ink);transition:.25s}.play-card:hover{transform:translateY(-10px) rotate(-1deg);box-shadow:13px 17px 0 var(--ink)}.card-tower{background:#8357db}.card-rick{background:#2385d5}.card-wreck{background:#65aa3f}.card-magnet{background:#f1674d}.card-kicker{font:9px 'DM Mono'}.rating{position:absolute;right:18px;top:18px;padding:6px 8px;border-radius:99px;background:rgba(0,0,0,.2);font:10px 'DM Mono'}.play-card h3{margin:10px 0;font:37px/.88 'Archivo Black';letter-spacing:-.06em}.art{height:285px;display:grid;place-items:center;position:relative}.emoji{font-size:125px;filter:drop-shadow(8px 10px 0 rgba(0,0,0,.2))}.tower-art i{width:75px;height:220px;border:5px solid #312059;border-radius:35px;background:#c8bafd}.tower-art:before,.tower-art:after{content:"";position:absolute;width:170px;height:55px;border:17px solid #ffd333;border-top-color:transparent;border-radius:50%;transform:rotate(-8deg)}.tower-art:before{top:70px}.tower-art:after{top:140px;transform:rotate(8deg)}.tower-art b{position:absolute;z-index:2;top:4px;color:#ffd333;font-size:58px}.wreck-art i{width:7px;height:150px;background:#222;transform:rotate(15deg)}.wreck-art b{position:absolute;width:115px;height:115px;border-radius:50%;background:#27282b;top:120px;left:40%;box-shadow:8px 9px 0 rgba(0,0,0,.2)}.wreck-art span{position:absolute;width:125px;height:70px;background:#ffd333;bottom:5px;right:0;border:5px solid #222;transform:rotate(-8deg)}.magnet-art i{width:145px;height:145px;border:32px solid #25334b;border-bottom-color:transparent;border-radius:50%}.magnet-art i:before,.magnet-art i:after{content:"";position:absolute;bottom:49px;width:36px;height:48px;background:#ffd333;border:6px solid #25334b}.magnet-art i:before{left:57px}.magnet-art i:after{right:57px}.magnet-art span{position:absolute;right:20px;top:30px;color:#c9dc00;font-size:65px}.card-foot{position:absolute;left:22px;right:22px;bottom:18px;display:flex;justify-content:space-between;align-items:center;font:8px 'DM Mono'}.card-foot b{padding:9px;background:white;color:#222;border-radius:6px}.empty-search{display:none;text-align:center}.studio{background:var(--cream);padding:120px 5vw 150px;position:relative}.tape{position:absolute;top:-23px;left:-2%;width:104%;padding:13px;background:var(--orange);color:white;font:17px 'Archivo Black';word-spacing:20px;white-space:nowrap;overflow:hidden;transform:rotate(-1deg)}.studio-grid{max-width:1300px;margin:auto;display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:center}.studio-copy>p:not(.label){max-width:530px;font-size:18px;line-height:1.7}.studio-copy>a{font-weight:900;border-bottom:3px solid var(--orange)}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.values article{min-height:360px;padding:25px;position:relative;border:3px solid var(--ink);border-radius:18px;background:white;box-shadow:6px 6px 0 var(--ink)}.values article:nth-child(2){transform:translateY(30px);background:#fff0e5}.values article:nth-child(3){background:#f3eaff}.values article>b{font:11px 'DM Mono';color:var(--orange)}.values article>i{display:block;margin:45px 0 35px;font-style:normal;font-size:55px}.values h3{font:24px/.95 'Archivo Black'}.values p{color:#655f59;line-height:1.55}.contact{padding:150px 20px;text-align:center;background:var(--yellow);background-image:radial-gradient(#e89a00 1.5px,transparent 1.5px);background-size:20px 20px}.contact h2 em{color:white;text-shadow:3px 3px 0 var(--orange)}footer{padding:55px 5vw 25px;background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:30px}footer img{width:150px}footer p{margin:0;color:var(--orange);font-weight:700}footer nav{display:flex;justify-content:flex-end;gap:30px;font-weight:700}footer small{grid-column:1/-1;padding-top:20px;border-top:1px solid var(--line);text-align:center;color:#948a7c}.reveal{opacity:0;transform:translateY(30px);transition:.7s}.reveal.in-view{opacity:1;transform:none}
@media(max-width:1050px){.site-header{grid-template-columns:210px 1fr}.site-header nav{display:none}.socials{display:flex}.hero{grid-template-columns:1fr}.hero-copy{padding:60px 0 10px}.team-scene{height:auto;margin-top:-50px}.team-scene img{width:100%;margin:0}.game-grid{grid-template-columns:repeat(2,1fr)}.studio-grid{grid-template-columns:1fr}.values article:nth-child(2){transform:none}}
@media(max-width:650px){.site-header{height:78px;padding:0 16px;grid-template-columns:1fr auto}.brand img{width:135px}.brand small{margin-left:70px;font-size:8px}.socials a:nth-child(2){display:none}.category-strip{justify-content:flex-start;height:120px;padding-inline:16px}.category-strip i{width:60px;height:60px;font-size:27px}.hero{padding:10px 20px 0}.scribble{font-size:24px}.hero h1{font-size:52px}.intro{font-size:15px}.team-scene{margin-top:0}.featured{display:none}.games{padding:95px 20px}.game-grid{display:flex;width:calc(100% + 40px);margin-left:-20px;padding:8px 20px 28px;overflow-x:auto;scroll-snap-type:x mandatory}.play-card{flex:0 0 82vw;scroll-snap-align:center}.studio{padding:100px 20px}.values{grid-template-columns:1fr}.values article{min-height:280px}.values article>i{margin:25px 0}.contact{padding:100px 20px}footer{grid-template-columns:1fr}footer nav{justify-content:flex-start}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}
.site-header .brand{display:flex;flex-direction:row;align-items:center;gap:10px}.site-header .brand img{width:68px;height:68px;object-fit:contain;filter:drop-shadow(0 4px 5px rgba(255,90,10,.22))}.site-header .brand-name{font:38px/1 'DM Sans',sans-serif;font-weight:800;letter-spacing:-.05em}.site-header .brand-name small{display:block;margin:4px 0 0;color:var(--orange);font-size:10px;letter-spacing:0}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:72px;height:72px;object-fit:contain}.footer-brand p b{font-size:27px;color:var(--ink)}
