/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/whats-different/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * whats-different.scss
 *
 * Port of the Vital Farms Design System "What makes us different?" feature
 * strip. Tokens are scoped to the block and aliased to theme.json presets so
 * the rules read like the design-system source. The four-up grid collapses to
 * a peeking snap-scroll carousel under 820px — no JS, unlike the React source
 * which switched on matchMedia.
 */
.vtl-whats-different {
  position: relative;
  overflow: clip;
  color: var(--vtl-cream);
  padding: var(--vtl-space-80) var(--vtl-space-50);
  margin-block-start: 0 !important;
  background-color: var(--vtl-surface-dark);
  background-image: var(--vtl-wd-chalk);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.vtl-whats-different *,
.vtl-whats-different *::before,
.vtl-whats-different *::after {
  box-sizing: border-box;
}
.vtl-whats-different__intro {
  max-width: 44rem;
  margin: 0 auto var(--vtl-space-70);
  text-align: center;
}
.vtl-whats-different__heading {
  margin: 0 0 var(--vtl-space-50);
  font-family: var(--vtl-font-display);
  font-weight: 400;
  font-size: clamp(2.75rem, 6vw, var(--vtl-text-xl));
  line-height: 1.1;
  color: var(--vtl-cream);
}
.vtl-whats-different__body {
  margin: 0;
  font-family: var(--vtl-font-body);
  font-weight: 400;
  font-size: var(--vtl-text-medium);
  line-height: 1.5;
  color: color-mix(in srgb, var(--vtl-cream) 88%, transparent);
  text-wrap: pretty;
}
.vtl-whats-different__track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(var(--vtl-space-40), 2.4vw, var(--vtl-space-60));
  max-width: var(--vtl-wide-size);
  margin: 0 auto;
}
.vtl-whats-different__card {
  min-width: 0;
  margin: 0;
}
.vtl-whats-different__img-fpo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-family: var(--vtl-font-body);
  font-size: var(--vtl-text-small);
  text-align: center;
  color: var(--vtl-ink);
  background: repeating-linear-gradient(45deg, #e4ddcd, #e4ddcd 10px, #d8d0be 10px, #d8d0be 20px);
}
.vtl-whats-different__frame {
  position: relative;
  aspect-ratio: 0.82;
  margin-bottom: var(--vtl-space-50);
}
.vtl-whats-different__clip {
  position: absolute;
  inset: 0;
  overflow: clip;
  background: var(--vtl-cream);
  border-radius: var(--vtl-radius-lg);
  box-shadow: var(--vtl-shadow-natural);
}
.vtl-whats-different__photo {
  margin: 0;
  overflow: hidden;
  background: var(--vtl-cream);
}
.vtl-whats-different__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vtl-whats-different__photo.is-framed {
  border-radius: var(--vtl-radius-md);
  box-shadow: var(--vtl-shadow-framed);
}
.vtl-whats-different__photo--primary, .vtl-whats-different__photo--secondary {
  position: absolute;
  transition: transform var(--vtl-dur) var(--vtl-ease);
}
.vtl-whats-different__photo--primary {
  z-index: 1;
}
.vtl-whats-different__photo--secondary {
  z-index: 2;
}
.vtl-whats-different__card.is-layout-left .vtl-whats-different__photo--primary, .vtl-whats-different__card.is-layout-right .vtl-whats-different__photo--primary {
  bottom: -7%;
  width: 66%;
  height: 90%;
}
.vtl-whats-different__card.is-layout-left .vtl-whats-different__photo--secondary, .vtl-whats-different__card.is-layout-right .vtl-whats-different__photo--secondary {
  top: -9%;
  width: 55%;
  height: 54%;
}
.vtl-whats-different__card.is-layout-left .vtl-whats-different__photo--primary {
  right: -50%;
  width: 100%;
  transform: rotate(0.8deg);
}
.vtl-whats-different__card.is-layout-left .vtl-whats-different__photo--secondary {
  left: 2%;
  transform: rotate(2deg);
}
.vtl-whats-different__card.is-layout-left:hover .vtl-whats-different__photo--primary {
  transform: rotate(1.6deg);
}
.vtl-whats-different__card.is-layout-left:hover .vtl-whats-different__photo--secondary {
  transform: rotate(3.4deg);
}
.vtl-whats-different__card.is-layout-right .vtl-whats-different__photo--primary {
  left: -50%;
  width: 100%;
  transform: rotate(-0.8deg);
}
.vtl-whats-different__card.is-layout-right .vtl-whats-different__photo--secondary {
  right: 2%;
  transform: rotate(-2deg);
}
.vtl-whats-different__card.is-layout-right:hover .vtl-whats-different__photo--primary {
  transform: rotate(-1.6deg);
}
.vtl-whats-different__card.is-layout-right:hover .vtl-whats-different__photo--secondary {
  transform: rotate(-3.4deg);
}
.vtl-whats-different__card.is-layout-single .vtl-whats-different__photo--primary {
  right: 3%;
  bottom: 5%;
  width: 80%;
  height: 82%;
  transform: rotate(2deg);
}
.vtl-whats-different__card.is-layout-single:hover .vtl-whats-different__photo--primary {
  transform: rotate(3deg);
}
.vtl-whats-different__stamp {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37%;
  transform: rotate(var(--vtl-wd-rotate, -6deg));
}
.vtl-whats-different__stamp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vtl-whats-different__stamp.is-corner-bl {
  left: -7%;
  bottom: 6%;
}
.vtl-whats-different__stamp.is-corner-tl {
  left: -7%;
  top: 4%;
}
.vtl-whats-different__stamp.is-corner-tr {
  right: -7%;
  top: 4%;
}
.vtl-whats-different__stamp.is-corner-br {
  right: -7%;
  bottom: 6%;
}
.vtl-whats-different__card-title {
  margin: 0 0 0.5rem;
  font-family: var(--vtl-font-display);
  font-weight: 400;
  font-size: clamp(2rem, 2.6vw, var(--vtl-text-large));
  line-height: 1.1;
  color: var(--vtl-cream);
}
.vtl-whats-different__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--vtl-font-script);
  font-size: var(--vtl-text-medium);
  line-height: 1;
  color: var(--vtl-blue);
  text-decoration: none;
}
.vtl-whats-different__link-arrow {
  font-family: var(--vtl-font-body);
  transition: transform var(--vtl-dur) var(--vtl-ease);
}
.vtl-whats-different__link:hover .vtl-whats-different__link-arrow {
  transform: translateX(3px);
}
.vtl-whats-different__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: var(--vtl-space-70);
}
.vtl-whats-different__cta .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 1.1rem 3rem 0.9rem;
  font-family: var(--vtl-font-body);
  font-weight: 700;
  font-size: var(--vtl-text-medium);
  letter-spacing: 0.0625em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--vtl-white);
  background: var(--vtl-red);
  border: 2px solid var(--vtl-red);
  border-radius: 0;
  cursor: pointer;
  transition: background var(--vtl-dur) var(--vtl-ease), border-color var(--vtl-dur) var(--vtl-ease);
}
.vtl-whats-different__cta .wp-block-button__link:hover {
  color: var(--vtl-white);
  background: var(--vtl-dark-red);
  border-color: var(--vtl-dark-red);
}
.vtl-whats-different__cta .wp-block-button__link:hover::after {
  transform: translateX(0.18em);
}
@media (max-width: 820px) {
  .vtl-whats-different__track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 3rem 16% var(--vtl-space-40) 6%;
    margin: calc(var(--vtl-space-50) * -1) calc(var(--vtl-space-50) * -1) 0;
  }
  .vtl-whats-different__track::-webkit-scrollbar {
    display: none;
  }
  .vtl-whats-different__card {
    flex: 0 0 78%;
    scroll-snap-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .vtl-whats-different__photo--primary, .vtl-whats-different__photo--secondary, .vtl-whats-different__link-arrow, .vtl-whats-different__cta .wp-block-button__link::after {
    transition: none;
  }
}

/*# sourceMappingURL=style.css.map*/