:root{
--navy:#0b3470;--navy-deep:#072750;--navy-2:#0f4b8a;--yellow:#ffd429;--yellow-soft:#fff5bb;--cream:#fffaf0;--paper:#fff;--soft:#f5f8fc;--ink:#17304f;--muted:#5f6f83;--line:#dce5ef;--shadow:0 12px 32px rgba(11,52,112,.08);--shadow-lg:0 24px 48px rgba(11,52,112,.13);--radius:10px;--wrap:min(1180px,calc(100% - 2rem));}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:400 1rem/1.65 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff}img{display:block;max-width:100%}a{color:var(--navy);text-underline-offset:.18em}a:hover{color:var(--navy-deep)}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:4px}.wrap{width:var(--wrap);margin:auto}.skip{position:absolute;left:-9999px;top:0;background:#000;color:#fff;padding:.75rem 1rem;z-index:100}.skip:focus{left:1rem;top:1rem}.utility{background:#fff;border-bottom:1px solid var(--line)}.utility .wrap{display:flex;justify-content:flex-end;gap:1.2rem;padding:.45rem 0;font-size:.88rem;flex-wrap:wrap}.utility a{text-decoration:none;font-weight:750}.site-header{background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;box-shadow:0 4px 16px rgba(11,52,112,.04)}.head{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand img{width:280px;height:auto;max-width:44vw}.nav-toggle{display:none;border:1px solid var(--navy);background:#fff;color:var(--navy);padding:.65rem .85rem;border-radius:6px;font-weight:800}.nav{display:flex;gap:.08rem;align-items:center;list-style:none;padding:0;margin:0}.nav a{display:block;text-decoration:none;padding:.75rem .68rem;font-weight:720;color:var(--ink);border-radius:4px;border-bottom:3px solid transparent}.nav a:hover,.nav a[aria-current="page"]{background:var(--yellow-soft);color:var(--navy);border-bottom-color:var(--yellow)}
.hero{background:linear-gradient(100deg,#fff 0%,#fff 54%,#fff8d7 100%);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:stretch;min-height:470px}.hero-copy{padding:4rem 2.5rem 3.4rem 0;display:flex;flex-direction:column;justify-content:center}.eyebrow{margin:0 0 .55rem;color:var(--navy);font-weight:900;letter-spacing:.1em;text-transform:uppercase;font-size:.8rem}h1{font-size:clamp(2.5rem,5vw,4.35rem);line-height:1.02;margin:0 0 .8rem;letter-spacing:-.035em;color:var(--navy)}h2{font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.08;color:var(--navy);margin:.2rem 0 .8rem}h3{line-height:1.2;color:var(--navy)}.hero-copy>p:not(.eyebrow){font-size:1.12rem;color:var(--muted);max-width:60ch;margin:.2rem 0}.hero-image{position:relative;overflow:hidden;min-height:430px;background:#eef3f9}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.55) 12%,transparent 34%);pointer-events:none}.tagline{width:235px;max-width:55%;margin-top:1rem}.footer-tagline{width:190px}.status{display:inline-flex;align-items:center;gap:.55rem;margin-top:1rem;color:var(--muted);font-size:.9rem}.status:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--yellow)}.page-hero{padding:3.4rem 0 2.6rem;background:linear-gradient(110deg,#fff,#fff7d5);border-bottom:1px solid var(--line)}.page-hero p:last-child{max-width:70ch;color:var(--muted);font-size:1.08rem}.section{padding:3.8rem 0}.section.soft{background:var(--soft)}.section.cream{background:var(--cream)}.section-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:1.8rem}.section-head.compact{margin-bottom:1rem}.section-head p{max-width:58ch;margin:0;color:var(--muted)}.actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.35rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:46px;padding:.78rem 1rem;border-radius:6px;border:2px solid var(--navy);background:var(--navy);color:#fff;text-decoration:none;font-weight:850;cursor:pointer}.btn:hover{background:var(--navy-deep);color:#fff}.btn.yellow{background:var(--yellow);border-color:var(--yellow);color:#101820}.btn.yellow:hover{background:#f3c400}.btn.light{background:#fff;color:var(--navy);border-color:#b8c7d8}.btn.light:hover{background:var(--soft)}.kicker,.policy-ref{display:inline-block;color:var(--navy);font-weight:900;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stats.mini{grid-template-columns:repeat(3,1fr);margin:1.2rem 0}.stat-card{background:#fff;border:1px solid var(--line);border-top:5px solid var(--yellow);padding:1.15rem;border-radius:var(--radius);box-shadow:var(--shadow)}.stat-card strong{display:block;font-size:2rem;color:var(--navy);line-height:1}.stat-card span{display:block;margin-top:.45rem;color:var(--muted)}.cards{display:grid;gap:1rem}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.card h3{margin:.35rem 0 .45rem}.card p{color:var(--muted);margin:.35rem 0}.icon{width:46px;height:46px;display:grid;place-items:center;background:var(--yellow);border-radius:50%;font-weight:900;color:var(--navy)}.card-link{display:inline-block;margin-top:.55rem;font-weight:800;text-decoration:none}.service-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}.service-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.card-body{padding:1.2rem}.card-body h3{margin:.3rem 0 .55rem}.card-body p{color:var(--muted)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.split.reverse{grid-template-columns:.95fr 1.05fr}.image-panel{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)}.image-panel img{width:100%;min-height:360px;object-fit:cover}.image-caption{position:absolute;left:1rem;right:1rem;bottom:1rem;background:rgba(7,39,80,.82);color:#fff;padding:.85rem 1rem;border-radius:7px}.rounded{border-radius:var(--radius);box-shadow:var(--shadow)}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:.55rem;margin:1.25rem 0}.process div{padding:.85rem;border:1px solid var(--line);background:#fff;border-radius:7px;font-weight:750;color:var(--navy);font-size:.9rem}.process strong{display:block;background:var(--yellow);width:27px;height:27px;border-radius:5px;line-height:27px;text-align:center;margin-bottom:.55rem;color:#111}.process.large div{min-height:150px}.process.large b,.process.large span{display:block}.process.large span{margin-top:.4rem;font-weight:450;color:var(--muted)}.feature-band{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;border:1px solid var(--line);border-left:8px solid var(--yellow);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.feature-band>div{padding:2rem}.feature-band>img{width:100%;height:100%;object-fit:cover;min-height:300px}.history-teaser img{border-radius:var(--radius);box-shadow:var(--shadow-lg)}.callout{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border:1px solid var(--line);border-left:8px solid var(--yellow);border-radius:var(--radius);padding:1.6rem;background:#fff;box-shadow:var(--shadow)}.values,.card-list{display:grid;gap:.8rem}.values div,.card-list div{background:#fff;border:1px solid var(--line);border-left:5px solid var(--yellow);border-radius:8px;padding:1rem}.values strong,.card-list strong{display:block;color:var(--navy)}.values span,.card-list span{display:block;color:var(--muted);margin-top:.25rem}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.person{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.person img{width:100%;aspect-ratio:4/4.7;object-fit:cover;object-position:center 20%;background:#eef3f9}.person div{padding:1rem}.person h3{margin:.05rem 0 .25rem}.person p{margin:0;color:var(--muted)}.board-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}.board-grid article{background:#fff;border:1px solid var(--line);border-top:5px solid var(--yellow);padding:1rem;border-radius:8px}.board-grid strong{display:block;color:var(--navy)}.board-grid span{color:var(--muted)}.governance-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.governance-grid>div{background:var(--soft);padding:1.1rem;border-radius:8px}.notice{border-left:5px solid var(--yellow);background:#fff9dc;padding:1rem 1.1rem;border-radius:0 8px 8px 0;margin:1rem 0;color:#3c4c5f}.service-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.service-section.flip img{order:-1}.service-section img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.service-copy p{color:var(--muted)}.intro-prose{max-width:900px;margin:auto;font-size:1.1rem}.history-timeline{position:relative;display:grid;gap:1.35rem}.history-timeline:before{content:"";position:absolute;left:70px;top:0;bottom:0;width:3px;background:linear-gradient(var(--yellow),var(--navy))}.history-item{display:grid;grid-template-columns:125px 1fr;gap:1rem;position:relative}.history-year{position:sticky;top:110px;height:max-content;font-weight:950;color:var(--navy);font-size:1.1rem;padding-top:1rem}.history-card{display:grid;grid-template-columns:360px 1fr;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);position:relative}.history-card:before{content:"";position:absolute;left:-68px;top:26px;width:15px;height:15px;border-radius:50%;background:var(--yellow);border:3px solid var(--navy)}.history-card img{width:100%;height:100%;min-height:260px;object-fit:cover;background:#eef3f9}.history-content{padding:1.25rem}.history-content h3{font-size:1.5rem;margin:.1rem 0 .6rem}.history-content p{color:var(--muted)}.history-content details{border-top:1px solid var(--line);margin-top:.8rem;padding-top:.5rem}.history-content summary{cursor:pointer;color:var(--navy);font-weight:800;padding:.4rem 0}.vehicle-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.vehicle-gallery figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.vehicle-gallery img{width:100%;height:210px;object-fit:cover;background:#f2f4f8}.vehicle-gallery figcaption{padding:.85rem;color:var(--muted)}.pay-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.pay-grid>div{background:#fff;border:1px solid var(--line);border-top:6px solid var(--yellow);border-radius:var(--radius);padding:1.3rem;box-shadow:var(--shadow)}.pay-grid span{display:block;color:var(--muted)}.pay-grid strong{display:block;color:var(--navy);font-size:1.8rem}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:1.2rem;align-items:start}.accordion-shell{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden}.accordion-head{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.2rem;background:#f8fbff;border-bottom:1px solid var(--line)}.accordion-head h2{margin:0;font-size:1.2rem}.tools{display:flex;gap:.5rem;flex-wrap:wrap}.tools button{border:0;background:transparent;color:var(--navy);font-weight:800;cursor:pointer;padding:.35rem .45rem}.accordion-shell details{border-bottom:1px solid var(--line)}.accordion-shell details:last-child{border-bottom:0}.accordion-shell summary{display:flex;align-items:center;gap:.9rem;padding:.95rem 1.1rem;cursor:pointer;list-style:none;color:var(--navy);font-weight:800;background:#fff}.accordion-shell summary::-webkit-details-marker{display:none}.accordion-shell summary:after{content:"⌄";margin-left:auto;font-size:1.25rem}.accordion-shell details[open] summary:after{transform:rotate(180deg)}.num{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:.8rem;flex:0 0 27px}.detail-body{padding:0 1.25rem 1.25rem 3.9rem;color:#30445d}.detail-body p:first-child{margin-top:.25rem}.side-stack{display:grid;gap:1rem}.side-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow)}.side-card.yellow{background:#fff9db;border-color:#f0dc73}.side-card img{border-radius:7px;margin-bottom:.8rem}.phone{font-size:2rem;font-weight:950;line-height:1;color:var(--navy);text-decoration:none}.quote{font:700 1.05rem/1.45 Georgia,serif;color:var(--navy);margin:.5rem 0}.resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.resource{display:grid;grid-template-columns:170px 1fr;gap:1.1rem;align-items:center;background:#fff;border:1px solid var(--line);border-left:6px solid var(--yellow);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}.resource img{width:170px;height:130px;object-fit:cover;border-radius:7px}.resource h2{font-size:1.4rem;margin:.15rem 0 .45rem}.resource p{color:var(--muted);margin:.3rem 0}.cover-pair{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.cover-pair img{max-height:420px;object-fit:contain;margin:auto;box-shadow:var(--shadow-lg);border-radius:6px}.policy-group{margin-bottom:2.8rem}.policy-list{display:grid;gap:.75rem}.policy-list article{display:flex;justify-content:space-between;align-items:center;gap:1rem;border:1px solid var(--line);border-left:5px solid var(--yellow);border-radius:8px;padding:1rem 1.1rem;background:#fff}.policy-list h3{margin:.2rem 0}.policy-list p{margin:.2rem 0;color:var(--muted)}.report-feature{align-items:start}.report-cover{max-height:620px;object-fit:contain;margin:auto;box-shadow:var(--shadow-lg);border-radius:6px}.data-list{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1rem}.data-list .mini{border:1px solid var(--line);border-radius:8px;padding:1rem;background:#fff}.data-list .mini strong{color:var(--navy)}.data-list .mini p{margin:.35rem 0 0;color:var(--muted)}.doc-list{display:grid;gap:.75rem}.doc-list>a{display:flex;justify-content:space-between;align-items:center;gap:1rem;text-decoration:none;color:inherit;border:1px solid var(--line);border-radius:8px;padding:1rem 1.1rem;background:#fff;box-shadow:0 5px 14px rgba(11,52,112,.04)}.doc-list>a:hover{box-shadow:var(--shadow)}.doc-list strong{display:block;color:var(--navy)}.doc-list span{color:var(--muted)}.doc-list b{background:var(--yellow-soft);color:var(--navy);padding:.35rem .55rem;border-radius:5px}.mag-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.mag{display:grid;grid-template-columns:230px 1fr;gap:1.3rem;align-items:center;border:1px solid var(--line);border-radius:var(--radius);padding:1rem;background:#fff;box-shadow:var(--shadow)}.mag img{width:230px;max-height:320px;object-fit:contain}.mag h3{font-size:1.7rem;margin:.3rem 0}.mag p{color:var(--muted)}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.contact-card{border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;background:#fff;box-shadow:var(--shadow)}.contact-card.yellow{background:#fff9db;border-color:#f0dc73}.big-contact{font-size:2rem;font-weight:950;text-decoration:none;color:var(--navy)}.big-contact.small{font-size:1.45rem}.prose{max-width:820px}.prose h2{margin-top:2rem}.prose p{color:#30445d}.not-found{padding:5rem 0;text-align:center}.not-found p{color:var(--muted)}footer{background:#f8fafc;border-top:1px solid var(--line);margin-top:3rem}.footer-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr .8fr;gap:2rem;padding:2.6rem 0}.footer-grid h2,.footer-grid h3{margin:.1rem 0 .5rem}.footer-grid p{color:var(--muted)}.legal{border-top:1px solid var(--line);padding:1rem 0 1.6rem;color:var(--muted);font-size:.88rem;display:grid;gap:.3rem}
@media(max-width:1050px){.hero-grid,.split,.feature-band,.service-section,.content-grid,.report-feature{grid-template-columns:1fr}.hero-image{min-height:360px}.hero-image:after{background:linear-gradient(180deg,rgba(255,255,255,.65),transparent 35%)}.cards.four,.team-grid{grid-template-columns:repeat(2,1fr)}.board-grid{grid-template-columns:repeat(3,1fr)}.history-card{grid-template-columns:300px 1fr}.vehicle-gallery,.pay-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.service-section.flip img{order:0}}
@media(max-width:820px){.nav-toggle{display:block}.nav{display:none;position:absolute;top:100%;right:1rem;left:1rem;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-lg);padding:.6rem}.nav.open{display:flex}.head{position:relative}.brand img{width:245px;max-width:68vw}.utility .wrap{justify-content:flex-start}.cards.three,.resource-grid,.mag-grid,.contact-grid{grid-template-columns:1fr}.process{grid-template-columns:1fr 1fr}.history-timeline:before{left:29px}.history-item{grid-template-columns:62px 1fr}.history-card{grid-template-columns:1fr}.history-card:before{left:-41px}.history-card img{min-height:220px;max-height:360px}.section-head{display:block}.section-head p{margin-top:.7rem}.resource{grid-template-columns:145px 1fr}.mag{grid-template-columns:180px 1fr}.mag img{width:180px}.callout{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.cards.four,.team-grid,.board-grid,.vehicle-gallery,.pay-grid,.stats,.stats.mini,.data-list,.governance-grid,.cover-pair{grid-template-columns:1fr}.process{grid-template-columns:1fr}.hero-grid{min-height:auto}.hero-copy{padding:2.8rem 0 2.2rem}.hero-image{min-height:280px}.actions .btn{width:100%}.resource,.mag{grid-template-columns:1fr}.resource img,.mag img{width:100%;height:auto;max-height:360px;object-fit:cover}.history-item{grid-template-columns:1fr}.history-timeline:before,.history-card:before{display:none}.history-year{position:static;background:var(--yellow);padding:.4rem .6rem;border-radius:5px;width:max-content}.detail-body{padding-left:1.2rem}.accordion-head{align-items:flex-start;flex-direction:column}.policy-list article{align-items:flex-start;flex-direction:column}.big-contact{font-size:1.6rem}.footer-grid{grid-template-columns:1fr}.utility span{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
