/* MGH Text Image (Blue) – full-bleed image + blue content block. Image 696×696 desktop; content vertically centered. */

.mgh-split {
	width: 100%;
	margin-top: 60px;
	background-color: #2c3a60;
}

.mgh-split__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mgh-split__media {
	width: 100%;
	flex-shrink: 0;
}

.mgh-split .mgh-split__img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	vertical-align: middle;
}

.mgh-split__content {
	padding: 60px 20px;
	min-width: 0;
}

.mgh-split__title {
	margin: 0 0 20px;
	line-height: 1.2;
	color: #fff;
}

.mgh-split__description {
	margin: 0;
	line-height: 1.4;
	color: #fff;
}

.mgh-split__description + .mgh-split__email-wrap,
.mgh-split__description + .mgh-split__button-wrap {
	margin-top: 20px;
}

.mgh-split__email-wrap {
	margin: 0;
}

.mgh-split__email-wrap + .mgh-split__button-wrap {
	margin-top: 20px;
}

.mgh-split__email {
	color: #baa558;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.mgh-split__email:hover {
	text-decoration: underline;
	color: #baa558;
}

/* Gold button variant (on blue background) */
.mgh-split .mgh-button--gold {
	background-color: #baa558;
	color: #fff;
}

.mgh-split a.mgh-button--gold:hover {
	background-color: #9a8a48;
	color: #fff;
}

/* Desktop: row layout, image 696×696, 80px gap, content right padding 50px, content vertically centered */
@media (min-width: 1280px) {
	.mgh-split {
		margin-top: 100px;
	}

	.mgh-split__inner {
		flex-direction: row;
		align-items: stretch;
		gap: 80px;
	}

	.mgh-split__media {
		width: 696px;
		flex-shrink: 0;
	}

	.mgh-split .mgh-split__img {
		width: 696px;
		height: 696px;
		aspect-ratio: auto;
	}

	.mgh-split__content {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 50px 50px 50px 0;
	}

	.mgh-split__email {
		font-size: 18px;
		font-weight: 600;
	}
}
