.spacekap-employee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;width:100%}.spacekap-employee-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);overflow:hidden;transition:transform 0.4s cubic-bezier(.25,.46,.45,.94),box-shadow 0.4s cubic-bezier(.25,.46,.45,.94);padding:0;will-change:transform}.spacekap-employee-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.1),0 4px 10px rgba(0,0,0,.06)}.spacekap-animate-entrance .spacekap-employee-card{opacity:0;transform:translateY(24px);animation:spacekapCardEntrance 0.5s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:calc(var(--card-index, 0) * 0.08s)}@keyframes spacekapCardEntrance{to{opacity:1;transform:translateY(0)}}.spacekap-animate-entrance .spacekap-employee-card:hover{transform:translateY(-4px)}.spacekap-employee-photo-wrapper{position:relative;aspect-ratio:3 / 4;overflow:hidden;cursor:default}.spacekap-employee-card.has-bio .spacekap-employee-photo-wrapper{cursor:pointer}img.spacekap-employee-photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform 0.5s cubic-bezier(.25,.46,.45,.94)}.spacekap-employee-card:hover img.spacekap-employee-photo{transform:scale(1.04)}.spacekap-employee-photo--placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e9ecef,#dee2e6);display:flex;align-items:center;justify-content:center}.spacekap-employee-photo--placeholder svg{width:30%;height:30%;color:#adb5bd}.spacekap-employee-card.has-bio .spacekap-employee-photo-wrapper::after{content:'';position:absolute;inset:0;background-color:rgba(10,61,107,.6);opacity:0;transition:opacity 0.35s ease;z-index:1;pointer-events:none}.spacekap-employee-card.has-bio .spacekap-employee-photo-wrapper:hover::after{opacity:1}.spacekap-employee-hover-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.6);z-index:2;color:#fff;opacity:0;transition:opacity 0.35s ease,transform 0.35s cubic-bezier(.25,.46,.45,.94);pointer-events:none;width:52px;height:52px;border:2px solid rgba(255,255,255,.8);border-radius:50%;display:flex;align-items:center;justify-content:center}.spacekap-employee-photo-wrapper:hover .spacekap-employee-hover-indicator{opacity:1;transform:translate(-50%,-50%) scale(1)}.spacekap-employee-info{padding:16px 18px 18px;text-align:center}.spacekap-employee-name{font-size:16px;font-weight:700;color:#0a3d6b;margin:0 0 2px;line-height:1.3;letter-spacing:-.01em}.spacekap-employee-title{font-size:11px;font-weight:600;color:#777;text-transform:uppercase;letter-spacing:.8px;margin:0 0 10px;line-height:1.4}.spacekap-employee-contact{display:flex;flex-direction:column;gap:4px;border-top:1px solid #eaedf0;padding-top:10px}.spacekap-employee-contact-item{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;color:#0a3d6b;text-decoration:none;transition:color 0.2s ease;line-height:1.4}.spacekap-employee-contact-item svg{flex-shrink:0;opacity:.6;transition:opacity 0.2s ease}.spacekap-employee-contact-item:hover{color:#005177}.spacekap-employee-contact-item:hover svg{opacity:1}.spacekap-employee-contact-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spacekap-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 0.35s ease,visibility 0.35s ease}.spacekap-lightbox.is-active{opacity:1;visibility:visible}.spacekap-lightbox-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.spacekap-lightbox-container{position:relative;background:#fff;border-radius:0;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.25);max-width:860px;width:90vw;max-height:85vh;display:flex;flex-direction:column;transform:scale(.92) translateY(20px);transition:transform 0.4s cubic-bezier(.25,.46,.45,.94)}.spacekap-lightbox.is-active .spacekap-lightbox-container{transform:scale(1) translateY(0)}.spacekap-lightbox-close{position:absolute;top:12px;right:12px;z-index:10;width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.9);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s ease,transform 0.2s ease;padding:0;line-height:1}.spacekap-lightbox-close:hover{background:#fff;transform:scale(1.1)}.spacekap-lightbox-inner{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;max-height:85vh}.spacekap-lightbox-photo-col{position:relative;overflow:hidden;background:#f0f2f5;order:2;display:flex;align-items:flex-end}.spacekap-lightbox-photo{width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block}.spacekap-lightbox-details-col{display:flex;flex-direction:column;overflow-y:auto;order:1}.spacekap-lightbox-title-bar{background-color:#0a3d6b;color:#fff;padding:24px 28px;flex-shrink:0}.spacekap-lightbox-name,.spacekap-lightbox-name.spacekap-lightbox-name{font-size:24px;font-weight:700;margin:0 0 4px;line-height:1.2;color:#fff!important}.spacekap-lightbox-titre{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin:0;opacity:.75;color:#fff}.spacekap-lightbox-bio{padding:24px 28px;font-size:15px;line-height:1.7;color:#444;flex:1}.spacekap-lightbox-bio p{margin:0 0 12px}.spacekap-lightbox-bio p:last-child{margin-bottom:0}.spacekap-lightbox-contact{padding:16px 28px 24px;border-top:1px solid #eaedf0;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.spacekap-lightbox-contact-item{display:inline-flex;align-items:center;gap:10px;font-size:15px;color:#0a3d6b;text-decoration:none;transition:color 0.2s ease}.spacekap-lightbox-contact-item:hover{color:#005177}.spacekap-lightbox-contact-item svg{flex-shrink:0;opacity:.7}.spacekap-lightbox-details-col::-webkit-scrollbar{width:4px}.spacekap-lightbox-details-col::-webkit-scrollbar-track{background:transparent}.spacekap-lightbox-details-col::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.spacekap-lightbox-details-col{scrollbar-width:thin;scrollbar-color:#ccc transparent}body.spacekap-lightbox-open{overflow:hidden}@media (max-width:1024px){.spacekap-employee-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.spacekap-employee-grid{grid-template-columns:repeat(2,1fr);gap:16px}.spacekap-employee-info{padding:12px 14px 14px}.spacekap-employee-name{font-size:15px}.spacekap-employee-contact-item{font-size:12px}.spacekap-lightbox{align-items:center;justify-content:center}.spacekap-lightbox-container{width:92vw;max-width:400px;max-height:90vh;border-radius:16px;display:flex;flex-direction:column;overflow:hidden}.spacekap-lightbox.is-active .spacekap-lightbox-container{transform:scale(1) translateY(0)}.spacekap-lightbox-inner{display:flex;flex-direction:column;flex:1;overflow:hidden;max-height:none}.spacekap-lightbox-photo-col{order:1;width:100%;height:280px;min-height:280px;max-height:280px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f0f2f5;overflow:hidden}.spacekap-lightbox-photo{width:280px;height:280px;min-width:280px;object-fit:cover;object-position:center top;display:block}.spacekap-lightbox-details-col{order:2;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;text-align:center}.spacekap-lightbox-title-bar{padding:16px 20px 14px;text-align:center}.spacekap-lightbox-name,.spacekap-lightbox-name.spacekap-lightbox-name{font-size:19px;margin:0 0 4px}.spacekap-lightbox-titre{font-size:10px;letter-spacing:1px}.spacekap-lightbox-bio{padding:16px 20px;font-size:14px;text-align:left}.spacekap-lightbox-contact{padding:12px 20px 20px;align-items:center}}@media (max-width:480px){.spacekap-employee-grid{grid-template-columns:1fr!important;gap:10px}.spacekap-employee-card{display:flex;flex-direction:row;align-items:stretch;max-width:100%;margin:0;overflow:hidden}.spacekap-employee-photo-wrapper{width:110px!important;min-width:110px!important;max-width:110px!important;aspect-ratio:1 / 1!important;flex-shrink:0;align-self:center;border-radius:0!important}.spacekap-employee-info{flex:1;min-width:0;padding:10px 12px;text-align:left;display:flex;flex-direction:column;justify-content:center}.spacekap-employee-name{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spacekap-employee-title{font-size:10px;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spacekap-employee-contact{padding-top:6px;gap:3px}.spacekap-employee-contact-item{font-size:11px;justify-content:flex-start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spacekap-employee-hover-indicator{display:none}}@media (hover:none){.spacekap-employee-card:hover{transform:none;box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}.spacekap-employee-card:hover img.spacekap-employee-photo{transform:none}.spacekap-employee-card.has-bio .spacekap-employee-photo-wrapper::after{opacity:0}.spacekap-employee-hover-indicator{opacity:.7;transform:translate(-50%,-50%) scale(.85);border-color:rgba(255,255,255,.5);background:rgba(0,0,0,.25)}}@media (prefers-reduced-motion:reduce){.spacekap-employee-card,img.spacekap-employee-photo,.spacekap-employee-hover-indicator,.spacekap-lightbox,.spacekap-lightbox-container,.spacekap-employee-photo-wrapper::after{transition-duration:0.01ms!important;animation-duration:0.01ms!important}.spacekap-animate-entrance .spacekap-employee-card{opacity:1;transform:none;animation:none}}