html {
  max-width: 100%;
  overflow-x: hidden;
}

body.sf-layout,
body.sf-layout--desktop,
body.sf-layout--mobile {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0;
  overflow-x: hidden;
}

.sf-desktop-only { display: block; }
.sf-mobile-only { display: none !important; }

@media (max-width: 767.98px) {
  :root {
    --sf-px: 20px;
  }

  .sf-desktop-only { display: none !important; }
  .sf-mobile-only { display: block !important; }


  .sf-mobile-only .sf-bubble { animation-name: sf-rise-m; }
  .sf-mobile-only .sf-mcoaches__list .sf-coach,
  .sf-mobile-only .sf-coaches__grid .sf-coach { height: 400px; }
  .sf-mobile-only .sf-mcoaches__list .sf-coach::after,
  .sf-mobile-only .sf-coaches__grid .sf-coach::after {
    background: linear-gradient(to top, rgba(10,31,68,.94) 0%, rgba(10,31,68,.5) 40%, rgba(10,31,68,0) 70%);
  }
  .sf-mobile-only .sf-mcoaches__list .sf-coach__body,
  .sf-mobile-only .sf-coaches__grid .sf-coach__body { padding: 24px; }
  .sf-mobile-only .sf-mcoaches__list .sf-coach__name,
  .sf-mobile-only .sf-coaches__grid .sf-coach__name { font-size: 28px; letter-spacing: -0.03em; }
  .sf-mobile-only .sf-mcoaches__list .sf-coach__role,
  .sf-mobile-only .sf-coaches__grid .sf-coach__role { margin-top: 8px; font-size: 13px; }
  .sf-mobile-only .sf-mcoaches__list .sf-coach__text,
  .sf-mobile-only .sf-coaches__grid .sf-coach__text { margin-top: 12px; font-size: 14px; line-height: 24px; max-width: none; }
  .sf-mobile-only .sf-pool img { height: 200px; }
  .sf-mobile-only .sf-pool__body { padding: 24px; }
  .sf-mobile-only .sf-pool__title { font-size: 22px; }
  .sf-mobile-only .sf-pool__text { margin-top: 12px; font-size: 15px; line-height: 28px; }
  .sf-mobile-only .sf-pool__hours { margin-top: 12px; font-size: 14px; }
  .sf-mobile-only .sf-pool .sf-mmore { margin-top: 20px; }
  .sf-mobile-only .sf-post { padding: 24px; min-height: 0; }
  .sf-mobile-only .sf-post__title { font-size: 20px; line-height: 1.2; }
  .sf-mobile-only .sf-post__text { margin-top: 12px; font-size: 14px; line-height: 24px; }
  .sf-mobile-only .sf-post .sf-mmore { margin-top: 16px; }
  .sf-mobile-only .sf-wave { height: 64px; }
  .sf-mobile-only .sf-mhero__wave { height: 70px; }


  .sf-drawer.sf-mobile-only {
    display: flex !important;
  }
  .sf-drawer-overlay.sf-mobile-only {
    display: block !important;
  }


  .sf-drawer:not(.is-open) {
    visibility: hidden;
    pointer-events: none;
  }

  .sf-main,
  .sf-mcta,
  .sf-mfooter,
  .sf-regbar,
  .sf-mphero,
  .sf-mcoaches,
  .sf-mmethod,
  .sf-mtrust {
    max-width: 100%;
    overflow-x: hidden;
  }

  .sf-mheader {
    max-width: 100%;
    overflow: hidden;
  }

  .sf-mheader__logo {
    min-width: 0;
    flex-shrink: 1;
  }

  .sf-mheader__logo img {
    max-width: min(140px, 36vw);
  }

  .sf-mheader__phone {
    font-size: 18px;
    white-space: nowrap;
  }

  .sf-mheader__right {
    min-width: 0;
    flex-shrink: 0;
  }

  .sf-mcoach,
  .sf-mcoach__body,
  .sf-mcoach__stats,
  .sf-mcoach__list,
  .sf-mtrust-row__text {
    min-width: 0;
    max-width: 100%;
  }

  .sf-mcoach__btn,
  .sf-mcta__btn {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-inline: 12px;
  }

  .sf-marquee,
  .sf-mfooter__partners {
    max-width: 100%;
    overflow: hidden;
  }

  .sf-regbar {
    padding: 16px 20px;
  }

  .sf-regbar p {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.sf-dropdown.is-open .sf-nav__trigger { color: var(--sf-blue); }
.sf-dropdown.is-open .sf-nav__trigger .fa-chevron-down { transform: rotate(180deg); }
.sf-dropdown.is-open .sf-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

@media (min-width: 768px) and (max-width: 1439.98px) {
  :root {
    --sf-px: clamp(24px, 5vw, 72px);
  }

  .sf-container {
    padding-inline: var(--sf-px);
  }

  .sf-title {
    font-size: clamp(32px, 3.2vw, 46px);
  }

  .sf-title--wrap {
    white-space: normal;
  }

  .sf-hero__title {
    font-size: clamp(42px, 5.5vw, 72px);
  }

  .sf-dir-grid,
  .sf-dir-pair,
  .sf-pools__grid,
  .sf-coaches__grid,
  .sf-blog__grid,
  .sf-stats,
  .sf-sched__grid {
    gap: clamp(16px, 2vw, 28px);
  }
}

@media (min-width: 768px) {
  header.sf-header.sf-desktop-only {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  header.sf-mheader.sf-mobile-only {
    display: flex !important;
  }


  body:not(.home) .sf-marthero {
    padding-top: calc(66px + 32px);
  }
}

.sf-sidecta__btn,
.sf-msidecta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}

.sf-recent-card + .sf-recent-card {
  margin-top: 12px;
}

.sf-coaches__grid .sf-coach {
  position: relative;
  display: block;
  height: 520px;
  margin-top: 0;
  min-height: 0;
  background: transparent;
  color: inherit;
  grid-template-columns: none;
}

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

.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__grid .sf-coach__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  color: #fff;
  z-index: 1;
  display: block;
}

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

.sf-coaches__grid .sf-coach__role {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--sf-sky, #4db8e8);
}

.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;
}

@media (max-width: 767.98px) {
  body:not(.home) .sf-mphero,
  body:not(.home) .sf-mchero {
    padding-top: calc(66px + 24px);
  }


  .sf-coaches__head,
  .sf-coaches__head.is-layout-flex,
  .sf-coaches__head.is-nowrap,
  .wp-block-group.sf-coaches__head,
  .wp-block-group.sf-coaches__head.is-layout-flex,
  .sf-coaches__head[class*="wp-container-core-group"] {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    margin-bottom: 0 !important;
  }

  .sf-coaches__head > *,
  .wp-block-group.sf-coaches__head > * {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .sf-coaches__head .sf-title,
  .sf-coaches__head .wp-block-heading,
  .sf-coaches__head h2 {
    font-family: var(--sf-font-heading, Montserrat, sans-serif) !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    letter-spacing: -0.045em !important;
    line-height: 1.1 !important;
    color: var(--sf-navy, #0a1f44) !important;
    margin: 0 !important;
    white-space: normal !important;
  }

  .sf-coaches__head p,
  .sf-coaches__head .wp-block-paragraph {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 28px !important;
    color: rgba(10, 31, 68, 0.65) !important;
  }

  .sf-mcoaches .sf-mcoaches__list {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .sf-mcoaches .sf-mcoach {
    margin-bottom: 0;
  }

  .sf-mcoach__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
  }
}

.sf-post-card__thumb img,
.sf-mpost-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sf-blogbody .navigation.pagination,
.sf-mblogbody .navigation.pagination {
  margin-top: 40px;
  padding: 0 var(--sf-px, 72px) 48px;
}

.sf-mblogbody .navigation.pagination {
  padding: 24px 20px 0;
}

.sf-blogbody .nav-links,
.sf-mblogbody .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.sf-blogbody .page-numbers,
.sf-mblogbody .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0a1f44;
  background: #fff;
  border: 1px solid rgba(10, 31, 68, 0.1);
  text-decoration: none;
}

.sf-blogbody .page-numbers.current,
.sf-mblogbody .page-numbers.current,
.sf-blogbody a.page-numbers:hover,
.sf-mblogbody a.page-numbers:hover {
  background: #1a5fa8;
  border-color: #1a5fa8;
  color: #fff;
}

@media (max-width: 767.98px) {
  body:not(.home) .sf-mchero,
  body.blog .sf-mchero {
    padding-top: calc(66px + 24px);
    height: auto;
    min-height: 280px;
    padding-bottom: 56px;
  }
}

.sf-artcontent .entry-content > * + *,
.sf-martcontent .entry-content > * + * {
  margin-top: 1.1em;
}

.sf-artcontent .entry-content h2,
.sf-martcontent .entry-content h2 {
  margin-top: 40px;
}

.sf-martcontent .entry-content h2 {
  margin-top: 32px;
}

.sf-inner-content {
  max-width: var(--sf-page, 1440px);
  margin: 0 auto;
}

.sf-inner-content > *:first-child {
  margin-top: 0;
}

.sf-inner-content .sf-method,
.sf-inner-content .sf-mmethod,
.sf-inner-content .sf-trust,
.sf-inner-content .sf-mtrust,
.sf-inner-content .sf-coaches,
.sf-inner-content .sf-mcoaches,
.sf-inner-content .sf-blogbody,
.sf-inner-content .sf-mblogbody,
.sf-inner-content .sf-desktop-only:has(.sf-method),
.sf-inner-content .sf-desktop-only:has(.sf-trust),
.sf-inner-content .sf-mobile-only:has(.sf-mmethod),
.sf-inner-content .sf-mobile-only:has(.sf-mtrust) {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .sf-inner-content {
    padding: 32px 20px 56px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .sf-chero__title {
    font-size: clamp(48px, 7vw, 86px);
  }

  .sf-phoneblock__phone {
    font-size: clamp(36px, 5vw, 56px);
  }

  .sf-poolgrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .sf-mphoneblock .sf-messenger__icon {
    width: 64px;
    height: 64px;
  }

  .sf-mphoneblock,
  .sf-mpoolgrid-sec {
    max-width: 100%;
    overflow-x: hidden;
  }
}
