/*
Theme Name: MENHEAL Panamá
Theme URI: https://menheal.com.pa
Author: ClaryTek
Description: Premium single-product WooCommerce theme for MENHEAL Panamá.
Version: 1.0.4
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: menheal
*/

:root {
  --mh-black: #0b0d0c;
  --mh-charcoal: #1f2020;
  --mh-green: #5a7543;
  --mh-action: #82a04c;
  --mh-deep: #30452b;
  --mh-soft: #dde5d5;
  --mh-warm: #f6f6f3;
  --mh-white: #fff;
  --mh-line: #e4e5e2;
  --mh-muted: #9a9d98;
  --mh-copy: #555955;
  --mh-display: "Montserrat", Arial, sans-serif;
  --mh-body: "Inter", Arial, sans-serif;
  --mh-max: 1200px;
  --wp-admin-theme-color: #82a04c;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}
body {
  margin: 0;
  background: var(--mh-warm);
  color: var(--mh-charcoal);
  font-family: var(--mh-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .mh-header {
  top: 32px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
.mh-container {
  width: min(100% - 112px, var(--mh-max));
  margin-inline: auto;
}
.mh-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--mh-black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.mh-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.mh-logo img {
  width: 154px;
}
.mh-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
}
.mh-nav a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  opacity: 0.82;
  transition:
    color 0.2s,
    opacity 0.2s;
}
.mh-nav a:hover {
  color: var(--mh-action);
  opacity: 1;
}
.mh-nav-list .current-menu-item > a,
.mh-nav-list .current-menu-ancestor > a,
.mh-nav-list .current_page_item > a,
.mh-nav-list .current_page_ancestor > a {
  color: var(--mh-action);
  opacity: 1;
}
.mh-nav-list,
.mh-mobile-nav-list {
  display: flex;
  align-items: center;
  gap: 27px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mh-mobile-nav-list {
  display: grid;
  gap: 2px;
}
.mh-mobile-nav-list a {
  display: block;
}
.mh-mobile-nav-list .current-menu-item > a,
.mh-mobile-nav-list .current-menu-ancestor > a,
.mh-mobile-nav-list .current_page_item > a,
.mh-mobile-nav-list .current_page_ancestor > a {
  color: var(--mh-action);
}
.mh-button,
.mh-menu-button {
  border: 0;
}
.mh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 25px;
  border-radius: 11px;
  background: var(--mh-action);
  color: #fff;
  font: 700 18px var(--mh-display);
  letter-spacing: 0.35px;
  transition:
    background 0.2s,
    transform 0.15s;
}
.mh-button:hover {
  background: var(--mh-green);
}
.mh-button:active {
  transform: translateY(1px);
}
.mh-header .mh-button {
  min-height: 44px;
  padding-inline: 19px;
  font-size: 12px;
}
.mh-menu-button {
  display: none;
  background: none;
  color: #fff;
  padding: 8px;
}
.mh-menu-button span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px;
  background: currentColor;
  transition: transform 0.2s;
}
.mh-mobile-nav {
  display: none;
}
.mh-eyebrow {
  margin: 0 0 15px;
  color: var(--mh-action);
  font: 700 12px var(--mh-display);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.mh-title {
  margin: 0;
  color: var(--mh-charcoal);
  font: 800 clamp(32px, 4vw, 50px)/1.07 var(--mh-display);
  letter-spacing: -1.3px;
  text-wrap: balance;
}
.mh-title--light {
  color: #fff;
}
.mh-copy {
  color: var(--mh-copy);
  font-size: 17px;
  line-height: 1.65;
}
.mh-hero {
  background: var(--mh-black);
  color: #fff;
  overflow: hidden;
}
.mh-hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: 40px;
  padding-block: 86px 68px;
}
.mh-hero-title {
  max-width: 670px;
  margin-bottom: 23px;
  color: #fff;
  font: 900 clamp(43px, 5.2vw, 68px)/0.97 var(--mh-display);
  letter-spacing: -2.3px;
}
.mh-highlight {
  color: var(--mh-action);
}
.mh-hero-copy {
  max-width: 610px;
  margin: 0 0 31px;
  color: var(--mh-muted);
  font-size: 18px;
}
.mh-facts {
  display: flex;
  gap: 0;
  margin-bottom: 32px;
}
.mh-fact {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-right: 23px;
  margin-right: 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.mh-fact:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.mh-icon {
  width: 31px;
  height: 31px;
  color: var(--mh-action);
  flex: 0 0 auto;
}
.mh-fact strong {
  display: block;
  color: #fff;
  font: 800 12px/1.25 var(--mh-display);
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.mh-price {
  margin-bottom: 17px;
  font: 900 40px/1 var(--mh-display);
}
#comprar .mh-price {
  margin-bottom: 0;
}
.mh-price small {
  display: block;
  margin-top: 8px;
  color: var(--mh-action);
  font: 600 17px var(--mh-body);
}
.mh-hero .mh-button {
  width: min(100%, 330px);
}
.mh-micro {
  margin: 13px 0 0;
  color: var(--mh-muted);
  font-size: 13px;
}
.mh-legal {
  margin: 5px 0 0;
  color: #747873;
  font-size: 11px;
}
.mh-hero-visual {
  position: relative;
  min-height: 555px;
  display: grid;
  place-items: center;
}
.mh-hero-visual::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 117, 67, 0.18), transparent 69%);
}
.mh-hero-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 590px);
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.55));
}
.mh-attributes {
  background: var(--mh-black);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
}
.mh-attribute-list {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mh-attribute {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font: 700 11px var(--mh-display);
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.mh-dot {
  width: 8px;
  height: 8px;
  border: 1px solid var(--mh-action);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--mh-black);
}
.mh-section {
  padding: 108px 0;
}
.mh-editorial {
  background: var(--mh-warm);
  padding-block: 0;
}
.mh-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.mh-editorial-media {
  min-height: 500px;
  overflow: hidden;
}
.mh-editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mh-editorial-copy {
  align-self: center;
  padding: 70px 8% 70px 0;
}
.mh-editorial-copy p {
  max-width: 510px;
}
.mh-editorial-copy p:first-of-type {
  margin-top: 24px;
}
.mh-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.mh-chip,
.mh-badge {
  border: 1px solid var(--mh-line);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 600;
}
.mh-stages {
  background: #fff;
}
.mh-section-head {
  max-width: 690px;
  margin: 0 auto 48px;
}
.mh-section-head.center {
  text-align: center;
}
.mh-stages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.mh-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 280px;
  background: var(--mh-warm);
  border: 1px solid var(--mh-line);
  overflow: hidden;
}
.mh-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-column: 2;
}
.mh-stage-body {
  grid-row: 1;
  grid-column: 1;
  padding: 25px 18px;
}
.mh-stage-age {
  color: var(--mh-action);
  font: 900 31px/1 var(--mh-display);
}
.mh-stage h3 {
  margin: 10px 0 9px;
  font: 700 17px/1.14 var(--mh-display);
}
.mh-stage p {
  margin: 0;
  color: var(--mh-copy);
  font-size: 13px;
  line-height: 1.45;
}
.mh-callout {
  margin-top: 22px;
  padding: 22px 28px;
  background: var(--mh-black);
  color: #fff;
  font: 700 18px var(--mh-display);
  text-align: center;
}
.mh-callout span {
  color: var(--mh-action);
}
.mh-benefits {
  background: var(--mh-charcoal);
  color: #fff;
}
.mh-benefits .mh-title {
  color: #fff;
}
.mh-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.13);
}
.mh-benefit {
  padding: 29px 24px;
  background: var(--mh-charcoal);
}
.mh-benefit .mh-icon {
  margin-bottom: 15px;
}
.mh-benefit h3 {
  margin: 0;
  color: #fff;
  font: 700 15px var(--mh-display);
  text-transform: uppercase;
}
.mh-benefit p {
  margin: 0;
  color: var(--mh-muted);
  font-size: 14px;
  line-height: 1.5;
}
.mh-formula {
  background: #fff;
}
.mh-formula-grid,
.mh-purchase-grid,
.mh-trust-grid,
.mh-final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 75px;
}
.mh-formula-visual {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  padding: 30px;
  background: var(--mh-soft);
  border-radius: 18px;
}
.mh-formula-visual img {
  width: min(78%, 410px);
  filter: drop-shadow(0 22px 35px rgba(0, 0, 0, 0.2));
}
.mh-data {
  position: absolute;
  left: 26px;
  top: 25px;
  display: grid;
  gap: 12px;
}
.mh-data-box {
  padding: 13px 16px;
  background: #fff;
  border: 1px solid var(--mh-line);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(11, 13, 12, 0.06);
}
.mh-data-box strong {
  display: block;
  color: var(--mh-action);
  font: 900 26px/1 var(--mh-display);
}
.mh-data-box span {
  display: block;
  margin-top: 5px;
  font: 700 10px/1.2 var(--mh-display);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.mh-clarify {
  margin: 20px 0 0;
  padding: 15px 17px;
  background: var(--mh-soft);
  border-radius: 10px;
  color: var(--mh-deep);
  font-size: 13px;
}
.mh-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.mh-badge {
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.mh-ingredients {
  background: var(--mh-warm);
}
.mh-ingredients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 42px;
}
.mh-ingredient {
  text-align: center;
}
.mh-ingredient img {
  width: 100%;
  aspect-ratio: 1;
  border: 3px solid var(--mh-soft);
  border-radius: 50%;
  object-fit: cover;
}
.mh-ingredient h3 {
  margin: 15px 0 4px;
  font: 700 16px var(--mh-display);
}
.mh-ingredient p {
  margin: 0;
  color: var(--mh-copy);
  font-size: 13px;
}
.mh-usage {
  background: #fff;
}
.mh-usage-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 65px;
  align-items: start;
}
.mh-usage-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.mh-usage-card {
  padding: 24px 12px;
  border: 1px solid var(--mh-line);
  border-radius: 14px;
  text-align: center;
}
.mh-usage-card strong {
  display: block;
  color: var(--mh-action);
  font: 900 41px/1 var(--mh-display);
}
.mh-usage-card strong small {
  display: block;
  margin-top: 5px;
  color: var(--mh-charcoal);
  font: 700 11px var(--mh-display);
}
.mh-usage-card b {
  display: block;
  margin-top: 15px;
  font: 700 14px var(--mh-display);
}
.mh-usage-card span {
  font-size: 12px;
  color: var(--mh-copy);
}
.mh-note {
  margin-top: 20px;
  color: var(--mh-copy);
  font-size: 13px;
}
.mh-purchase,
.mh-final {
  background: var(--mh-black);
  color: #fff;
}
.mh-purchase .mh-title {
  color: #fff;
  font-size: 38px;
}
.mh-purchase-visual,
.mh-final-visual {
  display: grid;
  place-items: center;
}
.mh-purchase-visual img {
  width: min(100%, 475px);
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.55));
}
.mh-purchase-meta {
  color: var(--mh-muted);
  margin: 7px 0 18px;
}
.mh-purchase-price {
  margin: 0 0 4px;
  font: 900 40px/1 var(--mh-display);
}
.mh-purchase-note {
  margin: 0 0 22px;
  color: var(--mh-action);
  font-weight: 600;
}
.mh-quantity {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--mh-muted);
  font-size: 13px;
}
.mh-quantity input {
  width: 62px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  background: transparent;
  color: #fff;
  text-align: center;
}
.mh-purchase .mh-button {
  width: 100%;
}
.mh-trust-list {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--mh-muted);
  font-size: 13px;
}
.mh-trust-list li::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  border: 1px solid var(--mh-action);
  border-radius: 50%;
  color: var(--mh-action);
}
.mh-yappy {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  color: var(--mh-charcoal);
  font-size: 12px;
  font-weight: 700;
}
.mh-trust {
  background: var(--mh-warm);
}
.mh-trust-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.mh-trust-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}
.mh-trust-copy p {
  color: var(--mh-copy);
  font-size: 17px;
}
.mh-steps {
  background: #fff;
}
.mh-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 45px;
}
.mh-step {
  text-align: center;
}
.mh-step-num {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: var(--mh-soft);
  color: var(--mh-deep);
  font: 900 22px var(--mh-display);
}
.mh-step h3 {
  margin: 0;
  font: 700 14px var(--mh-display);
  text-transform: uppercase;
}
.mh-pickup {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 45px;
  padding: 28px 32px;
  background: var(--mh-soft);
  border-radius: 16px;
}
.mh-pickup h3 {
  margin: 0 0 8px;
  color: var(--mh-deep);
  font: 700 17px var(--mh-display);
}
.mh-pickup p {
  margin: 0;
  font-size: 14px;
}
.mh-pickup-note {
  align-self: center;
  color: var(--mh-deep);
  font-weight: 700;
}
.mh-faq {
  background: var(--mh-warm);
}
.mh-faq-list {
  max-width: 820px;
  margin: auto;
}
.mh-faq-item {
  border-bottom: 1px solid var(--mh-line);
}
.mh-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  border: 0;
  background: none;
  color: var(--mh-charcoal);
  text-align: left;
  font: 700 16px var(--mh-display);
}
.mh-plus {
  color: var(--mh-action);
  font-size: 24px;
  font-weight: 400;
}
.mh-faq-answer {
  display: none;
  padding: 0 35px 20px 0;
  color: var(--mh-copy);
  font-size: 15px;
}
.mh-faq-item.is-open .mh-faq-answer {
  display: block;
}
.mh-faq-item.is-open .mh-plus {
  transform: rotate(45deg);
}
.mh-final .mh-title {
  color: #fff;
  font-size: clamp(34px, 4.2vw, 52px);
}
.mh-final-copy {
  color: var(--mh-muted);
  font-size: 17px;
}
.mh-final-info {
  margin: 24px 0;
  padding: 18px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.13);
}
.mh-final-info strong {
  display: block;
  font: 900 30px var(--mh-display);
}
.mh-final-info span {
  color: var(--mh-muted);
  font-size: 14px;
}
.mh-final-visual img {
  width: min(100%, 500px);
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.55));
}
.mh-warning {
  background: #fff;
  padding: 30px 0;
}
.mh-warning p {
  margin: 0;
  color: var(--mh-copy);
  font-size: 13px;
  line-height: 1.65;
}
.mh-footer {
  padding: 65px 0 25px;
  background: var(--mh-black);
  color: #fff;
}
.mh-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 55px;
}
.mh-footer-logo {
  width: 150px;
  margin-bottom: 16px;
}
.mh-footer h2 {
  margin: 0 0 15px;
  color: #fff;
  font: 700 12px var(--mh-display);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mh-footer p,
.mh-footer a {
  display: block;
  margin: 0 0 8px;
  color: var(--mh-muted);
  font-size: 13px;
}
.mh-footer a:hover {
  color: var(--mh-action);
}
.mh-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--mh-muted);
  font-size: 12px;
}
.mh-footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mh-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mh-social-icons a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: var(--mh-muted);
  transition: color .2s, border-color .2s, background .2s;
}
.mh-social-icons a:hover,
.mh-social-icons a:focus-visible {
  border-color: var(--mh-action);
  background: var(--mh-action);
  color: var(--mh-black);
}
.mh-social-icons svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mh-social-icons a:last-child svg {
  fill: currentColor;
  stroke: none;
}
.mh-mobile-cta {
  display: none;
}
.mh-local-nav {
  position: fixed;
  top: 50%;
  right: 22px;
  z-index: 19;
  display: grid;
  gap: 2px;
  width: 154px;
  padding: 8px;
  transform: translateY(-50%);
  background: rgba(11, 13, 12, .94);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  backdrop-filter: blur(8px);
}
.mh-local-nav a {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
  color: rgba(255, 255, 255, .78);
  font: 700 11px/1.2 var(--mh-display);
  letter-spacing: .02em;
  transition: background .2s, color .2s;
}
.mh-local-nav a:hover,
.mh-local-nav a:focus-visible,
.mh-local-nav a.is-active {
  background: var(--mh-action);
  color: var(--mh-black);
}
@media (max-width: 1100px) {
  .mh-container {
    width: min(100% - 64px, var(--mh-max));
  }
  .mh-nav {
    gap: 15px;
  }
  .mh-nav-list {
    gap: 15px;
  }
  .mh-nav a {
    font-size: 12px;
  }
  .mh-hero-grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 20px;
  }
  .mh-hero-title {
    font-size: clamp(40px, 5vw, 58px);
  }
  .mh-stages-grid {
    grid-template-columns: 1fr;
  }
  .mh-stage {
    min-height: 240px;
  }
  .mh-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mh-ingredients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  body {
    padding-bottom: 72px;
  }
  .mh-container {
    width: min(100% - 40px, var(--mh-max));
  }
  .mh-header-inner {
    min-height: 68px;
  }
  .mh-logo img {
    width: 130px;
  }
  .mh-nav,
  .mh-header .mh-button {
    display: none;
  }
  .mh-menu-button {
    display: block;
  }
  .mh-mobile-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    padding: 17px 20px 25px;
    background: var(--mh-black);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mh-mobile-nav.is-open {
    display: grid;
    gap: 2px;
  }
  .mh-mobile-nav-list {
    width: 100%;
  }
  .mh-mobile-nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font: 700 17px var(--mh-display);
  }
  .mh-mobile-nav .mh-button {
    display: flex;
    width: 100%;
    margin-top: 13px;
  }
  .mh-local-nav {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    width: auto;
    overflow-x: auto;
    transform: none;
    white-space: nowrap;
  }
  .mh-local-nav a {
    padding: 9px 10px;
  }
  .mh-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding-block: 57px 35px;
  }
  .mh-hero-content {
    order: 0;
  }
  .mh-hero-title {
    font-size: clamp(39px, 11vw, 47px);
    letter-spacing: -1.5px;
  }
  .mh-hero-copy {
    font-size: 16px;
  }
  .mh-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .mh-fact {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .mh-fact .mh-icon {
    width: 27px;
    height: 27px;
    margin-bottom: 9px;
  }
  .mh-fact strong {
    font-size: 10px;
  }
  .mh-price {
    font-size: 35px;
  }
  .mh-hero .mh-button {
    width: 100%;
  }
  .mh-hero-visual {
    order: 1;
    min-height: 0;
    margin-top: 30px;
  }
  .mh-hero-visual img {
    width: 100%;
  }
  .mh-hero-visual::before {
    width: 280px;
    height: 280px;
  }
  .mh-attribute-list {
    justify-content: flex-start;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .mh-attribute {
    font-size: 9px;
  }
  .mh-section {
    padding: 72px 0;
  }
  .mh-editorial {
    padding-block: 72px;
  }
  .mh-editorial-grid,
  .mh-formula-grid,
  .mh-purchase-grid,
  .mh-trust-grid,
  .mh-final-grid,
  .mh-usage-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .mh-editorial-copy {
    padding: 0;
  }
  .mh-editorial-media {
    min-height: 0;
    order: -1;
  }
  .mh-editorial-media img {
    aspect-ratio: 4/3;
  }
  .mh-section-head {
    margin-bottom: 32px;
  }
  .mh-stages-grid {
    gap: 14px;
  }
  .mh-stage {
    min-height: 0;
  }
  .mh-stage img {
    min-height: 230px;
  }
  .mh-stage-body {
    padding: 22px 15px;
  }
  .mh-stage-age {
    font-size: 27px;
  }
  .mh-stage h3 {
    font-size: 15px;
  }
  .mh-stage p {
    font-size: 12px;
  }
  .mh-callout {
    font-size: 15px;
  }
  .mh-benefits-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .mh-benefit {
    text-align: center;
    padding: 25px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .mh-benefit .mh-icon {
    margin-inline: auto;
  }
  .mh-formula-visual {
    min-height: 370px;
  }
  .mh-data {
    left: 14px;
    top: 14px;
  }
  .mh-data-box {
    padding: 10px 12px;
  }
  .mh-data-box strong {
    font-size: 21px;
  }
  .mh-ingredients-grid {
    gap: 20px;
  }
  .mh-ingredient h3 {
    font-size: 13px;
  }
  .mh-ingredient p {
    font-size: 12px;
  }
  .mh-usage-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .mh-purchase .mh-title {
    font-size: 31px;
  }
  .mh-purchase-visual {
    order: -1;
  }
  .mh-purchase-visual img {
    width: 85%;
  }
  .mh-trust-gallery {
    order: -1;
  }
  .mh-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 15px;
  }
  .mh-pickup {
    display: block;
    padding: 23px;
  }
  .mh-pickup-note {
    margin-top: 18px;
  }
  .mh-final .mh-title {
    font-size: 36px;
  }
  .mh-final-visual {
    order: -1;
  }
  .mh-footer {
    padding-top: 50px;
  }
  .mh-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .mh-footer-bottom {
    display: block;
    margin-top: 35px;
  }
  .mh-footer-bottom-right {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
  }
  .mh-footer-bottom p {
    margin-top: 10px;
  }
  .mh-mobile-cta {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19;
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid var(--mh-line);
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.08);
  }
  .mh-mobile-cta .mh-button {
    width: 100%;
    min-height: 52px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 100;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  background: #fff;
  color: var(--mh-black);
}
@media (min-width: 761px) {
  .mh-hero-first-line {
    white-space: nowrap;
  }
  .mh-hero-title {
    font-size: clamp(42px, 4.4vw, 60px);
  }
}
.mh-highlight {
  white-space: nowrap;
}
.mh-icon {
  display: inline-grid;
  place-items: center;
  font-size: 23px;
  line-height: 1;
}
.mh-trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.mh-trust-list li::before {
  display: none;
}
.mh-trust-list i {
  width: 18px;
  margin-top: 3px;
  color: var(--mh-action);
  font-size: 14px;
  text-align: center;
}
.mh-button:focus-visible,
.mh-menu-button:focus-visible,
.mh-faq-question:focus-visible {
  outline: 3px solid var(--mh-action);
  outline-offset: 3px;
}
.mh-stage-age {
  color: var(--mh-deep);
}
.mh-data-box strong,
.mh-blog-card span {
  color: var(--mh-deep);
}
.mh-benefits {
  background: #fff;
  color: var(--mh-charcoal);
}
.mh-benefits .mh-title {
  color: var(--mh-charcoal);
}
.mh-benefits-grid {
  background: var(--mh-line);
}
.mh-benefit {
  background: #fff;
  text-align: center;
}
.mh-benefit .mh-icon {
  margin-inline: auto;
}
.mh-benefit h3 {
  color: var(--mh-charcoal);
}
.mh-benefit p {
  color: var(--mh-copy);
}
.mh-ingredients {
  background: var(--mh-black);
  color: #fff;
}
.mh-ingredients .mh-title,
.mh-ingredients .mh-ingredient h3 {
  color: #fff;
}
.mh-ingredients .mh-ingredient p {
  color: var(--mh-muted);
}
.mh-blog {
  background: var(--mh-warm);
}
.mh-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mh-blog-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mh-line);
  border-radius: 18px;
}
.mh-blog-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.mh-blog-card > div {
  padding: 22px;
}
.mh-blog-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--mh-action);
  font: 700 11px var(--mh-display);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mh-blog-card h3 {
  margin: 0 0 8px;
  font: 700 20px/1.15 var(--mh-display);
}
.mh-blog-card p {
  margin: 0;
  color: var(--mh-copy);
  font-size: 14px;
  line-height: 1.5;
}
.mh-blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--mh-action);
  color: var(--mh-black);
  font: 700 13px var(--mh-display);
  text-decoration: none;
}
.mh-blog-read-more:hover,
.mh-blog-read-more:focus-visible {
  background: var(--mh-deep-green);
  color: #fff;
}
.mh-warning {
  background: var(--mh-black);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mh-warning p {
  color: var(--mh-muted);
}
@media (max-width: 900px) {
  .mh-blog-grid {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-inline: auto;
  }
}
.mh-benefits {
  /* padding: 24px 0 32px; */
  /* padding-top: 0; */
  padding: 80px 0;
}
.mh-benefits .mh-section-head {
  max-width: none;
  margin-bottom: 24px;
}
.mh-benefits-grid {
  margin-top: 0;
}
.mh-benefit {
  padding: 8px 28px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.mh-benefit h3 {
  font-size: 13px;
  line-height: 1.2;
}
.mh-benefit p {
  max-width: 190px;
  margin-inline: auto;
  font-size: 13px;
  line-height: 1.35;
}
.mh-ingredients {
  padding: 44px 0;
  /* padding: 80px 0; */
}
.mh-usage {
  padding: 40px 0 28px;
}
@media (max-width: 760px) {
  .mh-benefits {
    padding: 64px 0 40px;
  }
  .mh-benefits .mh-section-head {
    margin-bottom: 24px;
  }
  .mh-benefit {
    padding: 24px 20px 0;
  }
  .mh-ingredients {
    padding: 64px 0 40px;
  }
  .mh-usage {
    padding: 64px 0 40px;
  }
}
.mh-highlight {
  white-space: normal;
}
/* @media (min-width: 761px) {
  .mh-highlight {
    white-space: nowrap;
  }
} */
.mh-blog-card span {
  color: var(--mh-deep);
}
.mh-cart-wrap--empty {
  max-width: 1200px;
  margin-inline: auto;
  padding: 64px 0 96px;
}
.mh-cart-wrap--empty .mh-cart-title {
  margin: 0 0 48px;
  color: var(--mh-deep, #30452b);
  font-family: var(--mh-display, "Montserrat", Arial, sans-serif);
  font-size: clamp(42px, 5vw, 58px);
  font-weight: 800;
  letter-spacing: -1.5px;
}
.mh-cart-grid--empty {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 40px;
  align-items: stretch;
}
.mh-cart-items--empty {
  display: flex;
  min-height: 310px;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--mh-line, #e4e5e2);
  border-radius: 14px;
}
.mh-cart-empty-state {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 244px;
  padding: 40px 24px;
  text-align: center;
  background: #fbfcfa;
  border: 1px dashed #d9dfd2;
  border-radius: 12px;
}
.mh-cart-empty-state > .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #eef3e9;
  color: var(--mh-green, #5a7543);
  font-size: 32px;
}
.mh-cart-empty-state__title {
  margin: 0;
  color: var(--mh-deep, #30452b);
  font-family: var(--mh-display, "Montserrat", Arial, sans-serif);
  font-size: 20px;
  font-weight: 800;
}
.mh-cart-empty-state__text {
  max-width: 480px;
  margin: 10px 0 0;
  color: #6f766c;
  font-size: 15px;
  line-height: 1.6;
}
.mh-cart-empty-state .btn-primary {
  width: auto;
  margin-top: 24px;
}
.mh-cart-empty-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 32px;
  background: var(--mh-deep, #30452b);
  border-radius: 14px;
  color: #fff;
}
.mh-cart-empty-aside__eyebrow {
  color: var(--mh-action, #82a04c);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.mh-cart-empty-aside h2 {
  margin: 18px 0 12px;
  color: #fff;
  font-family: var(--mh-display, "Montserrat", Arial, sans-serif);
  font-size: 28px;
  line-height: 1.15;
}
.mh-cart-empty-aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}
.mh-cart-empty-aside__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 28px;
  color: var(--mh-action, #82a04c);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.mh-cart-empty-aside__link:hover {
  color: #fff;
}
@media (max-width: 1023px) {
  .mh-cart-wrap--empty {
    width: min(100% - 40px, 720px);
    padding-top: 48px;
  }
  .mh-cart-grid--empty {
    grid-template-columns: 1fr;
  }
  .mh-cart-empty-aside {
    min-height: 240px;
  }
}
@media (max-width: 639px) {
  .mh-cart-wrap--empty {
    width: min(100% - 32px, 560px);
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .mh-cart-wrap--empty .mh-cart-title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .mh-cart-items--empty {
    min-height: 280px;
    padding: 16px;
  }
  .mh-cart-empty-state {
    padding: 32px 18px;
  }
  .mh-cart-empty-aside {
    padding: 32px 24px;
  }
}
.mh-floating-cart {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 21;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: var(--mh-black);
  color: var(--mh-action);
  font-size: 21px;
  box-shadow: 0 12px 28px rgba(11, 13, 12, 0.22);
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.mh-floating-cart svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mh-floating-cart:hover {
  background: var(--mh-action);
  color: var(--mh-black);
  transform: translateY(-2px);
}
.mh-floating-cart:focus-visible {
  outline: 3px solid var(--mh-action);
  outline-offset: 3px;
}
.mh-floating-cart__count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border: 2px solid var(--mh-black);
  border-radius: 999px;
  background: var(--mh-action);
  color: var(--mh-black);
  font: 800 11px var(--mh-display);
}
.mh-floating-cart__count[hidden] {
  display: none;
}
a.mh-floating-cart > svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.mh-editorial-media {
  margin-right: calc((100% - 100vw) / 2);
}
.mh-stage img {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.mh-data-box strong {
  color: var(--mh-action);
}
.mh-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mh-badge i {
  color: var(--mh-action);
  font-size: 12px;
}
.mh-ingredients-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.mh-ingredients-copy {
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.mh-ingredients-copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font: 800 clamp(24px, 2.2vw, 32px)/1.08 var(--mh-display);
}
.mh-ingredients-copy p {
  margin: 0;
  color: var(--mh-muted);
  font-size: 15px;
  line-height: 1.5;
}
.mh-ingredients-copy p + p {
  margin-top: 10px;
}
.mh-ingredients-copy .mh-badges {
  gap: 8px;
  margin-top: 20px;
}
.mh-ingredients-copy .mh-badge {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.mh-formula-link {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--mh-action);
  font: 700 12px var(--mh-display);
  letter-spacing: 0.8px;
}
.mh-ingredients-extracts .mh-eyebrow {
  margin-bottom: 18px;
}
.mh-ingredients-extracts .mh-ingredients-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.mh-ingredients-extracts .mh-ingredient img {
  border-width: 2px;
  margin-bottom: 10px;
}
.mh-ingredients-extracts .mh-ingredient h3 {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
.mh-ingredients-extracts .mh-ingredient p {
  display: none;
}
@media (max-width: 760px) {
  .mh-editorial-media {
    margin-right: 0;
  }
  .mh-stage img {
    clip-path: none;
  }
  .mh-ingredients-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .mh-ingredients-copy {
    padding: 0 0 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}
@media (max-width: 760px) {
  .mh-floating-cart {
    right: 18px;
    bottom: 86px;
    width: 52px;
    height: 52px;
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .mh-editorial-media {
    margin-right: calc((1200px - 100vw) / 2);
  }
}
@media (min-width: 761px) and (max-width: 1199px) {
  .mh-editorial-media {
    /* margin-right: -32px; */
  }
}
.mh-data-box strong {
  color: var(--mh-deep);
}
.mh-ingredients .mh-container {
  max-width: 1200px;
  padding-inline: 56px;
}
.mh-ingredients-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
}
.mh-ingredients-extracts .mh-ingredients-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.mh-ingredients-extracts .mh-ingredient h3 {
  text-transform: uppercase;
}
.mh-ingredients-copy .mh-badge {
  border-radius: 999px;
  padding: 8px 14px;
}
.mh-ingredients .mh-formula-link {
  margin-top: 20px;
}
@media (max-width: 760px) {
  .mh-ingredients .mh-container {
    padding-inline: 0;
  }
  .mh-ingredients-layout {
    grid-template-columns: 1fr;
  }
  .mh-ingredients-extracts .mh-ingredients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.mh-button {
  color: var(--mh-black);
}
.mh-hero .mh-button,
.mh-purchase .mh-button,
.mh-final .mh-button {
  color: var(--mh-black);
}
.mh-legal {
  color: var(--mh-muted);
}
.mh-editorial .mh-eyebrow,
.mh-benefits .mh-eyebrow,
.mh-formula .mh-eyebrow,
.mh-usage .mh-eyebrow,
.mh-trust .mh-eyebrow,
.mh-blog .mh-eyebrow,
.mh-steps .mh-eyebrow,
.mh-faq .mh-eyebrow {
  color: var(--mh-deep);
}

@media (min-width: 901px) {
  #beneficios .mh-editorial-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 50vw 50vw;
  }
  #beneficios .mh-editorial-copy {
    padding-left: max(56px, calc((100vw - var(--mh-max)) / 2));
    padding-right: 8%;
  }
  #beneficios .mh-editorial-media {
    min-height: 500px;
  }
}

/* Editorial blog and single-post layouts. */
.mh-editorial-shell {
  --mh-editorial-reading: 720px;
  overflow: clip;
  background: var(--mh-warm);
}
.mh-editorial-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 72px;
}
.mh-blog-hero,
.mh-post-hero {
  padding: 104px 0 96px;
  color: var(--mh-white);
  background: var(--mh-black);
}
.mh-post-hero {
  padding-top: 78px;
  padding-bottom: 78px;
}
.mh-editorial-mark {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--mh-action);
  font: 800 12px var(--mh-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.mh-editorial-mark::before {
  width: 40px;
  height: 1px;
  content: "";
  background: currentColor;
}
.mh-blog-hero h1,
.mh-post-hero h1 {
  max-width: 780px;
  margin-top: 20px;
  color: var(--mh-white);
  font: 800 clamp(42px, 6.3vw, 86px)/1.04 var(--mh-display);
  letter-spacing: -0.045em;
}
.mh-post-hero h1 {
  font-size: clamp(42px, 5.7vw, 76px);
}
.mh-editorial-lead {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
}
.mh-editorial-index {
  justify-self: end;
  max-width: 270px;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 1.6;
}
.mh-editorial-index strong {
  display: block;
  margin-bottom: 8px;
  color: var(--mh-white);
  font: 800 24px/1.1 var(--mh-display);
}
.mh-featured-wrap {
  padding: 80px 0 104px;
  background: var(--mh-warm);
}
.mh-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(330px, 0.93fr);
  min-height: 480px;
  background: var(--mh-white);
}
.mh-featured-media,
.mh-featured-media img {
  width: 100%;
  height: 100%;
}
.mh-featured-media {
  display: block;
  overflow: hidden;
  background: var(--mh-soft);
}
.mh-featured-media img {
  object-fit: cover;
  object-position: center;
}
.mh-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px clamp(32px, 5.2vw, 80px);
}
.mh-featured-copy h2 {
  margin-top: 18px;
  font: 800 clamp(34px, 4vw, 54px)/1.04 var(--mh-display);
  letter-spacing: -0.045em;
}
.mh-editorial-body {
  max-width: 470px;
  margin-top: 24px;
  color: var(--mh-copy);
  font-size: 17px;
  line-height: 1.72;
}
.mh-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: var(--mh-muted);
  font-size: 13px;
  font-weight: 600;
}
.mh-post-hero .mh-article-meta {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.58);
}
.mh-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mh-green);
}
.mh-editorial-category {
  color: var(--mh-green);
  font: 800 11px var(--mh-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.mh-post-hero .mh-editorial-category {
  color: var(--mh-action);
}
.mh-editorial-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: var(--mh-deep);
  font: 800 13px var(--mh-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  /* border-radius: 11px;
  background: var(--mh-action);
  min-height: 44px; */
}
.mh-editorial-link span {
  color: var(--mh-green);
  font-size: 18px;
  transition: transform 0.22s ease-out;
}
.mh-editorial-link:hover span {
  transform: translate(3px, -3px);
}
.mh-editorial-list {
  padding: 0 0 110px;
  background: var(--mh-warm);
}
.mh-editorial-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.mh-editorial-heading h2 {
  font: 800 clamp(32px, 4vw, 50px)/1.05 var(--mh-display);
  letter-spacing: -0.045em;
}
.mh-editorial-heading > p {
  max-width: 280px;
  color: var(--mh-copy);
  font-size: 14px;
  text-align: right;
}
.mh-editorial-heading > .mh-editorial-link {
  margin-top: 0;
}
.mh-editorial-grid {
  display: grid;
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
  gap: 24px;
}
.mh-editorial-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--mh-white);
}
.mh-editorial-card-media {
  overflow: hidden;
  background: var(--mh-soft);
}
.mh-editorial-card-media img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  transition: transform 0.42s ease-out;
}
.mh-editorial-card:hover .mh-editorial-card-media img {
  transform: scale(1.035);
}
.mh-editorial-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 28px 30px;
}
.mh-editorial-card h3 {
  margin-top: 14px;
  font: 800 clamp(23px, 2.1vw, 30px)/1.08 var(--mh-display);
  letter-spacing: -0.045em;
}
.mh-editorial-card-body p {
  margin-top: 15px;
  color: var(--mh-copy);
  font-size: 17px;
  line-height: 1.6;
}
.mh-editorial-card-body .mh-editorial-link {
  margin-top: auto;
  padding-top: 24px;
}
.mh-editorial-note {
  padding: 68px 0;
  color: var(--mh-white);
  background: var(--mh-deep);
}
.mh-editorial-note .mh-container {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.75fr);
  align-items: center;
  gap: 48px;
}
.mh-editorial-note h2 {
  color: var(--mh-white);
  font: 800 clamp(34px, 4vw, 52px)/1.05 var(--mh-display);
  letter-spacing: -0.045em;
}
.mh-editorial-note p {
  max-width: 530px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.72;
}
.mh-editorial-note .mh-editorial-note-aside {
  justify-self: end;
  max-width: 320px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}
.mh-post-hero-media {
  align-self: stretch;
  overflow: hidden;
  margin: 0;
  background: var(--mh-deep);
}
.mh-post-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.mh-post-body {
  padding: 88px 0 112px;
  background: var(--mh-warm);
}
.mh-post-layout {
  display: grid;
  grid-template-columns: minmax(0, var(--mh-editorial-reading)) 240px;
  justify-content: center;
  gap: 76px;
}
.mh-article-content {
  min-width: 0;
}
.mh-article-content > p {
  color: var(--mh-copy);
  font-size: 18px;
  line-height: 1.8;
}
.mh-article-content > p + p {
  margin-top: 24px;
}
.mh-article-content h2 {
  margin: 58px 0 20px;
  font: 800 clamp(30px, 3.2vw, 44px)/1.05 var(--mh-display);
  letter-spacing: -0.045em;
}
.mh-article-content h3 {
  margin: 40px 0 14px;
}
.mh-article-content blockquote {
  margin: 48px 0;
  padding: 4px 0 4px 28px;
  border-left: 2px solid var(--mh-green);
  color: var(--mh-deep);
  font: 700 clamp(24px, 3vw, 36px)/1.15 var(--mh-display);
  letter-spacing: -0.04em;
}
.mh-article-content ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.mh-article-content li {
  position: relative;
  padding-left: 28px;
  color: var(--mh-copy);
  font-size: 17px;
  line-height: 1.65;
}
.mh-article-content li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--mh-green);
}
.mh-article-content figure {
  margin: 42px 0;
}
.mh-article-content figure img {
  width: 100%;
}
.mh-article-content figcaption {
  margin-top: 10px;
  color: var(--mh-muted);
  font-size: 12px;
}
.mh-post-aside {
  align-self: start;
  position: sticky;
  top: 110px;
}
.mh-aside-block {
  padding-top: 16px;
  border-top: 1px solid var(--mh-line);
}
.mh-aside-block + .mh-aside-block {
  margin-top: 34px;
}
.mh-aside-label {
  display: block;
  color: var(--mh-green);
  font: 800 11px var(--mh-display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.mh-aside-block p,
.mh-aside-block a {
  display: block;
  margin-top: 16px;
  color: var(--mh-copy);
  font-size: 14px;
  line-height: 1.55;
}
.mh-aside-block a + a {
  margin-top: 14px;
}
.mh-aside-block a:hover {
  color: var(--mh-deep);
}
.mh-post-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 74px;
  padding-top: 24px;
  border-top: 1px solid var(--mh-line);
}
.mh-post-end .mh-editorial-link {
  margin-top: 0;
}
.mh-post-end > span {
  color: var(--mh-copy);
  font-size: 14px;
}
.mh-related {
  padding: 88px 0 104px;
  background: var(--mh-white);
}
@media (max-width: 900px) {
  .mh-editorial-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .mh-editorial-index {
    justify-self: start;
  }
  .mh-post-hero-media img {
    min-height: 0;
    aspect-ratio: 1.45 / 1;
  }
  .mh-post-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .mh-post-aside {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
  .mh-aside-block + .mh-aside-block {
    margin-top: 0;
  }
  .mh-editorial-note .mh-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .mh-editorial-note .mh-editorial-note-aside {
    justify-self: start;
  }
}
@media (max-width: 680px) {
  .mh-blog-hero {
    padding: 72px 0 64px;
  }
  .mh-featured-wrap {
    padding: 48px 0 64px;
  }
  .mh-featured-card {
    grid-template-columns: 1fr;
  }
  .mh-featured-media img {
    height: auto;
    aspect-ratio: 1.22 / 1;
  }
  .mh-featured-copy {
    padding: 36px 28px 42px;
  }
  .mh-editorial-heading {
    display: block;
    margin-bottom: 22px;
  }
  .mh-editorial-heading > p {
    max-width: 340px;
    margin-top: 10px;
    text-align: left;
  }
  .mh-editorial-heading > .mh-editorial-link {
    margin-top: 14px;
  }
  .mh-editorial-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .mh-editorial-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
  }
  .mh-editorial-card-media img {
    width: 112px;
    height: 100%;
    min-height: 150px;
    aspect-ratio: auto;
  }
  .mh-editorial-card-body {
    padding: 20px 18px 20px 22px;
  }
  .mh-editorial-card h3 {
    font-size: 22px;
  }
  .mh-editorial-card-body p {
    display: none;
  }
  .mh-editorial-card-body .mh-editorial-link {
    margin-top: 0;
    padding-top: 14px;
    font-size: 11px;
  }
  .mh-editorial-list {
    padding-bottom: 70px;
  }
  .mh-post-hero {
    padding: 48px 0;
  }
  .mh-post-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
  }
  .mh-post-body {
    padding: 58px 0 72px;
  }
  .mh-article-content > p {
    font-size: 17px;
  }
  .mh-article-content blockquote {
    margin: 36px 0;
    padding-left: 20px;
    font-size: 28px;
  }
  .mh-post-aside {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .mh-post-end {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 50px;
  }
  .mh-related {
    padding: 62px 0 72px;
  }
}


section#hombre-actual {
  overflow: hidden;
}