:root {
  --navy-950:#06172e;--navy-900:#0a2140;--navy-800:#12355b;--navy-700:#234b75;
  --gold-500:#c49a45;--gold-400:#d3ae63;--ivory:#faf7f0;--parchment:#eee6d8;
  --white:#fff;--charcoal:#20242a;--slate:#5b6470;--border:rgba(10,33,64,.14);
  --shadow-sm:0 10px 30px rgba(6,23,46,.08);--shadow-lg:0 22px 60px rgba(6,23,46,.16);
  --serif:Georgia,"Times New Roman",serif;--sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --container:75rem
}
*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;color:var(--charcoal);background:var(--ivory);font-family:var(--sans);line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}a{color:inherit}button,input,select,textarea{font:inherit}
h1,h2,h3{margin:0 0 1rem;color:var(--navy-950);font-family:var(--serif);font-weight:600;line-height:1.1;text-wrap:balance}
h1{font-size:clamp(2.7rem,6vw,5.8rem);letter-spacing:-.04em}h2{font-size:clamp(2.1rem,4vw,3.65rem);letter-spacing:-.025em}h3{font-size:clamp(1.3rem,2vw,1.65rem)}
p{margin:0 0 1.25rem}:focus-visible{outline:3px solid var(--gold-400);outline-offset:4px}
.skip-link{position:fixed;top:.5rem;left:.5rem;z-index:100;padding:.75rem 1rem;color:var(--white);background:var(--navy-950);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}
.container{width:min(calc(100% - 2rem),var(--container));margin-inline:auto}
.eyebrow{margin:0 0 .9rem;color:var(--gold-500);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.lead{color:var(--slate);font-size:clamp(1.08rem,2vw,1.28rem)}
.site-header{position:relative;z-index:20;color:var(--navy-950);background:rgba(250,247,240,.98);border-bottom:1px solid var(--border)}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;min-height:6rem;width:min(calc(100% - 3rem),92rem)}.site-logo{flex:0 1 22rem}.site-logo img{width:min(100%,22rem)}
.primary-navigation__list{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:.3rem .85rem;margin:0;padding:0;list-style:none}
.primary-navigation a{display:inline-flex;align-items:center;min-height:2.75rem;color:var(--navy-900);font-size:.9rem;font-weight:700;text-decoration:none}
.primary-navigation a:not(.button):hover,.primary-navigation a[aria-current="page"]{color:var(--navy-700);text-decoration:underline;text-decoration-color:var(--gold-500);text-decoration-thickness:2px;text-underline-offset:.4rem}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;padding:.82rem 1.25rem;border:1px solid transparent;border-radius:.65rem;font-weight:800;line-height:1.15;text-align:center;text-decoration:none;transition:transform 180ms ease,background-color 180ms ease,box-shadow 180ms ease}.button:hover{transform:translateY(-2px)}
.button--primary{color:var(--navy-950);background:var(--gold-400);box-shadow:0 8px 24px rgba(196,154,69,.28)}.button--primary:hover{background:#e1bd73;box-shadow:0 12px 30px rgba(196,154,69,.34)}
.button--secondary{color:var(--navy-950);background:transparent;border-color:rgba(10,33,64,.32)}.button--light{color:var(--white);border-color:rgba(255,255,255,.52)}
.hero{position:relative;display:grid;min-height:min(75rem,calc(100vh - 6rem));overflow:hidden;color:var(--white);background:var(--navy-950)}
.hero__image,.hero__overlay,.hero__content{grid-area:1/1}.hero__image{width:100%;height:100%;min-height:min(75rem,calc(100vh - 6rem));object-fit:cover;object-position:55% center}
.hero__overlay{background:linear-gradient(90deg,rgba(6,23,46,.78) 0%,rgba(6,23,46,.68) 18%,rgba(6,23,46,.24) 25%,rgba(6,23,46,.04) 32%,transparent 39%)}
.hero__content{position:relative;z-index:2;display:flex;align-items:center;width:100%;max-width:none;padding:5rem 2rem 5rem clamp(2rem,7vw,8.5rem)}.hero__copy{width:min(100%,31rem)}.hero h1{color:var(--white);font-size:clamp(2.7rem,4.3vw,4.5rem)}
.hero__subhead{max-width:30rem;margin-bottom:1.8rem;font-size:clamp(1.08rem,1.6vw,1.26rem);text-wrap:balance}.hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.3rem}.hero__note{max-width:30rem;color:rgba(255,255,255,.88);font-size:.92rem}.hero h1,.hero__subhead,.hero__note{text-shadow:0 2px 12px rgba(6,23,46,.72)}
.section{padding:clamp(4.5rem,8vw,7.5rem) 0}.section--white{background:var(--white)}.section--soft{background:var(--parchment)}.section--navy{color:rgba(255,255,255,.82);background:var(--navy-950)}.section--navy h2,.section--navy h3{color:var(--white)}
.section-heading{max-width:49rem;margin-bottom:3rem}.split{display:grid;align-items:center;gap:clamp(2.5rem,6vw,6rem)}.split__image{overflow:hidden;border-radius:1rem;box-shadow:var(--shadow-lg)}.split__image img{width:100%}
.feature-grid,.card-grid,.steps,.footer-grid{display:grid;gap:1.25rem}.feature-grid,.steps,.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.feature-card,.content-card,.step{padding:clamp(1.5rem,3vw,2rem);background:var(--white);border:1px solid var(--border);border-radius:.9rem;box-shadow:var(--shadow-sm)}
.feature-card__number,.step__number{display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;color:var(--navy-950);background:var(--gold-400);border-radius:50%;font-weight:900}.step{box-shadow:none}
.content-card{display:flex;flex-direction:column}.content-card p{flex-grow:1;color:var(--slate)}.text-link{color:var(--navy-800);font-weight:800;text-underline-offset:.25rem}.text-link::after{content:" \2192"}
.location-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:2rem 0 0;padding:0;list-style:none}.location-links a{display:block;min-height:100%;padding:1.1rem 1.2rem;color:var(--navy-900);background:var(--white);border:1px solid var(--border);border-radius:.7rem;font-weight:800;text-decoration:none}.location-links a:hover{border-color:var(--gold-500)}
.faq-list{max-width:55rem}.faq-item{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.18)}.faq-item:last-child{border-bottom:1px solid rgba(255,255,255,.18)}.faq-item p:last-child{margin-bottom:0}
.closing-cta{padding:clamp(3rem,7vw,5rem);color:var(--white);background:var(--navy-900);border:1px solid rgba(255,255,255,.1);border-radius:1.1rem;text-align:center;box-shadow:var(--shadow-lg)}.closing-cta h2{color:var(--white)}.closing-cta p{max-width:40rem;margin:0 auto 1.5rem}
.site-footer{padding:4rem 0 2rem;color:rgba(255,255,255,.74);background:#041226}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr)}.site-footer h2{color:var(--white);font-family:var(--sans);font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.55rem}.site-footer a{text-underline-offset:.25rem}.site-footer a:hover{color:var(--white)}
.footer-brand img{width:min(100%,19rem);margin-bottom:1rem;filter:brightness(0) invert(1)}.site-footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.14);font-size:.82rem}.site-footer__disclosure{margin-bottom:.6rem;color:rgba(255,255,255,.86)}
.page-hero{padding:clamp(4.5rem,9vw,8rem) 0;color:var(--white);background:var(--navy-900)}.page-hero h1{max-width:54rem;color:var(--white);font-size:clamp(2.7rem,5vw,4.8rem)}.page-hero .lead{max-width:48rem;color:rgba(255,255,255,.82)}
.breadcrumbs{margin-bottom:2rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;font-size:.88rem}.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:.45rem;color:var(--gold-400)}.breadcrumbs a{text-underline-offset:.2rem}
.article-shell{display:grid;grid-template-columns:minmax(0,1fr) 18rem;gap:clamp(2rem,6vw,5rem);align-items:start}.article-body{max-width:49rem}.article-body h2{margin-top:3.2rem}.article-body h3{margin-top:2rem}.article-body ul,.article-body ol{padding-left:1.3rem}.article-body li{margin-bottom:.65rem}.article-image{margin:2rem 0;border-radius:1rem;box-shadow:var(--shadow-lg)}
.article-aside{position:sticky;top:2rem;padding:1.4rem;background:var(--white);border:1px solid var(--border);border-radius:.8rem}.article-aside h2{font-family:var(--sans);font-size:1rem}.article-aside ul{margin:0;padding:0;list-style:none}.article-aside li{margin-bottom:.65rem}.article-aside a{color:var(--navy-800);font-weight:700;text-underline-offset:.2rem}
.directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.directory-card{padding:1.7rem;background:var(--white);border:1px solid var(--border);border-radius:.9rem;box-shadow:var(--shadow-sm)}.directory-card p{color:var(--slate)}.directory-card a{color:var(--navy-800);font-weight:800;text-underline-offset:.2rem}.callout{margin:2rem 0;padding:1.5rem;border-left:4px solid var(--gold-500);background:var(--parchment)}
@media(min-width:800px){.split{grid-template-columns:1fr 1fr}}
@media(max-width:1060px){.site-header__inner{align-items:flex-start;flex-direction:column;padding-block:1rem}.site-logo{flex-basis:auto}.primary-navigation__list{justify-content:flex-start}.hero,.hero__image{min-height:47rem}}
@media(max-width:760px){.feature-grid,.card-grid,.steps,.location-links,.footer-grid{grid-template-columns:1fr}.site-logo img{width:min(82vw,22rem)}.primary-navigation__list{gap:.2rem .9rem}.primary-navigation a{min-height:2.6rem}.hero,.hero__image{min-height:43rem}.hero__image{object-position:62% center}.hero__overlay{background:linear-gradient(90deg,rgba(6,23,46,.82),rgba(6,23,46,.42))}.hero__content{align-items:flex-end;padding-block:3rem}}
@media(max-width:900px){.article-shell{grid-template-columns:1fr}.article-aside{position:static}.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.directory-grid{grid-template-columns:1fr}}
@media(max-width:500px){.primary-navigation__list li:nth-child(3),.primary-navigation__list li:nth-child(4){display:none}.primary-navigation .button{padding-inline:.9rem}.hero__actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.001ms!important}}
