.page-template-template-home .sfc-hero,
.home .sfc-hero { min-height: clamp(640px, 72vh, 880px); display: grid; align-items: center; }
.home .sfc-hero h1,
.page-template-template-home .sfc-hero h1 { text-shadow: 0 8px 22px rgba(0,0,0,.18); }
.home .sfc-card-grid-section.sfc-bg-red .sfc-card,
.page-template-template-home .sfc-card-grid-section.sfc-bg-red .sfc-card { border: 0; }

/* Home video/image banner */
.home .sfc-home-banner,
.page-template-template-home .sfc-home-banner {
  --sfc-banner-overlay: rgba(7, 22, 34, .35);
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(560px, 72vh, 900px);
  padding: clamp(96px, 12vw, 180px) 0;
  color: var(--sfc-white);
  background: var(--sfc-blue-dark);
  overflow: hidden;
}
.home .sfc-home-banner::before,
.page-template-template-home .sfc-home-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: var(--sfc-banner-fallback-image, linear-gradient(135deg, var(--sfc-blue), var(--sfc-light-blue)));
  background-position: center;
  background-size: cover;
}
.sfc-home-banner__media,
.sfc-home-banner__overlay { position: absolute; inset: 0; }
.sfc-home-banner__media { z-index: -2; background: var(--sfc-blue-dark); }
.sfc-home-banner__video,
.sfc-home-banner__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sfc-home-banner__overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 22, 34, .62) 0%, var(--sfc-banner-overlay) 45%, rgba(7, 22, 34, .24) 100%);
  pointer-events: none;
}
.sfc-home-banner__inner { display: flex; width: 100%; }
.sfc-home-banner__content { max-width: 820px; text-shadow: 0 7px 28px rgba(0, 0, 0, .32); }
.sfc-home-banner__content h1 {
  margin-bottom: 18px;
  color: var(--sfc-white);
  font-size: clamp(2.65rem, 5.8vw, 6.2rem);
  line-height: .95;
}
.sfc-home-banner__text { max-width: 700px; color: rgba(255, 255, 255, .94); font-size: clamp(1.05rem, 1.5vw, 1.45rem); font-weight: 700; }
.sfc-home-banner__text p:last-child { margin-bottom: 0; }
.sfc-home-banner--align-center .sfc-home-banner__inner { justify-content: center; text-align: center; }
.sfc-home-banner--align-center .sfc-home-banner__content,
.sfc-home-banner--align-center .sfc-home-banner__text { margin-inline: auto; }
.sfc-home-banner--align-center .sfc-actions { justify-content: center; }
.sfc-home-banner--align-left .sfc-home-banner__inner { justify-content: flex-start; text-align: left; }
.sfc-home-banner--align-right .sfc-home-banner__inner { justify-content: flex-end; text-align: right; }
.sfc-home-banner--align-right .sfc-home-banner__content,
.sfc-home-banner--align-right .sfc-home-banner__text { margin-left: auto; }
.sfc-home-banner--align-right .sfc-actions { justify-content: flex-end; }

.sfc-section-rule {
  display: block;
  width: 54px;
  height: 2px;
  margin: 18px 0 34px;
  background: currentColor;
  opacity: .35;
}
.sfc-section-heading .sfc-section-rule { margin-inline: auto; }
.sfc-section-heading--left .sfc-section-rule { margin-inline: 0; }

/* Awards / logo strip */
.sfc-awards-strip {
  padding: clamp(28px, 4vw, 58px) 0 clamp(48px, 6vw, 90px);
  background: var(--sfc-white);
  z-index: 3;
}
.sfc-awards-strip--overlap { margin-top: clamp(-46px, -3vw, -22px); }
.sfc-awards-strip__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
  align-items: start;
}
.sfc-award-card { text-align: center; color: var(--sfc-blue-dark); }
.sfc-award-card__icon {
  width: clamp(86px, 8vw, 136px);
  aspect-ratio: 1;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
}
.sfc-award-card__icon img { max-width: 100%; max-height: 100%; object-fit: contain; }
.sfc-award-card h3 { margin: 0; font-size: clamp(.95rem, 1vw, 1.1rem); line-height: 1.12; letter-spacing: -.02em; }
.sfc-award-card p { margin: 6px 0 0; color: var(--sfc-gray); font-size: .9rem; font-weight: 700; line-height: 1.35; }

/* Intro split */
.sfc-intro-split { padding-top: clamp(60px, 8vw, 116px); padding-bottom: clamp(70px, 9vw, 132px); }
.sfc-intro-split__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .9fr);
  gap: clamp(42px, 7vw, 118px);
  align-items: center;
}
.sfc-intro-split--image-left .sfc-intro-split__content { order: 2; }
.sfc-intro-split__content h2 { color: var(--sfc-blue-dark); font-size: clamp(2.25rem, 4vw, 4.2rem); }
.sfc-intro-split__content .sfc-rich-text { max-width: 760px; color: var(--sfc-black); }
.sfc-intro-split__media {
  position: relative;
  min-height: clamp(360px, 42vw, 560px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
}
.sfc-intro-split__figure { margin: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 18px 46px rgba(7, 22, 34, .12); background: var(--sfc-sky); }
.sfc-intro-split__figure img { width: 100%; height: 100%; object-fit: cover; }
.sfc-intro-split__figure--1 { align-self: end; height: clamp(300px, 38vw, 520px); }
.sfc-intro-split__figure--2 { align-self: start; height: clamp(300px, 34vw, 480px); margin-top: -50px; }
.sfc-check-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 14px; }
.sfc-check-list li { position: relative; padding-left: 38px; color: var(--sfc-blue-dark); font-weight: 600; }
.sfc-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .1em;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24, 58, 89, .25);
  border-radius: 50%;
  color: var(--sfc-blue-dark);
  font-size: .78rem;
  font-weight: 900;
  box-shadow: 0 2px 9px rgba(7,22,34,.06);
}

/* Dark solution cards */
.sfc-solutions-grid-section {
  padding-top: clamp(72px, 9vw, 132px);
  padding-bottom: clamp(76px, 9vw, 138px);
  background: #202326;
}
.sfc-solutions-grid-section .sfc-section-heading { max-width: 980px; }
.sfc-solutions-grid-section .sfc-section-heading h2 { color: var(--sfc-white); }
.sfc-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
}
.sfc-solution-card {
  overflow: hidden;
  background: #2a2e32;
  color: var(--sfc-white);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(0,0,0,.18);
  transition: transform .22s ease, box-shadow .22s ease;
}
.sfc-solution-card:hover { transform: translateY(-6px); box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.sfc-solution-card__image { aspect-ratio: 1.38 / 1; overflow: hidden; background: #16191c; }
.sfc-solution-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sfc-solution-card:hover .sfc-solution-card__image img { transform: scale(1.045); }
.sfc-solution-card__body { padding: clamp(24px, 3vw, 38px); text-align: center; }
.sfc-solution-card h3 { color: var(--sfc-white); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.02; }
.sfc-solution-card ul { list-style: none; margin: 18px 0 24px; padding: 0; display: grid; gap: 4px; }
.sfc-solution-card li { font-size: .96rem; font-weight: 700; line-height: 1.45; }
.sfc-solution-card li::before { content: "✓ "; color: var(--sfc-white); }

/* Red lifestyle section */
.sfc-lifestyle-section,
.sfc-articles-section {
  position: relative;
}

.sfc-lifestyle-section {
  padding-top: clamp(112px, 10vw, 178px);
  padding-bottom: clamp(126px, 9vw, 168px);
  background: var(--sfc-red);
  color: var(--sfc-white);
  overflow: visible;
  isolation: isolate;
}

.sfc-brush {
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(58px, 6vw, 94px);
  pointer-events: none;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.sfc-brush--top {
  top: calc(clamp(58px, 6vw, 94px) * -1 + 1px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 96' preserveAspectRatio='none'%3E%3Cpath fill='%23202326' d='M0 0H1440V58c-58-8-118-9-178-4-63 5-125 16-188 13-77-4-147-24-224-19-82 5-155 33-237 30-72-2-139-25-211-22-75 4-145 33-220 31-71-2-137-29-208-27-66 2-126 25-193 28-83 4-166-16-249-11-46 3-89 13-132 19V0Z'/%3E%3C/svg%3E");
}

.sfc-brush--top::after {
  content: none;
}

.sfc-lifestyle-section__intro {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.sfc-lifestyle-section__logo {
  display: block;
  width: clamp(92px, 7.2vw, 124px);
  margin: 0 auto clamp(20px, 2.3vw, 30px);
}

.sfc-lifestyle-section__intro h2 {
  max-width: 900px;
  margin-inline: auto;
  color: var(--sfc-white);
  font-size: clamp(2.05rem, 3.1vw, 3.45rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.sfc-lifestyle-section__intro .sfc-rich-text {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(255,255,255,.94);
  font-weight: 800;
  line-height: 1.45;
}

.sfc-lifestyle-section__intro .sfc-actions {
  justify-content: center;
  margin-top: clamp(26px, 3vw, 40px);
}

.sfc-lifestyle-cards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
  max-width: 980px;
  margin: clamp(58px, 6vw, 82px) auto calc(clamp(122px, 9vw, 166px) * -1);
}

.sfc-lifestyle-card {
  position: relative;
  min-height: clamp(388px, 33vw, 468px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 7px;
  color: var(--sfc-white);
  background: #061523;
  box-shadow: 0 18px 44px rgba(7,22,34,.24);
}

.sfc-lifestyle-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  object-fit: cover;
  object-position: center;
}

.sfc-lifestyle-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7,22,34,0) 0%, rgba(7,22,34,.24) 42%, rgba(7,22,34,.94) 66%, #061523 100%);
}

.sfc-lifestyle-card__body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(22px, 2.6vw, 34px);
}

.sfc-lifestyle-card h3 {
  max-width: 250px;
  color: var(--sfc-white);
  font-size: clamp(1.35rem, 1.8vw, 1.72rem);
  line-height: 1.05;
  letter-spacing: -.02em;
}

.sfc-lifestyle-card p {
  max-width: 260px;
  color: rgba(255,255,255,.96);
  font-weight: 700;
  line-height: 1.34;
}

.sfc-lifestyle-card__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.28);
  color: var(--sfc-white);
  font-weight: 700;
}

.sfc-lifestyle-card__link::after {
  content: "›";
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  margin-left: auto;
  color: var(--sfc-blue-dark);
  background: var(--sfc-white);
  border-radius: 50%;
  font-weight: 900;
}

/* Difference video and features */
.sfc-difference-section { padding-top: clamp(116px, 10vw, 170px); }
.sfc-lifestyle-section + .sfc-difference-section { padding-top: clamp(154px, 12vw, 224px); }
.sfc-difference-section__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .95fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}
.sfc-video-card { position: relative; overflow: hidden; border-radius: 8px; background: var(--sfc-blue-dark); box-shadow: var(--sfc-shadow); }
.sfc-video-card::before { content: ""; display: block; aspect-ratio: 16 / 9; }
.sfc-video-card iframe,
.sfc-video-card video,
.sfc-video-card img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: cover; }
.sfc-difference-features { display: grid; gap: 22px; }
.sfc-difference-feature { display: grid; grid-template-columns: 38px 1fr; gap: 16px; align-items: start; }
.sfc-difference-feature__icon { width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid var(--sfc-red); border-radius: 50%; color: var(--sfc-red); font-size: 1rem; font-weight: 900; }
.sfc-difference-feature h3 { display: inline; margin: 0; color: var(--sfc-blue-dark); font-size: 1rem; letter-spacing: 0; line-height: 1.3; }
.sfc-difference-feature p { display: inline; margin: 0; color: var(--sfc-black); font-size: .98rem; line-height: 1.48; }

/* Conditions section */
.sfc-conditions-section { padding-top: clamp(70px, 8vw, 118px); padding-bottom: clamp(78px, 9vw, 132px); overflow: hidden; }
.sfc-conditions-section.sfc-bg-light_blue { background: var(--sfc-light-blue); }
.sfc-conditions-slider { position: relative; margin-top: clamp(22px, 3vw, 42px); }
.sfc-conditions-slider__viewport {
  overflow: hidden;
  padding: 2px 0 10px;
}
.sfc-conditions-track {
  --sfc-condition-gap: clamp(22px, 3vw, 42px);
  --sfc-condition-visible: 4;
  display: flex;
  gap: var(--sfc-condition-gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.sfc-conditions-track::-webkit-scrollbar { display: none; }
.sfc-condition-card {
  min-height: clamp(220px, 20vw, 292px);
  flex: 0 0 calc((100% - (var(--sfc-condition-gap) * (var(--sfc-condition-visible) - 1))) / var(--sfc-condition-visible));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 26px;
  color: var(--sfc-blue-dark);
  background: var(--sfc-white);
  border: 0;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(7,22,34,.08);
  scroll-snap-align: start;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
a.sfc-condition-card,
button.sfc-condition-card { font: inherit; text-decoration: none; }
a.sfc-condition-card:hover,
button.sfc-condition-card:hover,
a.sfc-condition-card:focus-visible,
button.sfc-condition-card:focus-visible {
  color: var(--sfc-blue-dark);
  transform: translateY(-5px);
  box-shadow: var(--sfc-shadow);
  outline: none;
}
.sfc-condition-card img { width: clamp(76px, 8vw, 128px); height: clamp(76px, 8vw, 128px); object-fit: contain; }
.sfc-condition-card h3 { margin: 0; font-size: clamp(.95rem, 1vw, 1.1rem); letter-spacing: -.02em; line-height: 1.18; }
.sfc-conditions-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--sfc-red);
  background: var(--sfc-white);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(7,22,34,.16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .18s ease, opacity .18s ease;
}
.sfc-conditions-slider__arrow span { display: block; margin-top: -2px; font-size: 34px; font-weight: 800; line-height: 1; }
.sfc-conditions-slider__arrow--prev { left: -23px; }
.sfc-conditions-slider__arrow--next { right: -23px; }
.sfc-conditions-slider__arrow:hover { transform: translateY(-50%) scale(1.06); }
.sfc-conditions-slider__arrow:disabled { opacity: .38; cursor: default; pointer-events: none; }
.sfc-condition-drawer {
  position: fixed;
  inset: 0;
  z-index: 30000;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity .24s ease, visibility .24s ease;
}
.sfc-condition-drawer.is-open { opacity: 1; pointer-events: auto; visibility: visible; }
.sfc-condition-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 33, .78);
  border: 0;
  cursor: pointer;
}
.sfc-condition-drawer__panel {
  position: relative;
  width: min(520px, 100%);
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  background: var(--sfc-white);
  box-shadow: -28px 0 70px rgba(0,0,0,.2);
  transform: translateX(100%);
  transition: transform .28s ease;
}
.sfc-condition-drawer.is-open .sfc-condition-drawer__panel { transform: translateX(0); }
.sfc-condition-drawer__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--sfc-white);
  background: var(--sfc-red);
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
.sfc-condition-detail__image { aspect-ratio: 2.65 / 1; overflow: hidden; background: var(--sfc-sky); }
.sfc-condition-detail__image img { width: 100%; height: 100%; object-fit: cover; }
.sfc-condition-detail__content { padding: clamp(24px, 3vw, 34px); }
.sfc-condition-detail h3 { margin: 0 0 18px; color: var(--sfc-blue-dark); font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.12; letter-spacing: -.03em; }
.sfc-condition-detail__text { color: var(--sfc-black); font-size: 1rem; line-height: 1.58; }
.sfc-condition-detail__text p { margin: 0 0 1rem; }
.sfc-condition-detail__content .sfc-btn { margin-top: 14px; }
body.sfc-condition-drawer-open { overflow: hidden; }

/* Articles + newsletter */
.sfc-articles-section { padding-top: clamp(96px, 9vw, 146px); padding-bottom: clamp(70px, 8vw, 126px); }
.sfc-articles-section .sfc-brush--top {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 96' preserveAspectRatio='none'%3E%3Cpath fill='%232096d3' d='M0 0H1440V58c-58-8-118-9-178-4-63 5-125 16-188 13-77-4-147-24-224-19-82 5-155 33-237 30-72-2-139-25-211-22-75 4-145 33-220 31-71-2-137-29-208-27-66 2-126 25-193 28-83 4-166-16-249-11-46 3-89 13-132 19V0Z'/%3E%3C/svg%3E");
}
.sfc-articles-section .sfc-brush--top::after { content: none; }
.sfc-articles-section__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: clamp(34px, 5vw, 64px);
}
.sfc-articles-section__head h2 { color: var(--sfc-white); }
.sfc-articles-section__head p { color: rgba(255,255,255,.9); margin: 0; }
.sfc-articles-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2vw, 34px); }
.sfc-article-card { overflow: hidden; display: flex; flex-direction: column; background: var(--sfc-white); color: var(--sfc-black); border-radius: 8px; box-shadow: 0 16px 34px rgba(7,22,34,.12); }
.sfc-article-card__image { aspect-ratio: 1.45 / 1; overflow: hidden; background: var(--sfc-sky); }
.sfc-article-card__image img { width: 100%; height: 100%; object-fit: cover; }
.sfc-article-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: clamp(18px, 2vw, 26px); }
.sfc-article-card h3 { color: var(--sfc-red); font-size: clamp(1.08rem, 1.3vw, 1.38rem); letter-spacing: -.02em; line-height: 1.12; }
.sfc-article-card p { color: var(--sfc-black); font-size: .95rem; line-height: 1.45; }
.sfc-article-card .sfc-btn { margin-top: auto; }
.sfc-newsletter-bar { padding: 24px 0; }
.sfc-newsletter-bar__inner { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.85fr); gap: 26px; align-items: center; }
.sfc-newsletter-bar h2 { margin: 0; color: var(--sfc-white); font-size: clamp(1.2rem, 1.4vw, 1.55rem); letter-spacing: -.02em; }
.sfc-newsletter-bar__form form,
.sfc-newsletter-bar__form .wpcf7-form,
.sfc-newsletter-bar__form form > p { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 12px; align-items: center; margin: 0; }
.sfc-newsletter-bar input[type="text"],
.sfc-newsletter-bar input[type="email"],
.sfc-newsletter-bar input[type="tel"] { width: 100%; min-height: 44px; padding: 10px 14px; border: 0; border-radius: 4px; background: var(--sfc-white); color: var(--sfc-black); font-size: .95rem; }
.sfc-newsletter-bar .sfc-btn,
.sfc-newsletter-bar input[type="submit"],
.sfc-newsletter-bar button { min-height: 44px; padding: 10px 34px; border: 0; border-radius: 4px; color: var(--sfc-white); background: var(--sfc-red); font-weight: 900; cursor: pointer; }

@media (max-width: 1200px) {
  .sfc-awards-strip__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sfc-articles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .home .sfc-home-banner,
  .page-template-template-home .sfc-home-banner { min-height: clamp(500px, 68vh, 760px); padding: clamp(82px, 12vw, 130px) 0; }
  .sfc-home-banner__overlay { background: linear-gradient(180deg, rgba(7, 22, 34, .22) 0%, var(--sfc-banner-overlay) 42%, rgba(7, 22, 34, .74) 100%); }
  .sfc-home-banner__content { max-width: 760px; }
  .sfc-intro-split__grid,
  .sfc-difference-section__grid { grid-template-columns: 1fr; }
  .sfc-intro-split--image-left .sfc-intro-split__content { order: 0; }
  .sfc-intro-split__media { max-width: 760px; margin-inline: auto; width: 100%; }
  .sfc-solutions-grid,
  .sfc-lifestyle-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sfc-lifestyle-cards .sfc-lifestyle-card:last-child { grid-column: 1 / -1; max-width: 520px; width: 100%; margin-inline: auto; }
  .sfc-conditions-track { --sfc-condition-visible: 2; }
}
@media (max-width: 760px) {
  .home .sfc-home-banner,
  .page-template-template-home .sfc-home-banner { align-items: flex-end; min-height: 560px; padding: 120px 0 72px; }
  .sfc-home-banner__content h1 { font-size: clamp(2.25rem, 12vw, 4rem); }
  .sfc-home-banner__text { font-size: 1.02rem; line-height: 1.55; }
  .sfc-home-banner--align-left .sfc-actions,
  .sfc-home-banner--align-right .sfc-actions,
  .sfc-home-banner--align-center .sfc-actions { justify-content: stretch; }
  .sfc-home-banner--align-right .sfc-home-banner__inner,
  .sfc-home-banner--align-center .sfc-home-banner__inner,
  .sfc-home-banner--align-left .sfc-home-banner__inner { justify-content: flex-start; text-align: left; }
  .sfc-awards-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sfc-intro-split__media { grid-template-columns: 1fr; min-height: 0; }
  .sfc-intro-split__figure--1,
  .sfc-intro-split__figure--2 { height: auto; margin-top: 0; }
  .sfc-intro-split__figure img { aspect-ratio: 4 / 3; }
  .sfc-solutions-grid,
  .sfc-lifestyle-cards,
  .sfc-articles-grid { grid-template-columns: 1fr; }
  .sfc-conditions-track { --sfc-condition-visible: 1; }
  .sfc-conditions-slider__arrow { width: 40px; height: 40px; }
  .sfc-conditions-slider__arrow--prev { left: -14px; }
  .sfc-conditions-slider__arrow--next { right: -14px; }
  .sfc-lifestyle-section { padding-top: 86px; padding-bottom: 72px; overflow: hidden; }
  .sfc-lifestyle-cards { margin: 38px auto 0; }
  .sfc-lifestyle-card { min-height: 420px; }
  .sfc-lifestyle-cards .sfc-lifestyle-card:last-child { grid-column: auto; max-width: none; }
  .sfc-lifestyle-section + .sfc-difference-section { padding-top: clamp(72px, 12vw, 110px); }
  .sfc-articles-section__head { grid-template-columns: 1fr; align-items: start; }
  .sfc-newsletter-bar__inner { grid-template-columns: 1fr; }
  .sfc-newsletter-bar__form form,
  .sfc-newsletter-bar__form .wpcf7-form,
  .sfc-newsletter-bar__form form > p { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .sfc-awards-strip__grid { grid-template-columns: 1fr; }
  .sfc-award-card { max-width: 250px; margin-inline: auto; }
  .sfc-condition-card { min-height: 210px; }
  .sfc-condition-drawer__panel { width: 100%; }
}

/* Keep the complete banner video visible on tablet and mobile screens. */
@media (max-width: 991px) {
  .home .sfc-home-banner--has-video,
  .page-template-template-home .sfc-home-banner--has-video {
    min-height: 0;
    aspect-ratio: 16 / 9;
    padding: 0;
  }

  .sfc-home-banner--has-video .sfc-home-banner__video {
    display: block;
    object-fit: contain;
  }
}

/* Swiper sliders: conditions + dark solutions */
.sfc-swiper-wrap {
  position: relative;
  margin-top: clamp(22px, 3vw, 42px);
}

.sfc-swiper-wrap .swiper {
  width: 100%;
  padding: 2px 0 12px;
  overflow: hidden;
}

.sfc-swiper-wrap .swiper-wrapper {
  align-items: stretch;
}

.sfc-swiper-wrap .swiper-slide {
  height: auto;
  display: flex;
}

.sfc-solutions-slider .swiper-slide,
.sfc-conditions-slider .swiper-slide {
  min-width: 0;
}

.sfc-solutions-slider .sfc-solution-card,
.sfc-conditions-slider .sfc-condition-card {
  width: 100%;
  height: 100%;
}

.sfc-solutions-slider .sfc-solution-card {
  display: flex;
  flex-direction: column;
}

.sfc-solutions-slider .sfc-solution-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

.sfc-solutions-slider .sfc-solution-card__body .sfc-btn {
  margin-top: auto;
}

.sfc-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  color: var(--sfc-red);
  background: var(--sfc-white);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(7, 22, 34, .18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
}

.sfc-slider-arrow span {
  display: block;
  margin-top: -3px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.sfc-slider-arrow--prev { left: -25px; }
.sfc-slider-arrow--next { right: -25px; }
.sfc-slider-arrow:hover { transform: translateY(-50%) scale(1.06); box-shadow: 0 20px 48px rgba(7, 22, 34, .24); }
.sfc-slider-arrow.swiper-button-disabled { opacity: .35; cursor: default; pointer-events: none; }

.sfc-slider-pagination {
  display: none;
  position: static;
  margin-top: 22px;
  text-align: center;
}

.sfc-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background: rgba(255,255,255,.72);
  opacity: 1;
}

.sfc-slider-pagination .swiper-pagination-bullet-active {
  background: var(--sfc-red);
  transform: scale(1.15);
}

.sfc-solutions-grid-section .sfc-slider-pagination .swiper-pagination-bullet {
  background: rgba(255,255,255,.38);
}

.sfc-solutions-grid-section .sfc-slider-pagination .swiper-pagination-bullet-active {
  background: var(--sfc-red);
}

.sfc-conditions-slider .sfc-condition-card {
  flex: none;
}

.sfc-swiper-fallback .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
}

.sfc-conditions-slider.sfc-swiper-fallback .swiper-wrapper {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sfc-swiper-fallback .swiper-slide { display: flex; }
.sfc-swiper-fallback .sfc-slider-arrow,
.sfc-swiper-fallback .sfc-slider-pagination { display: none; }

@media (max-width: 1120px) {
  .sfc-slider-arrow { display: none; }
  .sfc-slider-pagination { display: block; }
  .sfc-swiper-wrap .swiper { padding-bottom: 4px; }
}

@media (max-width: 900px) {
  .sfc-swiper-fallback .swiper-wrapper,
  .sfc-conditions-slider.sfc-swiper-fallback .swiper-wrapper { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .sfc-swiper-fallback .swiper-wrapper,
  .sfc-conditions-slider.sfc-swiper-fallback .swiper-wrapper { grid-template-columns: 1fr; }
  .sfc-slider-pagination { margin-top: 18px; }
}

/* Stable circular CTA arrows across lifestyle cards */
.sfc-lifestyle-card__link::after {
  content: "\2192";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  transform: translateX(1px);
}
