.dj-landscaper-hero {
	--bg-cap-h: 80px;

	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	margin-top: 88px;
	padding: 0;
	background-image:
		url('/wp-content/uploads/2026/06/diamond-bg-top-v2.png'),
		url('/wp-content/uploads/2026/06/diamond-bg-cent.png'),
		url('/wp-content/uploads/2026/06/diamond-bg-bottom-v2.png');
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat;
	background-position:
		right top,
		center var(--bg-cap-h),
		left calc(100% - 2px);
	background-size:
		100% var(--bg-cap-h),
		100% calc(100% - (var(--bg-cap-h) * 2)),
		100% var(--bg-cap-h);
	overflow: hidden;
	box-sizing: border-box;
}

.dj-landscaper-hero::before,
.dj-landscaper-hero::after,
.dj-landscaper-hero-panel::before,
.dj-landscaper-hero-panel::after,
.dj-landscaper-hero-trim {
	display: none !important;
	content: none !important;
}

.dj-landscaper-hero-panel {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 156px 24px;
	background: transparent;
	box-sizing: border-box;
	z-index: 1;
}

.dj-landscaper-hero-inner {
	position: relative;
	z-index: 5;
	width: min(1600px, 100%);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(460px, 36%) 1fr;
	align-items: center;
	gap: 100px;
}

.dj-landscaper-hero-content {
	max-width: 560px;
}

.dj-landscaper-hero-title {
	color: var(--color-white);
	font-size: 51px;
	font-weight: 800 !important;
	line-height: 60px;
	letter-spacing: -1.02px;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.dj-landscaper-hero-text {
	font-family: 'Figtree';
	color: var(--color-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 24px;
}

.dj-landscaper-hero-button .wp-block-button__link {
	font-family: 'Figtree';
	background: var(--color-primary-500);
	color: var(--color-white);
	border-radius: 0;
	padding: 16px 24px;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	letter-spacing: 0.03px;
}

.dj-landscaper-hero-image {
	margin: 0;
}

.dj-landscaper-hero-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.dj-landscaper-hero {
		--bg-cap-h: 80px;		
    margin-top: 96px;
		background-size:
			150% var(--bg-cap-h),
			100% calc(100% - (var(--bg-cap-h) * 2)),
			150% var(--bg-cap-h);
	}

	.dj-landscaper-hero-panel {
		padding: 165px 40px;
	}

	.dj-landscaper-hero-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.dj-landscaper-hero-content {
		order: 1;
		max-width: 100%;
	}

	.dj-landscaper-hero-image {
		order: 2;
	}
	
	.dj-landscaper-hero-image img {
    margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.dj-landscaper-hero {
		--bg-cap-h: 70px;		
    margin-top: 32px;
		background-size:
			400% var(--bg-cap-h),
			100% calc(100% - (var(--bg-cap-h) * 2)),
			400% var(--bg-cap-h);
	}	

	.dj-landscaper-hero-panel {
		padding: 105px 24px;
	}

	.dj-landscaper-hero-inner {
		gap: 36px;
	}

	.dj-landscaper-hero-title {
		font-size: 26px;
		line-height: 32px;
		letter-spacing: -0.52px;
	}

	.dj-landscaper-hero-text {
		font-size: 16px;
		line-height: 22px;
	}

	.dj-landscaper-hero-button .wp-block-button__link {
		padding: 12px 16px;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0.03px;
	}
	
	.dj-landscaper-hero-image img {
		margin-top: 0;
	}
}

/* ========================================
   Editor Styles
======================================== */

.editor-styles-wrapper .dj-landscaper-hero {
	--bg-cap-h: 80px;

	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	margin-top: 88px !important;
	padding: 0 !important;

	background-image:
		url('/wp-content/uploads/2026/06/diamond-bg-top-v2.png'),
		url('/wp-content/uploads/2026/06/diamond-bg-cent.png'),
		url('/wp-content/uploads/2026/06/diamond-bg-bottom-v2.png') !important;

	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat !important;

	background-position:
		right top,
		center var(--bg-cap-h),
		left calc(100% - 2px) !important;

	background-size:
		100% var(--bg-cap-h),
		100% calc(100% - (var(--bg-cap-h) * 2)),
		100% var(--bg-cap-h) !important;

	overflow: hidden;
	box-sizing: border-box;
}

.editor-styles-wrapper .dj-landscaper-hero-panel {
	padding: 156px 24px !important;
	background: transparent !important;
	box-sizing: border-box;
}

.editor-styles-wrapper .dj-landscaper-hero-inner {
	width: 100% !important;
	max-width: 100% !important;

	display: grid;
	grid-template-columns: minmax(460px, 36%) 1fr;
	align-items: center;
	gap: 100px;
}

.editor-styles-wrapper .dj-landscaper-hero-content {
	max-width: 560px;
}

.editor-styles-wrapper .dj-landscaper-hero-title {
	color: var(--color-white);
	font-size: 50px;
	font-weight: 800;
	line-height: 68px;
	letter-spacing: -1.22px;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.editor-styles-wrapper .dj-landscaper-hero-text {
	color: var(--color-white);
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 32px;
}

.editor-styles-wrapper .dj-landscaper-hero-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

@media (max-width: 1024px) {

	.editor-styles-wrapper .dj-landscaper-hero {
		--bg-cap-h: 80px;

		margin-top: 96px !important;

		background-size:
			150% var(--bg-cap-h),
			100% calc(100% - (var(--bg-cap-h) * 2)),
			150% var(--bg-cap-h) !important;
	}

	.editor-styles-wrapper .dj-landscaper-hero-panel {
		padding: 130px 40px !important;
	}

	.editor-styles-wrapper .dj-landscaper-hero-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.editor-styles-wrapper .dj-landscaper-hero-content {
		order: 1;
		max-width: 100%;
	}

	.editor-styles-wrapper .dj-landscaper-hero-image {
		order: 2;
	}

	.editor-styles-wrapper .dj-landscaper-hero-title {
		font-size: 48px;
		line-height: 54px;
	}

	.editor-styles-wrapper .dj-landscaper-hero-text {
		margin: 0 0 24px;
	}
}

@media (max-width: 767px) {

	.editor-styles-wrapper .dj-landscaper-hero {
		--bg-cap-h: 70px;

		margin-top: 32px !important;

		background-size:
			400% var(--bg-cap-h),
			100% calc(100% - (var(--bg-cap-h) * 2)),
			400% var(--bg-cap-h) !important;
	}

	.editor-styles-wrapper .dj-landscaper-hero-panel {
		padding: 105px 24px !important;
	}

	.editor-styles-wrapper .dj-landscaper-hero-inner {
		gap: 36px;
	}

	.editor-styles-wrapper .dj-landscaper-hero-title {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: -0.56px;
	}

	.editor-styles-wrapper .dj-landscaper-hero-text {
		font-size: 16px;
		line-height: 22px;
	}

	.editor-styles-wrapper .dj-landscaper-hero-button .wp-block-button__link {
		padding: 12px 16px;
		font-size: 15px;
		line-height: 20px;
	}
}