
.vhead{font-family:Inter,Roboto,Arial,sans-serif;color:#17304f}
.vhead *{box-sizing:border-box}
.vhead-card{
  display:grid;
  grid-template-columns:minmax(290px,330px) minmax(0,1fr);
  gap:54px;
  padding:34px;
  border:1px solid rgba(20,55,90,.09);
  border-radius:24px;
  background:linear-gradient(115deg,#fff 0%,#fbfdff 58%,#f2f6fa 100%);
  box-shadow:0 16px 36px rgba(16,47,80,.07);
}
.vhead-photo{
  min-height:410px;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(145deg,#dbe5ee,#cbd8d0);
  box-shadow:0 10px 28px rgba(16,47,80,.08);
}
.vhead-photo img{
  width:100%;height:100%;min-height:410px;display:block;object-fit:cover;object-position:center top
}
.vhead-photo-placeholder{width:100%;height:100%;min-height:410px;display:grid;place-items:center;color:#728296}
.vhead-photo-placeholder svg{width:90px;height:90px;fill:none;stroke:currentColor;stroke-width:1.2}
.vhead-content{min-width:0;display:flex;flex-direction:column;justify-content:center;padding-left:6px}
.vhead-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#397056;font-size:.74rem;font-weight:850;margin-bottom:10px}
.vhead-title{margin:0 0 16px}
.vhead-title h2{margin:0;color:#0d3c69;font-size:clamp(2rem,3vw,2.9rem);line-height:1.08;letter-spacing:-.02em}
.vhead-position{margin:10px 0 0;color:#174a7d;font-size:1.05rem;font-weight:800}
.vhead-description{margin:0 0 24px;color:#617386;font-size:1.02rem;line-height:1.7}
.vhead-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:24px}
.vhead-info-item{
  min-width:0;min-height:82px;display:flex;align-items:center;gap:12px;padding:14px 16px;
  border:1px solid #dce5ee;border-radius:15px;background:rgba(255,255,255,.84);
  text-decoration:none;color:#17304f;box-shadow:0 4px 14px rgba(16,47,80,.03)
}
a.vhead-info-item:hover{background:#fff;border-color:#bfcfdd}
.vhead-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:10px;background:#eaf2f8;color:#174a7d}
.vhead-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.vhead-info-item small{display:block;margin-bottom:3px;color:#768598;font-size:.74rem}
.vhead-info-item strong{display:block;color:#103b67;font-size:.92rem;line-height:1.35;overflow-wrap:anywhere}
.vhead-actions{display:flex;gap:12px;flex-wrap:wrap}
.vhead-btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:10px;
  background:#edf3f8;color:#103b67;text-decoration:none;font-weight:800
}
.vhead-btn-primary{background:#174a7d;color:#fff}
.vhead-btn:hover{filter:brightness(.98)}
@media(max-width:980px){
  .vhead-card{grid-template-columns:260px minmax(0,1fr);gap:30px;padding:26px}
  .vhead-photo,.vhead-photo img,.vhead-photo-placeholder{min-height:340px}
  .vhead-content{padding-left:0}
}
@media(max-width:760px){
  .vhead-card{grid-template-columns:1fr;gap:24px;padding:20px}
  .vhead-photo{width:min(100%,300px);min-height:360px;margin:0 auto}
  .vhead-photo img,.vhead-photo-placeholder{min-height:360px}
  .vhead-info{grid-template-columns:1fr}
  .vhead-actions{display:grid;grid-template-columns:1fr}
}
