.family-member-module{min-height:500px;width:100%}.family-member{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:480px;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease;width:100%}.family-member:hover{box-shadow:0 12px 40px rgba(0,0,0,.15);transform:translateY(-8px)}.member-content{display:flex;flex-direction:column;flex-grow:1}.member-photo{border:4px solid #f0f0f0;border-radius:50%;flex-shrink:0;height:120px;margin:0 auto 20px;overflow:hidden;transition:transform .3s ease;width:120px}.family-member:hover .member-photo{transform:scale(1.05)}.member-photo img{height:100%;object-fit:cover;width:100%}.member-name{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:8px}.member-nickname{color:#666;font-size:1rem;font-style:italic;margin-bottom:15px;min-height:20px}.member-specialty{color:#e67e22;font-size:1.1rem;font-weight:600;margin-bottom:20px;min-height:25px}.member-preview{color:#666;display:-webkit-box;flex-grow:1;line-height:1.6;margin-bottom:25px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.read-more-btn{background:linear-gradient(135deg,#e67e22,#d35400);border:none;border-radius:25px;color:#fff;cursor:pointer;flex-shrink:0;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-top:auto;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.read-more-btn:hover{background:linear-gradient(135deg,#d35400,#c0392b);transform:translateY(-2px)}.member-modal{align-items:center;background:rgba(0,0,0,.8);display:none;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:9999}.member-modal.active{display:flex}.modal-content{animation:modalSlideIn .3s ease;background:#fff;border-radius:20px;max-height:90vh;max-width:700px;overflow-y:auto;position:relative}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:none;border:none;color:#999;cursor:pointer;font-size:2rem;position:absolute;right:20px;top:15px;z-index:10000}.modal-close:hover{color:#333}.modal-header{border-bottom:1px solid #eee;padding:40px 40px 20px;text-align:center}.modal-member-photo{border:6px solid #f0f0f0;border-radius:50%;height:150px;margin:0 auto 20px;overflow:hidden;width:150px}.modal-member-photo img{height:100%;object-fit:cover;width:100%}.modal-member-name{color:#333;font-size:2.2rem;font-weight:700;margin-bottom:5px}.modal-member-nickname{color:#666;font-size:1.2rem;font-style:italic;margin-bottom:10px}.modal-member-specialty{color:#e67e22;font-size:1.3rem;font-weight:600}.modal-body{padding:30px 40px 40px}.modal-section{margin-bottom:25px}.modal-section h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:10px}.bio-content{color:#666;font-size:1rem;line-height:1.7}