*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:#17351e;background:#f7faf7}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.top{background:#123b1d;color:#dff3e3;font-size:12px}.top .container{display:flex;justify-content:space-between;padding:8px 0}.nav{background:#fff;border-bottom:1px solid #e1ebe3;position:sticky;top:0;z-index:30}.navin{height:72px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:10px}.brandmark{width:44px;height:44px;border-radius:13px;background:#238636;color:#fff;display:grid;place-items:center;font-weight:900;font-size:22px}.brand strong{display:block;font-size:15px}.brand small{display:block;color:#758279;font-size:10px;letter-spacing:.08em}.links{display:flex;gap:24px;font-weight:700;font-size:13px;color:#4d5f53}.links a:hover{color:#238636}.navbtn{background:#238636;color:#fff;padding:10px 15px;border-radius:10px;font-weight:800;font-size:13px}.hero{position:relative;overflow:hidden;background:#163e20}.slide{display:none;min-height:500px;position:relative;background-size:cover;background-position:center}.slide.active{display:flex}.slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,31,14,.82),rgba(7,31,14,.34),rgba(7,31,14,.08))}.slide .container{position:relative;z-index:1;display:flex;align-items:center;min-height:500px}.hero-copy{max-width:680px;color:#fff;padding:70px 0}.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:900;color:#ccebd2}.hero h1{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:13px 0}.hero p{font-size:17px;line-height:1.7;color:#e7f3e9;max-width:600px}.hero-actions{display:flex;gap:10px;margin-top:25px;flex-wrap:wrap}.btn{display:inline-flex;padding:13px 18px;border-radius:11px;font-weight:850}.btn.green{background:#fff;color:#176b2a}.btn.ghost{border:1px solid rgba(255,255,255,.45);color:#fff}.dots{position:absolute;bottom:22px;left:0;right:0;z-index:5;display:flex;justify-content:center;gap:7px}.dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.45);border:0}.dot.active{background:#fff;width:24px;border-radius:10px}.section{padding:60px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section h2{margin:0;font-size:28px}.section-head p{margin:6px 0 0;color:#718078}.more{color:#238636;font-weight:800;font-size:13px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid #dfe9e1;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(20,70,30,.06)}.card img{width:100%;height:190px;object-fit:cover;background:#eaf4ec}.cardbody{padding:17px}.card h3{margin:0 0 8px;font-size:18px}.meta{color:#718078;font-size:12px}.cardbtn{display:inline-block;margin-top:14px;padding:10px 13px;border-radius:9px;background:#edf7ef;color:#238636;font-weight:800;font-size:12px}.feature{background:#edf7ef}.footer{background:#10351a;color:#d7e9da;padding:42px 0}.footgrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer h3{color:#fff;margin-top:0}.footer p,.footer a{color:#abc3af;font-size:13px;line-height:1.7}.copy{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:18px;font-size:11px;color:#91ad97}@media(max-width:800px){.links{display:none}.cards{grid-template-columns:1fr 1fr}.slide,.slide .container{min-height:460px}.footgrid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.top .container{display:none}.navin{height:64px}.cards{grid-template-columns:1fr}.hero h1{font-size:39px}.hero p{font-size:14px}.slide,.slide .container{min-height:500px}.section{padding:42px 0}}

/* Leadership */

/* LEADERSHIP — compact circular homepage profiles */
.leadership-section{background:#fff}
.leadership-grid{display:grid;grid-template-columns:repeat(6,minmax(105px,1fr));gap:24px 12px;align-items:start;justify-items:center}
.leader-card{width:105px;max-width:105px;min-height:0;padding:0;margin:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;text-align:center;transition:transform .2s ease}
.leader-card:hover{transform:translateY(-2px);box-shadow:none}
.leader-photo-wrap{padding:0}
.leader-photo{display:block;width:68px;height:68px;margin:0 auto 7px;padding:2px;box-sizing:border-box;border-radius:50%;object-fit:cover;object-position:50% 22%;border:2px solid #238636;box-shadow:0 2px 8px rgba(20,70,30,.13);background:#edf7ef}
.leader-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 22%;border-radius:50%}
.leader-body{width:105px;padding:0;margin:0;text-align:center}
.leader-body h3{width:105px;margin:0 auto 3px;font-size:11px;line-height:1.25;font-weight:800;color:#17351e}
.leader-position{width:105px;margin:0 auto;padding:0;background:transparent;color:#238636;border-radius:0;font-size:8px;line-height:1.25;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.leader-body p{display:none}
@media(max-width:950px){.leadership-grid{grid-template-columns:repeat(5,minmax(95px,1fr))}}
@media(max-width:650px){.leadership-grid{grid-template-columns:repeat(4,minmax(78px,1fr));gap:20px 3px}.leader-card{width:82px;max-width:82px}.leader-photo{width:58px;height:58px}.leader-body,.leader-body h3,.leader-position{width:82px}.leader-body h3{font-size:9.5px}.leader-position{font-size:7px}}
@media(max-width:400px){.leadership-grid{grid-template-columns:repeat(4,1fr);gap:18px 1px}.leader-card{width:74px;max-width:74px}.leader-photo{width:54px;height:54px}.leader-body,.leader-body h3,.leader-position{width:74px}}
