.commercial-page {
	padding-bottom: 0;
	background: #050c18;
}

.commercial-hero {
	height: auto;
	min-height: 100svh;
	position: relative;
	background: #050c18;
	overflow: hidden;
}

.commercial-hero::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 8rem;
	background: linear-gradient(180deg, rgba(5, 12, 24, 0) 0%, rgba(5, 12, 24, 0.76) 55%, #050c18 100%);
	pointer-events: none;
	z-index: 2;
}

.commercial-hero__card {
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.5fr);
	height: auto;
	min-height: 100svh;
	position: relative;
	z-index: 1;
}

.commercial-hero__stripe {
	width: 100%;
	padding: calc(var(--ldg-site-header-offset) + 1rem) clamp(1.5rem, 5vw, 4.5rem) 4rem;
	background: transparent;
	overflow: visible;
}

.commercial-hero__stripe::before {
	content: "";
	position: absolute;
	inset: 0 -24% 0 -6rem;
	background: linear-gradient(90deg, #050c18 0%, #050c18 43%, rgba(5, 12, 24, 0.82) 72%, rgba(5, 12, 24, 0.38) 100%);
	border-right: 1px solid rgba(166, 132, 74, 0.18);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.26);
	transform: skewX(14deg);
	transform-origin: left center;
	z-index: -1;
}

.commercial-hero__content {
	width: min(74rem, calc(100% + 42rem));
	max-width: none;
	margin-right: -24rem;
	gap: 1rem;
	transform: translateY(-1.05rem);
}

.commercial-hero__title {
	max-width: 19ch;
	font-family: var(--ldg-font-body);
	font-size: clamp(2.45rem, 4.2vw, 4.2rem);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 0.94;
	text-transform: uppercase;
}

.commercial-hero__mid-text {
	max-width: 48rem;
	color: rgba(241, 242, 244, 0.9);
	font-family: var(--ldg-font-body);
	font-size: clamp(1.02rem, 1.56vw, 1.24rem);
}

.commercial-hero__proofs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 1rem;
	margin: 0.35rem 0 0;
	padding: 0;
	list-style: none;
}

.commercial-hero__proof {
	display: inline-flex;
	align-items: center;
	color: rgba(241, 242, 244, 0.84);
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.commercial-hero__proof::before {
	content: "";
	display: inline-block;
	width: 0.38rem;
	height: 0.38rem;
	margin-right: 0.55rem;
	border-radius: 999px;
	background: var(--ldg-brand-gold);
	flex: 0 0 auto;
}

.commercial-hero__actions {
	margin-top: 0.35rem;
}

.commercial-hero__media::before {
	background: linear-gradient(90deg, #050c18 0%, rgba(5, 12, 24, 0.8) 18%, rgba(5, 12, 24, 0.34) 40%, rgba(5, 12, 24, 0) 66%);
}

.commercial-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.commercial-page__anchor-target {
	height: 0;
}

.retail-restaurant-office-projects-hero {
	position: relative;
	min-height: 100svh;
	padding: clamp(7rem, 10vw, 9rem) 0 1.25rem;
	overflow: clip;
	display: flex;
	align-items: stretch;
	background: #050c18;
}

.retail-restaurant-office-projects-hero__media {
	position: absolute;
	inset: 0;
}

.retail-restaurant-office-projects-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(4, 10, 19, 0.42) 0%, rgba(4, 10, 19, 0.26) 34%, rgba(4, 10, 19, 0.84) 100%);
}

.retail-restaurant-office-projects-hero__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 22%, rgba(166, 132, 74, 0.16), transparent 24%),
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05), transparent 24%);
	pointer-events: none;
}

.retail-restaurant-office-projects-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(0.58) saturate(0.9) contrast(1.04);
}

.retail-restaurant-office-projects-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
}

.retail-restaurant-office-projects-hero__layout {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
}

.retail-restaurant-office-projects-hero__centerpiece {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(100%, 76rem);
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
}

.retail-restaurant-office-projects-hero__eyebrow {
	margin: 0 0 1.15rem;
	color: var(--ldg-brand-gold);
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
	text-transform: uppercase;
}

.retail-restaurant-office-projects-hero__title {
	margin: 0;
	max-width: 19ch;
	font-family: var(--ldg-font-display);
	font-size: clamp(2.55rem, 5.8vw, 4.85rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 0.92;
	text-align: center;
	text-transform: uppercase;
	color: rgba(241, 242, 244, 0.72);
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
	text-wrap: balance;
}

.retail-restaurant-office-projects-hero__trust-line {
	margin: 1.2rem 0 0;
	width: min(100%, 72rem);
	font-family: var(--ldg-font-body);
	color: rgba(241, 242, 244, 0.88);
	font-size: clamp(1rem, 1.45vw, 1.14rem);
	font-weight: 400;
	line-height: 1.72;
}

.retail-restaurant-office-projects-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.9rem;
	margin-top: 1.8rem;
}

.retail-restaurant-office-projects-hero__actions .button-link {
	min-width: 14rem;
}

.retail-restaurant-office-projects-hero__actions .button-link.is-secondary {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.16);
	color: #f3efe7;
}

.retail-restaurant-office-projects-hero__trust-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 1.4rem 2.4rem;
	margin-top: auto;
	padding: 0 0 clamp(1rem, 2.2vw, 1.6rem);
}

.retail-restaurant-office-projects-hero__trust-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex: 0 1 auto;
	min-width: 13rem;
	max-width: 20rem;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align: center;
}

.retail-restaurant-office-projects-hero__trust-value {
	display: block;
	margin-bottom: 0.45rem;
	font-family: var(--ldg-font-display);
	font-size: clamp(1.7rem, 2.6vw, 2.8rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #f7f2ea;
	text-transform: uppercase;
}

.retail-restaurant-office-projects-hero__trust-label {
	margin: 0;
	max-width: 28ch;
	margin-inline: auto;
	color: rgba(241, 242, 244, 0.78);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.retail-restaurant-office-projects-hero__trust-card--experience {
	width: min(24vw, 18rem);
}

.retail-restaurant-office-projects-hero__trust-card--projects {
	width: min(28vw, 20rem);
}

.retail-restaurant-office-projects-hero__trust-card--location {
	width: min(30vw, 22rem);
}

.retail-restaurant-office-projects-page__content {
	padding: clamp(3.5rem, 7vw, 5.5rem) 0 0;
	background: #050c18;
}

.retail-restaurant-office-projects-page__content-inner {
	color: rgba(241, 242, 244, 0.9);
	font-size: 1.02rem;
	line-height: 1.75;
}

.retail-restaurant-office-projects-page__content-inner > *:first-child {
	margin-top: 0;
}

.retail-restaurant-office-projects-page__content-inner > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 780px) {
	.retail-restaurant-office-projects-hero {
		padding: 6.6rem 0 1rem;
	}

	.retail-restaurant-office-projects-hero__centerpiece {
		padding: 0;
	}

	.retail-restaurant-office-projects-hero__title {
		max-width: 10ch;
		font-size: clamp(2.45rem, 9.5vw, 4rem);
	}

	.retail-restaurant-office-projects-hero__trust-line {
		width: 100%;
		font-size: clamp(1.02rem, 4.8vw, 1.2rem);
	}

	.retail-restaurant-office-projects-hero__trust-grid {
		gap: 0.95rem 1.15rem;
		padding-bottom: 1rem;
	}

	.retail-restaurant-office-projects-hero__trust-card,
	.retail-restaurant-office-projects-hero__trust-card--experience,
	.retail-restaurant-office-projects-hero__trust-card--projects,
	.retail-restaurant-office-projects-hero__trust-card--location {
		width: calc(50% - 0.6rem);
		min-width: 0;
		max-width: none;
	}

	.retail-restaurant-office-projects-hero__trust-value {
		font-size: clamp(1.4rem, 6vw, 2rem);
	}

	.retail-restaurant-office-projects-hero__trust-label {
		font-size: 0.72rem;
		letter-spacing: 0.08em;
	}

	.retail-restaurant-office-projects-hero__actions {
		gap: 0.75rem;
	}

	.retail-restaurant-office-projects-hero__actions .button-link {
		min-width: min(100%, 18rem);
	}

	.commercial-hero {
		height: auto;
	}

	.commercial-hero__card {
		grid-template-columns: 1fr;
	}

	.commercial-hero::after {
		height: 6rem;
	}

	.commercial-hero__stripe {
		padding: calc(var(--ldg-site-header-offset) + 0.35rem) 1.25rem 1.35rem;
	}

	.commercial-hero__stripe::before {
		inset: 0;
		transform: none;
		border-right: 0;
		box-shadow: none;
	}

	.commercial-hero__content {
		width: 100%;
		margin-right: 0;
		gap: 0.9rem;
		transform: none;
	}

	.commercial-hero__title {
		max-width: 10ch;
		font-size: clamp(2.2rem, 8.5vw, 3.5rem);
	}

	.commercial-hero__mid-text {
		max-width: 24rem;
		font-size: clamp(1.05rem, 4.8vw, 1.32rem);
	}

	.commercial-hero__proofs {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.55rem;
	}

	.commercial-hero__proof {
		width: auto;
		max-width: 18rem;
		justify-content: flex-start;
		font-size: 0.74rem;
		letter-spacing: 0.12em;
	}

	.commercial-hero__media::before {
		background: linear-gradient(180deg, rgba(5, 12, 24, 0.72) 0%, rgba(5, 12, 24, 0.64) 30%, rgba(5, 12, 24, 0.84) 100%);
	}

	.retail-restaurant-office-projects-page__content {
		padding-top: 2.5rem;
	}
}
