.contact-page {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 188px 100px 132px;
	background: #000;
	color: #fff;
}

.contact-page__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1240px);
	margin: 0 auto;
}

.contact-message,
.contact-location {
	display: grid;
	gap: 38px;
}

.contact-location {
	margin-top: 118px;
}

.contact-message__header,
.contact-location__header {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.72fr);
	gap: clamp(44px, 8vw, 118px);
	align-items: end;
}

.contact-message__header h1,
.contact-location__header h2 {
	margin: 0;
	color: #fff;
	font-family: var(--font-body);
	font-size: 40px;
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1.1;
}

.contact-message__header p,
.contact-location__header p {
	max-width: 470px;
	margin: 0;
	color: #adb2b1;
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
}

.contact-message__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
	gap: clamp(58px, 8vw, 112px);
	align-items: start;
}

.contact-form-panel {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	box-shadow: none;
}

.contact-form-panel .wpcf7,
.contact-form-panel .wpcf7-form {
	margin: 0;
}

.contact-form-panel .wpcf7-form {
	display: grid;
	gap: 16px;
}

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

.contact-form__field,
.contact-form__full,
.contact-form__consent {
	display: grid;
	gap: 9px;
	margin: 0;
	color: #adb2b1;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.contact-form__full,
.contact-form__turnstile,
.contact-form__consent,
.contact-form__submit {
	grid-column: 1 / -1;
}

.contact-form-panel .wpcf7-form-control-wrap {
	display: block;
}

.contact-form-panel input:not([type="submit"]),
.contact-form-panel select,
.contact-form-panel textarea {
	display: block;
	width: 100%;
	min-height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.035);
	color: #fff;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	outline: none;
	padding: 12px 14px;
	transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.contact-form-panel select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--color-gold) 50%),
		linear-gradient(135deg, var(--color-gold) 50%, transparent 50%);
	background-position:
		calc(100% - 20px) 50%,
		calc(100% - 14px) 50%;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
}

.contact-form-panel textarea {
	min-height: 72px;
	resize: vertical;
}

.contact-form-panel input:not([type="submit"]):focus,
.contact-form-panel select:focus,
.contact-form-panel textarea:focus {
	border-color: rgba(255, 204, 123, 0.62);
	background: rgba(255, 255, 255, 0.055);
	box-shadow: 0 0 0 4px rgba(255, 204, 123, 0.08);
}

.contact-form-panel ::placeholder {
	color: rgba(173, 178, 177, 0.58);
}

.contact-form__turnstile {
	display: flex;
	align-items: center;
	min-height: 64px;
}

.contact-form-panel .cf-turnstile,
.contact-form-panel .wpcf7-turnstile {
	max-width: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.contact-form__consent {
	display: block;
	color: #adb2b1;
	font-size: 13px;
	font-weight: 500;
}

.contact-form__consent label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.contact-form__consent input[type="checkbox"] {
	flex: 0 0 18px;
	width: 18px;
	min-height: 18px;
	margin-top: 2px;
	accent-color: var(--color-gold);
}

.contact-form__consent a {
	color: var(--color-gold);
	font-weight: 800;
	text-decoration: none;
}

.contact-form-panel .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 146px;
	cursor: pointer;
}

.contact-form-panel .wpcf7-submit:hover,
.contact-form-panel .wpcf7-submit:focus-visible {
	box-shadow: none;
}

.contact-form-panel .wpcf7-spinner {
	margin: 0 0 0 12px;
	background-color: rgba(255, 204, 123, 0.5);
}

.contact-form-panel .wpcf7-not-valid-tip {
	margin-top: 7px;
	color: #f2b8a6;
	font-family: var(--font-body);
	font-size: 12px;
}

.contact-form-panel .wpcf7-response-output {
	margin: 16px 0 0 !important;
	padding: 13px 14px !important;
	border: 1px solid rgba(255, 204, 123, 0.28) !important;
	border-radius: 14px;
	color: #fff;
	font-family: var(--font-body);
	font-size: 14px;
	line-height: 1.45;
}

.contact-form-fallback {
	display: grid;
	gap: 12px;
	padding: 22px;
	border: 1px solid rgba(255, 204, 123, 0.2);
	border-radius: 18px;
	background: rgba(255, 204, 123, 0.06);
}

.contact-form-fallback p {
	margin: 0;
	color: #adb2b1;
	font-family: var(--font-body);
	font-size: 14px;
	line-height: 1.5;
}

.contact-form-fallback a {
	color: var(--color-gold);
	font-family: var(--font-body);
	text-decoration: none;
}

.contact-visual {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	background: #111;
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
}

.contact-visual::after {
	display: none;
}

.contact-visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center top;
	opacity: 0.92;
}

.contact-info h3 {
	margin: 0;
	color: #fff;
	font-family: var(--font-body);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.16;
}

.contact-location__grid {
	display: grid;
	grid-template-columns: minmax(0, 650px) minmax(320px, 1fr);
	gap: clamp(54px, 8vw, 110px);
	align-items: center;
}

.contact-map__frame {
	width: 650px;
	max-width: 100%;
	height: 535px;
	overflow: hidden;
	border-radius: 28px;
	background: #111;
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
}

.contact-map__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	filter: grayscale(0.18) contrast(0.96) brightness(0.92);
}

.contact-info {
	display: grid;
	gap: 14px;
	align-content: center;
}

.contact-info > p {
	max-width: 420px;
	margin: 0;
	color: #adb2b1;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
}

.contact-info__list {
	display: grid;
	gap: 22px;
	margin-top: 20px;
}

.contact-info__item {
	display: grid;
	gap: 7px;
	color: #adb2b1;
	font-family: var(--font-body);
	font-size: 14px;
	line-height: 1.45;
}

.contact-info__item strong {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.contact-info__item a,
.contact-info__item span {
	color: #adb2b1;
	text-decoration: none;
}

.contact-info__item a:hover,
.contact-info__item a:focus-visible {
	color: var(--color-gold);
}

.contact-info__map-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 42px;
	margin-top: 12px;
	padding: 12px 22px;
	border: 1px solid rgba(255, 255, 250, 0.28);
	border-radius: 999px;
	color: var(--color-white);
	font-family: var(--font-display);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.contact-info__map-link:hover,
.contact-info__map-link:focus-visible {
	background: rgba(255, 255, 250, 0.06);
	border-color: rgba(255, 255, 250, 0.5);
	color: var(--color-white);
}

@media (max-width: 980px) {
	.contact-page {
		padding: 152px 32px 96px;
	}

	.contact-message__header,
	.contact-location__header,
	.contact-message__grid,
	.contact-location__grid {
		grid-template-columns: 1fr;
	}

	.contact-message__header,
	.contact-location__header,
	.contact-message__grid,
	.contact-location__grid {
		gap: 28px;
	}

	.contact-location {
		margin-top: 86px;
	}

	.contact-map__frame {
		width: 100%;
	}
}

@media (max-width: 680px) {
	.contact-page {
		padding: 126px 16px 72px;
	}

	.contact-message,
	.contact-location {
		gap: 28px;
	}

	.contact-location {
		margin-top: 66px;
	}

	.contact-message__header h1,
	.contact-location__header h2 {
		font-size: 34px;
		line-height: 1.08;
	}

	.contact-message__header p,
	.contact-location__header p {
		font-size: 16px;
	}

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

	.contact-visual {
		min-height: 320px;
		border-radius: 22px;
	}

	.contact-visual img {
		min-height: 320px;
	}

	.contact-map__frame {
		height: 380px;
		border-radius: 22px;
	}
}

