/* v059: チーム紹介動画の差し替え専用 */
.v059-team-video-panel{width:100%;}
.team-video-frame{margin:0;width:100%;border-radius:24px;overflow:hidden;background:#f8f2e8;border:1px solid rgba(196,156,86,.28);box-shadow:0 18px 45px rgba(59,39,21,.12);}
.team-introduction-video{display:block;width:100%;height:auto;max-height:520px;object-fit:cover;background:#f8f2e8;}
.staff-video-caption{margin-top:12px;font-size:.92rem;line-height:1.8;color:#6e5a44;}
@media (max-width:768px){
  .staff-lead-grid{grid-template-columns:1fr!important;gap:22px!important}
  .team-video-frame{border-radius:18px}
  .team-introduction-video{max-height:none}
}
