.team-photo {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
      box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
      flex-shrink: 0
    }

    @media (max-width: 576px) {
      .team-photo {
        width: 64px;
        height: 64px
      }
    }

    .team-card .role {
      color: var(--muted)
    }

    .member-quote {
      margin: 1rem 0;
      padding: 1rem 1.25rem;
      background: #f8f9fa;
      border-radius: .5rem;
      border-left: 4px solid var(--qh-blue)
    }

    .member-quote blockquote {
      margin: 0;
      font-style: italic;
      font-size: 1.1rem;
      font-weight: 400;
      color: #495057;
      line-height: 1.4
    }

    .member-quote figcaption {
      margin: .25rem 0 0;
      font-size: .875rem;
      color: var(--muted);
      font-weight: 500
    }