:root{--sdd-crew-bg:#093145;--sdd-crew-border:#1A4D63;--sdd-crew-primary:#8EC1E4;--sdd-crew-body:#E0E6ED;--sdd-crew-secondary:#B0BEC5;--sdd-crew-gap:1rem}@media (min-width:768px){:root{--sdd-crew-gap:2rem}}.sdd-crew-grid{display:flex;flex-wrap:nowrap;align-items:stretch;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:var(--sdd-crew-gap);margin:2rem 0;padding:0 1.5rem 1rem 1.5rem;scrollbar-width:none;-ms-overflow-style:none}.sdd-crew-grid::-webkit-scrollbar{display:none}@media (min-width:1024px){.sdd-crew-grid{display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;overflow-x:visible;scroll-snap-type:none;padding:0 1rem}}.sdd-crew-card{background:var(--sdd-crew-bg);border:1px solid var(--sdd-crew-border);border-radius:12px;padding:1.5rem .75rem;box-shadow:0 4px 20px rgb(0 0 0 / .2);transition:transform 0.3s ease-out,box-shadow 0.3s ease-out;display:flex;flex-direction:column;align-items:center;height:auto;min-width:0;flex:0 0 60%;scroll-snap-align:center}@media (min-width:768px){.sdd-crew-card{flex:0 0 42%;border-radius:16px;padding:2.5rem 1.5rem}}@media (min-width:1024px){.sdd-crew-card{flex:1;scroll-snap-align:none}}.sdd-crew-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgb(0 0 0 / .4)}.sdd-crew-image-wrapper{width:100px;height:100px;margin:0 auto 1.25rem auto;position:relative;border-radius:50%}@media (min-width:768px){.sdd-crew-image-wrapper{width:150px;height:150px}}.sdd-crew-photo{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%!important;border:2px solid var(--sdd-crew-border);box-shadow:0 4px 10px rgb(0 0 0 / .2);aspect-ratio:1/1}.sdd-crew-name{font-size:1.1rem;font-weight:700;color:var(--sdd-crew-primary);margin:0 0 .25rem 0;line-height:1.2}@media (min-width:768px){.sdd-crew-name{font-size:1.35rem}}.sdd-crew-role{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:var(--sdd-crew-secondary);font-weight:700;margin-bottom:.2rem}@media (min-width:768px){.sdd-crew-role{font-size:.75rem;letter-spacing:2px}}.sdd-crew-content{flex:1;margin-bottom:.2rem;display:flex;color:var(--sdd-crew-body);flex-direction:column;width:100%}.sdd-crew-highlight{font-size:.9rem;font-weight:500;color:var(--sdd-crew-secondary);margin-bottom:1rem;display:block}.sdd-crew-bio{font-size:.85rem;color:var(--sdd-crew-body);line-height:1.5;margin-bottom:1rem;flex-grow:1}@media (min-width:768px){.sdd-crew-bio{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}}.sdd-crew-specialty{display:inline-flex;align-items:center;gap:.35rem;background-color:rgb(142 193 228 / .1);color:var(--sdd-crew-primary);padding:.3rem .6rem;border-radius:9999px;font-size:.7rem;font-weight:600;border:1px solid rgb(142 193 228 / .3);margin-top:auto;align-self:center;white-space:normal;text-align:center;max-width:100%;overflow:hidden}@media (min-width:768px){.sdd-crew-specialty{padding:.35rem .85rem;font-size:.8rem;white-space:nowrap}}.sdd-crew-specialty i,.sdd-crew-specialty svg{font-size:13px;width:13px;height:13px;fill:currentColor;flex-shrink:0;margin-right:4px}.sdd-read-more{display:inline-block;margin-top:.5rem;color:var(--sdd-crew-primary)!important;font-size:.85rem;font-weight:600;text-decoration:none;border-bottom:2px solid #fff0;transition:border-color 0.2s}.sdd-read-more:hover{border-bottom-color:var(--sdd-crew-primary)}#sdd-crew-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(6 44 60 / .85);backdrop-filter:blur(12px);z-index:99999;opacity:0;pointer-events:none;transition:opacity 0.3s ease;display:flex;justify-content:center;align-items:center;padding:1rem}#sdd-crew-modal-overlay.active{opacity:1;pointer-events:auto}#sdd-crew-modal-box{background:var(--sdd-crew-bg);width:100%;max-width:700px;border-radius:20px;border:1px solid var(--sdd-crew-border);position:relative;box-shadow:0 25px 60px rgb(0 0 0 / .5);transform:scale(.95);transition:transform 0.3s ease;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}#sdd-crew-modal-overlay.active #sdd-crew-modal-box{transform:scale(1)}#sdd-modal-close{position:absolute;top:1rem;right:1.5rem;background:rgb(142 193 228 / .1);border:none;font-size:2rem;line-height:1;color:var(--sdd-crew-primary);cursor:pointer;transition:all 0.2s;z-index:10;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}#sdd-modal-close:hover{color:#fff;background:var(--sdd-crew-primary)}#sdd-modal-body{display:flex;flex-direction:column;align-items:center;text-align:center;overflow-y:auto;padding:3rem 2.5rem 2.5rem 2.5rem;width:100%}@media (min-width:640px){#sdd-modal-body{flex-direction:row;text-align:left;align-items:flex-start;gap:2.5rem;padding:3.5rem 3rem 3rem 3rem}#sdd-modal-body .modal-image{flex-shrink:0}}.modal-text-content{display:flex;flex-direction:column;width:100%}#sdd-modal-body .modal-image img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:3px solid var(--sdd-crew-border);box-shadow:0 8px 25px rgb(0 0 0 / .3);margin-bottom:1.5rem}@media (min-width:640px){#sdd-modal-body .modal-image img{width:180px;height:180px;margin-bottom:0}}#sdd-modal-body .modal-role{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:var(--sdd-crew-secondary);font-weight:700;margin-bottom:.5rem;line-height:1}#sdd-modal-body .modal-name{font-size:2rem;font-weight:700;color:var(--sdd-crew-primary);margin-bottom:1.25rem;line-height:1.1}#sdd-modal-body .modal-bio{font-size:1.05rem;line-height:1.7;color:var(--sdd-crew-body)}#sdd-modal-body .modal-bio p{margin-bottom:1rem}