html,
body,
.wp-site-blocks {
	overflow-x: hidden;
}

.dj-page-hero-context {
	position: relative;
	display: grid;
	grid-template-columns: minmax(520px, 43%) minmax(0, 1fr);
	width: 100vw;
	max-width: 100vw;
	min-height: 620px;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	background: var(--color-black);
	overflow: hidden;
	box-sizing: border-box;

	--dj-content-left: max(24px, calc((100vw - 1640px) / 2 + 24px));
}

.dj-page-hero-context-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--color-black);
	color: var(--color-white);
	padding: 75px 40px 90px var(--dj-content-left);
	min-height: 620px;
	box-sizing: border-box;
	z-index: 5;
}

.dj-page-hero-context-panel > * {
	max-width: 560px;
}

.dj-page-hero-context-panel::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 110px;
	height: 40px;
	background: var(--color-white);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.dj-page-hero-context-eyebrow {
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.dj-page-hero-context-title {
	color: var(--color-white);
	font-size: 61px;
	font-weight: 800 !important;
	line-height: 68px;
	letter-spacing: -1.22px;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.dj-page-hero-context-text {
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
	color: var(--color-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 24px;
}

.dj-page-hero-context-buttons {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.dj-page-hero-context-buttons .wp-block-button__link {
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
	background: var(--color-white);
	color: var(--color-black);
	border-radius: 0;
	padding: 16px 24px;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.03px;
	text-decoration: none;
	border: 2px solid var(--color-white);
}

.dj-page-hero-context-buttons .dj-transparent-btn .wp-block-button__link {
	background: transparent;
	color: var(--color-white);
	border-color: var(--color-white);
}

.dj-page-hero-context-buttons .dj-transparent-btn .wp-block-button__link:hover {
	background: var(--color-white);
	color: var(--color-black);
}

.dj-page-hero-context-image {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 620px;
	margin: 0;
	overflow: hidden;
}

.dj-page-hero-context-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: cover;
	object-position: center center;
}

@media (max-width: 1180px) and (min-width: 1025px) {
	.dj-page-hero-context {
		grid-template-columns: minmax(455px, 49%) minmax(0, 1fr);
		--dj-content-left: 45px;
	}

	.dj-page-hero-context-panel {
		padding: 75px 40px 90px var(--dj-content-left);
	}

	.dj-page-hero-context-title {
		font-size: 54px;
		line-height: 60px;
	}
}

@media (max-width: 1024px) {
	.dj-page-hero-context {
		display: flex;
		flex-direction: column-reverse;
		min-height: auto;
	}

	.dj-page-hero-context-image,
	.dj-page-hero-context-image img {
		min-height: 360px;
		height: 360px;
	}

	.dj-page-hero-context-panel {
		width: 100%;
		min-height: auto;
		padding: 48px 40px 64px;
	}

	.dj-page-hero-context-panel > * {
		max-width: 100%;
	}

	.dj-page-hero-context-text {
		font-size: 17px;
		line-height: 24px;
		max-width: 640px;
		margin: 0 0 24px;
	}
}

@media (max-width: 767px) {
	.dj-page-hero-context-image,
	.dj-page-hero-context-image img {
		min-height: 300px;
		height: 300px;
	}

	.dj-page-hero-context-panel {
		padding: 24px 16px 64px;
	}

	.dj-page-hero-context-title {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: -0.56px;
	}

	.dj-page-hero-context-text {
		font-size: 16px;
		line-height: 20px;
	}

	.dj-page-hero-context-buttons {
		gap: 12px;
	}

	.dj-page-hero-context-buttons .wp-block-button__link {
		padding: 12px 16px;
		font-size: 15px;
		line-height: 20px;
	}
}

/* Equipment Hero
 ============================ */
.dj-equipment-hero .dj-page-hero-context-title {
	max-width: 520px;
}

.dj-equipment-hero-note {
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 20px;
	margin: 12px 0 0;
}

.dj-equipment-hero-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 420px;
	background: #ddd;
	color: #111;
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
}

.dj-equipment-hero .dj-page-hero-context-text > * {
	margin: 0;
}

.dj-equipment-hero .dj-page-hero-context-text > * + * {
	margin-top: 12px;
}

.dj-equipment-hero-parent {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.dj-equipment-hero-parent-arrow {
	font-size: 16px;
	line-height: 1;
}

.dj-equipment-hero-parent a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	text-decoration: none;
}

.dj-equipment-hero-parent a:hover {
	text-decoration: underline;
}

.dj-equipment-hero-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 620px;
	background: #f3f3f3;
	color: var(--color-black);
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 1024px) {

	.dj-equipment-hero-placeholder {
		min-height: 360px;
		height: 360px;
	}
}

@media (max-width: 767px) {

	.dj-equipment-hero-placeholder {
		min-height: 300px;
		height: 300px;
	}
}

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

.editor-styles-wrapper .dj-page-hero-context {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(360px, 38%) minmax(0, 1fr) !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 420px !important;
	margin: 0 !important;
	background: var(--color-black);
	overflow: hidden;
	box-sizing: border-box;
}

.editor-styles-wrapper .dj-page-hero-context-panel {
	min-height: 420px !important;
	padding: 55px 40px 75px 40px !important;
	background: var(--color-black);
	box-sizing: border-box;
}

.editor-styles-wrapper .dj-page-hero-context-panel > * {
	max-width: 560px;
}

.editor-styles-wrapper .dj-page-hero-context-eyebrow {
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
}

.editor-styles-wrapper .dj-page-hero-context-title {
	color: var(--color-white);
	font-size: clamp(34px, 4vw, 56px) !important;
	line-height: 1.08 !important;
	letter-spacing: -0.8px;
	margin-bottom: 8px;
}

.editor-styles-wrapper .dj-page-hero-context-text {
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
	color: var(--color-white);
	font-size: 16px !important;
	line-height: 22px !important;
	margin: 0 0 24px;
}

.editor-styles-wrapper .dj-page-hero-context-buttons {
	margin-top: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.editor-styles-wrapper .dj-page-hero-context-buttons .wp-block-button__link {
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
	padding: 12px 18px;
	font-size: 14px;
	line-height: 20px;
	border: 2px solid var(--color-white);
}

.editor-styles-wrapper .dj-page-hero-context-buttons .dj-transparent-btn .wp-block-button__link {
	background: transparent;
	color: var(--color-white);
	border-color: var(--color-white);
}

.editor-styles-wrapper .dj-page-hero-context-image,
.editor-styles-wrapper .dj-page-hero-context-image img {
	min-height: 420px !important;
	height: 420px !important;
}

.editor-styles-wrapper .dj-page-hero-context-image {
	margin: 0 !important;
	overflow: hidden;
}

.editor-styles-wrapper .dj-page-hero-context-image img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

@media (max-width: 1024px) {
	.editor-styles-wrapper .dj-page-hero-context {
		display: flex !important;
		flex-direction: column-reverse;
		min-height: auto !important;
	}

	.editor-styles-wrapper .dj-page-hero-context-image,
	.editor-styles-wrapper .dj-page-hero-context-image img {
		min-height: 300px !important;
		height: 300px !important;
	}

	.editor-styles-wrapper .dj-page-hero-context-panel {
		min-height: auto !important;
		padding: 48px 40px 64px !important;
	}

	.editor-styles-wrapper .dj-page-hero-context-panel > * {
		max-width: 100%;
	}

	.editor-styles-wrapper .dj-page-hero-context-title {
		font-size: 42px !important;
		line-height: 48px !important;
	}

	.editor-styles-wrapper .dj-page-hero-context-text {
		font-size: 17px !important;
		line-height: 24px !important;
		max-width: 640px;
	}
}

@media (max-width: 767px) {
	.editor-styles-wrapper .dj-page-hero-context-image,
	.editor-styles-wrapper .dj-page-hero-context-image img {
		min-height: 240px !important;
		height: 240px !important;
	}

	.editor-styles-wrapper .dj-page-hero-context-panel {
		padding: 24px 16px 64px !important;
	}

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

	.editor-styles-wrapper .dj-page-hero-context-text {
		font-size: 15px !important;
		line-height: 20px !important;
	}
}

/* Equipment Hero
 ============================ */
.editor-styles-wrapper .dj-equipment-hero .dj-page-hero-context-title {
	max-width: 520px;
}

.editor-styles-wrapper .dj-equipment-hero-note {
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 20px;
	margin: 12px 0 0;
}

.editor-styles-wrapper .dj-equipment-hero-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 420px;
	background: #ddd;
	color: #111;
    font-family: var(--wp--preset--font-family--body, 'Figtree'), sans-serif;
}

.editor-styles-wrapper .dj-equipment-hero .dj-page-hero-context-text > * {
	margin: 0;
}

.editor-styles-wrapper .dj-equipment-hero .dj-page-hero-context-text > * + * {
	margin-top: 12px;
}

.editor-styles-wrapper .dj-equipment-hero-parent {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.editor-styles-wrapper .dj-equipment-hero-parent-arrow {
	font-size: 16px;
	line-height: 1;
}

.editor-styles-wrapper .dj-equipment-hero-parent a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	text-decoration: none;
}

.editor-styles-wrapper .dj-equipment-hero-parent a:hover {
	text-decoration: underline;
}
