/*
 * ML Coating - presentation layer.
 *
 * Structure:
 *   01 Tokens
 *   02 Base + typography
 *   03 Buttons
 *   04 Utility bar
 *   05 Header + navigation
 *   06 Hero + stats
 *   07 Process
 *   08 Claim
 *   09 Capacity
 *   10 RAL rail
 *   11 Why
 *   12 Branches
 *   13 Werkbon
 *   14 Contact + Contact Form 7
 *   15 Footer
 *   16 Inner pages (blog, single, archive, 404, comments, widgets)
 *   17 Responsive
 *   18 Motion preferences + print
 */

/* ============================================================ 01 Tokens === */

:root {
	--ml-accent: #E8710C;
	--ml-accent-dark: #C25C05;
	--ml-accent-deep: #2E1802;
	--ml-ink: #17181A;
	--ml-ink-2: #202123;
	--ml-ink-line: #2A2B2D;
	--ml-ink-border: #3A3B3D;
	--ml-ink-dot: #2E3033;
	--ml-sand: #F4F3F1;
	--ml-sand-2: #EDECEA;
	--ml-line: #DEDCD8;
	--ml-line-2: #E6E4E0;
	--ml-line-3: #E0DEDA;
	--ml-dot: #DCDAD6;
	--ml-body: #3D3D40;
	--ml-body-2: #4A4A4D;
	--ml-muted: #5C5A56;
	--ml-muted-2: #A5A39F;
	--ml-muted-3: #C4C2BE;
	--ml-cream: #EDEBE7;
	--ml-white: #ffffff;
	--ml-shell-bg: #DEDCD8;

	--ml-font-display: Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	--ml-font-body: Barlow, "Helvetica Neue", Helvetica, Arial, sans-serif;
	--ml-scale: 1;

	--ml-maxw: 1400px;
	--ml-gutter: 48px;
	--ml-ease: cubic-bezier(0.16, 1, 0.3, 1);

	--ml-nav-h: 88px;
	--ml-nav-h-compact: 68px;
	--ml-rail-speed: 46s;
}

/* ================================================= 02 Base + typography === */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body.ml-body {
	margin: 0;
	padding: 0;
	background: var(--ml-white);
	color: var(--ml-ink);
	font-family: var(--ml-font-body);
	font-size: calc(16px * var(--ml-scale));
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Decorative elements deliberately overhang their sections; clipping happens on
   the wrapper rather than the body so sticky positioning stays intact. */
.ml-site {
	overflow-x: clip;
}

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

.ml-body a {
	color: var(--ml-accent-dark);
	text-decoration: none;
}

.ml-body a:hover {
	color: var(--ml-ink);
}

/*
 * The site-wide hover colour is the dark ink, which disappears on the dark and
 * orange surfaces. Every such surface gets a hover colour that stays readable.
 */
.ml-claim a:hover,
.ml-band--ink a:hover,
.ml-milestones a:hover,
.ml-drawer a:hover,
.ml-ral a:hover {
	color: var(--ml-accent);
}

/* Top bar and footer links brighten as they nudge toward their target. */
.ml-footer a:hover,
.ml-footer__list a:hover,
.ml-footer__contact a:hover,
.ml-footer__legal a:hover,
.ml-utility__item:hover {
	color: var(--ml-white);
}

/* The phone number is set in the accent and keeps it. */
a.ml-footer__phone:hover {
	color: var(--ml-accent);
}

/* On the orange bands the ink hover is correct - it is the accent that fails. */
.ml-orange a:hover {
	color: var(--ml-ink);
}

/*
 * Inside a tile the small "more" link keeps its own colour: the design leaves
 * that one set while the surface behind it inverts.
 */
.ml-tile .ml-tile__more,
.ml-tile:hover .ml-tile__more,
.ml-tile:hover .ml-tile__more a,
.ml-orange .ml-tile__more a:hover {
	color: var(--ml-accent-dark);
}

.ml-body ::selection {
	background: var(--ml-accent);
	color: #fff;
}

.ml-body :focus-visible {
	outline: 3px solid var(--ml-accent);
	outline-offset: 2px;
}

.ml-shell {
	max-width: var(--ml-maxw);
	margin: 0 auto;
	padding: 0 var(--ml-gutter);
	width: 100%;
}

.ml-accent {
	color: var(--ml-accent);
}

h2.ml-eyebrow,
.ml-eyebrow {
	margin: 0 0 20px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ml-accent-dark);
}

.ml-h2 {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: var(--ml-ink);
	text-wrap: balance;
}

/*
 * Dutch compounds such as "leverbetrouwbaarheid" are longer than a phone is
 * wide. The design never breaks them - it lets the word set the measure - so
 * breaking is kept for small screens only, where the alternative is a scrollbar.
 */
@media (max-width: 600px) {
	.ml-h2,
	.ml-claim__title,
	.ml-process__title,
	.ml-card__title,
	.ml-page__title,
	.ml-tile__title,
	.ml-post__title {
		overflow-wrap: break-word;
		word-break: break-word;
	}
}

/*
 * Grid children default to min-width:auto, and the design relies on it: the
 * claim column is sized by "Leverbetrouwbaarheid." rather than by an even
 * split. Only the tracks that must not be widened are pinned to zero.
 */
.ml-contact__grid > *,
.ml-process__inner > *,
.ml-hero__grid > * {
	min-width: 0;
}

/*
 * The design sets a line-height only where text runs to several lines; every
 * label, button, caption and menu item is left at the browser default. Reading
 * text keeps the 1.6 set on the body - these do not, or the leading shows up as
 * extra height on every small element and pushes each band out of register.
 */
.ml-utility__inner,
.ml-nav__list a,
.ml-btn__ink,
.ml-eyebrow,
.ml-hero__eyebrow,
.ml-page-hero__crumb,
.ml-stats__value,
.ml-stats__label,
.ml-chip__title,
.ml-chip__text,
.ml-claim__tag,
.ml-card__title,
.ml-card__specs td,
.ml-card__link,
.ml-card__link a,
.ml-ral__swatch,
.ml-ral__tail,
.ml-tile__title,
.ml-tile__more,
.ml-contact__card-title,
.ml-footer__title,
.ml-footer__list a,
.ml-footer__bar,
.ml-figure figcaption,
.ml-figure .wp-element-caption {
	line-height: normal;
}

.ml-lead {
	font-size: calc(17px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-body);
	text-wrap: pretty;
}

.ml-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	padding: 14px 22px;
	background: var(--ml-ink);
	color: #fff;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ml-skip-link:focus {
	left: 8px;
	top: 8px;
	color: #fff;
}

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

.screen-reader-text:focus {
	clip-path: none;
	height: auto;
	width: auto;
	padding: 14px 22px;
	background: var(--ml-ink);
	color: #fff;
	z-index: 100000;
}

/* Zero-height marker the script watches to condense the header. */
.ml-scroll-sentinel {
	display: block;
	width: 1px;
	height: 1px;
	margin-bottom: -1px;
	pointer-events: none;
}

/* Decorative dot grids and rules reused across sections. */
.ml-dots {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(var(--ml-dot) 1.5px, transparent 1.5px);
	background-size: 20px 20px;
	opacity: 0.8;
	pointer-events: none;
}

.ml-dots--tight {
	background-size: 18px 18px;
	opacity: 0.75;
}

.ml-corner {
	position: absolute;
	width: 46px;
	height: 46px;
	pointer-events: none;
}

/* ========================================================== 03 Buttons === */

.ml-btn {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	background: none;
	--ml-btn-fill: var(--ml-accent);
	--ml-btn-ink: #ffffff;
	--ml-btn-hover-ink: var(--ml-ink);
}

.ml-btn__fill {
	position: absolute;
	inset: 0;
	background: var(--ml-btn-fill);
	transform: translate3d(0, 101%, 0);
}

.ml-btn__ink {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	white-space: nowrap;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(13px * var(--ml-scale));
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--ml-btn-ink);
	transition: color 320ms ease;
}

.ml-btn__arrow {
	display: block;
	overflow: visible;
	flex: none;
	transition: transform 420ms var(--ml-ease);
}

.ml-arrow--sm {
	display: block;
	overflow: visible;
	flex: none;
}

/* Accent "read more" link with the small arrow. */
.ml-arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ml-accent-dark);
	transition: gap 320ms var(--ml-ease);
}

.ml-arrow-link:hover {
	gap: 16px;
	color: var(--ml-accent-dark);
}

.ml-btn--solid {
	background: var(--ml-ink);
}

/*
 * Paired with .ml-btn so the outline can only ever be drawn on the button
 * itself. Core's button block nests a link inside a wrapper div; if a modifier
 * ever lands on both, an unpaired selector would draw the border twice.
 */
.ml-btn.ml-btn--outline {
	border: 2px solid var(--ml-ink);
	--ml-btn-fill: var(--ml-ink);
	--ml-btn-ink: var(--ml-ink);
	--ml-btn-hover-ink: #ffffff;
}

.ml-btn.ml-btn--sm {
	padding: 15px 24px;
}

.ml-btn--sm .ml-btn__ink {
	gap: 12px;
	font-size: calc(12.5px * var(--ml-scale));
}

.ml-btn--sm .ml-btn__arrow {
	font-size: calc(15px * var(--ml-scale));
}

.ml-btn.ml-btn--md {
	padding: 19px 28px;
}

.ml-btn.ml-btn--md.ml-btn--outline {
	padding: 17px 26px;
}

.ml-btn.ml-btn--lg {
	padding: 20px 30px;
}

.ml-btn.ml-btn--lg.ml-btn--outline {
	padding: 18px 28px;
}

/* Fill colour overrides used by specific sections. */
.ml-btn--fill-white {
	--ml-btn-fill: #ffffff;
}

.ml-btn--no-arrow .ml-btn__ink {
	gap: 0;
}

/* ======================================================= 04 Utility bar === */

.ml-utility {
	background: var(--ml-ink);
	color: var(--ml-muted-2);
}

.ml-utility__inner {
	display: flex;
	align-items: center;
	gap: 34px;
	height: 44px;
	font-size: calc(13.5px * var(--ml-scale));
}

/*
 * The bar itself is muted and the two links sit a shade brighter. The type
 * selector is needed so this beats the global link colour.
 */
.ml-utility__item,
a.ml-utility__item {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--ml-cream);
	transition: color 260ms ease, transform 340ms var(--ml-ease);
}

.ml-utility span.ml-utility__item {
	color: inherit;
}

a.ml-utility__item:hover {
	color: #fff;
	transform: translate3d(4px, 0, 0);
}

.ml-utility__dot {
	width: 6px;
	height: 6px;
	background: var(--ml-accent);
	flex: none;
}

.ml-utility__hours {
	margin-left: auto;
	align-self: stretch;
	display: flex;
	align-items: center;
	padding: 0 22px;
	background: var(--ml-accent);
	color: var(--ml-ink);
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.13em;
	text-transform: uppercase;
	white-space: nowrap;
}

/* ============================================ 05 Header + navigation === */

.ml-header {
	position: relative;
	z-index: 60;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(23, 24, 26, 0);
	transition: border-color 400ms var(--ml-ease);
}

.ml-sticky-header .ml-header {
	position: sticky;
	top: 0;
}

.ml-header.is-stuck {
	border-bottom-color: rgba(23, 24, 26, 0.12);
}

.ml-header__inner {
	display: flex;
	align-items: center;
	gap: 44px;
	height: var(--ml-nav-h);
	transition: height 400ms var(--ml-ease);
}

.ml-header.is-stuck .ml-header__inner {
	height: var(--ml-nav-h-compact);
}

.ml-logo {
	display: flex;
	flex-direction: column;
	line-height: 0.82;
	flex: none;
}

.ml-logo__main {
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: calc(32px * var(--ml-scale));
	letter-spacing: -0.04em;
	color: var(--ml-ink);
}

.ml-logo__sub {
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(10.5px * var(--ml-scale));
	letter-spacing: 0.34em;
	color: var(--ml-accent);
	margin-top: 4px;
}

.ml-logo__img img {
	max-height: 56px;
	width: auto;
}

.ml-nav {
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
}

.ml-nav__list {
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ml-nav__pill {
	position: absolute;
	left: 0;
	top: 50%;
	height: 40px;
	width: 0;
	margin-top: -20px;
	background: var(--ml-ink);
	opacity: 0;
	pointer-events: none;
	transition: transform 480ms var(--ml-ease), width 480ms var(--ml-ease), opacity 300ms ease;
}

.ml-nav__list > li > a {
	position: relative;
	display: block;
	padding: 10px 13px;
	font-family: var(--ml-font-display);
	font-weight: 600;
	font-size: calc(12.5px * var(--ml-scale));
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ml-ink);
	transition: color 260ms ease;
	white-space: nowrap;
}

.ml-nav__list > li > a::after {
	content: "";
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 4px;
	height: 2px;
	background: var(--ml-accent);
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 420ms var(--ml-ease);
}

.ml-nav__list > li > a:hover::after,
.ml-nav__list > li > a:focus-visible::after,
.ml-nav__list > li.current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left center;
}

.ml-nav__list > li > a:hover,
.ml-nav__list > li.is-hovered > a {
	color: #fff;
}

/* Sub menus keep the same visual language. */
.ml-nav__list li {
	position: relative;
}

.ml-nav__list .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 230px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: var(--ml-ink);
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 8px, 0);
	transition: opacity 260ms ease, transform 320ms var(--ml-ease), visibility 260ms;
	z-index: 5;
}

.ml-nav__list li:hover > .sub-menu,
.ml-nav__list li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.ml-nav__list .sub-menu a {
	display: block;
	padding: 11px 20px;
	font-family: var(--ml-font-display);
	font-weight: 600;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ml-cream);
}

.ml-nav__list .sub-menu a:hover {
	background: var(--ml-accent);
	color: var(--ml-ink);
}

.ml-header__actions {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 20px;
}

.ml-header__link {
	font-family: var(--ml-font-display);
	font-weight: 600;
	font-size: calc(12.5px * var(--ml-scale));
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--ml-muted);
	transition: color 260ms ease;
}

.ml-header__link:hover {
	color: var(--ml-ink);
}

/* Mobile drawer trigger. */
.ml-burger {
	display: none;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 2px solid var(--ml-ink);
	background: transparent;
	cursor: pointer;
	flex: none;
}

.ml-burger__bars,
.ml-burger__bars::before,
.ml-burger__bars::after {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--ml-ink);
	transition: transform 320ms var(--ml-ease), opacity 200ms ease;
}

.ml-burger__bars::before,
.ml-burger__bars::after {
	content: "";
	position: absolute;
}

.ml-burger__bars::before {
	transform: translate3d(0, -6px, 0);
}

.ml-burger__bars::after {
	transform: translate3d(0, 6px, 0);
}

.ml-burger[aria-expanded="true"] .ml-burger__bars {
	background: transparent;
}

.ml-burger[aria-expanded="true"] .ml-burger__bars::before {
	transform: rotate(45deg);
}

.ml-burger[aria-expanded="true"] .ml-burger__bars::after {
	transform: rotate(-45deg);
}

.ml-drawer {
	position: fixed;
	inset: 0;
	z-index: 90;
	background: rgba(23, 24, 26, 0.55);
	opacity: 0;
	transition: opacity 320ms ease;
}

/* The drawer carries the hidden attribute while closed; without this it would
   sit invisibly over the whole page and swallow every click. */
.ml-drawer[hidden] {
	display: none;
}

.ml-drawer.is-open {
	opacity: 1;
}

.ml-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(420px, 88vw);
	background: var(--ml-ink);
	color: var(--ml-cream);
	padding: 28px 28px 40px;
	overflow-y: auto;
	transform: translate3d(100%, 0, 0);
	transition: transform 420ms var(--ml-ease);
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.ml-drawer.is-open .ml-drawer__panel {
	transform: translate3d(0, 0, 0);
}

.ml-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.ml-drawer__head .ml-logo__main {
	color: #fff;
}

.ml-drawer__close {
	width: 44px;
	height: 44px;
	border: 1px solid var(--ml-ink-border);
	background: transparent;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	flex: none;
}

.ml-drawer__close:hover {
	background: var(--ml-accent);
	color: var(--ml-ink);
	border-color: var(--ml-accent);
}

.ml-drawer__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ml-drawer__nav > ul > li > a {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid var(--ml-ink-line);
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(17px * var(--ml-scale));
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ml-cream);
}

.ml-drawer__nav .sub-menu a {
	display: block;
	padding: 11px 0 11px 18px;
	font-size: calc(14.5px * var(--ml-scale));
	color: var(--ml-muted-2);
	border-bottom: 1px solid var(--ml-ink-line);
}

.ml-drawer__nav a:hover {
	color: var(--ml-accent);
}

.ml-drawer__meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: calc(14.5px * var(--ml-scale));
}

.ml-drawer__meta a {
	color: var(--ml-muted-2);
}

.ml-drawer__meta a:hover {
	color: var(--ml-accent);
}

body.ml-drawer-open {
	overflow: hidden;
}

/* The drawer sits on the dark ink, so the solid button flips to the accent. */
.ml-drawer .ml-btn--solid {
	background: var(--ml-accent);
	justify-content: center;
	--ml-btn-fill: #ffffff;
	--ml-btn-ink: var(--ml-ink);
	--ml-btn-hover-ink: var(--ml-ink);
}

/* ==================================================== 06 Hero + stats === */

.ml-hero {
	position: relative;
	background: var(--ml-sand);
}

.ml-hero__grid {
	display: grid;
	grid-template-columns: minmax(430px, 0.95fr) 1.05fr;
	min-height: 680px;
}

.ml-hero__copy {
	padding: 92px 60px 72px var(--ml-gutter);
	max-width: 740px;
	margin-left: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ml-hero__eyebrow {
	margin: 0 0 26px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ml-accent-dark);
}

/*
 * Exactly the design's wrapping. Core's block stylesheet sets word-break:
 * break-word on headings, which splits a word mid-letter; the design never
 * does that. The homepage hero keeps its words whole and lets the line mask
 * clip them, while an inner-page title may take a new line rather than run
 * past its column - which is what puts the full stop of "metaalproducten."
 * on a line of its own.
 */
.ml-hero__title {
	overflow-wrap: normal;
	word-break: normal;
}

.ml-page-hero__title {
	overflow-wrap: break-word;
	word-break: normal;
}

.ml-hero__title {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: clamp(calc(34px * var(--ml-scale)), 4.5vw, calc(62px * var(--ml-scale)));
	line-height: 0.98;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	color: var(--ml-ink);
	text-wrap: balance;
}

.ml-hero__line {
	display: block;
	overflow: hidden;
}

.ml-hero__line > span {
	display: block;
}

.ml-hero__text {
	margin: 30px 0 0;
	max-width: 540px;
	font-size: calc(17px * var(--ml-scale));
	line-height: 1.6;
	color: var(--ml-body);
	text-wrap: pretty;
}

/*
 * The design keeps both hero buttons on one line and lets them run a little
 * past the copy column, so no wrapping here. Small screens get it back in 17.
 */
.ml-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 16px;
	margin-top: 40px;
}

.ml-hero__collage {
	position: relative;
	overflow: hidden;
	min-height: 680px;
	background: var(--ml-sand);
}

.ml-hero__deco {
	position: absolute;
	right: 6%;
	top: 42px;
	width: 168px;
	height: 168px;
	background-image: radial-gradient(#C9C6C1 1.4px, transparent 1.4px);
	background-size: 14px 14px;
	opacity: 0.9;
	pointer-events: none;
}

.ml-hero__layer {
	position: absolute;
}

.ml-hero__layer--a {
	left: 16px;
	top: 46px;
	width: 58%;
	height: 58%;
}

.ml-hero__layer--b {
	right: 28px;
	top: 21%;
	width: 43%;
	height: 55%;
	z-index: 2;
}

.ml-hero__layer--c {
	left: 9%;
	bottom: 46px;
	width: 39%;
	height: 28%;
	z-index: 3;
}

.ml-hero__layer--seal {
	left: 49%;
	top: 12%;
	z-index: 4;
}

.ml-hero__layer--chip {
	right: 8%;
	bottom: 8%;
	z-index: 5;
}

.ml-hero__frame {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--ml-shell-bg);
}

.ml-hero__frame--bordered {
	border: 10px solid var(--ml-sand);
}

.ml-hero__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ml-seal {
	position: relative;
	width: 130px;
	height: 130px;
}

.ml-seal__svg {
	display: block;
}

.ml-seal__lockup {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 0.84;
	pointer-events: none;
}

.ml-seal__main {
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: 26px;
	letter-spacing: -0.04em;
	color: #fff;
}

.ml-seal__sub {
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: 8px;
	letter-spacing: 0.28em;
	color: var(--ml-accent);
	margin-top: 5px;
}

.ml-chip {
	background: var(--ml-white);
	padding: 18px 24px;
	display: flex;
	align-items: center;
	gap: 14px;
	box-shadow: 0 18px 40px rgba(23, 24, 26, 0.14);
}

.ml-chip__pulse {
	position: relative;
	width: 10px;
	height: 10px;
	display: inline-flex;
	flex: none;
}

.ml-chip__pulse span {
	position: absolute;
	background: var(--ml-accent);
}

.ml-chip__pulse span:first-child {
	inset: 0;
	animation: mlPulse 2.2s ease-in-out infinite;
}

.ml-chip__pulse span:last-child {
	inset: 2px;
}

.ml-chip__body {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.ml-chip__title {
	font-family: var(--ml-font-display);
	font-weight: 800;
	font-size: calc(13.5px * var(--ml-scale));
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ml-ink);
}

.ml-chip__text {
	font-size: calc(13.5px * var(--ml-scale));
	color: var(--ml-muted);
}

.ml-chip--dark {
	background: var(--ml-ink);
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	padding: 16px 22px;
	line-height: 1.3;
	box-shadow: 0 18px 40px rgba(23, 24, 26, 0.22);
}

.ml-chip--dark .ml-chip__title {
	font-size: calc(13px * var(--ml-scale));
	letter-spacing: 0.12em;
	color: var(--ml-accent);
}

.ml-chip--dark .ml-chip__text {
	font-size: calc(14.5px * var(--ml-scale));
	color: var(--ml-muted-3);
}

/* Stats strip. */
.ml-stats {
	border-top: 1px solid var(--ml-line);
	background: var(--ml-sand);
}

.ml-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.ml-stats__item {
	padding: 32px;
	border-right: 1px solid var(--ml-line);
}

.ml-stats__item:first-child {
	padding-left: 0;
}

.ml-stats__item:last-child {
	padding-right: 0;
	border-right: 0;
}

.ml-stats__value {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 800;
	font-size: clamp(calc(26px * var(--ml-scale)), 2.7vw, calc(34px * var(--ml-scale)));
	letter-spacing: -0.025em;
	color: var(--ml-ink);
}

.ml-stats__label {
	margin: 8px 0 0;
	font-size: calc(14.5px * var(--ml-scale));
	color: var(--ml-muted);
}

/* ========================================================== 07 Process === */

.ml-process {
	position: relative;
	background: var(--ml-white);
}

.ml-process--pinned {
	height: 520vh;
}

.ml-process__pin {
	position: sticky;
	top: 0;
	height: 100svh;
	max-height: 100svh;
	padding-top: 76px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.ml-process__ghost {
	position: absolute;
	right: -1%;
	top: 4%;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: 30vw;
	line-height: 0.72;
	letter-spacing: -0.06em;
	color: transparent;
	-webkit-text-stroke: 2px rgba(23, 24, 26, 0.055);
	pointer-events: none;
	user-select: none;
}

.ml-process__rule {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: repeating-linear-gradient(180deg, var(--ml-accent) 0 26px, transparent 26px 52px);
	opacity: 0.55;
	pointer-events: none;
}

.ml-process__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 72px;
	align-items: center;
}

.ml-process__panels {
	position: relative;
	height: 320px;
}

.ml-process__panel {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 420ms ease, transform 520ms var(--ml-ease);
}

.ml-process__panel.is-active {
	opacity: 1;
	pointer-events: auto;
}

.ml-process__num {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: clamp(calc(58px * var(--ml-scale)), 7vw, calc(96px * var(--ml-scale)));
	line-height: 0.8;
	letter-spacing: -0.05em;
	color: var(--ml-accent);
}

.ml-process__title {
	margin: 26px 0 16px;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: clamp(calc(27px * var(--ml-scale)), 3.1vw, calc(40px * var(--ml-scale)));
	line-height: 1;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: var(--ml-ink);
}

.ml-process__text {
	margin: 0;
	max-width: 400px;
	font-size: calc(17px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-body);
}

.ml-process__dots {
	display: flex;
	gap: 8px;
	margin-top: 44px;
}

.ml-process__dot {
	width: 44px;
	height: 3px;
	background: var(--ml-line);
	transition: background-color 380ms ease;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.ml-process__dot.is-on {
	background: var(--ml-accent);
}

.ml-process__stage {
	position: relative;
	height: min(64vh, 540px);
	min-height: 340px;
}

.ml-process__block {
	margin: 0;
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: var(--ml-sand-2);
	opacity: 0;
	z-index: 1;
	transition: opacity 600ms ease, transform 780ms var(--ml-ease);
}

.ml-process__block.is-active {
	opacity: 1;
	z-index: 2;
}

.ml-process__block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ml-process__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--ml-ink);
	color: #fff;
	padding: 14px 22px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

/* Stacked variant - chosen in the Customizer, and used automatically on phones
   where a five-screen pinned scroll would be hostile. */
.ml-process--stacked {
	height: auto;
}

.ml-process--stacked .ml-process__pin {
	position: static;
	height: auto;
	max-height: none;
	padding: 88px 0 96px;
	display: block;
}

.ml-process--stacked .ml-process__inner {
	grid-template-columns: 1fr;
	gap: 0;
}

.ml-process--stacked .ml-process__panels {
	position: static;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	background: var(--ml-line);
	border-top: 2px solid var(--ml-ink);
	margin-top: 24px;
}

.ml-process--stacked .ml-process__panel {
	position: static;
	opacity: 1;
	pointer-events: auto;
	transform: none !important;
	background: #fff;
	padding: 34px 30px 38px;
}

.ml-process--stacked .ml-process__text {
	max-width: none;
	font-size: calc(15.5px * var(--ml-scale));
}

.ml-process--stacked .ml-process__title {
	font-size: calc(24px * var(--ml-scale));
	margin: 18px 0 12px;
}

.ml-process--stacked .ml-process__num {
	font-size: calc(48px * var(--ml-scale));
}

.ml-process--stacked .ml-process__inline-media {
	display: block;
	margin-top: 22px;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--ml-sand-2);
}

.ml-process--stacked .ml-process__inline-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ml-process--stacked .ml-process__stage,
.ml-process--stacked .ml-process__dots,
.ml-process--stacked .ml-process__rule,
.ml-process--stacked .ml-process__ghost {
	display: none;
}

/* =========================================================== 08 Claim === */

.ml-claim {
	position: relative;
	background: var(--ml-ink);
	color: #fff;
	overflow: hidden;
}

.ml-claim__dots {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 52%;
	background-image: radial-gradient(var(--ml-ink-dot) 1.6px, transparent 1.6px);
	background-size: 20px 20px;
	opacity: 0.85;
	pointer-events: none;
}

.ml-claim__ring {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.ml-claim__ring--lg {
	left: -4%;
	bottom: -18%;
	width: 460px;
	height: 460px;
	border: 2px solid rgba(232, 113, 12, 0.16);
}

.ml-claim__ring--sm {
	left: 4%;
	bottom: -10%;
	width: 300px;
	height: 300px;
	border: 2px solid rgba(232, 113, 12, 0.1);
}

.ml-claim__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.ml-claim__copy {
	padding: 104px 64px 104px var(--ml-gutter);
	max-width: 760px;
	margin-left: auto;
	width: 100%;
}

.ml-claim__title {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: clamp(calc(25px * var(--ml-scale)), 2.95vw, calc(43px * var(--ml-scale)));
	line-height: 1.06;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #fff;
	text-wrap: balance;
}

.ml-claim__text {
	margin: 34px 0 0;
	max-width: 490px;
	font-size: calc(17px * var(--ml-scale));
	line-height: 1.7;
	color: var(--ml-muted-3);
	text-wrap: pretty;
}

.ml-claim__tags {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 40px;
}

.ml-claim__tag {
	padding: 11px 17px;
	border: 1px solid var(--ml-ink-border);
	font-family: var(--ml-font-display);
	font-weight: 600;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ml-cream);
}

.ml-claim__media {
	position: relative;
	overflow: hidden;
	min-height: 540px;
	background: var(--ml-ink-2);
}

.ml-claim__media img {
	position: absolute;
	inset: -8%;
	width: 116%;
	height: 116%;
	object-fit: cover;
	transform: scale(1.14);
}

.ml-claim__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--ml-ink) 0%, rgba(23, 24, 26, 0.55) 26%, rgba(23, 24, 26, 0.05) 62%, rgba(23, 24, 26, 0) 100%);
	pointer-events: none;
}

.ml-claim__corner--tl {
	left: 34px;
	top: 34px;
	border-left: 2px solid var(--ml-accent);
	border-top: 2px solid var(--ml-accent);
}

.ml-claim__corner--br {
	right: 34px;
	bottom: 34px;
	border-right: 2px solid var(--ml-accent);
	border-bottom: 2px solid var(--ml-accent);
}

/* ======================================================== 09 Capacity === */

.ml-capacity {
	background: var(--ml-sand);
	padding: 108px 0;
}

.ml-capacity__title {
	margin: 0 0 20px;
	max-width: 780px;
	font-size: clamp(calc(32px * var(--ml-scale)), 4.1vw, calc(54px * var(--ml-scale)));
}

.ml-capacity__text {
	margin: 0 0 56px;
	max-width: 660px;
	font-size: calc(17px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-body);
	text-wrap: pretty;
}

.ml-capacity__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
	background: var(--ml-line);
	border-top: 2px solid var(--ml-ink);
}

.ml-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 42px 40px 38px;
	display: flex;
	flex-direction: column;
}

.ml-card__spot {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 400ms ease;
	pointer-events: none;
}

.ml-card__title {
	margin: 0;
	position: relative;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: clamp(calc(21px * var(--ml-scale)), 2.3vw, calc(30px * var(--ml-scale)));
	letter-spacing: -0.025em;
	text-transform: uppercase;
	color: var(--ml-ink);
}

.ml-card__text {
	margin: 18px 0 28px;
	position: relative;
	font-size: calc(16px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-body);
	max-width: 460px;
}

.ml-card__specs {
	margin-top: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-top: 1px solid var(--ml-line-2);
	padding-top: 22px;
}

.ml-card__spec {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-size: calc(15px * var(--ml-scale));
}

.ml-card__spec dt {
	margin: 0;
	color: var(--ml-muted);
}

.ml-card__spec dd {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 700;
	color: var(--ml-ink);
	text-align: right;
}

.ml-card__link {
	position: relative;
	margin-top: 24px;
	display: block;
}

.ml-card__title a {
	color: inherit;
}

.ml-card__title a:hover {
	color: var(--ml-accent-dark);
}

.ml-process__title a {
	color: inherit;
}

.ml-process__title a:hover {
	color: var(--ml-accent-dark);
}

/* ============================== 09b Shared bands, splits, tiles, CTA === */

/* Inner-page hero: copy beside a full-bleed photo, with the stats strip. */
.ml-page-hero {
	position: relative;
	background: var(--ml-sand);
}

/* The same standing height as the homepage hero, so every page opens alike. */
.ml-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(420px, 0.95fr) 1.05fr;
	min-height: 680px;
}

.ml-page-hero__copy {
	padding: 88px 60px 76px var(--ml-gutter);
	max-width: 740px;
	margin-left: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ml-page-hero__crumb {
	margin: 0 0 22px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ml-accent-dark);
	flex-wrap: wrap;
}

.ml-page-hero__crumb a {
	color: var(--ml-muted);
}

.ml-page-hero__crumb a:hover {
	color: var(--ml-ink);
}

.ml-page-hero__crumb span[aria-hidden] {
	width: 22px;
	height: 1px;
	background: var(--ml-line);
	flex: none;
}

/*
 * Exactly the design's sizing. Most pages take the full size; the two with the
 * longest headings step down so the title still sets in the same shape.
 */
.ml-page-hero__title {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: clamp(calc(34px * var(--ml-scale)), 4.4vw, calc(64px * var(--ml-scale)));
	line-height: 0.98;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	color: var(--ml-ink);
	text-wrap: balance;
}

.ml-page-hero__title--md {
	font-size: clamp(calc(32px * var(--ml-scale)), 3.9vw, calc(56px * var(--ml-scale)));
}

.ml-page-hero__title--sm {
	font-size: clamp(calc(32px * var(--ml-scale)), 3.7vw, calc(52px * var(--ml-scale)));
}

.ml-page-hero__text {
	margin: 26px 0 0;
	max-width: 500px;
	font-size: calc(17.5px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-body);
	text-wrap: pretty;
}

.ml-page-hero__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 38px;
	flex-wrap: wrap;
}

.ml-page-hero__media {
	position: relative;
	overflow: hidden;
	min-height: 560px;
	background: var(--ml-shell-bg);
}

.ml-page-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ml-page-hero__media::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 30px;
	width: 46px;
	height: 46px;
	border-left: 2px solid var(--ml-accent);
	border-top: 2px solid var(--ml-accent);
	pointer-events: none;
	z-index: 2;
}

.ml-page-hero__label {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--ml-ink);
	color: #fff;
	padding: 14px 22px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
	z-index: 2;
}


/* A full-width band with the standard vertical rhythm. */
.ml-band {
	padding: 96px 0;
}

.ml-band--white {
	background: var(--ml-white);
}

.ml-band--sand {
	background: var(--ml-sand);
}

.ml-band--tight {
	padding: 76px 0;
}

/* Text beside a picture, alternating which side is wider. */
.ml-split {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 78px;
	align-items: center;
}

.ml-split > * {
	min-width: 0;
}

.ml-split--wide-right {
	grid-template-columns: 0.95fr 1.05fr;
}

/* The media column comes first in the markup on "media left" bands so the
   reading order stays copy-first for screen readers. */
.ml-split--media-first .ml-split__copy {
	order: 2;
}

.ml-split--media-first > *:not(.ml-split__copy) {
	order: 1;
}

.ml-split__title {
	margin: 0 0 22px;
	max-width: 520px;
	font-size: clamp(calc(26px * var(--ml-scale)), 3vw, calc(40px * var(--ml-scale)));
	line-height: 1.02;
}

.ml-split__text {
	margin: 0 0 18px;
	max-width: 520px;
	font-size: calc(17px * var(--ml-scale));
	line-height: 1.68;
	color: var(--ml-body);
	text-wrap: pretty;
}

/*
 * No margin reset on the last paragraph: the design keeps it, and the band's
 * own padding sits underneath. Only the capacity variant closes flush, and
 * that is handled where the variant is defined.
 */

.ml-split__actions {
	margin-top: 32px;
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

/* Column ratio variants used by individual bands in the design. */
.ml-split--wide-copy,
.wp-block-columns.ml-split.ml-split--wide-copy {
	grid-template-columns: 1.25fr 0.75fr;
	align-items: start;
}

.ml-split--even,
.wp-block-columns.ml-split.ml-split--even {
	grid-template-columns: 1fr 1fr;
}

/* Dark pull-quote card. */
.ml-quote {
	background: var(--ml-ink);
	color: #fff;
	padding: 30px 30px 32px;
	position: relative;
	margin-top: 2px;
}

.ml-quote::before {
	content: "\201C";
	display: block;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: 42px;
	line-height: 0.6;
	color: var(--ml-accent);
	margin-bottom: 12px;
}

.ml-quote__text {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(19px * var(--ml-scale));
	line-height: 1.32;
	letter-spacing: -0.01em;
	color: #fff;
}

.ml-quote__source {
	margin: 14px 0 0;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(11.5px * var(--ml-scale));
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ml-muted-2);
}

/* Compact figures row. */
.ml-ministats,
.wp-block-columns.ml-ministats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	background: var(--ml-line);
	margin: 2px 0 0;
}

.ml-ministat,
.ml-ministats .wp-block-column.ml-ministat {
	background: #fff;
	padding: 20px 20px 22px;
	flex-basis: auto !important;
	min-width: 0;
}

.ml-ministat > p {
	margin: 0;
}

.ml-ministat__value {
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: calc(22px * var(--ml-scale));
	letter-spacing: -0.025em;
	color: var(--ml-ink);
}

.ml-ministat__label {
	margin-top: 6px !important;
	font-size: calc(14px * var(--ml-scale));
	line-height: 1.45;
	color: var(--ml-muted);
}

/* Eyebrow with the short rule the inner pages use. */
.ml-eyebrow--rule {
	margin: 0 0 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.18em;
}

.ml-eyebrow--rule span {
	width: 26px;
	height: 1px;
	background: var(--ml-line);
	flex: none;
}

/* Captioned figure used across the inner pages. */
.ml-figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	background: var(--ml-shell-bg);
}

.ml-figure--4x3 {
	aspect-ratio: 4 / 3;
}

.ml-figure--3x4 {
	aspect-ratio: 3 / 4;
}

.ml-figure--16x9 {
	aspect-ratio: 16 / 9;
}

.ml-figure--16x10 {
	aspect-ratio: 16 / 10;
}

.ml-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ml-figure__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--ml-ink);
	color: #fff;
	padding: 13px 20px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

/* Specification list under a split band. */
.ml-specs {
	margin: 26px 0 0;
	max-width: 520px;
	border-top: 2px solid var(--ml-ink);
}

.ml-specs__row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px solid var(--ml-line);
	font-size: calc(16px * var(--ml-scale));
}

.ml-specs__row dt,
.ml-specs__row > span:first-child {
	margin: 0;
	color: var(--ml-muted);
}

.ml-specs__row dd,
.ml-specs__row > span:last-child {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 700;
	color: var(--ml-ink);
	text-align: right;
}

/* Three link tiles. */
.ml-tiles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	background: var(--ml-line);
	border-top: 2px solid var(--ml-ink);
}

.ml-tiles--2 {
	grid-template-columns: repeat(2, 1fr);
}

.ml-tiles--4 {
	grid-template-columns: repeat(4, 1fr);
}

.ml-tile {
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: #fff;
	padding: 34px 30px 36px;
	color: var(--ml-ink);
	transition: background-color 360ms ease, color 360ms ease;
}

.ml-tile__title {
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: calc(21px * var(--ml-scale));
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.ml-tile__text {
	font-size: calc(15.5px * var(--ml-scale));
	line-height: 1.6;
	color: var(--ml-muted);
	transition: color 360ms ease;
}

.ml-tile__more {
	margin-top: auto;
	padding-top: 22px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ml-accent-dark);
	display: inline-flex;
	align-items: center;
	gap: 9px;
	transition: gap 320ms var(--ml-ease);
}

.ml-tile:hover {
	background-color: var(--ml-ink);
	color: #fff;
}

.ml-tile:hover .ml-tile__text {
	color: var(--ml-muted-3);
}

.ml-tile:hover .ml-tile__more {
	color: var(--ml-accent);
	gap: 15px;
}

.ml-tiles-heading {
	margin: 0 0 44px;
	max-width: 620px;
	font-size: clamp(calc(24px * var(--ml-scale)), 2.6vw, calc(34px * var(--ml-scale)));
	line-height: 1.04;
}

/* The orange band shared by the ML-bedrijven section and the page CTA. */
.ml-orange {
	position: relative;
	background: var(--ml-accent);
	overflow: hidden;
}

.ml-orange__hatch {
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(45deg, rgba(23, 24, 26, 0.055) 0 2px, transparent 2px 14px);
	pointer-events: none;
}

.ml-orange__watermark {
	position: absolute;
	left: -60px;
	bottom: -40px;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: 200px;
	line-height: 0.7;
	letter-spacing: -0.05em;
	color: transparent;
	-webkit-text-stroke: 2px rgba(23, 24, 26, 0.12);
	pointer-events: none;
	user-select: none;
}

.ml-group__inner {
	position: relative;
	z-index: 2;
	padding-top: 92px;
	padding-bottom: 92px;
}

.ml-group__head {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 48px;
}

.ml-group__title {
	margin: 0;
	max-width: 620px;
	font-size: clamp(calc(28px * var(--ml-scale)), 3.4vw, calc(46px * var(--ml-scale)));
	line-height: 1.02;
}

.ml-group__text {
	margin: 0;
	max-width: 460px;
	font-size: calc(17px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-accent-deep);
	text-wrap: pretty;
}

.ml-group .ml-tiles {
	background: rgba(23, 24, 26, 0.16);
}

.ml-cta__inner {
	position: relative;
	z-index: 2;
	padding-top: 78px;
	padding-bottom: 78px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 48px;
	align-items: center;
}

.ml-cta__title {
	margin: 0 0 16px;
	font-size: clamp(calc(26px * var(--ml-scale)), 3.2vw, calc(42px * var(--ml-scale)));
	line-height: 1.04;
}

.ml-cta__text {
	margin: 0;
	max-width: 560px;
	font-size: calc(17px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-accent-deep);
}

.ml-cta__actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

/* ======================================================== 10 RAL rail === */

.ml-ral {
	background: var(--ml-ink);
	border-top: 1px solid var(--ml-ink-line);
	border-bottom: 1px solid var(--ml-ink-line);
	overflow: hidden;
	padding: 22px 0;
}

.ml-ral__track {
	display: flex;
	width: max-content;
	animation: mlRail var(--ml-rail-speed) linear infinite;
}

.ml-ral__group {
	display: flex;
	align-items: center;
	gap: 34px;
	padding-right: 34px;
}

.ml-ral__swatch {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(13px * var(--ml-scale));
	letter-spacing: 0.14em;
	color: var(--ml-cream);
	white-space: nowrap;
}

.ml-ral__chip {
	width: 20px;
	height: 20px;
	flex: none;
}

.ml-ral__tail {
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(13px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ml-accent);
	white-space: nowrap;
}

.ml-ral:hover .ml-ral__track {
	animation-play-state: paused;
}

/* ============================================================= 11 Why === */

.ml-why {
	background: var(--ml-white);
	padding: 108px 0;
}

.ml-why__title {
	margin: 0 0 58px;
	max-width: 760px;
	font-size: clamp(calc(30px * var(--ml-scale)), 3.8vw, calc(50px * var(--ml-scale)));
	line-height: 1;
}

.ml-why__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	background: var(--ml-line-2);
	border-top: 2px solid var(--ml-ink);
}

/*
 * The six reason cards share the .ml-tile markup with the ML-bedrijven band,
 * but the design gives them their own, smaller label type. Scoped to .ml-why so
 * the two never overwrite each other.
 */
.ml-why .ml-tile {
	background: #fff;
	padding: 36px 32px 40px;
	transition: background-color 380ms ease, transform 480ms var(--ml-ease);
}

.ml-why .ml-tile__title {
	margin: 0 0 14px;
	font-family: var(--ml-font-display);
	font-weight: 800;
	font-size: calc(15px * var(--ml-scale));
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ml-ink);
	transition: color 380ms ease;
}

.ml-why .ml-tile__text {
	margin: 0;
	font-size: calc(15.5px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-body-2);
	transition: color 380ms ease;
}

.ml-tile:hover {
	background-color: var(--ml-ink);
	color: #fff;
}

/*
 * The two kinds of tile invert differently: an ML-bedrijven tile turns its name
 * white, while a reason card picks up the accent. Only the body copy behaves
 * the same in both.
 */
.ml-tile:hover .ml-tile__title {
	color: #fff;
}

.ml-why .ml-tile:hover .ml-tile__title {
	color: var(--ml-accent);
}

.ml-tile:hover .ml-tile__text {
	color: var(--ml-muted-3);
}

/* ============================================ 14 Contact + CF7 === */

.ml-contact {
	position: relative;
	background: var(--ml-sand);
	padding: 108px 0 100px;
	overflow: hidden;
}

.ml-contact__panel {
	position: absolute;
	right: 0;
	top: 0;
	width: 42%;
	height: 100%;
	background: var(--ml-white);
	pointer-events: none;
}

.ml-contact__corner {
	position: absolute;
	left: 4%;
	bottom: 46px;
	width: 70px;
	height: 70px;
	border-left: 2px solid var(--ml-accent);
	border-bottom: 2px solid var(--ml-accent);
	pointer-events: none;
}

.ml-contact__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 96px;
	align-items: start;
}

.ml-contact__title {
	margin: 0 0 24px;
	font-size: clamp(calc(36px * var(--ml-scale)), 4.7vw, calc(62px * var(--ml-scale)));
	line-height: 0.96;
	letter-spacing: -0.035em;
}

.ml-contact__text {
	margin: 0 0 40px;
	max-width: 500px;
	font-size: calc(18px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-body);
	text-wrap: pretty;
}

.ml-contact__actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.ml-contact__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	background: var(--ml-line-3);
	border-top: 2px solid var(--ml-ink);
}

.ml-contact__figure {
	grid-column: span 2;
	position: relative;
	overflow: hidden;
	height: 200px;
	background: var(--ml-shell-bg);
}

.ml-contact__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ml-contact__figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--ml-ink);
	color: #fff;
	padding: 13px 20px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ml-contact__card {
	background: #fff;
	padding: 26px 24px 30px;
	transition: background-color 340ms ease, color 340ms ease;
}

.ml-contact__card--wide {
	grid-column: span 2;
}

.ml-contact__card-title {
	margin: 0 0 12px;
	font-family: var(--ml-font-display);
	font-weight: 800;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ml-ink);
	transition: color 340ms ease;
}

.ml-contact__card-text {
	margin: 0;
	font-size: calc(16px * var(--ml-scale));
	line-height: 1.55;
	color: var(--ml-body-2);
	transition: color 340ms ease;
}

.ml-contact__card:hover {
	background-color: var(--ml-ink);
}

.ml-contact__card:hover .ml-contact__card-title {
	color: var(--ml-accent);
}

.ml-contact__card:hover .ml-contact__card-text,
.ml-contact__card:hover .ml-contact__card-text a {
	color: var(--ml-muted-3);
}

/* The contact form sits directly on the sand band, beside a supporting column. */
.ml-form {
	margin-top: 0;
}

.ml-form.wp-block-column {
	padding: 0;
}

/* Supporting column beside the form. */
.ml-aside__step {
	margin: 0 0 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--ml-line);
	font-size: calc(15.5px * var(--ml-scale));
	line-height: 1.55;
	color: var(--ml-body);
}

.ml-aside__step strong {
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: calc(14px * var(--ml-scale));
	color: var(--ml-accent);
	margin-right: 10px;
}

.ml-aside__card {
	margin-top: 30px;
	background: var(--ml-ink);
	color: #fff;
	padding: 24px 24px 26px;
}

.ml-aside__card-title {
	margin: 0 0 14px;
	font-family: var(--ml-font-display);
	font-weight: 800;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ml-accent);
}

.ml-aside__card-line {
	margin: 0 0 6px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(17px * var(--ml-scale));
}

.ml-aside__card-line a {
	color: #fff;
}

.ml-aside__card-line a:hover {
	color: var(--ml-accent);
}

.ml-aside__card-meta {
	margin: 14px 0 0;
	font-size: calc(14.5px * var(--ml-scale));
	line-height: 1.55;
	color: var(--ml-muted-2);
}

.ml-aside__note {
	margin-top: 24px;
	border: 1px solid var(--ml-line);
	padding: 22px 24px 24px;
	background: #fff;
}

.ml-aside__note .ml-aside__card-title {
	color: var(--ml-ink);
}

.ml-aside__note p:last-child {
	margin: 0;
	font-size: calc(15px * var(--ml-scale));
	line-height: 1.6;
	color: var(--ml-body);
}

.ml-form__title {
	margin: 0 0 12px;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: clamp(calc(22px * var(--ml-scale)), 2.4vw, calc(30px * var(--ml-scale)));
	letter-spacing: -0.025em;
	text-transform: uppercase;
	color: var(--ml-ink);
}

.ml-form__text {
	margin: 0 0 30px;
	max-width: 520px;
	font-size: calc(16px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-body);
}

.ml-form .wpcf7 {
	margin: 0;
}

.ml-form .wpcf7-form p {
	margin: 0 0 20px;
}

.ml-form .ml-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 24px;
}

.ml-form .ml-form-grid--full {
	grid-template-columns: 1fr;
}

.ml-form label {
	display: block;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ml-ink);
	margin-bottom: 9px;
}

/* The design puts white fields on the sand band, separated by a grey hairline. */
.ml-form input[type="text"],
.ml-form input[type="email"],
.ml-form input[type="tel"],
.ml-form input[type="url"],
.ml-form input[type="number"],
.ml-form input[type="date"],
.ml-form select,
.ml-form textarea {
	width: 100%;
	padding: 15px 16px;
	border: 1px solid var(--ml-line);
	background: var(--ml-white);
	font-family: var(--ml-font-body);
	font-size: calc(16px * var(--ml-scale));
	color: var(--ml-ink);
	border-radius: 0;
	transition: border-color 260ms ease, background-color 260ms ease;
	-webkit-appearance: none;
	appearance: none;
}

.ml-form select {
	background-image: linear-gradient(45deg, transparent 50%, var(--ml-ink) 50%), linear-gradient(135deg, var(--ml-ink) 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 42px;
}

.ml-form textarea {
	min-height: 150px;
	resize: vertical;
}

.ml-form input:focus,
.ml-form select:focus,
.ml-form textarea:focus {
	border-color: var(--ml-accent);
	background: #fff;
	outline: none;
}

.ml-form .wpcf7-list-item {
	margin: 0 18px 0 0;
}

/*
 * Treatment picker: the design's selectable chips.
 * CF7 renders each option as .wpcf7-list-item containing the input and its
 * label, so the chip box is drawn on that item.
 */
.ml-form .ml-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ml-form .ml-chips .wpcf7-list-item {
	margin: 0;
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--ml-line);
	background: #fff;
	transition: border-color 240ms ease, background-color 240ms ease;
}

.ml-form .ml-chips .wpcf7-list-item:hover {
	border-color: var(--ml-ink);
}

.ml-form .ml-chips .wpcf7-list-item:has(input:checked) {
	border-color: var(--ml-accent);
	background: rgba(232, 113, 12, 0.06);
}

.ml-form .ml-chips .wpcf7-list-item:has(input:focus-visible) {
	outline: 3px solid var(--ml-accent);
	outline-offset: 2px;
}

.ml-form .ml-chips label {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 15px;
	cursor: pointer;
	font-family: var(--ml-font-body);
	font-weight: 400;
	font-size: calc(14.5px * var(--ml-scale));
	letter-spacing: 0;
	text-transform: none;
	color: var(--ml-ink);
}

.ml-form .ml-chips input[type="checkbox"] {
	width: 15px;
	height: 15px;
	accent-color: var(--ml-accent);
	margin: 0;
	flex: none;
}

/* Fallback for the markup CF7 emits without use_label_element. */
.ml-form .ml-chips > .wpcf7-list-item > input[type="checkbox"] {
	margin-left: 15px;
}

.ml-form .ml-chips .wpcf7-list-item-label {
	padding: 11px 15px 11px 9px;
	font-size: calc(14.5px * var(--ml-scale));
	text-transform: none;
	letter-spacing: 0;
}

.ml-form .ml-chips label .wpcf7-list-item-label {
	padding: 0;
}

.ml-form input[type="submit"],
.ml-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	padding: 19px 30px;
	background: var(--ml-ink);
	color: #fff;
	border: 0;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(13px * var(--ml-scale));
	letter-spacing: 0.13em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 320ms ease, color 320ms ease;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.ml-form input[type="submit"]:hover,
.ml-form .wpcf7-submit:hover {
	background: var(--ml-accent);
	color: var(--ml-ink);
}

.ml-form .wpcf7-spinner {
	margin: 0 0 0 14px;
}

.ml-form .wpcf7-not-valid-tip {
	font-family: var(--ml-font-body);
	font-size: calc(14px * var(--ml-scale));
	color: #B3261E;
	margin-top: 7px;
	text-transform: none;
	letter-spacing: 0;
}

.ml-form .wpcf7-response-output {
	margin: 26px 0 0;
	padding: 16px 20px;
	border: 2px solid var(--ml-line);
	font-size: calc(15px * var(--ml-scale));
}

.ml-form form.sent .wpcf7-response-output {
	border-color: #2F5D3A;
	background: rgba(47, 93, 58, 0.06);
}

.ml-form form.invalid .wpcf7-response-output,
.ml-form form.failed .wpcf7-response-output,
.ml-form form.aborted .wpcf7-response-output {
	border-color: #B3261E;
	background: rgba(179, 38, 30, 0.05);
}

.ml-form .wpcf7-acceptance .wpcf7-list-item-label {
	font-family: var(--ml-font-body);
	font-size: calc(15px * var(--ml-scale));
	text-transform: none;
	letter-spacing: 0;
	color: var(--ml-body);
}

/* ========================================================== 15 Footer === */

.ml-footer {
	background: var(--ml-ink);
	color: var(--ml-muted-2);
	padding: 74px 0 34px;
}

.ml-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 56px;
}

.ml-footer__logo {
	display: flex;
	flex-direction: column;
	line-height: 0.82;
	margin-bottom: 22px;
}

.ml-footer__logo .ml-logo__main {
	font-size: calc(30px * var(--ml-scale));
	color: #fff;
}

.ml-footer__logo .ml-logo__sub {
	font-size: calc(10px * var(--ml-scale));
}

.ml-footer__about {
	margin: 0;
	max-width: 320px;
	font-size: calc(14.5px * var(--ml-scale));
	line-height: 1.65;
}

.ml-footer__title {
	margin: 0 0 18px;
	font-family: var(--ml-font-display);
	font-weight: 800;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #fff;
}

.ml-footer__list {
	display: flex;
	flex-direction: column;
	gap: 11px;
	font-size: calc(14.5px * var(--ml-scale));
	margin: 0;
	padding: 0;
	list-style: none;
}

.ml-footer__list a,
.ml-footer__contact a,
.ml-footer__legal a {
	color: var(--ml-muted-2);
	transition: color 260ms ease, transform 340ms var(--ml-ease);
	display: inline-block;
}

/* In the design each menu link fills its column, so the whole row is a target. */
.ml-footer__list a {
	display: block;
}

.ml-footer__list a:hover,
.ml-footer__contact a:hover,
.ml-footer__legal a:hover {
	color: #fff;
	transform: translate3d(4px, 0, 0);
}

.ml-footer__contact {
	margin: 0;
	font-size: calc(14.5px * var(--ml-scale));
	line-height: 1.75;
}

/* Typed as a link, but the design paints it accent rather than muted. */
a.ml-footer__phone {
	color: var(--ml-accent);
}

.ml-footer__bar {
	max-width: var(--ml-maxw);
	margin: 44px auto 0;
	padding: 22px var(--ml-gutter) 0;
	border-top: 1px solid var(--ml-ink-line);
	display: flex;
	justify-content: space-between;
	gap: 24px;
	font-size: calc(13px * var(--ml-scale));
}

.ml-footer__legal {
	display: flex;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ======================= 15b Block-built pages (patterns in the editor) === */

/*
 * The inner pages are core blocks carrying the theme's class names. Core gives
 * .wp-block-columns a flex layout and .wp-block-group a constrained width, so
 * these rules re-assert the design's grid on top of it. The doubled selectors
 * raise specificity above the core block stylesheet regardless of load order.
 */

.ml-sections {
	margin: 0;
}

.ml-band > .wp-block-group__inner-container,
.ml-band {
	width: 100%;
}

.ml-band--ink {
	background: var(--ml-ink);
	color: #fff;
}

/*
 * Bands run edge to edge and the inner container carries the shell width. The
 * geometry has to live on the container rather than on each child: a child that
 * paints a background (the tile grid, the stats strip) would otherwise colour
 * its own gutter padding and bleed past the content column.
 */
.ml-band > .wp-block-group__inner-container,
.ml-stats.wp-block-group > .wp-block-group__inner-container {
	max-width: var(--ml-maxw);
	margin: 0 auto;
	padding: 0 var(--ml-gutter);
	box-sizing: border-box;
}

.ml-band > .wp-block-group__inner-container > *,
.ml-stats.wp-block-group > .wp-block-group__inner-container > * {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

.ml-page-hero > .wp-block-group__inner-container {
	max-width: none;
	padding: 0;
	margin: 0;
}

.wp-block-columns.ml-split,
.wp-block-columns.ml-tiles,
.wp-block-columns.ml-stats__grid,
.wp-block-columns.ml-milestones__grid,
.wp-block-columns.ml-page-hero__grid {
	display: grid;
	margin-bottom: 0;
}

.wp-block-columns.ml-split {
	grid-template-columns: 1.05fr 0.95fr;
	gap: 78px;
	align-items: center;
}

.wp-block-columns.ml-split.ml-split--wide-right {
	grid-template-columns: 0.95fr 1.05fr;
}

.wp-block-columns.ml-tiles {
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
}

.wp-block-columns.ml-tiles--2 {
	grid-template-columns: repeat(2, 1fr);
}

.wp-block-columns.ml-tiles--4 {
	grid-template-columns: repeat(4, 1fr);
}

.wp-block-columns.ml-stats__grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
}

.wp-block-columns.ml-page-hero__grid {
	grid-template-columns: minmax(420px, 0.95fr) 1.05fr;
	min-height: 680px;
	gap: 0;
	align-items: stretch;
}

.ml-split .wp-block-column,
.ml-tiles .wp-block-column,
.ml-stats__grid .wp-block-column,
.ml-page-hero__grid .wp-block-column,
.ml-milestones__grid .wp-block-column {
	flex-basis: auto !important;
	min-width: 0;
}

/* The page hero is full-bleed, so it opts out of the shell padding. */
.ml-page-hero.wp-block-group {
	padding: 0;
}

.ml-page-hero .wp-block-columns.ml-page-hero__grid {
	max-width: none;
	padding: 0;
}

/*
 * Same weight as core's own column rules, so the copy keeps the design's
 * measure and stays pushed to the inside of its track - without this the
 * heading sits against the window edge on a wide screen instead of lining up
 * with the rest of the page.
 */
.wp-block-column.ml-page-hero__copy {
	padding: 88px 60px 76px var(--ml-gutter);
	max-width: 740px;
	margin-left: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ml-page-hero__media.wp-block-column {
	padding: 0;
	display: block;
}

/*
 * The photograph is taken out of flow and cropped to whatever height the row
 * ends up being. Left in flow it sets its own height from the file's
 * proportions, which on a wide screen stretched the hero to a full screen and
 * more - the copy beside it was left floating in the middle of it.
 */
.ml-page-hero__media .wp-block-image {
	position: absolute;
	inset: 0;
	margin: 0;
	height: 100%;
}

.ml-page-hero__media .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ml-page-hero__copy.wp-block-column > *:first-child {
	margin-top: 0;
}

/* Core buttons, rewritten at render time into the theme's button. */
.wp-block-buttons.ml-buttons {
	gap: 16px;
	margin: 0;
}

.ml-page-hero__actions.wp-block-buttons {
	margin-top: 38px;
}

/* Core's buttons block clears the margin, so each row restates the design's. */
.ml-hero__actions.wp-block-buttons {
	margin-top: 40px;
	gap: 16px;
}

.ml-contact__actions.wp-block-buttons {
	gap: 16px;
}

.wp-block-button__link.ml-btn {
	border-radius: 0;
	padding: 20px 30px;
	text-decoration: none;
}

.wp-block-button__link.ml-btn.ml-btn--solid {
	background: var(--ml-ink);
	color: #fff;
}

.wp-block-button__link.ml-btn.ml-btn--outline {
	background: transparent;
	border: 2px solid var(--ml-ink);
	padding: 18px 28px;
	color: var(--ml-ink);
}

.wp-block-button__link.ml-btn .ml-btn__ink {
	color: inherit;
}

/* Figures. */
.ml-figure.wp-block-image {
	margin: 0;
}

.ml-figure figcaption,
.ml-figure__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	background: var(--ml-ink);
	color: #fff;
	padding: 13px 20px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-align: left;
}

/* Specification table. */
.ml-specs.wp-block-table {
	margin: 26px 0 0;
	max-width: 520px;
	overflow-x: visible;
}

/*
 * Label left, value hard right, as the design's rows are. It stays a real
 * table so the customer can add and remove rows with the normal editor
 * controls; only the layout changes, because a 50/50 table would park the
 * value in the middle of the row.
 */
.ml-specs table {
	display: block;
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid var(--ml-ink);
}

.ml-specs tbody {
	display: block;
}

.ml-specs tr {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--ml-line);
}

.ml-specs td {
	display: block;
	border: 0;
	padding: 15px 0;
	font-size: calc(16px * var(--ml-scale));
	line-height: normal;
	color: var(--ml-muted);
	word-break: normal;
}

.ml-specs td:last-child {
	text-align: right;
	font-family: var(--ml-font-display);
	font-weight: 700;
	color: var(--ml-ink);
}

/* --- Contact details band --- */

/*
 * The Contact page pairs company details with opening hours instead of the
 * usual copy-and-picture split, so both columns are tables and each closes
 * with something of its own.
 */
.ml-details__title.wp-block-heading {
	margin: 0 0 30px;
	max-width: none;
}

.ml-details .ml-specs.wp-block-table {
	margin: 0;
	max-width: none;
}

.ml-details .ml-specs td {
	padding: 17px 0;
	font-size: calc(16.5px * var(--ml-scale));
}

.ml-details .ml-figure {
	margin-top: 34px;
}

.ml-details .ml-buttons.wp-block-buttons {
	margin-top: 34px;
	gap: 14px;
}

/* Tiles built from core columns. */
.ml-tiles .wp-block-column.ml-tile {
	padding: 34px 30px 36px;
}

.ml-tile > p {
	margin: 0;
}

.ml-tile > p + p {
	margin-top: 14px;
}

.ml-tile__more a {
	color: inherit;
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.ml-tile__more a::after {
	content: "";
	width: 17px;
	height: 11px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11' viewBox='0 0 17 11' fill='none'%3E%3Cpath d='M0.8 5.5H15M10 1L15 5.5L10 10' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11' viewBox='0 0 17 11' fill='none'%3E%3Cpath d='M0.8 5.5H15M10 1L15 5.5L10 10' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
	flex: none;
}

/* Stats strip built from core columns. */
.ml-stats.wp-block-group {
	border-top: 1px solid var(--ml-line);
	background: var(--ml-sand);
	padding: 0;
}

.ml-stats__grid .ml-stats__item {
	padding: 32px;
	border-right: 1px solid var(--ml-line);
}

.ml-stats__grid .ml-stats__item:first-child {
	padding-left: 0;
}

.ml-stats__grid .ml-stats__item:last-child {
	padding-right: 0;
	border-right: 0;
}

/* Paired with the block class so this still wins inside a core columns block. */
.ml-stats__grid--3,
.wp-block-columns.ml-stats__grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

.ml-stats__grid--2,
.wp-block-columns.ml-stats__grid--2 {
	grid-template-columns: repeat(2, 1fr);
}

/* The strip under an inner-page hero sits a little tighter than the homepage's. */
.ml-stats--hero .ml-stats__grid .ml-stats__item {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ml-stats--hero .ml-stats__value {
	font-size: clamp(calc(24px * var(--ml-scale)), 2.5vw, calc(32px * var(--ml-scale)));
}

.ml-stats__item > p {
	margin: 0;
}

.ml-stats__item .ml-stats__label {
	margin-top: 8px;
}

/* Milestones. */
.ml-milestones .ml-eyebrow--on-ink {
	color: var(--ml-accent);
}

.ml-milestones .ml-eyebrow--on-ink span {
	background: var(--ml-ink-border);
}

.ml-milestones__title {
	margin: 0 0 54px;
	max-width: 640px;
	font-size: clamp(calc(24px * var(--ml-scale)), 2.7vw, calc(36px * var(--ml-scale)));
	line-height: 1.04;
	color: #fff;
}

.wp-block-columns.ml-milestones__grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.ml-milestone.wp-block-column {
	position: relative;
	padding: 30px 0 0;
	border-top: 2px solid var(--ml-ink-border);
}

.ml-milestone::before {
	content: "";
	position: absolute;
	left: 0;
	top: -7px;
	width: 12px;
	height: 12px;
	background: var(--ml-muted);
}

.ml-milestone--now {
	border-top-color: var(--ml-accent);
}

.ml-milestone--now::before {
	background: var(--ml-accent);
}

.ml-milestone > p {
	margin: 0;
}

.ml-milestone__year {
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: clamp(calc(26px * var(--ml-scale)), 2.6vw, calc(34px * var(--ml-scale)));
	letter-spacing: -0.03em;
	color: var(--ml-accent);
	margin-bottom: 14px !important;
}

.ml-milestone__name {
	font-family: var(--ml-font-display);
	font-weight: 800;
	font-size: calc(15.5px * var(--ml-scale));
	color: #fff;
	margin-bottom: 10px !important;
}

.ml-milestone__text {
	font-size: calc(15px * var(--ml-scale));
	line-height: 1.6;
	color: var(--ml-muted-2);
}

/* The form card on the contact page. */
.ml-form.wp-block-group {
	margin-top: 0;
}

.ml-form.wp-block-group > .wp-block-group__inner-container {
	max-width: none;
	padding: 0;
}

/* Editor-side: give the patterns the same look inside the block editor. */
.editor-styles-wrapper .ml-band {
	padding: 48px 0;
}

/* ================= 15c The homepage, built from core blocks =========== */

/*
 * The homepage is a normal page made of core blocks. These rules re-assert the
 * design's grids on top of core's flex columns, and place the decorative layer
 * that theme.js injects (the seal, dot grids, corner marks, the pinned stage
 * chrome). Content stays plain, editable blocks.
 */

/* --- Hero --- */
.wp-block-group.ml-hero {
	padding: 0;
}

.wp-block-columns.ml-hero__grid {
	display: grid;
	grid-template-columns: minmax(430px, 0.95fr) 1.05fr;
	min-height: 680px;
	gap: 0;
	margin: 0;
}

.ml-hero__grid > .wp-block-column {
	flex-basis: auto !important;
	min-width: 0;
}

.wp-block-column.ml-hero__copy {
	padding: 92px 60px 72px var(--ml-gutter);
	max-width: 740px;
	margin-left: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ml-hero__copy > *:first-child {
	margin-top: 0;
}

.wp-block-column.ml-hero__collage {
	position: relative;
	overflow: hidden;
	min-height: 680px;
	background: var(--ml-sand);
	padding: 0;
}

/* The three collage photos are placed exactly as in the design. */
.ml-hero__collage .ml-hero__shot {
	position: absolute;
	margin: 0;
	overflow: hidden;
	background: var(--ml-shell-bg);
}

.ml-hero__collage .ml-hero__shot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ml-hero__shot--a {
	left: 16px;
	top: 46px;
	width: 58%;
	height: 58%;
	z-index: 1;
}

.ml-hero__shot--b {
	right: 28px;
	top: 21%;
	width: 43%;
	height: 55%;
	z-index: 2;
	border: 10px solid var(--ml-sand);
}

.ml-hero__shot--c {
	left: 9%;
	bottom: 46px;
	width: 39%;
	height: 28%;
	z-index: 3;
	border: 10px solid var(--ml-sand);
}

.ml-hero__collage .ml-chip {
	position: absolute;
	right: 8%;
	bottom: 8%;
	z-index: 5;
	width: auto;
	max-width: 320px;
	display: block;
	padding: 18px 24px;
}

.ml-hero__collage .ml-chip > p {
	margin: 0;
}

/* Injected decoration. */
.ml-hero__deco,
.ml-hero__sealwrap {
	position: absolute;
	pointer-events: none;
}

.ml-hero__sealwrap {
	left: 49%;
	top: 12%;
	z-index: 4;
	width: 130px;
	height: 130px;
	pointer-events: none;
}

/* --- Process --- */
.wp-block-group.ml-process {
	padding: 0;
}

.ml-process .wp-block-columns.ml-process__inner {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 72px;
	align-items: center;
	max-width: var(--ml-maxw);
	margin: 0 auto;
	padding: 0 var(--ml-gutter);
	position: relative;
	z-index: 2;
	width: 100%;
}

/*
 * The whole inner grid is what pins, exactly as in the design.
 *
 * A sticky element travels within its containing block, and core wraps group
 * children in .wp-block-group__inner-container. That wrapper is only as tall as
 * its content, so without this the pin has nowhere to move and the steps never
 * advance - it just looks like a very tall, dead section.
 */
.ml-process--pinned > .wp-block-group__inner-container {
	height: 100%;
}

.ml-process--pinned .wp-block-columns.ml-process__inner {
	position: sticky;
	top: 0;
	height: 100svh;
	max-height: 100svh;
	padding-top: 76px;
	align-content: center;
	overflow: hidden;
}

.ml-process__inner > .wp-block-column {
	flex-basis: auto !important;
	min-width: 0;
	padding: 0;
}

.wp-block-column.ml-process__panels {
	position: relative;
}

.ml-process__panels > .ml-eyebrow {
	margin: 0 0 20px;
}

/* The panels are stacked on top of one another and cross-faded. */
.ml-process .wp-block-group.ml-process__stack {
	position: relative;
	padding: 0;
}

.ml-process--pinned .wp-block-group.ml-process__stack {
	height: 320px;
}

.ml-process .wp-block-group.ml-process__panel {
	padding: 0;
}

.ml-process--pinned .wp-block-group.ml-process__panel {
	position: absolute;
	inset: 0;
}

.ml-process--pinned .ml-process__dots {
	margin-top: 24px;
}

.wp-block-column.ml-process__stage {
	position: relative;
	height: min(64vh, 540px);
	min-height: 340px;
	padding: 0;
}

.ml-process__stage .ml-figure {
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity 600ms ease, transform 780ms var(--ml-ease);
}

.ml-process__stage .ml-figure.is-active {
	opacity: 1;
	z-index: 2;
}

.ml-figure--stage,
.ml-figure--plain,
.ml-figure--contact {
	aspect-ratio: auto;
	height: 100%;
}

.ml-figure--contact {
	height: 200px;
}

/* --- Claim --- */
.wp-block-group.ml-claim {
	padding: 0;
}

.wp-block-columns.ml-claim__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	position: relative;
	z-index: 2;
	margin: 0;
}

/*
 * Core's column style sets min-width:0 and word-break:break-word. Both are
 * undone here: the design sizes this column by "Leverbetrouwbaarheid." and
 * never splits the word, which is what keeps the claim on three lines.
 */
.ml-claim__grid > .wp-block-column {
	flex-basis: auto !important;
	min-width: auto;
	overflow-wrap: normal;
	word-break: normal;
}

.wp-block-column.ml-claim__copy {
	padding: 104px 64px 104px var(--ml-gutter);
	max-width: 760px;
	margin-left: auto;
	width: 100%;
}

.ml-claim__copy > *:first-child {
	margin-top: 0;
}

/*
 * The badges sit inside core's inner container, so the row has to be declared
 * there - putting flex on the group element itself leaves them stacked.
 */
.ml-claim__tags.wp-block-group {
	display: block;
	margin-top: 40px;
	padding: 0;
}

.ml-claim__tags > .wp-block-group__inner-container,
.ml-claim__tags:not(:has(> .wp-block-group__inner-container)) {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.ml-claim__tags .ml-claim__tag {
	margin: 0;
}

.wp-block-column.ml-claim__media {
	position: relative;
	overflow: hidden;
	min-height: 540px;
	background: var(--ml-ink-2);
	padding: 0;
}

.ml-claim__media .ml-figure {
	position: absolute;
	inset: 0;
	margin: 0;
}

.ml-claim__media .ml-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* --- Capacity cards --- */
.wp-block-columns.ml-capacity__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
	background: var(--ml-line);
	border-top: 2px solid var(--ml-ink);
	margin: 0;
}

.ml-capacity__grid > .wp-block-column.ml-card {
	flex-basis: auto !important;
	min-width: 0;
	padding: 42px 40px 38px;
	display: flex;
	flex-direction: column;
}

.ml-card__specs.wp-block-table {
	margin: auto 0 0;
	border-top: 1px solid var(--ml-line-2);
	padding-top: 22px;
}

/*
 * The design's spec rows are label left, value hard right. It stays a real
 * table so the customer can edit it in the block editor; only the layout
 * changes, because a 50/50 table would park the value in the middle.
 */
.ml-card__specs table {
	display: block;
	width: 100%;
	border-collapse: collapse;
}

.ml-card__specs tbody {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ml-card__specs tr {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.ml-card__specs td {
	display: block;
	border: 0;
	padding: 0;
	font-size: calc(15px * var(--ml-scale));
	color: var(--ml-muted);
}

.ml-card__specs td:last-child {
	text-align: right;
	font-family: var(--ml-font-display);
	font-weight: 700;
	color: var(--ml-ink);
}

/* Flex so the paragraph hugs the link instead of adding a taller line box. */
.ml-card > p.ml-card__link {
	margin: 24px 0 0;
	display: flex;
}

.ml-card__link a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ml-accent-dark);
	transition: gap 320ms var(--ml-ease), color 320ms ease;
}

/* The arrow steps away from the label and the link darkens to the ink. */
.ml-card__link a:hover {
	gap: 16px;
	color: var(--ml-ink);
}

/* --- RAL rail --- */
.wp-block-group.ml-ral {
	padding: 22px 0;
}

/*
 * Both copies of the marquee keep their natural width inside the flex track.
 * The swatches live inside core's inner container, so that is the element that
 * has to become the row - putting flex on the group itself does nothing.
 */
.ml-ral .ml-ral__group.wp-block-group {
	display: block;
	flex: none;
	width: max-content;
	max-width: none;
	padding: 0;
}

.ml-ral .ml-ral__group > .wp-block-group__inner-container,
.ml-ral .ml-ral__group:not(:has(> .wp-block-group__inner-container)) {
	display: flex;
	align-items: center;
	gap: 34px;
	padding-right: 34px;
	width: max-content;
	max-width: none;
}

.ml-ral__group p {
	margin: 0;
	flex: none;
}

.ml-ral__group .ml-ral__swatch,
.ml-ral__group .ml-ral__tail {
	white-space: nowrap;
	flex: none;
	width: auto;
}

/* --- Why grid --- */
.wp-block-columns.ml-why__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	background: var(--ml-line-2);
	border-top: 2px solid var(--ml-ink);
	margin: 0;
}

/*
 * A reason card is a plain block in the design - the 14px between label and
 * copy is the label's margin, not a flex gap, so it must not be counted twice.
 */
.ml-why__grid > .wp-block-column.ml-tile {
	flex-basis: auto !important;
	min-width: 0;
	display: block;
	gap: 0;
	padding: 36px 32px 40px;
}

.ml-why__grid .ml-tile__title {
	margin: 0 0 14px;
}

.ml-why__grid .ml-tile__text {
	margin: 0;
}

/* --- ML-bedrijven --- */
.wp-block-group.ml-group {
	padding: 92px 0;
}

/*
 * The gutter is taken out of the child's width rather than added as padding: a
 * child that paints (the tile grid, with its 2px seams and its top rule) would
 * otherwise colour its own gutter and run past the content column.
 */
.ml-group > .wp-block-group__inner-container > * {
	max-width: calc(var(--ml-maxw) - (var(--ml-gutter) * 2));
	width: calc(100% - (var(--ml-gutter) * 2));
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	z-index: 2;
}

/*
 * A tile spaces its lines with the flex gap, exactly as the design does, so the
 * paragraphs must not also carry a margin - that would count the 14px twice.
 */
.ml-tiles .ml-tile > p {
	margin: 0;
}

/* Heading left, intro right, sharing a baseline. */
.ml-group__head.wp-block-group {
	display: block;
	padding: 0;
	margin-bottom: 48px;
}

.ml-group__head > .wp-block-group__inner-container,
.ml-group__head:not(:has(> .wp-block-group__inner-container)) {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-end;
	justify-content: space-between;
}

.ml-group .ml-group__title {
	margin: 0;
	max-width: 620px;
}

.ml-group .ml-group__text {
	margin: 0;
	max-width: 460px;
}

/* --- Contact band --- */
.wp-block-group.ml-contact {
	padding: 108px 0 100px;
}

.wp-block-columns.ml-contact__grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 96px;
	align-items: start;
	position: relative;
	z-index: 2;
	max-width: var(--ml-maxw);
	margin: 0 auto;
	padding: 0 var(--ml-gutter);
	width: 100%;
}

.ml-contact__grid > .wp-block-column {
	flex-basis: auto !important;
	min-width: 0;
	padding: 0;
}

.wp-block-column.ml-contact__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	background: var(--ml-line-3);
	border-top: 2px solid var(--ml-ink);
}

.ml-contact__cards .ml-figure {
	grid-column: span 2;
	margin: 0;
}

.ml-contact__cards .wp-block-group.ml-contact__card {
	padding: 26px 24px 30px;
	background: #fff;
}

.ml-contact__card > p {
	margin: 0;
}

.ml-contact__card .ml-contact__card-text {
	margin-top: 12px !important;
}

/* --- Measures --- */

/*
 * .ml-band clears core's constrained width from every child, which also clears
 * the measures the design sets on its headings and lead paragraphs. They are
 * put back here, after that reset.
 */
.ml-band .ml-capacity__title {
	max-width: 780px;
}

.ml-band .ml-capacity__text {
	max-width: 660px;
}

.ml-band .ml-why__title {
	max-width: 760px;
}

.ml-band .ml-tiles-heading {
	max-width: 620px;
}

.ml-band .ml-split__title {
	max-width: 520px;
}

.ml-band .ml-split__text {
	max-width: 520px;
}

.ml-band .ml-split--lead .ml-split__text {
	max-width: 540px;
}

/* The homepage capacity band takes the larger of the two split variants. */
.ml-band .ml-split--lead .ml-split__title {
	max-width: 540px;
	margin: 0 0 24px;
	font-size: clamp(calc(28px * var(--ml-scale)), 3.4vw, calc(46px * var(--ml-scale)));
	line-height: 1;
}

/* The homepage bands are deeper than the inner-page default of 96px. */
.wp-block-group.ml-band--lead {
	padding: 104px 0;
}

.wp-block-group.ml-capacity {
	padding: 108px 0;
}

/*
 * Core's own flex-layout rules set the gap and clear the margin on a buttons
 * block, so the design's spacing has to be restated at the same weight.
 */
.wp-block-buttons.ml-split__actions {
	margin-top: 32px;
	gap: 14px;
}

/* The capacity band sits a shade lower and uses the smaller outline button. */
.ml-split--lead .wp-block-buttons.ml-split__actions {
	margin-top: 34px;
}

.ml-split--lead .ml-split__actions .ml-btn.ml-btn--outline {
	padding: 17px 26px;
}

/*
 * In the capacity band the last paragraph closes flush and the button row below
 * owns the whole gap. The inner pages keep the paragraph's own margin, so this
 * is scoped to the variant rather than applied to every split.
 */
.ml-split--lead .ml-split__copy > .ml-split__text:last-of-type {
	margin-bottom: 0;
}

/* ==================================================== 16 Inner pages === */

.ml-page {
	padding: 84px 0 96px;
	background: var(--ml-white);
}

.ml-page__header {
	background: var(--ml-sand);
	border-bottom: 1px solid var(--ml-line);
	padding: 72px 0 64px;
}

.ml-page__title {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: clamp(calc(32px * var(--ml-scale)), 4.2vw, calc(58px * var(--ml-scale)));
	line-height: 1;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	color: var(--ml-ink);
	text-wrap: balance;
}

.ml-page__meta {
	margin: 18px 0 0;
	font-size: calc(14.5px * var(--ml-scale));
	color: var(--ml-muted);
}

.ml-page__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 72px;
	align-items: start;
}

.ml-page__layout--full {
	grid-template-columns: minmax(0, 1fr);
}

.ml-prose {
	font-size: calc(17px * var(--ml-scale));
	line-height: 1.72;
	color: var(--ml-body);
	max-width: 78ch;
}

.ml-prose > *:first-child {
	margin-top: 0;
}

.ml-prose h1,
.ml-prose h2,
.ml-prose h3,
.ml-prose h4,
.ml-prose h5,
.ml-prose h6 {
	font-family: var(--ml-font-display);
	font-weight: 900;
	letter-spacing: -0.025em;
	color: var(--ml-ink);
	line-height: 1.12;
	margin: 2em 0 0.6em;
}

.ml-prose h2 {
	font-size: calc(32px * var(--ml-scale));
	text-transform: uppercase;
}

.ml-prose h3 {
	font-size: calc(24px * var(--ml-scale));
}

.ml-prose h4 {
	font-size: calc(19px * var(--ml-scale));
}

.ml-prose p,
.ml-prose ul,
.ml-prose ol {
	margin: 0 0 1.35em;
}

.ml-prose ul,
.ml-prose ol {
	padding-left: 1.3em;
}

.ml-prose li {
	margin-bottom: 0.5em;
}

.ml-prose a {
	color: var(--ml-accent-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ml-prose blockquote {
	margin: 2em 0;
	padding: 4px 0 4px 28px;
	border-left: 4px solid var(--ml-accent);
	font-size: calc(19px * var(--ml-scale));
	color: var(--ml-ink);
}

.ml-prose img,
.ml-prose figure {
	margin: 2em 0;
}

.ml-prose figcaption {
	font-size: calc(14px * var(--ml-scale));
	color: var(--ml-muted);
	margin-top: 10px;
}

.ml-prose code,
.ml-prose pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.92em;
}

.ml-prose pre {
	background: var(--ml-sand);
	padding: 20px 22px;
	overflow-x: auto;
	border-left: 4px solid var(--ml-line);
}

.ml-prose table {
	width: 100%;
	border-collapse: collapse;
	margin: 2em 0;
	font-size: calc(15.5px * var(--ml-scale));
}

.ml-prose th,
.ml-prose td {
	border: 1px solid var(--ml-line);
	padding: 12px 14px;
	text-align: left;
}

.ml-prose th {
	background: var(--ml-sand);
	font-family: var(--ml-font-display);
	font-weight: 700;
}

.ml-posts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	background: var(--ml-line);
	border-top: 2px solid var(--ml-ink);
}

.ml-posts--two {
	grid-template-columns: repeat(2, 1fr);
}

.ml-post {
	background: #fff;
	display: flex;
	flex-direction: column;
}

.ml-post__thumb {
	display: block;
	overflow: hidden;
	background: var(--ml-sand-2);
	aspect-ratio: 16 / 10;
}

.ml-post__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms var(--ml-ease);
}

.ml-post:hover .ml-post__thumb img {
	transform: scale(1.05);
}

.ml-post__body {
	padding: 30px 30px 34px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.ml-post__meta {
	margin: 0 0 12px;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(11.5px * var(--ml-scale));
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ml-accent-dark);
}

.ml-post__title {
	margin: 0 0 14px;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: calc(22px * var(--ml-scale));
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: var(--ml-ink);
}

.ml-post__title a {
	color: inherit;
}

.ml-post__title a:hover {
	color: var(--ml-accent-dark);
}

.ml-post__excerpt {
	margin: 0 0 22px;
	font-size: calc(15.5px * var(--ml-scale));
	line-height: 1.65;
	color: var(--ml-body-2);
}

.ml-post__more {
	margin-top: auto;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ml-ink);
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ml-post__more:hover {
	color: var(--ml-accent-dark);
}

.ml-pagination {
	margin-top: 56px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.ml-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 48px;
	padding: 0 14px;
	border: 1px solid var(--ml-line);
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(13px * var(--ml-scale));
	color: var(--ml-ink);
	transition: background-color 260ms ease, color 260ms ease, border-color 260ms ease;
}

.ml-pagination .page-numbers:hover,
.ml-pagination .page-numbers.current {
	background: var(--ml-ink);
	border-color: var(--ml-ink);
	color: #fff;
}

.ml-widget {
	margin-bottom: 40px;
	padding-bottom: 36px;
	border-bottom: 1px solid var(--ml-line);
}

.ml-widget:last-child {
	border-bottom: 0;
}

.ml-widget__title {
	margin: 0 0 18px;
	font-family: var(--ml-font-display);
	font-weight: 800;
	font-size: calc(12.5px * var(--ml-scale));
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ml-ink);
}

.ml-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 11px;
	font-size: calc(15.5px * var(--ml-scale));
}

.ml-widget a {
	color: var(--ml-body);
}

.ml-widget a:hover {
	color: var(--ml-accent-dark);
}

/* Core block widgets in the sidebar inherit the theme's flat, square language. */
.ml-sidebar .wp-block-heading,
.ml-sidebar .wp-block-group > h2 {
	margin: 0 0 18px;
	font-family: var(--ml-font-display);
	font-weight: 800;
	font-size: calc(12.5px * var(--ml-scale));
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ml-ink);
}

.ml-sidebar .wp-block-search__inside-wrapper {
	border: 0;
	gap: 0;
}

.ml-sidebar .wp-block-search__input {
	padding: 14px 16px;
	border: 1px solid var(--ml-line);
	background: var(--ml-sand);
	font-family: var(--ml-font-body);
	font-size: calc(15.5px * var(--ml-scale));
	border-radius: 0;
}

.ml-sidebar .wp-block-search__button {
	margin: 0;
	padding: 0 20px;
	border: 0;
	border-radius: 0;
	background: var(--ml-ink);
	color: #fff;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ml-sidebar .wp-block-search__button:hover {
	background: var(--ml-accent);
	color: var(--ml-ink);
}

.ml-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 11px;
	font-size: calc(15.5px * var(--ml-scale));
}

.ml-sidebar a {
	color: var(--ml-body);
}

.ml-sidebar a:hover {
	color: var(--ml-accent-dark);
}

.ml-sidebar > * + * {
	margin-top: 40px;
	padding-top: 36px;
	border-top: 1px solid var(--ml-line);
}

.ml-search-form {
	display: flex;
	gap: 0;
}

.ml-search-form input[type="search"] {
	flex: 1;
	min-width: 0;
	padding: 14px 16px;
	border: 1px solid var(--ml-line);
	background: var(--ml-sand);
	font-family: var(--ml-font-body);
	font-size: calc(15.5px * var(--ml-scale));
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.ml-search-form input[type="search"]:focus {
	border-color: var(--ml-accent);
	outline: none;
}

.ml-search-form button {
	padding: 0 20px;
	border: 0;
	background: var(--ml-ink);
	color: #fff;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(12px * var(--ml-scale));
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
}

.ml-search-form button:hover {
	background: var(--ml-accent);
	color: var(--ml-ink);
}

.ml-comments {
	margin-top: 72px;
	padding-top: 56px;
	border-top: 2px solid var(--ml-ink);
}

.ml-comments__title {
	margin: 0 0 32px;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: calc(26px * var(--ml-scale));
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.ml-comments .comment-list {
	list-style: none;
	margin: 0 0 48px;
	padding: 0;
}

.ml-comments .comment-list ol.children {
	list-style: none;
	margin: 20px 0 0 32px;
	padding: 0;
}

.ml-comments .comment-body {
	padding: 24px 0;
	border-bottom: 1px solid var(--ml-line);
}

.ml-comments .comment-author img {
	border-radius: 0;
	margin-right: 12px;
	float: left;
}

.ml-comments .comment-meta {
	font-size: calc(13.5px * var(--ml-scale));
	color: var(--ml-muted);
	margin-bottom: 10px;
}

.ml-comments .comment-respond input[type="text"],
.ml-comments .comment-respond input[type="email"],
.ml-comments .comment-respond input[type="url"],
.ml-comments .comment-respond textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--ml-line);
	background: var(--ml-sand);
	font-family: var(--ml-font-body);
	font-size: calc(16px * var(--ml-scale));
	border-radius: 0;
}

.ml-comments .comment-respond .submit {
	padding: 17px 28px;
	background: var(--ml-ink);
	color: #fff;
	border: 0;
	font-family: var(--ml-font-display);
	font-weight: 700;
	font-size: calc(13px * var(--ml-scale));
	letter-spacing: 0.13em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0;
}

.ml-comments .comment-respond .submit:hover {
	background: var(--ml-accent);
	color: var(--ml-ink);
}

.ml-404 {
	padding: 120px 0 130px;
	text-align: center;
}

.ml-404__code {
	margin: 0;
	font-family: var(--ml-font-display);
	font-weight: 900;
	font-size: clamp(90px, 18vw, 220px);
	line-height: 0.8;
	letter-spacing: -0.05em;
	color: var(--ml-accent);
}

.ml-404__text {
	margin: 24px auto 40px;
	max-width: 520px;
	font-size: calc(17px * var(--ml-scale));
	color: var(--ml-body);
}

.ml-alignwide {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.ml-prose .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.ml-prose .alignleft {
	float: left;
	margin: 0.4em 2em 1.2em 0;
}

.ml-prose .alignright {
	float: right;
	margin: 0.4em 0 1.2em 2em;
}

.ml-prose .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* ====================================================== 17 Responsive === */

@media (max-width: 1240px) {
	:root {
		--ml-gutter: 32px;
	}

	.ml-header__inner {
		gap: 24px;
	}

	.ml-nav__list > li > a {
		padding: 10px 9px;
		font-size: calc(11.5px * var(--ml-scale));
		letter-spacing: 0.07em;
	}

	.ml-nav__list > li > a::after {
		left: 9px;
		right: 9px;
	}

	.ml-header__link {
		display: none;
	}

	.ml-contact__grid {
		gap: 56px;
	}

	.ml-split {
		gap: 52px;
	}
}

@media (max-width: 1024px) {
	:root {
		--ml-gutter: 28px;
		--ml-nav-h: 76px;
		--ml-nav-h-compact: 64px;
	}

	.ml-nav,
	.ml-header__link {
		display: none;
	}

	.ml-burger {
		display: inline-flex;
	}

	.ml-header__inner {
		gap: 20px;
	}

	.ml-header__cta {
		padding: 13px 18px;
	}

	.ml-header__cta .ml-btn__ink {
		font-size: calc(11.5px * var(--ml-scale));
		letter-spacing: 0.09em;
		gap: 10px;
	}

	.ml-utility__inner {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		flex-wrap: wrap;
		gap: 14px 22px;
	}

	.ml-utility__hours {
		margin-left: 0;
		padding: 6px 14px;
		align-self: auto;
	}

	/*
	 * The .ml-body prefix is here on purpose. Section 15c has to out-specify
	 * core's block styles, so its selectors carry .wp-block-columns and friends;
	 * a plain class inside a media query would lose to them. The prefix matches
	 * that weight and, being later in the file, wins.
	 */
	.ml-body .ml-hero__grid {
		grid-template-columns: 1fr;
		gap: 44px;
		min-height: 400px;
	}

	.ml-body .ml-hero__copy {
		padding: 68px var(--ml-gutter) 54px;
		max-width: none;
		margin-left: 0;
	}

	.ml-body .ml-hero__collage {
		min-height: 520px;
	}

	.ml-body .ml-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ml-body .ml-stats__grid .ml-stats__item {
		padding: 26px 0;
		border-right: 0;
	}

	.ml-body .ml-process--pinned {
		height: 420vh;
	}

	.ml-body .ml-process--pinned .ml-process__inner {
		grid-template-columns: 1fr;
		gap: 20px;
		align-content: center;
		padding-top: 60px;
	}

	.ml-body .ml-process--pinned .ml-process__stack {
		height: 42svh;
		min-height: 210px;
		max-height: 280px;
	}

	.ml-process__num {
		font-size: calc(44px * var(--ml-scale));
	}

	.ml-process__title {
		font-size: calc(25px * var(--ml-scale));
		margin: 14px 0 10px;
	}

	.ml-process__text {
		font-size: calc(15px * var(--ml-scale));
		line-height: 1.5;
		max-width: none;
	}

	.ml-process__dots {
		margin-top: 22px;
	}

	.ml-body .ml-process__stage {
		height: 26svh;
		min-height: 140px;
	}

	.ml-process__ghost {
		display: none;
	}

	.ml-body .ml-claim__grid,
	.ml-body .ml-contact__grid,
	.ml-body .ml-split,
	.ml-body .ml-split.ml-split--even,
	.ml-body .ml-split.ml-split--wide-copy,
	.ml-body .ml-split--wide-right {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	/* Stacked, the picture always follows its copy. */
	.ml-split--media-first .ml-split__copy,
	.ml-split--media-first > *:not(.ml-split__copy) {
		order: 0;
	}

	.ml-body .ml-claim__copy {
		padding: 72px var(--ml-gutter);
		max-width: none;
		margin-left: 0;
	}

	.ml-body .ml-claim__media {
		min-height: 340px;
	}

	.ml-claim__dots {
		width: 100%;
	}

	/*
	 * Band depth is not reduced here: the design keeps the same rhythm down to
	 * the narrowest layout, and shortening it here is what put the sections out
	 * of register against the reference.
	 */
	.ml-contact__panel {
		display: none;
	}

	.ml-body .ml-tiles {
		grid-template-columns: 1fr;
	}

	.ml-group__inner,
	.ml-cta__inner {
		padding-top: 66px;
		padding-bottom: 66px;
	}

	.ml-cta__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.ml-body .ml-page-hero__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.ml-body .ml-page-hero__copy {
		padding: 64px var(--ml-gutter) 52px;
		max-width: none;
		margin-left: 0;
	}

	.ml-body .ml-page-hero__media {
		min-height: 340px;
	}

	.ml-body .ml-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	.ml-page__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 56px;
	}

	.ml-posts {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	:root {
		--ml-gutter: 20px;
	}

	.ml-utility__addr {
		display: none;
	}

	/* The quote button would push the menu trigger off a phone screen; it stays
	   available inside the drawer and in the hero. */
	.ml-header__cta {
		display: none;
	}

	.ml-utility__inner {
		gap: 10px 18px;
		font-size: calc(12.5px * var(--ml-scale));
	}

	.ml-utility__hours {
		font-size: calc(11px * var(--ml-scale));
		padding: 5px 12px;
	}

	/*
	 * Copy padding stays at the 1024 step, exactly as the reference does: the
	 * gutter narrows to 20px for the full-width shells, but these panels keep
	 * their own breathing room.
	 */
	.ml-body .ml-hero__copy {
		padding: 68px 28px 54px;
	}

	.ml-hero__text {
		font-size: calc(16.5px * var(--ml-scale));
	}

	/*
	 * Full width, one per line. The desktop rule keeps both buttons on a single
	 * row as the design does; at this width that would run off the screen.
	 */
	.ml-hero__actions,
	.ml-hero__actions.wp-block-buttons {
		gap: 12px;
		flex-wrap: wrap;
	}

	.ml-hero__actions .ml-btn {
		flex: 1 1 100%;
		justify-content: center;
	}

	.ml-hero__actions .wp-block-button {
		flex: 1 1 100%;
	}

	.ml-body .ml-hero__collage {
		min-height: 440px;
	}

	.ml-hero__deco {
		display: none;
	}

	.ml-orange__watermark {
		font-size: 130px;
	}

	.ml-hero__layer--seal {
		left: auto;
		right: 12px;
		top: 8px;
		transform: scale(0.72);
		transform-origin: top right;
	}

	.ml-hero__layer--chip {
		right: 4%;
		bottom: 4%;
	}

	.ml-chip {
		padding: 13px 16px;
		gap: 11px;
	}

	.ml-chip__title,
	.ml-chip__text {
		font-size: calc(12.5px * var(--ml-scale));
	}

	.ml-body .ml-stats__grid {
		grid-template-columns: 1fr;
	}

	.ml-body .ml-stats__grid .ml-stats__item,
	.ml-body .ml-stats__grid .ml-stats__item:nth-child(even) {
		padding: 22px 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid var(--ml-line);
	}

	.ml-body .ml-stats__grid .ml-stats__item:last-child {
		border-bottom: 0;
	}

	.ml-body .ml-capacity__grid,
	.ml-body .ml-why__grid,
	.ml-body .ml-contact__cards,
	.ml-body .ml-footer__grid,
	.ml-posts,
	.ml-posts--two {
		grid-template-columns: 1fr;
	}

	.ml-contact__figure,
	.ml-contact__card--wide {
		grid-column: span 1;
	}


	.ml-card__spec {
		flex-direction: column;
		gap: 4px;
	}

	.ml-card__spec dd {
		text-align: left;
	}

	.ml-body .ml-claim__copy {
		padding: 72px 28px;
	}

	.ml-form {
		padding: 32px 24px 34px;
	}

	.ml-form .ml-form-grid {
		grid-template-columns: 1fr;
	}

	.ml-body .ml-footer__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ml-footer__bar {
		flex-direction: column;
		gap: 14px;
		margin-top: 34px;
	}

	.ml-footer__legal {
		gap: 20px;
		flex-wrap: wrap;
	}

	.ml-page,
	.ml-page__header {
		padding-top: 52px;
		padding-bottom: 56px;
	}

	.ml-prose .alignleft,
	.ml-prose .alignright {
		float: none;
		margin: 2em 0;
	}
}

/*
 * The process stays pinned all the way down, as it does in the design; only the
 * panel and stage heights change. An earlier build degraded it to a stacked
 * list here, but the section's height is set inline by the script, so the
 * fallback could not take it back and the five panels ended up on top of one
 * another.
 */
@media (max-width: 760px) {
	.ml-body .ml-process--pinned .ml-process__stack {
		height: 420px;
		min-height: 0;
		max-height: none;
	}

	.ml-body .ml-process__stage {
		height: 22svh;
		min-height: 130px;
	}
}

.ml-process__inline-media {
	display: none;
}

@media (max-width: 480px) {
	.ml-hero__layer--a {
		left: 0;
		top: 24px;
		width: 66%;
		height: 54%;
	}

	.ml-hero__layer--b {
		right: 8px;
		top: 26%;
		width: 46%;
		height: 46%;
	}

	.ml-hero__layer--c {
		left: 6%;
		bottom: 24px;
		width: 44%;
		height: 24%;
	}
}

/* ============================ 17b Responsive: block-built page layouts === */

/*
 * These repeat the breakpoints above at the same specificity as the
 * .wp-block-columns.<name> rules, because a media query does not beat a more
 * specific selector.
 */

@media (max-width: 1240px) {

	.wp-block-columns.ml-split,
	.wp-block-columns.ml-split.ml-split--wide-right {
		gap: 52px;
	}
}

@media (max-width: 1024px) {

	.wp-block-columns.ml-split,
	.wp-block-columns.ml-split.ml-split--wide-right {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.ml-split--media-first .ml-split__copy,
	.ml-split--media-first > *:not(.ml-split__copy) {
		order: 0;
	}

	.wp-block-columns.ml-page-hero__grid {
		grid-template-columns: 1fr;
	}

	.ml-page-hero__media.wp-block-column {
		min-height: 340px;
	}

	.wp-block-columns.ml-tiles {
		grid-template-columns: 1fr;
	}

	.wp-block-columns.ml-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ml-stats__grid .ml-stats__item {
		padding: 26px 26px 26px 0;
		border-right: 0;
	}

	.ml-stats__grid .ml-stats__item:nth-child(even) {
		padding-left: 26px;
		border-left: 1px solid var(--ml-line);
	}

	.wp-block-columns.ml-milestones__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 34px;
	}
}

@media (max-width: 760px) {

	.wp-block-columns.ml-stats__grid,
	.wp-block-columns.ml-milestones__grid {
		grid-template-columns: 1fr;
	}

	.ml-stats__grid .ml-stats__item,
	.ml-stats__grid .ml-stats__item:nth-child(even) {
		padding: 22px 0;
		border-left: 0;
		border-bottom: 1px solid var(--ml-line);
	}

	.ml-stats__grid .ml-stats__item:last-child {
		border-bottom: 0;
	}

	.ml-page-hero__actions.wp-block-buttons .wp-block-button {
		flex: 1 1 100%;
	}

	.ml-page-hero__actions .wp-block-button__link.ml-btn {
		width: 100%;
		justify-content: center;
	}

	.ml-form.wp-block-group {
		padding: 32px 22px 34px;
	}
}

@media (max-width: 600px) {

	/*
	 * The claim column is normally sized by its longest word, which is how the
	 * design keeps that heading on three lines. On a phone that word is wider
	 * than the screen, so here the track may shrink and the word may break.
	 */
	.ml-claim__grid > .wp-block-column {
		min-width: 0;
		overflow-wrap: break-word;
		word-break: break-word;
	}
}

/* ==================================== 18 Motion preferences + print === */

@keyframes mlDrift {
	from {
		transform: scale(1.14) translate3d(0, -2.5%, 0);
	}

	to {
		transform: scale(1.14) translate3d(0, 3.5%, 0);
	}
}

@keyframes mlRail {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes mlSpin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes mlPulse {

	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.55);
		opacity: 0.35;
	}
}

@keyframes mlFloatA {

	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, -14px, 0);
	}
}

@keyframes mlFloatB {

	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, 12px, 0);
	}
}

.ml-seal__svg {
	animation: mlSpin 26s linear infinite;
}

.ml-float-a {
	animation: mlFloatA 11s ease-in-out infinite;
}

.ml-float-b {
	animation: mlFloatB 9s ease-in-out infinite;
}

@media (prefers-reduced-motion: no-preference) {
	@supports (animation-timeline: view()) {
		.ml-claim__media img {
			animation: mlDrift linear both;
			animation-timeline: view();
			animation-range: entry 0% exit 100%;
		}
	}
}

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

	.ml-seal__svg,
	.ml-float-a,
	.ml-float-b,
	.ml-chip__pulse span:first-child,
	.ml-ral__track,
	.ml-claim__media img {
		animation: none !important;
	}

	.ml-body *,
	.ml-body *::before,
	.ml-body *::after {
		transition-duration: 0.01ms !important;
	}
}

/* Customer switch: turn every decorative animation off site-wide. */
.ml-no-motion .ml-seal__svg,
.ml-no-motion .ml-float-a,
.ml-no-motion .ml-float-b,
.ml-no-motion .ml-chip__pulse span:first-child,
.ml-no-motion .ml-ral__track,
.ml-no-motion .ml-claim__media img {
	animation: none !important;
}

@media print {

	.ml-utility,
	.ml-header,
	.ml-drawer,
	.ml-ral,
	.ml-footer,
	.ml-btn {
		display: none !important;
	}

	.ml-process--pinned {
		height: auto !important;
	}

	.ml-process__pin {
		position: static !important;
		height: auto !important;
		max-height: none !important;
	}

	.ml-process__panel {
		position: static !important;
		opacity: 1 !important;
	}

	.ml-body {
		color: #000;
		background: #fff;
	}
}
