:root{--bg: #0e0b0a;--bg-soft: #1a1411;--text: #f4ece3;--muted: #b3a597;--accent: #e8552d;--accent-hover: #ff6f44;--border: #2c211c;--maxw: 960px;--radius: 12px;--font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}.hero{position:relative;display:flex;justify-content:center;align-items:center;min-height:88vh;padding:5rem 1.25rem 4rem;text-align:center;overflow:hidden;background-color:var(--bg);background-image:var(--hero-img);background-size:cover;background-position:center}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(14,11,10,.45) 0%,rgba(14,11,10,.65) 55%,var(--bg) 100%);pointer-events:none}.hero__inner{position:relative;max-width:760px}.hero__studio-logo{width:220px;height:auto;margin:0 auto 1.5rem;filter:drop-shadow(0 2px 7px rgba(0,0,0,.7))}.hero__game-logo{width:min(560px,90%);height:auto;margin:0 auto 1rem;filter:drop-shadow(0 6px 18px rgba(0,0,0,.55))}.hero__tagline{margin:0 auto 2rem;max-width:44ch;font-size:1.2rem;color:var(--text);text-shadow:0 2px 8px rgba(0,0,0,.7)}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.hero__cta .btn--ghost{background:#0e0b0a8c;backdrop-filter:blur(2px)}.hero__note{margin:1rem auto 0;max-width:46ch;font-size:.9rem;color:var(--muted);text-shadow:0 1px 6px rgba(0,0,0,.8)}.hero__note strong{color:var(--text)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.btn{display:inline-block;padding:.85rem 1.6rem;border-radius:var(--radius);font-weight:600;text-decoration:none;transition:background-color .15s ease,transform .05s ease}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--primary:active{transform:translateY(1px)}.btn--disabled{background:var(--bg-soft);color:var(--muted);border:1px solid var(--border);cursor:default}.btn--ghost{background:transparent;color:var(--text);border:1px solid var(--border);cursor:pointer}.btn--ghost:hover{border-color:var(--muted);background:#ffffff0a}.section{max-width:var(--maxw);margin:0 auto;padding:3.5rem 1.25rem}.section__title{font-size:1.75rem;margin:0 0 1.5rem;letter-spacing:-.01em}.section--about .about__text{max-width:60ch;color:var(--muted);font-size:1.05rem}.video{position:relative;aspect-ratio:16 / 9;width:100%;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--bg-soft)}.video iframe,.video video{position:absolute;inset:0;width:100%;height:100%;border:0}.carousel{position:relative;display:flex;align-items:center;gap:.5rem}.carousel__track{list-style:none;margin:0;padding:0;display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;border-radius:var(--radius);scrollbar-width:none}.carousel__track::-webkit-scrollbar{display:none}.carousel__slide{flex:0 0 100%;scroll-snap-align:center}.carousel__open{display:block;width:100%;padding:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-soft);cursor:zoom-in}.carousel__open img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;transition:transform .2s ease}.carousel__open:hover img{transform:scale(1.03)}.carousel__figure{margin:0}.carousel__caption{margin-top:.6rem;text-align:center;color:var(--muted);font-size:.95rem}.carousel__nav{flex:0 0 auto;width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid var(--border);background:#0e0b0ab3;color:var(--text);font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.carousel__nav:hover{background:var(--accent);color:#fff}@media(min-width:700px){.carousel__nav{position:absolute;z-index:2}.carousel__nav--prev{left:.75rem}.carousel__nav--next{right:.75rem}}.carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.carousel__dot{width:.6rem;height:.6rem;padding:0;border-radius:50%;border:0;background:var(--border);cursor:pointer;transition:background .15s ease,transform .15s ease}.carousel__dot[aria-selected=true]{background:var(--accent);transform:scale(1.25)}.lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;background:#080605eb}.lightbox[hidden]{display:none}.lightbox__figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:100%}.lightbox__img{max-width:100%;max-height:82vh;width:auto;height:auto;border-radius:var(--radius);box-shadow:0 10px 40px #0009}.lightbox__caption{text-align:center;color:var(--text);font-size:1rem}.lightbox__nav,.lightbox__close{position:absolute;border:1px solid var(--border);background:#0e0b0ab3;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.lightbox__nav:hover,.lightbox__close:hover{background:var(--accent);color:#fff}.lightbox__nav{width:3rem;height:3rem;border-radius:50%;font-size:1.8rem;line-height:1}.lightbox__nav--prev{left:1rem}.lightbox__nav--next{right:1rem}.lightbox__close{top:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.5rem;line-height:1}.newsletter__blurb{color:var(--muted);margin:-.5rem 0 1.5rem}.newsletter-form{display:flex;flex-direction:column;gap:1rem;max-width:520px}.newsletter-form__row{display:flex;gap:.75rem}@media(max-width:480px){.newsletter-form__row{flex-direction:column}}.newsletter-form__field{flex:1}.newsletter-form__field input{font:inherit;width:100%;color:var(--text);background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .85rem}.newsletter-form__field input:focus{outline:none;border-color:var(--accent)}.newsletter-form__row .btn{flex:0 0 auto}.newsletter-form__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.newsletter-form__status{margin:0;font-weight:600}.newsletter-form__status--ok{color:#56c271}.newsletter-form__status--error{color:var(--accent-hover)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section--message{min-height:60vh;display:flex;flex-direction:column;justify-content:center;text-align:center}.message__text{color:var(--muted);max-width:520px;margin:0 auto 1.5rem}.section--contact{text-align:center}.contact-toggle{display:inline-flex;align-items:center;gap:.55rem;font:inherit;font-weight:600;color:var(--text);background:var(--bg-soft);border:1px solid var(--border);border-radius:999px;padding:.6rem 1.2rem;cursor:pointer;transition:border-color .15s ease,color .15s ease}.contact-toggle:hover{border-color:var(--accent);color:var(--accent-hover)}.contact-toggle__icon{flex:0 0 auto}.contact-toggle[aria-expanded=true] .contact-toggle__icon{color:var(--accent)}.contact-panel{max-width:640px;margin:1.5rem auto 0;text-align:left}.contact__blurb{color:var(--muted);margin:0 0 1.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem;max-width:640px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:560px){.contact-form__row{grid-template-columns:1fr}}.contact-form__field{display:flex;flex-direction:column;gap:.4rem;font-weight:600}.contact-form__field input,.contact-form__field textarea{font:inherit;font-weight:400;color:var(--text);background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .85rem;width:100%;resize:vertical}.contact-form__field input:focus,.contact-form__field textarea:focus{outline:none;border-color:var(--accent)}.contact-form__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-form button[type=submit]{align-self:flex-start}.contact-form button[type=submit]:disabled{opacity:.6;cursor:progress}.contact-form__status{margin:0;font-weight:600}.contact-form__status--ok{color:#56c271}.contact-form__status--error{color:var(--accent-hover)}.footer{max-width:var(--maxw);margin:0 auto;padding:3rem 1.25rem 4rem;border-top:1px solid var(--border);text-align:center}.footer__social{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.footer__social a{color:var(--text);text-decoration:none;font-weight:600}.footer__social a:hover{color:var(--accent-hover)}.footer__email{color:var(--accent);text-decoration:none}.footer__email:hover{text-decoration:underline}.footer__copy{margin-top:1.5rem;color:var(--muted);font-size:.85rem}.cc{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:1000;display:flex;justify-content:center}.cc[hidden]{display:none}.cc__inner{width:100%;max-width:720px;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:0 12px 40px #00000080}.cc__title{margin:0 0 .4rem;font-size:1.1rem}.cc__desc{margin:0 0 .9rem;color:var(--muted);font-size:.92rem}.cc__opt{display:flex;gap:.6rem;align-items:flex-start;margin:.4rem 0;font-size:.92rem;color:var(--text)}.cc__opt input{margin-top:.2rem;accent-color:var(--accent)}.cc__actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end;margin-top:1.1rem}.cc__actions .btn{padding:.6rem 1.1rem;font-size:.92rem}.cc-reopen{position:fixed;left:1rem;bottom:1rem;z-index:999;background:var(--bg-soft);color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:.45rem .9rem;font-size:.8rem;cursor:pointer;opacity:.7;transition:opacity .15s ease,color .15s ease}.cc-reopen:hover{opacity:1;color:var(--text)}.cc-reopen[hidden]{display:none}@media(max-width:520px){.cc__actions{justify-content:stretch}.cc__actions .btn{flex:1;text-align:center}}
