:root{--page:#f3ead7;--ink:#173f47;--muted:#4c686a;--line:#b9c7bd;--accent:#c78d2d;--radius:6px;--max:1200px}
body{background:var(--page)}
.association-utility{background:#173f47;color:#eaf0e8;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.association-utility>div{height:34px;display:flex;align-items:center;justify-content:space-between}
.association-mainhead{min-height:116px;display:grid;grid-template-columns:minmax(0,520px) 1fr;align-items:center;gap:55px}
.association-mainhead .site-brand img{width:min(520px,100%);height:92px}
.association-mainhead .site-nav{justify-content:flex-end}
.association-mainhead .site-nav a{padding-bottom:7px;border-bottom:3px solid transparent}
.association-mainhead .site-nav a:hover{border-color:var(--accent)}
.association-hero{padding:64px 0;background:#173f47;color:#fffdf5;border-bottom:12px solid #c78d2d}
.association-hero .shell{display:grid;grid-template-columns:1.2fr .8fr;gap:85px;align-items:start}
.association-hero h1{margin:0;font:700 clamp(3.1rem,6.5vw,5.8rem)/.94 Georgia,serif;letter-spacing:-.045em}
.association-hero p{max-width:650px;font-size:1.14rem;color:#dce7df}
.association-hero .btn{margin-top:12px;color:#fff}
.association-sealboard{padding:0 0 0 30px;border-left:1px solid #789197}
.association-sealboard h2{font:700 1.65rem Georgia,serif;margin:0 0 15px;color:#efc779}
.association-sealboard ul{margin:0;padding-left:1.2rem}
.association-sealboard li+li{margin-top:.8rem}
.member-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#fffdf5;border:1px solid var(--line)}
.member-tool{padding:27px;border-right:1px solid var(--line)}
.member-tool:last-child{border:0}
.member-tool strong{display:block;font:700 1.25rem Georgia,serif;margin-bottom:6px;color:#8f6114}
.association-updates{padding:72px 0 28px}
.association-updates .section-head h2{font-family:Georgia,serif}
.association-lead{display:grid;grid-template-columns:220px 1fr;gap:0;background:#fffdf5;border-block:1px solid #173f47}
.association-lead .feature-media{width:220px;height:160px;margin:28px 0}
.association-lead .feature-copy{padding:28px 38px}
.association-lead h2{font:700 clamp(2rem,4vw,3.6rem)/1 Georgia,serif;margin:.5rem 0}
.association-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;margin-top:30px;border-top:1px solid var(--line)}
.association-grid .story-card{display:grid;grid-template-columns:115px 1fr;gap:20px;padding:22px;border-bottom:1px solid var(--line)}
.association-grid .story-card:nth-child(odd){border-right:1px solid var(--line)}
.association-grid img{width:115px;height:88px}
.association-grid .story-content{padding:0}
.association-grid .story-card p{display:none}
.story-meta{color:#8f6114}
.community-band{margin-top:65px;padding:55px 0;background:#dbe6dc;border-block:1px solid #b7c5b7}
.community-band blockquote{margin:0 auto;max-width:900px;text-align:center;font:700 clamp(2rem,4vw,3.6rem)/1.05 Georgia,serif}
.sponsor-panel{background:#173f47;border-bottom:9px solid var(--accent)}
.association-footer{background:#fffdf5;border-top:1px solid var(--line)}
.association-footer img{max-width:430px;max-height:82px}
.association-footer p{color:var(--muted)}
.article-header h1{font-family:Georgia,serif;color:#173f47}
.article-hero{border-radius:50%;width:190px;height:190px}
.takeaway-box{background:#dbe6dc;border:0;border-top:6px solid var(--accent)}
@media(max-width:820px){
  .association-utility span:last-child{display:none}
  .association-mainhead{min-height:86px;grid-template-columns:1fr auto;gap:12px}
  .association-mainhead .site-brand img{width:min(420px,72vw);height:auto}
  .association-mainhead .site-nav{position:absolute;left:14px;right:14px;top:100%;padding:12px;flex-direction:column;align-items:stretch;background:#fffdf5;border:1px solid var(--line)}
  .association-mainhead .site-nav a{padding:14px}
  .association-hero .shell{grid-template-columns:1fr;gap:35px}
  .association-sealboard{padding-left:20px}
  .member-tools{grid-template-columns:1fr}
  .member-tool{border-right:0;border-bottom:1px solid var(--line)}
  .association-lead{grid-template-columns:105px 1fr}
  .association-lead .feature-media{width:105px;height:90px;margin:22px 0}
  .association-lead .feature-copy{padding:20px}
  .association-grid{grid-template-columns:1fr}
  .association-grid .story-card:nth-child(odd){border-right:0}
  .article-hero{width:150px;height:150px}
}
