/*
 * Magia Flory premium storefront layer — 2026-08-15.
 * Isolated homepage redesign plus the public footer refresh.
 * Loaded last so it can safely supersede the accumulated legacy polish layers.
 */

.page-home {
  --mf-ink: #283126;
  --mf-ink-soft: #596156;
  --mf-green: #234b2c;
  --mf-green-deep: #17371f;
  --mf-green-soft: #6f8f68;
  --mf-ivory: #f7f2e9;
  --mf-paper: #fffdf8;
  --mf-sage: #dfe6d7;
  --mf-sky: #e4eef0;
  --mf-peach: #f3e2d3;
  --mf-sun: #f4e9bf;
  --mf-line: rgba(35, 75, 44, .15);
  --mf-shadow: 0 26px 70px rgba(39, 50, 33, .11);
  --mf-shadow-soft: 0 14px 38px rgba(39, 50, 33, .08);
  background: var(--mf-ivory);
  color: var(--mf-ink);
}

.page-home #main {
  overflow: clip;
  background: var(--mf-ivory);
}

.page-home .section {
  position: relative;
  padding-block: clamp(72px, 8vw, 124px);
}

.page-home .section--tight {
  padding-block: clamp(30px, 4vw, 58px);
}

.page-home .mf-content-section {
  content-visibility: auto;
  contain-intrinsic-size: 850px;
}

.page-home .eyebrow,
.page-home .mf-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--mf-green);
  font-family: var(--ui);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.page-home .eyebrow::before,
.page-home .mf-home-kicker::before {
  width: 24px;
  height: 1px;
  background: currentColor;
  content: "";
}

.page-home .section-head.mf-section-head {
  align-items: end;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.page-home .mf-section-head h2 {
  max-width: 820px;
  margin: 10px 0 12px;
  color: var(--mf-ink);
  font-size: clamp(2.35rem, 4.2vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.page-home .mf-section-head p {
  max-width: 620px;
  margin: 0;
  color: var(--mf-ink-soft);
  line-height: 1.7;
}

.page-home .mf-section-head .text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mf-green);
  font-weight: 750;
  text-decoration: none;
}

.page-home .mf-section-head .text-link span {
  transition: transform .28s ease;
}

.page-home .mf-home-button {
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 999px;
  box-shadow: none;
  font-weight: 750;
  letter-spacing: -.01em;
}

.page-home .button--primary.mf-home-button {
  border-color: var(--mf-green);
  background: var(--mf-green);
}

.page-home .button--primary.mf-home-button:hover {
  border-color: var(--mf-green-deep);
  background: var(--mf-green-deep);
}

/* Home header: keep the existing logo asset intact, only refine the shell. */
.page-home .announcement {
  border: 0;
  background: var(--mf-green-deep);
  color: #fffdf7;
}

.page-home .announcement a {
  color: #fffdf7;
  opacity: .88;
}

.page-home .site-header {
  border-bottom: 1px solid rgba(35, 75, 44, .08);
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 10px 35px rgba(35, 75, 44, .035);
  backdrop-filter: blur(16px);
}

.page-home .utility-bar {
  border-bottom-color: rgba(35, 75, 44, .08);
  background: rgba(247, 242, 233, .84);
}

.page-home .header-main {
  min-height: 88px;
}

/* Hero */
.page-home .mf-home-hero {
  position: relative;
  padding: clamp(62px, 7vw, 112px) 0 clamp(72px, 8vw, 118px);
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 36%, rgba(144, 164, 126, .18), transparent 31%),
    radial-gradient(circle at 8% 18%, rgba(225, 198, 168, .13), transparent 26%),
    linear-gradient(180deg, #fbf7ef 0%, var(--mf-ivory) 100%);
}

.page-home .mf-home-hero::after {
  position: absolute;
  right: -110px;
  bottom: -160px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(35, 75, 44, .07);
  border-radius: 50%;
  content: "";
}

.page-home .mf-home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(420px, 1.02fr);
  align-items: center;
  gap: clamp(52px, 7vw, 110px);
}

.page-home .mf-home-hero__copy {
  max-width: 720px;
  padding-block: 16px;
}

.page-home .mf-home-hero h1 {
  margin: 22px 0 26px;
  color: var(--mf-ink);
  font-size: clamp(4rem, 6.45vw, 7.1rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.055em;
}

.page-home .mf-home-hero .hero__title-line {
  display: block;
}

.page-home .mf-home-hero .hero__title-line--accent {
  margin-top: 7px;
  color: var(--mf-green);
  font-style: italic;
  font-weight: 450;
}

.page-home .mf-home-hero__lead {
  max-width: 610px;
  margin: 0;
  color: #4d564b;
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  line-height: 1.8;
}

.page-home .mf-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.page-home .mf-home-button--ghost {
  border-color: rgba(35, 75, 44, .6);
  color: var(--mf-green);
  background: rgba(255, 253, 248, .6);
}

.page-home .mf-home-trust {
  display: grid;
  max-width: 700px;
  margin-top: 42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.page-home .mf-home-trust > span {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 11px;
  padding: 2px 20px;
  border-left: 1px solid rgba(35, 75, 44, .18);
}

.page-home .mf-home-trust > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.page-home .mf-home-trust svg {
  width: 28px;
  height: 28px;
  grid-row: 1 / 3;
  color: var(--mf-green);
  stroke-width: 1.4;
}

.page-home .mf-home-trust b {
  overflow: hidden;
  color: var(--mf-ink);
  font-size: .78rem;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.page-home .mf-home-trust small {
  margin-top: 3px;
  color: #7a8178;
  font-size: .68rem;
  line-height: 1.3;
}

.page-home .mf-home-hero__visual {
  --mf-pointer-x: 0px;
  --mf-pointer-y: 0px;
  position: relative;
  min-height: clamp(560px, 52vw, 740px);
  isolation: isolate;
}

.page-home .mf-home-hero__halo {
  position: absolute;
  z-index: -2;
  inset: 4% 0 2% 8%;
  border: 1px solid rgba(35, 75, 44, .1);
  border-radius: 47% 47% 44% 44% / 34% 34% 48% 48%;
  background: rgba(255, 255, 255, .28);
}

.page-home .mf-home-hero__photo.hero-photo {
  position: absolute;
  z-index: 1;
  inset: 3% 5% 2% 4%;
  overflow: hidden;
  border: 1px solid rgba(35, 75, 44, .11);
  border-radius: 49% 49% 45% 45% / 34% 34% 49% 49%;
  background: #e9dfd0;
  box-shadow: 0 32px 78px rgba(42, 50, 35, .14);
  transform: translate3d(calc(var(--mf-pointer-x) * -.35), calc(var(--mf-pointer-y) * -.35), 0);
  transition: transform .65s cubic-bezier(.2, .75, .2, 1);
}

.page-home .mf-home-hero__photo.hero-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, .14), transparent 40%);
  content: "";
  pointer-events: none;
}

.page-home .mf-home-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.page-home .mf-home-hero__botanical {
  position: absolute;
  z-index: 2;
  top: -7%;
  right: -23%;
  width: 61%;
  max-width: none;
  opacity: .64;
  filter: drop-shadow(0 16px 28px rgba(35, 75, 44, .16));
  transform: translate3d(calc(var(--mf-pointer-x) * .6), calc(var(--mf-pointer-y) * .45), 0) rotate(14deg);
  transition: transform .8s cubic-bezier(.2, .75, .2, 1);
  pointer-events: none;
}

.page-home .mf-home-hero__seal.hero-note {
  position: absolute;
  z-index: 4;
  right: -1%;
  bottom: 9%;
  display: flex;
  width: 148px;
  height: 148px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  color: var(--mf-green);
  border: 1px solid rgba(35, 75, 44, .24);
  border-radius: 50%;
  background: rgba(255, 253, 248, .95);
  box-shadow: 0 18px 42px rgba(35, 75, 44, .16);
  text-align: center;
  transform: translate3d(calc(var(--mf-pointer-x) * .35), calc(var(--mf-pointer-y) * .35), 0) rotate(6deg);
  backdrop-filter: blur(12px);
}

.page-home .mf-home-hero__seal.hero-note img {
  width: 31px;
  height: 34px;
  object-fit: contain;
  filter: sepia(.3) hue-rotate(48deg) saturate(.8);
}

.page-home .mf-home-hero__seal span {
  font: 700 .7rem/1.35 var(--ui);
  letter-spacing: .02em;
}

.page-home .mf-home-hero__seal strong {
  font-size: .9rem;
}

.page-home .mf-home-hero__caption.hero-caption {
  position: absolute;
  z-index: 3;
  left: -7%;
  bottom: 2%;
  width: min(315px, 48%);
  padding: 18px 20px;
  color: var(--mf-ink);
  border: 1px solid rgba(35, 75, 44, .12);
  border-radius: 18px;
  background: rgba(255, 253, 248, .91);
  box-shadow: var(--mf-shadow-soft);
  backdrop-filter: blur(16px);
}

.page-home .mf-home-hero__caption p {
  margin: 0;
  font-family: var(--display);
  font-size: .98rem;
  line-height: 1.45;
}

/* Feeling selector */
.page-home .mf-feelings {
  z-index: 3;
  margin-top: -30px;
  padding-bottom: clamp(70px, 7vw, 108px);
}

.page-home .mf-feelings__panel.finder-card {
  display: block;
  padding: clamp(36px, 5vw, 62px);
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 14%, rgba(126, 160, 105, .32), transparent 33%),
    linear-gradient(135deg, #173b22 0%, #244f2d 58%, #1d4226 100%);
  box-shadow: 0 30px 75px rgba(23, 55, 31, .2);
}

.page-home .mf-feelings__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr);
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
}

.page-home .mf-feelings__head .eyebrow {
  color: rgba(255, 255, 255, .76);
}

.page-home .mf-feelings__head h2 {
  max-width: 760px;
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(2.9rem, 5.1vw, 5.9rem);
  font-weight: 450;
  line-height: .92;
  letter-spacing: -.045em;
}

.page-home .mf-feelings__head h2 em {
  display: block;
  color: #e8e0cf;
  font-style: italic;
  font-weight: 430;
}

.page-home .mf-feelings__head > p {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, .72);
  font-size: .98rem;
  line-height: 1.75;
}

.page-home .mf-feelings__grid.finder-options {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.page-home .mf-feelings__grid a {
  position: relative;
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 18px;
  padding: 26px 14px 20px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
  text-align: center;
  text-decoration: none;
  transition: transform .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.page-home .mf-feelings__grid a::after {
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
}

.page-home .mf-feelings__grid svg {
  width: 44px;
  height: 44px;
  color: #f3ead9;
  stroke-width: 1.35;
}

.page-home .mf-feelings__grid span {
  display: grid;
  gap: 3px;
}

.page-home .mf-feelings__grid b {
  font-family: var(--display);
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.18;
}

.page-home .mf-feelings__grid small {
  color: rgba(255, 255, 255, .6);
  font-size: .72rem;
  line-height: 1.3;
}

.page-home .mf-feelings__cta.finder-search {
  display: flex;
  width: fit-content;
  margin: 30px auto 0;
  padding: 8px 4px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .45);
  text-decoration: none;
}

/* Categories */
.page-home .mf-categories {
  background: #fbf8f2;
}

.page-home .mf-category-grid.category-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 18px;
}

.page-home .mf-category-card.category-card {
  position: relative;
  display: block;
  min-height: 250px;
  padding: 0;
  overflow: hidden;
  color: var(--mf-ink);
  border: 1px solid rgba(35, 75, 44, .11);
  border-radius: 28px;
  box-shadow: 0 8px 28px rgba(39, 50, 33, .035);
  text-decoration: none;
  isolation: isolate;
  transition: transform .36s cubic-bezier(.2, .75, .2, 1), box-shadow .36s ease, border-color .36s ease;
}

.page-home .mf-category-card--feature {
  grid-row: 1 / 3;
  min-height: 518px;
}

.page-home .mf-category-card.tone-sage { background: linear-gradient(145deg, #e8ece1, #dbe4d3); }
.page-home .mf-category-card.tone-sky { background: linear-gradient(145deg, #edf3f2, #dce8eb); }
.page-home .mf-category-card.tone-orange { background: linear-gradient(145deg, #f8eee6, #f0ddcf); }
.page-home .mf-category-card.tone-yellow { background: linear-gradient(145deg, #fbf3d5, #f2e5b8); }
.page-home .mf-category-card.tone-paper { background: linear-gradient(145deg, #f3efe7, #e6e3d8); }

.page-home .mf-category-card .category-card__copy {
  position: relative;
  z-index: 3;
  max-width: 62%;
  padding: 30px;
}

.page-home .mf-category-card--feature .category-card__copy {
  max-width: 78%;
  padding: 40px;
}

.page-home .mf-category-card .category-card__copy > span:first-child {
  color: var(--mf-green);
  font: 800 .67rem/1.2 var(--ui);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.page-home .mf-category-card h3 {
  margin: 9px 0 10px;
  color: var(--mf-ink);
  font-size: clamp(1.65rem, 2.2vw, 2.6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
}

.page-home .mf-category-card--feature h3 {
  color: var(--mf-green);
  font-size: clamp(2.5rem, 3.9vw, 4.6rem);
}

.page-home .mf-category-card p {
  max-width: 330px;
  margin: 0;
  color: rgba(40, 49, 38, .68);
  font-size: .85rem;
  line-height: 1.55;
}

.page-home .mf-category-card .category-card__art {
  position: absolute;
  z-index: 1;
  right: -3%;
  bottom: -3%;
  width: 57%;
  height: 63%;
  overflow: hidden;
  border-radius: 48% 0 26px 0;
}

.page-home .mf-category-card--feature .category-card__art {
  right: 6%;
  bottom: 0;
  width: 72%;
  height: 58%;
  border-radius: 48% 48% 24px 24px / 34% 34% 15px 15px;
}

.page-home .mf-category-card .category-card__category-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .75, .2, 1);
}

.page-home .mf-category-card:not(.mf-category-card--feature) .category-card__category-image {
  object-position: center;
}

.page-home .mf-category-card__action,
.page-home .mf-category-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  color: #fff;
  border-radius: 999px;
  background: var(--mf-green);
  font: 700 .76rem/1 var(--ui);
}

.page-home .mf-category-card__action {
  padding: 12px 16px;
}

.page-home .mf-category-card__arrow {
  width: 38px;
  height: 38px;
  padding: 0;
}

/* Product showcase */
.page-home .mf-products {
  background: var(--mf-ivory) !important;
}

.page-home .mf-product-grid.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-home .mf-product-card.product-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(35, 75, 44, .11);
  border-radius: 28px;
  background: rgba(255, 253, 248, .88);
  box-shadow: 0 12px 35px rgba(39, 50, 33, .045);
  transition: transform .36s cubic-bezier(.2, .75, .2, 1), box-shadow .36s ease, border-color .36s ease;
}

.page-home .mf-product-card__media.product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee7db;
}

.page-home .mf-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .75, .2, 1);
}

.page-home .mf-product-card__badge.badge {
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  color: var(--mf-green);
  border: 1px solid rgba(35, 75, 44, .13);
  border-radius: 999px;
  background: rgba(255, 253, 248, .9);
  backdrop-filter: blur(10px);
}

.page-home .mf-product-card__content.product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.page-home .mf-product-card .product-type {
  margin: 0 0 6px;
  color: var(--mf-green);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-home .mf-product-card h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.05;
}

.page-home .mf-product-card h3 a {
  color: var(--mf-ink);
  text-decoration: none;
}

.page-home .mf-product-card .latin {
  min-height: 1.2em;
  margin: 8px 0 0;
  color: #7b8179;
  font-size: .82rem;
}

.page-home .mf-product-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.page-home .mf-product-card__links a {
  padding: 6px 9px;
  color: #5f685c;
  border: 1px solid rgba(35, 75, 44, .12);
  border-radius: 999px;
  background: #f7f4ed;
  font-size: .67rem;
  text-decoration: none;
}

.page-home .mf-product-card__bottom.product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 24px;
}

.page-home .mf-product-card__bottom strong {
  color: var(--mf-ink);
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 500;
  white-space: nowrap;
}

.page-home .mf-product-card__bottom form {
  margin: 0;
}

.page-home .mf-product-card__add {
  min-width: 126px;
  min-height: 44px;
  padding: 10px 17px;
  border-radius: 999px;
  font-size: .75rem;
}

.page-home .mf-product-card__add:disabled {
  opacity: .48;
  cursor: not-allowed;
}

.page-home .mf-proof-strip {
  display: grid;
  margin-top: 26px;
  padding: 23px 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(35, 75, 44, .1);
  border-radius: 24px;
  background: rgba(255, 253, 248, .72);
}

.page-home .mf-proof-strip > span {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  padding: 5px 20px;
  border-left: 1px solid rgba(35, 75, 44, .12);
}

.page-home .mf-proof-strip > span:first-child {
  padding-left: 0;
  border-left: 0;
}

.page-home .mf-proof-strip svg {
  width: 29px;
  height: 29px;
  grid-row: 1 / 3;
  color: var(--mf-green);
  stroke-width: 1.35;
}

.page-home .mf-proof-strip b {
  color: var(--mf-ink);
  font-size: .76rem;
}

.page-home .mf-proof-strip small {
  margin-top: 3px;
  color: #7a8178;
  font-size: .65rem;
  line-height: 1.3;
}

/* Founder story */
.page-home .mf-story {
  background: #fbf8f2;
}

.page-home .mf-story__grid.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 112px);
}

.page-home .mf-story__copy {
  max-width: 650px;
}

.page-home .mf-story__copy h2 {
  margin: 14px 0 24px;
  color: var(--mf-ink);
  font-size: clamp(2.75rem, 4.8vw, 5.5rem);
  font-weight: 480;
  line-height: .94;
  letter-spacing: -.045em;
}

.page-home .mf-story__copy h2 em {
  color: var(--mf-green);
  font-style: italic;
  font-weight: 440;
}

.page-home .mf-story__copy .lead {
  color: #4c564a;
  font-size: 1rem;
  line-height: 1.78;
}

.page-home .mf-story__copy blockquote {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 30px;
  color: var(--mf-green);
  border-left: 1px solid rgba(35, 75, 44, .35);
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-style: italic;
  line-height: 1.45;
}

.page-home .mf-story__principles {
  display: grid;
  margin: 32px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.page-home .mf-story__principles span {
  padding: 0 15px;
  color: #687065;
  border-left: 1px solid rgba(35, 75, 44, .14);
  font-size: .72rem;
  line-height: 1.45;
}

.page-home .mf-story__principles span:first-child {
  padding-left: 0;
  border-left: 0;
}

.page-home .mf-story__portrait.founder-duo {
  position: relative;
  display: block !important;
  min-width: 0;
  padding: 0 !important;
  background: transparent !important;
}

.page-home .mf-story__portrait .founder-duo__note {
  position: absolute !important;
  z-index: 3;
  top: 24px;
  left: 24px;
  width: auto !important;
  max-width: 330px !important;
  margin: 0 !important;
  padding: 12px 16px !important;
  color: var(--mf-green) !important;
  border: 1px solid rgba(35, 75, 44, .13) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, .93) !important;
  box-shadow: 0 12px 32px rgba(35, 75, 44, .1);
  text-align: left !important;
  font-size: .68rem !important;
  backdrop-filter: blur(12px);
}

.page-home .mf-story__portrait .founder-duo__portrait--single {
  overflow: hidden;
  border: 1px solid rgba(35, 75, 44, .1);
  border-radius: 48% 48% 28px 28px / 28% 28% 18px 18px;
  background: #ebe4d9;
  box-shadow: var(--mf-shadow);
}

.page-home .mf-story__portrait .founder-duo__portrait--single img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1.08 !important;
  object-fit: cover !important;
  object-position: center 44% !important;
}

.page-home .mf-story__portrait::after {
  position: absolute;
  z-index: -1;
  right: -28px;
  bottom: -28px;
  width: 52%;
  height: 55%;
  border: 1px solid rgba(35, 75, 44, .09);
  border-radius: 50%;
  content: "";
}

/* Production story */
.page-home .mf-production {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 83% 38%, rgba(119, 151, 100, .28), transparent 34%),
    linear-gradient(135deg, #234b2c, #17391f) !important;
}

.page-home .mf-production .container {
  position: relative;
}

.page-home .mf-production__grid.farmers-preview__grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.page-home .mf-production .farmers-preview__copy {
  max-width: 590px;
}

.page-home .mf-production .eyebrow {
  color: rgba(255, 255, 255, .72);
}

.page-home .mf-production h2 {
  margin: 15px 0 20px;
  color: #fff;
  font-size: clamp(3rem, 4.7vw, 5.3rem);
  font-weight: 450;
  line-height: .94;
  letter-spacing: -.04em;
}

.page-home .mf-production .farmers-preview__copy p {
  color: rgba(255, 255, 255, .72);
  font-size: 1rem;
  line-height: 1.76;
}

.page-home .mf-production__visual.farmers-preview__visual--template {
  position: relative;
  min-height: 620px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.page-home .mf-production__visual.farmers-preview__visual--template .hero-photo {
  position: absolute;
  inset: 0 2% 38px 11%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 48% 48% 22% 22% / 26% 26% 14% 14%;
  background: #d9d2c6;
  box-shadow: 0 34px 75px rgba(5, 22, 10, .28);
}

.page-home .mf-production__visual.farmers-preview__visual--template .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-home .mf-production__visual.farmers-preview__visual--template .hero-botanical {
  position: absolute;
  z-index: 2;
  left: -18%;
  bottom: -18%;
  width: 72%;
  max-width: none;
  opacity: .88;
  filter: drop-shadow(0 16px 28px rgba(5, 22, 10, .25));
  transform: rotate(-12deg);
  pointer-events: none;
}

.page-home .mf-production .production-signals {
  position: absolute;
  z-index: 4;
  top: 8%;
  right: -2%;
  display: grid;
  gap: 9px;
}

.page-home .mf-production .production-signal {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 9px 12px;
  color: var(--mf-green);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 12px 30px rgba(5, 22, 10, .18);
  font-size: .66rem;
  font-weight: 750;
  backdrop-filter: blur(12px);
}

.page-home .mf-production .production-signal svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.5;
}

.page-home .mf-production__visual .hero-caption {
  position: absolute;
  z-index: 4;
  right: 2%;
  bottom: 0;
  display: grid;
  width: min(320px, 52%);
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 18px;
  color: var(--mf-ink);
  border-radius: 18px;
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 20px 42px rgba(5, 22, 10, .2);
  backdrop-filter: blur(12px);
}

.page-home .mf-production__visual .hero-caption p {
  margin: 0;
  font-family: var(--display);
  font-size: .93rem;
  line-height: 1.4;
}

.page-home .mf-production__visual .hero-caption span {
  color: #9b744b;
  font: 800 .68rem/1 var(--ui);
}

/* Recipes */
.page-home .mf-recipes {
  background: #fbf8f2;
}

.page-home .mf-recipe-showcase.recipe-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: clamp(28px, 5vw, 70px);
}

.page-home .mf-recipe-feature.recipe-feature {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
  color: var(--mf-ink);
  border: 1px solid rgba(35, 75, 44, .11);
  border-radius: 28px;
  background: rgba(255, 253, 248, .86);
  box-shadow: var(--mf-shadow-soft);
  text-decoration: none;
}

.page-home .mf-recipe-feature .recipe-feature__image {
  min-height: 390px;
}

.page-home .mf-recipe-feature .recipe-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .mf-recipe-feature > div:last-child {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}

.page-home .mf-recipe-feature h3 {
  margin: 12px 0 14px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: .98;
}

.page-home .mf-recipe-feature p {
  color: #687065;
  line-height: 1.6;
}

.page-home .mf-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--mf-green);
  font-size: .75rem;
  font-weight: 800;
}

.page-home .mf-recipe-list.recipe-list {
  display: grid;
  align-content: stretch;
}

.page-home .mf-recipe-list a {
  display: grid;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 23px 0;
  color: var(--mf-ink);
  border-top: 1px solid rgba(35, 75, 44, .12);
  text-decoration: none;
}

.page-home .mf-recipe-list a:last-child {
  border-bottom: 1px solid rgba(35, 75, 44, .12);
}

.page-home .mf-recipe-list > a > span {
  color: #a0714b;
  font-size: .67rem;
  font-weight: 800;
}

.page-home .mf-recipe-list h3 {
  margin: 4px 0 0;
  font-size: 1.45rem;
  font-weight: 500;
}

.page-home .mf-recipe-list b {
  color: var(--mf-green);
  font-size: 1.2rem;
  transition: transform .25s ease;
}

/* Reviews */
.page-home .mf-reviews {
  background: var(--mf-ivory) !important;
}

.page-home .mf-reviews__grid.home-reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.page-home .mf-reviews__copy h2 {
  max-width: 630px;
  margin: 14px 0 20px;
  color: var(--mf-ink);
  font-size: clamp(2.7rem, 4.8vw, 5.2rem);
  font-weight: 470;
  line-height: .96;
  letter-spacing: -.04em;
}

.page-home .mf-reviews__copy h2 em {
  color: var(--mf-green);
  font-style: italic;
  font-weight: 430;
}

.page-home .mf-reviews__copy > p {
  max-width: 560px;
  color: #667064;
  line-height: 1.72;
}

.page-home .mf-reviews .home-reviews-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 28px;
}

.page-home .mf-reviews .home-reviews-proof span {
  padding: 7px 10px;
  color: var(--mf-green);
  border: 1px solid rgba(35, 75, 44, .12);
  border-radius: 999px;
  background: rgba(255, 253, 248, .7);
  font-size: .67rem;
}

.page-home .mf-reviews__visual.home-reviews-visual {
  position: relative;
  min-height: 560px;
}

.page-home .mf-reviews__product.home-reviews-frame {
  position: absolute;
  inset: 3% 31% 7% 0;
  overflow: hidden;
  border: 1px solid rgba(35, 75, 44, .09);
  border-radius: 48% 48% 26px 26px / 29% 29% 16px 16px;
  background: #e5ddcf;
  box-shadow: var(--mf-shadow-soft);
}

.page-home .mf-reviews__product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .mf-reviews__product figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  max-width: 240px;
  padding: 8px 11px;
  color: #5e675c;
  border-radius: 999px;
  background: rgba(255, 253, 248, .88);
  font-size: .62rem;
  backdrop-filter: blur(10px);
}

.page-home .mf-review-card.home-review-quote {
  position: absolute;
  z-index: 3;
  top: 15%;
  right: 0;
  width: 58%;
  margin: 0;
  padding: 34px;
  color: var(--mf-ink);
  border: 1px solid rgba(35, 75, 44, .1);
  border-radius: 26px;
  background: rgba(255, 253, 248, .97);
  box-shadow: 0 28px 68px rgba(39, 50, 33, .15);
}

.page-home .mf-review-card .home-review-badge {
  position: static;
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 10px;
  color: var(--mf-green);
  border: 1px solid rgba(35, 75, 44, .13);
  border-radius: 999px;
  background: #edf1e8;
  font-size: .66rem;
  font-weight: 800;
}

.page-home .mf-review-card > p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  line-height: 1.35;
}

.page-home .mf-review-card > footer {
  margin-top: 19px;
  color: #6e766c;
  font-size: .75rem;
}

.page-home .mf-review-card__reference {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(35, 75, 44, .1);
}

.page-home .mf-review-card__reference img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 14px;
}

.page-home .mf-review-card__reference span {
  color: #6c7469;
  font-size: .68rem;
  line-height: 1.4;
}

/* Journal */
.page-home .mf-journal {
  background: #fbf8f2;
}

.page-home .mf-article-grid.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-home .mf-article-card.article-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  color: var(--mf-ink);
  border: 1px solid rgba(35, 75, 44, .1);
  border-radius: 26px;
  background: rgba(255, 253, 248, .82);
  box-shadow: 0 8px 28px rgba(39, 50, 33, .035);
  text-decoration: none;
  transition: transform .35s ease, box-shadow .35s ease;
}

.page-home .mf-article-card > img {
  width: 100%;
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  transition: transform .6s ease;
}

.page-home .mf-article-card > div {
  padding: 24px;
}

.page-home .mf-article-card h3 {
  margin: 12px 0 12px;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.08;
}

.page-home .mf-article-card p {
  margin: 0;
  color: #6b7368;
  line-height: 1.6;
}

/* Boutique CTA */
.page-home .mf-boutique {
  padding-top: clamp(54px, 6vw, 88px);
  padding-bottom: clamp(70px, 8vw, 120px);
  background: var(--mf-ivory);
}

.page-home .mf-boutique__card.boutique-card {
  display: grid;
  min-height: 470px;
  padding: 0;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 34px;
  background: linear-gradient(135deg, #183c22, #285331);
  box-shadow: 0 30px 72px rgba(23, 55, 31, .18);
}

.page-home .mf-boutique__content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(38px, 5vw, 66px);
}

.page-home .mf-boutique .eyebrow {
  color: rgba(255, 255, 255, .72);
}

.page-home .mf-boutique h2 {
  max-width: 600px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  font-weight: 450;
  line-height: .94;
  letter-spacing: -.04em;
}

.page-home .mf-boutique h2 em {
  color: #ece3d4;
  font-style: italic;
  font-weight: 430;
}

.page-home .mf-boutique__content > p {
  max-width: 570px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.72;
}

.page-home .mf-boutique .boutique-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 28px;
}

.page-home .mf-boutique .boutique-card__meta span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, .82);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  font-size: .66rem;
}

.page-home .mf-boutique .boutique-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .mf-home-button--on-green {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
}

.page-home .mf-boutique__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.page-home .mf-boutique__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #244c2d 0%, rgba(36, 76, 45, .35) 22%, rgba(18, 44, 25, .05) 62%);
  content: "";
  pointer-events: none;
}

.page-home .mf-boutique__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(.96) brightness(.76);
  transform: scale(1.035);
}

.page-home .mf-boutique__info-card {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 6%;
  width: min(210px, 36%);
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(12, 34, 18, .28));
  transform: translateY(-50%);
}

/* Public footer refresh. The logo source remains exactly the existing configured logo. */
.site-footer {
  color: #3f4b3b !important;
  border-top: 1px solid rgba(35, 75, 44, .1) !important;
  background: #f2ede3 !important;
}

.site-footer .footer-top.container {
  display: grid !important;
  padding-top: clamp(54px, 6vw, 84px) !important;
  padding-bottom: clamp(42px, 5vw, 66px) !important;
  grid-template-columns: minmax(230px, 1.35fr) repeat(4, minmax(135px, 1fr)) !important;
  align-items: start !important;
  gap: clamp(28px, 4vw, 58px) !important;
}

.site-footer .footer-brand img {
  display: block;
  width: auto !important;
  max-width: 188px !important;
  height: auto !important;
  margin: 0 0 18px !important;
  filter: none !important;
}

.site-footer .footer-brand p {
  max-width: 300px;
  margin: 0 0 22px;
  color: #6c7469 !important;
  font-size: .8rem;
  line-height: 1.65;
}

.site-footer .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer .socials a {
  display: grid !important;
  width: 35px !important;
  height: 35px !important;
  place-items: center;
  color: var(--mf-green, #234b2c) !important;
  border: 1px solid rgba(35, 75, 44, .19) !important;
  border-radius: 50% !important;
  background: rgba(255, 253, 248, .56) !important;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.site-footer .socials svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor;
}

.site-footer .footer-top > div:not(.footer-brand) {
  display: grid;
  align-content: start;
  gap: 9px;
}

.site-footer .footer-top h3 {
  margin: 0 0 10px !important;
  color: #354232 !important;
  font-family: var(--ui) !important;
  font-size: .66rem !important;
  font-weight: 850 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase;
}

.site-footer .footer-top a,
.site-footer .footer-top span {
  color: #687164 !important;
  font-size: .76rem;
  line-height: 1.45;
  text-decoration: none;
}

.site-footer .footer-top a:hover {
  color: #234b2c !important;
}

.site-footer .footer-contact .footer-phone {
  color: #2f3d2c !important;
  font-family: var(--display);
  font-size: 1.1rem !important;
}

.site-footer .footer-bottom.container {
  display: grid !important;
  min-height: 74px;
  place-items: center !important;
  border-top: 1px solid rgba(35, 75, 44, .1) !important;
  text-align: center !important;
}

.site-footer .footer-copyright {
  color: #7b8278 !important;
  font-size: .7rem !important;
}

/* Motion: progressively enhanced only after JS marks the page as motion-ready. */
.page-home.home-motion-ready .mf-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .75s ease, transform .85s cubic-bezier(.2, .75, .2, 1);
  will-change: opacity, transform;
}

.page-home.home-motion-ready .mf-reveal--delay {
  transition-delay: .11s;
}

.page-home.home-motion-ready .mf-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (hover: hover) and (pointer: fine) {
  .page-home .mf-home-button,
  .page-home .mf-section-head .text-link,
  .page-home .mf-feelings__grid a,
  .page-home .mf-category-card,
  .page-home .mf-product-card,
  .page-home .mf-article-card,
  .page-home .mf-recipe-feature,
  .site-footer .socials a {
    transform: translateZ(0);
  }

  .page-home .mf-feelings__grid a:hover {
    border-color: rgba(255, 255, 255, .31);
    background: rgba(255, 255, 255, .105);
    box-shadow: 0 16px 32px rgba(8, 29, 14, .14);
    transform: translateY(-5px);
  }

  .page-home .mf-category-card:hover,
  .page-home .mf-product-card:hover,
  .page-home .mf-article-card:hover {
    border-color: rgba(35, 75, 44, .22);
    box-shadow: 0 24px 55px rgba(39, 50, 33, .12);
    transform: translateY(-7px);
  }

  .page-home .mf-category-card:hover .category-card__category-image,
  .page-home .mf-product-card:hover .mf-product-card__media img,
  .page-home .mf-article-card:hover > img {
    transform: scale(1.045);
  }

  .page-home .mf-section-head .text-link:hover span,
  .page-home .mf-recipe-list a:hover b,
  .page-home .mf-card-link:hover b {
    transform: translateX(5px);
  }

  .site-footer .socials a:hover {
    color: #fff !important;
    background: #234b2c !important;
    transform: translateY(-3px);
  }
}

.page-home a:focus-visible,
.page-home button:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid #6f8f68;
  outline-offset: 4px;
}

/* Responsive */
@media (max-width: 1180px) {
  .page-home .mf-home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
    gap: 42px;
  }

  .page-home .mf-home-hero h1 {
    font-size: clamp(3.8rem, 6.6vw, 5.8rem);
  }

  .page-home .mf-home-hero__visual {
    min-height: 590px;
  }

  .page-home .mf-feelings__grid.finder-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .mf-feelings__grid a {
    min-height: 150px;
  }

  .page-home .mf-production__grid.farmers-preview__grid {
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
  }

  .site-footer .footer-top.container {
    grid-template-columns: minmax(230px, 1.3fr) repeat(2, minmax(160px, 1fr)) !important;
  }
}

@media (max-width: 960px) {
  .page-home .mf-home-hero {
    padding-top: 52px;
  }

  .page-home .mf-home-hero__grid,
  .page-home .mf-story__grid.manifesto-grid,
  .page-home .mf-production__grid.farmers-preview__grid,
  .page-home .mf-reviews__grid.home-reviews-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-home .mf-home-hero__copy {
    max-width: 760px;
  }

  .page-home .mf-home-hero__visual {
    min-height: 650px;
    max-width: 690px;
    width: 100%;
    margin-inline: auto;
  }

  .page-home .mf-home-hero__caption.hero-caption {
    left: 1%;
  }

  .page-home .mf-feelings__head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .page-home .mf-feelings__head > p {
    max-width: 620px;
  }

  .page-home .mf-category-grid.category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .page-home .mf-category-card--feature {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 520px;
  }

  .page-home .mf-product-grid.product-grid,
  .page-home .mf-article-grid.article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .mf-product-grid .mf-product-card:last-child,
  .page-home .mf-article-grid .mf-article-card:last-child {
    grid-column: 1 / -1;
    max-width: 620px;
    width: 100%;
    justify-self: center;
  }

  .page-home .mf-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 18px;
  }

  .page-home .mf-proof-strip > span:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .page-home .mf-story__copy {
    max-width: 760px;
  }

  .page-home .mf-story__portrait.founder-duo {
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
  }

  .page-home .mf-production__visual.farmers-preview__visual--template {
    max-width: 690px !important;
    width: 100%;
    margin: 10px auto 0 !important;
  }

  .page-home .mf-recipe-showcase.recipe-showcase {
    grid-template-columns: 1fr;
  }

  .page-home .mf-recipe-list.recipe-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .page-home .mf-recipe-list a,
  .page-home .mf-recipe-list a:last-child {
    grid-template-columns: 34px minmax(0, 1fr);
    border: 1px solid rgba(35, 75, 44, .12);
    border-radius: 18px;
    padding: 18px;
  }

  .page-home .mf-recipe-list a b {
    display: none;
  }

  .page-home .mf-reviews__visual.home-reviews-visual {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  .page-home .mf-boutique__card.boutique-card {
    grid-template-columns: 1fr;
  }

  .page-home .mf-boutique__visual {
    min-height: 390px;
  }
}

@media (max-width: 720px) {
  .page-home .section {
    padding-block: 70px;
  }

  .page-home .mf-section-head.section-head {
    display: block;
  }

  .page-home .mf-section-head .text-link {
    margin-top: 18px;
  }

  .page-home .mf-home-hero h1 {
    margin-top: 17px;
    font-size: clamp(3.25rem, 15vw, 5.1rem);
  }

  .page-home .mf-home-hero__lead {
    font-size: .96rem;
  }

  .page-home .mf-home-trust {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-home .mf-home-trust > span,
  .page-home .mf-home-trust > span:first-child {
    padding: 0;
    border-left: 0;
  }

  .page-home .mf-home-hero__visual {
    min-height: 510px;
  }

  .page-home .mf-home-hero__photo.hero-photo {
    inset: 3% 3% 3% 3%;
  }

  .page-home .mf-home-hero__seal.hero-note {
    right: 0;
    width: 112px;
    height: 112px;
    padding: 13px;
  }

  .page-home .mf-home-hero__seal span {
    font-size: .58rem;
  }

  .page-home .mf-home-hero__caption.hero-caption {
    bottom: -3%;
    width: 62%;
    padding: 14px;
  }

  .page-home .mf-home-hero__caption p {
    font-size: .78rem;
  }

  .page-home .mf-feelings {
    margin-top: 0;
  }

  .page-home .mf-feelings__panel.finder-card {
    padding: 30px 20px;
    border-radius: 26px;
  }

  .page-home .mf-feelings__head h2 {
    font-size: clamp(2.6rem, 12vw, 4.4rem);
  }

  .page-home .mf-feelings__grid.finder-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .mf-feelings__grid a {
    min-height: 142px;
    padding: 20px 9px 16px;
  }

  .page-home .mf-category-grid.category-grid,
  .page-home .mf-product-grid.product-grid,
  .page-home .mf-article-grid.article-grid {
    grid-template-columns: 1fr;
  }

  .page-home .mf-category-card--feature,
  .page-home .mf-category-card.category-card {
    grid-column: auto;
    min-height: 350px;
  }

  .page-home .mf-category-card--feature {
    min-height: 465px;
  }

  .page-home .mf-category-card .category-card__copy,
  .page-home .mf-category-card--feature .category-card__copy {
    max-width: 80%;
    padding: 26px;
  }

  .page-home .mf-product-grid .mf-product-card:last-child,
  .page-home .mf-article-grid .mf-article-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .page-home .mf-proof-strip {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .page-home .mf-proof-strip > span,
  .page-home .mf-proof-strip > span:nth-child(3) {
    padding: 12px 0;
    border-top: 1px solid rgba(35, 75, 44, .1);
    border-left: 0;
  }

  .page-home .mf-proof-strip > span:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .page-home .mf-story__copy h2,
  .page-home .mf-reviews__copy h2,
  .page-home .mf-production h2,
  .page-home .mf-boutique h2 {
    font-size: clamp(2.65rem, 12vw, 4.6rem);
  }

  .page-home .mf-story__principles {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .page-home .mf-story__principles span,
  .page-home .mf-story__principles span:first-child {
    padding: 0;
    border-left: 0;
  }

  .page-home .mf-story__portrait .founder-duo__note {
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px) !important;
  }

  .page-home .mf-production__visual.farmers-preview__visual--template {
    min-height: 500px !important;
  }

  .page-home .mf-production .production-signals {
    top: 5%;
    right: 0;
  }

  .page-home .mf-production .production-signal {
    font-size: .56rem;
  }

  .page-home .mf-recipe-feature.recipe-feature {
    grid-template-columns: 1fr;
  }

  .page-home .mf-recipe-feature .recipe-feature__image {
    min-height: 280px;
  }

  .page-home .mf-recipe-list.recipe-list {
    grid-template-columns: 1fr;
  }

  .page-home .mf-reviews__visual.home-reviews-visual {
    min-height: 630px;
  }

  .page-home .mf-reviews__product.home-reviews-frame {
    inset: 0 9% 35% 0;
  }

  .page-home .mf-review-card.home-review-quote {
    top: auto;
    right: 0;
    bottom: 0;
    width: 88%;
    padding: 26px;
  }

  .page-home .mf-boutique__content {
    padding: 34px 24px;
  }

  .page-home .mf-boutique__visual {
    min-height: 320px;
  }

  .page-home .mf-boutique__info-card {
    width: 170px;
  }

  .site-footer .footer-top.container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 22px !important;
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .page-home .mf-home-hero__actions,
  .page-home .mf-boutique .boutique-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-home .mf-home-hero__actions .button,
  .page-home .mf-boutique .boutique-actions .button {
    width: 100%;
    justify-content: center;
  }

  .page-home .mf-home-hero__visual {
    min-height: 440px;
  }

  .page-home .mf-home-hero__botanical {
    right: -34%;
  }

  .page-home .mf-home-hero__caption.hero-caption {
    width: 70%;
  }

  .page-home .mf-feelings__grid.finder-options {
    gap: 9px;
  }

  .page-home .mf-feelings__grid a {
    min-height: 132px;
  }

  .page-home .mf-feelings__grid svg {
    width: 35px;
    height: 35px;
  }

  .page-home .mf-category-card .category-card__copy,
  .page-home .mf-category-card--feature .category-card__copy {
    max-width: 88%;
  }

  .page-home .mf-product-card__bottom.product-card__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .page-home .mf-product-card__bottom form,
  .page-home .mf-product-card__add {
    width: 100%;
  }

  .page-home .mf-production__visual.farmers-preview__visual--template {
    min-height: 430px !important;
  }

  .page-home .mf-production .production-signals {
    gap: 6px;
  }

  .page-home .mf-production .production-signal {
    padding: 7px 9px;
  }

  .page-home .mf-production__visual .hero-caption {
    width: 68%;
    padding: 13px;
  }

  .page-home .mf-review-card.home-review-quote {
    width: 94%;
    padding: 22px;
  }

  .site-footer .footer-top.container {
    grid-template-columns: 1fr !important;
  }

  .site-footer .footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after,
  .site-footer *,
  .site-footer *::before,
  .site-footer *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .page-home.home-motion-ready .mf-reveal,
  .page-home.home-motion-ready .mf-reveal.is-visible {
    opacity: 1;
    transform: none;
  }

  .page-home .mf-home-hero__photo.hero-photo,
  .page-home .mf-home-hero__botanical,
  .page-home .mf-home-hero__seal.hero-note {
    transform: none;
  }
}
