:root{--color-navy: #0A0E2A;--color-navy-mid: #13193A;--color-navy-light: #1E2755;--color-navy-tint: #EEF0F8;--color-green: #166534;--color-green-light: #15803D;--color-green-pale: #F0FDF4;--color-link: #1D4ED8;--color-link-hover: #1E40AF;--color-white: #ffffff;--color-off-white: #F8F8F6;--color-surface: #F2F4F8;--color-border: #DDE1EC;--color-border-dark: #C5CBDC;--color-text: #1A1C2E;--color-text-mid: #3D4060;--color-text-light: #6B6F8A;--navy: var(--color-navy);--navy-dark: var(--color-navy-mid);--green: var(--color-green);--green-dark: var(--color-green-light);--body-text: var(--color-text);--muted: var(--color-text-mid);--white: var(--color-white);--bg-light: var(--color-surface);--border: var(--color-border);--font-body: "Public Sans", system-ui, -apple-system, sans-serif;--shadow-sm: 0 2px 8px rgba(10, 14, 42, .07);--shadow-md: 0 6px 24px rgba(10, 14, 42, .1);--shadow-lg: 0 16px 48px rgba(10, 14, 42, .14);--radius-sm: 6px;--radius: 12px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px;--transition: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);color:var(--color-navy)}h1{font-size:clamp(2.2rem,5.5vw,4.2rem);font-weight:800;line-height:1.12;letter-spacing:-.02em}h2{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.2;letter-spacing:-.01em}h3{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:700;line-height:1.3}h4{font-size:1rem;font-weight:700}p{color:var(--color-text-mid)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style-position:inside}:focus-visible{outline:3px solid var(--color-green);outline-offset:3px;border-radius:var(--radius-sm)}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--color-green);color:var(--color-navy);padding:.75rem 1.25rem;border-radius:var(--radius-sm);font-weight:700;z-index:9999;transition:top .2s}.skip-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.section{padding-block:6rem}.btn-primary,.btn-secondary,.btn-nav{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-weight:700;text-align:center;cursor:pointer;border-radius:var(--radius);border:2px solid transparent;transition:background var(--transition),border-color var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition)}.btn-primary{background:var(--color-green);color:var(--color-white);border-color:var(--color-green);padding:1rem 2.25rem;font-size:1.0625rem;min-height:56px;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--color-green-light);border-color:var(--color-green-light);transform:translateY(-2px);box-shadow:0 8px 24px #1665344d}.btn-secondary{background:transparent;color:var(--color-navy);border-color:var(--color-border-dark);padding:1rem 2.25rem;font-size:1.0625rem;min-height:56px}.btn-secondary:hover{background:var(--color-navy);color:var(--color-white);border-color:var(--color-navy)}.btn-nav{background:var(--color-green);color:var(--color-white);border-color:var(--color-green);padding:.6rem 1.5rem;font-size:.9375rem}.btn-nav:hover{background:var(--color-green-light);border-color:var(--color-green-light)}.open-modal{cursor:pointer}[hidden]{display:none!important}.page-section{padding-block:4rem}.page-section--light{background:var(--color-surface)}.page-section--border{border-top:1px solid var(--color-border)}.hero-cta{margin-top:28px}.page-content h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:16px}.page-content h3{color:var(--color-navy);margin:24px 0 8px}.page-content p{margin-bottom:16px;max-width:760px}.page-content ul{list-style:disc;padding-left:22px;margin-bottom:16px;max-width:760px}.page-content li{margin-bottom:8px}.page-content .lead{font-size:1.15rem;color:var(--color-text)}.work-samples{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.work-sample-img{width:100%;height:auto;border-radius:6px;border:1px solid var(--color-border, #e2e8f0)}.work-sample-body{margin-top:1rem}.work-sample-body h3{margin-bottom:.5rem}.text-link{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:var(--color-link);border-bottom:2px solid var(--color-green);padding-bottom:1px;transition:color var(--transition),border-color var(--transition)}.text-link:hover{color:var(--color-link-hover)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--color-border);box-shadow:0 1px 4px #0a0e2a0f;transition:box-shadow .3s ease}.site-header[data-astro-cid-3ef6ksr2].is-scrolled{box-shadow:0 2px 16px #0a0e2a1a}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:80px}.logo-link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;text-decoration:none}.logo-img[data-astro-cid-3ef6ksr2]{display:block;width:auto}.logo-img--drawer[data-astro-cid-3ef6ksr2]{height:40px;width:auto;max-width:160px;padding:4px;background:var(--color-white);border-radius:var(--radius-sm);display:block}.desktop-nav[data-astro-cid-3ef6ksr2]{display:none}.desktop-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.25rem;list-style:none}.desktop-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-size:.9375rem;font-weight:600;color:var(--color-text-mid);padding:.5rem .875rem;border-radius:var(--radius-sm);transition:color .25s ease,background .25s ease}.desktop-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--color-navy);background:var(--color-navy-tint)}.desktop-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2][aria-current=page]{color:var(--color-navy);font-weight:700}.desktop-nav[data-astro-cid-3ef6ksr2] .nav-cta[data-astro-cid-3ef6ksr2],.desktop-nav[data-astro-cid-3ef6ksr2] .nav-cta[data-astro-cid-3ef6ksr2]:hover{color:var(--color-white)}.desktop-nav[data-astro-cid-3ef6ksr2] .nav-cta[data-astro-cid-3ef6ksr2]{background:var(--color-green);font-weight:700;padding:.6rem 1.5rem;border:2px solid var(--color-green);border-radius:8px;margin-left:.5rem;transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.desktop-nav[data-astro-cid-3ef6ksr2] .nav-cta[data-astro-cid-3ef6ksr2]:hover{background:var(--color-green-light);border-color:var(--color-green-light);transform:translateY(-1px);box-shadow:0 4px 12px #16653440}.hamburger-btn[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;justify-content:center;gap:5px;background:var(--color-navy-tint);border:1px solid var(--color-border);cursor:pointer;padding:10px 12px;min-width:48px;min-height:48px;border-radius:var(--radius-sm);transition:background var(--transition)}.hamburger-btn[data-astro-cid-3ef6ksr2]:hover{background:var(--color-border)}.hamburger-btn[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:22px;height:2px;background:var(--color-navy);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.hamburger-btn[data-astro-cid-3ef6ksr2][aria-expanded=true] span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn[data-astro-cid-3ef6ksr2][aria-expanded=true] span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.hamburger-btn[data-astro-cid-3ef6ksr2][aria-expanded=true] span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;background:var(--color-navy);z-index:200;display:flex;flex-direction:column;padding:1.5rem 1.5rem 2.5rem;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow-y:auto}.mobile-nav[data-astro-cid-3ef6ksr2].open{transform:translate(0)}.mobile-nav-header[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}.mobile-nav-header[data-astro-cid-3ef6ksr2] .logo-img[data-astro-cid-3ef6ksr2]{height:40px}.close-btn[data-astro-cid-3ef6ksr2]{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--color-white);font-size:1.5rem;line-height:1;cursor:pointer;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:background var(--transition)}.close-btn[data-astro-cid-3ef6ksr2]:hover{background:#ffffff26}.mobile-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none}.mobile-nav[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;font-size:1.25rem;font-weight:700;color:var(--color-white);padding:1rem 0;min-height:56px;transition:color var(--transition)}.mobile-nav[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--color-white)}.mobile-nav[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:after{content:"→";font-size:1rem;opacity:.4}.mobile-cta[data-astro-cid-3ef6ksr2]{margin-top:2.5rem}.mobile-cta-btn[data-astro-cid-3ef6ksr2]{width:100%}@media (prefers-reduced-motion: reduce){.mobile-nav[data-astro-cid-3ef6ksr2]{transition:none}}@media (min-width: 1024px){.desktop-nav[data-astro-cid-3ef6ksr2]{display:block}.hamburger-btn[data-astro-cid-3ef6ksr2]{display:none}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--color-navy-mid);color:#ffffffbf;padding-top:6rem;padding-bottom:2.5rem}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-img[data-astro-cid-sz7xmlte]{width:44px;height:44px;padding:4px;background:var(--color-white);border-radius:var(--radius-sm);display:block}.footer-tagline[data-astro-cid-sz7xmlte]{font-size:.9375rem;color:#ffffffd9;max-width:280px;line-height:1.65;margin-bottom:1rem}.footer-contact[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-contact[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#ffffffbf;font-size:.9375rem;transition:color var(--transition)}.footer-contact[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-white)}.footer-locale[data-astro-cid-sz7xmlte]{color:#ffffffbf;font-size:.875rem}.footer-heading[data-astro-cid-sz7xmlte]{font-family:var(--font-body);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-white);margin-bottom:1rem}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.2rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fffc;font-size:.9375rem;line-height:1.25;transition:color var(--transition)}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-white)}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center;padding-top:1.5rem;font-size:.875rem;color:var(--color-white)}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--color-white)}.footer-bottom[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--color-white);transition:color var(--transition)}.footer-bottom[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--color-white)}@media (min-width: 640px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1fr 1fr 1fr}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between}}.rdc-form-wrap[data-astro-cid-svshx33u]{width:100%}.rdc-row[data-astro-cid-svshx33u]{display:grid;gap:1rem}.rdc-two-col[data-astro-cid-svshx33u]{grid-template-columns:1fr 1fr}.rdc-group[data-astro-cid-svshx33u]{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.rdc-group[data-astro-cid-svshx33u] label[data-astro-cid-svshx33u]{font-weight:600;font-size:.9375rem;color:var(--color-navy)}.rdc-optional[data-astro-cid-svshx33u]{font-weight:400;color:var(--color-text-light);font-size:.875rem}.rdc-group[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u][type=text],.rdc-group[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u][type=email],.rdc-group[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u][type=tel],.rdc-group[data-astro-cid-svshx33u] select[data-astro-cid-svshx33u],.rdc-group[data-astro-cid-svshx33u] textarea[data-astro-cid-svshx33u]{font-family:var(--font-body);font-size:1rem;color:var(--color-text);background:var(--color-white);border:2px solid var(--color-border);border-radius:var(--radius-sm);padding:.75rem 1rem;width:100%;transition:border-color var(--transition);-webkit-appearance:none;appearance:none}.rdc-group[data-astro-cid-svshx33u] select[data-astro-cid-svshx33u]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230A0E2A' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.rdc-group[data-astro-cid-svshx33u] textarea[data-astro-cid-svshx33u]{resize:vertical;line-height:1.6}.rdc-group[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u]:focus,.rdc-group[data-astro-cid-svshx33u] select[data-astro-cid-svshx33u]:focus,.rdc-group[data-astro-cid-svshx33u] textarea[data-astro-cid-svshx33u]:focus{outline:none;border-color:var(--color-green);box-shadow:0 0 0 3px var(--color-green-pale)}.rdc-hint[data-astro-cid-svshx33u]{font-size:.875rem;color:var(--color-text-light);margin-top:.25rem}.rdc-message[data-astro-cid-svshx33u]{padding:.875rem 1.25rem;border-radius:var(--radius-sm);font-size:.9375rem;margin-bottom:1.25rem;line-height:1.5}.rdc-message--error[data-astro-cid-svshx33u]{background:#fdecea;border-left:4px solid #c53030;color:#9b2c2c}.rdc-submit-btn[data-astro-cid-svshx33u]{width:100%;min-height:56px;margin-top:.5rem;font-size:1.0625rem}.rdc-privacy[data-astro-cid-svshx33u]{font-size:.8125rem;color:var(--color-text-light);text-align:center;margin-top:.75rem}.rdc-success[data-astro-cid-svshx33u]{text-align:center;padding:2.5rem 1rem}.rdc-success-icon[data-astro-cid-svshx33u]{width:64px;height:64px;background:var(--color-navy-tint);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--color-navy)}.rdc-success-title[data-astro-cid-svshx33u]{color:var(--color-navy);margin-bottom:.75rem;font-size:1.05rem;font-weight:700}.rdc-success[data-astro-cid-svshx33u] p[data-astro-cid-svshx33u]{color:var(--color-text-mid);line-height:1.65}.rdc-success[data-astro-cid-svshx33u] a[data-astro-cid-svshx33u]{color:var(--color-navy);font-weight:600;border-bottom:2px solid var(--color-green)}@media (max-width: 640px){.rdc-two-col[data-astro-cid-svshx33u]{grid-template-columns:1fr}}.modal-overlay[data-astro-cid-nxxydibx]{position:fixed;inset:0;background:#0d1b4bcc;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.modal-overlay[data-astro-cid-nxxydibx].is-open{animation:modal-fade .25s ease}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}.modal-box[data-astro-cid-nxxydibx]{position:relative;background:var(--color-white);border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;padding:40px}.modal-close[data-astro-cid-nxxydibx]{position:absolute;top:8px;right:8px;width:44px;height:44px;background:none;border:none;color:var(--color-navy);font-size:2rem;line-height:1;cursor:pointer}.modal-title[data-astro-cid-nxxydibx]{margin-bottom:20px;padding-right:40px}@media (prefers-reduced-motion: reduce){.modal-overlay[data-astro-cid-nxxydibx].is-open{animation:none}}
