:root {
	--amarcord-gold: #C39E58;
	--amarcord-white: #ffffff;
	--amarcord-page: #f7f7f7;
	--amarcord-ink: #111111;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	margin: 0;
	background: var(--amarcord-page);
	color: var(--amarcord-white);
	font-family: Poppins, Arial, sans-serif;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.coming-soon {
	display: grid;
	min-height: 100vh;
	min-height: 100svh;
	place-items: center;
	padding: clamp(30px, 8.7vh, 118px) clamp(18px, 6vw, 120px);
	background: var(--amarcord-page);
}

.coming-soon__stage {
	width: min(100%, 1440px);
}

.coming-soon__image {
	position: relative;
	width: 100%;
	aspect-ratio: 1440 / 810;
	min-height: 620px;
	background-color: #d7d2c8;
	background-image: var(--coming-soon-bg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: visible;
}

.coming-soon__logo-card {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	display: flex;
	width: clamp(284px, 17.25vw, 331px);
	height: clamp(256px, 17vw, 326px);
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: clamp(76px, 5.35vw, 103px) 44px 34px;
	transform: translateX(-50%);
	background: var(--amarcord-white);
	border-radius: 0 0 9px 9px;
	box-shadow: none;
}

.coming-soon__logo {
	width: min(100%, 198px);
	max-height: 116px;
	object-fit: contain;
}

.coming-soon__tagline {
	margin: clamp(29px, 2.05vw, 39px) 0 0;
	color: var(--amarcord-gold);
	font-family: "Minion Pro", "Times New Roman", Georgia, serif;
	font-size: 37px;
	font-style: italic;
	font-weight: 400;
	line-height: 51px;
	letter-spacing: 0;
	text-align: center;
}

.coming-soon__panel {
	position: absolute;
	left: 50%;
	top: 50.2%;
	z-index: 3;
	width: clamp(650px, 36vw, 690px);
	min-height: 318px;
	padding: 27px 36px 28px;
	transform: translateX(-50%);
	background: var(--amarcord-gold);
	color: var(--amarcord-white);
	text-align: center;
}

.coming-soon__title {
	margin: 0 auto 24px;
	max-width: 620px;
	color: var(--amarcord-white);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0;
}

.coming-soon__title span {
	display: block;
}

.coming-soon-form,
.coming-soon-form form,
.coming-soon-form .fluentform,
.coming-soon-form fieldset {
	width: 100%;
}

.coming-soon-form fieldset {
	display: block;
}

.coming-soon-form__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: min(100%, 474px);
	margin: 0 auto 24px;
	text-align: left;
}

.coming-soon-form--fluent form fieldset > .ff-el-group:nth-of-type(1),
.coming-soon-form--fluent form fieldset > .ff-el-group:nth-of-type(2) {
	display: inline-block;
	width: 228px;
	max-width: calc(50% - 10px);
	margin: 0 8px 19px;
	vertical-align: top;
	text-align: left;
}

.coming-soon-form__field {
	display: block;
}

.coming-soon-form__field > span,
.coming-soon-form .ff-el-input--label label {
	display: block;
	margin: 0 0 2px;
	color: var(--amarcord-white);
	font-family: Poppins, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0;
}

.coming-soon-form .ff-el-input--label {
	margin: 0;
}

.coming-soon-form--fluent .ff-el-input--label label,
.coming-soon-form--fluent .ff-el-input--label label[for] {
	margin-bottom: 2px !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

.coming-soon-form--fluent .ff-el-input--content {
	line-height: 0;
}

.coming-soon-form--fluent .ff-el-group {
	padding: 0 !important;
}

.coming-soon-form .ff-el-is-required.asterisk-right label::after {
	display: none;
}

.coming-soon-form input[type="text"],
.coming-soon-form input[type="email"],
.coming-soon-form input[type="tel"],
.coming-soon-form input[type="url"],
.coming-soon-form .ff-el-form-control {
	width: 100%;
	height: 27px;
	min-height: 27px;
	padding: 1px 7px;
	border: 1px solid var(--amarcord-white);
	border-radius: 0;
	outline: none;
	background: var(--amarcord-white);
	color: var(--amarcord-ink);
	font-family: Poppins, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	box-shadow: none;
}

.coming-soon-form input::placeholder,
.coming-soon-form .ff-el-form-control::placeholder {
	color: transparent;
	opacity: 0;
}

.coming-soon-form input:focus,
.coming-soon-form .ff-el-form-control:focus {
	border-color: var(--amarcord-white);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.coming-soon-form__consent,
.coming-soon-form .ff-el-tc .ff-el-form-check-label {
	display: grid;
	grid-template-columns: 15px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	width: min(100%, 584px);
	margin: 0 auto 28px;
	color: var(--amarcord-white);
	font-family: Poppins, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	letter-spacing: 0;
	text-align: left;
}


.coming-soon-form--fluent form fieldset > .ff-el-group:nth-of-type(3) {
	margin: 0;
}

.coming-soon-form .ff-el-input--content {
	margin: 0;
}

.coming-soon-form .ff-el-group:has(.ff-el-tc),
.coming-soon-form .ff-el-group.ff-el-input--content:has(.ff-el-tc) {
	margin: 0;
}

.coming-soon-form .ff_tc_checkbox,
.coming-soon-form .ff_t_c {
	display: block;
}

.coming-soon-form input[type="checkbox"],
.coming-soon-form .ff-el-form-check-input {
	width: 15px;
	height: 15px;
	min-width: 15px;
	margin: 2px 0 0;
	border: 0;
	border-radius: 0;
	accent-color: var(--amarcord-white);
	background: var(--amarcord-white);
}

.coming-soon-form__submit,
.coming-soon-form button,
.coming-soon-form input[type="submit"],
.coming-soon-form .ff-btn-submit,
form.fluent_form_2 .ff-btn-submit:not(.ff_btn_no_style) {
	display: inline-flex;
	width: 121px;
	height: 40px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 4px 12px;
	border: 2px solid var(--amarcord-white);
	border-radius: 0;
	background: transparent !important;
	color: var(--amarcord-white) !important;
	cursor: pointer;
	font-family: Poppins, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: uppercase;
	box-shadow: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.coming-soon-form__submit:hover,
.coming-soon-form button:hover,
.coming-soon-form input[type="submit"]:hover,
.coming-soon-form .ff-btn-submit:hover {
	background: var(--amarcord-white) !important;
	color: var(--amarcord-gold) !important;
}

.coming-soon-form .ff_submit_btn_wrapper,
.coming-soon-form .ff-text-center {
	clear: both;
	margin: 0;
	padding-top: 0;
	text-align: center;
}

.coming-soon-form .ff-el-form-check,
.coming-soon-form .ff-el-form-check-label,
.coming-soon-form .ff-el-form-check-label a,
.coming-soon-form .ff_t_c,
.coming-soon-form .error,
.coming-soon-form .text-danger {
	color: var(--amarcord-white);
}

@media (max-width: 900px) {
	.coming-soon {
		padding: 20px 14px;
	}

	.coming-soon__stage {
		width: min(100%, 620px);
	}

	.coming-soon__image {
		aspect-ratio: auto;
		min-height: 760px;
	}

	.coming-soon__logo-card {
		width: min(76vw, 286px);
		height: 220px;
		padding: 54px 34px 28px;
	}

	.coming-soon__logo {
		width: min(100%, 176px);
		max-height: 96px;
	}

	.coming-soon__tagline {
		margin-top: 26px;
		font-size: 31px;
		line-height: 40px;
	}

	.coming-soon__panel {
		top: 350px;
		width: min(calc(100% - 28px), 560px);
		min-height: 0;
		padding: 24px 22px 26px;
	}

	.coming-soon__title {
		margin-bottom: 22px;
		max-width: 480px;
		font-size: 22px;
		line-height: 28px;
	}

	.coming-soon-form--fluent form fieldset > .ff-el-group:nth-of-type(1),
	.coming-soon-form--fluent form fieldset > .ff-el-group:nth-of-type(2),
	.coming-soon-form__fields {
		display: block;
		width: min(100%, 360px);
		max-width: 100%;
		margin: 0 auto 14px;
	}

	.coming-soon-form__field {
		margin-bottom: 14px;
	}

	.coming-soon-form__consent,
	.coming-soon-form .ff-el-tc .ff-el-form-check-label {
		width: min(100%, 460px);
		margin-bottom: 22px;
	}
}

@media (max-width: 560px) {
	.coming-soon {
		padding: 14px 10px;
	}

	.coming-soon__image {
		min-height: 720px;
	}

	.coming-soon__logo-card {
		width: min(78vw, 250px);
		height: 194px;
		padding: 42px 28px 24px;
	}

	.coming-soon__logo {
		width: min(100%, 154px);
	}

	.coming-soon__tagline {
		margin-top: 22px;
		font-size: 26px;
		line-height: 34px;
	}

	.coming-soon__panel {
		top: 246px;
		width: calc(100% - 40px);
		padding: 20px 18px 22px;
	}

	.coming-soon__title {
		margin-bottom: 18px;
		font-size: 16px;
		line-height: 21px;
	}

	.coming-soon__title span {
		display: block;
	}

	.coming-soon__title span:nth-child(2) {
		max-width: 300px;
		margin: 0 auto;
	}

	.coming-soon-form--fluent form fieldset > .ff-el-group:nth-of-type(1),
	.coming-soon-form--fluent form fieldset > .ff-el-group:nth-of-type(2),
	.coming-soon-form__fields {
		width: min(100%, 330px);
		margin-bottom: 11px;
	}

	.coming-soon-form .ff-el-input--label label,
	.coming-soon-form--fluent .ff-el-input--label label,
	.coming-soon-form--fluent .ff-el-input--label label[for] {
		font-size: 13px !important;
		line-height: 16px !important;
		margin-bottom: 4px !important;
	}

	.coming-soon-form input[type="text"],
	.coming-soon-form input[type="email"],
	.coming-soon-form input[type="tel"],
	.coming-soon-form input[type="url"],
	.coming-soon-form .ff-el-form-control {
		height: 29px;
		min-height: 29px;
	}

	.coming-soon-form__consent,
	.coming-soon-form .ff-el-tc .ff-el-form-check-label {
		grid-template-columns: 13px minmax(0, 1fr);
		gap: 8px;
		width: min(100%, 330px);
		margin-bottom: 14px;
		font-size: 10px;
		line-height: 12px;
	}

	.coming-soon-form input[type="checkbox"],
	.coming-soon-form .ff-el-form-check-input {
		width: 13px;
		height: 13px;
		min-width: 13px;
	}

	.coming-soon-form__submit,
	.coming-soon-form button,
	.coming-soon-form input[type="submit"],
	.coming-soon-form .ff-btn-submit,
	form.fluent_form_2 .ff-btn-submit:not(.ff_btn_no_style) {
		width: 112px;
		height: 36px;
		min-height: 36px;
		font-size: 13px;
		line-height: 17px;
	}
}

@media (max-width: 380px) {
	.coming-soon__image {
		min-height: 740px;
	}

	.coming-soon__panel {
		top: 236px;
		width: calc(100% - 28px);
		padding-right: 14px;
		padding-left: 14px;
	}

	.coming-soon__title {
		font-size: 15px;
		line-height: 20px;
	}

	.coming-soon__title span:nth-child(2) {
		max-width: 260px;
	}
}
