:root{--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-base: 16px;--line-height-base: 1.6;--brand-blue: #6fa8dc;--brand-navy: #22417d;--brand-navy-ink: #1b3563;--brand-white: #ffffff;--surface-muted: #dce6f2;--brand-charcoal: #2E2E2E;--brand-gray-muted: #6E7380;--brand-gray-light: #EEF1F5;--brand-warm-sand: #E6D2B5;--brand-gold-muted: #C7A24A;--brand-sage-soft: #6E8F84;--brand-clay-soft: #C97A63;--color-text: var(--brand-charcoal);--color-text-muted: #5d6470;--color-background: #ffffff;--color-primary: var(--brand-navy);--color-primary-hover: var(--brand-navy-ink);--color-link: var(--brand-navy);--color-link-hover: var(--brand-blue);--footer-link-hover: var(--brand-blue);--color-border: #d1d9e6;--header-bg: #ffffff;--header-text: var(--brand-navy);--header-border: var(--color-border);--header-hover: var(--brand-blue);--header-focus-bg: rgba(34, 65, 125, .06);--header-focus-border: rgba(34, 65, 125, .2);--header-button-border: var(--brand-navy);--header-button-hover-bg: rgba(34, 65, 125, .06);--header-shadow: 0 4px 14px rgba(15, 23, 42, .1);--header-offset: 4rem;--submenu-bg: #e9eef7;--submenu-text: #000000;--submenu-border: rgba(34, 65, 125, .16);--submenu-hover-bg: #dbe4f3;--submenu-shadow: 0 15px 35px rgba(15, 23, 42, .08);--nav-item-muted: var(--color-text-muted);--nav-item-active: var(--brand-navy);--page-hero-gradient: linear-gradient( 135deg, var(--brand-navy) 0%, var(--brand-navy-ink) 45%, #0e1f3a 100% );--nav-indicator-width: 3px;--nav-indicator-gradient: linear-gradient( 180deg, var(--brand-blue) 0%, var(--brand-sage-soft) 100% );--nav-underline-gradient: linear-gradient( 90deg, var(--brand-blue) 0%, var(--brand-sage-soft) 100% );--submenu-link-muted: var(--color-text-muted);--submenu-link-active: var(--brand-navy-ink);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--shadow-card-brand: 0 2px 10px rgba(34, 65, 125, .1), 0 10px 28px rgba(111, 168, 220, .18);--shadow-card-brand-hover: 0 4px 14px rgba(34, 65, 125, .14), 0 18px 42px rgba(111, 168, 220, .24);--service-card-border-width: 2px;--service-card-border: rgba(34, 65, 125, .22);--service-card-border-hover: var(--color-primary)}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-body);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text);background-color:var(--color-background);margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin:0 0 var(--spacing-md) 0}h1{font-size:2.75rem;font-weight:800;letter-spacing:-.01em}h2{font-size:1.75rem;font-weight:700}h3{font-size:1.35rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin:0 0 var(--spacing-md) 0}a{color:var(--color-link);text-decoration:none;transition:color .2s ease}a:hover,a:focus{color:var(--color-link-hover);text-decoration:underline}.site-header .nav-links>a:hover,.site-header .nav-links>a:focus{text-decoration:none}*:focus{outline:2px solid var(--color-primary);outline-offset:2px}button:focus,input:focus,textarea:focus,select:focus{outline:2px solid var(--color-primary);outline-offset:2px}.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}.feature-lines{max-width:38rem;margin:0 auto 1.5rem;text-align:center}.feature-lines p{margin:.5;font-size:1.15rem;color:var(--color-text-muted);line-height:1.6}.line-dot{display:block;margin:.5rem 0;font-size:3rem;color:var(--brand-navy-ink);opacity:.6}.problem-list{list-style:none;padding:0;margin:1.5rem auto 0;max-width:40rem;text-align:center;display:grid;gap:.75rem}.problem-list li{display:flex;align-items:flex-start;justify-content:center;gap:.5rem;font-size:1.15rem;font-weight:700;line-height:1.6;color:var(--color-text)}.problem-list li:before{content:"✓";color:var(--color-primary);font-weight:700;flex-shrink:0}header{background-color:var(--header-bg);border-bottom:1px solid var(--header-border)}.header-inner{max-width:1120px;margin:0 auto;padding:var(--spacing-md) var(--spacing-xl);display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);flex-wrap:nowrap;position:relative}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand-logo{display:block;width:auto;height:36px}.nav-toggle{display:none;border:1px solid transparent;background:transparent;color:var(--header-text);font:inherit;padding:0;min-width:44px;min-height:44px;border-radius:.75rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.nav-toggle-icon{display:block;width:1.5rem;height:1.5rem}.nav-toggle-icon-close,.nav-toggle[aria-expanded=true] .nav-toggle-icon-open{display:none}.nav-toggle[aria-expanded=true] .nav-toggle-icon-close{display:block}html.nav-open{overflow:hidden}.nav-toggle:hover,.nav-toggle:focus{background:var(--header-focus-bg);border-color:var(--header-focus-border)}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-item-wrap{display:inline-flex;align-items:center}.site-header .nav-item,.site-header .nav-links>a.nav-item:not(.button){display:inline-flex;align-items:center;color:var(--nav-item-muted);font-weight:500;text-decoration:none;transition:color .2s ease,font-weight .15s ease}.site-header .nav-item.is-active,.site-header .nav-links>a.nav-item.is-active:not(.button){position:relative;color:var(--nav-item-active);font-weight:700}.site-header .nav-item.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-.4rem;height:var(--nav-indicator-width);border-radius:2px;background:var(--nav-underline-gradient);pointer-events:none}.site-header .nav-item:not(.is-active):hover,.site-header .nav-item:not(.is-active):focus-visible,.site-header .nav-links>a.nav-item:not(.is-active):hover,.site-header .nav-links>a.nav-item:not(.is-active):focus-visible{color:var(--header-hover)}.site-header .nav-item.is-active:hover,.site-header .nav-item.is-active:focus-visible{color:var(--nav-item-active)}.site-header .nav-dropdown{position:relative;display:inline-flex;align-items:center}.site-header .dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;display:flex;flex-direction:column;gap:.5rem;padding:.75rem;min-width:220px;background:var(--submenu-bg);border:1px solid var(--submenu-border);border-radius:.75rem;box-shadow:var(--submenu-shadow);z-index:10}.site-header .dropdown-menu[hidden]{display:none!important}.site-header .dropdown-menu a{position:relative;padding:.25rem .5rem .25rem .65rem;color:var(--submenu-link-muted);font-weight:500;text-decoration:none;white-space:nowrap;transition:color .2s ease,font-weight .15s ease,background-color .2s ease}.site-header .dropdown-menu a:before{content:"";position:absolute;left:0;top:.15em;bottom:.15em;width:var(--nav-indicator-width);border-radius:2px;background:var(--nav-indicator-gradient);opacity:0;pointer-events:none}.site-header .dropdown-menu a.is-active{color:var(--submenu-link-active);font-weight:700}.site-header .dropdown-menu a.is-active:before{opacity:1}.site-header .dropdown-menu a:hover,.site-header .dropdown-menu a:focus-visible{color:var(--submenu-link-active);background-color:var(--submenu-hover-bg);border-radius:.375rem}.site-header .dropdown-menu a.dropdown-link--separated{margin-top:.35rem;padding-top:.65rem;border-top:1px solid var(--submenu-border)}.site-header .utility-actions .button,.site-header .utility-actions .button:hover,.site-header .utility-actions .button:focus,.site-header .utility-actions .button:active{text-decoration:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:0 1rem;border-radius:.75rem;text-decoration:none;font-weight:600;border:1px solid transparent;transition:background .2s ease,color .2s ease,border-color .2s ease;cursor:pointer;white-space:nowrap}.site-header .button-secondary{color:var(--header-text);border-color:var(--header-button-border)}.site-header .button-secondary:hover,.site-header .button-secondary:focus{background:var(--header-button-hover-bg);border-color:var(--header-text)}.button-primary{background:var(--color-primary);color:#fff}.button-primary:hover,.button-primary:focus{background:var(--color-primary-hover)}.button-secondary{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}.button-secondary:hover,.button-secondary:focus{background:#22417d14;border-color:var(--color-primary-hover)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease;background:var(--brand-navy-ink);border:2px solid var(--brand-navy-ink);color:var(--brand-white)}.btn-primary:hover,.btn-primary:focus{text-decoration:none;background:var(--brand-sage-soft);color:var(--brand-white)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:1rem;text-decoration:none;border:1px solid var(--color-primary);cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease;background:transparent;color:var(--color-primary)}.btn-secondary:hover,.btn-secondary:focus{text-decoration:none;background:var(--brand-sage-soft);color:var(--brand-white);border-color:var(--brand-navy-ink)}.site-footer{background:var(--brand-navy-ink);color:#fff;margin-top:4rem}main:has(.section-muted.page-cta)+.site-footer{margin-top:0}.footer-grid{max-width:1120px;margin:0 auto;padding:2rem 1.25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2.25rem}.footer-brand{display:block;color:#fff;font-size:1.1rem;font-weight:700;text-decoration:none}.footer-tagline{margin-top:.5rem;max-width:22rem;font-size:.85rem;line-height:1.4;color:#d1d5db}.footer-copy{margin-top:.75rem;font-size:.8rem;line-height:1.35;color:#d1d5db}.site-footer h2,.site-footer h3,.site-footer h4{margin:0 0 .4rem;font-size:.8rem;font-weight:600;letter-spacing:.045em;text-transform:uppercase;line-height:1.2;color:#e5e7eb}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li{margin:0}.footer-col li+li{margin-top:.25rem}.footer-col a{display:block;font-size:.85rem;line-height:1.25;color:#e5e7eb;text-decoration:none}.footer-col a:hover,.footer-col a:focus{text-decoration:underline;color:var(--footer-link-hover)}.office{margin-top:.5rem;font-size:.85rem;line-height:1.35;color:#e5e7eb}.office a{color:#e5e7eb;text-decoration:none}.office a:hover,.office a:focus{text-decoration:underline;color:var(--footer-link-hover)}.footer-social{margin-top:1rem;display:flex;gap:.75rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center}.footer-social img{width:18px;height:18px;opacity:.8;transition:opacity .15s ease}.footer-social a:hover img,.footer-social a:focus img{opacity:1}.footer-link-button{display:block;padding:0;border:0;background:none;font:inherit;font-size:.85rem;line-height:1.25;color:#e5e7eb;text-align:left;text-decoration:none;cursor:pointer}.footer-link-button:hover,.footer-link-button:focus{text-decoration:underline;color:var(--footer-link-hover)}.cookie-banner{position:fixed;inset-inline:0;bottom:0;z-index:1000;background:var(--brand-white);border-top:1px solid var(--color-border);box-shadow:0 -8px 32px #0f172a1f}.cookie-banner[hidden]{display:none}.cookie-banner__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 1.25rem 1.5rem}.cookie-banner__body{margin:0 0 .5rem;font-size:.95rem;line-height:1.5;color:var(--color-text)}.cookie-banner__links{margin:0;font-size:.9rem}.cookie-banner__links a{color:var(--brand-navy);font-weight:600;text-decoration:underline;text-underline-offset:.15em}.cookie-banner__links a:hover,.cookie-banner__links a:focus{color:var(--color-link-hover)}.cookie-banner__links-sep{margin:0 .35rem;color:var(--color-text-muted)}.cookie-banner__actions{display:flex;flex-shrink:0;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.cookie-banner__customize{margin-top:.75rem}.cookie-banner__fieldset{margin:.75rem 0 0;padding:0;border:0;min-width:0}.cookie-banner__legend{padding:0;margin:0 0 .75rem;font-size:.95rem;font-weight:700;color:var(--brand-navy-ink)}.cookie-banner__option{display:flex;gap:.75rem;align-items:flex-start;margin:0 0 .75rem;font-size:.9rem;line-height:1.45;color:var(--color-text);cursor:pointer}.cookie-banner__option:last-child{margin-bottom:0}.cookie-banner__option input{margin-top:.2rem;flex-shrink:0}.cookie-banner__option--locked{cursor:default;opacity:.9}.cookie-banner__option-desc{display:block;margin-top:.15rem;color:var(--color-text-muted);font-size:.85rem}@media(max-width:768px){.cookie-banner__inner{flex-direction:column;align-items:stretch}.cookie-banner__actions{flex-direction:column}.cookie-banner__actions .btn{width:100%;justify-content:center}}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}}.section{padding:6rem 1.5rem}.section h2{margin-bottom:1.25rem}.section-muted{background-color:var(--surface-muted)}.section-primary{background:linear-gradient(135deg,#22417d,#1a3566 40%,#0e1f3a);color:var(--brand-white)}.section p:not(.lead){font-size:1rem;color:var(--color-text)}.section-hero{background:var(--brand-white);padding-top:8rem;padding-bottom:8rem;border-bottom:1px solid var(--color-border)}.hero-split{padding-top:7rem;padding-bottom:7rem}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hero-copy{text-align:left}.section-hero .hero-headline{margin-bottom:2rem;text-align:left}.section-hero .hero-copy .lead{margin-top:0;margin-bottom:2rem;margin-left:0;margin-right:0}.section-hero .hero-copy .hero-proof-callout{margin:0 0 2.5rem;padding:1.25rem 1.5rem 1.25rem 1.25rem;text-align:left;width:100%;max-width:min(100%,40rem)}.section-hero .hero-proof-callout p{font-size:1.05rem}.section-hero .hero-proof-callout .hero-quote-attribution{display:block;margin-top:.75rem;font-size:.95rem;font-style:normal;font-weight:600;color:var(--brand-navy-ink)}.section-hero .hero-copy .cta-row{margin-top:.5rem;justify-content:flex-start}.hero-copy .cta-row{justify-content:flex-start}.hero-img{width:100%;height:auto;border-radius:1rem;display:block}.hero-image{position:relative}@media(max-width:860px){.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:left}}.hero-grid-reverse{grid-template-columns:.9fr 1.1fr}.partner-true-emphasis h2{font-size:2.25rem;line-height:1.1;letter-spacing:-.02em;margin-top:1.5;margin-bottom:2rem;color:var(--brand-navy-ink);text-align:left}.partner-emphasis h2{font-size:3rem;line-height:1.1;letter-spacing:-.02em;margin:0;color:var(--brand-navy-ink);text-align:left}.hero-copy h2{margin-bottom:2.5rem}.partner-emphasis-white h2{font-size:3rem;line-height:1.1;letter-spacing:-.02em;margin:0;color:var(--brand-white);text-align:center}.partner-philosophy{background:var(--brand-sage-soft);padding:1.75rem 2rem;border-radius:8px}.partner-copy p{font-size:1.05rem;line-height:1.6;padding-right:5rem}.partner-copy p+p{margin-top:1rem}@media(max-width:860px){.hero-grid-reverse{grid-template-columns:1fr;gap:2rem}}.section-cta{background-color:var(--brand-sage-soft);color:#fff}.container{max-width:1040px;margin-left:auto;margin-right:auto}.container-narrow{max-width:880px}.page-hero-band{background:var(--page-hero-gradient);color:var(--brand-white);padding:3rem 1.5rem 2.5rem}.page-hero-band .container-narrow{padding:0}.page-hero-band h1{font-size:3.25rem;letter-spacing:-.02em;margin-bottom:1.25rem;color:inherit}.page-hero-eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:#ffffffd9;margin:0 0 .75rem}.page-hero-lead{margin:1rem 0 0;font-size:1.25rem;max-width:42rem;line-height:1.5;color:#ffffffeb}.page-hero-actions{margin-top:1.75rem;display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-start}.page-hero-band .btn-secondary{border-color:#ffffffd9;color:var(--brand-white)}.page-hero-band .btn-secondary:hover,.page-hero-band .btn-secondary:focus{background:#ffffff1f;border-color:var(--brand-white);color:var(--brand-white)}.services-page{padding:0}.services-page .section h2,.services-page .page-cta h2{font-size:3rem;line-height:1.1;letter-spacing:-.02em;margin-top:0;margin-bottom:2.5rem;color:var(--brand-navy-ink)}.services-page .section-muted:not(.page-cta)>.container-narrow>h2{margin-bottom:0}.services-page .service-page .service-section{padding-top:6rem;padding-bottom:6rem}.services-page .service-hero-split__heading{margin-top:0;margin-bottom:2.5rem}.service-content{padding:2.5rem 0 4rem}.service-content section,.service-content .page-section{margin-bottom:3rem}.service-content .page-section+.page-section{margin-top:2.5rem}.service-content h2{margin-bottom:1rem}.service-content p{max-width:42rem}.service-content ul{padding-left:1.25rem}.service-content li{margin-bottom:.5rem}.legal-content .legal-intro{margin-bottom:2.5rem}.legal-content .page-section+.page-section{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid var(--color-border)}.legal-content h2{font-size:1.5rem}.legal-content h3{font-size:1.125rem;margin-top:1.25rem;margin-bottom:.5rem}.cta-block{margin-top:4rem;padding:2.5rem;background:#f9fafb;border-radius:6px}.cta-actions{margin-top:1.5rem;display:flex;gap:1rem;flex-wrap:wrap}.service-content+.section.section-muted.page-cta{margin-top:2.5rem}.service-content:has(+.section.section-muted.page-cta){padding-bottom:0}.service-page{padding-bottom:0}.service-page .container{max-width:880px}.service-detail .page-hero-lead{max-width:none}.service-page .service-section:not(.service-hero-split) p{max-width:none}.service-page .service-section{padding:4rem var(--spacing-xl)}.service-page .service-section h2,.service-page .faq-section h2,.service-page .page-cta h2{font-size:3rem;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem;color:var(--brand-navy-ink)}.service-page .service-section-intro,.service-page .service-section-closing{max-width:42rem;margin-bottom:2rem}.service-page .service-section-closing{margin-top:2rem;margin-bottom:0}.service-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.service-hero-grid--image-left{grid-template-columns:.9fr 1.1fr}.service-hero-grid--image-left .service-hero-image{order:-1}.service-hero-split__heading{margin-bottom:1.5rem}.service-hero-copy p{font-size:1.05rem;line-height:1.6;max-width:none}.service-hero-copy p+p{margin-top:1rem}.service-hero-image .hero-img{width:100%;height:auto;border-radius:1rem}.service-approach-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.service-approach-copy h2{margin-bottom:1rem}.service-approach-copy p{margin:0;line-height:1.6}.service-approach-image .hero-img{width:100%;height:auto;border-radius:1rem}@media(min-width:768px){.service-approach-grid{grid-template-columns:1.1fr .9fr;gap:3rem}.service-approach-grid--image-left{grid-template-columns:.9fr 1.1fr}.service-approach-grid--image-left .service-approach-image{order:-1}}.service-expect-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:2rem}.service-expect-grid--two-col{grid-template-columns:repeat(2,1fr)}@media(max-width:767px){.service-expect-grid--two-col{grid-template-columns:1fr}}.service-section--expect .service-section-cta{text-align:center}.service-section-cta{margin-top:2rem}.service-feature-card{display:flex;flex-direction:column;padding:0;overflow:hidden;min-height:200px}.service-feature-card__icon{flex:0 0 33%;min-height:100px;display:flex;align-items:center;justify-content:center;background:var(--brand-navy-ink);border-radius:calc(1rem - 2px) calc(1rem - 2px) 0 0;margin:0}.service-feature-card__body{flex:1;padding:1.25rem 1.5rem 1.5rem}.service-feature-card__body h3{margin:0}.service-feature-card__body p{margin:.5rem 0 0}.service-section--muted{background-color:var(--surface-muted)}.service-problem-list{list-style:none;padding:0;margin:1.5rem 0 0;max-width:none;display:grid;gap:.75rem;text-align:left}.service-problem-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:1.05rem;line-height:1.5;color:var(--color-text)}.service-problem-list li:before{content:"✓";color:var(--color-primary);font-weight:700;flex-shrink:0}.service-section--center{text-align:center}.service-section--center p{margin-left:auto;margin-right:auto}.service-manage-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.service-section--manage .service-section-intro{max-width:none}.service-manage-card{position:relative;padding:2.75rem 1.5rem;border:var(--service-card-border-width) solid var(--brand-navy-ink);border-radius:1rem;background:var(--brand-white);overflow:hidden}.service-manage-card:before,.service-manage-card:after{content:"";position:absolute;left:0;right:0;height:1.25rem;background:var(--brand-navy-ink)}.service-manage-card:before{top:0;border-radius:calc(1rem - 2px) calc(1rem - 2px) 0 0}.service-manage-card:after{bottom:0;border-radius:0 0 calc(1rem - 2px) calc(1rem - 2px)}@media(min-width:768px){.service-manage-grid{grid-template-columns:repeat(2,1fr)}.service-manage-card:last-child{grid-column:1 / -1;max-width:85%;justify-self:center}}.service-manage-card ul{list-style:none;padding:0;margin:.75rem 0 0}.service-manage-card li{position:relative;padding-left:1rem;margin-bottom:.4rem;font-size:.95rem;line-height:1.45}.service-manage-card li:before{content:"•";position:absolute;left:0;color:var(--color-primary);font-weight:700}.service-why-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}@media(min-width:768px){.service-why-grid{grid-template-columns:repeat(2,1fr)}}.service-page .trust-card{transition:none;cursor:default}.service-page .trust-card:hover{border-color:var(--service-card-border);box-shadow:none}.service-page .trust-card.service-feature-card{padding:0;overflow:hidden;border-color:var(--brand-navy-ink)}.service-page .trust-card.service-feature-card:hover{border-color:var(--brand-navy-ink)}.service-page .service-manage-card.trust-card,.service-page .service-manage-card.trust-card:hover{border-color:var(--brand-navy-ink);box-shadow:none}.service-page .service-manage-card h3{margin:0 0 .75rem;font-size:1.45rem;font-weight:700;line-height:1.3;color:var(--brand-navy-ink)}.service-page .service-manage-card li{color:var(--color-text)}.service-page .faq-section{padding:0}.service-page .page-cta{margin-top:0}.service-page .page-cta .container-narrow{text-align:left}.service-page .page-cta .hero-actions{margin-top:1.5rem;display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start}.page-cta-callout{margin:1.5rem 0 0;font-size:1.05rem;font-weight:600;line-height:1.45;color:var(--brand-navy-ink)}.page-cta p+p{margin-top:1rem}@media(max-width:767px){.service-page .service-section{padding:2.5rem var(--spacing-xl)}.service-hero-grid{grid-template-columns:1fr;gap:2rem}}.services-page .service-grid{max-width:none;margin-top:2.5rem}.services-page .service-card{box-shadow:var(--shadow-card-brand)}.services-page .service-card:hover,.services-page .service-card:focus-visible{box-shadow:var(--shadow-card-brand-hover)}@media(max-width:640px){.services-page .service-grid{grid-template-columns:1fr}}.center{text-align:center}.page-home .page-cta h2{font-size:3rem;line-height:1.1;letter-spacing:-.02em;margin-top:0;margin-bottom:2.5rem;color:var(--brand-navy-ink)}.page-article .page-cta h2{font-family:var(--font-heading);font-size:3rem;line-height:1.1;letter-spacing:-.02em;margin-top:0;margin-bottom:1rem;color:var(--brand-navy-ink)}.page-404 .section h2{font-family:var(--font-heading);font-size:3rem;line-height:1.1;letter-spacing:-.02em;margin-top:0;margin-bottom:1.25rem;color:var(--brand-navy-ink)}.page-404-lead{margin:0 0 2.5rem;font-size:1.125rem;line-height:1.6;max-width:42rem}.page-404-services{list-style:none;margin:0 0 2.5rem;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.5rem}.page-404-services a{color:var(--color-link);text-decoration:underline;font-weight:500}.page-404-services a:hover,.page-404-services a:focus-visible{color:var(--color-link-hover)}.page-404 .cta-row{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center}@media(max-width:640px){.page-404-services{grid-template-columns:1fr}}.page-home .page-cta .container{text-align:left}.partner-emphasis h2.service-highlights-heading{margin-bottom:2.5rem;text-align:center}.container-narrow.center h1{margin-bottom:.5rem}.container-narrow .lead{margin-top:0;margin-bottom:0}.lead{font-size:1.125rem;color:var(--color-text-muted);max-width:45rem;margin-left:auto;margin-right:auto}.cta-row{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1.75rem}.card-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:#fff;border:1px solid var(--color-border);border-radius:1rem;padding:1.25rem;text-align:center}.card h3{font-weight:700;margin-bottom:.5rem}.trust-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.trust-grid strong{font-size:1.75rem;display:block}.trust-grid--features{margin-top:2rem;max-width:none;margin-left:auto;margin-right:auto;text-align:left}@media(min-width:768px){.trust-grid--features{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.trust-grid--trust{grid-template-columns:repeat(3,1fr);align-items:stretch;text-align:center}}.trust-grid--trust{margin-top:3.5rem}.trust-grid--trust .trust-card--home{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:7.5rem;padding:1.5rem 2rem;border-radius:2rem;text-align:center;background:var(--brand-white);border:1px solid rgba(34,65,125,.12);box-shadow:var(--shadow-card-brand)}.trust-grid--trust .trust-card--home:hover{background:var(--brand-white);border-color:#22417d1f;box-shadow:var(--shadow-card-brand);transform:none}.trust-grid--trust .trust-card--home h3{margin:0 0 .5rem;font-family:var(--font-heading);font-size:1.375rem;font-weight:700;line-height:1.3;letter-spacing:-.01em;color:var(--brand-navy-ink)}.trust-grid--trust .trust-card--home p{margin:0;max-width:16rem;font-size:.9rem;line-height:1.45;color:var(--color-text-muted)}.trust-card{display:block;padding:1.5rem;border:var(--service-card-border-width) solid var(--service-card-border);border-radius:1rem;background-color:var(--brand-white);color:var(--color-text);transition:border-color .2s ease,box-shadow .2s ease}.trust-card:hover{border-color:var(--service-card-border-hover);box-shadow:0 12px 40px #2563eb0f}.trust-card h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.3;color:var(--brand-navy-ink)}.trust-card p{margin:0;font-size:.95rem;line-height:1.45;color:var(--color-text-muted)}.service-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:none}.service-card{display:block;padding:1.5rem;border:var(--service-card-border-width) solid var(--service-card-border);border-radius:1rem;background-color:#fff;text-decoration:none;color:var(--color-text);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.service-card:hover,.service-card:focus-visible{border-color:var(--service-card-border-hover);border-width:var(--service-card-border-width);text-decoration:none;box-shadow:0 18px 55px #2563eb14;transform:translateY(-2px);background-color:var(--brand-warm-sand);color:var(--brand-white)}.service-card h3{margin:.5;color:var(--color-text-muted)}.service-card p{margin:0;line-height:1.45;color:var(--color-text-muted)}.service-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.section-muted .service-card .service-title{justify-content:center}.section-muted .service-card .service-title h3{text-align:center;width:100%}.service-icon{width:42px;height:42px;border-radius:50%;background:#6fa8dc2e;color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;margin-bottom:.75rem}.service-icon svg{width:22px;height:22px}.service-icon.service-icon--feature{width:auto;height:auto;margin-bottom:0;background:transparent;border-radius:0;color:var(--brand-white);display:inline-flex;align-items:center;justify-content:center}.service-icon.service-icon--feature svg{width:44px;height:44px;fill:none;stroke:currentColor}.service-dot{width:8px;height:8px;border-radius:50%;background-color:var(--color-primary);opacity:.4;flex-shrink:0}.faq-section{margin-top:2.5rem}.faq-section>h2{margin-bottom:.75rem}.faq-section>h2:has(+.lead){margin-bottom:1.25rem}.faq-section>.lead{margin-left:0;margin-right:0;max-width:none;margin-top:0;margin-bottom:2.5rem}.faq-hub-section+.faq-hub-section{margin-top:2.5rem}.faq-accordion{display:grid;gap:.75rem}.faq-accordion-item{border:1px solid var(--color-border);border-radius:1rem;background-color:#fff;overflow:hidden}.faq-accordion-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;cursor:pointer;list-style:none;font-weight:600;color:var(--brand-navy)}.faq-accordion-item summary::-webkit-details-marker{display:none}.faq-accordion-item summary:after{content:"+";flex-shrink:0;font-size:1.25rem;line-height:1;color:var(--color-text-muted)}.faq-accordion-item[open] summary:after{content:"−"}.faq-accordion-item summary:hover,.faq-accordion-item summary:focus{background-color:var(--surface-muted)}.faq-accordion-item summary:focus,.faq-accordion-item summary:focus-visible{outline:none}.faq-accordion-question{font-size:1.05rem;line-height:1.35}.faq-accordion-panel{padding:0 1.25rem 1.25rem;color:var(--color-text-muted)}.faq-accordion-panel :global(p){margin:0}.faq-accordion-panel :global(p+p){margin-top:.75rem}.leadership-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.leadership-card{padding:1.5rem;border:var(--service-card-border-width) solid var(--service-card-border);border-radius:1rem;background-color:#fff;text-align:center;box-shadow:var(--shadow-card-brand);transition:box-shadow .2s ease,border-color .2s ease}.leadership-card:hover,.leadership-card:focus-within{border-color:var(--service-card-border-hover);border-width:var(--service-card-border-width);box-shadow:var(--shadow-card-brand-hover)}.leadership-avatar{width:136px;height:136px;object-fit:cover;border-radius:50%;display:block;margin:0 auto 1rem}.leadership-name{margin:0;margin-bottom:.75rem;color:var(--color-text);font-weight:700;font-size:1.75rem}.leadership-title{margin-bottom:.75rem;line-height:normal;color:var(--brand-navy);font-weight:700;font-size:1.15rem}.leadership-bio{margin:0;color:var(--color-text-muted);line-height:1.45}.leadership-more{margin-top:.5rem}.leadership-more summary{display:inline;list-style:none;cursor:pointer;color:var(--color-link);text-decoration:underline;font-weight:500;font-size:.9rem}.leadership-more summary::-webkit-details-marker{display:none}.leadership-more summary::marker{content:""}.leadership-more-body{margin-top:.5rem}.leadership-more-body p{margin:0;color:var(--color-text-muted);line-height:1.45}.leadership-more[open] summary:after{content:" (less)";opacity:.6}.insights-list{display:grid;gap:1rem}.insight-card{display:block;padding:1.25rem;border:1px solid var(--color-border);border-radius:1rem;background-color:#fff;color:var(--color-text);text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.insight-card:hover,.insight-card:focus-visible{border-color:var(--color-primary);text-decoration:none;box-shadow:0 18px 55px #2563eb14;transform:translateY(-2px)}.insight-card h3{margin:0 0 .5rem}.insight-card p{margin:0;color:var(--color-text-muted)}.insights-page .container-narrow h1{margin-bottom:.5rem}.insights-page .container-narrow .lead{margin-top:0;max-width:42rem}.insights-page .insights-list h3{margin-bottom:.25rem}.insights-page .insights-list p{line-height:1.45;margin-bottom:0}.insights-page .insights-list a:hover{box-shadow:none;transform:none}.insights-page .press-list strong{font-weight:600;font-size:1rem}.insights-page .press-list .meta{font-size:.9rem;margin-top:.15rem;color:var(--color-text-muted)}.insights-page .cta-row{margin-top:2rem}.insights-page .insights-list h3,.insights-page .press-list strong,.insights-page .insights-list a:hover h3,.insights-page .press-list a:hover strong{text-decoration:underline}.insights-page .insights-list a:hover,.insights-page .insights-list a:focus,.insights-page .press-list a:hover,.insights-page .press-list a:focus{text-decoration:none}.insights-page .insights-list a:hover *,.insights-page .insights-list a:focus *,.insights-page .press-list a:hover *,.insights-page .press-list a:focus *{text-decoration:none}.insights-section{scroll-margin-top:5rem}.insights-page .section h2,.insights-page .page-cta h2,.insights-page .faq-section h2{font-family:var(--font-heading);font-size:3rem;line-height:1.1;letter-spacing:-.02em;margin-top:0;margin-bottom:2.5rem;color:var(--brand-navy-ink)}#blog .lead,#news .lead,#media .lead{margin-left:0;margin-right:0;max-width:none;margin-bottom:2.5rem}.blog-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{display:flex;flex-direction:column;border:var(--service-card-border-width) solid var(--service-card-border);border-radius:1rem;background-color:#fff;overflow:hidden;box-shadow:var(--shadow-card-brand);transition:box-shadow .2s ease,border-color .2s ease}.blog-card:hover,.blog-card:focus-within{border-color:var(--service-card-border-hover);box-shadow:var(--shadow-card-brand-hover)}.blog-card-media{aspect-ratio:16 / 10;overflow:hidden}.blog-card-image,.blog-card-placeholder{display:block;width:100%;height:100%;object-fit:cover}.blog-card-placeholder{background:linear-gradient(135deg,var(--brand-navy) 0%,var(--brand-sage-soft) 100%)}.blog-card-body{display:flex;flex-direction:column;flex:1;padding:1.5rem;text-align:left}.blog-card-title{margin:0 0 .75rem;font-size:1.25rem;line-height:1.3;color:var(--color-text)}.blog-card-summary{margin:0 0 1rem;flex:1;color:var(--color-text-muted);line-height:1.45;font-size:.95rem}.blog-card-publisher{margin:0 0 .5rem;color:var(--color-text-muted);font-size:.875rem;line-height:1.4}.blog-card-more{align-self:flex-start;color:var(--color-link);text-decoration:underline;font-weight:500;font-size:.9rem}.blog-card-more:hover,.blog-card-more:focus-visible{color:var(--color-link-hover)}.insights-adjacent-nav{margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--color-border);display:grid;gap:1.5rem}.insights-adjacent-nav__sides{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.insights-adjacent-nav__link{display:grid;gap:.35rem;text-decoration:none;color:inherit;min-width:0}.insights-adjacent-nav__link:hover .insights-adjacent-nav__title,.insights-adjacent-nav__link:focus-visible .insights-adjacent-nav__title{color:var(--color-link-hover)}.insights-adjacent-nav__link--next{text-align:right;justify-items:end}.insights-adjacent-nav__dir{font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted)}.insights-adjacent-nav__title{font-family:var(--font-heading);font-size:1.05rem;line-height:1.35;color:var(--brand-navy-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.insights-adjacent-nav__placeholder{display:block}.insights-adjacent-nav__index{justify-self:center;color:var(--color-link);text-decoration:underline;font-weight:500;font-size:.95rem}.insights-adjacent-nav__index:hover,.insights-adjacent-nav__index:focus-visible{color:var(--color-link-hover)}@media(max-width:640px){.insights-adjacent-nav__sides{grid-template-columns:1fr}.insights-adjacent-nav__link--next{text-align:left;justify-items:start}}@media(max-width:860px){.blog-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.blog-card-grid{grid-template-columns:1fr}}.site-header{position:sticky;top:0;z-index:100;--site-header-height: 4.25rem;background-color:var(--header-bg)!important;border-bottom:1px solid var(--header-border)!important;box-shadow:var(--header-shadow)}.site-header .nav-toggle{color:var(--header-text)}@media(max-width:860px){.header-inner{flex-wrap:wrap;align-items:center}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}.utility-actions{display:flex;flex-wrap:wrap;gap:.5rem;width:100%;justify-content:flex-start;padding-top:.5rem}.nav-links{display:none;flex-direction:column;align-items:stretch;width:100%;order:10;gap:.35rem;padding:.75rem 0 .25rem;border-top:1px solid var(--header-border);margin-top:.5rem}.nav-links.open{display:flex;max-height:calc(100dvh - var(--header-offset));overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(.25rem + env(safe-area-inset-bottom,0px))}@media(prefers-reduced-motion:no-preference){.nav-links.open{transition:max-height .25s ease}}.nav-item-wrap{width:100%}.site-header .nav-item.is-active:after{bottom:.15rem}.site-header .nav-dropdown{flex-direction:column;align-items:stretch;width:100%}.site-header .nav-item,.site-header .nav-links>a.nav-item,.site-header .nav-trigger{width:100%;justify-content:flex-start;min-height:44px;padding:.5rem 0;box-sizing:border-box}.site-header .dropdown-menu{position:static;margin-top:.35rem;margin-left:.5rem;box-shadow:none;border:1px solid var(--submenu-border);background:var(--submenu-bg);padding:.5rem .75rem}.site-header .dropdown-menu a{min-height:44px;display:flex;align-items:center;padding:.5rem .5rem .5rem .65rem;color:var(--submenu-link-muted)}.site-header .dropdown-menu a.is-active{color:var(--submenu-link-active)}.site-header .dropdown-menu a.is-active:before{opacity:1}.site-header .dropdown-menu a:hover,.site-header .dropdown-menu a:focus-visible{color:var(--submenu-link-active);background-color:var(--submenu-hover-bg)}}.timeline-section:not(.service-section){padding:4rem var(--spacing-xl)}.about-page .service-section.timeline-section h2,.timeline-section:not(.service-section) h2{font-size:3rem;line-height:1.1;letter-spacing:-.02em;margin:0 0 2.5rem;text-align:center;color:var(--brand-navy-ink)}.timeline{list-style:none;margin:0;padding:0;position:relative;--timeline-label-width: 7.5rem;--timeline-spine-left: 3.75rem;--timeline-marker-width: 5.75rem;--timeline-marker-height: 2.5rem}.timeline:before{content:"";position:absolute;left:var(--timeline-spine-left);top:calc(var(--timeline-marker-height) / 2);bottom:calc(var(--timeline-marker-height) / 2);width:3px;border-radius:2px;background:linear-gradient(180deg,var(--brand-navy) 0%,var(--brand-sage-soft) 100%);transform:translate(-50%);z-index:0}.timeline-item{display:grid;grid-template-columns:var(--timeline-label-width) minmax(0,1fr);gap:1rem 1.25rem;align-items:center;position:relative}.timeline-item+.timeline-item{margin-top:1.5rem}.timeline-node{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:var(--timeline-label-width)}.timeline-year{display:flex;align-items:center;justify-content:center;width:var(--timeline-marker-width);height:var(--timeline-marker-height);padding:0 .35rem;background:var(--brand-navy-ink);color:var(--brand-white);font-size:.8125rem;font-weight:600;line-height:1.2;border-radius:999px;white-space:nowrap;position:relative;z-index:1;box-sizing:border-box}.timeline-callout{margin:0;padding:.5rem 0 .5rem .85rem;border:0;border-left:4px solid var(--brand-sage-soft);background:none;box-shadow:none}.timeline-callout p{margin:0;font-size:1rem;line-height:1.55;font-weight:500;color:var(--brand-navy-ink)}@media(max-width:479px){.about-page .service-section.timeline-section h2,.timeline-section:not(.service-section) h2{font-size:2.25rem}.timeline{--timeline-label-width: 6.5rem;--timeline-spine-left: 3.25rem;--timeline-marker-width: 5.75rem}.timeline-item{gap:.75rem 1rem}.timeline-year{font-size:.6875rem}}@media(min-width:768px){.timeline-item{gap:1.25rem 1.75rem}}.timeline-section-intro,.timeline-section-lead,.timeline-section-closing{max-width:42rem;margin-left:auto;margin-right:auto;text-align:center;line-height:1.6}.timeline-section-intro{margin:0 auto 1rem}.timeline-section-lead{margin:0 auto 2.5rem}.timeline-section-intro+.timeline-section-lead{margin-top:0}.timeline-section-closing{margin:2rem auto 0}.about-guides-section h2{text-align:left}.about-guides-block{margin-top:2rem}.about-guides-block h3{margin:0 0 .75rem;font-family:var(--font-heading);font-size:1.75rem;font-weight:700;line-height:1.2;color:var(--brand-navy-ink)}.about-guides-block>p{margin:0;max-width:42rem;line-height:1.6;color:var(--color-text)}.about-guides-block--values{margin-top:2.5rem}.about-values-intro{margin:0 0 1.25rem;max-width:42rem;line-height:1.6;color:var(--color-text)}.about-values-list{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem 2rem;grid-template-columns:1fr}.about-values-list__item{margin:0}.about-values-list__title{display:block;margin:0 0 .35rem;font-size:1rem;font-weight:600;color:var(--brand-navy-ink)}.about-values-list__desc{margin:0;font-size:1rem;line-height:1.5;color:var(--color-text)}.about-affiliate-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.about-affiliate-intro{margin:1.25rem 0 1.5rem;line-height:1.6}.about-affiliate-intro+.about-affiliate-intro{margin-top:1rem}.about-affiliate-card h3{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:var(--brand-navy-ink)}.about-affiliate-card p{margin:0;line-height:1.55}a.about-affiliate-card,a.about-province-ecosystem__parent{text-decoration:none;color:inherit}.service-page a.about-affiliate-card,.service-page a.about-province-ecosystem__parent{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.service-page a.about-affiliate-card:hover,.service-page a.about-affiliate-card:focus,.service-page a.about-province-ecosystem__parent:hover,.service-page a.about-province-ecosystem__parent:focus{text-decoration:none;border-color:var(--brand-sage-soft);box-shadow:0 4px 16px #0f172a14}.about-affiliate-closing{margin:2rem 0 0;max-width:42rem;line-height:1.6}.about-page.service-page .service-section p+p{margin-top:1rem}.about-page .service-section--expect .service-expect-grid{grid-template-columns:1fr}.about-stat-strip{padding-top:2rem}.about-stat-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}.about-stat-card{display:flex;flex-direction:column;padding:0;overflow:hidden;min-height:0}.about-stat-card__icon{flex-shrink:0}.about-stat-card__body{padding:1.25rem 1.5rem 1.5rem}.about-stat-card__body h3{margin:0;font-size:1.125rem;font-weight:600;line-height:1.35;color:var(--brand-navy-ink)}.about-stat-card__body p{margin:.5rem 0 0;font-size:.95rem;line-height:1.45;color:var(--color-text-muted)}.about-comparison-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.about-comparison-panel{margin:0;padding:1.5rem}.about-comparison-panel h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--brand-navy-ink)}.about-comparison-panel--muted{border-color:var(--service-card-border);background:var(--surface-muted)}.about-comparison-panel--highlight{border-color:var(--brand-navy-ink);background:color-mix(in srgb,var(--brand-navy) 6%,var(--brand-white));box-shadow:inset 4px 0 0 var(--brand-sage-soft)}.about-comparison-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.about-comparison-list li{position:relative;padding-left:1.25rem;font-size:1rem;line-height:1.5;color:var(--color-text)}.about-comparison-panel--muted .about-comparison-list li:before{content:"×";position:absolute;left:0;color:var(--brand-gray-muted);font-weight:700}.about-comparison-panel--highlight .about-comparison-list li:before{content:"✓";position:absolute;left:0;color:var(--brand-sage-soft);font-weight:700}@media(min-width:640px){.about-stat-grid,.about-page .service-section--expect .service-expect-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.about-comparison-grid{grid-template-columns:repeat(2,1fr);align-items:stretch}}@media(min-width:1024px){.about-stat-grid{grid-template-columns:repeat(4,1fr)}}.about-story-grid{display:grid;gap:2rem;align-items:start;margin-top:2rem}.about-story-section--no-heading .about-story-grid{margin-top:0}.about-story-copy p{margin:0}.about-story-copy p+p{margin-top:1rem}.about-story-quote{margin:1.75rem 0 0;padding:1.25rem 0 1.25rem 1.25rem;border-left:4px solid var(--brand-sage-soft)}.about-story-quote p{margin:0;font-size:1.125rem;line-height:1.55;font-weight:500;color:var(--brand-navy-ink)}.about-story-quote footer{display:block;margin-top:.75rem;font-size:.95rem;font-style:normal;font-weight:600;color:var(--color-text-muted)}.about-story-image{margin:0}.about-story-image img{width:100%;border-radius:1rem;object-fit:cover;aspect-ratio:4 / 5}.about-story-section--photo-quote .about-story-image img{aspect-ratio:auto;object-fit:contain}.about-story-grid--photo-quote{margin-top:1.5rem}.about-approach-intro{max-width:48rem;margin:0 0 1rem;line-height:1.6}.about-approach-intro:first-of-type{margin-top:1.25rem}.about-approach-pillars{list-style:none;margin:2.5rem 0 0;padding:0;display:grid;gap:2rem;grid-template-columns:1fr}.about-approach-pillar{text-align:center}.about-approach-pillar .service-icon{margin:0 auto 1rem}.about-approach-pillar .service-icon.service-icon--feature{color:var(--brand-navy-ink)}.about-approach-pillar h3{margin:0 0 .65rem;font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--brand-navy-ink)}.about-approach-pillar p{margin:0 auto;max-width:22rem;line-height:1.55;color:var(--color-text)}.about-purpose-intro{max-width:46rem;margin:1.25rem 0 0;line-height:1.6}.about-purpose-split{display:grid;gap:2rem;margin-top:2rem;grid-template-columns:1fr;align-items:start}.about-purpose-image .hero-img{width:100%;height:auto;border-radius:1rem}.about-purpose-panels{display:grid;gap:2rem}.about-purpose-grid{display:grid;gap:2rem;margin-top:2rem;grid-template-columns:1fr}.about-purpose-panel h3{margin:0 0 .75rem;font-family:var(--font-heading);font-size:1.75rem;font-weight:700;line-height:1.2;color:var(--brand-navy-ink)}.about-purpose-panel p{margin:0;line-height:1.6;color:var(--color-text)}.about-purpose-values{margin-top:3rem}.service-page .about-purpose-section .about-purpose-values__heading{margin-bottom:0;font-size:1.75rem;font-weight:700;line-height:1.2;letter-spacing:normal;color:var(--brand-navy-ink)}.about-purpose-values__intro{max-width:46rem;margin:1rem 0 0;line-height:1.6}.about-purpose-values__intro:first-of-type{margin-top:1.25rem}.about-purpose-values__grid{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1.5rem;grid-template-columns:1fr}.about-values-section-intro{max-width:46rem;margin:1rem 0 0;line-height:1.6}.about-values-section-intro:first-of-type{margin-top:1.25rem}.about-values-band{list-style:none;margin:2.5rem 0 0;padding:0;display:grid;gap:2rem;grid-template-columns:1fr}.about-values-band__item{text-align:center}.about-values-band__item .service-icon{margin:0 auto .85rem}.about-values-band__item h3{margin:0 0 .65rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--brand-navy-ink)}.about-values-band__item p{margin:0 auto;max-width:18rem;line-height:1.55;color:var(--color-text)}.about-value-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.about-value-card{display:flex;flex-direction:column;padding:0;overflow:hidden;min-height:0}.about-value-card__icon{padding:.85rem 1.5rem 0}.about-value-card .service-icon.service-icon--feature{color:var(--brand-navy-ink)}.about-value-card__body{padding:.65rem 1.5rem 1.25rem}.about-value-card__body h3{margin:0;font-size:1.125rem;font-weight:600;color:var(--brand-navy-ink)}.about-value-card__body p{margin:.5rem 0 0;font-size:.95rem;line-height:1.45;color:var(--color-text-muted)}@media(min-width:768px){.about-story-grid{grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.about-story-grid--photo-quote{align-items:start}.about-purpose-split{grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.about-approach-pillars{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}.about-purpose-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}.about-purpose-values__grid{grid-template-columns:repeat(2,1fr)}.about-values-band{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.about-value-grid{grid-template-columns:repeat(3,1fr)}}.about-leadership-section{padding-top:2rem;padding-bottom:2rem}.about-leadership-section p{margin:0;line-height:1.6}@media(min-width:768px){.about-values-list,.about-affiliate-grid{grid-template-columns:repeat(2,1fr)}}.about-prose-narrow{max-width:43.75rem}.why-section-intro{max-width:48rem;margin:0 0 1rem;line-height:1.6}.why-section-intro:first-of-type{margin-top:1.25rem}.why-section-intro--lead{margin-bottom:.75rem;font-weight:600}.why-challenge-list{margin:0 0 1.25rem;padding-left:1.25rem;max-width:48rem;line-height:1.6}.why-challenge-list li{margin-bottom:.4rem}.why-visual-placeholder{margin-top:2.5rem;padding:1.5rem;border:1px dashed color-mix(in srgb,var(--brand-navy-ink) 28%,transparent);background:color-mix(in srgb,var(--surface-muted) 70%,transparent);border-radius:.25rem}.why-visual-placeholder__label{margin:0 0 .25rem;font-family:var(--font-heading);font-size:.95rem;font-weight:700;color:var(--brand-navy-ink)}.why-visual-placeholder__note{margin:0 0 1.25rem;font-size:.85rem;color:color-mix(in srgb,var(--color-text) 70%,transparent)}.why-software-compare{display:grid;gap:1.5rem;grid-template-columns:1fr}.why-software-compare__col h3{margin:0 0 .75rem;font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--brand-navy-ink)}.why-software-compare__col ul{margin:0;padding-left:1.15rem;line-height:1.55}.why-software-compare__col--highlight{color:var(--brand-navy-ink)}.why-process-steps{list-style:none;margin:0;padding:0;display:grid;gap:1.5rem}.why-process-step{position:relative;padding-left:1.5rem;border-left:2px solid color-mix(in srgb,var(--brand-navy-ink) 22%,transparent)}.why-process-step h3{margin:0 0 .4rem;font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:var(--brand-navy-ink)}.why-process-step p{margin:0;max-width:42rem;line-height:1.55}.why-outcomes-band{list-style:none;margin:0;padding:0;display:grid;gap:2rem;grid-template-columns:1fr}.why-outcomes-band__item{text-align:center}.why-outcomes-band__item .service-icon{margin:0 auto .85rem}.why-outcomes-band__item .service-icon.service-icon--feature{color:var(--brand-navy-ink)}.why-outcomes-band__item h3{margin:0 0 .65rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--brand-navy-ink)}.why-outcomes-band__item p{margin:0 auto;max-width:18rem;line-height:1.55;color:var(--color-text)}.community-intro-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.community-intro-copy h2{margin-bottom:1rem}.community-intro-image .hero-img{width:100%;height:auto;border-radius:1rem}@media(min-width:768px){.community-intro-grid{grid-template-columns:1.1fr .9fr;gap:3rem}.community-intro-grid--image-left{grid-template-columns:.9fr 1.1fr}.community-intro-grid--image-left .community-intro-image{order:-1}}.community-section-intro{max-width:48rem;margin:0 0 1rem;line-height:1.6}.community-intro-copy .community-section-intro:first-of-type{margin-top:0}.community-section-intro:first-of-type{margin-top:1.25rem}.community-section-actions{margin-top:1.75rem;display:flex;gap:1rem;flex-wrap:wrap}.community-perks-carousel{position:relative;margin-top:2rem;display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center}.community-perks-carousel__track{list-style:none;margin:0;padding:.25rem .15rem .75rem;display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin}.community-perks-carousel__nav{flex-shrink:0;width:2.25rem;height:2.25rem;border:1px solid var(--color-border);border-radius:999px;background:var(--brand-white);color:var(--brand-navy-ink);font-size:1.5rem;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}.community-perks-carousel__nav:hover,.community-perks-carousel__nav:focus-visible{border-color:var(--brand-navy-ink);outline:none}.community-perk-card{flex:0 0 min(17.5rem,78vw);scroll-snap-align:start;display:flex;flex-direction:column;padding:0;overflow:hidden;min-height:0}.community-perk-card__media{display:flex;align-items:center;justify-content:center;min-height:7.5rem;padding:1.25rem 1.25rem .5rem;background:var(--brand-white)}.community-perk-card__media img{display:block;width:100%;max-height:4.5rem;object-fit:contain}.community-perk-card__body{padding:.75rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex:1}.community-perk-card__body h3{margin:0 0 .5rem;font-family:var(--font-heading);font-size:1.05rem;font-weight:700;line-height:1.3;color:var(--brand-navy-ink)}.community-perk-card__body h3 a{color:inherit;text-decoration:none}.community-perk-card__body h3 a:hover,.community-perk-card__body h3 a:focus{text-decoration:underline}.community-perk-card__tease{margin:0 0 .75rem;font-size:.95rem;font-weight:600;line-height:1.4;color:var(--brand-navy-ink)}.community-perk-card__details{margin-top:auto}.community-perk-card__details summary{cursor:pointer;list-style:none;font-size:.9rem;font-weight:600;color:var(--color-link);user-select:none}.community-perk-card__details summary::-webkit-details-marker{display:none}.community-perk-card__details .community-perk-card__less,.community-perk-card__details[open] .community-perk-card__more{display:none}.community-perk-card__details[open] .community-perk-card__less{display:inline}.community-perk-card__full{margin:.75rem 0 0;font-size:.9rem;line-height:1.55;color:var(--color-text)}@media(max-width:639px){.community-perks-carousel{grid-template-columns:1fr}.community-perks-carousel__nav{display:none}}.community-partners-grid{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1.5rem;grid-template-columns:1fr}.community-partner-card{padding:1.5rem}.community-partner-card h3{margin:0 0 .65rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--brand-navy-ink)}.community-partner-card p{margin:0;line-height:1.55;color:var(--color-text)}.community-leadership-subheading{margin:1.25rem 0 0;font-family:var(--font-heading);font-size:1.75rem;font-weight:700;line-height:1.2;color:var(--brand-navy-ink)}.community-leadership-split{display:grid;gap:2.5rem;margin-top:2.5rem;grid-template-columns:1fr}.community-leadership-panel h3{margin:0 0 1rem;font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--brand-navy-ink)}.community-awards-intro{margin:0 0 1rem;line-height:1.6;max-width:36rem}.community-list{margin:0;padding-left:1.25rem;line-height:1.6}.community-list li{margin-bottom:.45rem}.community-connect-grid{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1.5rem;grid-template-columns:1fr}.community-connect-card{padding:1.5rem;display:flex;flex-direction:column}.community-connect-card h3{margin:0 0 .65rem;font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--brand-navy-ink)}.community-connect-card p{margin:0 0 1.25rem;line-height:1.55;flex:1}.community-connect-card__link{font-weight:600}@media(min-width:768px){.community-partners-grid{grid-template-columns:repeat(2,1fr)}.community-leadership-split{grid-template-columns:1fr 1fr;gap:3rem}.community-connect-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.community-partners-grid{grid-template-columns:repeat(3,1fr)}}main.about-page-v2{scroll-behavior:smooth}main.about-page-v2 .about-page [id],main.about-page-v2 .why-page [id]{scroll-margin-top:calc(var(--site-header-height, 4.25rem) + 3.5rem)}.about-anchor-nav{position:sticky;top:var(--site-header-height, 4.25rem);z-index:40;background:var(--brand-white);border-bottom:1px solid var(--color-border);box-shadow:0 2px 12px #0f172a0f}.about-anchor-nav__inner{display:flex;gap:.5rem 1.25rem;max-width:880px;margin-inline:auto;overflow-x:auto;padding:1rem var(--spacing-xl);justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.about-anchor-nav__link{flex-shrink:0;font-size:.9rem;font-weight:600;color:var(--brand-navy);text-decoration:none;white-space:nowrap;padding:.25rem 0;border-bottom:2px solid transparent}.about-anchor-nav__link:hover,.about-anchor-nav__link:focus{color:var(--color-link-hover);text-decoration:none}.about-anchor-nav__link.is-active{color:var(--brand-blue);border-bottom-color:var(--brand-blue)}.about-story-grid--quote-right{margin-top:1.5rem}.about-story-grid--quote-right .about-story-quote{margin:0}.about-services-section .service-grid{margin-top:2rem;max-width:none;grid-template-columns:repeat(2,minmax(0,1fr))}.about-services-section .service-card{display:flex;flex-direction:column;align-items:center;padding:1.25rem;text-align:center}.about-services-section .service-icon.service-icon--feature{color:var(--brand-navy-ink);margin-bottom:.75rem;justify-content:center}.about-services-section .service-icon.service-icon--feature svg{width:44px;height:44px}.about-services-section .service-title{margin-bottom:0;justify-content:center;width:100%}.about-services-section .service-card h3{font-size:1.125rem;line-height:1.35;color:var(--brand-navy-ink);text-align:center;width:100%}.service-section--expect-split .service-expect-split{display:grid;gap:2.5rem;margin-top:0}.service-expect-split__intro h2{margin-top:0}.service-expect-split__intro .service-section-closing{margin:1rem 0 0}.service-expect-split__list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.service-expect-split__item{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;line-height:1.5;color:var(--color-text)}.about-province-ecosystem{margin:2rem 0 0;text-align:center}.about-province-ecosystem__parent{display:inline-block;padding:.75rem 1.5rem;font-weight:700;color:var(--brand-navy-ink);background:var(--brand-white);border:1px solid var(--color-border);border-radius:.5rem}.about-province-ecosystem__connectors{position:relative;width:100%;height:1.5rem}.about-province-ecosystem__stem{width:2px;height:1.5rem;margin:0 auto;background:var(--brand-navy);opacity:.35}.about-province-ecosystem__rail{display:none;position:absolute;bottom:0;height:2px;background:var(--brand-navy);opacity:.35}.about-province-ecosystem__logo{display:block;max-height:2rem;width:auto;max-width:9rem;object-fit:contain}.about-province-ecosystem__parent .about-province-ecosystem__logo{max-height:2.25rem;max-width:11rem}.about-province-ecosystem .about-affiliate-grid{margin-top:0;text-align:left}.about-province-ecosystem__drops{display:none;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1rem}.about-province-ecosystem__drop{display:block;width:2px;height:1rem;margin:0 auto;background:var(--brand-navy);opacity:.35}@media(min-width:768px){.about-province-ecosystem[data-affiliate-count="2"] .about-province-ecosystem__rail{display:block;left:25%;right:25%}.about-province-ecosystem[data-affiliate-count="2"] .about-province-ecosystem__drops{display:grid;grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about-province-ecosystem[data-affiliate-count="3"] .about-province-ecosystem__rail{display:block;left:calc(100% / 6);right:calc(100% / 6)}.about-province-ecosystem[data-affiliate-count="3"] .about-province-ecosystem__drops{display:grid;grid-template-columns:repeat(3,1fr)}.about-purpose-values__grid{grid-template-columns:repeat(3,1fr)}.about-values-band{grid-template-columns:repeat(4,1fr)}}.about-affiliate-card__logo{display:block;max-height:2.5rem;width:auto;max-width:10rem;margin-bottom:.75rem;object-fit:contain}.about-affiliate-card__name{margin:0 0 .5rem;font-size:1.125rem;font-weight:700;color:var(--brand-navy-ink)}.timeline-section--horizontal .timeline-section__wide{max-width:72rem}.about-page .service-section.timeline-section--horizontal h2{text-align:left}.timeline--alternating{margin:2rem 0 0}.timeline-item--alternating{transition:opacity .45s ease,transform .45s ease;transition-delay:calc(var(--timeline-index, 0) * .08s)}.timeline-section--horizontal.timeline--animate .timeline-item--alternating{opacity:0;transform:translateY(.5rem)}.timeline-section--horizontal.timeline--animate .timeline-item--alternating.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.timeline-section--horizontal.timeline--animate .timeline-item--alternating{opacity:1;transform:none}}.timeline-alternate-spacer{display:none}.timeline-axis{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;width:var(--timeline-label-width)}.timeline--alternating .timeline-item--alternating{display:grid;grid-template-columns:var(--timeline-label-width) minmax(0,1fr);gap:1rem 1.25rem;align-items:center}.timeline--alternating .timeline-item--alternating+.timeline-item--alternating{margin-top:1.5rem}.timeline--alternating .timeline-axis{grid-column:1;grid-row:1}.timeline--alternating .timeline-callout--above,.timeline--alternating .timeline-callout--below{grid-column:2;grid-row:1;min-height:0}.timeline--alternating .timeline-callout p{font-size:1rem}@media(min-width:768px){.why-software-compare{grid-template-columns:1fr 1fr;gap:2rem}.why-page .about-approach-pillars,.why-outcomes-band{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.about-story-grid--quote-right{grid-template-columns:1.1fr .9fr;align-items:center}.about-services-section .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-section--expect-split .service-expect-split{grid-template-columns:1fr 1fr;align-items:start;gap:3rem}.about-affiliate-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.timeline--alternating{display:flex;flex-direction:row;align-items:stretch;gap:0;margin-top:0;margin-bottom:3.5rem;padding:0;min-height:18rem}.timeline--alternating:before{left:calc(50% / var(--timeline-count, 7));right:calc(50% / var(--timeline-count, 7));top:50%;bottom:auto;width:auto;height:3px;transform:translateY(-50%);background:linear-gradient(90deg,var(--brand-navy) 0%,var(--brand-sage-soft) 100%)}.timeline--alternating .timeline-item--alternating{flex:1;min-width:0;position:relative;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto minmax(0,1fr);gap:0;padding:0 .35rem;margin-top:0;align-items:stretch}.timeline--alternating .timeline-item--alternating+.timeline-item--alternating{margin-top:0}.timeline--alternating .timeline-alternate-spacer{display:block;min-height:0}.timeline--alternating .timeline-callout--above,.timeline--alternating .timeline-alternate-spacer--above{grid-row:1;align-self:end;margin-bottom:.5rem}.timeline--alternating .timeline-callout--below,.timeline--alternating .timeline-alternate-spacer--below{grid-row:3;align-self:start;margin-top:.5rem}.timeline--alternating .timeline-axis{grid-column:1;grid-row:2;width:auto;justify-self:center;align-self:center}.timeline--alternating .timeline-year{position:relative;z-index:2;font-size:.75rem}.timeline--alternating .timeline-callout{grid-column:1;justify-self:center;width:100%;max-width:11rem;margin:0;padding-inline:.35rem;border:0;text-align:center}.timeline--alternating .timeline-callout--above{padding-bottom:.85rem}.timeline--alternating .timeline-callout--below{padding-top:.85rem}.timeline--alternating .timeline-callout p{font-size:.875rem;line-height:1.45}.why-outcomes-band{grid-template-columns:repeat(4,1fr)}}.site-header[data-astro-cid-3ef6ksr2] .nav-trigger[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.25rem;border:none;background:none;font:inherit;cursor:pointer;padding:0;text-decoration:none}.site-header[data-astro-cid-3ef6ksr2] .nav-trigger[data-astro-cid-3ef6ksr2]:hover,.site-header[data-astro-cid-3ef6ksr2] .nav-trigger[data-astro-cid-3ef6ksr2]:focus{text-decoration:none}.site-header[data-astro-cid-3ef6ksr2] .dropdown-menu[data-astro-cid-3ef6ksr2]{display:flex}.site-header[data-astro-cid-3ef6ksr2] .dropdown-menu[data-astro-cid-3ef6ksr2][hidden]{display:none!important}
