@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600&family=Manrope:wght@700;800&display=swap');
*{box-sizing:border-box}body{margin:0;background:#f3ead8;color:#171006;font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}header,footer{min-height:76px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.11em}.brand{display:flex;align-items:center;gap:11px;font-weight:700}.brand b{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;color:#ffeec8;background:#b62e22}.hero{padding:9vw 6vw 7vw;border-top:1px solid #d4c7ad}.hero>p,.copy small{font-size:10px;letter-spacing:.2em;font-weight:700}.hero h1{font:800 clamp(58px,11vw,150px)/.77 'Manrope';letter-spacing:-.08em;margin:55px 0 45px}.hero h1 em{font-style:normal;color:#b62e22}.hero>span{display:block;max-width:450px;margin-left:auto;color:#695f50;line-height:1.7}.games{display:grid;grid-template-columns:1fr 1fr}.game{position:relative;min-height:680px;overflow:hidden;padding:55px;display:flex;align-items:flex-end}.copy{position:relative;z-index:4;max-width:460px}.copy small{opacity:.72}.copy h2{font:800 clamp(52px,7vw,105px)/.8 'Manrope';letter-spacing:-.075em;margin:25px 0}.copy p{line-height:1.65;max-width:370px;margin-bottom:34px}.copy strong{font-size:12px;letter-spacing:.15em;border-bottom:1px solid;padding-bottom:8px}.maasai{background:linear-gradient(#e9a044 0 51%,#9d4d22 52%,#321d0e);color:#fff3d8}.sun{position:absolute;width:240px;height:240px;border-radius:50%;background:#ffdd83;right:10%;top:12%}.ridge{position:absolute;inset:38% -5% 0;background:#64341b;clip-path:polygon(0 45%,16% 30%,35% 53%,53% 16%,68% 40%,84% 22%,100% 46%,100% 100%,0 100%)}.runner-mark{position:absolute;right:17%;bottom:29%;font-size:105px;color:#171006;transform:rotate(45deg)}.neon{background:#090916;color:#f6f2ed}.neon:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:#bd42de;filter:blur(90px);right:8%;top:11%;opacity:.45}.grid{position:absolute;inset:38% 0 0;background:repeating-linear-gradient(90deg,transparent 0 69px,#4a2862 70px),repeating-linear-gradient(0deg,transparent 0 69px,#4a2862 70px);transform:perspective(300px) rotateX(55deg);transform-origin:bottom}.ship{position:absolute;right:24%;top:37%;width:80px;height:125px;background:#d7ff57;clip-path:polygon(50% 0,100% 100%,50% 78%,0 100%);z-index:2}footer{background:#171006;color:#a99b82}.game:focus-visible,.game:hover{outline:5px solid #fff;outline-offset:-5px}.game:hover .copy strong{color:#fff}.game:hover{filter:saturate(1.12)}@media(max-width:850px){.games{grid-template-columns:1fr}.game{min-height:600px;padding:38px}.hero{padding-top:90px;padding-bottom:80px}.runner-mark{right:8%}}@media(max-width:520px){header{min-height:65px}.brand span{display:none}.hero h1{margin-top:45px}.game{min-height:520px;padding:28px}.sun{width:170px;height:170px}.copy p{max-width:270px}footer{padding-top:25px;padding-bottom:25px;gap:18px;align-items:flex-start;flex-direction:column}}
