/* SecÃƒÂ§ÃƒÂ£o projetos Ã¢â‚¬â€ homepage */

.lh-projetos {
	position: relative;
	background-color: var(--theme-palette-color-1);
	color: #211b1b;
	padding: 0 0 clamp(4rem, 8vw, 6rem);
}

.lh-projetos__frame {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: clamp(34rem, 75vh, 50rem);
	overflow: visible;
	isolation: isolate;
}

.lh-projetos__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.lh-projetos__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(34rem, 68vh, 50rem);
	object-fit: cover;
	object-position: center center;
}

.lh-projetos__inner {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: min(40%, 50rem);
	margin-left: calc(var(--lh-site-margin) + var(--lh-site-gutter));
	margin-right: auto;
}

.lh-projetos__intro {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.lh-projetos__badge {
	border-color: #211b1b;
}

.lh-projetos__title {
	margin: 0 0 0.65rem;
	max-width: 100%;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #211b1b !important;
}

.lh-projetos__subtitle {
	margin: 0 0 clamp(1.5rem, 2.5vw, 2rem);
	max-width: 100%;
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	font-weight: 600;
	line-height: 1.35;
	color: #211b1b;
}

.lh-projetos__panel {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	min-height: 0;
	padding: clamp(2.5rem, 4vw, 3.25rem) clamp(1.75rem, 2.8vw, 2.35rem) clamp(1.75rem, 2.8vw, 2.35rem);
	background-color: var(--theme-palette-color-1);
	color: #211b1b;
}

.lh-projetos__description {
	font-size: clamp(1.05rem, 1.2vw, 1.15rem);
	line-height: 1.5;
	color: rgba(33, 27, 27, 0.88);
}

.lh-projetos__description p {
	margin: 0;
}

.lh-projetos__description p + p {
	margin-top: 1rem;
}

.lh-projetos__cta {
	display: inline-flex;
	align-items: baseline;
	gap: 0.45rem;
	margin-top: clamp(1.25rem, 2vw, 1.75rem);
	color: #211b1b;
	font-size: clamp(1rem, 1.1vw, 1.08rem);
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.lh-projetos__cta-label {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-skip-ink: none;
}

.lh-projetos__cta:hover,
.lh-projetos__cta:focus-visible {
	opacity: 0.7;
}

.lh-projetos__cta-arrow {
	line-height: 1;
}

.lh-projetos__arch {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	width: 45%;
	height: min(85%, 42rem);
	max-height: 80vh;
	transform: translateY(-50%);
	pointer-events: none;
}

.lh-projetos__arch-svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
}

@media (max-width: 991px) {
	.lh-projetos__inner {
		width: min(58%, 34rem);
		max-width: calc(100% - 2rem);
	}

	.lh-projetos__arch {
		width: 42%;
	}
}

@media (max-height: 820px) and (min-width: 768px) {
	.lh-projetos__frame,
	.lh-projetos__image {
		min-height: clamp(30rem, 92vh, 40rem);
	}

	.lh-projetos__panel {
		padding: clamp(2rem, 3.2vw, 2.5rem) clamp(1.35rem, 2.2vw, 1.85rem) clamp(1.35rem, 2.2vw, 1.85rem);
	}
}

@media (max-width: 767px) {
	.lh-projetos {
		padding-bottom: clamp(2.5rem, 8vw, 4rem);
	}

	.lh-projetos__frame {
		display: flex;
		flex-direction: column;
		min-height: 0;
		overflow: visible;
	}

	.lh-projetos__media {
		position: relative;
		inset: auto;
		z-index: 1;
		min-height: 0;
	}

	.lh-projetos__media::after {
		content: '';
		position: absolute;
		inset: 0;
		z-index: 1;
		background: linear-gradient(to top, #362e2e 0%, rgba(54, 46, 46, 0) 100%);
		pointer-events: none;
	}

	.lh-projetos__image {
		display: block;
		width: 100%;
		height: auto;
		min-height: clamp(14rem, 62vw, 20rem);
		max-height: none;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		object-position: center center;
	}

	.lh-projetos__arch {
		display: none;
	}

	.lh-projetos__inner {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		padding: 0 var(--lh-site-gutter);
	}

	.lh-projetos__intro {
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		z-index: 3;
		padding: clamp(1.25rem, 5vw, 1.75rem) var(--lh-site-gutter);
	}

	.lh-projetos__badge {
		border-color: #f0eae6;
	}

	.lh-projetos__title {
		margin-bottom: 0.4rem;
		color: #f0eae6 !important;
	}

	.lh-projetos__subtitle {
		margin-bottom: 0;
		font-size: clamp(0.9rem, 3.8vw, 1rem);
		font-weight: 600;
		line-height: 1.4;
		color: #f0eae6;
	}

	.lh-projetos__panel {
		display: flex;
		flex-direction: column;
		min-height: 0;
		margin-top: clamp(1.25rem, 4.5vw, 1.75rem);
		padding: 0;
		background-color: transparent;
	}

	.lh-projetos__description {
		font-size: clamp(0.95rem, 3.8vw, 1.05rem);
		line-height: 1.55;
	}

	.lh-projetos__description p + p {
		margin-top: 0.85rem;
	}

	.lh-projetos__cta {
		margin-top: clamp(1rem, 3.5vw, 1.25rem);
		font-size: clamp(0.95rem, 3.8vw, 1.05rem);
	}
}
