:root{--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--color-black:#03050a;--color-bg:#060913;--color-bg-elevated:#0a1020;--color-surface:#ffffff0b;--color-surface-soft:#ffffff08;--color-surface-strong:#ffffff12;--color-text:#f7f9ff;--color-muted:#a9b4c7;--color-muted-strong:#cbd5e8;--color-line:#ffffff18;--color-line-strong:#ffffff29;--color-primary:#7c5cff;--color-primary-strong:#9c7dff;--color-secondary:#27d3ff;--color-success:#7ee0a3;--color-warn:#ffcc7a;--gradient-page:radial-gradient(circle at 16% 10%, #7c5cff24, transparent 28%), radial-gradient(circle at 86% 8%, #27d3ff1c, transparent 24%), linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-elevated) 100%);--gradient-panel:linear-gradient(180deg, #ffffff0d, #ffffff06);--gradient-primary:linear-gradient(135deg, var(--color-primary), #5b8cff);--gradient-preview:linear-gradient(135deg, #7c5cff2e, #27d3ff1a);--radius-xs:8px;--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--radius-xl:30px;--radius-pill:999px;--shadow-soft:0 12px 32px #0000003d;--shadow-panel:0 24px 64px #00000059;--shadow-focus:0 0 0 3px #27d3ff33;--glow-primary:0 0 30px #7c5cff47;--motion-fast:.16s;--motion-medium:.42s;--motion-slow:.72s;--ease-premium:cubic-bezier(.2, .8, .2, 1);--space-section:5rem;--space-section-tight:3.5rem;--space-card:1.35rem;--space-gap:1.2rem;--text-hero:4.6rem;--text-section:3rem;--text-card:1.2rem;--bg:var(--color-bg);--bg-2:var(--color-bg-elevated);--surface:var(--color-surface);--surface-2:var(--color-surface-soft);--text:var(--color-text);--muted:var(--color-muted);--line:var(--color-line);--primary:var(--color-primary);--secondary:var(--color-secondary);--success:var(--color-success);--warn:var(--color-warn);--max:1180px;--radius:var(--radius-lg);--shadow:var(--shadow-panel)}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{max-width:100%;overflow-x:hidden}body{font-family:var(--font-sans);background:var(--gradient-page);background-color:var(--color-bg);color:var(--text);margin:0;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:where(a,button,input,select,textarea,summary):focus-visible{outline-offset:3px;outline:2px solid #a855f7}@keyframes premium-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes premium-scale-in{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes premium-sheen{0%{transform:translate(-120%)rotate(10deg)}to{transform:translate(120%)rotate(10deg)}}.container{width:min(var(--max), calc(100% - 2rem));margin-inline:auto}.narrow{width:min(880px,100% - 2rem);margin-inline:auto}.site-shell{min-height:100vh}.site-header{z-index:30;border-bottom:1px solid var(--line);backdrop-filter:blur(18px);background:#070b14b8;position:sticky;top:0;box-shadow:0 10px 34px #00000029}.nav{justify-content:space-between;align-items:center;gap:1rem;min-height:78px;display:flex}.brand{border-radius:var(--radius-md);transition:transform var(--motion-fast) var(--ease-premium), opacity var(--motion-fast) ease;align-items:center;gap:.85rem;display:inline-flex}.brand-mark{border-radius:var(--radius-sm);background:var(--gradient-primary);color:#fff;width:44px;height:44px;box-shadow:var(--glow-primary);place-items:center;font-weight:800;display:grid}.brand small,.brand strong{display:block}.brand small{color:var(--muted);font-size:.78rem}.brand strong{font-size:1rem}.nav-links{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.mobile-nav{display:none}.nav-link{color:var(--muted);border-radius:var(--radius-pill);min-height:42px;transition:color var(--motion-fast) ease, background-color var(--motion-fast) ease, border-color var(--motion-fast) ease, transform var(--motion-fast) var(--ease-premium), box-shadow var(--motion-fast) ease;border:1px solid #0000;justify-content:center;align-items:center;padding:.5rem .72rem;display:inline-flex;position:relative}.nav-link:hover,.nav-link.is-active{color:var(--text);border-color:var(--line);background:#ffffff0b}.nav-link[aria-current=page]{color:var(--text);box-shadow:inset 0 0 0 1px #ffffff06}.eyebrow{color:#9bb2ff;text-transform:uppercase;letter-spacing:0;margin:0 0 .75rem;font-size:.82rem;font-weight:800}h1,h2,h3,h4{letter-spacing:0;margin:0;line-height:1.06}h1{font-size:var(--text-hero)}h2{font-size:var(--text-section)}h3{font-size:var(--text-card)}p{margin:0}.lead,.copy,.card p,.legal-block p,.site-footer p,li,.muted{color:var(--muted)}.hero,.product-hero{position:relative;overflow:hidden}.hero{padding:6rem 0 4rem}.hero-copy{max-width:760px;color:var(--muted);overflow-wrap:break-word;margin-top:1rem;font-size:1.08rem}.hero-copy--wide{max-width:860px}.support-note{max-width:680px;color:var(--color-muted-strong);margin-top:1rem;font-size:.94rem}.cta-row,.cta-stack{flex-wrap:wrap;gap:1rem;display:flex}.cta-row{margin-top:1.6rem}.cta-stack{flex-direction:column;min-width:220px}.btn{border-radius:var(--radius-pill);min-width:0;max-width:100%;min-height:48px;transition:transform var(--motion-fast) var(--ease-premium), opacity var(--motion-fast) ease, box-shadow var(--motion-fast) ease, border-color var(--motion-fast) ease, background-color var(--motion-fast) ease, filter var(--motion-fast) ease;border:1px solid #0000;justify-content:center;align-items:center;padding:.85rem 1.2rem;font-weight:800;display:inline-flex}.btn:hover,.btn:focus-visible{transform:translateY(-2px)}.btn:focus-visible,.nav-link:focus-visible,.mobile-nav-summary:focus-visible,.mobile-nav-link:focus-visible,.mobile-nav-cta:focus-visible,.brand:focus-visible,.footer-list a:focus-visible{box-shadow:var(--shadow-focus);outline:none}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 10px 26px #7c5cff59}.btn-primary:hover,.btn-primary:focus-visible{filter:saturate(1.08);box-shadow:0 16px 34px #7c5cff6b,0 0 28px #27d3ff1f}.btn-secondary{color:var(--text);border-color:var(--line);background:#ffffff09}.btn-secondary:hover,.btn-secondary.is-active,.btn-secondary:focus-visible{border-color:var(--color-line-strong);background:#ffffff0f}.panel,.card,.hero-card,.metric,.trust-item,.legal-block,.notice,.cta-panel,.faq-item,.price-card,.product-band,.product-card,.product-signal,.home-signal,.workflow-panel,.product-license-panel,.product-limit-panel,.release-status-panel,.support-contact-card{border:1px solid var(--line);background:var(--gradient-panel);border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(16px)}.hero-card,.card,.legal-block,.notice,.cta-panel,.faq-item,.price-card,.product-band,.metric,.trust-item,.product-card,.product-signal,.home-signal,.workflow-panel,.product-license-panel,.product-limit-panel,.release-status-panel,.support-contact-card{padding:var(--space-card)}.card,.price-card,.product-card,.product-signal,.home-signal,.workflow-panel,.product-license-panel,.product-limit-panel,.release-status-panel,.support-contact-card,.asset-frame,.home-product-panel,.home-final-panel,.product-story-panel,.product-setup-stack article,.product-index-facts article{transition:transform var(--motion-medium) var(--ease-premium), border-color var(--motion-medium) ease, box-shadow var(--motion-medium) ease, background-color var(--motion-medium) ease}@media (hover:hover) and (pointer:fine){.brand:hover{transform:translateY(-1px)}.nav-link:hover{transform:translateY(-1px);box-shadow:0 8px 22px #00000029}.card:hover,.price-card:hover,.product-card:hover,.workflow-panel:hover,.release-status-panel:hover,.support-contact-card:hover,.asset-frame:hover,.product-index-facts article:hover{border-color:#7c5cff52;transform:translateY(-4px);box-shadow:0 22px 56px #00000057,0 0 28px #27d3ff12}.home-signal:hover,.product-signal:hover,.product-license-panel:hover,.product-limit-panel:hover,.home-product-panel:hover,.home-final-panel:hover,.product-story-panel:hover,.product-setup-stack article:hover{border-color:#27d3ff3d;transform:translateY(-3px);box-shadow:0 20px 54px #0000004d,0 0 26px #7c5cff14}}.metrics,.grid-2,.grid-3,.grid-4,.pricing-grid,.trust-grid,.footer-grid,.faq-grid,.home-signal-grid,.product-signal-grid,.product-audience-grid,.product-proof-grid,.product-faq-grid{gap:var(--space-gap);display:grid}.metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid{grid-template-columns:1.3fr .8fr .8fr}.faq-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1.75rem}.hero-grid>*,.grid-2>*,.grid-3>*,.grid-4>*,.pricing-grid>*,.trust-grid>*,.footer-grid>*,.home-signal-grid>*,.product-signal-grid>*{min-width:0}.section{padding:var(--space-section) 0}.section.alt{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(#ffffff05,#ffffff03)}.section-head{max-width:780px;margin-bottom:2rem}.checks,.footer-list,.price-list,.home-fact-list,.product-note-list,.product-limit-panel ul,.product-setup-stack ul,.workflow-panel ul{margin:1rem 0 0;padding:0;list-style:none}.checks li,.footer-list li,.price-list li,.home-fact-list li,.product-note-list li,.product-limit-panel li,.product-setup-stack li,.workflow-panel li{margin-top:.55rem;padding-left:1.25rem;position:relative}.checks li:before,.price-list li:before,.home-fact-list li:before,.product-note-list li:before,.product-limit-panel li:before,.product-setup-stack li:before,.workflow-panel li:before{content:"";border-radius:var(--radius-pill);background:var(--secondary);width:.42rem;height:.42rem;position:absolute;top:.68rem;left:0;box-shadow:0 0 14px #27d3ff6b}.badge{color:#d8ceff;background:#7c5cff2e;border:1px solid #7c5cff4d;border-radius:999px;padding:.35rem .72rem;font-size:.78rem;font-weight:800;display:inline-flex}.price-card.featured{border-color:#7c5cff73;box-shadow:0 0 0 1px #7c5cff33,0 20px 60px #0000006b}.price-card h3,.price-card h2{margin-top:1rem}.price{letter-spacing:0;margin-top:.65rem;font-size:3.2rem}.price-card .btn,.cta-panel .btn,.product-band .btn{width:fit-content;margin-top:1.25rem}.support-card,.warning-card{border-radius:22px;padding:1.15rem}.warning-card{background:#ffb34714;border:1px solid #ffb34747}.site-footer{border-top:1px solid var(--line);background:#ffffff05;margin-top:2rem;padding:3rem 0}.site-footer .brand{align-items:flex-start}.site-footer h3{margin-bottom:.75rem}.footer-copy{margin-top:.85rem}.footer-list a,.footer-list span{color:var(--muted)}.legal-page{padding:4rem 0}.legal-stack{gap:1rem;margin-top:1.75rem;display:grid}.legal-block h2{margin-bottom:.7rem}.terminal{border:1px solid var(--line);color:#dce6f7;font-family:var(--font-mono);background:#00000040;border-radius:20px;margin-top:1rem;padding:1rem;font-size:.93rem;overflow:auto}.inline-code{font-family:var(--font-mono);background:#ffffff0f;border-radius:8px;padding:.15rem .4rem;font-size:.92em}.page-top-safe{padding-top:8.5rem}.home-page{background:linear-gradient(#ffffff04,#0000 18%),radial-gradient(circle at 50% 0,#27d3ff0b,#0000 34%)}.home-hero{isolation:isolate;background:linear-gradient(120deg,#7c5cff24,#0000 42%),radial-gradient(circle at 86% 30%,#27d3ff29,#0000 28%),linear-gradient(#070b16 0%,#050813 100%);min-height:720px;padding:7rem 0 5rem}.home-hero:before,.home-hero-field,.product-hero:before,.product-hero-field{content:"";pointer-events:none;position:absolute;inset:0}.home-hero:before,.product-hero:before{z-index:-2;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:76px 76px;mask-image:linear-gradient(#000000a8,#0000 80%)}.home-hero-field,.product-hero-field{z-index:-1;background:radial-gradient(at 20% 16%,#7c5cff42,#0000 36%),radial-gradient(at 74% 30%,#27d3ff2e,#0000 34%)}.home-hero-grid,.product-hero-grid{z-index:1;grid-template-columns:minmax(0,1.02fr) minmax(360px,.88fr);align-items:center;gap:4rem;display:grid;position:relative}.home-hero-copy h1,.product-hero-copy h1{max-width:780px}.home-hero .hero-copy,.product-hero .hero-copy{max-width:700px;color:var(--color-muted-strong);font-size:1.16rem}.home-hero .support-note,.product-hero .support-note{color:#d8e2f7}.home-hero-facts{flex-wrap:wrap;gap:.65rem;margin-top:1.4rem;display:flex}.home-hero-facts span{border-radius:var(--radius-pill);color:#dbe7ff;min-height:36px;font-family:var(--font-mono);background:#ffffff0a;border:1px solid #ffffff1f;align-items:center;padding:.45rem .72rem;font-size:.78rem;display:inline-flex}.home-hero-visual,.product-hero-visual{min-width:0;transform-style:preserve-3d;transition:transform var(--motion-slow) var(--ease-premium), box-shadow var(--motion-slow) ease;background:linear-gradient(135deg,#9c7dffa6,#27d3ff38 42%,#ffffff0f);border-radius:32px;padding:1px;box-shadow:0 34px 90px #0000007a,0 0 44px #27d3ff1f}.home-product-frame,.product-workspace-frame{background:radial-gradient(circle at 70% 18%,#27d3ff29,#0000 34%),linear-gradient(#0c1222fa,#050912fa);border-radius:31px;min-height:490px;padding:1.25rem;position:relative;overflow:hidden}.home-product-frame:after,.product-workspace-frame:after,.asset-frame:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff24,#0000);width:32%;position:absolute;inset:-40% auto -40% -35%}.asset-frame{position:relative}@media (hover:hover) and (pointer:fine){.home-hero-visual:hover,.product-hero-visual:hover{transform:perspective(1200px)rotateX(1.2deg)rotateY(-1.4deg)translateY(-4px);box-shadow:0 38px 100px #00000085,0 0 52px #27d3ff29}.home-hero-visual:hover .home-product-frame:after,.product-hero-visual:hover .product-workspace-frame:after,.asset-frame:hover:after{opacity:1;animation:premium-sheen 1.1s var(--ease-premium) both}}.home-frame-top,.product-frame-top{color:var(--color-muted-strong);align-items:center;gap:.5rem;font-size:.84rem;display:flex}.home-frame-top span,.product-frame-top span{border-radius:var(--radius-pill);background:#ffffff2e;width:10px;height:10px}.home-frame-top strong,.product-frame-top strong{margin-left:.35rem}.home-frame-body,.product-workspace-body{grid-template-columns:96px minmax(0,1fr);gap:1rem;margin-top:1.1rem;display:grid}.home-frame-sidebar,.product-side-rail{align-content:start;gap:.75rem;display:grid}.home-frame-sidebar span,.product-side-rail span,.home-frame-status div,.product-control-row,.product-status-grid div{border-radius:var(--radius-sm);background:#ffffff0b;border:1px solid #ffffff17}.home-frame-sidebar span,.product-side-rail span{min-height:48px;color:var(--color-muted-strong);place-items:center;font-size:.78rem;font-weight:800;display:grid}.product-side-rail .is-active{color:#fff;background:#27d3ff1a;border-color:#27d3ff59}.home-preview-stack,.product-preview-pane{background:linear-gradient(135deg,#ffffff0e,#ffffff05),#00000040;border:1px solid #ffffff14;border-radius:26px;min-height:306px;position:relative;overflow:hidden}.home-preview-before,.home-preview-after,.product-preview-base,.product-preview-enhanced{border:1px solid #ffffff13;border-radius:22px;align-items:flex-end;padding:.85rem;display:flex;position:absolute;inset:1rem}.home-preview-before,.product-preview-base{background:linear-gradient(135deg,#ffffff14,#ffffff05);right:29%}.home-preview-after,.product-preview-enhanced{background:radial-gradient(circle at 72% 20%,#27d3ff42,#0000 30%),linear-gradient(135deg,#7c5cff57,#27d3ff29);left:36%;box-shadow:-22px 22px 60px #00000057}.home-preview-stack small,.product-preview-pane small{border-radius:var(--radius-pill);color:#e9f1ff;background:#00000057;padding:.34rem .62rem;font-weight:800}.home-frame-status,.product-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem;display:grid}.home-frame-status div,.product-status-grid div{color:#e7eeff;align-items:center;gap:.55rem;min-height:58px;padding:.75rem;font-size:.84rem;display:flex}.home-status-dot,.product-status-dot{border-radius:var(--radius-pill);background:var(--success);flex:none;width:10px;height:10px;box-shadow:0 0 18px #7ee0a373}.home-status-dot.warn,.product-status-dot.warn{background:var(--warn);box-shadow:0 0 18px #ffcc7a66}.home-signal-strip,.product-signal-strip{z-index:2;margin-top:-2.35rem;position:relative}.home-signal-grid,.product-signal-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-signal,.product-signal{min-height:136px;box-shadow:var(--shadow-soft);background:#080d19db}.home-signal span,.home-product-panel-head span,.product-signal span,.product-hero-facts span,.product-story-panel span,.workflow-panel span,.product-panel-label,.product-setup-stack span,.product-index-facts span{color:#9bb2ff;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:0;font-size:.74rem;display:block}.home-signal strong,.product-signal strong{color:var(--text);margin-top:.5rem;font-size:1.05rem;display:block}.home-signal p,.product-signal p{color:var(--muted);margin-top:.45rem;font-size:.93rem}.home-flagship-grid,.home-studio-grid,.product-story-grid,.product-pricing-layout,.product-setup-layout,.companion-split,.product-index-feature{grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);align-items:center;gap:3rem;display:grid}.home-section-copy h2,.home-final-panel h2,.product-section-copy h2,.product-license-panel h2,.companion-page h1{max-width:780px}.home-section-copy .lead,.home-final-panel .lead,.product-section-copy .lead,.product-license-panel .lead,.companion-page .lead{max-width:700px;color:var(--color-muted-strong);margin-top:1rem}.home-product-panel,.home-final-panel,.product-story-panel{border:1px solid var(--color-line-strong);box-shadow:var(--shadow-panel);background:radial-gradient(circle at 88% 0,#27d3ff1f,#0000 32%),linear-gradient(#fff1,#ffffff06);border-radius:30px}.home-product-panel,.product-story-panel{padding:1.65rem}.home-product-panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.home-product-panel-head strong{text-align:right;font-size:1.8rem}.home-fact-list li{color:var(--color-muted-strong)}.home-proof-grid,.product-proof-grid{gap:var(--space-gap);align-items:stretch;display:grid}.home-proof-grid{grid-template-columns:1.15fr .9fr .9fr}.product-proof-grid{grid-template-columns:1.15fr repeat(3,minmax(0,.9fr))}.home-proof-grid .asset-frame,.product-proof-grid .asset-frame{min-height:420px}.home-principles{gap:.8rem;display:grid}.home-principles article{border-left:1px solid #27d3ff57;padding:1rem 0 1rem 1.15rem}.home-principles p{color:var(--muted);margin-top:.5rem}.home-final-section{padding-top:var(--space-section-tight)}.home-final-panel,.release-panel,.cta-panel{justify-content:space-between;align-items:center;gap:2rem;padding:2rem;display:flex}.product-page,.companion-page{background:radial-gradient(circle at 50% 0,#7c5cff14,#0000 32%),linear-gradient(#ffffff03,#0000 22%)}.product-hero{isolation:isolate;background:linear-gradient(126deg,#7c5cff29,#0000 38%),radial-gradient(circle at 82% 28%,#27d3ff2e,#0000 30%),linear-gradient(#070b16 0%,#040711 100%);padding:7rem 0 5rem}.product-hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr)}.product-hero-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-top:1.65rem;display:grid}.product-hero-facts article{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--gradient-panel);min-height:112px;box-shadow:var(--shadow-soft);padding:.92rem}.product-hero-facts strong{margin-top:.55rem;font-size:1.08rem;display:block}.product-hero-facts p{color:var(--muted);margin-top:.32rem;font-size:.9rem}.product-control-deck{gap:.72rem;margin-top:1rem;display:grid}.product-control-row{grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:46px;padding:.65rem .75rem;display:grid}.product-control-row span{color:var(--muted);font-size:.82rem;font-weight:800}.product-control-row i{border-radius:var(--radius-pill);background:linear-gradient(90deg, var(--secondary), var(--primary) 66%, #ffffff1f 66%);height:8px;display:block}.product-control-row strong{color:#eaf2ff;font-size:.86rem}.product-story-panel{gap:1rem;display:grid}.product-story-panel div+div{border-top:1px solid var(--line);padding-top:1rem}.product-story-panel p{color:var(--color-muted-strong);margin-top:.58rem}.product-audience-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2.2rem}.product-card p{margin-top:.72rem}.product-workflow-grid{gap:var(--space-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.workflow-panel{min-height:360px;padding-bottom:8.6rem;position:relative;overflow:hidden}.workflow-panel:after{content:"";border-radius:var(--radius-md);z-index:0;background:linear-gradient(90deg,#27d3ff29,#7c5cff1f),linear-gradient(#ffffff0e,#ffffff05);border:1px solid #ffffff13;height:104px;position:absolute;inset:auto 1.1rem 1.1rem}.workflow-panel>*{z-index:1;position:relative}.workflow-panel h3{max-width:560px;margin-top:.85rem;font-size:1.8rem;line-height:1.1}.workflow-panel p{max-width:620px;color:var(--color-muted-strong);margin-top:.8rem}.product-license-panel,.product-limit-panel{border-radius:30px}.product-license-panel{box-shadow:0 0 0 1px #7c5cff29, var(--shadow-panel);background:radial-gradient(circle at 88% 10%,#27d3ff1f,#0000 32%),linear-gradient(#7c5cff24,#ffffff06);border-color:#7c5cff6b;padding:2rem}.product-price-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:flex-end;gap:.9rem;margin-top:1.3rem;padding:1rem 0;display:flex}.product-price-row strong{letter-spacing:0;font-size:4.5rem;line-height:.9}.product-price-row span{color:var(--color-muted-strong);margin-bottom:.35rem;font-weight:800}.product-limit-panel h3{margin-top:.85rem;font-size:1.7rem;line-height:1.12}.product-setup-stack{gap:var(--space-gap);display:grid}.product-setup-stack article{padding:var(--space-card);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--gradient-panel)}.product-faq-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-faq-grid .faq-item p{margin-top:.65rem}.companion-hero{background:radial-gradient(circle at 82% 20%,#27d3ff14,#0000 30%),linear-gradient(#ffffff05,#0000)}.companion-card-stack{gap:var(--space-gap);display:grid}.companion-price,.release-status-panel,.support-contact-card{min-height:100%}.release-status-panel,.support-contact-card{border-color:#7c5cff59;padding:1.6rem}.release-status-panel h2,.support-contact-card h2{margin-top:.85rem}.support-contact-card h2{overflow-wrap:anywhere;word-break:break-word;max-width:100%;font-size:clamp(1.15rem,2.1vw,1.75rem);line-height:1.15}.release-status-panel p,.support-contact-card p{color:var(--color-muted-strong);margin-top:.85rem}.product-index-feature{align-items:start}.product-index-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.product-index-facts article{border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffff09;min-height:150px;padding:1rem}.product-index-facts strong{margin-top:.5rem;font-size:1.08rem;display:block}.product-index-facts p{color:var(--muted);margin-top:.45rem}.services-page{isolation:isolate}.services-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.services-hero{padding:6rem 0 4.5rem;position:relative;overflow:clip}.services-hero:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 78% 18%,#27d3ff1a,#0000 26%),radial-gradient(circle at 18% 30%,#7c5cff24,#0000 32%);position:absolute;inset:0}.services-hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}.services-hero-copy{max-width:760px}.services-commercial-signal{color:var(--color-muted-strong);font-family:var(--font-mono);margin-top:1.25rem;font-size:.82rem;line-height:1.7}.delivery-brief{border:1px solid var(--color-line-strong);border-radius:var(--radius-lg);background:var(--gradient-preview);min-width:0;box-shadow:var(--shadow-panel), var(--glow-primary);padding:1.35rem}.delivery-brief-header{color:var(--color-muted-strong);font-family:var(--font-mono);text-transform:uppercase;justify-content:space-between;gap:1rem;padding-bottom:1rem;font-size:.75rem;display:flex}.delivery-brief-flow{justify-content:space-between;align-items:center;gap:clamp(.2rem,.5vw,.45rem);display:flex}.delivery-brief-step{border:1px solid var(--line);border-radius:var(--radius-sm);min-width:0;color:var(--text);text-align:center;letter-spacing:-.01em;white-space:nowrap;background:#03050a8f;flex:1 1 0;padding:.65rem .25rem;font-size:clamp(.7rem,.8vw,.78rem);font-weight:700}.delivery-brief-arrow{color:var(--secondary);text-align:center;user-select:none;flex:none;font-size:.85rem}.services-signal-band{padding:0 0 var(--space-section-tight)}.services-signal-grid{gap:var(--space-gap);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.services-signal{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--color-surface-soft);min-width:0;padding:1.15rem}.services-signal h3{font-size:1rem}.services-signal p{color:var(--muted);margin-top:.4rem;font-size:.9rem}.services-anchor{scroll-margin-top:7rem}.services-section-head{max-width:780px;margin-bottom:2rem}.services-section-head .lead{margin-top:1rem}.site-header .brand{min-height:44px}.services-offerings-grid{gap:var(--space-gap);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.service-offering{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--gradient-panel);min-width:0;box-shadow:var(--shadow-soft);padding:clamp(1.25rem,3vw,1.8rem)}.service-offering.is-featured{background:radial-gradient(circle at 100% 0,#27d3ff17,#0000 36%),linear-gradient(#7c5cff1f,#ffffff08);border-color:#9c7dff85}.service-offering-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.service-label{color:var(--secondary);font-family:var(--font-mono);letter-spacing:.08em;font-size:.78rem;font-weight:800}.service-badge{border-radius:var(--radius-pill);color:var(--color-muted-strong);border:1px solid #9c7dff6b;padding:.35rem .65rem;font-size:.76rem;font-weight:800}.service-offering>p{color:var(--muted);margin-top:.8rem}.service-capabilities{gap:.45rem;margin:1.1rem 0 0;padding-left:1.15rem;display:grid}.service-note{border-top:1px solid var(--line);padding-top:1rem;font-size:.9rem;color:var(--color-muted-strong)!important}.project-case-study-list{gap:1.2rem;display:grid}.project-case-study{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--gradient-panel);box-shadow:var(--shadow-soft);grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(1.4rem,4vw,3rem);padding:clamp(1.35rem,3vw,2rem);display:grid}.project-case-study-summary,.project-case-study-evidence{min-width:0}.project-status{color:var(--secondary);font-family:var(--font-mono);font-size:.78rem;font-weight:800}.project-case-study h3{margin-top:.7rem;font-size:clamp(1.4rem,3vw,2rem)}.project-type{color:var(--color-muted-strong);margin-top:.45rem;font-weight:800}.project-case-study-summary>p:not(.project-status,.project-type){color:var(--muted);margin-top:.9rem}.project-case-study-evidence h4{font-size:1rem}.project-case-study-evidence>p{color:var(--muted);margin-top:.7rem}.project-case-study-evidence ul{gap:.4rem;margin:1rem 0 0;padding-left:1.15rem;display:grid}.project-case-study-link{color:var(--secondary);text-underline-offset:.2em;margin-top:1rem;font-weight:800;text-decoration:underline;display:inline-flex}.project-disclosure{border-top:1px solid var(--line);padding-top:1rem;font-size:.88rem;color:var(--color-muted-strong)!important}.project-case-study-link:focus-visible{border-radius:var(--radius-xs);box-shadow:var(--shadow-focus);outline:none}.services-process-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;margin:0;padding:0;list-style-position:inside;display:grid}.services-process-step{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--color-surface-soft);min-width:0;padding:1.15rem}.services-process-step::marker{color:var(--secondary);font-family:var(--font-mono);font-size:.78rem;font-weight:800}.services-process-step h3{margin-left:.35rem;font-size:1rem;display:inline}.services-process-step p{color:var(--muted);margin-top:.65rem;font-size:.9rem}.services-capability-grid{gap:var(--space-gap);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.services-capability-group{border-top:1px solid var(--color-line-strong);min-width:0;padding:1.15rem}.services-capability-group ul{gap:.35rem;margin:.8rem 0 0;padding-left:1.1rem;display:grid}.project-inquiry-panel{border-radius:var(--radius-xl);background:radial-gradient(circle at 100% 0, #27d3ff1a, transparent 34%), var(--gradient-panel);box-shadow:var(--shadow-panel), var(--glow-primary);border:1px solid #9c7dff6b;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:center;gap:clamp(1.5rem,5vw,4rem);padding:clamp(1.5rem,5vw,3rem);display:grid}.project-inquiry-panel .lead{margin-top:1rem}.project-inquiry-actions{gap:.8rem;display:grid}.project-inquiry-actions p{color:var(--muted);text-align:center;overflow-wrap:anywhere}.services-email-link{color:var(--secondary);text-underline-offset:.2em;font-weight:800;text-decoration:underline}.services-email-link:focus-visible{border-radius:var(--radius-xs);box-shadow:var(--shadow-focus);outline:none}.asset-frame{border:1px solid var(--line);border-radius:var(--radius);min-height:100%;padding:var(--space-card);box-shadow:var(--shadow);isolation:isolate;background:linear-gradient(140deg,#7c5cff14,#0000 36%),linear-gradient(#ffffff0e,#ffffff06),radial-gradient(circle at 30% 15%,#7c5cff29,#0000 34%);position:relative;overflow:hidden}.asset-frame:before{content:"";border-radius:inherit;opacity:.28;pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:36px 36px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:1px;mask-image:linear-gradient(#000000bf,#0000 72%)}.asset-topbar{z-index:1;color:var(--color-muted-strong);align-items:center;gap:.45rem;font-size:.8rem;font-weight:800;display:flex;position:relative}.asset-topbar span{border-radius:var(--radius-pill);background:#ffffff2e;width:10px;height:10px}.asset-topbar strong{text-transform:uppercase;letter-spacing:.08em;margin-left:.35rem;font-size:.7rem}.asset-app-grid,.asset-compare-grid,.asset-release-grid,.asset-scene-grid{margin-top:1rem}.asset-app-grid{z-index:1;grid-template-rows:minmax(260px,1fr) auto;grid-template-columns:64px 1fr;gap:.9rem;display:grid;position:relative}.asset-sidebar,.asset-stage,.asset-toolbar,.asset-release-card,.asset-compare-grid>div{border-radius:var(--radius-md);background:#00000038;border:1px solid #ffffff13}.asset-sidebar{align-content:start;gap:.65rem;padding:.8rem;display:grid}.asset-sidebar i{aspect-ratio:1;border-radius:var(--radius-sm);background:#ffffff1a;display:block}.asset-stage{min-width:0;padding:.9rem;position:relative;overflow:hidden}.asset-stage-main{border-radius:var(--radius-md);background:linear-gradient(135deg,#ffffff14,#ffffff05),linear-gradient(120deg,#7c5cff38,#27d3ff1f);min-height:190px;position:relative;overflow:hidden}.asset-stage-main:before,.asset-stage-main:after{content:"";pointer-events:none;border-radius:999px;position:absolute}.asset-stage-main:before{background:radial-gradient(circle,#f5f7fb33,#7c5cff14 58%,#0000 70%);width:42%;height:42%;top:22%;left:12%}.asset-stage-main:after{background:radial-gradient(circle,#27d3ff33,#27d3ff0f 56%,#0000 72%);width:34%;height:34%;bottom:16%;right:12%}.asset-stage-rail{grid-template-columns:repeat(3,1fr);gap:.65rem;margin-top:.75rem;display:grid}.asset-stage-rail span{border-radius:var(--radius-sm);background:#ffffff12;min-height:42px}.asset-toolbar{flex-wrap:wrap;grid-column:1/-1;gap:.65rem;padding:.75rem;display:flex}.asset-toolbar span{border-radius:var(--radius-pill);min-height:34px;color:var(--color-muted-strong);background:#ffffff14;align-items:center;padding:.35rem .65rem;font-size:.85rem;font-weight:800;display:inline-flex}.asset-compare-grid{z-index:1;grid-template-columns:repeat(2,1fr);gap:.8rem;display:grid;position:relative}.asset-compare-grid>div{align-items:flex-end;min-height:220px;padding:.85rem;display:flex;position:relative;overflow:hidden}.asset-compare-grid>div:first-child{background:linear-gradient(135deg,#ffffff14,#ffffff05)}.asset-compare-grid>div:last-child{background:var(--gradient-preview)}.asset-compare-grid>div:after{content:"";filter:blur(12px);background:#ffffff1a;border-radius:999px;width:34%;height:34%;position:absolute;inset:18% 18% auto auto}.asset-compare-grid span{border-radius:var(--radius-pill);color:var(--color-muted-strong);background:#00000047;padding:.35rem .65rem;font-size:.82rem;font-weight:800;display:inline-flex}.asset-release-grid{z-index:1;gap:.75rem;display:grid;position:relative}.asset-release-card{min-height:76px;padding:.85rem;position:relative;overflow:hidden}.asset-release-card:before{content:"";background:linear-gradient(180deg, var(--color-violet), var(--color-cyan));width:3px;position:absolute;inset:0 auto 0 0}.asset-release-card strong,.asset-release-card span{display:block}.asset-release-card span{color:var(--muted);margin-top:.2rem;font-size:.92rem}.asset-scene-grid{z-index:1;border-radius:var(--radius-md);background:linear-gradient(135deg,#7c5cff1f,#27d3ff0f),#00000038;border:1px solid #ffffff13;min-height:245px;position:relative}.asset-scene-node,.asset-scene-line{position:absolute}.asset-scene-node{border-radius:var(--radius-lg);border:1px solid var(--color-line-strong);width:74px;height:74px;box-shadow:var(--shadow-soft);background:#ffffff14}.node-a{top:18%;left:12%}.node-b{top:24%;right:14%}.node-c{bottom:14%;left:40%}.asset-scene-line{transform-origin:0;background:linear-gradient(90deg,#0000,#27d3ff73,#0000);width:42%;height:1px}.line-a{top:34%;left:26%;transform:rotate(8deg)}.line-b{top:58%;left:35%;transform:rotate(-16deg)}.asset-caption{z-index:1;margin-top:1rem;position:relative}.asset-caption span{color:var(--color-cyan);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;font-size:.74rem;font-weight:900;display:inline-flex}.asset-caption h3{font-size:1.12rem}.asset-caption p{color:var(--muted);margin-top:.45rem}@media (prefers-reduced-motion:no-preference){.home-hero-copy,.product-hero-copy,.companion-split>:first-child,.services-hero-copy{animation:premium-rise var(--motion-slow) var(--ease-premium) both}.home-hero-visual,.product-hero-visual,.companion-split>:last-child,.delivery-brief{animation:premium-scale-in var(--motion-slow) var(--ease-premium) 90ms both}.home-signal,.product-signal,.product-hero-facts article,.product-index-facts article,.grid-3>.card,.services-signal{animation:premium-rise var(--motion-medium) var(--ease-premium) both}.home-signal:nth-child(2),.product-signal:nth-child(2),.product-hero-facts article:nth-child(2),.product-index-facts article:nth-child(2),.grid-3>.card:nth-child(2){animation-delay:70ms}.home-signal:nth-child(3),.product-signal:nth-child(3),.product-hero-facts article:nth-child(3),.product-index-facts article:nth-child(3),.grid-3>.card:nth-child(3){animation-delay:.12s}.home-signal:nth-child(4),.product-signal:nth-child(4),.product-hero-facts article:nth-child(4),.product-index-facts article:nth-child(4){animation-delay:.17s}}@media (width<=1120px){:root{--text-hero:3.5rem;--text-section:2.4rem}.home-signal-grid,.product-signal-grid,.product-hero-facts,.product-audience-grid,.product-proof-grid,.product-faq-grid,.home-proof-grid,.product-index-facts,.services-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-process-list{grid-template-columns:1fr}.services-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1020px){.hero-grid,.home-hero-grid,.product-hero-grid,.home-flagship-grid,.home-studio-grid,.product-story-grid,.product-pricing-layout,.product-setup-layout,.product-workflow-grid,.companion-split,.product-index-feature,.metrics,.grid-2,.grid-3,.grid-4,.pricing-grid,.trust-grid,.footer-grid,.cta-panel,.release-panel{grid-template-columns:1fr}.home-hero-visual,.product-hero-visual{max-width:640px}.home-final-panel,.release-panel,.cta-panel{flex-direction:column;align-items:flex-start}.services-hero-grid{grid-template-columns:1fr}.delivery-brief{max-width:680px}.project-case-study{grid-template-columns:1fr}.project-inquiry-panel{grid-template-columns:1fr;align-items:flex-start}.project-inquiry-actions{max-width:420px}}@media (width<=920px){.desktop-nav{display:none}.mobile-nav{margin-left:auto;display:block;position:relative}.mobile-nav-summary{min-height:44px;color:var(--text);border:1px solid var(--line);cursor:pointer;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;background:#070b14e6;border-radius:2px;justify-content:center;align-items:center;gap:.55rem;padding:.5rem .62rem;font-size:.72rem;font-weight:700;list-style:none;display:inline-flex}.mobile-nav-summary::-webkit-details-marker{display:none}.mobile-nav-icon,.mobile-nav-icon:before,.mobile-nav-icon:after{content:"";background:currentColor;width:14px;height:1px;display:block}.mobile-nav-icon{position:relative}.mobile-nav-icon:before,.mobile-nav-icon:after{position:absolute;left:0}.mobile-nav-icon:before{top:-4px}.mobile-nav-icon:after{top:4px}.mobile-nav[open] .mobile-nav-icon{background:0 0}.mobile-nav[open] .mobile-nav-icon:before{top:0;transform:rotate(45deg)}.mobile-nav[open] .mobile-nav-icon:after{top:0;transform:rotate(-45deg)}.mobile-nav-panel{border:1px solid var(--color-line-strong);background:#090d16;border-radius:2px;width:min(18rem,100vw - 1.25rem);display:grid;position:absolute;top:calc(100% + .65rem);right:0;overflow:hidden;box-shadow:0 20px 42px #0000006b}.mobile-nav:not([open]) .mobile-nav-panel{display:none}.mobile-nav-link,.mobile-nav-cta{border:0;border-bottom:1px solid var(--line);min-height:44px;color:var(--muted);box-shadow:none;text-align:left;background:0 0;border-radius:0;align-items:center;padding:.68rem .78rem;font-size:.88rem;display:flex}.mobile-nav-link.is-active,.mobile-nav-link[aria-current=page]{color:var(--text);box-shadow:inset 2px 0 0 var(--secondary);background:#ffffff0b}.mobile-nav-link:hover,.mobile-nav-cta:hover{color:var(--text);background:#ffffff0b;transform:none}.mobile-nav-cta{color:var(--text);font-family:var(--font-sans);border-bottom:0;justify-content:flex-start;font-weight:700}.mobile-nav-cta:after{content:"→";color:var(--secondary);margin-left:auto}}@media (width<=760px){:root{--space-section:3.35rem;--text-hero:2.15rem;--text-section:1.8rem;--space-card:1rem}.container,.narrow{width:min(var(--max), calc(100% - 1.25rem))}.hero,.product-hero,.section,.site-footer{overflow-x:hidden}.nav{flex-direction:row;align-items:center;gap:.8rem;min-height:64px;padding:.72rem 0 .82rem}.brand{gap:.7rem}.brand-mark{width:38px;height:38px}.brand small{font-size:.72rem}.brand strong{font-size:.94rem}h1,h2,.hero-copy,.lead,.copy,.support-note,.card p,.legal-block p,li,.home-signal p,.product-signal p,.home-principles p,.home-fact-list li,.product-story-panel p,.product-card p,.workflow-panel p,.product-faq-grid .faq-item p{overflow-wrap:break-word;white-space:normal;max-width:21rem}h1{line-height:1.08}h2{line-height:1.12}.support-contact-card h2{overflow-wrap:anywhere;font-size:clamp(1.45rem,7vw,2rem)}.hero,.home-hero,.product-hero{min-height:0;padding:3rem 0 3.1rem}.home-hero .hero-copy,.product-hero .hero-copy{font-size:1rem}.home-hero-facts,.home-signal-grid,.product-signal-grid,.product-hero-facts,.product-audience-grid,.product-proof-grid,.product-faq-grid,.home-proof-grid,.product-index-facts,.faq-grid{grid-template-columns:1fr}.home-hero-visual,.product-hero-visual,.home-product-frame,.product-workspace-frame,.product-story-panel,.workflow-panel,.product-license-panel,.product-limit-panel,.home-product-panel,.home-final-panel,.release-panel,.cta-panel{border-radius:24px}.home-product-frame,.product-workspace-frame{border-radius:23px;min-height:0}.home-frame-body,.product-workspace-body{grid-template-columns:1fr}.home-frame-sidebar,.product-side-rail{grid-template-columns:repeat(3,minmax(0,1fr))}.home-frame-sidebar span,.product-side-rail span{min-height:40px}.home-preview-stack,.product-preview-pane{min-height:224px}.home-preview-before,.product-preview-base{right:22%}.home-preview-after,.product-preview-enhanced{left:28%}.home-frame-status,.product-status-grid{grid-template-columns:1fr}.home-signal-strip,.product-signal-strip{margin-top:0;padding-top:1rem}.home-product-panel-head{display:grid}.home-product-panel-head strong{text-align:left}.workflow-panel{min-height:0;padding-bottom:8.5rem}.product-control-row{grid-template-columns:58px minmax(0,1fr) auto}.product-price-row{flex-direction:column;align-items:flex-start}.product-price-row strong{font-size:3.2rem}.product-price-row span{margin-bottom:0}.asset-app-grid{grid-template-rows:minmax(190px,1fr) auto;grid-template-columns:44px 1fr;gap:.65rem}.asset-sidebar{padding:.55rem}.asset-stage-main{min-height:138px}.asset-compare-grid{grid-template-columns:1fr}.asset-compare-grid>div,.asset-scene-grid{min-height:180px}.home-proof-grid .asset-frame,.product-proof-grid .asset-frame{min-height:0}.cta-row{width:100%}.cta-row .btn,.price-card .btn,.cta-panel .btn,.product-band .btn{flex:100%;width:100%}.services-hero{padding:3.75rem 0 3rem}.services-hero .cta-row{flex-direction:column}.services-hero .btn{width:100%}.delivery-brief-flow{grid-template-columns:1fr;gap:.45rem;display:grid}.delivery-brief-step{white-space:normal;padding:.75rem 1rem;font-size:.88rem}.delivery-brief-arrow{padding:.15rem 0;transform:rotate(90deg)}.services-signal-grid,.services-offerings-grid{grid-template-columns:1fr}.service-offering-header{flex-direction:column;align-items:flex-start;gap:.6rem}.services-capability-grid{grid-template-columns:1fr}.project-inquiry-actions,.project-inquiry-actions .btn{width:100%}.services-anchor{scroll-margin-top:12rem}}@media (width<=520px){.container,.narrow{width:min(100% - 1.25rem,370px);margin-left:.625rem;margin-right:.625rem}}@media (width<=23rem){.brand small{font-size:.64rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.btn:hover,.btn:focus-visible,.brand:hover,.nav-link:hover,.card:hover,.price-card:hover,.product-card:hover,.workflow-panel:hover,.release-status-panel:hover,.support-contact-card:hover,.asset-frame:hover,.product-index-facts article:hover,.home-signal:hover,.product-signal:hover,.product-license-panel:hover,.product-limit-panel:hover,.home-product-panel:hover,.home-final-panel:hover,.product-story-panel:hover,.product-setup-stack article:hover,.home-hero-visual:hover,.product-hero-visual:hover{transform:none!important}.home-product-frame:after,.product-workspace-frame:after,.asset-frame:after{display:none}}body.studio-shell{--studio-bg-base:#060709;--studio-bg-elevated:#0b0d12;--studio-bg-surface:#0f1219;--studio-bg-surface-soft:#0f1219b3;--studio-bg-surface-glass:#12162099;--studio-border-hairline:#ffffff14;--studio-border-subtle:#ffffff24;--studio-border-glass:#ffffff2e;--studio-border-grid:#ffffff0d;--studio-marker-cross:#fff3;--studio-text-primary:#f8fafc;--studio-text-secondary:#94a3b8;--studio-text-muted:#7c8aa0;--studio-text-subtle:#ffffff59;--studio-accent-violet:#a855f7;--studio-accent-violet-hover:#c084fc;--studio-accent-violet-glow:#a855f740;--studio-accent-cyan:#06b6d4;--studio-accent-cyan-hover:#22d3ee;--studio-accent-cyan-glow:#06b6d433;--studio-space-2xs:.25rem;--studio-space-xs:.5rem;--studio-space-sm:.75rem;--studio-space-md:1rem;--studio-space-lg:1.5rem;--studio-space-xl:2rem;--studio-space-2xl:3rem;--studio-space-section:clamp(4.5rem, 9vh, 7.5rem);--studio-radius-sm:4px;--studio-radius-md:8px;--studio-radius-lg:12px;--studio-shadow-card:0 12px 32px -8px #000000a6;--studio-shadow-feature:0 24px 64px -16px #000000d9;--studio-glow-violet:0 0 20px -2px #a855f759;--studio-glow-cyan:0 0 20px -2px #06b6d44d;--studio-gutter:clamp(1.5rem, 4vw, 3.5rem);--studio-max:85rem;--studio-ease:cubic-bezier(.16, 1, .3, 1);--studio-fast:.15s}.studio-container{width:min(var(--studio-max), calc(100% - (var(--studio-gutter) * 2)));margin-inline:auto}.studio-section{padding-block:var(--studio-space-section)}.studio-rail{border-top:1px solid var(--studio-border-hairline);border-bottom:1px solid var(--studio-border-grid)}.studio-band{background:var(--studio-bg-elevated);border-block:1px solid var(--studio-border-hairline)}.studio-frame{border:1px solid var(--studio-border-hairline);border-radius:var(--studio-radius-md);background:var(--studio-bg-surface);box-shadow:var(--studio-shadow-card)}.studio-split{gap:clamp(var(--studio-space-xl), 5vw, 5rem);grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;display:grid}.studio-btn-primary,.studio-btn-secondary{border-radius:var(--studio-radius-sm);min-height:44px;color:var(--studio-text-primary);transition:border-color var(--studio-fast) var(--studio-ease), box-shadow var(--studio-fast) var(--studio-ease), transform var(--studio-fast) var(--studio-ease);background:#0a0c11;border:1px solid;justify-content:center;align-items:center;padding:.75rem 1.5rem;font:500 .9375rem/1.2 inherit;text-decoration:none;display:inline-flex}.studio-btn-primary{border-color:var(--studio-accent-violet)}.studio-btn-secondary{border-color:var(--studio-accent-cyan)}.studio-btn-primary:hover,.studio-btn-primary:focus-visible{border-color:var(--studio-accent-violet-hover);box-shadow:var(--studio-glow-violet);transform:translateY(-1px)}.studio-btn-secondary:hover,.studio-btn-secondary:focus-visible{border-color:var(--studio-accent-cyan-hover);box-shadow:var(--studio-glow-cyan);transform:translateY(-1px)}.studio-btn-primary:focus-visible,.studio-btn-secondary:focus-visible,.projects-page .project-case-study-link:focus-visible,.project-detail-page .project-case-study-link:focus-visible{outline:2px solid var(--studio-accent-violet);outline-offset:3px}.studio-artwork-frame,.studio-core-visual{isolation:isolate;background:var(--studio-bg-elevated);min-width:0;margin:0;position:relative;overflow:clip}.studio-artwork-frame{border:1px solid var(--studio-border-hairline);border-radius:var(--studio-radius-lg);box-shadow:var(--studio-shadow-card)}.studio-artwork-frame .project-artwork,.studio-core-visual picture{isolation:isolate;display:block;position:relative}.studio-core-visual picture,.studio-artwork-frame[data-artwork-kind=identity] .project-artwork{-webkit-mask-image:radial-gradient(90% 85%,#000 65%,#0000 100%);mask-image:radial-gradient(90% 85%,#000 65%,#0000 100%)}.studio-artwork-frame .project-artwork{aspect-ratio:8/5}.studio-artwork-frame .project-artwork img,.studio-core-visual img{width:100%;height:100%;display:block}.studio-artwork-frame .project-artwork img{object-fit:cover}.studio-core-visual{background:0 0;width:min(100%,38.75rem);margin-inline:auto}.studio-core-visual picture{aspect-ratio:1}.studio-core-visual img{object-fit:contain}.studio-core-visual[data-core-static]{animation:none}.studio-artwork-badge{right:var(--studio-space-sm);bottom:var(--studio-space-sm);z-index:1;padding:var(--studio-space-2xs) var(--studio-space-xs);border:1px solid var(--studio-border-hairline);border-radius:var(--studio-radius-sm);color:var(--studio-text-subtle);letter-spacing:.06em;text-transform:uppercase;pointer-events:none;background:#060709b8;font-size:.6875rem;font-weight:500;line-height:1.3;position:absolute}.projects-page,.project-detail-page{background:var(--studio-bg-base);min-width:0;color:var(--studio-text-primary)}.projects-page .container,.project-detail-page .container{width:min(var(--studio-max), calc(100% - (var(--studio-gutter) * 2)));margin-inline:auto}.projects-page .section,.project-detail-page .section{padding-block:var(--studio-space-section)}.projects-page .page-top-safe,.project-detail-page .page-top-safe{padding-top:clamp(6.5rem,10vw,9rem)}.projects-page .companion-hero{border-bottom:1px solid var(--studio-border-grid);background:0 0}.projects-page .section-head,.project-detail-page .section-head{max-width:48rem;margin-bottom:0}.projects-page h1,.project-detail-page h1{color:var(--studio-text-primary);letter-spacing:-.03em;font-size:clamp(2.75rem,5vw,4.5rem);font-weight:600;line-height:1.08}.projects-page .lead,.project-detail-page .lead{color:var(--studio-text-secondary);letter-spacing:-.01em;font-size:1.125rem;line-height:1.55}.projects-page .project-group{padding-block:clamp(3.5rem,7vw,6rem)}.projects-page .project-group .section-head{min-height:3.25rem;margin-bottom:var(--studio-space-xl);border-top:1px solid var(--studio-border-hairline);padding-top:var(--studio-space-sm);align-items:baseline;display:flex}.projects-page .project-group h2{color:var(--studio-text-primary);letter-spacing:-.025em;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:600;line-height:1.15}.projects-page .project-group .grid-3{gap:var(--studio-space-xl);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.projects-page .project-group[data-status=Released] .grid-3{grid-template-columns:minmax(0,1fr)}.projects-page .project-card{border:1px solid var(--studio-border-hairline);border-radius:var(--studio-radius-md);background:var(--studio-bg-surface);min-width:0;box-shadow:var(--studio-shadow-card);transition:border-color .2s var(--studio-ease), box-shadow .2s var(--studio-ease), transform .2s var(--studio-ease);grid-template-columns:minmax(0,1fr) minmax(15rem,.95fr);padding:0;display:grid;overflow:clip}.projects-page .project-group[data-status=Released] .project-card{grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr)}.projects-page .project-card .studio-artwork-frame{border:0;border-right:1px solid var(--studio-border-hairline);min-height:100%;box-shadow:none;border-radius:0}.projects-page .project-card-content{min-width:0;padding:clamp(var(--studio-space-lg), 3vw, var(--studio-space-xl));flex-direction:column;align-items:flex-start;display:flex}.projects-page .project-card h3{margin-top:var(--studio-space-sm);color:var(--studio-text-primary);letter-spacing:-.02em;font-size:1.375rem;font-weight:600;line-height:1.2}.projects-page .project-card p:not(.project-status){color:var(--studio-text-secondary);font-size:.9375rem;line-height:1.6}.projects-page .project-card .project-type{margin-top:var(--studio-space-xs);color:var(--studio-text-muted);letter-spacing:.03em;font-size:.8125rem;font-weight:500;line-height:1.4}.projects-page .project-status,.project-detail-page .project-status{align-items:center;gap:var(--studio-space-xs);color:var(--studio-text-secondary);letter-spacing:.03em;margin:0;font-family:inherit;font-size:.8125rem;font-weight:500;line-height:1.4;display:inline-flex}.projects-page .project-status>span:first-child,.project-detail-page .project-status>span:first-child{background:var(--studio-text-muted);border-radius:50%;flex:none;width:.5rem;height:.5rem}.projects-page .project-status[data-status=Active\ Development],.project-detail-page .project-status[data-status=Active\ Development]{color:var(--studio-accent-violet-hover)}.projects-page .project-status[data-status=Active\ Development]>span:first-child,.project-detail-page .project-status[data-status=Active\ Development]>span:first-child{background:var(--studio-accent-violet);box-shadow:var(--studio-glow-violet)}.projects-page .project-status[data-status=Released]{color:#7dd3fc}.projects-page .project-status[data-status=Released]>span:first-child{background:#38bdf8}.projects-page .project-status[data-status="Internal R&D"]{color:#a5b4fc}.projects-page .project-status[data-status="Internal R&D"]>span:first-child{background:#818cf8}.projects-page .project-case-study-link,.project-detail-page .project-case-study-link{min-height:44px;padding-top:var(--studio-space-md);border-top:1px solid var(--studio-border-hairline);color:var(--studio-text-primary);align-items:center;margin-top:auto;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.projects-page .project-card-action{color:var(--studio-text-muted)}@media (hover:hover) and (pointer:fine){.projects-page .project-card:hover{border-color:var(--studio-border-glass);transform:translateY(-2px);box-shadow:0 16px 36px -8px #000000bf}.projects-page .project-case-study-link:hover,.project-detail-page .project-case-study-link:hover{color:var(--studio-accent-cyan-hover)}}.project-detail-page .companion-split{gap:clamp(var(--studio-space-xl), 6vw, 6rem);margin-top:var(--studio-space-2xl);grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;display:grid}.project-detail-page .project-detail-summary{min-width:0}.project-detail-page .project-detail-summary h1{margin-top:var(--studio-space-md)}.project-detail-page .project-type,.project-detail-page .project-platform{color:var(--studio-text-secondary);font-size:.9375rem;font-weight:500;line-height:1.6}.project-detail-page .project-type{margin-top:var(--studio-space-md)}.project-detail-page .project-platform{margin-top:var(--studio-space-2xs)}.project-detail-page .project-detail-summary .lead{margin-top:var(--studio-space-xl)}.project-detail-page .studio-artwork-frame{width:100%;max-width:42rem;margin-left:auto}.project-detail-page .project-case-study{gap:clamp(var(--studio-space-xl), 6vw, 6rem);box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);padding:0;display:grid}.project-detail-page .project-case-study-summary,.project-detail-page .project-case-study-evidence{min-width:0;padding-top:var(--studio-space-lg);border-top:1px solid var(--studio-border-hairline)}.project-detail-page .project-case-study h2{color:var(--studio-text-primary);letter-spacing:-.015em;font-size:1.375rem;font-weight:500;line-height:1.3}.project-detail-page .project-case-study p,.project-detail-page .project-case-study li{color:var(--studio-text-secondary);font-size:.9375rem;line-height:1.6}.project-detail-page .project-case-study-summary>p,.project-detail-page .project-case-study-evidence>p{margin-top:var(--studio-space-md)}.project-detail-page .project-case-study-evidence h2:not(:first-child){margin-top:var(--studio-space-2xl)}.project-detail-page .project-disclosure{border-top:0;padding-top:0}.project-detail-page .project-case-study-evidence ul{margin:var(--studio-space-sm) 0 0;padding:0;list-style:none}.project-detail-page .project-case-study-evidence li+li{margin-top:var(--studio-space-xs)}.project-detail-page .project-case-study-evidence .project-case-study-link{margin-top:0}@media (width<=64rem){.projects-page .project-card,.projects-page .project-group[data-status=Released] .project-card,.project-detail-page .companion-split,.project-detail-page .project-case-study,.studio-split{grid-template-columns:1fr}.projects-page .project-card .studio-artwork-frame{border-right:0;border-bottom:1px solid var(--studio-border-hairline)}.project-detail-page .studio-artwork-frame{max-width:40rem;margin-left:0}}@media (width<=47.5rem){body.studio-shell{--studio-gutter:1.25rem}.studio-section,.projects-page .section,.project-detail-page .section{padding-block:clamp(3.5rem,12vw,4.5rem)}.studio-split{gap:var(--studio-space-xl)}.studio-btn-primary,.studio-btn-secondary{width:100%}.projects-page .page-top-safe,.project-detail-page .page-top-safe{padding-top:7.25rem}.projects-page h1,.project-detail-page h1{font-size:clamp(2.125rem,11vw,2.75rem);line-height:1.15}.projects-page .lead,.project-detail-page .lead{font-size:1rem;line-height:1.5}.projects-page .project-group{padding-block:clamp(3rem,10vw,4.5rem)}.projects-page .project-group .grid-3{gap:var(--studio-space-lg)}.projects-page .project-card-content{padding:var(--studio-space-lg)}.studio-artwork-badge{right:var(--studio-space-xs);bottom:var(--studio-space-xs)}}@media (prefers-reduced-motion:reduce){.studio-shell *,.studio-shell :before,.studio-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.studio-shell .studio-btn-primary:hover,.studio-shell .studio-btn-secondary:hover,.projects-page .project-card:hover{transform:none!important}}.studio-home{background:var(--studio-bg-base);min-width:0;color:var(--studio-text-primary);overflow-x:clip}.studio-home h1,.studio-home h2,.studio-home h3,.studio-home p{margin-top:0}.studio-home-hero{isolation:isolate;border-bottom:1px solid var(--studio-border-grid);background:linear-gradient(90deg, transparent 0 24.96%, var(--studio-border-grid) 25%, transparent 25.08% 74.96%, var(--studio-border-grid) 75%, transparent 75.08%), linear-gradient(var(--studio-border-grid) 1px, transparent 1px), radial-gradient(ellipse 42% 54% at 76% 54%, #06b6d416, transparent 72%), radial-gradient(ellipse 34% 46% at 60% 62%, #a855f716, transparent 72%), var(--studio-bg-base);background-size:auto,100% 12rem,auto,auto,auto;min-width:0;min-height:clamp(37rem,64vh,47rem);padding-block:clamp(2.5rem,5vw,5rem) clamp(3.25rem,5vw,5.25rem);position:relative;overflow:clip}.studio-home-hero:after{z-index:-1;content:"";border-top:1px solid var(--studio-border-grid);background:linear-gradient(90deg, transparent 0 25%, var(--studio-border-hairline) 25.08% 25.18%, transparent 25.26% 50%, var(--studio-border-hairline) 50.08% 50.18%, transparent 50.26% 75%, var(--studio-border-hairline) 75.08% 75.18%, transparent 75.26%);opacity:.8;pointer-events:none;height:7rem;position:absolute;inset:auto 0 0}.studio-home-hero-grid{z-index:1;grid-template-columns:minmax(0,.92fr) minmax(22rem,1.08fr);align-items:center;gap:clamp(2rem,5vw,6rem);min-width:0;display:grid;position:relative}.studio-home-hero-content{z-index:1;max-width:43rem;position:relative}.studio-home-hero h1{max-width:11.5ch;color:var(--studio-text-primary);letter-spacing:-.045em;font-size:clamp(3rem,5.25vw,4.8rem);font-weight:600;line-height:1.06}.studio-home-hero-statement{max-width:35rem;color:var(--studio-text-secondary);letter-spacing:-.012em;margin-top:clamp(1.5rem,3vw,2.25rem);font-size:clamp(1.05rem,1.3vw,1.25rem);line-height:1.55}.studio-home-hero-actions{gap:var(--studio-space-md);flex-wrap:wrap;margin-top:clamp(2rem,4vw,3rem);display:flex}.studio-home-hero-actions .studio-btn-primary,.studio-home-hero-actions .studio-btn-secondary{min-width:min(100%,12.75rem)}.studio-home-core-field{place-items:center;min-width:0;padding:clamp(.5rem,2.5vw,2.5rem) 0;display:grid;position:relative}.studio-home-core-field:before{z-index:-1;content:"";border:1px solid var(--studio-border-grid);background:linear-gradient(90deg, transparent 49.85%, var(--studio-border-hairline) 49.95% 50.05%, transparent 50.15%), linear-gradient(transparent 49.85%, var(--studio-border-hairline) 49.95% 50.05%, transparent 50.15%);opacity:.8;position:absolute;inset:8% 3% 6%;transform:rotate(-2deg)}.studio-home-core-field:after{z-index:-1;content:"";filter:blur(24px);opacity:.72;background:radial-gradient(#a855f729,#0000 50%),radial-gradient(at 72%,#06b6d41f,#0000 48%);position:absolute;inset:18% 6% 14%}.studio-home-core-field .studio-core-visual{filter:drop-shadow(0 1.5rem 3rem #0000009e);width:min(100%,clamp(37.5rem,38vw,41rem))}.studio-home-section-header{align-items:end;gap:var(--studio-space-lg);grid-template-columns:minmax(0,1fr) auto;margin-bottom:clamp(2rem,4vw,3.5rem);display:grid}.studio-home-section-header h2,.studio-home-principles h2,.studio-home-services h2,.studio-home-approach h2{color:var(--studio-text-primary);letter-spacing:-.035em;margin-bottom:0;font-size:clamp(2rem,3.8vw,3.25rem);font-weight:600;line-height:1.12}.studio-home-section-header p{margin:var(--studio-space-sm) 0 0;color:var(--studio-text-secondary);letter-spacing:-.012em;font-size:1.05rem}.studio-home-all-projects-link,.studio-home-project-link,.studio-home-project-tile-title,.studio-home-text-link{color:var(--studio-text-primary);font-weight:500;text-decoration:none}.studio-home-all-projects-link,.studio-home-text-link{align-items:center;gap:var(--studio-space-xs);border-bottom:1px solid var(--studio-border-subtle);min-height:44px;display:inline-flex}.studio-home-all-projects-link span,.studio-home-project-link span,.studio-home-project-tile-title span,.studio-home-text-link span{color:var(--studio-accent-cyan-hover);font-size:1.15em}.studio-home-projects{background:var(--studio-bg-base);min-width:0;overflow:clip}.studio-home-featured-project{border-top:1px solid var(--studio-border-hairline);border-bottom:1px solid var(--studio-border-hairline);grid-template-columns:minmax(17rem,.78fr) minmax(0,1.22fr);min-width:0;min-height:clamp(31rem,45vw,39rem);display:grid}.studio-home-featured-project-copy{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:clamp(1.5rem,4vw,4rem);display:flex}.studio-home-project-category,.studio-home-project-tile-category{color:var(--studio-text-muted);letter-spacing:.035em;margin-bottom:0;font-size:.8125rem;font-weight:500;line-height:1.4}.studio-home-project-status{align-items:center;gap:var(--studio-space-xs);margin:var(--studio-space-lg) 0 0;color:var(--studio-text-secondary);letter-spacing:.03em;font-size:.8125rem;font-weight:500;line-height:1.4;display:inline-flex}.studio-home-project-status>span:first-child{background:var(--studio-accent-violet);border-radius:50%;width:.5rem;height:.5rem;box-shadow:0 0 0 3px #a855f71f}.studio-home-project-status[data-status=Released]{color:#5eead4}.studio-home-project-status[data-status=Released]>span:first-child{background:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf1a}.studio-home-project-status[data-status=Active\ Development]{color:#c4b5fd}.studio-home-project-status[data-status=Active\ Development]>span:first-child{background:#a78bfa}.studio-home-project-status[data-status="Internal R&D"]{color:#c7d2fe}.studio-home-project-status[data-status="Internal R&D"]>span:first-child{background:#818cf8;box-shadow:0 0 0 3px #818cf81a}.studio-home-project-status[data-status=Research]{color:#bae6fd}.studio-home-project-status[data-status=Research]>span:first-child{background:var(--studio-accent-cyan);box-shadow:0 0 0 3px #06b6d41a}.studio-home-featured-project h3{margin:var(--studio-space-md) 0 0;color:var(--studio-text-primary);letter-spacing:-.05em;font-size:clamp(2.35rem,4vw,4.25rem);font-weight:600;line-height:1.04}.studio-home-project-summary{max-width:31rem;margin:var(--studio-space-lg) 0 0;color:var(--studio-text-secondary);font-size:1rem;line-height:1.65}.studio-home-project-link{align-items:center;gap:var(--studio-space-sm);min-height:44px;margin-top:var(--studio-space-xl);border-bottom:1px solid var(--studio-border-subtle);display:inline-flex}.studio-home-featured-project-media{border-left:1px solid var(--studio-border-hairline);background:linear-gradient(135deg, #a855f70f, transparent 35%), radial-gradient(ellipse at 76% 46%, #06b6d414, transparent 60%), var(--studio-bg-elevated);min-width:0;position:relative;overflow:clip}.studio-home-featured-project-media .studio-artwork-frame{height:100%;box-shadow:none;background:0 0;border:0;border-radius:0}.studio-home-featured-project-media .studio-artwork-frame .project-artwork{aspect-ratio:auto;height:100%}.studio-home-featured-project-media .studio-artwork-frame img{object-fit:cover;object-position:53% 50%;height:100%}.studio-home-project-strip{border-bottom:1px solid var(--studio-border-hairline);grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;display:grid}.studio-home-project-tile{border-right:1px solid var(--studio-border-hairline);min-width:0;padding:clamp(1rem,2vw,1.5rem)}.studio-home-project-tile:last-child{border-right:0}.studio-home-project-tile .studio-artwork-frame{box-shadow:none;background:0 0;border:0;border-radius:0}.studio-home-project-tile .studio-artwork-frame .project-artwork{aspect-ratio:8/4.65}.studio-home-project-tile .studio-artwork-badge{display:none}.studio-home-project-tile-copy{min-width:0;padding-top:var(--studio-space-md)}.studio-home-project-tile .studio-home-project-status{margin:0;font-size:.75rem}.studio-home-project-tile h3,.studio-home-project-tile-title{align-items:baseline;gap:var(--studio-space-xs);margin:var(--studio-space-sm) 0 0;letter-spacing:-.025em;font-size:clamp(1rem,1.6vw,1.25rem);font-weight:600;line-height:1.25;display:inline-flex}.studio-home-project-tile-category{margin-top:var(--studio-space-xs);overflow-wrap:anywhere}.studio-home-principles{position:relative;overflow:clip}.studio-home-principles-layout{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(2rem,7vw,8rem);min-width:0;display:grid}.studio-home-principles-intro{max-width:28rem}.studio-home-overline{margin-bottom:var(--studio-space-lg);color:var(--studio-accent-cyan-hover);letter-spacing:.1em;text-transform:uppercase;font-size:.6875rem;font-weight:600;line-height:1.3}.studio-home-principles-intro>p:last-child,.studio-home-services-intro>p:not(.studio-home-overline),.studio-home-approach-copy>p:not(.studio-home-overline){margin:var(--studio-space-lg) 0 0;color:var(--studio-text-secondary);font-size:1rem;line-height:1.65}.studio-home-principles-list,.studio-home-service-flow,.studio-home-approach ul{margin:0;padding:0;list-style:none}.studio-home-principles-list{border-top:1px solid var(--studio-border-hairline)}.studio-home-principles-list li{gap:var(--studio-space-lg);border-bottom:1px solid var(--studio-border-hairline);grid-template-columns:3rem minmax(0,1fr);padding:clamp(1.5rem,3vw,2.5rem) 0;display:grid}.studio-home-principle-number{color:var(--studio-text-muted);letter-spacing:.08em;padding-top:.25rem;font-size:.75rem}.studio-home-principles-list h3{color:var(--studio-text-primary);letter-spacing:-.022em;margin-bottom:0;font-size:1.375rem;font-weight:500;line-height:1.3}.studio-home-principles-list p{max-width:38rem;margin:var(--studio-space-sm) 0 0;color:var(--studio-text-secondary);font-size:.9375rem;line-height:1.65}.studio-home-services{background:linear-gradient(90deg, transparent 0 24.96%, var(--studio-border-grid) 25%, transparent 25.08% 74.96%, var(--studio-border-grid) 75%, transparent 75.08%), linear-gradient(var(--studio-border-grid) 1px, transparent 1px), radial-gradient(ellipse 44% 70% at 12% 50%, #a855f716, transparent 72%), var(--studio-bg-base);background-size:auto,100% 10rem,auto,auto;position:relative;overflow:clip}.studio-home-services-layout{grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);align-items:start;gap:clamp(2rem,6vw,7rem);min-width:0;display:grid}.studio-home-services-intro{max-width:31rem}.studio-home-services-intro .studio-btn-secondary{margin-top:var(--studio-space-xl)}.studio-home-service-flow{border-top:1px solid var(--studio-border-hairline);border-left:1px solid var(--studio-border-hairline);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.studio-home-service-flow li{border-right:1px solid var(--studio-border-hairline);border-bottom:1px solid var(--studio-border-hairline);min-width:0;min-height:11rem;padding:clamp(1.25rem,2.5vw,2rem)}.studio-home-service-flow li>span{color:var(--studio-text-muted);letter-spacing:.08em;font-size:.6875rem}.studio-home-service-flow h3{margin:var(--studio-space-lg) 0 0;color:var(--studio-text-primary);letter-spacing:.04em;font-size:1.25rem;font-weight:600;line-height:1.2}.studio-home-service-flow p{margin:var(--studio-space-sm) 0 0;color:var(--studio-text-secondary);font-size:.9375rem;line-height:1.55}.studio-home-approach{border-top:1px solid var(--studio-border-hairline);background:linear-gradient(135deg, #ffffff06, transparent 36%), var(--studio-bg-elevated);position:relative;overflow:clip}.studio-home-approach-layout{grid-template-columns:minmax(0,1.02fr) minmax(18rem,.98fr);align-items:center;gap:clamp(2rem,7vw,8rem);min-width:0;display:grid}.studio-home-approach-copy{max-width:42rem}.studio-home-approach-side{border-left:1px solid var(--studio-border-hairline);min-width:0;padding-left:clamp(1.5rem,5vw,5rem)}.studio-home-approach li{padding:var(--studio-space-md) 0;border-top:1px solid var(--studio-border-hairline);color:var(--studio-text-secondary);font-size:.9375rem;line-height:1.55}.studio-home-approach li:last-child{border-bottom:1px solid var(--studio-border-hairline)}.studio-home-approach-actions{align-items:center;gap:var(--studio-space-lg);margin-top:var(--studio-space-xl);flex-wrap:wrap;display:flex}.studio-home-all-projects-link:focus-visible,.studio-home-project-link:focus-visible,.studio-home-project-tile-title:focus-visible,.studio-home-text-link:focus-visible{outline:2px solid var(--studio-accent-cyan);outline-offset:4px}@media (hover:hover) and (pointer:fine){.studio-home-all-projects-link:hover,.studio-home-project-link:hover,.studio-home-project-tile-title:hover,.studio-home-text-link:hover{color:var(--studio-accent-cyan-hover)}.studio-home-project-tile:hover .studio-artwork-frame{filter:brightness(1.08)}}@media (width<=68rem){.studio-home-hero{min-height:0}.studio-home-hero-grid,.studio-home-principles-layout,.studio-home-services-layout,.studio-home-approach-layout{grid-template-columns:1fr}.studio-home-hero-content{max-width:42rem}.studio-home-core-field{max-width:43rem;margin-inline:auto}.studio-home-principles-intro,.studio-home-services-intro{max-width:39rem}.studio-home-approach-side{border-left:0;padding-left:0}}@media (width<=58rem){.studio-home-featured-project{grid-template-columns:1fr;min-height:0}.studio-home-featured-project-copy{padding-bottom:clamp(2.25rem,6vw,3.5rem)}.studio-home-featured-project-media{border-top:1px solid var(--studio-border-hairline);border-left:0;min-height:min(66vw,31rem)}.studio-home-project-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-home-project-tile:nth-child(2){border-right:0}.studio-home-project-tile:nth-child(-n+2){border-bottom:1px solid var(--studio-border-hairline)}}@media (width<=47.5rem){.studio-home-hero{background-size:auto,100% 9rem,auto,auto,auto;padding-top:clamp(2.75rem,12vw,4rem);padding-bottom:2.5rem}.studio-home-hero:after{height:3.5rem}.studio-home-hero h1{letter-spacing:-.05em;max-width:12.5ch;font-size:clamp(2.45rem,11.5vw,3.1rem);line-height:1.12}.studio-home-hero-statement{margin-top:var(--studio-space-lg);font-size:1.0625rem;line-height:1.5}.studio-home-hero-actions{gap:var(--studio-space-sm);margin-top:var(--studio-space-xl);grid-template-columns:1fr;display:grid}.studio-home-hero-actions .studio-btn-primary,.studio-home-hero-actions .studio-btn-secondary{width:100%}.studio-home-core-field{width:min(100%,29rem);padding:var(--studio-space-xl) 0 0}.studio-home-core-field:before{inset:7% 2% 1%}.studio-home-section-header{align-items:start;gap:var(--studio-space-sm);margin-bottom:var(--studio-space-xl);grid-template-columns:1fr}.studio-home-section-header h2,.studio-home-principles h2,.studio-home-services h2,.studio-home-approach h2{font-size:clamp(1.8rem,8.5vw,2.3rem);line-height:1.16}.studio-home-all-projects-link{width:fit-content}.studio-home-featured-project-copy{padding:var(--studio-space-lg) 0 var(--studio-space-xl)}.studio-home-project-status{margin-top:var(--studio-space-md)}.studio-home-featured-project h3{font-size:clamp(2.25rem,12vw,3.1rem)}.studio-home-project-summary{margin-top:var(--studio-space-md);line-height:1.58}.studio-home-project-link{margin-top:var(--studio-space-lg)}.studio-home-featured-project-media{min-height:min(78vw,25rem);margin-inline:calc(0px - var(--studio-gutter))}.studio-home-featured-project-media .studio-artwork-frame{width:100%}.studio-home-project-tile{padding:var(--studio-space-md) var(--studio-space-xs) var(--studio-space-lg)}.studio-home-project-tile:nth-child(odd){padding-left:0}.studio-home-project-tile:nth-child(2n){padding-right:0}.studio-home-project-tile h3,.studio-home-project-tile-title{font-size:1rem}.studio-home-project-tile-category{font-size:.6875rem}.studio-home-principles-layout,.studio-home-services-layout,.studio-home-approach-layout{gap:var(--studio-space-2xl)}.studio-home-principles-list li{gap:var(--studio-space-md);grid-template-columns:2.25rem minmax(0,1fr)}.studio-home-principles-list h3{font-size:1.25rem}.studio-home-service-flow{grid-template-columns:1fr}.studio-home-service-flow li{border-left:0;min-height:0}.studio-home-service-flow li:last-child{border-bottom:1px solid var(--studio-border-hairline)}.studio-home-approach-actions{gap:var(--studio-space-md);grid-template-columns:1fr;display:grid}.studio-home-approach-actions .studio-btn-primary{width:100%}.studio-home-text-link{width:fit-content}}@media (width<=23rem){.studio-home-project-strip{grid-template-columns:1fr}.studio-home-project-tile,.studio-home-project-tile:nth-child(odd),.studio-home-project-tile:nth-child(2n){border-right:0;border-bottom:1px solid var(--studio-border-hairline);padding-inline:0}}@media (prefers-reduced-motion:reduce){.studio-home-project-tile:hover .studio-artwork-frame{filter:none}}.services-page{color:var(--studio-text-primary);background:var(--studio-bg-base)}.services-page .services-anchor{scroll-margin-top:5.5rem}.services-page .services-hero{isolation:isolate;border-bottom:1px solid var(--studio-border-hairline);background:linear-gradient(90deg, transparent 0 24.96%, var(--studio-border-grid) 25%, transparent 25.08% 74.96%, var(--studio-border-grid) 75%, transparent 75.08%), linear-gradient(var(--studio-border-grid) 1px, transparent 1px), var(--studio-bg-base);background-size:auto,100% 9rem,auto;padding:clamp(4.5rem,9vw,8.5rem) 0 clamp(4rem,8vw,7.25rem)}.services-page .services-hero:before{z-index:-1;background:linear-gradient(90deg,#0000 0 55%,#a855f70d 55.05%,#0000 55.1%),radial-gradient(38% 58% at 76%,#06b6d40f,#0000 76%)}.services-page .services-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(25rem,1.1fr);gap:clamp(2.5rem,7vw,8.5rem)}.services-page .services-hero-copy{z-index:1;max-width:40rem;position:relative}.services-page .services-page-title,.services-page .studio-services-section-head .eyebrow{color:var(--studio-accent-cyan-hover);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:600;line-height:1.3}.services-page .services-page-title:after{width:7rem;height:1px;margin-top:var(--studio-space-lg);background:linear-gradient(90deg, var(--studio-accent-violet), var(--studio-accent-cyan));content:"";display:block}.services-page .services-hero h1{max-width:9.5ch;margin:var(--studio-space-xl) 0 0;color:var(--studio-text-primary);letter-spacing:-.065em;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.5rem,6.6vw,6.5rem);font-weight:400;line-height:.96}.services-page .services-hero .hero-copy{max-width:36rem;margin:var(--studio-space-xl) 0 0;color:var(--studio-text-secondary);letter-spacing:-.012em;font-size:1.0625rem;line-height:1.65}.services-page .services-commercial-signal{max-width:34rem;margin-top:var(--studio-space-lg);padding-top:var(--studio-space-md);border-top:1px solid var(--studio-border-hairline);color:var(--studio-text-muted);font-family:var(--font-mono);letter-spacing:.04em;font-size:.75rem;font-weight:500;line-height:1.65}.services-page .cta-row{gap:var(--studio-space-md);margin-top:var(--studio-space-xl)}.services-page .cta-row .btn,.services-page .project-inquiry-actions .btn{border-radius:var(--studio-radius-sm);min-height:44px;box-shadow:none}.services-page .cta-row .btn-primary,.services-page .project-inquiry-actions .btn-primary{border-color:var(--studio-accent-violet);background:#0a0c11e0}.services-page .cta-row .btn-secondary{border-color:var(--studio-accent-cyan);background:#0a0c11a3}.services-page .services-architecture-field{border-left:1px solid var(--studio-border-grid);background:linear-gradient(90deg, transparent 0 38%, var(--studio-border-grid) 38.1%, transparent 38.2%), radial-gradient(ellipse 62% 50% at 58% 48%, #a855f71c, transparent 68%), radial-gradient(ellipse 48% 34% at 63% 65%, #06b6d414, transparent 72%);min-width:0;min-height:clamp(27rem,40vw,38rem);position:relative;overflow:hidden}.services-page .services-architecture-field:before,.services-page .services-architecture-field:after{pointer-events:none;content:"";position:absolute}.services-page .services-architecture-field:before{border:1px solid #ffffff1c;inset:10% 10% 10% 19%;transform:perspective(60rem)rotateX(57deg)rotate(-28deg)skew(-8deg);box-shadow:inset 0 0 4rem #ffffff04}.services-page .services-architecture-field:after{background:linear-gradient(#0000,#a855f78f 18%,#06b6d473 78%,#0000);width:1px;top:6%;bottom:5%;left:41%;box-shadow:0 0 1.25rem #06b6d42e}.services-page .services-architecture-plane,.services-page .services-architecture-axis,.services-page .services-architecture-node{pointer-events:none;display:block;position:absolute}.services-page .services-architecture-plane{background:linear-gradient(135deg,#ffffff09,#fff0);border:1px solid #dce6f126;box-shadow:inset 0 0 1.8rem #00000052}.services-page .services-architecture-plane-a{width:52%;height:36%;top:14%;left:24%;transform:perspective(55rem)rotateX(57deg)rotate(-28deg)}.services-page .services-architecture-plane-b{width:58%;height:28%;bottom:12%;right:6%;transform:perspective(55rem)rotateX(57deg)rotate(-28deg)}.services-page .services-architecture-plane-c{width:26%;height:49%;top:26%;right:14%;transform:perspective(50rem)rotateY(-36deg)rotate(3deg)}.services-page .services-architecture-axis{transform-origin:0;background:linear-gradient(90deg,#0000,#06b6d4b3,#0000);height:1px}.services-page .services-architecture-axis-a{width:63%;top:39%;left:7%;transform:rotate(32deg)}.services-page .services-architecture-axis-b{background:linear-gradient(90deg,#0000,#a855f7b3,#0000);width:52%;bottom:24%;right:8%;transform:rotate(-24deg)}.services-page .services-architecture-node{aspect-ratio:1;border:2px solid var(--studio-accent-cyan);background:var(--studio-bg-base);border-radius:50%;width:.75rem;box-shadow:0 0 0 3px #06b6d414,0 0 1rem #06b6d447}.services-page .services-architecture-node-a{top:36%;left:39%}.services-page .services-architecture-node-b{border-color:var(--studio-accent-violet);bottom:26%;right:23%;box-shadow:0 0 0 3px #a855f714,0 0 1rem #a855f747}.services-page .services-architecture-node-c{top:18%;right:29%}.services-page .studio-services-signal-band{border-bottom:1px solid var(--studio-border-hairline);background:var(--studio-bg-elevated);padding:0}.services-page .studio-services-signal-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.services-page .studio-services-signal{border-left:1px solid var(--studio-border-hairline);min-width:0;min-height:8.5rem;padding:clamp(1.25rem,2.5vw,2rem)}.services-page .studio-services-signal:last-child{border-right:1px solid var(--studio-border-hairline)}.services-page .studio-services-signal h3{color:var(--studio-text-primary);letter-spacing:-.01em;font-size:1rem;font-weight:500}.services-page .studio-services-signal p{margin:var(--studio-space-xs) 0 0;color:var(--studio-text-muted);font-size:.875rem;line-height:1.55}.services-page .studio-services-offerings,.services-page .studio-services-work,.services-page .studio-services-process,.services-page .studio-services-capabilities,.services-page .studio-services-inquiry{padding-block:var(--studio-space-section);position:relative}.services-page .studio-services-offerings{background:linear-gradient(90deg, transparent 0 17.96%, var(--studio-border-grid) 18%, transparent 18.08% 81.96%, var(--studio-border-grid) 82%, transparent 82.08%), var(--studio-bg-base);overflow:clip}.services-page .studio-services-offerings-layout,.services-page .studio-services-process-layout{grid-template-columns:minmax(16rem,.67fr) minmax(0,1.33fr);align-items:start;gap:clamp(2.5rem,8vw,9.5rem);display:grid}.services-page .studio-services-section-head{max-width:48rem}.services-page .studio-services-offerings-intro,.services-page .studio-services-process-intro{position:sticky;top:7.25rem}.services-page .studio-services-section-head h2{max-width:16ch;margin:var(--studio-space-md) 0 0;color:var(--studio-text-primary);letter-spacing:-.055em;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.35rem,4vw,4.75rem);font-weight:400;line-height:1.02}.services-page .studio-services-section-head .lead{max-width:38rem;margin:var(--studio-space-lg) 0 0;color:var(--studio-text-secondary);font-size:1rem;line-height:1.65}.services-page .studio-services-offerings-list{border-top:1px solid var(--studio-border-hairline)}.services-page .studio-services-offering{border-bottom:1px solid var(--studio-border-hairline);grid-template-columns:2.5rem minmax(0,1fr) minmax(12.5rem,.7fr);gap:clamp(1rem,2vw,2.5rem);min-width:0;padding:clamp(1.75rem,3.4vw,3rem) 0;display:grid}.services-page .studio-services-offering-rail{gap:var(--studio-space-md);color:var(--studio-text-muted);letter-spacing:.09em;grid-template-rows:auto 1fr;font-size:.6875rem;display:grid}.services-page .studio-services-offering-rail i{background:var(--studio-border-subtle);width:1px;min-height:2rem;margin-left:.25rem;display:block;position:relative}.services-page .studio-services-offering.is-featured .studio-services-offering-rail i{background:linear-gradient(180deg, var(--studio-accent-violet), var(--studio-accent-cyan));box-shadow:var(--studio-glow-violet)}.services-page .studio-services-offering-header{align-items:center;gap:var(--studio-space-sm);flex-wrap:wrap;display:flex}.services-page .service-label{color:var(--studio-accent-cyan-hover);letter-spacing:.1em;margin:0;font-size:.75rem;font-weight:600}.services-page .service-badge{border-radius:var(--studio-radius-sm);color:#d8b4fe;letter-spacing:.04em;border:1px solid #a855f76b;padding:.25rem .5rem;font-size:.6875rem;font-weight:500}.services-page .studio-services-offering h3{max-width:21ch;margin:var(--studio-space-md) 0 0;color:var(--studio-text-primary);letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,2.55vw,2.9rem);font-weight:400;line-height:1.04}.services-page .studio-services-offering-copy>p{max-width:34rem;margin:var(--studio-space-md) 0 0;color:var(--studio-text-secondary);font-size:.9375rem;line-height:1.65}.services-page .studio-services-offering-detail{min-width:0;padding-top:var(--studio-space-sm);align-self:end}.services-page .service-capabilities{gap:var(--studio-space-xs);margin:0;padding:0;list-style:none;display:grid}.services-page .service-capabilities li{color:var(--studio-text-secondary);padding-left:1rem;font-size:.8125rem;line-height:1.5;position:relative}.services-page .service-capabilities li:before{background:var(--studio-accent-cyan);content:"";width:.35rem;height:1px;position:absolute;top:.58em;left:0}.services-page .service-note{margin:var(--studio-space-lg) 0 0;padding-top:var(--studio-space-md);border-top:1px solid var(--studio-border-hairline);font-size:.8125rem;line-height:1.6;color:var(--studio-text-muted)!important}.services-page .studio-services-work{border-top:1px solid var(--studio-border-hairline);background:linear-gradient(180deg, #ffffff05, transparent 34%), var(--studio-bg-elevated)}.services-page .studio-services-case-study-list{border-top:1px solid var(--studio-border-hairline);margin-top:clamp(2rem,4vw,4rem)}.services-page .studio-services-case-study{border:0;border-bottom:1px solid var(--studio-border-hairline);box-shadow:none;background:0 0;border-radius:0;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:clamp(2rem,6vw,7rem);padding:clamp(2rem,4vw,3.75rem) 0}.services-page .studio-services-case-study .project-case-study-summary,.services-page .studio-services-case-study .project-case-study-evidence{min-width:0}.services-page .studio-services-case-study .project-status{color:var(--studio-accent-cyan-hover);letter-spacing:.08em;font-size:.6875rem;font-weight:600}.services-page .studio-services-case-study h3{margin:var(--studio-space-sm) 0 0;color:var(--studio-text-primary);letter-spacing:-.055em;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.1vw,3.5rem);font-weight:400;line-height:1}.services-page .studio-services-case-study .project-type{margin:var(--studio-space-md) 0 0;color:var(--studio-text-muted);font-size:.8125rem;font-weight:500}.services-page .studio-services-case-study .project-case-study-summary>p:not(.project-status,.project-type),.services-page .studio-services-case-study .project-case-study-evidence>p{margin:var(--studio-space-md) 0 0;color:var(--studio-text-secondary);font-size:.9375rem;line-height:1.65}.services-page .studio-services-case-study .project-case-study-evidence{border-left:1px solid var(--studio-border-hairline);padding-left:clamp(1.5rem,4vw,4rem)}.services-page .studio-services-case-study .project-case-study-evidence h4{color:var(--studio-text-primary);letter-spacing:.09em;text-transform:uppercase;font-size:.75rem;font-weight:600}.services-page .studio-services-case-study .project-case-study-evidence ul{gap:var(--studio-space-sm) var(--studio-space-xl);margin:var(--studio-space-lg) 0 0;grid-template-columns:repeat(2,minmax(0,1fr));padding:0;list-style:none;display:grid}.services-page .studio-services-case-study .project-case-study-evidence li{padding-bottom:var(--studio-space-sm);border-bottom:1px solid var(--studio-border-grid);color:var(--studio-text-secondary);font-size:.8125rem;line-height:1.5}.services-page .studio-services-case-study .project-disclosure{padding-top:var(--studio-space-md);border-top:1px solid var(--studio-border-hairline);margin-top:var(--studio-space-xl)!important;color:var(--studio-text-muted)!important;font-size:.8125rem!important}.services-page .studio-services-case-study .project-case-study-link{min-height:44px;margin-top:var(--studio-space-lg);border-bottom:1px solid var(--studio-border-subtle);color:var(--studio-text-primary);align-items:center;font-weight:500;text-decoration:none;display:inline-flex}.services-page .studio-services-process{border-block:1px solid var(--studio-border-hairline);background:linear-gradient(var(--studio-border-grid) 1px, transparent 1px), radial-gradient(ellipse 36% 58% at 83% 42%, #a855f713, transparent 72%), var(--studio-bg-base);background-size:100% 8.5rem,auto,auto;overflow:clip}.services-page .services-process-list{border-top:1px solid var(--studio-border-hairline);margin:0;padding:0;list-style:none;display:grid}.services-page .services-process-step{gap:var(--studio-space-lg);border:0;border-bottom:1px solid var(--studio-border-hairline);background:0 0;border-radius:0;grid-template-columns:3rem minmax(0,1fr);min-width:0;padding:clamp(1.25rem,2vw,1.75rem) 0;display:grid}.services-page .studio-services-process-number{color:var(--studio-accent-cyan-hover);letter-spacing:.1em;padding-top:.3rem;font-size:.6875rem}.services-page .services-process-step h3{color:var(--studio-text-primary);letter-spacing:-.015em;margin:0;font-size:1.125rem;font-weight:500}.services-page .services-process-step p{max-width:40rem;margin:var(--studio-space-xs) 0 0;color:var(--studio-text-secondary);font-size:.9375rem;line-height:1.6}.services-page .studio-services-capabilities{background:var(--studio-bg-elevated)}.services-page .services-capability-grid{border-top:1px solid var(--studio-border-hairline);border-left:1px solid var(--studio-border-hairline);grid-template-columns:repeat(4,minmax(0,1fr));margin-top:clamp(2rem,4vw,4rem);display:grid}.services-page .services-capability-group{border-top:0;border-right:1px solid var(--studio-border-hairline);background:0 0;min-width:0;min-height:12rem;padding:clamp(1.25rem,2.5vw,2rem)}.services-page .services-capability-group h3{color:var(--studio-text-primary);font-size:1rem;font-weight:500}.services-page .services-capability-group ul{gap:var(--studio-space-xs);margin:var(--studio-space-lg) 0 0;padding:0;list-style:none;display:grid}.services-page .services-capability-group li{color:var(--studio-text-secondary);font-size:.8125rem;line-height:1.5}.services-page .studio-services-inquiry{border-top:1px solid var(--studio-border-hairline);background:linear-gradient(135deg, #a855f70f, transparent 42%), var(--studio-bg-base)}.services-page .project-inquiry-panel{border:0;border-block:1px solid var(--studio-border-subtle);box-shadow:none;background:0 0;border-radius:0;grid-template-columns:minmax(0,1.18fr) minmax(15rem,.82fr);gap:clamp(2rem,6vw,7rem);padding:clamp(2rem,5vw,5rem) 0}.services-page .project-inquiry-panel h2{max-width:16ch;margin:var(--studio-space-md) 0 0;color:var(--studio-text-primary);letter-spacing:-.055em;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,3.7vw,4.25rem);font-weight:400;line-height:1.05}.services-page .project-inquiry-panel .lead{max-width:36rem;color:var(--studio-text-secondary)}.services-page .project-inquiry-actions{justify-self:end;max-width:22rem}.services-page .project-inquiry-actions p{color:var(--studio-text-muted)}.services-page .services-email-link{color:var(--studio-accent-cyan-hover);font-weight:500}.services-page .project-case-study-link:focus-visible,.services-page .services-email-link:focus-visible{outline:2px solid var(--studio-accent-cyan);outline-offset:4px}@media (hover:hover) and (pointer:fine){.services-page .cta-row .btn-primary:hover,.services-page .project-inquiry-actions .btn-primary:hover{box-shadow:var(--studio-glow-violet)}.services-page .cta-row .btn-secondary:hover{box-shadow:var(--studio-glow-cyan)}.services-page .studio-services-case-study .project-case-study-link:hover,.services-page .services-email-link:hover{color:var(--studio-accent-cyan-hover)}}@media (width<=68rem){.services-page .services-hero-grid,.services-page .studio-services-offerings-layout,.services-page .studio-services-process-layout,.services-page .project-inquiry-panel{grid-template-columns:1fr}.services-page .services-hero-copy{max-width:45rem}.services-page .services-hero .hero-copy{color:#aeb9cb}.services-page .services-commercial-signal{color:#8292aa}.services-page .services-architecture-field{max-width:46rem;min-height:min(64vw,33rem)}.services-page .studio-services-offerings-intro,.services-page .studio-services-process-intro{max-width:42rem;position:static}.services-page .project-inquiry-actions{justify-self:start}}@media (width<=47.5rem){.services-page .services-hero{padding-block:clamp(3rem,13vw,4.25rem)}.services-page .services-hero h1{max-width:8.75ch;font-size:clamp(3.25rem,17vw,4.6rem)}.services-page .services-hero .hero-copy{font-size:1rem}.services-page .services-hero .cta-row .btn{color:var(--studio-text-primary)}.services-page .cta-row{gap:var(--studio-space-sm);grid-template-columns:1fr;display:grid}.services-page .cta-row .btn{width:100%}.services-page .services-architecture-field{min-height:min(80vw,27rem);margin-top:var(--studio-space-lg)}.services-page .studio-services-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-page .studio-services-signal{min-height:7.25rem;padding:var(--studio-space-lg)}.services-page .studio-services-signal:nth-child(3){border-left:0}.services-page .studio-services-signal:nth-child(-n+2){border-bottom:1px solid var(--studio-border-hairline)}.services-page .studio-services-signal:last-child{border-right:0}.services-page .studio-services-offerings,.services-page .studio-services-work,.services-page .studio-services-process,.services-page .studio-services-capabilities,.services-page .studio-services-inquiry{padding-block:clamp(3.75rem,13vw,5rem)}.services-page .studio-services-section-head h2{max-width:12ch;font-size:clamp(2.25rem,11vw,3.25rem)}.services-page .studio-services-offering{gap:var(--studio-space-md);grid-template-columns:1.75rem minmax(0,1fr)}.services-page .studio-services-offering-detail{grid-column:2;padding-top:0}.services-page .studio-services-offering h3{font-size:clamp(1.8rem,9vw,2.5rem)}.services-page .studio-services-offering-rail i{min-height:3.5rem}.services-page .studio-services-case-study{gap:var(--studio-space-xl);padding-block:var(--studio-space-2xl);grid-template-columns:1fr}.services-page .studio-services-case-study .project-case-study-evidence{padding-left:0;padding-top:var(--studio-space-xl);border-top:1px solid var(--studio-border-hairline);border-left:0}.services-page .studio-services-case-study .project-case-study-evidence ul{grid-template-columns:1fr}.services-page .services-process-step{gap:var(--studio-space-md);grid-template-columns:2.25rem minmax(0,1fr)}.services-page .services-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-page .services-capability-group{min-height:0;padding:var(--studio-space-lg);border-bottom:1px solid var(--studio-border-hairline)}.services-page .project-inquiry-panel{padding-block:var(--studio-space-2xl)}.services-page .project-inquiry-panel h2{font-size:clamp(2.25rem,11vw,3.3rem)}.services-page .project-inquiry-actions{width:100%;max-width:none}}@media (width<=23rem){.services-page .studio-services-signal-grid,.services-page .services-capability-grid{grid-template-columns:1fr}.services-page .studio-services-signal,.services-page .studio-services-signal:nth-child(3){border-left:1px solid var(--studio-border-hairline);border-bottom:1px solid var(--studio-border-hairline)}.services-page .studio-services-signal:last-child{border-right:1px solid var(--studio-border-hairline)}}@media (prefers-reduced-motion:reduce){.services-page .services-architecture-field:before,.services-page .services-architecture-plane,.services-page .services-architecture-axis{transform:none}}.studio-about{background:var(--studio-bg-base);min-width:0;color:var(--studio-text-primary);overflow-x:clip}.studio-about h1,.studio-about h2,.studio-about h3,.studio-about p{margin-top:0}.studio-about-hero{isolation:isolate;background:linear-gradient(90deg, transparent 0 24.96%, var(--studio-border-grid) 25%, transparent 25.08% 74.96%, var(--studio-border-grid) 75%, transparent 75.08%), linear-gradient(var(--studio-border-grid) 1px, transparent 1px), var(--studio-bg-base);background-size:auto,100% 10rem,auto;padding:clamp(4.5rem,9vw,8rem) 0 0;position:relative;overflow:clip}.studio-about-hero:before{z-index:-1;content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0 57%,#a855f70d 57.05%,#0000 57.1%),radial-gradient(32% 50% at 75% 36%,#06b6d412,#0000 74%);position:absolute;inset:0}.studio-about-hero-grid{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:center;gap:clamp(2.5rem,7vw,8rem);min-width:0;display:grid}.studio-about-hero-copy{z-index:1;max-width:40rem;position:relative}.studio-about-overline{color:var(--studio-accent-cyan-hover);letter-spacing:.1em;text-transform:uppercase;margin-bottom:0;font-size:.6875rem;font-weight:600;line-height:1.3}.studio-about-hero h1{max-width:8.5ch;margin:var(--studio-space-xl) 0 0;color:var(--studio-text-primary);letter-spacing:-.065em;font-size:clamp(3.5rem,6.2vw,6rem);font-weight:600;line-height:.96}.studio-about-rule{background:linear-gradient(90deg, var(--studio-accent-violet), var(--studio-accent-cyan), transparent);width:min(100%,22rem);height:1px;margin-top:clamp(1.5rem,3vw,2.5rem)}.studio-about-lead{max-width:34rem;margin:var(--studio-space-lg) 0 0;color:var(--studio-text-secondary);letter-spacing:-.012em;font-size:clamp(1.05rem,1.3vw,1.25rem);line-height:1.6}.studio-about-artwork{min-width:0;position:relative}.studio-about-artwork .studio-about-identity-visual{filter:drop-shadow(0 1.5rem 3rem #0000009e);width:min(100%,44rem);margin-inline:auto}.studio-about-identity-visual{isolation:isolate;background:0 0;margin-block:0;position:relative;overflow:clip}.studio-about-identity-visual picture{aspect-ratio:8/5;isolation:isolate;display:block;overflow:clip;-webkit-mask-image:radial-gradient(96% 92%,#000 68%,#0000 100%);mask-image:radial-gradient(96% 92%,#000 68%,#0000 100%)}.studio-about-identity-visual img{object-fit:cover;width:100%;height:100%;display:block}.studio-about-values{border-top:1px solid var(--studio-border-hairline);grid-template-columns:repeat(6,minmax(0,1fr));margin-top:clamp(2rem,4vw,4rem);display:grid;position:relative}.studio-about-values span{min-width:0;min-height:5.5rem;padding:var(--studio-space-lg) var(--studio-space-md) var(--studio-space-xl);border-left:1px solid var(--studio-border-hairline);color:var(--studio-text-secondary);align-items:flex-start;font-size:.875rem;line-height:1.45;display:flex}.studio-about-values span:last-child{border-right:1px solid var(--studio-border-hairline)}.studio-products-bridge-page{background:linear-gradient(90deg, transparent 0, transparent calc(50% - .5px), #ffffff0b 50%, transparent calc(50% + .5px)), var(--studio-bg-base);min-height:100%}.studio-products-bridge-hero{border-bottom:1px solid var(--studio-border-hairline);padding-block:clamp(5rem,12vw,10rem) clamp(4rem,8vw,7rem);position:relative;overflow:clip}.studio-products-bridge-hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#a855f714,#0000 34%,#06b6d40a);position:absolute;inset:0}.studio-products-bridge-grid,.studio-products-bridge-release-grid,.studio-products-bridge-next-grid{gap:clamp(var(--studio-space-xl), 8vw, 8rem);grid-template-columns:minmax(0,1.18fr) minmax(17rem,.82fr);align-items:end;display:grid;position:relative}.studio-products-bridge-copy,.studio-products-bridge-route,.studio-products-bridge-release-link,.studio-products-bridge-next-grid>:last-child{min-width:0}.studio-kicker,.studio-products-bridge-label{color:var(--studio-accent-cyan);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:600;line-height:1.3}.studio-products-bridge-copy h1{max-width:11ch;margin:var(--studio-space-lg) 0 0;color:var(--studio-text-primary);letter-spacing:-.065em;font-size:clamp(3.5rem,8vw,7.25rem);font-weight:600;line-height:.93}.studio-products-bridge-lead{max-width:39rem;margin:var(--studio-space-xl) 0 0;color:var(--studio-text-secondary);font-size:clamp(1.05rem,1.6vw,1.35rem);line-height:1.55}.studio-products-bridge-actions{gap:var(--studio-space-sm);margin-top:var(--studio-space-xl);flex-wrap:wrap;display:flex}.studio-products-bridge-route{gap:var(--studio-space-sm);padding:0 0 var(--studio-space-xs) var(--studio-space-xl);border-left:1px solid var(--studio-border-hairline);align-content:end;align-self:stretch;display:grid}.studio-products-bridge-route strong{color:var(--studio-text-primary);font-family:var(--font-mono);letter-spacing:-.04em;font-size:clamp(1.75rem,3vw,2.75rem);font-weight:500}.studio-products-bridge-route p,.studio-products-bridge-release-link p,.studio-products-bridge-next-grid>:last-child p{max-width:28rem;color:var(--studio-text-muted);margin:0;line-height:1.6}.studio-products-bridge-release,.studio-products-bridge-next{border-bottom:1px solid var(--studio-border-hairline);padding-block:clamp(4rem,9vw,8rem)}.studio-products-bridge-release-grid{align-items:start}.studio-products-bridge-release-grid h2,.studio-products-bridge-next-grid h2{max-width:13ch;margin:var(--studio-space-md) 0 0;color:var(--studio-text-primary);letter-spacing:-.06em;font-size:clamp(2.5rem,5vw,5rem);line-height:.98}.studio-products-bridge-summary{max-width:34rem;margin:var(--studio-space-xl) 0 0;color:var(--studio-text-secondary);font-size:1.1rem;line-height:1.6}.studio-products-bridge-release-link{gap:var(--studio-space-lg);padding-top:var(--studio-space-md);border-top:1px solid var(--studio-border-hairline);display:grid}.studio-products-bridge-link{align-items:center;gap:var(--studio-space-xs);width:fit-content;color:var(--studio-text-primary);text-underline-offset:.3em;font-weight:600;text-decoration:none;display:inline-flex}.studio-products-bridge-link:hover{color:var(--studio-accent-cyan-hover)}.studio-products-bridge-link:focus-visible{outline:2px solid var(--studio-accent-violet);outline-offset:4px}.studio-products-bridge-next-grid{align-items:start}.studio-products-bridge-next-grid>:last-child{padding-top:var(--studio-space-md)}@media (width<=64rem){.studio-products-bridge-grid,.studio-products-bridge-release-grid,.studio-products-bridge-next-grid{gap:var(--studio-space-2xl);grid-template-columns:1fr}.studio-products-bridge-route{max-width:32rem;padding:var(--studio-space-lg) 0 0;border-top:1px solid var(--studio-border-hairline);border-left:0}}@media (width<=36rem){.studio-products-bridge-hero{padding-block:4rem 3.5rem}.studio-products-bridge-copy h1{font-size:clamp(3rem,15vw,4.5rem)}.studio-products-bridge-actions{flex-direction:column;align-items:stretch}.studio-products-bridge-actions .studio-btn-primary,.studio-products-bridge-actions .studio-btn-secondary{width:100%}}@media (width<=68rem){.studio-about-hero-grid{grid-template-columns:1fr}.studio-about-hero-copy{max-width:42rem}.studio-about-artwork .studio-about-identity-visual{max-width:42rem;margin-inline:0 auto}.studio-about-values{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-about-values span:nth-child(4){border-left:0}.studio-about-values span:nth-child(-n+3){border-bottom:1px solid var(--studio-border-hairline)}}@media (width<=58rem){.studio-about-hero{padding-top:clamp(3.75rem,12vw,5.5rem)}.studio-about-hero h1{font-size:clamp(3.25rem,12vw,5rem)}.studio-about-values span{min-height:0;padding:var(--studio-space-md) var(--studio-space-sm) var(--studio-space-lg)}}@media (width<=30rem){.studio-about-identity-visual picture{aspect-ratio:4/5}.studio-about-values{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-about-values span:nth-child(4){border-left:1px solid var(--studio-border-hairline)}.studio-about-values span:nth-child(3),.studio-about-values span:nth-child(4){border-bottom:1px solid var(--studio-border-hairline)}.studio-about-values span:nth-child(5){border-left:0}}@media (width<=23rem){.studio-about-values{grid-template-columns:1fr}.studio-about-values span,.studio-about-values span:nth-child(4),.studio-about-values span:nth-child(5){border-left:1px solid var(--studio-border-hairline);border-bottom:1px solid var(--studio-border-hairline)}.studio-about-values span:last-child{border-right:1px solid var(--studio-border-hairline)}}
