@font-face{font-family:"DM Sans";font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/dm-sans.woff2') format('woff2')}@font-face{font-family:"Manrope";font-style:normal;font-weight:400 700;font-display:swap;src:url('/assets/manrope.woff2') format('woff2')}

:root{--ink:#f5f7f8;--muted:#aab7be;--dark:#050a12;--deep:#07141d;--cyan:#31d8da;--teal:#0ba6a9;--line:rgba(255,255,255,.16);--paper:#edf1ef;--black:#071014;--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--dark);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.wrap{width:min(calc(100% - 96px),var(--max));margin-inline:auto}.skip-link{position:fixed;z-index:100;left:1rem;top:-5rem;padding:.8rem 1rem;background:#fff;color:#000}.skip-link:focus{top:1rem}.site-header{position:fixed;z-index:20;inset:0 0 auto;height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 48px;border-bottom:1px solid transparent;transition:background .3s,border .3s}.site-header.scrolled{background:rgba(5,10,18,.9);border-color:var(--line);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:11px;width:max-content}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.65);font-family:Manrope,sans-serif;font-weight:700;font-size:20px;line-height:1}.brand-type{display:grid;line-height:.9;letter-spacing:.14em}.brand-type strong{font:700 13px/1 Manrope,sans-serif}.brand-type small{margin-top:5px;font:500 8px/1 Manrope,sans-serif;letter-spacing:.44em;color:var(--cyan)}.main-nav{display:flex;align-items:center;gap:38px;font-size:13px;font-weight:500}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;inset:auto 100% -8px 0;height:1px;background:var(--cyan);transition:right .25s}.main-nav a:hover:after{right:0}.nav-cta{justify-self:end;padding:12px 17px;border:1px solid rgba(255,255,255,.38);font-size:12px;font-weight:600;letter-spacing:.04em}.nav-cta span{margin-left:10px;color:var(--cyan)}.menu-button{display:none;background:none;border:0;color:#fff;width:40px;height:40px;padding:10px}.menu-button span{display:block;height:1px;background:currentColor;margin:7px 0}.hero{position:relative;min-height:820px;height:100svh;overflow:hidden;background:#06101b}.hero-image,.game-art,.ecosystem-image{background-image:url('/assets/reef-hero.webp');background-size:cover;background-position:center}.hero-image{position:absolute;inset:0;background-position:center center;transform:scale(1.02);animation:drift 14s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,15,.96) 0%,rgba(3,7,15,.78) 27%,rgba(3,7,15,.1) 65%,rgba(3,7,15,.2) 100%),linear-gradient(0deg,rgba(3,7,15,.8),transparent 38%)}.hero-copy{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:70px}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:600;color:var(--cyan)}.hero h1,.section-heading h2,.manifesto h2,.intro h2,.modes h2,.ecosystem h2,.roadmap h2,.newsletter h2,.cta-reef h2{font-family:Manrope,sans-serif;letter-spacing:-.055em}.hero h1{font-size:clamp(58px,7vw,112px);line-height:.9;margin:25px 0 30px;max-width:900px;font-weight:500}.hero h1 em,.manifesto h2 em,.intro h2 em,.ecosystem h2 em{font-style:normal;color:var(--cyan)}.hero-lead{max-width:600px;font-size:18px;line-height:1.65;color:#c6d1d7}.hero-actions{display:flex;align-items:center;gap:32px;margin-top:22px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-width:210px;padding:18px 21px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:transform .25s,background .25s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--cyan);color:#041015}.button-light{background:#fff;color:#071014}.text-link{font-size:13px;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:5px}.hero-meta{position:absolute;z-index:2;right:48px;bottom:42px;display:flex;align-items:center;gap:15px;font:500 11px/1.4 Manrope,sans-serif;letter-spacing:.08em}.hero-meta>span{color:var(--cyan)}.hero-meta>div{width:70px;height:1px;background:rgba(255,255,255,.4)}.hero-meta p{margin:0;text-transform:uppercase}.hero-meta small{font-size:9px;color:var(--muted)}.scroll-cue{position:absolute;z-index:2;left:48px;bottom:35px;display:grid;justify-items:center;gap:9px;font-size:8px;letter-spacing:.22em;text-transform:uppercase;writing-mode:vertical-rl}.scroll-cue span{height:44px;width:1px;background:linear-gradient(var(--cyan),transparent)}.games-section{padding:150px 0 170px;background:var(--paper);color:var(--black)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:65px}.section-heading .eyebrow{color:#177e80}.section-heading h2{margin:0;font-size:clamp(46px,5.2vw,76px);font-weight:500;line-height:.96}.game-feature{position:relative;display:block;height:680px;overflow:hidden;background:#07141d;color:#fff}.game-art{position:absolute;inset:0;transition:transform .8s ease}.game-feature:hover .game-art{transform:scale(1.025)}.game-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,11,18,.94),rgba(3,11,18,.15) 70%),linear-gradient(0deg,rgba(3,11,18,.65),transparent 50%)}.game-card-copy{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:58px}.status{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#c7d6db}.status i{display:inline-block;width:6px;height:6px;margin-right:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(49,216,218,.13)}.game-card-copy h3,.reef-logo{font:400 clamp(64px,8vw,124px)/.72 Manrope,sans-serif;letter-spacing:-.08em;margin:34px 0 0}.game-card-copy h3 strong,.reef-logo strong{display:block;font-size:.38em;letter-spacing:.34em;margin-left:.18em;color:var(--cyan)}.game-card-footer{display:flex;align-items:end;justify-content:space-between}.game-card-footer p{font-size:17px;max-width:370px;line-height:1.5;margin:0}.round-arrow{display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;width:66px;height:66px;font-size:25px}.manifesto{background:#09151d;padding:170px 0}.manifesto-grid{display:grid;grid-template-columns:1fr 3fr;gap:50px}.manifesto h2{font-size:clamp(50px,6vw,88px);line-height:.98;font-weight:500;margin:0 0 55px}.manifesto-copy{font-size:20px;line-height:1.7;color:#bac7cd;max-width:750px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:100px;padding-top:35px;border-top:1px solid var(--line)}.principles span{font-size:10px;color:var(--cyan)}.principles h3{font:500 18px Manrope,sans-serif;margin:28px 0 12px}.principles p{font-size:13px;color:var(--muted);margin:0}.newsletter{background:var(--cyan);color:#061014;padding:110px 0}.newsletter-inner{display:flex;align-items:end;justify-content:space-between}.newsletter .eyebrow{color:#075d60}.newsletter h2{font-size:clamp(48px,5vw,72px);line-height:.96;margin:18px 0 0;font-weight:500}.site-footer{background:#03070c;padding:85px 0 30px}.footer-main{display:grid;grid-template-columns:1fr 1fr 1fr;gap:60px;align-items:start;padding-bottom:85px}.footer-main>p{font:400 28px/1.3 Manrope,sans-serif;margin:0}.footer-links{justify-self:end;display:grid;gap:14px;font-size:13px}.footer-links a:hover{color:var(--cyan)}.footer-bottom{display:flex;justify-content:space-between;padding-top:25px;border-top:1px solid var(--line);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#788891}

/* Reef detail */.reef-hero .hero-shade{background:linear-gradient(90deg,rgba(3,8,15,.92),rgba(3,8,15,.32) 55%,rgba(3,8,15,.12)),linear-gradient(0deg,rgba(3,8,15,.88),transparent 45%)}.reef-title-block{justify-content:flex-end;padding-bottom:105px}.reef-logo{font-size:clamp(90px,13vw,190px)!important;line-height:.7!important;margin:25px 0 35px!important}.reef-title-block .hero-lead{font-size:22px}.release-note{font-size:11px;line-height:1.7;color:#a8b9c0;text-transform:uppercase;letter-spacing:.1em}.release-note strong{color:#fff}.prototype-badge{position:absolute;right:48px;top:125px;z-index:2;padding:15px 18px;border:1px solid rgba(255,255,255,.35);font:600 10px/1.4 Manrope,sans-serif;text-transform:uppercase;letter-spacing:.13em;text-align:right}.prototype-badge small{color:var(--cyan);font-size:8px}.intro{background:var(--paper);color:var(--black);padding:160px 0}.intro-grid{display:grid;grid-template-columns:1fr 3fr;gap:50px}.intro .eyebrow,.roadmap .eyebrow{color:#177e80}.intro h2{font-size:clamp(50px,6vw,84px);font-weight:500;line-height:1;margin:0}.intro h2 em{color:#10888a}.lead-copy{max-width:700px;margin:50px 0 0;font-size:20px;line-height:1.7;color:#39474c}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);margin-top:120px;border-top:1px solid #bdc7c5}.stat-row>div{display:flex;gap:22px;padding:38px 30px 0 0;border-right:1px solid #bdc7c5}.stat-row>div+div{padding-left:30px}.stat-row>div:last-child{border:0}.stat-row strong{font:500 50px/1 Manrope,sans-serif;color:#10888a}.stat-row span{font-size:12px;line-height:1.6;text-transform:uppercase;letter-spacing:.08em}.modes{padding:160px 0;background:#07131b}.modes>div>.eyebrow{text-align:center}.modes h2{text-align:center;font-size:clamp(55px,7vw,96px);font-weight:500;line-height:.95;margin:25px 0 80px}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}.mode-card{min-height:680px;padding:45px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.mode-card:before{content:"";position:absolute;inset:0;opacity:.3}.mode-card.arcade{background:linear-gradient(145deg,#164e5b,#0a2330)}.mode-card.arcade:before{background:radial-gradient(circle at 80% 10%,#4ee4df,transparent 40%)}.mode-card.simulation{background:linear-gradient(145deg,#132f3c,#060c14)}.mode-card.simulation:before{background:radial-gradient(circle at 80% 10%,#287590,transparent 42%)}.mode-card>*{position:relative}.mode-number{align-self:flex-end;font:500 11px Manrope,sans-serif}.mode-card h3{font:500 clamp(40px,4.4vw,65px)/1 Manrope,sans-serif;letter-spacing:-.05em;margin:18px 0 32px}.mode-card p:not(.eyebrow){font-size:16px;line-height:1.65;color:#c1d2d7;max-width:520px}.mode-card ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:30px 0 0}.mode-card li{border:1px solid rgba(255,255,255,.25);padding:9px 12px;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.ecosystem{height:920px;position:relative;overflow:hidden}.ecosystem-image{position:absolute;inset:0;background-position:center}.ecosystem-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,8,15,.9),rgba(2,8,15,.08) 70%),linear-gradient(0deg,rgba(2,8,15,.7),transparent)}.ecosystem-copy{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center}.ecosystem h2{font-size:clamp(60px,7vw,100px);line-height:.9;font-weight:500;margin:25px 0 35px}.ecosystem-copy>p:last-child{max-width:510px;font-size:17px;line-height:1.7;color:#c0cdd3}.roadmap{background:var(--paper);color:var(--black);padding:160px 0}.roadmap-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:130px}.roadmap h2{font-size:clamp(48px,5vw,75px);font-weight:500;line-height:.98;margin:25px 0 35px}.roadmap-note{font-size:14px;line-height:1.7;color:#536167;max-width:390px}.timeline{list-style:none;margin:0;padding:0}.timeline li{display:grid;grid-template-columns:100px 1fr;gap:35px;padding:30px 0;border-bottom:1px solid #b9c4c2}.timeline time{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#68777b}.timeline div{display:flex;justify-content:space-between;gap:20px}.timeline strong{font:500 20px Manrope,sans-serif}.timeline span{font-size:12px;color:#617075}.timeline .active strong{color:#087e80}.timeline .active:after{content:"Geplant";grid-column:2;width:max-content;margin-top:5px;padding:6px 9px;background:#0c888a;color:white;font-size:8px;text-transform:uppercase;letter-spacing:.13em}.cta-reef{background:var(--cyan);color:#061014;padding:130px 0;text-align:center}.cta-reef .eyebrow{color:#075d60}.cta-reef h2{font-size:clamp(60px,8vw,112px);font-weight:500;line-height:.9;margin:25px 0}.cta-reef p:not(.eyebrow){font-size:17px;max-width:600px;margin:0 auto 38px;line-height:1.6}.cta-reef .button{margin:auto}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@keyframes drift{from{transform:scale(1.08)}to{transform:scale(1.02)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-image{animation:none}.reveal{opacity:1;transform:none;transition:none}}

@media(max-width:900px){.wrap{width:min(calc(100% - 40px),var(--max))}.site-header{height:72px;padding:0 20px;grid-template-columns:1fr auto}.main-nav,.nav-cta{display:none}.menu-button{display:block;justify-self:end}.site-header.menu-active{height:100svh;align-content:start;padding-top:15px;background:#050a12}.site-header.menu-active .main-nav{display:grid;position:absolute;top:110px;left:20px;gap:26px;font:500 36px Manrope,sans-serif}.site-header.menu-active .nav-cta{display:block;position:absolute;left:20px;bottom:30px}.hero{min-height:700px}.hero-image{background-position:60% center}.hero-shade{background:linear-gradient(90deg,rgba(3,7,15,.92),rgba(3,7,15,.18)),linear-gradient(0deg,rgba(3,7,15,.9),transparent 55%)}.hero h1{font-size:clamp(53px,15vw,85px)}.hero-copy{padding-top:50px}.hero-lead{font-size:16px;max-width:92%}.hero-meta,.scroll-cue{display:none}.games-section,.manifesto,.intro,.modes,.roadmap{padding:100px 0}.section-heading{display:block}.section-heading .eyebrow{margin-bottom:20px}.game-feature{height:610px}.game-art{background-position:62% center}.game-card-copy{padding:32px}.game-card-copy h3{font-size:70px}.game-card-footer p{max-width:240px}.manifesto-grid,.intro-grid,.roadmap-grid{grid-template-columns:1fr;gap:35px}.principles{grid-template-columns:1fr;gap:30px;margin-top:65px}.newsletter-inner{display:block}.newsletter .button{margin-top:35px}.footer-main{grid-template-columns:1fr;gap:40px}.footer-links{justify-self:start}.reef-title-block{padding-bottom:65px}.reef-logo{font-size:clamp(74px,22vw,130px)!important}.prototype-badge{right:20px;top:95px}.stat-row{grid-template-columns:1fr;margin-top:70px}.stat-row>div,.stat-row>div+div{padding:25px 0;border-right:0;border-bottom:1px solid #bdc7c5}.mode-grid{grid-template-columns:1fr}.mode-card{min-height:620px;padding:30px}.ecosystem{height:760px}.ecosystem-image{background-position:62% center}.roadmap-grid{gap:70px}.timeline li{grid-template-columns:75px 1fr;gap:15px}.timeline div{display:grid;gap:6px}.newsletter{padding:90px 0}}
@media(max-width:520px){.brand-type{display:none}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero h1{font-size:50px}.button{width:100%}.game-feature{height:560px}.game-card-copy h3{font-size:56px}.round-arrow{width:52px;height:52px}.manifesto h2,.intro h2,.modes h2{font-size:43px}.newsletter h2{font-size:45px}.reef-logo{font-size:66px!important}.reef-logo strong{letter-spacing:.24em}.release-note{margin-top:5px}.ecosystem h2{font-size:55px}.footer-bottom{display:grid;gap:10px}}

/* Quansatech Games studio identity */
.home{--cyan:#5281ff;--teal:#245ce6}.brand-logo{gap:12px}.brand-emblem{position:relative;display:grid;place-items:center;width:43px;height:43px;border:1px solid rgba(255,255,255,.28);overflow:hidden;background:rgba(255,255,255,.025)}.brand-emblem:after{content:"";position:absolute;right:-1px;bottom:-1px;width:13px;height:3px;background:var(--cyan)}.brand-emblem img{width:29px;height:25px;object-fit:contain}.brand-logo .brand-type small{margin-top:6px;font-weight:600;letter-spacing:.55em}.hero-home .hero-image{background-image:url('/assets/studio-hero.webp');background-position:center center}.hero-home .hero-shade{background:linear-gradient(90deg,rgba(1,3,9,.98) 0%,rgba(1,3,9,.82) 30%,rgba(1,3,9,.12) 67%),linear-gradient(0deg,rgba(1,3,9,.86),transparent 45%)}.hero-home h1{font-size:clamp(72px,9.2vw,148px);line-height:.78;text-transform:uppercase}.hero-home h1 em{display:inline-block;color:transparent;-webkit-text-stroke:1.5px rgba(133,167,255,.95);text-shadow:0 0 60px rgba(50,100,255,.18)}.hero-home .hero-lead{max-width:520px}.worlds-marquee{overflow:hidden;background:#0d3ea8;color:#fff;border-block:1px solid rgba(255,255,255,.22);padding:27px 0;white-space:nowrap}.worlds-marquee div{width:max-content;font:600 clamp(28px,3.3vw,54px)/1 Manrope,sans-serif;letter-spacing:-.04em;animation:marquee 28s linear infinite}.worlds-marquee i{font-style:normal;font-size:.45em;color:#86a8ff;margin:0 34px}.home .section-heading .eyebrow{color:#245ce6}.home .manifesto{background:#070b14}.home .newsletter{background:#245ce6;color:#fff}.home .newsletter .eyebrow{color:#cbd7ff}.home .newsletter .button-light{background:#fff;color:#071014}@keyframes marquee{to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.worlds-marquee div{animation:none}}@media(max-width:900px){.hero-home .hero-image{background-position:57% center}.hero-home h1{font-size:clamp(62px,18vw,105px)}.worlds-marquee{padding:20px 0}}@media(max-width:520px){.brand-logo .brand-type{display:grid}.brand-emblem{width:38px;height:38px}.brand-emblem img{width:25px}.hero-home h1{font-size:59px}.hero-home .hero-shade{background:linear-gradient(90deg,rgba(1,3,9,.94),rgba(1,3,9,.3)),linear-gradient(0deg,rgba(1,3,9,.9),transparent 58%)}}

/* 2026 publisher refinement */
.brand-logo{gap:14px}.brand-logo .brand-emblem{width:46px;height:46px;border-color:rgba(255,255,255,.36);background:#080c15}.brand-logo .brand-emblem:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 55%,rgba(82,129,255,.16))}.brand-logo .brand-emblem:after{width:16px;height:4px}.brand-logo .brand-type{min-width:144px}.brand-logo .brand-type strong{font-size:14px;letter-spacing:.17em}.brand-logo .brand-type small{display:flex;align-items:center;gap:9px;margin-top:7px;letter-spacing:.13em}.brand-logo .brand-type small b{display:inline-block;padding:3px 5px;background:var(--cyan);color:#050910;font-size:7px;letter-spacing:.18em}.brand-logo .brand-type small i{font-style:normal;font-size:6px;letter-spacing:.2em;color:#96a4ad}.hero-home .hero-shade{background:linear-gradient(90deg,rgba(1,3,9,.99) 0%,rgba(1,3,9,.86) 31%,rgba(1,3,9,.08) 70%),linear-gradient(0deg,rgba(1,3,9,.88),transparent 48%)}.hero-home .hero-copy:before{content:"QG\A2026";white-space:pre;position:absolute;left:-82px;top:50%;transform:translateY(-50%);font:600 8px/2 Manrope,sans-serif;letter-spacing:.22em;color:#647080}.hero-home h1{max-width:950px;font-size:clamp(66px,7.7vw,124px);line-height:.83;letter-spacing:-.07em}.hero-home h1 em{color:#fff;-webkit-text-stroke:0;text-shadow:0 0 80px rgba(82,129,255,.5)}.hero-home .eyebrow{padding-left:42px;position:relative}.hero-home .eyebrow:before{content:"";position:absolute;left:0;top:50%;width:27px;height:1px;background:var(--cyan)}.hero-home .button-primary{box-shadow:0 14px 50px rgba(32,84,220,.28)}.studio-statement{position:relative;overflow:hidden;background:#184fc8;padding:120px 0;color:#fff}.studio-statement:after{content:"QG";position:absolute;right:-.08em;bottom:-.34em;font:700 clamp(260px,36vw,570px)/1 Manrope,sans-serif;letter-spacing:-.13em;color:rgba(4,22,70,.16);pointer-events:none}.statement-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 2.3fr 1.15fr;gap:60px;align-items:start}.studio-statement .eyebrow{color:#d7e2ff;margin-top:12px}.studio-statement h2{margin:0;font:600 clamp(66px,7.5vw,116px)/.73 Manrope,sans-serif;letter-spacing:-.075em}.studio-statement h2 span{color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.72)}.statement-copy{align-self:end;margin:0 0 4px;font-size:15px;line-height:1.75;color:#dce5fb}.home .games-section{background:#050810;color:#fff;padding-top:175px}.home .section-heading .eyebrow{color:#7199ff}.home .game-feature{height:min(72vw,820px);min-height:620px;border:1px solid rgba(255,255,255,.13)}.home .game-card-copy{padding:70px}.home .game-art:after{background:linear-gradient(90deg,rgba(3,9,16,.96),rgba(3,9,16,.04) 74%),linear-gradient(0deg,rgba(3,9,16,.78),transparent 55%)}.home .manifesto{background:#eef1ef;color:#071014}.home .manifesto .eyebrow{color:#245ce6}.home .manifesto h2 em{color:#245ce6}.home .manifesto-copy{color:#445057}.home .principles{border-color:#c1c9c7}.home .principles p{color:#5d696e}.home .newsletter{position:relative;overflow:hidden}.home .newsletter:after{content:"→";position:absolute;right:2vw;top:50%;transform:translateY(-53%);font:300 250px/1 Manrope,sans-serif;color:rgba(255,255,255,.1)}
@media(max-width:1100px){.statement-grid{grid-template-columns:1fr 2.6fr}.statement-copy{grid-column:2;max-width:550px}.hero-home .hero-copy:before{display:none}}
@media(max-width:900px){.brand-logo .brand-type{min-width:0}.brand-logo .brand-type small i{display:none}.studio-statement{padding:90px 0}.statement-grid{grid-template-columns:1fr;gap:28px}.statement-copy{grid-column:auto;max-width:520px}.home .game-card-copy{padding:35px}.hero-home h1{font-size:clamp(58px,15vw,94px)}.home .games-section{padding-top:110px}}
@media(max-width:520px){.brand-logo{gap:9px}.brand-logo .brand-emblem{width:38px;height:38px}.brand-logo .brand-type strong{font-size:11px}.brand-logo .brand-type small{margin-top:5px}.studio-statement h2{font-size:59px}.studio-statement:after{font-size:280px}.home .game-feature{min-height:580px}.hero-home h1{font-size:54px}.hero-home .eyebrow{padding-left:0}.hero-home .eyebrow:before{display:none}}

/* Cache-busted studio hero visibility */
.hero-home .hero-image{background-image:url('/assets/studio-hero.webp?v=20260803-2');background-position:center center}.hero-home .hero-shade{background:linear-gradient(90deg,rgba(1,3,9,.96) 0%,rgba(1,3,9,.68) 31%,rgba(1,3,9,0) 67%),linear-gradient(0deg,rgba(1,3,9,.65),transparent 54%)}
@media(max-width:520px){.hero-home .hero-shade{background:linear-gradient(90deg,rgba(1,3,9,.9),rgba(1,3,9,.12)),linear-gradient(0deg,rgba(1,3,9,.72),transparent 62%)}}

/* Editorial studio hero: intentionally code-built, not generated key art */
.hero-home{background:#05070c}.hero-home .hero-image{background-image:linear-gradient(rgba(87,126,255,.085) 1px,transparent 1px),linear-gradient(90deg,rgba(87,126,255,.085) 1px,transparent 1px),radial-gradient(circle at 76% 48%,rgba(40,81,220,.24),transparent 35%),linear-gradient(135deg,#05070c 0%,#080d1a 58%,#05070c 100%);background-size:72px 72px,72px 72px,100% 100%,100% 100%;background-position:center;animation:none;transform:none}.hero-home .hero-image:after{content:"";position:absolute;right:7vw;top:16%;width:36vw;height:68%;border:1px solid rgba(115,149,255,.25);border-left:0;box-shadow:35px 35px 0 rgba(20,63,180,.09)}.hero-home .hero-shade{background:linear-gradient(90deg,rgba(3,5,10,.98) 0%,rgba(3,5,10,.84) 42%,rgba(3,5,10,.12) 70%)}.hero-object{position:absolute;z-index:1;right:8vw;top:50%;width:min(38vw,610px);height:min(55vw,650px);transform:translateY(-50%);font-family:Manrope,sans-serif;pointer-events:none}.hero-object span,.hero-object b{position:absolute;font-weight:700;line-height:.78;letter-spacing:-.13em}.hero-object span{left:0;top:0;font-size:clamp(220px,28vw,470px);color:transparent;-webkit-text-stroke:2px rgba(204,217,255,.82)}.hero-object b{right:0;bottom:0;font-size:clamp(190px,25vw,420px);color:#245ce6;mix-blend-mode:screen}.hero-object i{position:absolute;right:4px;top:2px;font:600 8px/1 Manrope,sans-serif;font-style:normal;letter-spacing:.25em;color:#9eb5ff;writing-mode:vertical-rl}.hero-home h1{font-size:clamp(60px,6.5vw,105px);max-width:820px;line-height:.88;letter-spacing:-.065em;text-transform:none}.hero-home h1 em{color:#82a0ff;text-shadow:none}.hero-home .hero-lead{max-width:600px;color:#b7c1cd}.studio-statement h2{font-size:clamp(58px,6.8vw,102px)}
@media(max-width:900px){.hero-object{right:-7vw;width:54vw;opacity:.75}.hero-home .hero-shade{background:linear-gradient(90deg,rgba(3,5,10,.96),rgba(3,5,10,.44) 70%,rgba(3,5,10,.1))}.hero-home .hero-image{background-size:48px 48px,48px 48px,100% 100%,100% 100%}}
@media(max-width:520px){.hero-object{right:-29vw;width:90vw;height:90vw;opacity:.42}.hero-home h1{font-size:50px}.hero-home .hero-shade{background:linear-gradient(90deg,rgba(3,5,10,.94),rgba(3,5,10,.5))}.hero-home .hero-image:after{right:4vw;width:70vw;height:55%;top:23%}}

/* Restore the cinematic neutral studio hero */
.hero-home .hero-image{background-image:url('/assets/studio-hero.webp?v=20260803-4');background-size:cover;background-position:center center;transform:scale(1.02);animation:drift 14s ease-out both}.hero-home .hero-image:after{display:none}.hero-home .hero-shade{background:linear-gradient(90deg,rgba(1,3,9,.96) 0%,rgba(1,3,9,.72) 32%,rgba(1,3,9,.02) 68%),linear-gradient(0deg,rgba(1,3,9,.68),transparent 54%)}
@media(max-width:900px){.hero-home .hero-image{background-position:57% center;background-size:cover}.hero-home .hero-shade{background:linear-gradient(90deg,rgba(1,3,9,.93),rgba(1,3,9,.22)),linear-gradient(0deg,rgba(1,3,9,.74),transparent 60%)}}
