.technical-heading {
  margin: 52px 0 18px;
  border-left: 3px solid var(--gold);
  padding-left: 18px;
}
.technical-heading span {
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--gold);
  font-weight: 800;
}
.technical-heading h3 {
  font: 800 30px 'Barlow Condensed';
  margin: 5px 0 0;
}
.technical-staff {
  grid-template-columns: repeat(2, minmax(0, 320px));
  background: transparent;
  border: 0;
  gap: 18px;
}
.technical-staff .staff-card {
  min-height: 470px;
  border: 1px solid #292b30;
}
.technical-staff .player-photo { object-position: center top; }
.technical-staff .staff-card .role { color: #f09abb; }
.technical-staff .staff-card .player-info {
  background: linear-gradient(90deg,#08090be8,transparent);
  padding: 10px;
  margin: -10px;
  right: 18px;
}
@media (max-width: 620px) {
  .technical-staff { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
  .technical-staff .staff-card { min-height: 310px; }
  .technical-heading h3 { font-size: 25px; }
}
.mural-link{display:flex;justify-content:space-between;align-items:center;margin-top:25px;padding:18px 22px;border:1px solid #cf4f7b;color:#cf4f7b;text-decoration:none;font:900 10px Inter,sans-serif;letter-spacing:1.4px;max-width:420px}.mural-link:hover{background:#cf4f7b;color:#090a0c}
