:root {
  --mbm-green: #0b241b;
  --mbm-green-2: #15382c;
  --mbm-mint: #66d9aa;
  --mbm-cream: #f5eedc;
  --mbm-ink: #17241e;
  --mbm-rust: #b54832;
}

html { scroll-behavior: smooth; }
body { color: var(--mbm-ink); }
body.home .wp-site-blocks > header.wp-block-template-part { display: none !important; }
body.home .wp-block-post-title,
body.home .entry-title { display: none !important; }
body.home main,
body.home .wp-block-post-content,
body.home .entry-content { margin-block-start: 0 !important; padding-block-start: 0 !important; }
.mbm-site { width: 100vw; max-width: none !important; margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.65; }
.mbm-site h1, .mbm-site h2, .mbm-site h3 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.025em; line-height: 1.05; }
.mbm-site h1 { font-size: clamp(55px, 9vw, 110px); margin: .12em 0; }
.mbm-site h2 { font-size: clamp(38px, 5vw, 66px); margin: .18em 0 .35em; }
.mbm-hero { background: var(--mbm-green); color: var(--mbm-cream); padding: clamp(55px, 8vw, 105px) max(5vw, calc((100vw - 1120px)/2)); }
.mbm-eyebrow, .mbm-kicker { color: var(--mbm-mint); font-size: 14px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.mbm-lead { max-width: 760px; font-size: clamp(21px, 2.3vw, 30px); }
.mbm-tiles { display: flex; flex-wrap: wrap; gap: 12px; margin: 38px 0 32px; }
.mbm-tiles span { display: grid; place-items: center; min-width: 74px; height: 105px; padding: 0 10px; border: 4px solid #16261f; border-radius: 13px; background: var(--mbm-cream); color: #267557; font: 700 34px Georgia, serif; box-shadow: 0 7px 0 #07150f; }
.mbm-tiles .red { color: var(--mbm-rust); }
.mbm-stats { display: grid; grid-template-columns: repeat(4, minmax(130px,1fr)); gap: 20px; border-top: 1px solid #355548; padding-top: 25px; }
.mbm-stats strong, .mbm-stats small { display: block; }
.mbm-stats strong { color: var(--mbm-cream); font: 700 clamp(25px,3vw,37px) Georgia,serif; }
.mbm-stats small { color: #9bd9be; }
.mbm-button, .mbm-site .button, .mbm-site button.button { display: inline-block; border: 0 !important; border-radius: 3px !important; background: var(--mbm-mint) !important; color: #072017 !important; padding: 14px 22px !important; font-weight: 800 !important; text-decoration: none !important; }
.mbm-jump { position: sticky; top: 0; z-index: 9; display: flex; flex-wrap: wrap; gap: 8px 30px; padding: 18px max(5vw, calc((100vw - 1120px)/2)); background: var(--mbm-green-2); }
.mbm-jump a { color: var(--mbm-cream); font-size: 14px; font-weight: 800; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.mbm-section { padding: clamp(60px, 8vw, 105px) max(5vw, calc((100vw - 1120px)/2)); }
.mbm-alt { background: var(--mbm-cream); }
.mbm-shop .product { margin-top: 35px; }
.mbm-shop .woocommerce-product-gallery { display: none !important; }
.mbm-shop .summary { float: none !important; width: 100% !important; }
.mbm-shop .product_title, .mbm-shop .woocommerce-product-details__short-description { display: none; }
.mbm-shop table.variations { max-width: 680px; }
.mbm-shop .price { color: #174f3b !important; font-size: 30px !important; font-weight: 800; }
.mbm-color-field { max-width: 680px; margin: 25px 0; padding: 20px; background: #fff; border-left: 5px solid var(--mbm-mint); }
.mbm-color-field textarea { box-sizing: border-box; width: 100%; margin-top: 8px; padding: 12px; }
.mbm-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; counter-reset: mbm-step; list-style: none; }
.mbm-steps li { min-height: 160px; padding: 22px; border: 1px solid #cad5ce; }
.mbm-steps strong, .mbm-steps span { display: block; }
.mbm-steps strong { margin-bottom: 10px; color: #1c664b; font-size: 25px; }
.mbm-site details { max-width: 800px; padding: 18px 0; border-bottom: 1px solid #c8c0af; }
.mbm-site summary { cursor: pointer; font-weight: 800; }
.mbm-contact { background: var(--mbm-green); color: var(--mbm-cream); text-align: center; }
.mbm-inner { max-width: 900px; margin: 0 auto; padding: 70px 25px; }
.mbm-inner h1 { font-size: clamp(48px,7vw,78px); }
.mbm-text-link { color: #176447; font-weight: 800; }
.mbm-contact-form { max-width: 680px; }
.mbm-contact-form label { display: block; font-weight: 800; }
.mbm-contact-form input, .mbm-contact-form textarea { box-sizing: border-box; width: 100%; padding: 12px; }
.mbm-contact-form .mbm-hp { position: absolute; left: -9999px; }

@media (max-width: 760px) {
  .mbm-stats { grid-template-columns: repeat(2, 1fr); }
  .mbm-steps { grid-template-columns: 1fr; }
  .mbm-tiles span { min-width: 54px; height: 78px; font-size: 25px; }
  .mbm-jump { position: static; gap: 10px 18px; }
}
