@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap');
:root{--ink:#152f32;--green:#00755c;--mint:#a3f6f5;--cream:#fafff8;--line:#d6e8e0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:16px/1.5 'DM Sans',sans-serif}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.skip-link{position:absolute;top:-100px;left:1rem;background:#fff;padding:10px;z-index:20}.skip-link:focus{top:1rem}:focus-visible{outline:3px solid var(--green);outline-offset:4px}.site-header{height:72px;padding:0 max(4.5vw,22px);display:flex;align-items:center;gap:50px;background:#fff;position:sticky;top:0;z-index:10;box-shadow:0 2px 14px #174b3c16}.brand{font-size:23px;letter-spacing:-.065em;font-weight:600;white-space:nowrap;color:var(--green)}.brand strong{font-weight:800}.brand span{font-size:16px;color:#ee6c5c;vertical-align:top;padding-left:4px}.site-header nav{display:flex;gap:clamp(22px,4vw,65px);margin-left:auto}.site-header nav a,.header-press{font-size:15px;font-weight:700;white-space:nowrap}.site-header nav a:hover,.header-press:hover{color:var(--green)}.header-press{margin-left:4vw;border:1px solid var(--green);border-radius:30px;padding:9px 15px;color:var(--green)}.hero{min-height:690px;display:grid;grid-template-columns:56% 44%;background:linear-gradient(125deg,#9cf4f2 8%,#d4fdf8 54%,#faffee 93%);overflow:hidden}.hero-art{position:relative;display:flex;align-items:center;justify-content:center;padding:35px 4vw 35px 8vw}.hero-art img{position:relative;z-index:1;width:min(455px,78%);max-height:580px;object-fit:contain;filter:drop-shadow(0 18px 20px #075d8050);animation:float 6s ease-in-out infinite}.hero-orbit{position:absolute;width:min(560px,70vw);aspect-ratio:1;border:1.5px solid #ffffffa8;border-radius:50%;left:7%;top:10%}.hero-art-caption{position:absolute;z-index:2;bottom:55px;left:12%;font-weight:800;letter-spacing:.15em;color:#075f75;font-size:12px}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:75px 7vw 75px 1vw}.eyebrow{font-size:13px;letter-spacing:.18em;font-weight:800;color:var(--green)}.hero h1{font-size:clamp(53px,5.1vw,85px);line-height:1.03;letter-spacing:-.06em;margin:23px 0 30px}.hero h1 span{color:var(--green)}.hero-copy>p:not(.eyebrow){font-size:20px;line-height:1.52;max-width:490px}.hero-cta{margin-top:42px;display:flex;align-items:center;gap:16px;color:var(--green);font-weight:800}.hero-cta>span:first-child{width:68px;height:68px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;font-size:38px;line-height:1;transition:transform .2s}.hero-cta:hover>span:first-child{transform:translateY(5px)}@keyframes float{50%{transform:translateY(-12px)}}.section-inner{width:min(1420px,100%);margin:auto}.games{background:linear-gradient(180deg,#fafff4 0%,#e9f8c5 100%);padding:100px max(4.5vw,22px) 120px}.section-intro{text-align:center}.section-intro h2{font-size:clamp(56px,5.5vw,80px);letter-spacing:-.06em;line-height:1.1;margin:13px 0 16px}.section-intro>p:last-child{font-size:18px}.games-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin-top:55px}.game-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #406c4a1c;min-width:0}.game-cover{height:390px;display:flex;position:relative;overflow:hidden;align-items:center;justify-content:center}.game-cover img{transition:transform .35s}.game-cover:hover img{transform:scale(1.035)}.cover-block{background:radial-gradient(circle at 50% 27%,#42b9ee,#0966b2 67%,#073875)}.cover-block img{height:90%;width:90%;object-fit:contain;filter:drop-shadow(0 10px 12px #072b5555)}.coming-soon{position:absolute;top:18px;left:18px;background:#fff;border-radius:100px;padding:7px 13px;font-size:11px;font-weight:800;letter-spacing:.12em;color:#115386}.cover-magibot{background:#175b3c}.cover-parabellum{background:#ae4c59}.cover-magibot img,.cover-parabellum img{height:100%;width:100%;object-fit:cover}.cover-action{position:absolute;bottom:17px;right:17px;padding:10px 15px;border-radius:30px;color:var(--ink);background:#fff;font-weight:700;font-size:13px;opacity:0;transform:translateY(8px);transition:.2s}.game-cover:hover .cover-action,.game-cover:focus-visible .cover-action{opacity:1;transform:none}.card-copy{padding:24px 25px 30px}.category{font-size:12px;letter-spacing:.12em;color:var(--green);font-weight:800}.card-copy h3{font-size:28px;letter-spacing:-.045em;margin:8px 0 9px;line-height:1.2}.card-copy p{font-size:15px;line-height:1.5;min-height:47px;color:#4b6363}.game-link{display:inline-block;color:var(--green);font-weight:800;border-bottom:1px solid var(--green);font-size:14px;margin-top:22px}.about{padding:110px max(4.5vw,22px);background:#fff}.about-layout{display:grid;grid-template-columns:48% 52%;align-items:center;gap:5vw}.about-visual{background:#80c1ca;min-height:440px;border-radius:28px;display:flex;align-items:center;justify-content:center;padding:35px}.about-visual img{width:297px;height:150px;object-fit:contain;image-rendering:auto}.about-copy{max-width:560px;padding-right:5vw}.about-copy h2,.contact h2{font-size:clamp(50px,5vw,76px);line-height:1.05;letter-spacing:-.06em;margin:17px 0 25px}.about-copy>p:not(.eyebrow){font-size:19px;line-height:1.62;margin-top:18px}.contact{padding:95px max(4.5vw,22px);background:linear-gradient(125deg,#a5f3f0,#d6f9eb 70%,#f4fbe9)}.contact-layout{display:flex;justify-content:space-between;align-items:end;gap:50px}.contact h2{margin-bottom:0}.contact-side{width:min(455px,100%);padding-bottom:12px}.contact-side>p{font-size:19px;margin-bottom:27px}.socials{display:flex;flex-wrap:wrap;gap:11px}.socials a{font-weight:700;color:var(--green);border:1px solid var(--green);border-radius:25px;padding:9px 15px;font-size:14px}.socials a:hover{background:var(--green);color:white}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;padding:30px max(4.5vw,22px);font-size:14px;color:#4d6864}.site-footer a:hover{color:var(--green)}@media(max-width:1000px){.hero{grid-template-columns:51% 49%;min-height:590px}.hero-art img{width:85%}.hero-copy{padding-right:4vw}.hero h1{font-size:clamp(48px,5.6vw,70px)}.game-cover{height:300px}.card-copy h3{font-size:24px}.about-layout{gap:4vw}.about-copy{padding-right:0}}@media(max-width:700px){.site-header{height:65px;gap:10px;padding:0 18px}.brand{font-size:18px}.site-header nav{gap:14px}.site-header nav a{font-size:12px}.header-press{display:none}.hero{display:flex;flex-direction:column;min-height:0}.hero-art{height:440px;padding:28px 20px 5px;order:2}.hero-art img{width:auto;height:390px;max-height:none}.hero-orbit{width:340px;left:calc(50% - 170px);top:5%}.hero-art-caption{bottom:20px;left:25px;font-size:10px}.hero-copy{order:1;padding:60px 24px 30px}.hero h1{font-size:clamp(50px,11vw,70px);margin:18px 0 22px}.hero-copy>p:not(.eyebrow){font-size:17px}.hero-cta{margin-top:24px}.hero-cta>span:first-child{width:50px;height:50px;font-size:29px}.games{padding:75px 20px 85px}.section-intro h2{font-size:58px}.games-grid{display:grid;grid-template-columns:1fr;gap:25px;margin-top:38px}.game-cover{height:360px}.card-copy p{min-height:0}.about{padding:75px 20px}.about-layout{display:flex;flex-direction:column;gap:35px}.about-visual{min-height:300px;width:100%}.about-copy h2,.contact h2{font-size:55px}.about-copy>p:not(.eyebrow){font-size:17px}.contact{padding:75px 20px}.contact-layout{display:block}.contact-side{margin-top:25px}.site-footer{padding:26px 20px;flex-wrap:wrap}.site-footer span{width:100%}}@media(max-width:360px){.site-header nav{gap:9px}.brand{font-size:16px}.site-header nav a{font-size:11px}.hero h1{font-size:48px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-art img{animation:none}*{transition:none!important}}
.cover-magibot img,.cover-parabellum img{object-fit:contain}
.hero-studio-logo{width:235px;height:auto;align-self:flex-start;margin:0 0 25px -9px;border-radius:14px}.store-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.store-buttons a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 13px;border-radius:9px;background:#153b37;color:#fff;font-size:13px;font-weight:800;white-space:nowrap;transition:transform .2s,background .2s}.store-buttons a:hover{background:#00755c;transform:translateY(-2px)}.card-copy .store-note{margin-top:22px;min-height:0;color:#50716e;font-size:13px;font-weight:700}@media(max-width:700px){.hero-studio-logo{width:195px;margin:0 0 20px -7px}}
.about-visual{background:#6fbfc8}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.store-buttons .store-disabled{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 13px;border-radius:9px;background:#dce6e4;color:#65807d;font-size:13px;font-weight:800;white-space:nowrap;cursor:not-allowed}.detail-hero{min-height:600px;display:grid;grid-template-columns:54% 46%;background:linear-gradient(130deg,#c7f9f6,#f7fff1);overflow:hidden}.detail-hero-inner{padding:54px max(5vw,32px) 66px max(6vw,32px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.detail-back{color:var(--green);font-weight:800;font-size:14px;margin-bottom:50px}.detail-back:hover{text-decoration:underline}.detail-hero h1{font-size:clamp(60px,6.7vw,110px);line-height:.96;letter-spacing:-.07em;margin:22px 0}.detail-hero .detail-subtitle{font-weight:700;font-size:clamp(24px,3vw,42px);line-height:1.1;margin:-15px 0 27px;color:var(--green)}.detail-lead{max-width:600px;font-size:21px;line-height:1.5}.detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.detail-buy{display:inline-flex;align-items:center;justify-content:center;padding:12px 19px;min-height:47px;border-radius:10px;color:#fff;background:#0b695d;font-size:14px;font-weight:800;white-space:nowrap}.detail-buy:hover{background:#084a44}.detail-hero-art{display:flex;align-items:center;justify-content:center;padding:60px max(5vw,26px) 60px 0}.detail-hero-art img{width:100%;box-shadow:0 25px 60px #0f41443b;border-radius:17px}.detail-magibot{background:linear-gradient(135deg,#d7f5e0,#a8eadf 60%,#e5f8eb)}.detail-parabellum{background:linear-gradient(135deg,#ffe9df,#f5d4d1 62%,#fff0db)}.detail-container{width:min(1240px,100%);margin:auto}.detail-intro{padding:105px max(5vw,24px);background:#fff}.detail-split{display:grid;grid-template-columns:1fr 1fr;gap:10vw}.detail-intro h2,.detail-gallery h2,.detail-end h2{font-size:clamp(42px,4.3vw,68px);line-height:1.07;letter-spacing:-.06em;margin:15px 0 0}.detail-split>div:last-child{padding-top:15px}.detail-split p:not(.eyebrow){font-size:19px;line-height:1.65;margin-bottom:18px}.detail-gallery{padding:90px max(5vw,24px) 105px;background:#eff8ee}.detail-gallery h2{margin-bottom:34px}.detail-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.detail-gallery-grid img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #153b371e}.detail-end{padding:90px max(5vw,24px);background:linear-gradient(120deg,#abefee,#e1f8e5)}.detail-end-inner{display:flex;align-items:end;justify-content:space-between;gap:35px}.detail-end h2{margin-bottom:20px}.detail-end p:not(.eyebrow){font-size:18px;max-width:600px}.detail-end .detail-actions{justify-content:flex-end;max-width:450px}@media(max-width:700px){.footer-links{gap:15px}.detail-hero{display:flex;flex-direction:column}.detail-hero-inner{padding:34px 24px 20px}.detail-back{margin-bottom:42px}.detail-hero h1{font-size:clamp(55px,12vw,75px)}.detail-lead{font-size:18px}.detail-hero-art{padding:20px 24px 55px}.detail-intro,.detail-gallery,.detail-end{padding:75px 24px}.detail-split{display:block}.detail-split>div:last-child{padding-top:25px}.detail-split p:not(.eyebrow){font-size:17px}.detail-gallery-grid{grid-template-columns:1fr;gap:18px}.detail-end-inner{display:block}.detail-end .detail-actions{justify-content:flex-start}}
.store-buttons .store-disabled{border:0;font-family:inherit;line-height:1.2}
