.is-contact-page {
	--is-dark: #292725;
	--is-paper: #f3efe8;
	--is-panel: #fff;
	--is-text: #292725;
	--is-muted: #918980;
	--is-muted-2: #6e665e;
	--is-gold: #b58c63;
	--is-gold-dark: #6e4f37;
	--is-gold-light: #d8be9e;
	--is-stone: #c8c0b7;
	--is-line: rgba(181, 140, 99, 0.35);
	--is-shadow: 0 24px 70px rgba(41, 39, 37, 0.08);
	width: 100%;
	max-width: 100vw;
	margin: 0;
	overflow-x: hidden;
	background: var(--is-paper);
	color: var(--is-text);
	font-family: "Manrope", Arial, sans-serif;
	letter-spacing: 0;
}

html:has(.is-contact-page),
body:has(.is-contact-page) {
	max-width: 100%;
	overflow-x: hidden;
}

.is-contact-page *,
.is-contact-page *::before,
.is-contact-page *::after {
	box-sizing: border-box;
}

.is-contact-page a {
	color: inherit;
	text-decoration: none;
}

.is-contact-page h1,
.is-contact-page h2,
.is-contact-page h3,
.is-contact-page p,
.is-contact-page label,
.is-contact-page span,
.is-contact-page a,
.is-contact-page strong,
.is-contact-page em {
	max-width: 100%;
	white-space: normal;
	overflow-wrap: break-word;
}

.is-contact-page button,
.is-contact-page input,
.is-contact-page textarea,
.is-contact-page select {
	font-family: inherit;
}

.is-contact-inner {
	width: min(1256px, calc(100vw - 160px));
	margin: 0 auto;
}

.is-contact-hero {
	padding: 91px 0 58px;
	background: var(--is-paper);
}

.is-contact-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 31px;
	color: var(--is-gold);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.is-contact-kicker::before {
	content: "";
	width: 31px;
	height: 1px;
	background: currentColor;
}

.is-contact-hero h1 {
	max-width: 885px;
	margin: 0 0 25px;
	color: var(--is-text);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 58px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
}

.is-contact-hero p {
	max-width: 780px;
	margin: 0;
	color: #9b948d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}

.is-contact-main {
	padding: 33px 0 102px;
	background: var(--is-paper);
}

.is-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 760px) 400px;
	gap: 46px;
	align-items: start;
}

.is-contact-form-card {
	min-width: 0;
	padding: 41px 38px 38px;
	background: var(--is-panel);
	border: 1px solid rgba(181, 140, 99, 0.58);
	border-radius: 9px;
	box-shadow: var(--is-shadow);
}

.is-contact-form-card h2,
.is-contact-info-card h2,
.is-contact-next h2 {
	margin: 0;
	color: var(--is-text);
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
}

.is-contact-form-card h2 {
	margin-bottom: 35px;
	font-size: 31px;
}

.is-contact-form {
	display: grid;
	gap: 22px;
}

.is-field-row {
	min-width: 0;
}

.is-field-row-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.is-contact-form label:not(.is-contact-consent) {
	display: block;
	margin: 0 0 8px;
	color: #9a9188;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.is-contact-page .is-contact-form input[type="text"],
.is-contact-page .is-contact-form input[type="email"],
.is-contact-page .is-contact-form input[type="tel"],
.is-contact-page .is-contact-form textarea {
	width: 100% !important;
	min-height: 43px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	appearance: none !important;
	background: #fff !important;
	border: 1px solid rgba(145, 137, 128, 0.52) !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	color: var(--is-text) !important;
	font-family: "Manrope", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	outline: 0 !important;
	text-transform: none !important;
}

.is-contact-page .is-contact-form textarea {
	min-height: 113px !important;
	padding-top: 13px !important;
	resize: vertical;
}

.is-contact-page .is-contact-form input::placeholder,
.is-contact-page .is-contact-form textarea::placeholder {
	color: #c3bdb7 !important;
	opacity: 1 !important;
}

.is-contact-page .is-contact-form input:focus,
.is-contact-page .is-contact-form textarea:focus {
	border-color: var(--is-gold) !important;
	box-shadow: 0 0 0 2px rgba(181, 140, 99, 0.18) !important;
}

.is-contact-page .is-contact-form input:disabled,
.is-contact-page .is-contact-form textarea:disabled,
.is-contact-page .is-contact-form button:disabled {
	cursor: not-allowed;
	opacity: 0.62;
}

.is-contact-consent {
	display: grid !important;
	grid-template-columns: 17px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	color: #a29a92;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.is-contact-page .is-contact-consent input[type="checkbox"] {
	appearance: none !important;
	width: 17px !important;
	height: 17px !important;
	margin: 0 !important;
	background: #fff !important;
	border: 1px solid rgba(145, 137, 128, 0.52) !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	accent-color: var(--is-gold) !important;
}

.is-contact-page .is-contact-consent input[type="checkbox"]:checked {
	background:
		linear-gradient(135deg, transparent 44%, #fff 45% 55%, transparent 56%),
		var(--is-gold) !important;
	border-color: var(--is-gold) !important;
}

.is-contact-page .is-contact-form button[type="submit"] {
	width: 100% !important;
	min-height: 45px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	appearance: none !important;
	background: var(--is-gold) !important;
	border: 1px solid var(--is-gold) !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	color: #292725 !important;
	font-family: "Manrope", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-transform: none !important;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease !important;
}

.is-contact-page .is-contact-form button[type="submit"]:hover,
.is-contact-page .is-contact-form button[type="submit"]:active {
	background: var(--is-gold-dark) !important;
	border-color: var(--is-gold-dark) !important;
	color: #fff !important;
	transform: translateY(-1px) !important;
}

.is-contact-info-panel {
	overflow: hidden;
	background: var(--is-dark);
	border-radius: 9px;
	color: #f7f3ed;
	box-shadow: var(--is-shadow);
	position: sticky;
	top: 96px;
}

.is-contact-map {
	position: relative;
	height: 224px;
	overflow: hidden;
	background: #eee9e2;
}

.is-contact-map iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	filter: saturate(0.78) contrast(0.95);
}

.is-map-open {
	position: absolute;
	right: 14px;
	bottom: 14px;
	min-height: 34px;
	padding: 0 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #292725;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	box-shadow: 0 7px 20px rgba(41, 39, 37, 0.16);
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.is-map-open:hover,
.is-map-open:active {
	background: var(--is-gold);
	color: #292725;
	transform: translateY(-1px);
}

.is-contact-info-card {
	padding: 34px 31px 32px;
}

.is-contact-info-card h2 {
	margin-bottom: 31px;
	color: #f7f3ed;
	font-size: 28px;
}

.is-contact-info-list {
	display: grid;
	gap: 23px;
}

.is-contact-info-item {
	position: relative;
	min-height: 34px;
	padding-left: 42px;
}

.is-contact-info-item::before,
.is-contact-info-item::after {
	display: none;
	content: none;
}

.is-contact-info-icon {
	position: absolute;
	left: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--is-gold);
}

.is-contact-info-icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.is-contact-info-label {
	display: block;
	margin-bottom: 4px;
	color: #9b948d;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.is-contact-info-item a,
.is-contact-info-item strong {
	display: inline-block;
	color: #f7f3ed;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.28;
	transition: color 160ms ease;
}

.is-contact-info-item a:hover,
.is-contact-info-item a:active {
	color: var(--is-gold-light);
}

.is-contact-next {
	padding: 0 0 97px;
	background: var(--is-paper);
}

.is-contact-next h2 {
	margin-bottom: 35px;
	font-size: 34px;
	text-wrap: balance;
}

.is-next-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.is-next-card {
	position: relative;
	overflow: hidden;
	min-height: 138px;
	padding: 30px 30px 28px;
	display: grid;
	align-content: center;
	background: var(--is-panel);
	border: 1px solid rgba(181, 140, 99, 0.46);
	border-radius: 7px;
	box-shadow: 0 18px 45px rgba(41, 39, 37, 0.035);
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.is-next-card::after {
	content: "→";
	position: absolute;
	right: 28px;
	top: 31px;
	color: var(--is-gold);
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	transition: transform 0.18s ease;
}

.is-next-card:hover {
	border-color: rgba(181, 140, 99, 0.82);
	box-shadow: 0 24px 62px rgba(41, 39, 37, 0.075);
	transform: translateY(-3px);
}

.is-next-card:hover::after {
	transform: translateX(4px);
}

.is-next-card span {
	margin-bottom: 12px;
	color: var(--is-gold);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.is-next-card strong {
	margin-bottom: 10px;
	color: var(--is-text);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.12;
}

.is-next-card em {
	color: #918980;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.55;
}

.is-contact-page button:focus-visible,
.is-contact-page input:focus-visible,
.is-contact-page textarea:focus-visible,
.is-contact-page a:focus-visible {
	outline: 2px solid var(--is-gold-light) !important;
	outline-offset: 2px !important;
}

@media (prefers-reduced-motion: no-preference) {
	.is-contact-reveal {
		animation: is-contact-rise 620ms cubic-bezier(0.2, 0.72, 0.24, 1) both;
	}

	.is-contact-grid .is-contact-reveal:nth-child(2),
	.is-next-grid .is-contact-reveal:nth-child(2) {
		animation-delay: 90ms;
	}
}

@keyframes is-contact-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.is-contact-page *,
	.is-contact-page *::before,
	.is-contact-page *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

@media (max-width: 1180px) {
	.is-contact-inner {
		width: min(100% - 64px, 1040px);
	}

	.is-contact-grid {
		grid-template-columns: minmax(0, 1fr) 360px;
		gap: 32px;
	}

	.is-contact-hero h1 {
		font-size: 52px;
	}
}

@media (max-width: 900px) {
	.is-contact-hero {
		padding-top: 68px;
	}

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

	.is-contact-info-panel {
		width: min(100%, 560px);
		max-width: 560px;
		position: static;
	}

	.is-next-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.is-contact-inner {
		width: calc(100% - 32px);
	}

	.is-contact-hero {
		padding: 48px 0 38px;
	}

	.is-contact-kicker {
		margin-bottom: 24px;
		font-size: 11px;
	}

	.is-contact-hero h1 {
		font-size: 38px;
		line-height: 1.08;
	}

	.is-contact-hero p {
		font-size: 15px;
		line-height: 1.6;
	}

	.is-contact-main {
		padding: 20px 0 72px;
	}

	.is-contact-form-card {
		padding: 31px 22px 26px;
	}

	.is-contact-form-card h2 {
		margin-bottom: 28px;
		font-size: 28px;
	}

	.is-field-row-two {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.is-contact-page .is-contact-form input[type="text"],
	.is-contact-page .is-contact-form input[type="email"],
	.is-contact-page .is-contact-form input[type="tel"] {
		min-height: 48px !important;
	}

	.is-contact-page .is-contact-form button[type="submit"] {
		min-height: 50px !important;
	}

	.is-contact-map {
		height: 230px;
	}

	.is-map-open {
		right: 12px;
		bottom: 12px;
		min-height: 32px;
		padding: 0 12px;
		font-size: 11px;
	}

	.is-contact-info-card {
		padding: 30px 24px 30px;
	}

	.is-contact-next {
		padding-bottom: 72px;
	}

	.is-contact-next h2 {
		font-size: 31px;
	}

	.is-next-card {
		min-height: 126px;
		padding: 26px 24px;
	}

	.is-next-card::after {
		right: 22px;
		top: 27px;
	}
}
