


:root{--background:#fff;--foreground:#142d46;--primary:#183c62;--primary-foreground:#fff;--accent:#f7cb46;--accent-foreground:#142d46;--border:#d9e1e7;--radius:.4rem;--font-sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.65}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #ddae20;outline-offset:5px}img{max-width:100%;height:auto}h1,h2,p{margin:0}h1,h2{line-height:1.12;letter-spacing:-.04em}p+p{margin-top:1rem}.topline{background:#153451;color:white;display:flex;justify-content:space-between;padding:.5rem 6%;font-size:.875rem}.header{padding:1.7rem 6%;display:flex;align-items:center;gap:2rem}.brand{display:flex;gap:1rem;align-items:center;line-height:1.2;font-size:1rem}.brand img{width:64px;height:64px;object-fit:contain}.brand strong{display:block;font-size:1.8rem;letter-spacing:-.045em}.motto{font-family:Georgia,serif;font-style:italic;color:#6c7887;font-size:1.4rem;margin-left:2rem}.contact-link{margin-left:auto;font-size:.95rem;font-weight:bold}.navigation{display:flex;gap:1.6rem;flex-wrap:wrap;justify-content:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1rem 3%;font-size:.875rem}.navigation a{padding:.25rem 0;border-bottom:2px solid transparent}.navigation a[aria-current],.navigation a:hover{border-bottom-color:#e9b724}.hero{display:grid;grid-template-columns:1fr 1.05fr;min-height:530px}.hero-copy{background:#163751;color:white;padding:4.5rem 9% 4.5rem 12%}.eyebrow{text-transform:uppercase;font-size:.8rem;letter-spacing:.16em;font-weight:bold;margin-bottom:1.5rem}.hero .eyebrow{color:#f5cd54}.hero h1{font-size:clamp(2.6rem,4.1vw,4.7rem);font-weight:500;line-height:1.03}.hero em{font-family:Georgia,serif;color:#f5cd54;font-weight:normal}.hero-copy>p:not(.eyebrow){max-width:24rem;margin-top:1.6rem;color:#d9e3ea;font-size:1.1rem}.button{display:inline-flex;align-items:center;gap:2.5rem;background:#f4c847;color:#153451;padding:.9rem 1.4rem;font-weight:bold;margin-top:2rem}.button:hover{background:#ffdb69}.hero-photo{position:relative;background:#dce6ec;display:flex;align-items:center;overflow:hidden}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:center}.photo-caption{position:absolute;bottom:0;left:0;right:0;background:#153451ed;color:white;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;gap:1rem}.photo-caption span:first-child{font-size:.75rem;letter-spacing:.1em}.photo-caption span:last-child{font-family:Georgia,serif;font-size:1.4rem;font-style:italic}.welcome{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding:5rem 9%}.welcome h2{font-size:2.6rem;font-weight:500}.welcome .eyebrow{color:#6b7680}.signature{font-size:.875rem;color:#647484}.text-link{display:inline-block;margin-top:1.5rem;border-bottom:1px solid #b48b1f;font-weight:bold}.home-links{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:0 9% 3rem}.home-links a{position:relative;border:1px solid var(--border);padding:2rem;background:#f3f6f8}.home-links a:hover{background:#e7eef3}.home-links span{font-size:.75rem;letter-spacing:.1em}.home-links h2{font-size:1.8rem;margin-top:1rem}.home-links b{position:absolute;right:2rem;top:3.5rem;font-size:1.5rem}.original-gallery{display:flex;justify-content:center;align-items:center;gap:6rem;padding:2rem 8% 4rem}.original-gallery img{width:130px;max-height:140px;object-fit:contain}.interior{max-width:1150px;margin:auto;padding:3rem 6% 5rem;min-height:65vh}.page-heading{padding-bottom:2.5rem;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.page-heading>a,.page-heading>span{font-size:.875rem;color:#647484}.page-heading .eyebrow{margin-top:2rem;color:#647484}.page-heading h1{font-size:clamp(2.4rem,5vw,4rem);font-weight:500}.prose{max-width:850px;font-size:1.05rem;overflow-wrap:anywhere}.prose a{color:#214f7b;text-decoration:underline;text-underline-offset:3px}.prose h2,.prose h3{font-size:1.6rem;margin:2rem 0 1rem;letter-spacing:-.025em}.prose p,.prose .ptext>div{margin-bottom:1rem}.prose .tw-para{margin-bottom:2rem}.prose img{max-height:400px;object-fit:contain}.prose .button{color:#153451;text-decoration:none}.prose ul{padding-left:1.5rem;list-style:disc}.prose table{max-width:100%;border-collapse:collapse}.prose td{padding:.6rem;border:1px solid var(--border)}footer{background:#102c44;color:#fff;padding:3rem 6% 1.2rem}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem}.footer-brand{font-size:1.5rem;font-weight:bold}.footer-brand span{display:block;color:#efc64e;font-family:Georgia,serif;font-style:italic;font-weight:normal}.footer-main p{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#b5c6d4;margin-bottom:1rem}.footer-main a{display:block;font-size:.95rem}.footer-bottom{border-top:1px solid #ffffff30;padding-top:1.2rem;display:flex;justify-content:space-between;gap:1rem;font-size:.8rem;color:#c0ceda}.skip{position:absolute;left:1rem;top:-100px;background:white;padding:1rem;z-index:10}.skip:focus{top:1rem}@media(max-width:800px){.header{padding:1.1rem 5%}.brand img{width:48px;height:48px}.brand strong{font-size:1.5rem}.motto{display:none}.navigation{gap:.7rem 1.2rem;justify-content:flex-start;padding:1rem 5%}.hero{grid-template-columns:1fr}.hero-copy{padding:3rem 7%}.hero h1{font-size:3.3rem}.hero-photo{min-height:270px}.hero-photo>img{height:290px;object-fit:cover}.welcome{grid-template-columns:1fr;gap:2rem;padding:3rem 7%}.welcome h2{font-size:2.2rem}.home-links{padding:0 7% 2rem;grid-template-columns:1fr}.original-gallery{gap:1.5rem;padding:1rem 7% 3rem}.original-gallery img{width:25%}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column}.contact-link{font-size:.8rem}.photo-caption{padding:1rem}.photo-caption span:last-child{font-size:1.1rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.actions-gallery{margin-bottom:3rem}.actions-slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;border:1px solid #d9e1e7;border-radius:8px;overscroll-behavior-x:contain}.actions-slide{flex:0 0 100%;min-width:0;margin:0;scroll-snap-align:start;scroll-snap-stop:always}.actions-photo{height:clamp(300px,60vh,560px);background:#102c44;display:flex;align-items:center;justify-content:center}.prose .actions-photo img{width:100%;height:100%;max-height:none;object-fit:contain;display:block}.actions-slide figcaption{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;font-weight:bold;min-height:5rem;align-items:center;background:#f3f6f8}.actions-slide figcaption span{white-space:nowrap;font-size:.875rem;font-weight:normal}.actions-controls{display:flex;justify-content:space-between;padding:.65rem 1.2rem;gap:1rem}.prose .actions-controls a,.prose .actions-index a{text-decoration:none;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.actions-index{display:flex;justify-content:center;gap:.75rem;padding:1rem}.actions-index a{border:1px solid #becbd6;border-radius:50%;width:44px;background:#f3f6f8}.actions-index a:hover,.actions-controls a:hover{background:#f4c847}.actions-slides:focus-visible{outline:3px solid #d9aa20;outline-offset:4px}@media(prefers-reduced-motion:reduce){.actions-slides{scroll-behavior:auto}}

.meeting-photo{margin:0 0 2.5rem}.prose .meeting-photo img{display:block;width:100%;height:auto;max-height:560px;object-fit:contain;background:#102c44;border-radius:8px}.meeting-photo figcaption{padding:.8rem 0;font-size:.95rem;color:#52687b}
