body.mofbm-v1-page .wp-block-post-title,
body.mofbm-v1-page .entry-title,
body.mofbm-v1-page main > header { display: none !important; }

body.mofbm-v1-page .wp-site-blocks > main,
body.mofbm-v1-page main,
body.mofbm-v1-page main .wp-block-group,
body.mofbm-v1-page main .wp-block-group__inner-container,
body.mofbm-v1-page main .is-layout-constrained,
body.mofbm-v1-page main .is-layout-flow,
body.mofbm-v1-page main .entry-content,
body.mofbm-v1-page main .wp-block-post-content,
body.mofbm-v1-page .wp-block-post-content > *,
body.mofbm-v1-page .wp-block-post-content > .wp-block-html {
  width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important;
}
body.mofbm-v1-page .wp-block-post-content > .wp-block-html { grid-column: 1 / -1 !important; }
body.mofbm-v1-page .mo-footer-v3__cta { display: none !important; }

.mofbm-v1 {
  --forest: #173f32; --forest-2: #214b3e; --matcha: #9dbf72; --cream: #fbfaf5;
  --cream-2: #f1f5ef; --warm: #f6f3e8; --line: #dde5dc; --ink: #183c34; --muted: #66756c;
  width: 100%; margin: 0; color: var(--ink); background: var(--cream); overflow: clip; font-family: inherit;
}
.mofbm-v1 *, .mofbm-v1 *::before, .mofbm-v1 *::after { box-sizing: border-box; }
.mofbm-v1 a { color: inherit; text-decoration: none; }
.mofbm-v1__inner { width: min(1220px, calc(100% - 64px)); margin: 0 auto; }
.mofbm-v1__section { width: 100%; padding: 80px 0; }
.mofbm-v1__eyebrow { margin: 0 0 12px; color: #75963f; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mofbm-v1 h1, .mofbm-v1 h2, .mofbm-v1 h3, .mofbm-v1 p { margin-top: 0; }
.mofbm-v1 h1, .mofbm-v1 h2, .mofbm-v1 h3 { color: var(--ink); font-weight: 500; line-height: 1.06; }
.mofbm-v1 h1 { max-width: 830px; margin-bottom: 22px; font-size: clamp(45px, 4.75vw, 72px); }
.mofbm-v1 h2 { margin-bottom: 18px; font-size: clamp(32px, 3.4vw, 50px); }
.mofbm-v1 h3 { margin-bottom: 10px; font-size: 21px; }
.mofbm-v1 p, .mofbm-v1 li { color: var(--muted); font-size: 16px; line-height: 1.7; }

.mofbm-v1__hero {
  min-height: 660px; display: flex; align-items: center;
  background-image: linear-gradient(90deg, rgba(251,250,245,.99) 0%, rgba(251,250,245,.95) 41%, rgba(251,250,245,.14) 74%), var(--mofbm-hero);
  background-position: center; background-size: cover; background-repeat: no-repeat;
}
.mofbm-v1__hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: end; gap: 44px; }
.mofbm-v1__hero-copy { max-width: 760px; }
.mofbm-v1__lead { max-width: 660px; margin-bottom: 0; font-size: 18px !important; }
.mofbm-v1__framework { padding: 30px; color: #fff; background: rgba(23,63,50,.96); border: 1px solid rgba(157,191,114,.38); box-shadow: 0 18px 40px rgba(17,50,40,.19); }
.mofbm-v1__framework .mofbm-v1__eyebrow { color: #b6d17a; }
.mofbm-v1__framework h2 { margin-bottom: 18px; color: #fff; font-size: 27px; }
.mofbm-v1__framework ul { margin: 0; padding: 0; list-style: none; }
.mofbm-v1__framework li { position: relative; margin: 10px 0; padding-left: 22px; color: #edf4ee; font-size: 14px; line-height: 1.55; }
.mofbm-v1__framework li::before { content: ""; position: absolute; top: .56em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--matcha); }

.mofbm-v1__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.mofbm-v1__button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid var(--forest); background: rgba(255,255,255,.9); color: var(--forest); font-size: 12px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; transition: background-color .2s ease, color .2s ease; }
.mofbm-v1__button--primary { color: #fff; background: var(--forest); }
.mofbm-v1__button:hover { background: var(--cream-2); }
.mofbm-v1__button--primary:hover { color: #fff; background: var(--forest-2); }
.mofbm-v1__button:focus-visible, .mofbm-v1__text-link:focus-visible, .mofbm-v1__related a:focus-visible { outline: 3px solid var(--matcha); outline-offset: 3px; }

.mofbm-v1__section-head { max-width: 900px; margin: 0 auto 38px; text-align: center; }
.mofbm-v1__section-head > p:last-child { margin: 0 auto; }
.mofbm-v1__performance { background: #fff; }
.mofbm-v1__four-grid, .mofbm-v1__method-grid, .mofbm-v1__support-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.mofbm-v1__four-grid article, .mofbm-v1__method-grid article { min-height: 220px; padding: 28px; background: var(--cream); border: 1px solid var(--line); }
.mofbm-v1__four-grid span, .mofbm-v1__method-grid span, .mofbm-v1__use-grid span { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 26px; border-radius: 50%; color: #fff; background: var(--forest); font-size: 11px; font-weight: 700; }
.mofbm-v1__four-grid p, .mofbm-v1__method-grid p, .mofbm-v1__support-grid p, .mofbm-v1__use-grid p { margin-bottom: 0; font-size: 14px; }

.mofbm-v1__choose { background: var(--cream-2); }
.mofbm-v1__choose-grid, .mofbm-v1__evaluation-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
.mofbm-v1__copy > p { margin-bottom: 22px; }
.mofbm-v1__checklist { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.mofbm-v1__checklist li { position: relative; padding-left: 24px; font-size: 14px; }
.mofbm-v1__checklist li::before { content: "✓"; position: absolute; left: 0; color: #56843f; font-weight: 800; }
.mofbm-v1__visual-stack { position: relative; padding: 0 0 50px 70px; }
.mofbm-v1__visual-stack figure, .mofbm-v1__evaluation figure { margin: 0; overflow: hidden; background: var(--warm); }
.mofbm-v1__visual-stack img, .mofbm-v1__evaluation img { width: 100%; display: block; object-fit: cover; }
.mofbm-v1__visual-stack img { aspect-ratio: 16 / 9; }
.mofbm-v1__visual-stack aside { position: absolute; left: 0; bottom: 0; width: min(390px, 68%); padding: 28px; color: #fff; background: var(--forest); box-shadow: 0 18px 38px rgba(17,50,40,.2); }
.mofbm-v1__visual-stack aside h3 { color: #fff; }
.mofbm-v1__visual-stack aside p { color: #dbe9e2; font-size: 14px; }
.mofbm-v1__visual-stack aside .mofbm-v1__eyebrow { color: #b6d17a; }
.mofbm-v1__text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: #fff !important; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.mofbm-v1__uses { background: #fff; scroll-margin-top: 120px; }
.mofbm-v1__use-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.mofbm-v1__use-grid article { min-height: 220px; padding: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(23,63,50,.04); }

.mofbm-v1__evaluation { background: var(--warm); }
.mofbm-v1__evaluation-grid { grid-template-columns: 1.08fr .92fr; }
.mofbm-v1__evaluation img { min-height: 500px; aspect-ratio: 4 / 3; }
.mofbm-v1__checklist--numbered { grid-template-columns: 1fr 1fr; }

.mofbm-v1__method { background: #fff; }
.mofbm-v1__method-grid article { background: var(--cream-2); }
.mofbm-v1__support { background: #f8faf4; }
.mofbm-v1__support-grid { border: 1px solid var(--line); gap: 0; background: #fff; }
.mofbm-v1__support-grid article { min-height: 190px; padding: 28px; border-right: 1px solid var(--line); }
.mofbm-v1__support-grid article:last-child { border-right: 0; }
.mofbm-v1__why { max-width: 930px; margin: 34px auto 0; padding: 26px 30px; text-align: center; border-left: 3px solid var(--matcha); background: #fff; }
.mofbm-v1__why p:last-child { margin-bottom: 0; }

.mofbm-v1__cta { padding: 68px 0; color: #fff; background: var(--forest); }
.mofbm-v1__cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 44px; }
.mofbm-v1__cta h2 { margin-bottom: 12px; color: #fff; }
.mofbm-v1__cta p { max-width: 710px; margin-bottom: 0; color: #dbe9e2; }
.mofbm-v1__cta .mofbm-v1__eyebrow { color: #b3cf77; }
.mofbm-v1__cta .mofbm-v1__buttons { min-width: 250px; display: grid; margin: 0; }
.mofbm-v1__button--light { border-color: #fff; background: #fff; }
.mofbm-v1__button--outline { color: #fff; border-color: #88ac9f; background: transparent; }
.mofbm-v1__button--outline:hover { color: #fff; background: var(--forest-2); }
.mofbm-v1__related { padding: 20px 0; background: #edf2e9; }
.mofbm-v1__related .mofbm-v1__inner { display: flex; justify-content: center; gap: 36px; }
.mofbm-v1__related a { color: var(--forest); font-size: 13px; font-weight: 700; }

@media (max-width: 1024px) {
  .mofbm-v1__inner { width: min(100% - 40px, 1220px); }
  .mofbm-v1__section { padding: 68px 0; }
  .mofbm-v1__hero-grid { grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; }
  .mofbm-v1__four-grid, .mofbm-v1__method-grid { grid-template-columns: 1fr 1fr; }
  .mofbm-v1__choose-grid, .mofbm-v1__evaluation-grid { gap: 34px; }
  .mofbm-v1__support-grid { grid-template-columns: 1fr 1fr; }
  .mofbm-v1__support-grid article { border-bottom: 1px solid var(--line); }
  .mofbm-v1__support-grid article:nth-child(2n) { border-right: 0; }
  .mofbm-v1__support-grid article:nth-last-child(-n + 2) { border-bottom: 0; }
}

@media (max-width: 768px) {
  .mofbm-v1__inner { width: min(100% - 28px, 1220px); }
  .mofbm-v1__section { padding: 54px 0; }
  .mofbm-v1__hero { min-height: auto; padding: 52px 0 42px; background-image: linear-gradient(180deg, rgba(251,250,245,.99) 0%, rgba(251,250,245,.96) 56%, rgba(251,250,245,.38) 100%), var(--mofbm-hero); background-position: center, 64% center; }
  .mofbm-v1__hero-grid, .mofbm-v1__choose-grid, .mofbm-v1__evaluation-grid, .mofbm-v1__cta-grid { grid-template-columns: 1fr; }
  .mofbm-v1__framework { max-width: 540px; }
  .mofbm-v1__use-grid { grid-template-columns: 1fr 1fr; }
  .mofbm-v1__visual-stack { padding-left: 0; }
  .mofbm-v1__visual-stack aside { left: 18px; width: calc(100% - 36px); }
  .mofbm-v1__evaluation figure { order: -1; }
  .mofbm-v1__evaluation img { min-height: 0; }
  .mofbm-v1__cta .mofbm-v1__buttons { min-width: 0; }
}

@media (max-width: 560px) {
  .mofbm-v1 h1 { font-size: clamp(37px, 12vw, 46px); }
  .mofbm-v1 h2 { font-size: clamp(30px, 9.5vw, 36px); }
  .mofbm-v1 p, .mofbm-v1 li { font-size: 15px; }
  .mofbm-v1__hero { padding-top: 44px; background-position: center, 66% center; }
  .mofbm-v1__lead { font-size: 16px !important; }
  .mofbm-v1__framework { padding: 24px; }
  .mofbm-v1__framework h2 { font-size: 24px; }
  .mofbm-v1__buttons, .mofbm-v1__button { width: 100%; }
  .mofbm-v1__four-grid, .mofbm-v1__method-grid, .mofbm-v1__support-grid, .mofbm-v1__use-grid, .mofbm-v1__checklist--numbered { grid-template-columns: 1fr; }
  .mofbm-v1__four-grid article, .mofbm-v1__method-grid article, .mofbm-v1__use-grid article { min-height: 0; }
  .mofbm-v1__visual-stack { padding-bottom: 0; }
  .mofbm-v1__visual-stack aside { position: relative; left: auto; bottom: auto; width: 100%; }
  .mofbm-v1__support-grid article, .mofbm-v1__support-grid article:nth-child(2n), .mofbm-v1__support-grid article:nth-last-child(-n + 2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .mofbm-v1__support-grid article:last-child { border-bottom: 0; }
  .mofbm-v1__related .mofbm-v1__inner { flex-direction: column; align-items: center; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) { .mofbm-v1__button { transition: none; } }
