/* Services Page Template */
.page-template-template-services .sfc-site-header {
  z-index: 40;
}

.sfc-services-page {
  overflow: hidden;
  background: var(--sfc-white);
}

.sfc-services-hero {
  position: relative;
  min-height: clamp(560px, 56vw, 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--sfc-white);
  background: var(--sfc-blue-dark);
}

.sfc-services-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.sfc-services-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 22, 34, .82) 0%, var(--sfc-services-hero-overlay, rgba(7, 22, 34, .52)) 43%, rgba(7, 22, 34, .05) 78%),
    linear-gradient(0deg, rgba(7,22,34,.16), rgba(7,22,34,.16));
  pointer-events: none;
}

.sfc-services-hero__inner {
  position: relative;
  z-index: 2;
  padding-block: clamp(94px, 10vw, 150px) clamp(120px, 12vw, 190px);
}

.sfc-services-hero__content {
  max-width: 720px;
}

.sfc-services-hero h1 {
  max-width: 680px;
  margin-bottom: 22px;
  color: var(--sfc-white);
  font-size: clamp(2.35rem, 4.3vw, 4.85rem);
  letter-spacing: -0.045em;
  text-shadow: 0 8px 28px rgba(0,0,0,.22);
}

.sfc-services-hero p {
  max-width: 700px;
  margin-bottom: 22px;
  color: var(--sfc-white);
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
  font-weight: 700;
  line-height: 1.45;
  text-shadow: 0 6px 20px rgba(0,0,0,.18);
}

.sfc-services-hero__bullets {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sfc-services-hero__bullets li {
  position: relative;
  padding-left: 36px;
  color: var(--sfc-white);
  font-size: 1.03rem;
  font-weight: 900;
  line-height: 1.35;
}

.sfc-services-hero__bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .05em;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: var(--sfc-white);
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 900;
}

.sfc-services-brush {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: clamp(46px, 5.5vw, 78px);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  pointer-events: none;
}

.sfc-services-brush--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 84' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 58c69 8 123-10 196-8 87 3 124 22 211 15 84-7 132-25 216-20 88 6 136 31 224 26 82-5 128-29 211-22 84 7 131 29 216 25 70-3 108-18 166-18v28H0V58Z'/%3E%3Cpath fill='%23ffffff' d='M0 72c82-3 163-11 245-12 76-1 151 5 227 2 95-4 189-20 283-19 92 1 184 20 276 18 93-2 185-23 278-21 45 1 88 9 131 16v28H0V72Z' opacity='.9'/%3E%3C/svg%3E");
}

.sfc-services-awards {
  position: relative;
  z-index: 4;
  padding: clamp(28px, 4vw, 58px) 0 clamp(42px, 6vw, 82px);
}

.sfc-services-awards__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 38px);
  align-items: start;
}

.sfc-services-award {
  color: var(--sfc-blue-dark);
  text-align: center;
}

.sfc-services-award img {
  width: clamp(82px, 8vw, 136px);
  height: clamp(82px, 8vw, 136px);
  object-fit: contain;
  margin: 0 auto 12px;
}

.sfc-services-award h3 {
  max-width: 180px;
  margin: 0 auto;
  color: var(--sfc-blue-dark);
  font-size: clamp(.92rem, 1vw, 1.13rem);
  line-height: 1.14;
  letter-spacing: -.02em;
}

.sfc-services-award p {
  max-width: 190px;
  margin: 8px auto 0;
  color: var(--sfc-gray);
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
}

.sfc-services-cards-section {
  position: relative;
  padding: clamp(80px, 8vw, 136px) 0 clamp(90px, 9vw, 146px);
  background: #202326;
  color: var(--sfc-white);
}

.sfc-services-cards-section .sfc-section-heading {
  max-width: 960px;
  margin-bottom: clamp(32px, 4vw, 56px);
}

.sfc-services-cards-section .sfc-section-heading h2,
.sfc-services-cards-section .sfc-section-heading p {
  color: var(--sfc-white);
}

.sfc-services-cards-section .sfc-section-heading h2 {
  max-width: 950px;
  font-size: clamp(2rem, 3vw, 3.6rem);
}

.sfc-services-cards-section .sfc-section-heading p {
  font-size: clamp(1rem, 1.12vw, 1.15rem);
  font-weight: 900;
}

.sfc-services-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3vw, 46px);
}

.sfc-services-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  color: var(--sfc-white);
  background: #2a2e32;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
  transition: transform .22s ease, box-shadow .22s ease;
}

.sfc-services-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 78px rgba(0, 0, 0, .32);
}

.sfc-services-card__image {
  display: block;
  aspect-ratio: 1.42 / 1;
  overflow: hidden;
  background: #15191d;
}

.sfc-services-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.sfc-services-card:hover .sfc-services-card__image img {
  transform: scale(1.045);
}

.sfc-services-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: clamp(24px, 3vw, 38px);
  text-align: center;
}

.sfc-services-card h3 {
  max-width: 430px;
  margin-inline: auto;
  color: var(--sfc-white);
  font-size: clamp(1.38rem, 2vw, 2.05rem);
  line-height: 1.03;
}

.sfc-services-card ul {
  display: grid;
  gap: 4px;
  margin: 6px 0 28px;
  padding: 0;
  list-style: none;
}

.sfc-services-card li {
  color: var(--sfc-white);
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.45;
}

.sfc-services-card li::before {
  content: "✓ ";
  color: var(--sfc-white);
}

.sfc-services-card .sfc-btn {
  margin-top: auto;
}


.sfc-services-lifestyle {
  position: relative;
  overflow: visible;
  padding: clamp(54px, 6vw, 86px) 0 clamp(128px, 13vw, 190px);
  color: var(--sfc-white);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.14), rgba(255,255,255,0) 30%),
    var(--sfc-red);
}

.sfc-services-lifestyle__inner {
  max-width: 1180px;
}

.sfc-services-lifestyle__header {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.sfc-services-lifestyle__logo {
  width: clamp(74px, 7vw, 112px);
  height: auto;
  margin: 0 auto clamp(20px, 2.4vw, 30px);
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.12));
}

.sfc-services-lifestyle h2 {
  max-width: 780px;
  margin-inline: auto;
  color: var(--sfc-white);
  font-size: clamp(1.65rem, 2.25vw, 2.35rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.sfc-services-lifestyle__intro {
  max-width: 760px;
  margin: clamp(18px, 2.1vw, 24px) auto 0;
}

.sfc-services-lifestyle__intro p {
  margin: 0;
  color: var(--sfc-white);
  font-size: clamp(.96rem, 1.05vw, 1.06rem);
  font-weight: 900;
  line-height: 1.38;
}

.sfc-services-lifestyle__button {
  min-width: min(100%, 360px);
  margin-top: clamp(26px, 3vw, 38px);
  border-radius: 4px;
  background: #1f252b;
  box-shadow: 0 20px 38px rgba(0,0,0,.18);
}

.sfc-services-lifestyle__button:hover,
.sfc-services-lifestyle__button:focus {
  background: var(--sfc-blue-dark);
}

.sfc-services-lifestyle__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
  margin-top: clamp(52px, 6vw, 78px);
  margin-bottom: calc(-1 * clamp(132px, 12vw, 190px));
}

.sfc-services-lifestyle + .sfc-services-difference {
  padding-top: clamp(146px, 14vw, 218px);
}

.sfc-services-lifestyle-card {
  position: relative;
  min-height: clamp(360px, 32vw, 460px);
  overflow: hidden;
  border-radius: 8px;
  background: #111a22;
  box-shadow: 0 20px 45px rgba(0,0,0,.22);
}

.sfc-services-lifestyle-card img,
.sfc-services-lifestyle-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sfc-services-lifestyle-card img {
  object-fit: cover;
  transition: transform .45s ease;
}

.sfc-services-lifestyle-card:hover img {
  transform: scale(1.045);
}

.sfc-services-lifestyle-card__shade {
  background:
    linear-gradient(180deg, rgba(7,22,34,.02) 0%, rgba(7,22,34,.24) 34%, rgba(7,22,34,.94) 100%),
    linear-gradient(90deg, rgba(7,22,34,.18), rgba(7,22,34,.02));
}

.sfc-services-lifestyle-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  padding: clamp(26px, 3vw, 38px);
  color: var(--sfc-white);
}

.sfc-services-lifestyle-card h3 {
  margin-bottom: 16px;
  color: var(--sfc-white);
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.sfc-services-lifestyle-card p {
  margin: 0 0 28px;
  color: var(--sfc-white);
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  font-weight: 800;
  line-height: 1.34;
}

.sfc-services-lifestyle-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  color: var(--sfc-white);
  border-top: 1px solid rgba(255,255,255,.34);
  font-size: .95rem;
  font-weight: 800;
}

.sfc-services-lifestyle-card__link:hover,
.sfc-services-lifestyle-card__link:focus {
  color: var(--sfc-white);
}

.sfc-services-lifestyle-card__arrow {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: var(--sfc-blue-dark);
  background: var(--sfc-white);
  border-radius: 999px;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: .8;
  transition: transform .2s ease;
}

.sfc-services-lifestyle-card__link:hover .sfc-services-lifestyle-card__arrow,
.sfc-services-lifestyle-card__link:focus .sfc-services-lifestyle-card__arrow {
  transform: translateX(3px);
}

.sfc-services-difference {
  padding: clamp(92px, 9vw, 148px) 0 clamp(88px, 8vw, 132px);
}

.sfc-services-difference__header {
  max-width: 860px;
  margin: 0 auto clamp(46px, 5.2vw, 76px);
  text-align: center;
}

.sfc-services-difference__header h2 {
  margin-bottom: 10px;
  color: var(--sfc-blue-dark);
  font-size: clamp(2rem, 3vw, 3.15rem);
}

.sfc-services-difference__header p {
  margin-bottom: 0;
  color: var(--sfc-blue-dark);
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  font-weight: 900;
}

.sfc-services-difference__header > span {
  display: block;
  width: 72px;
  height: 1px;
  margin: clamp(24px, 3vw, 34px) auto 0;
  background: rgba(7,22,34,.25);
}

.sfc-services-difference__grid {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
  max-width: 1120px;
  margin-inline: auto;
}

.sfc-services-difference__media {
  width: 100%;
}

.sfc-services-difference__embed,
.sfc-services-difference__poster {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background: #111a22;
  box-shadow: 0 18px 46px rgba(7,22,34,.18);
}

.sfc-services-difference__embed {
  aspect-ratio: 16 / 9;
}

.sfc-services-difference__embed iframe,
.sfc-services-difference__embed embed,
.sfc-services-difference__embed object,
.sfc-services-difference__embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sfc-services-difference__poster img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.sfc-services-difference__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(58px, 6vw, 78px);
  height: clamp(58px, 6vw, 78px);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--sfc-red);
  box-shadow: 0 16px 32px rgba(0,0,0,.25);
}

.sfc-services-difference__play::before {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-42%, -50%);
  border-left: 18px solid var(--sfc-white);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.sfc-services-difference__points {
  display: grid;
  gap: clamp(18px, 2.2vw, 28px);
}

.sfc-services-difference-point {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  color: var(--sfc-black);
}

.sfc-services-difference-point__icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--sfc-red);
  border: 2px solid rgba(242,56,42,.72);
  border-radius: 999px;
}

.sfc-services-difference-point__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.sfc-services-difference-point h3 {
  display: inline;
  margin: 0;
  color: var(--sfc-black);
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.35;
}

.sfc-services-difference-point p {
  display: inline;
  margin: 0;
  color: var(--sfc-black);
  font-size: 1rem;
  line-height: 1.35;
}

.sfc-services-difference-point h3 + p::before {
  content: " – ";
  font-weight: 400;
}


@media (max-width: 1200px) {
  .sfc-services-awards__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sfc-services-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sfc-services-lifestyle__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sfc-services-difference__grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 900px) {
  .sfc-services-hero {
    min-height: 620px;
  }

  .sfc-services-hero__overlay {
    background: linear-gradient(90deg, rgba(7,22,34,.8), rgba(7,22,34,.55));
  }

  .sfc-services-hero__inner {
    padding-block: 82px 132px;
  }

  .sfc-services-lifestyle {
    padding-bottom: 76px;
  }

  .sfc-services-lifestyle__cards {
    margin-top: 46px;
    margin-bottom: 0;
  }

  .sfc-services-lifestyle + .sfc-services-difference {
    padding-top: 76px;
  }
}

@media (max-width: 720px) {
  .sfc-services-awards__grid,
  .sfc-services-cards-grid,
  .sfc-services-lifestyle__cards {
    grid-template-columns: 1fr;
  }

  .sfc-services-awards__grid {
    gap: 26px;
  }

  .sfc-services-hero {
    min-height: 580px;
  }

  .sfc-services-hero h1 {
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  .sfc-services-hero p {
    font-size: 1.06rem;
  }
  .sfc-services-cards-section,
  .sfc-services-lifestyle,
  .sfc-services-difference {
    padding-block: 64px;
  }

  .sfc-services-lifestyle__header {
    text-align: left;
  }

  .sfc-services-lifestyle__logo {
    margin-inline: 0;
  }

  .sfc-services-difference__header {
    text-align: left;
  }

  .sfc-services-difference__header > span {
    margin-inline: 0;
  }

  .sfc-services-difference-point {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }
}

/* Stable circular CTA arrows across lifestyle cards */
.sfc-services-lifestyle-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.sfc-services-lifestyle-card__arrow::before {
  content: "\2192";
  display: block;
  color: var(--sfc-blue-dark);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transform: translateX(1px);
}
