
:root{color-scheme:light;--ink:#17242c;--muted:#4c5e68;--blue-950:#062f4b;--blue-900:#074d79;--blue-800:#08659a;--blue-700:#0878b8;--blue-100:#e8f5fb;--sky:#35a9e1;--gold:#d6a21d;--paper:#fff;--page:#f2f6f8;--line:#c9d7df;--focus:#ffbf47;--radius:1rem;--shadow:0 .75rem 2rem rgb(4 43 68 / .10);--max:76rem;--read:76ch;--bar:4.8rem}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--bar) + 1rem)}
body{margin:0;overflow-wrap:anywhere;background:var(--page);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;line-height:1.72}
img{display:block;max-width:100%;height:auto}
a{color:#07547e;text-decoration-thickness:.11em;text-underline-offset:.18em}
a:hover{text-decoration-thickness:.18em}
a:focus-visible,summary:focus-visible,[tabindex="-1"]:focus-visible{outline:.25rem solid var(--focus);outline-offset:.2rem}
h1,h2,h3,h4{color:#102f40;line-height:1.18;text-wrap:balance}
h1{margin:0;font-size:clamp(2rem,5.4vw,4.25rem)}
h2{margin:0 0 1.35rem;font-size:clamp(1.65rem,3.5vw,2.55rem)}
h3{margin:1.8rem 0 .7rem;font-size:clamp(1.3rem,2.4vw,1.85rem)}
p,li,dd{max-width:var(--read)}
.skip-link{position:fixed;z-index:9999;top:.5rem;left:.5rem;transform:translateY(-170%);padding:.8rem 1rem;border:.2rem solid var(--focus);border-radius:.5rem;background:#111;color:#fff;font-weight:800}
.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;z-index:1500;top:0;min-height:var(--bar);border-bottom:.22rem solid var(--sky);background:linear-gradient(100deg,var(--blue-900),var(--blue-950));box-shadow:0 .35rem 1.15rem rgb(0 0 0 / .22)}
.header-inner{display:flex;align-items:stretch;min-height:var(--bar);padding-right:clamp(16rem,23vw,22rem)}
.desktop-nav ul{display:flex;justify-content:flex-start;height:100%;margin:0;padding:0;list-style:none}
.desktop-nav li{display:flex}
.desktop-nav a{display:flex;align-items:center;justify-content:center;min-width:8.5rem;min-height:var(--bar);padding:.85rem 1rem;border-right:1px solid rgb(255 255 255 / .17);color:#fff;font-weight:760;line-height:1.25;text-align:center;text-decoration:none}
.desktop-nav a:hover,.desktop-nav a:focus-visible,.desktop-nav a[aria-current="page"]{background:#10243a}
.mobile-menu{display:none}
.brand{position:fixed;z-index:1650;top:0;right:0;width:min(22rem,46vw);margin:0;padding:0;background:transparent;line-height:0;pointer-events:none}
.brand img{width:100%;filter:drop-shadow(-.18rem .28rem .42rem rgb(0 0 0 / .18))}
.county-crest{position:fixed;z-index:1660;top:calc(var(--bar) + .35rem);left:.2rem;width:clamp(8.4rem,12.5vw,11.25rem);padding:.22rem .28rem;border-radius:.7rem;background:rgb(14 97 168 / .14);box-shadow:0 .12rem .32rem rgb(0 0 0 / .10);line-height:0}
.county-crest:hover,.county-crest:focus-visible{background:rgb(14 97 168 / .18)}
.county-crest img{width:100%;filter:drop-shadow(.18rem .28rem .35rem rgb(0 0 0 / .26))}
.hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#09689d 0%,#07486f 54%,#062f4b 100%);color:#fff}
.hero::before,.hero::after{position:absolute;z-index:-1;content:"";border-radius:50%;background:rgb(255 255 255 / .06)}
.hero::before{width:34rem;height:34rem;top:-20rem;right:-8rem}.hero::after{width:24rem;height:24rem;bottom:-17rem;left:4%}
.hero-inner{width:min(calc(100% - 2rem),var(--max));margin-inline:auto;padding:clamp(13rem,26vw,17rem) 0 clamp(3rem,8vw,6.5rem)}
.eyebrow{margin:0 0 .8rem;color:#cdeeff;font-size:.92rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.hero h1{max-width:20ch;color:#fff}
.project-code{display:inline-block;margin:1.4rem 0 0;padding:.65rem .85rem;border:1px solid rgb(255 255 255 / .32);border-radius:.55rem;background:rgb(0 0 0 / .17);color:#fff;font-weight:750}
.page-layout{display:grid;grid-template-columns:minmax(0,1fr) 18rem;gap:clamp(1.5rem,4vw,3rem);align-items:start;width:min(calc(100% - 2rem),var(--max));margin-inline:auto;padding:3rem 0 5rem}
.content{min-width:0}
.panel,.press-release{margin-bottom:2rem;padding:clamp(1.25rem,4vw,2.7rem);border:1px solid #d3e0e6;border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow)}
.project-data{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:1.5rem 0 0;border:1px solid var(--line);border-radius:.8rem;overflow:hidden}
.project-data div{min-width:0;padding:1rem 1.1rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfdfe}
.project-data div:nth-child(even){border-right:0}.project-data div:nth-last-child(-n+2){border-bottom:0}
dt{color:var(--muted);font-size:.93rem;font-weight:760}dd{margin:.18rem 0 0;font-weight:680}
.callout{margin:1.5rem 0;padding:1.15rem 1.25rem;border-left:.35rem solid var(--gold);border-radius:.45rem;background:#fff8e4}
.quote{margin:1.5rem 0;padding:1.2rem 1.35rem;border-left:.35rem solid var(--sky);background:#eef8fd;font-size:1.08rem}
.quote p{margin:.2rem 0}.quote footer{margin-top:.6rem;color:var(--muted);font-size:.93rem}
.activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem}
.activity-card{padding:1.1rem 1.15rem;border:1px solid #c9dce7;border-radius:.8rem;background:#f8fcfe}
.activity-card h3{margin:0 0 .45rem;font-size:1.15rem}.activity-card p{margin:0;color:#294756}
.timeline-nav{position:sticky;top:calc(var(--bar) + 1.25rem);padding:1.15rem;border:1px solid #d3e0e6;border-radius:.9rem;background:#fff;box-shadow:0 .35rem 1.25rem rgb(4 43 68 / .08)}
.timeline-nav h2{margin-bottom:.75rem;font-size:1.1rem}.timeline-nav ul{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}
.timeline-nav a{display:flex;align-items:center;min-height:2.75rem;padding:.5rem .65rem;border-radius:.45rem;text-decoration:none}
.timeline-nav a:hover,.timeline-nav a:focus-visible{background:var(--blue-100)}
.external-card{display:grid;gap:.5rem;margin-top:1.25rem;padding:1.25rem;border:1px solid #b7d4e4;border-radius:.85rem;background:var(--blue-100)}
.external-card p{margin:0}.external-card a{width:fit-content;font-weight:800}
.release-header{display:grid;grid-template-columns:8rem minmax(0,1fr);gap:1rem;align-items:start;margin:-.25rem -.25rem 1.4rem;padding:1.1rem;border-radius:.75rem;background:#eef6fa}
.release-date{display:inline-flex;justify-content:center;align-items:center;min-height:3rem;padding:.55rem .7rem;border-radius:.5rem;background:var(--blue-900);color:#fff;font-weight:800;text-align:center}
.release-header h2{margin:0;font-size:clamp(1.45rem,3vw,2.2rem)}
.contact-card{padding:1.15rem 1.25rem;border-left:.35rem solid var(--gold);border-radius:.45rem;background:#fff8e4}address{font-style:normal}
.site-footer{border-top:.35rem solid var(--sky);background:var(--blue-950);color:#fff}
.footer-inner{display:flex;justify-content:space-between;gap:1rem;width:min(calc(100% - 2rem),var(--max));margin-inline:auto;padding:2rem 0}
.site-footer p{margin:0}.site-footer a{color:#fff}
@media(max-width:68rem){
 .header-inner{padding-right:0}.desktop-nav{display:none}.mobile-menu{display:flex;align-self:stretch;background:#101f35}
 .mobile-menu>summary{display:flex;align-items:center;justify-content:center;gap:.4rem;min-width:6.15rem;min-height:var(--bar);padding:.55rem .8rem;color:#fff;font-weight:850;cursor:pointer;list-style:none}
 .mobile-menu>summary::-webkit-details-marker{display:none}.mobile-menu>summary::before{content:"☰";font-size:1.25rem}
 .mobile-menu[open]>summary,.mobile-menu>summary:hover{background:#071629}
 .mobile-menu nav{position:absolute;z-index:1750;top:100%;left:0;width:min(20rem,82vw);border-top:.2rem solid var(--sky);border-radius:0 0 .6rem 0;background:#101f35;box-shadow:0 .8rem 1.5rem rgb(0 0 0 / .35)}
 .mobile-menu ul{display:grid;margin:0;padding:.4rem;list-style:none}.mobile-menu a{display:flex;align-items:center;min-height:3.2rem;padding:.65rem .85rem;border-bottom:1px solid rgb(255 255 255 / .16);color:#fff;font-weight:760;text-decoration:none}
 .mobile-menu li:last-child a{border-bottom:0}.mobile-menu a:hover,.mobile-menu a:focus-visible{background:var(--blue-800)}
 .brand{width:min(18.5rem,76vw)}.county-crest{top:calc(var(--bar) + .25rem);left:.15rem;width:clamp(7.6rem,25vw,9.25rem)}
 .hero-inner{padding-top:clamp(13.5rem,49vw,17rem)}.page-layout{grid-template-columns:1fr}.timeline-nav{position:static;grid-row:1}
}
@media(max-width:42rem){
 body{font-size:1rem}.hero-inner,.page-layout,.footer-inner{width:min(calc(100% - 1rem),var(--max))}.brand{width:min(18rem,78vw)}
 .county-crest{width:clamp(7.2rem,26vw,8.7rem)}.hero-inner{padding-top:clamp(13.25rem,57vw,17.25rem)}
 .project-data,.activity-grid{grid-template-columns:1fr}.project-data div,.project-data div:nth-child(even),.project-data div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line)}.project-data div:last-child{border-bottom:0}
 .release-header{grid-template-columns:1fr}.release-date{width:fit-content}.footer-inner{flex-direction:column}
}
@media(max-width:25rem),(max-height:34rem){.brand{width:min(15.75rem,72vw)}.county-crest{width:clamp(6.3rem,24vw,7.35rem)}.hero-inner{padding-top:11.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media(forced-colors:active){.site-header,.hero,.panel,.press-release,.timeline-nav,.site-footer{border:1px solid CanvasText}}
@media print{.skip-link,.site-header,.timeline-nav,.site-footer{display:none!important}body{background:#fff;color:#000;font-size:11pt}.hero{background:#fff;color:#000}.hero h1,.hero .project-code,.eyebrow{color:#000}.hero-inner,.page-layout{width:100%;padding:0}.page-layout{display:block}.panel,.press-release{border:0;box-shadow:none;padding-inline:0}.press-release{break-before:page}a{color:#000}}
