:root {
	--mm-background: #f5f7fb;
	--mm-surface: #10233e;
	--mm-surface-soft: rgba(16, 35, 62, 0.82);
	--mm-card: rgba(255, 255, 255, 0.9);
	--mm-card-solid: #ffffff;
	--mm-text: #1c2736;
	--mm-muted: #5e6b7b;
	--mm-border: rgba(28, 39, 54, 0.12);
	--mm-shadow: 0 30px 60px rgba(16, 35, 62, 0.12);
	--mm-radius-lg: 2rem;
	--mm-radius-md: 1.4rem;
	--mm-radius-sm: 1rem;
	--mm-sidebar-width: 18.75rem;
	--mm-content-max: 92rem;
	--mm-accent: #cf3f32;
	--mm-accent-rgb: 207, 63, 50;
	--mm-hero-background: linear-gradient(135deg, #10233e 0%, #081221 100%);
	--mm-sidebar-background: radial-gradient(circle at top, rgba(var(--mm-accent-rgb), 0.22), transparent 38%), linear-gradient(180deg, #132744 0%, #0a1424 100%);
	--mm-mobile-header-background: linear-gradient(180deg, #132744 0%, #0a1424 100%);
	--mm-mobile-header-height: 4.5rem;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: var(--mm-accent) #e9dfd1;
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: 'Manrope', sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--mm-text);
	background:
		radial-gradient(circle at top right, rgba(var(--mm-accent-rgb), 0.14), transparent 32%),
		linear-gradient(180deg, #f5f7fb 0%, #eaf0f6 100%);
}

body.admin-bar .mm-site-sidebar {
	top: 32px;
	height: calc(100vh - 32px);
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
	color: var(--mm-accent);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: -0.03em;
}

p {
	margin: 0;
}

ul,
ol {
	padding-left: 1.25rem;
}

button,
input,
textarea,
select {
	font: inherit;
}

::selection {
	background: rgba(var(--mm-accent-rgb), 0.28);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mm-site-shell {
	min-height: 100vh;
}

.mm-mobile-header {
	display: none;
}

.mm-site-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	display: block;
	height: 100vh;
	width: var(--mm-sidebar-width);
	padding: 1.5rem 1.25rem;
	color: #ffffff;
	background: var(--mm-sidebar-background);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 32;
}

.mm-site-sidebar::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(9, 18, 34, 0.16), rgba(9, 18, 34, 0.72)),
		radial-gradient(circle at top, rgba(var(--mm-accent-rgb), 0.18), transparent 42%);
	pointer-events: none;
}

.mm-site-sidebar__inner {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
	padding: 0.25rem;
}

.mm-site-brand {
	display: grid;
	gap: 0.9rem;
	align-content: start;
}

.mm-site-logo img,
.custom-logo {
	max-width: 6rem;
	border-radius: 999px;
}

.mm-site-title {
	display: inline-block;
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(2.25rem, 3vw, 3.2rem);
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
}

.mm-site-tagline {
	max-width: 18rem;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.75);
}

.mm-site-nav {
	margin-top: auto;
	margin-bottom: auto;
}

.mm-menu,
.mm-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mm-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.76rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.mm-menu .menu-item-has-children > a::after {
	content: '+';
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.48);
}

.mm-menu .sub-menu {
	padding-left: 1rem;
}

.mm-menu .current-menu-item > a,
.mm-menu .current_page_item > a,
.mm-menu a:hover,
.mm-menu a:focus-visible {
	color: #ffffff;
	border-color: rgba(var(--mm-accent-rgb), 0.6);
}

.mm-site-sidebar__footer {
	display: grid;
	gap: 1rem;
}

.mm-social-links,
.mm-team-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mm-social-links a,
.mm-team-links a {
	display: grid;
	place-items: center;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.04);
	text-decoration: none;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #ffffff;
	transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.mm-team-links a {
	color: var(--mm-text);
	border-color: rgba(26, 24, 20, 0.12);
	background: rgba(var(--mm-accent-rgb), 0.08);
}

.mm-social-links a:hover,
.mm-social-links a:focus-visible,
.mm-team-links a:hover,
.mm-team-links a:focus-visible {
	transform: translateY(-2px);
	background: var(--mm-accent);
	border-color: var(--mm-accent);
	color: #111111;
}

.mm-site-sidebar__copy {
	max-width: 20rem;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.72);
}

.mm-site-main {
	width: calc(100% - var(--mm-sidebar-width));
	margin-left: var(--mm-sidebar-width);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.mm-site-overlay {
	display: none;
}

.mm-nav-toggle {
	display: none;
	position: relative;
	z-index: 2;
	width: 3.25rem;
	height: 3.25rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
}

.mm-nav-toggle:focus-visible,
.mm-site-sidebar a:focus-visible,
.mm-site-sidebar button:focus-visible {
	outline: 2px solid var(--mm-accent);
	outline-offset: 3px;
}

.mm-nav-toggle__line,
.mm-nav-toggle__line::before,
.mm-nav-toggle__line::after {
	position: absolute;
	left: 50%;
	width: 1.15rem;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	transform: translateX(-50%);
	content: '';
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.mm-nav-toggle__line::before {
	margin-top: -0.38rem;
}

.mm-nav-toggle__line::after {
	margin-top: 0.38rem;
}

body.mm-nav-open .mm-nav-toggle__line {
	background: transparent;
}

body.mm-nav-open .mm-nav-toggle__line::before {
	transform: translateX(-50%) rotate(45deg);
	margin-top: 0;
}

body.mm-nav-open .mm-nav-toggle__line::after {
	transform: translateX(-50%) rotate(-45deg);
	margin-top: 0;
}

.mm-section {
	position: relative;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.mm-media-hero {
	position: relative;
	overflow: hidden;
	min-height: clamp(15.5rem, 28vw, 19rem);
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	animation: mm-fade-up 0.7s ease both;
	background: var(--mm-hero-background);
}

.mm-media-hero--compact {
	min-height: 14rem;
}

.mm-media-hero__media,
.mm-media-hero__media img,
.mm-media-hero .mm-placeholder-media--hero {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mm-media-hero .mm-placeholder-media--hero {
	background: var(--mm-hero-background);
	color: #ffffff;
}

.mm-media-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 9, 18, 0.08), rgba(4, 9, 18, 0.52));
	pointer-events: none;
}

.mm-media-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	min-height: 100%;
	padding: clamp(1.25rem, 3vw, 2.5rem) clamp(1.5rem, 4vw, 3.5rem);
}

.mm-media-hero__title {
	max-width: 48rem;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.3rem, 6vw, 4.5rem);
	line-height: 0.95;
	text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.mm-media-hero + .mm-simple-section,
.mm-media-hero + .mm-section {
	margin-top: 0;
}

.mm-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--mm-muted);
}

.mm-eyebrow::before {
	content: '';
	width: 3rem;
	height: 1px;
	background: var(--mm-accent);
}

.mm-eyebrow--light {
	color: rgba(255, 255, 255, 0.82);
}

.mm-eyebrow--light::before {
	background: rgba(255, 255, 255, 0.48);
}

.mm-simple-layout h1,
.mm-page-header h1 {
	font-size: clamp(3.6rem, 8vw, 6.6rem);
	text-wrap: balance;
}

.mm-content-lead,
.mm-page-intro,
.mm-section-title,
.mm-post-card p,
.mm-feature-card p,
.mm-empty-state p {
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	line-height: 1.8;
	color: var(--mm-muted);
}

.mm-button,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.5rem;
	border-radius: 999px;
	background: var(--mm-accent);
	color: #111111;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform 0.24s ease, box-shadow 0.24s ease;
	box-shadow: 0 16px 26px rgba(var(--mm-accent-rgb), 0.24);
}

.mm-button:hover,
.mm-button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 30px rgba(var(--mm-accent-rgb), 0.3);
	color: #111111;
}

.mm-page-thumbnail,
.mm-post-card__media,
.mm-team-card__image,
.mm-leadership-item__image {
	position: relative;
	border-radius: calc(var(--mm-radius-lg) - 0.3rem);
	overflow: hidden;
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.05), rgba(17, 17, 17, 0.12));
}

.mm-page-thumbnail img,
.mm-post-card__media img,
.mm-team-card__image img,
.mm-leadership-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mm-placeholder-media {
	display: grid;
	place-items: center;
	min-height: 100%;
	padding: 2rem;
	background:
		radial-gradient(circle at top, rgba(var(--mm-accent-rgb), 0.35), transparent 35%),
		linear-gradient(160deg, rgba(17, 17, 17, 0.9), rgba(43, 33, 20, 0.92));
	color: #fff7eb;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.78rem;
	font-weight: 800;
}

.mm-placeholder-media--portrait,
.mm-placeholder-media--team {
	aspect-ratio: 4 / 5;
}

.mm-section {
	margin-top: 1.75rem;
	padding: clamp(1.4rem, 3vw, 2.6rem);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 250, 245, 0.88));
	animation: mm-fade-up 0.7s ease both;
}

.mm-simple-section {
	margin-top: 1.75rem;
	padding: clamp(1.5rem, 3vw, 2.75rem) 0;
}

.mm-page-article .mm-simple-section {
	flex: 1 0 auto;
	margin-top: 0;
	padding-top: clamp(2.5rem, 6vw, 4.5rem);
	padding-bottom: clamp(3rem, 7vw, 5rem);
}

.mm-simple-section--news,
.mm-simple-section--leadership {
	border-top: 1px solid var(--mm-border);
}

.mm-simple-section__header {
	margin-bottom: 1.6rem;
}

.mm-simple-layout {
	display: block;
	max-width: 76rem;
	margin: 0 auto;
	padding: 0 clamp(1.5rem, 4vw, 3.5rem);
}

.mm-simple-layout.has-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(16rem, 23rem);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}

.mm-simple-layout__main {
	min-width: 0;
}

.mm-page-article .mm-simple-layout__main {
	max-width: 54rem;
	padding-right: clamp(0rem, 2vw, 1rem);
}

.mm-simple-layout__aside {
	padding-top: 1.1rem;
	border-top: 3px solid var(--mm-accent);
	font-size: 0.98rem;
}

.mm-page-article .mm-simple-layout__aside {
	margin-top: 0.5rem;
	padding-top: 1.25rem;
}

.mm-simple-layout__aside h2,
.mm-simple-layout__aside h3,
.mm-simple-layout__aside h4 {
	font-size: 1.5rem;
	margin-top: 0;
}

.mm-simple-layout__aside > * + * {
	margin-top: 1rem;
}

.mm-simple-heading {
	font-size: clamp(2.25rem, 5vw, 3.6rem);
	margin: 0 0 1rem;
}

.mm-simple-layout__main h1 {
	margin-bottom: 1rem;
}

.mm-page-article .mm-simple-layout__main h1 {
	margin-bottom: 1.25rem;
}

.mm-page-article--no-title .mm-simple-layout__main {
	max-width: 60rem;
	padding-right: 0;
}

.mm-section-heading,
.mm-page-header {
	display: grid;
	gap: 1rem;
	max-width: 52rem;
	margin-bottom: 2rem;
}

.mm-page-header--centered,
.mm-section-heading--centered {
	margin-inline: auto;
	text-align: center;
	justify-items: center;
}

.mm-page-header--hero {
	position: relative;
	z-index: 1;
	align-content: end;
	max-width: 52rem;
	min-height: 100%;
	padding: clamp(1.5rem, 4vw, 3rem);
	margin: 0;
	color: #ffffff;
}

.mm-page-header--hero .mm-eyebrow,
.mm-page-header--hero .mm-page-intro {
	color: rgba(255, 255, 255, 0.82);
}

.mm-page-header--hero .mm-eyebrow::before {
	background: var(--mm-accent);
}

.mm-section-title {
	max-width: 46rem;
}

.mm-feature-grid,
.mm-post-grid,
.mm-team-grid,
.mm-about-grid {
	display: grid;
	gap: 1.35rem;
}

.mm-feature-grid,
.mm-post-grid,
.mm-team-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mm-about-grid {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: start;
}

.mm-feature-card,
.mm-post-card,
.mm-team-card,
.mm-empty-state {
	border: 1px solid var(--mm-border);
	border-radius: var(--mm-radius-md);
	background: var(--mm-card-solid);
	box-shadow: 0 18px 34px rgba(25, 18, 10, 0.05);
}

.mm-post-grid--news {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.mm-feature-card,
.mm-empty-state {
	padding: 1.6rem;
}

.mm-feature-card h3,
.mm-team-card h3,
.mm-post-card__title {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	margin-bottom: 0.7rem;
}

.mm-post-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.mm-post-card--news {
	border-radius: 0.75rem;
	box-shadow: 0 8px 24px rgba(16, 35, 62, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mm-post-card--news:hover,
.mm-post-card--news:focus-within {
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(16, 35, 62, 0.1);
	border-color: rgba(var(--mm-accent-rgb), 0.26);
}

.mm-post-card__media {
	display: block;
	aspect-ratio: 4 / 3;
}

.mm-post-card--news .mm-post-card__media {
	aspect-ratio: 16 / 10;
	border-radius: 0;
}

.mm-post-card__body,
.mm-team-card__body {
	display: grid;
	gap: 0.9rem;
	padding: 1.5rem;
}

.mm-post-card--news .mm-post-card__body {
	gap: 0.75rem;
	padding: 1.2rem 1.2rem 1.3rem;
}

.mm-post-card__meta,
.mm-team-card__role,
.mm-site-footer__eyebrow {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--mm-muted);
}

.mm-post-card__title a,
.mm-text-link {
	text-decoration: none;
}

.mm-post-card--news .mm-post-card__title {
	font-size: clamp(1.55rem, 3.2vw, 2rem);
	margin-bottom: 0.1rem;
}

.mm-post-card--news p {
	font-size: 1rem;
	line-height: 1.7;
}

.mm-text-link {
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--mm-text);
}

.mm-page-article {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	min-height: calc(100vh - 3.5rem);
	gap: 0;
}

.mm-page-thumbnail {
	min-height: 18rem;
	box-shadow: var(--mm-shadow);
}

.mm-prose {
	color: var(--mm-muted);
}

.mm-prose > * + * {
	margin-top: 1.15rem;
}

.mm-page-article .mm-prose > * + * {
	margin-top: 1.35rem;
}

.mm-prose h2,
.mm-prose h3,
.mm-prose h4 {
	color: var(--mm-text);
	line-height: 1.08;
	margin-top: 2rem;
}

.mm-prose ul,
.mm-prose ol {
	color: var(--mm-muted);
}

.mm-prose blockquote {
	margin: 2rem 0;
	padding: 1.6rem 1.8rem;
	border-left: 3px solid var(--mm-accent);
	background: rgba(var(--mm-accent-rgb), 0.08);
	border-radius: 0 1rem 1rem 0;
	font-size: 1.15rem;
	color: var(--mm-text);
}


.mm-leadership-list {
	display: grid;
	gap: 1.5rem;
}

.mm-leadership-item {
	display: grid;
	grid-template-columns: minmax(11rem, 15rem) minmax(0, 1fr);
	gap: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--mm-border);
}

.mm-leadership-item__image,
.mm-team-card__image {
	aspect-ratio: 4 / 5;
	border-radius: var(--mm-radius-sm);
}

.mm-leadership-item__content h3 {
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	margin-bottom: 0.5rem;
}

.mm-news-list {
	display: grid;
	gap: 1.4rem;
}

.mm-news-item {
	padding-top: 1.4rem;
	border-top: 1px solid var(--mm-border);
}

.mm-news-item:first-child,
.mm-leadership-item:first-child {
	padding-top: 0;
	border-top: 0;
}

.mm-news-item h3 {
	font-size: clamp(1.7rem, 4vw, 2.25rem);
	margin: 0.25rem 0 0.65rem;
}

.mm-news-archive {
	padding-top: clamp(2.5rem, 6vw, 4rem);
	padding-bottom: clamp(3rem, 7vw, 5rem);
}

.mm-news-archive__header {
	max-width: 46rem;
}

.mm-news-article__hero-copy {
	display: grid;
	gap: 0.9rem;
	max-width: 48rem;
}

.mm-news-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.mm-news-article__navigation {
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
	border-top: 1px solid var(--mm-border);
	padding-top: 1.75rem;
}

.mm-news-article__navigation .post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.mm-news-article__navigation .nav-previous a,
.mm-news-article__navigation .nav-next a {
	display: grid;
	gap: 0.35rem;
	padding: 1rem 1.15rem;
	border: 1px solid var(--mm-border);
	border-radius: 0.75rem;
	background: #ffffff;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(16, 35, 62, 0.04);
}

.mm-news-article__navigation .nav-next {
	text-align: right;
}

.mm-news-article__navigation .nav-next a {
	justify-items: end;
}

.mm-pagination {
	margin-top: 2rem;
	font-weight: 700;
}

.mm-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

.mm-pagination a,
.mm-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	height: 2.75rem;
	padding: 0 1rem;
	border-radius: 999px;
	border: 1px solid var(--mm-border);
	background: #ffffff;
	text-decoration: none;
}

.mm-pagination .current {
	background: var(--mm-accent);
	border-color: var(--mm-accent);
	color: #111111;
}

.mm-site-footer {
	padding: 0;
	margin-top: auto;
	width: 100%;
	background: #0f2139;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mm-site-footer__inner {
	max-width: none;
	padding: 0 clamp(1.5rem, 4vw, 3.5rem);
	background: transparent;
	color: #ffffff;
	box-shadow: none;
}

.mm-site-footer__bar {
	min-height: 3.5rem;
	display: flex;
	align-items: center;
	padding: 0.5rem 0;
}

.mm-site-footer__copy {
	max-width: none;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.72);
}

@media screen and (min-width: 56.25em) and (max-height: 47.99375em) {
	.mm-site-footer {
		width: 100% !important;
		height: auto !important;
		position: relative !important;
		float: none !important;
		clear: both !important;
		z-index: 0 !important;
	}
}

.mm-progress {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 35;
	display: grid;
	place-items: center;
	width: 3.6rem;
	height: 3.6rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.95);
	color: #ffffff;
	box-shadow: 0 18px 30px rgba(17, 17, 17, 0.24);
	opacity: 0;
	pointer-events: none;
	transform: translateY(1rem);
	transition: opacity 0.24s ease, transform 0.24s ease;
	cursor: pointer;
}

.mm-progress.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.mm-progress__svg {
	position: absolute;
	inset: 0.45rem;
	width: calc(100% - 0.9rem);
	height: calc(100% - 0.9rem);
	transform: rotate(-90deg);
	fill: none;
	stroke: var(--mm-accent);
	stroke-width: 3;
}

.mm-progress span {
	position: relative;
	z-index: 1;
	font-size: 1rem;
	font-weight: 800;
}

.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-video {
	overflow: hidden;
	border-radius: var(--mm-radius-sm);
}

.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	border-radius: var(--mm-radius-sm);
	overflow: hidden;
}

.wp-block-table td,
.wp-block-table th {
	padding: 0.85rem 1rem;
	border: 1px solid var(--mm-border);
}

.wp-block-separator {
	border-color: rgba(26, 24, 20, 0.14);
}

.wp-caption-text,
.gallery-caption {
	font-size: 0.9rem;
	color: var(--mm-muted);
}

@keyframes mm-fade-up {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1180px) {
	.mm-feature-grid,
	.mm-post-grid,
	.mm-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mm-about-grid,
	.mm-site-footer__inner,
	.mm-simple-layout.has-sidebar {
		grid-template-columns: 1fr;
	}

	.mm-site-footer__copy {
		justify-self: start;
	}
}

@media screen and (max-width: 56.24em) {
	body.mm-nav-open {
		overflow: hidden;
	}

	body.admin-bar .mm-mobile-header {
		top: 32px;
	}

	body.admin-bar .mm-site-main {
		padding-top: calc(var(--mm-mobile-header-height) + 32px);
	}

	.mm-mobile-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 41;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: var(--mm-mobile-header-height);
		padding: 0 1rem;
		background: var(--mm-mobile-header-background);
		color: #ffffff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.mm-mobile-header__brand {
		display: inline-flex;
		align-items: center;
		gap: 0.75rem;
		min-width: 0;
		text-decoration: none;
		color: #ffffff;
	}

	.mm-mobile-header__logo {
		width: 2.5rem;
		height: 2.5rem;
		object-fit: contain;
	}

	.mm-mobile-header__title {
		display: block;
		font-family: 'Cormorant Garamond', serif;
		font-size: 1.6rem;
		line-height: 1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	body.mm-nav-open .mm-mobile-header {
		background: transparent;
		border-bottom-color: transparent;
	}

	body.mm-nav-open .mm-mobile-header__brand {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	body.admin-bar .mm-site-sidebar {
		top: 46px;
		height: calc(100vh - 46px);
	}

	.mm-nav-toggle {
		display: grid;
		place-items: center;
	}

	.mm-site-sidebar {
		left: 0;
		top: 0;
		width: min(18.75rem, 88vw);
		height: 100vh;
		z-index: 42;
		transform: translateX(-100%);
		transition: transform 0.28s ease;
	}

	body.mm-nav-open .mm-site-sidebar {
		transform: translateX(0);
	}

	.mm-site-overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(8, 8, 8, 0.54);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.28s ease;
		z-index: 15;
	}

	body.mm-nav-open .mm-site-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.mm-site-main {
		width: 100%;
		margin-left: 0;
		padding-top: var(--mm-mobile-header-height);
	}

	.mm-site-sidebar__inner {
		padding: 0;
	}

	.mm-site-brand,
	.mm-site-nav,
	.mm-site-sidebar__footer {
		padding-inline: 1rem;
	}

	.mm-site-sidebar__footer {
		padding-bottom: 1rem;
	}

	.mm-site-footer__inner,
	.mm-simple-layout {
		padding-inline: 1rem;
	}

	.mm-media-hero {
		min-height: 13rem;
	}

	.mm-media-hero__content {
		padding: 1rem;
	}

	.mm-media-hero__title {
		font-size: clamp(2rem, 9vw, 3rem);
	}

	.mm-menu a {
		padding: 0.85rem 0;
	}

	.mm-site-title {
		font-size: 2rem;
	}
}

@media (max-width: 782px) {
	body.admin-bar .mm-mobile-header {
		top: 46px;
	}

	body.admin-bar .mm-site-main {
		padding-top: calc(var(--mm-mobile-header-height) + 46px);
	}
}

@media (max-width: 700px) {
	.mm-feature-grid,
	.mm-post-grid,
	.mm-team-grid {
		grid-template-columns: 1fr;
	}

	.mm-news-article__navigation .post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.mm-leadership-item {
		grid-template-columns: 1fr;
	}

	.mm-section {
		padding: 1.25rem;
	}

	.mm-site-footer__bar {
		min-height: 3rem;
	}

	.mm-simple-layout h1,
	.mm-page-header h1 {
		font-size: clamp(2.7rem, 13vw, 4rem);
	}

	.mm-eyebrow::before {
		width: 1.8rem;
	}
}

@media screen and (min-width: 56.25em) {
	.mm-site-sidebar {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: auto;
		display: block;
		height: 100vh;
		width: 18.75rem;
		z-index: 32;
	}
}