Who We Are

Three specialists, one mission: clear, practical support for safety, operations, and research.

.hs-who3-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:14px;}

.hs-who3-card{
background:#fff;
border:1px solid #e6e9ef;
border-radius:18px;
padding:18px;
box-shadow: 0 1px 0 rgba(17,24,39,0.02);
}

.hs-who3-cardlink{display:block;text-decoration:none;color:inherit;}
.hs-who3-top{display:flex;gap:14px;align-items:center;margin-bottom:12px;}

.hs-who3-img{
width:84px;height:84px;object-fit:cover;border-radius:16px;
border:1px solid #e5e7eb;background:#f3f4f6;flex:0 0 auto;
}

.hs-who3-name h3{margin:0 0 4px;font-size:1.25rem;line-height:1.2;}
.hs-who3-sub{font-weight:600;color:#4b5563;font-size:0.98rem;line-height:1.35;}

.hs-who3-tags{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 14px;}
.hs-who3-tags span{
display:inline-block;
font-size:0.86rem;
padding:7px 10px;
border-radius:999px;
background:#f3f4f6;
border:1px solid #e5e7eb;
color:#374151;
font-weight:600;
line-height:1.1;
}

.hs-who3-cta{
display:inline-block;
margin-top:2px;
padding:10px 14px;
border-radius:12px;
border:1px solid #2f572c;
color:#2f572c;
font-weight:800;
background:transparent;
}
.hs-who3-cardlink:hover .hs-who3-cta{background:#2f572c;color:#fff;}

@media (max-width: 980px){
.hs-who3-grid{grid-template-columns:1fr;}
}