:root{
  --green:#4c8c3f;
  --green-dark:#35652d;
  --green-deep:#274b22;
  --green-soft:#eef6ec;
  --green-pale:#e2f0e0;
  --ink:#151916;
  --muted:#5b635e;
  --soft:#f4f8f6;
  --line:#dfe5e1;
  --footer:#111918;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(1060px,calc(100% - 38px));margin:0 auto}

/* HEADER */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid #e9ecea;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.header-inner{height:68px;display:flex;align-items:center;gap:22px}
.brand{width:310px;flex:0 0 auto;display:flex;align-items:center}
.brand img{width:100%;height:auto;max-height:54px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:stretch;justify-content:center;gap:24px;margin-left:auto;height:68px}
.main-nav a{display:flex;align-items:center;position:relative;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.02em;color:#303632}
.main-nav a:after{content:'';position:absolute;left:0;right:0;bottom:0;height:3px;background:transparent}
.main-nav a:hover,.main-nav a.active{color:var(--green)}
.main-nav a:hover:after,.main-nav a.active:after{background:var(--green)}
.members-soon{flex:0 0 150px;background:#edf4ef;color:#52645a;border-radius:5px;padding:9px 12px;display:flex;align-items:center;gap:9px;font-size:10px;text-transform:uppercase;line-height:1.1}
.members-soon .icon{width:24px;height:24px;border:1.5px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:12px}
.menu-button{display:none;margin-left:auto;border:1px solid var(--line);background:white;border-radius:5px;padding:9px 12px;font-weight:800;color:#303632}

/* HERO */
.hero{position:relative;min-height:410px;background:#0c1716;overflow:hidden;color:white}
.hero-visual{position:absolute;inset:0 0 0 31%;background:url('hero-visual.jpg') center right/cover no-repeat}
.hero-visual:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0c1716 0%,rgba(12,23,22,.93) 5%,rgba(12,23,22,.58) 22%,rgba(12,23,22,0) 42%)}
.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,10,9,.18),rgba(5,10,9,.02))}
.hero-inner{position:relative;z-index:2;padding:55px 0 75px}
.hero-copy{width:400px;max-width:100%}
.hero h1{font-family:var(--serif);font-size:76px;letter-spacing:-.025em;line-height:.92;margin:0 0 8px;font-weight:700}
.hero .association{font-family:var(--serif);font-size:29px;line-height:1.08;margin:0 0 17px;max-width:330px}
.accent-line{width:72px;height:5px;background:var(--green);margin:18px 0 19px}
.hero .intro{font-family:var(--serif);font-size:21px;line-height:1.22;margin:0;max-width:350px;color:#f6f7f6}
.hero-actions{display:flex;gap:13px;margin-top:27px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 26px;border-radius:4px;border:1px solid transparent;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.02em;transition:.18s ease}
.button-green{background:var(--green);color:white}.button-green:hover{background:var(--green-dark)}
.button-outline{border-color:rgba(255,255,255,.78);color:white;background:rgba(255,255,255,.02)}.button-outline:hover{background:rgba(255,255,255,.08)}
.button-white{border-color:var(--green);color:var(--green);background:white}.button-white:hover{background:var(--green-soft)}

/* CONTACT STRIP */
.contact-overlap{position:relative;z-index:12;margin-top:-34px}
.contact-ribbon{min-height:68px;border-radius:13px;background:linear-gradient(90deg,var(--green-dark),var(--green));color:white;display:grid;grid-template-columns:60px 220px 1fr 250px;align-items:center;box-shadow:0 10px 24px rgba(37,86,33,.18);border:1px solid rgba(255,255,255,.25);overflow:hidden}
.mail-icon{font-size:32px;text-align:center}
.contact-kicker{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.015em}
.contact-email{font-size:23px;font-weight:850;letter-spacing:-.025em;word-break:break-word}
.contact-note{font-size:13px;line-height:1.3;padding-left:28px;border-left:1px solid rgba(255,255,255,.5);margin-right:20px}

/* GENERAL */
.section{padding:48px 0}
.eyebrow{font-size:12px;font-weight:900;color:var(--green);text-transform:uppercase;letter-spacing:.025em;margin-bottom:7px}
h2,h3{font-family:var(--serif)}
h2{font-size:38px;line-height:1;margin:0 0 12px;letter-spacing:-.025em}
.section-line{width:54px;height:4px;background:var(--green);margin:14px 0 16px}
p{color:var(--muted);line-height:1.5}

/* ABOUT */
.about-grid{display:grid;grid-template-columns:.92fr 1.38fr;gap:62px;align-items:center}
.about-copy p{font-size:15px;margin:0 0 22px}
.about-visual{box-shadow:0 1px 0 rgba(0,0,0,.08);overflow:hidden;background:#14201e}
.about-visual img{width:100%;height:232px;object-fit:cover;filter:saturate(.9) contrast(1.04)}

/* VOICES + NEWS */
.showcase{background:linear-gradient(180deg,#f4f9f7 0%,#f7fbf9 100%);border-top:1px solid #eef3f0;border-bottom:1px solid #e6efea;padding:40px 0 32px}
.showcase-grid{display:grid;grid-template-columns:300px 1fr;gap:37px}
.voices-panel{padding-right:28px;border-right:1px solid #d8e4dd}
.voices-panel h2{font-size:35px}
.mic-circle{width:74px;height:74px;margin:17px auto;background:#dfeee0;border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:34px}
.voices-panel h3{font-size:20px;line-height:1.15;margin:0 0 10px}
.voices-panel p{font-size:14px;margin:0 0 20px}
.small-disabled{display:inline-flex;padding:9px 20px;border:1px solid var(--green);color:var(--green);font-size:11px;text-transform:uppercase;border-radius:4px;font-weight:800;background:#f9fcfa}
.news-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:11px}
.news-head h2{font-size:35px;margin:0}
.view-all{font-size:11px;font-weight:900;color:var(--green);text-transform:uppercase;white-space:nowrap}
.news-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.news-card{background:#fff;border:1px solid #e4eae6;min-width:0}
.news-card img{width:100%;height:101px;object-fit:cover;filter:saturate(.85)}
.news-card-body{padding:9px 11px 12px}
.news-card time{display:block;font-size:10px;color:#7d8680;margin-bottom:4px}
.news-card h3{font-size:16px;line-height:1.08;margin:0 0 5px}
.news-card p{font-size:11.5px;line-height:1.3;margin:0;color:#68716c}

/* AFFILIATE */
.affiliates{background:linear-gradient(90deg,#eff8f2,#dcefe5);padding:27px 0}
.affiliates-inner{display:grid;grid-template-columns:95px 200px 1fr auto;gap:22px;align-items:center}
.people-icon{font-size:45px;color:var(--green);text-align:center}
.affiliates h2{font-size:34px;margin:0}.affiliates .eyebrow{margin-bottom:4px}
.affiliates p{font-size:13px;margin:0;color:#4f5d56}

/* FOOTER */
.site-footer{background:var(--footer);color:#e8ecea;padding:28px 0 17px}
.footer-top{display:grid;grid-template-columns:305px 1fr 260px;gap:34px;align-items:start}
.footer-brand img{width:280px;height:auto;max-height:70px;object-fit:contain;object-position:left top}
.footer-nav{display:grid;grid-template-columns:repeat(3,max-content);gap:10px 30px;padding-top:10px}
.footer-nav a{font-size:10px;text-transform:uppercase;color:#e1e5e3}.footer-nav a:hover{color:#fff}
.social{display:flex;justify-content:flex-end;gap:18px;font-weight:900;padding-top:5px}.social span{width:24px;height:24px;border:1px solid #89948f;border-radius:50%;display:grid;place-items:center;font-size:11px}
.tagline{text-align:right;font-family:var(--serif);font-size:14px;margin-top:11px;color:#e4e8e6}
.footer-bottom{display:grid;grid-template-columns:330px 1fr auto;gap:28px;align-items:center;margin-top:21px;padding-top:18px;border-top:1px solid #48514d}
.footer-contact{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center}.footer-contact .mail{font-size:26px}.footer-contact .label{font-size:10px;color:#74b86b;font-weight:900;text-transform:uppercase}.footer-contact a{font-size:15px;color:white;font-weight:700;word-break:break-word}
.footer-description{font-size:11px;color:#bbc2be;line-height:1.35;padding-left:20px;border-left:2px solid var(--green)}
.legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 17px;font-size:10px;color:#aeb7b2}

/* INTERNAL PAGES */
.page-hero{background:#0f1b19;color:white;padding:72px 0 55px;position:relative;overflow:hidden}.page-hero:after{content:'';position:absolute;inset:0 0 0 55%;background:url('hero-visual.jpg') center/cover no-repeat;opacity:.22}.page-hero .container{position:relative;z-index:2}.page-hero h1{font-family:var(--serif);font-size:52px;margin:0 0 11px}.page-hero p{font-size:17px;color:#dfe5e2;max-width:650px}
.page-content{padding:55px 0 70px}.page-card{border:1px solid var(--line);background:#f8fbf9;border-left:5px solid var(--green);padding:28px;border-radius:4px}.page-card h2{font-size:31px}.page-card p{font-size:15px}.big-email{display:block;color:var(--green);font-weight:850;font-size:clamp(23px,4vw,38px);margin:17px 0 8px;word-break:break-word}

@media(max-width:980px){
 .container{width:min(930px,calc(100% - 30px))}
 .brand{width:240px}.main-nav{gap:15px}.main-nav a{font-size:10px}.members-soon{display:none}
 .hero-copy{width:370px}.hero-visual{left:28%}
 .contact-ribbon{grid-template-columns:55px 180px 1fr}.contact-note{display:none}.contact-email{font-size:20px}
 .about-grid{gap:36px}.showcase-grid{grid-template-columns:255px 1fr}.news-card p{display:none}
 .footer-top{grid-template-columns:250px 1fr}.social,.tagline{display:none}.footer-bottom{grid-template-columns:1fr 1fr}.legal{grid-column:1/-1;justify-content:flex-start}
}
@media(max-width:780px){
 .header-inner{height:66px}.brand{width:230px}.main-nav{display:none;position:absolute;top:66px;left:0;right:0;background:white;flex-direction:column;height:auto;gap:0;padding:7px 18px 16px;box-shadow:0 8px 16px rgba(0,0,0,.08)}.main-nav.open{display:flex}.main-nav a{padding:12px 0;border-bottom:1px solid #edf0ee}.main-nav a:after{display:none}.menu-button{display:block}
 .hero{min-height:500px}.hero-visual{left:0;opacity:.58}.hero-visual:before{background:linear-gradient(90deg,rgba(8,18,16,.96) 0%,rgba(8,18,16,.86) 48%,rgba(8,18,16,.30) 100%)}.hero-inner{padding:56px 0 83px}.hero h1{font-size:62px}.hero .association{font-size:27px}.hero .intro{font-size:20px}
 .contact-ribbon{grid-template-columns:52px 1fr;row-gap:3px;padding:14px 17px}.contact-kicker{align-self:end}.contact-email{grid-column:2/3;font-size:18px}.mail-icon{grid-row:1/3}
 .about-grid{grid-template-columns:1fr}.about-visual img{height:auto}.showcase-grid{grid-template-columns:1fr}.voices-panel{border-right:0;border-bottom:1px solid #d8e4dd;padding:0 0 28px}.news-cards{grid-template-columns:1fr 1fr}.news-card:last-child{grid-column:1/-1}.news-card img{height:150px}.news-card p{display:block}
 .affiliates-inner{grid-template-columns:60px 1fr auto}.affiliates-inner>div:nth-child(3){grid-column:2/-1}.affiliates .button{grid-column:2/-1;justify-self:start}
 .footer-top,.footer-bottom{grid-template-columns:1fr}.footer-nav{grid-template-columns:repeat(2,max-content)}.footer-description{border-left:0;padding-left:0}.legal{grid-column:auto}
}
@media(max-width:520px){
 .container{width:calc(100% - 24px)}.brand{width:205px}.hero{min-height:470px}.hero h1{font-size:52px}.hero .association{font-size:24px}.hero .intro{font-size:18px}.hero-actions .button{padding:0 18px}
 .contact-overlap{margin-top:-24px}.contact-ribbon{border-radius:9px}.contact-email{font-size:16px}
 .section{padding:38px 0}h2{font-size:34px}.about-grid{gap:26px}.showcase{padding:32px 0}.news-cards{grid-template-columns:1fr}.news-card:last-child{grid-column:auto}.news-card img{height:180px}.news-head{align-items:flex-start;flex-direction:column}
 .affiliates-inner{grid-template-columns:50px 1fr}.affiliates-inner>div:nth-child(3),.affiliates .button{grid-column:1/-1}.people-icon{font-size:36px}.affiliates h2{font-size:30px}
 .footer-nav{grid-template-columns:1fr 1fr}.footer-brand img{width:245px}.page-hero{padding:55px 0 42px}.page-hero h1{font-size:42px}
}
