body.mgroup-page-home {
	--mgroup-v2-ink: #12211b;
	--mgroup-v2-muted: #59665f;
	--mgroup-v2-green: #11734c;
	--mgroup-v2-soft: #eef6f1;
	--mgroup-v2-pad: clamp(22px, 6vw, 92px);
	background: #fff;
	color: var(--mgroup-v2-ink);
}

body.mgroup-page-home .content-area,
body.mgroup-page-home .site-main,
body.mgroup-page-home .content-container,
body.mgroup-page-home .entry-content,
body.mgroup-page-home .entry-content-wrap {
	margin: 0;
	max-width: none;
	padding: 0;
}

body.mgroup-page-home article.entry {
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}

body.mgroup-page-home .entry-header {
	display: none;
}

body.mgroup-page-home .main-navigation .primary-menu-container > ul > li > a,
body.mgroup-page-home .main-navigation ul.menu > li > a,
body.mgroup-page-home .header-navigation ul.menu > li > a {
	font-size: 18px;
	font-weight: 650;
	padding-left: 18px;
	padding-right: 18px;
}

.mgroup-home-v2,
.mgroup-home-v2 * {
	box-sizing: border-box;
}

.mgroup-home-v2 {
	background: #fff;
	color: var(--mgroup-v2-ink);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	margin: 0;
	max-width: none;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.mgroup-home-v2 a {
	color: inherit;
	text-decoration: none;
}

.mgroup-home-v2 h1,
.mgroup-home-v2 h2,
.mgroup-home-v2 h3,
.mgroup-home-v2 p {
	letter-spacing: 0;
}

.mgroup-v2-hero {
	align-items: center;
	background: #fff;
	display: flex;
	isolation: isolate;
	min-height: 680px;
	overflow: hidden;
	position: relative;
}

.mgroup-v2-hero-image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.mgroup-v2-hero-copy {
	padding: 84px var(--mgroup-v2-pad) 110px;
	width: min(61%, 790px);
}

.mgroup-v2-eyebrow,
.mgroup-v2-company-meta,
.mgroup-v2-asset-copy small {
	color: var(--mgroup-v2-green);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.mgroup-v2-eyebrow {
	margin: 0 0 22px;
}

.mgroup-v2-hero h1 {
	font-size: clamp(54px, 7vw, 106px);
	font-weight: 500;
	line-height: .97;
	margin: 0;
	max-width: 760px;
}

.mgroup-v2-hero-lead {
	color: var(--mgroup-v2-muted);
	font-size: 18px;
	line-height: 1.6;
	margin: 30px 0 36px;
	max-width: 520px;
}

.mgroup-v2-text-action {
	align-items: center;
	display: inline-flex;
	font-weight: 650;
	gap: 13px;
	padding: 8px 0;
}

.mgroup-v2-text-action span {
	color: var(--mgroup-v2-green);
}

.mgroup-v2-hero-signoff {
	bottom: 30px;
	font-size: 11px;
	font-weight: 700;
	margin: 0;
	position: absolute;
	right: var(--mgroup-v2-pad);
	text-transform: uppercase;
}

.mgroup-v2-section {
	padding: 116px var(--mgroup-v2-pad);
}

.mgroup-v2-intro-content {
	margin-left: auto;
	width: min(900px, 76%);
}

.mgroup-v2-intro-content h2,
.mgroup-v2-business-heading h2,
.mgroup-v2-opportunity h2 {
	font-size: clamp(42px, 5.5vw, 78px);
	font-weight: 400;
	line-height: 1.04;
	margin: 0;
}

.mgroup-v2-intro-content h2 strong,
.mgroup-v2-estate-heading h2 strong {
	color: var(--mgroup-v2-green);
	font-weight: 500;
}

.mgroup-v2-intro-notes {
	display: grid;
	gap: 34px;
	grid-template-columns: 1fr 1fr;
	margin-top: 42px;
}

.mgroup-v2-intro-notes p,
.mgroup-v2-business-heading > p,
.mgroup-v2-estate-heading > p,
.mgroup-v2-opportunity-aside > p {
	color: var(--mgroup-v2-muted);
	line-height: 1.65;
	margin: 0;
	max-width: 420px;
}

.mgroup-v2-sector-list {
	display: grid;
	gap: clamp(24px, 3vw, 44px);
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 72px;
}

.mgroup-v2-sector-item {
	display: flex;
	flex-direction: column;
	grid-column: span 2;
	min-width: 0;
	padding-bottom: 24px;
	transition: transform .25s ease;
}

.mgroup-v2-sector-item:nth-child(4) {
	grid-column: 2 / span 2;
}

.mgroup-v2-sector-item:nth-child(5) {
	grid-column: 4 / span 2;
}

.mgroup-v2-sector-item:hover,
.mgroup-v2-sector-item:focus-within {
	outline: none;
	transform: translateY(-7px);
}

.mgroup-v2-sector-visual {
	display: block;
}

.mgroup-v2-sector-item h3 {
	align-items: center;
	display: flex;
	font-size: clamp(25px, 2.2vw, 34px);
	font-weight: 500;
	line-height: 1.18;
	margin: 22px 0 0;
	padding-left: 22px;
	position: relative;
}

.mgroup-v2-sector-item h3 a {
	display: inline;
}

.mgroup-v2-sector-item h3::before {
	background: var(--mgroup-v2-green);
	clip-path: polygon(50% 0, 100% 32%, 82% 100%, 18% 100%, 0 32%);
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 13px;
}

.mgroup-v2-sector-item h3 em {
	color: var(--mgroup-v2-green);
	font-style: normal;
	font-weight: 500;
	margin-left: .22em;
}

.mgroup-v2-sector-item > p {
	color: var(--mgroup-v2-muted);
	font-size: 16px;
	line-height: 1.55;
	margin: 14px 0 0 22px;
	max-width: 390px;
}

.mgroup-v2-sculpture {
	aspect-ratio: 16 / 9;
	background-image: url("../images/mgroup-sculptural-icons.png");
	background-repeat: no-repeat;
	background-size: 300% 300%;
	display: block;
	width: 100%;
}

.mgroup-v2-icon-01 { background-position: 0 0; }
.mgroup-v2-icon-02 { background-position: 50% 0; }
.mgroup-v2-icon-03 { background-position: 100% 0; }
.mgroup-v2-icon-04 { background-position: 0 50%; }
.mgroup-v2-icon-05 { background-position: 50% 50%; }
.mgroup-v2-icon-06 { background-position: 100% 50%; }
.mgroup-v2-icon-07 { background-position: 0 100%; }
.mgroup-v2-icon-08 { background-position: 50% 100%; }
.mgroup-v2-icon-09 { background-position: 100% 100%; }

.mgroup-v2-approach {
	display: block;
	padding-bottom: 128px;
	padding-top: 84px;
}

.mgroup-v2-approach-heading {
	display: grid;
	gap: 40px;
	grid-template-columns: 1.35fr .65fr;
	margin-bottom: 76px;
}

.mgroup-v2-approach-heading .mgroup-v2-eyebrow {
	grid-column: 1 / -1;
	margin-bottom: -20px;
}

.mgroup-v2-approach-heading h2 {
	font-size: clamp(44px, 5.5vw, 78px);
	font-weight: 400;
	line-height: 1.03;
	margin: 0;
}

.mgroup-v2-approach-heading h2 strong {
	color: var(--mgroup-v2-green);
	font-weight: 500;
}

.mgroup-v2-approach-heading > p:last-child {
	color: var(--mgroup-v2-muted);
	line-height: 1.65;
	margin: 8px 0 0;
	max-width: 430px;
}

.mgroup-v2-approach-grid {
	display: grid;
	gap: clamp(30px, 5vw, 80px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mgroup-v2-approach-grid article {
	min-width: 0;
}

.mgroup-v2-approach-grid h3 {
	font-size: clamp(50px, 6vw, 88px);
	font-weight: 600;
	line-height: 1;
	margin: 0;
}

.mgroup-v2-approach-grid h3 span {
	color: var(--mgroup-v2-green);
}

.mgroup-v2-approach-grid p {
	color: var(--mgroup-v2-muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 22px 0 0;
	max-width: 310px;
}

.mgroup-v2-business-heading {
	align-items: end;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	margin-bottom: 72px;
}

.mgroup-v2-business-heading > p {
	margin-bottom: 9px;
	max-width: 330px;
}

.mgroup-v2-business-heading h2 strong {
	color: var(--mgroup-v2-green);
	font-weight: 500;
}

.mgroup-v2-carousel-tools {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.mgroup-v2-carousel-button {
	align-items: center;
	background: var(--mgroup-v2-soft);
	border: 0;
	border-radius: 50%;
	color: var(--mgroup-v2-ink);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 22px;
	height: 48px;
	justify-content: center;
	padding: 0;
	transition: background .2s ease, color .2s ease, transform .2s ease;
	width: 48px;
}

.mgroup-v2-carousel-button:hover,
.mgroup-v2-carousel-button:focus-visible {
	background: var(--mgroup-v2-green);
	color: #fff;
	outline: none;
	transform: translateY(-2px);
}

.mgroup-v2-company-carousel,
.mgroup-v2-estate-carousel {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	padding: 8px 4px 54px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.mgroup-v2-company-carousel::-webkit-scrollbar,
.mgroup-v2-estate-carousel::-webkit-scrollbar {
	display: none;
}

.mgroup-v2-company-card,
.mgroup-v2-asset-card {
	background: #f5f7f4;
	border-radius: 4px;
	box-shadow: 0 20px 54px rgba(18, 33, 27, .08);
	color: var(--mgroup-v2-ink);
	display: flex;
	flex-direction: column;
	scroll-snap-align: start;
	transition: transform .25s ease, box-shadow .25s ease;
}

.mgroup-v2-company-card:hover,
.mgroup-v2-company-card:focus-visible,
.mgroup-v2-asset-card:hover,
.mgroup-v2-asset-card:focus-visible {
	box-shadow: 0 28px 70px rgba(18, 33, 27, .12);
	color: var(--mgroup-v2-ink);
	outline: none;
	transform: translateY(-6px);
}

.mgroup-v2-company-card {
	flex: 0 0 min(420px, 78vw);
	min-height: 440px;
	padding: 32px;
}

.mgroup-v2-company-logo {
	align-items: center;
	display: flex;
	height: 170px;
	justify-content: center;
	margin: 30px 0 20px;
}

.mgroup-v2-company-logo img {
	max-height: 138px;
	max-width: 240px;
	object-fit: contain;
}

.mgroup-v2-company-card h3 {
	font-size: 31px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 12px;
}

.mgroup-v2-company-card > p {
	color: var(--mgroup-v2-muted);
	line-height: 1.55;
	margin: 0 0 28px;
}

.mgroup-v2-card-action {
	color: var(--mgroup-v2-green);
	font-size: 14px;
	font-weight: 650;
	margin-top: auto;
}

.mgroup-v2-card-action span {
	margin-left: 8px;
}

.mgroup-v2-card-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: auto;
}

.mgroup-v2-card-actions .mgroup-v2-card-action {
	margin-top: 0;
}

.mgroup-v2-card-action-external {
	border-bottom: 1px solid var(--mgroup-crystal-silver);
	color: var(--mgroup-v2-ink);
	padding-bottom: 4px;
}

.mgroup-v2-real-estate {
	padding-top: 136px;
}

.mgroup-v2-estate-heading {
	display: grid;
	gap: 34px;
	grid-template-columns: 1.35fr .65fr;
	margin-bottom: 74px;
}

.mgroup-v2-estate-heading h2,
.mgroup-v2-partnership-copy h2 {
	font-size: clamp(44px, 5.7vw, 82px);
	font-weight: 400;
	line-height: 1.02;
	margin: 0;
}

.mgroup-v2-estate-heading > p {
	margin-top: 8px;
}

.mgroup-v2-asset-card {
	flex: 0 0 min(560px, 82vw);
	min-height: 520px;
	padding: 24px 24px 34px;
}

.mgroup-v2-asset-visual {
	margin-bottom: 26px;
}

.mgroup-v2-asset-copy {
	display: block;
	padding: 0 10px;
}

.mgroup-v2-asset-copy small {
	display: block;
	margin-bottom: 12px;
}

.mgroup-v2-asset-copy h3 {
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 400;
	line-height: 1.05;
	margin: 0 0 18px;
}

.mgroup-v2-asset-copy p {
	color: var(--mgroup-v2-muted);
	line-height: 1.6;
	margin: 0;
	max-width: 460px;
}

.mgroup-v2-partnerships {
	align-items: center;
	display: grid;
	gap: clamp(56px, 9vw, 150px);
	grid-template-columns: .72fr 1.28fr;
}

.mgroup-v2-partnership-visual {
	align-items: center;
	display: flex;
	justify-content: center;
}

.mgroup-v2-partnership-visual img {
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mgroup-v2-partnership-copy > p {
	color: var(--mgroup-v2-muted);
	font-size: 18px;
	line-height: 1.65;
	margin: 30px 0;
	max-width: 680px;
}

.mgroup-v2-partnership-types {
	display: grid;
	gap: 14px 24px;
	grid-template-columns: 1fr 1fr;
	margin: 34px 0;
}

.mgroup-v2-partnership-types span {
	color: var(--mgroup-v2-green);
	font-weight: 650;
}

.mgroup-v2-opportunity {
	display: grid;
	gap: clamp(50px, 9vw, 150px);
	grid-template-columns: 1.4fr .6fr;
	padding-top: 138px;
}

.mgroup-v2-opportunity-aside {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 9px 0 12px;
}

.mgroup-v2-opportunity-aside .mgroup-v2-text-action {
	color: var(--mgroup-v2-green);
	width: max-content;
}

@media (max-width: 920px) {
	body.mgroup-page-home .main-navigation .primary-menu-container > ul > li > a,
	body.mgroup-page-home .main-navigation ul.menu > li > a,
	body.mgroup-page-home .header-navigation ul.menu > li > a {
		font-size: 17px;
	}

	.mgroup-v2-hero {
		align-items: flex-start;
		min-height: 640px;
	}

	.mgroup-v2-hero-image {
		object-position: 63% center;
		opacity: .55;
	}

	.mgroup-v2-hero-copy {
		padding-top: 74px;
		width: 83%;
	}

	.mgroup-v2-intro-content {
		width: 100%;
	}

	.mgroup-v2-sector-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mgroup-v2-sector-item,
	.mgroup-v2-sector-item:nth-child(4),
	.mgroup-v2-sector-item:nth-child(5) {
		grid-column: auto;
	}

	.mgroup-v2-approach-heading {
		grid-template-columns: 1fr;
	}

	.mgroup-v2-business-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.mgroup-v2-estate-heading,
	.mgroup-v2-partnerships,
	.mgroup-v2-opportunity {
		grid-template-columns: 1fr;
	}

	.mgroup-v2-opportunity-aside {
		gap: 42px;
	}
}

@media (max-width: 600px) {
	.mgroup-v2-hero {
		min-height: 590px;
	}

	.mgroup-v2-hero-image {
		object-position: 68% center;
		opacity: .42;
	}

	.mgroup-v2-hero-copy {
		padding-top: 58px;
		width: 100%;
	}

	.mgroup-v2-hero h1 {
		font-size: 52px;
	}

	.mgroup-v2-hero-lead {
		font-size: 16px;
	}

	.mgroup-v2-hero-signoff {
		left: var(--mgroup-v2-pad);
		right: auto;
	}

	.mgroup-v2-section {
		padding-bottom: 78px;
		padding-top: 78px;
	}

	.mgroup-v2-intro-content h2,
	.mgroup-v2-business-heading h2,
	.mgroup-v2-estate-heading h2,
	.mgroup-v2-partnership-copy h2,
	.mgroup-v2-opportunity h2 {
		font-size: 42px;
	}

	.mgroup-v2-intro-notes,
	.mgroup-v2-sector-list,
	.mgroup-v2-approach-grid {
		grid-template-columns: 1fr;
	}

	.mgroup-v2-sector-list {
		gap: 22px;
	}

	.mgroup-v2-approach {
		padding-bottom: 66px;
		padding-top: 40px;
	}

	.mgroup-v2-approach-heading {
		gap: 28px;
		margin-bottom: 52px;
	}

	.mgroup-v2-approach-heading h2 {
		font-size: 42px;
	}

	.mgroup-v2-approach-grid {
		gap: 38px;
	}

	.mgroup-v2-approach-grid h3 {
		font-size: 58px;
	}

	.mgroup-v2-sector-item h3 {
		font-size: 30px;
	}

	.mgroup-v2-sector-item > p {
		font-size: 17px;
	}

	.mgroup-v2-business-heading {
		margin-bottom: 48px;
	}

	.mgroup-v2-company-carousel,
	.mgroup-v2-estate-carousel {
		gap: 16px;
		padding-bottom: 42px;
	}

	.mgroup-v2-company-card {
		flex-basis: 84vw;
		min-height: 420px;
		padding: 26px;
	}

	.mgroup-v2-company-logo {
		height: 150px;
	}

	.mgroup-v2-asset-card {
		flex-basis: 88vw;
		min-height: 440px;
		padding: 18px 18px 30px;
	}

	.mgroup-v2-partnerships {
		gap: 52px;
	}

	.mgroup-v2-partnership-types {
		grid-template-columns: 1fr;
	}

	.mgroup-v2-opportunity {
		padding-top: 92px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mgroup-home-v2 *,
	.mgroup-home-v2 *::before,
	.mgroup-home-v2 *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* Crystalline identity system for the MGroup homepage. */
body.mgroup-page-home {
	--mgroup-crystal-amber: #c8871a;
	--mgroup-crystal-line: #d8e0dc;
	--mgroup-crystal-silver: #aeb8b3;
}

.mgroup-v2-hero-copy {
	border-left: 2px solid var(--mgroup-v2-green);
	margin-left: var(--mgroup-v2-pad);
	padding-left: 30px;
	position: relative;
	width: min(56%, 730px);
}

.mgroup-v2-hero-copy::before {
	background: var(--mgroup-crystal-amber);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	height: 17px;
	left: -2px;
	position: absolute;
	top: 84px;
	width: 17px;
}

.mgroup-v2-intro-content,
.mgroup-v2-business-heading,
.mgroup-v2-estate-heading,
.mgroup-v2-partnership-copy,
.mgroup-v2-opportunity > h2 {
	padding-left: 30px;
	position: relative;
}

.mgroup-v2-intro-content::before,
.mgroup-v2-business-heading::before,
.mgroup-v2-estate-heading::before,
.mgroup-v2-partnership-copy::before,
.mgroup-v2-opportunity > h2::before {
	border-left: 2px solid var(--mgroup-v2-green);
	border-top: 1px solid var(--mgroup-crystal-silver);
	content: "";
	height: 62px;
	left: 0;
	position: absolute;
	top: 0;
	width: 96px;
}

.mgroup-v2-intro-content::after,
.mgroup-v2-business-heading::after,
.mgroup-v2-estate-heading::after,
.mgroup-v2-partnership-copy::after,
.mgroup-v2-opportunity > h2::after {
	background: var(--mgroup-crystal-amber);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	height: 12px;
	left: 2px;
	position: absolute;
	top: 1px;
	width: 12px;
}

.mgroup-v2-intro-content h2,
.mgroup-v2-business-heading h2,
.mgroup-v2-estate-heading h2,
.mgroup-v2-partnership-copy h2 {
	padding-top: 25px;
}

.mgroup-v2-sector-item {
	background: #fff;
	border: 1px solid var(--mgroup-crystal-line);
	border-radius: 2px;
	box-shadow: 0 16px 44px rgba(18, 33, 27, .05);
	padding: 16px 16px 30px;
	position: relative;
}

.mgroup-v2-sector-item::before,
.mgroup-v2-company-card::before,
.mgroup-v2-asset-card::before,
.mgroup-v2-approach-grid article::before {
	background: var(--mgroup-v2-green);
	content: "";
	height: 2px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: min(42%, 150px);
}

.mgroup-v2-sector-item::after,
.mgroup-v2-company-card::after,
.mgroup-v2-asset-card::after,
.mgroup-v2-approach-grid article::after,
.mgroup-v2-partnership-visual::after {
	background: var(--mgroup-crystal-amber);
	bottom: 0;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	content: "";
	height: 18px;
	position: absolute;
	right: 0;
	width: 18px;
}

.mgroup-v2-sector-item h3 {
	padding-left: 24px;
}

.mgroup-v2-sector-item > p {
	margin-left: 24px;
}

.mgroup-v2-approach-grid article {
	border-left: 1px solid var(--mgroup-crystal-line);
	min-height: 240px;
	padding: 32px 24px;
	position: relative;
}

.mgroup-v2-company-card,
.mgroup-v2-asset-card {
	background: #fff;
	border: 1px solid var(--mgroup-crystal-line);
	border-radius: 2px;
	box-shadow: 0 20px 54px rgba(18, 33, 27, .06);
	position: relative;
}

.mgroup-v2-company-logo {
	background: #fbfcfb;
	border-bottom: 1px solid var(--mgroup-crystal-line);
	border-top: 1px solid var(--mgroup-crystal-line);
	margin-left: -32px;
	margin-right: -32px;
	padding: 22px 32px;
}

.mgroup-v2-asset-visual {
	border-bottom: 1px solid var(--mgroup-crystal-line);
}

.mgroup-v2-partnership-visual {
	border-bottom: 1px solid var(--mgroup-crystal-silver);
	border-left: 1px solid var(--mgroup-v2-green);
	padding: 22px;
	position: relative;
}

.mgroup-v2-carousel-button {
	background: #fff;
	border: 1px solid var(--mgroup-crystal-line);
}

@media (max-width: 920px) {
	.mgroup-v2-hero-copy {
		margin-left: var(--mgroup-v2-pad);
		width: min(78%, 650px);
	}
}

@media (max-width: 600px) {
	.mgroup-v2-hero {
		align-items: flex-end;
		padding-bottom: 28px;
	}

	.mgroup-v2-hero-copy {
		background: rgba(255, 255, 255, .9);
		border-bottom: 1px solid var(--mgroup-crystal-silver);
		margin-left: 16px;
		margin-right: 16px;
		padding: 26px 22px 30px;
		width: calc(100% - 32px);
	}

	.mgroup-v2-hero-copy::before {
		top: 0;
	}

	.mgroup-v2-hero-signoff {
		display: none;
	}

	.mgroup-v2-intro-content,
	.mgroup-v2-business-heading,
	.mgroup-v2-estate-heading,
	.mgroup-v2-partnership-copy,
	.mgroup-v2-opportunity > h2 {
		padding-left: 22px;
	}

	.mgroup-v2-company-logo {
		margin-left: -26px;
		margin-right: -26px;
	}
}

/* Approved complete section-title system. */
.mgroup-v2-hero-copy {
	border-left: 0;
	margin-left: 0;
	padding-left: var(--mgroup-v2-pad);
	width: min(61%, 790px);
}

.mgroup-v2-hero-copy::before,
.mgroup-v2-intro-content::before,
.mgroup-v2-intro-content::after,
.mgroup-v2-business-heading::before,
.mgroup-v2-business-heading::after,
.mgroup-v2-estate-heading::before,
.mgroup-v2-estate-heading::after,
.mgroup-v2-partnership-copy::before,
.mgroup-v2-partnership-copy::after,
.mgroup-v2-opportunity > h2::before,
.mgroup-v2-opportunity > h2::after {
	display: none;
}

.mgroup-home-v2 .mgroup-v2-eyebrow {
	align-items: center;
	display: flex;
	margin: 0 0 22px !important;
	min-height: 28px;
	padding-left: 38px;
	position: relative;
}

.mgroup-home-v2 .mgroup-v2-eyebrow::before {
	background: var(--mgroup-v2-green);
	clip-path: polygon(50% 0, 100% 30%, 82% 100%, 18% 100%, 0 30%);
	content: "";
	height: 27px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.mgroup-home-v2 .mgroup-v2-eyebrow::after {
	background: var(--mgroup-crystal-amber);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
	height: 12px;
	left: 5px;
	position: absolute;
	top: 8px;
	width: 10px;
}

.mgroup-v2-intro-content,
.mgroup-v2-business-heading,
.mgroup-v2-estate-heading,
.mgroup-v2-partnership-copy,
.mgroup-v2-opportunity > h2 {
	padding-left: 0;
}

.mgroup-v2-intro-content {
	margin-left: 0;
	max-width: 1180px;
	width: 100%;
}

.mgroup-v2-intro-content h2,
.mgroup-v2-business-heading h2,
.mgroup-v2-estate-heading h2,
.mgroup-v2-partnership-copy h2 {
	margin-top: 0 !important;
	padding-top: 0;
}

.mgroup-v2-intro-content h2 {
	max-width: 920px;
}

.mgroup-v2-approach-heading {
	gap: 20px 50px;
}

.mgroup-v2-approach-heading .mgroup-v2-eyebrow {
	grid-column: 1;
	margin-bottom: 0;
}

.mgroup-v2-approach-heading h2 {
	grid-column: 1;
	margin-top: 0 !important;
}

.mgroup-v2-opportunity > h2 {
	margin-top: 0 !important;
}

.mgroup-v2-approach-heading > p:last-child {
	align-self: end;
	grid-column: 2;
	grid-row: 2;
}

.mgroup-v2-section {
	padding-bottom: 96px;
	padding-top: 96px;
}

@media (max-width: 920px) {
	.mgroup-v2-hero-copy {
		width: 83%;
	}

	.mgroup-v2-approach-heading .mgroup-v2-eyebrow,
	.mgroup-v2-approach-heading h2,
	.mgroup-v2-approach-heading > p:last-child {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 600px) {
	.mgroup-v2-hero-copy {
		border-bottom: 1px solid var(--mgroup-crystal-silver);
		margin-left: 16px;
		padding: 26px 22px 30px;
		width: calc(100% - 32px);
	}

	.mgroup-v2-section {
		padding-bottom: 72px;
		padding-top: 72px;
	}

	.mgroup-home-v2 .mgroup-v2-eyebrow {
		padding-left: 34px;
	}

	/* Keep the main crystalline hero visible as a dedicated mobile image. */
	.mgroup-v2-hero {
		align-items: stretch;
		display: grid;
		grid-template-rows: 250px auto;
		min-height: 0;
		padding-bottom: 0;
	}

	.mgroup-v2-hero-image {
		grid-row: 1;
		height: 250px;
		inset: auto;
		object-position: center;
		opacity: 1;
		position: relative;
		width: 100%;
		z-index: 0;
	}

	.mgroup-v2-hero-copy {
		align-self: stretch;
		background: #fff;
		border-bottom: 1px solid var(--mgroup-crystal-silver);
		grid-row: 2;
		margin: 0;
		padding: 34px var(--mgroup-v2-pad) 40px;
		width: 100%;
	}
}
