/* =========================================================
   human.css — "office / team" section
   Used by: index.html
   ========================================================= */

.human{background:var(--green-light);}
.human .grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;}
.human .photo{
  background:repeating-linear-gradient(135deg,#dfeee2,#dfeee2 12px,#d2e6d7 12px,#d2e6d7 24px);
  border-radius:16px;height:260px;display:flex;align-items:center;justify-content:center;color:var(--green);font-weight:700;font-size:13px;
}
.human h2{color:var(--blue-800);font-size:24px;font-weight:800;margin-top:0;}
.human p{font-size:14.5px;color:var(--gray-700);}
