html {
	scroll-behavior: smooth;
}

body.mf-site {
	background: #f8faf9;
	color: #17212b;
}

a {
	color: #007d83;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wp-site-blocks {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.wp-site-blocks > main {
	flex: 1;
}

.mf-site-header {
	border-bottom: 1px solid rgba(23, 33, 43, 0.12);
	background: #ffffff;
	position: sticky;
	top: 0;
	z-index: 10;
}

.mf-site-header a,
.mf-site-footer a {
	color: inherit;
}

.mf-shell {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1180px;
	padding-inline: 24px;
	width: 100%;
}

.mf-site-header__inner {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	min-height: 76px;
}

.mf-site-brand {
	color: #17212b;
	font-weight: 800;
	letter-spacing: 0;
	white-space: nowrap;
}

.mf-site-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 0.95rem;
	font-weight: 700;
}

.mf-site-header__primary {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	min-height: 74px;
	padding-block: 12px;
}

.mf-site-header__secondary {
	background: #f5f7f7;
	border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.mf-product-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	font-size: 0.86rem;
	font-weight: 800;
}

.mf-product-nav a,
.mf-site-nav a {
	color: #006f78;
}

.mf-product-menu {
	position: relative;
}

.mf-product-menu > a::after {
	content: "";
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	display: inline-block;
	margin-left: 0.45rem;
	vertical-align: middle;
}

.mf-product-menu__panel {
	background: #ffffff;
	border: 1px solid rgba(16, 32, 51, 0.12);
	border-radius: 6px;
	box-shadow: 0 18px 44px rgba(16, 32, 51, 0.14);
	display: none;
	left: 0;
	min-width: 245px;
	padding: 0.55rem;
	position: absolute;
	top: 100%;
	z-index: 30;
}

.mf-product-menu:hover .mf-product-menu__panel,
.mf-product-menu:focus-within .mf-product-menu__panel {
	display: grid;
}

.mf-product-menu__panel a {
	border-radius: 4px;
	color: #102033;
	padding: 0.7rem 0.8rem;
}

.mf-product-menu__panel a:hover {
	background: #eef7f7;
	text-decoration: none;
}

.mf-main {
	flex: 1;
}

.mf-entry > .mf-shell {
	max-width: 1180px;
	padding-block: 48px;
}

.mf-entry h1 {
	font-size: clamp(2.25rem, 4vw, 4.5rem);
	line-height: 1.05;
	margin-bottom: 1rem;
}

.mf-entry h2 {
	font-size: clamp(1.75rem, 2.3vw, 2.5rem);
	line-height: 1.15;
	margin-top: 3rem;
}

.mf-entry h3 {
	font-size: 1.15rem;
	line-height: 1.25;
}

.mf-entry p,
.mf-entry li,
.mf-entry td {
	color: #34404b;
}

.mf-entry .wp-block-image img {
	border-radius: 6px;
	display: block;
	height: auto;
	width: 100%;
}

.mf-entry .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-block: 1.5rem;
}

.mf-entry .wp-block-button__link {
	border-radius: 4px;
	font-weight: 800;
	padding: 0.75rem 1rem;
}

.mf-entry .is-style-outline .wp-block-button__link {
	border: 1px solid rgba(23, 33, 43, 0.28);
	color: #17212b;
}

.mf-entry .wp-block-columns {
	gap: 1.25rem;
}

.mf-entry .wp-block-column {
	min-width: 0;
}

.mf-entry .wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.mf-entry .wp-block-table td {
	border-bottom: 1px solid rgba(23, 33, 43, 0.14);
	padding: 0.75rem;
	vertical-align: top;
}

.mf-entry .wp-block-details {
	background: #ffffff;
	border: 1px solid rgba(23, 33, 43, 0.12);
	border-radius: 6px;
	margin-bottom: 0.75rem;
	padding: 1rem;
}

.mf-entry .wp-block-details summary {
	color: #17212b;
	cursor: pointer;
	font-weight: 800;
}

.mf-site-footer {
	background: #17212b;
	color: #ffffff;
	padding-block: 48px;
}

.mf-site-footer__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 2fr repeat(3, 1fr);
}

.mf-site-footer h2 {
	font-size: 1rem;
	margin-top: 0;
}

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

.mf-site-footer li + li {
	margin-top: 0.5rem;
}

.mf-footer-brand {
	font-size: 1.15rem;
	font-weight: 800;
}

.mf-site-footer p,
.mf-site-footer li {
	color: rgba(255, 255, 255, 0.76);
}

.mf-site-footer h2 {
	color: #ffffff;
}

.mf-site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 36px;
	padding-top: 22px;
}

.mf-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.mf-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.mf-chip {
	border: 1px solid rgba(23, 33, 43, 0.16);
	border-radius: 999px;
	padding: 0.35rem 0.7rem;
	font-size: 0.875rem;
	color: #34404b;
	background: #ffffff;
}

.mf-card {
	border: 1px solid rgba(23, 33, 43, 0.12);
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.mf-card img {
	width: 100%;
	height: auto;
	display: block;
}

.mf-spec-table {
	border-collapse: collapse;
	width: 100%;
}

.mf-spec-table th,
.mf-spec-table td {
	border-bottom: 1px solid rgba(23, 33, 43, 0.12);
	padding: 0.75rem;
	text-align: left;
	vertical-align: top;
}

.mf-spec-table th {
	width: 32%;
	color: #34404b;
	font-weight: 600;
}

.mf-section-kicker {
	color: #007d83;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 720px) {
	.mf-site-header__inner,
	.mf-site-header__primary {
		align-items: flex-start;
		flex-direction: column;
	}

	.mf-product-nav,
	.mf-site-nav {
		align-items: center;
		flex-direction: row;
		gap: 0.75rem 1rem;
	}

	.mf-product-menu__panel {
		box-shadow: none;
		display: none;
		position: static;
	}

	.mf-product-menu:focus-within .mf-product-menu__panel {
		display: grid;
	}

	.mf-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.mf-spec-table th,
	.mf-spec-table td {
		display: block;
		width: auto;
	}
}

body.mf-site,
body.page {
	background: #f5f7f7;
	color: #102033;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

.mf-site-header {
	background: #ffffff;
	border-bottom: 1px solid rgba(16, 32, 51, 0.1);
	box-shadow: 0 1px 12px rgba(16, 32, 51, 0.06);
}

.mf-site-header__inner {
	max-width: 1120px;
	padding: 14px 24px;
}

.mf-site-brand {
	color: #102033;
	font-size: 1.12rem;
}

.mf-site-nav a {
	color: #006f78;
}

.mf-entry > .mf-shell {
	max-width: none;
	padding-inline: 0;
	padding-block: 0 56px;
	width: 100%;
}

.mf-entry > .mf-shell > *:not(.mf-page-hero) {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
}

.mf-page-hero {
	background: linear-gradient(110deg, #0c2235 0%, #0a5260 58%, #0b7f86 100%);
	background-image: linear-gradient(90deg, rgba(13, 25, 34, 0.88) 0%, rgba(118, 42, 38, 0.78) 55%, rgba(169, 34, 24, 0.88) 100%), url("https://moorfield.co.uk/wp-content/uploads/2024/03/slide_nanopvd-s10a_1.jpg");
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	color: #ffffff;
	margin: 0 0 46px;
	max-width: none !important;
	padding: 72px max(24px, calc((100vw - 1120px) / 2)) 76px;
	width: 100%;
}

.mf-page-hero h1 {
	color: #ffffff;
	font-size: clamp(2.35rem, 4.6vw, 4.25rem);
	letter-spacing: 0;
	max-width: 900px;
}

.mf-page-hero p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.2rem;
	max-width: 760px;
}

.mf-page-hero .mf-section-kicker {
	color: #7ee0d8;
	font-size: 0.78rem;
	margin-bottom: 0.9rem;
}

.mf-page-hero .wp-block-button__link {
	background: #ffffff;
	color: #0c2235;
}

.mf-page-hero .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.6);
	color: #ffffff;
}

.mf-entry h2 {
	color: #102033;
	margin-bottom: 0.7rem;
}

.mf-entry .wp-block-columns {
	align-items: stretch;
}

.mf-entry .mf-card {
	box-shadow: 0 14px 34px rgba(16, 32, 51, 0.08);
	height: 100%;
	padding: 0;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.mf-entry .mf-card:hover {
	box-shadow: 0 18px 44px rgba(16, 32, 51, 0.12);
	transform: translateY(-2px);
}

.mf-entry .mf-card h2,
.mf-entry .mf-card h3 {
	margin-top: 0;
}

.mf-entry .mf-card a {
	color: #007d83;
	font-weight: 800;
}

.mf-entry .mf-card .mf-card-image {
	background: #f8f1ef;
	border-top: 5px solid #a92218;
	margin: 0;
	padding: 22px 28px;
}

.mf-entry .mf-card .mf-card-image img {
	aspect-ratio: 16 / 9;
	border-radius: 0;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.mf-entry .mf-card > h3,
.mf-entry .mf-card > p {
	margin-left: 26px;
	margin-right: 26px;
}

.mf-entry .mf-card > h3 {
	margin-top: 24px;
}

.mf-entry .mf-card > p:last-child {
	margin-bottom: 26px;
}

.mf-entry h2.wp-block-heading:has(+ .mf-benefit-grid) {
	color: #a92218;
	font-size: 24px;
	font-weight: 200;
	line-height: 1.08;
	margin-bottom: 26px;
	margin-top: 56px;
}

.mf-benefit-grid {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mf-benefit-grid > .wp-block-column {
	background: #ffffff;
	border: 1px solid #dbe1e3;
	border-radius: 8px;
	border-top: 5px solid #a92218;
	box-shadow: none;
	box-sizing: border-box;
	min-height: 315px;
	padding: 32px 30px;
}

.mf-benefit-grid h3 {
	color: #102033;
	font-size: 1.17rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 16px;
}

.mf-benefit-grid p {
	color: #102033;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

.mf-chip-list {
	list-style: none;
	margin-left: auto;
	padding-left: 0;
}

.mf-chip-list li {
	background: #ffffff;
	border: 1px solid rgba(0, 125, 131, 0.2);
	border-radius: 999px;
	color: #173142;
	display: inline-flex;
	font-weight: 700;
	margin: 0 0.5rem 0.7rem 0;
	padding: 0.55rem 0.85rem;
}

.mf-entry > .mf-shell > .mf-card:last-child {
	background: #102033;
	color: #ffffff;
	margin-top: 48px;
}

.mf-entry > .mf-shell > .mf-card:last-child h2,
.mf-entry > .mf-shell > .mf-card:last-child p {
	color: #ffffff;
}

.mf-entry > .mf-shell > .mf-card:last-child a {
	color: #7ee0d8;
}

@media (max-width: 720px) {
	.mf-page-hero {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.mf-page-hero h1 {
		font-size: 2rem;
		line-height: 1.1;
	}

	.mf-page-hero p {
		font-size: 1rem;
	}
}

.mf-site-header {
	box-shadow: none;
}

.mf-site-header__primary {
	max-width: 1406px;
	min-height: 92px;
	padding-block: 0;
}

.mf-site-brand {
	color: #071b33;
	font-size: 1.5rem;
	font-weight: 900;
}

.mf-product-nav {
	gap: 1.25rem;
	font-size: 1.05rem;
}

.mf-product-nav a,
.mf-site-nav a {
	color: #00646b;
	font-weight: 900;
}

.mf-site-header__secondary {
	background: #f3f6f6;
}

.mf-site-nav {
	gap: 1.35rem;
	font-size: 1.08rem;
	min-height: 56px;
}

.mf-site-header__secondary .mf-shell {
	max-width: 1406px;
}

.mf-site-header {
	background: #ffffff;
	border-bottom: 0;
	box-shadow: none;
	margin-top: -24px;
	position: relative;
}

.mf-site-header__primary {
	align-items: center;
	display: flex;
	gap: 48px;
	justify-content: space-between;
	max-width: none;
	min-height: 129px;
	padding-block: 0;
	padding-inline: 40px;
}

.mf-site-logo img {
	display: block;
	height: auto;
	max-width: 490px;
	object-fit: contain;
	width: 490px;
}

.mf-site-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	font-size: 14px;
	font-weight: 100;
	justify-content: flex-end;
}

.mf-site-nav a {
	color: #555555;
	font-weight: 100;
	text-decoration: none;
}

.mf-product-strip {
	background: #a92218;
	display: grid;
	grid-template-columns: 90px 220px 257px 218px 231px 178px 207px 1fr;
}

.mf-product-strip::before {
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	content: "";
	display: block;
	min-height: 78px;
}

.mf-product-strip::after {
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	content: "";
	display: block;
	min-height: 78px;
}

.mf-product-strip a {
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	color: #ffffff;
	font-size: 14px;
	font-weight: 100;
	min-height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
}

.mf-product-strip a:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 900px) {
	.mf-site-header__primary {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		padding-inline: 24px;
		padding-block: 22px;
	}

	.mf-site-logo img {
		width: min(420px, 88vw);
	}

	.mf-site-nav {
		gap: 14px 20px;
		justify-content: flex-start;
	}

	.mf-product-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mf-product-strip::before {
		display: none;
	}

	.mf-product-strip a {
		font-size: 16px;
		min-height: 58px;
	}
}

@media (min-width: 901px) and (max-width: 1450px) {
	.mf-product-strip {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.mf-product-strip::before,
	.mf-product-strip::after {
		display: none;
	}
}
