.sbs-crew-mount{margin:16px 0}
.sbs-crew-section{
  margin: 18px 0;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.sbs-crew-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom: 12px;
}

.sbs-crew-head h2{
  margin:0;
  font-size: 28px;
  letter-spacing: .5px;
}

.sbs-crew-nav{
  display:flex;
  gap:8px;
}

.sbs-crew-nav button{
  width:44px;
  height:44px;
  border-radius: 12px;
  border: none;
  background:#2b2b2b;
  color:#fff;
  cursor:pointer;
  font-size: 24px;
  line-height: 1;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  transition: transform .12s ease, filter .12s ease, opacity .12s ease;
}
.sbs-crew-nav button:hover{
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.sbs-crew-nav button:active{
  transform: translateY(0);
  opacity: .92;
}
.sbs-crew-nav button:focus{
  outline: 2px solid rgba(0,0,0,.25);
  outline-offset: 2px;
}

.sbs-crew-slider{
  overflow:hidden;
  border-radius: 14px;
}

.sbs-crew-track{
  display:flex;
  transition: transform .35s ease;
  will-change: transform;
}

.sbs-crew-card{
  min-width: 100%;
  display:grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 18px;
  align-items: stretch;
  padding: 14px;
  box-sizing: border-box;
}

.sbs-crew-photo{
  border-radius: 16px;
  overflow:hidden;
  background: #f4f5f7;
  min-height: 260px;
}

.sbs-crew-photo img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.sbs-crew-photo-placeholder{
  width:100%;
  height:100%;
  min-height: 260px;
}

.sbs-crew-content{
  padding: 6px 6px;
}

.sbs-crew-label{
  font-size: 12px;
  opacity: .7;
  margin-top: 10px;
  text-transform: lowercase;
}

.sbs-crew-name{
  font-size: 34px;
  font-weight: 800;
  margin-top: 4px;
  line-height: 1.05;
}

.sbs-crew-position{
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
  opacity: .85;
}

.sbs-crew-role{
  font-size: 28px;
  font-weight: 900;
  margin-top: 6px;
  letter-spacing: .5px;
}

.sbs-crew-bio{
  margin-top: 10px;
  line-height: 1.55;
  text-align: justify;
  hyphens: auto;
}

.sbs-crew-flags{
  margin: 14px 0;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.sbs-flag{
  padding: 12px 14px;
  border-radius: 12px;
  background: #f7f7fb;
  border: 1px solid rgba(0,0,0,.08);
  font-weight: 700;
}

@media (max-width: 768px){
  .sbs-crew-card{grid-template-columns: 1fr;}
  .sbs-crew-name{ font-size: 28px; }
  .sbs-crew-role{ font-size: 22px; }
}
