.aura-contact-page {
	background: #fffefa;
}

.aura-contact-section {
	position: relative;
	overflow: hidden;
	padding: clamp(96px, 12vw, 160px) clamp(18px, 5vw, 72px);
	background:
		radial-gradient(circle at 12% 18%, rgba(244, 166, 164, 0.18), transparent 34%),
		radial-gradient(circle at 88% 72%, rgba(129, 124, 56, 0.12), transparent 32%),
		#fffefa;
	color:  var(--aura-color-burgundy);
	padding-top: 160px;
}

.aura-contact-section__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
	gap: clamp(36px, 6vw, 88px);
	align-items: center;
	width: min(100%, 1180px);
	margin: 0 auto;
}

.aura-contact-section__kicker {
	margin: 0 0 14px;
	color: rgba(75, 28, 34, 0.62);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aura-contact-section__title {
	max-width: 620px;
	margin: 0;
	color: #4b1c22;
	font-family: var(--aura-font-heading, Fraunces, serif);
	font-size: 32px;
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: 0;
}

.aura-contact-section__text {
	max-width: 560px;
	margin: clamp(18px, 2vw, 26px) 0 0;
	color: rgba(75, 28, 34, 0.76);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: clamp(15px, 1.35vw, 18px);
	line-height: 1.75;
}

.aura-contact-section__notes {
	display: grid;
	gap: 10px;
	margin-top: clamp(26px, 3vw, 42px);
}

.aura-contact-section__notes p {
	width: fit-content;
	margin: 0;
	padding: 9px 14px;
	border: 1px solid rgba(75, 28, 34, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	color: #4b1c22;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
}

.aura-contact-section__helper {
	max-width: 520px;
	margin: clamp(24px, 3vw, 38px) 0 0;
	color: rgba(75, 28, 34, 0.62);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 13px;
	line-height: 1.7;
}

.aura-contact-section__form-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid rgba(255, 254, 250, 0.14);
	border-radius: clamp(24px, 3vw, 42px);
	background:
		linear-gradient(135deg, rgba(75, 28, 34, 0.98), rgba(75, 28, 34, 0.92)),
		#4b1c22;
	color: #fffefa;
}

.aura-contact-section__form-card::before,
.aura-contact-section__form-card::after {
	position: absolute;
	z-index: 0;
	content: "";
	pointer-events: none;
	border-radius: 999px;
}

.aura-contact-section__form-card::before {
	top: -28%;
	left: -24%;
	width: min(520px, 72vw);
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(244, 166, 164, 0.32), rgba(244, 166, 164, 0) 68%);
	filter: blur(18px);
	opacity: 0.9;
}

.aura-contact-section__form-card::after {
	right: -26%;
	bottom: -34%;
	width: min(620px, 78vw);
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(245, 184, 111, 0.26), rgba(245, 184, 111, 0) 72%);
	filter: blur(24px);
	opacity: 0.82;
}

.aura-contact-section__form-card > *:not(.aura-contact-section__constellation) {
	position: relative;
	z-index: 2;
}

.aura-contact-section__form-fallback {
	margin: 0;
	color: rgba(255, 254, 250, 0.82);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 14px;
	line-height: 1.7;
}

.aura-contact-section .wpcf7 {
	position: relative;
	z-index: 2;
}

.aura-contact-section .wpcf7 form {
	display: grid;
	gap: 14px;
}

.aura-contact-section .wpcf7 p {
	display: grid;
	gap: 14px;
	margin: 0;
}

.aura-contact-section .wpcf7 br {
	display: none;
}

.aura-contact-section .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.aura-contact-section .wpcf7 label {
	display: grid;
	gap: 8px;
	color: rgba(255, 254, 250, 0.72);
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.aura-contact-section .wpcf7 input[type="text"],
.aura-contact-section .wpcf7 input[type="email"],
.aura-contact-section .wpcf7 input[type="tel"],
.aura-contact-section .wpcf7 input[type="url"],
.aura-contact-section .wpcf7 textarea,
.aura-contact-section .wpcf7 select {
	display: block;
	width: 100%;
	min-height: 52px;
	box-sizing: border-box;
	padding: 15px 16px;
	border: 1px solid rgba(255, 254, 250, 0.22);
	border-radius: 16px;
	background: rgba(255, 254, 250, 0.96);
	color: #4b1c22;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	outline: none;
	box-shadow: inset 0 1px 0 rgba(75, 28, 34, 0.04);
	transition:
		border-color 180ms ease,
		background 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.aura-contact-section .wpcf7 textarea {
	min-height: 170px;
	resize: vertical;
	line-height: 1.6;
}

.aura-contact-section .wpcf7 input::placeholder,
.aura-contact-section .wpcf7 textarea::placeholder {
	color: rgba(75, 28, 34, 0.48);
}

.aura-contact-section .wpcf7 input:focus,
.aura-contact-section .wpcf7 textarea:focus,
.aura-contact-section .wpcf7 select:focus {
	border-color: rgba(244, 166, 164, 0.86);
	background: #fffefa;
	box-shadow:
		0 0 0 3px rgba(244, 166, 164, 0.18),
		inset 0 1px 0 rgba(75, 28, 34, 0.04);
	transform: translateY(-1px);
}

.aura-contact-section .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin: 4px 0 0;
	padding: 0 24px;
	border: 1px solid #fffefa;
	border-radius: 999px;
	background: #fffefa;
	color: #4b1c22;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	cursor: pointer;
	appearance: none;
	transition:
		background 180ms ease,
		color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease,
		opacity 180ms ease;
}

.aura-contact-section .wpcf7-submit:hover {
	border-color: rgba(255, 254, 250, 0.82);
	background: transparent;
	color: #fffefa;
	transform: translateY(-1px);
}

.aura-contact-section .wpcf7-submit:focus-visible {
	outline: 2px solid rgba(255, 254, 250, 0.5);
	outline-offset: 4px;
}

.aura-contact-section .wpcf7-spinner {
	display: block;
	margin: 10px auto 0;
	background-color: rgba(255, 254, 250, 0.5);
}

.aura-contact-section .wpcf7 form.submitting .wpcf7-submit {
	opacity: 0.72;
	pointer-events: none;
}

.aura-contact-section .wpcf7-not-valid {
	border-color: rgba(244, 166, 164, 0.92) !important;
	box-shadow: 0 0 0 3px rgba(244, 166, 164, 0.16);
}

.aura-contact-section .wpcf7-not-valid-tip {
	margin-top: 7px;
	color: #f4a6a4;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

.aura-contact-section .wpcf7-response-output {
	margin: 18px 0 0 !important;
	padding: 13px 15px !important;
	border: 1px solid rgba(255, 254, 250, 0.18) !important;
	border-radius: 16px;
	background: rgba(255, 254, 250, 0.08);
	color: #fffefa;
	font-family: var(--aura-font-body, Manrope, sans-serif);
	font-size: 13px;
	line-height: 1.55;
}

.aura-contact-section .wpcf7 form.sent .wpcf7-response-output {
	border-color: rgba(175, 169, 150, 0.55) !important;
	background: rgba(175, 169, 150, 0.16);
}

.aura-contact-section .wpcf7 form.invalid .wpcf7-response-output,
.aura-contact-section .wpcf7 form.failed .wpcf7-response-output,
.aura-contact-section .wpcf7 form.aborted .wpcf7-response-output {
	border-color: rgba(244, 166, 164, 0.55) !important;
	background: rgba(244, 166, 164, 0.12);
}

.aura-contact-section__constellation {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.72;
}

.aura-contact-section__star {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow:
		0 0 10px rgba(255, 255, 255, 0.58),
		0 0 22px rgba(244, 166, 164, 0.36);
	animation: aura-contact-star-twinkle 3.8s ease-in-out infinite;
}

.aura-contact-section__star--1 {
	top: 14%;
	left: 12%;
}

.aura-contact-section__star--2 {
	top: 20%;
	right: 14%;
	width: 4px;
	height: 4px;
	animation-delay: -1s;
}

.aura-contact-section__star--3 {
	bottom: 18%;
	left: 18%;
	width: 4px;
	height: 4px;
	animation-delay: -1.8s;
}

.aura-contact-section__star--4 {
	right: 16%;
	bottom: 12%;
	width: 6px;
	height: 6px;
	animation-delay: -2.4s;
}

@keyframes aura-contact-star-twinkle {
	0%,
	100% {
		opacity: 0.42;
		transform: scale(0.86);
	}

	50% {
		opacity: 1;
		transform: scale(1.18);
	}
}

@media (max-width: 900px) {
	.aura-contact-section__inner {
		grid-template-columns: 1fr;
	}

	.aura-contact-section__content {
		text-align: center;
	}

	.aura-contact-section__title,
	.aura-contact-section__text,
	.aura-contact-section__helper {
		margin-right: auto;
		margin-left: auto;
	}

	.aura-contact-section__notes {
		justify-items: center;
	}
}

@media (max-width: 640px) {
	.aura-contact-section {
		padding: clamp(72px, 18vw, 104px) 18px;
		padding-top: 120px;
	}

	.aura-contact-section__content {
		text-align: left;
	}

	.aura-contact-section__title,
	.aura-contact-section__text,
	.aura-contact-section__helper {
		margin-right: 0;
		margin-left: 0;
	}

	.aura-contact-section__notes {
		justify-items: start;
	}

	.aura-contact-section__form-card {
		padding: 24px 18px;
		border-radius: 24px;
	}

	.aura-contact-section .wpcf7 form,
	.aura-contact-section .wpcf7 p {
		gap: 12px;
	}

	.aura-contact-section .wpcf7 input[type="text"],
	.aura-contact-section .wpcf7 input[type="email"],
	.aura-contact-section .wpcf7 input[type="tel"],
	.aura-contact-section .wpcf7 input[type="url"],
	.aura-contact-section .wpcf7 textarea,
	.aura-contact-section .wpcf7 select {
		min-height: 50px;
		padding: 14px;
		border-radius: 14px;
		font-size: 14px;
	}

	.aura-contact-section .wpcf7 textarea {
		min-height: 150px;
	}

	.aura-contact-section .wpcf7-submit {
		min-height: 50px;
	}
}
