.hm-hero {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.hm-hero__title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.hm-hero__image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.hm-page-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	min-height: clamp(20rem, 25vw, 26rem);
	padding: clamp(4rem, 6vw, 6.5rem) var(--hm-layout-gutter);
	background: linear-gradient(135deg, var(--hm-color-surface-medium) 0%, var(--hm-color-border-strong) 100%);
}

.hm-page-hero__title {
	margin: 0;
	color: var(--hm-color-text);
	font-size: clamp(3rem, 4vw, 4.5rem);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.03em;
}

/*
 * Die Leistungsnummer liegt im unteren Innenraum des Hero-Bereichs und nimmt
 * nicht am Layout teil. Dadurch bleibt die Titelposition identisch zu Seiten
 * ohne Nummer und die Hero-Höhe verändert sich nicht.
 */
.hm-page-hero__number {
	position: absolute;
	bottom: clamp(0.3rem, 0.45vw, 0.5rem);
	left: var(--hm-layout-gutter);
	margin: 0;
	color: var(--hm-color-border-soft);
	font-size: clamp(3.25rem, 5vw, 5.75rem);
	font-weight: 500;
	line-height: 0.85;
	letter-spacing: -0.05em;
}
