.signedge-home-hero {
	position: relative;
	min-height: 720px;
	overflow: hidden;
	background: radial-gradient(circle at 83% 31%, rgba(255, 173, 13, 0.15), transparent 28%), linear-gradient(115deg, #fff 0%, #f7f8fa 55%, #edf0f3 100%);
}

.signedge-home-hero::before {
	position: absolute;
	top: 46px;
	right: -8%;
	width: 31%;
	height: 580px;
	border-radius: 48% 0 0 48%;
	background: linear-gradient(145deg, rgba(255, 189, 40, 0.17), rgba(255, 173, 13, 0.035));
	content: "";
}

.signedge-home-hero__inner {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 80px), var(--signedge-max));
	min-height: 720px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
	gap: clamp(2.5rem, 5vw, 5rem);
	align-items: center;
}

.signedge-home-hero__copy {
	position: relative;
	z-index: 3;
	padding-block: 4rem;
}

.signedge-home-hero__eyebrow {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 1.7rem;
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(17, 19, 24, 0.09);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	color: #444953;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.signedge-home-hero__eyebrow::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--wp--preset--color--amber);
	box-shadow: 0 0 0 4px rgba(255, 173, 13, 0.14);
	content: "";
}

.signedge-home-hero h1 {
	max-width: 790px;
	margin: 0;
	font-size: clamp(3.5rem, 5.7vw, 5.35rem);
	font-weight: 780;
	line-height: 0.96;
	letter-spacing: -0.062em;
	text-wrap: balance;
}

.signedge-home-hero__edge {
	position: relative;
	color: #df8600;
}

.signedge-home-hero__edge::after {
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 8px;
	border-radius: 99px;
	background: linear-gradient(90deg, #ffad0d, #ffd875);
	content: "";
	opacity: 0.34;
}

.signedge-home-hero__intro {
	max-width: 620px;
	margin-top: 1.65rem;
	color: #565c66;
	font-size: 1.05rem;
}

.signedge-home-hero__visual {
	position: relative;
	min-height: 570px;
	margin: 2rem 0;
}

.signedge-home-hero__visual::before {
	position: absolute;
	top: 50px;
	right: -18px;
	bottom: 0;
	left: 34px;
	border-radius: 30px;
	background: linear-gradient(145deg, #ffc440, #f29b00);
	content: "";
	transform: rotate(2deg);
}

.signedge-home-hero__visual .wp-block-image {
	position: absolute;
	inset: 0 18px 20px 0;
	margin: 0;
	overflow: hidden;
	border: 8px solid rgba(255, 255, 255, 0.94);
	border-radius: 28px;
	box-shadow: var(--signedge-shadow-lifted);
}

.signedge-home-hero__visual .wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 68% center;
}

.signedge-home-proof {
	position: relative;
	z-index: 3;
	border-top: 1px solid rgba(17, 19, 24, 0.1);
	border-bottom: 6px solid var(--wp--preset--color--amber);
	background: #fff;
}

.signedge-home-proof__inner {
	width: min(calc(100% - 80px), var(--signedge-max));
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.signedge-home-proof__item {
	min-height: 126px;
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 1.4rem;
	border-right: 1px solid rgba(17, 19, 24, 0.1);
}

.signedge-home-proof__item:first-child {
	border-left: 1px solid rgba(17, 19, 24, 0.1);
}

.signedge-home-proof__item strong {
	color: #d27d00;
	font-size: 1.65rem;
	letter-spacing: -0.04em;
}

.signedge-home-proof__item span {
	color: #676d77;
	font-size: 0.62rem;
	font-weight: 780;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.signedge-home-services {
	background: #f4f6f8;
}

.signedge-home-projects {
	background: #15171c;
	color: #fff;
}

.signedge-home-manufacturing__image img {
	width: 100%;
	min-height: 560px;
	object-fit: cover;
	border-radius: var(--signedge-radius-lg);
	box-shadow: var(--signedge-shadow-lifted);
}

.signedge-home-manufacturing__copy {
	padding: clamp(1rem, 5vw, 4rem);
}

.signedge-home-cta {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 92% 7%, rgba(255, 173, 13, 0.18), transparent 28%), #13151a;
	color: #fff;
}

.signedge-home-cta::before {
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, #08ab62 0 18%, #2ab6d6 18% 37%, #6d28d9 37% 54%, #ffb400 54% 74%, #ff3131 74% 100%);
	content: "";
}

@media (max-width: 900px) {
	.signedge-home-hero__inner {
		width: calc(100% - 32px);
		grid-template-columns: 1fr;
	}

	.signedge-home-hero__copy {
		padding-bottom: 0;
	}

	.signedge-home-hero__visual {
		min-height: min(78vw, 560px);
	}

	.signedge-home-proof__inner {
		width: calc(100% - 32px);
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.signedge-home-hero h1 {
		font-size: clamp(3rem, 13.6vw, 4.2rem);
	}

	.signedge-home-proof__inner {
		grid-template-columns: 1fr;
	}

	.signedge-home-proof__item {
		min-height: 90px;
	}
}
