:root{--color-black:#000000;--color-gray-900:#111111;--color-gray-700:#333333;--color-gray-600:#666666;--color-gray-400:#999999;--color-gray-300:#f0f0f0;--color-gray-200:#eaeaea;--color-gray-100:#fafafa;--color-white:#ffffff;--color-blue:#0070f3;--color-blue-dark:#0051cc;--color-green:#0cce6b;--color-red:#ff4e42;--font-sans:-apple-system,BlinkMacSystemFont,"Inter",system-ui,sans-serif;--font-mono:"SF Mono","Consolas","Monaco",monospace;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--max-width:1400px;--header-height:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--shadow-sm:0 1px 3px rgba(0,0,0,0.12);--shadow-md:0 4px 6px rgba(0,0,0,0.1);--shadow-lg:0 10px 40px rgba(0,0,0,0.08);--shadow-xl:0 20px 60px rgba(0,0,0,0.12)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:60;height:64px;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.site-header.menu-open{border-bottom-color:transparent}.header-container{height:64px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;justify-content:space-between}.header-container,.header-left{display:flex;align-items:center}.header-left{gap:48px}.header-brand{display:inline-flex;align-items:center;height:64px;width:58;min-width:58;flex-shrink:0;margin-left:-8px}.header-logo{display:block;height:58px;width:58px;object-fit:contain;object-position:left center}.header-nav{display:none}.header-nav-link{font-size:14px;color:#666;text-decoration:none;padding:8px 12px;border-radius:8px;line-height:1;transition:all .2s ease}.header-nav-link:hover{background:rgba(0,0,0,.04);color:#111}.header-actions{display:flex;align-items:center;gap:12px}.header-btn{display:none}.header-btn.ghost{background:#fff;color:#111;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}.header-btn.ghost:hover{background:#111;color:#fff;box-shadow:none}.header-btn.solid{background:#111;color:#fff;font-weight:600}.header-btn.solid:hover{background:#fff;color:#111;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}.burger{display:flex;flex-direction:column;gap:4px;padding:8px;border:0;background:transparent;border-radius:8px;cursor:pointer;width:40px;height:40px;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;outline:none}@media (min-width:1024px){.header-nav{display:flex;align-items:center;gap:20px}.header-btn{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;text-decoration:none;height:36px;padding:0 16px;border-radius:10px;line-height:1;transition:all .2s ease;cursor:pointer;border:none}.burger{display:none}.header-left{gap:48px}}h1{font-size:clamp(2.5rem,5vw,6rem);font-weight:900;line-height:1.1;letter-spacing:-.02em;color:var(--color-black)}h2{font-size:clamp(2rem,4vw,4rem);line-height:1.2;letter-spacing:-.01em}h2,h3{font-weight:700;color:var(--color-black)}h3{font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.3}.text-large{font-size:1.25rem;line-height:1.7}.text-base,.text-large{color:var(--color-gray-600)}.text-base{font-size:1.12rem;line-height:1.6}.text-small{font-size:.875rem;line-height:1.5;color:var(--color-gray-600)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-black{font-weight:900}.lead{font-size:clamp(1.25rem,2.4vw,1.375rem);line-height:1.7;color:var(--color-gray-600);max-width:700px}.stat-value{font-size:clamp(2rem,5vw,2.5rem);font-weight:800;line-height:1.1;color:var(--color-black)}.stat-label{margin-top:.25rem}.eyebrow,.stat-label{font-size:.875rem;color:var(--color-gray-600)}.eyebrow{font-weight:600;letter-spacing:.08em;text-transform:uppercase}.lead-inverse{font-size:clamp(1.125rem,2.4vw,1.375rem);line-height:1.7;color:rgba(255,255,255,.7);max-width:700px}.title-card{font-size:clamp(1.25rem,2.2vw,1.5rem)}.portfolio-title,.title-card{font-weight:700;line-height:1.3;color:var(--color-black)}.portfolio-title{font-size:clamp(1.5rem,2.5vw,2rem)}.caption{font-size:.813rem;line-height:1.4;color:var(--color-gray-600)}.measure-600{max-width:600px}.measure-700{max-width:700px}.measure-fluid{max-width:clamp(620px,62vw,820px)}.lead,.lead-inverse,h1,h2,h3{text-wrap:balance}@keyframes shimmer{0%,5%{transform:translateX(0)}75%{transform:translateX(200%)}to{transform:translateX(200%)}}@keyframes pulse-green{0%{box-shadow:0 0 0 0 rgba(16,185,129,.4)}70%{box-shadow:0 0 0 10px rgba(16,185,129,0)}to{box-shadow:0 0 0 0 rgba(16,185,129,0)}}.fade-in{animation:fadeIn .6s ease-out forwards}.animate-shimmer{animation:shimmer 7s linear infinite}@keyframes node-pulse{0%,to{color:#000}28%,5%{color:#0070f3}33%{color:#000}}.main-content{padding-top:var(--header-height);min-height:100vh}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.section,.section-alt{padding:5rem 0}.section-alt{background:var(--color-gray-100)}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.mt-1{margin-top:var(--space-1)}.mt-2{margin-top:var(--space-2)}.mt-4{margin-top:var(--space-4)}.mt-8{margin-top:var(--space-8)}.mb-1{margin-bottom:var(--space-1)}.mb-2{margin-bottom:var(--space-2)}.mb-4{margin-bottom:var(--space-4)}.mb-8{margin-bottom:var(--space-8)}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;isolation:isolate}.hero-section:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'><path d='M0 0 H56' stroke='%23888888' stroke-width='1' stroke-dasharray='3 5' shape-rendering='crispEdges'/><path d='M0 0 V56' stroke='%23999999' stroke-width='1' stroke-dasharray='3 5' shape-rendering='crispEdges'/></svg>");background-size:56px 56px;background-position:50%;opacity:.35;-webkit-mask-image:radial-gradient(ellipse 60% 75% at center,rgba(0,0,0,1) 0,rgba(0,0,0,1) 35%,rgba(0,0,0,0) 70%);mask-image:radial-gradient(ellipse 60% 75% at center,rgba(0,0,0,1) 0,rgba(0,0,0,1) 35%,rgba(0,0,0,0) 70%)}.hero-content{position:relative;z-index:2;max-width:1200px;width:100%;text-align:center;padding:1.5rem}.hero-title{font-size:clamp(4rem,5.5vw,75px);overflow:hidden!important;font-weight:700;line-height:1.1;margin-bottom:2rem;letter-spacing:-.02em;position:relative;overflow:hidden}.hero-description{font-size:clamp(1.25rem,3vw,1.375rem);color:#666666;line-height:1.7;max-width:700px;margin:0 auto 2rem}.stats-row{gap:3rem!important}.stat-value{font-size:2.5rem!important}@media (max-width:768px){.hero-section{min-height:80vh}.hero-content{padding:1.6rem}.stats-row{gap:1.5rem!important}.stat-value{font-size:2rem!important}}@media (max-width:620px){.hero-title{font-size:2.75rem}}.portfolio-card{cursor:pointer;transition:all .3s ease}.portfolio-card:hover{cursor:pointer}.portfolio-card:active,.portfolio-card:focus-within{outline:2px solid #fff;outline-offset:2px}.portfolio-hover-overlay{position:absolute;inset:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease,-webkit-backdrop-filter .3s ease;transition:opacity .3s ease,backdrop-filter .3s ease;transition:opacity .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease;pointer-events:none}.portfolio-card:hover .portfolio-hover-overlay{opacity:1;pointer-events:auto}.portfolio-case-study-btn{border:1.5px solid #fff;color:#fff;background:rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:.79rem 2.2rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .18s ease;outline:none;box-shadow:none}.portfolio-case-study-btn:hover{background:#fff;color:#111}.carousel-slide{opacity:0;transform:scale(.98);transition:opacity .6s ease,transform .6s ease;pointer-events:none}.carousel-slide.active{opacity:1;transform:scale(1);pointer-events:auto}.carousel-slide{position:absolute;inset:0;width:100%;height:100%}.fade-in{opacity:0;animation:fadeIn .4s ease-in-out forwards}.fade-out{opacity:1;animation:fadeOut .4s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:767px){#process-cards{grid-template-columns:1fr!important;gap:1.5rem!important;padding:0 .5rem!important}#process button{padding:.75rem 1rem!important}}.process-cta-btn{background:var(--color-white)!important;color:var(--color-black)!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);text-decoration:none!important;transition:background .2s ease,color .2s ease}.process-cta-btn:active,.process-cta-btn:hover{background:var(--color-gray-200,var(--color-gray-200))!important;color:var(--color-black)!important}.process-cta-btn:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(255,255,255,.2),inset 0 0 0 1px rgba(0,0,0,.12)}#contact{overflow:visible!important;padding-inline:var(--space-4)}@media (min-width:768px){#contact{padding-inline:var(--space-6)}}@media (max-width:1099px){section#contact #contact-grid{grid-template-columns:1fr!important;display:grid!important}#contact-availability{position:relative!important;top:0!important}}@media (max-width:767px){section#contact #contact-grid{grid-template-columns:1fr!important;gap:var(--space-8)!important}#contact-availability{position:relative!important;top:0!important;padding:var(--space-4)!important}#contact-form{padding:var(--space-6)!important}#contact{padding-inline:var(--space-1)!important}#about-stats{grid-template-columns:repeat(2,1fr)!important;gap:var(--space-3)!important}#about-capabilities,#about-values{grid-template-columns:1fr!important}#about h2{font-size:2rem!important}#about h3{font-size:1.75rem!important}#about h4{font-size:1.125rem!important}.stat-number{font-size:2rem!important}#about a[href="#contact"]{padding:.875rem 2rem!important}.stat-card{padding:var(--space-6)!important}}@media (min-width:768px){#about h3{font-size:2.25rem!important}.stat-number{font-size:2.5rem!important}#about a[href="#contact"]{padding:1rem 3rem!important}.stat-card{padding:var(--space-8)!important}}#footer{background:#000;color:#fff;padding:5rem 0 3rem;position:relative;overflow:hidden}.footer-logo{font-family:var(--font-teko,"Teko",sans-serif);font-weight:500;font-size:clamp(1.5rem,3vw,2rem);color:#fff;letter-spacing:.02em;line-height:1;margin:0;text-transform:uppercase}@media (max-width:768px){#footer{padding:3rem 0 2rem;--footer-bg-top:-30%;--footer-bg-right:-40%;--footer-bg-bottom:-30%;--footer-bg-left:0%}.footer-logo{font-size:clamp(2rem,8vw,2.3rem)}}@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html{font-family:var(--font-sans);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background-color:var(--color-white);color:var(--color-black);line-height:1.6;position:relative}:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}a,button{transition:all .2s ease}.main-wrapper{overflow-x:hidden;width:100%;max-width:100vw!important;position:relative}section{overflow:hidden!important}:root{--brand-blue:#0070f3;--accent-orange:#ffb199;--ink:#0f172a;--muted:#64748b;--card:#ffffff;--panel:#f8fafc;--line:#e2e8f0}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}@font-face{font-family:Teko;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a755c27cf390669e-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Teko;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4a24ecd3f0280073-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Teko;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/2f196a46c53b552d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Teko Fallback;src:local("Arial");ascent-override:146.26%;descent-override:72.52%;line-gap-override:0.00%;size-adjust:65.50%}.__className_e5ef43{font-family:Teko,Teko Fallback;font-weight:500;font-style:normal}.__variable_e5ef43{--font-teko:"Teko","Teko Fallback"}