.mps-page-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.mps-section {
	--mps-ink: #14342a;
	--mps-forest: #163e2e;
	--mps-dark: #0c2a20;
	--mps-leaf: #b8da72;
	--mps-paper: #f3f2e9;
	--mps-line: rgba(20, 52, 42, 0.18);
	--mps-muted: #5c6b64;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: var(--mps-paper);
	color: var(--mps-ink);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.mps-section,
.mps-section * {
	box-sizing: border-box;
}

.mps-section h2,
.mps-section h3,
.mps-section p,
.mps-section figure,
.mps-section ol {
	margin: 0;
	padding: 0;
	color: inherit;
}

.mps-section a {
	color: inherit;
	text-decoration: none;
}

.mps-shell {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.mps-hero {
	min-height: 720px;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(38px, 5vw, 88px);
	padding: clamp(76px, 8vw, 126px) clamp(24px, 5vw, 80px);
	background:
		radial-gradient(circle at 78% 16%, rgba(184, 218, 114, 0.3), transparent 28%),
		var(--mps-paper);
}

.mps-copy {
	align-self: center;
}

.mps-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.mps-eyebrow span {
	display: block;
	width: 27px;
	height: 1px;
	background: currentColor;
}

.mps-status {
	display: inline-block;
	margin-top: 34px !important;
	padding: 8px 13px !important;
	border: 1px solid var(--mps-line);
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.mps-copy h2 {
	max-width: 790px;
	margin-top: 24px !important;
	font-size: clamp(54px, 6.2vw, 98px);
	font-weight: 500;
	letter-spacing: -0.065em;
	line-height: 0.93;
}

.mps-copy h2 em {
	color: #4d8751;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.mps-lead {
	max-width: 620px;
	margin-top: 34px !important;
	color: var(--mps-muted) !important;
	font-size: clamp(19px, 1.55vw, 23px);
	line-height: 1.6;
}

.mps-button {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	gap: 36px;
	margin-top: 40px;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--mps-forest);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	transition: transform 180ms ease, background 180ms ease;
}

.mps-button:hover,
.mps-button:focus-visible {
	background: var(--mps-dark);
	color: #fff !important;
	transform: translateY(-2px);
}

.mps-button:focus-visible {
	outline: 3px solid var(--mps-leaf);
	outline-offset: 3px;
}

.mps-concept {
	min-height: 545px;
	position: relative;
	align-self: center;
	overflow: hidden;
	border-radius: 48% 48% 6px 6px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(197, 214, 175, 0.65));
}

.mps-concept::before {
	content: "";
	position: absolute;
	inset: 57% -20% -15%;
	border-radius: 50% 50% 0 0;
	background: #75935e;
	transform: rotate(-4deg);
}

.mps-orbit {
	width: 76%;
	aspect-ratio: 1;
	position: absolute;
	top: 8%;
	left: 12%;
	border: 1px solid rgba(20, 52, 42, 0.16);
	border-radius: 50%;
}

.mps-orbit::after {
	content: "";
	width: 42px;
	height: 42px;
	position: absolute;
	top: 15%;
	right: 7%;
	border-radius: 50%;
	background: var(--mps-leaf);
	box-shadow: 0 0 44px rgba(184, 218, 114, 0.7);
}

.mps-panel {
	height: 250px;
	position: absolute;
	top: 36%;
	left: 10%;
	right: 7%;
	transform: rotate(-3deg);
}

.mps-layer {
	height: 108px;
	position: absolute;
	left: 9%;
	right: 6%;
	border-radius: 6px;
	box-shadow: 0 18px 28px rgba(13, 47, 34, 0.22);
	transform: skewY(-7deg);
}

.mps-module {
	top: 132px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	padding: 7px;
	border: 8px solid #d4d6c5;
	background: #174b43;
}

.mps-module span {
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: linear-gradient(135deg, #163d3a, #277068);
}

.mps-interface {
	top: 78px;
	left: 6%;
	right: 9%;
	border: 1px solid rgba(255, 255, 255, 0.8);
	background: rgba(228, 226, 190, 0.86);
}

.mps-surface {
	top: 13px;
	left: 3%;
	right: 12%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	padding: 0 11px;
	border: 9px solid #49663f;
	background: #65814f;
}

.mps-surface i {
	width: 7px;
	height: 70px;
	display: block;
	margin-top: -30px;
	border-radius: 100% 0 100% 0;
	background: linear-gradient(90deg, #3f683e, #8ca15b);
	transform: rotate(var(--mps-tilt, -13deg));
	transform-origin: bottom;
}

.mps-surface i:nth-child(3n) {
	--mps-tilt: 14deg;
	height: 62px;
}

.mps-surface i:nth-child(2n) {
	--mps-tilt: -5deg;
	height: 78px;
}

.mps-concept figcaption {
	position: absolute;
	right: 20px;
	bottom: 18px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(243, 242, 233, 0.9);
	color: var(--mps-muted);
	font-size: 9px;
	font-style: normal;
	letter-spacing: 0.11em;
	line-height: 1;
	text-transform: uppercase;
}

.mps-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0 clamp(24px, 5vw, 80px) clamp(76px, 8vw, 120px);
	background: var(--mps-paper);
}

.mps-benefits article {
	min-height: 300px;
	padding: 30px clamp(26px, 4vw, 64px) 34px 0;
	border-top: 1px solid var(--mps-line);
	border-right: 1px solid var(--mps-line);
}

.mps-benefits article + article {
	padding-left: clamp(24px, 3vw, 48px);
}

.mps-benefits article:last-child {
	border-right: 0;
}

.mps-benefits article > span {
	color: #4d8751;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.mps-benefits h3 {
	max-width: 260px;
	margin-top: 82px !important;
	font-size: clamp(23px, 2vw, 30px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.mps-benefits p {
	max-width: 350px;
	margin-top: 18px !important;
	color: var(--mps-muted) !important;
	font-size: clamp(17px, 1.25vw, 19px);
	line-height: 1.65;
}

.mps-principle {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(42px, 7vw, 110px);
	padding: clamp(76px, 8vw, 120px) clamp(24px, 5vw, 80px);
	background: var(--mps-dark);
	color: #f3f2e9;
}

.mps-principle-copy h3 {
	max-width: 690px;
	margin-top: 58px !important;
	font-size: clamp(42px, 4.8vw, 72px);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1.02;
}

.mps-principle-copy > p:last-child {
	max-width: 610px;
	margin-top: 30px !important;
	color: rgba(255, 255, 255, 0.64) !important;
	font-size: clamp(18px, 1.35vw, 21px);
	line-height: 1.65;
}

.mps-principle-layers {
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	counter-reset: none;
}

.mps-principle-layers li {
	min-height: 128px;
	display: grid;
	grid-template-columns: 52px 1fr;
	align-items: center;
	padding: 22px 26px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.04);
}

.mps-principle-layers li + li {
	margin-top: 12px;
}

.mps-principle-layers li:first-child {
	background: #668451;
}

.mps-principle-layers li:nth-child(2) {
	background: #dfe2bf;
	color: var(--mps-ink);
}

.mps-principle-layers span {
	grid-row: 1 / 3;
	font-size: 10px;
	letter-spacing: 0.12em;
	opacity: 0.67;
}

.mps-principle-layers strong {
	align-self: end;
	font-size: 20px;
	line-height: 1.3;
}

.mps-principle-layers small {
	align-self: start;
	margin-top: 6px;
	font-size: 11px;
	letter-spacing: 0.12em;
	line-height: 1.4;
	opacity: 0.65;
	text-transform: uppercase;
}

.mps-contexts {
	padding: clamp(76px, 8vw, 120px) clamp(24px, 5vw, 80px);
	background: #e8e8dc;
}

.mps-contexts h3 {
	max-width: 960px;
	margin-top: 54px !important;
	font-size: clamp(43px, 5.4vw, 82px);
	font-weight: 500;
	letter-spacing: -0.052em;
	line-height: 1;
}

.mps-context-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 72px;
	border-top: 1px solid var(--mps-line);
}

.mps-context-list span {
	min-height: 128px;
	display: flex;
	align-items: flex-end;
	padding: 24px 20px 26px 0;
	border-right: 1px solid var(--mps-line);
	font-size: clamp(18px, 1.7vw, 25px);
	font-weight: 600;
	letter-spacing: -0.03em;
}

.mps-context-list span + span {
	padding-left: 28px;
}

.mps-context-list span:last-child {
	border-right: 0;
}

.mps-disclaimer {
	padding: 48px clamp(24px, 5vw, 80px);
	background: var(--mps-leaf);
}

.mps-disclaimer p {
	max-width: 980px;
	font-size: clamp(14px, 1vw, 16px);
	line-height: 1.65;
	opacity: 0.72;
}

.mps-editor-placeholder {
	padding: 28px;
	border: 1px solid #8aa75d;
	border-radius: 6px;
	background: #f3f2e9;
	color: #14342a;
}

.mps-editor-placeholder strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
}

.mps-editor-placeholder p {
	margin: 0;
	font-size: 13px;
}

@media (max-width: 960px) {
	.mps-hero,
	.mps-principle {
		grid-template-columns: 1fr;
	}

	.mps-concept {
		min-height: 500px;
	}

	.mps-benefits {
		grid-template-columns: 1fr;
	}

	.mps-benefits article,
	.mps-benefits article + article {
		min-height: 0;
		padding: 28px 0 34px;
		border-right: 0;
	}

	.mps-benefits h3 {
		margin-top: 45px !important;
	}

	.mps-context-list {
		grid-template-columns: 1fr;
	}

	.mps-context-list span,
	.mps-context-list span + span {
		min-height: 100px;
		padding: 22px 0;
		border-right: 0;
		border-bottom: 1px solid var(--mps-line);
	}

	.mps-context-list span:last-child {
		border-bottom: 0;
	}

}

@media (max-width: 600px) {
	.mps-hero {
		min-height: 0;
	}

	.mps-copy h2 {
		font-size: 51px;
	}

	.mps-button {
		width: 100%;
		justify-content: space-between;
	}

	.mps-concept {
		min-height: 395px;
	}

	.mps-panel {
		top: 37%;
		left: 1%;
		right: -4%;
		transform: scale(0.86) rotate(-3deg);
	}

	.mps-principle-copy h3 {
		font-size: 43px;
	}

	.mps-principle-layers li {
		grid-template-columns: 38px 1fr;
		padding: 19px;
	}

	.mps-principle-layers strong {
		font-size: 17px;
	}

	.mps-contexts h3 {
		font-size: 43px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.mps-section *,
	.mps-section *::before,
	.mps-section *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
