:root{--navy-950: #03243e;--navy-900: #062f4f;--navy-800: #0a4268;--gold-500: #d9a432;--gold-300: #f1cc70;--green-800: #1a4d2e;--green-700: #25633e;--cream-50: #fffdf8;--cream-100: #fff7e7;--sand-200: #efe2c7;--ink: #14212b;--muted: #5e6b73;--white: #ffffff;--danger: #a32323;--shadow: 0 20px 55px rgba(3, 36, 62, .12);--radius-sm: 12px;--radius-md: 22px;--radius-lg: 34px;--container: 1180px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--cream-50);color:var(--ink);font-family:Avenir Next,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body::selection{background:var(--gold-300);color:var(--navy-950)}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--navy-950);font-family:Georgia,Times New Roman,serif;line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(2.75rem,6vw,5.6rem)}h2{font-size:clamp(2.15rem,4vw,3.85rem)}h3{font-size:clamp(1.35rem,2.2vw,1.8rem)}p{color:var(--muted)}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:clamp(72px,10vw,130px) 0}.section--cream{background:var(--cream-100)}.section--navy{background:var(--navy-950);color:var(--white)}.section--navy h2,.section--navy h3,.section--navy p{color:var(--white)}.section__heading{max-width:730px;margin-bottom:48px}.section__heading--center{margin-inline:auto;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:var(--green-800);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{width:32px;height:2px;background:var(--gold-500);content:""}.section--navy .eyebrow{color:var(--gold-300)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 24px;border:2px solid var(--gold-500);border-radius:999px;background:var(--gold-500);color:var(--navy-950);font-weight:800;text-decoration:none;transition:transform .2s ease,background .2s ease,color .2s ease}.button:hover{transform:translateY(-2px);background:var(--gold-300)}.button--ghost{background:transparent;color:var(--white);border-color:#ffffff8c}.button--ghost:hover{background:var(--white);color:var(--navy-950)}.button--small{min-height:42px;padding:9px 17px;font-size:.88rem}.skip-link{position:fixed;z-index:100;left:16px;top:-100px;padding:10px 16px;background:var(--gold-500);color:var(--navy-950)}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{background:var(--navy-950);color:var(--white);font-size:.82rem}.topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar p{margin:0;color:var(--gold-300);font-weight:700;text-transform:uppercase;letter-spacing:.1em}.topbar__links{display:flex;gap:20px}.topbar a{color:var(--white);text-decoration:none}.site-header{position:sticky;top:0;z-index:40;background:#fffdf8f5;border-bottom:1px solid rgba(6,47,79,.1);backdrop-filter:blur(14px)}.header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:61px;height:61px;object-fit:contain}.brand strong{display:block;color:var(--navy-950);font-family:Georgia,serif;font-size:1.25rem;line-height:1.1}.brand small{color:var(--green-800);font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.primary-nav{display:flex;align-items:center;gap:clamp(16px,2vw,28px)}.primary-nav>a:not(.button){color:var(--navy-950);font-size:.9rem;font-weight:700;text-decoration:none}.primary-nav>a[aria-current=page]{color:var(--green-700);box-shadow:inset 0 -2px var(--gold-500)}.menu-toggle{display:none;width:44px;height:44px;border:0;border-radius:50%;background:var(--cream-100)}.menu-toggle>span:not(.sr-only){display:block;width:20px;height:2px;margin:4px auto;background:var(--navy-950)}.page-hero{padding:clamp(70px,9vw,115px) 0;background:var(--navy-950);color:var(--white);overflow:hidden;position:relative}.page-hero:after{content:"";position:absolute;width:380px;height:380px;right:-130px;top:-180px;border:90px solid rgba(217,164,50,.14);border-radius:50%}.page-hero h1{max-width:850px;margin-bottom:20px;color:var(--white);font-size:clamp(2.7rem,6vw,5.15rem)}.page-hero p{max-width:680px;margin-bottom:0;color:#ffffffc7;font-size:clamp(1rem,1.6vw,1.2rem)}.page-hero .eyebrow{color:var(--gold-300)}.footer{padding:70px 0 24px;background:#021d31;color:var(--white)}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer h2,.footer h3{color:var(--white)}.footer h2{margin-bottom:8px;font-size:1.4rem}.footer h3{margin-bottom:16px;font-family:inherit;font-size:.83rem;letter-spacing:.12em;text-transform:uppercase}.footer p{color:#ffffffa8}.footer a{display:block;margin-bottom:8px;color:#ffffffc7;text-decoration:none;overflow-wrap:anywhere}.footer a:hover{color:var(--gold-300)}.footer__brand{display:flex;gap:15px}.footer__brand img{width:74px;height:74px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.2))}.footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}.footer__bottom p{margin:0;font-size:.8rem}.card{border:1px solid rgba(6,47,79,.09);border-radius:var(--radius-md);background:var(--white);box-shadow:0 10px 35px #03243e12}.content-prose p{color:var(--muted);font-size:1.05rem}.content-prose h2,.content-prose h3{margin-top:1.5em}@media(max-width:900px){.topbar__links a:last-child{display:none}.menu-toggle{display:block}.primary-nav{position:absolute;left:20px;right:20px;top:calc(100% + 10px);display:none;align-items:stretch;flex-direction:column;gap:0;padding:18px;border-radius:18px;background:var(--white);box-shadow:var(--shadow)}.primary-nav.is-open{display:flex}.primary-nav>a:not(.button){padding:12px 10px}.primary-nav .button{margin-top:8px}.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.container{width:min(calc(100% - 28px),var(--container))}.topbar p{display:none}.topbar__inner{justify-content:center}.header__inner{min-height:72px}.brand img{width:50px;height:50px}.brand strong{font-size:1.05rem}.brand small{font-size:.61rem}.section{padding:70px 0}.footer__grid{grid-template-columns:1fr;gap:34px}.footer__bottom{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
