:root{--brand-navy-50:#f1f5fb;--brand-navy-100:#dde7f4;--brand-navy-200:#b6c8e3;--brand-navy-300:#87a3cd;--brand-navy-400:#5278b1;--brand-navy-500:#2f579a;--brand-navy-600:#1f4080;--brand-navy-700:#173265;--brand-navy-800:#102449;--brand-navy-900:#0a1933;--accent-50:#fff8eb;--accent-100:#feeac6;--accent-200:#fdd388;--accent-300:#fcb84a;--accent-400:#f59e0b;--accent-500:#d97706;--accent-600:#b45309;--accent-700:#92400e;--trust-50:#ecfdf5;--trust-100:#d1fae5;--trust-500:#10a371;--trust-600:#047857;--trust-700:#065f46;--up-500:#dc2626;--down-500:#059669;--neutral-500:#64748b;--gray-0:#fff;--gray-25:#fafbfc;--gray-50:#f4f6f9;--gray-100:#e8ecf2;--gray-200:#d3dae4;--gray-300:#adb8c9;--gray-400:#7a8699;--gray-500:#586577;--gray-600:#424d5d;--gray-700:#303949;--gray-800:#1d2532;--gray-900:#0e131c;--bg:var(--gray-25);--bg-elevated:var(--gray-0);--bg-muted:var(--gray-50);--bg-inverse:var(--brand-navy-900);--fg:var(--gray-900);--fg-muted:var(--gray-600);--fg-subtle:var(--gray-500);--fg-on-dark:var(--gray-25);--border:var(--gray-200);--border-strong:var(--gray-300);--link:var(--brand-navy-600);--link-hover:var(--brand-navy-700);--font-serif:var(--font-fraunces), "Source Serif Pro", Georgia, "Times New Roman", serif;--font-sans:var(--font-inter), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, Monaco, "Cascadia Mono", "Roboto Mono", monospace;--fs-xs:.75rem;--fs-sm:.875rem;--fs-base:1rem;--fs-lg:1.125rem;--fs-xl:1.375rem;--fs-2xl:1.75rem;--fs-3xl:2.125rem;--fs-4xl:2.625rem;--fs-5xl:3.25rem;--sp-1:.25rem;--sp-2:.5rem;--sp-3:.75rem;--sp-4:1rem;--sp-5:1.25rem;--sp-6:1.5rem;--sp-8:2rem;--sp-10:2.5rem;--sp-12:3rem;--sp-16:4rem;--sp-20:5rem;--sp-24:6rem;--sp-32:8rem;--r-sm:6px;--r-md:10px;--r-lg:14px;--r-xl:20px;--r-full:9999px;--sh-sm:0 1px 2px 0 #0f1a330d;--sh-md:0 2px 4px -1px #0f1a330f, 0 4px 8px -2px #0f1a3314;--sh-lg:0 6px 12px -3px #0f1a3314, 0 12px 24px -6px #0f1a331a;--sh-xl:0 12px 24px -6px #0f1a331a, 0 24px 48px -12px #0f1a3329;--sh-focus:0 0 0 3px #2f579a59;--container-max:1200px;--container-narrow:760px;--header-h:64px;--z-base:0;--z-dropdown:10;--z-sticky:20;--z-overlay:40;--z-modal:100;--z-toast:1000;--t-fast:.12s;--t-base:.2s;--t-slow:.32s;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-in:cubic-bezier(.55, 0, .78, 0);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html{-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{min-height:100dvh;font-family:var(--font-sans);font-size:var(--fs-base);color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;flex-direction:column;line-height:1.6;display:flex}main{flex:1 0 auto}h1,h2,h3,h4{font-family:var(--font-serif);letter-spacing:-.015em;color:var(--brand-navy-900);text-wrap:balance;font-weight:600;line-height:1.2}h1{font-size:var(--fs-3xl)}h2{font-size:var(--fs-2xl)}h3{font-size:var(--fs-xl)}h4{font-size:var(--fs-lg);font-weight:700}h5,h6{font-family:var(--font-sans);color:var(--brand-navy-800);font-weight:600;line-height:1.3}@media (min-width:768px){h1{font-size:var(--fs-4xl)}h2{font-size:var(--fs-3xl)}h3{font-size:var(--fs-2xl)}}@media (min-width:1024px){h1{font-size:var(--fs-5xl)}}p{text-wrap:pretty}a{color:var(--link);text-underline-offset:3px;transition:color var(--t-fast) var(--ease-out);text-decoration:underline;text-decoration-thickness:1px}a:hover{color:var(--link-hover)}:focus-visible{box-shadow:var(--sh-focus);border-radius:var(--r-sm);outline:none}img,svg,video{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}input,select,textarea{font:inherit;color:inherit}table{border-collapse:collapse;width:100%}.num,table td,.tabular{font-variant-numeric:tabular-nums}.skip-link{top:-100px;left:var(--sp-4);background:var(--brand-navy-900);color:var(--fg-on-dark);padding:var(--sp-3) var(--sp-4);border-radius:var(--r-md);z-index:var(--z-toast);transition:top var(--t-base) var(--ease-out);font-weight:600;position:absolute}.skip-link:focus{top:var(--sp-4);color:var(--fg-on-dark);text-decoration:none}.container{width:100%;max-width:var(--container-max);padding-inline:var(--sp-5);margin-inline:auto}@media (min-width:768px){.container{padding-inline:var(--sp-8)}}.container-narrow{max-width:var(--container-narrow);padding-inline:var(--sp-5);margin-inline:auto}.section{padding-block:var(--sp-12)}@media (min-width:768px){.section{padding-block:var(--sp-20)}}::selection{background:var(--brand-navy-200);color:var(--brand-navy-900)}.reveal{opacity:0;transition:opacity .55s var(--ease-out), transform .55s var(--ease-out);will-change:opacity, transform;transform:translateY(22px)}.reveal.revealed{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal,.reveal.revealed{opacity:1;transition:none;transform:none}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.heroAnimate{animation:fadeSlideUp .65s var(--ease-out) both}.heroAnimateDelay1{animation-delay:80ms}.heroAnimateDelay2{animation-delay:.18s}.heroAnimateDelay3{animation-delay:.3s}@media (prefers-reduced-motion:reduce){.heroAnimate{animation:none}}.sectionDivider{background:linear-gradient(90deg, transparent, var(--border) 20%, var(--border) 80%, transparent);border:none;height:1px;margin:0}
