@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#11110f;--surface:#1c1b18;--line:#393832;--text:#f4f0e6;--muted:#aaa79d;--accent:#e8aa69;--cream:#ded5c2;--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}a:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.container{width:min(var(--max),calc(100% - 64px));margin-inline:auto}
.site-header{position:relative;z-index:5;border-bottom:1px solid var(--line);background:var(--bg)}.nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center;gap:10px;font:700 20px 'Space Grotesk',sans-serif;letter-spacing:-.07em;text-decoration:none;white-space:nowrap}.brand img{width:52px;height:40px;object-fit:contain;image-rendering:pixelated}.brand-dot,.period{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:34px}.nav-links a{text-decoration:none;color:var(--muted);font-size:13px;font-weight:700;transition:color .2s}.nav-links a:hover,.site-footer a:hover{color:var(--accent)}
h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Space Grotesk',Arial,sans-serif;letter-spacing:-.065em}h1{font-size:clamp(56px,6.5vw,106px);line-height:.99;font-weight:600}h1 em{font-style:normal;color:var(--accent)}h2{font-size:clamp(42px,5vw,76px);line-height:1.06;font-weight:600}h3{font-size:clamp(26px,3vw,40px);line-height:1.05}.kicker{color:var(--accent);font-size:11px;line-height:1.4;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.signal{display:inline-block;width:7px;height:7px;margin-right:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 14px var(--accent);vertical-align:2px}.intro{max-width:520px;font-size:clamp(18px,2vw,23px);line-height:1.5;color:var(--cream)}.text-link{display:inline-flex;align-items:center;gap:14px;width:max-content;padding-bottom:7px;border-bottom:1px solid var(--accent);color:var(--text);font-size:14px;font-weight:700;text-decoration:none;transition:color .2s,gap .2s}.text-link:hover{color:var(--accent);gap:20px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:52px;padding:0 20px;border:1px solid var(--accent);background:var(--accent);color:#17120e;font-size:13px;font-weight:800;text-decoration:none;transition:background .2s,color .2s}.button:hover{background:transparent;color:var(--accent)}
.home-hero{display:grid;grid-template-columns:.86fr 1.14fr;align-items:center;gap:clamp(32px,5vw,80px);min-height:640px;padding-block:75px 92px}.home-hero-copy .kicker{margin-bottom:28px}.home-hero-copy h1{margin-bottom:26px}.home-hero-copy .intro{margin-bottom:32px}.hero-feature{position:relative;display:block;overflow:hidden;border:1px solid #4c4033;background:#2d241c;text-decoration:none;box-shadow:22px 22px 0 #1b1a17;transition:transform .25s,box-shadow .25s}.hero-feature:hover{transform:translate(5px,5px);box-shadow:17px 17px 0 #1b1a17}.hero-feature img{width:100%;height:auto;object-fit:cover}.feature-caption{display:flex;align-items:center;justify-content:space-between;padding:17px 21px;background:#211d18;color:var(--muted);font-size:12px}.feature-caption strong{display:block;margin-top:3px;color:var(--text);font:600 19px 'Space Grotesk',sans-serif}.feature-caption>span:last-child{font-size:24px;color:var(--accent)}
.catalog{padding:92px 0 120px;border-top:1px solid var(--line);background:#181815}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:36px}.section-heading h2{margin-bottom:0}.section-heading .kicker{margin-bottom:15px}.section-heading>p{margin-bottom:7px;color:var(--muted);font-size:14px}.key-feature{display:grid;grid-template-columns:1.27fr .73fr;min-height:390px;border:1px solid #494138;background:#22201c}.key-feature-image{overflow:hidden}.key-feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.key-feature-image:hover img{transform:scale(1.035)}.key-feature-body{display:flex;flex-direction:column;align-items:start;justify-content:center;padding:clamp(28px,4vw,58px)}.key-feature-body h3{margin-bottom:22px}.key-feature-body>p:not(.kicker){max-width:370px;color:var(--cream);line-height:1.65}.key-feature-body .button{margin-top:20px}.small-games{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.small-game{display:flex;gap:25px;align-items:start;min-height:240px;padding:32px;border:1px solid var(--line);background:#201f1b}.small-game>img{width:88px;height:88px;object-fit:cover;border-radius:16px;flex:none}.small-game .kicker{margin-bottom:11px}.small-game h3{font-size:25px;margin-bottom:12px}.small-game p:not(.kicker){max-width:330px;margin-bottom:19px;color:var(--muted);font-size:14px;line-height:1.55}
.keys-intro{display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:clamp(32px,5vw,70px);padding-block:105px 115px;min-height:720px}.keys-intro-copy .kicker{margin-bottom:30px}.keys-intro h1{margin-bottom:30px}.keys-intro .intro{margin-bottom:16px}.keys-subcopy{max-width:400px;margin-bottom:36px;color:var(--muted);line-height:1.65}.keys-intro-image{position:relative;border:1px solid #61503c;box-shadow:20px 20px 0 #1d1c18}.keys-intro-image img{width:100%;height:clamp(320px,40vw,500px);object-fit:cover}.image-label{position:absolute;bottom:0;left:0;padding:13px 18px;background:rgba(17,17,15,.88);color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.18em}.keys-story{padding:105px 0;background:#d9d0bf;color:#1d1b18}.keys-story .container{display:grid;grid-template-columns:1fr 1fr;gap:80px}.keys-story .kicker{color:#8c4e21}.keys-story h2{margin-bottom:0}.story-copy{padding-top:40px}.story-copy p{max-width:520px;font-size:clamp(18px,2vw,23px);line-height:1.55}.story-copy p+p{margin-top:22px;color:#514b42;font-size:17px}.gallery-section{padding:105px 0 120px}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.gallery-grid figure{margin:0;background:var(--surface);border:1px solid var(--line)}.gallery-grid .gallery-large{grid-column:1/-1}.gallery-grid img{width:100%;height:auto;object-fit:cover}.gallery-grid figcaption{padding:18px 20px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.closing{padding:90px 0 100px;background:#23201b;border-top:1px solid #4b3f34;text-align:center}.closing h2{margin-bottom:18px}.closing p:not(.kicker){margin-bottom:30px;color:var(--cream)}
.site-footer{padding:45px 0 27px;border-top:1px solid var(--line);background:#11110f}.footer-main,.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-main{padding-bottom:48px}.footer-wordmark{font:700 25px 'Space Grotesk',sans-serif;letter-spacing:-.07em;text-decoration:none}.footer-main>a:last-child{font-size:14px;color:var(--cream);text-decoration:none}.footer-bottom{padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.footer-bottom>div{display:flex;gap:20px}.footer-bottom a{color:var(--muted);text-decoration:none}
@media(max-width:900px){.home-hero,.keys-intro{grid-template-columns:1fr;min-height:0;padding-block:70px 90px}.home-hero-copy{max-width:680px}.home-hero h1{font-size:clamp(55px,10vw,90px)}.key-feature{grid-template-columns:1fr}.key-feature-image img{aspect-ratio:16/9}.key-feature-body{padding:38px}.keys-intro-image img{aspect-ratio:16/9}.keys-story .container{gap:35px}.small-game{padding:25px;gap:18px}.small-game>img{width:65px;height:65px}}
@media(max-width:620px){.container{width:min(var(--max),calc(100% - 36px))}.nav{min-height:72px;flex-wrap:wrap;gap:4px;padding-block:14px}.brand{font-size:17px}.brand img{width:40px;height:32px}.nav-links{width:100%;justify-content:space-between;gap:9px;padding-top:12px}.nav-links a{font-size:12px}.home-hero,.keys-intro{padding-block:54px 76px;gap:36px}.home-hero h1,.keys-intro h1{font-size:clamp(50px,12vw,72px)}.intro{font-size:18px}.hero-feature{box-shadow:10px 10px 0 #1b1a17}.section-heading{display:block}.section-heading>p{margin-top:15px}.catalog,.gallery-section{padding-block:68px 82px}.small-games,.gallery-grid,.keys-story .container{grid-template-columns:1fr}.small-game{min-height:0}.small-game h3{font-size:22px}.gallery-grid .gallery-large{grid-column:auto}.keys-story{padding:72px 0}.story-copy{padding-top:0}.closing{padding:70px 0}.footer-main,.footer-bottom{align-items:start;flex-direction:column}.footer-main{padding-bottom:28px}.footer-bottom>div{flex-wrap:wrap;gap:10px 18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* Studio homepage: neutral editorial framing around real game imagery. */
body:not(.keys-page){--bg:#111416;--surface:#1b2022;--line:#343d40;--text:#f1f0eb;--muted:#aab4b5;--accent:#e0847b;--cream:#d4d9d7;background:#111416}
body:not(.keys-page) .site-header,body:not(.keys-page) .site-footer{background:#111416}
body:not(.keys-page) .site-header{border-bottom:1px solid #343d40}
body:not(.keys-page) .brand{font:700 20px 'Space Grotesk',sans-serif;letter-spacing:-.07em}
body:not(.keys-page) .brand img{filter:none}
body:not(.keys-page) .home-hero{min-height:590px}
body:not(.keys-page) .home-hero-copy h1{font:600 clamp(52px,4.6vw,70px)/1.08 'Space Grotesk',sans-serif;letter-spacing:-.065em;text-shadow:none}
body:not(.keys-page) .home-hero-copy h1 em{color:#eab0a0;text-shadow:none}
body:not(.keys-page) .home-hero-copy .signal{box-shadow:none}
body:not(.keys-page) .hero-feature{border:1px solid #454b4b;background:#1b2022;box-shadow:none}
body:not(.keys-page) .hero-feature:hover{transform:none;box-shadow:none}
body:not(.keys-page) .hero-feature img{transition:filter .2s}
body:not(.keys-page) .hero-feature:hover img{filter:brightness(1.12)}
body:not(.keys-page) .feature-caption{background:#1b2022;border-top:1px solid #454b4b}
body:not(.keys-page) .catalog{background:#171b1d;border-top:1px solid #343d40}
body:not(.keys-page) .key-feature{border:1px solid #454b4b;background:#222422;box-shadow:none}
body:not(.keys-page) .key-feature-body .kicker{color:#eab0a0}
body:not(.keys-page) .small-games{gap:40px;border-top:1px solid #343d40;margin-top:48px}
body:not(.keys-page) .small-game{min-height:0;padding:30px 0;border:0;background:transparent;box-shadow:none}
body:not(.keys-page) .small-game>img{border:0;border-radius:13px;image-rendering:auto}
body:not(.keys-page) .button{box-shadow:none}
body:not(.keys-page) .text-link{border-color:#e0847b}
@media(max-width:900px){body:not(.keys-page) .home-hero{min-height:0}body:not(.keys-page) .small-games{gap:0}}
@media(max-width:620px){body:not(.keys-page) .brand{font-size:17px}body:not(.keys-page) .home-hero-copy h1{font-size:clamp(54px,11vw,72px)}body:not(.keys-page) .small-game{padding:25px 0;border-bottom:1px solid #343d40}}
