:root{--navy: #001d4a;--surface: #ffffff;--tint: #f1f4f9;--green: #4e9d4c;--green-fill: #2f6b2e;--green-fill-hover: #255722;--green-text: #2c652b;--muted: #4f5d77;--rule: #7885a0;--font: "Cabin", "Segoe UI", system-ui, -apple-system, sans-serif;--stack: clamp(3.5rem, 7vw, 6.5rem);--measure-pad: clamp(1.25rem, 4vw, 3.5rem);--gap: clamp(1.5rem, 3vw, 2.5rem)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font);font-size:1.125rem;line-height:1.65;color:var(--navy);background:var(--surface);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.15;font-weight:700;color:var(--navy);text-wrap:balance}h1{font-size:clamp(2.25rem,5.5vw,4rem);letter-spacing:-.02em}h2{font-size:clamp(1.75rem,3.6vw,2.75rem);letter-spacing:-.01em}h3{font-size:clamp(1.3rem,2.2vw,1.6rem)}p{margin:0 0 1.15em}p:last-child{margin-bottom:0}a{color:var(--green-text);text-decoration-thickness:2px;text-underline-offset:3px}a:hover{color:var(--green-fill-hover)}:focus-visible{outline:3px solid var(--green-fill);outline-offset:3px;border-radius:2px}img{max-width:100%;height:auto;display:block}hr,.rule{border:0;border-top:2px solid var(--rule);margin:0}.skip-link{position:absolute;left:-9999px;top:0;background:var(--navy);color:var(--surface);padding:.75rem 1.25rem;z-index:100}.skip-link:focus{left:0}.wrap{width:100%;padding-inline:var(--measure-pad)}.section{padding-block:var(--stack)}.section--tint{background:var(--tint)}.section--navy{background:var(--navy);color:var(--surface)}.section--navy h1,.section--navy h2,.section--navy h3{color:var(--surface)}.eyebrow{font-size:.9375rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green-text);margin:0 0 .75rem}.section--navy .eyebrow{color:var(--green)}.lede{font-size:clamp(1.2rem,2vw,1.4rem);color:var(--muted)}.section--navy .lede{color:var(--surface)}.masthead{background:var(--surface);border-bottom:2px solid var(--rule);position:sticky;top:0;z-index:50}.masthead__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--gap);padding-block:1rem;flex-wrap:wrap}.masthead__brand{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;text-decoration:none;color:var(--navy)}.masthead__accent{color:var(--green-text)}.masthead__nav ul{list-style:none;display:flex;gap:clamp(1rem,2.5vw,2.25rem);margin:0;padding:0;flex-wrap:wrap}.masthead__nav a{display:inline-block;padding:.5rem .25rem;min-height:24px;font-weight:600;color:var(--navy);text-decoration:none;border-bottom:3px solid transparent}.masthead__nav a:hover{color:var(--green-fill-hover);border-bottom-color:var(--green-fill)}.masthead__nav a[aria-current=page]{color:var(--green-text);border-bottom-color:var(--green-fill)}.nav-toggle,.nav-toggle__label{display:none}@media(max-width:820px){.nav-toggle__label{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;cursor:pointer;border:2px solid var(--rule);border-radius:4px}.nav-toggle__label span{display:block;height:3px;background:var(--navy);border-radius:2px}.masthead__nav{display:none;flex-basis:100%}.nav-toggle:checked~.masthead__nav{display:block}.masthead__nav ul{flex-direction:column;gap:0;padding-block:.5rem}.masthead__nav a{display:block;padding:.85rem 0;border-bottom:2px solid var(--tint)}}.btn{display:inline-block;padding:.9rem 1.9rem;min-height:48px;font-family:inherit;font-size:1.0625rem;font-weight:700;text-decoration:none;border:2px solid transparent;border-radius:4px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.btn--primary{background:var(--green-fill);color:var(--surface);border-color:var(--green-fill)}.btn--primary:hover{background:var(--green-fill-hover);border-color:var(--green-fill-hover);color:var(--surface)}.btn--secondary{background:transparent;color:var(--navy);border-color:var(--navy)}.btn--secondary:hover{background:var(--navy);color:var(--surface)}.section--navy .btn--secondary,.hero .btn--secondary{color:var(--surface);border-color:var(--surface)}.section--navy .btn--secondary:hover,.hero .btn--secondary:hover{background:var(--surface);color:var(--navy)}.btn-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}.grid{display:grid;gap:var(--gap)}.grid--2{grid-template-columns:repeat(auto-fit,minmax(min(24rem,100%),1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(19rem,100%),1fr))}.card{background:var(--surface);border:2px solid var(--rule);border-radius:6px;padding:clamp(1.5rem,3vw,2.25rem);min-width:0}.card__num{display:block;font-size:.9375rem;font-weight:700;letter-spacing:.08em;color:var(--green-text);margin-bottom:.5rem}.split{display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:repeat(auto-fit,minmax(min(26rem,100%),1fr));align-items:start}.split>*{min-width:0}.hero{background:var(--navy);color:var(--surface);padding-block:clamp(4.5rem,11vw,9rem)}.hero h1{color:var(--surface)}.hero .lede{color:var(--surface);font-size:clamp(1.2rem,2.2vw,1.5rem)}.footer{background:var(--navy);color:var(--surface);padding-block:var(--stack) 2rem;margin-top:0}.footer__inner{display:grid;gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(min(20rem,100%),1fr));padding-bottom:2rem}.footer__name{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.footer__tagline{color:var(--surface);margin:0}.footer__contact p{margin:0 0 .5rem}.footer a{color:var(--surface);text-decoration-thickness:2px;text-underline-offset:3px}.footer a:hover{color:var(--surface);text-decoration-thickness:3px}.footer__legal{border-top:2px solid var(--rule);padding-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem 2rem;justify-content:space-between;font-size:.9375rem}.footer__legal p{margin:0}.hero--photo{position:relative;isolation:isolate;overflow:hidden}.hero--photo>.hero__media{position:absolute;inset:0;z-index:-2}.hero--photo>.hero__media img{width:100%;height:100%;object-fit:cover}.hero--photo:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,#001d4af0,#001d4ad1)}.card--media{padding:0;overflow:hidden;display:flex;flex-direction:column}.card--media img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.card__body{padding:clamp(1.5rem,3vw,2.25rem);min-width:0}.figure{margin:0;border-radius:6px;overflow:hidden;border:2px solid var(--rule)}.figure img{width:100%;aspect-ratio:3 / 2;object-fit:cover}.collage{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media(max-width:760px){.collage{grid-template-columns:repeat(2,minmax(0,1fr))}}.collage img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:6px}
