:root{--ink:#0c2117;--green:#143d29;--green-2:#315e43;--sage:#e9efe5;--paper:#f7f7f2;--line:#d8dfd4;--lime:#c1dc68;--orange:#d98241}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif}.section-header{height:92px;background:#fbfcf7;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,4.8vw,82px);position:sticky;top:0;z-index:30}.section-brand{display:flex;align-items:center;gap:18px;color:var(--ink);text-decoration:none}.section-brand img{width:132px;height:64px;object-fit:contain;background:#315b40}.section-brand span{max-width:210px;font-size:11px;line-height:1.4;letter-spacing:.06em;text-transform:uppercase}.section-nav{display:flex;align-items:center;gap:24px}.section-nav a{color:var(--ink);font-weight:700;text-decoration:none;font-size:14px}.section-nav .member-link{background:var(--green);color:#fff;padding:14px 18px}.section-main{max-width:1440px;margin:auto;padding:clamp(24px,4vw,58px)}.section-intro{display:grid;grid-template-columns:1fr minmax(280px,.55fr);gap:40px;align-items:end;margin-bottom:24px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.25em;color:#557862;font-weight:800}.section-intro h1{font-family:"Manrope",sans-serif;font-size:clamp(38px,5vw,70px);line-height:1;margin:12px 0 0;letter-spacing:-.055em;max-width:850px}.section-intro>p{color:#68766d;font-size:17px;line-height:1.7}.section-featured{height:340px;background:var(--green);color:#fff;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);position:relative;overflow:hidden}.section-featured-media{height:100%;position:relative;background:#284c36;overflow:hidden}.section-featured-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(20,61,41,.75))}.section-featured-media img{width:100%;height:100%;object-fit:contain;object-position:center}.section-featured-copy{padding:clamp(24px,4vw,48px);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;overflow:hidden}.section-featured-copy:after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(193,220,104,.35);border-radius:50%;right:-110px;top:-70px}.section-featured-copy small{color:var(--lime);font-weight:800;letter-spacing:.16em;text-transform:uppercase}.section-featured-copy h2{font:700 clamp(22px,2.4vw,34px)/1.12 "Manrope",sans-serif;letter-spacing:-.04em;margin:14px 0}.section-featured-copy p{font-size:15px;line-height:1.65;color:#dbe5dc;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.section-featured-copy a{color:#fff;font-weight:800;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:8px;width:max-content}.feature-controls{position:absolute;left:32px;bottom:26px;z-index:5;display:flex;gap:10px}.feature-controls button{width:38px;height:4px;border:0;background:rgba(255,255,255,.4);padding:0;cursor:pointer}.feature-controls button.active{background:var(--lime);width:64px}.section-list-head{display:flex;align-items:end;justify-content:space-between;margin:60px 0 22px}.section-list-head h2{font:700 clamp(28px,3vw,44px)/1.1 "Manrope",sans-serif;margin:8px 0 0}.section-list-head span{color:#6c7a70}.section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.section-card{background:#fff;border:1px solid var(--line);min-height:100%;display:flex;flex-direction:column;text-decoration:none;color:var(--ink);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.section-card:hover{transform:translateY(-7px);box-shadow:0 20px 48px rgba(20,61,41,.12);border-color:#93ad99}.section-card-media{aspect-ratio:16/9;background:#dfe8dc;overflow:hidden;display:grid;place-items:center}.section-card-media img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.section-card:hover img{transform:scale(1.04)}.section-card-body{padding:24px;display:flex;flex-direction:column;flex:1}.section-card-body small{font-size:10px;color:#62806b;text-transform:uppercase;letter-spacing:.15em;font-weight:800}.section-card-body h3{font:700 21px/1.2 "Manrope",sans-serif;margin:12px 0}.section-card-body p{color:#6b776f;line-height:1.6;font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.section-card-body b{margin-top:auto;padding-top:18px}.section-empty{grid-column:1/-1;background:#fff;border:1px solid var(--line);padding:50px}.section-footer{margin-top:70px;background:var(--green);color:#fff;padding:40px clamp(24px,5vw,82px);display:flex;justify-content:space-between;gap:24px}.section-footer a{color:#fff}.is-events .section-featured{background:#5f7f52}.is-notices .section-featured{background:#a76845}.is-notices .section-featured-media{background:#8c563a}.is-notices .section-featured-copy small{color:#ffe2c5}
@media(max-width:900px){.section-header{height:auto;padding:16px 20px;align-items:flex-start}.section-brand span{display:none}.section-nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.section-intro,.section-featured{grid-template-columns:1fr}.section-featured{height:auto}.section-featured-media{height:220px}.section-featured-copy{padding:26px 22px}.section-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.section-nav a:not(.member-link){display:none}.section-brand img{width:116px}.section-main{padding:20px 14px}.section-intro{display:block}.section-intro>p{margin-top:18px}.section-grid{grid-template-columns:1fr}.section-featured-media{height:180px}.section-featured-copy{padding:22px 18px}.section-footer{flex-direction:column}}
