:root{--navy:#0b1b33;--navy-700:#12294a;--navy-600:#1b3a63;--blue:#1b6be0;--blue-bright:#2f83f5;--blue-soft:#e8f0fd;--ink:#12181f;--ink-muted:#4a5566;--ink-faint:#6b7686;--paper:#fff;--paper-alt:#f5f7fa;--rule:#e2e7ee;--sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--shell:1180px;--gutter:clamp(1.1rem, 4vw, 2.5rem);--radius:10px;--shadow:0 1px 2px #0b1b330f, 0 8px 24px #0b1b3312}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--sans);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:var(--blue)}h1,h2,h3,h4{letter-spacing:-.02em;color:var(--navy);margin:0 0 .6em;font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:1.1875rem}p{margin:0 0 1.15em}.shell{max-width:var(--shell);padding-inline:var(--gutter);margin-inline:auto}.skip{background:var(--navy);color:#fff;z-index:100;padding:.7rem 1.1rem;position:absolute;top:0;left:-9999px}.skip:focus{left:0}.masthead{z-index:50;backdrop-filter:blur(10px);border-bottom:1px solid var(--rule);background:#fffffff0;position:sticky;top:0}.masthead .shell{align-items:center;gap:1.25rem;min-height:128px;display:flex}.brand{color:var(--navy);flex:none;align-items:center;gap:.7rem;text-decoration:none;display:flex}.brand img{flex:none;width:104px;height:104px}.brand-text{flex-direction:column;line-height:1.1;display:flex}.brand-name{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.brand-sub{text-transform:uppercase;letter-spacing:.11em;color:var(--ink-faint);font-size:.6875rem;font-weight:600}.masthead nav{flex-wrap:wrap;align-items:center;gap:.25rem;margin-left:auto;display:flex}.masthead nav a{color:var(--ink-muted);border-radius:7px;padding:.45rem .7rem;font-size:.9375rem;font-weight:500;text-decoration:none}.masthead nav a:hover{color:var(--navy);background:var(--paper-alt)}.masthead nav a[aria-current=page]{color:var(--blue);font-weight:600}.masthead .call{background:var(--navy);color:#fff;white-space:nowrap;border-radius:7px;margin-left:.5rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;text-decoration:none}.masthead .call:hover{background:var(--navy-700);color:#fff}.hero{background:linear-gradient(135deg, #0b1b33f0, #12294ae0), var(--navy);color:#fff;background-position:50%;background-size:cover;padding:clamp(3.5rem,9vw,6.5rem) 0}.hero.with-photo{background-blend-mode:normal}.hero h1{color:#fff;max-width:18ch}.hero .lede{color:#c9d6e8;max-width:62ch;margin-bottom:1.6rem;font-size:clamp(1.0625rem,2vw,1.25rem)}.hero .eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--blue-bright);margin-bottom:.9rem;font-size:.75rem;font-weight:700}.creds{color:#a9bcd6;flex-wrap:wrap;gap:.5rem 1.35rem;margin:1.6rem 0 0;padding:0;font-size:.875rem;font-weight:600;list-style:none;display:flex}.creds li{align-items:center;gap:.45rem;display:flex}.creds li:before{content:"";background:var(--blue-bright);border-radius:50%;flex:none;width:6px;height:6px}.page-head{background:var(--navy);color:#fff;padding:clamp(2.4rem,6vw,4rem) 0}.page-head h1{color:#fff;margin-bottom:.4rem}.page-head p{color:#bccbe0;max-width:66ch;margin:0}.breadcrumb{color:#8ba3c4;letter-spacing:.01em;margin-bottom:.9rem;font-size:.8125rem}.breadcrumb a{color:#8ba3c4;text-decoration:none}.breadcrumb a:hover{color:#fff;text-decoration:underline}.btn{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:7px;padding:.75rem 1.4rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-block}.btn:hover{background:var(--blue-bright)}.btn.ghost{color:#fff;background:0 0;box-shadow:inset 0 0 0 1.5px #ffffff59}.btn.ghost:hover{background:#ffffff1a}.btn-row{flex-wrap:wrap;gap:.7rem;display:flex}section.band{padding:clamp(2.75rem,7vw,4.75rem) 0}section.band.alt{background:var(--paper-alt)}.section-head{max-width:60ch;margin-bottom:2rem}.section-head p{color:var(--ink-muted);margin:0}.prose{max-width:68ch}.prose ul{padding-left:1.15rem}.prose li{margin-bottom:.4rem}.grid{grid-template-columns:repeat(auto-fit,minmax(265px,1fr));gap:1.25rem;display:grid}.card{background:var(--paper);border:1px solid var(--rule);border-radius:var(--radius);color:inherit;flex-direction:column;padding:1.5rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}a.card:hover{box-shadow:var(--shadow);border-color:#c4d3e8;transform:translateY(-2px)}.card h3{margin-bottom:.4rem}.card p{color:var(--ink-muted);margin:0;font-size:.9375rem}.card .more{color:var(--blue);margin-top:.9rem;font-size:.875rem;font-weight:600}.pillar .num{letter-spacing:.14em;color:var(--blue);text-transform:uppercase;margin-bottom:.7rem;font-size:.75rem;font-weight:700}.gallery{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.85rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}.gallery img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);border:1px solid var(--rule);background:var(--paper-alt);width:100%}.figure{margin:1.75rem 0}.figure img{border-radius:var(--radius);border:1px solid var(--rule);width:100%}.figure figcaption{color:var(--ink-faint);margin-top:.5rem;font-size:.8125rem}.split{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:clamp(1.75rem,4vw,3.25rem);display:grid}.duo{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(1.75rem,4vw,3.5rem);display:grid}.sidebar{border:1px solid var(--rule);border-radius:var(--radius);background:var(--paper-alt);padding:1.4rem;position:sticky;top:144px}.sidebar h2{margin-bottom:.7rem;font-size:1.0625rem}.sidebar ul{margin:0 0 1.1rem;padding:0;list-style:none}.sidebar li{margin-bottom:.3rem}.sidebar a{color:var(--ink-muted);font-size:.9375rem;text-decoration:none}.sidebar a:hover{color:var(--blue);text-decoration:underline}.sidebar a[aria-current=page]{color:var(--blue);font-weight:600}.form-wrap{background:var(--paper);border:1px solid var(--rule);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(1.4rem,4vw,2.1rem)}.field{margin-bottom:1rem}.field label{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.8125rem;font-weight:600;display:block}.field input,.field select,.field textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #ccd6e3;border-radius:7px;padding:.65rem .8rem;font-size:1rem}.field textarea{resize:vertical;min-height:130px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--blue);outline-offset:1px;border-color:var(--blue)}.field-row{grid-template-columns:1fr 1fr;gap:0 1rem;display:grid}.form-note{color:var(--ink-faint);margin:.9rem 0 0;font-size:.8125rem}.form-status{margin-top:1rem;font-size:.9375rem;font-weight:600}.form-status.ok{color:#1a7f4b}.form-status.bad{color:#b3261e}.hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.cta{background:linear-gradient(135deg, var(--navy), var(--navy-600));color:#fff;text-align:center;padding:clamp(2.5rem,6vw,3.75rem) 0}.cta h2{color:#fff}.cta p{color:#bccbe0;margin-inline:auto;max-width:54ch;margin-bottom:1.5rem}.cta .btn-row{justify-content:center}footer.site{background:var(--navy);color:#9db0cb;padding:3rem 0 2rem;font-size:.9375rem}footer.site a{color:#c5d4e8;text-decoration:none}footer.site a:hover{color:#fff;text-decoration:underline}footer.site h3{color:#fff;text-transform:uppercase;letter-spacing:.13em;margin-bottom:.85rem;font-size:.75rem}.foot-grid{grid-template-columns:1.6fr 1fr 1fr 1fr .9fr;gap:2rem;display:grid}.foot-grid ul{margin:0;padding:0;list-style:none}.foot-grid li{margin-bottom:.35rem}.foot-brand img{width:112px;height:112px;margin-bottom:1rem}.foot-brand p{max-width:34ch;font-size:.875rem}.foot-bottom{border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:.6rem 1.5rem;margin-top:2.4rem;padding-top:1.4rem;font-size:.8125rem;display:flex}@media (width<=1100px){.brand img{width:88px;height:88px}.masthead .shell{min-height:112px}.sidebar{top:128px}}@media (width<=1000px){.foot-grid{grid-template-columns:1fr 1fr 1fr}.foot-brand{grid-column:1/-1}}@media (width<=900px){.split,.duo{grid-template-columns:1fr}.sidebar{position:static}}@media (width<=720px){.masthead{position:static}.brand img{width:76px;height:76px}.brand-name{font-size:1.0625rem}.masthead .shell{flex-wrap:wrap;gap:.6rem;min-height:0;padding-block:.75rem}.masthead nav{gap:.1rem;width:100%;margin-left:0}.masthead nav a{padding:.4rem .55rem;font-size:.875rem}.masthead .call{margin-left:auto}.field-row{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}a.card:hover{transform:none}}
