@font-face {
	font-family: "NeueHaasDisplay";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("NeueHaasDisplay"), local("NeueHaasDisplay"), url("../fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Roman.woff") format("woff");
}
@font-face {
	font-family: "NeueHaasDisplayBold";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("NeueHaasDisplayBold"), local("NeueHaasDisplayBold"), url("../fonts/NeueHaasDisplay-Bold.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Bold.woff") format("woff");
}
*,
*::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: #3A4557;
	background: #fff;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: 200ms;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-style: normal;
}

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

ul,
ol,
dl {
	list-style: none;
}

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

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

html {
	font-size: 100%;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #D8C6A6;
}
a:hover {
	color: inherit;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

.font\:neue {
	font-family: "NeueHaasDisplay", sans-serif;
}

.font\:bold {
	font-family: "NeueHaasDisplayBold", sans-serif;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

input {
	font: inherit;
}

button {
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: inherit;
	font: inherit;
}

textarea {
	overflow: auto;
	display: block;
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

input[type=search]::-webkit-search-cancel-button {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	        appearance: none;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select {
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 0;
	width: 100%;
	padding: 0.75em 1em;
	background: #f0f0f0;
	color: #3A4557;
}

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

.lead__video {
	border: 0.1875rem solid #D8C6A6;
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
}
.lead__video video {
	transform: scale(1.01);
}
.lead h2,
.lead h2 + div {
	text-align: center;
}
.lead h2 {
	font-size: 1.125rem;
	line-height: 1.21;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	margin: 0 auto 3.625rem auto;
	position: relative;
}
.lead h2::after {
	content: " ";
	display: block;
	width: 100%;
	max-width: 18.375rem;
	margin: 1rem auto 0 auto;
	height: 1px;
	background: #D8C6A6;
}
.lead h2 + div {
	font-size: 1rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
}
.lead article {
	margin: 2.25rem 0 4.25rem 0;
}

.site-footer {
	border-top: 0.1875rem solid #D8C6A6;
	padding: 1.25rem 0;
}
.site-footer * {
	font-size: 1rem;
	text-transform: uppercase;
}
.site-footer a:hover {
	color: #D8C6A6;
}
.site-footer ul {
	text-align: right;
}
.site-footer ul + ul {
	margin: 0.875rem 0 0 0;
	justify-content: flex-end;
	gap: 0.625rem;
}
.site-footer img {
	display: block;
	width: 1.75rem;
}

.site-header {
	padding: 1.5rem 0;
}

.site-logo {
	display: block;
	width: 7.25rem;
}

.social.wrap {
	margin-bottom: 4.75rem;
}
.social figure {
	position: relative;
	overflow: hidden;
}
.social-links {
	gap: 1rem;
	display: grid;
	margin: 0 auto 4rem auto;
	grid-template-columns: repeat(2, 1fr);
}
.social-links figure {
	aspect-ratio: 287/359;
}
.social .button {
	margin: 0 auto;
	border: 0.1875rem solid #D8C6A6;
	width: 21.5625rem;
	text-align: center;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	padding: 1.25rem 0;
}
.social .button,
.social .button * {
	transition: color 100ms ease, background 100ms ease;
}

.bg\:body {
	background: #3A4557;
}
.bg\:light {
	background: #ffffff;
}
.bg\:primary {
	background: #D8C6A6;
}
.bg\:footer {
	background: #EAF1F6;
}

.colour\:body {
	color: #3A4557;
}
.colour\:light {
	color: #ffffff;
}
.colour\:primary {
	color: #D8C6A6;
}
.colour\:footer {
	color: #EAF1F6;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

.flex {
	display: flex;
}

[data-reveal] {
	opacity: 0;
	transition: opacity 1250ms ease;
	transition-delay: 250ms;
}

[data-reveal=revealed] {
	opacity: 1;
}

[data-reveal-thumbnail]::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform: translateY(0);
	transition: transform 1250ms ease;
	transition-delay: 500ms;
	background: white;
	z-index: 1;
}

[data-reveal-thumbnail=revealed]::before {
	transform: translateY(100%);
}

.spacious {
	justify-content: space-between;
}

.wrap {
	padding: 0 1.25rem;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto #D8C6A6;
}
@media screen and (min-width: 630px) {
	html {
		font-size: 87.5%;
	}
	.social-links {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.25rem;
	}
}
@media screen and (min-width: 860px) {
	html {
		font-size: 87.5%;
	}
	.lead__video {
		border: 0.25rem solid #D8C6A6;
	}
	.lead h2 {
		margin: 0 auto 5.625rem auto;
		font-size: 1.4375rem;
		text-transform: uppercase;
		letter-spacing: 0.5rem;
	}
	.lead h2::after {
		max-width: 39.375rem;
	}
	.lead h2 + div {
		font-size: 1.125rem;
	}
	.lead article {
		margin: 4.25rem 0 6.25rem 0;
	}
	.site-footer {
		border-top: 0.3125rem solid #D8C6A6;
		padding: 2.5rem 0;
	}
	.site-footer * {
		font-size: 1.4375rem;
	}
	.site-footer img {
		width: 2.5rem;
	}
	.site-logo {
		width: 16rem;
	}
	.social.wrap {
		margin-bottom: 14.75rem;
	}
	.social .button {
		border: 0.25rem solid #D8C6A6;
		font-size: 1.4375rem;
	}
}
@media screen and (min-width: 1024px) {
	.lead h2 {
		font-size: 1.597vw;
		letter-spacing: 0.55vw;
	}
	.lead h2 + div {
		font-size: 1.125vw;
		letter-spacing: 0.0694vw;
	}
	.social-links {
		grid-template-columns: repeat(6, 1fr);
	}
}
@media screen and (min-width: 1600px) {
	html {
		font-size: 100%;
	}
}
@media (hover: hover) {
	.social .button:hover, .social .button:hover a {
		background: #D8C6A6;
		color: #ffffff;
	}
}
/*# sourceMappingURL=main.css.map */
