/* Team Detail Page Template */
.sfc-team-detail-page { overflow: hidden; background: var(--sfc-white); }
.sfc-team-hero { position: relative; padding: clamp(48px, 5vw, 86px) 0 clamp(80px, 7vw, 128px); color: var(--sfc-white); }
.sfc-team-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: clamp(36px, 7vw, 112px); align-items: center; }
.sfc-team-hero__media { overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.05); box-shadow: 0 20px 54px rgba(0,0,0,.18); }
.sfc-team-hero__media img { width: 100%; height: clamp(310px, 34vw, 545px); object-fit: cover; object-position: center; }
.sfc-team-hero h1 { color: var(--sfc-white); font-size: clamp(2.1rem, 3.4vw, 4.2rem); }
.sfc-team-hero__subtitle { margin: 0 0 14px; color: var(--sfc-white); font-weight: 900; line-height: 1.35; }
.sfc-team-hero__text { max-width: 740px; color: rgba(255,255,255,.9); font-weight: 650; line-height: 1.55; }
.sfc-team-hero__text p { margin-bottom: 12px; }
.sfc-team-brush { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2; height: clamp(42px, 5vw, 82px); background-repeat: no-repeat; background-position: center bottom; background-size: 100% 100%; pointer-events: none; }
.sfc-team-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-team-brush--red { bottom: -2px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 88' preserveAspectRatio='none'%3E%3Cpath fill='%23f2382a' d='M0 60c78-8 151-18 230-16 88 2 174 22 262 19 87-3 169-28 256-25 78 3 153 27 231 27 76 0 148-20 224-22 81-2 159 17 237 24v21H0V60Z'/%3E%3Cpath fill='%23f2382a' d='M0 76c115-7 227 2 340-2 124-4 244-27 368-25 114 2 225 25 339 22 134-4 257-35 393-13v30H0V76Z' opacity='.88'/%3E%3C/svg%3E"); }
.sfc-team-statement { padding: clamp(48px, 5vw, 88px) 0; text-align: center; }
.sfc-team-statement__inner { max-width: 780px; color: var(--sfc-blue-dark); font-size: clamp(1.05rem, 1.2vw, 1.28rem); font-weight: 900; line-height: 1.35; }
.sfc-team-statement p { margin: 0; }
.sfc-team-members { position: relative; padding: clamp(70px, 7vw, 124px) 0 clamp(112px, 10vw, 176px); }
.sfc-team-members__panel { max-width: 1120px; margin: 0 auto; overflow: hidden; background: var(--sfc-white); border-radius: 8px; box-shadow: 0 20px 60px rgba(7,22,34,.16); }
.sfc-team-member { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.sfc-team-member--reverse .sfc-team-member__image { order: 2; }
.sfc-team-member__image { min-height: 380px; background: var(--sfc-sky); }
.sfc-team-member__image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.sfc-team-member__content { display: flex; flex-direction: column; justify-content: center; min-height: 380px; padding: clamp(34px, 5vw, 70px); color: var(--sfc-blue-dark); }
.sfc-team-member h2 { margin-bottom: 8px; color: var(--sfc-blue-dark); font-size: clamp(1.65rem, 2.2vw, 2.5rem); }
.sfc-team-member__role { margin: 0 0 22px; color: var(--sfc-red); font-weight: 900; line-height: 1.25; }
.sfc-team-rich { color: var(--sfc-blue-dark); font-size: .98rem; line-height: 1.58; }
.sfc-team-rich p { margin-bottom: 14px; }
.sfc-team-member__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.sfc-team-member__buttons .sfc-btn { min-height: 42px; padding: 10px 16px; font-size: .82rem; }
.sfc-team-lifestyle { position: relative; padding: clamp(68px, 6vw, 96px) 0 clamp(70px, 6vw, 108px); text-align: center; overflow: hidden; background: var(--sfc-red); }
.sfc-team-lifestyle::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 0; height: clamp(108px, 12vw, 170px); background: var(--sfc-white); pointer-events: none; }
.sfc-team-lifestyle__inner { position: relative; z-index: 1; max-width: 1040px; }
.sfc-team-lifestyle__logo { width: clamp(78px, 7vw, 110px); margin: 0 auto clamp(18px, 2vw, 26px); }
.sfc-team-lifestyle h2 { max-width: 760px; margin: 0 auto 18px; color: var(--sfc-white); font-size: clamp(1.85rem, 2.55vw, 2.85rem); line-height: 1.12; }
.sfc-team-lifestyle__intro { max-width: 720px; margin: 0 auto clamp(24px, 2.4vw, 34px); color: var(--sfc-white); font-weight: 850; line-height: 1.45; }
.sfc-team-lifestyle .sfc-btn { min-width: 300px; }
.sfc-team-lifestyle__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 3vw, 38px); margin-top: clamp(50px, 5vw, 76px); transform: none; align-items: stretch; }
.sfc-team-lifestyle-card { position: relative; overflow: hidden; min-height: clamp(300px, 23vw, 360px); color: var(--sfc-white); background: var(--sfc-blue-dark); border-radius: 7px; box-shadow: 0 18px 42px rgba(0,0,0,.22); text-align: left; }
.sfc-team-lifestyle-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sfc-team-lifestyle-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,22,34,.04) 0%, rgba(7,22,34,.48) 42%, rgba(7,22,34,.96) 100%); }
.sfc-team-lifestyle-card__content { position: absolute; inset: auto 0 0; z-index: 2; padding: clamp(20px, 2.2vw, 30px); }
.sfc-team-lifestyle-card h3 { color: var(--sfc-white); font-size: clamp(1.22rem, 1.55vw, 1.65rem); line-height: 1.15; }
.sfc-team-lifestyle-card p { margin-bottom: 22px; color: rgba(255,255,255,.92); font-size: .94rem; font-weight: 700; line-height: 1.45; }
.sfc-team-lifestyle-card a { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding-top: 17px; color: var(--sfc-white); border-top: 1px solid rgba(255,255,255,.34); font-size: .9rem; font-weight: 700; }
.sfc-team-lifestyle-card a span { display: grid; place-items: center; width: 24px; height: 24px; color: var(--sfc-blue-dark); background: var(--sfc-white); border-radius: 50%; font-size: 1.2rem; }
@media (max-width: 900px) {
  .sfc-team-hero__grid, .sfc-team-member { grid-template-columns: 1fr; }
  .sfc-team-hero__media { order: 2; }
  .sfc-team-member--reverse .sfc-team-member__image { order: 0; }
  .sfc-team-lifestyle { padding: 60px 0 70px; }
  .sfc-team-lifestyle::after { height: 90px; }
  .sfc-team-lifestyle .sfc-btn { min-width: 0; width: 100%; max-width: 330px; }
  .sfc-team-lifestyle__cards { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; transform: none; }
}
@media (max-width: 640px) {
  .sfc-team-hero { padding-top: 36px; }
  .sfc-team-member__content { padding: 30px 20px; }
  .sfc-team-member__buttons { flex-direction: column; }
  .sfc-team-member__buttons .sfc-btn { width: 100%; }
}

/* Stable circular CTA arrows across lifestyle cards */
.sfc-doctor-lifestyle-card a span,
.sfc-team-lifestyle-card a span,
.sfc-story-lifestyle-card a span,
.sfc-testimonials-lifestyle-card a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.sfc-doctor-lifestyle-card a span::before,
.sfc-team-lifestyle-card a span::before,
.sfc-story-lifestyle-card a span::before,
.sfc-testimonials-lifestyle-card a span::before {
  content: "\2192";
  display: block;
  color: var(--sfc-blue-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transform: translateX(1px);
}
