:root{--rk-background:#fff;--rk-foreground:#1c1f21;--rk-card:#fff;--rk-card-foreground:#1c1f21;--rk-primary:#1c1f21;--rk-primary-foreground:#f5f5f5;--rk-secondary:#eeeeed;--rk-secondary-foreground:#1c1f21;--rk-muted:#eeeeed;--rk-muted-foreground:#6b6b6b;--rk-border:#d6d6d6;--rk-ring:#1c1f21;--rk-radius:0px;--rk-font-sans:"Inter", "Alliance No.1", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;--rk-font-mono:"JetBrains Mono", "SFMono-Regular", ui-monospace, monospace;--rk-button-height:2.625rem;--rk-button-padding-x:1.25rem;--rk-button-font-size:.875rem;--rk-button-font-weight:500;--rk-button-letter-spacing:.01em;--rk-button-shadow:none;--rk-button-shadow-hover:none;--rk-control-shadow:none}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--rk-font-sans);background:var(--rk-background);color:var(--rk-foreground);-webkit-font-smoothing:antialiased;line-height:1.5}.btn{height:var(--rk-button-height);padding:0 var(--rk-button-padding-x);border-radius:var(--rk-radius);font-family:var(--rk-font-sans);font-size:var(--rk-button-font-size);font-weight:var(--rk-button-font-weight);letter-spacing:var(--rk-button-letter-spacing);cursor:pointer;white-space:nowrap;box-shadow:none;border:1px solid #0000;justify-content:center;align-items:center;gap:6px;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn-primary{background:var(--rk-primary);color:var(--rk-primary-foreground);border-color:var(--rk-primary)}.btn-primary:hover{color:var(--rk-primary);background:0 0}.btn-secondary{color:var(--rk-secondary-foreground);border-color:var(--rk-border);background:0 0}.btn-secondary:hover{border-color:var(--rk-foreground)}.btn-ghost{color:var(--rk-muted-foreground);background:0 0;border-color:#0000}.btn-ghost:hover{color:var(--rk-foreground)}.btn-brand{color:var(--rk-foreground);border-color:var(--rk-foreground);background:0 0}.btn-brand:hover{background:var(--rk-foreground);color:var(--rk-background)}nav{z-index:200;border-bottom:1px solid var(--rk-border);-webkit-backdrop-filter:blur(16px);background:#0a0a0ae0;justify-content:space-between;align-items:center;height:56px;padding:0 2rem;display:flex;position:fixed;inset:0 0 auto}.logo{align-items:center;gap:8px;text-decoration:none;display:flex}.logo-mark{background:#f5f5f5;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.logo-mark svg{display:block}.logo-name{color:#fafafa;letter-spacing:-.03em;font-size:.9rem;font-weight:600}.nav-links{gap:.25rem;list-style:none;display:flex}.nav-links a{color:#8c8c8c;border-radius:var(--rk-radius);align-items:center;height:32px;padding:0 .75rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.nav-links a:hover{color:#fafafa;background:#262626}.container{max-width:1060px;margin:0 auto}section{padding:6rem 2rem}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--rk-muted-foreground);align-items:center;gap:6px;margin-bottom:1rem;font-size:.7rem;font-weight:700;display:inline-flex}.section-label:before{content:"";background:var(--rk-muted-foreground);width:14px;height:1px}.h2{letter-spacing:-.035em;color:var(--rk-foreground);margin-bottom:1rem;font-size:clamp(2.1rem,4.4vw,3.4rem);font-weight:500;line-height:1.08}.lead{color:var(--rk-muted-foreground);max-width:480px;font-size:.9375rem;line-height:1.75}.hero{text-align:center;background:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:110px 2rem 6rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";will-change:transform;background-image:radial-gradient(#ffffff1f 1px,#0000 1px);background-size:28px 28px;animation:20s ease-in-out infinite alternate grid-drift;position:absolute;inset:-60px;mask-image:radial-gradient(80% 70% at 50% 45%,#000 10%,#0000 100%)}@keyframes grid-drift{0%{transform:translate(0)}33%{transform:translate(10px,-8px)}66%{transform:translate(-8px,12px)}to{transform:translate(8px,5px)}}.hero:after{content:"";will-change:transform;pointer-events:none;background:conic-gradient(at 50% 45%,#0000 0deg,#ffffff17 18deg,#0000 36deg 180deg,#ffffff0a 198deg,#0000 216deg);width:140%;height:180%;animation:10s linear infinite beam-rotate;position:absolute;top:-40%;left:-20%}@keyframes beam-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-orb{pointer-events:none;will-change:transform, opacity;border-radius:50%;position:absolute}.hero-orb-1{background:radial-gradient(circle,#ffffff24 0%,#ffffff0d 45%,#0000 70%);width:600px;height:600px;animation:7s ease-in-out infinite orb-breathe;top:50%;left:50%}.hero-orb-2{background:radial-gradient(circle,#ffffff0f 0%,#0000 65%);width:380px;height:380px;animation:13s ease-in-out infinite orb-float-a;top:5%;left:5%}.hero-orb-3{background:radial-gradient(circle,#ffffff14 0%,#0000 65%);width:340px;height:340px;animation:16s ease-in-out infinite orb-float-b;bottom:5%;right:5%}.hero-orb-4{background:radial-gradient(circle,#ffffff0d 0%,#0000 65%);width:220px;height:220px;animation:11s ease-in-out infinite orb-float-c;top:18%;right:14%}@keyframes orb-breathe{0%,to{opacity:.9;transform:translate(-50%,-50%)scale(1)}50%{opacity:.55;transform:translate(-50%,-50%)scale(1.22)}}@keyframes orb-float-a{0%,to{transform:translate(0)}25%{transform:translate(40px,-30px)}50%{transform:translate(15px,50px)}75%{transform:translate(-30px,20px)}}@keyframes orb-float-b{0%,to{transform:translate(0)}30%{transform:translate(-35px,-40px)}65%{transform:translate(25px,-15px)}}@keyframes orb-float-c{0%,to{transform:translate(0)scale(1)}40%{transform:translate(-20px,30px)scale(1.15)}70%{transform:translate(25px,-15px)scale(.88)}}.hero-noise{opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:160px 160px;position:absolute;inset:0}.hero-inner{z-index:1;max-width:740px;position:relative}.hero-eyebrow{color:#8c8c8c;letter-spacing:.08em;text-transform:uppercase;background:#141414;border:1px solid #333;border-radius:999px;align-items:center;gap:8px;height:28px;margin-bottom:2rem;padding:0 12px;font-size:.72rem;font-weight:600;display:inline-flex}.eyebrow-pip{background:#ebebeb;border-radius:50%;width:5px;height:5px;animation:2.4s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero h1{color:#f0f0f0;letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(3rem,7.5vw,5.8rem);font-weight:500;line-height:1.02}.hero h1 .outline{color:#0000;-webkit-text-stroke:1.5px #4d4d4d}.hero-sub{color:#737373;max-width:400px;margin:0 auto 2.5rem;font-size:.9375rem;line-height:1.75}.hero-cta{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:4.5rem;display:flex}.hero-cta .btn{height:2.75rem;padding:0 1.25rem;font-size:.875rem}.hero-cta .btn-primary{color:#0f0f0f;background:#f0f0f0;border-color:#f0f0f0}.hero-cta .btn-primary:hover{color:#f0f0f0;background:0 0}.hero-meta{justify-content:center;align-items:center;gap:1.25rem;display:flex}.meta-item{color:#525252;align-items:center;gap:6px;font-size:.75rem;font-weight:500;display:flex}.meta-flag{font-size:1rem}.meta-sep{background:#2e2e2e;width:20px;height:1px}.ticker{background:#0f0f0f;border-top:1px solid #1f1f1f;border-bottom:1px solid #1f1f1f;align-items:center;height:38px;display:flex;overflow:hidden}.ticker-track{white-space:nowrap;align-items:center;gap:0;animation:36s linear infinite ticker;display:flex}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{letter-spacing:.14em;text-transform:uppercase;color:#474747;padding:0 2.5rem;font-size:.68rem;font-weight:700}.ticker-dot{background:#525252;border-radius:50%;flex-shrink:0;width:3px;height:3px;display:inline-block}#services{background:var(--rk-background)}.services-layout{grid-template-columns:260px 1fr;align-items:start;gap:5rem;display:grid}.sticky-col{position:sticky;top:76px}.sticky-col .btn{margin-top:1.75rem}.service-list{flex-direction:column;display:flex}.service-row{border-bottom:1px solid var(--rk-border);grid-template-columns:36px 1fr;gap:1.25rem;padding:1.5rem 0;transition:opacity .15s;display:grid}.service-row:first-child{border-top:1px solid var(--rk-border)}.service-row:hover{opacity:.75}.svc-num{font-family:var(--rk-font-mono);color:var(--rk-muted-foreground);padding-top:2px;font-size:.72rem}.svc-title{letter-spacing:-.01em;color:var(--rk-foreground);margin-bottom:.35rem;font-size:.9375rem;font-weight:700}.svc-desc{color:var(--rk-muted-foreground);font-size:.8375rem;line-height:1.7}#about{background:var(--rk-secondary)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.loc-card-pair{background:var(--rk-border);border:1px solid var(--rk-border);grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.loc-panel{background:var(--rk-card);clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,0 100%);padding:1.75rem}.loc-flag{margin-bottom:.85rem;font-size:2rem;display:block}.loc-region{letter-spacing:.12em;text-transform:uppercase;color:var(--rk-muted-foreground);margin-bottom:.35rem;font-size:.65rem;font-weight:700}.loc-city{letter-spacing:-.03em;color:var(--rk-card-foreground);margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.loc-note{color:var(--rk-muted-foreground);font-size:.8rem;line-height:1.65}.loc-panel:last-child{background:var(--rk-secondary)}.about-copy .lead{margin-bottom:.85rem}.checklist{flex-direction:column;gap:.55rem;margin-top:1.5rem;list-style:none;display:flex}.checklist li{color:var(--rk-foreground);align-items:flex-start;gap:10px;font-size:.84rem;font-weight:600;display:flex}.check-icon{background:var(--rk-foreground);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;display:flex}.check-icon svg{display:block}#process{background:#0a0a0a;position:relative;overflow:hidden}#process:before{content:"";pointer-events:none;background-image:radial-gradient(#ffffff0a 1px,#0000 1px);background-size:28px 28px;animation:22s ease-in-out infinite alternate-reverse grid-drift;position:absolute;inset:-40px}#process .container{z-index:1;position:relative}#process .section-label{color:#595959}#process .section-label:before{background:#595959}#process .h2{color:#fafafa}.step-grid{background:#262626;border:1px solid #262626;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:3rem;display:grid;overflow:hidden}.step-card{clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,0 100%);background:#0a0a0a;padding:2rem 1.75rem;transition:background .15s}.step-card:hover{background:#0f0f0f}.step-badge{color:#d1d1d1;height:22px;font-family:var(--rk-font-mono);letter-spacing:.06em;background:0 0;border:1px solid #424242;border-radius:999px;align-items:center;margin-bottom:1.75rem;padding:0 10px;font-size:.65rem;font-weight:500;display:inline-flex}.step-title{color:#fafafa;letter-spacing:-.01em;margin-bottom:.5rem;font-size:.9375rem;font-weight:700}.step-body{color:#6b6b6b;font-size:.8125rem;line-height:1.75}#tech{background:var(--rk-background)}.tech-header{grid-template-columns:1fr 1fr;align-items:end;gap:3rem;margin-bottom:3rem;display:grid}.stack-groups{flex-direction:column;gap:1.75rem;display:flex}.stack-label{font-family:var(--rk-font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--rk-muted-foreground);margin-bottom:.75rem;font-size:.68rem;font-weight:700}.tag-row{flex-wrap:wrap;gap:6px;display:flex}.tag{border:1px solid var(--rk-border);height:28px;color:var(--rk-secondary-foreground);cursor:default;background:0 0;border-radius:999px;align-items:center;padding:0 14px;font-size:.78rem;font-weight:500;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.tag:hover{border-color:var(--rk-foreground);color:var(--rk-foreground);background:var(--rk-muted)}#contact{text-align:center;background:#0a0a0a;padding:7rem 2rem;position:relative;overflow:hidden}#contact:before{content:"";pointer-events:none;background-image:radial-gradient(#ffffff0a 1px,#0000 1px);background-size:28px 28px;animation:20s ease-in-out infinite alternate grid-drift;position:absolute;inset:-40px;mask-image:radial-gradient(65% 65%,#000,#0000)}#contact:after{content:"";pointer-events:none;background:radial-gradient(#ffffff1a 0%,#0000 65%);width:640px;height:440px;animation:9s ease-in-out infinite orb-breathe-cta;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes orb-breathe-cta{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.65;transform:translate(-50%,-50%)scale(1.15)}}#contact .container{z-index:1;position:relative}.cta-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#8c8c8c;margin-bottom:1.25rem;font-size:.7rem;font-weight:700}#contact h2{color:#f0f0f0;letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(2.6rem,5.2vw,4.2rem);font-weight:500;line-height:1.03}#contact .btn-primary{color:#0f0f0f;background:#f0f0f0;border-color:#f0f0f0}#contact .btn-primary:hover{color:#f0f0f0;background:0 0}#contact p{color:#666;max-width:380px;margin:0 auto 2.5rem;font-size:.9rem;line-height:1.75}.cta-btns{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.cta-btns .btn{height:2.75rem;padding:0 1.375rem}.cta-note{color:#474747;margin-top:1.75rem;font-size:.75rem;display:block}.cta-note a{color:#666;text-decoration:none;transition:color .15s}.cta-note a:hover{color:#b3b3b3}.contact-form{text-align:left;flex-direction:column;gap:.75rem;max-width:420px;margin:0 auto 1.5rem;display:flex}.contact-form .field-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.contact-form label{letter-spacing:.06em;text-transform:uppercase;color:#6b6b6b;margin-bottom:.4rem;font-size:.7rem;font-weight:600;display:block}.contact-form input,.contact-form textarea{color:#ebebeb;width:100%;font-family:var(--rk-font-sans);border-radius:var(--rk-radius);background:#121212;border:1px solid #2e2e2e;padding:.65rem .75rem;font-size:.875rem;transition:border-color .15s}.contact-form input:focus,.contact-form textarea:focus{border-color:#737373;outline:none}.contact-form textarea{resize:vertical;min-height:92px}.contact-form .btn{align-self:flex-start;margin-top:.5rem}.form-note{color:#4d4d4d;margin-top:-.25rem;font-size:.72rem}.form-success{color:#ccc;border:1px solid #333;max-width:420px;margin:0 auto 1.5rem;padding:1.5rem;font-size:.875rem}footer{background:#0d0d0d;border-top:1px solid #1f1f1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.footer-brand{color:#595959;letter-spacing:-.01em;font-size:.82rem;font-weight:700}.footer-nav{gap:.25rem;list-style:none;display:flex}.footer-nav a{color:#525252;border-radius:var(--rk-radius);align-items:center;height:28px;padding:0 .6rem;font-size:.75rem;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.footer-nav a:hover{color:#999;background:#1f1f1f}.footer-copy{color:#383838;font-size:.72rem}.blog-hero{text-align:left;background:#0a0a0a;padding:160px 2rem 4rem}.blog-hero .h2{color:#f5f5f5}.blog-list{padding:4rem 2rem 8rem}.blog-card{border-bottom:1px solid var(--rk-border);padding:1.75rem 0;text-decoration:none;transition:opacity .15s;display:block}.blog-card:hover{opacity:.7}.blog-card:first-child{border-top:1px solid var(--rk-border)}.blog-date{font-family:var(--rk-font-mono);color:var(--rk-muted-foreground);margin-bottom:.5rem;font-size:.7rem;display:block}.blog-card-title{letter-spacing:-.02em;color:var(--rk-foreground);margin-bottom:.4rem;font-size:1.3rem;font-weight:600}.blog-card-desc{color:var(--rk-muted-foreground);max-width:640px;font-size:.875rem;line-height:1.65}.blog-empty{color:var(--rk-muted-foreground);font-size:.9rem}.blog-post{max-width:720px;margin:0 auto;padding:160px 2rem 6rem}.blog-post .blog-date{margin-bottom:1rem}.blog-post h1{letter-spacing:-.03em;color:var(--rk-foreground);margin-bottom:2rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:500;line-height:1.1}.blog-post-body{color:var(--rk-foreground);font-size:.9375rem;line-height:1.8}.blog-post-body p{margin-bottom:1.25rem}.blog-post-body h2{letter-spacing:-.02em;margin:2rem 0 1rem;font-size:1.4rem;font-weight:600}.blog-post-body a{color:inherit;text-decoration:underline}.blog-post-body ul,.blog-post-body ol{margin:0 0 1.25rem 1.25rem}.blog-post-body table{border-collapse:collapse;width:100%;margin-bottom:1.5rem;font-size:.85rem}.blog-post-body th,.blog-post-body td{border:1px solid var(--rk-border);text-align:left;padding:.65rem .9rem}.blog-post-body th{background:var(--rk-secondary);font-family:var(--rk-font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--rk-muted-foreground);font-size:.7rem;font-weight:600}.blog-post-body tr:nth-child(2n) td{background:var(--rk-secondary)}.back-link{color:var(--rk-muted-foreground);margin-bottom:2rem;font-size:.8rem;text-decoration:none;display:inline-block}.back-link:hover{color:var(--rk-foreground)}@media (width<=860px){.services-layout{grid-template-columns:1fr;gap:2.5rem}.sticky-col{position:static}.about-grid{grid-template-columns:1fr}.step-grid{grid-template-columns:1fr 1fr}.tech-header{grid-template-columns:1fr}}@media (width<=600px){nav .nav-links{display:none}.step-grid,.loc-card-pair{grid-template-columns:1fr}.loc-panel:last-child{border-radius:0}.contact-form .field-row{grid-template-columns:1fr}}
