/* Critical CSS - loads from /critical.css so site always has styles */
:root{--navy:#1e3a5f;--navy-dark:#152942;--gold:#c9a227;--gold-light:#d4b84a}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,sans-serif;color:var(--navy-dark);background:#fff;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}
main{flex:1}

header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid rgba(201,162,39,.2);box-shadow:0 1px 2px rgba(0,0,0,.05)}
header>div{max-width:72rem;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;min-height:88px}
header a{color:var(--navy);text-decoration:none}
header a:hover{color:var(--gold)}
header img{height:4rem;object-fit:contain}
header nav{display:none;gap:2rem;align-items:center}
header nav a{font-weight:500}
header nav a:last-of-type{background:var(--gold);color:var(--navy-dark);font-weight:600;padding:.625rem 1.25rem;border-radius:.25rem}
header nav a:last-of-type:hover{background:var(--gold-light)}
@media (min-width:768px){header nav{display:flex}header details{display:none}}
@media (min-width:640px){header img{height:5rem}}
@media (min-width:768px){header img{height:6rem}}

section.relative{position:relative}
.bg-navy{background-color:var(--navy)}
.text-white{color:#fff}
.text-gold-light{color:var(--gold-light)}
.text-navy{color:var(--navy)}
.text-navy-dark{color:var(--navy-dark)}
.bg-gold{background-color:var(--gold)}
section.relative .absolute{position:absolute;inset:0}
section.relative .relative{position:relative}
.z-10{z-index:10}
.max-w-4xl{max-width:56rem}
.mx-auto{margin-left:auto;margin-right:auto}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.text-center{text-align:center}
.font-serif{font-family:Georgia,Cambria,Times New Roman,serif}
.font-bold{font-weight:700}
.leading-tight{line-height:1.25}
.min-h-\[500px\]{min-height:500px}
.flex{display:flex}
.items-center{align-items:center}
.justify-center{justify-content:center}
.overflow-hidden{overflow:hidden}
.object-cover{object-fit:cover}
.opacity-35{opacity:.35}
.opacity-95{opacity:.95}
.w-full{width:100%}
.h-full{height:100%}
.inset-0{top:0;right:0;bottom:0;left:0}
.z-0{z-index:0}
.bg-navy\/70{background-color:rgba(30,58,95,.7)}
.py-24{padding-top:6rem;padding-bottom:6rem}
.mb-6{margin-bottom:1.5rem}
.mt-4{margin-top:1rem}
.mt-8{margin-top:2rem}
.inline-block{display:inline-block}
.px-8{padding-left:2rem;padding-right:2rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.rounded{border-radius:.25rem}
.font-semibold{font-weight:600}
.text-3xl{font-size:1.875rem}
.text-lg{font-size:1.125rem}
.text-xl{font-size:1.25rem}
@media (min-width:640px){.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:text-4xl{font-size:2.25rem}.sm\:text-xl{font-size:1.25rem}.sm\:h-24{height:6rem}}
@media (min-width:768px){.md\:text-5xl{font-size:3rem}.md\:h-28{height:7rem}}
a.rounded:hover{background:var(--gold-light)}

.py-20{padding-top:5rem;padding-bottom:5rem}
.bg-white{background-color:#fff}
.max-w-6xl{max-width:72rem}
.mb-12{margin-bottom:3rem}
.text-2xl{font-size:1.5rem}
.grid{display:grid}
.gap-12{gap:3rem}
.aspect-\[4\/3\]{aspect-ratio:4/3}
.rounded-xl{border-radius:.75rem}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.border-2{border-width:2px}
.border-gold\/30{border-color:rgba(201,162,39,.3)}
.leading-relaxed{line-height:1.625}
.mt-6{margin-top:1.5rem}
.text-gold{color:var(--gold)}
@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:gap-16{gap:4rem}}
@media (min-width:640px){.sm\:py-24{padding-top:6rem;padding-bottom:6rem}}

.bg-slate-50{background-color:#f8fafc}
.mb-4{margin-bottom:1rem}
.mb-14{margin-bottom:3.5rem}
.text-navy-dark\/80{color:rgba(21,41,66,.8)}
.max-w-2xl{max-width:42rem}
.gap-8{gap:2rem}
.border{border-width:1px;border-color:rgba(201,162,39,.2)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.p-6{padding:1.5rem}
.flex-col{flex-direction:column}
.flex-1{flex:1}
.border-b{border-bottom-width:1px}
.pb-2{padding-bottom:.5rem}
.text-sm{font-size:.875rem}
.text-navy-dark\/85{color:rgba(21,41,66,.85)}
.aspect-\[16\/10\]{aspect-ratio:16/10}
.mt-10{margin-top:2.5rem}
.text-navy-dark\/75{color:rgba(21,41,66,.75)}
.italic{font-style:italic}
.rounded-lg{border-radius:.5rem}
@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}

footer{background-color:var(--navy);color:#fff}
footer>div{max-width:72rem;margin:0 auto;padding:3.5rem 1.5rem}
footer a{color:var(--gold-light);text-decoration:none}
footer a:hover{color:var(--gold)}
footer p{margin:0}
footer img{height:3rem;object-fit:contain;opacity:.95}
@media (min-width:640px){footer img{height:3.5rem}}
@media (min-width:768px){footer>div>div:first-child{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}}
footer .text-white\/90{color:rgba(255,255,255,.9)}
footer .text-white\/80{color:rgba(255,255,255,.8)}
footer .text-white\/70{color:rgba(255,255,255,.7)}
footer .text-white\/60{color:rgba(255,255,255,.6)}
