@font-face {
	font-family: "PPMori";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("PPMori Regular"), local("PPMori-Regular"), url("../fonts/PPMori-Regular.woff2") format("woff2"), url("../fonts/PPMori-Regular.woff") format("woff");
}
@font-face {
	font-family: "FinancierDisplayLight";
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: local("Financier Display Light"), local("Financier-Display-Light"), url("../fonts/test-financier-display-light.woff2") format("woff2");
}
@font-face {
	font-family: "Inter";
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: local("Inter"), local("Inter"), url("../fonts/Inter28pt-Regular.woff") format("woff2");
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #ffffff;
	background: #fff;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object,
ul,
ol,
dl,
dd {
	padding: 0;
	border: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
p {
	border: 0;
	padding: 0;
	margin: 0;
}

html {
	font: normal 400 90%/1.4 "PPMori", sans-serif;
}

.font\:financier-lt {
	font-family: "FinancierDisplayLight", serif;
}

footer {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.6875rem;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
}
footer p {
	letter-spacing: 0.025rem;
	text-transform: uppercase;
	font-size: 0.625rem;
	font-family: "Inter", sans-serif;
	margin: 0;
	padding: 0;
}
footer p, footer p a {
	color: #785C3F;
}

.landing {
	padding: 1.625rem 1.6875rem;
}
.landing figure,
.landing figure img {
	height: calc(100dvh - 3.5rem);
	display: block;
	width: 100%;
}
.landing figure {
	border-radius: 1.25rem;
	overflow: hidden;
	position: relative;
}
.landing figure img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.landing__modal {
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(2.125rem);
	        backdrop-filter: blur(2.125rem);
	border-radius: 0.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
	width: 80%;
}
.landing__modal img {
	display: block;
	margin: 0 auto;
	width: 12rem;
}
.landing__modal > div {
	padding: 2.875rem 1rem 2.125rem 1rem;
}
.landing__modal header p {
	color: #D0AC80;
	font-size: 0.875rem;
	letter-spacing: 0.056rem;
	text-transform: uppercase;
	margin: 0.625rem 0 1.625rem 0;
}
.landing__modal form p {
	color: #D4BB9F;
	font-size: 0.75rem;
	line-height: 1.2;
	letter-spacing: -0.024rem;
	margin: 0 0 0.4375rem 0;
}
.landing__modal form {
	margin: 0;
}
.landing__modal form div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

input[type=email] {
	background: unset;
	border: 1px solid #C19A70;
	border-radius: 3.125rem;
	height: 1.875rem;
	padding: 0 1.125rem;
	color: #C19A70;
}
input[type=email]:focus {
	outline: none;
}
input[type=email], input[type=email]::placeholder {
	font-size: 0.75rem;
}
input[type=email]::placeholder {
	color: rgba(240, 237, 230, 0.43);
}

input[type=submit] {
	background: #C19A70;
	color: #1C1C1C;
	outline: none;
	border: 1px solid #C19A70;
	border-radius: 3.125rem;
	-webkit-appearance: none;
	        appearance: none;
	-webkit-apperance: none;
	text-transform: uppercase;
	font-size: 0.6875rem;
	letter-spacing: 0.0044rem;
	font-weight: normal;
	height: 1.875rem;
	width: 5rem;
}

.strapline {
	font-size: 2.375rem;
	line-height: 0.9;
	margin: 0 0 2.1875rem 0;
}

.bg\:body {
	background: #ffffff;
}
.bg\:background {
	background: #F0EDE6;
}

.colour\:body {
	color: #ffffff;
}
.colour\:background {
	color: #F0EDE6;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 500px) {
	.landing__modal {
		width: 75%;
	}
}
@media screen and (min-width: 550px) {
	html {
		font: normal 400 100%/1.4 "PPMori", sans-serif;
	}
	.landing figure,
.landing figure img {
		height: calc(100dvh - 3.25rem);
	}
}
@media screen and (min-width: 860px) {
	.landing__modal {
		max-width: 39.125rem;
		width: 100%;
	}
}
/*# sourceMappingURL=main.css.map */
