.sf-home-coaches-block-editor {
  margin: 16px 0;
  padding: 28px 24px;
  background: #fff;
  border: 1px dashed #1a5fa8;
  border-radius: 5px;
  max-width: none !important;
}

.sf-home-coaches-block-editor__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.sf-home-coaches-block-editor__title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #0a1f44;
}

.sf-home-coaches-block-editor__link {
  font-size: 13px;
  font-weight: 700;
  color: #1a5fa8;
  text-decoration: underline;
  white-space: nowrap;
}

.sf-home-coaches-block-editor__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sf-home-coaches-block-editor__card {
  position: relative;
  min-height: 280px;
  border-radius: 5px;
  overflow: hidden;
  background: linear-gradient(160deg, #0a3d6e, #1a5fa8);
  background-size: cover;
  background-position: top center;
}

.sf-home-coaches-block-editor__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 31, 68, 0.92) 0%,
    rgba(10, 31, 68, 0.45) 45%,
    rgba(10, 31, 68, 0) 75%
  );
}

.sf-home-coaches-block-editor__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 22px;
  color: #fff;
}

.sf-home-coaches-block-editor__body strong {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.sf-home-coaches-block-editor__role {
  display: block;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #4db8e8;
}

.sf-home-coaches-block-editor__body p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.sf-home-coaches-block-editor__panel {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.sf-home-coaches-block-editor__panel strong {
  display: block;
  margin-bottom: 8px;
}

.sf-home-coaches-block-editor__media img {
  display: block;
  width: 100%;
  max-height: 120px;
  object-fit: cover;
  border-radius: 4px;
}

.sf-home-coaches-block-editor__media-empty {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8eef5;
  border-radius: 4px;
  color: rgba(10, 31, 68, 0.45);
  font-size: 12px;
  font-weight: 700;
}

.wp-block-swim-family-home-coaches {
  max-width: none !important;
  width: 100% !important;
}

.sf-home-content .wp-block-swim-family-home-coaches,
.sf-home-content .sf-coaches--home,
.sf-home-content .sf-mcoaches--home {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

/* Isolate homepage photo-card section from coaches-page styles */
.sf-coaches--home {
  position: relative;
  background: #fff;
  padding: 130px var(--sf-px, 72px) 120px;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.sf-coaches--home .sf-coaches__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 0;
}

.sf-coaches--home .sf-coaches__head p {
  max-width: none;
}

.sf-coaches--home .sf-coaches__grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.sf-coaches--home .sf-coaches__grid .sf-coach {
  position: relative;
  border-radius: var(--sf-radius, 5px);
  overflow: hidden;
  height: 520px;
}

.sf-coaches--home .sf-coaches__grid .sf-coach img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.sf-coaches--home .sf-coaches__grid .sf-coach::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 31, 68, 0.94) 0%,
    rgba(10, 31, 68, 0.55) 38%,
    rgba(10, 31, 68, 0) 68%
  );
}

.sf-coaches--home .sf-coaches__grid .sf-coach__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  color: #fff;
  z-index: 1;
}

.sf-coaches--home .sf-coaches__grid .sf-coach__name {
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
}

.sf-coaches--home .sf-coaches__grid .sf-coach__role {
  margin-top: 12px;
  font-family: var(--sf-font-heading, Montserrat, sans-serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--sf-sky, #4db8e8);
}

.sf-coaches--home .sf-coaches__grid .sf-coach__text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 420px;
}

.sf-mcoaches--home {
  position: relative;
  background: #fff;
  padding: 80px 20px 64px;
}

.sf-mcoaches--home .sf-mcoaches__list .sf-coach {
  position: relative;
  display: block;
  height: 400px;
  margin-top: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--sf-radius, 5px);
  background: transparent;
  color: inherit;
}

.sf-mcoaches--home .sf-mcoaches__list .sf-coach img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.sf-mcoaches--home .sf-mcoaches__list .sf-coach::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 31, 68, 0.94) 0%,
    rgba(10, 31, 68, 0.5) 40%,
    rgba(10, 31, 68, 0) 70%
  );
}

.sf-mcoaches--home .sf-mcoaches__list .sf-coach__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  padding: 24px;
  color: #fff;
}

.sf-mcoaches--home .sf-mcoaches__list .sf-coach__name {
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #fff;
}

.sf-mcoaches--home .sf-mcoaches__list .sf-coach__role {
  margin-top: 8px;
  font-size: 13px;
  color: var(--sf-sky, #4db8e8);
}

.sf-mcoaches--home .sf-mcoaches__list .sf-coach__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  max-width: none;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 782px) {
  .sf-home-coaches-block-editor__head,
  .sf-home-coaches-block-editor__grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .sf-home-coaches-block-editor__head {
    align-items: flex-start;
  }
}
