/*
Theme Name: MaureenHD Store
Theme URI: https://maureenhd.example/
Author: MaureenHD Website Team
Description: Corporate agribusiness and agricultural commodities export website for MaureenHD Agro Global Limited.
Version: 4.4.3
*/
:root{
 --green:#07552f;--green-dark:#043c22;--cream:#fbf7ef;--cream-2:#f3ecdf;
 --ink:#18231d;--muted:#66736c;--line:#e3e8e3;--white:#fff;--soft:#f5f8f5;
 --radius:18px;--shadow:0 14px 40px rgba(12,46,30,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
img{max-width:100%}
a{color:inherit}
.mh-topbar{height:38px;background:var(--green-dark);color:#fff;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;font-size:12px}
.mh-topbar span{opacity:.94}
.mh-nav{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:50}
.mh-logo{font-weight:850;font-size:28px;line-height:.8;color:var(--green);text-decoration:none;letter-spacing:-1px}
.mh-logo small{display:block;text-align:center;font-size:9px;letter-spacing:5px;margin-top:7px;font-weight:700}
.mh-menu{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:600}
.mh-menu a{text-decoration:none;white-space:nowrap}
.mh-menu a:hover{color:var(--green2)}
.mh-wa{background:var(--green);color:#fff!important;padding:12px 16px;border-radius:10px;font-weight:750}
.mh-hero{display:grid;grid-template-columns:47% 53%;min-height:540px;background:var(--cream)}
.mh-hero-copy{padding:76px 6vw 60px;display:flex;flex-direction:column;justify-content:center}
.mh-kicker{display:inline-flex;align-self:flex-start;border:1px solid #d4dfd5;background:#fff;border-radius:999px;padding:6px 11px;color:var(--green);font-size:11px;font-weight:750}
.mh-hero h1{font-family:Georgia,serif;color:var(--green);font-size:62px;line-height:.98;letter-spacing:-2px;margin:19px 0 17px}
.mh-hero p{font-size:17px;color:#3d4942;max-width:520px;margin:0}
.mh-hero-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px}
.mh-hero-highlights div{min-width:0}
.mh-hero-highlights b{display:flex;width:31px;height:31px;border-radius:50%;background:var(--green);color:#fff;align-items:center;justify-content:center;margin-bottom:8px}
.mh-hero-highlights strong{display:block;color:var(--green);font-size:12px}
.mh-hero-highlights span{display:block;color:var(--muted);font-size:11px;line-height:1.35;margin-top:2px}
.mh-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.mh-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:12px 18px;text-decoration:none;font-size:13px;font-weight:750;border:1px solid var(--green);transition:.18s}
.mh-btn:hover{transform:translateY(-1px)}
.mh-btn-primary{background:var(--green);color:#fff}
.mh-btn-outline{background:#fff;color:var(--green)}
.mh-hero-art{min-height:540px;background-image:linear-gradient(90deg,rgba(251,247,239,.02),rgba(251,247,239,0)),url("assets/mhd-hero-agro-global-final.png");background-size:cover;background-position:center;position:relative}
.mh-hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,247,239,.12),transparent 35%)}
.mh-section{padding:70px 5vw}
.mh-section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}
.mh-section-heading h2,.mh-section h2{font-family:Georgia,serif;color:var(--green);font-size:36px;letter-spacing:-.6px;margin:0}
.mh-section-heading span{display:block;width:42px;height:3px;background:var(--green);margin-top:9px}
.mh-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mh-product{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;transition:.18s}
.mh-product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.mh-product-img{height:205px;background:#eee;overflow:hidden}
.mh-product-photo{display:block;width:100%;height:100%;object-fit:cover}
.mh-product-body{padding:17px;text-align:left}
.mh-product-body h3{font-size:15px;margin:0 0 4px;color:var(--ink)}
.mh-price{font-weight:800;color:var(--green);font-size:14px}
.mh-product .mh-btn{font-size:11px;padding:8px 12px;margin-top:12px}
.mh-wholesale{margin:0 5vw 70px;border-radius:var(--radius);overflow:hidden;background:#eef5ee;display:grid;grid-template-columns:1fr 1fr}
.mh-wholesale-copy{padding:55px}
.mh-wholesale h2{font-size:39px;text-align:left}
.mh-wholesale-copy p{max-width:520px;color:#46534c}
.mh-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:20px 0 26px;color:#30463a;font-size:13px}
.mh-wholesale-art{min-height:340px;background-image:linear-gradient(90deg,rgba(0,35,20,.05),rgba(0,35,20,.03)),url("https://images.pexels.com/photos/36169263/pexels-photo-36169263.jpeg?auto=compress&cs=tinysrgb&w=1100&fm=jpg&v=4");background-size:cover;background-position:center}
.mh-why{background:var(--cream)}
.mh-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}
.mh-trust div{padding:24px;border:1px solid var(--line);border-radius:14px;background:#fff}
.mh-trust b{display:block;color:var(--green);margin-bottom:5px}
.mh-trust span{font-size:13px;color:var(--muted)}
.mh-floating-wa{position:fixed;right:22px;bottom:22px;z-index:60;background:#1fa855;color:#fff;text-decoration:none;padding:13px 18px;border-radius:999px;box-shadow:0 10px 28px rgba(0,0,0,.18);font-weight:750;font-size:13px}
.mh-footer{background:var(--green-dark);color:#fff;padding:55px 5vw 22px}
.mh-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.4fr;gap:35px}
.mh-footer .mh-logo{color:#fff}
.mh-footer a{text-decoration:none;display:block;margin:7px 0;opacity:.88;font-size:13px}
.mh-footer h3{font-size:14px;margin:0 0 13px}
.mh-footer p{font-size:13px;opacity:.88}
.mh-copy{border-top:1px solid #ffffff20;margin-top:25px;padding-top:17px;font-size:11px;display:flex;justify-content:space-between;gap:20px}
.mh-page{padding:68px 5vw}
.mh-page-head{max-width:800px;margin:0 auto 42px;text-align:center}
.mh-page-head h1{font-family:Georgia,serif;color:var(--green);font-size:48px;line-height:1.05;margin:15px 0 10px}
.mh-page-head p{font-size:17px;color:var(--muted);margin:0}
.mh-page-banner{height:240px;max-width:1120px;margin:0 auto 45px;border-radius:var(--radius);overflow:hidden;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;padding:28px}
.mh-page-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,54,31,.72),transparent 65%)}
.mh-page-banner span{position:relative;z-index:1;color:#fff;font-size:23px;font-weight:750}
.mh-story,.mh-wholesale-page{max-width:1120px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.mh-story-photo{height:420px;border-radius:var(--radius);background:url("https://images.pexels.com/photos/36707696/pexels-photo-36707696.jpeg?auto=compress&cs=tinysrgb&w=1100&fm=jpg&v=4") center/cover}
.mh-story h2,.mh-wholesale-page h2{font-family:Georgia,serif;color:var(--green);font-size:34px}
.mh-story p,.mh-wholesale-page p{color:#4e5b54}
.mh-wholesale-page-photo{height:420px;border-radius:var(--radius);background:url("https://images.pexels.com/photos/37088368/pexels-photo-37088368.jpeg?auto=compress&cs=tinysrgb&w=1100&fm=jpg&v=4") center/cover}
.mh-feature-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mh-feature{border:1px solid var(--line);border-radius:14px;padding:23px;background:#fff}
.mh-feature b{display:block;color:var(--green);font-size:16px;margin-bottom:6px}
.mh-feature p{color:var(--muted);font-size:13px;margin:0}
.mh-faqs{max-width:850px;margin:auto}
.mh-faqs details{border-bottom:1px solid var(--line);padding:19px 0}
.mh-faqs summary{cursor:pointer;color:var(--green);font-weight:750}
.mh-contact-grid{max-width:1000px;margin:auto;display:grid;grid-template-columns:.75fr 1.25fr;gap:24px}
.mh-contact-card{background:var(--soft);border-radius:16px;padding:28px}
.mh-contact-card h2{font-family:Georgia,serif;color:var(--green)}
.mh-enquiry{background:#fff;border:1px solid var(--line);padding:28px;border-radius:16px}
.mh-enquiry form{display:grid;gap:11px}
.mh-enquiry input,.mh-enquiry textarea{width:100%;padding:12px;border:1px solid #dbe3dc;border-radius:9px;font:inherit}
.mh-enquiry input:focus,.mh-enquiry textarea:focus{outline:2px solid #cce0d1;border-color:var(--green)}
.mh-delivery-steps{grid-template-columns:repeat(3,1fr)}
.mh-delivery-steps .mh-feature{min-height:170px}
.mh-catalogue-grid{grid-template-columns:repeat(4,1fr)}
.mh-category-bar{max-width:1120px;margin:0 auto 28px;display:flex;gap:8px;flex-wrap:wrap}
.mh-category-bar a{padding:8px 13px;border:1px solid var(--line);border-radius:999px;text-decoration:none;font-size:12px}
.mh-category-bar a:hover,.mh-category-bar a.active{background:var(--green);color:#fff;border-color:var(--green)}
.mh-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1120px;margin:auto}
.mh-detail-img{height:560px;border-radius:var(--radius);overflow:hidden;background:#eee}
.mh-detail-photo{width:100%;height:100%;object-fit:cover}
.mh-detail h1{font-family:Georgia,serif;color:var(--green);font-size:48px;line-height:1.05;margin:0 0 12px}
.mh-sizes{border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:22px 0}
.mh-size{display:flex;justify-content:space-between;padding:13px 15px;border-bottom:1px solid var(--line)}
.mh-size:last-child{border:0}
.mh-qty{display:flex;align-items:center;gap:10px;margin:17px 0}
.mh-qty button{width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:8px}
.mh-enquiry-status{font-size:13px;color:var(--green)}
@media(max-width:1050px){
 .mh-menu{gap:14px}.mh-menu a:nth-child(4),.mh-menu a:nth-child(6),.mh-menu a:nth-child(7){display:none}
 .mh-products,.mh-catalogue-grid{grid-template-columns:repeat(3,1fr)}
 .mh-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
 .mh-topbar{display:none}.mh-nav{height:68px;padding:0 5vw}.mh-menu{display:none}
 .mh-hero{grid-template-columns:1fr}.mh-hero-copy{padding:52px 7vw}.mh-hero h1{font-size:45px}.mh-hero-art{min-height:300px}
 .mh-hero-highlights{grid-template-columns:1fr}.mh-section{padding:55px 5vw}
 .mh-section-heading{display:block}.mh-section-heading .mh-btn{margin-top:15px}
 .mh-products,.mh-catalogue-grid{grid-template-columns:repeat(2,1fr)}.mh-product-img{height:155px}
 .mh-wholesale{grid-template-columns:1fr;margin:0 5vw 55px}.mh-wholesale-copy{padding:32px}.mh-wholesale-art{min-height:260px}
 .mh-trust{grid-template-columns:1fr 1fr}.mh-footer-grid{grid-template-columns:1fr}.mh-copy{display:block}
 .mh-page{padding:50px 5vw}.mh-page-head h1{font-size:38px}
 .mh-page-banner{height:200px}.mh-page-banner span{font-size:18px}
 .mh-story,.mh-wholesale-page,.mh-detail,.mh-contact-grid{grid-template-columns:1fr}
 .mh-story-photo,.mh-wholesale-page-photo{height:300px}.mh-detail-img{height:360px}
 .mh-feature-grid,.mh-delivery-steps{grid-template-columns:1fr}
 .mh-floating-wa{right:12px;bottom:12px}.mh-floating-wa span{display:none}
}

/* ---------------------------------------------------------
   Mobile navigation + phone layout v2.1
   --------------------------------------------------------- */
.mh-mobile-toggle{display:none !important}
.mh-mobile-menu{display:none !important}

@media (max-width:760px){
  .mh-nav{
    position:relative;
    min-height:68px;
    z-index:100;
  }

  .mh-nav-inner{
    min-height:68px;
    height:auto;
    padding:10px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }

  .mh-logo{flex:0 0 auto}
  .mh-logo small{display:block}

  /* Desktop navigation is completely removed on phones. */
  .mh-menu{
    display:none !important;
    visibility:hidden !important;
    height:0 !important;
    overflow:hidden !important;
  }

  .mh-mobile-toggle{
    display:grid !important;
    place-items:center;
    flex:0 0 42px;
    width:42px;
    height:42px;
    margin-left:auto;
    border:1px solid #d9e2db;
    border-radius:9px;
    background:#fff;
    color:#07552f;
    font-size:22px;
    line-height:1;
    cursor:pointer;
    z-index:102;
  }

  .mh-mobile-menu{
    position:absolute;
    display:block;
    left:0;
    right:0;
    top:100%;
    width:100%;
    box-sizing:border-box;
    background:#fff;
    border-top:1px solid #edf1ed;
    border-bottom:1px solid #dce5df;
    box-shadow:0 14px 30px rgba(5,55,30,.13);
    padding:8px 18px 16px;
    z-index:101;
  }

  .mh-mobile-menu[hidden]{display:none !important}

  .mh-mobile-menu-links{
    display:flex;
    flex-direction:column;
  }

  .mh-mobile-menu-links a{
    display:block;
    padding:13px 5px;
    border-bottom:1px solid #edf1ed;
    color:#18231d;
    text-decoration:none;
    font-size:14px;
    font-weight:650;
  }

  .mh-mobile-menu-links a:active{
    background:#f3f7f3;
  }

  .mh-mobile-menu-wa{
    display:block;
    margin-top:13px;
    text-align:center;
    padding:12px 14px;
    border-radius:9px;
    color:#fff !important;
    background:#07552f;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
  }

  /* Hero */
  .mh-hero{
    display:flex;
    flex-direction:column;
    min-height:0;
  }

  .mh-hero-copy{
    width:100%;
    box-sizing:border-box;
    padding:34px 22px 30px;
  }

  .mh-hero-copy h1{
    font-size:clamp(38px,10.5vw,48px);
    line-height:1.02;
    margin:13px 0 16px;
  }

  .mh-hero-copy p{
    font-size:15px;
    line-height:1.65;
    margin:0 0 20px;
  }

  .mh-hero-highlights{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin:20px 0 22px;
  }

  .mh-hero-highlights div{
    display:grid;
    grid-template-columns:28px 1fr;
    column-gap:8px;
    align-items:start;
    padding:10px 0;
    border-top:1px solid rgba(7,85,47,.12);
  }

  .mh-hero-highlights div:first-child{
    border-top:0;
  }

  .mh-hero-highlights b{
    grid-row:1 / span 2;
    margin:0;
  }

  .mh-hero-highlights span,
  .mh-hero-highlights small{
    display:block;
  }

  .mh-hero-highlights span{
    font-size:12px;
    font-weight:800;
    line-height:1.35;
  }

  .mh-hero-highlights small{
    font-size:11px;
    line-height:1.45;
    color:#657068;
    margin-top:2px;
  }

  .mh-buttons{
    display:flex;
    flex-direction:column;
    gap:10px;
    width:100%;
  }

  .mh-buttons .mh-btn{
    width:100%;
    box-sizing:border-box;
    text-align:center;
    padding:13px 14px;
  }

  .mh-hero-art{
    width:100%;
    min-height:260px;
    background-position:center;
  }

  /* Prevent cards and grids from overflowing the viewport. */
  .mh-section,
  .mh-page{
    width:100%;
    box-sizing:border-box;
    padding-left:18px;
    padding-right:18px;
  }

  .mh-products,
  .mh-catalogue-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .mh-product{
    min-width:0;
  }

  .mh-product-img{
    height:150px;
  }

  .mh-product-body{
    min-width:0;
    padding:12px;
  }

  .mh-product-body h3{
    font-size:13px;
    line-height:1.3;
    overflow-wrap:anywhere;
  }

  .mh-product .mh-btn{
    width:100%;
    box-sizing:border-box;
    font-size:11px;
    padding:9px 6px;
  }

  .mh-trust{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .mh-wholesale{
    margin-left:18px;
    margin-right:18px;
  }

  .mh-wholesale-copy{
    padding:26px 20px;
  }

  .mh-footer{
    padding-left:20px;
    padding-right:20px;
  }

  .mh-footer-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .mh-floating-wa{
    right:12px;
    bottom:12px;
    padding:12px 14px;
  }

  .mh-floating-wa span{
    display:none;
  }
}

@media (max-width:430px){
  .mh-nav-inner{
    padding-left:15px;
    padding-right:15px;
  }

  .mh-hero-copy{
    padding-left:18px;
    padding-right:18px;
  }

  .mh-products,
  .mh-catalogue-grid{
    grid-template-columns:1fr;
  }

  .mh-product-img{
    height:205px;
  }

  .mh-trust{
    grid-template-columns:1fr;
  }

  .mh-hero-art{
    min-height:235px;
  }
}


/* Final responsive corrections v2.5 */
.mh-nav > .mh-mobile-toggle{display:none !important}
@media (min-width:761px){
  .mh-nav > .mh-mobile-toggle{display:none !important}
  .mh-mobile-menu{display:none !important}
}
@media (max-width:760px){
  .mh-nav{display:flex !important;align-items:center !important;justify-content:space-between !important;height:68px !important;min-height:68px !important;padding:0 18px !important;position:relative !important;}
  .mh-nav > .mh-logo{margin-right:auto !important;}
  .mh-nav > .mh-mobile-toggle{display:grid !important;place-items:center !important;position:relative !important;top:auto !important;right:auto !important;margin-left:auto !important;}
  .mh-nav > .mh-menu{display:none !important;visibility:hidden !important;position:absolute !important;width:0 !important;height:0 !important;overflow:hidden !important;}
  .mh-mobile-menu{top:68px !important;}
  .mh-hero-highlights div{display:grid !important;grid-template-columns:30px minmax(0,1fr) !important;column-gap:8px !important;align-items:start !important;}
  .mh-hero-highlights b{display:flex !important;grid-column:1 !important;grid-row:1 / span 2 !important;margin:0 !important;}
  .mh-hero-highlights strong{display:block !important;grid-column:2 !important;line-height:1.35 !important;}
  .mh-hero-highlights span{display:block !important;grid-column:2 !important;line-height:1.45 !important;}
}


/* Mobile navigation final fix v2.6 - class-based toggle */
.mh-mobile-toggle{display:none !important;}
.mh-mobile-menu{display:none !important;}
@media (min-width:761px){
  .mh-mobile-toggle{display:none !important;}
  .mh-mobile-menu{display:none !important;}
}
@media (max-width:760px){
  .mh-nav{position:relative !important;z-index:100 !important;display:flex !important;align-items:center !important;justify-content:space-between !important;min-height:68px !important;height:68px !important;padding:0 18px !important;}
  .mh-nav > .mh-logo{margin-right:auto !important;}
  .mh-nav > .mh-mobile-toggle{display:grid !important;place-items:center !important;flex:0 0 42px !important;width:42px !important;height:42px !important;margin-left:auto !important;position:relative !important;z-index:103 !important;}
  .mh-nav > .mh-menu{display:none !important;visibility:hidden !important;}
  .mh-mobile-menu{display:none !important;position:absolute !important;left:0 !important;right:0 !important;top:68px !important;width:100% !important;box-sizing:border-box !important;background:#fff !important;border-top:1px solid #edf1ed !important;border-bottom:1px solid #dce5df !important;box-shadow:0 14px 30px rgba(5,55,30,.13) !important;padding:8px 18px 16px !important;z-index:102 !important;}
  .mh-mobile-menu.is-open{display:block !important;}
  .mh-mobile-menu-links{display:flex !important;flex-direction:column !important;width:100% !important;}
  .mh-mobile-menu-links a{display:block !important;padding:13px 5px !important;border-bottom:1px solid #edf1ed !important;color:#18231d !important;text-decoration:none !important;font-size:14px !important;font-weight:650 !important;}
  .mh-mobile-menu-wa{display:block !important;margin-top:13px !important;text-align:center !important;padding:12px 14px !important;border-radius:9px !important;background:#07552f !important;color:#fff !important;text-decoration:none !important;font-size:13px !important;font-weight:800 !important;}
}

/* Food-first imagery refinements */
.mh-hero-art{background-position:center 52%;}
.mh-wholesale-art{background-position:center 45%;}
.mh-story-photo,.mh-wholesale-page-photo{background-position:center;}

/* Image performance */
.mh-product-photo{display:block;width:100%;height:100%;object-fit:cover;background:#f2eee5}
.mh-hero-art{background-color:#f2eee5}

.mh-product-photo{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}

/* =========================================================
   MAUREENHD V4 VISUAL SYSTEM — bold agricultural direction
   ========================================================= */
:root{--mh-v4-green:#043c22;--mh-v4-green-2:#07552f;--mh-v4-gold:#f4b000;--mh-v4-cream:#fbf7ef;--mh-v4-ink:#17231c;--mh-v4-line:#e2e7e2;--mh-v4-shadow:0 18px 55px rgba(4,60,34,.10)}
.mh-v4-hero{position:relative;min-height:620px;background:#07150e;overflow:hidden}
.mh-v4-hero-bg{position:absolute;inset:0;background-image:url('assets/mhd-hero-agro-global-final.png');background-size:cover;background-position:center 52%;transform:scale(1.02)}
.mh-v4-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,27,16,.93) 0%,rgba(2,27,16,.82) 38%,rgba(2,27,16,.35) 68%,rgba(2,27,16,.15) 100%)}
.mh-v4-hero-inner{position:relative;z-index:2;max-width:1280px;margin:auto;padding:92px 5vw 72px;color:#fff}
.mh-v4-hero-copy{max-width:780px}
.mh-v4-eyebrow{font-size:12px;letter-spacing:.12em;font-weight:850;color:var(--mh-v4-gold);text-transform:uppercase}
.mh-v4-eyebrow span{opacity:.7;margin:0 4px}
.mh-v4-hero h1{font-family:Inter,system-ui,sans-serif;font-weight:900;font-size:clamp(48px,6vw,84px);line-height:.96;letter-spacing:-.045em;margin:18px 0 22px;color:#fff}
.mh-v4-hero h1 em{font-style:normal;color:var(--mh-v4-gold)}
.mh-v4-hero p{font-size:20px;line-height:1.5;max-width:680px;color:rgba(255,255,255,.94);margin:0 0 26px}
.mh-v4-cta-row{display:flex;gap:12px;flex-wrap:wrap}
.mh-v4-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:7px;padding:13px 20px;font-size:13px;font-weight:850;letter-spacing:.01em;border:1px solid transparent;transition:.18s transform,.18s background}
.mh-v4-btn:hover{transform:translateY(-2px)}
.mh-v4-btn-gold{background:var(--mh-v4-gold);color:#15200f}.mh-v4-btn-dark{border-color:rgba(255,255,255,.6);color:#fff;background:rgba(3,31,19,.18)}
.mh-v4-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:36px}
.mh-v4-benefits>div{display:grid;grid-template-columns:38px 1fr;column-gap:9px;align-items:start}.mh-v4-benefits span{width:34px;height:34px;border-radius:50%;background:var(--mh-v4-green-2);border:1px solid rgba(244,176,0,.45);display:grid;place-items:center;color:#fff;font-weight:900;grid-row:1/span 2}.mh-v4-benefits strong{font-size:12px}.mh-v4-benefits small{font-size:10px;line-height:1.45;color:rgba(255,255,255,.72);margin-top:3px}
.mh-v4-facts{max-width:1240px;margin:-1px auto 0;background:#fffaf0;border:1px solid #eadfca;box-shadow:var(--mh-v4-shadow);border-radius:0 0 14px 14px;display:grid;grid-template-columns:repeat(4,1fr);padding:20px 10px;position:relative;z-index:3}.mh-v4-facts>div{display:flex;justify-content:center;align-items:center;gap:11px;border-right:1px solid #e6dece;padding:5px 10px}.mh-v4-facts>div:last-child{border:0}.mh-v4-facts b{font-size:22px;color:var(--mh-v4-green-2)}.mh-v4-facts span{font-size:12px;color:#4f5e55;font-weight:700}
.mh-v4-products{padding:76px 5vw 78px;background:#fff}.mh-v4-section-head{max-width:1240px;margin:0 auto 28px;display:flex;justify-content:space-between;align-items:end;gap:20px}.mh-v4-section-head h2,.mh-v4-how h2,.mh-v4-wholesale h2,.mh-v4-trust h2{font-family:Georgia,serif;font-size:42px;line-height:1.05;color:var(--mh-v4-green);margin:10px 0 0;letter-spacing:-.02em}.mh-v4-dark-eyebrow{color:var(--mh-v4-green-2);font-size:11px}.mh-v4-outline{border:1px solid var(--mh-v4-green-2);color:var(--mh-v4-green-2);border-radius:7px;padding:11px 15px;text-decoration:none;font-size:12px;font-weight:800}
.mh-v4-product-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mh-v4-product{border:1px solid var(--mh-v4-line);border-radius:12px;overflow:hidden;background:#fff;transition:.18s;box-shadow:0 5px 20px rgba(4,60,34,.04)}.mh-v4-product:hover{transform:translateY(-3px);box-shadow:var(--mh-v4-shadow)}.mh-v4-product-img{display:block;aspect-ratio:4/3;background:#f3efe8;overflow:hidden}.mh-v4-product-img img{width:100%;height:100%;object-fit:cover;display:block}.mh-v4-product-info{padding:15px 16px 18px}.mh-v4-cat{font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:#738077;font-weight:800}.mh-v4-product-info h3{margin:5px 0 5px;font-size:17px;color:var(--mh-v4-ink)}.mh-v4-product-info strong{color:var(--mh-v4-green-2);font-size:14px}
.mh-v4-how{padding:72px 5vw;background:var(--mh-v4-green)}.mh-v4-how-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:center;color:#fff}.mh-v4-how h2{color:#fff}.mh-v4-how p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.78);max-width:500px}.mh-v4-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.mh-v4-steps>div{border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:20px;background:rgba(255,255,255,.05)}.mh-v4-steps b{display:block;color:var(--mh-v4-gold);font-size:11px;letter-spacing:.12em}.mh-v4-steps strong,.mh-v4-steps span{display:block}.mh-v4-steps strong{font-size:13px;margin-top:17px}.mh-v4-steps span{font-size:11px;color:rgba(255,255,255,.7);margin-top:5px;line-height:1.5}
.mh-v4-wholesale{max-width:1240px;margin:72px auto;display:grid;grid-template-columns:1.05fr .95fr;border-radius:16px;overflow:hidden;background:#eff5ef}.mh-v4-wholesale-art{min-height:410px;background-image:url('https://images.pexels.com/photos/37088368/pexels-photo-37088368.jpeg?auto=compress&cs=tinysrgb&w=1400&q=78');background-size:cover;background-position:center}.mh-v4-wholesale-copy{padding:58px}.mh-v4-wholesale-copy p{color:#536057;line-height:1.7;max-width:520px}.mh-v4-mini-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0 26px;color:#31463a;font-size:12px}.mh-v4-btn-green{background:var(--mh-v4-green-2);color:#fff}
.mh-v4-trust{background:var(--mh-v4-cream);padding:74px 5vw}.mh-v4-trust-inner{max-width:1240px;margin:auto}.mh-v4-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.mh-v4-trust-grid>div{background:#fff;border:1px solid var(--mh-v4-line);border-radius:12px;padding:20px}.mh-v4-trust-grid b,.mh-v4-trust-grid span{display:block}.mh-v4-trust-grid b{color:var(--mh-v4-green-2);font-size:14px}.mh-v4-trust-grid span{font-size:11px;color:#6b786f;line-height:1.5;margin-top:5px}
.mh-v4-floating{background:#19a951!important}

@media(max-width:1000px){.mh-v4-hero{min-height:580px}.mh-v4-benefits{grid-template-columns:repeat(2,1fr)}.mh-v4-product-grid{grid-template-columns:repeat(2,1fr)}.mh-v4-how-inner{grid-template-columns:1fr}.mh-v4-trust-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.mh-v4-hero{min-height:680px}.mh-v4-hero-bg{background-position:center}.mh-v4-hero-overlay{background:linear-gradient(180deg,rgba(2,27,16,.86) 0%,rgba(2,27,16,.68) 55%,rgba(2,27,16,.80) 100%)}.mh-v4-hero-inner{padding:68px 22px 40px;display:flex;align-items:flex-end;min-height:680px}.mh-v4-hero h1{font-size:clamp(41px,12vw,60px)}.mh-v4-hero p{font-size:16px}.mh-v4-cta-row{flex-direction:column}.mh-v4-btn{width:100%;box-sizing:border-box}.mh-v4-benefits{grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.mh-v4-benefits strong{font-size:11px}.mh-v4-benefits small{font-size:9px}.mh-v4-facts{grid-template-columns:1fr 1fr;margin:0 18px;border-radius:12px}.mh-v4-facts>div{border-right:0;border-bottom:1px solid #e6dece;padding:11px 6px}.mh-v4-facts>div:nth-child(odd){border-right:1px solid #e6dece}.mh-v4-products{padding:55px 18px}.mh-v4-section-head{display:block}.mh-v4-section-head .mh-v4-outline{display:inline-block;margin-top:14px}.mh-v4-section-head h2,.mh-v4-how h2,.mh-v4-wholesale h2,.mh-v4-trust h2{font-size:34px}.mh-v4-product-grid{grid-template-columns:1fr 1fr;gap:11px}.mh-v4-product-info{padding:11px 12px 14px}.mh-v4-product-info h3{font-size:14px}.mh-v4-how{padding:55px 18px}.mh-v4-steps{grid-template-columns:1fr}.mh-v4-wholesale{margin:45px 18px;grid-template-columns:1fr}.mh-v4-wholesale-art{min-height:270px}.mh-v4-wholesale-copy{padding:30px 23px}.mh-v4-mini-list{grid-template-columns:1fr}.mh-v4-trust{padding:55px 18px}.mh-v4-trust-grid{grid-template-columns:1fr 1fr;gap:10px}}
@media(max-width:430px){.mh-v4-hero{min-height:700px}.mh-v4-hero-inner{min-height:700px}.mh-v4-benefits{grid-template-columns:1fr}.mh-v4-benefits>div{grid-template-columns:34px 1fr}.mh-v4-facts{grid-template-columns:1fr}.mh-v4-facts>div,.mh-v4-facts>div:nth-child(odd){border-right:0}.mh-v4-product-grid{grid-template-columns:1fr}.mh-v4-trust-grid{grid-template-columns:1fr}}

/* v4.1 content-page polish */
.mh-page-head-left{text-align:left;max-width:1120px}
.mh-page-head-left h1{max-width:860px}
.mh-page-head-left p{max-width:760px}
.mh-page-head.compact{margin-bottom:24px}
.mh-page-section{max-width:1120px;margin:80px auto 0}
.mh-story-premium,.mh-wholesale-premium{gap:64px}
.mh-story-copy h2,.mh-wholesale-copy h2{font-size:46px;line-height:1.05;margin:10px 0 18px}
.mh-story-copy p,.mh-wholesale-copy p{font-size:16px;line-height:1.75}
.mh-page-banner-tall{height:310px}
.mh-feature-grid-3{grid-template-columns:repeat(3,1fr)}
.mh-feature-grid-4{grid-template-columns:repeat(4,1fr)}
.mh-feature-premium{padding:28px 26px;min-height:170px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 28px rgba(12,46,30,.045)}
.mh-feature-number{display:block;color:var(--gold);font-size:12px;font-weight:850;letter-spacing:.12em;margin-bottom:26px}
.mh-feature-simple{padding:24px;background:#f6faf7;border:1px solid var(--line);border-radius:var(--radius)}
.mh-mini-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin:24px 0}
.mh-mini-list span{font-size:13px;font-weight:700;color:var(--green)}
.mh-faqs-premium{max-width:1120px;border-top:1px solid var(--line)}
.mh-faqs-premium details{padding:22px 12px;border-bottom:1px solid var(--line)}
.mh-faqs-premium summary{font-size:15px}
.mh-faqs-premium p{max-width:760px;line-height:1.7;color:var(--muted)}
.mh-contact-premium{max-width:1120px;grid-template-columns:.85fr 1.15fr;gap:30px}
.mh-contact-card,.mh-enquiry{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 10px 30px rgba(12,46,30,.045)}
.mh-contact-card h2,.mh-enquiry h2{font-family:Georgia,serif;color:var(--green);font-size:34px;margin:12px 0 16px}
.mh-contact-card p{line-height:1.7;color:#4e5b54}
.mh-enquiry-head{margin-bottom:18px}.mh-enquiry-head p{color:var(--muted)}
.mh-enquiry form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.mh-enquiry input,.mh-enquiry textarea{border:1px solid var(--line);border-radius:10px;padding:12px 14px;font:inherit;width:100%;box-sizing:border-box}
.mh-enquiry textarea{grid-column:1/-1}
.mh-enquiry button{grid-column:1/-1;justify-self:start;border:0}
.mh-enquiry-status{grid-column:1/-1;color:var(--green);font-size:12px}
.mh-generic-content{max-width:900px;margin:auto;line-height:1.75;color:#435149}
@media(max-width:760px){
  .mh-page{padding:42px 18px}
  .mh-page-head-left{margin-bottom:30px}
  .mh-page-head h1{font-size:36px}
  .mh-page-head p{font-size:15px;line-height:1.6}
  .mh-story-premium,.mh-wholesale-premium{gap:28px}
  .mh-story-photo,.mh-wholesale-page-photo{height:270px}
  .mh-story-copy h2,.mh-wholesale-copy h2{font-size:32px}
  .mh-page-section{margin-top:52px}
  .mh-feature-grid-3,.mh-feature-grid-4{grid-template-columns:1fr 1fr}
  .mh-page-banner-tall{height:220px}
  .mh-mini-list{grid-template-columns:1fr}
  .mh-contact-premium{grid-template-columns:1fr}
  .mh-enquiry form{grid-template-columns:1fr}
  .mh-enquiry textarea,.mh-enquiry button,.mh-enquiry-status{grid-column:auto}
}
@media(max-width:430px){
  .mh-feature-grid-3,.mh-feature-grid-4{grid-template-columns:1fr}
  .mh-story-photo,.mh-wholesale-page-photo{height:230px}
}

.mh-cart-link{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;text-decoration:none;font-size:12px;font-weight:750;color:var(--green)}
.mh-cart-link span{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--green);color:#fff;font-size:10px}
.mh-add-cart-card{display:block;margin-top:8px;text-align:center}
.mh-cart-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:var(--green);color:#fff;padding:11px 16px;border-radius:999px;font-size:12px;font-weight:750;z-index:120;transition:.2s}
.mh-cart-toast.show{opacity:1;transform:translate(-50%,0)}
.mh-cart-page{max-width:900px;margin:auto}
.mh-cart-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}
.mh-cart-row strong,.mh-cart-row span{display:block}.mh-cart-row strong{font-size:15px}.mh-cart-row span{font-size:12px;color:var(--muted);margin-top:3px}
.mh-cart-controls{display:flex;align-items:center;gap:7px}.mh-cart-controls button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 10px;font-size:11px}.mh-cart-controls b{min-width:18px;text-align:center}
.mh-cart-summary{margin-top:25px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.mh-cart-summary span{margin-right:auto;color:var(--muted);font-size:12px}.mh-cart-summary strong{font-size:23px;color:var(--green);margin-right:10px}
.mh-empty-cart{text-align:center;padding:55px 20px;border:1px dashed #cfd9d1;border-radius:var(--radius)}.mh-empty-cart h2{font-family:Georgia,serif;color:var(--green)}
@media(max-width:760px){
  .mh-cart-link{font-size:11px;padding:7px 9px}
  .mh-cart-row{align-items:flex-start;flex-direction:column}
  .mh-cart-controls{width:100%}.mh-cart-controls button{flex:0 0 auto}.mh-cart-summary{display:grid;grid-template-columns:1fr 1fr}.mh-cart-summary span{grid-column:1/-1;margin:0}.mh-cart-summary strong{margin:0}.mh-cart-summary .mh-btn{width:100%}
}

.mh-add-cart-card{border:1px solid var(--green);background:#fff;color:var(--green);cursor:pointer;width:100%;font:inherit}

.mh-product-purchase-panel{margin:18px 0 14px;padding:15px 16px;border:1px solid var(--line);border-radius:12px;background:#fafcf9}
.mh-purchase-row{display:flex;align-items:center;justify-content:space-between;gap:14px}
.mh-purchase-row>label{font-size:12px;font-weight:800;color:var(--green)}
.mh-qty-control{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff}
.mh-qty-control button{width:34px;height:36px;border:0;background:#fff;color:var(--green);font-size:18px;cursor:pointer}
.mh-qty-control input{width:46px;height:36px;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font:inherit}
@media(max-width:760px){.mh-purchase-row{align-items:flex-start;flex-direction:column}}

.mh-cart-shell{max-width:920px;margin:0 auto}
.mh-cart-summary{margin-top:28px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#f7faf7;display:flex;align-items:center;justify-content:space-between;gap:20px}
.mh-cart-summary>div:first-child span,.mh-cart-summary>div:first-child strong{display:block}
.mh-cart-summary>div:first-child span{font-size:12px;color:var(--muted)}
.mh-cart-summary>div:first-child strong{font-size:26px;color:var(--green);margin-top:4px}
.mh-cart-summary-actions{display:flex;gap:10px;flex-wrap:wrap}
.mh-cart-item-info{flex:1}
@media(max-width:760px){
  .mh-cart-summary{display:block}
  .mh-cart-summary-actions{margin-top:16px}
  .mh-cart-summary-actions .mh-btn{width:100%;text-align:center}
}

/* Catalogue UX: product cards lead to the product page; cart actions live on product detail. */
.mh-products .mh-add-cart-card,
.mh-catalogue-grid .mh-add-cart-card,
.mh-products [data-mh-add-cart],
.mh-catalogue-grid [data-mh-add-cart]{
  display:none !important;
}

#mh-cart-items[hidden],
#mh-cart-summary[hidden],
#mh-empty-cart[hidden]{display:none !important}

.mh-cart-next-step{margin:10px 0 0;font-size:11px;color:var(--muted);line-height:1.5}

.mh-view-product{display:inline-flex !important;margin-top:12px}
.mh-v4-view-product{display:inline-flex;align-items:center;margin-top:12px;padding:9px 13px;border:1px solid var(--green);border-radius:8px;color:var(--green);background:#fff;text-decoration:none;font-size:11px;font-weight:800}
.mh-v4-view-product:hover{background:var(--green);color:#fff}

/* v4.3.7: clearer catalogue card spacing */
.mh-product-body .mh-price{margin-top:6px}
.mh-product-body .mh-view-product{display:inline-flex !important;margin-top:14px;clear:both}
.mh-v4-product-info strong + .mh-v4-view-product{margin-top:14px}
.mh-v4-view-product{align-self:flex-start}

/* v4.3.8: catalogue card action alignment */
.mh-product-body{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  column-gap:12px;
  row-gap:8px;
}
.mh-product-body h3{
  flex:0 0 100%;
}
.mh-product-body .mh-price{
  flex:1 1 auto;
  margin:0;
}
.mh-product-body .mh-view-product{
  flex:0 0 auto;
  margin:0 !important;
}
@media(max-width:760px){
  .mh-product-body{
    column-gap:8px;
  }
  .mh-product-body .mh-view-product{
    font-size:11px;
    padding:8px 10px;
  }
}

.mh-v4-product-info{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  column-gap:12px;
}
.mh-v4-product-info .mh-v4-cat,
.mh-v4-product-info h3{
  flex-basis:100%;
}
.mh-v4-product-info strong{
  margin-top:0;
  margin-right:auto;
}
.mh-v4-product-info .mh-v4-view-product{
  margin-top:0;
}
@media(max-width:760px){
  .mh-v4-product-info{column-gap:8px}
  .mh-v4-product-info .mh-v4-view-product{padding:8px 10px;font-size:11px}
}

/* v4.3.9: optical alignment for catalogue price + CTA */
.mh-product-body .mh-price,
.mh-product-body .mh-view-product{
  display:flex;
  align-items:center;
  min-height:38px;
}
.mh-product-body .mh-price{
  line-height:1;
  padding-top:1px;
}
.mh-product-body .mh-view-product{
  margin:0 !important;
  line-height:1;
  box-sizing:border-box;
}
.mh-v4-product-info strong,
.mh-v4-product-info .mh-v4-view-product{
  display:flex;
  align-items:center;
  min-height:38px;
  line-height:1;
  box-sizing:border-box;
}
.mh-v4-product-info strong{
  padding-top:1px;
}
.mh-v4-product-info .mh-v4-view-product{
  margin-top:0;
}

.mh-delivery-location-panel{margin:18px 0;padding:22px;border:1px solid var(--line);border-radius:14px;background:#f8fbf8}
.mh-delivery-location-panel h2{font-family:Georgia,serif;color:var(--green);font-size:28px;margin:7px 0 8px}
.mh-delivery-location-panel p{font-size:12px;color:var(--muted);line-height:1.6;margin:0}
.mh-delivery-location-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.mh-delivery-location-fields label{font-size:11px;font-weight:800;color:var(--green)}
.mh-delivery-location-fields input{display:block;width:100%;box-sizing:border-box;margin-top:6px;padding:11px;border:1px solid var(--line);border-radius:8px;background:#fff;font:inherit}
.mh-location-status{grid-column:1/-1;font-size:11px;color:var(--muted);min-height:18px}
@media(max-width:760px){
  .mh-delivery-location-fields{grid-template-columns:1fr}
  .mh-location-status{grid-column:auto}
}

/* v4.4.2: product page Add to Cart is local cart only */
#mh-add-cart{cursor:pointer;border:0}
#mh-add-cart:hover{filter:brightness(.97)}

/* v4.4.3: actionable cart confirmation */
.mh-cart-toast{
  position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);
  min-width:min(430px,calc(100vw - 28px));max-width:calc(100vw - 28px);
  padding:14px;border-radius:14px;background:#fff;color:#173126;
  border:1px solid #dfe8e1;box-shadow:0 18px 50px rgba(5,55,30,.18);
  opacity:0;pointer-events:none;z-index:9999;transition:.22s;
}
.mh-cart-toast.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.mh-cart-toast-msg{display:flex;align-items:center;gap:9px;font-size:13px}
.mh-cart-toast-msg span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#07552f;color:#fff;font-size:11px}
.mh-cart-toast-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:11px}
.mh-cart-toast-actions button,.mh-cart-toast-actions a{
  border-radius:8px;padding:9px 12px;font:inherit;font-size:11px;font-weight:800;text-decoration:none;cursor:pointer
}
.mh-cart-toast-continue{background:#fff;color:#07552f;border:1px solid #d5e0d8}
.mh-cart-toast-cart{background:#07552f;color:#fff;border:1px solid #07552f}
@media(max-width:760px){
  .mh-cart-toast-actions{display:grid;grid-template-columns:1fr 1fr}
  .mh-cart-toast-actions button,.mh-cart-toast-actions a{text-align:center;width:100%;box-sizing:border-box}
}


/* Hero headline line control */
.mh-v4-hero h1 .hero-line {
  display: block;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .mh-v4-hero h1 .hero-line {
    white-space: normal;
  }
}
