:root{--brand:#0a4d9c;--brand-secondary:#1565c0;--brand-dark:#073665;--gold:#f4b400;--orange:#ff8f00;--orange-dark:#ad5c00;--muted:#f8f9fa;--charcoal:#1f2937;--ink:#222;--ink-muted:#6b7280}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:#fff}.font-heading,h1,h2,h3,h4{font-family:Georgia,Times New Roman,serif;font-weight:700;margin:0}p{margin:0}a,button{cursor:pointer;text-decoration:none;color:inherit;background:none;border:none;font:inherit}img{max-width:100%;display:block}.container{max-width:1280px;margin:0 auto;padding:0 20px}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.grid{display:grid}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.text-center{text-align:center}.text-left{text-align:left}.hidden{display:none}.block{display:block}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.overflow-hidden{overflow:hidden}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.h-full{height:100%}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.divide-y>*+*{border-top:1px solid rgba(0,0,0,.1)}.bg-brand{background:var(--brand)}.bg-white{background:#fff}.bg-surface-muted{background-color:var(--muted);background-image:url(/brand/watermark.png);background-repeat:no-repeat;background-position:50%;background-size:min(50vw,420px) auto}.bg-surface-charcoal{background:var(--charcoal)}.bg-accent-gold{background:var(--gold)}.bg-green-600{background:#16a34a}.bg-amber-100{background:#fef3c7}.bg-black-60{background:rgba(0,0,0,.6)}.text-brand{color:var(--brand)}.text-ink{color:var(--ink)}.text-ink-muted{color:var(--ink-muted)}.text-white{color:#fff}.text-accent-gold{color:var(--gold)}.text-accent-orange{color:var(--orange)}.text-accent-orange-dark{color:var(--orange-dark)}.text-amber-900{color:#78350f}.text-white-40{color:hsla(0,0%,100%,.4)}.text-white-50{color:hsla(0,0%,100%,.5)}.text-white-60{color:hsla(0,0%,100%,.6)}.text-white-70{color:hsla(0,0%,100%,.7)}.text-white-80{color:hsla(0,0%,100%,.8)}.text-white-90{color:hsla(0,0%,100%,.9)}.text-black-15{color:rgba(0,0,0,.15)}.border{border:1px solid rgba(0,0,0,.1)}.border-brand{border:2px solid var(--brand)}.border-white{border:2px solid #fff}.border-white-70{border:2px solid hsla(0,0%,100%,.7)}.border-t{border-top:1px solid hsla(0,0%,100%,.1)}.hover-bg-brand-dark:hover{background:var(--brand-dark)}.hover-bg-white:hover{background:#fff;color:var(--brand)}.hover-text-gold:hover{color:var(--gold)}.hover-text-orange:hover{color:var(--orange)}.hover-text-brand:hover{color:var(--brand)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tracking-wide{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.leading-tight{line-height:1.2}.leading-relaxed{line-height:1.7}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.text-4xl{font-size:36px}.text-5xl{font-size:48px}.text-6xl{font-size:60px}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.gap-7{gap:28px}.gap-8{gap:32px}.gap-10{gap:40px}.gap-16{gap:64px}.p-2{padding:8px}.p-6{padding:24px}.p-7{padding:28px}.p-8{padding:32px}.p-10{padding:40px}.px-2-5{padding-left:10px;padding-right:10px}.px-4{padding-left:16px;padding-right:16px}.px-5{padding-left:20px;padding-right:20px}.px-6{padding-left:24px;padding-right:24px}.px-8{padding-left:32px;padding-right:32px}.py-1{padding-top:4px;padding-bottom:4px}.py-1-5{padding-top:6px;padding-bottom:6px}.py-2{padding-top:8px;padding-bottom:8px}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-5{padding-top:20px;padding-bottom:20px}.py-6{padding-top:24px;padding-bottom:24px}.py-10{padding-top:40px;padding-bottom:40px}.py-14{padding-top:56px;padding-bottom:56px}.py-16{padding-top:64px;padding-bottom:64px}.py-20{padding-top:80px;padding-bottom:80px}.py-32{padding-top:128px;padding-bottom:128px}.pt-8{padding-top:32px}.pt-32{padding-top:128px}.pb-5{padding-bottom:20px}.pb-16{padding-bottom:64px}.pb-24{padding-bottom:96px}.mt-0{margin-top:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-7{margin-top:28px}.mt-8{margin-top:32px}.mt-10{margin-top:40px}.mt-12{margin-top:48px}.mb-1-5{margin-bottom:6px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mr-2n{margin-right:-8px}.mt-8n{margin-top:-32px}.space-y-1>*+*{margin-top:4px}.space-y-3>*+*{margin-top:12px}.space-y-4>*+*{margin-top:16px}.space-y-5>*+*{margin-top:20px}.w-6{width:24px}.w-14{width:56px}.h-0-5{height:2px}.h-14{height:56px}.h-20{height:80px}.min-h-300{min-height:300px}.min-h-60vh{min-height:60vh}.min-h-90vh{min-height:90vh}.max-w-1280{max-width:1280px}.max-w-md{max-width:448px}.max-w-sm{max-width:384px}.max-w-xl{max-width:576px}.max-w-2xl{max-width:672px}.max-w-3xl{max-width:768px}.aspect-4-3{aspect-ratio:4/3}.rounded-md{border-radius:8px}.rounded-lg{border-radius:12px}.rounded-xl{border-radius:16px}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 4px 14px rgba(10,77,156,.1)}.shadow-lg{box-shadow:0 12px 28px rgba(0,0,0,.18)}.shadow-sm{box-shadow:0 2px 8px rgba(0,0,0,.06)}.object-cover{object-fit:cover}.inset-0{top:0;bottom:0}.inset-0,.inset-x-0{right:0;left:0}.top-8{top:32px}.bottom-6{bottom:24px}.right-6{right:24px}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.transition{transition:all .25s ease}@media (min-width:640px){.sm-grid-cols-2{grid-template-columns:repeat(2,1fr)}.sm-grid-cols-3{grid-template-columns:repeat(3,1fr)}.sm-grid-cols-5{grid-template-columns:repeat(5,1fr)}.sm-flex-row{flex-direction:row}.sm-text-4xl{font-size:36px}.sm-text-5xl{font-size:48px}.sm-text-lg{font-size:18px}.sm-text-sm{font-size:14px}.sm-px-8{padding-left:32px;padding-right:32px}.sm-col-span-2{grid-column:span 2}}@media (min-width:1024px){.lg-grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg-grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg-grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg-grid-cols-5{grid-template-columns:repeat(5,1fr)}.lg-col-span-2{grid-column:span 2}.lg-flex{display:flex}.lg-hidden{display:none}.lg-block{display:block}.lg-text-6xl{font-size:60px}.lg-px-10{padding-left:40px;padding-right:40px}}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--gold);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--brand);color:#fff;padding:12px 20px;border-radius:0 0 8px 0}.skip-link:focus{left:0}.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}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{scroll-behavior:smooth}.wm{position:relative;display:block;overflow:hidden}.wm>img{width:100%;height:100%;object-fit:cover}.wm:after{content:"";position:absolute;right:4%;bottom:4%;width:clamp(64px,18%,160px);aspect-ratio:3/1;background-image:url(/brand/watermark.png);background-repeat:no-repeat;background-position:100% 100%;background-size:contain;opacity:.28;pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.wm--subtle:after{opacity:.18}.wm--none:after{content:none}.gallery-filter{padding:8px 16px;font-size:12px;border-radius:9999px;background:var(--muted);transition:all .25s ease}.gallery-filter[aria-pressed=true]{background:var(--brand);color:#fff}.lightbox{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;padding:24px}.lightbox__stage{max-width:1100px;max-height:85vh;width:100%}.lightbox__btn{top:20px;right:20px;font-size:20px}.lightbox__btn,.lightbox__nav{position:absolute;width:44px;height:44px;border-radius:9999px;background:hsla(0,0%,100%,.14);color:#fff}.lightbox__nav{top:50%;transform:translateY(-50%);font-size:22px}.lightbox__nav--prev{left:20px}.lightbox__nav--next{right:20px}.field{border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:12px 16px;font-size:14px;width:100%;background:#fff}.field:invalid:not(:placeholder-shown){border-color:#dc2626}.field-label{display:block;font-size:12px;font-weight:600;margin-bottom:6px;color:var(--ink)}.field-error{color:#dc2626;font-size:12px;margin-top:4px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.social-links{display:flex;align-items:center;gap:8px}.social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:9999px;transition:background-color .25s ease,color .25s ease,transform .25s ease}.social-link:hover{transform:translateY(-1px)}.social-link--light{color:hsla(0,0%,100%,.75);background:hsla(0,0%,100%,.08)}.social-link--light:hover{color:#fff;background:hsla(0,0%,100%,.18)}.social-link--dark{color:var(--brand);background:rgba(10,77,156,.08)}.social-link--dark:hover{color:#fff;background:var(--brand)}@media (prefers-reduced-motion:reduce){.social-link:hover{transform:none}}.article-body{color:var(--ink)}.article-body p{margin:0 0 20px;line-height:1.75;color:#4b5563}.article-body .article-lede{font-size:18px;color:var(--ink)}.article-body h2{font-family:Georgia,Times New Roman,serif;font-size:26px;line-height:1.3;margin:40px 0 16px;color:var(--ink)}.article-body ol,.article-body ul{margin:0 0 20px;padding-left:22px;color:#4b5563}.article-body li{margin-bottom:8px;line-height:1.7}.article-body .article-note{border-left:3px solid var(--gold);background:var(--muted);padding:16px 20px;margin:24px 0;font-size:15px;color:var(--ink);border-radius:0 8px 8px 0}@media (min-width:768px){.article-body h2{font-size:30px}.article-body p{font-size:17px}}.gallery-masonry{column-count:1;column-gap:16px}@media (min-width:640px){.gallery-masonry{column-count:2;column-gap:20px}}@media (min-width:1024px){.gallery-masonry{column-count:3;column-gap:24px}}.gallery-figure{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in;break-inside:avoid;page-break-inside:avoid;margin:0 0 16px}@media (min-width:640px){.gallery-figure{margin-bottom:20px}}@media (min-width:1024px){.gallery-figure{margin-bottom:24px}}.gallery-figure__frame{position:relative;display:block;overflow:hidden;border-radius:14px;background:var(--muted);box-shadow:0 4px 14px rgba(0,0,0,.08);transition:box-shadow .35s ease,transform .35s ease}.gallery-figure__img{display:block;width:100%;height:auto;transition:transform .5s cubic-bezier(.22,1,.36,1)}.gallery-figure__veil{position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,54,101,.55),rgba(7,54,101,.05));opacity:0;transition:opacity .35s ease}.gallery-figure__icon,.gallery-figure__veil{display:flex;align-items:center;justify-content:center}.gallery-figure__icon{width:46px;height:46px;border-radius:9999px;background:hsla(0,0%,100%,.92);color:var(--brand);font-size:19px;transform:scale(.85);transition:transform .35s cubic-bezier(.22,1,.36,1)}.gallery-figure:focus-visible .gallery-figure__frame,.gallery-figure:hover .gallery-figure__frame{box-shadow:0 14px 34px rgba(0,0,0,.18);transform:translateY(-3px)}.gallery-figure:focus-visible .gallery-figure__img,.gallery-figure:hover .gallery-figure__img{transform:scale(1.045)}.gallery-figure:focus-visible .gallery-figure__veil,.gallery-figure:hover .gallery-figure__veil{opacity:1}.gallery-figure:focus-visible .gallery-figure__icon,.gallery-figure:hover .gallery-figure__icon{transform:scale(1)}@media (prefers-reduced-motion:reduce){.gallery-figure__frame,.gallery-figure__icon,.gallery-figure__img,.gallery-figure__veil{transition:none}.gallery-figure:hover .gallery-figure__frame,.gallery-figure:hover .gallery-figure__img{transform:none}}