:root{--navy:#102d45;--blue:#194768;--ink:#1b2b38;--muted:#526577;--paper:#f3f6f8;--accent:#b8d5e8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit}.nav{padding:20px max(5%,calc((100vw - 1160px)/2));display:flex;justify-content:space-between;align-items:center;gap:24px;background:white}.brand{text-decoration:none;font-weight:800;letter-spacing:.08em;line-height:1.3}.brand span{display:block;font-size:10px;letter-spacing:.16em;color:var(--muted);font-weight:600}.nav nav{display:flex;gap:24px;flex-wrap:wrap}.nav nav a{text-decoration:none;font-size:14px}.nav a:hover,.article a:hover{text-decoration:underline}.hero{min-height:540px;background:linear-gradient(120deg,#102d45,#1c5076);color:white;display:flex;align-items:center;justify-content:space-between;padding:70px max(5%,calc((100vw - 1160px)/2));gap:40px}.hero-inner{max-width:800px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.19em;color:var(--accent)}.eyebrow.dark{color:#32638a}.hero h1{font-size:clamp(36px,5vw,64px);line-height:1.13;letter-spacing:-.04em;margin:24px 0}.lead{font-size:19px;max-width:720px;color:#e0edf6}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.button{display:inline-block;background:white;color:var(--navy);text-decoration:none;font-weight:700;padding:12px 20px;border-radius:5px}.button.secondary{background:transparent;border:1px solid #9bbad0;color:white}.button.light{margin-top:12px}.hero-mark{border:1px solid #80a7c1;border-radius:50%;width:180px;height:180px;display:grid;place-items:center;flex-shrink:0;font-size:60px;letter-spacing:-.1em;opacity:.6}.section{max-width:1160px;margin:auto;padding:90px 5%}.section h2,.contact h2{font-size:clamp(29px,4vw,43px);line-height:1.2;margin:10px 0 25px}.section>p:not(.eyebrow){max-width:800px;font-size:18px}.pale{max-width:none;background:var(--paper);padding-left:max(5%,calc((100vw - 1160px)/2));padding-right:max(5%,calc((100vw - 1160px)/2))}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}.tile{background:white;padding:30px;border:1px solid #e1e8ed;border-radius:8px}.tile h3{font-size:22px;margin:14px 0}.number{color:#447ca4;font-weight:800}.article{border-top:1px solid #d9e2e8;padding:26px 0;margin-top:30px;max-width:820px}.tag{font-size:11px;letter-spacing:.15em;color:#32638a;font-weight:800}.article h3{font-size:25px;margin:8px 0}.article a{color:#1d608d;font-weight:700}.contact{background:var(--navy);color:white;padding:75px max(5%,calc((100vw - 1160px)/2))}.contact>div{max-width:750px}.contact p:not(.eyebrow){font-size:18px;color:#dce9f2}.contact .address{font-size:14px!important;margin-top:20px}footer{padding:25px 5%;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.article-page{max-width:860px}.article-page h1{font-size:clamp(34px,5vw,52px);line-height:1.2}.article-page h2{font-size:27px;margin-top:35px}.article-page p{font-size:18px}.article-page .darklead{color:var(--muted)}.back{display:inline-block;margin-bottom:30px;color:#1d608d}.article-page .draftnote{font-size:13px;color:var(--muted);border-top:1px solid #ddd;padding-top:20px;margin-top:40px}@media(max-width:760px){.nav{align-items:flex-start;flex-direction:column}.nav nav{gap:14px}.hero{padding-top:60px;padding-bottom:60px}.hero-mark{display:none}.cards{grid-template-columns:1fr}.section{padding-top:65px;padding-bottom:65px}}

.hero-photo{display:block;width:clamp(180px,23vw,320px);height:clamp(180px,23vw,320px);aspect-ratio:1;object-fit:cover;object-position:center 24%;border-radius:50%;border:2px solid rgba(184,213,232,.65);flex-shrink:0;box-shadow:0 18px 50px rgba(0,0,0,.2)}
@media(max-width:760px){.hero{flex-direction:column-reverse;align-items:flex-start}.hero-photo{width:170px;height:170px;align-self:center}.hero-inner{width:100%}}
