/* Leadership Commitment — base 1920px, scales via media queries */

.about-leadership {
  width: 100%;
  max-width: var(--syncare-design-width, 1920px);
  margin: 0 auto;
  padding: 50px var(--syncare-section-padding, 150px) 90px;
  background: #ffffff;
  box-sizing: border-box;
}

.about-leadership__inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.about-leadership__eyebrow {
  margin: 0 0 46px;
  text-align: center;
  font: normal normal 600 24px/28px Montserrat, sans-serif;
  letter-spacing: 0.19px;
  color: #479ec7;
}

.about-leadership__statement {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  font: normal normal bold 35px/60px Montserrat, sans-serif;
  color: #274760;
}

/* ── ≤1600px ── */
@media (max-width: 1600px) {
  .about-leadership {
    padding-top: 42px;
    padding-bottom: 80px;
  }

  .about-leadership__eyebrow {
    margin-bottom: 40px;
  }
}

/* ── ≤1440px ── */
@media (max-width: 1440px) {
  .about-leadership {
    padding-top: 38px;
    padding-bottom: 72px;
  }

  .about-leadership__eyebrow {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 36px;
  }

  .about-leadership__statement {
    font-size: 32px;
    line-height: 1.45;
  }
}

/* ── ≤1200px ── */
@media (max-width: 1200px) {
  .about-leadership {
    padding-top: 32px;
  }

  .about-leadership__statement {
    font-size: 28px;
    line-height: 1.4;
  }

  .about-leadership__eyebrow {
    font-size: 20px;
    margin-bottom: 28px;
  }
}

/* ── ≤900px ── */
@media (max-width: 900px) {
  .about-leadership {
    padding-top: 28px;
    padding-bottom: 72px;
  }

  .about-leadership__eyebrow {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 24px;
  }

  .about-leadership__statement {
    font-size: 24px;
    line-height: 1.5;
  }
}

/* ── ≤575px ── */
@media (max-width: 575px) {
  .about-leadership {
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .about-leadership__eyebrow {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .about-leadership__statement {
    font-size: 20px;
    line-height: 1.45;
  }
}
