@font-face {
	font-family: "SabonRoman";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("SabonRoman"), local("SabonRoman"), url("../fonts/SabonRoman.woff2") format("woff2"), url("../fonts/SabonRoman.woff") format("woff");
}
@font-face {
	font-family: "SabonItalic";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("SabonItalic"), local("SabonItalic"), url("../fonts/SabonItalic.woff2") format("woff2"), url("../fonts/SabonItalic.woff") format("woff");
}
@font-face {
	font-family: "SabonBoldItalic";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("SabonBoldItalic"), local("SabonBoldItalic"), url("../fonts/SabonBoldItalic.woff2") format("woff2"), url("../fonts/SabonBoldItalic.woff") format("woff");
}
@font-face {
	font-family: "SabonBold";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("SabonBold"), local("SabonBold"), url("../fonts/SabonBold.woff2") format("woff2"), url("../fonts/SabonBold.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: #000000;
	background: #F3F2EC;
}

html,
body,
main {
	min-height: calc(100dvh - 2.875rem);
}

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;
}

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

blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
	padding: 0;
	border: 0;
	margin: 0;
}

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

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

html {
	font: normal 400 87.5%/1.375 "SabonRoman", serif;
}

body {
	font-size: 1rem;
}

.font\:bold-italic {
	font-family: "SabonBoldItalic", serif;
}
.font\:bold {
	font-family: "SabonBold", serif;
}
.font\:italic {
	font-family: "SabonItalic", serif;
}

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

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

strong {
	font-family: "SabonBold", serif;
}

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

input {
	font: inherit;
}

button,
input[type=submit] {
	-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::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	        appearance: none;
}

input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=text]::placeholder {
	font-family: "SabonItalic", serif;
	color: #000000;
}

select {
	font-family: "SabonItalic", serif;
	font-size: inherit;
}

.button {
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	display: block;
	padding: 0;
	text-align: right;
	color: #000000;
	width: 6.375rem;
	margin: 0 0 0 auto;
	text-decoration: underline;
}
.button:hover {
	text-decoration: none;
}

input[type=date],
input[type=email],
input[type=text],
select {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	width: 100%;
	background: transparent;
	color: #000000;
	border-bottom: 1px solid #000000;
	padding: 0 0 0.125rem 0;
}

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

[data-reveal] {
	opacity: 0;
	transition: opacity 750ms cubic-bezier(0.55, 0, 0.13, 1);
}

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

.home main {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
.home main::-webkit-scrollbar {
	display: none;
}

.underline, .copy a, .site-nav [aria-current=page],
.site-nav__mobile [aria-current=page], .selected-nav-item .site-nav__mobile a:focus, .enquire input[type=submit] {
	text-decoration: underline;
	text-underline-offset: 0.125rem;
}
.underline:hover, .copy a:hover, .site-nav [aria-current=page]:hover,
.site-nav__mobile [aria-current=page]:hover, .selected-nav-item .site-nav__mobile a:hover:focus, .enquire input[type=submit]:hover {
	text-decoration: none;
}

.about {
	padding: 3.875rem 0 3.4375rem 0;
}
.about > div {
	gap: 2.5rem;
}
.about figure {
	aspect-ratio: 380/419;
	width: 100%;
}
.about article {
	max-width: 28.5rem;
	width: 100%;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: none !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 1px !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	background-image: url("../images/arrow.svg") no-repeat !important;
}

.ui-widget.ui-widget-content,
.ui-state-default,
.ui-widget-header {
	background: #F3F2EC !important;
	border: unset !important;
}

.ui-datepicker-next,
.ui-datepicker-prev {
	display: flex;
	align-items: center;
}
.ui-datepicker-next.ui-state-hover,
.ui-datepicker-prev.ui-state-hover {
	background: #F3F2EC !important;
	border: unset !important;
}

.ui-datepicker-next {
	right: 0 !important;
}

.ui-datepicker-prev {
	left: 0 !important;
}

.ui-datepicker .ui-datepicker-next::after {
	margin: 0 0 0 auto;
}

.ui-widget-header {
	font-weight: normal;
	line-height: 1 !important;
	font-family: "SabonBold", serif !important;
}

th {
	font-family: "SabonBold", serif !important;
	font-weight: normal !important;
}

td a {
	font-family: "SabonRoman", serif !important;
	text-align: center !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover,
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: #000000 !important;
}

.enquire {
	padding: 9.75rem 0 0 0;
}
.enquire form {
	margin: 0 auto;
	max-width: 28.5rem;
	width: 100%;
}
.enquire form.sent > *:not(.wpcf7-response-output) {
	display: none;
}
.enquire label > br {
	display: none !important;
}
.enquire p + p {
	margin: 1.9375rem 0 0 0;
}
.enquire p:nth-child(4) {
	display: flex;
	position: relative;
}
.enquire p:nth-child(4), .enquire p:nth-child(4) span, .enquire p:nth-child(4) label {
	width: 100%;
}
.enquire p:nth-child(4) select {
	text-align: right;
}
.enquire p:nth-child(4)::after {
	font-family: "SabonItalic", serif;
	content: "Villa";
	pointer-events: none;
	position: absolute;
	left: 0;
}
.enquire p:nth-child(5),
.enquire p:nth-child(6),
.enquire p:nth-child(7),
.enquire p:nth-child(8) {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.enquire p:nth-child(5) input,
.enquire p:nth-child(6) input,
.enquire p:nth-child(7) input,
.enquire p:nth-child(8) input {
	font-family: "SabonItalic", serif;
}
.enquire p:nth-child(5) span,
.enquire p:nth-child(6) span,
.enquire p:nth-child(7) span,
.enquire p:nth-child(8) span {
	width: 100%;
}
.enquire p:nth-child(5)::before,
.enquire p:nth-child(6)::before,
.enquire p:nth-child(7)::before,
.enquire p:nth-child(8)::before {
	pointer-events: none;
	font-family: "SabonItalic", serif;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 0 0.125rem 0;
}
.enquire p:nth-child(5)::before,
.enquire p:nth-child(7)::before {
	content: "Check In";
}
.enquire p:nth-child(6)::before,
.enquire p:nth-child(8)::before {
	content: "Check Out";
}
.enquire p:nth-child(5).has-parent-value::after,
.enquire p:nth-child(6).has-parent-value::after {
	content: none;
}
.enquire input[type=date] {
	text-align: right;
}
.enquire .datepicker.has-value,
.enquire .wpcf7-date.has-value {
	font-family: "SabonRoman", serif;
}
.enquire input[type=date]::-webkit-calendar-picker-indicator {
	opacity: 0;
	cursor: pointer;
	width: 100%;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	left: 0;
}
.enquire input[type=date]::-webkit-calendar-picker-indicator::placeholder {
	text-align: left;
	opacity: 0;
}
.enquire .ui-state-default,
.enquire .ui-widget-content .ui-state-default,
.enquire .ui-widget-header .ui-state-default,
.enquire .ui-button,
.enquire html .ui-button.ui-state-disabled:hover,
.enquire html .ui-button.ui-state-disabled:active {
	border: unset !important;
	background: unset !important;
	font-weight: normal !important;
	color: #000000 !important;
}
.enquire .wpcf7-response-output,
.enquire .wpcf7 form.failed .wpcf7-response-output,
.enquire .wpcf7 form.invalid .wpcf7-response-output {
	border: unset !important;
	padding: 0 !important;
	color: #DC3232 !important;
}
.enquire .wpcf7-response-output {
	color: #000000 !important;
	text-align: center;
	max-width: 18rem;
	text-align: center;
	margin: 0 auto !important;
}
.enquire .datepicker {
	text-align: right;
}
.enquire select {
	text-align-last: right;
}
.enquire .wpcf7-spinner,
.enquire .wpcf7-not-valid-tip {
	display: none;
}
.enquire input[type=submit] {
	display: block;
	margin: 2.8125rem 0 0 auto;
}

.single-spaces .enquire {
	padding: 5rem 0 5.4375rem 0;
}

.gallery__images {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 1rem;
	column-gap: 2rem;
}
.gallery figure {
	aspect-ratio: 224/278;
	cursor: pointer;
}
.gallery .cover {
	object-fit: contain;
}

.home__spaces {
	top: 0;
	left: 0;
	position: absolute;
	padding: 3.875rem 1.5rem 3.375rem 1.5rem;
	height: 100dvh;
	width: 100vw;
	z-index: 1;
}
.home main {
	overflow: hidden;
}
.home__space--label {
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	height: 7rem;
	width: 11.375rem;
}
.home__space--label:hover + * {
	opacity: 1;
	visibility: visible;
}
.home__space figure {
	aspect-ratio: 1920/2560;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
.home__space--gallery {
	opacity: 0;
	transition: opacity 750ms ease, visibility 750ms ease;
	position: relative;
	height: calc(100dvh - 7.25rem);
	visibility: hidden;
	pointer-events: none;
}
.home__space:nth-child(1) a {
	left: 1.5rem;
	top: 14.1875rem;
}
.home__space:nth-child(1) .home__space--image\:1 {
	top: auto;
	bottom: 0;
	left: 0;
	height: 17rem;
	width: 15.71%;
}
.home__space:nth-child(1) .home__space--image\:2 {
	top: 0;
	left: 17.77%;
	width: 15.71%;
}
.home__space:nth-child(1) .home__space--image\:3 {
	left: auto;
	top: auto;
	width: 39.86%;
	height: 100%;
	right: 0;
	bottom: 0;
}
.home__space:nth-child(1) .home__space--image\:3 .cover {
	object-fit: contain;
	object-position: bottom right;
}
.home__space:nth-child(2) a {
	left: auto;
	right: 1.5rem;
	top: auto;
	bottom: 14.1875rem;
}
.home__space:nth-child(2) .home__space--image\:1 {
	bottom: 3.875rem;
	left: 0;
	top: auto;
	width: 39.86%;
	height: 100%;
}
.home__space:nth-child(2) .home__space--image\:1 .cover {
	object-fit: contain;
	object-position: bottom left;
}
.home__space:nth-child(2) .home__space--image\:2 {
	right: 26.5%;
	bottom: 3.875rem;
}
.home__space:nth-child(2) .home__space--image\:2,
.home__space:nth-child(2) .home__space--image\:3 {
	left: auto;
	top: auto;
	width: 15.71%;
}
.home__space:nth-child(2) .home__space--image\:3 {
	right: 0;
	top: auto;
	bottom: 13.5rem;
}

.homeware {
	padding: 9.75rem 0 8.625rem 0;
}
.homeware__wrap {
	align-items: flex-start;
	padding: 0 1.5rem;
}

.image-pair {
	gap: 1rem;
	width: 100%;
}
.image-pair figure {
	aspect-ratio: 456/566;
	width: 72.42%;
}
.layout__wrapper > * {
	gap: 1rem;
}
.layout__wrapper > *:first-child {
	margin: 0 0 5rem 0;
}
.layout__floorplans {
	width: 100%;
}
.layout__floorplans figure {
	aspect-ratio: 338/340;
	cursor: pointer;
	mix-blend-mode: multiply;
	width: 100%;
}
.layout__floorplans figure:not(:last-child) {
	margin: 0 0 2.5rem 0;
}
.layout__summary {
	padding: 4.625rem 1.5rem 0.75rem 7.6875rem;
}
.layout__summary > * {
	gap: 1rem;
}
.layout .image-pair {
	margin: 0 0 4.1875rem auto;
}

.lead-image h1 {
	position: fixed;
	top: 11.3125rem;
	left: 1.5rem;
}
.lead-image h1,
.lead-image nav {
	position: fixed;
	z-index: 1;
}
.lead-image nav {
	left: auto;
	right: 1.5rem;
	top: 14.875rem;
}
.lead-image nav li {
	cursor: pointer;
}
.lead-image nav li:not(:last-child) {
	margin: 0 0 0.8125rem 0;
}
.lead-image figure {
	margin: 3.375rem auto 0 auto;
	aspect-ratio: 428/635;
	width: 100%;
}

.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	opacity: 0;
	transition: opacity 500ms ease, visibility 500ms ease;
	visibility: hidden;
	pointer-events: none;
	z-index: 20;
}
.lightbox > *,
.lightbox .swiper,
.lightbox .swiper-wrapper,
.lightbox .swiper-slide {
	height: 100dvh;
}
.lightbox figure,
.lightbox img {
	height: 100%;
}
.lightbox img {
	display: block;
	margin: 0 auto;
}
.lightbox__caption, .lightbox__close {
	position: absolute;
	top: auto;
	bottom: 1rem;
	z-index: 1;
}
.lightbox__caption {
	left: 1.5rem;
}
.lightbox__close {
	left: auto;
	right: 1.5rem;
}
.lightbox .swiper-button-prev,
.lightbox .swiper-button-next {
	position: absolute;
}
.lightbox .swiper-button-prev {
	left: 1.5rem;
	transform: rotate(-180deg) translateY(-50%);
}
.lightbox .swiper-button-next {
	left: auto;
	right: 1.5rem;
}

[data-lightbox=floorplans] .swiper-slide {
	background: #F3F2EC;
}
[data-lightbox=floorplans] figure {
	display: flex;
	align-items: center;
}
[data-lightbox=floorplans] img {
	mix-blend-mode: multiply;
	height: auto;
	max-height: 100%;
}

.has-floorplans [data-lightbox=floorplans] {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.has-gallery [data-lightbox=gallery] {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.location {
	margin: 0 0 5rem 0;
}
.location__wrap {
	gap: 1rem;
	width: 100%;
}
.location .image-pair {
	margin: 0 0 0 auto;
}
.location .image-pair figure:first-child {
	margin: 0 auto 0 0;
}
.location .image-pair figure:last-child {
	margin: 0 0 0 auto;
}

.mobile-nav__bar {
	height: 3.375rem;
	position: fixed;
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 12;
}

.site-nav__mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: 9;
	display: flex;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 750ms ease;
}
.site-nav__mobile ul {
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.site-nav__mobile li {
	opacity: 0;
	transition: opacity 125ms ease;
	transition: opacity 1.25s cubic-bezier(0.55, 0, 0.13, 1);
}
.site-nav__mobile li:nth-of-type(1) {
	transition-delay: 125ms;
}
.site-nav__mobile li:nth-of-type(2) {
	transition-delay: 250ms;
}
.site-nav__mobile li:nth-of-type(3) {
	transition-delay: 375ms;
}
.site-nav__mobile li:nth-of-type(4) {
	transition-delay: 500ms;
}
.site-nav__mobile li:nth-of-type(5) {
	transition-delay: 625ms;
}
.site-nav__mobile li:not(:last-child) {
	margin: 0 0 4.75rem 0;
}

.selected-nav-item .site-nav__mobile [aria-page=current] {
	text-decoration: unset;
}
.has-mobile-nav .nav-icon span {
	background: transparent;
}
.has-mobile-nav .nav-icon span::before {
	transform: translateY(50%) rotate(30deg);
}
.has-mobile-nav .nav-icon span::after {
	transform: translateY(50%) rotate(-30deg);
}

.nav-icon {
	position: fixed;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1.125rem;
	width: 2rem;
	height: 1.4375rem;
}
.nav-icon span, .nav-icon span::before, .nav-icon span::after {
	background: #000000;
	width: 100%;
	height: 1.5px;
	display: block;
	position: absolute;
	left: 0;
	transition: transform 250ms ease, background 250ms ease;
}
.nav-icon span {
	top: 50%;
	transform: translateY(-50%);
}
.nav-icon span::before, .nav-icon span::after {
	content: " ";
}
.nav-icon span::before {
	transform: translateY(-0.625rem);
}
.nav-icon span::after {
	transform: translateY(0.625rem);
}

.policy {
	padding: 11.5625rem 1.5rem 9.25rem 1.5rem;
}

.press {
	padding: 8.25rem 1.5rem 20rem 1.5rem;
}
.press-article {
	border-bottom: 1px solid #000000;
}
.press-article > div,
.press-article > a {
	padding: 0.6875rem 0 1.3125rem 0;
}

.product {
	width: 100%;
}
.product:not(:last-child) {
	margin: 0 0 3.75rem 0;
}
.product:nth-of-type(even) {
	margin: 0 0 3.75rem 0;
}
.product > * {
	gap: 2.375rem;
}
.product__image {
	aspect-ratio: 338/423;
	width: 100%;
}
.product h2 {
	margin: 0 0 0.75rem 0;
}
.product .copy {
	margin: 0 0 1.5rem 0;
}

.services {
	margin: 0 0 5rem 0;
}
.services .flex {
	gap: 1rem;
}
.services figure {
	aspect-ratio: 692/559;
	margin: 4.625rem 0 0 0;
	width: 100%;
}

.site-footer {
	position: relative;
	padding: 0.75rem 0;
	z-index: 10;
}

.site-header {
	padding: 1rem 0;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(0);
	transition: transform 250ms ease;
	width: 100%;
	z-index: 10;
}
.site-header > .flex {
	align-items: center;
}

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

.site-nav ul {
	align-items: center;
	gap: 4.3125rem;
}
.site-nav li, .site-nav a {
	line-height: 1;
}

.splash {
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 15;
}
.splash,
.splash figure {
	height: 100dvh;
	width: 100vw;
}
.splash, .splash__logo,
.splash figure {
	transition: opacity 1250ms ease;
}
.splash figure {
	opacity: 0;
}
.splash__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transition: opacity 750ms ease;
	transform: translate(-50%, -50%);
	width: calc(100% - 3rem);
	z-index: 1;
}
.splash-show figure,
.splash-show .splash__logo {
	opacity: 1;
}
.splash-sequence-one .splash {
	opacity: 0;
}

.terms__wrap > div {
	gap: 1rem;
}
.terms figure {
	aspect-ratio: 692/859;
}
.text-content-section:not(:last-child) {
	margin: 0 0 3rem 0;
}

.copy > *:not(:last-child):not(li) {
	margin: 0 0 1.25rem 0;
}

.ui-datepicker {
	width: 180px;
}
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker .ui-datepicker-prev {
	color: transparent;
}
.ui-datepicker .ui-datepicker-prev::before {
	content: "<";
	color: #000000;
}
.ui-datepicker .ui-datepicker-year {
	text-align: right;
}
.ui-datepicker .ui-datepicker-next {
	color: transparent;
	text-align: right;
}
.ui-datepicker .ui-datepicker-next::after {
	content: ">";
	color: #000000;
}

.desktop {
	display: none;
}

.embed {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 56.25%;
}
.embed embed,
.embed iframe,
.embed object,
.embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
:root {
	--swiper-theme-color: #007aff;
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial;
	*/
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	        scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	        scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-webkit-scroll-snap-type: none;
	        scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	        margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	        margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 10px;
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: 0.625rem;
	height: 1.25rem;
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "";
	background: url("../images/arrow.svg") no-repeat;
	background: url("../images/arrow.svg") no-repeat;
	background-size: contain;
	width: 0.625rem;
	height: 1.25rem;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "";
	background: url("../images/arrow.svg") no-repeat;
	background-size: contain;
	width: 0.625rem;
	height: 1.25rem;
}

/* Navigation font end */
:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	--swiper-pagination-left: auto;
	--swiper-pagination-right: 8px;
	--swiper-pagination-bottom: 8px;
	--swiper-pagination-top: auto;
	--swiper-pagination-fraction-color: inherit;
	--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
	--swiper-pagination-progressbar-size: 4px;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-bullet-width: 8px;
	--swiper-pagination-bullet-height: 8px;
	--swiper-pagination-bullet-border-radius: 50%;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: 0.2;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 4px;
	--swiper-pagination-bullet-vertical-gap: 6px;
	*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Zoom container styles start */
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.ar {
	overflow: hidden;
	position: relative;
}

.bg\:body {
	background: #000000;
}
.bg\:light {
	background: #F3F2EC;
}
.bg\:primary {
	background: #0073AA;
}
.bg\:warn {
	background: #DC3232;
}
.bg\:success {
	background: #27AE60;
}
.bg\:inactive {
	background: #8D7A7A;
}

.colour\:body {
	color: #000000;
}
.colour\:light {
	color: #F3F2EC;
}
.colour\:primary {
	color: #0073AA;
}
.colour\:warn {
	color: #DC3232;
}
.colour\:success {
	color: #27AE60;
}
.colour\:inactive {
	color: #8D7A7A;
}

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

[data-barba=container],
#content {
	transition: opacity 500ms ease;
	opacity: 1;
}

.fade-content [data-barba=container],
.fade-content #content {
	opacity: 0;
}

.flex {
	display: flex;
}

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

.wrap {
	padding: 0 1.5rem;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto #0073AA;
}
@media screen and (min-width: 414px) {
	html {
		font: normal 400 100%/1.375 "SabonRoman", serif;
	}
}
@media screen and (min-width: 630px) {
	.splash__logo {
		width: 36.375rem;
	}
}
@media screen and (min-width: 860px) {
	html,
body,
main {
		min-height: calc(100dvh - 2.5rem);
	}
	html {
		font: normal 400 100%/1.33 "SabonRoman", serif;
	}
	body {
		font-size: 0.75rem;
	}
	.underline, .copy a, .site-nav [aria-current=page],
.site-nav__mobile [aria-current=page], .selected-nav-item .site-nav__mobile a:focus, .enquire input[type=submit] {
		text-underline-offset: 0.0625rem;
	}
	.about {
		min-height: calc(100dvh - 2.5rem);
		padding: 4.375rem 0 0 0;
	}
	.about > div {
		align-items: flex-end;
		gap: 1rem;
	}
	.about figure {
		aspect-ratio: 810/652;
		width: 58.2%;
	}
	.about header {
		text-align: right;
		width: 6.625rem;
	}
	.about header + div {
		width: calc(100% - 7.625rem);
	}
	.about article {
		padding: 0 0 1.5rem 0;
	}
	.enquire {
		padding: 14.875rem 0 15.125rem 0;
	}
	.enquire p + p {
		margin: 1.5625rem 0 0 0;
	}
	.enquire p:nth-child(5),
.enquire p:nth-child(6) {
		display: none;
	}
	.single-spaces .enquire {
		padding: 7.875rem 0 16.25rem 0;
	}
	.gallery__images {
		grid-template-columns: repeat(6, 1fr);
		column-gap: 0.5625rem;
		row-gap: 2.5625rem;
	}
	.gallery .cover {
		padding: 1.25rem 1.5rem;
	}
	.home__space--label {
		height: 10.5rem;
		width: 21.125rem;
	}
	.home__space:nth-child(1) a {
		left: 17.77%;
		bottom: 17rem;
		top: auto;
	}
	.home__space:nth-child(2) a {
		bottom: auto;
		right: 25.9%;
		top: 11.5625rem;
	}
	.home__space:nth-child(2) .home__space--gallery {
		transform: translateY(calc(-100% + 3.875rem));
	}
	.homeware {
		padding: 14.875rem 0 9.25rem 0;
	}
	.homeware__wrap {
		padding: 0 8.75rem 0 8.75rem;
	}
	.homeware header {
		max-width: 14.8125rem;
		position: -webkit-sticky;
		position: sticky;
		top: 14.875rem;
		width: 100%;
	}
	.homeware__items {
		width: 76.31%;
	}
	.image-pair {
		width: 66.7%;
	}
	.image-pair figure {
		width: 50%;
	}
	.layout__wrapper {
		margin: 0 auto 0 5rem;
		width: 75%;
	}
	.layout__wrapper + div {
		margin: 0 0 7.5rem 0;
	}
	.layout__floorplans {
		width: 41.67%;
	}
	.layout__floorplans figure:not(:last-child) {
		margin: 0 0 2rem 0;
	}
	.layout__summary {
		padding: 3.75rem 0 0 0;
		width: 56.22%;
	}
	.layout__summary header {
		text-align: right;
		width: 6.375rem;
	}
	.layout__summary .copy {
		width: calc(100% - 6.375rem);
	}
	.layout .image-pair {
		margin: 0 0 0 auto;
	}
	.lead-image h1 {
		top: 14.875rem;
	}
	.lead-image figure {
		aspect-ratio: 592/735;
		margin: 1.875rem auto 5.875rem auto;
		width: 41.11%;
	}
	.lightbox .swiper-button-prev,
.lightbox .swiper-button-next {
		transform: translateY(-50%);
		top: 50%;
	}
	.lightbox .swiper-button-prev {
		transform: rotate(-180deg) translateY(calc(-50% + 1.375rem));
	}
	[data-lightbox=floorplans] figure {
		height: 100%;
	}
	.location {
		margin: 0 0 7.75rem 0;
	}
	.location__wrap {
		transform: translateX(-7.1875rem);
		margin: 0 0 7.5rem 33.88%;
		max-width: 28.5rem;
	}
	.location header {
		text-align: right;
		width: 6.375rem;
	}
	.location header + div {
		width: calc(100% - 6.375rem);
	}
	.mobile-nav__bar {
		display: none;
	}
	.policy {
		padding: 14.875rem 16rem 9.25rem 8.625rem;
	}
	.policy header {
		max-width: 13.125rem;
		width: 100%;
	}
	.policy article {
		max-width: 35.875rem;
		width: 100%;
	}
	.press {
		padding: 13.9375rem 8.6875rem 18.125rem 8.6875rem;
	}
	.press-article > div,
.press-article > a {
		padding: 0.5625rem 0 0.875rem 0;
	}
	.press-article__publication {
		width: 29.2%;
	}
	.press-article__title {
		width: 50%;
	}
	.press-article__date {
		width: 18.98%;
	}
	.product {
		width: 78.41%;
	}
	.product:not(:last-child) {
		margin: 0 0 4.875rem 0;
	}
	.product:nth-of-type(even) {
		margin: 0 0 4.875rem auto;
	}
	.product:nth-of-type(even) > * {
		flex-direction: row-reverse;
	}
	.product > * {
		gap: 4.375rem;
	}
	.product__synopsis {
		max-width: 13.75rem;
		width: 100%;
	}
	.product__image {
		width: 48.633%;
	}
	.product h2 {
		margin: 0 0 0.875rem 0;
	}
	.product .copy {
		margin: 0 0 2rem 0;
	}
	.services {
		margin: 0 0 7.5rem 0;
	}
	.services__wrapper > div {
		transform: translateX(-7.1875rem);
		margin: 0 0 0 33.07%;
		width: 28.375rem;
	}
	.services header {
		text-align: right;
		width: 6.375rem;
	}
	.services header + div {
		width: calc(100% - 6.375rem);
	}
	.services figure {
		margin: 8.375rem 0 0 0;
		width: 49.42%;
	}
	.site-header {
		padding: 0.625rem 0;
	}
	.site-logo {
		width: 13.75rem;
	}
	.splash__logo {
		width: 28.5rem;
	}
	.terms__wrap > div {
		margin: 0 0 7.5rem 42.36%;
		transform: translateX(-7.1875rem);
		max-width: 28.5rem;
		width: 100%;
	}
	.terms header {
		text-align: right;
		width: 6.375rem;
	}
	.terms header + div {
		width: calc(100% - 6.375rem);
	}
	.terms figure {
		margin: 0 auto 7.8125rem 16.45%;
		width: 49.42%;
	}
	.text-content-section > div {
		gap: 1rem;
	}
	.text-content-section:not(:last-child) {
		margin: 0 0 2rem 0;
	}
	.copy > *:not(:last-child):not(li) {
		margin: 0 0 1rem 0;
	}
	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.layout__wrapper {
		margin: 0 auto 0 16rem;
		width: 56.38%;
	}
	.lead-image h1 {
		left: 8.75rem;
	}
	.lead-image nav {
		right: 7.6875rem;
	}
}
@media screen and (max-width: 860px) {
	.about > div {
		flex-direction: column;
	}
	.about header {
		margin: 0 0 0.5rem 0;
	}
	.enquire p:nth-child(5)::after,
.enquire p:nth-child(6)::after {
		background: #F3F2EC;
		font-family: "SabonItalic", serif;
		content: "dd / mm / yyyy";
		position: absolute;
		left: auto;
		right: 0;
		pointer-events: none;
		top: auto;
		bottom: 1px;
	}
	.enquire p:nth-child(5) input[type=date],
.enquire p:nth-child(6) input[type=date] {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		text-align: right;
		text-align-last: right;
		width: 100%;
		height: 1.399375rem;
	}
	.enquire p:nth-child(7),
.enquire p:nth-child(8) {
		display: none;
	}
	.enquire input[type=date] {
		display: block;
		line-height: 1;
		text-align: right;
		text-align-last: right;
	}
	.gallery header {
		margin: 0 0 1.125rem 0;
	}
	.homeware__wrap {
		flex-direction: column;
	}
	.homeware header {
		margin: 0 0 1.75rem 0;
	}
	.image-pair {
		flex-direction: column;
	}
	.image-pair figure:first-child {
		margin: 0 0 0 auto;
	}
	.layout__wrapper > * {
		flex-direction: column-reverse;
	}
	.layout__floorplans {
		padding: 0 1.5rem;
	}
	.layout__summary > * {
		flex-direction: column;
	}
	.lightbox .wrap {
		padding: 0;
	}
	.lightbox .swiper-slide {
		display: flex;
		align-items: center;
		margin: 0 0 auto 0;
		padding: 3.75rem 0 0 0;
	}
	.lightbox figure,
.lightbox img {
		margin: 0 0 auto 0;
		height: auto;
	}
	.lightbox__caption, .lightbox__close {
		bottom: 1.125rem;
	}
	.lightbox .swiper-button-prev,
.lightbox .swiper-button-next {
		top: auto;
		bottom: 4.625rem;
	}
	.lightbox .swiper-button-prev {
		bottom: 5.25rem;
	}
	[data-lightbox=floorplans] .swiper-slide {
		padding: 0;
	}
	[data-lightbox=floorplans] figure {
		margin: auto 0;
	}
	.location__wrap {
		flex-direction: column;
		padding: 0 1.5rem 4.875rem 7.6875rem;
	}
	.has-mobile-nav .site-nav__mobile {
		pointer-events: all;
		opacity: 1;
	}
	.has-mobile-nav .site-nav__mobile li {
		opacity: 1;
	}
	.policy .flex {
		flex-direction: column;
	}
	.policy header {
		margin: 0 0 1.625rem 0;
	}
	.press-article:first-child {
		border-top: 1px solid #000000;
	}
	.press-article > div,
.press-article > a {
		flex-direction: column;
	}
	.press-article__publication {
		margin: 0 0 0.8125rem 0;
	}
	.press-article__title {
		margin: 0 0 0.4375rem 0;
	}
	.product > * {
		flex-direction: column-reverse;
	}
	.services .flex {
		flex-direction: column;
	}
	.services__wrapper {
		padding: 0 1.5rem 0 7.6875rem;
	}
	.site-footer {
		margin: 0 0 3.375rem 0;
	}
	.site-footer nav li:not(:first-child) {
		display: none;
	}
	.site-header {
		background: #F3F2EC;
	}
	.hide-header .site-header {
		transform: translateY(-100%);
	}
	.site-logo {
		margin: 0 auto;
	}
	.terms__wrap > div {
		flex-direction: column;
		padding: 0 1.5rem 4.875rem 7.6875rem;
	}
	.terms div + .wrap {
		padding: 0 0.625rem 5rem 0.625rem;
	}
	.terms figure {
		width: 100%;
	}
	.text-content-section > div {
		flex-direction: column;
	}
	.copy div.mobile {
		margin: 3rem 0 0 0;
	}
	.copy div.mobile a {
		text-decoration: underline;
	}
}
/*# sourceMappingURL=main.css.map */
