:root{--blue:#1557ff;--navy:#07101d;--white:#f7f9ff;--ice:#dce7ff;--line:rgba(247,249,255,.2)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--navy);color:var(--white);font-family:"DM Mono",monospace;overflow-x:hidden}body.intro-active{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.micro{font-size:10px;letter-spacing:.18em;text-transform:uppercase}.intro{position:fixed;inset:0;z-index:100;background:var(--blue);display:grid;place-items:center;overflow:hidden;animation:intro-away .8s cubic-bezier(.76,0,.24,1) 3.7s forwards}.intro-brand{display:flex;flex-direction:column;font:500 18px/1.05 "DM Mono";letter-spacing:.32em;animation:brand-beat 1s ease forwards}.intro-words{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.intro-words b{position:absolute;font:700 clamp(90px,18vw,290px)/1 "Oswald";letter-spacing:-.05em;opacity:0}.intro-words b:nth-child(1){animation:word-hit .6s ease .95s}.intro-words b:nth-child(2){animation:word-hit .6s ease 1.7s}.intro-words b:nth-child(3){animation:word-hit .7s ease 2.45s}.intro-progress{position:absolute;bottom:22px;left:22px;right:22px;display:flex;align-items:center;gap:14px;font-size:9px;letter-spacing:.18em}.intro-progress i{height:2px;background:var(--white);display:block;width:0;animation:load-line 3.2s ease forwards}.intro-curtain{position:absolute;background:var(--white);top:0;bottom:0;width:50%;z-index:-1}.curtain-a{left:0;transform:translateX(-100%)}.curtain-b{right:0;transform:translateX(100%)}@keyframes brand-beat{0%,65%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.75)}}@keyframes word-hit{0%{opacity:0;transform:translateY(35px)}20%,70%{opacity:1;transform:none}100%{opacity:0;transform:translateY(-35px)}}@keyframes load-line{to{width:100%}}@keyframes intro-away{to{transform:translateY(-102%);visibility:hidden}}header{height:82px;position:absolute;z-index:10;top:0;left:0;width:100%;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:10px;font:600 19px "Oswald"}.logo i{font-style:normal;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--white);color:var(--blue)}header nav{display:flex;gap:40px;text-transform:uppercase;font-size:11px}.contact-link{justify-self:end;border:1px solid var(--white);padding:11px 14px;text-transform:uppercase;font-size:10px}.hero{height:max(790px,100vh);position:relative;padding:115px 24px 35px;background:radial-gradient(circle at 50% 35%,#1747b6 0,var(--navy) 45%);overflow:hidden}.hero>.micro{text-align:center}.hero h1{font:700 clamp(95px,13.5vw,220px)/.75 "Oswald";letter-spacing:-.06em;text-align:center;margin:30px 0 0;position:relative;z-index:2}.hero h1 em{font-style:normal;color:var(--ice)}.hero-copy{position:absolute;top:55%;right:4%;width:260px;font-size:11px;line-height:1.8;text-transform:uppercase;z-index:5}.hero-ribbon{position:absolute;left:-7vw;right:-7vw;bottom:-8%;height:39%;display:flex;align-items:stretch;transform:rotate(-8deg);transform-origin:center;z-index:3;filter:drop-shadow(0 25px 30px rgba(0,0,0,.45))}.hero-ribbon figure{margin:0 -1px 0 0;flex:1;min-width:0;clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);overflow:hidden;background:var(--blue)}.hero-ribbon img{width:112%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.05)}.scroll-cue{position:absolute;left:24px;bottom:25px;z-index:6;width:220px;display:flex;justify-content:space-between;border-bottom:1px solid var(--white);padding-bottom:10px;font-size:10px;text-transform:uppercase}.games{min-height:100vh;padding:110px 24px 90px;background:var(--navy);overflow:hidden}.games-head{display:grid;grid-template-columns:1fr auto;align-items:end;margin-bottom:55px}.games-head>.micro{grid-column:1/-1}.games h2{font:700 clamp(82px,11vw,180px)/.8 "Oswald";letter-spacing:-.055em;margin:25px 0 0}.carousel-controls{display:flex;align-items:center;gap:13px;padding-bottom:10px}.carousel-controls button{width:46px;height:46px;border-radius:50%;border:1px solid var(--white);background:transparent;color:var(--white);cursor:pointer}.carousel-controls span{font-size:10px;width:62px;text-align:center}.carousel{height:600px;position:relative;max-width:1370px;margin:auto;perspective:1300px;--mx:0px;--my:0px}.game-card{position:absolute;top:0;width:35%;height:570px;padding:0;border:0;border-radius:7px;overflow:hidden;background:#16305a;color:var(--white);cursor:pointer;transition:transform .75s cubic-bezier(.22,.8,.22,1),left .75s,width .75s,opacity .5s,filter .5s;box-shadow:0 28px 70px rgba(0,0,0,.35);text-align:left}.game-card[data-slot="left"]{left:2%;transform:translate3d(calc(var(--mx) * -.25),calc(var(--my) * -.25),-100px) rotateY(11deg) scale(.9);opacity:.68;filter:saturate(.65)}.game-card[data-slot="center"]{left:32.5%;transform:translate3d(var(--mx),var(--my),80px);z-index:3;width:35%}.game-card[data-slot="right"]{left:63%;transform:translate3d(calc(var(--mx) * .25),calc(var(--my) * .25),-100px) rotateY(-11deg) scale(.9);opacity:.68;filter:saturate(.65)}.game-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(2,8,18,.92) 100%)}.card-index{position:absolute;z-index:2;top:18px;left:18px;background:var(--white);color:var(--navy);padding:7px 9px;font-size:10px}.card-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:22px}.card-copy small{display:block;font-size:9px;letter-spacing:.15em;margin-bottom:10px}.card-copy strong{display:block;font:600 clamp(38px,4vw,68px)/.86 "Oswald";text-transform:uppercase}.card-copy em{display:block;margin-top:15px;font-style:normal;font-size:10px;text-transform:uppercase}.game-detail{max-width:1370px;margin:35px auto 0;border-top:1px solid var(--line);padding-top:25px;display:grid;grid-template-columns:1fr 1fr auto;gap:50px;align-items:end}.game-detail span{font-size:9px;letter-spacing:.15em;color:#9db3dd}.game-detail h3{font:600 34px "Oswald";text-transform:uppercase;margin:7px 0 0}.game-detail p{font-size:11px;line-height:1.8;color:#aeb9cf;margin:0}.game-detail a{border-bottom:1px solid var(--white);padding-bottom:10px;font-size:10px;text-transform:uppercase}.quote{min-height:640px;background:var(--blue);display:flex;flex-direction:column;justify-content:center;overflow:hidden}.quote-marquee{display:flex;width:max-content;animation:marquee 20s linear infinite;font:700 clamp(80px,11vw,175px)/.82 "Oswald";letter-spacing:-.045em}.quote-marquee span{white-space:nowrap}.quote blockquote{max-width:980px;margin:80px auto 25px;padding:0 24px;text-align:center;font:500 clamp(28px,3.7vw,58px)/1.15 "Oswald";text-transform:uppercase}.quote>p{text-align:center;font-size:10px}@keyframes marquee{to{transform:translateX(-50%)}}.people{background:var(--white);color:var(--navy);padding:120px 24px;display:grid;grid-template-columns:1.05fr .95fr;gap:9vw}.people-intro h2{font:700 clamp(65px,8vw,130px)/.82 "Oswald";letter-spacing:-.05em;margin:35px 0}.people-intro>p:last-child{font-size:12px;line-height:1.8;max-width:600px}.founder{display:grid;grid-template-columns:1fr 1fr;align-self:end;border:1px solid var(--navy)}.founder-photo{min-height:470px;overflow:hidden;background:var(--ice)}.founder-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.05)}.founder>div:last-child{padding:27px;display:flex;flex-direction:column;justify-content:flex-end}.founder span{font-size:9px;text-transform:uppercase}.founder h3{font:600 40px "Oswald";text-transform:uppercase;margin:14px 0}.founder p{font-size:10px;line-height:1.7}.founder>div>div{display:flex;gap:18px;margin-top:30px;font-size:9px;text-transform:uppercase}.contact{min-height:780px;background:var(--blue);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:70px 24px}.contact h2{font:700 clamp(100px,15vw,240px)/.76 "Oswald";letter-spacing:-.06em;margin:45px 0}.contact a{font-size:12px;text-transform:uppercase;border-bottom:1px solid var(--white);padding-bottom:10px}footer{height:100px;padding:0 24px;display:flex;justify-content:space-between;align-items:center;font-size:9px;text-transform:uppercase}
@media(max-width:850px){header{grid-template-columns:1fr 1fr}header nav{display:none}.hero h1{font-size:17vw}.hero-copy{top:auto;bottom:35%;right:24px}.hero-ribbon{height:31%;bottom:0;left:-20vw;right:-20vw}.games-head{grid-template-columns:1fr}.carousel-controls{margin-top:30px}.game-card{width:56%}.game-card[data-slot="left"]{left:-24%}.game-card[data-slot="center"]{left:22%;width:56%}.game-card[data-slot="right"]{left:78%}.game-detail{grid-template-columns:1fr 1fr}.game-detail a{grid-column:2}.people{grid-template-columns:1fr}.founder{max-width:720px}}
@media(max-width:560px){header{height:68px;padding:0 15px}.contact-link{border:0;padding:0;font-size:8px}.logo{font-size:16px}.logo i{width:28px;height:28px}.hero{height:790px;padding:100px 15px 20px}.hero>.micro{text-align:left}.hero h1{text-align:left;font-size:20vw}.hero-copy{top:44%;bottom:auto;right:15px;width:190px}.hero-ribbon{height:28%;bottom:7%;left:-45vw;right:-45vw;transform:rotate(-10deg)}.hero-ribbon figure:nth-child(1),.hero-ribbon figure:nth-child(7){display:none}.scroll-cue{left:15px;bottom:18px}.games{padding:85px 15px}.games h2{font-size:20vw}.carousel{height:520px}.game-card{height:490px}.game-card[data-slot="center"]{left:8%;width:84%}.game-card[data-slot="left"]{left:-74%;width:84%}.game-card[data-slot="right"]{left:90%;width:84%}.card-copy strong{font-size:52px}.game-detail{grid-template-columns:1fr;gap:20px}.game-detail a{grid-column:auto;justify-self:start}.quote{min-height:570px}.quote blockquote{margin-top:65px}.people{padding:90px 15px}.people-intro h2{font-size:18vw}.founder{grid-template-columns:1fr}.founder-photo{min-height:390px}.contact{min-height:650px;padding:60px 15px}.contact h2{font-size:21vw}footer{height:auto;padding:35px 15px;flex-direction:column;align-items:flex-start;gap:28px}.intro-words b{font-size:27vw}}
@media(prefers-reduced-motion:reduce){.intro{display:none}.quote-marquee{animation:none}*{scroll-behavior:auto!important}}
.founder-photo img{filter:grayscale(1) contrast(1.18) brightness(.94);object-position:center 18%}

/* Scroll-led motion */
section[id]{scroll-margin-top:72px}
.scroll-progress{position:fixed;z-index:90;top:0;left:0;width:100%;height:3px;pointer-events:none;transform-origin:left}
.scroll-progress i{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--ice),#7ea5ff);transform:scaleX(var(--scroll-progress,0));transform-origin:left;will-change:transform}
body.intro-active .scroll-progress{opacity:0}
header{position:fixed;transition:height .45s cubic-bezier(.22,.8,.22,1),background-color .45s,border-color .45s,backdrop-filter .45s}
header.is-scrolled{height:68px;background:rgba(7,16,29,.78);border-color:rgba(247,249,255,.12);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
header a{transition:opacity .25s,background-color .25s,color .25s}
header nav a:hover,header nav a:focus-visible{opacity:.58}
.contact-link:hover,.contact-link:focus-visible{background:var(--white);color:var(--navy)}
.hero h1{translate:0 var(--hero-title-y,0);will-change:translate}
.hero-copy{translate:0 var(--hero-copy-y,0);will-change:translate}
.hero-ribbon{translate:0 var(--hero-ribbon-y,0);will-change:translate}
.quote-marquee{translate:var(--quote-marquee-x,0) 0;will-change:translate}
.founder-photo img{scale:1.08;translate:0 var(--portrait-y,0);will-change:translate}
.contact h2{translate:0 var(--contact-title-y,0);will-change:translate}

.motion-ready .reveal{opacity:0;filter:blur(7px);transform:translate3d(0,52px,0);transition:opacity .9s cubic-bezier(.22,.8,.22,1),transform 1s cubic-bezier(.22,.8,.22,1),filter .9s;transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform,filter}
.motion-ready .reveal[data-reveal="title"]{clip-path:inset(0 0 32% 0);filter:none;transform:translate3d(0,70px,0) scaleY(.96);transform-origin:bottom}
.motion-ready .reveal[data-reveal="scale"]{filter:none;transform:translate3d(0,35px,0) scale(.965)}
.motion-ready .reveal[data-reveal="left"]{transform:translate3d(-48px,0,0)}
.motion-ready .reveal.is-visible{opacity:1;filter:blur(0);clip-path:inset(0 0 0 0);transform:translate3d(0,0,0) scale(1)}
.game-detail.detail-refresh>*{animation:detail-refresh .55s cubic-bezier(.22,.8,.22,1) both}
.game-detail.detail-refresh>*:nth-child(2){animation-delay:.05s}
.game-detail.detail-refresh>*:nth-child(3){animation-delay:.1s}
@keyframes detail-refresh{from{opacity:0;transform:translateY(14px);filter:blur(4px)}to{opacity:1;transform:none;filter:blur(0)}}

.hero.is-ready>.micro{animation:hero-enter .8s cubic-bezier(.22,.8,.22,1) both}
.hero.is-ready h1{animation:hero-enter 1.05s cubic-bezier(.16,1,.3,1) .08s both}
.hero.is-ready .hero-copy{animation:hero-enter .9s cubic-bezier(.22,.8,.22,1) .24s both}
.hero.is-ready .hero-ribbon{animation:ribbon-enter 1.25s cubic-bezier(.16,1,.3,1) .12s both}
.hero.is-ready .scroll-cue{animation:hero-enter .8s cubic-bezier(.22,.8,.22,1) .4s both}
@keyframes hero-enter{from{opacity:0;transform:translateY(32px);filter:blur(6px)}to{opacity:1;transform:none;filter:none}}
@keyframes ribbon-enter{from{opacity:0;translate:0 160px;scale:.94}to{opacity:1;translate:0 var(--hero-ribbon-y,0);scale:1}}

@media(max-width:560px){header.is-scrolled{height:60px}.founder-photo img{scale:1.05}}
@media(prefers-reduced-motion:reduce){.scroll-progress{display:none}header{transition:none}.hero h1,.hero-copy,.hero-ribbon,.quote-marquee,.founder-photo img,.contact h2{translate:none;scale:1}.motion-ready .reveal,.motion-ready .reveal.is-visible{opacity:1;filter:none;clip-path:none;transform:none;transition:none}.hero.is-ready>.micro,.hero.is-ready h1,.hero.is-ready .hero-copy,.hero.is-ready .hero-ribbon,.hero.is-ready .scroll-cue,.game-detail.detail-refresh>*{animation:none!important}}

/* Carousel: show details only on selected center card */
.games{min-height:auto;}
.games{padding-bottom:64px;}
.carousel{height:570px;}
.game-card{height:100%;}

/* Five-up portfolio stage: the middle card remains the featured project. */
.game-card{width:24%}
.game-card[data-slot="far-left"]{left:-1%;z-index:1;transform:translate3d(calc(var(--mx) * -.4),calc(var(--my) * -.4),-180px) rotateY(13deg) scale(.82);opacity:.42;filter:saturate(.5)}
.game-card[data-slot="left"]{left:18%;z-index:2;transform:translate3d(calc(var(--mx) * -.25),calc(var(--my) * -.25),-100px) rotateY(9deg) scale(.91);opacity:.72;filter:saturate(.72)}
.game-card[data-slot="center"]{left:38%;width:24%;transform:translate3d(var(--mx),var(--my),80px);z-index:3}
.game-card[data-slot="right"]{left:58%;z-index:2;transform:translate3d(calc(var(--mx) * .25),calc(var(--my) * .25),-100px) rotateY(-9deg) scale(.91);opacity:.72;filter:saturate(.72)}
.game-card[data-slot="far-right"]{left:77%;z-index:1;transform:translate3d(calc(var(--mx) * .4),calc(var(--my) * .4),-180px) rotateY(-13deg) scale(.82);opacity:.42;filter:saturate(.5)}
.carousel-edge{position:absolute;z-index:8;top:50%;width:58px;height:58px;border:1px solid rgba(247,249,255,.75);background:rgba(7,16,29,.78);color:var(--white);display:grid;place-items:center;transform:translateY(-50%) rotate(45deg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;transition:background-color .25s,color .25s,scale .25s,border-color .25s}
.carousel-edge span{display:block;font-size:22px;line-height:1;transform:rotate(-45deg)}
.carousel-edge-left{left:10px}
.carousel-edge-right{right:10px}
.carousel-edge:hover,.carousel-edge:focus-visible{background:var(--white);color:var(--navy);border-color:var(--white);scale:1.08;outline:none}
.carousel-count{justify-self:end;padding-bottom:10px;font-size:10px;letter-spacing:.12em;color:#9db3dd}

@media(max-width:850px){
  .game-card[data-slot="far-left"],.game-card[data-slot="far-right"]{display:none}
  .game-card{width:56%}
  .game-card[data-slot="left"]{left:-24%}
  .game-card[data-slot="center"]{left:22%;width:56%}
  .game-card[data-slot="right"]{left:78%}
}
@media(max-width:560px){
  .game-card[data-slot="left"]{left:-74%;width:84%}
  .game-card[data-slot="center"]{left:8%;width:84%}
  .game-card[data-slot="right"]{left:90%;width:84%}
  .carousel-edge{width:46px;height:46px;top:48%}
  .carousel-edge-left{left:4px}
  .carousel-edge-right{right:4px}
}
.game-card .card-index,
.game-card .card-copy{display:none;}
.game-card[data-slot="center"] .card-index,
.game-card[data-slot="center"] .card-copy{display:block;}
.card-copy{max-width:100%;display:flex;flex-direction:column;gap:12px}
.card-copy em{margin-top:0;}
.card-link{border-bottom:1px solid var(--white);padding-bottom:6px;align-self:flex-start;font-size:11px;text-transform:uppercase;display:inline-block;cursor:pointer}
.game-card[data-slot="center"]{display:flex;align-items:flex-end;}
.game-card[data-slot="center"] .card-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;pointer-events:auto;}
.game-card .card-copy *{pointer-events:none;}
.card-link{pointer-events:auto;}
@media (max-width: 560px){
  .game-card{height:100%;}
  .carousel{height:490px;}
}

/* Interactive 3D game shelf */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.games{position:relative;min-height:auto;padding:clamp(90px,10vw,145px) 24px 110px;background:radial-gradient(circle at 50% 42%,rgba(21,87,255,.22),transparent 43%),linear-gradient(180deg,#07101d 0%,#091525 100%);overflow:hidden}
.games::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.3;background:linear-gradient(90deg,transparent 0 49.96%,rgba(247,249,255,.08) 50%,transparent 50.04%),repeating-linear-gradient(90deg,transparent 0 119px,rgba(247,249,255,.025) 120px)}
.games-head{position:relative;z-index:2;max-width:1370px;margin:0 auto 48px;display:flex;grid-template-columns:none;align-items:flex-end;justify-content:space-between;gap:70px}
.games-head>div{max-width:760px}
.games-head .micro{margin:0 0 28px}
.games h2{font:700 clamp(82px,10vw,158px)/.78 "Oswald";letter-spacing:-.055em;margin:0}
.shelf-intro{max-width:390px;margin:0 0 12px;font-size:11px;line-height:1.8;text-transform:uppercase;color:#aebbd2}
.game-shelf{position:relative;z-index:2;max-width:1370px;margin:0 auto;border:1px solid rgba(247,249,255,.18);background:rgba(4,10,20,.72);box-shadow:0 40px 120px rgba(0,0,0,.35);isolation:isolate}
.shelf-toolbar{height:76px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(247,249,255,.15);background:rgba(7,16,29,.72)}
.shelf-toolbar>p{display:flex;align-items:baseline;gap:18px;margin:0;min-width:0}
.shelf-toolbar>p span{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#8fa2c5;white-space:nowrap}
.shelf-toolbar>p strong{font:600 21px/1 "Oswald";text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.carousel-controls{display:flex;align-items:center;gap:12px;padding:0;flex:none}
.carousel-controls button{width:44px;height:44px;display:grid;place-items:center;padding:0;border:1px solid rgba(247,249,255,.72);border-radius:50%;background:transparent;color:var(--white);cursor:pointer;transition:background-color .25s,color .25s,border-color .25s,transform .25s}
.carousel-controls button:hover,.carousel-controls button:focus-visible{background:var(--white);color:var(--navy);border-color:var(--white);outline:none;transform:scale(1.06)}
.carousel-controls span{width:70px;font-size:10px;text-align:center;color:#b9c6dd}
.shelf-viewport{--case-w:clamp(170px,16vw,220px);--case-depth:20px;--case-half-depth:10px;--case-tilt-x:0deg;--case-tilt-y:0deg;--case-drag:0px;position:relative;height:clamp(560px,47vw,650px);overflow:hidden;perspective:1250px;perspective-origin:50% 44%;touch-action:pan-y;cursor:grab;outline:none;background:linear-gradient(180deg,rgba(8,21,42,.5),rgba(2,7,14,.88))}
.shelf-viewport:focus-visible{box-shadow:inset 0 0 0 2px var(--ice)}
.shelf-viewport.is-dragging{cursor:grabbing}
.shelf-backdrop{position:absolute;inset:0;overflow:hidden;pointer-events:none;background:radial-gradient(ellipse at 50% 34%,rgba(68,119,255,.26),transparent 40%),linear-gradient(180deg,rgba(255,255,255,.035),transparent 62%)}
.shelf-backdrop::before{content:"MANA / ARCHIVE";position:absolute;top:48px;left:50%;translate:-50% 0;width:100%;text-align:center;font:700 clamp(55px,8vw,120px)/1 "Oswald";letter-spacing:.12em;color:rgba(247,249,255,.025);white-space:nowrap}
.shelf-backdrop::after{content:"";position:absolute;left:7%;right:7%;top:24px;bottom:60px;border-left:1px solid rgba(247,249,255,.045);border-right:1px solid rgba(247,249,255,.045);background:repeating-linear-gradient(90deg,transparent 0 calc(20% - 1px),rgba(247,249,255,.032) 20%)}
.shelf-cases{position:absolute;inset:0;z-index:5;transform-style:preserve-3d;pointer-events:none}
.shelf-item{position:absolute;left:50%;bottom:118px;width:var(--case-w);aspect-ratio:2/3;transform-style:preserve-3d;opacity:1;pointer-events:auto;transition:left .72s cubic-bezier(.22,.8,.22,1),transform .72s cubic-bezier(.22,.8,.22,1),opacity .45s ease,filter .45s ease;will-change:left,transform,opacity}
.shelf-item[data-position="far-left"]{left:13%;z-index:1;opacity:.38;filter:saturate(.55) brightness(.68);transform:translate3d(-50%,18px,-150px) rotateY(28deg) scale(.72)}
.shelf-item[data-position="left"]{left:31.5%;z-index:2;opacity:.76;filter:saturate(.78) brightness(.82);transform:translate3d(-50%,2px,-20px) rotateY(17deg) scale(.86)}
.shelf-item[data-position="center"]{left:50%;z-index:5;opacity:1;filter:none;transform:translate3d(calc(-50% + var(--case-drag)), -36px,90px) rotateY(0deg) scale(1.02)}
.shelf-item[data-position="right"]{left:68.5%;z-index:2;opacity:.76;filter:saturate(.78) brightness(.82);transform:translate3d(-50%,2px,-20px) rotateY(-17deg) scale(.86)}
.shelf-item[data-position="far-right"]{left:87%;z-index:1;opacity:.38;filter:saturate(.55) brightness(.68);transform:translate3d(-50%,18px,-150px) rotateY(-28deg) scale(.72)}
.shelf-item[data-position="offstage"]{left:50%;z-index:0;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(-50%,45px,-320px) scale(.52)}
.game-case{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent;color:var(--white);cursor:pointer;transform-style:preserve-3d;-webkit-tap-highlight-color:transparent}
.game-case:focus{outline:none}
.case-object{position:absolute;inset:0;display:block;transform-style:preserve-3d;transition:transform .28s cubic-bezier(.22,.8,.22,1);will-change:transform}
.shelf-item[data-position="center"] .case-object{transform:translateZ(8px) rotateX(var(--case-tilt-x)) rotateY(var(--case-tilt-y))}
.shelf-item:not([data-position="center"]) .game-case:hover .case-object{transform:translateZ(13px)}
.game-case:focus-visible .case-front{box-shadow:0 0 0 3px var(--ice),0 0 0 7px rgba(21,87,255,.7),0 28px 65px rgba(0,0,0,.58)}
.case-face{position:absolute;display:block;overflow:hidden;backface-visibility:hidden;border:1px solid rgba(247,249,255,.18)}
.case-front{inset:0;z-index:3;border-radius:4px;background:#0a1830;transform:translateZ(var(--case-half-depth));box-shadow:0 28px 65px rgba(0,0,0,.58),inset 0 0 0 4px #0b1d3b}
.case-front::after{content:"";position:absolute;z-index:5;inset:-30% 45% -30% -30%;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.19) 50%,transparent 69%);transform:translateX(-60%);opacity:.52;transition:transform .7s cubic-bezier(.22,.8,.22,1)}
.shelf-item[data-position="center"] .game-case:hover .case-front::after{transform:translateX(165%)}
.case-front img{position:absolute;inset:4px;width:calc(100% - 8px);height:calc(100% - 8px);object-fit:cover;object-position:center;background:#13233d}
.cover-grade{position:absolute;z-index:2;inset:4px;background:linear-gradient(180deg,rgba(2,8,18,.05) 38%,rgba(2,8,18,.93) 100%),linear-gradient(90deg,rgba(21,87,255,.2),transparent 35%)}
.cover-system{position:absolute;z-index:3;top:12px;left:12px;right:12px;height:28px;padding:0 8px;display:flex;align-items:center;justify-content:space-between;background:rgba(4,10,20,.84);border-bottom:2px solid var(--case-accent);font-style:normal}
.cover-system b{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:var(--white);color:var(--navy);font:600 9px "DM Mono"}
.cover-system i{font-style:normal;font-size:8px;letter-spacing:.16em}
.cover-title{position:absolute;z-index:3;left:15px;right:15px;bottom:14px;text-align:left;text-transform:uppercase}
.cover-title small{display:block;margin-bottom:7px;font-size:7px;line-height:1.2;letter-spacing:.12em;color:#d8e2f7}
.cover-title strong{display:block;font:600 clamp(22px,2vw,31px)/.88 "Oswald";letter-spacing:-.025em;text-wrap:balance}
.cover-title em{display:block;margin-top:9px;font-style:normal;font-size:7px;letter-spacing:.12em;color:#c4d0e5}
.case-spine{top:0;bottom:0;left:0;width:var(--case-depth);z-index:2;transform-origin:left center;transform:translateZ(var(--case-half-depth)) rotateY(-90deg);background:linear-gradient(180deg,var(--case-accent),#07101d 78%);border-color:rgba(255,255,255,.2)}
.case-spine b{position:absolute;top:6px;left:50%;translate:-50% 0;font:600 8px "DM Mono"}
.case-spine strong{position:absolute;top:32px;left:50%;height:calc(100% - 66px);translate:-50% 0;writing-mode:vertical-rl;transform:rotate(180deg);font:600 11px/1 "Oswald";letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}
.case-spine i{position:absolute;bottom:7px;left:50%;translate:-50% 0;font-style:normal;font-size:7px}
.case-back{inset:0;padding:24px 18px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;background:linear-gradient(145deg,#102344,#050a13);transform:rotateY(180deg) translateZ(var(--case-half-depth));font-size:8px;letter-spacing:.1em;text-align:left}
.case-back b{font:600 22px "Oswald"}.case-back span{line-height:1.5;text-transform:uppercase;color:#a9b9d5}.case-back i{font-style:normal;color:var(--case-accent)}
.case-top,.case-bottom{left:0;width:100%;height:var(--case-depth);background:linear-gradient(90deg,#0a1b38,var(--case-accent),#07101d)}
.case-top{top:0;transform-origin:center top;transform:translateZ(var(--case-half-depth)) rotateX(90deg)}
.case-bottom{bottom:0;transform-origin:center bottom;transform:translateZ(var(--case-half-depth)) rotateX(-90deg)}
.case-edge{top:0;right:0;width:var(--case-depth);height:100%;transform-origin:right center;transform:translateZ(var(--case-half-depth)) rotateY(90deg);background:#061126}
.case-shadow{position:absolute;left:50%;bottom:-18px;width:115%;height:30px;display:block;border-radius:50%;background:rgba(0,0,0,.72);filter:blur(13px);transform:translateX(-50%) rotateX(74deg) translateZ(-20px);opacity:.78}
.shelf-board{position:absolute;z-index:3;left:3.5%;right:3.5%;bottom:65px;height:31px;background:linear-gradient(180deg,#17294a,#07101d 70%);border:1px solid rgba(247,249,255,.19);box-shadow:0 28px 44px rgba(0,0,0,.62)}
.shelf-board::before{content:"";position:absolute;left:-1px;right:-1px;bottom:100%;height:49px;transform-origin:center bottom;transform:perspective(420px) rotateX(60deg);background:linear-gradient(180deg,#162d57,#0a1931);border:1px solid rgba(247,249,255,.18);box-shadow:inset 0 12px 28px rgba(255,255,255,.025)}
.shelf-board::after{content:"";position:absolute;left:-1px;right:-1px;top:-1px;height:2px;background:linear-gradient(90deg,transparent,var(--blue) 20% 80%,transparent);box-shadow:0 0 18px rgba(21,87,255,.8)}
.shelf-board i{position:absolute;left:50%;top:9px;width:86px;height:5px;translate:-50% 0;border-left:1px solid rgba(247,249,255,.18);border-right:1px solid rgba(247,249,255,.18)}
.shelf-arrow{position:absolute;z-index:12;top:48%;width:54px;height:54px;padding:0;border:1px solid rgba(247,249,255,.65);background:rgba(7,16,29,.78);color:var(--white);display:grid;place-items:center;transform:translateY(-50%) rotate(45deg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;transition:background-color .25s,color .25s,border-color .25s,scale .25s}
.shelf-arrow span{display:block;font-size:20px;line-height:1;transform:rotate(-45deg)}
.shelf-arrow-left{left:22px}.shelf-arrow-right{right:22px}
.shelf-arrow:hover,.shelf-arrow:focus-visible{background:var(--white);color:var(--navy);border-color:var(--white);scale:1.08;outline:none}
.shelf-instruction{position:absolute;z-index:4;left:50%;bottom:17px;translate:-50% 0;margin:0;display:flex;align-items:center;gap:18px;white-space:nowrap;font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:#7589ac}
.shelf-instruction b{color:var(--white);font-weight:400}
.game-detail{max-width:none;margin:0;padding:28px 30px;display:grid;grid-template-columns:90px minmax(230px,1fr) minmax(290px,1.15fr) auto;gap:34px;align-items:center;border-top:1px solid rgba(247,249,255,.17);background:linear-gradient(90deg,rgba(21,87,255,.1),transparent 28%)}
.detail-number{align-self:stretch;padding-right:24px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(247,249,255,.16)}
.detail-number span,.detail-heading p,.detail-copy span{display:block;margin:0;font-size:8px;line-height:1.4;letter-spacing:.15em;text-transform:uppercase;color:#90a6cb}
.detail-number strong{font:600 43px/1 "Oswald"}
.detail-heading h3{margin:8px 0 0;font:600 clamp(30px,3.2vw,48px)/.9 "Oswald";letter-spacing:-.025em;text-transform:uppercase}
.detail-copy p{margin:0 0 13px;font-size:10px;line-height:1.75;color:#b7c3d9}
.detail-copy span{color:var(--ice)}
.game-detail>a{min-width:145px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid rgba(247,249,255,.7);font-size:9px;text-transform:uppercase;transition:background-color .25s,color .25s}
.game-detail>a:hover,.game-detail>a:focus-visible{background:var(--white);color:var(--navy);outline:none}

@media(max-width:900px){
  .games-head{display:grid;grid-template-columns:1fr;gap:26px}.shelf-intro{max-width:520px}
  .shelf-item[data-position="far-left"],.shelf-item[data-position="far-right"]{opacity:0;visibility:hidden;pointer-events:none}
  .shelf-item[data-position="left"]{left:14%;transform:translate3d(-50%,12px,-60px) rotateY(21deg) scale(.78);opacity:.48}
  .shelf-item[data-position="right"]{left:86%;transform:translate3d(-50%,12px,-60px) rotateY(-21deg) scale(.78);opacity:.48}
  .game-detail{grid-template-columns:76px 1fr auto;gap:25px}.detail-copy{grid-column:2/4}.detail-number{grid-row:1/3}.shelf-arrow-left{left:16px}.shelf-arrow-right{right:16px}
}

@media(max-width:600px){
  .games{padding:84px 15px 72px}.games::before{display:none}.games-head{margin-bottom:34px;gap:20px}.games-head .micro{margin-bottom:20px}.games h2{font-size:20vw}.shelf-intro{font-size:9px;line-height:1.7}
  .shelf-toolbar{height:68px;padding:0 14px}.shelf-toolbar>p{display:block}.shelf-toolbar>p span{display:block;margin-bottom:6px;font-size:7px}.shelf-toolbar>p strong{display:block;max-width:42vw;font-size:17px}.carousel-controls{gap:7px}.carousel-controls button{width:42px;height:42px}.carousel-controls span{display:none}
  .shelf-viewport{--case-w:min(56vw,210px);height:510px;perspective:900px;perspective-origin:50% 42%}.shelf-backdrop::before{top:52px;font-size:17vw}.shelf-item{bottom:114px}.shelf-item[data-position="center"]{transform:translate3d(calc(-50% + var(--case-drag)), -26px,70px) scale(1)}
  .shelf-item[data-position="left"]{left:-7%;transform:translate3d(-50%,20px,-80px) rotateY(24deg) scale(.7);opacity:.34}.shelf-item[data-position="right"]{left:107%;transform:translate3d(-50%,20px,-80px) rotateY(-24deg) scale(.7);opacity:.34}
  .shelf-board{left:5%;right:5%;bottom:69px}.shelf-arrow{top:48%;width:44px;height:44px}.shelf-arrow-left{left:9px}.shelf-arrow-right{right:9px}.shelf-instruction{bottom:19px}.shelf-instruction span{display:none}
  .cover-title strong{font-size:25px}.game-detail{padding:24px 18px;grid-template-columns:62px 1fr;gap:20px}.detail-number{grid-row:1;min-height:76px}.detail-number strong{font-size:36px}.detail-heading h3{font-size:34px}.detail-copy{grid-column:1/-1}.game-detail>a{grid-column:1/-1;width:100%}
}

/* Static all-project hero ensemble */
.hero{height:135vh;height:135svh;min-height:864px}
.hero-props{inset:auto 2vw 1.5%!important;height:47%!important;display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:0 .25vw;align-items:center;filter:none!important;pointer-events:none}
.hero-prop{position:relative!important;inset:auto!important;bottom:auto!important;width:auto!important;height:100%!important;margin:0!important;opacity:1!important;transform:var(--prop-pose,none)!important;transition:none!important;overflow:visible}
.hero-prop::before{display:none!important}
.hero-prop model-viewer,.hero-prop .hero-prop-fallback{position:absolute;inset:-4%;width:108%;height:108%;object-fit:contain;background:transparent;filter:drop-shadow(0 16px 13px rgba(0,0,0,.34))}
.hero-prop:nth-child(1){--prop-pose:rotate(-8deg) translateY(7%)}.hero-prop:nth-child(2){--prop-pose:rotate(5deg) translateY(-5%)}.hero-prop:nth-child(3){--prop-pose:rotate(-3deg) translateY(4%)}.hero-prop:nth-child(4){--prop-pose:rotate(8deg) translateY(-7%)}.hero-prop:nth-child(5){--prop-pose:rotate(-6deg) translateY(6%)}.hero-prop:nth-child(6){--prop-pose:rotate(4deg) translateY(-3%)}
.hero-prop:nth-child(7){--prop-pose:rotate(7deg) translateY(-4%)}.hero-prop:nth-child(8){--prop-pose:rotate(-5deg) translateY(5%)}.hero-prop:nth-child(9){--prop-pose:rotate(4deg) translateY(-6%)}.hero-prop:nth-child(10){--prop-pose:rotate(-7deg) translateY(3%)}.hero-prop:nth-child(11){--prop-pose:rotate(6deg) translateY(-5%)}.hero-prop:nth-child(12){--prop-pose:rotate(-4deg) translateY(5%)}
.hero-prop-caption,.hero-prop-nav{display:none!important}
@media(max-width:850px){.hero-props{inset:auto 1vw 2%!important;height:43%!important;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.hero-props{inset:auto 1vw 3%!important;height:47%!important;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr))}.hero-prop{display:block!important}.hero-prop model-viewer,.hero-prop .hero-prop-fallback{inset:-7%;width:114%;height:114%}}

/* INK-inspired hero constellation: props float around and over the headline. */
.hero{background:radial-gradient(circle at 50% 42%,#143c96 0,#07101d 48%)}
.hero h1{font-size:clamp(92px,13vw,210px);line-height:.76;z-index:2}
.hero-copy{display:none}
.hero-props{inset:82px 0 0!important;height:auto!important;display:block!important;translate:none!important;z-index:3;overflow:hidden}
.hero-prop{position:absolute!important;width:clamp(105px,13vw,210px)!important;height:clamp(130px,23vh,260px)!important;transform:translate(-50%,-50%) rotate(var(--tilt,0deg))!important;z-index:var(--depth,3)}
.hero-prop model-viewer,.hero-prop .hero-prop-fallback{inset:0;width:100%;height:100%;filter:drop-shadow(0 18px 13px rgba(0,0,0,.46))}
.hero-prop:nth-child(1){left:7%!important;top:55%!important;--tilt:-12deg;--depth:4}
.hero-prop:nth-child(2){left:18%!important;top:76%!important;--tilt:9deg;width:clamp(90px,11vw,170px)!important;height:clamp(110px,19vh,210px)!important}
.hero-prop:nth-child(3){left:29%!important;top:64%!important;--tilt:-5deg;--depth:5}
.hero-prop:nth-child(4){left:40%!important;top:83%!important;--tilt:8deg;width:clamp(92px,11vw,175px)!important;height:clamp(105px,18vh,200px)!important}
.hero-prop:nth-child(5){left:50%!important;top:68%!important;--tilt:-7deg;--depth:5;width:clamp(120px,15vw,235px)!important;height:clamp(150px,27vh,290px)!important}
.hero-prop:nth-child(6){left:62%!important;top:83%!important;--tilt:10deg;width:clamp(90px,11vw,170px)!important;height:clamp(110px,19vh,205px)!important}
.hero-prop:nth-child(7){left:72%!important;top:62%!important;--tilt:-8deg;--depth:5}
.hero-prop:nth-child(8){left:84%!important;top:76%!important;--tilt:7deg;width:clamp(95px,12vw,180px)!important;height:clamp(115px,20vh,220px)!important}
.hero-prop:nth-child(9){left:94%!important;top:55%!important;--tilt:12deg;--depth:4}
.hero-prop:nth-child(10){left:12%!important;top:90%!important;--tilt:-4deg;width:clamp(75px,9vw,140px)!important;height:clamp(90px,15vh,170px)!important}
.hero-prop:nth-child(11){left:36%!important;top:91%!important;--tilt:6deg;width:clamp(82px,10vw,150px)!important;height:clamp(95px,16vh,175px)!important}
.hero-prop:nth-child(12){left:68%!important;top:91%!important;--tilt:-6deg;width:clamp(82px,10vw,150px)!important;height:clamp(95px,16vh,175px)!important}
.hero-prop:nth-child(11) .hero-prop-fallback,.hero-prop:nth-child(12) .hero-prop-fallback{border-radius:18px;clip-path:polygon(8% 0,100% 5%,94% 100%,0 94%)}
@media(max-width:850px){.hero h1{font-size:17vw}.hero-props{inset:70px 0 0!important}.hero-prop{width:18vw!important;height:19vh!important}.hero-prop:nth-child(2),.hero-prop:nth-child(4),.hero-prop:nth-child(6),.hero-prop:nth-child(8){width:15vw!important;height:16vh!important}.hero-prop:nth-child(10),.hero-prop:nth-child(11),.hero-prop:nth-child(12){width:13vw!important;height:14vh!important}}
@media(max-width:560px){.hero h1{font-size:19vw;line-height:.79}.hero-props{inset:68px 0 0!important}.hero-prop{width:23vw!important;height:16vh!important}.hero-prop:nth-child(2),.hero-prop:nth-child(4),.hero-prop:nth-child(6),.hero-prop:nth-child(8){width:19vw!important;height:14vh!important}.hero-prop:nth-child(10),.hero-prop:nth-child(11),.hero-prop:nth-child(12){width:17vw!important;height:12vh!important}.hero-prop:nth-child(1){left:5%!important}.hero-prop:nth-child(9){left:96%!important}}

/* Layered kinetic toybox */
.hero::after{content:"";position:absolute;inset:12% 10% 8%;z-index:0;background:radial-gradient(circle at 25% 45%,rgba(56,112,255,.16),transparent 23%),radial-gradient(circle at 72% 54%,rgba(115,72,255,.14),transparent 24%);filter:blur(18px);pointer-events:none}
.hero h1{text-shadow:0 12px 35px rgba(0,0,0,.18)}
.hero-prop{animation:prop-breathe 5.5s ease-in-out infinite alternate;animation-delay:calc(var(--prop-order,0) * -.42s);will-change:transform}
.hero-prop:nth-child(1){left:9%!important;top:42%!important;--tilt:-12deg;--depth:1;--prop-order:1;opacity:.68}
.hero-prop:nth-child(2){left:20%!important;top:70%!important;--tilt:9deg;--depth:4;--prop-order:2}
.hero-prop:nth-child(3){left:30%!important;top:39%!important;--tilt:-5deg;--depth:1;--prop-order:3;opacity:.62}
.hero-prop:nth-child(4){left:39%!important;top:73%!important;--tilt:8deg;--depth:5;--prop-order:4}
.hero-prop:nth-child(5){left:50%!important;top:56%!important;--tilt:-7deg;--depth:1;--prop-order:5;opacity:.72}
.hero-prop:nth-child(6){left:60%!important;top:76%!important;--tilt:10deg;--depth:5;--prop-order:6}
.hero-prop:nth-child(7){left:70%!important;top:37%!important;--tilt:-8deg;--depth:1;--prop-order:7;opacity:.62}
.hero-prop:nth-child(8){left:81%!important;top:69%!important;--tilt:7deg;--depth:4;--prop-order:8}
.hero-prop:nth-child(9){left:93%!important;top:43%!important;--tilt:12deg;--depth:1;--prop-order:9;opacity:.7}
.hero-prop:nth-child(10){left:10%!important;top:87%!important;--tilt:-4deg;--depth:5;--prop-order:10}
.hero-prop:nth-child(11){left:37%!important;top:89%!important;--tilt:6deg;--depth:4;--prop-order:11;animation-name:prop-card-drift}
.hero-prop:nth-child(12){left:73%!important;top:88%!important;--tilt:-6deg;--depth:4;--prop-order:12;animation-name:prop-card-drift}
@keyframes prop-breathe{from{translate:0 -5px}to{translate:0 7px}}
@keyframes prop-card-drift{from{translate:0 -6px;rotate:-2deg}to{translate:0 7px;rotate:2deg}}
@media(prefers-reduced-motion:reduce){.hero-prop{animation:none!important}.hero-prop model-viewer{--poster-color:transparent}}

/* Keep the complete kinetic prop field behind the hero lettering. */
.hero-props{z-index:auto!important}
.hero h1{z-index:20}
.hero-prop{z-index:1!important}

/* In-page 3D prop layout editor */
.prop-editor-toggle{position:fixed;right:18px;bottom:18px;z-index:80;padding:11px 15px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(7,16,29,.82);color:#fff;font-size:9px;letter-spacing:.12em;cursor:pointer;backdrop-filter:blur(12px)}
.prop-editor{position:fixed;top:14px;right:14px;bottom:auto;z-index:90;width:min(310px,calc(100vw - 28px));height:min(680px,calc(100vh - 28px));padding:17px;overflow:auto;border:1px solid rgba(255,255,255,.28);border-radius:14px;background:rgba(5,12,23,.94);box-shadow:0 24px 70px rgba(0,0,0,.55);backdrop-filter:blur(18px);transform:translateX(calc(100% + 28px));transition:transform .3s ease;color:#fff}
.prop-editor-open .prop-editor{transform:none}.prop-editor-open .prop-editor-toggle{display:none}
.prop-editor-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;font:500 13px "DM Mono";letter-spacing:.13em;cursor:move;touch-action:none}.prop-editor-head button{width:31px;height:31px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:transparent;color:#fff;cursor:pointer}
.prop-editor label{display:grid;grid-template-columns:1fr auto;gap:7px;margin:0 0 14px;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.prop-editor select{grid-column:1/-1;width:100%;padding:10px;border:1px solid rgba(255,255,255,.25);border-radius:5px;background:#0b1930;color:#fff;font:10px "DM Mono"}.prop-editor input{grid-column:1/-1;width:100%;accent-color:#6d8fff}.prop-editor output{color:#91a9ff}.prop-editor-help{margin:0 0 18px;color:#93a1ba;font-size:9px;line-height:1.6}.prop-editor-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.prop-editor-actions button{padding:11px;border:1px solid rgba(255,255,255,.3);border-radius:5px;background:#12264a;color:#fff;font-size:9px;cursor:pointer}.prop-editor-actions button:last-child{background:#fff;color:#07101d}.prop-editor-status{min-height:16px;color:#9fb4df;font-size:8px}
.prop-editor .prop-editor-switch{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px;padding:10px;border:1px solid rgba(255,255,255,.2);border-radius:6px}.prop-editor .prop-editor-switch input{width:34px;height:18px;margin:0;grid-column:auto;accent-color:#6d8fff}
.hero-prop{pointer-events:none}.prop-editor-open .hero-props{pointer-events:auto}.prop-editor-open .hero h1{pointer-events:none}.prop-editor-open .hero-prop{pointer-events:auto;cursor:grab;outline:1px dashed rgba(255,255,255,.2);outline-offset:-8px}.prop-editor-open .hero-prop:active{cursor:grabbing}.prop-editor-open .hero-prop.is-editor-selected{outline:2px solid #fff;background:rgba(21,87,255,.12)}
.hero-prop{z-index:var(--editor-layer,1)!important}.hero-prop.is-in-front{z-index:21!important}
@media(max-width:560px){.prop-editor{top:14px;height:min(52vh,calc(100vh - 28px))}.prop-editor-toggle{right:10px;bottom:10px}}

/* MANA dragon-and-tower brand mark: royal blue and off-white only. */
.logo i{background:transparent url("assets/mana-dragon-mark.png") center/contain no-repeat!important;color:transparent!important;border-radius:0!important}

@media(prefers-reduced-motion:reduce){
  .shelf-item,.case-object,.case-front::after,.carousel-controls button,.shelf-arrow{transition:none!important}.shelf-item[data-position="center"] .case-object,.shelf-item:not([data-position="center"]) .game-case:hover .case-object{transform:none}.shelf-item[data-position="center"] .game-case:hover .case-front::after{transform:translateX(-60%)}
}

/* The Thought Field — a tactile counterpart to the studio's game shelf. */
.quote-field{--quote-pointer-x:50%;--quote-pointer-y:48%;--quote-grid-x:0px;--quote-grid-y:0px;--quote-scroll-y:0px;position:relative;isolation:isolate;display:grid;place-items:center;min-height:clamp(408px,52vh,540px);min-height:clamp(408px,52svh,540px);padding:clamp(63px,7.2vw,100px) 24px clamp(55px,6vw,80px);overflow:hidden;background:radial-gradient(circle at var(--quote-pointer-x) var(--quote-pointer-y),rgba(215,235,255,.46) 0,rgba(110,166,255,.2) 15%,transparent 40%),radial-gradient(circle at 50% 58%,#2c75ff 0,#1557ff 35%,#0b3ca6 70%,#061942 100%);color:var(--white);cursor:crosshair}
.quote-field::before,.quote-field::after{content:"";position:absolute;inset:0;pointer-events:none}
.quote-field::before{z-index:0;background:radial-gradient(ellipse at 50% 120%,rgba(1,9,36,.68),transparent 48%),linear-gradient(112deg,rgba(255,255,255,.08) 0 1px,transparent 1px 100%);background-size:auto,58px 58px;opacity:.55;mix-blend-mode:soft-light}
.quote-field::after{z-index:2;inset:15px;border:1px solid rgba(235,246,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),inset 0 0 110px rgba(2,14,61,.28);opacity:.78}
.quote-field:focus-visible{outline:2px solid var(--white);outline-offset:-7px}
.quote-canvas{position:absolute;z-index:1;inset:0;width:100%;height:100%;pointer-events:none;opacity:.88;mix-blend-mode:screen}
.quote-atmosphere{position:absolute;z-index:0;inset:0;overflow:hidden;pointer-events:none}
.quote-grid{position:absolute;z-index:1;left:-19%;right:-19%;bottom:-45%;height:78%;background-image:linear-gradient(rgba(220,237,255,.23) 1px,transparent 1px),linear-gradient(90deg,rgba(220,237,255,.23) 1px,transparent 1px);background-size:clamp(36px,4vw,70px) clamp(36px,4vw,70px);border-top:1px solid rgba(236,247,255,.34);opacity:.42;transform:perspective(900px) rotateX(66deg) translate(var(--quote-grid-x),calc(var(--quote-grid-y) + var(--quote-scroll-y)));transform-origin:center bottom;transition:transform .45s cubic-bezier(.22,.8,.22,1)}
.quote-cursor-lens{position:absolute;z-index:2;left:var(--quote-pointer-x);top:var(--quote-pointer-y);width:clamp(300px,44vw,760px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.26) 0,rgba(176,215,255,.17) 22%,rgba(85,147,255,.08) 42%,transparent 68%);mix-blend-mode:screen;opacity:.42;transform:translate(calc(-50% + var(--quote-grid-x)),calc(-50% + var(--quote-grid-y))) scale(.82);transition:left .18s ease-out,top .18s ease-out,opacity .35s ease,transform .45s cubic-bezier(.22,.8,.22,1)}
.quote-field.is-pointer-active .quote-cursor-lens{opacity:1;transform:translate(calc(-50% + var(--quote-grid-x)),calc(-50% + var(--quote-grid-y))) scale(1)}
.quote-orbit{position:absolute;z-index:1;display:block;border:1px solid rgba(232,244,255,.3);border-radius:50%;opacity:.62;transform-origin:center;mix-blend-mode:screen}
.quote-orbit::before{content:"";position:absolute;inset:12%;border:1px dashed rgba(226,242,255,.18);border-radius:inherit}
.quote-orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--white);box-shadow:0 0 0 6px rgba(232,246,255,.09),0 0 24px rgba(255,255,255,.9)}
.quote-orbit-a{left:5%;top:12%;width:clamp(340px,42vw,680px);aspect-ratio:1;animation:quote-orbit-spin 19s linear infinite}
.quote-orbit-a i{left:68%;top:-4px}
.quote-orbit-b{right:-9%;top:13%;width:clamp(300px,34vw,540px);aspect-ratio:1.42;transform:rotate(-29deg);animation:quote-orbit-spin-reverse 24s linear infinite}
.quote-orbit-b i{right:8%;bottom:4%}
.quote-orbit-c{right:20%;bottom:-20%;width:clamp(310px,42vw,690px);aspect-ratio:1;opacity:.36;animation:quote-orbit-spin 29s linear infinite reverse}
.quote-orbit-c i{left:16%;top:9%}
.quote-pulse-ring{position:absolute;z-index:3;left:var(--quote-pointer-x);top:var(--quote-pointer-y);width:28px;aspect-ratio:1;border:1px solid rgba(244,250,255,.9);border-radius:50%;box-shadow:0 0 26px rgba(244,250,255,.9),inset 0 0 20px rgba(244,250,255,.6);opacity:0;transform:translate(-50%,-50%) scale(.1)}
.quote-pulse-ring-b{border-color:rgba(149,201,255,.9);box-shadow:0 0 28px rgba(149,201,255,.8);animation-delay:.12s!important}
.quote-field.is-ignited .quote-pulse-ring{animation:quote-field-pulse 1.45s cubic-bezier(.08,.66,.13,1) both}
.quote-ghost{position:absolute;z-index:1;margin:0;font:700 clamp(120px,20vw,360px)/.72 "Oswald";letter-spacing:-.075em;white-space:nowrap;pointer-events:none;user-select:none}
.quote-ghost-top{left:-.055em;top:-.07em;color:rgba(229,241,255,.16);text-shadow:0 0 45px rgba(231,245,255,.2);transform:translate(var(--quote-grid-x),var(--quote-grid-y));animation:quote-word-drift 14s ease-in-out infinite alternate}
.quote-ghost-bottom{right:-.055em;bottom:-.16em;color:transparent;-webkit-text-stroke:1px rgba(230,243,255,.34);text-shadow:0 0 42px rgba(230,243,255,.13);transform:translate(var(--quote-grid-x),var(--quote-grid-y));animation:quote-word-drift 17s ease-in-out -5s infinite alternate-reverse}
.quote-copy{position:relative;z-index:4;width:min(100%,1220px);display:flex;flex-direction:column;align-items:flex-start}
.quote-kicker{display:flex;align-items:center;gap:10px;margin:0 0 clamp(24px,3vw,44px);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(242,248,255,.82)}
.quote-kicker span{width:9px;height:9px;border:1px solid rgba(255,255,255,.85);border-radius:50%;box-shadow:0 0 0 5px rgba(255,255,255,.1),0 0 20px rgba(255,255,255,.74);animation:quote-signal 2.6s ease-in-out infinite}
.quote-copy blockquote{width:100%;max-width:none;margin:0;text-align:left;font:700 clamp(64px,9.2vw,150px)/.76 "Oswald";letter-spacing:-.058em;text-transform:uppercase;text-wrap:balance}
.quote-line{display:block;position:relative;white-space:nowrap;text-shadow:0 12px 44px rgba(1,18,68,.23)}
.quote-line-imagination{color:transparent;background:linear-gradient(112deg,#f8fbff 0%,#d2e5ff 38%,#fff 54%,#97c5ff 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 1px rgba(255,255,255,.7),0 0 36px rgba(230,245,255,.58)}
.quote-line-knowledge{color:rgba(242,248,255,.94);-webkit-text-stroke:1px rgba(235,246,255,.5)}
.quote-footer{width:100%;margin-top:clamp(36px,5vw,70px);padding-top:17px;border-top:1px solid rgba(246,251,255,.48);display:flex;align-items:center;justify-content:space-between;gap:20px}
.quote-byline{font:500 10px/1.5 "DM Mono",monospace;font-style:normal;letter-spacing:.16em;text-transform:uppercase;color:var(--white)}
.quote-byline span{color:rgba(235,245,255,.66)}
.quote-spark{min-height:46px;padding:0 16px;border:1px solid rgba(247,251,255,.84);background:rgba(8,52,171,.28);color:var(--white);font-size:10px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);transition:background-color .25s,color .25s,transform .25s,box-shadow .25s}
.quote-spark span{display:inline-block;margin-left:11px;font-size:14px;transition:transform .25s}
.quote-spark:hover,.quote-spark:focus-visible{background:var(--white);color:#1248c3;transform:translateY(-3px);box-shadow:0 12px 30px rgba(1,21,93,.35);outline:none}
.quote-spark:hover span,.quote-spark:focus-visible span{transform:translate(3px,-3px)}
.quote-instruction{display:flex;align-items:center;gap:9px;margin:20px 0 0;font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:rgba(241,248,255,.66)}
.quote-instruction span{width:22px;height:1px;background:currentColor;position:relative}
.quote-instruction span::after{content:"";position:absolute;right:0;top:50%;width:5px;height:5px;border-right:1px solid currentColor;border-top:1px solid currentColor;transform:translateY(-50%) rotate(45deg)}
@keyframes quote-orbit-spin{to{transform:rotate(360deg)}}
@keyframes quote-orbit-spin-reverse{from{transform:rotate(-29deg)}to{transform:rotate(-389deg)}}
@keyframes quote-field-pulse{0%{opacity:.95;transform:translate(-50%,-50%) scale(.12)}100%{opacity:0;transform:translate(-50%,-50%) scale(34)}}
@keyframes quote-word-drift{from{filter:blur(0)}to{filter:blur(1px)}}
@keyframes quote-signal{0%,100%{opacity:.65;transform:scale(.8)}52%{opacity:1;transform:scale(1.12)}}
@media(max-width:700px){.quote-field{min-height:408px;padding:63px 15px 44px}.quote-field::after{inset:9px}.quote-grid{left:-50%;right:-50%;bottom:-32%;height:65%;opacity:.31}.quote-orbit-a{left:-24%;top:9%;width:450px}.quote-orbit-b{right:-38%;top:20%;width:390px}.quote-orbit-c{right:-30%;bottom:-12%;width:460px}.quote-ghost{font-size:32vw}.quote-ghost-top{top:-.025em}.quote-ghost-bottom{bottom:-.09em}.quote-copy blockquote{font-size:clamp(55px,15.2vw,104px);line-height:.79;letter-spacing:-.055em}.quote-line{white-space:normal}.quote-footer{margin-top:35px;align-items:flex-start;flex-direction:column;padding-top:14px}.quote-spark{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 15px}.quote-instruction{margin-top:17px}.quote-byline{font-size:9px}.quote-byline span{display:block;margin-top:4px}.quote-kicker{font-size:8px;margin-bottom:25px}}
@media(hover:none){.quote-field{cursor:auto}.quote-instruction{color:rgba(241,248,255,.8)}}
@media(prefers-reduced-motion:reduce){.quote-field{cursor:auto}.quote-field .quote-grid{transition:none;transform:perspective(900px) rotateX(66deg)}.quote-field .quote-cursor-lens{display:none}.quote-field .quote-orbit,.quote-field .quote-ghost,.quote-field .quote-kicker span,.quote-field .quote-pulse-ring{animation:none!important}.quote-field .quote-spark{transition:none}.quote-field .quote-spark:hover,.quote-field .quote-spark:focus-visible{transform:none}.quote-field.is-ignited .quote-pulse-ring{animation:none!important}}

/* Project props: three lightweight viewers cycle through the full project set. */
.hero-props{position:absolute;inset:auto 4vw 0;height:52%;z-index:3;translate:0 var(--hero-ribbon-y,0);filter:drop-shadow(0 28px 30px rgba(0,0,0,.42));pointer-events:none}
.hero-prop{position:absolute;bottom:-6%;width:min(34vw,500px);height:100%;pointer-events:auto;transition:opacity .35s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.hero-prop::before{content:"";position:absolute;inset:16% 7% 5%;border-radius:48% 52% 45% 55%;background:radial-gradient(circle at 35% 30%,rgba(247,249,255,.28),rgba(21,87,255,.08) 55%,transparent 72%);filter:blur(2px)}
.hero-prop-left{left:0;transform:translateX(-18%) rotate(-8deg) scale(.76);opacity:.78}
.hero-prop-centre{left:50%;transform:translateX(-50%);z-index:2}
.hero-prop-right{right:0;transform:translateX(18%) rotate(8deg) scale(.76);opacity:.78}
.hero-prop model-viewer,.hero-prop-fallback{position:absolute;inset:0;width:100%;height:100%;background:transparent;object-fit:contain}
.hero-prop-fallback[hidden]{display:none}
.hero-prop-caption{position:absolute;left:50%;bottom:5%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;padding:9px 13px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(7,16,29,.62);backdrop-filter:blur(9px);white-space:nowrap}
.hero-prop-caption span{font-size:8px;letter-spacing:.15em;color:#b9caff}.hero-prop-caption strong{font:500 10px "DM Mono";letter-spacing:.08em}
.hero-prop-nav{position:absolute;top:52%;z-index:4;width:38px;height:38px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(7,16,29,.55);color:#fff;cursor:pointer;pointer-events:auto;backdrop-filter:blur(8px)}
.hero-prop-prev{left:1%}.hero-prop-next{right:1%}.hero-prop-nav:hover,.hero-prop-nav:focus-visible{background:#fff;color:var(--navy)}
.hero.is-ready .hero-props{animation:ribbon-enter 1.25s cubic-bezier(.16,1,.3,1) .12s both}
@media(max-width:850px){.hero-props{inset:auto 0 2%;height:44%}.hero-prop{width:min(58vw,470px)}.hero-prop-left{left:-8%}.hero-prop-right{right:-8%}.hero-prop-caption{bottom:4%}}
@media(max-width:560px){.hero-props{height:38%;bottom:5%}.hero-prop{width:88vw}.hero-prop-left,.hero-prop-right{display:none}.hero-prop-centre{left:50%}.hero-prop-nav{top:48%}.hero-prop-prev{left:10px}.hero-prop-next{right:10px}.hero-prop-caption{bottom:0}.hero-copy{z-index:5}}
@media(prefers-reduced-motion:reduce){.hero-props,.hero.is-ready .hero-props{animation:none!important;translate:none}.hero-prop{transition:none}}

/* Full-height, cover-only shelf */
.games{min-height:100vh;min-height:100svh;padding:0;background:#07101d}
.games::before{display:none}
.shelf-viewport{--case-w:clamp(240px,min(26vw,48vh),420px);height:135vh;height:135svh;min-height:837px;width:100%;perspective:1500px;perspective-origin:50% 50%;background:radial-gradient(ellipse at 50% 48%,rgba(28,73,174,.27),transparent 43%),linear-gradient(180deg,#081426 0%,#06101e 66%,#030912 100%)}
.shelf-backdrop{background:radial-gradient(ellipse at 50% 48%,rgba(64,112,235,.21),transparent 45%),linear-gradient(180deg,rgba(255,255,255,.025),transparent 58%)}
.shelf-backdrop::before{top:-.1em;font-size:clamp(110px,17vw,310px);letter-spacing:.08em;color:rgba(247,249,255,.022)}
.shelf-backdrop::after{top:0;bottom:0;left:0;right:0;border:0;background:linear-gradient(90deg,rgba(0,0,0,.28),transparent 14% 86%,rgba(0,0,0,.28))}
.project-model-stage{position:absolute;z-index:8;left:100%;top:calc(100% - 125px);bottom:auto;width:clamp(180px,20vw,310px);aspect-ratio:1;pointer-events:none;transform:translate(-50%,-50%);filter:drop-shadow(0 20px 18px rgba(0,0,0,.48))}
.project-model-stage.is-interactive{pointer-events:auto;cursor:grab;touch-action:pan-y}.project-model-stage.is-interactive:active{cursor:grabbing}
.project-model-frame{position:relative;width:100%;height:100%;animation:project-model-arrive .48s cubic-bezier(.16,1,.3,1) both}
.project-model-frame::before{content:"";position:absolute;z-index:-1;inset:14%;border-radius:50%;background:radial-gradient(circle,var(--project-accent) 0,rgba(21,87,255,.18) 38%,transparent 70%);filter:blur(16px);opacity:.52}
.project-model-frame model-viewer,.project-model-frame img{display:block;width:100%;height:100%;object-fit:contain;background:transparent}
.project-model-frame model-viewer{--progress-bar-height:0;touch-action:pan-y}
.project-model-caption{position:absolute;left:50%;bottom:2%;padding:6px 8px;border:1px solid rgba(247,249,255,.35);background:rgba(5,13,28,.72);color:#dce7ff;font-size:7px;letter-spacing:.13em;white-space:nowrap;transform:translateX(-50%);backdrop-filter:blur(7px)}
@keyframes project-model-arrive{from{opacity:0;transform:scale(.72) rotate(-7deg)}to{opacity:1;transform:scale(1) rotate(0)}}
.shelf-item{top:50%;bottom:auto}
.shelf-item[data-position="far-left"]{left:11%;transform:translate3d(-50%,-39%,-170px) rotateY(28deg) scale(.72)}
.shelf-item[data-position="left"]{left:30.5%;transform:translate3d(-50%,-46%,-24px) rotateY(16deg) scale(.86)}
.shelf-item[data-position="center"]{left:50%;transform:translate3d(calc(-50% + var(--case-drag)),-52%,110px) rotateY(0deg) scale(1.03)}
.shelf-item[data-position="right"]{left:69.5%;transform:translate3d(-50%,-46%,-24px) rotateY(-16deg) scale(.86)}
.shelf-item[data-position="far-right"]{left:89%;transform:translate3d(-50%,-39%,-170px) rotateY(-28deg) scale(.72)}
.shelf-item[data-position="offstage"]{left:50%;transform:translate3d(-50%,-32%,-340px) scale(.5)}
.shelf-arrow{top:50%;opacity:.16;border-color:rgba(247,249,255,.42);background:rgba(7,16,29,.42);transition:opacity .25s,background-color .25s,color .25s,border-color .25s,scale .25s}
.games:hover .shelf-arrow,.games:focus-within .shelf-arrow{opacity:1}
.shelf-arrow-left{left:32px}.shelf-arrow-right{right:32px}

@media(max-width:900px){
  .shelf-viewport{--case-w:clamp(225px,min(38vw,48vh),350px);min-height:756px}
  .project-model-stage{width:clamp(150px,28vw,240px)}
  .shelf-item[data-position="left"]{left:11%;transform:translate3d(-50%,-43%,-75px) rotateY(21deg) scale(.77);opacity:.46}
  .shelf-item[data-position="center"]{transform:translate3d(calc(-50% + var(--case-drag)),-52%,90px) scale(1.02)}
  .shelf-item[data-position="right"]{left:89%;transform:translate3d(-50%,-43%,-75px) rotateY(-21deg) scale(.77);opacity:.46}
}

@media(max-width:600px){
  .games{padding:0}.shelf-viewport{--case-w:clamp(200px,min(74vw,52vh),320px);height:135vh;height:135svh;min-height:675px;perspective:1050px}
  .project-model-stage{width:clamp(135px,42vw,190px)}
  .project-model-caption{font-size:6px;padding:5px 6px}
  .shelf-backdrop::before{top:8%;font-size:25vw}
  .shelf-item{top:50%;bottom:auto}
  .shelf-item[data-position="left"]{left:-14%;transform:translate3d(-50%,-40%,-90px) rotateY(24deg) scale(.69);opacity:.3}
  .shelf-item[data-position="center"]{transform:translate3d(calc(-50% + var(--case-drag)),-51%,75px) scale(1)}
  .shelf-item[data-position="right"]{left:114%;transform:translate3d(-50%,-40%,-90px) rotateY(-24deg) scale(.69);opacity:.3}
  .shelf-arrow{width:44px;height:44px;opacity:.48}.shelf-arrow-left{left:11px}.shelf-arrow-right{right:11px}
}
@media(prefers-reduced-motion:reduce){.project-model-frame{animation:none}}

/* Let an individually promoted hero prop participate in the hero's text stack. */
.hero-props{filter:none!important}

/* Object Field — all project props sharing one live, pointer-reactive scene. */
.object-world{--world-pointer-x:50%;--world-pointer-y:50%;--world-tilt-x:0deg;--world-tilt-y:0deg;position:relative;isolation:isolate;min-height:clamp(760px,105vh,1040px);min-height:clamp(760px,105svh,1040px);overflow:hidden;background:radial-gradient(circle at var(--world-pointer-x) var(--world-pointer-y),rgba(115,159,255,.28),transparent 26%),radial-gradient(circle at 50% 45%,#173f9d 0,#0a1e54 44%,#040b18 100%);color:var(--white);cursor:crosshair;touch-action:pan-y}
.object-world::before,.object-world::after{content:"";position:absolute;pointer-events:none}
.object-world::before{z-index:1;inset:14px;border:1px solid rgba(231,240,255,.2);box-shadow:inset 0 0 100px rgba(0,0,0,.28)}
.object-world::after{z-index:8;inset:0;background:linear-gradient(90deg,rgba(2,8,20,.42),transparent 12% 88%,rgba(2,8,20,.42)),linear-gradient(180deg,rgba(255,255,255,.025),transparent 18% 82%,rgba(1,5,14,.42));mix-blend-mode:multiply}
.object-world:focus-visible{outline:2px solid var(--white);outline-offset:-8px}
.object-world-atmosphere{position:absolute;z-index:0;inset:0;overflow:hidden;pointer-events:none}
.object-world-grid{position:absolute;left:-20%;right:-20%;bottom:-39%;height:68%;background-image:linear-gradient(rgba(171,201,255,.23) 1px,transparent 1px),linear-gradient(90deg,rgba(171,201,255,.23) 1px,transparent 1px);background-size:clamp(38px,4.2vw,72px) clamp(38px,4.2vw,72px);transform:perspective(850px) rotateX(63deg);transform-origin:center top;mask-image:linear-gradient(180deg,transparent,#000 22%,#000 72%,transparent);opacity:.5}
.object-world-glow{position:absolute;left:var(--world-pointer-x);top:var(--world-pointer-y);width:clamp(260px,34vw,560px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(187,218,255,.3),rgba(91,143,255,.12) 35%,transparent 69%);transform:translate(-50%,-50%) scale(.76);opacity:.42;transition:transform .35s cubic-bezier(.22,.8,.22,1),opacity .35s;mix-blend-mode:screen}
.object-world.is-world-active .object-world-glow{opacity:1;transform:translate(-50%,-50%) scale(1)}
.object-world-orbit{position:absolute;border:1px solid rgba(201,222,255,.22);border-radius:50%;mix-blend-mode:screen}
.object-world-orbit::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 7px rgba(150,196,255,.08),0 0 25px #a7d0ff}
.object-world-orbit-a{left:-9%;top:9%;width:clamp(330px,42vw,650px);aspect-ratio:1.45;transform:rotate(-22deg);animation:object-orbit-a 24s linear infinite}
.object-world-orbit-a::after{left:73%;top:-4px}
.object-world-orbit-b{right:-10%;bottom:3%;width:clamp(300px,37vw,590px);aspect-ratio:1;animation:object-orbit-b 30s linear infinite}
.object-world-orbit-b::after{left:9%;bottom:18%}
.object-world-kicker{position:absolute;z-index:10;top:clamp(36px,5vw,72px);left:clamp(24px,5vw,74px);display:flex;align-items:center;gap:11px;margin:0;font-size:9px;letter-spacing:.19em;text-transform:uppercase;color:rgba(239,246,255,.78)}
.object-world-kicker span{display:block;width:9px;height:9px;border:1px solid currentColor;border-radius:50%;box-shadow:0 0 0 5px rgba(182,213,255,.08),0 0 18px rgba(185,217,255,.7)}
.object-world-title{position:absolute;z-index:5;left:50%;top:49%;width:min(92%,1320px);margin:0;transform:translate(-50%,-50%) perspective(900px) rotateX(var(--world-tilt-x)) rotateY(var(--world-tilt-y));transform-style:preserve-3d;transition:transform .18s ease-out;text-align:center;font:700 clamp(112px,16.2vw,270px)/.63 "Oswald",sans-serif;letter-spacing:-.065em;text-transform:uppercase;pointer-events:none;user-select:none}
.object-world-title span{display:block;position:relative;color:#f4f7ff;-webkit-text-stroke:1px rgba(255,255,255,.75);text-shadow:1px 1px 0 #3163c5,2px 2px 0 #2d5dba,3px 3px 0 #2856ad,4px 4px 0 #234fa0,5px 5px 0 #1f4892,6px 6px 0 #1a4084,7px 7px 0 #163976,8px 8px 0 #123168,12px 16px 28px rgba(0,0,0,.4)}
.object-world-title span:last-child{color:#a9c8ff;-webkit-text-stroke:1px rgba(221,235,255,.88);transform:translateZ(12px)}
.object-world-title span::after{content:attr(data-text);position:absolute;z-index:-1;inset:0;color:transparent;-webkit-text-stroke:1px rgba(123,166,255,.25);transform:translate3d(14px,18px,-34px);filter:blur(.2px)}
.object-world-stage{position:absolute;inset:0;z-index:auto;pointer-events:none;overflow:visible}
.object-world-prop{position:absolute;z-index:3;left:0;top:0;margin:0;transform-origin:center;will-change:transform;pointer-events:none}
.object-world-prop::before{content:"";position:absolute;z-index:-1;inset:19%;border-radius:50%;background:radial-gradient(circle,rgba(126,174,255,.34),transparent 68%);filter:blur(12px);opacity:calc(.25 + var(--world-proximity,0) * .7)}
.object-world-prop model-viewer,.object-world-prop>img{display:block;width:100%;height:100%;object-fit:contain;background:transparent;filter:drop-shadow(0 17px 14px rgba(0,0,0,.48));pointer-events:none}
.object-world-prop figcaption{position:absolute;left:50%;bottom:-8px;max-width:180px;padding:5px 7px;border:1px solid rgba(224,238,255,.32);background:rgba(4,12,31,.72);color:#d9e7ff;font-size:6px;letter-spacing:.11em;line-height:1.3;text-transform:uppercase;white-space:nowrap;transform:translateX(-50%);opacity:clamp(0,calc(var(--world-proximity,0) * 2.5),1);backdrop-filter:blur(8px)}
.object-world-footer{position:absolute;z-index:10;left:clamp(24px,5vw,74px);right:clamp(24px,5vw,74px);bottom:clamp(30px,4.5vw,65px);display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:14px;border-top:1px solid rgba(233,242,255,.33);font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:rgba(231,241,255,.72)}
.object-world-footer p{margin:0}.object-world-footer span{color:#78a7ff}.object-world-footer i{display:inline-block;margin-left:9px;font-style:normal;font-size:12px;transition:transform .25s}.object-world.is-world-active .object-world-footer i{transform:translate(3px,-3px)}
@keyframes object-orbit-a{to{transform:rotate(338deg)}}
@keyframes object-orbit-b{to{transform:rotate(-360deg)}}
@media(max-width:700px){.object-world{min-height:720px}.object-world::before{inset:9px}.object-world-kicker{top:30px;left:18px;font-size:8px}.object-world-title{top:48%;width:96%;font-size:clamp(82px,22.5vw,142px);line-height:.68}.object-world-title span::after{transform:translate3d(8px,11px,-22px)}.object-world-footer{left:18px;right:18px;bottom:24px;align-items:flex-start;flex-direction:column;gap:8px}.object-world-orbit-a{left:-54%;top:11%;width:520px}.object-world-orbit-b{right:-53%;bottom:6%;width:450px}.object-world-grid{left:-75%;right:-75%;bottom:-22%;height:55%}}
@media(hover:none){.object-world{cursor:auto}.object-world-footer p:last-child{color:rgba(231,241,255,.9)}}
@media(prefers-reduced-motion:reduce){.object-world{cursor:auto}.object-world-glow{display:none}.object-world-title{transition:none;transform:translate(-50%,-50%)}.object-world-orbit{animation:none!important}.object-world-prop{will-change:auto}.object-world-prop figcaption{display:none}}

/* Real WebGL set: one renderer, rigid bodies, physical floor and geometry text. */
.object-world-canvas{position:absolute;z-index:4;inset:0;display:block;width:100%;height:100%;outline:0;pointer-events:none}
.object-world-loading{position:absolute;z-index:12;left:50%;top:50%;display:flex;align-items:center;gap:12px;padding:12px 15px;border:1px solid rgba(226,239,255,.3);background:rgba(4,12,31,.76);color:#dbe8ff;font-size:8px;letter-spacing:.16em;text-transform:uppercase;transform:translate(-50%,-50%);transition:opacity .35s ease,visibility .35s ease;backdrop-filter:blur(10px);white-space:nowrap}
.object-world-loading i{display:block;width:13px;height:13px;border:1px solid rgba(219,233,255,.25);border-top-color:#eaf2ff;border-radius:50%;animation:object-world-loading-spin .8s linear infinite}
.object-world-loading.is-error i{border-color:#ff6a6a;animation:none}.object-world.is-world-ready .object-world-loading{opacity:0;visibility:hidden}
.object-world-footer,.object-world-kicker{z-index:12}
@keyframes object-world-loading-spin{to{transform:rotate(360deg)}}
@media(max-width:700px){.object-world-loading{max-width:calc(100vw - 40px);font-size:7px}.object-world-canvas{z-index:4}}
@media(prefers-reduced-motion:reduce){.object-world-loading i{animation:none}.object-world-canvas{pointer-events:none}}

.object-world::before{display:none}
.object-world-heading{position:absolute;z-index:6;left:50%;top:50%;width:100%;margin:0;padding:0 2vw;color:rgba(247,250,255,.94);font:700 clamp(58px,13.5vw,220px)/.78 "Oswald",sans-serif;letter-spacing:-.065em;text-align:center;text-transform:lowercase;white-space:nowrap;transform:translate(-50%,-50%);text-shadow:0 2px 0 rgba(67,111,201,.75),0 10px 35px rgba(0,0,0,.4),0 0 42px rgba(123,175,255,.28);pointer-events:none;user-select:none;mix-blend-mode:screen}
.object-world::after{z-index:5}
@media(max-width:700px){.object-world-heading{font-size:clamp(48px,15vw,82px);letter-spacing:-.055em}}

/* Light-blue home-page system: the claw scene is now the opening hero. */
body:not(.products-page){background:#dceaff;color:#0a2148}
body:not(.products-page) header{color:#0a2148;border-bottom-color:rgba(10,33,72,.2)}
body:not(.products-page) header .logo i{background:#0a2148;color:#dceaff}
body:not(.products-page) header .contact-link{border-color:#0a2148}
body:not(.products-page) header .contact-link:hover,body:not(.products-page) header .contact-link:focus-visible{background:#0a2148;color:#eef5ff}
body:not(.products-page) header.is-scrolled{color:#f3f7ff;background:rgba(6,17,38,.86);border-bottom-color:rgba(243,247,255,.15)}
body:not(.products-page) header.is-scrolled .logo i{background:#f3f7ff;color:#17457f}
body:not(.products-page) header.is-scrolled .contact-link{border-color:#f3f7ff}
body:not(.products-page) header.is-scrolled .contact-link:hover,body:not(.products-page) header.is-scrolled .contact-link:focus-visible{background:#f3f7ff;color:#061126}
.object-world-hero{height:100vh;height:100svh;min-height:720px;background:radial-gradient(circle at var(--world-pointer-x) var(--world-pointer-y),rgba(244,249,255,.62),transparent 25%),radial-gradient(circle at 50% 35%,#dceaff 0,#a9c9fb 45%,#6798e3 100%);color:#0a2148}
.object-world-hero::after{background:linear-gradient(90deg,rgba(18,52,105,.16),transparent 14% 86%,rgba(18,52,105,.16)),linear-gradient(180deg,rgba(255,255,255,.08),transparent 74%,rgba(15,45,91,.18));mix-blend-mode:multiply}
.object-world-hero .object-world-grid{background-image:linear-gradient(rgba(19,55,112,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(19,55,112,.16) 1px,transparent 1px)}
.object-world-hero .object-world-heading{color:#0a2148;text-shadow:0 2px 0 rgba(255,255,255,.62),0 12px 38px rgba(28,70,134,.2);mix-blend-mode:normal}
.games{background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.42),transparent 43%),linear-gradient(180deg,#c8ddff 0%,#b3d0fb 100%);color:#0a2148}
.games::before{opacity:.42;background:linear-gradient(90deg,transparent 0 49.96%,rgba(10,33,72,.1) 50%,transparent 50.04%),repeating-linear-gradient(90deg,transparent 0 119px,rgba(10,33,72,.035) 120px)}
.games .shelf-arrow{border-color:rgba(10,33,72,.55);color:#0a2148;background:rgba(238,246,255,.72)}
.games .shelf-arrow:hover,.games .shelf-arrow:focus-visible{background:#0a2148;color:#edf5ff}
.quote.quote-field{background:radial-gradient(circle at var(--quote-pointer-x) var(--quote-pointer-y),rgba(247,251,255,.72) 0,rgba(206,226,255,.45) 17%,transparent 42%),linear-gradient(145deg,#bdd7ff 0%,#91baf5 52%,#76a5eb 100%);color:#0a2148}
.quote::before{opacity:.34}
.quote .quote-kicker,.quote .quote-instruction,.quote .quote-byline{color:rgba(10,33,72,.72)}
.quote .quote-spark{color:#0a2148;border-color:rgba(10,33,72,.48)}
.people{background:#dceaff;color:#0a2148}
.founder{border-color:#0a2148}.founder-photo{background:#bdd5fa}
body:not(.products-page) footer{background:#061126;color:#f3f7ff}
body:not(.products-page) footer .logo i{background:#f3f7ff;color:#17457f}
@media(max-width:700px){.object-world-hero{min-height:680px}}

/* Branded entrance lockup. */
.intro-brand{flex-direction:row;align-items:center;gap:18px;font:600 clamp(24px,3.1vw,48px)/1 "Oswald",sans-serif;letter-spacing:-.025em;text-transform:lowercase}
.intro-brand img{display:block;width:clamp(54px,6vw,88px);height:clamp(54px,6vw,88px);object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 8px 18px rgba(4,20,65,.2))}
@media(max-width:560px){.intro-brand{gap:12px;font-size:28px}.intro-brand img{width:58px;height:58px}}

.founder-photo{position:relative;isolation:isolate;background:#9fc2f7}
.founder-photo img{filter:grayscale(1) contrast(1.12) brightness(1.04);mix-blend-mode:multiply;opacity:.94}
.founder-photo::after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(145deg,rgba(220,234,255,.58),rgba(103,152,227,.18) 48%,rgba(10,33,72,.34));mix-blend-mode:color}

/* Full closing footer. */
body:not(.products-page) .site-footer{height:auto;min-height:520px;padding:72px 24px 26px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);grid-template-rows:1fr auto;gap:72px clamp(50px,9vw,150px);background:#061126;color:#f3f7ff;text-transform:none}
.footer-lead{display:flex;flex-direction:column;align-items:flex-start}
.footer-brand{display:flex;align-items:center;gap:16px;font:600 clamp(34px,4.2vw,68px)/.9 "Oswald",sans-serif;letter-spacing:-.045em;text-transform:lowercase}
.footer-brand img{width:clamp(58px,6vw,88px);height:clamp(58px,6vw,88px);object-fit:contain;filter:brightness(0) invert(1)}
.footer-lead>p{max-width:520px;margin:38px 0 54px;color:#aebfda;font-size:11px;line-height:1.9;text-transform:uppercase}
.footer-cta{width:min(100%,520px);display:flex;justify-content:space-between;padding:17px 0;border-top:1px solid rgba(243,247,255,.42);border-bottom:1px solid rgba(243,247,255,.42);font:500 12px "DM Mono";letter-spacing:.08em;text-transform:uppercase;transition:padding .25s,color .25s}
.footer-cta:hover,.footer-cta:focus-visible{padding-left:12px;padding-right:12px;color:#a9c9fb;outline:none}
.footer-links{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:42px;align-content:start;padding-top:12px}
.footer-links nav{display:flex;flex-direction:column;align-items:flex-start;gap:17px}
.footer-links p{margin:0 0 10px;color:#7890b4;font-size:8px;letter-spacing:.18em;text-transform:uppercase}
.footer-links a{font:500 clamp(20px,2vw,30px)/1 "Oswald";text-transform:uppercase;transition:color .2s,transform .2s}
.footer-links a:hover,.footer-links a:focus-visible{color:#a9c9fb;transform:translateX(5px);outline:none}
.footer-bottom{grid-column:1/-1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;padding-top:22px;border-top:1px solid rgba(243,247,255,.16);color:#91a3bf;font-size:8px;letter-spacing:.13em;text-transform:uppercase}
.footer-bottom a{justify-self:end;color:#f3f7ff}
@media(max-width:760px){body:not(.products-page) .site-footer{min-height:0;padding:58px 15px 25px;grid-template-columns:1fr;grid-template-rows:auto;gap:56px}.footer-links{gap:28px}.footer-bottom{grid-column:auto;grid-template-columns:1fr;gap:14px}.footer-bottom a{justify-self:start}.footer-brand{font-size:42px}.footer-brand img{width:60px;height:60px}}

/* Use the full serpent mark beside every compact brand lockup. */
.logo img{display:block;width:38px;height:38px;object-fit:contain;flex:0 0 auto;filter:brightness(0) invert(1)}
.product-video-shell>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.product-video-shell>[hidden]{display:none}

/* Serpent mark integrated into the full-scale hero wordmark. */
.object-world-hero .object-world-heading{display:flex;align-items:center;justify-content:center;gap:clamp(14px,.85vw,16.25px);font-size:clamp(47.5px,2.75vw,55px);letter-spacing:-.035em;text-shadow:none}
.object-world-hero .object-world-heading img{display:block;width:clamp(85px,5.625vw,100px);height:clamp(85px,5.625vw,100px);object-fit:contain;flex:0 0 auto;align-self:center;transform:translateY(0);filter:brightness(0) saturate(100%) invert(11%) sepia(29%) saturate(2324%) hue-rotate(182deg) brightness(91%) contrast(105%)}
.object-world-hero .object-world-heading span{display:block;white-space:nowrap}
.case-front img[src$="yaku-mark.png"]{object-fit:contain;background:#111113}
.case-front img[src$="archons.png"]{object-fit:contain;background:#ead2a5}
.case-front img[src$="angry-armadillos.png"]{object-fit:contain;background:#69d3b5}
@media(max-width:700px){.object-world-hero .object-world-heading{gap:clamp(10px,2vw,13px);font-size:clamp(32px,6.4vw,45px)}.object-world-hero .object-world-heading img{width:clamp(62px,11vw,78px);height:clamp(62px,11vw,78px)}}

/* Four complete, persistent site colour systems. */
html[data-theme="ice"]{--theme-page:#dceaff;--theme-surface:#dceaff;--theme-mid:#9fc2f7;--theme-accent:#6798e3;--theme-ink:#0a2148;--theme-dark:#061126;--theme-muted:#597291;--theme-header:#0a2148;--theme-hero-a:#dceaff;--theme-hero-b:#a9c9fb;--theme-hero-c:#6798e3;--theme-canvas-filter:none;--theme-mark-filter:brightness(0) saturate(100%) invert(11%) sepia(29%) saturate(2324%) hue-rotate(182deg) brightness(91%) contrast(105%)}
html[data-theme="crimson"]{--theme-page:#11080a;--theme-surface:#190a0d;--theme-mid:#8c0f1d;--theme-accent:#ef3f4f;--theme-ink:#fff0f2;--theme-dark:#080708;--theme-muted:#d9a5ac;--theme-header:#fff0f2;--theme-hero-a:#2b080d;--theme-hero-b:#8c0f1d;--theme-hero-c:#080708;--theme-canvas-filter:hue-rotate(145deg) saturate(1.35) contrast(1.08);--theme-mark-filter:brightness(0) invert(1)}
html[data-theme="magenta"]{--theme-page:#120910;--theme-surface:#1d0a18;--theme-mid:#a71961;--theme-accent:#ff68ae;--theme-ink:#fff0f8;--theme-dark:#09070a;--theme-muted:#d9a9c3;--theme-header:#fff0f8;--theme-hero-a:#350b27;--theme-hero-b:#a71961;--theme-hero-c:#09070a;--theme-canvas-filter:hue-rotate(100deg) saturate(1.28) contrast(1.06);--theme-mark-filter:brightness(0) invert(1)}
html[data-theme="emerald"]{--theme-page:#d8eee6;--theme-surface:#ccecdf;--theme-mid:#76bca2;--theme-accent:#3b9f7c;--theme-ink:#092b21;--theme-dark:#071511;--theme-muted:#4e7568;--theme-header:#092b21;--theme-hero-a:#e3f4ed;--theme-hero-b:#9dd4bf;--theme-hero-c:#4b9c7e;--theme-canvas-filter:hue-rotate(292deg) saturate(.82);--theme-mark-filter:brightness(0) saturate(100%) invert(13%) sepia(22%) saturate(1285%) hue-rotate(111deg) brightness(88%) contrast(99%)}
html[data-theme] body{transition:background-color .35s,color .35s}
html[data-theme] .intro{background:var(--theme-accent)}
html[data-theme] body:not(.products-page){background:var(--theme-page);color:var(--theme-ink)}
html[data-theme] body:not(.products-page) header{color:var(--theme-header);border-bottom-color:color-mix(in srgb,var(--theme-header) 22%,transparent)}
html[data-theme] body:not(.products-page) header .logo img{filter:var(--theme-mark-filter)}
html[data-theme] body:not(.products-page) header .contact-link{border-color:currentColor}
html[data-theme] body:not(.products-page) header.is-scrolled{color:#f7f9ff;background:color-mix(in srgb,var(--theme-dark) 88%,transparent)}
html[data-theme] body:not(.products-page) header.is-scrolled .logo img{filter:brightness(0) invert(1)}
html[data-theme] .object-world-hero{background:radial-gradient(circle at var(--world-pointer-x) var(--world-pointer-y),color-mix(in srgb,var(--theme-accent) 28%,white),transparent 25%),radial-gradient(circle at 50% 35%,var(--theme-hero-a) 0,var(--theme-hero-b) 46%,var(--theme-hero-c) 100%);color:var(--theme-ink)}
html[data-theme] .object-world-hero .object-world-heading{color:var(--theme-ink)}
html[data-theme] .object-world-hero .object-world-heading img{filter:var(--theme-mark-filter)}
html[data-theme] .object-world-canvas{filter:var(--theme-canvas-filter);transition:filter .45s}
html[data-theme] .games{background:radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--theme-accent) 30%,transparent),transparent 44%),linear-gradient(180deg,color-mix(in srgb,var(--theme-dark) 88%,var(--theme-mid)) 0%,var(--theme-dark) 100%);color:#f7f9ff}
html[data-theme] .games .shelf-arrow{border-color:color-mix(in srgb,var(--theme-accent) 70%,white);background:color-mix(in srgb,var(--theme-dark) 72%,transparent);color:#f7f9ff}
html[data-theme] .games .shelf-arrow:hover,html[data-theme] .games .shelf-arrow:focus-visible{background:var(--theme-accent);color:var(--theme-dark)}
html[data-theme] .quote.quote-field{background:radial-gradient(circle at var(--quote-pointer-x) var(--quote-pointer-y),color-mix(in srgb,var(--theme-accent) 35%,white) 0,color-mix(in srgb,var(--theme-accent) 46%,transparent) 18%,transparent 42%),linear-gradient(145deg,color-mix(in srgb,var(--theme-mid) 78%,white),var(--theme-accent) 58%,color-mix(in srgb,var(--theme-dark) 62%,var(--theme-accent)));color:var(--theme-ink)}
html[data-theme] .quote .quote-kicker,html[data-theme] .quote .quote-instruction,html[data-theme] .quote .quote-byline{color:color-mix(in srgb,var(--theme-ink) 72%,transparent)}
html[data-theme] .quote .quote-spark{color:var(--theme-ink);border-color:color-mix(in srgb,var(--theme-ink) 46%,transparent)}
html[data-theme] .people{background:var(--theme-surface);color:var(--theme-ink)}
html[data-theme] .founder{border-color:var(--theme-ink)}
html[data-theme] .founder-photo{background:var(--theme-mid)}
html[data-theme] .founder-photo::after{background:linear-gradient(145deg,color-mix(in srgb,var(--theme-surface) 68%,transparent),color-mix(in srgb,var(--theme-accent) 22%,transparent) 48%,color-mix(in srgb,var(--theme-dark) 38%,transparent))}
html[data-theme] body:not(.products-page) .site-footer,html[data-theme] body.products-page footer{background:var(--theme-dark);color:#f7f9ff}
html[data-theme] .footer-cta,html[data-theme] .footer-links a:hover,html[data-theme] .footer-links a:focus-visible{color:color-mix(in srgb,var(--theme-accent) 75%,white)}
html[data-theme] body.products-page{background:var(--theme-dark);color:#f7f9ff}
html[data-theme] .products-hero{background:radial-gradient(circle at 76% 30%,color-mix(in srgb,var(--theme-accent) 54%,transparent),transparent 30%),linear-gradient(135deg,color-mix(in srgb,var(--theme-dark) 82%,var(--theme-accent)),var(--theme-dark) 62%)}
html[data-theme] .products-hero h1 em,html[data-theme] .products-cta h2 em{color:color-mix(in srgb,var(--theme-accent) 68%,white)}
html[data-theme] .product-cinema{background:var(--theme-surface);color:var(--theme-ink)}
html[data-theme] .product-cinema-foot{border-color:color-mix(in srgb,var(--theme-ink) 24%,transparent)}
html[data-theme] .product-cinema-foot p{color:color-mix(in srgb,var(--theme-ink) 72%,transparent)}
html[data-theme] .product-cinema-foot a{border-color:var(--theme-ink)}
html[data-theme] .product-index{background:var(--theme-dark)}
html[data-theme] .product-card.is-active{border-color:var(--theme-accent);box-shadow:inset 0 0 0 2px var(--theme-accent)}
html[data-theme] .products-cta{background:var(--theme-accent);color:var(--theme-dark)}

.theme-switcher{position:fixed;z-index:95;left:18px;bottom:18px;color:#f7f9ff;font:500 9px "DM Mono",monospace;letter-spacing:.12em;text-transform:uppercase}
.theme-switcher-toggle{height:38px;padding:0 13px;display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:color-mix(in srgb,var(--theme-dark,#061126) 86%,transparent);color:inherit;box-shadow:0 8px 28px rgba(0,0,0,.2);backdrop-filter:blur(12px);cursor:pointer}
.theme-switcher-toggle>span{width:12px;height:12px;border-radius:50%;background:var(--theme-accent,#6798e3);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-accent,#6798e3) 24%,transparent)}
.theme-switcher-panel{position:absolute;left:0;bottom:48px;width:190px;padding:7px;display:grid;gap:3px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:color-mix(in srgb,var(--theme-dark,#061126) 94%,transparent);box-shadow:0 18px 44px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s;backdrop-filter:blur(16px)}
.theme-switcher.is-open .theme-switcher-panel{opacity:1;visibility:visible;transform:none}
.theme-switcher-panel button{width:100%;padding:8px;display:flex;align-items:center;gap:10px;border:0;border-radius:8px;background:transparent;color:#f7f9ff;text-align:left;cursor:pointer}
.theme-switcher-panel button:hover,.theme-switcher-panel button:focus-visible,.theme-switcher-panel button[aria-pressed="true"]{background:rgba(255,255,255,.1);outline:none}
.theme-switcher-panel i{width:34px;height:18px;flex:0 0 auto;border-radius:999px;background:linear-gradient(90deg,var(--swatch-a) 0 33%,var(--swatch-b) 33% 66%,var(--swatch-c) 66%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}
@media(max-width:560px){.theme-switcher{left:12px;bottom:12px}.theme-switcher-toggle{height:34px;padding:0 11px}.theme-switcher-panel{bottom:43px}}
@media(prefers-reduced-motion:reduce){html[data-theme] body,.object-world-canvas,.theme-switcher-panel{transition:none}}
body:not(.products-page) header:not(.is-scrolled) .logo img{filter:brightness(0) saturate(100%) invert(12%) sepia(31%) saturate(2483%) hue-rotate(182deg) brightness(86%) contrast(101%)}
body:not(.products-page) header.is-scrolled .logo img,.products-page .logo img{filter:brightness(0) invert(1)}
@media(max-width:560px){.logo img{width:31px;height:31px}}

/* Shipped products archive */
.products-page{background:#07101d}.products-page header{background:rgba(7,16,29,.42)}.products-page header nav a[aria-current="page"]{color:#9fbbff}.products-page main{overflow:hidden}.products-hero{position:relative;min-height:760px;padding:150px 5vw 80px;display:flex;flex-direction:column;justify-content:flex-end;background:radial-gradient(circle at 76% 30%,rgba(56,106,236,.52),transparent 29%),linear-gradient(135deg,#0b1d40 0%,#07101d 58%)}.products-hero::before{content:"SHIP / PLAY / REPEAT";position:absolute;right:-.04em;top:85px;font:700 clamp(120px,19vw,330px)/.72 "Oswald";letter-spacing:-.06em;color:rgba(247,249,255,.025);white-space:nowrap}.products-hero h1{position:relative;margin:24px 0 0;font:700 clamp(100px,17vw,280px)/.7 "Oswald";letter-spacing:-.065em}.products-hero h1 em,.products-cta h2 em{font-style:normal;color:#8cb0ff}.products-deck{width:min(450px,90%);margin:45px 0 0;font-size:11px;line-height:1.9;text-transform:uppercase;color:#b7c5df}.products-tally{position:absolute;right:5vw;bottom:90px;display:flex;align-items:flex-end;gap:15px;border-bottom:1px solid var(--line);padding-bottom:12px}.products-tally strong{font:600 72px/.75 "Oswald"}.products-tally span{font-size:8px;line-height:1.5;text-transform:uppercase;color:#9fb0cf}.product-cinema{scroll-margin-top:68px;padding:95px 5vw 110px;background:var(--white);color:var(--navy)}.product-cinema-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.product-cinema-head h2{margin:12px 0 0;font:700 clamp(48px,7vw,105px)/.85 "Oswald";letter-spacing:-.045em;text-transform:uppercase}.product-cinema-head>p{margin:0 0 8px;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.product-video-shell{position:relative;aspect-ratio:16/9;background:#02060d;box-shadow:0 30px 70px rgba(2,8,18,.22)}.product-video-shell::before{content:"FEATURE / FILM";position:absolute;z-index:1;top:14px;left:14px;padding:7px 9px;background:var(--white);color:var(--navy);font-size:7px;letter-spacing:.16em}.product-video-shell iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.product-cinema-foot{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:clamp(25px,5vw,80px);padding-top:25px;border-top:1px solid rgba(7,16,29,.24);margin-top:24px}.product-cinema-foot span{font:600 24px "Oswald"}.product-cinema-foot p{max-width:630px;margin:0;font-size:11px;line-height:1.8;color:#3f4a5e}.product-cinema-foot a{border-bottom:1px solid var(--navy);padding-bottom:8px;font-size:9px;text-transform:uppercase}.product-index{padding:120px 5vw 140px}.product-index-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:55px}.product-index-head h2{margin:0;font:700 clamp(65px,10vw,150px)/.8 "Oswald";letter-spacing:-.055em}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-card{position:relative;aspect-ratio:3/4;padding:0;border:1px solid rgba(247,249,255,.12);overflow:hidden;background:#0c1c35;color:var(--white);cursor:pointer;text-align:left}.product-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,8,18,.02) 35%,rgba(2,8,18,.94) 100%);transition:background-color .3s}.product-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.74) contrast(1.04);transition:transform .7s cubic-bezier(.16,1,.3,1),filter .4s}.product-card:hover img,.product-card:focus-visible img,.product-card.is-active img{transform:scale(1.055);filter:saturate(1) contrast(1.02)}.product-card:focus-visible{outline:2px solid var(--white);outline-offset:3px}.product-card.is-active{border-color:#86aaff;box-shadow:inset 0 0 0 2px #86aaff}.product-number{position:absolute;z-index:2;top:14px;left:14px;padding:7px 8px;background:var(--white);color:var(--navy);font-size:8px}.product-card-copy{position:absolute;z-index:2;left:18px;right:18px;bottom:18px}.product-card-copy small{display:block;margin-bottom:10px;font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:#bfcbea}.product-card-copy strong{display:block;font:600 clamp(30px,3.2vw,54px)/.82 "Oswald";letter-spacing:-.035em;text-transform:uppercase}.product-card-copy em{display:block;margin-top:16px;font-style:normal;font-size:7px;letter-spacing:.12em;text-transform:uppercase;color:#9fbbff}.products-cta{min-height:680px;padding:100px 5vw;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--blue)}.products-cta h2{margin:35px 0 55px;font:700 clamp(90px,15vw,230px)/.72 "Oswald";letter-spacing:-.06em}.products-cta h2 em{color:#dce7ff}.products-cta>a{border-bottom:1px solid currentColor;padding-bottom:10px;font-size:10px;text-transform:uppercase}
@media(max-width:950px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-copy strong{font-size:clamp(38px,7vw,64px)}}
@media(max-width:850px){header{grid-template-columns:1fr auto}header nav{display:flex;gap:18px}header .contact-link{display:none}.products-tally{right:5vw;bottom:55px}.products-hero{min-height:680px}.product-index-head{display:block}.product-index-head h2{margin-top:24px}}
@media(max-width:560px){header .logo b{display:none}header nav{gap:14px;font-size:8px}.products-hero{min-height:610px;padding:120px 15px 55px}.products-hero h1{font-size:25vw}.products-deck{margin-top:30px;font-size:9px}.products-tally{position:static;align-self:flex-end;margin-top:35px}.products-tally strong{font-size:52px}.product-cinema{padding:75px 15px 80px}.product-cinema-head{display:block}.product-cinema-head>p{margin-top:15px}.product-cinema-foot{grid-template-columns:auto 1fr;gap:20px}.product-cinema-foot a{grid-column:2;justify-self:start}.product-index{padding:85px 15px 95px}.product-grid{grid-template-columns:1fr}.product-card{aspect-ratio:4/4.7}.product-card-copy strong{font-size:16vw}.products-cta{min-height:560px;padding:80px 15px}.products-cta h2{font-size:23vw}}
