.site-header{border-bottom:1px solid var(--border);background:#fff}.site-header__top{background:var(--navy);color:#fff;font-size:.88rem}.site-header__top .shell{justify-content:flex-end;align-items:center;gap:20px;min-height:35px;display:flex}.site-header__top a{color:#fff}.site-header__main{align-items:center;min-height:98px;display:flex}.site-header__inner{justify-content:space-between;align-items:center;gap:30px;display:flex}.brand{color:var(--navy);white-space:nowrap;align-items:center;gap:10px;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.brand img{width:auto;max-height:48px}.site-nav{flex-wrap:wrap;justify-content:flex-end;gap:20px;display:flex}.site-nav a{color:var(--ink);font-size:.92rem;font-weight:700;text-decoration:none}.site-nav a:hover{color:var(--blue)}.nav-toggle{color:var(--navy);font-weight:700;display:none}@media (width<=700px){.site-header__top .shell{grid-template-columns:1fr;justify-content:stretch;gap:0;min-height:0;padding:8px 0;display:grid}.site-header__top span,.site-header__top a{min-width:0;padding:3px 0}.site-header__main{min-height:75px}.site-header__inner{gap:12px}.brand>span{display:none}.nav-toggle{flex:0 0 44px;justify-content:center;align-items:center;min-width:44px;min-height:44px;text-decoration:none;display:inline-flex}}.site-footer{color:#dce7ed;background:#11354f;padding:40px 0;font-size:.9rem}.site-footer__grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:30px;display:grid}.site-footer img{background:#fff;width:auto;max-height:40px;padding:4px}.site-footer p{margin:10px 0 0}.site-footer address{font-style:normal}.site-footer strong{color:#fff;display:block}.site-footer a{color:#dce7ed}.site-footer__grid>div a{display:inline}.site-footer__links{margin:9px 0 0;padding:0;list-style:none}.site-footer__links li+li{margin-top:8px}.site-footer__links a{text-underline-offset:3px;text-decoration-thickness:1px;display:inline-block}@media (width<=700px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:25px 20px}}:root{--body_typography-font-family:Arial,Helvetica,sans-serif;--ink:#2a2a2a;--navy:#047;--blue:#005dab;--green:#2d8e07;--mist:#f8f8f8;--surface:#fff;--muted:#747474;--border:#eae9e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--mist);font-family:var(--body_typography-font-family);margin:0;font-size:16px;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:var(--blue);text-underline-offset:3px}a:hover{color:var(--navy)}:focus-visible{outline:3px solid var(--green);outline-offset:3px}.skip-link{z-index:20;color:var(--navy);border:2px solid var(--navy);background:#fff;padding:10px 15px;position:fixed;top:-60px;left:10px}.skip-link:focus{top:10px}.shell{width:min(1180px,100% - 40px);margin-inline:auto}.page-lead{border-bottom:1px solid var(--border);background:linear-gradient(105deg,#fff 0% 66%,#eaf2f8 66% 100%);padding:50px 0 40px}.page-lead__layout{grid-template-columns:minmax(0,760px) 1fr;align-items:end;gap:40px;display:grid}.page-lead h1,h1,h2,h3{color:var(--navy);font-family:Georgia,Times New Roman,serif;font-weight:400}.page-lead h1{letter-spacing:-.035em;max-width:720px;margin:0 0 20px;font-size:clamp(2.1rem,4vw,3.7rem);line-height:1.05}.page-lead p{color:#4b4b4b;max-width:670px;margin:0;font-size:1.12rem}.section{padding:50px 0}.section--white{background:var(--surface)}.section--soft{background:#edf4f7}.section-heading{grid-template-columns:minmax(0,730px) 1fr;align-items:end;gap:30px;margin-bottom:30px;display:grid}.section-heading h2{letter-spacing:-.025em;margin:0;font-size:clamp(1.75rem,3vw,2.6rem);line-height:1.12}.section-heading p{color:var(--muted);margin:0}.grid{gap:20px;display:grid}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border:1px solid var(--border);background:#fff;padding:25px}.card h2,.card h3{margin:0 0 12px;font-size:1.4rem;line-height:1.2}.card p:last-child{margin-bottom:0}.button{background:var(--navy);color:#fff;border:2px solid var(--navy);justify-content:center;align-items:center;min-height:46px;padding:12px 18px;font-weight:700;text-decoration:none;display:inline-flex}.button:hover{color:var(--navy);background:#fff}.button--green{background:var(--green);border-color:var(--green)}.button--green:hover{color:var(--green);background:#fff}.text-link{color:var(--navy);font-weight:700}.notice{border-left:5px solid var(--green);background:#f2f8ed;margin-top:20px;padding:20px 25px}.notice p{margin:0}.image-frame{border:1px solid var(--border);background:#fff;padding:10px}.image-frame img{width:100%}.image-frame figcaption{color:var(--muted);padding:10px 5px 0;font-size:.88rem}.facts{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.facts>div{border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;padding:20px}.facts strong{color:var(--navy);font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:400;display:block}.prose{max-width:820px}.prose h2{margin:45px 0 15px;font-size:2rem;line-height:1.15}.prose h3{margin:30px 0 10px;font-size:1.35rem}.prose p,.prose li{max-width:760px}.prose ul,.prose ol{padding-left:1.2rem}.prose li+li{margin-top:10px}.contact-panel{background:var(--navy);color:#fff;padding:30px}.contact-panel h2{color:#fff;margin:0 0 15px;font-size:1.8rem}.contact-panel a{color:#fff}.contact-panel p{margin:0 0 8px}.contact-panel p:last-child{margin-bottom:0}.historic-note{color:var(--muted);margin:0 0 20px;font-size:.88rem}.split{grid-template-columns:minmax(0,1.55fr) minmax(280px,.8fr);align-items:start;gap:40px;display:grid}.package{border-top:5px solid var(--navy)}.package--green{border-top-color:var(--green)}.package dl{margin:20px 0 0}.package dt{color:var(--navy);margin-top:12px;font-weight:700}.package dd{margin:0}.team-card{border-top:1px solid var(--border);padding:20px 0}.team-card:first-child{border-top:0;padding-top:0}.team-card h3{margin:0 0 2px;font-size:1.25rem}.team-card p{color:var(--muted);margin:0}@media (width<=1216.8px){.site-nav{display:none}.nav-toggle{display:block}.grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.page-lead__layout,.section-heading,.split{grid-template-columns:1fr}}@media (width<=700px){.shell{width:min(100% - 30px,1180px)}.site-header__top{font-size:.82rem}.site-header__top .shell{gap:8px}.brand-logo--desktop{display:none}.brand-logo--mobile{display:block}.site-header__main{min-height:75px}.page-lead{background:#fff;padding:35px 0 30px}.section{padding:35px 0}.grid--2,.grid--3,.facts{grid-template-columns:1fr}.card{padding:20px}.facts{border-right:1px solid var(--border)}}@media (width>=701px){.brand-logo--mobile{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
