.hop-prof-wrap{font-family:'DM Sans',sans-serif;}
.hop-prof-header{
  display:flex;justify-content:space-between;align-items:flex-end;
  margin-bottom:56px;gap:24px;flex-wrap:wrap;
}
.hop-prof-eyebrow{
  display:block;font-size:11px;font-weight:700;
  letter-spacing:0.2em;text-transform:uppercase;
  color:#737873;margin:0 0 14px;
}
.hop-prof-title{
  font-family:'DM Sans',sans-serif;
  font-style:italic;font-weight:400;
  font-size:clamp(34px,3.6vw,46px);line-height:1.1;
  color:#1A2621;margin:0;
}
.hop-prof-cta{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid #1A2621;
  border-radius:999px;padding:11px 22px;
  font-size:13px;font-weight:700;
  color:#1A2621;text-decoration:none;
  transition:background 0.3s ease,color 0.3s ease,transform 0.3s ease;
}
.hop-prof-cta:hover{
  background:#1A2621;color:#FFFFFF;
  transform:translateY(-2px);
}
.hop-prof-cta .material-symbols-outlined{font-size:16px;transition:transform 0.3s ease;}
.hop-prof-cta:hover .material-symbols-outlined{transform:translateX(3px);}

.hop-prof-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:40px;
}
.hop-prof-card:nth-child(2){margin-top:48px;}
@media(max-width:900px){
  .hop-prof-grid{grid-template-columns:1fr;gap:48px;}
  .hop-prof-card:nth-child(2){margin-top:0;}
}

.hop-prof-photo-bezel{
  padding:6px;
  background:rgba(197,160,89,0.08);
  border-radius:52px 52px 28px 28px;
  border:1px solid rgba(197,160,89,0.18);
  margin-bottom:22px;
  transition:border-color 0.45s ease,transform 0.45s ease;
}
.hop-prof-card:hover .hop-prof-photo-bezel{
  border-color:rgba(197,160,89,0.45);
  transform:translateY(-3px);
}
.hop-prof-photo-inner{
  aspect-ratio:3/4;
  border-radius:48px 48px 22px 22px;
  overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.18),
             0 14px 36px rgba(24,40,30,0.10);
}
.hop-prof-photo-inner > img,
.elementor .hop-prof-photo-inner > img{
  display:block;
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  filter:grayscale(1);
  transition:filter 0.65s cubic-bezier(0.32,0.72,0,1),
             transform 0.65s cubic-bezier(0.32,0.72,0,1);
}
.hop-prof-card:hover .hop-prof-photo-inner > img{
  filter:grayscale(0);transform:scale(1.03);
}

.hop-prof-name{
  font-family:'DM Sans',sans-serif;
  font-size:22px;font-weight:400;
  color:#1A2621;
  margin:0 0 4px;line-height:1.2;
}
.hop-prof-role{
  font-size:10px;letter-spacing:0.22em;
  text-transform:uppercase;font-weight:700;
  color:#C5A059;
  margin:0 0 14px;
}
.hop-prof-bio{
  font-size:13px;line-height:1.7;
  color:#737873;
  margin:0;
}
