/* ============================================================
   PAGE — Contato
   Identidade visual MPM
   ============================================================ */

/* Hero */

.mpm-contact-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 520px;
	display: flex;
	align-items: center;
	background:
		radial-gradient(circle at 50% 0%, rgba(215, 193, 173, 0.13), transparent 34%),
		radial-gradient(circle at 14% 84%, rgba(215, 193, 173, 0.07), transparent 30%),
		radial-gradient(circle at 86% 70%, rgba(255, 255, 255, 0.035), transparent 30%),
		linear-gradient(135deg, #050505 0%, #10100f 44%, #050505 100%);
	color: #fff;
	text-align: center;
}

.mpm-contact-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.035) 0%,
			rgba(255, 255, 255, 0) 38%,
			rgba(0, 0, 0, 0.34) 100%
		);
}

.mpm-contact-hero::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
	width: min(760px, 78vw);
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(215, 193, 173, 0.42) 50%,
		transparent 100%
	);
}

.mpm-contact-hero .container {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 160px;
	padding-bottom: 100px;
}

.mpm-contact-hero__content {
	max-width: 900px;
	margin: 0 auto;
}

.mpm-contact-hero__chapeu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.38em;
	text-transform: uppercase;
}

.mpm-contact-hero__chapeu::before,
.mpm-contact-hero__chapeu::after {
	content: "";
	width: clamp(42px, 7vw, 96px);
	height: 1px;
	background: rgba(215, 193, 173, 0.42);
}

.mpm-contact-hero__title {
	margin: 0 auto;
	max-width: 860px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 5vw, 76px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: #d7c1ad;
}

.mpm-contact-hero__text {
	max-width: 700px;
	margin: 28px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 1.25vw, 19px);
	font-weight: 400;
	line-height: 1.68;
}

.mpm-contact-hero__text p {
	margin: 0;
}

/* Main */

.mpm-contact-main {
	position: relative;
	overflow: hidden;
	background: #f3f0ec;
	color: #151515;
	padding: clamp(76px, 7vw, 108px) 0;
}

.mpm-contact-main::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 0%, rgba(21, 21, 21, 0.035), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 48%);
}

.mpm-contact-main .container {
	position: relative;
	z-index: 2;
}

.mpm-contact-main__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: clamp(34px, 5vw, 72px);
	align-items: start;
}

.mpm-contact-main__form {
	padding: clamp(32px, 4vw, 56px);
	background: #fff;
	border: 1px solid rgba(21, 21, 21, 0.08);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.06);
}

.mpm-contact-main__chapeu {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 18px;
	color: #151515;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.mpm-contact-main__chapeu::after {
	content: "";
	width: 56px;
	height: 1px;
	background: rgba(21, 21, 21, 0.36);
}

.mpm-contact-main__title,
.mpm-contact-map__title,
.mpm-contact-whatsapp__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 3.4vw, 52px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: #151515;
}

.mpm-contact-main__text {
	max-width: 680px;
	margin: 20px 0 0;
	color: rgba(21, 21, 21, 0.82);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.65;
}

.mpm-contact-main__shortcode {
	margin-top: 34px;
}

.mpm-contact-main__empty-form {
	margin-top: 34px;
	padding: 22px;
	background: rgba(215, 193, 173, 0.18);
	color: #151515;
	font-size: 15px;
}

.mpm-contact-main__shortcode form {
	display: grid;
	gap: 18px;
}

.mpm-contact-main__shortcode label {
	display: block;
	margin-bottom: 8px;
	color: #151515;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.mpm-contact-main__shortcode input:not([type="submit"]),
.mpm-contact-main__shortcode textarea,
.mpm-contact-main__shortcode select {
	width: 100%;
	min-height: 54px;
	border: 1px solid rgba(21, 21, 21, 0.16);
	background: #f8f6f3;
	color: #151515;
	padding: 14px 16px;
	font-size: 15px;
	outline: none;
	transition:
		border-color 0.22s ease,
		background-color 0.22s ease;
}

.mpm-contact-main__shortcode textarea {
	min-height: 140px;
	resize: vertical;
}

.mpm-contact-main__shortcode input:focus,
.mpm-contact-main__shortcode textarea:focus,
.mpm-contact-main__shortcode select:focus {
	border-color: rgba(21, 21, 21, 0.42);
	background: #fff;
}

.mpm-contact-main__shortcode input[type="submit"],
.mpm-contact-main__shortcode button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 15px 28px;
	border: 1px solid #151515;
	background: #151515;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		background-color 0.22s ease,
		color 0.22s ease;
}

.mpm-contact-main__shortcode input[type="submit"]:hover,
.mpm-contact-main__shortcode button[type="submit"]:hover {
	background: transparent;
	color: #151515;
}

/* Info */

.mpm-contact-info {
	position: sticky;
	top: 118px;
	padding: 32px;
	background: #050505;
	color: #fff;
	border: 1px solid rgba(215, 193, 173, 0.22);
}

.admin-bar .mpm-contact-info {
	top: 150px;
}

.mpm-contact-info__title {
	margin: 0 0 20px;
	color: #d7c1ad;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.mpm-contact-info__text {
	margin-bottom: 22px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	line-height: 1.6;
}

.mpm-contact-info__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.mpm-contact-info__item {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 14px;
	align-items: flex-start;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.45;
	text-decoration: none;
	transition: color 0.22s ease;
}

a.mpm-contact-info__item:hover,
a.mpm-contact-info__item:focus-visible {
	color: #d7c1ad;
	text-decoration: none;
}

.mpm-contact-info__item i {
	color: #d7c1ad;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

/* Map */

.mpm-contact-map {
	position: relative;
	overflow: hidden;
	background: #050505;
	color: #fff;
	padding: clamp(76px, 7vw, 108px) 0;
}

.mpm-contact-map::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 0%, rgba(215, 193, 173, 0.08), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 42%);
}

.mpm-contact-map .container {
	position: relative;
	z-index: 2;
}

.mpm-contact-map__header {
	max-width: 820px;
	margin: 0 auto clamp(34px, 4vw, 48px);
	text-align: center;
}

.mpm-contact-map__chapeu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.mpm-contact-map__chapeu::before,
.mpm-contact-map__chapeu::after {
	content: "";
	width: 56px;
	height: 1px;
	background: rgba(215, 193, 173, 0.42);
}

.mpm-contact-map__title {
	color: #d7c1ad;
}

.mpm-contact-map__text {
	max-width: 680px;
	margin: 20px auto 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 16px;
	line-height: 1.65;
}

.mpm-contact-map__embed {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	border: 1px solid rgba(215, 193, 173, 0.26);
	background: rgba(255, 255, 255, 0.035);
}

.mpm-contact-map__embed iframe {
	display: block;
	width: 100% !important;
	height: 420px !important;
	min-height: 420px;
	border: 0;
	filter: grayscale(1) contrast(0.94) brightness(0.92);
}

.mpm-contact-map__action {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.mpm-contact-map__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 52px;
	padding: 15px 28px;
	border: 1px solid rgba(215, 193, 173, 0.62);
	background: rgba(0, 0, 0, 0.16);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background-color 0.22s ease,
		border-color 0.22s ease,
		color 0.22s ease;
}

.mpm-contact-map__btn:hover,
.mpm-contact-map__btn:focus-visible {
	background: #d7c1ad;
	border-color: #d7c1ad;
	color: #050505;
	text-decoration: none;
}

/* WhatsApp CTA */

.mpm-contact-whatsapp {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #050505;
	color: #fff;
	padding: clamp(74px, 7vw, 104px) 0;
	text-align: center;
}

.mpm-contact-whatsapp::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(circle at 50% 0%, rgba(215, 193, 173, 0.13), transparent 34%),
		linear-gradient(135deg, #050505 0%, #10100f 44%, #050505 100%);
}

.mpm-contact-whatsapp__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	overflow: hidden;
	background: #050505;
}

.mpm-contact-whatsapp__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mpm-contact-whatsapp__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.92) 0%,
			rgba(0, 0, 0, 0.74) 42%,
			rgba(0, 0, 0, 0.52) 100%
		),
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.28) 0%,
			rgba(0, 0, 0, 0.76) 100%
		);
}

.mpm-contact-whatsapp .container {
	position: relative;
	z-index: 2;
}

.mpm-contact-whatsapp__content {
	max-width: 820px;
	margin: 0 auto;
}

.mpm-contact-whatsapp__title {
	color: #d7c1ad;
}

.mpm-contact-whatsapp__text {
	max-width: 680px;
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
}

.mpm-contact-whatsapp__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
	min-width: 315px;
	min-height: 52px;
	padding: 15px 28px;
	border: 1px solid rgba(215, 193, 173, 0.62);
	background: rgba(0, 0, 0, 0.16);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background-color 0.22s ease,
		border-color 0.22s ease,
		color 0.22s ease;
}

.mpm-contact-whatsapp__btn:hover,
.mpm-contact-whatsapp__btn:focus-visible {
	background: #d7c1ad;
	border-color: #d7c1ad;
	color: #050505;
	text-decoration: none;
}

.mpm-contact-whatsapp__btn i {
	font-size: 18px;
}

/* Responsivo */

@media (max-width: 991.98px) {
	.mpm-contact-hero {
		min-height: 500px;
	}

	.mpm-contact-hero .container {
		padding-top: 140px;
		padding-bottom: 76px;
	}

	.mpm-contact-main,
	.mpm-contact-map,
	.mpm-contact-whatsapp {
		padding: 62px 0;
	}

	.mpm-contact-main__grid {
		grid-template-columns: 1fr;
	}

	.mpm-contact-info {
		position: static;
	}
}

@media (max-width: 767.98px) {
	.mpm-contact-whatsapp__btn,
	.mpm-contact-map__btn {
		width: 100%;
		min-width: 0;
	}

	.mpm-contact-main__form,
	.mpm-contact-info {
		padding: 26px;
	}

	.mpm-contact-map__embed,
	.mpm-contact-map__embed iframe {
		min-height: 340px;
		height: 340px !important;
	}
}

@media (max-width: 575.98px) {
	.mpm-contact-hero {
		min-height: 460px;
	}

	.mpm-contact-hero .container {
		padding-top: 126px;
		padding-bottom: 58px;
	}

	.mpm-contact-hero__chapeu,
	.mpm-contact-map__chapeu {
		gap: 14px;
		font-size: 11px;
		letter-spacing: 0.24em;
	}

	.mpm-contact-hero__chapeu::before,
	.mpm-contact-hero__chapeu::after,
	.mpm-contact-map__chapeu::before,
	.mpm-contact-map__chapeu::after {
		width: 34px;
	}

	.mpm-contact-hero__title {
		font-size: 40px;
		line-height: 1.04;
	}

	.mpm-contact-hero__text {
		margin-top: 22px;
		font-size: 15.5px;
		line-height: 1.6;
	}

	.mpm-contact-main__title,
	.mpm-contact-map__title,
	.mpm-contact-whatsapp__title {
		font-size: 34px;
	}

	.mpm-contact-main__chapeu {
		gap: 14px;
		font-size: 11px;
		letter-spacing: 0.22em;
	}

	.mpm-contact-main__chapeu::after {
		width: 38px;
	}

	.mpm-contact-main__form,
	.mpm-contact-info {
		padding: 22px;
	}
}

/* Formulário HTML */

.mpm-contact-main__form-box {
	margin-top: 34px;
}

.mpm-contact-main__form-title {
	margin: 0 0 22px;
	color: #151515;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.mpm-contact-form {
	display: grid;
	gap: 18px;
}

.mpm-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.mpm-contact-form__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mpm-contact-form__field label {
	display: block;
	margin: 0;
	color: #151515;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.mpm-contact-form__field input,
.mpm-contact-form__field textarea {
	width: 100%;
	min-height: 54px;
	border: 1px solid rgba(21, 21, 21, 0.16);
	background: #f8f6f3;
	color: #151515;
	padding: 14px 16px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	outline: none;
	box-shadow: none;
	border-radius: 0;
	transition:
		border-color 0.22s ease,
		background-color 0.22s ease;
}

.mpm-contact-form__field textarea {
	min-height: 150px;
	resize: vertical;
}

.mpm-contact-form__field input::placeholder,
.mpm-contact-form__field textarea::placeholder {
	color: rgba(21, 21, 21, 0.42);
}

.mpm-contact-form__field input:focus,
.mpm-contact-form__field textarea:focus {
	border-color: rgba(21, 21, 21, 0.42);
	background: #fff;
}

.mpm-contact-form__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 8px;
}

.mpm-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 52px;
	padding: 15px 28px;
	border: 1px solid #151515;
	background: #151515;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
	transition:
		background-color 0.22s ease,
		color 0.22s ease,
		border-color 0.22s ease;
}

.mpm-contact-form__submit:hover,
.mpm-contact-form__submit:focus-visible {
	background: transparent;
	color: #151515;
	border-color: #151515;
}

.mpm-contact-form__submit i {
	color: currentColor;
	font-size: 14px;
	transition: transform 0.22s ease;
}

.mpm-contact-form__submit:hover i,
.mpm-contact-form__submit:focus-visible i {
	transform: translateX(4px);
}

.mpm-contact-form__notice {
	max-width: 280px;
	margin: 0;
	color: rgba(21, 21, 21, 0.58);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

@media (max-width: 767.98px) {
	.mpm-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.mpm-contact-form__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.mpm-contact-form__submit {
		width: 100%;
	}

	.mpm-contact-form__notice {
		max-width: none;
		text-align: center;
	}
}