/**
 * LP — layout compartilhado das seções (base classes).
 * Tokens visuais (cores, ::before) ficam nos CSS específicos de cada LP.
 */

/**
 * Espaçamento mobile padronizado (banner e tipologias ficam fora).
 */
:root {
	--lp-section-pad-y: 64px;
	--lp-section-pad-x: 1.25rem;
	--lp-section-title-mb: 28px;
}

/**
 * Título + carrossel (decorado / genérico)
 */

.lp-titulo-carrossel {
	--lp-tc-intro-bg: #26362e;
	--lp-tc-intro-fg: #fff;
	--lp-tc-footer-bg: #d5d1c8;
	--lp-tc-nav-bg: rgba(120, 120, 120, 0.55);
	--lp-tc-nav-fg: #fff;
	--lp-tc-nav-hover: rgba(90, 90, 90, 0.72);
	--lp-tc-media-bg: #1a1a1a;
}

.lp-titulo-carrossel .lp-titulo-carrossel__media {
	position: relative;
	background: var(--lp-tc-media-bg);
}

.lp-titulo-carrossel .lp-titulo-carrossel__slide {
	position: relative;
	margin: 0;
}

.lp-titulo-carrossel .lp-titulo-carrossel__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;

	@media (min-width: 992px) {
		aspect-ratio: 21 / 9;
		min-height: 900px;
	}
}

/* Decorado — layout compartilhado entre LPs */
.lp-titulo-carrossel--onaugusta,
.lp-titulo-carrossel--onloefgreen,
.lp-titulo-carrossel--onmeloalves,
.lp-titulo-carrossel--onvilamadalena {
	/* ACF cor_de_fundo (--lp-tc-bg) sobrescreve o intro quando presente */
	background-color: transparent;
}

.lp-titulo-carrossel--onaugusta .lp-titulo-carrossel__intro,
.lp-titulo-carrossel--onloefgreen .lp-titulo-carrossel__intro,
.lp-titulo-carrossel--onmeloalves .lp-titulo-carrossel__intro,
.lp-titulo-carrossel--onvilamadalena .lp-titulo-carrossel__intro {
	background: var(--lp-tc-bg, var(--lp-tc-intro-bg));
	color: var(--lp-tc-intro-fg);
	text-align: center;
	padding: 0 1.25rem;

	@media (min-width: 992px) {
		padding: 0;
	}
}

.lp-titulo-carrossel--onaugusta .lp-titulo-carrossel__intro-inner,
.lp-titulo-carrossel--onloefgreen .lp-titulo-carrossel__intro-inner,
.lp-titulo-carrossel--onmeloalves .lp-titulo-carrossel__intro-inner,
.lp-titulo-carrossel--onvilamadalena .lp-titulo-carrossel__intro-inner {
	margin: 0 auto;
	padding: var(--lp-section-pad-y) var(--lp-section-pad-x);

	@media (min-width: 992px) {
		padding: 88px 1.25rem;
	}
}

.lp-titulo-carrossel--onaugusta .lp-titulo-carrossel__title,
.lp-titulo-carrossel--onloefgreen .lp-titulo-carrossel__title,
.lp-titulo-carrossel--onmeloalves .lp-titulo-carrossel__title,
.lp-titulo-carrossel--onvilamadalena .lp-titulo-carrossel__title {
	margin: 0;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.25;
	text-transform: uppercase;
}

.lp-titulo-carrossel--onaugusta .lp-titulo-carrossel__desc,
.lp-titulo-carrossel--onloefgreen .lp-titulo-carrossel__desc,
.lp-titulo-carrossel--onmeloalves .lp-titulo-carrossel__desc,
.lp-titulo-carrossel--onvilamadalena .lp-titulo-carrossel__desc {
	margin: 19px 0 0;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.45;

	@media (min-width: 992px) {
		margin-top: 39px;
	}
}

.lp-titulo-carrossel--onaugusta .lp-titulo-carrossel__desc > :first-child,
.lp-titulo-carrossel--onloefgreen .lp-titulo-carrossel__desc > :first-child,
.lp-titulo-carrossel--onmeloalves .lp-titulo-carrossel__desc > :first-child,
.lp-titulo-carrossel--onvilamadalena .lp-titulo-carrossel__desc > :first-child {
	margin-top: 0;
}

.lp-titulo-carrossel--onaugusta .lp-titulo-carrossel__desc > :last-child,
.lp-titulo-carrossel--onloefgreen .lp-titulo-carrossel__desc > :last-child,
.lp-titulo-carrossel--onmeloalves .lp-titulo-carrossel__desc > :last-child,
.lp-titulo-carrossel--onvilamadalena .lp-titulo-carrossel__desc > :last-child {
	margin-bottom: 0;
}

.lp-titulo-carrossel--onaugusta .lp-titulo-carrossel__caption,
.lp-titulo-carrossel--onloefgreen .lp-titulo-carrossel__caption,
.lp-titulo-carrossel--onmeloalves .lp-titulo-carrossel__caption,
.lp-titulo-carrossel--onvilamadalena .lp-titulo-carrossel__caption {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 2;
	max-width: min(70%, 520px);
	margin: 0;
	padding: 0.65rem 0.9rem;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.35;

	@media (min-width: 992px) {
		left: 1.5rem;
		bottom: 1.5rem;
		max-width: min(55%, 640px);
		padding: 0.8rem 1.1rem;
		font-size: 1.05rem;
	}
}

.lp-titulo-carrossel--onaugusta .owl-nav,
.lp-titulo-carrossel--onloefgreen .owl-nav,
.lp-titulo-carrossel--onmeloalves .owl-nav,
.lp-titulo-carrossel--onvilamadalena .owl-nav {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 3;
	display: flex;
	gap: 0.4rem;
	margin: 0;

	@media (min-width: 992px) {
		right: 100px;
		bottom: 50px;
	}
}

.lp-titulo-carrossel--onaugusta .owl-nav button.owl-prev,
.lp-titulo-carrossel--onaugusta .owl-nav button.owl-next,
.lp-titulo-carrossel--onloefgreen .owl-nav button.owl-prev,
.lp-titulo-carrossel--onmeloalves .owl-nav button.owl-prev,
.lp-titulo-carrossel--onvilamadalena .owl-nav button.owl-prev,
.lp-titulo-carrossel--onloefgreen .owl-nav button.owl-next,
.lp-titulo-carrossel--onmeloalves .owl-nav button.owl-next,
.lp-titulo-carrossel--onvilamadalena .owl-nav button.owl-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: var(--lp-tc-nav-bg) !important;
	color: var(--lp-tc-nav-fg);
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, opacity 0.2s ease;

	@media (min-width: 992px) {
		width: 75px;
		height: 75px;
	}
}

.lp-titulo-carrossel--onaugusta .owl-nav button:hover,
.lp-titulo-carrossel--onloefgreen .owl-nav button:hover,
.lp-titulo-carrossel--onmeloalves .owl-nav button:hover,
.lp-titulo-carrossel--onvilamadalena .owl-nav button:hover {
	background: var(--lp-tc-nav-hover) !important;
}

.lp-titulo-carrossel--onaugusta .owl-nav button.disabled,
.lp-titulo-carrossel--onloefgreen .owl-nav button.disabled,
.lp-titulo-carrossel--onmeloalves .owl-nav button.disabled,
.lp-titulo-carrossel--onvilamadalena .owl-nav button.disabled {
	opacity: 0.35;
	cursor: default;
}

.lp-titulo-carrossel--onaugusta .owl-dots,
.lp-titulo-carrossel--onloefgreen .owl-dots,
.lp-titulo-carrossel--onmeloalves .owl-dots,
.lp-titulo-carrossel--onvilamadalena .owl-dots {
	display: none;
}

/**
 * Título + carrossel fotos
 */

.lp-titulo-carrossel--onaugusta-fotos,
.lp-titulo-carrossel--onloefgreen-fotos,
.lp-titulo-carrossel--onmeloalves-fotos,
.lp-titulo-carrossel--onvilamadalena-fotos {
	--lp-tc-bg: #e8e4db;
	--lp-tc-title: #8c3b20;
	--lp-tc-nav-bg: rgba(40, 40, 40, 0.55);
	--lp-tc-nav-hover: rgba(20, 20, 20, 0.75);
	--owl-nav-icon-prev: var(--owl-nav-icon-prev-white);
	--owl-nav-icon-next: var(--owl-nav-icon-next-white);
	background-color: var(--lp-tc-bg);
	padding-top: var(--lp-section-pad-y);

	@media (min-width: 992px) {
		padding-top: 150px;
	}
}

.lp-titulo-carrossel--onaugusta-fotos .lp-titulo-carrossel__intro,
.lp-titulo-carrossel--onloefgreen-fotos .lp-titulo-carrossel__intro,
.lp-titulo-carrossel--onmeloalves-fotos .lp-titulo-carrossel__intro,
.lp-titulo-carrossel--onvilamadalena-fotos .lp-titulo-carrossel__intro {
	background: transparent;
	color: var(--lp-tc-title);
	text-align: center;
}

.lp-titulo-carrossel--onaugusta-fotos .lp-titulo-carrossel__intro-inner,
.lp-titulo-carrossel--onloefgreen-fotos .lp-titulo-carrossel__intro-inner,
.lp-titulo-carrossel--onmeloalves-fotos .lp-titulo-carrossel__intro-inner,
.lp-titulo-carrossel--onvilamadalena-fotos .lp-titulo-carrossel__intro-inner {
	margin: 0 auto;
	padding: 0 1.25rem;
	max-width: 1100px;
}

.lp-titulo-carrossel--onaugusta-fotos .lp-titulo-carrossel__title,
.lp-titulo-carrossel--onloefgreen-fotos .lp-titulo-carrossel__title,
.lp-titulo-carrossel--onmeloalves-fotos .lp-titulo-carrossel__title,
.lp-titulo-carrossel--onvilamadalena-fotos .lp-titulo-carrossel__title {
	margin: 0 0 var(--lp-section-title-mb);
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--lp-tc-title);

	@media (min-width: 992px) {
		margin-bottom: 150px;
	}
}

.lp-titulo-carrossel--onaugusta-fotos .lp-titulo-carrossel__caption,
.lp-titulo-carrossel--onloefgreen-fotos .lp-titulo-carrossel__caption,
.lp-titulo-carrossel--onmeloalves-fotos .lp-titulo-carrossel__caption,
.lp-titulo-carrossel--onvilamadalena-fotos .lp-titulo-carrossel__caption {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 2;
	max-width: min(75%, 560px);
	margin: 0;
	padding: 0.55rem 0.85rem;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.35;
	font-family: 'Archivo', sans-serif;

	@media (min-width: 992px) {
		left: 96px;
		bottom: 80px;
		max-width: min(50%, 640px);
		padding: 0.7rem 55px;
		font-size: 14px;
	}
}

.lp-titulo-carrossel--onaugusta-fotos .owl-nav,
.lp-titulo-carrossel--onloefgreen-fotos .owl-nav,
.lp-titulo-carrossel--onmeloalves-fotos .owl-nav,
.lp-titulo-carrossel--onvilamadalena-fotos .owl-nav {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	margin: 0;
}

.lp-titulo-carrossel--onaugusta-fotos .owl-nav button.owl-prev,
.lp-titulo-carrossel--onaugusta-fotos .owl-nav button.owl-next,
.lp-titulo-carrossel--onloefgreen-fotos .owl-nav button.owl-prev,
.lp-titulo-carrossel--onmeloalves-fotos .owl-nav button.owl-prev,
.lp-titulo-carrossel--onvilamadalena-fotos .owl-nav button.owl-prev,
.lp-titulo-carrossel--onloefgreen-fotos .owl-nav button.owl-next,
.lp-titulo-carrossel--onmeloalves-fotos .owl-nav button.owl-next,
.lp-titulo-carrossel--onvilamadalena-fotos .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: var(--lp-tc-nav-bg) !important;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, opacity 0.2s ease;

	@media (min-width: 992px) {
		width: 64px;
		height: 64px;
	}
}

.lp-titulo-carrossel--onaugusta-fotos .owl-nav button.owl-prev,
.lp-titulo-carrossel--onloefgreen-fotos .owl-nav button.owl-prev,
.lp-titulo-carrossel--onmeloalves-fotos .owl-nav button.owl-prev,
.lp-titulo-carrossel--onvilamadalena-fotos .owl-nav button.owl-prev {
	left: 24px;

	@media (min-width: 992px) {
		left: 96px;
	}
}

.lp-titulo-carrossel--onaugusta-fotos .owl-nav button.owl-next,
.lp-titulo-carrossel--onloefgreen-fotos .owl-nav button.owl-next,
.lp-titulo-carrossel--onmeloalves-fotos .owl-nav button.owl-next,
.lp-titulo-carrossel--onvilamadalena-fotos .owl-nav button.owl-next {
	right: 24px;

	@media (min-width: 992px) {
		right: 96px;
	}
}

.lp-titulo-carrossel--onaugusta-fotos .owl-nav button:hover,
.lp-titulo-carrossel--onloefgreen-fotos .owl-nav button:hover,
.lp-titulo-carrossel--onmeloalves-fotos .owl-nav button:hover,
.lp-titulo-carrossel--onvilamadalena-fotos .owl-nav button:hover {
	background: var(--lp-tc-nav-hover) !important;
}

.lp-titulo-carrossel--onaugusta-fotos .owl-nav button.disabled,
.lp-titulo-carrossel--onloefgreen-fotos .owl-nav button.disabled,
.lp-titulo-carrossel--onmeloalves-fotos .owl-nav button.disabled,
.lp-titulo-carrossel--onvilamadalena-fotos .owl-nav button.disabled {
	opacity: 0.35;
	cursor: default;
}

/**
 * Diferenciais
 */

.lp-diferenciais {
	--lp-diferenciais-bg: #1e2d24;
	--lp-diferenciais-fg: #fff;
	position: relative;
	overflow: hidden;
	padding: var(--lp-section-pad-y) var(--lp-section-pad-x);
	background-color: var(--lp-diferenciais-bg);
	color: var(--lp-diferenciais-fg);

	@media (min-width: 992px) {
		padding: 120px 1.25rem 120px;
	}
}

.lp-diferenciais .lp-diferenciais__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1750px;
	margin: 0 auto;
}

.lp-diferenciais .lp-diferenciais__title {
	margin: 0 0 var(--lp-section-title-mb);
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;

	@media (min-width: 992px) {
		margin-bottom: 140px;
	}
}

.lp-diferenciais .lp-diferenciais__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;

	@media (min-width: 992px) {
		gap: 80px 0;
	}
}

.lp-diferenciais .lp-diferenciais__item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	flex: 0 1 100%;
	max-width: 280px;

	@media (min-width: 640px) {
		flex: 0 1 calc(50% - 1rem);
	}

	@media (min-width: 992px) {
		flex: 0 1 calc(25% - 1.5rem);
		max-width: none;
		gap: 1rem;
	}
}

.lp-diferenciais .lp-diferenciais__icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
}

.lp-diferenciais .lp-diferenciais__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-diferenciais .lp-diferenciais__text {
	font-size: clamp(0.95rem, 1.4vw, 1.15rem);
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: var(--lp-diferenciais-fg);
}

.lp-diferenciais .lp-diferenciais__text strong,
.lp-diferenciais .lp-diferenciais__text b {
	font-weight: 700;
}

.lp-diferenciais .lp-diferenciais__note {
	margin: 50px auto 0;
	font-size: 0.8rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.45;
	text-align: center;
	opacity: 0.9;

	@media (min-width: 992px) {
		margin-top: 95px;
		font-size: 0.88rem;
	}
}

/**
 * Plantas
 */

.lp-plantas {
	--lp-plantas-bg: #f3f0ea;
	--lp-plantas-fg: #1a1a1a;
	--lp-plantas-accent: #8c3b20;
	--owl-nav-icon-prev: var(--owl-nav-icon-prev-white);
	--owl-nav-icon-next: var(--owl-nav-icon-next-white);
	position: relative;
	overflow: hidden;
	padding: var(--lp-section-pad-y) var(--lp-section-pad-x);
	background-color: var(--lp-plantas-bg);
	color: var(--lp-plantas-fg);

	@media (min-width: 992px) {
		padding: 120px 1.25rem 130px;
	}
}

.lp-plantas .lp-plantas__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.lp-plantas .lp-plantas__title {
	margin: 0 0 var(--lp-section-title-mb);
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	color: var(--lp-plantas-accent);
}

.lp-plantas .lp-plantas__tabs {
	position: relative;
	margin: 0 0 2rem;
}

.lp-plantas .lp-plantas__select-wrap {
	display: flex;
	justify-content: center;
	margin: 0 0 2rem;
}

.lp-plantas .lp-plantas__select {
	appearance: none;
	width: 100%;
	max-width: 560px;
	margin: 0;
	padding: 0.75rem 2.75rem 0.75rem 1rem;
	border: 1px solid var(--lp-plantas-fg);
	border-radius: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%231b3022' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 14px 8px;
	color: var(--lp-plantas-fg);
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.3;
	cursor: pointer;
}

.lp-plantas .lp-plantas__select:focus {
	outline: 2px solid var(--lp-plantas-accent);
	outline-offset: 2px;
}

.lp-plantas .lp-plantas__tabs-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;

	@media (min-width: 992px) {
		flex-direction: row;
	}
}

.lp-plantas .lp-plantas__tabs-list .owl-stage {
	padding-left: 0 !important;
}

.lp-plantas .lp-plantas__tabs-list.owl-carousel {
	display: block;
	padding: 0;
}

.lp-plantas .lp-plantas__tabs-list.owl-carousel .lp-plantas__tabs-item {
	display: flex;
	justify-content: center;
}

.lp-plantas .lp-plantas__tab {
	appearance: none;
	margin: 0;
	padding: 0.55rem 0.9rem;
	border: 1px solid transparent;
	background: transparent;
	color: var(--lp-plantas-fg);
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.2;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease;

	@media (min-width: 992px) {
		font-size: 0.95rem;
		padding: 0.65rem 1rem;
	}
}

.lp-plantas .lp-plantas__tab.is-active,
.lp-plantas .lp-plantas__tab:hover {
	color: var(--lp-plantas-accent);
}

.lp-plantas .lp-plantas__tab.is-active {
	border-color: var(--lp-plantas-accent);
}

.lp-plantas .lp-plantas__media {
	position: relative;
	margin: 0 auto;
}

.lp-plantas .lp-plantas__slide {
	margin: 0;
}

.lp-plantas .lp-plantas__image {
	display: block;
	width: 100%;
	max-height: 700px;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	object-fit: contain;

	@media (min-width: 992px) {
		max-width: 70%;
	}

	@media (min-width: 1500px) {
		max-width: 100%;
	}
}

.lp-plantas__carousel .owl-nav {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.lp-plantas__carousel .owl-nav button.owl-prev,
.lp-plantas__carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: var(--lp-plantas-accent) !important;
	color: #fff;
	font-size: 0;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.2s ease;

	@media (min-width: 992px) {
		width: 75px;
		height: 75px;
	}
}

.lp-plantas__carousel .owl-nav button.owl-prev {
	left: 0;

	@media (min-width: 1600px) {
		left: 100px;
	}
}

.lp-plantas__carousel .owl-nav button.owl-next {
	right: 0;

	@media (min-width: 1600px) {
		right: 100px;
	}
}

.lp-plantas__carousel .owl-nav button:hover {
	opacity: 0.85;
}

.lp-plantas__carousel .owl-nav button.disabled {
	opacity: 0.35;
	cursor: default;
}

.lp-plantas__carousel .owl-dots {
	display: flex;
	justify-content: center;
	gap: 45px;
	margin-top: 80px;

	@media (min-width: 992px) {
		gap: 100px;
	}
}

.lp-plantas__carousel .owl-dots button.owl-dot {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: 1px solid var(--lp-plantas-accent);
	border-radius: 50%;
	background: transparent !important;

	@media (min-width: 992px) {
		width: 24px;
		height: 24px;
	}
}

.lp-plantas__carousel .owl-dots button.owl-dot span {
	display: none;
}

.lp-plantas__carousel .owl-dots button.owl-dot.active {
	background: var(--lp-plantas-accent) !important;
}

/**
 * Estrutura / Lazer
 */

.lp-estrutura-lazer {
	--lp-estrutura-lazer-bg: #1e2d24;
	--lp-estrutura-lazer-fg: #fff;
	position: relative;
	overflow: hidden;
	padding: var(--lp-section-pad-y) var(--lp-section-pad-x);
	background-color: var(--lp-estrutura-lazer-bg);
	color: var(--lp-estrutura-lazer-fg);

	@media (min-width: 992px) {
		padding: 140px 50px 150px;
	}

	@media (min-width: 1600px) {
		padding: 140px 100px 150px;
	}
}

.lp-estrutura-lazer .lp-estrutura-lazer__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1750px;
	margin: 0 auto;
}

.lp-estrutura-lazer .lp-estrutura-lazer__title {
	margin: 0 0 var(--lp-section-title-mb);
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;

	@media (min-width: 992px) {
		margin-bottom: 140px;
	}
}

.lp-estrutura-lazer .lp-estrutura-lazer__list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 40px 32px;
	margin: 0;
	padding: 0;
	list-style: none;

	@media (min-width: 992px) {
		flex-direction: row;
		align-items: center;
		gap: 80px 140px;
	}
}

.lp-estrutura-lazer .lp-estrutura-lazer__item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	flex: 0 1 auto;
	width: max-content;
	max-width: 100%;

	@media (min-width: 992px) {
		gap: 1rem;
	}
}

.lp-estrutura-lazer .lp-estrutura-lazer__icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
}

.lp-estrutura-lazer .lp-estrutura-lazer__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-estrutura-lazer .lp-estrutura-lazer__text {
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: var(--lp-estrutura-lazer-fg);
}

.lp-estrutura-lazer .lp-estrutura-lazer__text strong,
.lp-estrutura-lazer .lp-estrutura-lazer__text b {
	font-weight: 700;
}

.lp-estrutura-lazer .lp-estrutura-lazer__note {
	margin: 50px auto 0;
	max-width: 920px;
	font-size: 0.8rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.45;
	text-align: center;
	opacity: 0.9;

	@media (min-width: 992px) {
		margin-top: 95px;
		font-size: 0.88rem;
	}
}

/**
 * Vídeo institucional
 */

.lp-video {
	--lp-video-bg: #f3f3f3;
	--lp-video-title: #1a1a1a;
	background-color: var(--lp-video-bg);
	padding: var(--lp-section-pad-y) var(--lp-section-pad-x);

	@media (min-width: 992px) {
		padding: 100px 40px;
	}

	@media (min-width: 1500px) {
		padding: 100px 75px;
	}
}

.lp-video__inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.lp-video__title {
	margin: 0 0 var(--lp-section-title-mb);
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	color: var(--lp-video-title);

	@media (min-width: 992px) {
		margin-bottom: 72px;
	}
}

.lp-video__frame-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
	background-color: #000;
}

.lp-video__frame {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

/**
 * Localização
 */

.lp-localizacao {
	--lp-localizacao-bg: #e8e4db;
	--lp-localizacao-title: #92381b;
	background-color: var(--lp-localizacao-bg);
	padding: var(--lp-section-pad-y) var(--lp-section-pad-x) 0;

	@media (min-width: 992px) {
		padding: 190px 40px 0;
	}

	@media (min-width: 1500px) {
		padding: 190px 75px 0;
	}
}

.lp-localizacao .lp-localizacao__inner {
	width: 100%;
	max-width: 1750px;
	margin: 0 auto;
}

.lp-localizacao .lp-localizacao__title {
	margin: 0 0 var(--lp-section-title-mb);
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	color: var(--lp-localizacao-title);

	@media (min-width: 992px) {
		margin-bottom: 72px;
	}
}

.lp-localizacao .lp-localizacao__map {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	min-height: 320px;

	@media (min-width: 992px) {
		min-height: 900px;
	}
}

.lp-localizacao .lp-localizacao__map iframe {
	display: block;
	width: 100%;
	height: 320px;
	border: 0;

	@media (min-width: 992px) {
		height: 900px;
		min-height: 900px;
	}
}

/**
 * Contato
 */

.lp-contato {
	--lp-contato-bg: #e8e4db;
	--lp-contato-accent: #92381b;
	--lp-contato-field-bg: #d9d5cc;
	--lp-contato-input-bg: #b2b2b2;
	--lp-contato-input-fg: #1a1a1a;
	--lp-contato-input-border: #92381b;
	--lp-contato-input-focus-bg: #ebe7df;
	--lp-contato-label: #1a1a1a;
	--lp-contato-error: #b42318;
	--lp-contato-success: #1f6b5c;
	--lp-contato-submit-fg: #fff;
	background-color: var(--lp-contato-bg);
	padding: var(--lp-section-pad-y) var(--lp-section-pad-x);
	color: var(--lp-contato-accent);

	@media (min-width: 992px) {
		padding: 120px 40px 140px;
	}

	@media (min-width: 1500px) {
		padding: 120px 75px 140px;
	}
}

.lp-contato .lp-contato__inner {
	margin: 0 auto;
	text-align: center;
}

.lp-contato .lp-contato__header {
	margin-bottom: var(--lp-section-title-mb);

	@media (min-width: 992px) {
		margin: 0 auto 72px;
	}
}

.lp-contato .lp-contato__title {
	margin: 0;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--lp-contato-accent);
}

.lp-contato .lp-contato__form {
	display: flex;
	flex-direction: column;
	gap: 28px;
	text-align: left;

	@media (min-width: 992px) {
		max-width: 900px;
		margin: 0 auto;
		gap: 40px;
	}
}

.lp-contato .lp-contato__field {
	position: relative;
}

.lp-contato .lp-contato__label {
	position: absolute;
	top: 50%;
	left: calc(1rem + 3px);
	z-index: 1;
	margin: 0;
	color: var(--lp-contato-label);
	font-weight: 300;
	line-height: 1.2;
	pointer-events: none;
	transform: translateY(-50%);
	transform-origin: left center;
	transition: top 0.2s ease, transform 0.2s ease, font-size 0.2s ease;
}

.lp-contato .lp-contato__field:has(.lp-contato__input:focus) .lp-contato__label,
.lp-contato .lp-contato__field:has(.lp-contato__input:not(:placeholder-shown)) .lp-contato__label {
	top: 0.55rem;
	font-size: 0.75rem;
	transform: translateY(0);
}

.lp-contato .lp-contato__field--textarea .lp-contato__label {
	top: 0.65rem;
	transform: none;
}

.lp-contato .lp-contato__input,
.lp-contato .lp-contato__textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 1.5rem 1rem 0.45rem;
	background-color: var(--lp-contato-input-bg);
	border: 3px solid var(--lp-contato-input-border);
	border-radius: 0;
	color: var(--lp-contato-input-fg);
	font-weight: 300;
	line-height: 1.4;
	outline: none;
	appearance: none;
	box-shadow: none;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.lp-contato .lp-contato__textarea {
	min-height: 180px;
	padding: 2.25rem 1rem 0.75rem;
	resize: vertical;

	@media (min-width: 992px) {
		min-height: 240px;
	}
}

.lp-contato .lp-contato__input:focus,
.lp-contato .lp-contato__textarea:focus {
	border-color: var(--lp-contato-accent);
	background: var(--lp-contato-input-focus-bg);
}

.lp-contato .lp-contato__input.is-invalid,
.lp-contato .lp-contato__textarea.is-invalid {
	border-color: var(--lp-contato-error);
}

.lp-contato .lp-contato__error {
	display: block;
	margin-top: 0.4rem;
	color: var(--lp-contato-error);
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.3;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

.lp-contato .lp-contato__error[hidden] {
	display: none;
}

.lp-contato .lp-contato__feedback {
	margin: 0;
	text-align: center;
	font-size: 0.95rem;
	line-height: 1.4;
}

.lp-contato .lp-contato__feedback.is-success {
	color: var(--lp-contato-success);
}

.lp-contato .lp-contato__feedback.is-error {
	color: var(--lp-contato-error);
}

.lp-contato .lp-contato__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	align-self: center;
	min-width: 160px;
	margin-top: 0.5rem;
	padding: 0.85rem 2.25rem;
	border: 0;
	border-radius: 0;
	background: var(--lp-contato-accent);
	color: var(--lp-contato-submit-fg);
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 0.2s ease, background 0.2s ease;

	@media (min-width: 992px) {
		min-width: 280px;
		padding: 1rem 2.75rem;
	}
}

.lp-contato .lp-contato__submit:hover {
	opacity: 0.9;
}

.lp-contato .lp-contato__submit:disabled,
.lp-contato .lp-contato__submit.is-loading {
	opacity: 0.85;
	cursor: wait;
	pointer-events: none;
}

.lp-contato .lp-contato__submit-spinner,
.lp-contato .contato-home__submit-spinner {
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: lp-contato-spin 0.7s linear infinite;
}

@keyframes lp-contato-spin {
	to {
		transform: rotate(360deg);
	}
}

/**
 * Outros empreendimentos
 */

.lp-outros-empreendimentos {
	--lp-outros-bg: #f3f0ea;
	--lp-outros-title: #92381b;
	--lp-outros-card-bg: #2a2a2a;
	--lp-outros-card-overlay: rgba(0, 0, 0, 0.35);
	--lp-outros-card-overlay-hover: rgba(0, 0, 0, 0.48);
	background-color: var(--lp-outros-bg);
	padding: var(--lp-section-pad-y) var(--lp-section-pad-x);
	overflow: hidden;

	@media (min-width: 992px) {
		padding: 0 40px 140px 40px;
	}

	@media (min-width: 1500px) {
		padding: 0 100px 140px 100px;
	}
}

.lp-outros-empreendimentos .lp-outros-empreendimentos__inner {
	width: 100%;
}

.lp-outros-empreendimentos .lp-outros-empreendimentos__header {
	text-align: center;
}

.lp-outros-empreendimentos .lp-outros-empreendimentos__title {
	margin: 0 0 var(--lp-section-title-mb);
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	color: var(--lp-outros-title);

	@media (min-width: 992px) {
		margin-bottom: 140px;
	}
}

.lp-outros-empreendimentos .lp-outros-empreendimentos__carousel-wrap {
	position: relative;
}

/* Mobile: peek só do próximo (Owl aplica stagePadding nos dois lados). */
@media (max-width: 991px) {
	.lp-outros-empreendimentos .lp-outros-empreendimentos__carousel .owl-stage {
		padding-left: 0 !important;
	}
}

.lp-outros-empreendimentos .lp-outros-empreendimentos__card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 320px;
	margin: 0;
	padding: 1.5rem;
	overflow: hidden;
	background-color: var(--lp-outros-card-bg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	color: #fff;

	@media (min-width: 992px) {
		height: 510px;
		padding: 2rem;
	}
}

.lp-outros-empreendimentos .lp-outros-empreendimentos__card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--lp-outros-card-bg);
	opacity: 0.6;
}

.lp-outros-empreendimentos .lp-outros-empreendimentos__card-overlay {
	position: absolute;
	inset: 0;
	background: var(--lp-outros-card-overlay);
	transition: background 0.25s ease;
}

.lp-outros-empreendimentos .lp-outros-empreendimentos__card:hover .lp-outros-empreendimentos__card-overlay {
	background: var(--lp-outros-card-overlay-hover);
}

.lp-outros-empreendimentos .lp-outros-empreendimentos__card-title {
	position: relative;
	z-index: 1;
	max-width: 90%;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;

	@media (min-width: 992px) {
		font-size: 40px;
	}
}

.lp-outros-empreendimentos .owl-nav {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	margin: 0;
}

.lp-outros-empreendimentos .owl-nav button.owl-prev,
.lp-outros-empreendimentos .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent !important;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	opacity: 0.85;
	transition: opacity 0.2s ease;

	@media (min-width: 992px) {
		width: 48px;
		height: 48px;
	}
}

.lp-outros-empreendimentos .owl-nav button.owl-prev {
	left: 0.5rem;

	@media (min-width: 992px) {
		left: 0.75rem;
	}
}

.lp-outros-empreendimentos .owl-nav button.owl-next {
	right: 0.5rem;

	@media (min-width: 992px) {
		right: 0.75rem;
	}
}

.lp-outros-empreendimentos .owl-nav button:hover {
	opacity: 1;
}

.lp-outros-empreendimentos .owl-nav button.disabled {
	opacity: 0.3;
	cursor: default;
}

.lp-outros-empreendimentos .owl-nav button.owl-prev > span,
.lp-outros-empreendimentos .owl-nav button.owl-next > span {
	background-size: 22px 22px;

	@media (min-width: 992px) {
		background-size: 28px 28px;
	}
}
