/** Shopify CDN: Minification failed

Line 899:26 Unterminated string token

**/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400&display=swap");

.shopify-section.section-sg-av4-hero,
.shopify-section.section-sg-av4-difference,
.shopify-section.section-sg-av4-promise,
.shopify-section.section-sg-av4-values,
.shopify-section.section-sg-av4-practices,
.shopify-section.section-sg-av4-cta {
  margin: 0;
}
.shopify-section.section-sg-av4-values {
  overflow: hidden;
}
.sg-av4 {
  --sg-cream: #fcf8ee;
  --sg-green: #28674b;
  --sg-green-2: #2d7254;
  --sg-ink: #1a1a1a;
  --sg-body: #2d2d2d;
  --sg-gold: #ffac0a;
  --sg-white: #ffffff;
  --sg-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sg-sans: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sg-pad-x: 20px;
  box-sizing: border-box;
  color: var(--sg-ink);
  font-family: var(--sg-sans);
}
.sg-av4 *,
.sg-av4 *::before,
.sg-av4 *::after {
  box-sizing: border-box;
}
.sg-av4 img {
  max-width: 100%;
  display: block;
}
.sg-av4 h1,
.sg-av4 h2,
.sg-av4 h3,
.sg-av4 p {
  margin: 0;
}
.sg-av4 a {
  text-decoration: none;
}
.sg-av4__inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding:0px;
  box-sizing: border-box;
}

.sg-av4__eyebrow {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 15%;
  text-transform: uppercase;
  color: var(--sg-green-2);
}
.sg-av4__title {
  font-family: var(--sg-serif);
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.6px;
  color: var(--sg-ink);
}
.sg-av4__rule {
  width: 60px;
  height: 3px;
  background: var(--sg-green);
  border: 0;
  margin: 0;
}
.sg-av4__copy {
  font-family: var(--sg-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--sg-body);
}
.sg-av4__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 24px;
  font-family: var(--sg-sans);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: opacity 0.2s ease;
}
.sg-av4__btn:hover {
  opacity: 0.92;
}
.sg-av4__btn--solid {
  background: var(--sg-green);
  color: var(--sg-white);
  width: 100%;
}
.sg-av4__btn--outline {
  background: transparent;
  color: var(--sg-green);
  border-color: var(--sg-green);
  width: 100%;
}
.sg-av4__btn--gold {
  background: var(--sg-gold);
  color: var(--sg-green-2);
  width: auto;
  border-radius: 39px;
  padding: 10px 21px;
  min-height: 46px;
  font-size: 12px;
}
.sg-av4__btn-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: block;
}
.sg-av4__btn-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.sg-av4__btn-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}
.sg-av4__media {
  overflow: hidden;
  position: relative;
}
.sg-av4__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero — one section: mobile stack + desktop fade */
.sg-av4--hero {
  position: relative;
  background: var(--sg-cream);
  overflow: hidden;
}
.sg-av4__hero-bg,
.sg-av4__hero-fade {
  display: none;
}
.sg-av4__hero {
  position: relative;
  z-index: 2;
  padding: 32px 20px 40px;
}
.sg-av4__hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 690px;
}
.sg-av4__hero-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  width: 100%;
}
.sg-av4__hero-kicker {
  color: #192e15;
  letter-spacing: 1.44px;
}
.sg-av4__hero-title {
  font-family: var(--sg-serif);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: var(--sg-green);
  margin: 0;
}
.sg-av4__hero-sub {
  font-family: var(--sg-serif);
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.26px;
  color: var(--sg-ink);
  margin: 0;
}
/* Desktop rule — hidden on mobile per Figma */
.sg-av4__hero-rule {
  display: none;
}
.sg-av4__hero-body {
  width: 100%;
  max-width: 619px;
}
.sg-av4__hero-mobile-media {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.sg-av4__hero-mobile-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(252, 248, 238, 0.5) 0%, rgba(252, 248, 238, 0) 100%);
  pointer-events: none;
}
.sg-av4__hero-mobile-media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.sg-av4__hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: 100%;
}
.sg-av4__hero-outline {
  display: inline-flex;
}
.sg-av4__hero-link {
  display: none;
}
.sg-av4__btn-icon--desktop {
  display: none;
}

/* Difference — image left + cream text panel right */
.sg-av4--difference {
  background: var(--sg-cream);
}
.sg-av4__diff {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 0;
}
.sg-av4__diff-media {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.sg-av4__diff-media img,
.sg-av4__diff-media-placeholder {
  width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.sg-av4__diff-media-placeholder {
  background: #fff;
}
.sg-av4__diff-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.sg-av4__diff-eyebrow {
  color: var(--sg-green-2);
  
}
.sg-av4__diff-title {
  font-family: var(--sg-serif);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.56px;
  color: var(--sg-ink);
}
.sg-av4__diff-title .sg-av4__accent {
  font-style: normal;
  color: var(--sg-green-2);
}
.sg-av4__diff-rule {
  width: 60px;
  height: 3px;
}
.sg-av4__diff-body {
  color: var(--sg-body);
}

/* Promise */
.sg-av4--promise {
  background: var(--sg-white);
}
.sg-av4__promise {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 20px;
}
.sg-av4__promise-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.sg-av4__promise-media {
  width: 100%;
  height: 312px;
  border-radius: 15px;
}
.sg-av4__promise-media img {
  width: 100%;
  height: 312px;
  object-fit: cover;
}
.sg-av4__table-wrap {
  width: 100%;
  background: var(--sg-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.sg-av4__table {
  width: 100%;
  border-collapse: collapse;
}
.sg-av4__table th,
.sg-av4__table td {
  padding: 12px 18px;
  text-align: left;
  font-size: 13px;
  line-height: 1.3;
  border-bottom: 1px solid #ececec;
}
.sg-av4__table thead th {
  background: var(--sg-green-2);
  color: var(--sg-white);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sg-av4__table thead th:first-child {
  background: #1f4f3a;
}
.sg-av4__table tbody th {
  font-weight: 500;
  color: var(--sg-ink);
}
.sg-av4__check,
.sg-av4__cross {
  display: inline-flex;
  width: 22px;
  height: 22px;
}
.sg-av4__check {
  color: var(--sg-green-2);
}
.sg-av4__cross {
  color: #d11f1f;
}

/* Core values / product slider */
.sg-av4--values {
  overflow: hidden;
  background: var(--sg-cream);
}
.sg-av4__values {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 0 48px;
  padding-left: var(--sg-pad-x);
  padding-right: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}
.sg-av4__values-intro {
  width: 45%;
  padding-right: var(--sg-pad-x);
  box-sizing: border-box;
}
.sg-av4__values-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  p{
    width:292px;
  }
}
.sg-av4__values-head .sg-av4__rule {
  display: none;
}
.sg-av4__values-cta {
  margin-bottom: 0;
}
.sg-av4__values-cta .sg-av4__btn--solid {
  width: 100%;
}
.sg-av4__values-cta .sg-av4__btn-icon {
  display: none;
}
.sg-av4__values-slider {
  position: relative;
  min-width: 0;
  width: 100%;
}
.sg-av4__values-stage {
  position: relative;
  min-width: 0;
}
.sg-av4__values-viewport {
  overflow: hidden;
  min-width: 0;
}
.sg-av4__values-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-right: var(--sg-pad-x);
  padding-bottom: 4px;
}
.sg-av4__values-track::-webkit-scrollbar {
  display: none;
}
.sg-av4__value-card {
  flex: 0 0 min(260px, calc(100vw - 56px));
  width: min(260px, calc(100vw - 56px));
  scroll-snap-align: start;
  background: var(--sg-white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.sg-av4__value-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.sg-av4__value-img {
  width: 100%;
  height: 188px;
  overflow: hidden;
  background: #f3f3f3;
  border-radius: 12px 12px 0 0;
}
.sg-av4__value-img img,
.sg-av4__value-placeholder {
  width: 100%;
  height: 188px;
  object-fit: cover;
  display: block;
}
.sg-av4__value-body {
  position: relative;
  padding: 12px 16px 16px;
  min-height: 99px;
  flex: 1;
}
.sg-av4__value-title {
  font-family: var(--sg-sans);
  font-weight: 600;
  font-size: 11px;
  line-height: 19px;
  color: var(--sg-green-2);
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sg-av4__value-text {
  font-family: var(--sg-sans);
  font-weight: 400;
  font-size: 10px;
  line-height: 17px;
  color: var(--sg-body);
  padding-right: 36px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sg-av4__value-go {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--sg-gold);
  color: var(--sg-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-av4__value-go img,
.sg-av4__value-go svg {
  width: 14px;
  height: 14px;
  display: block;
  object-fit: contain;
}
.sg-av4__values-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 20px;
  padding-right: var(--sg-pad-x);
}
.sg-av4__values-nav-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sg-av4__nav-btn {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: var(--sg-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  padding: 0;
  z-index: 3;
  flex-shrink: 0;
}
.sg-av4__nav-btn--prev,
.sg-av4__nav-btn--next {
  display: none;
}
.sg-av4__nav-btn--mobile {
  display: flex;
}
.sg-av4__nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.sg-av4__nav-btn svg,
.sg-av4__nav-btn .sg-av4__nav-icon {
  width: 29px;
  height: 29px;
  display: block;
  object-fit: contain;
}
.sg-av4__nav-icon--prev {
  transform: rotate(180deg);
}
.sg-av4__dots {
  display: none;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.sg-av4__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.sg-av4__dot.is-active {
  background: var(--sg-green);
}

/* Good practices */
.sg-av4--practices {
  background: var(--sg-green-2);
  color: var(--sg-white);
}
.sg-av4__practices {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 0;
}
.sg-av4__practices-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.sg-av4__practices-head .sg-av4__eyebrow {
  color: var(--sg-gold);
}
.sg-av4__practices-head .sg-av4__title {
  color: var(--sg-white);
}
.sg-av4__practices-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sg-av4__practices-copy .sg-av4__copy {
  color: var(--sg-white);
}
.sg-av4__practices-media {
  width: 100%;
  max-width: 328px;
  height: 513px;
  border-radius: 12px;
  margin: 0 auto;
}
.sg-av4__practices-media img {
  width: 100%;
  height: 513px;
  object-fit: cover;
}

/* CTA */
.sg-av4--cta {
  background: #fff;
}
.sg-av4__cta {
  padding: 32px 20px 40px;
    background: #fff;

}
.sg-av4__cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 0;
  background: transparent;
  color: #fff;
  isolation: isolate;
}
.sg-av4__cta-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
  background-color: #393939;
}
.sg-av4__cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
   opacity: 0.50;
  mix-blend-mode: darken;
  pointer-events: none;
}
.sg-av4__cta-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  padding: 36px 20px 28px;
  box-sizing: border-box;
  gap: 24px;
}
.sg-av4__cta-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  width: 100%;
  max-width: 340px;
}
.sg-av4__cta-kicker {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 70%;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
  margin: 0;
}
.sg-av4__cta-title {
  font-family: var(--sg-serif);
  font-weight: 600;
  font-size: clamp(28px, 8vw, 34px);
  line-height: 1.1;
  color: #fff;
  margin: 0;
}
.sg-av4__cta-title p {
  margin: 0;
}
.sg-av4__cta-title em {
  font-family: var(--sg-serif);
  font-style: italic;
  font-weight: 400;
  display: block;
}
.sg-av4__cta-text {
  font-family: var(--sg-sans);
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.85;
  max-width: 300px;
  color: #fff;
  margin: 0;
}
.sg-av4__cta-copy .sg-av4__btn--gold {
  margin-top: 4px;
  min-height: 44px;
  padding: 12px 22px;
  font-size: 12px;
  color: #222;
  background: #ffac0a;
  border-radius: 40px;
  gap: 8px;
}
.sg-av4__cta-products {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 340px;
  margin-top: auto;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sg-av4__cta-product-img {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

@media screen and (min-width: 750px) {
  .sg-av4 {
    --sg-pad-x: 94px;
  }
  .sg-av4__title {
    font-size: clamp(40px, 4vw, 52px);
    line-height: 1.2;
  }
  .sg-av4__copy {
    font-size: 16px;
    line-height: 32px;
  }
  .sg-av4__btn--solid,
  .sg-av4__btn--outline {
    width: auto;
    min-width: 253px;
    height: 46px;
    min-height: 46px;
  }

  .sg-av4--hero {
    min-height: 651px;
  }
  .sg-av4--hero-has-image .sg-av4__hero-bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 42%;
    z-index: 0;
    overflow: hidden;
  }
  .sg-av4__hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .sg-av4--hero-has-image .sg-av4__hero-fade {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 62%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      var(--sg-cream) 0%,
      var(--sg-cream) 58%,
      rgba(252, 248, 238, 0.92) 72%,
      rgba(252, 248, 238, 0.45) 86%,
      rgba(252, 248, 238, 0) 100%
    );
  }
  .sg-av4__hero {
    display: block;
    padding: 90px 0 100px;
    min-height: 651px;
  }
  .sg-av4__hero-content {
    gap: 18px;
    max-width: 640px;
  }
  .sg-av4__hero-meta {
    gap: 0px;
  }
  .sg-av4__hero-mobile-media {
    display: none;
  }
  .sg-av4__hero-rule {
    display: block;
    width: 83px;
    height: 4px;
    margin: 8px 0 4px;
  }
  .sg-av4__hero-title {
    font-size: 62px;
    line-height: 75px;
    letter-spacing: -1px;
  }
  .sg-av4__hero-sub {
    font-size: 42px;
    line-height: 52px;
    max-width: 640px;
  }
  .sg-av4__hero-body {
    font-size: 16px;
    line-height: 32px;
    max-width: 619px;
  }
  .sg-av4__hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 28px;
    width: auto;
    margin-top: 12px;
  }
  .sg-av4__hero-outline {
    display: none;
  }
  .sg-av4__hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--sg-sans);
    font-weight: 500;
    font-size: 16px;
    line-height: 202%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #28674B;
    text-decoration: underline;
    text-underline-offset: 5px;
    border-bottom: 1px solid #28674B;
    font-family: 'Poppins;
  }
  .sg-av4__btn-icon--desktop {
    display: block;
  }

  .sg-av4--difference {
    background: #fff;
  }
  .sg-av4__diff {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    padding: 80px 0 95px;
    overflow: hidden;
    border-radius: 15px;
  }
  .sg-av4__diff-media {
    height: 478px;
    border-radius: 15px 0 0 15px;
    background: #fff;
  }
  .sg-av4__diff-media img,
  .sg-av4__diff-media-placeholder {
    height: 478px;
    width: 100%;
    object-fit: contain;
    object-position: center;
  }
  .sg-av4__diff-panel {
    background: var(--sg-cream);
    border-radius: 0 15px 15px 0;
    padding: 56px 54px;
    justify-content: center;
    gap: 20px;
    min-height: 478px;
  }
  .sg-av4__diff-title {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.6px;
  }
  .sg-av4__diff-rule {
    width: 83px;
    height: 4px;
  }
  .sg-av4__diff-body {
    font-size: 16px;
    line-height: 32px;
    max-width: 491px;
  }

  .sg-av4__promise {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 573px);
    gap: 78px;
    align-items: center;
    padding: 0px 0 80px;
  }
  .sg-av4__promise-media {
    display: block;
    width: 100%;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
  }
  .sg-av4__promise-media img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 15px;
  }
  .sg-av4__promise-copy .sg-av4__title {
    font-size: 52px;
    line-height: 1.15;
  }

  .sg-av4__values {
     /* display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr); */
    display:flex;
    flex-direction:row;
    gap: 0px;
    align-items: start;
    padding: 90px 0 80px;
    padding-left: max(var(--sg-pad-x), calc((100vw - 1440px) / 2 + var(--sg-pad-x)));
    padding-right: 0;
  }
  .sg-av4__values-intro {
    padding-right: 0;
    margin-top:40px;
  }
  .sg-av4__values-head {
    margin-bottom: 24px;
  }
  .sg-av4__values-head .sg-av4__rule {
    display: block;
  }
  .sg-av4__values-cta {
    margin-bottom: 0;
  }
  .sg-av4__values-cta .sg-av4__btn--solid {
    width: auto;
  }
  .sg-av4__values-cta .sg-av4__btn-icon {
    display: block;
  }
  .sg-av4__values-slider {
    --sg-card-w: 380px;
    --sg-card-gap: 20px;
    --sg-two-cards: calc(var(--sg-card-w) * 2 + var(--sg-card-gap));
    width: 100%;
    min-width: 0;
  }
  .sg-av4__values-stage {
    position: relative;
  }
  .sg-av4__values-viewport {
    overflow: hidden;
  }
  .sg-av4__values-track {
    padding-right: 40px;
    gap: var(--sg-card-gap);
  }
  .sg-av4__values-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--sg-card-w);
    max-width: var(--sg-card-w);
    margin-top: 24px;
    margin-left: 0;
    padding-right: 0;
  }
  .sg-av4__values-nav-btns,
  .sg-av4__nav-btn--mobile {
    display: none;
  }
  .sg-av4__nav-btn--prev,
  .sg-av4__nav-btn--next {
    display: flex;
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }
  /* Prev sits on the left edge of the first card */
  .sg-av4__nav-btn--prev {
    left: 0;
    transform: translate(-55%, -50%);
  }
  /* Next sits on the right edge of the second card */
  .sg-av4__nav-btn--next {
    left: var(--sg-two-cards);
    right: auto;
    transform: translate(-60%, -50%);
  }
  .sg-av4__dots {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .sg-av4__value-card {
    flex: 0 0 var(--sg-card-w);
    width: var(--sg-card-w);
  }
  .sg-av4__value-img,
  .sg-av4__value-img img,
  .sg-av4__value-placeholder {
    height: 286px;
  }
  .sg-av4__value-body {
    min-height: 140px;
    padding: 18px 20px 18px;
  }
  .sg-av4__value-title {
    font-size: 16px;
    line-height: 28px;
  }
  .sg-av4__value-text {
    font-size: 14px;
    line-height: 24px;
    padding-right: 56px;
  }
  .sg-av4__value-go {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 20px;
  }
  .sg-av4__value-go img,
  .sg-av4__value-go svg {
    width: 22px;
    height: 22px;
  }

  .sg-av4__practices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 70px 0;
  }
  .sg-av4__practices-copy-wrap {
    order: 2;
  }
  .sg-av4__practices-media {
    order: 1;
    max-width: none;
    height: 520px;
    margin: 0;
  }
  .sg-av4__practices-media img {
    height: 520px;
  }
  .sg-av4__practices-head {
    align-items: flex-start;
    text-align: left;
  }

  .sg-av4__cta {
    padding: 48px 0 80px;
  }
  .sg-av4__cta-card {
    min-height: 413px;
    border-radius: 34px;
  }
  .sg-av4__cta-content {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    align-items: center;
    gap: 24px;
    min-height: 413px;
    padding: 0px 56px 0px 64px;
  }
  .sg-av4__cta-copy {
    align-items: flex-start;
    text-align: left;
    max-width: 640px;
    gap: 12px;
  }
 
  .sg-av4__cta-title {
    font-size: clamp(36px, 3.6vw, 52px);
    line-height: 1.12;
  }
  .sg-av4__cta-title em {
    display: inline;
  }
  .sg-av4__cta-text {
    font-size: 16px;
    line-height: 1.6;
    max-width: 480px;
    text-align: left;
  }
  .sg-av4__cta-copy .sg-av4__btn--gold {
    margin-top: 8px;
    min-height: 46px;
    padding: 12px 24px;
    font-size: 13px;
  }
  .sg-av4__cta-products {
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 0 0 auto;
    justify-self: end;
    align-items: center;
  }
  .sg-av4__cta-product-img {
    max-height: 360px;
  }
}
@media screen and (max-width: 749px) {
  .sg-av4__diff,
  .sg-av4__promise,
  .sg-av4__cta {
    padding-top: 32px;
    padding-bottom: 36px;
    padding-left:20px;
    padding-right:20px;
  }
  .sg-av4__diff-panel,
  .sg-av4__promise-copy {
    width: 100%;
    max-width: 100%;
  }
   .sg-av4__cta-kicker {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .sg-av4__cta-copy {
    max-width: 100%;
    padding: 0;
  }
  .sg-av4__values-nav {
    padding-right: var(--sg-pad-x);
    margin-top: 16px;
  }
  .sg-av4__practices-media {
    display: none;
  }
  .sg-av4__eyebrow{
    font-size:12px;
    font-weight:600;
  }
  .sg-av4__values-intro{
    width:65%;
    p{
      width:250px;
    }
  }
}