@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,500&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Mono:wght@400;500;600&display=swap");:root{--navy-950:#04162C;--navy-900:#061E3B;--navy-800:#0B2E54;--navy-700:#133C68;--navy-600:#1E4E80;--navy-500:#2C6098;--navy-400:#5A86B4;--navy-300:#95B2CF;--navy-200:#C6D7E7;--navy-100:#E4EDF6;--green-900:#06381F;--green-800:#08512C;--green-700:#0A6638;--green-600:#0C7A40;--green-500:#149150;--green-400:#34A96A;--green-300:#7EC79C;--green-200:#BBE2CC;--green-100:#E2F3E9;--gold-700:#876A24;--gold-600:#A88838;--gold-400:#C7AC6B;--gold-200:#ECE2C6;--slate-950:#0C1721;--slate-900:#14202E;--slate-800:#243343;--slate-700:#3C4A5A;--slate-600:#51626F;--slate-500:#6B7A89;--slate-400:#94A3B4;--slate-300:#C3CFDB;--slate-200:#DDE7F0;--slate-100:#ECF2F8;--slate-50:#F4F8FC;--mist:#F0F5FA;--white:#FFFFFF;--success:var(--green-600);--success-soft:var(--green-100);--warning:var(--gold-600);--warning-soft:var(--gold-200);--danger:#B4242B;--danger-soft:#F7E2E2;--info:var(--navy-600);--info-soft:var(--navy-100);--text-strong:var(--navy-900);--text-heading:var(--navy-800);--text-body:var(--slate-700);--text-muted:var(--slate-500);--text-on-dark:rgba(255,255,255,0.92);--text-on-dark-muted:rgba(226,237,246,0.66);--text-accent:var(--green-700);--surface-page:var(--white);--surface-mist:var(--mist);--surface-card:var(--white);--surface-raised:var(--white);--surface-navy:var(--navy-800);--surface-navy-deep:var(--navy-950);--surface-green:var(--green-600);--border:var(--slate-200);--border-strong:var(--slate-300);--border-on-dark:rgba(255,255,255,0.14);--divider:var(--slate-200);--accent:var(--green-600);--accent-hover:var(--green-700);--accent-active:var(--green-800);--accent-soft:var(--green-100);--link:var(--green-700);--link-hover:var(--green-800);--focus-ring:rgba(12,122,64,0.40);--focus-ring-navy:rgba(30,78,128,0.45);--selection-bg:var(--green-200);--font-serif:"Lora","Source Serif 4","Iowan Old Style",Georgia,"Times New Roman",serif;--font-sans:"Source Sans 3",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--text-2xs:0.6875rem;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-md:1.125rem;--text-lg:1.375rem;--text-xl:1.75rem;--text-2xl:2.25rem;--text-3xl:2.875rem;--text-4xl:3.625rem;--text-5xl:4.5rem;--leading-tight:1.08;--leading-snug:1.2;--leading-heading:1.15;--leading-normal:1.45;--leading-relaxed:1.65;--tracking-tighter:-0.022em;--tracking-tight:-0.012em;--tracking-normal:0;--tracking-wide:0.04em;--tracking-wider:0.12em;--tracking-widest:0.18em;--display-font:var(--font-serif);--heading-font:var(--font-serif);--body-font:var(--font-sans);--eyebrow-font:var(--font-sans);--data-font:var(--font-mono);--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:2.5rem;--space-8:3rem;--space-9:4rem;--space-10:5rem;--space-11:6rem;--space-12:8rem;--container-max:1200px;--container-wide:1320px;--container-prose:720px;--gutter:1.5rem;--gutter-lg:2.5rem;--section-y:6rem;--section-y-lg:8rem;--radius-xs:4px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-pill:999px;--border-width:1px;--border-width-strong:1.5px;--shadow-xs:0 1px 2px rgba(11,46,84,0.06);--shadow-sm:0 1px 3px rgba(11,46,84,0.08),0 1px 2px rgba(11,46,84,0.05);--shadow-md:0 6px 18px -6px rgba(11,46,84,0.12),0 2px 6px rgba(11,46,84,0.06);--shadow-lg:0 18px 44px -14px rgba(11,46,84,0.20),0 6px 14px -8px rgba(11,46,84,0.10);--shadow-xl:0 36px 80px -24px rgba(6,30,59,0.30);--shadow-focus:0 0 0 3px var(--focus-ring);--shadow-focus-navy:0 0 0 3px var(--focus-ring-navy);--card-shadow:var(--shadow-sm);--card-shadow-hover:var(--shadow-lg);--ease-out:cubic-bezier(0.22,0.61,0.36,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1);--ease-emphasis:cubic-bezier(0.16,1,0.3,1);--dur-fast:130ms;--dur-base:200ms;--dur-slow:360ms;--transition-base:all var(--dur-base) var(--ease-out);--blur-nav:saturate(140%) blur(12px)}::selection{background:var(--selection-bg);color:var(--navy-900)}*,:after,:before{box-sizing:border-box}html{text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--body-font);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text-body);background:var(--surface-page);font-weight:var(--weight-regular);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);color:var(--text-heading);font-weight:var(--weight-semibold);line-height:var(--leading-heading);letter-spacing:var(--tracking-tight);margin:0 0 .5em;text-wrap:balance}h1{font-size:var(--text-4xl);letter-spacing:var(--tracking-tighter);color:var(--text-strong)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{margin:0 0 1em;text-wrap:pretty}a{color:var(--link);text-decoration:none;transition:color var(--dur-base) var(--ease-out)}a:hover{color:var(--link-hover)}b,strong{font-weight:var(--weight-semibold);color:var(--text-strong)}small{font-size:var(--text-sm)}code,kbd,pre,samp{font-family:var(--data-font);font-size:.92em}hr{border:0;border-top:var(--border-width) solid var(--divider);margin:var(--space-6) 0}img,svg,video{display:block;max-width:100%}:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-xs)}.v-mobile-menu,.v-mobile-toggle{display:none}@media (max-width:860px){.v-desktop-nav{display:none!important}.v-mobile-toggle{display:inline-flex!important}.v-about-grid,.v-contact-grid,.v-partner-grid,.v-why-grid{grid-template-columns:1fr!important}.v-svc-card{position:static!important;margin-bottom:20px!important}.v-svc-card article{grid-template-columns:1fr!important}.v-svc-text{padding:32px 28px!important}.v-svc-media{min-height:240px!important;order:-1}}