
/* GHZ Elementor homepage – scoped styling */
.ghz-home-hero,
.ghz-home-section,
.ghz-home-hero *,
.ghz-home-section * {
	box-sizing: border-box;
}

.ghz-home-inner {
	width: calc(100% - 80px) !important;
	max-width: none !important;
	margin-inline: auto !important;
}

.ghz-home-hero {
	position: relative;
	isolation: isolate;
	min-height: clamp(720px, 78vh, 940px);
	color: #fff;
	background-position: center center !important;
	background-size: cover !important;
	overflow: hidden;
}

.ghz-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(90deg, rgba(8, 12, 14, .94) 0%, rgba(8, 12, 14, .64) 50%, rgba(8, 12, 14, .22) 100%);
	pointer-events: none;
}

.ghz-home-hero > * {
	position: relative;
	z-index: 1;
}

.ghz-home-hero-content {
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
	align-items: flex-start !important;
	min-height: 650px;
	padding: 185px clamp(0px, 2vw, 32px) 78px !important;
}

.ghz-home-eyebrow,
.ghz-home-eyebrow p {
	margin: 0 0 14px !important;
	color: #f31930 !important;
	font-family: "Barlow Condensed", Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
}

.ghz-home-hero-title .elementor-heading-title {
	max-width: 900px;
	margin: 0;
	color: #fff !important;
	font-family: "Barlow Condensed", Arial, sans-serif !important;
	font-size: clamp(3.7rem, 8vw, 7.8rem) !important;
	font-weight: 800 !important;
	line-height: .92 !important;
	letter-spacing: .01em !important;
	text-transform: uppercase !important;
}

.ghz-home-hero-intro,
.ghz-home-hero-intro p {
	max-width: 680px;
	margin: 0 !important;
	color: #d9dfe1 !important;
	font-size: 1.3rem !important;
	line-height: 1.55 !important;
}

.ghz-home-button-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	margin-top: 27px;
}

.ghz-home-button {
	width: auto !important;
}

.ghz-home-button .elementor-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 13px 25px;
	border: 1px solid #f31930;
	border-radius: 4px;
	background: #f31930;
	color: #fff;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 1.13rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .035em;
	text-transform: uppercase;
	transition: .2s ease;
}

.ghz-home-button .elementor-button:hover {
	transform: translateY(-2px);
	border-color: #c90f25;
	background: #c90f25;
	color: #fff;
}

.ghz-home-button-outline .elementor-button {
	border-color: rgba(255,255,255,.68);
	background: transparent;
}

.ghz-home-button-outline .elementor-button:hover {
	border-color: #fff;
	background: #fff;
	color: #0d1316;
}

.ghz-home-trust {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 !important;
	background: rgba(0, 0, 0, .70);
	border-top: 1px solid rgba(255,255,255,.1);
}

.ghz-home-trust-item {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	min-height: 112px;
	padding: 24px 26px !important;
	border-right: 1px solid rgba(255,255,255,.1);
}

.ghz-home-trust-item:last-child {
	border-right: 0;
}

.ghz-home-trust-title .elementor-heading-title {
	margin: 0;
	color: #fff !important;
	font-family: "Barlow Condensed", Arial, sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	text-transform: uppercase !important;
}

.ghz-home-trust-text,
.ghz-home-trust-text p {
	margin: 4px 0 0 !important;
	color: #cbd1d3 !important;
	font-size: .95rem !important;
	line-height: 1.35 !important;
}

.ghz-home-section {
	padding: 100px 0 !important;
}

.ghz-home-section-light {
	background: #f4f5f5;
	color: #0d1316;
}

.ghz-home-section-dark {
	background: #0d1316;
	color: #fff;
}

.ghz-home-heading-row {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-end !important;
	justify-content: space-between !important;
	gap: 30px !important;
	margin-bottom: 42px;
}

.ghz-home-section-title {
	flex: 1 1 auto;
}

.ghz-home-section-title .elementor-heading-title {
	max-width: 1100px;
	margin: 0;
	color: inherit !important;
	font-family: "Barlow Condensed", Arial, sans-serif !important;
	font-size: clamp(2.6rem, 5vw, 4.8rem) !important;
	font-weight: 800 !important;
	line-height: .98 !important;
	letter-spacing: .01em !important;
	text-transform: uppercase !important;
}

.ghz-home-text-link {
	width: auto !important;
	flex: 0 0 auto !important;
}

.ghz-home-text-link .elementor-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #f31930;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.ghz-home-text-link .elementor-button:hover {
	background: transparent;
	color: #c90f25;
}

.ghz-home-services-grid,
.ghz-home-projects-grid {
	display: grid;
	gap: 24px;
}

.ghz-home-services-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ghz-home-projects-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ghz-home-service-card,
.ghz-home-project-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #dfe3e5;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(0,0,0,.05);
	transition: transform .22s ease, box-shadow .22s ease;
}

.ghz-home-service-card:hover,
.ghz-home-project-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.ghz-home-service-card > a,
.ghz-home-project-card > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #0d1316;
	text-decoration: none;
}

.ghz-home-service-card img,
.ghz-home-project-card img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.ghz-home-service-card img {
	aspect-ratio: 3 / 2;
}

.ghz-home-project-card img {
	aspect-ratio: 16 / 10;
}

.ghz-home-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.ghz-home-card-body h3 {
	margin: 0 0 10px;
	color: #0d1316;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-size: 1.7rem;
	font-weight: 800;
	line-height: .98;
	text-transform: uppercase;
}

.ghz-home-card-body p {
	margin: 0 0 1.15em;
	color: #0d1316;
	font-size: .94rem;
	line-height: 1.5;
}

.ghz-home-card-body > span:not(.ghz-home-project-location) {
	margin-top: auto;
	padding-top: 12px;
	color: #f31930;
	font-family: "Barlow Condensed", Arial, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.ghz-home-project-location {
	display: block;
	margin-bottom: 8px;
	color: #f31930;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ghz-home-split {
	display: grid !important;
	grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
	align-items: center !important;
	gap: 70px !important;
}

.ghz-home-split-left {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
}

.ghz-home-section-dark .ghz-home-section-title .elementor-heading-title,
.ghz-home-section-dark .ghz-home-about-text,
.ghz-home-section-dark .ghz-home-about-text p {
	color: #fff !important;
}

.ghz-home-about-text,
.ghz-home-about-text p {
	margin: 0 !important;
	font-size: 1rem !important;
	line-height: 1.65 !important;
}

.ghz-home-checks {
	width: 100%;
}

.ghz-home-check-list {
	margin: 30px 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.ghz-home-check-list li {
	position: relative;
	padding: 9px 0 9px 30px;
	color: #fff;
}

.ghz-home-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #f31930;
	font-weight: 800;
}

.ghz-home-industrial {
	position: relative;
	isolation: isolate;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
	min-height: 560px;
	padding: 50px !important;
	overflow: hidden;
	border: 1px solid #33434b;
	background-position: center !important;
	background-size: cover !important;
	box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

.ghz-home-industrial::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(9,14,16,.08), rgba(9,14,16,.90));
	pointer-events: none;
}

.ghz-home-industrial > * {
	position: relative;
	z-index: 1;
}

.ghz-home-address-small,
.ghz-home-address-small p {
	margin: 0 !important;
	color: #fff !important;
}

.ghz-home-address-title .elementor-heading-title {
	margin: 4px 0;
	color: #f31930 !important;
	font-family: "Barlow Condensed", Arial, sans-serif !important;
	font-size: 3rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

@media (max-width: 1500px) {
	.ghz-home-services-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1200px) {
	.ghz-home-inner {
		width: calc(100% - 48px) !important;
	}

	.ghz-home-split {
		grid-template-columns: 1fr 1fr;
		gap: 45px !important;
	}
}

@media (max-width: 1050px) {
	.ghz-home-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ghz-home-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ghz-home-trust-item:nth-child(2) {
		border-right: 0;
	}

	.ghz-home-trust-item:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
}

@media (max-width: 780px) {
	.ghz-home-inner {
		width: calc(100% - 30px) !important;
	}

	.ghz-home-hero {
		min-height: 720px;
	}

	.ghz-home-hero-content {
		min-height: 590px;
		padding: 130px 0 55px !important;
	}

	.ghz-home-hero-title .elementor-heading-title {
		font-size: clamp(3rem, 17vw, 5.2rem) !important;
	}

	.ghz-home-hero-intro,
	.ghz-home-hero-intro p {
		font-size: 1.08rem !important;
	}

	.ghz-home-trust-item {
		min-height: 96px;
		padding: 17px 18px !important;
	}

	.ghz-home-section {
		padding: 70px 0 !important;
	}

	.ghz-home-heading-row {
		flex-direction: column !important;
		align-items: flex-start !important;
		margin-bottom: 32px;
	}

	.ghz-home-services-grid,
	.ghz-home-projects-grid,
	.ghz-home-split {
		grid-template-columns: 1fr;
	}

	.ghz-home-split {
		gap: 45px !important;
	}

	.ghz-home-industrial {
		min-height: 350px;
		padding: 30px !important;
	}
}

@media (min-width: 1900px) {
	.ghz-home-inner {
		width: calc(100% - 140px) !important;
	}

	.ghz-home-services-grid,
	.ghz-home-projects-grid {
		gap: 28px;
	}
}
