:root { color-scheme: dark; --bg:#030303; --panel:#0c0f12; --panel-2:#12161b; --text:#f7f7f5; --muted:#a9b0b5; --line:rgba(255,255,255,.13); --coral:#f21822; --teal:#34c9bd; --yellow:#f5c84b; --shadow:0 30px 90px rgba(0,0,0,.48); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--bg); color:var(--text); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.55; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
button,input { font:inherit; }
h1,h2,h3,p { margin-top:0; }
.site-header { align-items:center; background:linear-gradient(180deg,rgba(0,0,0,.86),rgba(0,0,0,.18)); border-bottom:1px solid transparent; display:flex; gap:24px; justify-content:space-between; left:0; padding:16px clamp(18px,5vw,72px); position:fixed; right:0; top:0; transition:background 180ms ease,border-color 180ms ease; z-index:20; }
.site-header.is-scrolled { background:rgba(3,3,3,.9); border-color:var(--line); backdrop-filter:blur(16px); }
.brand { align-items:center; display:inline-flex; font-weight:900; gap:10px; min-width:max-content; }
.brand-mark { align-items:center; background:var(--coral); border-radius:7px; color:#fff; display:inline-flex; font-size:.76rem; height:38px; justify-content:center; width:38px; }
.brand-mark.logo { background:transparent; border:0; border-radius:0; box-shadow:none; overflow:visible; }
.brand-mark.logo img { display:block; height:100%; object-fit:contain; width:100%; }
.nav-links,.header-actions,.language-toggle,.hero-actions,.contact-links,.footer-links { align-items:center; display:flex; }
.nav-links { gap:26px; }
.nav-links a,.header-cta { color:#cbd2d5; font-size:.9rem; font-weight:800; }
.nav-links a:hover,.header-cta:hover { color:#fff; }
.header-actions { gap:10px; }
.header-cta,.button { border:1px solid var(--line); border-radius:7px; font-weight:900; min-height:44px; padding:10px 15px; }
.language-toggle { background:rgba(255,255,255,.06); border:1px solid var(--line); border-radius:7px; padding:3px; }
.language-toggle button { background:none; border:0; border-radius:5px; color:var(--muted); cursor:pointer; font-size:.76rem; font-weight:900; height:30px; width:36px; }
.language-toggle button.is-active { background:#fff; color:#0b0b0b; }

.studio-hero { background:#000; display:grid; gap:40px; grid-template-columns:minmax(0,1fr) minmax(360px,.52fr); isolation:isolate; min-height:92vh; overflow:hidden; padding:136px clamp(18px,6vw,92px) 56px; position:relative; }
.studio-hero-bg { height:100%; inset:0; object-fit:cover; object-position:center; position:absolute; width:100%; z-index:-3; }
.studio-hero-shade { background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.58) 54%,rgba(0,0,0,.22)); inset:0; position:absolute; z-index:-2; }
.studio-hero::before { background:var(--coral); content:""; height:3px; left:clamp(18px,6vw,92px); position:absolute; top:102px; width:120px; }
.hero-copy-block { align-self:center; max-width:840px; }
.hero-brand-logo { background:transparent; border:0; border-radius:0; box-shadow:none; display:block; height:auto; margin:0 0 24px; width:clamp(160px,20vw,280px); }
.eyebrow { color:var(--teal); font-size:.76rem; font-weight:950; letter-spacing:.13em; margin-bottom:12px; text-transform:uppercase; }
h1 { font-size:clamp(4rem,8.4vw,8.2rem); letter-spacing:0; line-height:.86; margin-bottom:30px; }
h2 { font-size:clamp(2.2rem,4.8vw,5rem); letter-spacing:0; line-height:.98; margin-bottom:18px; }
h3 { font-size:1.32rem; letter-spacing:0; margin-bottom:10px; }
.hero-copy { color:var(--muted); font-size:clamp(1.05rem,1.5vw,1.25rem); max-width:690px; }
.hero-actions { flex-wrap:wrap; gap:10px; margin-top:30px; }
.button { align-items:center; display:inline-flex; justify-content:center; }
.button.primary { background:var(--coral); border-color:var(--coral); box-shadow:0 12px 34px rgba(242,24,34,.26); color:#fff; }
.button.secondary { background:transparent; color:#fff; }
.hero-showcase { align-self:end; backdrop-filter:blur(14px); background:rgba(8,10,12,.84); border:1px solid rgba(255,255,255,.18); border-radius:10px; box-shadow:var(--shadow); color:var(--text); display:grid; gap:20px; grid-template-columns:132px 1fr; padding:16px; }
.hero-showcase img { border-radius:20%; display:block; height:132px; object-fit:cover; width:132px; }
.hero-showcase div { align-self:center; display:grid; gap:5px; }
.hero-showcase span { color:var(--teal); font-size:.74rem; font-weight:950; letter-spacing:.1em; text-transform:uppercase; }
.hero-showcase strong { font-size:1.45rem; }
.hero-showcase small { color:var(--muted); font-size:.9rem; }
.studio-facts { align-items:end; border-top:1px solid var(--line); display:grid; gap:0; grid-column:1/-1; grid-template-columns:repeat(3,1fr); margin-top:12px; }
.studio-facts span { border-left:1px solid var(--line); display:grid; gap:2px; padding:22px 24px 0; }
.studio-facts span:first-child { border-left:0; padding-left:0; }
.studio-facts strong { font-size:1.55rem; }
.studio-facts small { color:var(--muted); }

.section { padding:clamp(70px,9vw,120px) clamp(18px,6vw,92px); }
.section-heading { align-items:end; display:grid; gap:40px; grid-template-columns:minmax(0,1fr) minmax(280px,.55fr); margin-bottom:42px; }
.section-heading > p { color:var(--muted); margin-bottom:8px; max-width:540px; }
.games-section { background:#050505; border-top:1px solid var(--line); }
.games-section .section-heading > p { color:var(--muted); }
.games-grid { display:grid; gap:14px; grid-template-columns:repeat(4,minmax(0,1fr)); }
.game-card { background:#0d1014; border:1px solid var(--line); border-radius:10px; display:grid; gap:14px; grid-template-columns:1fr; min-height:360px; padding:20px; }
.game-card.featured { background:linear-gradient(135deg,rgba(242,24,34,.18),rgba(52,201,189,.1)),#111419; border-color:rgba(242,24,34,.38); }
.game-card,.game-card * { min-width:0; }
.game-logo-wrap { background:#171b20; border-radius:12px; height:150px; overflow:hidden; width:150px; }
.game-logo { display:block; height:100%; object-fit:cover; width:100%; }
.game-logo-fallback { align-items:center; display:flex; font-size:1.2rem; font-weight:900; height:100%; justify-content:center; }
.game-status { border:1px solid rgba(242,24,34,.45); border-radius:999px; color:#ff6b72; font-size:.72rem; font-weight:900; padding:5px 9px; width:fit-content; }
.game-card h3 { font-size:1.42rem; margin-bottom:0; }
.game-card p { color:var(--muted); font-size:.92rem; margin-bottom:0; }
.game-card a { color:#ff6b72; font-weight:900; padding-top:8px; }

.featured-project { border:1px solid var(--line); border-radius:10px; margin:0 clamp(18px,6vw,92px); min-height:68vh; overflow:hidden; padding:clamp(76px,10vw,130px) clamp(24px,5vw,70px); position:relative; }
.featured-project > img { height:100%; inset:0; object-fit:cover; object-position:center; position:absolute; width:100%; z-index:-3; }
.featured-shade { background:linear-gradient(90deg,rgba(8,11,14,.95),rgba(8,11,14,.7) 45%,rgba(8,11,14,.2)); inset:0; position:absolute; z-index:-2; }
.featured-copy { max-width:700px; }
.featured-copy p:not(.eyebrow) { color:#c2cbce; font-size:1.08rem; }
.project-meta { display:flex; flex-wrap:wrap; gap:8px; margin-top:26px; }
.project-meta span { border:1px solid rgba(255,255,255,.25); border-radius:6px; font-size:.83rem; font-weight:850; padding:8px 11px; }

.principles { background:#050505; }
.principle-grid { border-top:1px solid var(--line); display:grid; grid-template-columns:repeat(3,1fr); }
.principle-grid article { border-left:1px solid var(--line); min-height:250px; padding:30px; }
.principle-grid article:first-child { border-left:0; padding-left:0; }
.principle-grid span { color:var(--yellow); display:block; font-weight:950; margin-bottom:40px; }
.principle-grid p { color:var(--muted); }
.contact-band { align-items:center; background:#080808; border-bottom:1px solid var(--line); border-top:1px solid var(--line); display:grid; gap:32px; grid-template-columns:minmax(0,1fr) auto; padding:54px clamp(18px,6vw,92px); }
.contact-band .eyebrow { color:var(--teal); }
.contact-band h2 { font-size:clamp(2rem,4vw,3.8rem); margin-bottom:0; max-width:800px; }
.contact-links { flex-wrap:wrap; gap:10px; justify-content:flex-end; }
.contact-links a { border:1px solid var(--line); border-radius:7px; font-weight:900; padding:12px 15px; }
.site-footer { align-items:start; background:#030303; border-top:1px solid var(--line); display:flex; gap:28px; justify-content:space-between; padding:34px clamp(18px,6vw,92px); }
.site-footer p { color:var(--muted); margin:12px 0 0; }
.footer-links { flex-wrap:wrap; gap:18px; justify-content:flex-end; }
.footer-links a,.policy-page a { color:var(--teal); font-weight:800; }

.policy-header { align-items:center; background:#050505; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; padding:18px clamp(18px,5vw,76px); }
.policy-page { margin:0 auto; max-width:980px; padding:clamp(54px,8vw,96px) clamp(18px,5vw,40px); }
.policy-page h1 { font-size:clamp(3rem,8vw,6.5rem); margin-bottom:18px; }
.policy-date,.policy-section p,.policy-section li { color:var(--muted); }
.policy-date { font-weight:800; margin-bottom:44px; }
.policy-section { border-top:1px solid var(--line); padding:30px 0; }
.policy-section h2 { font-size:clamp(1.45rem,3vw,2.35rem); line-height:1.12; }
.policy-link-grid { display:grid; gap:14px; grid-template-columns:repeat(3,1fr); }
.policy-link-grid a { background:var(--panel); border:1px solid var(--line); border-radius:8px; min-height:132px; padding:20px; }
.sr-only { height:1px; margin:-1px; overflow:hidden; position:absolute; width:1px; }

@media(max-width:1180px){ .games-grid{grid-template-columns:repeat(2,minmax(0,1fr));} }
@media(max-width:960px){ .nav-links{display:none}.studio-hero{grid-template-columns:1fr}.hero-showcase{max-width:680px}.section-heading,.contact-band{grid-template-columns:1fr}.contact-links{justify-content:flex-start}.principle-grid{grid-template-columns:1fr}.principle-grid article,.principle-grid article:first-child{border-left:0;border-top:1px solid var(--line);min-height:0;padding:26px 0}.site-footer{display:grid}.footer-links{justify-content:flex-start}.policy-link-grid{grid-template-columns:1fr} }
@media(max-width:560px){ .site-header{padding-inline:12px}.header-cta{display:none}.language-toggle button{width:32px}.studio-hero{padding-inline:14px;padding-top:128px}.studio-hero-bg{object-position:64% center}.studio-hero-shade{background:rgba(0,0,0,.72)}.studio-hero::before{left:14px}.hero-brand-logo{width:148px}h1{font-size:4.1rem}.hero-actions{align-items:stretch;display:grid}.hero-showcase{grid-template-columns:96px 1fr;padding:12px}.hero-showcase img{height:96px;width:96px}.hero-showcase strong{font-size:1.08rem}.studio-facts{grid-template-columns:1fr}.studio-facts span,.studio-facts span:first-child{border-left:0;border-top:1px solid var(--line);padding:14px 0}.games-grid{grid-template-columns:1fr}.game-card{min-height:0;padding:14px}.game-logo-wrap{height:112px;width:112px}.featured-project{margin-inline:14px;min-height:620px}.featured-shade{background:linear-gradient(0deg,rgba(8,11,14,.96),rgba(8,11,14,.28))}.featured-copy{padding-top:250px}.contact-links{display:grid}.site-footer{padding-inline:18px} }
