/* Front-end AND editor styles.
   Selectors are scoped under .ims-hero-banner so theme defaults
   (which were turning the heading yellow) cannot override them. */

.ims-hero-banner {
	background: linear-gradient(135deg, #2c5f8d 0%, #1a3a52 100%);
}

.ims-hero-banner .ims-hero-banner__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1400px;
	margin: 0 auto;
	min-height: 480px;
}

.ims-hero-banner .ims-hero-banner__text {
	padding: 80px 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ims-hero-banner .ims-hero-eyebrow {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'Inter', -apple-system, sans-serif;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	margin: 0 0 20px;
}

.ims-hero-banner .ims-hero-heading {
	color: #ffffff;
	font-family: 'Montserrat', -apple-system, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 30px;
	line-height: 1.4;
	margin: 0;
}

.ims-hero-banner .ims-hero-banner__image {
	position: relative;
	min-height: 320px;
}

.ims-hero-banner .ims-hero-banner__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 900px) {
	.ims-hero-banner .ims-hero-banner__inner {
		grid-template-columns: 1fr;
	}
	.ims-hero-banner .ims-hero-banner__text {
		padding: 48px 32px;
	}
}
