:root{color-scheme:dark;--bg:#08090b;--bg-raised:#0d0f13;--surface:#111319;--surface-hover:#151821;--text:#f4f5f7;--muted:#9ca2ae;--muted-bright:#c4c8d0;--line:#23262e;--line-strong:#343845;--accent:#8297ff;--accent-2:#a78bfa;--accent-soft:rgba(130,151,255,0.12);--max-width:1240px;--header-height:76px;--radius:6px;--ease:cubic-bezier(.2,.75,.25,1)}*,*::before,*::after{box-sizing:border-box}html{overflow-x:clip;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 18px)}body{margin:0;min-width:0;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.05;letter-spacing:-0.04em}p{color:var(--muted)}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.container{width:min(calc(100% - 48px),var(--max-width));margin-inline:auto}.section{padding:128px 0}.section-bordered{border-block:1px solid var(--line)}.section-heading{margin-bottom:62px}.section-heading h2,.why-intro h2{max-width:760px;margin-bottom:0;font-size:clamp(2.4rem,5vw,4.9rem);font-weight:560}.section-heading>p,.split-heading>p,.why-intro>p{max-width:520px;margin-bottom:0;font-size:1.05rem}.split-heading{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:64px;align-items:end}.eyebrow{margin-bottom:22px;color:var(--muted-bright);font-size:.72rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.status-dot{display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:1000;top:10px;left:10px;padding:10px 16px;transform:translateY(-150%);background:white;color:#08090b;border-radius:4px}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.site-header{position:fixed;z-index:100;top:0;left:0;width:100%;border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease}.site-header.is-scrolled{border-color:var(--line);background:rgba(8,9,11,.92);backdrop-filter:blur(14px)}.header-inner{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;align-items:center;gap:11px;font-size:1.03rem;font-weight:680;letter-spacing:-.02em}.brand-mark{width:34px;height:34px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:clamp(20px,2.2vw,36px);margin-left:auto}.desktop-nav a,.text-link{color:var(--muted-bright);font-size:.83rem;font-weight:550;transition:color .2s ease}.desktop-nav a:hover,.text-link:hover,.footer-links a:hover{color:white}.header-actions{display:flex;align-items:center;gap:22px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:12px;padding:0 22px;border:1px solid white;border-radius:3px;background:white;color:#0b0c0f;font-size:.87rem;font-weight:700;letter-spacing:-.01em;transition:transform .22s var(--ease),background .22s ease,border-color .22s ease}.button:hover{transform:translateY(-2px);background:#dfe3ff;border-color:#dfe3ff}.button-small{min-height:40px;padding-inline:17px;font-size:.78rem}.button-secondary{border-color:var(--line-strong);background:transparent;color:var(--text)}.button-secondary:hover{background:var(--surface-hover);border-color:#555b69}.button-light{background:#090a0d;border-color:#090a0d;color:white}.button-light:hover{background:#20232b;border-color:#20232b}.menu-toggle{display:none;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:3px;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-toggle span:not(.sr-only){width:18px;height:1px;background:currentColor;transition:transform .2s ease}.menu-toggle[aria-expanded="true"] span:nth-last-child(2){transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-menu{position:fixed;inset:var(--header-height) 0 0;padding:34px 24px;background:var(--bg);border-top:1px solid var(--line)}.mobile-menu a{display:flex;justify-content:space-between;align-items:center;min-height:57px;border-bottom:1px solid var(--line);font-size:1.25rem;font-weight:600}.mobile-menu a:last-child{margin-top:22px;padding-inline:18px;border:1px solid white}.hero{min-height:100svh;padding-top:calc(var(--header-height) + 88px);padding-bottom:0;display:flex;flex-direction:column;justify-content:space-between}.hero-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(380px,.86fr);gap:70px;align-items:center;padding-bottom:74px}.hero-copy h1{max-width:790px;margin-bottom:32px;font-size:clamp(3.5rem,7.2vw,7.3rem);font-weight:560}.hero-copy h1 span{color:var(--muted)}.hero-lead{max-width:690px;margin-bottom:34px;color:var(--muted-bright);font-size:clamp(1.08rem,1.7vw,1.35rem);line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-note{margin:24px 0 0;font-size:.82rem}.hero-visual{display:flex;align-items:center;justify-content:flex-end}.hero-mark-wrap{position:relative;width:min(100%,485px);aspect-ratio:1;border:1px solid var(--line);background:linear-gradient(135deg,rgba(130,151,255,.05),transparent 55%)}.hero-mark-wrap::before,.hero-mark-wrap::after{content:"";position:absolute;background:var(--line)}.hero-mark-wrap::before{width:1px;height:calc(100% + 50px);top:-25px;left:50%}.hero-mark-wrap::after{height:1px;width:calc(100% + 50px);left:-25px;top:50%}.hero-mark{position:absolute;z-index:1;width:62%;height:62%;inset:19%;object-fit:contain;opacity:.92}.axis{position:absolute;z-index:2;display:flex;color:#717784;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.61rem;letter-spacing:.08em}.axis-x{bottom:10px;left:12px;right:12px;justify-content:space-between}.axis-y{top:12px;bottom:12px;right:-27px;flex-direction:column;justify-content:space-between}.axis-y span:last-child{writing-mode:vertical-rl}.ecosystem-strip{min-height:86px;border-top:1px solid var(--line);display:flex;align-items:center;gap:50px}.strip-label{color:#737986;font-size:.67rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.ecosystem-list{width:100%;display:flex;justify-content:space-between;gap:24px;color:var(--muted-bright);font-size:.86rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{position:relative;min-height:325px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg);transition:background .25s ease}.service-card:hover{background:var(--surface)}.service-card-accent{background:linear-gradient(145deg,var(--accent-soft),transparent 70%)}.card-number{position:absolute;top:25px;right:25px;color:#676d79;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.68rem}.icon-box{display:grid;place-items:center;width:46px;height:46px;margin-bottom:62px;border:1px solid var(--line-strong);color:#c5cad5}.service-card h3{margin-bottom:14px;font-size:1.26rem;font-weight:610;letter-spacing:-.025em}.service-card p{margin:0;font-size:.91rem;line-height:1.7}.empty-state{display:flex;align-items:flex-end;justify-content:space-between;gap:42px;min-height:330px;padding:48px;border:1px solid var(--line);background:radial-gradient(circle at 85% 15%,rgba(130,151,255,.08),transparent 32%),var(--bg-raised)}.empty-state>div{max-width:610px}.empty-index{display:block;margin-bottom:80px;color:#717784;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.68rem;letter-spacing:.1em}.empty-state h3{margin-bottom:15px;font-size:clamp(1.8rem,3vw,3rem);font-weight:560}.empty-state p{margin:0}.arrow-link{display:inline-flex;align-items:center;gap:12px;border-bottom:1px solid #5c6372;padding-bottom:6px;color:var(--muted-bright);font-size:.88rem;white-space:nowrap;transition:color .2s,border-color .2s}.arrow-link:hover{color:white;border-color:white}.section-work{background:#0b0c0f;border-block:1px solid var(--line)}.featured-project{display:grid;grid-template-columns:1.25fr .75fr;min-height:560px;border:1px solid var(--line)}.project-preview{padding:38px;background:#0e1014;border-right:1px solid var(--line)}.preview-bar{height:37px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #30343d;border-bottom:0;background:#15171c}.preview-bar span{width:6px;height:6px;border-radius:50%;background:#505561}.preview-bar b{margin-left:auto;color:#757b88;font:500 .58rem ui-monospace,SFMono-Regular,Consolas,monospace}.preview-canvas{min-height:430px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;border:1px solid #30343d;background:radial-gradient(circle,rgba(130,151,255,.08),transparent 44%),#08090b}.preview-canvas img{width:136px;height:136px;object-fit:contain}.preview-canvas span{text-align:center;color:#d9dce3;font-size:clamp(1.4rem,2.5vw,2.3rem);font-weight:570;line-height:1.15;letter-spacing:-.035em}.project-copy{padding:44px;display:flex;flex-direction:column;align-items:flex-start}.meta-row{width:100%;display:flex;justify-content:space-between;gap:18px;padding-bottom:22px;border-bottom:1px solid var(--line);color:#858b97;font:500 .64rem ui-monospace,SFMono-Regular,Consolas,monospace;text-transform:uppercase}.project-copy h3{margin:70px 0 20px;font-size:clamp(2rem,3.4vw,3.4rem);font-weight:560}.project-copy p{font-size:.96rem}.tag-list{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:22px 0 0;list-style:none}.tag-list li{padding:5px 9px;border:1px solid var(--line-strong);color:#afb4bf;font-size:.67rem}.project-status{margin-top:auto;color:#acb1bc;font-size:.75rem}.portfolio-note{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:30px 0 0}.portfolio-note p{margin:0;font-size:.85rem}.portfolio-note strong{color:var(--text)}.custom-grid,.faq-grid,.why-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(60px,8vw,130px)}.sticky-heading{align-self:start;position:sticky;top:calc(var(--header-height) + 40px);margin-bottom:0}.sticky-heading h2{margin-bottom:25px;font-size:clamp(2.2rem,4vw,4rem)}.sticky-heading>p{margin-bottom:32px}.scope-list{border-top:1px solid var(--line)}.scope-list article{display:grid;grid-template-columns:54px 1fr;gap:25px;padding:34px 0;border-bottom:1px solid var(--line)}.scope-list article>span,.principle-grid article>span{color:#6e7480;font:500 .68rem ui-monospace,SFMono-Regular,Consolas,monospace}.scope-list h3{margin-bottom:11px;font-size:1.3rem;font-weight:600}.scope-list p{max-width:560px;margin:0;font-size:.9rem}.process-list{display:grid;grid-template-columns:repeat(5,1fr);padding:0;margin:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.process-list li{min-height:285px;display:flex;flex-direction:column;justify-content:space-between;padding:25px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.process-list li>span{color:var(--accent);font:500 .68rem ui-monospace,SFMono-Regular,Consolas,monospace}.process-list h3{margin-bottom:12px;font-size:1.15rem;font-weight:610}.process-list p{margin:0;font-size:.82rem;line-height:1.6}.why-intro h2{margin-bottom:30px}.principle-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.principle-grid article{min-height:245px;padding:29px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.principle-grid h3{margin:70px 0 12px;font-size:1.2rem;font-weight:610}.principle-grid p{margin:0;font-size:.85rem}.accordion{border-top:1px solid var(--line)}.accordion details{border-bottom:1px solid var(--line)}.accordion summary{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;list-style:none;color:#e5e7eb;font-size:1.05rem;font-weight:570}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{position:relative;flex:0 0 22px;width:22px;height:22px}.accordion summary span::before,.accordion summary span::after{content:"";position:absolute;top:50%;left:3px;width:16px;height:1px;background:#aeb3bd;transition:transform .2s ease}.accordion summary span::after{transform:rotate(90deg)}.accordion details[open] summary span::after{transform:rotate(0)}.accordion details p{max-width:690px;margin:-2px 48px 26px 0;font-size:.9rem}.contact-section{padding:116px 0;background:#e9ebf1;color:#0a0b0e}.contact-section .eyebrow{color:#5f6470}.contact-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:end}.contact-inner h2{margin:0;font-size:clamp(3rem,6vw,6.4rem);font-weight:570}.contact-action{max-width:430px;justify-self:end}.contact-action p{margin-bottom:27px;color:#515661;font-size:1.03rem}.noscript-note{margin-top:25px;color:#343841}.noscript-note a{text-decoration:underline}.site-footer{padding:74px 0 24px;background:#07080a}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px;padding-bottom:72px}.footer-brand p{max-width:300px;margin:22px 0 0;font-size:.86rem}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-links h2{margin-bottom:12px;color:#717784;font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.footer-links a{color:#adb2bd;font-size:.82rem;transition:color .2s}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid var(--line)}.footer-bottom p{margin:0;color:#707681;font-size:.7rem}.legal-page{min-height:100vh;padding-top:calc(var(--header-height) + 72px)}.legal-shell{width:min(calc(100% - 48px),820px);margin-inline:auto;padding-bottom:100px}.legal-shell h1{margin-bottom:18px;font-size:clamp(2.7rem,7vw,5.2rem);font-weight:560}.legal-intro{margin-bottom:62px;font-size:1.08rem}.legal-shell section{padding:30px 0;border-top:1px solid var(--line)}.legal-shell h2{margin-bottom:14px;font-size:1.25rem;font-weight:610;letter-spacing:-.02em}.legal-shell p,.legal-shell li{color:var(--muted);font-size:.92rem}.legal-shell ul{padding-left:20px}.legal-notice{padding:18px;border:1px solid #444958;background:var(--surface)}@media (max-width:1020px){.section{padding:100px 0}.desktop-nav{gap:18px}.hero-grid{grid-template-columns:1fr .68fr;gap:50px}.service-grid{grid-template-columns:repeat(2,1fr)}.process-list{grid-template-columns:repeat(3,1fr)}.featured-project{grid-template-columns:1fr}.project-preview{border-right:0;border-bottom:1px solid var(--line)}.project-copy{min-height:420px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:28px}}@media (max-width:820px){:root{--header-height:68px}.container{width:min(calc(100% - 36px),var(--max-width))}.desktop-nav,.desktop-only{display:none}.menu-toggle{display:flex}.header-inner{gap:15px}.hero{min-height:auto;padding-top:calc(var(--header-height) + 58px)}.hero-grid{grid-template-columns:1fr;gap:62px;padding-bottom:64px}.hero-copy h1{font-size:clamp(3rem,14vw,5.6rem)}.hero-visual{justify-content:center}.hero-mark-wrap{width:min(84vw,430px)}.ecosystem-strip{padding-block:24px;align-items:flex-start;flex-direction:column;gap:15px}.ecosystem-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 20px}.split-heading,.custom-grid,.faq-grid,.why-grid,.contact-inner{grid-template-columns:1fr;gap:44px}.split-heading{align-items:start}.sticky-heading{position:static}.process-list{grid-template-columns:repeat(2,1fr)}.contact-action{justify-self:start}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-brand{grid-column:1 / -1;margin-bottom:24px}}@media (max-width:600px){.container{width:min(calc(100% - 32px),var(--max-width))}.section{padding:82px 0}.section-heading{margin-bottom:42px}.section-heading h2,.why-intro h2{font-size:clamp(2.25rem,11vw,3.5rem)}.hero{padding-top:calc(var(--header-height) + 46px)}.hero-copy h1{margin-bottom:24px;font-size:clamp(2.9rem,15.3vw,4.5rem)}.hero-lead{font-size:1rem}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-note{font-size:.76rem}.hero-visual{display:none}.ecosystem-list{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:1fr}.service-card{min-height:280px}.icon-box{margin-bottom:48px}.empty-state{min-height:390px;align-items:flex-start;flex-direction:column;justify-content:space-between;padding:28px}.empty-index{margin-bottom:60px}.arrow-link{white-space:normal}.project-preview{padding:16px}.preview-canvas{min-height:310px}.preview-canvas img{width:104px;height:104px}.project-copy{min-height:440px;padding:28px}.project-copy h3{margin-top:52px}.portfolio-note{align-items:flex-start;flex-direction:column}.process-list,.principle-grid{grid-template-columns:1fr}.process-list li{min-height:220px}.principle-grid article{min-height:215px}.principle-grid h3{margin-top:48px}.accordion summary{min-height:75px;padding-block:17px;font-size:.96rem;line-height:1.35}.accordion details p{margin-right:26px}.contact-section{padding:82px 0}.contact-inner h2{font-size:clamp(2.75rem,14vw,4.5rem)}.contact-action .button{width:100%;text-align:center}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1 / -1}.footer-links:last-child{grid-column:1 / -1}.footer-bottom{align-items:flex-start;flex-direction:column}}@media (max-width:360px){.container{width:calc(100% - 24px)}.brand{font-size:.95rem}.hero-copy h1{font-size:2.85rem}.button{padding-inline:16px}.meta-row{font-size:.57rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto !important;transition-duration:.01ms !important;animation-duration:.01ms !important;animation-iteration-count:1 !important}}