.dilumek-hero-banner {
	--dilumek-hero-red: #f4070d;
	--dilumek-hero-navy: #144999;
	--dilumek-hero-white: #ffffff;
	background-color: #1a1a1a;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	display: flex;
	isolation: isolate;
	min-height: 750px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.dilumek-hero-banner *,
.dilumek-hero-banner *::before,
.dilumek-hero-banner *::after {
	box-sizing: inherit;
}

.dilumek-hero-banner__overlay {
	background-color: rgba(0, 0, 0, 0.45);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.dilumek-hero-banner__stripes {
	height: 180%;
	pointer-events: none;
	position: absolute;
	right: -170px;
	top: -40%;
	width: clamp(280px, 26vw, 360px);
	z-index: 2;
	transform: skewX(-14deg);
	transform-origin: right center;
}

.dilumek-hero-banner__stripes::before {
	background:
		linear-gradient(
			to left,
			var(--dilumek-hero-white) 0,
			var(--dilumek-hero-white) calc(100% - 68px),
			var(--dilumek-hero-navy) calc(100% - 68px),
			var(--dilumek-hero-navy) calc(100% - 36px),
			var(--dilumek-hero-red) calc(100% - 36px),
			var(--dilumek-hero-red) 100%
		);
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.dilumek-hero-banner__inner {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 1280px;
	padding: 72px clamp(24px, 5vw, 80px);
	position: relative;
	width: 100%;
	z-index: 3;
}

.dilumek-hero-banner__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: min(920px, 100%);
	padding-right: clamp(24px, 8vw, 120px);
}

.dilumek-hero-banner__accent,
.entry-content .dilumek-hero-banner .dilumek-hero-banner__accent,
.entry-content .wp-block-dilumek-hero-banner .dilumek-hero-banner__accent {
	-webkit-text-stroke: 6px var(--dilumek-hero-white);
	color: var(--dilumek-hero-red);
	font-family: "League Gothic", Impact, Haettenschweiler, sans-serif;
	font-size: clamp(72px, 10vw, 140px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.87;
	margin: 0;
	paint-order: stroke fill;
	text-transform: uppercase;
	vertical-align: middle;
}

.dilumek-hero-banner__heading,
.dilumek-hero-banner h1,
.entry-content .dilumek-hero-banner h1,
.entry-content .wp-block-dilumek-hero-banner h1.dilumek-hero-banner__heading,
.entry-content .wp-block-dilumek-hero-banner .dilumek-hero-banner__heading {
	border: 0;
	color: var(--dilumek-hero-white);
	font-family: "League Gothic", Impact, Haettenschweiler, sans-serif;
	font-size: clamp(36px, 5vw, 64px) !important;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.87 !important;
	margin: 0;
	max-width: none;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: normal;
}

.dilumek-hero-banner__heading-line {
	display: block;
	white-space: nowrap;
}

.dilumek-hero-banner__description,
.entry-content .dilumek-hero-banner .dilumek-hero-banner__description,
.entry-content .wp-block-dilumek-hero-banner .dilumek-hero-banner__description {
	color: var(--dilumek-hero-white);
	font-family: "DM Sans", sans-serif;
	font-size: clamp(16px, 1.8vw, 24px);
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 8px 0 0;
	max-width: none;
	vertical-align: middle;
	white-space: normal;
}

.dilumek-hero-banner__description-line {
	display: block;
	white-space: nowrap;
}

.dilumek-hero-banner--no-image {
	background-image: linear-gradient(135deg, #1c2433 0%, #0a1f3d 55%, #2a0f12 100%);
}

@media (max-width: 960px) {
	.dilumek-hero-banner {
		min-height: 680px;
	}

	.dilumek-hero-banner__stripes {
		right: -120px;
		width: clamp(220px, 28vw, 280px);
	}

	.dilumek-hero-banner__inner {
		padding: 56px 24px;
	}

	.dilumek-hero-banner__content {
		padding-right: 72px;
	}

	.dilumek-hero-banner__accent,
	.entry-content .dilumek-hero-banner .dilumek-hero-banner__accent,
	.entry-content .wp-block-dilumek-hero-banner .dilumek-hero-banner__accent {
		-webkit-text-stroke-width: 4px;
	}
}

@media (max-width: 600px) {
	.dilumek-hero-banner {
		min-height: 560px;
	}

	.dilumek-hero-banner__stripes {
		right: -110px;
		transform: skewX(-12deg);
		width: 80px;
	}

	.dilumek-hero-banner__stripes::before {
		background:
			linear-gradient(
				to left,
				var(--dilumek-hero-white) 0,
				var(--dilumek-hero-white) calc(100% - 28px),
				var(--dilumek-hero-navy) calc(100% - 28px),
				var(--dilumek-hero-navy) calc(100% - 15px),
				var(--dilumek-hero-red) calc(100% - 15px),
				var(--dilumek-hero-red) 100%
			);
	}

	.dilumek-hero-banner__inner {
		padding: 48px 20px;
	}

	.dilumek-hero-banner__content {
		gap: 10px;
		padding-right: 48px;
	}

	.dilumek-hero-banner__heading,
	.dilumek-hero-banner h1,
	.entry-content .dilumek-hero-banner h1,
	.entry-content .wp-block-dilumek-hero-banner h1.dilumek-hero-banner__heading {
		font-size: clamp(22px, 6.5vw, 36px) !important;
		max-width: none;
		white-space: normal;
	}

	.dilumek-hero-banner__heading-line {
		white-space: nowrap;
	}

	.dilumek-hero-banner__description {
		line-height: 1.2;
		max-width: none;
	}

	.dilumek-hero-banner__description-line {
		white-space: nowrap;
	}
}
