.speakers-page .speakers-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--white);
}

.speakers-main__background {
  position: absolute;
  z-index: 0;
  top: 290px;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--white) url("../images/Web-Sochifo-18.png") center top / 100% 100% no-repeat;
  pointer-events: none;
}

.speakers-section {
  position: relative;
  z-index: 1;
  padding: 32px 0 196px;
}

.speakers-intro {
  padding-inline: 20px;
  margin: 0 auto 59px;
  text-align: center;
}

.speakers-intro__title {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #7ec3d2;
  font-family: var(--condensed-font);
  font-size: clamp(31px, 2.65vw, 38px);
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.speakers-intro__dot {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--navy);
}

.speakers-intro__subtitle {
  margin: 9px 0 0;
  color: #171313;
  font-family: var(--condensed-font);
  font-size: clamp(22px, 1.9vw, 27px);
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.16;
}

.speakers-intro__subtitle span {
  display: block;
}

.speakers-grid {
  display: grid;
  width: min(calc(100% - 80px), 1298px);
  margin-inline: auto;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 95px 17px;
}

.speaker-card {
  display: flex;
  min-width: 0;
  aspect-ratio: 312 / 589;
  padding: 20px 14px 37px;
  align-items: center;
  flex-direction: column;
  background: transparent url("../images/background/Web-Sochifo-13.png") center / 100% 100% no-repeat;
  text-align: center;
}

.speaker-card__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  flex: 0 0 auto;
  border: 7px solid var(--white);
  border-radius: 50%;
  background: var(--white);
  object-fit: cover;
  object-position: center;
}

.speaker-card__content {
  display: flex;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  align-items: center;
  flex-direction: column;
}

.speaker-card h2 {
  width: 100%;
  margin: 18px 0 0;
  color: var(--white);
  font-family: var(--condensed-font);
  font-size: clamp(29px, 2.45vw, 35px);
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.04;
}

.speaker-card__profile {
  width: 100%;
  margin: 11px 0 0;
  color: #111111;
  font-family: var(--condensed-font);
  font-size: clamp(15px, 1.25vw, 18px);
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: -0.008em;
  line-height: 1.17;
}

.speaker-card__role {
  display: grid;
  width: calc(100% - 32px);
  min-height: 58px;
  padding: 7px 14px;
  margin: auto 0 0;
  place-items: center;
  border-radius: 999px;
  background: var(--navy);
  color: #b9c9e4;
  font-family: var(--condensed-font);
  font-size: clamp(12px, 1.05vw, 15px);
  font-stretch: condensed;
  font-weight: 400;
  letter-spacing: -0.006em;
  line-height: 1.08;
}

.speakers-page .site-footer {
  z-index: 3;
}

@media (min-width: 901px) {
  .speakers-page .site-footer {
    min-height: 218px;
    margin-top: -96px;
  }

  .speakers-page .site-footer__content {
    min-height: 218px;
  }
}

@media (max-width: 1199px) {
  .speakers-section {
    padding-bottom: 190px;
  }

  .speakers-grid {
    width: min(calc(100% - 40px), 760px);
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 312px));
    gap: 72px 32px;
  }

  .speaker-card h2 {
    font-size: 35px;
  }

  .speaker-card__profile {
    font-size: 18px;
  }

  .speaker-card__role {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .speakers-page .hero {
    height: 470px;
    min-height: 470px;
  }

  .speakers-section {
    padding-top: 44px;
    padding-bottom: 215px;
  }

  .speakers-main__background {
    top: 330px;
    background-size: auto 100%;
  }

  .speakers-intro {
    margin-bottom: 52px;
  }
}

@media (max-width: 699px) {
  .speakers-intro__title {
    gap: 9px;
    font-size: clamp(25px, 7.6vw, 32px);
  }

  .speakers-intro__dot {
    width: 19px;
    height: 19px;
  }

  .speakers-intro__subtitle {
    max-width: 520px;
    margin: 13px auto 0;
    font-size: clamp(20px, 5.7vw, 25px);
    line-height: 1.2;
  }

  .speakers-intro__subtitle span {
    display: inline;
  }

  .speakers-intro__subtitle span + span::before {
    content: " ";
  }

  .speakers-grid {
    width: calc(100% - 28px);
    grid-template-columns: minmax(0, 312px);
    gap: 54px;
  }
}

@media (max-width: 560px) {
  .speakers-page .hero {
    height: 415px;
    min-height: 415px;
  }

  .speakers-section {
    padding-top: 38px;
    padding-bottom: 185px;
  }

  .speakers-main__background {
    top: 300px;
  }

  .speakers-intro {
    padding-inline: 8px;
    margin-bottom: 45px;
  }

  .speaker-card {
    padding-right: 13px;
    padding-bottom: 32px;
    padding-left: 13px;
  }

  .speaker-card h2 {
    font-size: clamp(29px, 9.2vw, 35px);
  }

  .speaker-card__profile {
    font-size: clamp(15px, 4.7vw, 18px);
  }

  .speaker-card__role {
    width: calc(100% - 26px);
    min-height: 54px;
    font-size: clamp(12px, 3.9vw, 15px);
  }
}

@media (max-width: 370px) {
  .speakers-intro__title {
    gap: 7px;
    font-size: 24px;
  }

  .speakers-intro__dot {
    width: 16px;
    height: 16px;
  }
}
