body.page-template-template-contact .content-area {
	width: min(calc(100% - 40px), 1280px);
	max-width: none;
}

.handskin-contact {
	width: min(calc(100% - 40px), 1180px);
	margin: 0 auto;
	padding: 58px 0 100px;
	color: #171717;
}

.handskin-contact__header {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(280px, .75fr);
	gap: 40px;
	align-items: end;
	margin-bottom: 34px;
	padding-bottom: 26px;
	border-bottom: 1px solid #171717;
}

.handskin-contact__eyebrow {
	grid-column: 1 / -1;
	margin: 0 0 -22px;
	color: #ed6b8f;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.handskin-contact__header h1 {
	margin: 0;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 500;
	line-height: 1.12;
}

.handskin-contact__header p:last-child {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}

.handskin-contact__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
	gap: clamp(36px, 6vw, 76px);
	align-items: start;
}

.handskin-contact__form .wpcf7-form {
	margin: 0;
}

.handskin-contact__form-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0 16px;
}

.handskin-contact__field {
	width: 100%;
	margin-bottom: 22px;
}
.handskin-contact__field br{
	display: none;
}

.handskin-contact__field--half {
	width: calc(50% - 8px);
}

.handskin-contact__field label {
	display: block;
	margin-bottom: 9px;
	color: #292929;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.handskin-contact__field label span {
	color: #ed6b8f;
}

.handskin-contact__field .wpcf7-form-control-wrap {
	display: block;
}

.handskin-contact__field input,
.handskin-contact__field textarea {
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 8px;
	background-color: #fcfcfc;
	color: #171717;
	font-size: 14px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 3%);
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.handskin-contact__field input {
	height: 52px;
	padding: 0 16px;
}

.handskin-contact__field textarea {
	min-height: 160px;
	padding: 14px 16px;
	resize: vertical;
}

.handskin-contact__field input:focus,
.handskin-contact__field textarea:focus {
	border-color: #ed6b8f;
	outline: 0;
	background-color: #fff;
	box-shadow: 0 0 0 4px rgb(237 107 143 / 11%);
}

.handskin-contact__field .wpcf7-not-valid-tip {
	margin-top: 7px;
	color: #c2415c;
	font-size: 12px;
	font-weight: 600;
}

.handskin-contact__submit {
	width: 100%;
	min-height: 54px;
	border: 1px solid #171717;
	border-radius: 0;
	background: #171717;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease;
}

.handskin-contact__submit:hover {
	border-color: #ed6b8f;
	background: #ed6b8f;
}

.handskin-contact__form .wpcf7-spinner {
	margin: 14px 0 0;
}

.handskin-contact__form .wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 14px 16px !important;
	border: 1px solid #e5e5e5 !important;
	border-top-color: #ed6b8f !important;
	background: #fff;
	color: #171717;
	font-size: 13px;
	line-height: 1.6;
}

.handskin-contact__form form.sent .wpcf7-response-output {
	border-top-color: #171717 !important;
}

.handskin-contact__missing {
	margin: 0;
	padding: 18px;
	border: 1px solid #f1c7d3;
	background: #fff7fa;
	color: #171717;
	font-size: 13px;
	line-height: 1.7;
}

.handskin-contact__info {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 24px;
}

.admin-bar .handskin-contact__info {
	top: 56px;
}

.handskin-contact__info section {
	padding: 24px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.handskin-contact__info h2 {
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #171717;
	color: #171717;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.handskin-contact__info p,
.handskin-contact__info a {
	display: block;
	margin: 0;
	color: #555;
	font-size: 13px;
	line-height: 1.7;
	text-decoration: none;
}

.handskin-contact__info a + a {
	margin-top: 8px;
}

.handskin-contact__info a:hover {
	color: #ed6b8f;
}

.handskin-contact__big-link {
	color: #171717 !important;
	font-size: 24px !important;
	font-weight: 800;
	line-height: 1.25 !important;
}

.handskin-contact__notice {
	margin: 0 0 24px;
}

@media (max-width: 960px) {
	.handskin-contact__header,
	.handskin-contact__layout {
		grid-template-columns: 1fr;
	}

	.handskin-contact__eyebrow {
		margin-bottom: -18px;
	}

	.handskin-contact__info {
		position: static;
	}
}

@media (max-width: 720px) {
	.handskin-contact {
		width: min(calc(100% - 28px), 1180px);
		padding: 36px 0 72px;
	}

	.handskin-contact__field--half {
		width: 100%;
	}

	.handskin-contact__info section {
		padding: 18px;
	}
}
