/* BLACK GAMES / 04 — CONTINUUM
   A continuous, native-scrolling studio experience. No external dependencies. */
:root{--bg:#08090b;--fg:#eeefed;--muted:#9b9da3;--dim:#686b73;--accent:#ff714c;--line:rgba(230,235,241,.14);--pad:clamp(24px,5.5vw,108px);--ease:cubic-bezier(.2,.7,.2,1);--world-accent:#ff9369;--world-glow:255,93,45;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--fg);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}body.dialog-open{overflow:hidden}::selection{background:#ff714c;color:#08090b}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button{border:0;background:none}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:7px}button:disabled{cursor:default}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-80px;left:20px;z-index:500;padding:12px 20px;background:var(--fg);color:var(--bg)}.skip:focus{top:20px}.page-grain{position:fixed;inset:0;z-index:20;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.6' filter='url(%23n)'/%3E%3C/svg%3E")}.reading-progress{height:2px;position:fixed;top:0;left:0;right:0;z-index:60;pointer-events:none}.reading-progress span{display:block;width:100%;height:100%;background:var(--accent);transform:scaleX(0);transform-origin:left}main{isolation:isolate}.eyebrow{font-size:10px;line-height:1.5;font-weight:500;letter-spacing:.16em;text-transform:uppercase;display:flex;align-items:center;gap:13px;color:#b4b6bc}.chapter-no{color:var(--accent);font:10px 'Courier New',monospace;letter-spacing:.02em;margin-right:7px}.signal-dot{display:inline-block;width:5px;height:5px;background:var(--accent);border-radius:50%;flex:0 0 auto;box-shadow:0 0 12px #ff713755}.muted-title{color:#73757e}.chapter-pad{padding-left:var(--pad);padding-right:var(--pad);position:relative}.text-link{display:inline-flex;gap:34px;align-items:center;padding:10px 0;font-size:13px;line-height:1.4;border-bottom:1px solid #6d6f75}.text-link>span{font-size:20px;transition:transform .3s}.text-link:hover>span{transform:translate(3px,-3px)}.text-link:hover{color:var(--accent);border-color:var(--accent)}.text-link.small{font-size:12px}.primary-link{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;background:var(--fg);color:#101114;border-radius:99px;padding:7px 7px 7px 25px;font-size:13px;line-height:1.4;min-height:54px;transition:background .3s,transform .3s}.primary-link:hover{background:#ffc1a9;transform:translateY(-2px)}.arrow-disc{display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.2);width:40px;height:40px;border-radius:50%;font-size:22px;flex:0 0 auto;transition:transform .3s}.primary-link:hover .arrow-disc{transform:rotate(45deg)}
/* Navigation stays quiet; the work owns the screen. */
.header{position:fixed;inset:0 0 auto;z-index:50;display:flex;align-items:center;justify-content:space-between;height:106px;padding:0 var(--pad);transition:background .4s,height .4s,box-shadow .4s}.header.is-scrolled{height:82px;background:rgba(8,9,11,.83);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(255,255,255,.045)}.brand{display:flex;gap:10px;align-items:center;z-index:1}.brand>span{font-size:13px;font-weight:800;letter-spacing:.09em;line-height:1.07;position:relative}.brand-mark{width:29px;height:33px}.brand-dot{font-size:8px;position:absolute;top:-6px;right:-9px;font-weight:400}.desktop-nav{display:flex;align-items:center;gap:40px;margin-left:70px}.desktop-nav a{font-size:12px;color:#c6c7cc;display:inline-flex;align-items:center;gap:6px;transition:color .3s}.desktop-nav a span{font:8px 'Courier New',monospace;color:#656871;align-self:flex-start;margin-top:0}.desktop-nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:27px}.contact-button{font-size:12px;border:1px solid rgba(236,238,242,.3);border-radius:50px;min-height:43px;display:flex;align-items:center;gap:26px;padding:0 19px;transition:color .3s,background .3s}.contact-button:hover{color:var(--bg);background:var(--fg)}.contact-button span{font-size:19px}.motion-control{width:36px;height:40px;display:grid;place-items:center}.motion-bars{display:flex;align-items:center;gap:3px;height:18px}.motion-bars i{display:block;width:2px;height:6px;background:#aaadb3;animation:equalize 1.5s ease-in-out infinite}.motion-bars i:nth-child(2){height:14px;animation-delay:.3s}.motion-bars i:nth-child(3){height:9px;animation-delay:.15s}.motion-bars i:nth-child(4){height:17px;animation-delay:.45s}@keyframes equalize{0%,100%{transform:scaleY(.5)}50%{transform:scaleY(1)}}.menu-control{display:none;width:42px;height:44px;position:relative}.menu-control span{position:absolute;left:9px;right:9px;height:1px;background:var(--fg);top:18px}.menu-control span+span{top:25px}.chapter-rail{position:fixed;right:23px;top:50%;transform:translateY(-50%);z-index:45;display:flex;flex-direction:column;gap:12px}.chapter-rail a{width:14px;height:16px;display:flex;align-items:center;justify-content:center;position:relative}.chapter-rail i{display:block;width:3px;height:3px;background:#585c65;border-radius:50%;transition:height .3s,background .3s}.chapter-rail .is-current i{height:21px;background:var(--accent);border-radius:4px}.chapter-rail span{position:absolute;right:24px;font-size:10px;white-space:nowrap;background:#08090b;padding:2px 6px;opacity:0;transform:translateX(6px);transition:opacity .2s,transform .2s;pointer-events:none}.chapter-rail a:hover span,.chapter-rail a:focus-visible span{opacity:1;transform:none}
/* 01 / Origin: sculpture, type and negative space share one canvas. */
.hero{min-height:800px;height:100svh;position:relative;padding:0 var(--pad);overflow:hidden;isolation:isolate}.hero-atmosphere{position:absolute;inset:-10%;z-index:-2;background:radial-gradient(ellipse at 78% 54%,#3b281921,transparent 45%),radial-gradient(ellipse at 80% 60%,#18364724,transparent 30%)}.hero-atmosphere::after{content:"";position:absolute;width:60vw;height:15vw;right:-1vw;top:71%;background:radial-gradient(ellipse,#99321923,transparent 63%);filter:blur(30px);transform:rotate(-22deg)}.hero-orbit{position:absolute;width:50vw;height:50vw;right:0;top:12%;border:1px solid rgba(170,180,192,.07);border-radius:50%;transform:rotate(-25deg) scaleX(1.03);z-index:-1}.hero-orbit::before{content:"";position:absolute;inset:-12%;border:1px solid rgba(170,180,192,.03);border-radius:50%}.hero-orbit span{position:absolute;width:4px;height:4px;border-radius:50%;background:#9ba2ac;left:14.5%;top:14.5%;box-shadow:0 0 12px #efffff55}.sculpture-wrap{position:relative}.sculpture-fallback,.sculpture-canvas{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.sculpture-canvas{opacity:0;transition:opacity .7s}.sculpture-wrap.is-rendered .sculpture-canvas{opacity:1}.sculpture-wrap.is-rendered .sculpture-fallback{opacity:0}.sculpture-fallback{transition:opacity .6s;pointer-events:none}.hero-art{width:min(64vw,1040px);aspect-ratio:1;position:absolute;right:-3.3vw;top:50%;transform:translateY(-51%);z-index:0;will-change:transform;pointer-events:none}.hero-content{position:relative;z-index:2;padding-top:max(200px,25.3svh);width:65%}.hero-content>.eyebrow{margin-bottom:31px}.hero-title{font-size:clamp(92px,10.6vw,185px);letter-spacing:-.075em;line-height:.865;font-weight:500;margin-left:-.055em}.title-line{display:block;overflow:hidden;padding:0 .06em .09em}.title-line+.title-line{margin-top:-.01em}.title-line>span{display:block}.accent-period{color:var(--accent)}.hero-description{margin-top:30px;max-width:360px}.hero-standard{font-size:21px;letter-spacing:-.035em;line-height:1.2;margin-bottom:12px}.hero-description>p+p{font-size:14px;line-height:1.7;color:#a7a9b0}.hero-description .primary-link{margin-top:29px}.object-caption{position:absolute;right:8.5%;top:48%;z-index:1;display:flex;align-items:center;gap:12px;color:#9ea4ad;font:8px/1.75 'Courier New',monospace;letter-spacing:.08em;pointer-events:none}.object-caption .crosshair{font-size:23px;color:var(--accent);font-weight:400}.object-caption i{display:block;width:60px;height:1px;background:#e4e8ed25;margin-left:5px}.hero-bottom{position:absolute;bottom:31px;left:var(--pad);right:var(--pad);display:flex;align-items:center;justify-content:space-between;gap:24px}.scroll-invitation{display:flex;gap:13px;align-items:center;font-size:9px;color:#b4b7bf;text-transform:uppercase;letter-spacing:.12em;min-height:48px}.scroll-line{display:block;width:1px;height:32px;background:#e0e8ee33;position:relative;overflow:hidden}.scroll-line::before{content:"";position:absolute;width:100%;height:11px;background:var(--accent);top:-11px;animation:scroll-line 2.2s ease-in-out infinite}@keyframes scroll-line{to{transform:translateY(43px)}}.hero-edition{font-size:10px;color:#777b84;letter-spacing:.02em;margin-left:4vw}.next-world{display:flex;align-items:center;gap:14px;padding:8px 0 8px 14px}.next-image{width:62px;height:46px;overflow:hidden;border-radius:2px}.next-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.next-world:hover img{transform:scale(1.12)}.next-world small{display:block;font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#969ca7}.next-world strong{font-size:15px;font-weight:500;letter-spacing:.08em;display:block}.next-world strong span{display:inline-block;margin-left:53px;color:#d4dae3;transition:transform .3s}.next-world:hover strong span{transform:translate(2px,-2px)}.entrance{animation:entrance 1s .25s both var(--ease)}.hero-title .title-line>span{animation:title-in 1.2s .05s both var(--ease)}.hero-title .title-line:nth-child(2)>span{animation-delay:.16s}.hero-description.entrance{animation-delay:.32s}@keyframes entrance{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@keyframes title-in{from{transform:translateY(110%)}to{transform:translateY(0)}}
/* 02 / SHIFT: native sticky reveal, a portal opening into a full-width world. */
.shift-chapter{height:174svh;position:relative;margin-top:0;--portal-x:0%;--portal-y:0%;--portal-round:0px;--portrait-opacity:0;--shift-scale:1.02;--shift-title-x:0px;--shift-title-y:0px}.shift-sticky{height:100svh;min-height:660px;position:sticky;top:0;overflow:hidden;isolation:isolate}.shift-space{position:absolute;inset:0;clip-path:inset(var(--portal-y) var(--portal-x) round var(--portal-round));overflow:hidden;background:#090b0c;will-change:clip-path;z-index:-2}.shift-landscape{width:100%;height:100%;object-fit:cover;object-position:68% center;transform:scale(var(--shift-scale));filter:saturate(.72);will-change:transform}.shift-portrait{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center 48%;opacity:var(--portrait-opacity);transform:scale(1.06);transition:opacity .05s linear;filter:saturate(.66)}.shift-shade{position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,var(--bg) 0%,transparent 17%,transparent 69%,var(--bg) 100%),linear-gradient(90deg,#08090b8a,transparent 58%)}.shift-topline{position:absolute;top:14%;left:var(--pad);right:var(--pad);display:flex;justify-content:space-between;align-items:center}.status{font-size:10px;letter-spacing:.07em;display:flex;align-items:center;gap:10px;color:#d5d7da}.shift-title{position:absolute;top:36%;left:var(--pad);font-size:clamp(110px,23.8vw,420px);font-weight:400;letter-spacing:.04em;line-height:.9;transform:translate(var(--shift-title-x),var(--shift-title-y));will-change:transform;text-shadow:0 2px 50px #08090b11}.shift-coordinate{position:absolute;left:calc(var(--pad) + .5vw);top:calc(36% + 22vw);font-size:9px;letter-spacing:.55em;color:#bcc2ca}.shift-bottom{position:absolute;left:var(--pad);right:var(--pad);bottom:10.5%;display:flex;justify-content:space-between;align-items:flex-end}.shift-copy>.eyebrow{color:#d9d8d6;letter-spacing:.12em}.shift-copy>p+p{margin-top:10px;line-height:1.6;font-size:14px;color:#abb0b8;max-width:330px}.discover-shift{display:flex;align-items:center;gap:27px;padding:0;text-align:left}.discover-shift>span:first-child{font-size:15px;font-weight:500}.discover-shift small{display:block;font-size:10px;color:#929aa6;margin-top:6px}.outline-disc{width:76px;height:76px;border:1px solid #e0e3e669;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:29px;background:#08090b24;backdrop-filter:blur(8px);transition:background .3s,color .3s,transform .3s}.discover-shift:hover .outline-disc{background:var(--fg);color:var(--bg);transform:rotate(45deg)}.art-note{position:absolute;bottom:29px;right:var(--pad);font:8px 'Courier New',monospace;text-transform:uppercase;letter-spacing:.14em;color:#81858e}
/* 03 / Format studies: one stage, never a grid of cards. */
.worlds-chapter{padding-top:120px;padding-bottom:54px;min-height:1050px;isolation:isolate;overflow:hidden;scroll-margin-top:0}.world-atmosphere{position:absolute;inset:25% -20% -15%;z-index:-1;background:radial-gradient(ellipse at 25% 65%,rgba(var(--world-glow),.085),transparent 40%);transition:background .8s}.worlds-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.worlds-intro h2{font-size:clamp(52px,5.2vw,82px);line-height:1.02;letter-spacing:-.065em;margin-top:25px}.intro-aside{font-size:13px;line-height:1.7;color:#9499a2;margin-bottom:7px;margin-right:6.5%;max-width:230px}.world-tabs{display:grid;grid-template-columns:repeat(4,1fr);margin-top:57px;gap:30px}.world-tab{padding:22px 0;min-width:0;display:flex;align-items:center;gap:15px;color:#6e727c;position:relative;transition:color .35s;text-align:left;border-bottom:1px solid #b4c0d22e}.world-tab::after{content:"";position:absolute;height:1px;background:var(--world-accent);left:0;right:0;bottom:-1px;transform:scaleX(0);transform-origin:left;transition:transform .4s,color .4s}.world-tab small{font:10px 'Courier New',monospace;margin-top:7px;align-self:flex-start;color:#737b85;letter-spacing:.03em}.world-tab>span:not(.tab-arrow){font-size:clamp(25px,2.65vw,43px);letter-spacing:-.04em;line-height:1.1}.world-tab .tab-arrow{font-size:25px;margin-left:auto;opacity:0;transition:opacity .3s,transform .3s;transform:translate(-5px,5px);color:var(--world-accent)}.world-tab.is-active{color:var(--fg)}.world-tab.is-active small{color:var(--world-accent)}.world-tab.is-active::after{transform:scaleX(1)}.world-tab.is-active .tab-arrow,.world-tab:hover .tab-arrow{opacity:1;transform:none}.world-tab:hover{color:var(--fg)}.world-stage{display:grid;grid-template-columns:1.1fr 1fr;gap:7%;align-items:center;min-height:510px;position:relative}.world-visual{height:530px;position:relative;min-width:0}.world-art{position:absolute;width:105%;aspect-ratio:1;left:-8%;top:50%;transform:translateY(-51%);transition:opacity .25s,filter .4s}.world-number{position:absolute;right:0;top:40px;font-size:200px;font-weight:400;line-height:1;-webkit-text-stroke:1px #aebbd516;color:transparent;letter-spacing:-.065em}.world-ring{position:absolute;left:0;width:90%;aspect-ratio:1;top:12%;border:1px solid #bac1d010;border-radius:50%;transform:rotate(-32deg) scaleY(.8)}.world-ring::after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:var(--world-accent);right:18%;bottom:10%;box-shadow:0 0 8px rgba(var(--world-glow),.5)}.visual-caption{position:absolute;bottom:11px;left:0;font:8px 'Courier New',monospace;letter-spacing:.2em;color:#787f8b;display:flex;align-items:center;gap:15px}.visual-caption i{height:1px;width:55px;background:#797f8b44}.world-panels{position:relative;max-width:410px;padding:36px 0 30px}.world-panel{animation:panel-in .55s var(--ease)}.world-panel h3{font-size:clamp(36px,3.6vw,58px);letter-spacing:-.06em;line-height:1.06;margin:22px 0}.world-panel>p:not(.eyebrow){font-size:14px;line-height:1.85;color:#a0a6b0;max-width:340px}.world-status{color:var(--world-accent);letter-spacing:.12em;font-size:9px}.world-status .signal-dot{background:var(--world-accent);box-shadow:none}.world-panel .text-link{margin-top:26px}.world-panel .direction-note{padding-left:13px;border-left:1px solid var(--world-accent);margin-top:28px;font-size:11px!important;color:#c2c6cd!important;line-height:1.6!important;max-width:320px!important}.worlds-footnote{display:flex;justify-content:space-between;gap:25px;font-size:9px;color:#848a94;letter-spacing:.035em;margin-top:22px}.worlds-footnote>span:first-child{font:9px 'Courier New',monospace;text-transform:uppercase;letter-spacing:.12em}.worlds-footnote>span:first-child>span{margin-left:12px;color:var(--world-accent)}@keyframes panel-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
/* 04 / The manifesto travels through the same light field. */
.studio-chapter{padding-top:146px;padding-bottom:136px;min-height:910px;isolation:isolate;overflow:hidden}.studio-flow{position:absolute;left:-8%;right:-8%;top:7%;bottom:-1%;z-index:-1;opacity:.38;transform:translateY(var(--thread-y,0px));will-change:transform;pointer-events:none}.studio-flow::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,var(--bg),transparent 25%,transparent 80%,var(--bg))}.studio-flow svg{width:100%;height:100%;stroke-width:.8}.studio-title{font-size:clamp(70px,8.35vw,141px);letter-spacing:-.067em;line-height:1.01;margin-top:51px;max-width:1200px}.reveal-line{display:block}.studio-title .offset{padding-left:16.5%}.view-word{background:linear-gradient(110deg,#ffa780 0%,#ff7450 38%,#e1d5ca 78%);color:transparent;background-clip:text;-webkit-background-clip:text}.studio-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12%;margin-top:80px;align-items:start}.studio-signature{display:flex;align-items:center;gap:19px;font-size:10px;color:#9299a3;line-height:1.7}.asterisk{font-size:47px;line-height:1;color:var(--accent);display:inline-block;animation:asterisk 24s linear infinite}@keyframes asterisk{to{transform:rotate(360deg)}}.studio-copy{max-width:410px;font-size:15px;line-height:1.8;color:#b6bbc4}.studio-copy p+p{font-size:12px;color:#7f8895;margin-top:18px}.js-motion .reveal-line{opacity:.2;transform:translateY(18px);transition:opacity 1s var(--ease),transform 1s var(--ease)}.js-motion .reveal-line.is-visible{opacity:1;transform:none}
/* 05 / Operator information: the quieter side of the same space. */
.operators-chapter{padding-top:90px;padding-bottom:95px;min-height:830px;isolation:isolate}.operator-glow{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 70% 45%,#15283824,transparent 57%);pointer-events:none}.operator-layout{display:grid;grid-template-columns:1fr 1fr;gap:11%;margin-top:37px}.operator-copy h2{font-size:clamp(60px,6vw,102px);letter-spacing:-.065em;line-height:.98}.operator-copy>p{margin-top:28px;color:#a6aeb9;font-size:13px;line-height:1.7}.operator-copy .text-link{margin-top:26px}.operator-ledger{padding-top:30px}.ledger-label{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:29px;border-bottom:1px solid #adbdd230}.ledger-label .eyebrow{font-size:9px;letter-spacing:.15em}.ledger-live{font-size:9px;color:#929eab;display:flex;gap:7px;align-items:center}.ledger-live i{width:4px;height:4px;background:#929eab;border-radius:50%}.ledger-item{border-bottom:1px solid #adbdd225}.ledger-item summary{list-style:none;display:grid;grid-template-columns:24px 1fr 12px;gap:15px;align-items:center;padding:25px 0;font-size:18px;line-height:1.5;letter-spacing:-.02em;cursor:pointer}.ledger-item summary::-webkit-details-marker{display:none}.ledger-index{font:9px 'Courier New',monospace;color:#798799;align-self:center}.expand-mark{width:10px;height:10px;position:relative}.expand-mark::before,.expand-mark::after{content:"";position:absolute;top:5px;left:0;width:10px;height:1px;background:#9ba8b8;transition:transform .2s}.expand-mark::after{transform:rotate(90deg)}.ledger-item[open] .expand-mark::after{transform:none}.ledger-item summary:hover{color:var(--accent)}.ledger-detail{padding:0 12px 26px 39px}.ledger-status{display:inline-flex;align-items:center;gap:8px;color:#d9bf9d;text-transform:uppercase;letter-spacing:.09em;font-size:8px;line-height:1.6}.ledger-status::before{content:"";width:4px;height:4px;background:#d9bf9d;border-radius:50%}.ledger-status.pending{color:#99a8bc}.ledger-status.pending::before{background:#99a8bc}.ledger-detail p{font-size:12px;color:#96a1b0;line-height:1.8;margin-top:11px;max-width:370px}.ledger-note{margin-top:26px;display:flex;gap:12px;align-items:center;font-size:9px;color:#8490a0}.ledger-note span{font-size:19px;color:#677489}
/* A closing gesture, rather than another panel. */
.contact-chapter{padding-top:138px;padding-bottom:67px;position:relative;min-height:660px;overflow:hidden;isolation:isolate}.contact-orbit{position:absolute;width:140vw;height:82vw;border:1px solid #ba765333;border-radius:50%;left:-16vw;top:20%;z-index:-1;box-shadow:0 -15px 100px #ce55240d;transform:rotate(-7deg);pointer-events:none}.contact-chapter::after{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(ellipse at 72% 100%,#71301629,transparent 65%);pointer-events:none}.contact-invite{margin-top:51px;display:flex;align-items:center;justify-content:space-between;gap:60px}.contact-invite h2{font-size:clamp(68px,7.8vw,132px);letter-spacing:-.066em;line-height:1.025}.contact-invite h2 span{color:var(--accent)}.contact-round{width:165px;height:165px;flex:0 0 auto;border:1px solid #db8a654a;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;margin-right:3%;font-size:11px;transition:background .35s,color .35s,border .35s,transform .35s;position:relative;background:linear-gradient(140deg,#211b1866,#090a0c44)}.contact-round-arrow{font-size:65px;font-weight:300;line-height:1;transition:transform .4s}.contact-round:hover{background:var(--accent);color:var(--bg);border-color:var(--accent)}.contact-round:hover .contact-round-arrow{transform:rotate(45deg)}.contact-base{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:67px;color:#8c939e;font-size:11px}.contact-base .text-link{font-size:10px;color:#bbc0c7;border-bottom:0;gap:18px}.related-project{padding:20px var(--pad);display:flex;align-items:center;justify-content:flex-end;border-top:1px solid #c1c5cc18;background:var(--bg);position:relative;z-index:1}.related-project-link{display:inline-flex;align-items:center;gap:8px;color:#747e8b;font-size:8px;white-space:nowrap;transition:color .25s ease}.related-project-link i{font-style:normal;color:#4f5864}.related-project-link strong{font-size:9px;font-weight:600;letter-spacing:.08em;color:#c9ced5}.related-project-link b{font-size:10px;font-weight:400;transition:transform .25s ease}.related-project-link:hover{color:#aeb5bf}.related-project-link:hover strong{color:#f0eee9}.related-project-link:hover b{transform:translate(2px,-2px)}.footer{padding:33px var(--pad);display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:0;background:var(--bg);font-size:9px;color:#7d8794;position:relative;z-index:1}.footer-wordmark{font-size:11px;font-weight:700;letter-spacing:.07em;color:#d2d5dc}.footer-meta{display:flex;align-items:center;gap:14px;font-size:8px}.footer-meta i{width:2px;height:2px;border-radius:50%;background:#727b89}.footer-contact{display:inline-flex;align-items:center;gap:7px;color:#8f98a5;font-size:8px;white-space:nowrap;transition:color .25s ease}.footer-contact span{color:#c2c7ce}.footer-contact b{font-size:10px;font-weight:400;transition:transform .25s ease}.footer-contact:hover{color:#f0eee9}.footer-contact:hover b{transform:translate(2px,-2px)}.copyright{font:8px 'Courier New',monospace}
/* Focused, accessible overlays. No fake playable demo or submitted enquiries. */
dialog{border:1px solid #a5b4c528;background:#0c0f14;color:var(--fg);padding:0;max-width:none;max-height:none;box-shadow:0 30px 100px #0007}dialog[open]{animation:dialog-in .35s var(--ease)}dialog::backdrop{background:#030509bd;backdrop-filter:blur(16px)}@keyframes dialog-in{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}.dialog-close{position:absolute;right:22px;top:20px;z-index:5;width:44px;height:44px;display:grid;place-items:center;border:1px solid #e7edff38;border-radius:50%;font:29px/1 Arial;background:#0a0c1099;color:#f5f6f8;transition:transform .25s,background .25s}.dialog-close:hover{transform:rotate(90deg);background:#242933}.project-dialog{width:min(1080px,92vw);max-height:90svh;overflow:auto;display:none}.project-dialog[open]{display:grid;grid-template-columns:44% 56%}.project-art{min-height:620px;position:relative;overflow:hidden}.project-art img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:saturate(.7)}.project-art::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0c0f1488,transparent 30%)}.project-art>span{position:absolute;bottom:22px;left:24px;z-index:1;font:8px 'Courier New',monospace;text-transform:uppercase;letter-spacing:.14em;color:#c6cbd4}.project-information{padding:65px 56px 55px}.project-information>.eyebrow{font-size:9px;color:#b5c6d8;letter-spacing:.12em}.project-information h2{font-size:77px;font-weight:400;letter-spacing:.14em;line-height:1;margin-top:27px}.project-lead{font-size:25px;letter-spacing:-.04em;line-height:1.3;margin-top:28px}.project-information>p:not(.eyebrow):not(.project-lead){font-size:13px;color:#aab5c4;line-height:1.8;margin-top:19px}.project-facts{margin:27px 0 32px}.project-facts>div{padding:12px 0;border-bottom:1px solid #b5c4d726;display:flex;justify-content:space-between;gap:15px;font-size:10px}.project-facts dt{color:#8190a2}.project-facts dd{margin:0;color:#c1cddb;display:flex;align-items:center;gap:8px}.project-facts .signal-dot{width:4px;height:4px}.contact-dialog{width:min(720px,92vw);max-height:90svh;overflow-y:auto;padding:49px 52px;background:radial-gradient(ellipse at 92% 4%,#652a142a,transparent 50%),#0c0e12}.contact-dialog-intro>.eyebrow{font-size:9px;color:#bcb6b0}.contact-dialog-intro h2{font-size:69px;letter-spacing:-.065em;line-height:1;margin-top:21px}.contact-dialog-intro h2 span{color:var(--accent)}.contact-dialog-intro>p:last-child{font-size:12px;color:#999da6;margin-top:19px;line-height:1.8}#enquiry-form{margin-top:29px}#enquiry-form label{display:block;font-size:10px;color:#a9aeb7;line-height:1.5;letter-spacing:.02em}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:24px}input,textarea,select{width:100%;background:transparent;border:0;border-bottom:1px solid #adb8ca40;color:var(--fg);border-radius:0;font-size:13px;line-height:1.5;padding:12px 0;min-height:43px;display:block;outline:none;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--accent)}textarea{resize:vertical;min-height:75px;max-height:240px}select{padding-right:15px;cursor:pointer}select option{background:#0c0e12;color:#eee}input::placeholder,textarea::placeholder{color:#667080}.form-note{font-size:10px;line-height:1.7;color:#8e97a6;margin-top:18px;max-width:470px}.form-submit{margin-top:22px}.enquiry-result{border-top:1px solid #dae1ee25;margin-top:25px;padding-top:20px}.enquiry-result>p{font-size:12px;color:#dac0ae}.enquiry-result textarea{background:#15191f;padding:15px;font:12px/1.7 'Courier New',monospace;margin-top:15px;min-height:150px}.enquiry-result>.text-link{margin-top:14px}.menu-dialog{width:100%;height:100svh;inset:0;margin:0;max-height:100svh;overflow-y:auto;padding:95px 7vw 35px;background:radial-gradient(ellipse at 110% 40%,#441e132e,transparent 60%),var(--bg);border:0}.menu-dialog>.eyebrow{margin-bottom:35px;font-size:8px}.menu-dialog nav{display:flex;flex-direction:column}.menu-dialog nav a{padding:13px 0;display:grid;grid-template-columns:24px 1fr 24px;align-items:center;gap:11px;font-size:clamp(28px,5vw,48px);letter-spacing:-.045em;line-height:1.4}.menu-dialog nav a small{font:9px 'Courier New',monospace;color:var(--accent);align-self:start;margin-top:12px}.menu-dialog nav a>span{font-size:23px;color:#7c8490}.menu-dialog>.primary-link{margin-top:38px}.menu-footer{font:8px/1.7 'Courier New',monospace;color:#7d8796;text-transform:uppercase;letter-spacing:.08em;margin-top:38px}.noscript-note{font-size:12px;color:#a0acbd;padding:24px var(--pad)}
/* Desktop refinements. */
@media(min-width:1800px){.hero-content{padding-top:25svh}.hero-art{right:1vw}.hero-orbit{right:5vw}.hero-description{margin-top:35px}.object-caption{right:14vw}.chapter-pad{padding-left:max(var(--pad),calc((100vw - 1640px)/2));padding-right:max(var(--pad),calc((100vw - 1640px)/2))}.worlds-chapter{min-height:1130px}.world-stage{min-height:570px}.world-art{width:90%;left:0}.world-visual{height:600px}}
@media(max-width:1100px){.desktop-nav{gap:25px;margin-left:20px}.header-actions{gap:12px}.hero{min-height:780px}.hero-content{padding-top:24svh;width:73%}.hero-title{font-size:12vw}.hero-art{width:70vw;right:-11vw;top:44%}.object-caption{display:none}.hero-description{margin-top:26px}.hero-edition{display:none}.hero-orbit{top:14%;right:-12vw;width:65vw;height:65vw}.shift-chapter{height:156svh}.worlds-chapter{min-height:940px;padding-top:100px}.world-tabs{gap:20px}.world-stage{gap:6%;min-height:455px}.world-visual{height:455px}.world-panel h3{font-size:41px}.world-panel>p:not(.eyebrow){font-size:13px}.world-art{width:118%;left:-11%}.operator-layout{gap:8%}.operator-copy h2{font-size:72px}.ledger-item summary{font-size:17px}.contact-round{width:140px;height:140px;margin-right:0}.studio-chapter{min-height:820px;padding-top:115px;padding-bottom:90px}.studio-title{font-size:9vw}.contact-chapter{min-height:580px;padding-top:110px}.contact-invite{gap:35px}.contact-invite h2{font-size:8vw}.footer{gap:20px}.footer>span:nth-child(2){display:none}.project-information{padding:62px 35px 42px}}
@media(max-width:760px){:root{--pad:25px}html{scroll-padding-top:80px}.header,.header.is-scrolled{height:80px}.brand-mark{width:25px;height:29px}.brand>span{font-size:11px}.desktop-nav{display:none}.header-actions{gap:10px}.contact-button{min-height:37px;padding:0 13px;gap:15px;font-size:10px}.contact-button span{font-size:16px}.motion-control{width:30px}.menu-control{display:block}.chapter-rail{display:none}.hero{height:100svh;min-height:850px;max-height:1120px;padding-top:0}.hero-art{width:110vw;right:-20vw;top:37%;transform:translateY(-50%);opacity:.88}.hero-orbit{width:94vw;height:94vw;right:-12vw;top:15%}.hero-content{width:100%;padding-top:139px}.hero-content>.eyebrow{font-size:8px;letter-spacing:.11em;margin-bottom:24px;gap:10px}.hero-title{font-size:clamp(70px,14.9vw,111px);letter-spacing:-.07em;line-height:.9;position:relative;z-index:2}.hero-description{margin-top:217px;width:100%;max-width:330px}.hero-standard{font-size:21px}.hero-description>p+p{font-size:13px;line-height:1.75}.hero-description .primary-link{margin-top:22px}.hero-atmosphere{background:radial-gradient(ellipse at 62% 37%,#3525184d,transparent 52%)}.hero-bottom{bottom:23px;align-items:center}.scroll-invitation{font-size:8px;letter-spacing:.08em;gap:9px}.next-world{gap:9px;padding-left:0}.next-image{width:45px;height:36px}.next-world small{font-size:6px;max-width:135px;line-height:1.6;letter-spacing:.04em}.next-world strong{font-size:12px}.next-world strong span{margin-left:29px}.scroll-line{height:26px}.hero-art .sculpture-canvas,.hero-art .sculpture-fallback{filter:brightness(.91)}.hero-edition{display:none}.shift-chapter{height:auto;--portal-x:0%!important;--portal-y:0%!important;--portal-round:0px!important;--portrait-opacity:1!important;--shift-title-x:0px!important;--shift-title-y:0px!important}.shift-sticky{position:relative;height:100svh;min-height:800px;max-height:1000px}.shift-landscape{display:none}.shift-portrait{object-position:center 46%;object-fit:cover;transform:scale(1)}.shift-shade{background:linear-gradient(180deg,var(--bg),transparent 20%,transparent 53%,#08090ba6 77%,var(--bg)),linear-gradient(90deg,#08090b40,transparent)}.shift-topline{top:11.5%;gap:15px}.shift-topline .eyebrow{font-size:8px;gap:9px}.shift-topline .chapter-no{font-size:8px;margin-right:0}.status{font-size:8px;gap:6px;letter-spacing:.02em}.status .signal-dot{width:4px;height:4px}.shift-title{font-size:25.6vw;letter-spacing:.035em;left:var(--pad);top:37%}.shift-coordinate{top:calc(37% + 25vw);font-size:7px;letter-spacing:.32em;left:calc(var(--pad) + 2px)}.shift-bottom{bottom:8.5%;flex-direction:column;align-items:flex-start;gap:28px;right:var(--pad)}.shift-copy>.eyebrow{font-size:9px}.shift-copy>p+p{font-size:13px;color:#bec3cd}.discover-shift{width:100%;justify-content:space-between}.outline-disc{width:56px;height:56px;font-size:24px}.discover-shift>span:first-child{font-size:13px}.discover-shift small{font-size:9px;margin-top:3px}.art-note{bottom:24px;font-size:7px;right:var(--pad)}.worlds-chapter{min-height:0;padding-top:94px;padding-bottom:30px}.worlds-intro{gap:20px}.worlds-intro>.intro-aside{display:none}.worlds-intro>.eyebrow,.worlds-intro .eyebrow{font-size:8px;gap:9px}.worlds-intro h2{font-size:clamp(44px,9.8vw,70px);margin-top:25px;letter-spacing:-.065em}.world-tabs{gap:14px;margin-top:35px}.world-tab{display:block;padding:16px 0 19px}.world-tab small{display:block;font-size:8px;margin:0 0 10px}.world-tab>span:not(.tab-arrow){font-size:clamp(17px,4.5vw,30px);letter-spacing:-.04em}.world-tab .tab-arrow{display:none}.world-stage{grid-template-columns:1fr;gap:0;min-height:0}.world-visual{height:330px;margin-top:8px}.world-art{width:min(105vw,470px);left:50%;top:50%;transform:translate(-50%,-50%)}.world-number{font-size:140px;right:8px;top:25px}.world-ring{width:90%;left:5%;top:10%;height:88%;aspect-ratio:auto}.visual-caption{font-size:7px;bottom:0;letter-spacing:.12em}.world-panels{padding:34px 0 30px;max-width:none;min-height:321px}.world-panel h3{font-size:42px;margin:18px 0;line-height:1.02}.world-panel>p:not(.eyebrow){font-size:13px;max-width:450px;line-height:1.85}.world-status{font-size:8px}.world-panel .text-link{margin-top:20px;font-size:12px}.world-panel .direction-note{margin-top:20px;font-size:10px!important;max-width:100%!important}.worlds-footnote{margin-top:15px;font-size:8px;align-items:flex-end;gap:25px}.worlds-footnote>span:first-child{font-size:7px;max-width:130px;line-height:1.6}.worlds-footnote>span:last-child{max-width:150px;text-align:right;line-height:1.8}.studio-chapter{padding-top:105px;padding-bottom:65px;min-height:0}.studio-chapter>.eyebrow{font-size:8px;gap:9px}.studio-title{font-size:clamp(50px,11.4vw,82px);line-height:1.08;margin-top:43px;letter-spacing:-.067em}.studio-title .offset{padding-left:8%}.studio-flow{left:-50%;right:-45%;top:17%;bottom:17%;opacity:.27}.studio-bottom{grid-template-columns:1fr;gap:29px;margin-top:53px}.studio-signature{font-size:9px;gap:15px}.asterisk{font-size:36px}.studio-copy{max-width:500px;font-size:14px;line-height:1.85}.studio-copy p+p{font-size:12px;margin-top:16px;color:#8e97a4}.operators-chapter{padding-top:84px;padding-bottom:30px;min-height:0}.operators-chapter>.eyebrow{font-size:8px;gap:9px}.operator-layout{grid-template-columns:1fr;gap:25px;margin-top:34px}.operator-copy h2{font-size:clamp(55px,11.7vw,83px);line-height:1.02}.operator-copy h2>br:nth-of-type(1),.operator-copy h2 .muted-title>br{display:none}.operator-copy h2>br:nth-of-type(1)::after{content:" "}.operator-copy h2 .muted-title{display:block}.operator-copy h2>br:nth-of-type(2){display:none}.operator-copy>p{margin-top:23px;font-size:12px}.operator-copy .text-link{margin-top:15px;font-size:12px}.operator-ledger{padding-top:20px}.ledger-label{padding-bottom:20px}.ledger-item summary{padding:23px 0;font-size:17px;gap:10px;grid-template-columns:22px 1fr 14px}.ledger-detail{padding-left:32px;padding-bottom:23px}.ledger-note{font-size:8px;margin-top:23px}.contact-chapter{padding-top:109px;padding-bottom:39px;min-height:0}.contact-chapter>.eyebrow{font-size:8px;gap:9px}.contact-invite{margin-top:34px;flex-wrap:wrap;gap:30px}.contact-invite h2{font-size:clamp(45px,10.4vw,73px);line-height:1.06;letter-spacing:-.065em}.contact-round{width:106px;height:106px;margin-left:auto;font-size:9px;gap:4px}.contact-round-arrow{font-size:47px}.contact-orbit{top:39%;width:270vw;height:140vw;left:-95vw}.contact-base{margin-top:31px;flex-direction:column;align-items:flex-start;gap:14px;font-size:10px}.contact-base .text-link{font-size:9px}.related-project{padding:20px var(--pad) 8px;justify-content:flex-start}.related-project-link{font-size:8px;white-space:normal;flex-wrap:wrap;gap:6px}.related-project-link strong{font-size:9px}.footer{padding:19px var(--pad) 27px;display:grid;grid-template-columns:1fr 1fr;gap:19px 14px}.footer-wordmark{font-size:10px}.footer-meta{font-size:7px;justify-self:end;gap:8px}.footer-contact{font-size:8px;justify-self:start;white-space:normal}.copyright{font-size:8px;grid-column:auto;justify-self:end;color:#6d7988}.project-dialog{width:94vw;max-height:93svh}.project-dialog[open]{grid-template-columns:1fr}.project-art{min-height:280px;max-height:38svh}.project-art img{object-position:center 57%}.project-art>span{font-size:7px;bottom:18px}.project-information{padding:30px 25px}.project-information h2{font-size:59px;margin-top:20px}.project-information>.eyebrow{font-size:8px}.project-lead{font-size:24px;margin-top:19px}.project-information>p:not(.eyebrow):not(.project-lead){font-size:12px}.project-information .primary-link{font-size:12px;gap:22px}.dialog-close{right:15px;top:15px;width:39px;height:39px;font-size:26px}.contact-dialog{width:94vw;max-height:93svh;padding:39px 25px 30px}.contact-dialog-intro h2{font-size:55px}.contact-dialog-intro>.eyebrow{font-size:8px}.contact-dialog-intro>p:last-child{font-size:11px}.field-pair{gap:18px}.field-pair input,.field-pair select{font-size:12px}#enquiry-form label{font-size:9px}.form-note{font-size:9px}.contact-dialog .primary-link{font-size:12px}.contact-dialog textarea{font-size:12px}}
@media(max-width:380px){:root{--pad:21px}.header-actions{gap:5px}.contact-button{gap:10px;font-size:9px;padding:0 11px}.hero{min-height:835px}.hero-title{font-size:15.2vw}.hero-description{margin-top:210px}.hero-art{top:37%;width:112vw;right:-23vw}.hero-bottom{gap:12px}.next-world small{max-width:107px}.next-world strong span{margin-left:22px}.next-image{width:34px;height:31px}.world-tab>span:not(.tab-arrow){font-size:4.6vw}.world-tabs{gap:11px}.world-visual{height:300px}.field-pair{grid-template-columns:1fr;gap:19px}.contact-invite h2{font-size:10.8vw}.operator-copy h2{font-size:11.65vw}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.hero-art{will-change:auto}.shift-chapter{height:100svh;--portal-x:0%!important;--portal-y:0%!important;--portal-round:0px!important;--portrait-opacity:0!important;--shift-title-x:0px!important;--shift-title-y:0px!important;--shift-scale:1.02!important}.shift-sticky{position:relative}.js-motion .reveal-line{opacity:1;transform:none}.studio-flow{transform:none}.motion-bars i{transform:scaleY(.65)}}
body.motion-paused .motion-bars i,body.motion-paused .scroll-line::before,body.motion-paused .asterisk{animation-play-state:paused!important}.motion-paused .hero-title .title-line>span,.motion-paused .entrance{animation:none!important;opacity:1;transform:none}.motion-paused .js-motion .reveal-line,.motion-paused .reveal-line{opacity:1;transform:none}.motion-paused .studio-flow{transform:none!important}.motion-paused .motion-bars i{height:8px;transform:none}.motion-paused .shift-chapter{--portal-x:0%!important;--portal-y:0%!important;--portal-round:0px!important;--portrait-opacity:0!important;--shift-title-x:0px!important;--shift-title-y:0px!important;--shift-scale:1.02!important}.motion-paused .world-panel{animation:none}

/* Preserve the fully visible headline after its one-time entry animation. */
.has-entered .hero-title .title-line>span,.has-entered .entrance{animation:none!important;opacity:1;transform:none}
@media(prefers-reduced-motion:reduce) and (min-width:761px){.shift-chapter{height:max(100svh,660px)}}
@media(max-width:760px){.shift-chapter,.motion-paused .shift-chapter{height:auto;--portrait-opacity:1!important}}
/* Decorative render surfaces must never steal a click from a format tab. */
.sculpture-canvas,.world-visual{pointer-events:none}.world-tabs{position:relative;z-index:2}

body.motion-paused dialog[open]{animation:none!important;opacity:1;transform:none}
@media(min-width:1101px) and (max-height:860px){.hero{min-height:820px}.hero-content{padding-top:170px}.hero-title{font-size:clamp(96px,10vw,165px)}.hero-content>.eyebrow{margin-bottom:24px}.hero-description{margin-top:22px}.hero-description .primary-link{margin-top:21px}}
@media(min-width:540px) and (max-width:760px){.hero{min-height:910px}}

/* SHIFT playable prototype — isolated full-screen player. */
.world-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:20px}.world-actions .text-link{margin-top:0}.quiet-link{color:#8f99a7;border-color:#525b67}.project-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.project-actions .text-link{font-size:11px}.ledger-detail .text-link{margin-top:14px}
.game-dialog{width:100vw;height:100svh;inset:0;margin:0;border:0;background:#05070a;overflow:hidden}.game-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr)}.game-dialog::backdrop{background:#05070a}.game-dialog-head{min-height:72px;display:flex;align-items:center;gap:24px;padding:12px 84px 12px 24px;border-bottom:1px solid #adb8ca2d;background:#080a0e;position:relative}.game-dialog-brand{display:flex;align-items:baseline;gap:17px;min-width:0}.game-dialog-brand .eyebrow{font-size:8px;white-space:nowrap}.game-dialog-brand h2{font-size:18px;line-height:1;letter-spacing:.16em}.game-dialog-brand>span{font:8px/1.4 'Courier New',monospace;text-transform:uppercase;letter-spacing:.08em;color:#7f8a99;white-space:nowrap}.game-external{margin-left:auto;font-size:10px;color:#b9c2cf;display:flex;align-items:center;gap:12px}.game-external:hover{color:var(--accent)}.game-dialog .dialog-close{top:14px;right:20px}.game-dialog iframe{display:block;width:100%;height:100%;border:0;background:#05070a}
@media(max-width:760px){.world-actions{gap:16px}.project-actions{align-items:stretch;flex-direction:column}.project-actions .primary-link{width:100%}.project-actions .text-link{align-self:flex-start}.game-dialog-head{min-height:60px;padding:10px 62px 10px 14px}.game-dialog-brand{display:block}.game-dialog-brand .eyebrow,.game-dialog-brand>span{display:none}.game-dialog-brand h2{font-size:14px}.game-external{font-size:9px;gap:7px}.game-dialog .dialog-close{right:10px;top:10px}}

/* Netlify honeypot: visually hidden but present for spam bots. */
.bot-field{position:absolute!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;width:1px!important;margin:-1px!important;padding:0!important;border:0!important;white-space:nowrap!important}
.form-submit:disabled{opacity:.58;cursor:wait;pointer-events:none}
