:root{--font-family:"Inter","Segoe UI",Tahoma,sans-serif;--line-height:1.6;--font-weight:400;--font-synthesis:none;--text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--radius-sm:.5rem;--radius-md:1rem;--shadow-soft:0 10px 30px #00000012;--transition-snappy:.14s cubic-bezier(.4,0,.2,1);--content-max-width:1100px;--header-height:5rem}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-background:#f7f7fb;--color-surface:#fff;--color-surface-muted:#f0f2f9;--color-border:#0f172a14;--color-text:#111827;--color-text-muted:#111827b3;--color-primary:#4c60f5;--color-primary-hover:#3c4bd7;--color-primary-contrast:#fff;--color-accent:#13bfa2}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-background:#101223;--color-surface:#1b1f32;--color-surface-muted:#262a40;--color-border:#94a3b829;--color-text:#ffffffeb;--color-text-muted:#ffffff9e;--color-primary:#6c7dff;--color-primary-hover:#9aa6ff;--color-primary-contrast:#0b1026;--color-accent:#32d6bc}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{background:var(--color-background);min-height:100%;color:var(--color-text);font-family:var(--font-family);line-height:var(--line-height);font-weight:var(--font-weight);font-synthesis:var(--font-synthesis);text-rendering:var(--text-rendering);margin:0;overflow:hidden auto}#app{background:var(--color-background);flex-direction:column;min-height:100vh;display:flex}main{background:var(--color-background);flex:1;display:flex;overflow:hidden auto}a{color:var(--color-primary);font-weight:500;text-decoration:none}a:hover,a:focus-visible{color:var(--color-primary-hover)}button,input,textarea,select{color:inherit;font-family:inherit;font-size:1rem;line-height:1.4}button{border-radius:var(--radius-sm);background:var(--color-primary);color:var(--color-primary-contrast);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.1rem;font-weight:600;transition:background-color .25s,border-color .25s,transform .25s;display:inline-flex}button:hover{background:var(--color-primary-hover)}button:active{transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.6}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}input,textarea,select{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);width:100%;padding:.75rem 1rem;box-shadow:inset 0 1px 2px #0f172a1a}textarea{resize:vertical;min-height:140px}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-sm);font-weight:700;line-height:1.2}p{margin:0 0 var(--space-sm);color:var(--color-text-muted)}img{max-width:100%;display:block}.surface-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-soft)}footer{color:var(--color-text-muted)}.page-viewport{scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-gutter:stable both-edges;flex:1;height:100%;display:flex;overflow:auto hidden}.page-viewport::-webkit-scrollbar{background:0 0;height:.65rem}.page-viewport::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.page-viewport{scrollbar-width:thin;scrollbar-color:#94a3b859 transparent}.page-slide{scroll-snap-align:start;scroll-snap-stop:always;background:var(--color-surface);border-right:1px solid var(--color-border);height:100%;padding:var(--space-lg)var(--space-md);overscroll-behavior-y:contain;scrollbar-gutter:stable both-edges;flex:0 0 100vw;position:relative;overflow-y:auto}.page-slide:nth-child(2n){background:var(--color-surface-muted)}.page-slide:last-child{border-right:none}.page-slide::-webkit-scrollbar{background:0 0;width:.6rem}.page-slide::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.page-slide{scrollbar-width:thin;scrollbar-color:#94a3b859 transparent}.page-slide-inner{width:min(100%,var(--content-max-width));gap:var(--space-lg);padding-bottom:var(--space-lg);margin:0 auto;display:grid}.page-section{gap:var(--space-sm);padding-block:var(--space-sm);display:grid}.page-section+.page-section{border-top:1px solid var(--color-border);padding-top:var(--space-md);margin-top:var(--space-sm)}.page-section header{gap:.35rem;display:grid}.site-header.svelte-oiwvqb{z-index:100;background:var(--color-surface);background:color-mix(in srgb,var(--color-surface)92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);position:sticky;top:0;box-shadow:0 12px 30px #0f172a14}.header-bar.svelte-oiwvqb{justify-content:space-between;align-items:center;gap:var(--space-sm);padding:1rem var(--space-md);max-width:var(--content-max-width);margin:0 auto;display:flex}.brand.svelte-oiwvqb{align-items:center;gap:var(--space-xs);color:inherit;display:inline-flex}.brand-mark.svelte-oiwvqb{background:var(--color-primary);width:2.5rem;height:2.5rem;color:var(--color-primary-contrast);letter-spacing:.05em;border-radius:.75rem;place-items:center;font-weight:700;display:grid}.brand-text.svelte-oiwvqb{flex-direction:column;gap:.1rem;display:flex}.brand-title.svelte-oiwvqb{color:var(--color-text);font-size:1.1rem;font-weight:700}.brand-subtitle.svelte-oiwvqb{color:var(--color-text-muted);font-size:.85rem}.header-actions.svelte-oiwvqb{align-items:center;gap:var(--space-sm);flex-wrap:wrap;justify-content:flex-end;display:flex}nav.svelte-oiwvqb ul:where(.svelte-oiwvqb){gap:var(--space-xs);border-radius:calc(var(--radius-sm) + .35rem);background:color-mix(in srgb,var(--color-surface-muted)55%,transparent);border:1px solid color-mix(in srgb,var(--color-border)65%,transparent);--nav-active-x:0px;--nav-active-y:0px;--nav-active-width:0px;--nav-active-height:0px;--nav-active-opacity:0;margin:0;padding:.3rem;list-style:none;display:flex;position:relative}nav.svelte-oiwvqb ul:where(.svelte-oiwvqb):before{content:"";width:var(--nav-active-width);height:var(--nav-active-height);transform:translate3d(var(--nav-active-x),var(--nav-active-y),0);border-radius:var(--radius-sm);background:var(--color-primary);opacity:var(--nav-active-opacity);will-change:transform,width,height;pointer-events:none;z-index:0;transition:transform .22s cubic-bezier(.3,.8,.2,1),width .24s cubic-bezier(.32,.72,0,1),height .22s cubic-bezier(.3,.8,.2,1),opacity .14s;position:absolute;top:0;left:0;box-shadow:0 16px 32px #4c60f538}nav.svelte-oiwvqb a:where(.svelte-oiwvqb){border-radius:var(--radius-sm);color:var(--color-text);z-index:1;transition:background-color var(--transition-snappy),border-color var(--transition-snappy),color var(--transition-snappy),box-shadow .16s cubic-bezier(.22,1,.36,1);will-change:color;background:0 0;border:1px solid #0000;align-items:center;padding:.55rem .85rem;font-weight:600;display:inline-flex;position:relative}nav.svelte-oiwvqb a:where(.svelte-oiwvqb):hover,nav.svelte-oiwvqb a:where(.svelte-oiwvqb):focus-visible{color:var(--color-primary)}nav.svelte-oiwvqb a.active:where(.svelte-oiwvqb){color:var(--color-primary-contrast)}nav.svelte-oiwvqb a:where(.svelte-oiwvqb):active{box-shadow:none}@media (max-width:860px){.header-bar.svelte-oiwvqb{align-items:stretch;gap:var(--space-sm);flex-direction:column}.header-actions.svelte-oiwvqb{justify-content:space-between}nav.svelte-oiwvqb ul:where(.svelte-oiwvqb){flex-wrap:wrap;gap:.5rem}nav.svelte-oiwvqb a:where(.svelte-oiwvqb){justify-content:center;width:100%}}@media (max-width:520px){.header-actions.svelte-oiwvqb{flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){nav.svelte-oiwvqb a:where(.svelte-oiwvqb){transition:none;transform:none}nav.svelte-oiwvqb ul:where(.svelte-oiwvqb):before{transition:none}}.site-footer.svelte-1sr6y3t{border-top:1px solid var(--color-border);background:var(--color-surface-muted);padding:var(--space-sm)var(--space-md)}.footer-inner.svelte-1sr6y3t{max-width:var(--content-max-width);justify-content:space-between;align-items:center;gap:var(--space-sm);color:var(--color-text-muted);flex-wrap:wrap;margin:0 auto;display:flex}.footer-brand.svelte-1sr6y3t{align-items:center;gap:var(--space-xs);display:inline-flex}.footer-mark.svelte-1sr6y3t{background:var(--color-primary);width:2.25rem;height:2.25rem;color:var(--color-primary-contrast);letter-spacing:.05em;border-radius:.65rem;place-items:center;font-weight:700;display:grid}.footer-title.svelte-1sr6y3t{color:var(--color-text);margin:0;font-weight:700}.footer-tagline.svelte-1sr6y3t{margin:0;font-size:.85rem}.footer-copy.svelte-1sr6y3t{margin:0}@media (max-width:640px){.footer-inner.svelte-1sr6y3t{flex-direction:column;align-items:flex-start}}.hero.svelte-et6md{gap:var(--space-sm)}.eyebrow.svelte-et6md{text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-muted);font-size:.75rem;font-weight:600}h1.svelte-et6md{font-size:clamp(2.5rem,6vw,3.75rem)}.lead.svelte-et6md{max-width:60ch;font-size:1.05rem}.cta-group.svelte-et6md{gap:var(--space-xs);flex-wrap:wrap;display:flex}.cta.svelte-et6md{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;padding:.7rem 1.4rem;font-weight:600;display:inline-flex}.primary.svelte-et6md{background:var(--color-primary);color:var(--color-primary-contrast)}.primary.svelte-et6md:hover{background:var(--color-primary-hover)}.secondary.svelte-et6md{color:var(--color-text);border-color:var(--color-border);background:0 0}.secondary.svelte-et6md:hover{background:var(--color-surface-muted)}.differentiators.svelte-et6md .cards:where(.svelte-et6md){gap:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.contact-cta.svelte-et6md .message:where(.svelte-et6md){gap:var(--space-xs);align-items:start;display:grid}.contact-cta.svelte-et6md .cta:where(.svelte-et6md){justify-self:flex-start}.lead.svelte-gf7t7t{max-width:65ch}.about-highlights.svelte-gf7t7t{gap:var(--space-sm)}.highlights.svelte-gf7t7t{gap:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.highlight-card.svelte-gf7t7t{gap:.65rem;display:grid}.highlight-card.svelte-gf7t7t h4:where(.svelte-gf7t7t){margin:0;font-size:1.1rem}.services-intro.svelte-ymmv06{gap:var(--space-xs)}.lead.svelte-ymmv06{max-width:65ch}.services-grid.svelte-ymmv06 .grid:where(.svelte-ymmv06){gap:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.service-card.svelte-ymmv06{gap:.85rem;display:grid}.service-badge.svelte-ymmv06{background:var(--color-surface-muted);border:1px solid var(--color-border);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);border-radius:999px;align-self:flex-start;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.services-process.svelte-ymmv06{gap:var(--space-sm)}.muted.svelte-ymmv06{color:var(--color-text-muted);margin:0}.process.svelte-ymmv06{gap:var(--space-xs);margin:0;padding:0;list-style:none;display:grid}.process.svelte-ymmv06 li:where(.svelte-ymmv06){align-items:center;gap:var(--space-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);font-weight:600;display:flex}.step-index.svelte-ymmv06{background:var(--color-primary);width:2rem;height:2rem;color:var(--color-primary-contrast);letter-spacing:.1em;border-radius:999px;justify-content:center;align-items:center;font-size:.85rem;display:inline-flex}.step-label.svelte-ymmv06{color:var(--color-text)}.lead.svelte-1ffqsuu{max-width:60ch}.contact-grid.svelte-1ffqsuu{gap:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.contact-form.svelte-1ffqsuu{gap:var(--space-sm);display:grid}.field.svelte-1ffqsuu{gap:.4rem;display:grid}label.svelte-1ffqsuu{color:var(--color-text);font-weight:600}.contact-note.svelte-1ffqsuu{gap:.5rem;display:grid}.contact-note.svelte-1ffqsuu h3:where(.svelte-1ffqsuu){margin:0;font-size:1.1rem}
