:root{--ink:#172638;--cream:#fffaf0;--coral:#f47d6d;--yellow:#ffcf47;--line:#dcded5;color:var(--ink);background:var(--cream);font-synthesis:none;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}::selection{background:var(--yellow);color:var(--ink)}:focus-visible{outline-offset:4px;outline:3px solid #ed6655}[hidden]{display:none!important}.skip-link{z-index:50;background:var(--ink);color:#fff;padding:12px;position:absolute;top:-100px;left:16px}.skip-link:focus{top:12px}.site-header{border-bottom:1px solid var(--line);background:var(--cream);z-index:10;justify-content:space-between;align-items:center;gap:32px;height:82px;padding:0 clamp(22px,4.5vw,80px);display:flex;position:relative}.brand{letter-spacing:-.085em;white-space:nowrap;align-items:center;gap:10px;font-family:Space Grotesk,sans-serif;font-size:29px;font-weight:700;line-height:1;display:inline-flex}.brand-mark{background:var(--coral);border:2px solid var(--ink);letter-spacing:0;border-radius:50%;place-items:center;width:36px;height:36px;font-size:25px;line-height:1;transition:transform .35s;display:grid}.brand:hover .brand-mark{transform:rotate(90deg)}.brand-to,.brand-dot{color:#ee7567}.site-nav,.header-right{align-items:center;display:flex}.site-nav{gap:36px;font-size:13px;font-weight:800}.site-nav a,.footer-link{transition:color .2s}.site-nav a:hover,.footer-link:hover{color:#e96f5d}.header-right{gap:30px}.header-tagline{color:#7c8585;font-size:12px;font-weight:700}.language-menu{font-size:12px;font-weight:800;position:relative}.language-menu summary{cursor:pointer;border:1.5px solid var(--ink);background:var(--cream);white-space:nowrap;border-radius:7px;align-items:center;gap:9px;min-height:40px;padding:10px 12px;list-style:none;display:flex}.language-menu summary::-webkit-details-marker{display:none}.language-menu summary:hover,.language-menu[open] summary{background:#fff0c8}.language-menu summary svg{flex:none;width:18px;height:18px}.menu-chevron{margin-left:5px;font-size:19px;line-height:.7;transition:transform .2s}.language-menu[open] .menu-chevron{transform:rotate(180deg)}.language-options{background:var(--cream);border:1.5px solid var(--ink);min-width:170px;box-shadow:4px 4px 0 var(--ink);z-index:20;border-radius:7px;padding:6px;position:absolute;top:calc(100% + 8px);right:0}.language-options a{white-space:nowrap;border-radius:4px;justify-content:space-between;align-items:center;gap:20px;padding:11px 12px;display:flex}.language-options a:hover,.language-options a:focus-visible{background:#ffe9a8}.language-options a[aria-current=page]{color:#bf5143}.hero{background:#fff4d5;flex-direction:column;min-height:min(720px,100svh - 82px);display:flex;overflow:hidden}.hero-inner{flex:1;grid-template-columns:49% 51%;align-items:center;width:100%;max-width:1600px;margin:auto;padding:40px clamp(22px,7.3vw,120px) 16px;display:grid;position:relative}.hero-copy{z-index:2;padding-bottom:12px;position:relative}.eyebrow{letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:9px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow-star{color:#f07763;font-size:22px;line-height:0}.hero h1{letter-spacing:-.102em;white-space:nowrap;margin:27px 0 29px;font-family:Space Grotesk,sans-serif;font-size:clamp(76px,9.15vw,150px);font-weight:700;line-height:.93}.hero h1>span{display:block}.hero-second{width:max-content;position:relative}.hero-underline{width:93%;height:24px;position:absolute;bottom:-19px;left:2%}.hero-copy>p{max-width:450px;margin:42px 0 31px;font-size:clamp(17px,1.5vw,21px);font-weight:500;line-height:1.55}.hero-actions{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.button{border:2px solid var(--ink);border-radius:7px;justify-content:center;align-items:center;gap:34px;min-height:56px;padding:0 23px;font-size:14px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex}.button:hover{box-shadow:5px 5px 0 var(--ink);transform:translate(-3px,-3px)}.button span,.text-link span{font-size:20px;font-weight:500;line-height:1}.button-dark{background:var(--ink);color:#fff}.button-light{background:var(--cream)}.text-link{border-bottom:2px solid var(--ink);align-items:center;gap:9px;padding:8px 0;font-size:14px;font-weight:800;display:inline-flex}.text-link:hover{color:#e66c5b;border-color:#e66c5b}.hero-visual{align-self:center;min-width:0;position:relative;transform:translate(-6%)}.hero-visual img{width:115%;max-width:none;height:auto;animation:.8s cubic-bezier(.2,.8,.2,1) both float-in;display:block}.hero-bottom{letter-spacing:.13em;justify-content:space-between;align-items:center;width:100%;height:55px;padding:0 clamp(22px,4.5vw,80px);font-size:10px;font-weight:800;display:flex}.hero-bottom a{align-items:center;gap:10px;display:flex}.hero-bottom a span{font-size:19px;line-height:1}.hero-bottom-right{text-align:right;min-width:110px}.hero-copy .eyebrow,.hero-copy h1,.hero-copy>p,.hero-actions{animation:.7s both rise}.hero-copy h1{animation-delay:80ms}.hero-copy>p{animation-delay:.16s}.hero-actions{animation-delay:.24s}@keyframes rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes float-in{0%{opacity:0;transform:translate(30px,25px)rotate(4deg)}to{opacity:1;transform:translate(0)rotate(0)}}.ticker{background:var(--coral);border-block:2px solid var(--ink);align-items:center;height:49px;display:flex;overflow:hidden}.ticker-track{white-space:nowrap;letter-spacing:.03em;width:max-content;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:700;animation:36s linear infinite marquee;display:flex}.ticker-track span{flex:none}@keyframes marquee{to{transform:translate(-50%)}}.section-wrap{max-width:1500px;margin:auto;padding-left:clamp(22px,6vw,100px);padding-right:clamp(22px,6vw,100px)}.collection{padding-top:101px;padding-bottom:125px;scroll-margin-top:24px}.section-topline{border-top:2px solid var(--ink);letter-spacing:.15em;justify-content:space-between;padding-top:17px;font-size:11px;font-weight:800;display:flex}.collection-heading{justify-content:space-between;align-items:end;gap:20px;margin:34px 0 57px;display:flex}.collection-heading h2,.related h2{letter-spacing:-.075em;max-width:800px;margin:0 0 16px;font-family:Space Grotesk,sans-serif;font-size:clamp(42px,5.4vw,78px);line-height:1.05}.collection-heading p{color:#58616a;max-width:550px;margin:0;font-size:16px;line-height:1.6}.collection-count{white-space:nowrap;padding-bottom:8px;font-size:12px;font-weight:800}.catalog-tools{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:25px;padding-bottom:18px;display:flex}.filters{flex-wrap:wrap;gap:9px;display:flex}.filter{border:1.5px solid var(--ink);background:0 0;border-radius:100px;padding:10px 17px;font-size:12px;font-weight:800;transition:background .2s,color .2s,transform .2s}.filter:hover{transform:translateY(-2px)}.filter.active{background:var(--ink);color:#fff}.search-box{border-bottom:1.5px solid var(--ink);align-items:center;gap:10px;width:230px;padding:8px 0;display:flex}.search-box svg{flex:none;width:18px;height:18px}.search-box input{width:100%;color:var(--ink);background:0 0;border:0;outline:none;font-size:13px}.search-box input::placeholder{color:#77817f}.results-line{letter-spacing:.08em;color:#747d7e;margin:22px 0 24px;font-size:11px;font-weight:800}.game-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:55px 25px;display:grid}.game-card{min-width:0;animation:.5s both rise;animation-delay:var(--delay);display:block}.game-art{aspect-ratio:4/3;background:var(--tile);border:2px solid var(--ink);border-radius:9px;transition:transform .3s,box-shadow .3s;overflow:hidden}.game-art .cover-image{object-fit:cover;width:100%;height:100%;display:block}.game-card:hover .game-art{box-shadow:8px 8px 0 var(--ink);transform:translate(-4px,-4px)}.game-info{padding-top:18px}.game-meta{text-transform:uppercase;letter-spacing:.13em;align-items:center;gap:8px;font-size:10px;font-weight:800;display:flex}.category-dot{background:var(--coral);border:1px solid var(--ink);border-radius:50%;width:8px;height:8px}.game-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.game-title-row h3{letter-spacing:-.055em;margin:9px 0 5px;font-family:Space Grotesk,sans-serif;font-size:clamp(21px,2vw,29px);line-height:1.2}.card-arrow{font-size:25px;transition:transform .2s}.game-card:hover .card-arrow{transform:translate(3px,-3px)}.game-info p{color:#626b6d;margin:0;font-size:13px;line-height:1.5}.empty-state{text-align:center;color:#626b6d;padding:60px 0}.feature{background:#bce8d7;scroll-margin-top:0;overflow:hidden}.feature-inner{grid-template-columns:52% 48%;align-items:center;max-width:1500px;min-height:540px;margin:auto;padding:90px clamp(22px,6vw,100px);display:grid}.feature-copy{z-index:1}.feature h2{letter-spacing:-.085em;margin:29px 0 21px;font-family:Space Grotesk,sans-serif;font-size:clamp(50px,6vw,90px);line-height:1.02}.feature h2 span{white-space:nowrap}.feature p{max-width:470px;margin:0 0 29px;font-size:17px;line-height:1.6}.feature-art{height:370px;position:relative}.feature-circle{border:3px solid var(--ink);aspect-ratio:1;border-radius:50%;position:absolute}.circle-back{background:#ffcf47;width:350px;top:0;left:18%}.circle-front{width:240px;box-shadow:12px 14px 0 var(--ink);background:#f77f70;top:105px;left:36%}.feature-arrow{color:var(--cream);-webkit-text-stroke:3px var(--ink);filter:drop-shadow(7px 7px 0 var(--ink));font-family:Space Grotesk,sans-serif;font-size:270px;font-weight:700;line-height:1;position:absolute;top:55px;left:34%;transform:rotate(-10deg)}.feature-star{color:var(--ink);font-size:72px;position:absolute}.star-one{top:-15px;right:3%}.star-two{font-size:50px;bottom:8px;left:11%}.feature-num{letter-spacing:.1em;font-family:monospace;font-size:12px;font-weight:800;line-height:1.3;position:absolute;bottom:7px;right:1%}.closing{letter-spacing:-.055em;justify-content:center;align-items:center;gap:26px;height:132px;font-family:Space Grotesk,sans-serif;font-size:clamp(22px,3.5vw,42px);font-weight:700;display:flex}.closing p{margin:0}.closing span{color:var(--coral);font-size:24px}.site-footer{background:var(--ink);color:var(--cream);padding:48px clamp(22px,6vw,100px) 24px}.footer-top{justify-content:space-between;align-items:center;padding-bottom:75px;display:flex}.footer-brand{font-size:35px}.footer-brand .brand-to,.footer-brand .brand-dot{color:#ffad9e}.footer-link{border-bottom:1px solid #fff;padding-bottom:7px;font-size:14px;font-weight:800}.footer-bottom{color:#c1c9c9;border-top:1px solid #fff4;justify-content:space-between;gap:15px;padding-top:20px;font-size:12px;display:flex}.footer-bottom button{color:inherit;font-size:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid;margin-left:12px;padding:0}.footer-bottom button:hover{color:#fff}.detail-hero{background:var(--tile)}.detail-inner{max-width:1500px;margin:auto;padding:27px clamp(22px,6vw,100px) 75px}.back-link{border-bottom:1px solid;padding-bottom:4px;font-size:12px;font-weight:800}.back-link:hover{color:#9d403c}.detail-content{grid-template-columns:1fr 1fr;align-items:center;gap:7%;min-height:490px;padding-top:30px;display:grid}.detail-text h1{letter-spacing:-.09em;margin:30px 0 22px;font-family:Space Grotesk,sans-serif;font-size:clamp(64px,7vw,115px);line-height:.98}.detail-text p{max-width:450px;margin-bottom:30px;font-size:20px;line-height:1.5}.external-note{opacity:.7;margin-top:15px;font-size:11px;font-weight:700;display:block}.original-site-link{color:#43576a;text-underline-offset:3px;margin-top:15px;font-size:12px;font-weight:600;text-decoration:underline;display:inline-block}.original-site-link:hover{color:var(--ink)}.detail-illustration .game-art{box-shadow:13px 14px 0 var(--ink)}.detail-body{padding-top:85px;padding-bottom:120px}.detail-body-grid{grid-template-columns:1fr 1fr;gap:12%;padding-top:40px;display:grid}.detail-body-grid h2{letter-spacing:-.06em;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(35px,4.6vw,64px);line-height:1.1}.detail-body-grid p{margin:0 0 40px;font-size:18px;line-height:1.75}.detail-body-grid dl{border-top:1px solid var(--line);margin:0}.detail-body-grid dl div{border-bottom:1px solid var(--line);justify-content:space-between;padding:18px 0;font-size:13px;display:flex}.detail-body-grid dt{color:#747d7e;font-weight:800}.detail-body-grid dd{margin:0;font-weight:800}.related{padding-bottom:120px}.related h2{margin:30px 0 42px}@media (width<=1100px){.header-tagline{display:none}.hero-inner{padding-left:5vw;padding-right:5vw}.hero h1{font-size:clamp(75px,9vw,110px)}.visual-caption{right:0}.feature-arrow{left:30%}}@media (width<=760px){.site-header{height:66px;padding:0 20px}.brand{gap:7px;font-size:24px}.brand-mark{width:30px;height:30px;font-size:22px}.site-nav{display:none}.header-right{gap:0}.language-menu{font-size:11px}.language-menu summary{padding:8px 9px}.hero{min-height:0}.hero-inner{flex-direction:column;align-items:stretch;padding:54px 22px 24px;display:flex}.hero-copy{padding:0}.hero h1{margin:24px 0 23px;font-size:clamp(72px,13vw,112px)}.hero-copy>p{max-width:500px;margin:39px 0 25px;font-size:17px}.hero-visual{align-self:center;width:min(550px,100%);margin-top:10px;transform:translate(-4%)}.hero-visual img{width:100%}.hero-bottom{height:45px;padding:0 22px}.hero-bottom-right{display:none}.ticker{height:43px}.collection{padding-top:70px;padding-bottom:90px}.collection-heading{margin:28px 0 36px}.collection-heading h2{font-size:clamp(40px,8vw,65px)}.collection-count{display:none}.catalog-tools{flex-direction:column;align-items:stretch;gap:18px}.search-box{width:100%}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:37px 17px}.feature-inner{grid-template-columns:1fr;padding-top:70px;padding-bottom:45px}.feature-art{justify-self:center;width:100%;max-width:500px;height:320px;margin-top:35px}.circle-back{width:290px}.circle-front{width:210px;top:78px}.feature-arrow{font-size:225px;top:35px}.detail-content{grid-template-columns:1fr;gap:45px;padding-top:65px}.detail-text h1{font-size:clamp(60px,11vw,90px)}.detail-illustration{width:100%;max-width:580px;margin:auto}.detail-body-grid{grid-template-columns:1fr;gap:25px}.detail-body{padding-top:65px;padding-bottom:80px}.related{padding-bottom:90px}}@media (width<=520px){.hero-inner{padding-top:45px}.hero h1{font-size:clamp(62px,15vw,82px)}.hero-underline{height:18px;bottom:-15px}.hero-actions{gap:17px}.button{gap:18px;min-height:52px;padding:0 17px}.text-link{font-size:12px}.eyebrow{font-size:10px}.hero-visual{margin-top:15px}.hero-bottom{font-size:9px}.collection-heading h2{font-size:44px}.section-topline{font-size:9px}.filter{padding:9px 13px;font-size:11px}.game-grid{grid-template-columns:1fr;gap:35px}.game-title-row h3{font-size:27px}.feature h2{font-size:clamp(48px,11vw,70px)}.feature-art{height:280px}.circle-back{width:250px;left:14%}.circle-front{width:175px;left:34%}.feature-arrow{font-size:190px;left:28%}.star-one{right:0}.feature-num{font-size:9px}.closing{gap:13px;height:105px;font-size:23px}.closing span{font-size:17px}.site-footer{padding:42px 22px 24px}.footer-top{padding-bottom:65px}.footer-brand{font-size:25px}.footer-bottom{flex-direction:column}.detail-inner{padding-bottom:55px}.detail-text h1{font-size:65px}.detail-text p{font-size:17px}.detail-content{gap:42px}.related h2{font-size:44px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
