.contact-page {
	padding: 8.75rem 0 5rem;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.84)),
		url('images/bg3-min.jpg') center top / cover no-repeat;
}

.contact-shell {
	position: relative;
	background: rgba(8, 8, 8, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.45);
	overflow: hidden;
}

.contact-shell::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(241, 52, 192, 0.82), rgba(255, 255, 255, 0));
	z-index: 3;
}

.contact-media-column {
	background: rgba(0, 0, 0, 0.3);
	padding: clamp(1.25rem, 2vw, 1.75rem);
}

.contact-content-column {
	background:
		linear-gradient(180deg, rgba(246, 243, 236, 0.94), rgba(246, 243, 236, 0.985)),
		url('images/bamboo_pattern-white-min.jpg') center/cover;
}

.contact-media {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	border: 1px solid rgba(198, 168, 106, 0.28);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
	background: #090909;
}

.contact-media::after {
	content: "";
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	width: 7rem;
	height: 7rem;
	background: url('images/brushstroke-min.png') center/contain no-repeat;
	opacity: 0.18;
	pointer-events: none;
}

.contact-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 700px;
	object-fit: cover;
}

.contact-media-placeholder {
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem;
	color: rgba(255, 255, 255, 0.84);
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	text-align: center;
	background:
		linear-gradient(180deg, rgba(13, 13, 13, 0.86), rgba(13, 13, 13, 0.62)),
		url('images/bg3-min.jpg') center/cover;
}

.contact-media-caption {
	position: absolute;
	left: 1.5rem;
	bottom: 1.5rem;
	z-index: 2;
	color: #fff;
	text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.contact-media-brand {
	display: block;
	font-family: 'Vidaloka', serif;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 0.95;
}

.contact-media-tag {
	display: block;
	margin-top: 0.15rem;
	color: #f134c0;
	font-family: 'Six Caps', sans-serif;
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	letter-spacing: 0.18em;
	line-height: 0.82;
	text-transform: uppercase;
}

.contact-content {
	position: relative;
	height: 100%;
	padding: clamp(2.5rem, 4vw, 4.25rem);
}

.contact-kicker {
	margin: 0;
	color: #171717;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.34em;
	text-transform: uppercase;
}

.contact-accent {
	margin: 0.35rem 0 0.55rem;
	color: #f134c0;
	font-family: 'Six Caps', sans-serif;
	font-size: clamp(2.5rem, 7vw, 5rem);
	letter-spacing: 0.18em;
	line-height: 0.76;
	text-transform: uppercase;
}

.contact-title {
	margin: 0 0 1.25rem;
	color: #141414;
	font-family: 'Vidaloka', serif;
	font-size: clamp(2.7rem, 5vw, 4.75rem);
	line-height: 1;
}

.contact-copy {
	margin: 0 0 2rem;
	color: #4c4641;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.8;
	max-width: 42rem;
}

.contact-copy p {
	margin: 0;
}

.contact-info-panel {
	margin: 0 0 2rem;
	padding: 1.75rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0.7rem;
	background:
		linear-gradient(180deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.96)),
		url('images/bg3-min.jpg') center/cover;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

.contact-info-panel .menu-contact-address {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(1.5rem, 2.5vw, 2.1rem);
	line-height: 1.35;
}

.contact-info-panel .menu-contact-link {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.contact-info-panel .menu-contact-link:hover {
	color: #f7d9ed;
}

.contact-info-panel .menu-icon-circle {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
}

.contact-info-panel .menu-instagram-badge {
	background: radial-gradient(circle at 60% 60%, #ffdc80, #fcaf45, #f77737, #fd1d1d, #e1306c, #c13584, #833ab4, #5851db, #405de6);
	border-radius: 50%;
}

.contact-info-panel .menu-icon-white {
	color: #fff;
}

.contact-body {
	position: relative;
	z-index: 1;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	color: #27211d;
	font-family: 'Open Sans', Arial, sans-serif;
}

.contact-body > * + * {
	margin-top: 1.4rem;
}

.contact-body h2,
.contact-body h3,
.contact-body h4 {
	margin: 0;
	color: #151515;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.contact-body h2 {
	font-size: 1.05rem;
}

.contact-body h3,
.contact-body h4 {
	font-size: 0.92rem;
}

.contact-body p,
.contact-body li {
	font-size: 1rem;
	line-height: 1.85;
}

.contact-body ul,
.contact-body ol {
	margin: 0;
	padding-left: 1.25rem;
}

.contact-body a {
	color: #111;
	text-decoration-color: rgba(241, 52, 192, 0.45);
	text-underline-offset: 0.2em;
}

.contact-body a:hover {
	color: #f134c0;
}

.contact-body .wp-block-group,
.contact-body .wp-block-columns,
.contact-body .wp-block-column,
.contact-body .wpforms-container,
.contact-body form {
	margin-bottom: 0;
}

.contact-body .wp-block-group,
.contact-body .wp-block-columns,
.contact-body .wpforms-container,
.contact-body form {
	padding: 1.4rem 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.6rem;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.contact-body .wp-block-group > * + *,
.contact-body .wpforms-container form > * + *,
.contact-body form > * + * {
	margin-top: 1rem;
}

.contact-body label {
	display: block;
	color: #4c4641;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.contact-body input,
.contact-body select,
.contact-body textarea {
	width: 100%;
	max-width: none;
	padding: 0.9rem 1rem;
	border: 1px solid #d7d1c6;
	border-radius: 0.45rem;
	background: #fff;
	color: #111;
	font-family: 'Open Sans', Arial, sans-serif;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-body input:focus,
.contact-body select:focus,
.contact-body textarea:focus {
	border-color: rgba(241, 52, 192, 0.55);
	box-shadow: 0 0 0 3px rgba(241, 52, 192, 0.12);
	outline: 0;
}

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

.contact-body button,
.contact-body input[type="submit"],
.contact-body .wp-element-button,
.contact-body .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.4rem;
	border: 1px solid rgba(241, 52, 192, 0.55);
	border-radius: 999px;
	background: #f134c0;
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: none;
}

.contact-body button:hover,
.contact-body input[type="submit"]:hover,
.contact-body .wp-element-button:hover,
.contact-body .wp-block-button__link:hover {
	background: #111;
	border-color: #c6a86a;
	color: #fff;
}

.contact-body .wpforms-field-label,
.contact-body .gfield_label,
.contact-body legend {
	color: #151515;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.contact-body .wpforms-field-container,
.contact-body .gform_fields {
	display: grid;
	gap: 1rem;
}

.contact-body .wpforms-error,
.contact-body .wpcf7-not-valid-tip,
.contact-body .gfield_validation_message,
.contact-body .wpforms-confirmation-container-full,
.contact-body .wpcf7-response-output {
	padding: 0.9rem 1rem;
	border: 1px solid rgba(241, 52, 192, 0.18);
	border-left: 4px solid #f134c0;
	border-radius: 0.45rem;
	background: rgba(255, 255, 255, 0.88);
	color: #171717;
	font-family: 'Open Sans', Arial, sans-serif;
}

.contact-body .page-links,
.contact-content .entry-footer {
	font-family: 'Open Sans', Arial, sans-serif;
}

@media (min-width: 992px) {
	.contact-shell {
		overflow: visible;
	}

	.contact-media-column {
		position: sticky;
		top: 0;
		align-self: flex-start;
		height: 100vh;
		padding: 0;
		z-index: 2;
	}

	.contact-media {
		height: 100vh;
		min-height: 100vh;
		border-width: 0 1px 0 0;
		box-shadow: none;
	}

	.contact-media img,
	.contact-media-placeholder {
		height: 100vh;
		min-height: 100vh;
	}

	.contact-media-caption {
		left: 2rem;
		bottom: 2rem;
	}
}

@media (max-width: 991.98px) {
	.contact-page {
		padding-top: 6.5rem;
	}

	.contact-media img,
	.contact-media-placeholder {
		min-height: 420px;
	}
}

@media (max-width: 767.98px) {
	.contact-content {
		padding: 2rem 1.3rem;
	}

	.contact-info-panel {
		padding: 1.25rem 1rem;
	}

	.contact-body .wp-block-group,
	.contact-body .wp-block-columns,
	.contact-body .wpforms-container,
	.contact-body form {
		padding: 1.2rem 1rem;
	}

	.contact-body button,
	.contact-body input[type="submit"],
	.contact-body .wp-element-button,
	.contact-body .wp-block-button__link {
		width: 100%;
	}
}
