:root{
  --green:#0f6a3a;
  --green2:#118a4c;
  --dark:#0b1220;
  --text:#1c2430;
  --muted:#5a6676;
  --bg:#f6f8fb;
  --card:#ffffff;
  --ring: rgba(17,138,76,.25);
  --shadow: 0 10px 30px rgba(10,20,40,.12);
  --radius: 18px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:var(--text); background:var(--bg); }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.container{ width:min(1150px, 92%); margin-inline:auto; }

.topbar{
  background: linear-gradient(90deg, var(--green), var(--green2));
  color:#fff;
  font-size:14px;
}
.topbar .wrap{
  display:flex; gap:14px; justify-content:space-between; align-items:center;
  padding:10px 0;
}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  background: rgba(255,255,255,.12);
  padding:6px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
}

.nav{
  position:sticky; top:0; z-index:50;
  background: rgba(246,248,251,.82);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.nav .wrap{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
}
.brand .logo{
  width:44px; height:44px; border-radius:12px;
  object-fit:cover;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.brand .name{
  line-height:1.1;
}
.brand .name strong{ display:block; font-size:16px; }
.brand .name span{ font-size:12px; color:var(--muted); }

.navlinks{
  display:flex; gap:18px; align-items:center;
}
.navlinks a{
  padding:10px 10px;
  border-radius:12px;
  color: #1a2432;
  font-weight:600;
  font-size:14px;
}
.navlinks a:hover{ background: rgba(17,138,76,.10); }

.navbtn{
  display:none;
  border:0; background: rgba(17,138,76,.10);
  padding:10px 12px; border-radius:12px;
  font-weight:800;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  font-weight:800;
}
.btn.primary{
  background: linear-gradient(90deg, var(--green), var(--green2));
  color:#fff;
  border-color: rgba(255,255,255,.15);
}
.btn.ghost{
  background: rgba(255,255,255,.70);
}

.hero{
  padding:54px 0 22px;
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:24px;
  align-items:stretch;
}
.heroCard{
  background: radial-gradient(1200px 500px at 0% 0%, rgba(17,138,76,.18), transparent 55%),
              linear-gradient(180deg, #fff, rgba(255,255,255,.92));
  border:1px solid rgba(0,0,0,.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:28px;
  overflow:hidden;
}
.kicker{
  display:inline-flex;
  gap:8px; align-items:center;
  padding:8px 12px;
  background: rgba(17,138,76,.12);
  border:1px solid rgba(17,138,76,.22);
  color: var(--green);
  border-radius:999px;
  font-weight:800;
  font-size:12px;
}
.hero h1{
  margin:14px 0 10px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height:1.08;
}
.hero p{
  margin:0 0 18px;
  color: var(--muted);
  font-size:16px;
  line-height:1.65;
}
.heroActions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:14px; }

.heroAside{
  display:grid; gap:16px;
}
.card{
  background: var(--card);
  border:1px solid rgba(0,0,0,.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:18px;
}
.card h3{ margin:0 0 10px; }
.meta{
  display:grid; gap:10px;
}
.meta .row{
  display:flex; justify-content:space-between; gap:10px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.06);
  background: rgba(246,248,251,.7);
}
.meta .row b{ color: var(--dark); }
.meta .row span{ color: var(--muted); font-weight:700; }

.section{ padding:26px 0; }
.section h2{
  margin:0 0 10px;
  font-size: clamp(20px, 2.2vw, 28px);
}
.section p.lead{ color: var(--muted); margin:0 0 18px; line-height:1.7; }

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
.feature{
  padding:18px;
  border-radius: var(--radius);
  border:1px solid rgba(0,0,0,.06);
  background: #fff;
  box-shadow: var(--shadow);
}
.feature .icon{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  background: rgba(17,138,76,.12);
  border:1px solid rgba(17,138,76,.22);
  color: var(--green);
  font-weight:900;
  margin-bottom:12px;
}
.feature h4{ margin:0 0 8px; }
.feature p{ margin:0; color: var(--muted); line-height:1.65; }

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}
.list{
  margin:0; padding-left:18px;
  color: var(--muted);
  line-height:1.8;
}
.pillRow{ display:flex; flex-wrap:wrap; gap:10px; }
.pill{
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(17,138,76,.25);
  background: rgba(17,138,76,.10);
  color: var(--green);
  font-weight:800;
  font-size:13px;
}

.footer{
  margin-top:30px;
  background:#0a1422;
  color: rgba(255,255,255,.85);
  padding:30px 0;
}
.footer .grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:18px;
}
.footer a{ color:#fff; }
.footer small{ color: rgba(255,255,255,.65); }
hr.soft{
  border:0; height:1px;
  background: rgba(255,255,255,.12);
  margin:18px 0;
}

.table{
  width:100%;
  border-collapse: collapse;
  overflow:hidden;
  border-radius: 14px;
  border:1px solid rgba(0,0,0,.06);
  background:#fff;
  box-shadow: var(--shadow);
}
.table th, .table td{
  padding:12px 12px;
  border-bottom:1px solid rgba(0,0,0,.06);
  text-align:left;
  vertical-align:top;
}
.table th{ background: rgba(17,138,76,.10); color: var(--dark); }
.table tr:last-child td{ border-bottom:0; }

.teamGrid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:16px;
}
.member{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.member{
  transition: transform .25s ease, box-shadow .25s ease;
}

.member:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(10,20,40,.18);
}

/* Photo styling */
.member .photo{
  width:100%;
  height:230px;
  object-fit:cover;
  object-position: center top; /* keeps faces visible */
  background:#e8eef5;
  filter: grayscale(100%);
  transition: filter .3s ease, transform .3s ease;
}

/* Hover effect: bring photo to life */
.member:hover .photo{
  filter: grayscale(0%);
  transform: scale(1.03);
}

/* Name + role polish */
.member .body b{
  font-size:16px;
  margin-bottom:4px;
}

.member .body span{
  display:block;
  font-size:13px;
  color: var(--green);
  font-weight:700;
}

/* Bio text */
.member .body p{
  font-size:14px;
  line-height:1.6;
  margin-top:10px;
}

.member .body{ padding:14px; }
.member .body b{ display:block; }
.member .body span{ color: var(--muted); font-weight:700; font-size:13px; }
.member .body p{ color: var(--muted); margin:10px 0 0; line-height:1.6; font-size:14px; }

.form{
  display:grid; gap:12px;
}
.input{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(0,0,0,.10);
  outline:none;
  background:#fff;
}
.input:focus{ border-color: var(--green2); box-shadow: 0 0 0 5px var(--ring); }
textarea.input{ min-height:120px; resize: vertical; }

.notice{
  padding:12px 14px;
  border-radius: 14px;
  border:1px solid rgba(17,138,76,.25);
  background: rgba(17,138,76,.10);
  color: #0f6a3a;
  font-weight:800;
}
.error{
  border-color: rgba(180,20,20,.25);
  background: rgba(180,20,20,.08);
  color: #8b1414;
}

@media (max-width: 980px){
  .heroGrid{ grid-template-columns:1fr; }
  .grid3{ grid-template-columns:1fr; }
  .split{ grid-template-columns:1fr; }
  .teamGrid{ grid-template-columns: repeat(2, 1fr); }
  .navlinks{ display:none; }
  .navbtn{ display:inline-flex; }
  .nav.open .navlinks{
    display:flex;
    position:absolute;
    left:4%; right:4%;
    top:68px;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    padding:10px;
    box-shadow: var(--shadow);
    flex-direction:column;
    align-items:stretch;
  }
}
@media (max-width: 520px){
  .teamGrid{ grid-template-columns:1fr; }
}
@media (max-width: 520px){
  .member .photo{
    height:260px;
  }
}
