:root {
	--mfbamc-navy: #012555;
	--mfbamc-navy-deep: #001b40;
	--mfbamc-red: #b4171e;
	--mfbamc-red-dark: #8f1016;
	--mfbamc-ink: #202938;
	--mfbamc-muted: #596779;
	--mfbamc-white: #ffffff;
	--mfbamc-warm-white: #fafaf7;
	--mfbamc-mist: #eff4fa;
	--mfbamc-border: #d6dee8;
	--mfbamc-success: #176b49;
	--mfbamc-shadow: 0 18px 48px rgba(1, 37, 85, 0.1);
	--mfbamc-radius: 14px;
	--mfbamc-wide: min(1180px, calc(100% - 2rem));
	--mfbamc-reading: min(760px, calc(100% - 2rem));
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--mfbamc-warm-white);
	color: var(--mfbamc-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: var(--mfbamc-navy);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--mfbamc-red-dark);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	border-radius: 3px;
	outline: 3px solid #f3b61f;
	outline-offset: 3px;
}

.screen-reader-text,
.mfbamc-skip-link:not(:focus) {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.mfbamc-skip-link:focus {
	background: var(--mfbamc-white);
	color: var(--mfbamc-navy);
	font-weight: 800;
	left: 1rem;
	padding: 0.75rem 1rem;
	position: fixed;
	top: 1rem;
	z-index: 99999;
}

.mfbamc-shell {
	margin-inline: auto;
	width: var(--mfbamc-wide);
}

.mfbamc-reading {
	margin-inline: auto;
	width: var(--mfbamc-reading);
}

.mfbamc-topbar {
	background: var(--mfbamc-navy-deep);
	color: var(--mfbamc-white);
	font-size: 0.88rem;
}

.mfbamc-topbar__inner {
	align-items: center;
	display: flex;
	gap: 0.75rem 1.25rem;
	justify-content: space-between;
	min-height: 42px;
}

.mfbamc-topbar p {
	margin: 0;
}

.mfbamc-topbar a {
	color: var(--mfbamc-white);
	font-weight: 750;
	text-decoration: none;
}

.mfbamc-header {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--mfbamc-border);
	position: relative;
	z-index: 100;
}

.mfbamc-header__inner {
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 96px;
}

.mfbamc-brand {
	align-items: center;
	color: var(--mfbamc-navy);
	display: inline-flex;
	gap: 0.8rem;
	text-decoration: none;
}

.mfbamc-brand img {
	height: 74px;
	object-fit: contain;
	width: 74px;
}

.mfbamc-brand__name {
	display: grid;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.25;
	max-width: 250px;
	text-transform: uppercase;
}

.mfbamc-brand__name strong {
	font-size: 1rem;
	letter-spacing: 0.02em;
}

.mfbamc-menu-toggle {
	align-items: center;
	background: var(--mfbamc-navy);
	border: 0;
	border-radius: 6px;
	color: var(--mfbamc-white);
	cursor: pointer;
	display: none;
	font: inherit;
	font-weight: 800;
	gap: 0.5rem;
	justify-self: end;
	min-height: 46px;
	padding: 0.65rem 0.85rem;
}

.mfbamc-menu-toggle__icon,
.mfbamc-menu-toggle__icon::before,
.mfbamc-menu-toggle__icon::after {
	background: currentColor;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	width: 20px;
}

.mfbamc-menu-toggle__icon::before {
	position: absolute;
	top: -6px;
}

.mfbamc-menu-toggle__icon::after {
	position: absolute;
	top: 6px;
}

.mfbamc-navigation {
	align-items: center;
	display: flex;
	gap: 0;
	justify-content: space-evenly;
	justify-self: stretch;
	width: 100%;
}

.mfbamc-navigation__item {
	align-items: center;
	display: flex;
	position: relative;
}

.mfbamc-navigation a {
	border-radius: 5px;
	color: var(--mfbamc-ink);
	font-size: 1rem;
	font-weight: 700;
	padding: 0.72rem 0;
	text-decoration: none;
	white-space: nowrap;
}

.mfbamc-navigation a:hover,
.mfbamc-navigation a[aria-current="page"] {
	background: var(--mfbamc-mist);
	color: var(--mfbamc-navy);
}

.mfbamc-submenu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 4px;
	color: var(--mfbamc-navy);
	cursor: pointer;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	margin-left: 0.25rem;
	padding: 0;
	width: 20px;
}

.mfbamc-submenu-toggle span {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	display: block;
	height: 7px;
	margin-top: -4px;
	transform: rotate(45deg);
	transition: transform 160ms ease;
	width: 7px;
}

.mfbamc-submenu-toggle:hover,
.mfbamc-submenu-toggle:focus-visible {
	background: var(--mfbamc-mist);
}

.mfbamc-submenu-toggle[aria-expanded="true"] span {
	margin-top: 3px;
	transform: rotate(225deg);
}

.mfbamc-submenu {
	background: var(--mfbamc-white);
	border: 1px solid var(--mfbamc-border);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(0, 27, 64, 0.16);
	display: grid;
	left: 0;
	min-width: 250px;
	opacity: 0;
	padding: 0.5rem;
	position: absolute;
	top: calc(100% + 0.45rem);
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	visibility: hidden;
	z-index: 120;
}

.mfbamc-submenu::before {
	content: "";
	height: 0.55rem;
	left: 0;
	position: absolute;
	right: 0;
	top: -0.55rem;
}

.mfbamc-submenu a {
	font-size: 0.86rem;
	padding: 0.75rem 0.8rem;
}

.mfbamc-navigation__item--has-submenu:hover .mfbamc-submenu,
.mfbamc-navigation__item--has-submenu[data-open] .mfbamc-submenu {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.mfbamc-header-actions {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.mfbamc-header-actions > .mfbamc-portal-link {
	border: 1px solid var(--mfbamc-border);
	border-radius: 5px;
	color: var(--mfbamc-navy);
	font-size: 0.78rem;
	font-weight: 800;
	padding: 0.55rem 0.7rem;
	text-decoration: none;
	white-space: nowrap;
}

.mfbamc-header-actions > .mfbamc-portal-link--member {
	background: var(--mfbamc-navy);
	border-color: var(--mfbamc-navy);
	color: var(--mfbamc-white);
}

.mfbamc-header-actions > .mfbamc-portal-link--client {
	background: var(--mfbamc-red);
	border-color: var(--mfbamc-red);
	color: var(--mfbamc-white);
}

.mfbamc-mobile-portals {
	display: none;
}

main {
	display: block;
}

.wp-site-blocks > main > .wp-block-post-content {
	margin-top: 0;
}

.mfbamc-hero {
	background:
		linear-gradient(115deg, rgba(0, 27, 64, 0.99), rgba(1, 37, 85, 0.92)),
		radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.15), transparent 32%);
	color: var(--mfbamc-white);
	overflow: hidden;
	padding: clamp(4.5rem, 9vw, 8rem) 0;
	position: relative;
}

.mfbamc-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	content: "";
	height: 520px;
	position: absolute;
	right: -190px;
	top: -170px;
	width: 520px;
}

.mfbamc-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
	position: relative;
	z-index: 1;
}

.mfbamc-eyebrow {
	color: var(--mfbamc-red);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	margin: 0 0 0.9rem;
	text-transform: uppercase;
}

.mfbamc-hero .mfbamc-eyebrow {
	color: #ffb4b7;
}

.mfbamc-hero h1,
.mfbamc-page-hero h1 {
	color: inherit;
	font-size: clamp(2.45rem, 6vw, 5rem);
	letter-spacing: -0.04em;
	line-height: 0.98;
	margin: 0;
	max-width: 880px;
	text-wrap: balance;
}

.mfbamc-hero__lead {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.55;
	margin: 1.5rem 0 0;
	max-width: 700px;
}

.mfbamc-button-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.mfbamc-button {
	align-items: center;
	background: var(--mfbamc-red);
	border: 2px solid var(--mfbamc-red);
	border-radius: 6px;
	color: var(--mfbamc-white);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 50px;
	padding: 0.8rem 1.25rem;
	text-decoration: none;
}

.mfbamc-button:hover {
	background: var(--mfbamc-red-dark);
	border-color: var(--mfbamc-red-dark);
	color: var(--mfbamc-white);
}

.mfbamc-button--light {
	background: var(--mfbamc-white);
	border-color: var(--mfbamc-white);
	color: var(--mfbamc-navy);
}

.mfbamc-button--light:hover {
	background: var(--mfbamc-mist);
	border-color: var(--mfbamc-mist);
	color: var(--mfbamc-navy);
}

.mfbamc-button--outline {
	background: transparent;
	border-color: currentColor;
	color: var(--mfbamc-navy);
}

.mfbamc-hero .mfbamc-button--outline {
	color: var(--mfbamc-white);
}

.mfbamc-button--outline:hover {
	background: var(--mfbamc-navy);
	border-color: var(--mfbamc-navy);
	color: var(--mfbamc-white);
}

.mfbamc-contact-inline {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.95rem;
	gap: 0.5rem 1rem;
	margin-top: 1.35rem;
}

.mfbamc-contact-inline a {
	color: inherit;
	font-weight: 800;
}

.mfbamc-logo-card {
	background: rgba(255, 255, 255, 0.98);
	border-radius: 50%;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	margin-inline: auto;
	max-width: 390px;
	padding: clamp(0.75rem, 2vw, 1.25rem);
}

.mfbamc-logo-card img {
	display: block;
	width: 100%;
}

.mfbamc-section {
	padding: clamp(4rem, 8vw, 7rem) 0;
}

.mfbamc-section--white {
	background: var(--mfbamc-white);
}

.mfbamc-section--mist {
	background: var(--mfbamc-mist);
}

.mfbamc-section--navy {
	background: var(--mfbamc-navy);
	color: var(--mfbamc-white);
}

.mfbamc-section--navy h2,
.mfbamc-section--navy h3 {
	color: var(--mfbamc-white);
}

.mfbamc-section__header {
	margin-bottom: clamp(2rem, 4vw, 3.25rem);
	max-width: 760px;
}

.mfbamc-section__header h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	margin: 0;
	text-wrap: balance;
}

.mfbamc-section__header p:last-child {
	color: var(--mfbamc-muted);
	font-size: 1.08rem;
	margin-bottom: 0;
}

.mfbamc-section--navy .mfbamc-section__header p:last-child {
	color: rgba(255, 255, 255, 0.78);
}

.mfbamc-split {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mfbamc-split--top {
	align-items: start;
}

.mfbamc-card-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mfbamc-card-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mfbamc-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mfbamc-card {
	background: var(--mfbamc-white);
	border: 1px solid var(--mfbamc-border);
	border-radius: var(--mfbamc-radius);
	box-shadow: 0 6px 22px rgba(1, 37, 85, 0.055);
	padding: clamp(1.35rem, 3vw, 2rem);
}

.mfbamc-card h3 {
	font-size: 1.25rem;
	margin: 0 0 0.65rem;
}

.mfbamc-card p:last-child,
.mfbamc-card ul:last-child {
	margin-bottom: 0;
}

.mfbamc-card__number {
	align-items: center;
	background: var(--mfbamc-mist);
	border-radius: 50%;
	color: var(--mfbamc-navy);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	margin-bottom: 1rem;
	width: 42px;
}

.mfbamc-card__kicker {
	color: var(--mfbamc-red);
	display: block;
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.mfbamc-list {
	list-style: none;
	margin: 1.25rem 0;
	padding: 0;
}

.mfbamc-list li {
	padding: 0.45rem 0 0.45rem 1.65rem;
	position: relative;
}

.mfbamc-list li::before {
	background: var(--mfbamc-red);
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 0.2rem;
	position: absolute;
	top: 1.05rem;
	width: 8px;
}

.mfbamc-stat {
	border-left: 4px solid var(--mfbamc-red);
	padding-left: 1.25rem;
}

.mfbamc-stat strong {
	color: var(--mfbamc-navy);
	display: block;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.15;
}

.mfbamc-media-placeholder {
	align-items: flex-end;
	background:
		linear-gradient(145deg, rgba(1, 37, 85, 0.15), rgba(180, 23, 30, 0.08)),
		var(--mfbamc-mist);
	border: 1px solid var(--mfbamc-border);
	border-radius: var(--mfbamc-radius);
	display: flex;
	min-height: 360px;
	overflow: hidden;
	padding: 1.5rem;
	position: relative;
}

.mfbamc-media-placeholder::before,
.mfbamc-media-placeholder::after {
	border: 2px solid rgba(1, 37, 85, 0.14);
	border-radius: 50%;
	content: "";
	height: 260px;
	position: absolute;
	right: -60px;
	top: -60px;
	width: 260px;
}

.mfbamc-media-placeholder::after {
	height: 130px;
	right: 110px;
	top: 110px;
	width: 130px;
}

.mfbamc-media-placeholder span {
	background: var(--mfbamc-white);
	border-radius: 6px;
	box-shadow: var(--mfbamc-shadow);
	color: var(--mfbamc-navy);
	font-size: 0.9rem;
	font-weight: 800;
	max-width: 280px;
	padding: 0.75rem 1rem;
	position: relative;
	z-index: 1;
}

.mfbamc-page-hero {
	background: var(--mfbamc-navy);
	color: var(--mfbamc-white);
	padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.mfbamc-page-hero h1 {
	font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.mfbamc-page-hero p:last-child {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.15rem;
	max-width: 720px;
}

.mfbamc-callout {
	background: var(--mfbamc-white);
	border: 1px solid var(--mfbamc-border);
	border-left: 5px solid var(--mfbamc-red);
	border-radius: 0 var(--mfbamc-radius) var(--mfbamc-radius) 0;
	padding: 1.5rem;
}

.mfbamc-callout--soft {
	background: var(--mfbamc-mist);
}

.mfbamc-callout p:last-child {
	margin-bottom: 0;
}

.mfbamc-quote {
	border: 0;
	color: var(--mfbamc-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.5rem, 3vw, 2.4rem);
	font-style: italic;
	line-height: 1.35;
	margin: 0;
	padding: 0;
}

.mfbamc-leader-card {
	align-items: center;
	display: grid;
	gap: 1.35rem;
	grid-template-columns: 120px 1fr;
}

.mfbamc-avatar {
	align-items: center;
	aspect-ratio: 1;
	background: var(--mfbamc-mist);
	border: 1px solid var(--mfbamc-border);
	border-radius: 50%;
	color: var(--mfbamc-navy);
	display: flex;
	font-size: 0.75rem;
	font-weight: 850;
	justify-content: center;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}

img.mfbamc-avatar {
	display: block;
	object-fit: cover;
	object-position: 50% 27%;
}

.mfbamc-board-card .mfbamc-avatar {
	margin-bottom: 1.25rem;
	max-width: 100px;
}

.mfbamc-board-card h3 {
	margin-bottom: 0.2rem;
}

.mfbamc-board-card .mfbamc-role {
	color: var(--mfbamc-red-dark);
	font-size: 0.85rem;
	font-weight: 800;
	margin-top: 0;
}

.mfbamc-empty-state {
	background: var(--mfbamc-white);
	border: 1px dashed #9baabc;
	border-radius: var(--mfbamc-radius);
	padding: clamp(2rem, 5vw, 4rem);
	text-align: center;
}

.mfbamc-empty-state h2,
.mfbamc-empty-state h3 {
	margin-top: 0;
}

.mfbamc-portal {
	background: #f2f5f8;
	border: 1px solid var(--mfbamc-border);
	border-radius: 18px;
	box-shadow: var(--mfbamc-shadow);
	overflow: hidden;
}

.mfbamc-portal__bar {
	align-items: center;
	background: var(--mfbamc-navy);
	color: var(--mfbamc-white);
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	padding: 1rem 1.25rem;
}

.mfbamc-portal__bar strong {
	font-size: 0.95rem;
}

.mfbamc-badge {
	background: #dce7f4;
	border-radius: 999px;
	color: var(--mfbamc-navy);
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	padding: 0.3rem 0.65rem;
	text-transform: uppercase;
}

.mfbamc-badge--coming {
	background: #ffe4e5;
	color: #7d0b11;
}

.mfbamc-portal__body {
	display: grid;
	gap: 1rem;
	grid-template-columns: 220px 1fr;
	padding: 1rem;
}

.mfbamc-portal__nav,
.mfbamc-portal__panel {
	background: var(--mfbamc-white);
	border: 1px solid var(--mfbamc-border);
	border-radius: 10px;
	padding: 1rem;
}

.mfbamc-portal__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mfbamc-portal__nav li {
	border-radius: 5px;
	color: var(--mfbamc-muted);
	font-size: 0.86rem;
	font-weight: 700;
	padding: 0.55rem 0.65rem;
}

.mfbamc-portal__nav li:first-child {
	background: var(--mfbamc-mist);
	color: var(--mfbamc-navy);
}

.mfbamc-portal__cards {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mfbamc-portal__mini {
	background: var(--mfbamc-warm-white);
	border: 1px solid var(--mfbamc-border);
	border-radius: 8px;
	min-height: 110px;
	padding: 0.9rem;
}

.mfbamc-portal__mini strong {
	color: var(--mfbamc-navy);
	display: block;
	font-size: 0.85rem;
	margin-bottom: 0.45rem;
}

.mfbamc-portal button[disabled] {
	background: #d6dce4;
	border: 0;
	border-radius: 5px;
	color: #536071;
	cursor: not-allowed;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 750;
	margin-top: 0.5rem;
	padding: 0.5rem 0.7rem;
}

.mfbamc-form-intro {
	margin-bottom: 2rem;
}

.mfbamc-form-shell {
	background: var(--mfbamc-white);
	border: 1px solid var(--mfbamc-border);
	border-radius: var(--mfbamc-radius);
	box-shadow: var(--mfbamc-shadow);
	padding: clamp(1.25rem, 4vw, 2.75rem);
}

.fluentform .ff-el-group {
	margin-bottom: 1.15rem;
}

.fluentform .ff-el-input--label label {
	color: var(--mfbamc-ink);
	font-weight: 750;
}

.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="tel"],
.fluentform input[type="number"],
.fluentform input[type="url"],
.fluentform input[type="date"],
.fluentform input[type="time"],
.fluentform select,
.fluentform textarea {
	background: var(--mfbamc-white);
	border: 1px solid #8796a9;
	border-radius: 5px;
	color: var(--mfbamc-ink);
	font: inherit;
	min-height: 48px;
	padding: 0.65rem 0.75rem;
	width: 100%;
}

.fluentform textarea {
	min-height: 120px;
}

.fluentform .ff-btn-submit {
	background: var(--mfbamc-red) !important;
	border: 2px solid var(--mfbamc-red) !important;
	border-radius: 6px !important;
	color: var(--mfbamc-white) !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	min-height: 50px;
	padding: 0.75rem 1.25rem !important;
}

.fluentform .error,
.fluentform .text-danger {
	color: #8f1016 !important;
}

.mfbamc-status {
	align-items: center;
	background: #e8f5ef;
	border: 1px solid #8bc2aa;
	border-radius: 8px;
	color: #104d35;
	display: flex;
	font-weight: 750;
	gap: 0.65rem;
	padding: 0.9rem 1rem;
}

.mfbamc-resource {
	align-items: center;
	background: var(--mfbamc-white);
	border: 1px solid var(--mfbamc-border);
	border-radius: 10px;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 1.1rem;
}

.mfbamc-resource a {
	font-weight: 800;
}

.mfbamc-contact-strip {
	background: var(--mfbamc-red);
	color: var(--mfbamc-white);
	padding: 1.5rem 0;
}

.mfbamc-contact-strip__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	justify-content: space-between;
}

.mfbamc-contact-strip p {
	margin: 0;
}

.mfbamc-contact-strip a {
	color: var(--mfbamc-white);
	font-weight: 800;
}

.mfbamc-footer {
	background: var(--mfbamc-navy-deep);
	color: rgba(255, 255, 255, 0.8);
	padding: 4rem 0 2rem;
}

.mfbamc-footer__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1.4fr 1fr 1fr;
}

.mfbamc-footer h2,
.mfbamc-footer h3 {
	color: var(--mfbamc-white);
	font-size: 1rem;
	margin-top: 0;
}

.mfbamc-footer a {
	color: var(--mfbamc-white);
}

.mfbamc-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mfbamc-footer li {
	margin-bottom: 0.45rem;
}

.mfbamc-footer__brand {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.mfbamc-footer__brand img {
	background: var(--mfbamc-white);
	border-radius: 50%;
	height: 86px;
	padding: 4px;
	width: 86px;
}

.mfbamc-footer__brand strong {
	color: var(--mfbamc-white);
	display: block;
	line-height: 1.35;
}

.mfbamc-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 0.82rem;
	margin-top: 2.5rem;
	padding-top: 1.5rem;
}

.mfbamc-post-list {
	display: grid;
	gap: 1.25rem;
}

.mfbamc-post-list .wp-block-post {
	background: var(--mfbamc-white);
	border: 1px solid var(--mfbamc-border);
	border-radius: 10px;
	padding: 1.5rem;
}

.wp-block-query-pagination {
	gap: 1rem;
	margin-top: 2rem;
}

.wp-block-search__input {
	border: 1px solid #8796a9;
	border-radius: 5px 0 0 5px;
	min-height: 48px;
	padding: 0.65rem 0.75rem;
}

.wp-block-search__button {
	background: var(--mfbamc-navy);
	border: 0;
	border-radius: 0 5px 5px 0;
	color: var(--mfbamc-white);
	font-weight: 750;
	margin: 0;
}

@media (max-width: 1400px) {
	.mfbamc-header__inner {
		grid-template-columns: auto auto;
	}

	.mfbamc-menu-toggle {
		display: inline-flex;
	}

	.mfbamc-navigation {
		background: var(--mfbamc-white);
		border-bottom: 1px solid var(--mfbamc-border);
		box-shadow: var(--mfbamc-shadow);
		display: none;
		flex-direction: column;
		left: 0;
		padding: 0.75rem 1rem 1rem;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.mfbamc-navigation[data-open] {
		display: flex;
	}

	.mfbamc-navigation a {
		min-height: 46px;
		padding: 0.7rem 1rem;
		width: 100%;
	}

	.mfbamc-navigation__item {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
	}

	.mfbamc-submenu-toggle {
		height: 46px;
		margin: 0;
		width: 46px;
	}

	.mfbamc-submenu {
		background: var(--mfbamc-mist);
		border: 0;
		border-radius: 6px;
		box-shadow: none;
		display: none;
		grid-column: 1 / -1;
		margin: 0 0 0.35rem;
		min-width: 0;
		opacity: 1;
		padding: 0.35rem;
		position: static;
		transform: none;
		transition: none;
		visibility: visible;
		width: 100%;
	}

	.mfbamc-submenu::before {
		display: none;
	}

	.mfbamc-navigation__item--has-submenu:hover .mfbamc-submenu {
		display: none;
	}

	.mfbamc-navigation__item--has-submenu[data-open] .mfbamc-submenu {
		display: grid;
	}

	.mfbamc-submenu a {
		font-size: 0.86rem;
		min-height: 42px;
		padding-left: 1.25rem;
	}

	.mfbamc-header-actions {
		display: none;
	}

	.mfbamc-mobile-portals {
		display: grid;
		gap: 0.5rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 0.15rem;
		width: 100%;
	}

	.mfbamc-navigation .mfbamc-mobile-portals .mfbamc-portal-link {
		align-items: center;
		border: 2px solid;
		border-radius: 6px;
		display: inline-flex;
		font-size: 0.82rem;
		font-weight: 900;
		justify-content: center;
		min-height: 48px;
		padding: 0.65rem 0.75rem;
		text-align: center;
	}

	.mfbamc-navigation .mfbamc-mobile-portals .mfbamc-portal-link--member {
		background: var(--mfbamc-navy);
		border-color: var(--mfbamc-navy);
		color: var(--mfbamc-white);
	}

	.mfbamc-navigation .mfbamc-mobile-portals .mfbamc-portal-link--client {
		background: var(--mfbamc-red);
		border-color: var(--mfbamc-red);
		color: var(--mfbamc-white);
	}
}

@media (max-width: 900px) {
	.mfbamc-hero__grid,
	.mfbamc-split,
	.mfbamc-footer__grid {
		grid-template-columns: 1fr;
	}

	.mfbamc-logo-card {
		max-width: 320px;
	}

	.mfbamc-card-grid,
	.mfbamc-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mfbamc-portal__body {
		grid-template-columns: 1fr;
	}

	.mfbamc-portal__nav {
		display: none;
	}
}

@media (max-width: 620px) {
	:root {
		--mfbamc-wide: min(100% - 1.25rem, 1180px);
		--mfbamc-reading: min(100% - 1.25rem, 760px);
	}

	.mfbamc-topbar__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.1rem;
		justify-content: center;
		padding: 0.45rem 0;
	}

	.mfbamc-header__inner {
		min-height: 78px;
	}

	.mfbamc-brand img {
		height: 58px;
		width: 58px;
	}

	.mfbamc-brand__name {
		display: none;
	}

	.mfbamc-menu-toggle__label {
		font-size: 0.85rem;
	}

	.mfbamc-hero {
		padding: 3.5rem 0 4rem;
	}

	.mfbamc-hero h1,
	.mfbamc-page-hero h1 {
		hyphens: auto;
		overflow-wrap: anywhere;
	}

	.mfbamc-button-row,
	.mfbamc-button {
		width: 100%;
	}

	.mfbamc-card-grid,
	.mfbamc-card-grid--two,
	.mfbamc-card-grid--four,
	.mfbamc-portal__cards {
		grid-template-columns: 1fr;
	}

	.mfbamc-leader-card {
		grid-template-columns: 90px 1fr;
	}

	.mfbamc-contact-strip__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.mfbamc-topbar,
	.mfbamc-header,
	.mfbamc-footer,
	.mfbamc-contact-strip,
	.mfbamc-button-row {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
		font-size: 11pt;
	}

	.mfbamc-form-shell,
	.mfbamc-card {
		box-shadow: none;
	}
}

/* Editorial hero refinement — 2026-07-26 */
.mfbamc-hero {
	background: #f4f0e8;
	color: var(--mfbamc-navy);
	overflow: hidden;
	padding: clamp(4.25rem, 7vw, 6.75rem) 0 clamp(5.25rem, 8vw, 7.5rem);
}

.mfbamc-hero::before {
	background: url("../images/mfbamc-logo-web.webp") center / auto 105% no-repeat;
	content: "";
	inset: 0 auto 0 0;
	mix-blend-mode: multiply;
	opacity: 0.13;
	pointer-events: none;
	position: absolute;
	width: 66%;
	z-index: 0;
}

.mfbamc-hero::after {
	background: var(--mfbamc-navy);
	border: 0;
	border-radius: 0;
	bottom: 0;
	content: "";
	height: 100%;
	right: 0;
	top: 0;
	width: 34%;
}

.mfbamc-hero__grid {
	align-items: center;
	gap: clamp(2.5rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.mfbamc-hero .mfbamc-eyebrow {
	color: var(--mfbamc-red);
}

.mfbamc-hero h1 {
	color: var(--mfbamc-navy);
	font-size: clamp(3.8rem, 5.7vw, 6rem);
	letter-spacing: -0.055em;
	line-height: 0.9;
	max-width: 720px;
}

.mfbamc-hero h1 em {
	color: var(--mfbamc-red);
	font-style: italic;
	font-weight: inherit;
}

.mfbamc-hero__lead {
	color: #4d5f72;
	font-size: clamp(1.05rem, 1.6vw, 1.28rem);
	max-width: 36rem;
}

.mfbamc-hero .mfbamc-button--light {
	background: var(--mfbamc-white);
	border-color: #cad4df;
	box-shadow: 0 8px 24px rgba(1, 37, 85, 0.08);
	color: var(--mfbamc-navy);
}

.mfbamc-hero .mfbamc-button--light:hover {
	background: var(--mfbamc-navy);
	border-color: var(--mfbamc-navy);
	color: var(--mfbamc-white);
}

.mfbamc-hero .mfbamc-contact-inline {
	color: #4d5f72;
}

.mfbamc-hero-visual {
	isolation: isolate;
	margin: 0;
	min-height: 620px;
	position: relative;
}

.mfbamc-hero-visual > img {
	box-shadow: 0 36px 80px rgba(0, 18, 43, 0.3);
	filter: saturate(0.78) contrast(1.08);
	height: calc(100% - 4.75rem);
	inset: 0 1.25rem 4.75rem 0;
	object-fit: cover;
	object-position: 56% center;
	position: absolute;
	width: calc(100% - 1.25rem);
	z-index: 0;
}

.mfbamc-hero-visual::after {
	background: linear-gradient(180deg, rgba(0, 20, 49, 0.03) 34%, rgba(0, 20, 49, 0.83) 100%);
	content: "";
	inset: 0 1.25rem 4.75rem 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.mfbamc-hero-visual__caption {
	bottom: 8.4rem;
	color: var(--mfbamc-white);
	left: clamp(1.5rem, 4vw, 3rem);
	position: absolute;
	z-index: 2;
}

.mfbamc-hero-visual__caption > span {
	display: block;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.15em;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

.mfbamc-hero-visual__caption strong {
	display: block;
	font-size: clamp(2rem, 3vw, 3.35rem);
	letter-spacing: -0.045em;
	line-height: 0.95;
}

.mfbamc-hero-visual__caption em {
	color: #ffb4b7;
	font-style: italic;
}

.mfbamc-hero-visual__index {
	align-items: flex-start;
	background: var(--mfbamc-red);
	color: var(--mfbamc-white);
	display: flex;
	flex-direction: column;
	height: 112px;
	justify-content: space-between;
	padding: 1rem;
	position: absolute;
	right: 1.25rem;
	top: 0;
	width: 112px;
	z-index: 3;
}

.mfbamc-hero-visual__index span {
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.mfbamc-hero-visual__index strong {
	font-size: 2.25rem;
	line-height: 1;
}

.mfbamc-hero-visual__facts {
	background: var(--mfbamc-white);
	bottom: 0;
	box-shadow: 0 24px 55px rgba(0, 18, 43, 0.2);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	left: -2rem;
	min-height: 116px;
	position: absolute;
	right: 0;
	z-index: 4;
}

.mfbamc-hero-visual__facts > div {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	justify-content: center;
	padding: 1.15rem;
}

.mfbamc-hero-visual__facts > div + div {
	border-left: 1px solid var(--mfbamc-border);
}

.mfbamc-hero-visual__facts span {
	color: var(--mfbamc-red);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.11em;
}

.mfbamc-hero-visual__facts strong {
	color: var(--mfbamc-navy);
	font-size: 0.84rem;
	line-height: 1.25;
}

@media (max-width: 900px) {
	.mfbamc-hero::before {
		background-position: center 2rem;
		background-size: auto 95%;
		bottom: auto;
		height: 48%;
		width: 100%;
	}

	.mfbamc-hero::after {
		height: 49%;
		top: auto;
		width: 100%;
	}

	.mfbamc-hero__grid {
		gap: 3.5rem;
	}

	.mfbamc-hero-visual {
		min-height: 610px;
	}
}

@media (max-width: 620px) {
	.mfbamc-hero {
		padding: 3.25rem 0 4.25rem;
	}

	.mfbamc-hero::after {
		height: 45%;
	}

	.mfbamc-hero h1 {
		font-size: clamp(3.45rem, 16vw, 4.9rem);
		hyphens: none;
		overflow-wrap: normal;
	}

	.mfbamc-hero__grid {
		gap: 2.75rem;
	}

	.mfbamc-hero-visual {
		min-height: 525px;
	}

	.mfbamc-hero-visual > img {
		height: calc(100% - 8.5rem);
		inset: 0 0 8.5rem;
		width: 100%;
	}

	.mfbamc-hero-visual::after {
		inset: 0 0 8.5rem;
	}

	.mfbamc-hero-visual__caption {
		bottom: 11.25rem;
		left: 1.25rem;
	}

	.mfbamc-hero-visual__caption strong {
		font-size: clamp(1.9rem, 9vw, 2.7rem);
	}

	.mfbamc-hero-visual__index {
		height: 84px;
		right: 0;
		width: 84px;
	}

	.mfbamc-hero-visual__index strong {
		font-size: 1.65rem;
	}

	.mfbamc-hero-visual__facts {
		left: 0;
		min-height: 142px;
	}

	.mfbamc-hero-visual__facts > div {
		gap: 0.45rem;
		padding: 0.75rem 0.65rem;
	}

	.mfbamc-hero-visual__facts strong {
		font-size: 0.72rem;
	}
}


/* Responsive overlap correction — 2026-07-26 */
.mfbamc-hero__grid > * {
	min-width: 0;
}

@media (max-width: 900px) {
	.mfbamc-hero__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.mfbamc-hero-visual {
		margin-inline: auto;
		max-width: 760px;
		width: 100%;
	}
}

@media (max-width: 620px) {
	.mfbamc-hero h1 {
		font-size: clamp(3.25rem, 15vw, 4.5rem);
		line-height: 0.91;
	}

	.mfbamc-hero-visual__caption {
		right: 1rem;
	}

	.mfbamc-hero-visual__caption strong {
		font-size: clamp(1.8rem, 8.4vw, 2.45rem);
	}
}


/* Full-width homepage alignment — 2026-07-26 */
body.home #main-content,
body.home #main-content.is-layout-constrained,
body.home #main-content > .entry-content,
body.home #main-content > .entry-content.is-layout-constrained {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.home #main-content > .entry-content > section,
body.home #main-content > .entry-content.is-layout-constrained > section:not(.alignleft):not(.alignright) {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.home .mfbamc-shell {
	width: min(1600px, calc(100% - clamp(2rem, 5vw, 5rem)));
}

body.home .mfbamc-hero {
	background-color: #f4f0e8;
	background-image:
		linear-gradient(rgba(1, 37, 85, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(1, 37, 85, 0.055) 1px, transparent 1px);
	background-size: 80px 80px;
}

body.home .mfbamc-hero__grid {
	grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
}

body.home .mfbamc-hero-visual__facts {
	left: 0;
}

body.home .mfbamc-section__header {
	max-width: 900px;
}

body.home .mfbamc-card-grid {
	align-items: stretch;
}

body.home .mfbamc-card-grid > *,
body.home .mfbamc-card,
body.home .mfbamc-card h2,
body.home .mfbamc-card h3,
body.home .mfbamc-card p,
body.home .mfbamc-card li {
	min-width: 0;
}

body.home .mfbamc-card h2,
body.home .mfbamc-card h3,
body.home .mfbamc-card p,
body.home .mfbamc-card li {
	hyphens: none;
	overflow-wrap: break-word;
	word-break: normal;
}

@media (max-width: 900px) {
	body.home .mfbamc-hero__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home .mfbamc-shell {
		width: min(100% - 2rem, 760px);
	}
}

@media (max-width: 620px) {
	body.home .mfbamc-shell {
		width: calc(100% - 1.25rem);
	}

	body.home .mfbamc-hero {
		background-size: 56px 56px;
	}

body.home .mfbamc-card {
		padding: 1.35rem;
	}
}

/* Institutional information architecture — 2026-07-27 */
.mfbamc-hero--institutional .mfbamc-hero__lead {
	max-width: 42rem;
}

.mfbamc-hero--institutional .mfbamc-hero-visual__index strong {
	font-size: 1.65rem;
}

.mfbamc-link-card {
	color: var(--mfbamc-ink);
	display: flex;
	flex-direction: column;
	min-height: 255px;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.mfbamc-link-card:hover {
	border-color: rgba(180, 23, 30, 0.55);
	box-shadow: 0 18px 42px rgba(1, 37, 85, 0.12);
	color: var(--mfbamc-ink);
	transform: translateY(-3px);
}

.mfbamc-link-card h3 {
	color: var(--mfbamc-navy);
	font-size: 1.45rem;
}

.mfbamc-link-card__arrow {
	color: var(--mfbamc-red);
	font-size: 0.88rem;
	font-weight: 850;
	margin-top: auto;
	padding-top: 1rem;
}

.mfbamc-purpose-grid {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.5rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mfbamc-purpose-statement {
	background: var(--mfbamc-white);
	border-left: 6px solid var(--mfbamc-red);
	box-shadow: var(--mfbamc-shadow);
	padding: clamp(2rem, 4vw, 3.5rem);
}

.mfbamc-purpose-statement h2 {
	font-size: clamp(2rem, 3.5vw, 3.6rem);
	letter-spacing: -0.045em;
	line-height: 1;
	margin-top: 0;
}

.mfbamc-purpose-statement--navy {
	background: var(--mfbamc-navy);
	border-left-color: var(--mfbamc-red);
	color: rgba(255, 255, 255, 0.82);
}

.mfbamc-purpose-statement--navy h2 {
	color: var(--mfbamc-white);
}

.mfbamc-section-layout {
	align-items: start;
	display: grid;
	gap: clamp(2.5rem, 5vw, 5rem);
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.mfbamc-section-nav {
	background: #f5f7fa;
	border: 1px solid var(--mfbamc-border);
	border-top: 5px solid var(--mfbamc-navy);
	position: sticky;
	top: 1.5rem;
}

.mfbamc-section-nav__title {
	color: var(--mfbamc-navy);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0;
	padding: 1rem 1.15rem 0.75rem;
	text-transform: uppercase;
}

.mfbamc-section-nav nav {
	display: grid;
}

.mfbamc-section-nav a {
	border-top: 1px solid var(--mfbamc-border);
	color: #33455a;
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1.35;
	padding: 0.9rem 1.15rem;
	text-decoration: none;
}

.mfbamc-section-nav a:hover {
	background: var(--mfbamc-white);
	color: var(--mfbamc-red);
}

.mfbamc-section-nav a.is-current {
	background: var(--mfbamc-navy);
	color: var(--mfbamc-white);
}

.mfbamc-content-column {
	max-width: 940px;
	min-width: 0;
}

.mfbamc-content-column > h2 {
	font-size: clamp(2rem, 3.4vw, 3.25rem);
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin-top: 2.75rem;
}

.mfbamc-content-column > h2:first-of-type {
	margin-top: 0;
}

.mfbamc-content-cards,
.mfbamc-content-column > .mfbamc-callout,
.mfbamc-content-column > .mfbamc-purpose-grid,
.mfbamc-content-column > .mfbamc-board-feature,
.mfbamc-content-column > .mfbamc-history-path,
.mfbamc-content-column > .mfbamc-commitment-list {
	margin-block: clamp(2rem, 4vw, 3rem);
}

.mfbamc-callout--navy {
	background: var(--mfbamc-navy);
	border-color: var(--mfbamc-navy);
	color: rgba(255, 255, 255, 0.82);
}

.mfbamc-callout--navy h2,
.mfbamc-callout--navy h3 {
	color: var(--mfbamc-white);
}

.mfbamc-quote--light {
	background: var(--mfbamc-mist);
	border-left: 6px solid var(--mfbamc-red);
	color: var(--mfbamc-navy);
	font-size: clamp(1.65rem, 3vw, 2.5rem);
	margin: 2.5rem 0;
	padding: 2rem;
}

.mfbamc-history-path {
	border-left: 3px solid var(--mfbamc-border);
	display: grid;
	gap: 2rem;
	margin-left: 1rem;
	padding-left: 2rem;
}

.mfbamc-history-path > div {
	position: relative;
}

.mfbamc-history-path span {
	align-items: center;
	background: var(--mfbamc-red);
	border: 5px solid var(--mfbamc-white);
	border-radius: 50%;
	color: var(--mfbamc-white);
	display: flex;
	font-size: 0.7rem;
	font-weight: 900;
	height: 40px;
	justify-content: center;
	left: -3.35rem;
	position: absolute;
	top: 0;
	width: 40px;
}

.mfbamc-history-path h3 {
	color: var(--mfbamc-navy);
	font-size: 1.35rem;
	margin: 0 0 0.4rem;
}

.mfbamc-board-feature {
	align-items: center;
	background: var(--mfbamc-mist);
	border-left: 6px solid var(--mfbamc-red);
	display: grid;
	gap: 2rem;
	grid-template-columns: 180px minmax(0, 1fr);
	padding: clamp(1.5rem, 4vw, 3rem);
}

.mfbamc-board-feature + .mfbamc-board-feature,
.mfbamc-leader-card + .mfbamc-leader-card {
	margin-top: 1rem;
}

.mfbamc-avatar--large {
	height: 160px;
	width: 160px;
}

.mfbamc-commitment-list {
	display: grid;
	gap: 0.75rem;
	list-style: none;
	padding: 0;
}

.mfbamc-commitment-list li {
	background: var(--mfbamc-mist);
	border-left: 4px solid var(--mfbamc-red);
	color: var(--mfbamc-navy);
	font-weight: 750;
	padding: 1rem 1.25rem;
}

@media (max-width: 900px) {
	.mfbamc-purpose-grid,
	.mfbamc-section-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.mfbamc-section-nav {
		position: static;
	}

	.mfbamc-section-nav nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mfbamc-section-nav a:nth-child(even) {
		border-left: 1px solid var(--mfbamc-border);
	}
}

@media (max-width: 620px) {
	.mfbamc-section-nav nav,
	.mfbamc-board-feature {
		grid-template-columns: minmax(0, 1fr);
	}

	.mfbamc-section-nav a:nth-child(even) {
		border-left: 0;
	}

	.mfbamc-board-feature {
		text-align: center;
	}

	.mfbamc-avatar--large {
		margin-inline: auto;
	}
}


/* Demo-aligned supporting photo story — 2026-07-26 */
body.home .mfbamc-intro-photo .mfbamc-split {
	align-items: stretch;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

body.home .mfbamc-intro-photo h2 {
	font-size: clamp(2.4rem, 4.4vw, 4.6rem);
	letter-spacing: -0.05em;
	line-height: 0.98;
	margin-top: 0;
}

body.home .mfbamc-large-copy {
	color: var(--mfbamc-navy);
	font-size: clamp(1.2rem, 1.8vw, 1.5rem);
	font-weight: 700;
	line-height: 1.45;
}

.mfbamc-story-photo {
	box-shadow: 0 28px 70px rgba(0, 18, 43, 0.2);
	isolation: isolate;
	margin: 0;
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.mfbamc-story-photo > img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.mfbamc-story-photo--portrait > img {
	object-position: center 52%;
}

.mfbamc-story-photo--wide > img {
	object-position: center;
}

.mfbamc-story-photo::after {
	background: linear-gradient(180deg, transparent 45%, rgba(0, 20, 49, 0.9) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.mfbamc-story-photo figcaption {
	bottom: 0;
	color: var(--mfbamc-white);
	left: 0;
	padding: clamp(1.4rem, 3vw, 2.5rem);
	position: absolute;
	right: 0;
	z-index: 2;
}

.mfbamc-story-photo figcaption span {
	display: block;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
}

.mfbamc-story-photo figcaption strong {
	display: block;
	font-size: clamp(1.65rem, 2.8vw, 3rem);
	letter-spacing: -0.04em;
	line-height: 1;
	max-width: 630px;
}

.mfbamc-photo-band {
	background: var(--mfbamc-navy);
	color: var(--mfbamc-white);
	padding: clamp(3rem, 6vw, 6.5rem) 0;
}

.mfbamc-photo-band__grid {
	align-items: stretch;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.mfbamc-photo-band__statement {
	align-self: center;
	min-width: 0;
}

.mfbamc-photo-band__statement > span {
	color: rgba(255, 255, 255, 0.12);
	display: block;
	font-size: clamp(3.4rem, 7vw, 7.6rem);
	font-weight: 900;
	letter-spacing: -0.07em;
	line-height: 0.78;
	text-transform: uppercase;
}

.mfbamc-photo-band__statement p {
	color: var(--mfbamc-white);
	font-size: clamp(1.7rem, 3vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin: 2rem 0 0;
}

.mfbamc-photo-band__statement em {
	color: #ffb4b7;
	font-style: italic;
}

@media (max-width: 900px) {
	body.home .mfbamc-intro-photo .mfbamc-split,
	.mfbamc-photo-band__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.mfbamc-story-photo {
		min-height: 520px;
	}

	.mfbamc-story-photo--wide {
		min-height: 430px;
	}
}

@media (max-width: 620px) {
	body.home .mfbamc-intro-photo h2 {
		font-size: clamp(2.25rem, 11vw, 3.25rem);
	}

	.mfbamc-story-photo {
		min-height: 460px;
	}

	.mfbamc-story-photo--wide {
		min-height: 340px;
	}

	.mfbamc-photo-band {
		padding: 3.5rem 0;
	}

	.mfbamc-photo-band__statement > span {
		font-size: clamp(3.1rem, 17vw, 4.9rem);
	}

	.mfbamc-photo-band__statement p {
		font-size: clamp(1.65rem, 8.5vw, 2.35rem);
	}
}


/* Process-card contrast correction — 2026-07-26 */
.mfbamc-section--navy .mfbamc-card {
	color: var(--mfbamc-ink);
}

.mfbamc-section--navy .mfbamc-card h2,
.mfbamc-section--navy .mfbamc-card h3 {
	color: var(--mfbamc-navy);
}

.mfbamc-section--navy .mfbamc-card p,
.mfbamc-section--navy .mfbamc-card li {
	color: var(--mfbamc-muted);
}

/* Full-width institutional page framework — 2026-07-27 */
body.page #main-content,
body.page #main-content.is-layout-constrained,
body.page #main-content > .entry-content,
body.page #main-content > .entry-content.is-layout-constrained,
body.blog #main-content,
body.blog #main-content.is-layout-constrained {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.page #main-content > .entry-content > section,
body.page #main-content > .entry-content.is-layout-constrained > section:not(.alignleft):not(.alignright),
body.blog .wp-site-blocks > section {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.page .mfbamc-shell,
body.blog .mfbamc-shell {
	width: min(1600px, calc(100% - clamp(2rem, 5vw, 5rem)));
}

body.blog .mfbamc-post-list {
	max-width: none !important;
}

.mfbamc-contact-details {
	display: grid;
	gap: 0.9rem;
	margin: 1.5rem 0;
}

.mfbamc-contact-details p {
	margin: 0;
}

.mfbamc-contact-details a {
	color: var(--mfbamc-navy);
	font-size: 1.12rem;
	font-weight: 850;
}

/* Centered institutional landing hero — 2026-07-27 */
body.home .mfbamc-hero--landing {
	align-items: center;
	background-color: #f4f0e8;
	background-image:
		linear-gradient(rgba(1, 37, 85, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(1, 37, 85, 0.05) 1px, transparent 1px);
	background-size: 80px 80px;
	display: flex;
	min-height: clamp(680px, calc(100svh - 138px), 800px);
	padding: clamp(1.75rem, 3vw, 2.75rem) 0 clamp(2.25rem, 4vw, 3.5rem);
}

body.home .mfbamc-hero--landing::before {
	background-image: url("../images/mfbamc-logo-web.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	height: auto;
	inset: 1rem;
	mix-blend-mode: multiply;
	opacity: 0.11;
	width: auto;
}

body.home .mfbamc-hero--landing::after {
	display: none;
}

.mfbamc-landing-hero {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
	z-index: 1;
}

.mfbamc-founding-banner {
	align-items: center;
	background: rgba(255, 255, 255, 0.74);
	border-bottom: 2px solid var(--mfbamc-navy);
	border-top: 2px solid var(--mfbamc-navy);
	box-shadow: 0 12px 34px rgba(1, 37, 85, 0.08);
	color: var(--mfbamc-navy);
	display: inline-flex;
	gap: clamp(1rem, 3vw, 2.25rem);
	justify-content: center;
	margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
	max-width: 820px;
	padding: 0.7rem clamp(1.25rem, 4vw, 3rem);
	width: min(100%, 820px);
}

.mfbamc-founding-banner span {
	font-size: clamp(0.78rem, 1.15vw, 0.98rem);
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.mfbamc-founding-banner strong {
	border-left: 1px solid rgba(1, 37, 85, 0.28);
	color: var(--mfbamc-red);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.15rem, 2vw, 1.6rem);
	font-style: italic;
	line-height: 1;
	padding-left: clamp(1rem, 3vw, 2.25rem);
	white-space: nowrap;
}

.mfbamc-founding-banner b {
	font-size: 1.12em;
}

.mfbamc-landing-hero__message {
	align-items: center;
	display: flex;
	flex-direction: column;
}

body.home .mfbamc-hero--landing h1 {
	font-size: clamp(3.65rem, 5.8vw, 6.15rem);
	line-height: 0.88;
	max-width: 1050px;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.82);
}

.mfbamc-landing-hero__promise {
	color: var(--mfbamc-navy);
	font-size: clamp(2rem, 3.25vw, 3.65rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1;
	margin: clamp(1rem, 2vw, 1.5rem) 0 0;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.82);
}

.mfbamc-landing-hero__promise em {
	color: var(--mfbamc-red);
	font-style: italic;
}

body.home .mfbamc-hero--landing .mfbamc-hero__lead {
	background: rgba(244, 240, 232, 0.72);
	color: #40546a;
	font-size: clamp(1.02rem, 1.4vw, 1.2rem);
	line-height: 1.55;
	margin-top: clamp(1rem, 2vw, 1.5rem);
	max-width: 920px;
	padding: 0.2rem 0.75rem;
}

.mfbamc-landing-hero__region {
	color: var(--mfbamc-navy);
	font-size: clamp(0.8rem, 1.1vw, 0.96rem);
	font-weight: 900;
	letter-spacing: 0.12em;
	margin: 0.8rem 0 0;
	text-transform: uppercase;
}

.mfbamc-landing-hero__region::before,
.mfbamc-landing-hero__region::after {
	color: var(--mfbamc-red);
	content: "★";
	font-size: 0.72em;
	margin: 0 0.8rem;
	vertical-align: 0.08em;
}

.mfbamc-landing-hero__principles {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(1, 37, 85, 0.18);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(1.1rem, 2.2vw, 1.75rem);
	max-width: 920px;
	width: 100%;
}

.mfbamc-landing-hero__principles span {
	color: var(--mfbamc-navy);
	font-size: clamp(0.78rem, 1vw, 0.9rem);
	font-weight: 850;
	letter-spacing: 0.04em;
	padding: 0.8rem 1rem;
	text-transform: uppercase;
}

.mfbamc-landing-hero__principles span + span {
	border-left: 1px solid rgba(1, 37, 85, 0.18);
}

.mfbamc-landing-hero__actions {
	justify-content: center;
	margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.mfbamc-landing-hero__actions .mfbamc-button {
	min-width: 205px;
}

.mfbamc-button--navy {
	background: var(--mfbamc-navy);
	border-color: var(--mfbamc-navy);
	color: var(--mfbamc-white);
}

.mfbamc-button--navy:hover {
	background: #001b40;
	border-color: #001b40;
	color: var(--mfbamc-white);
}

@media (max-width: 760px) {
	body.home .mfbamc-hero--landing {
		min-height: 0;
		padding: 2rem 0 3rem;
	}

	body.home .mfbamc-hero--landing::before {
		background-size: calc(100% - 0.5rem) auto;
		inset: 0.5rem;
	}

	.mfbamc-founding-banner {
		flex-direction: column;
		gap: 0.45rem;
		padding: 0.75rem 1rem;
	}

	.mfbamc-founding-banner strong {
		border-left: 0;
		border-top: 1px solid rgba(1, 37, 85, 0.24);
		padding: 0.5rem 1rem 0;
	}

	body.home .mfbamc-hero--landing h1 {
		font-size: clamp(3.25rem, 15vw, 4.5rem);
	}

	.mfbamc-landing-hero__promise {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.mfbamc-landing-hero__region {
		line-height: 1.5;
	}

	.mfbamc-landing-hero__region::before,
	.mfbamc-landing-hero__region::after {
		display: none;
	}

	.mfbamc-landing-hero__principles {
		grid-template-columns: minmax(0, 1fr);
	}

	.mfbamc-landing-hero__principles span {
		padding: 0.6rem 0.75rem;
	}

	.mfbamc-landing-hero__principles span + span {
		border-left: 0;
		border-top: 1px solid rgba(1, 37, 85, 0.18);
	}

	.mfbamc-landing-hero__actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.mfbamc-landing-hero__actions .mfbamc-button {
		width: 100%;
	}
}

@media (max-width: 900px) {
	body.page .mfbamc-shell,
	body.blog .mfbamc-shell {
		width: min(100% - 2rem, 760px);
	}
}

@media (max-width: 620px) {
	body.page .mfbamc-shell,
	body.blog .mfbamc-shell {
		width: calc(100% - 1.25rem);
	}
}

/* Fixed Association watermark across the complete site — 2026-07-27 */
body {
	background-color: #f4f0e8;
	background-image:
		linear-gradient(rgba(1, 37, 85, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(1, 37, 85, 0.05) 1px, transparent 1px);
	background-attachment: fixed;
	background-size: 80px 80px;
	position: relative;
}

body::before {
	background-image: url("../images/mfbamc-logo-web.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	inset: clamp(1rem, 3vw, 3rem);
	mix-blend-mode: multiply;
	opacity: 0.11;
	pointer-events: none;
	position: fixed;
	z-index: 0;
}

.wp-site-blocks {
	background: transparent;
	position: relative;
	z-index: 1;
}

body .mfbamc-section--white {
	background: rgba(255, 255, 255, 0.88);
}

body .mfbamc-section--mist {
	background: rgba(235, 240, 245, 0.88);
}

body .mfbamc-section--navy,
body .mfbamc-page-hero {
	background: rgba(1, 37, 85, 0.94);
}

body.home .mfbamc-hero--landing {
	background-color: rgba(244, 240, 232, 0.5);
	background-image: none;
}

body.home .mfbamc-hero--landing::before {
	display: none;
}

@media (max-width: 760px) {
	body {
		background-size: 56px 56px;
	}

	body::before {
		inset: 0.5rem;
	}
}

/* Approved Option A and persistent section watermark — 2026-07-27 */
body::before {
	background-size: auto min(78vh, 760px);
	opacity: 0.18;
}

.mfbamc-founding-banner {
	background: rgba(255, 252, 242, 0.94);
	border-bottom: 3px double #c79b3b;
	border-top: 3px double #c79b3b;
	box-shadow:
		inset 0 0 0 1px rgba(1, 37, 85, 0.18),
		0 12px 34px rgba(1, 37, 85, 0.09);
}

.mfbamc-founding-banner span {
	font-size: clamp(0.9rem, 1.2vw, 1.08rem);
}

.mfbamc-founding-banner strong {
	border-left-color: rgba(199, 155, 59, 0.68);
	font-size: clamp(1.08rem, 1.5vw, 1.38rem);
}

body.home .mfbamc-hero--landing .mfbamc-hero__lead {
	background: transparent;
	color: #263a50;
	font-weight: 520;
	padding: 0;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.92),
		0 0 14px rgba(244, 240, 232, 0.68);
}

.mfbamc-landing-hero__region::before,
.mfbamc-landing-hero__region::after {
	color: #c79b3b;
}

/* Book Now morphing navigation — 2026-07-27 */
.mfbamc-book-now {
	position: relative;
}

.mfbamc-book-now__trigger {
	align-items: center;
	background: var(--mfbamc-white);
	border: 2px solid #c79b3b;
	border-radius: 6px;
	color: #a67d24;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.03em;
	min-height: 42px;
	padding: 0.55rem 0.85rem;
	transition: opacity 180ms ease, transform 220ms ease, box-shadow 180ms ease;
	white-space: nowrap;
	width: 118px;
}

.mfbamc-book-now__trigger:hover,
.mfbamc-book-now__trigger:focus-visible {
	box-shadow: 0 8px 24px rgba(166, 125, 36, 0.2);
}

.mfbamc-book-now__options {
	display: grid;
	gap: 0.4rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mfbamc-book-now__options a {
	align-items: center;
	background: var(--mfbamc-white);
	border: 2px solid #c79b3b;
	border-radius: 6px;
	color: #9b741f;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1.15;
	min-height: 42px;
	padding: 0.45rem 0.7rem;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.mfbamc-book-now__options a:hover,
.mfbamc-book-now__options a:focus-visible {
	background: #fff8e6;
	color: #765714;
}

.mfbamc-book-now--desktop {
	height: 42px;
	width: 118px;
	z-index: 140;
}

.mfbamc-book-now--desktop .mfbamc-book-now__options {
	grid-template-columns: minmax(0, 1fr);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleY(0.38);
	transform-origin: top center;
	transition: opacity 150ms ease, transform 230ms cubic-bezier(0.2, 0.85, 0.25, 1);
	visibility: hidden;
	width: 118px;
	z-index: 2;
}

.mfbamc-book-now--desktop .mfbamc-book-now__options a {
	font-size: 0.7rem;
	white-space: normal;
}

.mfbamc-book-now--desktop:hover .mfbamc-book-now__trigger,
.mfbamc-book-now--desktop:focus-within .mfbamc-book-now__trigger,
.mfbamc-book-now--desktop[data-open] .mfbamc-book-now__trigger {
	opacity: 0;
	transform: scaleY(0.7);
}

.mfbamc-book-now--desktop:hover .mfbamc-book-now__options,
.mfbamc-book-now--desktop:focus-within .mfbamc-book-now__options,
.mfbamc-book-now--desktop[data-open] .mfbamc-book-now__options {
	opacity: 1;
	pointer-events: auto;
	transform: scaleY(1);
	visibility: visible;
}

.mfbamc-book-now--mobile {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.mfbamc-book-now__trigger,
	.mfbamc-book-now__options {
		transition: none !important;
	}
}

@media (max-width: 1400px) {
	.mfbamc-book-now--desktop {
		display: none;
	}

	.mfbamc-book-now--mobile {
		display: grid;
		gap: 0.5rem;
		height: auto;
		width: 100%;
	}

	.mfbamc-book-now--mobile .mfbamc-book-now__trigger {
		justify-self: stretch;
		min-height: 48px;
		width: 100%;
	}

	.mfbamc-book-now--mobile .mfbamc-book-now__options {
		display: none;
		opacity: 1;
		padding-bottom: 0.35rem;
		pointer-events: auto;
		position: static;
		transform: none;
		visibility: visible;
		width: 100%;
	}

	.mfbamc-book-now--mobile[data-open] .mfbamc-book-now__options {
		display: grid;
	}

	.mfbamc-book-now--mobile[data-open] .mfbamc-book-now__trigger {
		display: none;
	}

	.mfbamc-book-now--mobile .mfbamc-book-now__options a {
		min-height: 48px;
		white-space: normal;
	}

	.mfbamc-book-now--mobile:hover .mfbamc-book-now__trigger,
	.mfbamc-book-now--mobile:focus-within .mfbamc-book-now__trigger {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 520px) {
	.mfbamc-book-now--mobile .mfbamc-book-now__options {
		grid-template-columns: minmax(0, 1fr);
	}

	.mfbamc-mobile-portals {
		grid-template-columns: minmax(0, 1fr);
	}
}

body.home .mfbamc-hero--landing {
	background-color: transparent;
	background-image:
		linear-gradient(rgba(244, 240, 232, 0.84), rgba(244, 240, 232, 0.84)),
		url("../images/mfbamc-logo-web.webp"),
		linear-gradient(rgba(1, 37, 85, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(1, 37, 85, 0.05) 1px, transparent 1px);
	background-attachment: scroll, fixed, fixed, fixed;
	background-position: center, center, center, center;
	background-repeat: no-repeat, no-repeat, repeat, repeat;
	background-size: auto, auto min(78vh, 760px), 80px 80px, 80px 80px;
}

body .mfbamc-section--white {
	background-color: transparent;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)),
		url("../images/mfbamc-logo-web.webp");
	background-attachment: scroll, fixed;
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: auto, auto min(78vh, 760px);
}

body .mfbamc-section--navy .mfbamc-quote {
	color: var(--mfbamc-white);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

body .mfbamc-section--mist {
	background-color: transparent;
	background-image:
		linear-gradient(rgba(235, 240, 245, 0.84), rgba(235, 240, 245, 0.84)),
		url("../images/mfbamc-logo-web.webp");
	background-attachment: scroll, fixed;
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: auto, auto min(78vh, 760px);
}

body .mfbamc-section--navy,
body .mfbamc-page-hero {
	background-color: transparent;
	background-image:
		linear-gradient(rgba(1, 37, 85, 0.88), rgba(1, 37, 85, 0.88)),
		url("../images/mfbamc-logo-web.webp");
	background-attachment: scroll, fixed;
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: auto, auto min(78vh, 760px);
}

@media (max-width: 760px) {
	body.home .mfbamc-hero--landing {
		background-size: auto, calc(100% - 0.5rem) auto, 56px 56px, 56px 56px;
	}

	body .mfbamc-section--white,
	body .mfbamc-section--mist,
	body .mfbamc-section--navy,
	body .mfbamc-page-hero {
		background-size: auto, calc(100% - 0.5rem) auto;
	}
}
