:root {
	--nlf-am4-paper: #ece6dc;
	--nlf-am4-ink: #17263c;
	--nlf-am4-navy: #0b2638;
	--nlf-am4-rust: #a64b2a;
	--nlf-am4-blue: #285b8f;
	--nlf-am4-graph: #5f6b7a;
	--nlf-am4-serif: Baskerville, "Baskerville Old Face", "Times New Roman", serif;
	--nlf-am4-body: var(--wp--preset--font-family--body, Iowan Old Style, Georgia, "Times New Roman", serif);
	--nlf-am4-heading: var(--wp--preset--font-family--body, var(--nlf-am4-body));
	--nlf-am4-script: "Apple Chancery", "Segoe Script", "URW Chancery L", "Bradley Hand", cursive;
}

/*
 * NLF ABOUT MOTION — VERSION 4
 *
 * This namespace is intentionally new. It prevents any older nlf-am3 rules
 * from affecting this markup.
 */
.wp-block-post-content > .nlf-am4,
.entry-content > .nlf-am4 {
	max-width: none !important;
	margin-block: 0 !important;
}

.nlf-am4,
.nlf-am4 * {
	box-sizing: border-box;
}

.nlf-am4 {
	position: relative !important;
	inset: auto !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 calc(50% - 50vw) !important;
	overflow-x: clip;
	color: var(--nlf-am4-ink);
	background: var(--nlf-am4-paper);
	font-family: var(--nlf-am4-body);
	transform: none !important;
}

/* Hero */
.nlf-am4__hero {
	position: relative;
	min-height: clamp(342px, 30vw, 533px);
	margin: 0;
	background:
		linear-gradient(rgba(236, 230, 220, 0.18), rgba(236, 230, 220, 0.18)),
		url("/wp-content/uploads/2026/07/Bank-of-England-Upload.png") center 52% / cover no-repeat;
}

.nlf-am4__title-panel {
	position: absolute;
	top: 50%;
	left: 0;
	width: fit-content;
	max-width: min(64vw, 1120px);
	padding: clamp(27px, 2.25vw, 42px) clamp(34px, 3vw, 56px)
		clamp(27px, 2.25vw, 42px) clamp(48px, 4.25vw, 80px);
	background: rgba(11, 38, 56, 0.88);
	transform: translateY(-50%);
}

.nlf-am4__title {
	margin: 0 !important;
	color: #fff !important;
	font-family: var(--nlf-am4-heading) !important;
	font-size: clamp(41px, 3.3vw, 60px) !important;
	font-weight: 500 !important;
	line-height: 1.03 !important;
	letter-spacing: -0.025em !important;
}

.nlf-am4__title-line {
	display: block;
}

@media (min-width: 901px) {
	/*
	 * These two authored lines are the desktop lockup. Prevent the browser
	 * from turning either one into a third line.
	 */
	.nlf-am4__title-line {
		white-space: nowrap;
	}
}

/* The stage supplies scroll distance; the panel remains pinned. */
.nlf-am4__stage {
	position: relative;
	min-height: calc(100vh + clamp(760px, 102vh, 1160px));
	background:
		radial-gradient(circle at 34% 48%, rgba(255, 255, 255, 0.32), transparent 44%),
		var(--nlf-am4-paper);
}

.nlf-am4__sticky {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding: clamp(88px, 10.5vh, 146px) clamp(24px, 4.5vw, 82px)
		clamp(30px, 3.5vh, 52px);
	overflow: hidden;
}

.admin-bar .nlf-am4__sticky {
	top: 32px;
	min-height: calc(100vh - 32px);
}

.nlf-am4__inner {
	width: min(100%, 1680px);
	min-width: 0;
	margin: 0 auto;
}

/* Two-line quote. It may wrap naturally on narrower screens. */
.nlf-am4__quote {
	width: min(96%, 1330px);
	margin: 0 auto clamp(64px, 7vh, 88px) !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	text-align: center;
}

.nlf-am4__quote p {
	margin: 0 !important;
	color: var(--nlf-am4-ink) !important;
	font-family: var(--nlf-am4-body) !important;
	font-size: clamp(23px, 1.5vw, 30px) !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
	letter-spacing: -0.004em !important;
	font-style: italic !important;
}

.nlf-am4__quote-line {
	display: block;
}

.nlf-am4__quote cite {
	display: inline;
	margin-left: 0.62em;
	color: var(--nlf-am4-blue) !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.54em !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: 0.13em !important;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Graph and principal statement */
.nlf-am4__scene {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(370px, 0.75fr);
	align-items: center;
	gap: 0;
	width: 100%;
	min-width: 0;
}

.nlf-am4__graph,
.nlf-am4__copy {
	min-width: 0;
}

.nlf-am4__graph {
	width: 100%;
	max-width: 820px;
	margin: 0 !important;
	justify-self: end;
	transform: translateX(clamp(42px, 3.8vw, 58px));
}

.nlf-am4__graph svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

/* Subtle drafting-paper treatment: deliberately restrained. */
.nlf-am4__grid line {
	stroke: var(--nlf-am4-graph);
	stroke-width: 1.25;
	opacity: 0.14;
	stroke-dasharray: 1 2;
}

.nlf-am4__axis,
.nlf-am4__tick,
.nlf-am4__curve-ink,
.nlf-am4__curve-ghost {
	fill: none;
	stroke: #465568;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nlf-am4__axis {
	stroke-width: 3.1;
}

.nlf-am4__tick {
	stroke-width: 2;
	opacity: 0.94;
}

.nlf-am4__curve-ink {
	stroke: var(--nlf-am4-graph);
	stroke-width: 3.35;
}

.nlf-am4__curve-ghost {
	stroke: #7c746b;
	stroke-width: 1.1;
	opacity: 0.18;
	transform: translate(0.7px, -0.45px);
}

.nlf-am4__motion-path {
	fill: none;
	stroke: transparent;
	stroke-width: 1;
}

.nlf-am4__dot-halo {
	fill: rgba(114, 172, 239, 0.08);
	stroke: #72acef;
	stroke-width: 3.2;
}

.nlf-am4__dot-core {
	fill: #72acef;
	stroke: #465568;
	stroke-width: 2;
}

.nlf-am4__figure-label,
.nlf-am4__axis-label {
	font-family: var(--nlf-am4-serif);
	font-style: italic;
}

.nlf-am4__figure-label {
	fill: var(--nlf-am4-rust);
	font-size: 22px;
	font-weight: 600;
	opacity: 0.86;
}

.nlf-am4__axis-label {
	fill: #465568;
	font-size: 23px;
	font-weight: 600;
	opacity: 0.88;
}


.nlf-am4__graph-note {
	fill: #403d39;
	font-family: var(--nlf-am4-script);
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.01em;
	opacity: 0.92;
}

.nlf-am4__copy {
	align-self: center;
	display: grid;
	justify-self: start;
	max-width: 550px;
	transform: translate(clamp(-120px, -6.8vw, -92px), -90px);
}

.nlf-am4__copy p {
	grid-area: 1 / 1;
	align-self: center;
	margin: 0 !important;
	padding-left: clamp(22px, 2vw, 30px) !important;
	border: 0 !important;
	border-left: 3px solid var(--nlf-am4-rust) !important;
	color: var(--nlf-am4-ink) !important;
	font-family: var(--nlf-am4-body) !important;
	font-size: clamp(31px, 2.15vw, 45px) !important;
	font-weight: 400 !important;
	line-height: 1.17 !important;
	letter-spacing: -0.015em !important;
	transition: opacity 140ms linear, transform 140ms linear;
}

/* The border belongs to the paragraph, so it exactly matches the text height. */
.nlf-am4__copy-final {
	opacity: 0;
	transform: translateY(12px);
}

.nlf-am4__copy-line {
	display: block;
}

.nlf-am4.is-motion-ready .nlf-am4__copy-initial {
	opacity: calc(1 - var(--nlf-am4-copy-progress, 0));
	transform: translateY(calc(-8px * var(--nlf-am4-copy-progress, 0)));
}

.nlf-am4.is-motion-ready .nlf-am4__copy-final {
	opacity: var(--nlf-am4-copy-progress, 0);
	transform: translateY(calc(12px * (1 - var(--nlf-am4-copy-progress, 0))));
}

@media (max-width: 1240px) {
	.nlf-am4__title-panel {
		width: fit-content;
		max-width: min(82vw, 960px);
		padding-right: clamp(30px, 3.4vw, 46px);
		padding-left: clamp(38px, 4.4vw, 58px);
	}

	.nlf-am4__title {
		font-size: clamp(40px, 4.1vw, 58px) !important;
	}

	.nlf-am4__quote {
		width: min(96%, 1080px);
	}

	.nlf-am4__scene {
		grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
		gap: 0;
	}

	.nlf-am4__graph {
		max-width: 700px;
		transform: translateX(clamp(18px, 2vw, 28px));
	}

	.nlf-am4__copy {
		transform: translate(clamp(-72px, -5vw, -48px), -52px);
	}

	.nlf-am4__copy p {
		font-size: clamp(28px, 2.55vw, 37px) !important;
	}
}

@media (max-width: 900px) {
	.nlf-am4 {
		width: 100% !important;
		max-width: 100% !important;
		margin-inline: 0 !important;
	}

	.nlf-am4__hero {
		min-height: 360px;
		background-position: 61% center;
	}

	.nlf-am4__title-panel {
		top: auto;
		bottom: 34px;
		width: min(92%, 690px);
		padding: 28px 30px;
		transform: none;
	}

	.nlf-am4__title {
		font-size: clamp(34px, 8vw, 52px) !important;
	}

	.nlf-am4__title-line {
		display: inline;
	}

	.nlf-am4__stage {
		min-height: 0;
	}

	.nlf-am4__sticky,
	.admin-bar .nlf-am4__sticky {
		position: relative;
		top: auto;
		display: block;
		min-height: 0;
		padding: 64px 24px 78px;
		overflow: hidden;
	}

	.nlf-am4__quote {
		width: 100%;
		margin-bottom: 58px !important;
	}

	.nlf-am4__quote p {
		font-size: clamp(21px, 5.5vw, 28px) !important;
		line-height: 1.42 !important;
	}

	.nlf-am4__quote-line {
		display: inline;
	}

	.nlf-am4__scene {
		display: block;
	}

	.nlf-am4__graph {
		width: min(100%, 720px);
		margin-inline: auto !important;
		transform: none;
	}

	.nlf-am4__copy {
		display: block;
		width: min(100%, 660px);
		margin: 38px auto 0;
		transform: none;
	}

	.nlf-am4__copy p {
		grid-area: auto;
		font-size: clamp(27px, 7vw, 38px) !important;
	}

	.nlf-am4__copy-final {
		margin-top: 30px !important;
		opacity: 1;
		transform: none;
	}

	.nlf-am4__copy-line {
		display: inline;
	}
}

@media (max-width: 520px) {
	.nlf-am4__hero {
		min-height: 330px;
	}

	.nlf-am4__title-panel {
		bottom: 24px;
		padding: 24px;
	}

	.nlf-am4__title {
		font-size: clamp(31px, 9.5vw, 43px) !important;
	}

	.nlf-am4__sticky,
	.admin-bar .nlf-am4__sticky {
		padding-inline: 20px;
	}

	.nlf-am4__quote cite {
		display: block;
		margin: 12px 0 0;
		line-height: 1.45;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nlf-am4__stage {
		min-height: 0;
	}

	.nlf-am4__sticky,
	.admin-bar .nlf-am4__sticky {
		position: relative;
		top: auto;
		min-height: 0;
	}

	.nlf-am4__copy {
		display: block;
	}

	.nlf-am4__copy-final {
		margin-top: 30px !important;
		opacity: 1;
		transform: none;
	}
}

/* ================================================================
 * NLF ABOUT MOTION — SCENE 2 / KNOWLEDGE-EXCHANGE CONVERGENCE
 * Namespace: nlf-am5
 * ================================================================ */
.wp-block-post-content > .nlf-am5,
.entry-content > .nlf-am5 {
	max-width: none !important;
	margin-block: 0 !important;
}

.nlf-am5,
.nlf-am5 * {
	box-sizing: border-box;
}

.nlf-am5 {
	--nlf-am5-paper: #ece6dc;
	--nlf-am5-navy: #0b2b3d;
	--nlf-am5-navy-deep: #092536;
	--nlf-am5-ink: #f5f2eb;
	--nlf-am5-muted: rgba(245, 242, 235, 0.78);
	--nlf-am5-blueprint: rgba(116, 167, 194, 0.11);
	--nlf-am5-rust: #c45d3e;
	--nlf-am5-serif: var(--wp--preset--font-family--body, Iowan Old Style, Georgia, "Times New Roman", serif);
	--nlf-am5-sans: Arial, Helvetica, sans-serif;
	--nlf-am5-hatch-opacity: 1;
	--nlf-am5-hatch-inset: 0%;
	--nlf-am5-panel-progress: 1;
	--nlf-am5-panel-shift: 0px;
	--nlf-am5-diagram-rotation: -3deg;
	position: relative !important;
	inset: auto !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 calc(50% - 50vw) !important;
	border-top: clamp(42px, 4.4vw, 72px) solid var(--nlf-am5-paper);
	overflow: clip;
	color: var(--nlf-am5-ink);
	background: var(--nlf-am5-navy);
	padding-bottom: clamp(58px, 5.2vw, 76px);
	font-family: var(--nlf-am5-serif);
	transform: none !important;
}

.nlf-am5__stage {
	position: relative;
	min-height: calc(100vh + clamp(700px, 90vh, 1000px));
	background:
		linear-gradient(var(--nlf-am5-blueprint) 1px, transparent 1px),
		linear-gradient(90deg, var(--nlf-am5-blueprint) 1px, transparent 1px),
		radial-gradient(circle at 53% 55%, rgba(44, 92, 116, 0.25), transparent 46%),
		linear-gradient(180deg, var(--nlf-am5-navy), var(--nlf-am5-navy-deep));
	background-size: 32px 32px, 32px 32px, auto, auto;
}

.nlf-am5__stage::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 8% 8%, rgba(255, 255, 255, 0.035), transparent 25%),
		linear-gradient(105deg, transparent 0 72%, rgba(255, 255, 255, 0.018) 72% 73%, transparent 73%);
	mix-blend-mode: screen;
}

.nlf-am5__sticky {
	position: sticky;
	top: 0;
	display: flex;
	align-items: flex-start;
	min-height: 100vh;
	padding: clamp(66px, 7.4vh, 100px) clamp(26px, 5.5vw, 92px) clamp(28px, 4vh, 54px);
	overflow: hidden;
}

.admin-bar .nlf-am5__sticky {
	top: 32px;
	min-height: calc(100vh - 32px);
}

.nlf-am5__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1680px);
	min-width: 0;
	margin: 0 auto;
}

/* Scientific figure marker above the Scene 2 headline. */
.nlf-am5__kicker {
	display: flex;
	align-items: center;
	gap: 16px;
	height: 15px;
	margin: 0 0 28px;
	color: rgba(245, 242, 235, 0.88);
	font-family: var(--nlf-am5-sans);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nlf-am5__kicker::before {
	content: "";
	display: block;
	width: 68px;
	height: 1px;
	background: rgba(245, 242, 235, 0.74);
}

.nlf-am5__headline {
	max-width: 1020px;
	margin: 0 !important;
	color: var(--nlf-am5-ink) !important;
	font-family: var(--nlf-am5-serif) !important;
	font-size: clamp(27px, 2.15vw, 39px) !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.012em !important;
}

.nlf-am5__layout {
	position: relative;
	height: clamp(620px, calc(100vh - 285px), 760px);
	min-height: 0;
	margin-top: clamp(28px, 3.8vh, 50px);
}

.nlf-am5__notes-row {
	position: absolute;
	top: clamp(88px, 10vh, 112px);
	left: clamp(12px, 1.15vw, 22px);
	z-index: 6;
	display: grid;
	grid-template-columns: repeat(3, 250px);
	justify-content: space-between;
	gap: 0;
	width: min(76%, 1020px);
}

.nlf-am5__note {
	width: 250px;
	max-width: 250px;
	color: var(--nlf-am5-muted);
}

/* Keep the opening circles anchored while placing the copy comfortably inside them. */
.nlf-am5__note::before,
.nlf-am5__note h3,
.nlf-am5__note p {
	transform: translate(24px, 14px);
}

.nlf-am5__note::before {
	content: "";
	display: block;
	width: 68px;
	height: 1px;
	margin-bottom: 10px;
	background: rgba(245, 242, 235, 0.58);
}

.nlf-am5__note h3 {
	margin: 0 0 9px !important;
	color: var(--nlf-am5-ink) !important;
	font-family: var(--nlf-am5-sans) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.07em !important;
	text-transform: uppercase;
}

.nlf-am5__note p {
	margin: 0 !important;
	color: var(--nlf-am5-muted) !important;
	font-family: var(--nlf-am5-serif) !important;
	font-size: clamp(14.5px, 0.94vw, 16px) !important;
	font-weight: 400 !important;
	line-height: 1.48 !important;
}

.nlf-am5__note--perspective p {
	max-width: 232px;
}

.nlf-am5__note--environment p {
	max-width: 222px;
}

.nlf-am5__diagram {
	position: absolute;
	left: clamp(-96px, -5.8vw, -72px);
	/* Final-only placement: opening circles remain aligned by JavaScript. */
	bottom: -62px;
	z-index: 2;
	width: min(44vw, 635px);
	margin: 0 !important;
}

.nlf-am5__diagram svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.nlf-am5__diagram-root {
	transform: rotate(var(--nlf-am5-diagram-rotation));
	transform-origin: 360px 330px;
}

.nlf-am5__circle-stroke,
.nlf-am5__circle-ghost {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nlf-am5__circle-stroke {
	stroke: rgba(248, 245, 238, 0.95);
	stroke-width: 2.2;
}

.nlf-am5__circle-ghost {
	stroke: rgba(160, 194, 211, 0.30);
	stroke-width: 0.9;
	transform: translate(1px, -0.55px);
}

.nlf-am5__construction line {
	stroke: rgba(136, 183, 207, 0.17);
	stroke-width: 1;
	stroke-dasharray: 4 7;
}

.nlf-am5__hatches {
	opacity: var(--nlf-am5-hatch-opacity);
	clip-path: inset(var(--nlf-am5-hatch-inset) 0 0 0);
}

.nlf-am5__hatch-pair {
	fill: url(#nlf-am5-hatch-light);
	opacity: 0.64;
}

.nlf-am5__hatch-center {
	fill: url(#nlf-am5-hatch-dense);
	opacity: 0.96;
}

.nlf-am5__figure-label {
	fill: rgba(245, 242, 235, 0.68);
	font-family: var(--nlf-am5-serif);
	font-size: 16px;
	font-style: italic;
	opacity: var(--nlf-am5-hatch-opacity);
	transform: translateY(-22px);
}

.nlf-am5__convergence {
	position: absolute;
	left: 38%;
	bottom: clamp(88px, 9.5vh, 118px);
	z-index: 7;
	width: min(35vw, 455px);
	padding: 18px 20px 20px 22px;
	border-top: 1px solid rgba(245, 242, 235, 0.4);
	border-bottom: 1px solid rgba(245, 242, 235, 0.2);
	background: rgba(8, 35, 50, 0.93);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
	opacity: var(--nlf-am5-panel-progress);
	transform: translateY(var(--nlf-am5-panel-shift));
}

.nlf-am5__convergence::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background: var(--nlf-am5-rust);
}

.nlf-am5__convergence h3 {
	margin: 0 0 12px !important;
	color: var(--nlf-am5-ink) !important;
	font-family: var(--nlf-am5-serif) !important;
	font-size: clamp(22px, 1.7vw, 30px) !important;
	font-weight: 700 !important;
	line-height: 1.16 !important;
	letter-spacing: -0.01em !important;
}

.nlf-am5__convergence p {
	margin: 0 !important;
	color: rgba(245, 242, 235, 0.78) !important;
	font-family: var(--nlf-am5-serif) !important;
	max-width: 410px;
	font-size: clamp(14px, 0.9vw, 16px) !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}

@media (max-width: 1240px) {
	.nlf-am5__notes-row {
		grid-template-columns: repeat(3, 230px);
		width: min(84%, 930px);
	}

	.nlf-am5__note {
		width: 230px;
		max-width: 230px;
	}

	.nlf-am5__diagram {
		left: clamp(-74px, -5vw, -50px);
		width: min(47vw, 600px);
	}

	.nlf-am5__convergence {
		left: 40%;
		width: min(39vw, 430px);
	}
}

@media (max-width: 1020px) {
	.nlf-am5__notes-row {
		grid-template-columns: repeat(3, 205px);
		width: 92%;
	}

	.nlf-am5__note {
		width: 205px;
		max-width: 205px;
	}

	.nlf-am5__note p {
		font-size: 15px !important;
	}

	.nlf-am5__diagram {
		left: -42px;
		width: 48vw;
	}

	.nlf-am5__convergence {
		left: 42%;
		bottom: 88px;
		width: 390px;
	}
}

@media (max-width: 900px) {
	.nlf-am5 {
		width: 100% !important;
		max-width: 100% !important;
		margin-inline: 0 !important;
		border-top-width: 56px;
		padding-bottom: 46px;
	}

	.nlf-am5__stage {
		min-height: 0;
	}

	.nlf-am5__sticky,
	.admin-bar .nlf-am5__sticky {
		position: relative;
		top: auto;
		display: block;
		min-height: 0;
		padding: 64px 24px 78px;
		overflow: hidden;
	}

	.nlf-am5__kicker {
		display: none;
	}

	.nlf-am5__headline {
		font-size: clamp(27px, 5.5vw, 38px) !important;
	}

	.nlf-am5__layout {
		display: flex;
		height: auto;
		flex-direction: column;
		min-height: 0;
		margin-top: 46px;
		transform: none;
	}

	.nlf-am5__notes-row {
		position: relative;
		top: auto;
		left: auto;
		order: 1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
		width: 100%;
	}

	.nlf-am5__note {
		width: auto;
		max-width: 270px;
	}

	.nlf-am5__note::before,
	.nlf-am5__note h3,
	.nlf-am5__note p {
		transform: none;
	}

	.nlf-am5__note--environment {
		grid-column: 1 / -1;
	}

	.nlf-am5__diagram {
		position: relative;
		left: auto;
		bottom: auto;
		order: 2;
		width: min(100%, 690px);
		margin: 38px auto 0 !important;
	}

	.nlf-am5__diagram-root,
	.nlf-am5__figure-label {
		transform: none;
	}

	.nlf-am5__convergence {
		position: relative;
		left: auto;
		bottom: auto;
		order: 3;
		width: min(100%, 680px);
		margin: 36px auto 0;
	}
}

@media (max-width: 560px) {
	.nlf-am5__sticky,
	.admin-bar .nlf-am5__sticky {
		padding-inline: 20px;
	}

	.nlf-am5__notes-row {
		grid-template-columns: 1fr;
	}

	.nlf-am5__note--environment {
		grid-column: auto;
	}

	.nlf-am5__note {
		max-width: none;
	}

	.nlf-am5__diagram {
		width: 118%;
		margin-left: -9% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nlf-am5__stage {
		min-height: 0;
	}

	.nlf-am5__sticky,
	.admin-bar .nlf-am5__sticky {
		position: relative;
		top: auto;
		min-height: 0;
	}
}

/*
 * NLF ABOUT MOTION — SCENE 3 / HOW SESSIONS WORK
 * Namespace: nlf-am6
 */
.wp-block-post-content > .nlf-am6,
.entry-content > .nlf-am6 {
	max-width: none !important;
	margin-block: 0 !important;
}

.nlf-am6,
.nlf-am6 * {
	box-sizing: border-box;
}

.nlf-am6 {
	--nlf-am6-paper: #ece6dc;
	--nlf-am6-ink: #172f3d;
	--nlf-am6-navy: #0b2b3d;
	--nlf-am6-blue: #285b8f;
	--nlf-am6-rust: #a64b2a;
	--nlf-am6-serif: var(--wp--preset--font-family--body, Iowan Old Style, Georgia, "Times New Roman", serif);
	--nlf-am6-sans: Arial, Helvetica, sans-serif;
	position: relative !important;
	inset: auto !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 calc(50% - 50vw) !important;
	overflow: clip;
	color: var(--nlf-am6-ink);
	background:
		linear-gradient(rgba(236, 230, 220, 0.055), rgba(236, 230, 220, 0.055)),
		url("/wp-content/uploads/2026/07/MagneticFields.png") center center / cover no-repeat,
		var(--nlf-am6-paper);
	font-family: var(--nlf-am6-serif);
}

.nlf-am6__inner {
	position: relative;
	width: min(100%, 1540px);
	min-height: clamp(790px, 68vw, 1020px);
	margin: 0 auto;
	padding: clamp(58px, 5vw, 84px) clamp(28px, 5.6vw, 86px) clamp(62px, 5vw, 88px);
}

.nlf-am6__heading-wrap {
	position: relative;
	z-index: 3;
	display: inline-block;
}

.nlf-am6__heading-wrap::before {
	content: "";
	position: absolute;
	inset: -14px -24px -12px;
	z-index: -1;
	background: radial-gradient(ellipse at center, rgba(236, 230, 220, 0.98) 0 58%, rgba(236, 230, 220, 0.62) 75%, transparent 100%);
	filter: blur(5px);
}

.nlf-am6__title {
	margin: 0 !important;
	color: #292b2c !important;
	font-family: var(--nlf-am6-serif) !important;
	font-size: clamp(37px, 3.15vw, 54px) !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	letter-spacing: 0.012em !important;
	text-transform: uppercase;
}

.nlf-am6__tabs {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 1.25vw, 20px);
	width: min(100%, 720px);
	margin-top: clamp(62px, 6.5vw, 96px);
}

.nlf-am6__tab {
	min-height: 124px;
	padding: 18px 13px 16px;
	border: 1px solid rgba(11, 38, 56, 0.25);
	border-radius: 9px;
	background: rgba(242, 237, 230, 0.96);
	box-shadow: 0 3px 12px rgba(11, 38, 56, 0.06);
	color: var(--nlf-am6-ink);
	font: inherit;
	text-align: center;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.nlf-am6__tab:hover,
.nlf-am6__tab:focus-visible {
	border-color: rgba(11, 38, 56, 0.58);
	background: rgba(231, 236, 239, 0.98);
	box-shadow: 0 6px 18px rgba(11, 38, 56, 0.10);
	transform: translateY(-2px);
}

.nlf-am6__tab:focus-visible {
	outline: 2px solid var(--nlf-am6-blue);
	outline-offset: 3px;
}

.nlf-am6__tab.is-active {
	border-color: rgba(255, 255, 255, 0.90);
	background: var(--nlf-am6-navy);
	box-shadow: 0 0 0 2px var(--nlf-am6-navy), 0 8px 20px rgba(11, 38, 56, 0.18);
	color: #fff;
	transform: none;
}

.nlf-am6__tab-number,
.nlf-am6__tab-title {
	display: block;
}

.nlf-am6__tab-number {
	margin-bottom: 12px;
	font-family: var(--nlf-am6-sans);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}

.nlf-am6__tab-title {
	font-family: var(--nlf-am6-serif);
	font-size: clamp(17px, 1.38vw, 21px);
	font-weight: 500;
	line-height: 1.25;
}

.nlf-am6__details {
	position: absolute;
	right: clamp(28px, 5.6vw, 86px);
	bottom: clamp(66px, 6.2vw, 96px);
	z-index: 5;
	width: min(47%, 610px);
}

.nlf-am6__panel-stack {
	display: grid;
	border: 1px solid rgba(11, 38, 56, 0.20);
	border-radius: 11px 11px 0 0;
	background: rgba(242, 237, 230, 0.965);
	box-shadow: 0 18px 46px rgba(11, 38, 56, 0.15);
	overflow: hidden;
}

.nlf-am6__panel {
	grid-area: 1 / 1;
	min-height: 340px;
	padding: clamp(38px, 3.3vw, 52px) clamp(38px, 3.8vw, 58px) clamp(42px, 3.5vw, 54px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 190ms ease, transform 190ms ease, visibility 0s linear 190ms;
}

.nlf-am6__panel.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition-delay: 0s;
}

.nlf-am6__panel-number {
	margin: 0 0 26px !important;
	color: var(--nlf-am6-rust) !important;
	font-family: var(--nlf-am6-serif) !important;
	font-size: 23px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

.nlf-am6__panel-number::after {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	margin-top: 18px;
	background: var(--nlf-am6-rust);
}

.nlf-am6__panel-body {
	max-width: 460px;
	margin: 0 !important;
	color: #292b2c !important;
	font-family: var(--nlf-am6-serif) !important;
	font-size: clamp(20px, 1.52vw, 25px) !important;
	font-weight: 500 !important;
	line-height: 1.28 !important;
	letter-spacing: -0.008em !important;
}

.nlf-am6__cta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	min-height: 74px;
	padding: 16px clamp(26px, 3vw, 42px);
	border: 0;
	border-radius: 0;
	background: var(--nlf-am6-navy);
	color: #fff;
	font-family: var(--nlf-am6-serif);
	font-size: clamp(20px, 1.55vw, 25px);
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 160ms ease, padding-right 160ms ease;
}

.nlf-am6__cta:hover,
.nlf-am6__cta:focus-visible {
	background: #123b50;
	padding-right: clamp(32px, 3.5vw, 50px);
}

.nlf-am6__cta:focus-visible {
	outline: 3px solid var(--nlf-am6-blue);
	outline-offset: 3px;
}

.nlf-am6__cta-arrow {
	margin-left: 0.6em;
	font-family: var(--nlf-am6-sans);
	font-size: 0.85em;
}

/* Modal */
body.nlf-am6-modal-open {
	overflow: hidden !important;
}

.nlf-am6-modal[hidden] {
	display: none !important;
}

.nlf-am6-modal {
	--nlf-am6-paper: #ece6dc;
	--nlf-am6-ink: #172f3d;
	--nlf-am6-navy: #0b2b3d;
	--nlf-am6-blue: #285b8f;
	--nlf-am6-rust: #a64b2a;
	--nlf-am6-serif: var(--wp--preset--font-family--body, Iowan Old Style, Georgia, "Times New Roman", serif);
	--nlf-am6-sans: Arial, Helvetica, sans-serif;
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: grid;
	place-items: center;
	padding: 24px;
	opacity: 0;
	transition: opacity 180ms ease;
}

.nlf-am6-modal.is-open {
	opacity: 1;
}

.nlf-am6-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(6, 24, 36, 0.76);
	backdrop-filter: blur(2px);
}

.nlf-am6-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 720px);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: clamp(34px, 4.2vw, 58px);
	border: 1px solid rgba(11, 38, 56, 0.20);
	border-radius: 8px;
	background: #f2ede6;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
	transform: translateY(18px) scale(0.985);
	transition: transform 180ms ease;
}

.nlf-am6-modal.is-open .nlf-am6-modal__dialog {
	transform: translateY(0) scale(1);
}

.nlf-am6-modal__dialog:focus {
	outline: none;
}

.nlf-am6-modal__close {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--nlf-am6-ink);
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.nlf-am6-modal__close:hover,
.nlf-am6-modal__close:focus-visible {
	background: rgba(11, 38, 56, 0.08);
}

.nlf-am6-modal__title {
	margin: 0 50px 38px 0 !important;
	color: var(--nlf-am6-blue) !important;
	font-family: var(--nlf-am6-serif) !important;
	font-size: clamp(31px, 3vw, 43px) !important;
	font-weight: 500 !important;
	line-height: 1.05 !important;
	text-transform: uppercase;
}

/* Override the site's desktop Fluent Forms grid only inside this modal. */
.nlf-am6-modal .fluent_form_3,
.nlf-am6-modal .fluent_form_3 form,
.nlf-am6-modal .fluent_form_3 .ff-el-group,
.nlf-am6-modal .fluent_form_3 .ff-el-input--label,
.nlf-am6-modal .fluent_form_3 .ff-el-input--content {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.nlf-am6-modal .fluent_form_3 .ff-el-group {
	display: block !important;
	margin-bottom: 30px !important;
}

.nlf-am6-modal .fluent_form_3 .ff-el-input--label {
	display: block !important;
	margin-bottom: 11px !important;
}

.nlf-am6-modal .fluent_form_3 .ff-el-input--label label {
	display: block !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--nlf-am6-ink) !important;
	font-family: var(--nlf-am6-sans) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	white-space: normal !important;
}

.nlf-am6-modal .fluent_form_3 select,
.nlf-am6-modal .fluent_form_3 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.nlf-am6-modal .fluent_form_3 textarea,
.nlf-am6-modal .fluent_form_3 .ff-el-form-control,
.nlf-am6-modal .fluent_form_3 .select2-selection--single,
.nlf-am6-modal .fluent_form_3 .choices__inner {
	width: 100% !important;
	min-height: 50px !important;
	padding: 10px 38px 10px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(23, 47, 61, 0.36) !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #65717c !important;
	font-family: var(--nlf-am6-serif) !important;
	font-size: 18px !important;
}

.nlf-am6-modal .fluent_form_3 .select2-selection__rendered {
	height: auto !important;
	padding: 10px 38px 10px 0 !important;
	color: #65717c !important;
	font-family: var(--nlf-am6-serif) !important;
	font-size: 18px !important;
	line-height: 30px !important;
}

.nlf-am6-modal .fluent_form_3 .select2-selection__arrow {
	right: 0 !important;
	height: 50px !important;
}

.nlf-am6-modal .fluent_form_3 .ff_submit_btn_wrapper {
	display: flex !important;
	justify-content: flex-start !important;
	margin: 28px 0 0 !important;
}

.nlf-am6-modal .fluent_form_3 .ff-btn-submit,
.nlf-am6-modal .fluent_form_3 button.ff-btn-submit {
	width: auto !important;
	min-width: 220px !important;
	min-height: 54px !important;
	padding: 13px 28px !important;
	border: 1px solid var(--nlf-am6-navy) !important;
	border-radius: 0 !important;
	background: var(--nlf-am6-navy) !important;
	color: #fff !important;
	font-family: var(--nlf-am6-sans) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
}

.nlf-am6-modal .fluent_form_3 .ff-btn-submit:hover,
.nlf-am6-modal .fluent_form_3 button.ff-btn-submit:hover {
	background: #123b50 !important;
}

@media (max-width: 1100px) {
	.nlf-am6__inner {
		min-height: 860px;
	}

	.nlf-am6__tabs {
		width: min(100%, 650px);
	}

	.nlf-am6__details {
		width: min(49%, 540px);
	}

	.nlf-am6__panel {
		min-height: 350px;
	}
}

@media (max-width: 900px) {
	.nlf-am6 {
		width: 100% !important;
		max-width: 100% !important;
		margin-inline: 0 !important;
		background-position: 40% center;
	}

	.nlf-am6__inner {
		min-height: 0;
		padding: 58px 24px 72px;
	}

	.nlf-am6__tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(100%, 620px);
		margin-top: 48px;
	}

	.nlf-am6__tab {
		min-height: 112px;
	}

	.nlf-am6__details {
		position: relative;
		right: auto;
		bottom: auto;
		width: min(100%, 620px);
		margin: 260px 0 0 auto;
	}
}

@media (max-width: 560px) {
	.nlf-am6__inner {
		padding-inline: 20px;
	}

	.nlf-am6__title {
		font-size: 34px !important;
	}

	.nlf-am6__tabs {
		gap: 10px;
	}

	.nlf-am6__tab {
		min-height: 104px;
		padding-inline: 8px;
	}

	.nlf-am6__tab-title {
		font-size: 16px;
	}

	.nlf-am6__details {
		margin-top: 220px;
	}

	.nlf-am6__panel {
		min-height: 0;
		padding: 32px 26px 36px;
	}

	.nlf-am6__panel-body {
		font-size: 19px !important;
	}

	.nlf-am6__cta {
		justify-content: center;
	}

	.nlf-am6-modal {
		padding: 10px;
	}

	.nlf-am6-modal__dialog {
		width: 100%;
		max-height: calc(100vh - 20px);
		padding: 34px 22px 30px;
	}

	.nlf-am6-modal__title {
		font-size: 31px !important;
	}

	.nlf-am6-modal .fluent_form_3 .ff-btn-submit,
	.nlf-am6-modal .fluent_form_3 button.ff-btn-submit {
		width: 100% !important;
		min-width: 0 !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nlf-am6__tab,
	.nlf-am6__panel,
	.nlf-am6__cta,
	.nlf-am6-modal,
	.nlf-am6-modal__dialog {
		transition: none !important;
	}
}

body.nlf-am6-modal-open .select2-container--open {
	z-index: 1000002 !important;
}

/* ================================================================
 * NLF ABOUT MOTION v0.7.1 — FINAL REFINEMENTS
 * ================================================================ */

/* Continue Scene 2's blueprint background through its lower breathing room. */
.nlf-am5 {
	padding-bottom: 0;
}

.nlf-am5__stage {
	padding-bottom: clamp(54px, 4.8vw, 72px);
}

@media (min-width: 1241px) {
	/* Scene 1: modestly reduce the graph and statement while preserving overlap. */
	.nlf-am4__graph {
		max-width: 775px;
		transform: translateX(clamp(38px, 3.25vw, 50px));
	}

	.nlf-am4__copy {
		max-width: 520px;
		transform: translate(clamp(-116px, -6.5vw, -90px), -84px);
	}

	.nlf-am4__copy p {
		font-size: clamp(29px, 2vw, 42px) !important;
	}
}

@media (min-width: 901px) and (max-width: 1240px) {
	.nlf-am4__graph {
		max-width: 660px;
		transform: translateX(clamp(14px, 1.7vw, 24px));
	}

	.nlf-am4__copy {
		max-width: 485px;
		transform: translate(clamp(-68px, -4.7vw, -44px), -48px);
	}

	.nlf-am4__copy p {
		font-size: clamp(27px, 2.35vw, 35px) !important;
	}
}

@media (min-width: 901px) {
	/*
	 * Scene 2: allow the composition to travel slightly farther upward before
	 * pinning. The extra sticky height keeps the viewport clip at the bottom,
	 * so the complete converged diagram remains visible during the animation.
	 */
	.nlf-am5__sticky {
		top: -68px;
		min-height: calc(100vh + 68px);
	}

	.admin-bar .nlf-am5__sticky {
		top: -36px;
		min-height: calc(100vh + 36px);
	}

	/* Scene 2: keep the complete circle drawing visible and lift the longer panel. */
	.nlf-am5__diagram {
		bottom: -22px;
		width: min(42vw, 610px);
	}

	.nlf-am5__convergence {
		bottom: clamp(120px, 12vh, 142px);
		width: min(37vw, 500px);
		padding: 18px 24px 20px 22px;
	}

	.nlf-am5__convergence h3 {
		max-width: 440px;
		font-size: clamp(20px, 1.45vw, 27px) !important;
		line-height: 1.15 !important;
	}

	.nlf-am5__convergence p {
		max-width: 445px;
	}

	/* Scene 3: match the tighter one-frame composition in the revised mockup. */
	.nlf-am6 {
		background-position: left center;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}

	.nlf-am6__inner {
		min-height: clamp(748px, 56.25vw, 860px);
		padding: clamp(48px, 4.2vw, 66px) clamp(34px, 6.5vw, 100px) clamp(48px, 4.2vw, 66px);
	}

	.nlf-am6__tabs {
		width: min(100%, 690px);
		margin-top: clamp(48px, 4.5vw, 66px);
	}

	.nlf-am6__tab {
		min-height: 118px;
	}

	.nlf-am6__details {
		right: clamp(42px, 8.2vw, 126px);
		bottom: clamp(92px, 8vw, 118px);
		width: min(35%, 465px);
	}

	.nlf-am6__panel {
		min-height: 286px;
		padding: 34px 28px 32px 40px;
	}

	.nlf-am6__panel-number {
		margin-bottom: 21px !important;
		font-size: 20px !important;
	}

	.nlf-am6__panel-number::after {
		margin-top: 14px;
	}

	.nlf-am6__panel-body {
		max-width: 390px;
		font-size: clamp(17px, 1.14vw, 19px) !important;
		line-height: 1.32 !important;
	}

	.nlf-am6__cta {
		min-height: 60px;
		padding-block: 12px;
		font-size: clamp(18px, 1.25vw, 21px);
	}
}



/* ================================================================
 * NLF ABOUT MOTION v0.7.3 — SCENE 2 HOLD + SCENE 3 WIDTH FIXES
 * ================================================================ */

/* This plugin loads only on the About page. Prevent full-bleed sections from
 * producing a page-level horizontal scrollbar in browsers that count the
 * vertical scrollbar inside 100vw. */
html,
body {
	overflow-x: hidden !important;
	overflow-x: clip !important;
}

@media (min-width: 901px) {
	/* Preserve roughly the same physical animation distance while replacing
	 * the long completed-state hold with a short final beat. */
	.nlf-am5__stage {
		min-height: calc(100vh + clamp(480px, 55vh, 620px));
	}

	/* Narrow the Scene 2 conclusion panel and remove unnecessary right-side
	 * whitespace while preserving its current vertical placement. */
	.nlf-am5__convergence {
		width: min(34vw, 455px);
		padding-right: 20px;
	}

	.nlf-am5__convergence h3,
	.nlf-am5__convergence p {
		max-width: none;
	}

	/* Scene 3: fill the full section width with the illustration rather than
	 * ending the image early, and pull the information card modestly left. */
	.nlf-am6 {
		background-position: center center !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}

	.nlf-am6__details {
		right: clamp(92px, 11vw, 168px);
	}
}
