/* Staff picks — 23A. Sits flush on the testimonials bar. */

.centercontent:has(.sp) {
  padding-bottom: 0;
}

.sp,
.sp *,
.sp *::before,
.sp *::after {
  box-sizing: border-box;
}

.sp {
  width: 100%;
  max-width: none;
  margin: -64px 0 0;
  padding: 0;
  background: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.sp-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0 0 26px;
  padding-top: 34px;
  border-top: 1px solid #dcdcdc;
}

.sp-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #8a9199;
  text-transform: uppercase;
  line-height: 1.2;
}

.sp-head h2 {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  float: none;
  background: none;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  color: #204e75;
  text-transform: uppercase;
  line-height: 1.2;
}

.sp-grid {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  padding: 0;
}

.sp-pick {
  display: grid;
  grid-template-columns: 234px minmax(180px, 260px);
  gap: 26px;
  align-items: end;
  min-width: 0;
  flex: 0 1 auto;
}

.sp-pick:first-child {
  border-right: 1px solid #eef0f2;
  padding-right: 34px;
}

.sp-pick:last-child {
  margin-left: auto;
}

.sp-photo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 234px;
  height: 360px;
  margin: 0;
  padding: 0;
  background: radial-gradient(120% 120% at 100% 100%, #e6e4e1 0%, #f2f1ef 42%, #ffffff 78%);
}

.sp-photo img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.sp-photo--nanna img {
  height: 85%;
}

.sp-photo--ryan img {
  height: 100%;
}

.sp-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding-bottom: 30px;
}

.sp-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #c4470c;
  text-transform: uppercase;
  line-height: 1.2;
}

.sp-rule {
  height: 1px;
  flex: 1;
  background: #e6e9ec;
}

.sp-product {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  float: none;
  background: none;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  color: #204e75;
  text-transform: none;
  line-height: 1.25;
}

.sp-reason {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #55606a;
  font-weight: 400;
  text-transform: none;
  text-wrap: pretty;
}

.sp-byline {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
}

.sp-name {
  font-size: 12.5px;
  font-weight: 700;
  color: #26313a;
  line-height: 1.3;
}

.sp-tenure {
  font-size: 12px;
  font-weight: 400;
  color: #8a9199;
  line-height: 1.3;
}

.sp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 2px;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #c9ced3;
  color: #204e75;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
}

.sp-cta svg {
  flex: none;
}

.sp-cta:hover,
.sp-cta:focus {
  background: #204e75;
  border-color: #204e75;
  color: #fff;
  text-decoration: none;
}

.sp-cta:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

@media (max-width: 1023px) {
  .sp {
    margin-top: 0;
  }

  .sp-head {
    padding-top: 28px;
    margin-bottom: 22px;
  }

  .sp-grid {
    flex-direction: column;
    gap: 36px;
    padding: 0;
  }

  .sp-pick,
  .sp-pick:first-child,
  .sp-pick:last-child {
    border-right: 0;
    padding-right: 0;
    margin-left: 0;
    width: 100%;
    grid-template-columns: 234px 1fr;
  }
}

@media (max-width: 600px) {
  .sp-pick {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sp-photo {
    width: 200px;
    height: 308px;
    margin: 0 auto;
  }
}
