:root{--green:#006b3f;--green-dark:#00502f;--red:#ce1126;--yellow:#fcd116;--white:#fff;--text:#2b2b2b;--text-muted:#5a5a5a;--bg:#fff;--bg-alt:#f7f7f5;--border:#e6e4de;--shadow:0 10px 30px -12px #0028142e;--sans:"Segoe UI", system-ui, Roboto, Helvetica, Arial, sans-serif;--serif:Georgia, "Times New Roman", serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font:16px/1.6 var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{overflow-x:hidden}body{margin:0;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--serif);color:var(--green-dark);margin:0 0 .6em;line-height:1.2}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:1.25rem}p{color:var(--text-muted);margin:0 0 1em}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}ul{padding-left:1.2em}img{max-width:100%;display:block}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.section{padding:72px 0}.section--alt{background:var(--bg-alt)}.section-header{text-align:center;max-width:680px;margin:0 auto 48px}.section-header .eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.section-header p{margin:0}.btn{cursor:pointer;border:2px solid #0000;border-radius:6px;align-items:center;gap:8px;padding:13px 28px;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s,color .15s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn--primary{background:var(--green);color:var(--white)}.btn--primary:hover{background:var(--green-dark);box-shadow:var(--shadow)}.btn--secondary{border-color:var(--white);color:var(--white);background:0 0}.btn--secondary:hover{background:var(--white);color:var(--green-dark)}.btn--outline{border-color:var(--green);color:var(--green);background:0 0}.btn--outline:hover{background:var(--green);color:var(--white)}.gold-rule{background:var(--yellow);border-radius:2px;width:64px;height:4px;margin:0 auto 20px}.card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:28px;box-shadow:0 2px 10px #00000008}.grid{gap:24px;display:grid}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media (width<=860px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.section{padding:52px 0}}@media (width<=480px){.container{padding:0 18px}.section{padding:40px 0}.section-header{margin-bottom:32px}.card{padding:22px}.btn{justify-content:center;width:100%;padding:14px 24px}}.benefit-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.benefit-list li{color:var(--text);padding-left:32px;font-weight:500;position:relative}.benefit-list li:before{content:"✓";background:var(--green);width:22px;height:22px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;display:flex;position:absolute;top:-1px;left:0}.form-row{flex-direction:column;gap:6px;display:flex}.form-row label{color:var(--text);font-size:.9rem;font-weight:600}.form-row input,.form-row textarea{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text);resize:vertical;border-radius:6px;padding:11px 14px}.form-row input:focus,.form-row textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #006b3f1f}.form-status{border-radius:6px;margin:0;padding:12px 14px;font-size:.9rem}.form-status--success{color:var(--green-dark);background:#006b3f1a}.form-status--error{color:var(--red);background:#ce11261a}.site{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.navbar{z-index:100;background:var(--white);border-bottom:3px solid var(--yellow);position:sticky;top:0;box-shadow:0 2px 12px #0000000d}.navbar__inner{justify-content:space-between;align-items:center;height:76px;display:flex}.navbar__brand{color:var(--text);align-items:center;gap:12px;display:flex}.navbar__brand:hover{text-decoration:none}.navbar__flag{width:30px;height:30px;box-shadow:0 0 0 1px var(--border);border-radius:6px;flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}.navbar__flag i{flex:1;font-style:normal}.navbar__flag i:first-child{background:var(--green)}.navbar__flag i:nth-child(2){background:var(--yellow)}.navbar__flag i:nth-child(3){background:var(--red)}.navbar__brand-text{white-space:nowrap;flex-direction:column;line-height:1.2;display:flex}.navbar__brand-text strong{font-family:var(--serif);color:var(--green-dark);font-size:1.15rem}.navbar__brand-text small{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem}.navbar__links{align-items:center;gap:6px;display:flex}.navbar__link{color:var(--text);white-space:nowrap;border-radius:6px;padding:9px 11px;font-size:.88rem;font-weight:600;transition:background .15s,color .15s}.navbar__link:hover{background:var(--bg-alt);text-decoration:none}.navbar__link.is-active{color:var(--green-dark);background:#006b3f1a}.navbar__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;display:none}.navbar__toggle span{background:var(--green-dark);border-radius:2px;height:2px;display:block}@media (width<=1024px){.navbar__toggle{display:flex}.navbar__links{background:var(--white);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:0;padding:8px 16px 16px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 16px #0000000f}.navbar__links.is-open{display:flex}.navbar__link{border-radius:6px;padding:12px 10px}}@media (width<=400px){.navbar__inner{height:64px}.navbar__flag{width:26px;height:26px}.navbar__brand-text strong{font-size:1rem}.navbar__brand-text small{font-size:.62rem}}.footer{background:var(--green-dark);color:#ffffffd9;margin-top:40px}.footer__bar{height:6px;display:flex}.footer__bar i{flex:1}.footer__bar i:first-child{background:var(--green)}.footer__bar i:nth-child(2){background:var(--yellow)}.footer__bar i:nth-child(3){background:var(--red)}.footer__bar i:nth-child(4){background:var(--white)}.footer__inner{grid-template-columns:1.5fr 1fr 1fr;gap:40px;padding:56px 24px 40px;display:grid}.footer h3,.footer h4{color:var(--white);font-family:var(--serif)}.footer h4{text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-size:1rem}.footer p{color:#ffffffb3}.footer__links{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer__links a{color:#ffffffbf}.footer__links a:hover{color:var(--yellow)}.footer__bottom{border-top:1px solid #ffffff1f;padding:18px 0}.footer__bottom p{text-align:center;color:#fff9;margin:0;font-size:.85rem}@media (width<=720px){.footer__inner{grid-template-columns:1fr;gap:32px;padding:44px 24px 32px}}.hero{background:radial-gradient(circle at top right, var(--green) 0%, var(--green-dark) 60%);color:var(--white);position:relative;overflow:hidden}.hero__inner{text-align:center;z-index:1;padding:110px 24px 130px;position:relative}.hero__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--yellow);margin-bottom:14px;font-size:.85rem;font-weight:700;display:inline-block}.hero h1{color:var(--white);margin-bottom:.35em}.hero__tagline{color:#ffffffe6;max-width:620px;margin:0 auto 36px;font-size:1.15rem}.hero__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=600px){.hero__inner{padding:64px 20px 84px}.hero__tagline{font-size:1.02rem}.hero__actions{flex-direction:column;align-items:stretch}}.hero__flag{height:8px;display:flex;position:absolute;bottom:0;left:0;right:0}.hero__flag i{flex:1}.hero__flag i:first-child{background:var(--yellow)}.hero__flag i:nth-child(2){background:var(--red)}.hero__flag i:nth-child(3){background:var(--white)}.pillar-card{text-align:left}.pillar-card h3{color:var(--green-dark)}.pillar-card:before{content:"";background:var(--yellow);border-radius:2px;width:36px;height:4px;margin-bottom:16px;display:block}.highlight-card{color:inherit;transition:box-shadow .2s,transform .2s,border-color .2s;display:block}.highlight-card:hover{box-shadow:var(--shadow);border-color:var(--green);text-decoration:none;transform:translateY(-3px)}.highlight-card h3{color:var(--green-dark)}.highlight-card__link{color:var(--red);font-size:.9rem;font-weight:600}.cta{background:var(--red);color:var(--white);text-align:center;padding:64px 0}.cta h2{color:var(--white)}.cta p{color:#ffffffe6;max-width:560px;margin:0 auto 28px}.cta .btn--primary{background:var(--white);color:var(--green-dark)}.cta .btn--primary:hover{background:var(--yellow);color:var(--green-dark)}@media (width<=600px){.cta{padding:48px 0}}.page-hero{background:linear-gradient(135deg, var(--green-dark), var(--green));color:var(--white);text-align:center;padding:64px 0 56px;position:relative}.page-hero:after{content:"";background:linear-gradient(90deg, var(--yellow) 0%, var(--yellow) 33%, var(--red) 33%, var(--red) 66%, var(--white) 66%);height:4px;position:absolute;bottom:0;left:0;right:0}.page-hero h1{color:var(--white);margin-bottom:.4em}.page-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--yellow);margin-bottom:14px;font-size:.8rem;font-weight:700;display:inline-block}.page-hero__subtitle{color:#ffffffe0;max-width:640px;margin:0 auto;font-size:1.05rem}@media (width<=600px){.page-hero{padding:44px 0 40px}.page-hero__eyebrow{letter-spacing:.08em;font-size:.72rem}.page-hero__subtitle{font-size:.95rem}}.founder{text-align:center;max-width:640px;margin:64px auto 0}.founder__photo{object-fit:cover;object-position:top center;border:4px solid var(--yellow);width:220px;height:220px;box-shadow:var(--shadow);border-radius:50%;margin:0 auto 20px}.founder__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.founder h2{margin-bottom:20px}.founder__titles{text-align:left;flex-direction:column;gap:12px;max-width:520px;margin:0 auto;padding:0;list-style:none;display:flex}.founder__titles li{color:var(--text);padding-left:26px;line-height:1.5;position:relative}.founder__titles li:before{content:"";background:var(--green);border-radius:50%;width:10px;height:10px;position:absolute;top:8px;left:0}@media (width<=480px){.founder{margin-top:44px}.founder__photo{width:160px;height:160px}}.membership-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:24px;display:grid}.membership-form{flex-direction:column;gap:18px;display:flex}.membership-form h3{margin-bottom:4px}.membership-form .btn{align-self:flex-start}.payment-details{background:var(--bg-alt);border-top:4px solid var(--yellow)}.payment-details__fee{background:var(--white);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;margin:0 0 20px;padding:14px 18px;display:flex}.payment-details__fee span{color:var(--text-muted);font-weight:600}.payment-details__fee strong{color:var(--green-dark);font-size:1.3rem;font-family:var(--serif)}.payment-details__list{flex-direction:column;gap:12px;margin:0 0 20px;display:flex}.payment-details__list>div{border-top:1px dashed var(--border);justify-content:space-between;align-items:baseline;gap:12px;padding-top:10px;display:flex}.payment-details__list>div:first-child{border-top:none;padding-top:0}.payment-details__list dt{color:var(--text-muted);font-size:.88rem}.payment-details__list dd{color:var(--green-dark);letter-spacing:.02em;margin:0;font-weight:700}.payment-details__note{border-top:1px solid var(--border);margin:0;padding-top:14px;font-size:.88rem}@media (width<=860px){.membership-grid{grid-template-columns:1fr}}@media (width<=480px){.payment-details__fee{padding:12px 14px}}.members-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.member-card{background:var(--white);border:1px solid var(--border);text-align:center;border-radius:10px;padding:24px 20px;box-shadow:0 2px 10px #00000008}.member-card__photo{object-fit:cover;border:3px solid var(--yellow);border-radius:50%;width:96px;height:96px;margin:0 auto 16px}.member-card h3{margin-bottom:4px;font-size:1.05rem}.member-card__joined{color:var(--text-muted);margin:0;font-size:.85rem}.members-empty{text-align:center;background:var(--bg-alt);border:1px solid var(--border);border-top:4px solid var(--green);border-radius:10px;max-width:520px;margin:0 auto;padding:48px 32px}.members-empty h2{margin-bottom:.4em}.members-empty p{margin-bottom:24px}@media (width<=900px){.members-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.members-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=400px){.members-grid{grid-template-columns:1fr}.member-card{text-align:left;align-items:center;gap:16px;padding:16px;display:flex}.member-card__photo{flex-shrink:0;width:64px;height:64px;margin:0}}.constitution{max-width:820px}.constitution__notice{background:var(--bg-alt);border-left:4px solid var(--yellow);border-radius:6px;margin-bottom:40px;padding:18px 24px}.constitution__notice p{margin:0}.constitution__preamble{background:var(--white);border:1px solid var(--border);border-top:4px solid var(--green);border-radius:8px;margin-bottom:48px;padding:28px 32px}.constitution__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:12px;font-size:.78rem;font-weight:700;display:block}.constitution__preamble p{color:var(--text);margin:0;font-style:italic}.constitution__articles{flex-direction:column;gap:28px;display:flex}.constitution__article{border-bottom:1px solid var(--border);gap:20px;padding-bottom:28px;display:flex}.constitution__article:last-child{border-bottom:none;padding-bottom:0}.constitution__num{font-family:var(--serif);color:var(--red);flex-shrink:0;width:50px;font-size:1.6rem;font-weight:700}.constitution__article h3{margin-bottom:.6em}.constitution__article>div>p:last-child{margin:0}.constitution__clauses{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.constitution__clauses li{color:var(--text-muted);line-height:1.55}.constitution__lead{color:var(--text-muted);margin:0 0 12px!important}.constitution__positions{flex-direction:column;gap:6px;margin:0 0 24px;padding-left:1.4em;display:flex}.constitution__positions li{color:var(--text-muted)}.constitution__subheading{font-family:var(--serif);color:var(--green-dark);margin:0 0 14px;font-size:1.05rem}.constitution__functions{flex-direction:column;gap:12px;margin:0;display:flex}.constitution__function-row{border-top:1px dashed var(--border);grid-template-columns:170px 1fr;gap:12px;padding:10px 0;display:grid}.constitution__function-row:first-child{border-top:none}.constitution__function-row dt{color:var(--green-dark);font-weight:700}.constitution__function-row dd{color:var(--text-muted);margin:0}@media (width<=600px){.constitution__function-row{grid-template-columns:1fr;gap:4px}}@media (width<=480px){.constitution__article{gap:12px;padding-bottom:22px}.constitution__num{width:34px;font-size:1.3rem}.constitution__preamble{padding:22px 20px}}.contact{grid-template-columns:1fr 1.3fr;align-items:start;gap:48px;display:grid}.contact__list{flex-direction:column;gap:18px;margin:24px 0 0;padding:0;list-style:none;display:flex}.contact__list li{border-left:3px solid var(--yellow);flex-direction:column;gap:2px;padding-left:14px;display:flex}.contact__list strong{color:var(--green-dark);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.contact__list span{color:var(--text-muted)}.contact__form{flex-direction:column;gap:18px;display:flex}.contact__form .btn{align-self:flex-start}@media (width<=860px){.contact{grid-template-columns:1fr}}
