@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600;700&display=swap");:root{--green:#0f4c2a;--green-mid:#1a6b3a;--green-lt:#e6f4ec;--green-soft:#f2faf6;--gold:#c9a84c;--white:#fff;--bg:#f5f7f5;--border:#dde5de;--text:#14211a;--muted:#5c7068;--container:1140px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{text-decoration:none}.top-bar{background:var(--green);height:38px;position:relative;z-index:300}.top-bar,.top-bar-inner{display:flex;align-items:center}.top-bar-inner{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px;justify-content:space-between}.top-bar-notice{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.75)}.top-bar-notice svg{color:var(--gold)}.top-bar-notice a{color:inherit;text-decoration:none}.top-bar-notice a:hover{color:var(--white);text-decoration:underline}.top-bar-socials{display:flex;align-items:center;gap:4px}.top-bar-socials a{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:hsla(0,0%,100%,.55);transition:color .2s}.top-bar-socials a:hover{color:var(--white)}.nav{background:var(--white);border-bottom:1px solid var(--border);height:64px;position:-webkit-sticky;position:sticky;top:0;z-index:200;box-shadow:0 1px 8px rgba(15,76,42,.06)}.nav,.nav-inner{display:flex;align-items:center}.nav-inner{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:14px;text-decoration:none}.nav-logo img{height:42px;width:auto}.nav-title{font-family:Lora,serif;font-size:15px;font-weight:700;color:var(--green);line-height:1.2}.nav-title span{display:block;font-size:10px;font-weight:500;color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-family:Outfit,sans-serif;margin-top:1px}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:13px;font-weight:500;color:var(--muted);letter-spacing:.03em;transition:color .2s;padding-bottom:2px;border-bottom:2px solid transparent}.nav-links a.active,.nav-links a:hover{color:var(--green);border-bottom-color:var(--green)}.hero-outer{background:linear-gradient(135deg,#fff,#edf6f0 55%,#ddf0e7);border-bottom:4px solid var(--green);position:relative;overflow:hidden}.hero-outer:after{content:"";position:absolute;right:0;top:0;bottom:0;width:42%;background:radial-gradient(ellipse at right center,rgba(15,76,42,.06) 0,transparent 65%);pointer-events:none}.hero-inner{width:100%;max-width:var(--container);margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:48px;gap:48px;position:relative;z-index:1}.hero-text{padding-left:4px}.hero-kicker{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--green-mid);margin-bottom:16px;animation:fadeUp .6s ease both}.hero-kicker:before{content:"";display:block;width:24px;height:2px;background:var(--gold)}.hero-title{font-family:Lora,serif;font-size:clamp(38px,4.8vw,64px);font-weight:700;line-height:1.07;color:var(--green);letter-spacing:-.02em;margin-bottom:12px;animation:fadeUp .65s ease .05s both}.hero-title em{font-style:italic;color:var(--green-mid)}.hero-sub{font-family:Lora,serif;font-style:italic;font-size:16px;color:var(--muted);margin-bottom:28px;font-weight:400;animation:fadeUp .65s ease .1s both}.hero-tag{display:inline-flex;align-items:center;gap:8px;background:var(--green);padding:10px 20px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);text-decoration:none;animation:fadeUp .65s ease .15s both;transition:background .2s ease}.hero-tag:hover{background:var(--green-mid)}.hero-img-wrap{animation:fadeIn .9s ease .2s both;flex-shrink:0}.hero-img{width:clamp(200px,18vw,280px);height:auto;filter:drop-shadow(0 12px 32px rgba(15,76,42,.18));transition:.3s ease}.hero-img:hover{transform:scale(1.03)}.section{padding:64px 24px 72px;max-width:var(--container);margin:0 auto}.sec-label{display:flex;align-items:center;gap:14px;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.sec-label:after{content:"";flex:1 1;height:1px;background:var(--border)}.sec-heading{font-family:Lora,serif;font-size:clamp(26px,3vw,38px);font-weight:700;color:var(--green);letter-spacing:-.01em;line-height:1.1}.sec-sub{font-size:15px;color:var(--muted);line-height:1.7;margin-top:10px;max-width:540px;font-weight:300}.about-wrap{background:var(--white);border-top:3px solid var(--green)}.about-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;padding:72px 24px;max-width:var(--container);margin:0 auto}.about-body{font-size:15px;line-height:1.85;color:var(--muted);margin-top:22px;font-weight:300}.about-body p+p{margin-top:14px}.about-highlights{margin-top:32px;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.highlight-box{background:var(--green-soft);border-left:3px solid var(--green);padding:14px 16px}.highlight-link{text-decoration:none;display:block;transition:background .2s ease,transform .2s ease}.highlight-link:hover{background:var(--green-lt);transform:translateY(-2px)}.highlight-box strong{display:block;font-family:Lora,serif;font-size:20px;font-weight:700;color:var(--green);margin-bottom:2px}.highlight-box span{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.about-img-block{position:relative;padding-bottom:28px}.about-img-placeholder{width:100%;aspect-ratio:4/3;background:var(--green-lt);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--green-mid);border:2px dashed var(--border)}.about-img-placeholder svg{opacity:.35}.about-img-placeholder p{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.45}.about-badge{position:absolute;bottom:0;right:-8px;background:var(--green);color:var(--white);padding:16px 20px;font-family:Lora,serif;font-size:13px;font-weight:600;text-align:center;line-height:1.4;box-shadow:0 8px 24px rgba(15,76,42,.28)}.about-badge strong{display:block;font-size:22px;margin-bottom:2px;color:var(--gold)}.officials-wrap{background:var(--bg)}.officials-row{display:grid;grid-gap:18px;gap:18px;margin-bottom:18px}.row-2{grid-template-columns:repeat(2,1fr)}.row-3{grid-template-columns:repeat(3,1fr)}.row-4{grid-template-columns:repeat(4,1fr)}.row-last{display:flex;justify-content:center;gap:18px;margin-bottom:18px}.ocard{background:var(--white);border:1px solid var(--border);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 1px 4px rgba(15,76,42,.06)}.ocard:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(15,76,42,.12)}.ocard-last{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 10px);min-width:180px}.ocard-photo{width:100%;aspect-ratio:1/1;background:var(--green-lt);overflow:hidden;position:relative;flex-shrink:0}.ocard-photo:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--border);z-index:2}.tier-president .ocard-photo:after{background:linear-gradient(90deg,var(--gold),#e2c060)}.tier-patron .ocard-photo:after{background:linear-gradient(90deg,#b8902a,#d4a83a)}.tier-chair .ocard-photo:after{background:linear-gradient(90deg,var(--green-mid),#1e8040)}.photo-placeholder{width:100%;height:100%;flex-direction:column;gap:10px;background:linear-gradient(145deg,#e8f5ee,#cce8d8)}.avatar-circle,.photo-placeholder{display:flex;align-items:center;justify-content:center}.avatar-circle{width:68px;height:68px;border-radius:50%;background:var(--green);font-family:Lora,serif;font-size:22px;font-weight:700;color:var(--white);box-shadow:0 3px 12px rgba(15,76,42,.28)}.ocard.feat .avatar-circle{width:88px;height:88px;font-size:28px}.ocard-photo-img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .4s ease}.ocard:hover .ocard-photo-img{transform:scale(1.04)}.ocard-info{padding:14px 16px 16px;flex:1 1;display:flex;flex-direction:column}.ocard-role{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.tier-president .ocard-role{color:var(--gold)}.tier-chair .ocard-role{color:var(--green-mid)}.tier-patron .ocard-role{color:#9a7620}.ocard-name{font-family:Lora,serif;font-size:16px;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:auto;padding-bottom:10px}.ocard.feat .ocard-name{font-size:19px}.ocard-name-link{color:inherit;text-decoration:none}.ocard-name-link:hover{color:var(--green-mid);text-decoration:underline}.ocard-phone{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);letter-spacing:.04em;border-top:1px solid var(--border);padding-top:10px}.ocard-phone svg{flex-shrink:0;color:var(--green)}.ocard-website{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--green-mid);letter-spacing:.02em;border-top:1px solid var(--border);margin-top:8px;padding-top:8px;text-decoration:none;line-height:1.35;transition:color .2s ease}.ocard-website:hover{color:var(--green);text-decoration:underline}.ocard-website svg{flex-shrink:0;color:var(--green);margin-top:1px}.contact-banner{background:var(--green);position:relative;overflow:hidden}.contact-banner:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:28px 28px;pointer-events:none}.contact-inner{max-width:var(--container);margin:0 auto;padding:64px 24px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px;gap:40px;position:relative;z-index:1}.contact-head{grid-column:1/-1;margin-bottom:4px}.contact-head .sec-label{color:hsla(0,0%,100%,.35)}.contact-head .sec-label:after{background:hsla(0,0%,100%,.15)}.contact-head .sec-heading{color:var(--white)}.contact-block-icon{width:38px;height:38px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:var(--gold)}.contact-block-label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.4);margin-bottom:6px}.contact-block-value{font-size:15px;color:var(--white);line-height:1.7}.contact-block-value strong{color:var(--gold);font-weight:600}.footer{background:#0a1f12}.footer-main{max-width:var(--container);margin:0 auto;padding:52px 24px 40px;display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:52px;gap:52px}.footer-logo{height:44px;width:auto;margin-bottom:12px;filter:brightness(0) invert(1) opacity(.65)}.footer-brand-name{font-family:Lora,serif;font-size:16px;font-weight:700;color:var(--white);margin-bottom:3px}.footer-brand-sub{font-size:11px;color:hsla(0,0%,100%,.35);letter-spacing:.05em;margin-bottom:14px}.footer-brand-desc{font-size:13px;color:hsla(0,0%,100%,.38);line-height:1.7;font-weight:300;margin-bottom:20px}.footer-socials{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5);transition:background .2s,color .2s}.footer-socials a:hover{background:var(--green-mid);color:var(--white)}.footer-col-title{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links li a{font-size:13px;color:hsla(0,0%,100%,.45);display:flex;align-items:center;gap:8px;transition:color .2s}.footer-links li a:before{content:"›";color:var(--gold);font-size:16px;line-height:1}.footer-links li a:hover{color:hsla(0,0%,100%,.85)}.footer-contact-list{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-contact-list li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:hsla(0,0%,100%,.45);line-height:1.6}.footer-contact-list li svg{flex-shrink:0;margin-top:2px;color:var(--gold)}.footer-bottom-wrap{position:relative;background:#0a1f12}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.07);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;max-width:var(--container);margin:0 auto;flex-wrap:wrap;gap:8px}.footer-copy{font-size:11px;color:hsla(0,0%,100%,.25);letter-spacing:.03em}.footer-assoc{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);opacity:.65;text-decoration:none;transition:opacity .2s ease}.footer-assoc:hover{opacity:1;text-decoration:underline}.footer-assoc:before{content:"";display:block;width:12px;height:1px;background:var(--gold);opacity:.5}.footer-dev{text-align:right;padding:0 24px 14px;max-width:var(--container);margin:0 auto}.footer-dev span{font-size:10px;color:hsla(0,0%,100%,.22);letter-spacing:.03em}.footer-dev a{color:var(--gold);opacity:.6;transition:opacity .2s}.footer-dev a:hover{opacity:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.faq-wrap{background:var(--white);border-top:1px solid var(--border)}.faq-list{margin-top:32px;max-width:760px;display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid var(--border);border-radius:10px;padding:4px 20px;background:var(--green-soft);transition:border-color .2s ease,background .2s ease}.faq-item[open]{border-color:var(--green-mid);background:var(--white)}.faq-q{cursor:pointer;list-style:none;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;font-family:Lora,serif;font-weight:700;font-size:16px;color:var(--text)}.faq-q::-webkit-details-marker{display:none}.faq-toggle{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1px solid var(--green-mid);color:var(--green-mid);display:flex;align-items:center;justify-content:center;font-size:16px;font-family:system-ui,sans-serif;transition:transform .2s ease}.faq-item[open] .faq-toggle{transform:rotate(45deg);background:var(--green-mid);color:var(--white)}.faq-a{padding:0 0 20px;font-size:14px;line-height:1.75;color:var(--muted)}.faq-a a{color:var(--green-mid);font-weight:600;text-decoration:underline}.profile-wrap{background:var(--white);border-top:3px solid var(--green);min-height:60vh}.profile-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);margin-bottom:36px}.profile-breadcrumb a{color:var(--green-mid);text-decoration:none}.profile-breadcrumb a:hover{text-decoration:underline}.profile-breadcrumb span:last-child{color:var(--text);font-weight:600}.profile-header{display:flex;gap:36px;align-items:flex-start;flex-wrap:wrap;padding-bottom:36px;border-bottom:1px solid var(--border)}.profile-photo{position:relative;width:180px;height:180px;border-radius:16px;overflow:hidden;flex-shrink:0;box-shadow:0 10px 30px rgba(15,76,42,.18)}.profile-photo img{object-fit:cover;object-position:top center}.profile-head-info{flex:1 1;min-width:240px}.profile-role{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.profile-name{font-family:Lora,serif;font-size:clamp(28px,3.4vw,42px);font-weight:700;color:var(--green);line-height:1.1}.profile-company{font-size:15px;color:var(--muted);margin-top:6px}.profile-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.profile-tag{font-size:11px;font-weight:600;padding:6px 12px;border-radius:20px;background:var(--green-lt);color:var(--green-mid)}.profile-tag.gold{background:#f7f0dc;color:#9a7620}.profile-cta{display:inline-block;margin-top:22px;padding:13px 26px;background:var(--green);color:var(--white);font-size:14px;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s ease,transform .2s ease}.profile-cta:hover{background:var(--green-mid);transform:translateY(-2px)}.profile-bio{max-width:720px;margin-top:32px}.profile-bio p{font-size:15px;line-height:1.85;color:var(--text);margin-bottom:18px}.profile-meta-box{display:flex;flex-wrap:wrap;gap:28px;margin-top:8px;padding:24px;background:var(--green-soft);border-radius:12px;max-width:720px}.profile-meta-box>div{display:flex;flex-direction:column;gap:4px;font-size:14px}.profile-meta-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.profile-meta-box a{color:var(--green-mid);font-weight:600;text-decoration:none}.profile-meta-box a:hover{text-decoration:underline}.profile-back{display:inline-block;margin-top:32px;font-size:13px;font-weight:600;color:var(--green-mid);text-decoration:none}.profile-back:hover{text-decoration:underline}.directory-wrap{background:var(--bg);border-top:3px solid var(--green);min-height:60vh}.directory-grid{margin-top:36px;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px}.dcard{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:14px;transition:transform .25s ease,box-shadow .25s ease}.dcard:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,76,42,.12)}.dcard-top{display:flex;align-items:flex-start;gap:14px}.dcard-avatar{flex-shrink:0;width:52px;height:52px;border-radius:12px;background:var(--green);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:Lora,serif;font-weight:700;font-size:18px}.dcard-category{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:4px}.dcard-name{font-family:Lora,serif;font-size:19px;font-weight:700;line-height:1.2}.dcard-name a{color:var(--text);text-decoration:none}.dcard-name a:hover{color:var(--green-mid);text-decoration:underline}.dcard-sister{font-size:12px;color:var(--muted);font-style:italic;margin-top:2px}.dcard-tagline{font-size:13.5px;color:var(--text);line-height:1.6}.dcard-founder{font-size:12px;color:var(--muted);border-top:1px solid var(--border);padding-top:12px}.dcard-founder a{color:var(--green-mid);font-weight:600;text-decoration:none}.dcard-founder a:hover{text-decoration:underline}.dcard-social{display:flex;gap:6px}.dcard-social a{width:30px;height:30px;border-radius:50%;background:var(--green-lt);color:var(--green-mid);display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.dcard-social a:hover{background:var(--green);color:var(--white)}.dcard-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid var(--border)}.dcard-view{font-size:12.5px;font-weight:600;color:var(--green);text-decoration:none}.dcard-view:hover{text-decoration:underline}.dcard-site{font-size:12.5px;font-weight:600;color:var(--gold);text-decoration:none}.dcard-site:hover{text-decoration:underline}.ddetail-header{display:flex;align-items:flex-start;gap:24px;flex-wrap:wrap;padding-bottom:32px;border-bottom:1px solid var(--border)}.ddetail-avatar{flex-shrink:0;width:96px;height:96px;border-radius:18px;background:var(--green);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:Lora,serif;font-weight:700;font-size:32px;box-shadow:0 10px 30px rgba(15,76,42,.18)}.ddetail-social{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.ddetail-social a{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:30px;background:var(--green-lt);color:var(--green-mid);font-size:13px;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease}.ddetail-social a:hover{background:var(--green);color:var(--white)}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;gap:32px}.hero-img-wrap{display:flex;justify-content:center}.hero-img{width:200px}.about-inner{grid-template-columns:1fr;padding:52px 24px}.about-badge{right:0}.contact-inner,.row-3,.row-4{grid-template-columns:1fr 1fr}.contact-head{grid-column:1/-1}.footer-main{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width:640px){.nav-links{display:none}.row-2,.row-3,.row-4{grid-template-columns:1fr}.row-last{flex-direction:column;align-items:stretch}.ocard-last{flex:1 1 auto;min-width:0}.contact-inner,.footer-main{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:6px}}