:root{--paper: #f8f6f1;--ink: #071d4d;--coral: #f0644b;--aqua: #50cfcd;--yellow: #f6c84b;--line: rgba(7, 29, 77, .28);--display: "Bricolage Grotesque", "Manrope", sans-serif;--body: "Manrope", sans-serif}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth;background:var(--paper);color:var(--ink)}body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(calc(100% - 6rem),94rem);margin-inline:auto}.coral{color:var(--coral)}.site-progress{position:fixed;z-index:100;top:0;left:0;width:100%;height:3px;pointer-events:none}.site-progress span{display:block;width:100%;height:100%;background:var(--coral);transform:scaleX(0);transform-origin:left}.nav{position:absolute;z-index:20;top:0;left:50%;display:flex;height:6rem;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);transform:translate(-50%)}.brand{display:inline-flex;align-items:center;font-family:var(--display);font-size:2rem;font-weight:600;letter-spacing:-.07em;line-height:1}.brand__mark{width:2.15rem;height:2.15rem;margin-right:.55rem;object-fit:contain}.brand__dot{color:var(--coral)}.nav-visit{display:inline-flex;gap:.65rem;align-items:center;padding-bottom:.35rem;border-bottom:1px solid currentColor;font-size:.76rem;font-weight:600;transition:color .18s ease}.nav-visit:hover{color:var(--coral)}.nav-visit svg{width:1rem;fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.6;transition:transform .18s ease}.nav-visit:hover svg{transform:translate(.15rem,-.15rem)}.hero{position:relative;padding-top:7.65rem;padding-bottom:4.6rem;border-bottom:1px solid var(--line)}.hero__grid{display:grid;grid-template-columns:minmax(25rem,.68fr) minmax(0,1.12fr);gap:clamp(2.5rem,4.5vw,5.2rem);align-items:center}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start}.hero h1{margin:0;font-family:var(--display);font-size:clamp(5.1rem,7.25vw,7.5rem);font-weight:500;letter-spacing:-.078em;line-height:.77}.hero-line{display:block;overflow:hidden;padding-bottom:.08em}.hero-line>span{display:block}.hero__intro{max-width:31rem;margin:2.2rem 0 0;font-size:clamp(1rem,1.36vw,1.3rem);line-height:1.55}.hero__link{display:inline-flex;gap:3.8rem;align-items:center;margin-top:2rem;padding:0 0 .45rem;border-bottom:1px solid currentColor;font-size:.8rem;font-weight:600;transition:color .18s ease}.hero__link:hover{color:var(--coral)}.hero__link svg,.game-card__link svg{width:1.15rem;fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.6;transition:transform .18s ease}.hero__link:hover svg{transform:translate(.25rem)}.location{display:flex;gap:.65rem;align-items:center;margin-top:2.5rem;font-size:.72rem;font-weight:600;letter-spacing:.05em}.location b{display:inline-block;width:1px;height:1.2rem;margin-right:.45rem;background:var(--line)}.location i{display:inline-block;width:.25rem;height:.25rem;border-radius:50%;background:var(--coral)}.hero__media{position:relative;width:100%;aspect-ratio:1.18 / 1;margin:0;overflow:hidden;border-radius:.85rem;background:#d8ecec;clip-path:inset(0 0 0 0 round .85rem)}.hero__image{position:absolute;inset:-2%;width:104%;max-width:none;height:104%;object-fit:cover;object-position:52% center;will-change:transform}.crane-control{position:absolute;z-index:5;top:1.5rem;left:1.5rem;display:inline-flex;min-width:12.2rem;min-height:3.2rem;gap:.85rem;align-items:center;padding:.65rem .85rem;border:1px solid var(--ink);border-radius:.65rem;background:var(--paper);color:var(--ink);font:600 .76rem/1 var(--body);cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.crane-control:hover{background:var(--ink);color:#fff;transform:translateY(-2px)}.crane-control:focus-visible{outline:3px solid var(--aqua);outline-offset:3px}.crane-control:disabled{cursor:wait}.crane-control.is-complete{background:var(--paper);color:var(--ink)}.crane-control__hook{width:1.25rem;fill:none;stroke:var(--coral);stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.crane-control__arrow{width:1.05rem;margin-left:auto;fill:none;stroke:currentColor;stroke-linecap:square;stroke-width:1.6}.crane-load{position:absolute;z-index:4;top:-1rem;left:39%;display:none;width:5rem;height:4rem;align-items:center;justify-content:center;border-radius:.7rem;background:var(--coral);box-shadow:0 8px 20px #071d4d29;color:var(--ink);font:600 1.15rem/1 var(--display);transform-origin:50% -8rem}.crane-load i{position:absolute;bottom:100%;left:50%;display:block;width:2px;height:9rem;background:var(--ink);content:""}.crane-particles{position:absolute;z-index:3;top:28%;left:45%}.crane-particles i{position:absolute;display:block;width:.75rem;height:.75rem;background:var(--aqua);opacity:0}.crane-particles i:nth-child(2n){background:var(--coral)}.crane-particles i:nth-child(3n){background:#f6dfb5}.build-log{display:grid;width:100%;max-width:31rem;grid-template-columns:auto 1fr;gap:1rem;align-items:center;margin-top:2.4rem;padding:1rem 1.15rem;background:var(--ink);color:#fff}.build-log[hidden]{display:none}.build-log__code{color:var(--coral);font:600 1.55rem/1 var(--display)}.build-log>span:last-child{display:flex;flex-direction:column;gap:.3rem;font-size:.67rem;line-height:1.45}.build-log strong{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.studio{padding-block:clamp(4rem,5vw,5.5rem);border-bottom:1px solid var(--ink)}.studio__grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:3rem clamp(3rem,6vw,7rem)}.section-head{display:flex;gap:1.2rem;align-items:center;font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.section-head:after{width:min(10vw,8rem);height:1px;margin-left:.5rem;background:var(--line);content:""}.section-index{color:var(--coral);font-family:var(--display);font-size:2.8rem;font-weight:600;letter-spacing:-.06em}.studio>.studio__grid>.section-head{grid-column:1 / -1}.studio__copy{align-self:center;padding-top:0}.studio h2,.games h2,.soon h2{margin:0;font-family:var(--display);font-weight:500;letter-spacing:-.065em;line-height:.92}.studio h2{max-width:8.5ch;font-size:clamp(4rem,5.9vw,6.65rem)}.studio__copy>p{max-width:34rem;margin:2.2rem 0 0;font-size:1rem;line-height:1.7}.studio__media{position:relative;min-height:32rem;aspect-ratio:1.43 / 1;margin:0;overflow:hidden;border-radius:.85rem;background:var(--aqua)}.studio__media img{position:absolute;inset:-5% 0;width:100%;height:110%;object-fit:cover;will-change:transform}.studio__principles{position:relative;display:grid;grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem;padding-top:2.3rem;border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}.studio__track{position:absolute;top:-.34rem;left:0;width:3.4rem;height:.7rem;overflow:hidden}.studio__track span{position:absolute;top:0;width:1.8rem;height:100%;background:var(--coral)}.studio__track span:last-child{left:1.6rem;background:var(--aqua)}.studio__principles article{position:relative;min-height:10rem;padding:.4rem 2.1rem 2.4rem}.studio__principles article+article{border-left:1px solid var(--line)}.studio__principles article>span{color:var(--coral);font-family:var(--display);font-size:.74rem;font-weight:600}.studio__principles h3{margin:1.7rem 0 0;font-family:var(--display);font-size:clamp(1.55rem,2vw,2.2rem);font-weight:600;letter-spacing:-.045em}.studio__principles p{margin:.5rem 0 0;font-size:.83rem;line-height:1.5}.games{padding-block:clamp(6rem,8vw,8rem)}.games__header{display:grid;grid-template-columns:.55fr 1fr .55fr;gap:3rem;align-items:end}.games__header .section-head{align-self:start;margin-top:-.45rem}.games h2{max-width:8.5ch;font-size:clamp(4rem,6.7vw,7.6rem)}.games__header>p{max-width:23rem;margin:0 0 .6rem;font-size:.98rem;line-height:1.65}.games__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-top:5.5rem;align-items:start}.game-card:nth-child(2){margin-top:6rem}.game-card{display:block}.game-card__media{aspect-ratio:4 / 3.15;margin:0;overflow:hidden;background:#ddd}.game-card__media img{width:100%;height:110%;object-fit:cover;transition:transform .9s cubic-bezier(.22,1,.36,1);will-change:transform}.game-card:hover .game-card__media img{transform:scale(1.045)}.game-card__rule{display:grid;grid-template-columns:2.2rem 1fr;gap:.8rem;align-items:center;margin-top:1.2rem;color:var(--coral);font-family:var(--display);font-size:1.2rem;font-weight:600}.game-card__rule i{height:1px;background:var(--coral);transform:scaleX(.42);transform-origin:left;transition:transform .55s cubic-bezier(.22,1,.36,1)}.game-card:hover .game-card__rule i{transform:scaleX(1)}.game-card h3{margin:1rem 0 0;font-family:var(--display);font-size:clamp(2.2rem,3.2vw,3.8rem);font-weight:500;letter-spacing:-.06em;line-height:.95}.game-card__foot{display:flex;gap:1rem;align-items:end;justify-content:space-between;margin-top:.9rem}.game-card__foot p{margin:0;font-size:.77rem;line-height:1.5}.game-card__link{display:inline-flex;flex:0 0 auto;gap:.6rem;align-items:center;padding-bottom:.3rem;border-bottom:1px solid currentColor;font-size:.7rem;font-weight:600}.game-card__link svg{transition:transform .22s ease}.game-card:hover .game-card__link svg{transform:translate(.2rem,-.2rem)}.soon{overflow:hidden;background:var(--ink);color:#fff}.soon__inner{display:flex;min-height:75svh;flex-direction:column;justify-content:center;padding-block:clamp(6rem,10vw,10rem)}.soon h2{width:100%;font-size:clamp(6rem,12.5vw,13rem);line-height:.72}.soon__line{display:block;white-space:nowrap}.soon__line--coral{color:var(--coral)}.soon__note{display:flex;gap:1.5rem;align-items:flex-start;margin-top:clamp(3rem,6vw,6rem)}.soon__note i{display:block;width:7rem;height:1px;margin-top:.7rem;background:var(--aqua)}.soon__note p{max-width:29rem;margin:0;font-size:clamp(.92rem,1.25vw,1.15rem);line-height:1.6}.footer{background:var(--ink);color:#fff}.footer__inner{display:grid;min-height:12rem;grid-template-columns:.65fr 1.25fr auto auto;gap:clamp(2rem,5vw,6rem);align-items:center;border-top:1px solid rgba(255,255,255,.3)}.brand--light{font-size:1.8rem}.brand--light .brand__mark{width:2rem;height:2rem;filter:grayscale(1) brightness(0) invert(1)}.footer p{max-width:40rem;margin:0;font-size:.78rem;line-height:1.65}.footer__link{padding-bottom:.35rem;border-bottom:1px solid var(--aqua);color:var(--aqua);font-size:.74rem;font-weight:600;white-space:nowrap}.footer>.footer__inner>span{font-size:.68rem}@media(max-width:1050px){.shell{width:min(calc(100% - 3rem),94rem)}.hero__grid{grid-template-columns:minmax(20rem,.78fr) minmax(0,1.02fr);gap:2.5rem}.hero h1{font-size:clamp(4.5rem,7.6vw,6rem)}.hero__media{aspect-ratio:1.03 / 1}.studio__grid{gap:3rem}.studio__media{min-height:27rem}.studio__principles article{padding-inline:1.4rem}.games__header{grid-template-columns:.45fr 1fr}.games__header>p{grid-column:2}.footer__inner{grid-template-columns:.6fr 1fr auto}.footer>.footer__inner>span{grid-column:3}}@media(max-width:760px){.shell{width:min(calc(100% - 2rem),94rem)}.nav{height:4.8rem}.brand{font-size:1.55rem}.brand__mark{width:1.6rem;height:1.6rem}.nav-visit{font-size:.66rem}.nav-visit svg{display:none}.hero{min-height:auto;padding-top:6.8rem;padding-bottom:5rem}.hero__grid{display:block;min-height:0}.hero h1{font-size:clamp(4rem,18.5vw,6.2rem);line-height:.77}.hero__intro{margin-top:1.6rem;font-size:.98rem}.hero__link{margin-top:1.5rem}.location{margin-top:1.9rem}.hero__media{aspect-ratio:1 / 1.06;margin-top:2.6rem;border-radius:.65rem;clip-path:inset(0 0 0 0 round .65rem)}.hero__image{inset:-2% -24%;width:148%;height:104%;object-position:54% center}.crane-control{top:1rem;left:1rem;min-width:10.8rem;min-height:2.9rem}.crane-load{left:44%;transform:scale(.8)}.build-log{max-width:none;margin-top:1.9rem}.studio{padding-block:6rem}.studio__grid{display:flex;flex-direction:column}.studio__copy{padding-top:0}.studio h2{font-size:clamp(3.8rem,15vw,5.7rem)}.studio__media{min-height:24rem;aspect-ratio:1 / 1.05;margin-top:1rem}.studio__principles{display:block;width:100%;margin-top:1rem;padding-top:1.4rem}.studio__principles article{min-height:0;padding:1.3rem 0 1.8rem}.studio__principles article+article{border-top:1px solid var(--line);border-left:0}.studio__principles h3{margin-top:.8rem}.games{padding-block:6rem}.games__header{display:block}.games h2{margin-top:2.5rem;font-size:clamp(3.7rem,15vw,5.8rem)}.games__header>p{margin-top:1.5rem}.games__grid{display:block;margin-top:4.5rem}.game-card,.game-card:nth-child(2){margin-top:4.5rem}.game-card:first-child{margin-top:0}.game-card h3{font-size:3rem}.soon__inner{min-height:38rem;padding-block:7rem}.soon h2{font-size:clamp(4.8rem,22vw,7rem);line-height:.78}.soon__line{white-space:normal}.soon__note{display:block;margin-top:4rem}.soon__note i{margin-bottom:1.4rem}.footer__inner{display:flex;min-height:auto;flex-direction:column;align-items:flex-start;gap:1.6rem;padding-block:3rem}.footer p{max-width:31rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.game-card__media img{transition:none}}@font-face{font-family:Bricolage Grotesque Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/bricolage-grotesque-vietnamese-wght-normal.BUzh504Q.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/bricolage-grotesque-latin-ext-wght-normal.CcLUaPy7.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bricolage Grotesque Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/bricolage-grotesque-latin-wght-normal.DLoelf7F.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-cyrillic-wght-normal.Dvxsihut.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-greek-wght-normal.DL7QRZyv.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-vietnamese-wght-normal.usUDDRr7.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-latin-ext-wght-normal.Ch3YOpNY.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/_astro/manrope-latin-wght-normal.DHIcAJRg.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
