.mpj-page {
  --mpj-sky-50: #f5fbfe;
  --mpj-sky-100: #e7f4fb;
  --mpj-sky-200: #cfe8f5;
  --mpj-sky-300: #b5d9eb;
  --mpj-blue-600: #4d7187;
  --mpj-blue-700: #3f6074;
  --mpj-cream: #fff9ed;
  --mpj-ivory: #fffdf8;
  --mpj-gold-500: #b77b22;
  --mpj-gold-600: #9a6515;
  --mpj-gold-200: #ead29b;
  --mpj-ink: #263640;
  --mpj-muted: #5f6f79;
  --mpj-border: rgba(77, 113, 135, .2);
  --mpj-white: #fff;
  --mpj-radius-sm: 14px;
  --mpj-radius-md: 24px;
  --mpj-radius-lg: 36px;
  --mpj-shadow-sm: 0 8px 24px rgba(46, 72, 87, .08);
  --mpj-shadow-md: 0 18px 48px rgba(46, 72, 87, .12);
  --mpj-shadow-lg: 0 30px 80px rgba(46, 72, 87, .16);
  --mpj-ease: cubic-bezier(.22, 1, .36, 1);
  color: var(--mpj-ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(255, 255, 255, .92) 0 5%, transparent 19%),
    linear-gradient(180deg, var(--mpj-sky-50), var(--mpj-ivory) 35%, #f7fbfd 100%);
  font: 400 16px/1.65 "Montserrat", "Aptos", Arial, sans-serif;
  overflow-x: clip;
}

.mi-pequena-joyeria-page .site-main > article > .entry-header { display: none; }

.mi-pequena-joyeria-page .site-main,
.mi-pequena-joyeria-page .site-main > article > .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.mpj-page *,
.mpj-page *::before,
.mpj-page *::after { box-sizing: border-box; }

.mpj-page img { max-width: 100%; }

.mpj-sr-only {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mpj-page h1,
.mpj-page h2,
.mpj-page h3,
.mpj-page blockquote {
  color: var(--mpj-blue-700);
  font-family: "Cormorant", Georgia, serif;
  text-wrap: balance;
}

.mpj-page a,
.mpj-page button { touch-action: manipulation; }

.mpj-page a:focus-visible,
.mpj-page button:focus-visible {
  outline: 3px solid var(--mpj-blue-700);
  outline-offset: 4px;
  border-radius: 10px;
}

.mpj-breadcrumb {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mpj-muted);
  font-size: .78rem;
}

.mpj-breadcrumb a {
  color: var(--mpj-blue-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mpj-collection-nav {
  width: min(1240px, calc(100% - 32px));
  min-height: 68px;
  margin: 4px auto 14px;
  padding: 8px 10px 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: sticky;
  top: 12px;
  z-index: 20;
  background: rgba(255, 253, 248, .9);
  border: 1px solid rgba(183, 123, 34, .2);
  border-radius: 999px;
  box-shadow: var(--mpj-shadow-sm);
  backdrop-filter: blur(16px);
}

.mpj-collection-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mpj-blue-700) !important;
  text-decoration: none !important;
}
.mpj-collection-brand img { width: 44px; height: 44px; object-fit: contain; }
.mpj-collection-brand span { min-width: 0; display: grid; line-height: 1.15; }
.mpj-collection-brand strong { font-family: "Cormorant", Georgia, serif; font-size: 1.05rem; }
.mpj-collection-brand small { color: var(--mpj-muted); font-size: .64rem; }
.mpj-collection-links { display: none; gap: 26px; }
.mpj-collection-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--mpj-blue-700) !important;
  font-size: .76rem;
  font-weight: 700;
  text-decoration: none !important;
}
.mpj-collection-links a:hover { color: var(--mpj-gold-600) !important; }
.mpj-favorites-trigger {
  min-width: 44px;
  min-height: 44px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--mpj-blue-700);
  background: var(--mpj-sky-100);
  border: 1px solid var(--mpj-sky-300);
  border-radius: 999px;
  cursor: pointer;
  font: 700 .74rem/1 "Montserrat", Arial, sans-serif;
}
.mpj-favorites-trigger svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.mpj-favorites-trigger span { display: none; }
.mpj-favorites-trigger b { min-width: 18px; height: 18px; display: grid; place-content: center; color: #fff; background: var(--mpj-gold-600); border-radius: 50%; font-size: .62rem; }

.mpj-hero {
  width: min(1240px, calc(100% - 20px));
  margin: 6px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border: 1px solid rgba(183, 123, 34, .2);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 253, 248, .96), rgba(231, 244, 251, .9));
  box-shadow: var(--mpj-shadow-md);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.mpj-hero::before,
.mpj-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.mpj-hero::before {
  width: 280px;
  height: 280px;
  left: -130px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(181, 217, 235, .8), rgba(181, 217, 235, 0) 70%);
}

.mpj-hero::after {
  width: 220px;
  height: 220px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(234, 210, 155, .38), rgba(234, 210, 155, 0) 70%);
}

.mpj-hero__copy {
  padding: 38px 24px 24px;
  position: relative;
  z-index: 2;
}

.mpj-logo {
  width: 82px;
  height: 82px;
  margin: 18px 0 16px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(113, 78, 23, .14));
}

.mpj-eyebrow {
  display: inline-block;
  color: var(--mpj-gold-600);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mpj-hero h1 {
  margin: 0 0 20px;
  max-width: 650px;
  font-size: clamp(3.2rem, 14vw, 5.9rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .9;
}

.mpj-lead {
  max-width: 590px;
  margin: 0 0 28px;
  color: var(--mpj-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.mpj-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mpj-button {
  min-height: 50px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s var(--mpj-ease);
}

.mpj-button:hover { transform: translateY(-2px); }
.mpj-button:active { transform: translateY(0); }

.mpj-button--gold {
  color: var(--mpj-white) !important;
  background: linear-gradient(135deg, #bd8531, var(--mpj-gold-600));
  box-shadow: 0 12px 28px rgba(154, 101, 21, .24);
}

.mpj-button--gold:hover { box-shadow: 0 16px 34px rgba(154, 101, 21, .3); }

.mpj-button--soft {
  color: var(--mpj-blue-700) !important;
  background: rgba(255, 255, 255, .8);
  border-color: rgba(63, 96, 116, .28);
}

.mpj-button--soft:hover { background: var(--mpj-white); }

.mpj-signature {
  margin: 22px 0 0;
  color: var(--mpj-blue-600);
  font-family: "Cormorant", Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
}

.mpj-hero__visual {
  min-height: 360px;
  padding: 14px;
  position: relative;
}

.mpj-hero__visual > picture {
  width: 100%;
  height: 100%;
  display: block;
}

.mpj-hero__visual > picture img {
  width: 100%;
  height: 100%;
  min-height: 332px;
  display: block;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--mpj-shadow-md);
}

.mpj-hero__note {
  width: 96px;
  height: 96px;
  position: absolute;
  left: 4px;
  bottom: 44px;
  display: grid;
  place-content: center;
  color: var(--mpj-gold-600);
  background: rgba(255, 249, 237, .96);
  border: 2px solid var(--mpj-gold-200);
  border-radius: 50%;
  box-shadow: var(--mpj-shadow-sm);
  font-size: .72rem;
  text-align: center;
  transform: rotate(-6deg);
}

.mpj-hero__note strong { font-size: 1.35rem; line-height: 1.1; }

.mpj-sparkle {
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 3;
  fill: var(--mpj-gold-200);
  filter: drop-shadow(0 4px 8px rgba(154, 101, 21, .18));
}

.mpj-sparkle--one { top: 34px; left: 2px; }
.mpj-sparkle--two { right: 28px; bottom: 24px; width: 18px; height: 18px; }

.mpj-promises {
  width: min(1080px, calc(100% - 32px));
  margin: 28px auto 72px;
  display: grid;
  gap: 14px;
}

.mpj-promises article {
  min-height: 160px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--mpj-ink);
  background: rgba(255, 255, 255, .84);
  border: 1px solid var(--mpj-border);
  border-radius: var(--mpj-radius-md);
  box-shadow: var(--mpj-shadow-sm);
  text-align: center;
  backdrop-filter: blur(10px);
}

.mpj-promises svg {
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  fill: none;
  stroke: var(--mpj-gold-600);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mpj-promises strong { font-size: .95rem; }

.mpj-promises small {
  margin-top: 7px;
  color: var(--mpj-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.mpj-finder,
.mpj-length-guide {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 78px;
  padding: 30px 22px;
  display: grid;
  gap: 28px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--mpj-border);
  border-radius: var(--mpj-radius-lg);
  box-shadow: var(--mpj-shadow-md);
}
.mpj-finder__intro h2,
.mpj-length-guide h2 {
  margin: 8px 0 14px;
  font-size: clamp(2.25rem, 8vw, 3.8rem);
  font-weight: 600;
  line-height: .95;
}
.mpj-finder__intro p,
.mpj-length-guide__copy p { max-width: 640px; margin: 0; color: var(--mpj-muted); }
.mpj-finder__form { display: grid; gap: 14px; align-content: center; }
.mpj-field { display: grid; gap: 7px; }
.mpj-field label { color: var(--mpj-blue-700); font-size: .78rem; font-weight: 700; }
.mpj-field select {
  width: 100%;
  min-height: 50px;
  padding: 0 42px 0 15px;
  color: var(--mpj-ink);
  background-color: var(--mpj-ivory);
  border: 1px solid var(--mpj-sky-300);
  border-radius: 14px;
  font: 500 .88rem/1.2 "Montserrat", Arial, sans-serif;
}
.mpj-field select:focus-visible { outline: 3px solid var(--mpj-blue-700); outline-offset: 3px; }
.mpj-finder__status { min-height: 1.4em; margin: 0; color: var(--mpj-gold-600); font-size: .74rem; text-align: center; }

.mpj-shop {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  scroll-margin-top: 24px;
}

.mpj-section-heading {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.mpj-section-heading h2,
.mpj-help h2 {
  margin: 8px 0 0;
  font-size: clamp(2.5rem, 10vw, 4rem);
  font-weight: 600;
  line-height: .98;
}

.mpj-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--mpj-gold-600);
  cursor: pointer;
  font-size: .88rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.mpj-categories {
  margin: 0 -16px 8px;
  padding: 4px 16px 20px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.mpj-chip {
  min-height: 44px;
  padding: 10px 17px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  color: var(--mpj-blue-700);
  background: var(--mpj-white);
  border: 1px solid var(--mpj-sky-300);
  border-radius: 999px;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.mpj-chip span { margin-left: 5px; color: inherit; opacity: .72; }
.mpj-chip--active,
.mpj-chip:hover { color: var(--mpj-white); background: var(--mpj-blue-700); border-color: var(--mpj-blue-700); }

.mpj-products .woocommerce ul.products {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.mpj-products .woocommerce ul.products::before,
.mpj-products .woocommerce ul.products::after { display: none !important; }

.mpj-products .woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 12px 12px 20px !important;
  position: relative;
  overflow: hidden;
  background: var(--mpj-white);
  border: 1px solid var(--mpj-border);
  border-radius: var(--mpj-radius-md);
  box-shadow: var(--mpj-shadow-sm);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s var(--mpj-ease);
}

.mpj-products .woocommerce ul.products li.product:hover {
  border-color: rgba(183, 123, 34, .32);
  box-shadow: var(--mpj-shadow-md);
  transform: translateY(-3px);
}

.mpj-favorite-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  display: grid;
  place-content: center;
  color: var(--mpj-blue-700);
  background: rgba(255, 255, 255, .93);
  border: 1px solid var(--mpj-border);
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(46, 72, 87, .14);
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, transform .2s var(--mpj-ease);
}
.mpj-favorite-toggle:hover { transform: scale(1.06); }
.mpj-favorite-toggle svg { width: 21px; height: 21px; fill: transparent; stroke: currentColor; stroke-width: 1.7; }
.mpj-favorite-toggle.is-active { color: #fff; background: var(--mpj-gold-600); border-color: var(--mpj-gold-600); }
.mpj-favorite-toggle.is-active svg { fill: currentColor; }

.mpj-products .woocommerce ul.products li.product a { cursor: pointer; }

.mpj-products .woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 17px !important;
  display: block;
  object-fit: cover;
  background: var(--mpj-sky-100);
  border-radius: 17px;
}

.mpj-products .woocommerce-loop-product__title {
  margin: 0;
  padding: 0 8px !important;
  color: var(--mpj-blue-700);
  font-family: "Cormorant", Georgia, serif;
  font-size: 1.3rem !important;
  font-weight: 600;
  line-height: 1.25;
}

.mpj-products .price {
  padding: 0 8px;
  color: var(--mpj-gold-600) !important;
  font-variant-numeric: tabular-nums;
  font-weight: 700 !important;
}

.mpj-products .button {
  min-height: 44px;
  margin: 10px 8px 0 !important;
  padding: 11px 17px !important;
  color: var(--mpj-blue-700) !important;
  background: var(--mpj-sky-100) !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  cursor: pointer;
  font-size: .82rem !important;
  font-weight: 700 !important;
  transition: background-color .2s ease, border-color .2s ease !important;
}

.mpj-products .button:hover { background: var(--mpj-sky-200) !important; border-color: var(--mpj-sky-300) !important; }

.mpj-products .onsale {
  min-width: 54px !important;
  min-height: 54px !important;
  display: grid !important;
  place-content: center;
  color: var(--mpj-white) !important;
  background: var(--mpj-gold-600) !important;
  font-size: .7rem !important;
}

.mpj-products .woocommerce-pagination { margin-top: 38px; }

.mpj-empty {
  padding: 42px 24px;
  color: var(--mpj-blue-700);
  background: var(--mpj-sky-100);
  border-radius: var(--mpj-radius-md);
  text-align: center;
}

.mpj-length-guide { margin-top: 86px; background: linear-gradient(145deg, rgba(231, 244, 251, .92), rgba(255, 249, 237, .94)); }
.mpj-length-guide__copy .mpj-text-link { margin-top: 16px; }
.mpj-length-cards { display: grid; gap: 12px; }
.mpj-length-cards article {
  min-height: 138px;
  padding: 20px;
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(183, 123, 34, .22);
  border-radius: 20px;
}
.mpj-length-cards strong { color: var(--mpj-blue-700); font-family: "Cormorant", Georgia, serif; font-size: 1.35rem; }
.mpj-length-cards small { color: var(--mpj-muted); font-size: .72rem; }
.mpj-chain {
  position: absolute;
  top: 17px;
  left: 50%;
  border: 2px dotted var(--mpj-gold-500);
  border-top: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%);
}
.mpj-chain--16 { width: 68px; height: 43px; }
.mpj-chain--18 { width: 86px; height: 53px; }
.mpj-chain--20 { width: 104px; height: 64px; }

.mpj-favorites-dialog {
  width: min(620px, calc(100% - 24px));
  max-height: min(760px, calc(100vh - 32px));
  padding: 0;
  color: var(--mpj-ink);
  background: var(--mpj-ivory);
  border: 1px solid var(--mpj-gold-200);
  border-radius: 28px;
  box-shadow: var(--mpj-shadow-lg);
}
.mpj-favorites-dialog::backdrop { background: rgba(38, 54, 64, .48); backdrop-filter: blur(5px); }
.mpj-dialog__header {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  background: var(--mpj-sky-100);
  border-bottom: 1px solid var(--mpj-border);
}
.mpj-dialog__header h2 { margin: 4px 0 0; font-size: clamp(2rem, 8vw, 3rem); line-height: .95; }
.mpj-dialog__close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-content: center;
  color: var(--mpj-blue-700);
  background: #fff;
  border: 1px solid var(--mpj-border);
  border-radius: 50%;
  cursor: pointer;
}
.mpj-dialog__close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.mpj-favorites-empty { margin: 0; padding: 32px 24px 12px; color: var(--mpj-muted); text-align: center; }
.mpj-favorites-list { margin: 0; padding: 18px 24px; display: grid; gap: 10px; list-style: none; }
.mpj-favorites-list li { padding: 9px; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--mpj-border); border-radius: 16px; }
.mpj-favorites-list a { min-width: 0; flex: 1; display: flex; align-items: center; gap: 12px; color: var(--mpj-blue-700) !important; text-decoration: none !important; }
.mpj-favorites-list img { width: 64px; height: 64px; flex: 0 0 64px; object-fit: cover; border-radius: 12px; }
.mpj-favorites-list a span { min-width: 0; display: grid; }
.mpj-favorites-list strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.mpj-favorites-list small { color: var(--mpj-gold-600); font-size: .7rem; font-weight: 700; }
.mpj-favorites-list button { min-height: 44px; padding: 8px 10px; color: var(--mpj-blue-700); background: transparent; border: 0; cursor: pointer; font: 700 .68rem/1 "Montserrat", Arial, sans-serif; text-decoration: underline; text-underline-offset: 3px; }
.mpj-favorites-dialog > .mpj-button { margin: 4px 24px 24px; }

.mpj-story {
  width: min(980px, calc(100% - 32px));
  margin: 80px auto;
  padding: 48px 24px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(231, 244, 251, .9), rgba(255, 249, 237, .92));
  border: 1px solid rgba(183, 123, 34, .2);
  border-radius: var(--mpj-radius-lg);
  text-align: center;
}

.mpj-story::after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  right: -70px;
  bottom: -70px;
  background: radial-gradient(circle, rgba(181, 217, 235, .72), transparent 68%);
  border-radius: 50%;
}

.mpj-story__mark {
  width: 80px;
  height: 24px;
  margin: 0 auto 22px;
  fill: var(--mpj-cream);
  stroke: var(--mpj-gold-600);
  stroke-width: 1.3;
}

.mpj-story blockquote {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1.75rem, 7vw, 2.7rem);
  font-weight: 500;
  line-height: 1.35;
}

.mpj-story p { margin: 24px 0 0; color: var(--mpj-gold-600); font-size: .82rem; font-weight: 700; letter-spacing: .05em; }

.mpj-help {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto 72px;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--mpj-border);
  border-radius: 28px;
  box-shadow: var(--mpj-shadow-md);
}

.mpj-help p { max-width: 720px; margin-bottom: 0; color: var(--mpj-muted); line-height: 1.75; }

.mpj-motion-ready .mpj-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .38s ease-out, transform .38s var(--mpj-ease);
}

.mpj-motion-ready .mpj-reveal.mpj-is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 560px) {
  .mpj-actions { flex-direction: row; flex-wrap: wrap; }
  .mpj-button { width: auto; }
  .mpj-favorites-trigger span { display: inline; }
  .mpj-products .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .mpj-collection-nav { padding-inline: 16px; }
  .mpj-finder,
  .mpj-length-guide { padding: 42px; }
  .mpj-finder__form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mpj-finder__form .mpj-button { grid-column: 1 / -1; justify-self: start; }
  .mpj-finder__status { grid-column: 1 / -1; text-align: left; }
  .mpj-length-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mpj-hero { width: min(1240px, calc(100% - 36px)); border-radius: var(--mpj-radius-lg); }
  .mpj-hero__copy { padding: 56px 48px 34px; }
  .mpj-hero__visual { min-height: 520px; padding: 22px; }
  .mpj-hero__visual > picture img { min-height: 476px; border-radius: 28px; }
  .mpj-promises { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; }
  .mpj-section-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .mpj-story { padding: 62px clamp(36px, 7vw, 82px); }
  .mpj-help { padding: 42px 48px; flex-direction: row; align-items: center; justify-content: space-between; }
  .mpj-help .mpj-button { flex: 0 0 auto; }
}

@media (min-width: 1024px) {
  .mpj-collection-links { display: flex; }
  .mpj-finder { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); padding: 54px; }
  .mpj-length-guide { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); padding: 54px; align-items: center; }
  .mpj-hero { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 650px; }
  .mpj-hero__copy { padding: 68px 32px 68px 68px; }
  .mpj-hero__visual { min-height: 650px; height: 100%; padding: 28px; }
  .mpj-hero__visual > picture img { min-height: 594px; }
  .mpj-products .woocommerce ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
}

@media (max-width: 479px) {
  .mpj-products .woocommerce ul.products { grid-template-columns: minmax(0, 1fr) !important; }
  .mpj-products .woocommerce ul.products li.product { padding-bottom: 16px !important; }
  .mpj-products .button { width: calc(100% - 16px); justify-content: center; text-align: center; }
  .mpj-collection-brand small { display: none; }
  .mpj-favorites-trigger { padding-inline: 10px; }
}

@media (min-width: 1440px) {
  .mpj-hero__copy { padding-left: 78px; }
  .mpj-promises { margin-bottom: 92px; }
  .mpj-story { margin-block: 104px; }
}

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

  .mpj-motion-ready .mpj-reveal { opacity: 1; transform: none; }
}
