.ls__speakers{
  position: relative;
  padding: var(--band-xl) 0;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.ls__speakers .container{
  position: relative;
  z-index: 1;
}

.speakers__top{
  max-width: 680px;
}

.st__label{
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.st__header{
  color: #fff;
  font-size: var(--font-size-h2);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: var(--band-xs) 0;
}

.st__subtext{
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font-size-md);
  line-height: 1.6;
}

.speakers{
  margin-top: var(--band-lg);
  display: grid;
  gap: var(--band-md);
}

.speaker{
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--primary);
  border-radius: var(--border-radius-md);
  padding: var(--band-xs);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.speaker:hover{
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

.speaker__image img{
  height: 100%;
  object-fit: cover;
  max-height: 280px;
  width: 100%;
  display: block;
  border-radius: calc(var(--border-radius-md) - 4px);
}

.speaker__bottom{
  margin-top: var(--band-xs);
}

.speaker__name{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.speaker__job{
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 4px;
}

.open-bio{
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

@media(max-width: 992px) {
    .speakers{
      grid-template-columns: repeat(2, 1fr);
      }

}
@media(max-width: 600px) {
    .speakers{
      grid-template-columns: repeat(1, 1fr);
      }

}

/* modal */
.speaker__modal {
  min-width: 1216px;
  border-radius: 12px;
  max-width: 100%;
  background: var(--bg-tint);
  color: var(--text-primary);
  border: 1px solid var(--primary);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1250px) {
  .speaker__modal {
    min-width: 100%;
  }
}

.speaker__modal .slider__slides {
  margin: 0;
}

.speaker__modal .carousel__button {
  top: 10px !important;
  box-shadow: none;
  background: none;
  right: 10px !important;
}

.speaker__modal .carousel__button svg {
  stroke: #FF6852;
  -webkit-filter: none;
          filter: none;
}
.speaker__slider-holder {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .speaker__slider-holder {
    padding: 0;
  }
}
.speaker__slider-item{
  display: flex;
  gap: 40px;
  align-items: flex-start;
  & .speaker--content{
    flex: 1 1 60%;
  }
  & .speaker--image{
    flex: 1 1 40%;
    aspect-ratio 1/1;
    & img {
    border-radius: 12px;
    }
  }
}

@media (max-width: 768px) {
  .speaker__slider-item{
    flex-direction: column-reverse;
  }
    .speaker__slider-item .col-sm-6:first-of-type {
      margin-bottom: 20px;
    }
  }
  
.speaker__slider-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    font-feature-settings: 'salt' on;
    color: var(--text-primary);
  }
  
.speaker__slider-item-function {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'salt' on;
    color: var(--text-muted);
    margin-bottom: 16px;
    display: block;
  }
  
.speaker__slider-item-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'salt' on;
    color: var(--text-muted);
    margin: 0;
  }

.speaker__slider-item-socials svg path{
  fill: var(--text-muted) !important;
}
  
  .speaker__slider-item-socials {
    display: -webkit-flex;
    display: flex;
    margin-top: 32px;
  }
  
  @media (max-width: 768px) {
    .speaker__slider-item-socials {
      margin-top: 15px;
    }
  }
  
  .speaker__slider-item-socials a {
    margin-right: 16px;
  }
  
  .speaker__slider-item-socials a:last-of-type {
    margin-right: 0;
  }
  
.fancybox__nav .carousel__button {
    width: 44px !important;
    height: 44px !important;
    border-radius: 100% !important;
    background: var(--bg-tint) !important;
    border: 1px solid var(--border-color-brand-tint);
  }
  
  .fancybox__nav .carousel__button.is-prev {
    left: 0 !important;
  }
  
  .fancybox__nav .carousel__button.is-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.444 12.444 1 6.999m0 0 5.444-5.444M1 6.999h14' stroke='%23101921' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .fancybox__nav .carousel__button.is-next {
    right: 0 !important;
  }
  
  .fancybox__nav .carousel__button.is-next::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.556 1.555 15 6.999m0 0-5.444 5.445M15 6.999H1' stroke='%23101921' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .fancybox__nav .carousel__button svg {
    display: none;
  }
  
  .fancybox__nav {
    max-width: 1160px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  @media (max-width: 1200px) {
    .fancybox__nav {
      max-width: calc(100% - 40px);
    }
  }
  
  .fancybox__slide {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 20px !important;  
  }
  
  .fancybox__nav {
    pointer-events: none;
  }
  
  .fancybox__nav button {
    pointer-events: auto;
  }
