.urlm-home-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: min(680px, calc(100svh - 72px));
	padding: clamp(76px, 13vw, 160px) 0 clamp(42px, 8vw, 74px);
	background:
		linear-gradient(90deg, rgba(9, 24, 19, 0.82) 0%, rgba(9, 24, 19, 0.58) 48%, rgba(9, 24, 19, 0.18) 100%),
		var(--urlm-hero-image) center / cover no-repeat;
	color: #fff;
}

.urlm-home-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 8px;
	background: linear-gradient(90deg, #0c6b4f, #d69648, #1e6f87);
	content: "";
}

.urlm-home-hero-inner {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.urlm-home-hero .urlm-theme-eyebrow {
	color: #f1b15f;
}

.urlm-home-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.4rem, 7vw, 5.7rem);
	line-height: 0.96;
	letter-spacing: 0;
}

.urlm-home-hero p {
	max-width: 660px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 2vw, 1.22rem);
	font-weight: 650;
}

.urlm-home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 22px;
}

.urlm-home-feature-band {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.urlm-home-feature-band > div {
	overflow: hidden;
	border: 1px solid #dce5df;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(22, 33, 29, 0.08);
}

.urlm-home-feature-band img {
	width: 100%;
	aspect-ratio: 16 / 8;
	object-fit: cover;
}

.urlm-home-feature-band h2,
.urlm-home-feature-band p {
	margin-right: 18px;
	margin-left: 18px;
}

.urlm-home-feature-band h2 {
	margin-top: 16px;
	margin-bottom: 6px;
	color: #10231b;
	font-size: 1.2rem;
	line-height: 1.15;
}

.urlm-home-feature-band p {
	margin-top: 0;
	margin-bottom: 18px;
	color: #53675e;
	font-size: 0.95rem;
}

.urlm-template-content > :first-child {
	margin-top: 0;
}

.urlm-index-post + .urlm-index-post {
	margin-top: 14px;
}

.urlm-index-post h1 {
	font-size: 1.35rem;
}

.urlm-index-post h1 a {
	color: #10231b;
	text-decoration: none;
}

.urlm-site-footer ul,
.urlm-site-footer .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

.urlm-site-footer a,
.urlm-site-footer .menu a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 920px) {
	.urlm-home-feature-band {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.urlm-home-hero {
		min-height: min(470px, calc(100svh - 66px));
		padding: 74px 0 34px;
	}

	.urlm-home-hero-inner {
		width: min(100% - 20px, 1180px);
	}

	.urlm-home-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.urlm-home-hero-actions .urlm-header-button {
		width: 100%;
	}

	.urlm-site-footer ul,
	.urlm-site-footer .menu {
		justify-content: flex-start;
	}
}
