@font-face{font-family:"Atkinson Hyperlegible Next";src:url("/assets/atkinson-abde1ad5cf78b9ac.woff2") format("woff2");font-style:normal;font-weight:200 800;font-display:swap}
:root {
  font-family:"Atkinson Hyperlegible Next",system-ui,-apple-system,"Segoe UI",sans-serif;
  color:#253c43;
  background:#f6f3eb;
  font-synthesis:none;
  text-rendering:optimizeLegibility;
  --paper:#f6f3eb;
  --white:#fffefa;
  --navy:#173f4c;
  --teal:#285b5b;
  --brick:#985032;
  --muted:#51676b;
  --line:#cdcfc5;
  --pale:#edf0e8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:280px;background:var(--paper);font-size:1rem;line-height:1.6}
a{color:var(--teal);text-underline-offset:.2em}
h1,h2,h3,p,li,a{overflow-wrap:anywhere}
h1,h2,h3{color:var(--navy);line-height:1.15}
:focus-visible{outline:3px solid #aa4c1e;outline-offset:4px}
.skip-link{position:fixed;left:.75rem;top:.75rem;z-index:10;padding:.75rem 1rem;background:var(--navy);color:white;transform:translateY(-180%)}
.skip-link:focus{transform:none}
.site-header{border-top:5px solid var(--navy);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 96%,white)}
.header-inner,.page-width{width:min(1120px,calc(100% - 3rem));margin-inline:auto}
.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--navy);font-size:1.2rem;font-weight:780;letter-spacing:-.025em;text-decoration:none}
.brand img{width:40px;height:40px;border-radius:8px}
.site-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.25rem 1.25rem}
.site-nav a{display:inline-flex;align-items:center;min-height:44px;color:var(--navy);font-weight:680;text-decoration:none}
.site-nav a:hover{text-decoration:underline}
.hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(2rem,6vw,5.5rem);align-items:end;padding:clamp(3rem,8vw,6.5rem) 0 2.5rem}
.eyebrow{margin:0 0 .8rem;color:var(--brick);font-size:.875rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
h1{max-width:14ch;margin:0;font-size:clamp(2.7rem,6.3vw,5.6rem);font-weight:650;letter-spacing:-.04em}
.hero-lead{max-width:40rem;margin:1.4rem 0 0;color:var(--muted);font-size:clamp(1.08rem,1.8vw,1.3rem);line-height:1.55}
.hero-note{border-left:4px solid var(--brick);padding:.25rem 0 .25rem 1.25rem;color:var(--muted)}
.hero-note strong{display:block;color:var(--navy);font-size:1.15rem}
.hero-note p{margin:.35rem 0 0}
.section{padding:clamp(3rem,7vw,5.5rem) 0;border-top:1px solid var(--line)}
.section-heading{display:grid;grid-template-columns:minmax(0,.72fr) minmax(300px,1fr);gap:2rem 5rem;align-items:start;margin-bottom:2rem}
.section-heading h2{margin:0;font-size:clamp(2rem,4vw,3.2rem);font-weight:650;letter-spacing:-.03em}
.section-heading p{max-width:45rem;margin:0;color:var(--muted);font-size:1.08rem}
.community-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem 3rem;align-items:center;padding:clamp(1.5rem,4vw,2.75rem);background:var(--navy);color:var(--white);border-radius:6px;box-shadow:0 18px 46px #173f4c18}
.community-card::before{content:"";position:absolute;inset:0 auto 0 0;width:7px;background:#c36a42;border-radius:6px 0 0 6px}
.community-card h3{margin:.25rem 0;color:var(--white);font-size:clamp(1.8rem,3.2vw,2.65rem);font-weight:650;letter-spacing:-.025em}
.community-card p{max-width:46rem;margin:.45rem 0;color:#e4ece8}
.community-meta{display:block;color:#bdd0ca;font-size:.9rem;font-weight:700;letter-spacing:.04em}
.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.7rem 1.05rem;border:1px solid currentColor;border-radius:4px;font-weight:750;text-align:center;text-decoration:none}
.button-light{background:var(--white);color:var(--navy)}
.button-light:hover{background:var(--pale)}
.button-primary{background:var(--navy);color:var(--white)}
.button-primary:hover{background:#0b2e39}
.text-link{display:inline-flex;align-items:center;min-height:44px;font-weight:700}
.principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;list-style:none;margin:2rem 0 0;padding:0;counter-reset:principle}
.principles li{counter-increment:principle;padding:1.5rem;background:var(--white);border:1px solid var(--line);border-radius:4px}
.principles li::before{content:"0" counter(principle);display:block;margin-bottom:1rem;color:var(--brick);font-size:.85rem;font-weight:800;letter-spacing:.12em}
.principles strong{display:block;margin-bottom:.35rem;color:var(--navy);font-size:1.15rem}
.principles p{margin:0;color:var(--muted)}
.split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.info-card{padding:clamp(1.5rem,4vw,2.5rem);background:var(--white);border:1px solid var(--line);border-radius:4px}
.info-card h2{margin:0 0 1rem;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:650;letter-spacing:-.025em}
.info-card p{color:var(--muted)}
.link-list{display:flex;flex-wrap:wrap;gap:.4rem 1.25rem;margin-top:1.25rem}
.contact-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:center;padding:clamp(1.75rem,5vw,3.5rem);background:var(--pale);border:1px solid #a6b5aa;border-radius:4px}
.contact-panel h2{margin:0;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:650;letter-spacing:-.03em}
.contact-panel p{max-width:44rem;margin:.7rem 0 0;color:var(--muted)}
.site-footer{padding:2.5rem 0;background:var(--navy);color:var(--white)}
.footer-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:start}
.site-footer strong{font-size:1.05rem}
.site-footer p{max-width:48rem;margin:.45rem 0;color:#dce7e3}
.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.25rem 1.2rem}
.footer-links a{display:inline-flex;align-items:center;min-height:44px;color:var(--white)}
.not-found{min-height:60vh;padding:clamp(4rem,12vw,8rem) 0}
.not-found h1{font-size:clamp(2.5rem,7vw,5rem)}
.not-found p{max-width:38rem;color:var(--muted);font-size:1.1rem}
@media(max-width:760px){
  .header-inner{align-items:flex-start;flex-direction:column;gap:.25rem;padding-block:.75rem}
  .site-nav{justify-content:flex-start;gap:.1rem 1rem}
  .hero,.section-heading,.split,.contact-panel,.footer-inner{grid-template-columns:1fr}
  .hero{gap:2rem;padding-top:3.5rem}
  .community-card{grid-template-columns:1fr}
  .principles{grid-template-columns:1fr}
  .footer-links{justify-content:flex-start}
}
@media(max-width:420px){
  .header-inner,.page-width{width:calc(100% - 2rem)}
  .brand{font-size:1.05rem}
  .brand img{width:36px;height:36px}
  .site-nav{width:100%;justify-content:space-between;gap:0 .6rem}
  .site-nav a{font-size:.92rem}
  h1{font-size:2.55rem}
  .community-card,.info-card{padding:1.35rem}
  .button{width:100%}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media(forced-colors:active){.community-card,.info-card,.contact-panel,.button{border:1px solid CanvasText}.community-card::before{display:none}}
@media print{.site-nav,.contact-panel,.site-footer{display:none}.section{padding:2rem 0}.community-card{background:white;color:black;border:1px solid black;box-shadow:none}.community-card h3,.community-card p,.community-meta{color:black}}
