@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap');
:root{--navy:#080e36;--navy2:#101b53;--sky:#87ceeb;--white:#ffffff;--ink:#142044}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font:1rem/1.6 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topbar{height:84px;padding:0 clamp(22px,5vw,84px);display:flex;align-items:center;justify-content:space-between;background:var(--navy);color:white;border-bottom:1px solid #ffffff20}.brand{display:flex;align-items:center;gap:13px;font:700 1.2rem/1 'Oswald',Arial,sans-serif;letter-spacing:.06em}.brand small{display:block;font-size:.72rem;letter-spacing:.28em;color:var(--sky);margin-top:5px}.monogram{display:grid;place-items:center;width:48px;height:48px;border:2px solid var(--sky);font-size:1.23rem}.topbar nav{display:flex;gap:clamp(16px,3vw,42px);font-size:.88rem;font-weight:700}.topbar nav a:hover,.topbar nav a:focus-visible{color:var(--sky)}.hero{background:var(--navy);color:white;min-height:620px;display:grid;grid-template-columns:54% 46%;position:relative}.hero-copy{padding:clamp(80px,9vw,145px) 5vw 100px clamp(24px,8vw,130px);position:relative;z-index:1}.eyebrow{color:var(--sky);font-size:.75rem;font-weight:700;letter-spacing:.19em;line-height:1.5}.eyebrow.dark{color:#25769a}.line{display:inline-block;width:35px;border-top:1px solid var(--sky);vertical-align:middle;margin:0 8px}h1,h2,.archive-card strong{font-family:'Oswald',Impact,sans-serif;line-height:1.09;text-transform:uppercase;font-weight:600}h1{font-size:clamp(3.5rem,6vw,6.5rem);letter-spacing:-.025em;margin:26px 0}h1 em{font-style:normal;color:var(--sky)}.hero-copy>p:not(.eyebrow){max-width:560px;color:#d0d5e7;font-size:1.06rem}.button{display:inline-flex;gap:38px;align-items:center;margin-top:23px;background:var(--sky);color:var(--navy);padding:15px 21px;font-size:.9rem;font-weight:700}.button:hover,.button:focus-visible{background:#b9e6f8}.hero-image{position:relative;min-height:560px;overflow:hidden;background:#172052}.hero-image:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--navy) 0%,transparent 38%),linear-gradient(0deg,#080e3699,transparent 35%);z-index:1}.hero-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);opacity:.85}.image-label{position:absolute;right:30px;bottom:50px;color:white;z-index:2;font-size:.7rem;letter-spacing:.18em;font-weight:700}.hero-bottom{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:15px clamp(24px,8vw,130px);display:flex;justify-content:space-between;border-top:1px solid #ffffff3a;font-size:.7rem;letter-spacing:.16em;color:#ddd}.section-wrap{max-width:1440px;margin:auto;padding:110px clamp(24px,8vw,130px)}h2{font-size:clamp(2.8rem,4vw,4.8rem);margin:18px 0}.story{display:grid;grid-template-columns:1fr 1fr;gap:10vw}.story-body{padding-top:28px;color:#4b5365;font-size:1.07rem}.story-body p:first-child{margin-top:0}.text-link{color:var(--navy);display:inline-block;margin-top:15px;padding-bottom:5px;border-bottom:2px solid var(--sky);font-weight:700}.text-link:hover{color:#25769a}.archive{background:var(--navy2);color:white}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}.section-heading p:last-child{max-width:390px;color:#c7cce0}.archive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.archive-card{min-height:300px;padding:23px;background:#ffffff0b;border:1px solid #ffffff30;display:flex;flex-direction:column;justify-content:space-between;transition:background .2s,transform .2s}.archive-card:hover,.archive-card:focus-visible{background:#ffffff1e;transform:translateY(-4px)}.card-number{color:var(--sky);font-size:.74rem;letter-spacing:.18em;font-weight:700}.archive-card strong{font-size:clamp(1.65rem,2vw,2.4rem)}.archive-card>span:last-child{font-size:.85rem;border-top:1px solid #ffffff35;padding-top:14px;display:flex;justify-content:space-between}.archive-card b{font-size:1.2rem;color:var(--sky)}.archive-note{font-size:.78rem;color:#bbc2dc;margin:24px 0 0}.legacy{display:grid;grid-template-columns:1fr 1.4fr;gap:9vw;align-items:center}.legacy-mark{font:700 clamp(9rem,22vw,22rem)/.9 'Oswald',Impact,sans-serif;color:#dceef7;letter-spacing:-.1em}.legacy p:not(.eyebrow){max-width:650px;color:#4b5365;font-size:1.07rem}footer{background:var(--navy);color:white}.footer-inner{max-width:1440px;margin:auto;padding:38px clamp(24px,8vw,130px);display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand{font:700 2rem 'Oswald',sans-serif}.footer-brand small{font-size:.8rem;color:var(--sky);letter-spacing:.15em}.footer-inner p{font-size:.85rem;color:#d2d6e6}.footer-inner p small{color:#aab3ce}.footer-inner>a{font-size:.84rem;color:var(--sky);white-space:nowrap}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-copy{padding:72px 7vw 70px}.hero-image{height:320px;min-height:0;grid-row:1}.hero-image:before{background:linear-gradient(0deg,var(--navy),transparent 70%)}.hero-bottom{position:static;grid-row:3;padding:18px 7vw}.story,.legacy{grid-template-columns:1fr;gap:20px}.story-body{padding-top:0}.archive-grid{grid-template-columns:repeat(2,1fr)}.legacy-mark{display:none}}@media(max-width:600px){.topbar{height:auto;min-height:76px;align-items:flex-start;flex-direction:column;padding:16px 6vw;gap:18px}.topbar nav{width:100%;justify-content:space-between;font-size:.78rem}.hero-image{height:230px}.hero-copy{padding:50px 6vw 60px}h1{font-size:clamp(3rem,12vw,4.3rem)}.hero-bottom{font-size:.58rem;gap:15px}.section-wrap{padding:70px 6vw}.section-heading{display:block}.archive-grid{grid-template-columns:1fr}.archive-card{min-height:190px}.footer-inner{display:block;padding:35px 6vw}.footer-inner>a{display:inline-block;margin-top:8px}}

/* Program history */
.skip-link{position:absolute;left:20px;top:-100px;z-index:10;background:white;color:var(--navy);padding:12px 20px}.skip-link:focus{top:12px}.history-page a:focus-visible{outline:3px solid #25769a;outline-offset:5px}.history-page .topbar a:focus-visible,.history-page .history-hero a:focus-visible,.history-page footer a:focus-visible,.history-next a:focus-visible{outline-color:var(--sky)}.topbar a[aria-current="page"]{color:var(--sky);text-decoration:underline;text-underline-offset:7px}.history-hero{background:var(--navy);color:white}.history-hero .section-wrap{padding-top:38px;padding-bottom:60px}.history-back{display:inline-block;font-size:.85rem;color:#d0d5e7;margin-bottom:44px}.history-hero h1{font-size:clamp(3.3rem,6.8vw,6.6rem);max-width:1000px}.history-deck{max-width:660px;color:#d0d5e7;font-size:1.12rem}.history-milestones{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;border-top:1px solid #ffffff35;margin-top:50px;padding-top:30px}.history-milestones strong{display:block;font:500 clamp(2rem,3.4vw,3.2rem)/1.2 'Oswald',Impact,sans-serif;color:var(--sky)}.history-milestones span{display:block;font-size:.88rem;color:#d0d5e7;margin-top:9px}.history-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:clamp(35px,7vw,100px);padding-top:80px;padding-bottom:80px}.history-sidebar nav{display:flex;flex-direction:column;gap:16px}.history-sidebar nav a{font-size:.9rem;font-weight:600}.history-sidebar nav a:hover{color:#25769a}.history-source{font-size:.8rem;font-weight:700;border-top:1px solid #d4e3ee;padding-top:25px;margin-top:32px}.history-source span{display:block;color:#4b5365;font-weight:400;margin-top:8px}.history-content{max-width:760px}.history-content h2{font-size:clamp(2.35rem,3.8vw,3.8rem)}.history-content p:not(.eyebrow){font-size:1.05rem;line-height:1.85;color:#4b5365}.history-content h3{font-size:1.16rem;line-height:1.4;margin:28px 0 10px}.history-era{border-top:1px solid #d4e3ee;margin-top:46px;padding-top:40px;scroll-margin-top:24px}.history-callout{background:#edf7fc;border-left:4px solid var(--sky);padding:24px 28px;margin:30px 0}.history-callout h3{margin:8px 0;font-size:1.4rem}.history-callout p:last-child{margin-bottom:0}.history-callout .eyebrow{font-size:.69rem}.history-next{background:var(--navy2);color:white}.history-next .section-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:64px;padding-bottom:64px}.history-next h2{font-size:clamp(2.5rem,4vw,4rem)}.history-next p:not(.eyebrow){max-width:530px;color:#d0d5e7}.history-next-links{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0}.history-next .text-link{color:white}.history-next .button{margin-top:0}
@media(max-width:900px){.history-layout{grid-template-columns:1fr;gap:42px}.history-sidebar nav{flex-direction:row;flex-wrap:wrap;gap:12px 24px}.history-sidebar nav .eyebrow{flex-basis:100%;margin:0}.history-source{max-width:600px}.history-content{max-width:none}.history-next .section-wrap{display:block}.history-next-links{margin-top:30px}}@media(max-width:600px){.history-hero .section-wrap{padding-top:25px;padding-bottom:42px}.history-back{margin-bottom:30px}.history-milestones{grid-template-columns:1fr;gap:20px;margin-top:32px;padding-top:25px}.history-milestones>div{display:flex;align-items:center;gap:20px}.history-milestones strong{min-width:110px;font-size:2rem}.history-milestones span{margin:0}.history-layout{padding-top:40px;padding-bottom:50px}.history-callout{padding:20px}.history-sidebar nav{flex-direction:column}.history-era{margin-top:32px;padding-top:28px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.archive-card{transition:none}}

/* Keep the footer wordmark compact across every page. */
.footer-inner .footer-brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;font:700 2rem/1 'Oswald',sans-serif;color:#fff}
.footer-inner .footer-brand small{display:block;margin:0;font-size:.8rem;line-height:1;color:var(--sky);letter-spacing:.15em}
