:root{--ink:#251d35;--purple:#5b2879;--lime:#d8ec75;--paper:#fbfaf5;--line:#d8d2de}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}header{height:82px;padding:10px 5vw;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:var(--paper);position:sticky;top:0;z-index:4}.logo img,footer>img{width:56px;height:56px;object-fit:contain}nav{display:flex;gap:26px;font-size:13px;font-weight:700}.mail{font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:5px}.intro{display:grid;grid-template-columns:1fr 1fr;min-height:670px}.intro-copy,.catalog,.services{padding:9vw 5vw}.intro-copy{background-image:linear-gradient(rgb(251 250 245/.93),rgb(251 250 245/.93)),url('../images/pattern-logo.png');background-size:auto,500px}.kicker,.label{font-size:11px;font-weight:800;letter-spacing:.13em;margin:0 0 22px}.intro h1,h2,h3{letter-spacing:-.075em;line-height:.88;margin:0;font-weight:900}.intro h1{font-size:clamp(58px,7vw,110px)}.intro h1 i{font-style:normal;color:var(--purple)}.intro-copy>p,.game p,.trade p,.youtube p,.services p,.about p{font-size:17px;line-height:1.55;max-width:500px;margin:30px 0}.btn{display:inline-flex;align-items:center;gap:13px;padding:15px 20px;background:var(--lime);border-radius:6px;font-weight:800;font-size:13px;transition:transform .22s ease,box-shadow .22s ease}.btn:hover{transform:translateY(-4px);box-shadow:0 9px 0 #a5bb4b}.btn.dark{background:var(--ink);color:#fff}.table{background:linear-gradient(rgb(91 40 121/.88),rgb(91 40 121/.88)),url('../images/pattern-wacamole.png') center/500px;display:grid;place-items:center;overflow:hidden}.table img{width:88%;z-index:1;transform:rotate(-3deg);box-shadow:18px 22px 0 #35164a;transition:transform .5s ease}.table:hover img{transform:rotate(1deg) scale(1.06)}.strip{background:var(--lime);padding:15px;white-space:nowrap;overflow:hidden;font-size:12px;font-weight:900;letter-spacing:.12em}.catalog h2,.trade h2,.youtube h2,.services h2,.about h2,.gallery h2{font-size:clamp(48px,6vw,90px)}.game-grid{display:grid;gap:34px;margin-top:55px}.game{display:grid;grid-template-columns:1fr 1fr;min-height:480px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.game:hover{transform:translateY(-10px);box-shadow:0 22px 42px rgb(37 29 53/.18)}.game>div{padding:60px}.game h3{font-size:clamp(58px,6vw,96px)}.game img{width:100%;height:100%;min-height:360px;object-fit:cover;transition:transform .6s ease}.game:hover img{transform:scale(1.08)}.dino{background:#c4d99b}.arctic{background:#d9d2e0}.trade{padding:9vw 5vw;display:grid;grid-template-columns:1fr .8fr;gap:10%;align-items:center;background:linear-gradient(rgb(216 236 117/.92),rgb(216 236 117/.92)),url('../images/pattern-halftone.png') center/330px}.trade img{width:100%;height:390px;object-fit:cover;border-radius:12px;transition:transform .5s ease}.trade img:hover{transform:rotate(2deg) scale(1.04)}.youtube{padding:9vw 5vw;background:linear-gradient(rgb(91 40 121/.9),rgb(91 40 121/.9)),url('../images/pattern-wacamole.png') center/460px;color:#fff}.services{background:linear-gradient(rgb(255 255 255/.9),rgb(255 255 255/.9)),url('../images/pattern-halftone.png') center/330px}.youtube-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr);gap:30px;max-width:1050px;margin-top:42px;align-items:center}.channel-video{aspect-ratio:16/9;overflow:hidden;border-radius:12px;box-shadow:0 22px 40px rgb(0 0 0/.24)}.channel-video iframe,.video iframe{display:block;width:100%;height:100%;border:0}.channel-link{display:grid;justify-items:center;gap:10px;font-size:14px;font-weight:800;text-align:center;transition:transform .25s ease}.channel-link:hover{transform:translateY(-9px) rotate(-1deg)}.channel-link img{width:min(100%,245px);filter:drop-shadow(8px 12px 0 rgb(36 19 51/.3))}.video{max-width:760px;aspect-ratio:16/9;margin-top:42px;overflow:hidden;border-radius:12px;box-shadow:0 22px 40px rgb(37 29 53/.18)}.gallery{padding:9vw 5vw;background:linear-gradient(rgb(241 237 243/.92),rgb(241 237 243/.92)),url('../images/pattern-wacamole.png') center/480px}.gallery h2{margin-bottom:45px}.gallery>div{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;transition:transform .35s ease,filter .35s ease}.gallery img:hover{transform:scale(1.05) rotate(1deg);filter:saturate(1.18)}.about{padding:9vw 5vw;display:grid;grid-template-columns:.42fr 1fr;gap:10%;background:#e7e0e9}.mark{display:grid;place-items:center}.mark img{width:min(75%,280px);transition:transform .4s ease}.mark:hover img{transform:rotate(-10deg) scale(1.08)}footer{display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center;padding:38px 5vw;background:var(--ink);color:#fff}.footer-mail{display:block;color:#42d9d4;font-size:15px;font-weight:400}.social{display:flex;gap:14px;margin-top:18px}.social a{display:grid;place-items:center;width:28px;height:28px}.social a img{width:26px;height:26px;object-fit:contain;filter:brightness(0) invert(1);transition:transform .2s ease}.social a:hover img{transform:translateY(-4px) scale(1.14)}footer small{font-size:11px}.reveal{opacity:0;transform:translateY(36px);transition:opacity .75s ease,transform .75s ease}.reveal.in{opacity:1;transform:none}.reveal.in h2,.reveal.in .kicker,.reveal.in .game,.reveal.in .gallery>div,.reveal.in .mark{animation:rise .7s both}.reveal.in h2{animation-delay:.12s}.reveal.in .game:nth-child(2){animation-delay:.24s}@keyframes rise{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@media(max-width:760px){header{height:70px}nav{display:none}.intro,.game,.trade,.about{grid-template-columns:1fr}.intro-copy,.catalog,.trade,.youtube,.services,.gallery,.about{padding:80px 6vw}.table{min-height:420px}.game>div{padding:42px 7vw}.gallery>div{grid-template-columns:repeat(2,1fr)}.youtube-grid{grid-template-columns:1fr}.channel-link{justify-items:start;text-align:left}.channel-link img{width:180px}footer{grid-template-columns:1fr;gap:20px}}
@media(max-width:760px){.game-grid .game{min-height:0}.game-grid .game>img{width:100%;height:auto;min-height:0;aspect-ratio:auto;object-fit:contain;display:block}}
