@layer base,layout,components,responsive;
@layer base {
 :root {color-scheme:light;--ink:#152f3c;--navy:#112d3a;--muted:#52616a;--gold:#8a6228;--line:#d7dcde;--paper:#fff;--pale:#f2f5f5;--serif:Georgia,'Times New Roman',serif;--sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
 * {box-sizing:border-box} html {scroll-behavior:smooth;scroll-padding-top:2rem} body {margin:0;background:var(--paper);color:var(--ink);font:1rem/1.65 var(--sans);-webkit-font-smoothing:antialiased} a {color:inherit;text-underline-offset:.24em} a:hover {text-decoration-thickness:2px} img {max-width:100%;height:auto;display:block} h1,h2,h3,p {margin:0} h1,h2,h3 {font-family:var(--serif);font-weight:400;line-height:1.12;text-wrap:balance} h1 {font-size:clamp(2.7rem,5.5vw,5.8rem);letter-spacing:-.045em} h2 {font-size:clamp(2rem,3.2vw,3.2rem);letter-spacing:-.035em} h3 {font-size:1.8rem;letter-spacing:-.025em} ::selection {background:#dce8ec;color:#112d3a} :focus-visible {outline:3px solid #ac782b;outline-offset:5px} .skip {position:fixed;left:1rem;top:-5rem;z-index:100;background:white;padding:.8rem 1.2rem;border:2px solid var(--ink)} .skip:focus {top:1rem} .wrap {width:min(1200px,calc(100% - 6rem));margin-inline:auto} .eyebrow {font-family:var(--sans);font-size:.8rem;font-weight:650;letter-spacing:.13em;line-height:1.5;text-transform:uppercase;color:var(--gold)}
}
@layer layout {
 .site-header {border-bottom:1px solid var(--line)} .header-inner {min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:2rem} .brand {text-decoration:none} .wordmark {font:1.5rem/1.3 var(--serif);letter-spacing:.16em;display:block} .brand-sub {display:block;margin-top:.4rem;font:600 .75rem/1.4 var(--sans);letter-spacing:.18em;color:var(--muted)} .site-header nav {display:flex;gap:2rem;align-items:center;flex-wrap:wrap;font-size:.9rem} .site-header nav a {text-decoration:none;padding:.4rem 0} .site-header nav a:hover,.site-header nav a[aria-current] {text-decoration:underline} .social-link {border-left:1px solid var(--line);padding-left:2rem!important}
 .hero {display:grid;grid-template-columns:1.35fr 1fr;gap:5rem;align-items:center;padding-block:4rem 4.5rem} .hero h1 {margin:1.2rem 0 1.6rem;font-size:clamp(3.5rem,6.6vw,6.1rem)} .hero-intro {font-size:1.2rem;line-height:1.65;max-width:30rem;color:var(--muted)} .hero .button {margin-top:2rem} .hero-note {margin-top:1.25rem;font-size:.85rem;color:var(--muted)} .hero-feature {display:block;text-decoration:none;background:var(--navy);padding:1rem;box-shadow:0 14px 35px #112d3a14;transform:rotate(1deg)} .hero-feature img {width:100%;aspect-ratio:1122/1402;object-fit:contain} .feature-caption {color:white;display:flex;justify-content:space-between;gap:.8rem;padding:1rem .2rem .15rem;font-size:.75rem} .feature-caption>span:first-child {letter-spacing:.1em;font-size:.75rem} .hero-feature:hover {box-shadow:0 14px 35px #112d3a26}
 .start-section {background:var(--pale);border-block:1px solid var(--line);padding:4.5rem 0} .section-heading {display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2.2rem} .section-heading h2 {margin-top:.75rem} .section-heading>p {max-width:26rem;color:var(--muted)} .guide-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:2.5rem;row-gap:2.5rem} .download-section {margin-block:4rem;display:grid;grid-template-columns:200px 1fr;gap:3rem;padding:3rem 4rem;background:var(--navy);color:white;align-items:center} .download-section .eyebrow {color:#dec490} .download-section h2 {margin:.6rem 0 1rem} .download-section p:not(.eyebrow) {color:#d4dfe4;max-width:41rem}.download-section .button {margin-top:1.8rem} .download-marker {border:1px solid #83949c;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center}.download-marker span {font:8rem/1 var(--serif);color:#e3c99a}.download-marker small {font-size:.8rem;letter-spacing:.26em}.download-detail {display:block;margin-top:.8rem;font-size:.85rem;color:#d4dfe4}.mission-strip {padding:1.5rem 0 5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem 4rem}.mission-strip>.eyebrow {grid-column:1/-1}.mission-strip p:not(.eyebrow) {color:var(--muted);margin-bottom:1rem}
 .site-footer {background:var(--navy);color:#ecf1f3;padding:3rem 0 1.5rem}.footer-top {display:flex;justify-content:space-between;gap:3rem;padding-bottom:2.4rem}.footer-brand {font:2rem var(--serif);text-decoration:none}.footer-top p {color:#becdd4;font-size:.95rem;margin-top:1rem}.footer-links {display:grid;grid-template-columns:1fr 1fr;gap:.6rem 2.5rem;align-content:start;font-size:.9rem}.footer-links a {text-decoration:none}.footer-links a:hover {text-decoration:underline}.footer-bottom {border-top:1px solid #45606e;padding-top:1.4rem;font-size:.8rem;color:#bdcbd2;display:flex;justify-content:space-between;gap:1rem}
 .page-intro {padding:4rem 0 3rem}.page-intro h1 {margin:1rem 0 1.5rem}.page-intro>p:not(.eyebrow) {max-width:44rem;color:var(--muted);font-size:1.15rem}.category-nav {display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.category-nav a {padding:.5rem 1rem;border:1px solid var(--line);text-decoration:none;font-size:.9rem}.category-nav a:hover {background:var(--pale);border-color:var(--ink)}.category-section {padding:3rem 0;border-top:1px solid var(--line)}.category-section:last-child {padding-bottom:5rem}.article-header {padding:2rem 0 3rem;max-width:980px}.back-link {display:inline-block;font-size:.9rem;color:var(--muted);text-decoration:none;margin-bottom:2rem}.article-header h1 {font-size:clamp(2.8rem,5vw,4.7rem);margin:1rem 0 1.5rem}.article-deck {font-size:1.22rem;max-width:48rem;color:var(--muted)}.byline {margin-top:1.4rem;font-size:.85rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:.6rem}.article-layout {display:grid;grid-template-columns:240px minmax(0,740px);gap:4rem;align-items:start;padding-bottom:4rem}.article-aside {border-top:2px solid var(--gold);padding-top:1.2rem;position:sticky;top:1.5rem}.article-aside ol {list-style:none;margin:1rem 0 1.5rem;padding:0}.article-aside li {margin-bottom:.8rem;font-size:.9rem;line-height:1.5}.article-aside a {text-decoration:none;color:var(--muted)}.article-aside a:hover {text-decoration:underline;color:var(--ink)}.aside-home {font-size:.9rem}.related {border-top:1px solid var(--line);padding:3rem 0 4rem}.related-grid {grid-template-columns:repeat(2,minmax(0,1fr))}.info-layout {padding-bottom:5rem}.info-layout .page-intro {max-width:900px}.info-prose {max-width:750px;margin-left:auto;margin-right:4rem}
}
@layer components {
 .button {display:inline-flex;align-items:center;justify-content:center;gap:1.5rem;min-height:48px;background:var(--navy);border:1px solid var(--navy);padding:.8rem 1.3rem;color:white;text-decoration:none;font-size:.95rem;font-weight:550;line-height:1.5;max-width:100%}.button:hover {background:#234654}.button-light {background:white;color:var(--navy);border-color:white}.button-light:hover {background:#dfe9ed}.text-link {font-size:.9rem;font-weight:550;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.2rem}.guide-card {border-top:1px solid #aab7bc;padding-top:1.4rem;position:relative}.guide-card h3 {margin:.7rem 0 1rem;max-width:24rem}.guide-card h3 a {text-decoration:none}.guide-card h3 a:hover {text-decoration:underline;text-decoration-thickness:1px}.guide-card>p:not(.eyebrow) {color:var(--muted);font-size:.95rem;line-height:1.7}.entry-number {display:block;font:2.8rem/1.1 var(--serif);color:#667d88;margin-bottom:1.2rem}.read-time {display:block;margin-top:1.4rem;color:var(--muted);font-size:.8rem}.prose {font-size:1.075rem;line-height:1.85;min-width:0;overflow-wrap:break-word}.prose h2 {font-size:1.9rem;line-height:1.25;margin:2.3rem 0 1rem;scroll-margin-top:2rem;letter-spacing:-.025em}.prose>h2:first-child {margin-top:0}.prose p {margin:0 0 1.3rem}.prose ol,.prose ul {padding-left:1.5rem;margin:1rem 0 1.8rem}.prose li {padding-left:.4rem;margin:.75rem 0}.prose a {color:#1d586f;overflow-wrap:anywhere}.prose .button {color:white}.editorial-note {font-size:.9rem!important;color:var(--muted);border-left:2px solid var(--gold);padding:1rem 1.2rem;background:var(--pale);line-height:1.7}.article-sources {border-top:1px solid var(--line);margin-top:2.5rem;padding-top:.5rem}.article-sources h2 {font:600 .85rem/1.5 var(--sans);text-transform:uppercase;letter-spacing:.08em}.article-sources ul {font-size:.9rem}.article-end {background:var(--pale);padding:1.4rem 1.5rem;margin-top:2rem;font-size:.95rem}.article-end p {margin:0 0 .4rem}.policy-date {font-size:.9rem;color:var(--muted)}
}
@layer responsive {
 @media(min-width:1550px){.hero{padding-block:5rem}.hero-feature{max-width:430px;justify-self:end}}
 @media(max-width:1000px){.wrap{width:calc(100% - 3rem)}.hero{gap:2.4rem}.hero h1{font-size:clamp(3.1rem,7vw,5.5rem)}.guide-grid{gap:2rem}.download-section{padding:2.5rem;grid-template-columns:140px 1fr;gap:2rem}.article-layout{grid-template-columns:190px minmax(0,1fr);gap:2rem}.info-prose{margin-right:0}}
 @media(max-width:720px){.wrap{width:calc(100% - 2rem)}.header-inner{min-height:100px;align-items:flex-start;justify-content:center;flex-direction:column;gap:1rem;padding-block:1.1rem}.wordmark{font-size:1.2rem}.brand-sub{font-size:.75rem}.site-header nav{gap:1.5rem;font-size:.875rem}.social-link{padding-left:1.5rem!important}.hero{grid-template-columns:1fr;gap:2.5rem;padding-block:2.5rem 3rem}.hero h1{font-size:clamp(3.4rem,12vw,5.3rem)}.hero-intro{font-size:1.1rem}.hero-feature{width:min(100%,390px);justify-self:center;transform:none}.section-heading{align-items:flex-start;flex-direction:column;gap:1rem}.start-section{padding:3rem 0}.guide-grid,.related-grid{grid-template-columns:1fr;row-gap:2rem}.guide-card h3{max-width:none;font-size:1.75rem}.guide-card{padding-top:1.2rem}.entry-number{font-size:2rem;margin-bottom:.8rem}.download-section{grid-template-columns:1fr;padding:2rem 1.5rem;margin-block:2.5rem;gap:1.5rem}.download-marker{min-height:auto;border:none;flex-direction:row;gap:.7rem;justify-content:flex-start}.download-marker span{font-size:4.5rem}.download-marker small{margin-top:1rem}.download-section h2{font-size:2.5rem}.button{gap:1rem}.mission-strip{grid-template-columns:1fr;gap:1rem;padding-bottom:3rem}.footer-top,.footer-bottom{flex-direction:column}.footer-links{gap:.8rem 1.5rem}.page-intro{padding-top:2.5rem}.page-intro h1{font-size:3.1rem}.category-section{padding-block:2.2rem}.article-header{padding-top:1.5rem;padding-bottom:2rem}.article-header h1{font-size:clamp(2.5rem,10vw,3.8rem)}.article-deck{font-size:1.1rem}.article-layout{display:flex;flex-direction:column;gap:2rem;padding-bottom:2.5rem}.article-aside{position:static;width:100%;padding-top:1rem}.article-aside ol{columns:2;column-gap:1.8rem;margin-bottom:0}.article-aside li{break-inside:avoid}.aside-home{display:none}.prose{font-size:1.05rem;line-height:1.8;width:100%}.prose h2{font-size:1.7rem}.byline{font-size:.8rem;gap:.35rem}.info-layout{padding-bottom:3rem}.info-layout h1{font-size:2.8rem}.info-prose{margin:0}.feature-caption{font-size:.75rem}.feature-caption>span:first-child{font-size:.75rem}}
 @media(max-width:360px){.site-header nav{gap:1rem}.social-link{padding-left:1rem!important}.article-aside ol{columns:1}.footer-links{grid-template-columns:1fr}.hero h1{font-size:3.25rem}.byline span{display:none}}
 @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
 @media print{.site-header,.site-footer,.article-aside,.related,.article-end,.skip{display:none}.wrap{width:100%}.article-layout{display:block}.article-header{padding-top:0}body{font-size:12pt;color:#000}.prose{font-size:12pt;max-width:none}.prose a{color:#000}.article-header h1{font-size:30pt}.byline{font-size:10pt}}
}
