@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap');
:root{--paper:#f6f6f2;--ink:#191919;--line:#cececa;--accent:#eeff41}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid #6b4fff;outline-offset:6px}a:hover{text-decoration:underline;text-underline-offset:5px}.wrap{max-width:1600px;padding:0 5%;margin:auto}header{display:flex;justify-content:space-between;align-items:center;padding:30px 0;border-bottom:1px solid var(--ink)}.logo{font-family:'Barlow Condensed',Impact,sans-serif;font-weight:900;font-size:32px;line-height:1;letter-spacing:-1px}.logo span{font:11px Inter,sans-serif;letter-spacing:2px;display:block;margin-top:7px}nav{display:flex;gap:32px;font-size:14px}h1,h2,h3,p{margin:0}.hero{padding:64px 0 52px}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:600}.hero h1{font:900 clamp(86px,15.5vw,232px)/.85 'Barlow Condensed',Impact,sans-serif;letter-spacing:-.035em;margin:22px 0 32px;text-transform:uppercase}.hero-bottom{display:flex;justify-content:space-between;gap:30px;align-items:end}.hero-bottom p{max-width:410px;font-size:18px;line-height:1.5}.little-link{font-size:14px}.section-label{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--ink);padding:19px 0}.feature{position:relative;display:block;overflow:hidden;background:#b0caea}.feature img{display:block;width:100%;aspect-ratio:2.12;object-fit:cover;transition:transform .5s}.feature:hover img{transform:scale(1.025)}.badge{position:absolute;top:24px;left:24px;background:var(--accent);padding:8px 13px;font-size:12px;font-weight:700;letter-spacing:.05em}.feature-caption{display:flex;justify-content:space-between;align-items:center;padding:19px 0 48px}.feature-caption h2,.game-row h2{font:800 clamp(35px,4vw,62px)/1.05 'Barlow Condensed',Impact,sans-serif;text-transform:uppercase}.muted{color:#666;font-size:14px}.arrow{font-size:32px}.game-row{display:grid;grid-template-columns:40px 1fr auto 40px;gap:24px;align-items:center;border-top:1px solid var(--line);padding:25px 0;transition:padding .2s,background .2s}.game-row:hover{padding-left:15px;padding-right:15px;background:var(--accent);text-decoration:none}.about{border-top:1px solid var(--ink);display:grid;grid-template-columns:1fr 2fr;gap:40px;margin-top:80px;padding:38px 0 80px}.about p{font-size:clamp(21px,2.6vw,32px);line-height:1.3;max-width:780px;letter-spacing:-.03em}footer{border-top:1px solid var(--ink);padding:25px 0 35px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.back{display:inline-block;margin-top:32px;font-size:14px}.game-title{font:900 clamp(72px,11vw,164px)/.9 'Barlow Condensed',Impact,sans-serif;text-transform:uppercase;letter-spacing:-.02em;max-width:1100px;margin:35px 0 25px}.game-intro{display:grid;grid-template-columns:1fr;gap:24px;padding-bottom:44px}.game-intro p{max-width:650px;font-size:18px}.store-links{display:flex;gap:12px;justify-content:flex-start;flex-wrap:wrap;align-content:start}.button{background:var(--ink);color:white;display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:15px 22px;font:600 14px Inter,Arial,sans-serif;border:0;cursor:pointer}.button:hover{background:var(--accent);color:var(--ink);text-decoration:none}.video{position:relative;aspect-ratio:16/9;background:#111;margin-bottom:55px;overflow:hidden}.video img,.video iframe{height:100%;width:100%;object-fit:cover;border:0}.video button{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:18px;background:linear-gradient(transparent,#0005);color:white;border:0;width:100%;cursor:pointer;font:600 16px Inter,Arial,sans-serif;text-shadow:0 1px 10px #000}.play{display:grid;place-items:center;width:84px;height:84px;background:var(--accent);color:#111;border-radius:50%;font-size:25px;text-shadow:none}.screens{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:60px}.screens a{display:block;aspect-ratio:16/9;overflow:hidden}.screens img{width:100%;height:100%;object-fit:cover;display:block;background:#ddd}.next{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--ink);padding:30px 0 65px;font:800 clamp(32px,5vw,70px) 'Barlow Condensed',Impact,sans-serif;text-transform:uppercase}.skip{position:absolute;top:-100px}.skip:focus{top:10px;background:white;z-index:5;padding:12px}@media(max-width:650px){.wrap{padding:0 6%}header{padding:24px 0}nav{gap:22px}.hero{padding:48px 0 35px}.hero h1{font-size:23vw;line-height:.9}.hero-bottom{display:block}.hero-bottom p{font-size:16px;max-width:300px}.hero-bottom .little-link{display:inline-block;margin-top:24px}.feature img{aspect-ratio:1.3}.badge{top:14px;left:14px}.feature-caption{padding-bottom:32px}.feature-caption .muted{max-width:210px}.game-row{grid-template-columns:24px 1fr 24px;gap:12px;padding:22px 0}.game-row .platform{display:none}.game-row h2{font-size:35px}.about{grid-template-columns:1fr;gap:20px;margin-top:50px;padding-bottom:50px}.about p{font-size:23px}footer{gap:20px;flex-wrap:wrap}.game-title{font-size:21vw;margin-top:30px}.game-intro{grid-template-columns:1fr;gap:25px}.store-links{justify-content:flex-start}.screens{grid-template-columns:1fr;gap:16px}.video{margin-bottom:35px}.play{width:60px;height:60px}.section-label{gap:20px}.next{gap:30px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Keep the display type open enough to read at every size. */
.hero h1{letter-spacing:-.01em}.logo,nav a{white-space:nowrap}@media(max-width:650px){.hero h1{font-size:18vw}.logo{font-size:28px}nav{gap:16px}}
/* Shared studio mark and image-led homepage. */
.brand-mark{display:block;width:48px;height:auto;mix-blend-mode:multiply}
.hero-heading{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);align-items:start;gap:5%;margin-bottom:36px}
.hero-with-image{padding-top:52px}
.hero-with-image h1{font-size:clamp(56px,7.1vw,108px);line-height:.95;margin:24px 0 0;letter-spacing:0}
.hero-art{display:block;position:relative;min-width:0;background:#111}
.hero-art img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.hero-art-caption{display:flex;justify-content:space-between;align-items:center;background:var(--accent);padding:12px 17px;font-size:14px;font-weight:600}
.hero-art:hover{text-decoration:none}.hero-art:hover .hero-art-caption{text-decoration:underline;text-underline-offset:4px}
@media(max-width:800px){.hero-heading{grid-template-columns:1fr;gap:28px;margin-bottom:28px}.hero-with-image{padding-top:36px}.hero-with-image h1{font-size:clamp(52px,13.5vw,104px)}.brand-mark{width:42px}}

.hero-copy .hero-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:22px;margin-top:28px}
.hero-copy .hero-bottom .little-link{margin-top:0}

.about{align-items:center}
.about-profile{display:block;width:100%;max-width:360px;height:auto;justify-self:start}
.about-copy .eyebrow{margin-bottom:24px}
@media(max-width:650px){.about-profile{max-width:280px}.about-copy .eyebrow{margin-bottom:20px}}

.contact-page{min-height:65vh;padding:64px 0 100px}
.contact-page>p:not(.eyebrow){font-size:18px}
.contact-email{margin-top:28px;font-size:clamp(20px,2vw,26px);letter-spacing:-.025em;overflow-wrap:anywhere}
.contact-email a{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:8px}
.contact-email a:hover{background:var(--accent)}
.contact-fallback{margin-top:28px}
@media(max-width:650px){.contact-page{padding:44px 0 72px}}

.contact-socials{display:flex;flex-wrap:wrap;gap:16px 28px;margin-top:40px;font-size:16px}

.privacy-page{max-width:800px;margin:0 auto;padding:56px 0 80px;overflow-wrap:anywhere}
.privacy-page h1{font:800 clamp(36px,5vw,64px)/1.1 'Barlow Condensed',Impact,sans-serif;margin-bottom:24px}
.privacy-page h2{font-size:22px;line-height:1.3;margin:36px 0 14px}
.privacy-page p{margin:0 0 16px}
.privacy-page ul{padding-left:24px;margin:0 0 20px}
.privacy-page li{margin-bottom:6px}
@media(max-width:650px){.privacy-page{padding:36px 0 56px}}

.image-viewer{position:fixed;inset:0;width:100%;height:100%;max-width:none;max-height:none;margin:0;border:0;padding:20px;background:rgba(12,12,12,.96);color:white}
.image-viewer[open]{display:flex;flex-direction:column;align-items:center;gap:16px}
.image-viewer::backdrop{background:rgba(0,0,0,.85)}
.image-viewer-toolbar{display:flex;align-items:center;gap:20px;width:100%;max-width:1400px;font-size:14px}
.image-viewer-count{margin-right:auto}
.image-viewer button{border:1px solid #777;background:#242424;color:white;padding:10px 16px;border-radius:4px;font:inherit;cursor:pointer;min-height:44px}
.image-viewer button:hover{background:#414141}
.image-viewer-image{display:block;max-width:100%;width:auto;min-height:0;flex:1;object-fit:contain}
.image-viewer-navigation{display:flex;justify-content:space-between;gap:24px;width:100%;max-width:1400px;font-size:14px}
@media(max-width:650px){.image-viewer{padding:12px;gap:12px}.image-viewer-toolbar{gap:12px;font-size:12px}.image-viewer button{padding:10px 12px}}
