.free-range-page {
  background: #fbf7ed;
  color: #244631;
  font-family: "Open Sans", sans-serif;
}

.free-range-page .nav-custom .nav-item.nav-link {
  color: #2f3f35;
}

.free-range-page .nav-custom:not(.nav-srcoll) {
  background: rgba(255, 250, 238, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fr-section {
  overflow: hidden;
  position: relative;
}

.fr-container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.fr-hero {
  align-items: flex-start;
  background-image: linear-gradient(90deg, rgba(255, 247, 229, 0.88) 0%, rgba(255, 247, 229, 0.68) 31%, rgba(255, 247, 229, 0.2) 58%, rgba(255, 247, 229, 0.02) 100%), url("/assets/img/free-range/hero-banner.jpg");
  background-position: center top;
  background-size: cover;
  display: flex;
  min-height: 720px;
  padding: 142px 0 118px;
}

.fr-hero .fr-container {
  max-width: 1320px;
  padding-left: clamp(28px, 7vw, 96px);
  padding-right: clamp(28px, 7vw, 96px);
}

.fr-hero::after {
  background: #fbf7ed;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  bottom: -62px;
  content: "";
  height: 105px;
  left: -5%;
  pointer-events: none;
  position: absolute;
  width: 110%;
  z-index: 1;
}

.fr-eyebrow {
  border: 1px solid rgba(28, 77, 49, 0.7);
  border-radius: 999px;
  color: #234b35;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
  padding: 7px 13px;
  text-transform: uppercase;
}

.fr-hero-title {
  color: #17462f !important;
  font-size: 68px;
  line-height: 1.08;
  margin: 0 0 20px;
  max-width: 1000px;
}

.fr-hero-title span {
  display: block;
}

.fr-hero-copy {
  color: #2d4a38;
  font-size: 18px;
  line-height: 1.68;
  margin: 0 0 28px;
  max-width: 560px;
}

.fr-play-link {
  align-items: center;
  color: #244631;
  display: inline-flex;
  font-weight: 700;
  gap: 14px;
  text-decoration: none;
}

.fr-play-link span:first-child {
  align-items: center;
  background: #1b5135;
  border: 3px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
  width: 56px;
}

.fr-play-link:hover span:first-child {
  background: #123c28;
  transform: scale(1.04);
}

.fr-scroll-cue {
  align-items: center;
  bottom: 42px;
  color: #fff7e6;
  display: inline-flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  left: 50%;
  position: absolute;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(18, 43, 28, 0.45);
  transform: translateX(-50%);
  z-index: 3;
}

.fr-scroll-cue:hover {
  color: #fff;
}

.fr-scroll-mouse {
  border: 2px solid rgba(255, 247, 230, 0.86);
  border-radius: 999px;
  display: block;
  height: 34px;
  position: relative;
  width: 22px;
}

.fr-scroll-mouse::after {
  animation: frScrollPulse 1.8s ease-in-out infinite;
  background: #fff7e6;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 6px;
  transform: translateX(-50%);
  width: 4px;
}

@keyframes frScrollPulse {
  0%, 100% {
    opacity: 0.45;
    transform: translate(-50%, 0);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, 9px);
  }
}

.fr-intro {
  background: #fbf7ed;
  padding: 58px 0 36px;
}

.fr-intro-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.fr-photo {
  background-image: url("/assets/img/free-range/pasture.jpg");
  background-position: center 21%;
  background-size: 115%;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 18px 45px rgba(29, 56, 36, 0.16);
  min-height: 330px;
}

.fr-intro h2,
.fr-heading {
  color: #17462f !important;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
}

.fr-icon-row,
.fr-card-row {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.fr-line-icon {
  align-items: center;
  color: #1d5135;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  text-align: center;
}

#free-range-intro .fr-line-icon img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.fr-line-icon i {
  border: 1px solid #b8c6b3;
  border-radius: 50%;
  font-size: 30px;
  height: 62px;
  line-height: 60px;
  width: 62px;
}

.fr-journey {
  background-color: #e7e8cd;
  background-image: url("../img/free-range/journey-details.svg"), radial-gradient(ellipse at 50% 35%, #f2f0dc 0%, #e7e8cd 65%, #dfe3c3 100%);
  background-position: center;
  background-size: cover;
  padding: 30px 0 32px;
}

.fr-center {
  text-align: center;
}

.fr-steps {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
  position: relative;
  isolation: isolate;
}

.fr-step {
  position: relative;
  text-align: center;
  min-width: 0;
}

.fr-step-photo {
  background-image: url("/assets/img/free-range/hero.jpg");
  background-size: cover;
  border: 3px solid #fbf9ed;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(45, 65, 32, 0.16);
  height: 220px;
  margin: 0 auto 14px;
  position: relative;
  width: 220px;
}

.fr-step-photo::before {
  align-items: center;
  background: #234d2b;
  border: 2px solid #fbf9ed;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(94, 115, 66, 0.25);
  color: #fff;
  content: attr(data-step);
  display: flex;
  font-size: 21px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  left: -7px;
  position: absolute;
  top: 5px;
  width: 48px;
}

.fr-step:nth-child(1) .fr-step-photo { background-image: url("/assets/img/free-range/cow-field-1.png"); background-position: center; background-size: cover; }
.fr-step:nth-child(2) .fr-step-photo { background-image: url("/assets/img/free-range/cow-field-2.png"); background-position: center; background-size: cover; }
.fr-step:nth-child(3) .fr-step-photo { background-image: url("/assets/img/free-range/cow-field-3.png"); background-position: center; background-size: cover; }
.fr-step:nth-child(4) .fr-step-photo { background-image: url("/assets/img/free-range/cow-field-4.png"); background-position: center; background-size: cover; }

.fr-milk {
  background: radial-gradient(ellipse at 50% 25%, #faf7ee, #f1ecdf);
  border-top: 1px solid rgba(255, 255, 255, .7);
  padding: 30px 0 32px;
}

.fr-milk .fr-container { max-width: 1480px; }

.fr-flow {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1.08fr) minmax(0, 1.3fr);
  margin-top: 26px;
}

.fr-flow-card { text-align: center; min-width: 0; }

.fr-flow-photo {
  aspect-ratio: 1.08;
  background-position: center;
  background-size: cover;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 22px;
  margin-bottom: 10px;
}

.fr-flow-card:nth-child(1) .fr-flow-photo { background-image: url("../img/free-range/milk-grass-v2.png"); }
.fr-flow-card:nth-child(3) .fr-flow-photo { background-image: url("../img/free-range/cow-field-2.png"); }
.fr-flow-card:nth-child(5) .fr-flow-photo { background-image: url("../img/free-range/milk-drop-v2.png"); }

.fr-milk .fr-flow-card strong { color: #36513b; font-size: 16px; font-weight: 600; line-height: 1.5; }

.fr-arrow { align-self: center; color: #355e43; margin-top: -34px; }
.fr-arrow svg { display: block; width: 100%; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.fr-nutrients {
  align-self: stretch;
  background: rgba(229, 225, 203, .43);
  border: 2px solid #e3dcc4;
  border-radius: 22px;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 15px;
  margin-bottom: 34px;
}

.fr-nutrients span { align-items: center; display: flex; gap: 12px; color: #58694a; font-size: 16px; line-height: 1.5; }
.fr-nutrients img { width: 44px; height: 48px; flex: 0 0 44px; object-fit: contain; }

.fr-proof { align-self: center; color: #59604e; font-size: 15px; line-height: 1.8; padding-left: 14px; }
.fr-proof p { margin: 0 0 24px; }
.fr-science-link { display: inline-flex; align-items: center; gap: 20px; border-bottom: 1px dashed #809177; color: #36573e; font-weight: 700; line-height: 1.6; padding-bottom: 3px; text-decoration: none; }
.fr-science-link:hover { color: #193b26; border-bottom-style: solid; }
.fr-science-link:focus-visible { outline: 2px solid #36573e; outline-offset: 5px; }
.fr-science-link span { font-size: 22px; }

.fr-deep {
  background: radial-gradient(ellipse at 78% 45%, #193f2a, #103421 75%);
  color: #f3f0dc;
  display: block;
  padding: 32px 0 18px;
  isolation: isolate;
}

.fr-deep-image {
  background-image: linear-gradient(90deg, transparent 65%, #103421 100%), linear-gradient(0deg, rgba(16, 52, 33, .36), transparent 45%), url("../img/free-range/deep-grazing-v2.png");
  background-position: center, center, 45% center;
  background-size: cover;
  position: absolute;
  inset: 0 auto 0 0;
  width: 43%;
  min-height: 0;
  z-index: -1;
}

.fr-deep .fr-deep-copy {
  align-items: start;
  display: grid;
  gap: clamp(20px, 2.5vw, 40px);
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  margin-left: 41%;
  padding: 0 clamp(24px, 5vw, 80px) 26px 0;
}

.fr-deep h2 {
  color: #f5f1db !important;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(25px, 2.25vw, 37px);
  font-weight: 700;
  line-height: 1.35;
  margin: 4px 0 14px;
}

.fr-deep-story > p { color: #d4dcc5; font-size: 16px; line-height: 1.65; max-width: 35ch; margin: 0; }
.fr-deep-process { align-items: center; display: flex; gap: clamp(8px, 1vw, 16px); margin-top: 22px; }
.fr-deep-process img { width: clamp(40px, 4vw, 64px); height: 64px; min-width: 0; object-fit: contain; }
.fr-deep-arrow { width: 40px; height: 24px; flex: 0 1 40px; stroke: #dce3cc; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.fr-deep .fr-number { border-left: 1px solid rgba(228, 230, 206, .4); border-top: 0; font-family: "Open Sans", sans-serif; font-size: 15px; font-weight: 400; line-height: 1.5; padding: 0 0 0 clamp(20px, 2.2vw, 36px); }
.fr-number-value { font-family: Georgia, serif; font-size: clamp(68px, 7vw, 112px); font-weight: 400; line-height: .98; white-space: nowrap; }
.fr-number-value span { font-size: .6em; }
.fr-deep .fr-number small { display: block; font-family: Georgia, serif; font-size: clamp(21px, 2vw, 30px); line-height: 1.3; margin: 4px 0 12px; color: #f1efda; }
.fr-number p { color: #ccd6bd; font-size: 14px; line-height: 1.5; margin: 0 0 8px; }
.fr-number .fr-number-note { font-size: 12px; margin-bottom: 0; }

.fr-deep-principles { align-items: center; background: rgba(17, 54, 35, .86); border: 2px solid rgba(186, 201, 147, .5); border-radius: 999px; display: flex; justify-content: space-between; gap: 18px; margin: 0 auto; max-width: 1440px; padding: 10px 26px; width: calc(100% - 112px); box-shadow: inset 0 0 0 3px rgba(230, 233, 204, .04); }
.fr-deep-principle { align-items: center; display: flex; gap: 14px; min-width: 0; }
.fr-deep-principle img { width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; }
.fr-deep-principle span { color: #e1e5ce; font-size: 15px; line-height: 1.5; }

.fr-quality {
  background: radial-gradient(ellipse at 50% 25%, #fbf8ef, #f0ebde);
  padding: 28px 0 36px;
}
.fr-quality::before, .fr-quality::after { background: url("../img/free-range/quality-leaves.svg") center bottom / contain no-repeat; bottom: -12px; content: ""; height: 155px; pointer-events: none; position: absolute; width: 82px; opacity: .8; }
.fr-quality::before { left: -14px; transform: rotate(-9deg); }
.fr-quality::after { right: -10px; height: 195px; transform: scaleX(-1) rotate(-7deg); }
.fr-quality .fr-container { max-width: 1460px; }
.fr-quality .fr-heading { color: #24472e; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(28px, 2.8vw, 42px); line-height: 1.3; margin: 0 0 6px; }
.fr-quality-intro { color: #58694f; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.6; margin: 0 auto; }
.fr-quality-grid { display: grid; gap: 34px; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); margin-top: 20px; }
.fr-quality .fr-quality-photo { align-items: center; background: #f1ecdf; border: 2px solid #e5dcc6; border-radius: 24px; display: flex; min-height: 360px; overflow: hidden; padding: 32px 22px; position: relative; isolation: isolate; }
.fr-quality-photo::before { background: url("../img/free-range/quality-cow-v2.png") 35% center / cover no-repeat; content: ""; position: absolute; inset: 0 auto 0 0; width: 80%; z-index: -2; }
.fr-quality-photo::after { background: linear-gradient(90deg, transparent 38%, rgba(241, 236, 223, .18) 49%, rgba(241, 236, 223, .92) 66%, #f1ecdf 76%); content: ""; position: absolute; inset: 0; z-index: -1; }
.fr-quality .fr-checks { display: grid; gap: 22px; margin-left: auto; max-width: none; width: 36%; min-width: 220px; }
.fr-quality .fr-checks span { align-items: center; color: #43583b; display: flex; font-size: 15px; gap: 13px; line-height: 1.5; }
.fr-quality .fr-checks i { background: #faf7ea; border: 2px solid #faf7ea; border-radius: 50%; color: #365f2b; flex: 0 0 32px; font-size: 28px; height: 32px; line-height: 28px; text-align: center; width: 32px; box-shadow: 0 0 0 1px rgba(63, 87, 45, .12); }
.fr-no-card { background: radial-gradient(ellipse at 12% 15%, rgba(109, 125, 81, .22), transparent 65%), linear-gradient(115deg, #3b4b35, #30412e); border: 2px solid #e7e4d1; border-radius: 24px; color: #e1e4cc; display: grid; align-content: center; gap: 10px; padding: 24px 36px; }
.fr-no-card h3 { color: #f1f0dc !important; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(20px, 1.8vw, 26px); font-weight: 400; line-height: 1.45; margin: 0 0 2px; text-align: center; }
.fr-no-card > span { align-items: center; display: flex; font-size: 15px; gap: 15px; line-height: 1.5; }
.fr-no-card img { flex: 0 0 46px; width: 46px; height: 46px; }
.fr-no-card .fr-no-note { color: #d4dbc0; font-size: 13px; line-height: 1.5; margin: 3px 0 0 8px; max-width: 44ch; }

.fr-show {
  background: #f4eedf;
  padding: 44px 0;
}

.fr-card-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fr-info-card {
  background: rgba(255, 250, 239, 0.74);
  border: 1px solid #d7cab5;
  border-radius: 10px;
  min-height: 185px;
  padding: 18px;
  text-align: center;
}

.fr-mini-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  height: 92px;
  margin-bottom: 12px;
}

.fr-info-card:nth-child(1) .fr-mini-img { background-image: url("../img/free-range/pasture.jpg"); }
.fr-info-card:nth-child(2) .fr-mini-img { background-image: url("../img/free-range/cow-field-1.png"); }
.fr-info-card:nth-child(3) .fr-mini-img { background-image: url("../img/free-range/show-lab.png"); }
.fr-cert-images { display: flex; align-items: center; justify-content: center; gap: 6px; }
.fr-cert-images img { width: calc((100% - 12px) / 3); height: 82px; min-width: 0; object-fit: contain; }
.fr-welfare-image { display: flex; align-items: center; justify-content: center; }
.fr-welfare-image img { width: 88px; height: 88px; object-fit: contain; border: 1px solid #d9d4b8; border-radius: 50%; padding: 8px; }

.fr-cta {
  align-items: center;
  background: #f3e7cf;
  display: flex;
  isolation: isolate;
  min-height: clamp(320px, 29vw, 460px);
  padding: 32px 0;
}
.fr-cta-picture { position: absolute; inset: 0; z-index: -2; }
.fr-cta-picture img { display: block; height: 100%; width: 100%; object-fit: cover; object-position: center 35%; }
.fr-cta::before { background: linear-gradient(90deg, rgba(248, 239, 221, .65), rgba(248, 239, 221, .28) 32%, transparent 46%); content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.fr-cta .fr-container { max-width: 1480px; width: 100%; }
.fr-cta .fr-heading { color: #24472e; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(25px, 2.6vw, 40px); line-height: 1.3; margin: 0 0 12px; max-width: 40%; }
.fr-cta p { color: #4c5e43; font-size: 15px; line-height: 1.65; max-width: 32%; margin: 0 0 16px; }
.fr-cta .fr-button { border: 2px solid #e8ead1; box-shadow: 0 0 0 1px rgba(37, 75, 40, .18); font-size: 15px; font-weight: 600; gap: 28px; margin-top: 0; padding: 10px 24px; }
.fr-cta .fr-button:hover { background: #245638; }
.fr-cta .fr-button:focus-visible { outline: 2px solid #17462f; outline-offset: 4px; }

.fr-button {
  align-items: center;
  background: #17462f;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  gap: 12px;
  margin-top: 10px;
  padding: 12px 24px;
}

@media (max-width: 1199px) {
  .fr-hero {
    background-position: 56% top;
    min-height: 680px;
    padding: 130px 0 106px;
  }

  .fr-hero .fr-container {
    padding-left: 52px;
    padding-right: 52px;
  }

  .fr-hero-title {
    font-size: 64px;
    max-width: 760px;
  }
  .fr-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fr-flow .fr-arrow {
    display: none;
  }

  .fr-nutrients,
  .fr-proof {
    grid-column: span 3;
  }

  .fr-card-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .fr-hero {
    background-position: 61% top;
    min-height: 640px;
    padding: 122px 0 96px;
  }

  .fr-hero .fr-container {
    padding-left: 42px;
    padding-right: 42px;
  }

  .fr-hero-title {
    font-size: 56px;
    max-width: 670px;
  }

  .fr-hero-copy {
    max-width: 500px;
  }

  .fr-scroll-cue {
    bottom: 34px;
  }

  .fr-intro-grid,
  .fr-deep,
  .fr-quality-grid {
    grid-template-columns: 1fr;
  }

  .fr-deep-copy {
    grid-template-columns: 1fr;
  }

  .fr-number {
    border-left: 0;
    border-top: 1px solid rgba(255, 247, 230, 0.35);
    padding-left: 0;
    padding-top: 20px;
  }

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

@media (max-width: 767px) {
  .free-range-page {
    font-size: 15px;
  }

  .fr-container {
    padding: 0 18px;
  }

  .fr-hero {
    background-image: linear-gradient(180deg, rgba(255, 247, 229, 0.94) 0%, rgba(255, 247, 229, 0.78) 44%, rgba(255, 247, 229, 0.28) 100%), url("/assets/img/free-range/hero-banner.jpg");
    background-position: 62% top;
    min-height: 640px;
    padding: 104px 0 92px;
  }

  .fr-hero .fr-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .fr-eyebrow {
    font-size: 11px;
    margin-bottom: 14px;
    padding: 6px 10px;
  }

  .fr-hero-title {
    font-size: 42px;
    line-height: 1.12;
    margin-bottom: 16px;
    max-width: 12em;
  }

  .fr-hero-copy {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 28em;
  }

  .fr-play-link {
    font-size: 14px;
    gap: 12px;
  }

  .fr-play-link span:first-child {
    border-width: 2px;
    height: 48px;
    width: 48px;
  }

  .fr-scroll-cue {
    bottom: 28px;
  }

  .fr-photo,
  .fr-deep-image,
  .fr-quality-photo {
    min-height: 240px;
  }

  .fr-icon-row,
  .fr-steps,
  .fr-flow,
  .fr-card-row {
    grid-template-columns: 1fr;
  }

  .fr-flow .fr-arrow {
    display: none;
  }

  .fr-nutrients,
  .fr-proof {
    grid-column: auto;
  }

  .fr-step-photo {
    height: 152px;
    width: 152px;
  }

  .fr-quality-photo {
    background-image: linear-gradient(180deg, rgba(251, 247, 237, 0.08), rgba(251, 247, 237, 0.92)), url("/assets/img/free-range/quality-cow.jpg");
    padding: 210px 22px 28px;
  }

  .fr-checks {
    margin-left: 0;
  }
}



@media (max-width: 575px) {
  .fr-hero {
    background-position: 66% top;
    min-height: 620px;
    padding-top: 96px;
  }

  .fr-hero-title {
    font-size: 36px;
    max-width: 10.8em;
  }

  .fr-hero-copy {
    max-width: 24em;
  }

  .fr-scroll-cue small {
    display: none;
  }
}

/* Botanical details for the daily journey. */
.fr-journey .fr-heading,
.fr-milk .fr-heading {
  color: #26472d;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(25px, 2.7vw, 38px);
  line-height: 1.35;
  margin-bottom: 0;
  padding-bottom: 22px;
  position: relative;
}

.fr-journey .fr-heading::before,
.fr-milk .fr-heading::before {
  background: #a0ad7d;
  bottom: 4px;
  content: "";
  height: 1px;
  left: calc(50% - 66px);
  opacity: 0.65;
  position: absolute;
  width: 132px;
}

.fr-journey .fr-heading::after,
.fr-milk .fr-heading::after {
  background: #718553;
  border: 4px solid #eae9d2;
  border-radius: 16px 0 16px 0;
  bottom: -3px;
  content: "";
  height: 18px;
  left: calc(50% - 12px);
  position: absolute;
  transform: rotate(-12deg);
  width: 24px;
}

.fr-journey .fr-steps::before {
  background: url("../img/free-range/journey-trail.svg") center / 100% 100% no-repeat;
  content: "";
  height: 115px;
  left: -12vw;
  pointer-events: none;
  position: absolute;
  right: -12vw;
  top: 105px;
  z-index: -1;
}

.fr-journey .fr-step strong {
  color: #385137;
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .fr-journey .fr-step-photo { width: 190px; height: 190px; }
  .fr-journey .fr-steps::before { top: 85px; }
}

@media (max-width: 991px) {
  .fr-journey .fr-steps { row-gap: 32px; }
  .fr-journey .fr-steps::before { display: none; }
  .fr-journey { background-size: auto 100%; }
}

@media (max-width: 767px) {
  .fr-journey { padding: 30px 0; }
  .fr-journey .fr-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; }
  .fr-journey .fr-step-photo { width: min(100%, 180px); height: auto; aspect-ratio: 1; }
  .fr-journey .fr-step-photo::before { width: 38px; height: 38px; font-size: 17px; left: -4px; top: 0; }
  .fr-journey .fr-step strong { font-size: 14px; }
}

.fr-milk .fr-heading::after { border-color: #f8f5eb; }

@media (max-width: 1199px) {
  .fr-milk .fr-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .fr-milk .fr-arrow { display: none; }
  .fr-milk .fr-nutrients { grid-column: 1; margin-bottom: 0; }
  .fr-milk .fr-proof { grid-column: 2 / -1; padding-left: 0; }
}

@media (max-width: 767px) {
  .fr-milk .fr-flow { grid-template-columns: 1fr; max-width: 360px; margin: 24px auto 0; }
  .fr-milk .fr-nutrients, .fr-milk .fr-proof { grid-column: auto; }
  .fr-milk .fr-nutrients { padding: 20px 26px; }
  .fr-milk .fr-proof { text-align: center; }
  .fr-milk .fr-flow-photo { aspect-ratio: 1.2; }
}

@media (max-width: 1199px) {
  .fr-deep .fr-deep-copy { margin-left: 36%; padding-right: 26px; gap: 20px; }
  .fr-deep-image { width: 39%; }
  .fr-deep-principles { width: calc(100% - 48px); gap: 12px; padding: 12px 20px; }
  .fr-deep-principle { gap: 8px; }
  .fr-deep-principle span { font-size: 13px; }
  .fr-deep-principles > .fr-deep-arrow { width: 28px; flex-basis: 28px; }
}

@media (max-width: 991px) {
  .fr-deep { padding-top: 0; }
  .fr-deep-image { position: relative; inset: auto; width: 100%; height: 330px; min-height: 0; background-image: linear-gradient(0deg, #103421, transparent 42%), url("../img/free-range/deep-grazing-v2.png"); background-position: center, center 55%; }
  .fr-deep .fr-deep-copy { margin-left: 0; padding: 4px 28px 28px; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
  .fr-deep-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 24px; gap: 20px; }
  .fr-deep-principles > .fr-deep-arrow { display: none; }
  .fr-deep-principle span { font-size: 14px; }
}

@media (max-width: 575px) {
  .fr-deep-image { height: 260px; }
  .fr-deep .fr-deep-copy { grid-template-columns: 1fr; padding: 4px 22px 24px; gap: 26px; }
  .fr-deep-story > p { max-width: none; }
  .fr-deep-process { justify-content: space-between; }
  .fr-deep .fr-number { border-left: 0; border-top: 1px solid rgba(228, 230, 206, .35); padding: 22px 0 0; }
  .fr-number-value { font-size: 84px; }
  .fr-deep-principles { width: calc(100% - 32px); padding: 18px 14px; gap: 20px 12px; }
  .fr-deep-principle { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 1199px) {
  .fr-quality-grid { gap: 24px; }
  .fr-quality .fr-quality-photo { padding: 24px 18px; }
  .fr-quality .fr-checks { min-width: 190px; width: 42%; }
  .fr-quality .fr-checks span, .fr-no-card > span { font-size: 14px; }
  .fr-no-card { padding: 24px; }
}
@media (max-width: 991px) {
  .fr-quality .fr-quality-grid { grid-template-columns: 1fr; }
  .fr-quality .fr-quality-photo { min-height: 380px; }
  .fr-quality .fr-checks { width: 36%; }
  .fr-no-card { padding: 26px 32px; }
  .fr-no-card h3 { text-align: left; }
}
@media (max-width: 575px) {
  .fr-quality { padding: 28px 0; }
  .fr-quality::before, .fr-quality::after { opacity: .4; width: 48px; height: 105px; }
  .fr-quality .fr-quality-photo { min-height: 0; padding: 282px 22px 28px; }
  .fr-quality-photo::before { width: 100%; height: 290px; background-position: 35% center; }
  .fr-quality-photo::after { height: 300px; background: linear-gradient(0deg, #f1ecdf 0%, rgba(241, 236, 223, .15) 30%, transparent 55%); }
  .fr-quality .fr-checks { margin-left: 0; width: 100%; min-width: 0; gap: 18px; }
  .fr-quality .fr-checks span { font-size: 15px; }
  .fr-no-card { padding: 24px 18px; }
  .fr-no-card > span { gap: 12px; }
  .fr-no-card h3 { text-align: center; font-size: 21px; margin-bottom: 8px; }
  .fr-no-card .fr-no-note { margin: 6px 0 0; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fr-cta .fr-heading { font-size: 25px; max-width: 43%; }
  .fr-cta p { max-width: 38%; font-size: 14px; }
  .fr-cta .fr-button { font-size: 14px; padding: 9px 18px; gap: 16px; }
}
@media (max-width: 767px) {
  .fr-cta { flex-direction: column; min-height: 0; padding: 28px 0 0; background: #f7ecd8; }
  .fr-cta::before { display: none; }
  .fr-cta .fr-container { order: 0; padding-bottom: 24px; }
  .fr-cta .fr-heading { max-width: none; font-size: clamp(26px, 5.5vw, 36px); }
  .fr-cta p { max-width: 42ch; font-size: 15px; }
  .fr-cta-picture { display: block; position: relative; inset: auto; order: 1; width: 100%; z-index: 0; }
  .fr-cta-picture img { width: 100%; height: auto; aspect-ratio: 800 / 404; object-fit: cover; }
}
