@charset "UTF-8";
/*
 * Stylesheet for Calisto custom theme
 * Author: Spot On Earth Team
 */
/* Import fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;900&display=swap");
/* Main Styles */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  margin: 0;
  font-size: 23px;
  line-height: 1.7391304348;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

textarea,
button,
input,
select {
  font-family: "Montserrat", Helvetica, sans-serif;
}

*, *:focus,
a, a:focus {
  outline: 0;
}

a,
a:visited {
  color: var(--link-color, #000);
  text-decoration: none;
  transition: color 0.25s ease 0s;
}

@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a:hover {
    text-decoration: none;
    color: #eba904;
  }
}
a:focus {
  color: #eba904;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

progress {
  display: inline-block;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

figure {
  margin: 0 0 32px 0;
}
figure > figcaption {
  display: block;
}

figcaption {
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
}

p {
  margin: 0 0 26px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0;
  font-weight: normal;
  font-family: "Montserrat", Helvetica, sans-serif;
}

h1,
.h1 {
  font-size: 84px;
  line-height: 1.119047619;
  letter-spacing: 0.38px;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 1.1333333333;
    letter-spacing: 0.27px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.2666666667;
}

h3 {
  font-size: 25px;
  line-height: 1.4;
}

h4 {
  font-size: 22px;
  line-height: 1.4545454545;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  font-size: 17px;
  line-height: 1.5294117647;
  font-weight: 500;
}

blockquote,
blockquote p {
  margin: 25px 0;
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #000;
  margin: 25px 0;
  padding: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 16px;
  list-style-type: disc;
}

ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 24px;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

pre {
  padding: 10px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table td {
  border-top: 2px solid #000;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 15px 40px 40px 0;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  table td {
    padding: 12px 16px 24px 0;
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
table th {
  border: 0;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  table th {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
table th[scope=col] {
  padding: 0 40px 3px 0;
}
@media screen and (max-width: 860px) {
  table th[scope=col] {
    padding-right: 16px;
  }
}
table th[scope=row] {
  border-top: 2px solid #000;
  padding: 15px 40px 40px 0;
}
@media screen and (max-width: 860px) {
  table th[scope=row] {
    padding: 12px 16px 24px 0;
  }
}
table caption {
  margin: 0 0 3px 0;
  padding: 0 0 16px 0;
  font-size: 32px;
  line-height: 1.25;
  font-style: normal;
}
@media screen and (max-width: 860px) {
  table caption {
    margin: 0 0 3px 0;
    padding: 0 0 12px 0;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1690px) {
  .container {
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }
}

a.cta {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: 500;
  text-decoration: none;
  transition: border-bottom-color 0.35s ease 0s;
}
a.cta:hover, a.cta:focus {
  color: #000;
  border-bottom-color: #eba904;
}

.gallery-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 999;
}
.gallery-cursor.is-visible {
  opacity: 1;
}
.gallery-cursor svg {
  width: 75px;
  height: 75px;
  transition: transform 0.2s ease;
}
.gallery-cursor.is-prev svg {
  transform: rotate(180deg);
}

.js-cursor-gallery:hover {
  cursor: none;
}

.invisible,
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}

.message {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 10px 8px 30px;
  border: 1px solid;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  background-position: 6px 10px !important;
  background-repeat: no-repeat !important;
}

.warning {
  border-color: #E6DB55;
  background: url("../images/ui/warning.png") repeat scroll 0 0 #FFFBCC;
}

#header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 127px;
}

.page-template-template-homepage #header {
  box-shadow: none;
  position: absolute;
}

#logo {
  flex-shrink: 0;
  margin: 0 80px;
}
#logo img {
  display: block;
  height: 46px;
  width: auto;
}

#nav-left,
#nav-right {
  flex: 1;
}
#nav-left .menu,
#nav-right .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 60px;
}
#nav-left .menu li a,
#nav-right .menu li a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.583;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
#nav-left .menu li a::after,
#nav-right .menu li a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 3px;
  background: #b69c63;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
#nav-left .menu li a:hover,
#nav-right .menu li a:hover {
  color: #b69c63;
}
#nav-left .menu li a:hover::after,
#nav-right .menu li a:hover::after {
  transform: scaleX(1);
}
#nav-left .menu li.current-menu-item a::after,
#nav-left .menu li.current_page_item a::after,
#nav-right .menu li.current-menu-item a::after,
#nav-right .menu li.current_page_item a::after {
  transform: scaleX(1);
}

#nav-left .menu {
  justify-content: flex-end;
}

#nav-right .menu {
  justify-content: flex-start;
}

#nav-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 21px;
  margin: 0;
  border: 0;
  padding: 0;
  transform: rotate(0);
  transition: 0.5s ease-in-out 0s;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
}
#nav-toggle > span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out 0s;
}
#nav-toggle > span:nth-child(1) {
  top: 0px;
}
#nav-toggle > span:nth-child(2), #nav-toggle > span:nth-child(3) {
  top: 9px;
}
#nav-toggle > span:nth-child(4) {
  top: 18px;
}
html.mobile-nav-open #nav-toggle > span {
  width: 32px;
  height: 2px;
}
html.mobile-nav-open #nav-toggle > span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
html.mobile-nav-open #nav-toggle > span:nth-child(2) {
  transform: rotate(45deg);
}
html.mobile-nav-open #nav-toggle > span:nth-child(3) {
  transform: rotate(-45deg);
}
html.mobile-nav-open #nav-toggle > span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

@media screen and (max-width: 860px) {
  #header {
    background: #fdfaf4;
  }
  #nav-left,
  #nav-right {
    display: none;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .container {
    justify-content: flex-start;
    position: relative;
    padding: 0;
    margin-top: 10px;
    margin-right: 0;
    height: 80px;
  }
  #logo {
    margin: 0;
  }
  #logo img {
    height: 40px;
  }
  html.mobile-nav-open {
    overflow: hidden;
  }
  html.mobile-nav-open #nav-left,
  html.mobile-nav-open #nav-right {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    background: #fdfaf4;
    z-index: 99;
    padding: 0 20px;
  }
  html.mobile-nav-open #nav-left .menu,
  html.mobile-nav-open #nav-right .menu {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin: 0;
  }
  html.mobile-nav-open #nav-left .menu li a,
  html.mobile-nav-open #nav-right .menu li a {
    font-size: 18px;
    line-height: 1.4;
  }
  html.mobile-nav-open #nav-left .menu li a::after,
  html.mobile-nav-open #nav-right .menu li a::after {
    display: none;
  }
  html.mobile-nav-open #nav-left .menu li.current-menu-item a,
  html.mobile-nav-open #nav-left .menu li.current_page_item a,
  html.mobile-nav-open #nav-right .menu li.current-menu-item a,
  html.mobile-nav-open #nav-right .menu li.current_page_item a {
    color: #b69c63;
  }
  html.mobile-nav-open #nav-left {
    top: 90px;
    bottom: 50%;
    padding-top: 0;
    padding-bottom: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  html.mobile-nav-open #nav-right {
    top: 50%;
    bottom: 0;
    padding-top: 12px;
    padding-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 860px) {
  .page-template-template-homepage #header .container {
    height: 80px;
  }
}

#main {
  padding-bottom: 1px;
}

#main > article.page {
  padding: 100px 0 70px;
}
#main > article.page .page-title {
  max-width: 848px;
  margin: 0 0 40px;
  margin-left: max(20px, calc(50% - 594px));
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
}
#main > article.page .page-content {
  max-width: 848px;
  margin: 0;
  margin-left: max(20px, calc(50% - 594px));
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.867;
  color: #000;
}
#main > article.page .page-content h1,
#main > article.page .page-content h2,
#main > article.page .page-content h3,
#main > article.page .page-content h4,
#main > article.page .page-content h5,
#main > article.page .page-content h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.867;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 40px 0 0;
}
#main > article.page .page-content p {
  margin: 0 0 25px;
}
#main > article.page .page-content a {
  color: #b69c63;
  text-decoration: none;
}
#main > article.page .page-content a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 860px) {
  #main > article.page {
    padding: 60px 0 80px;
  }
  #main > article.page .page-title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

.page-template-template-homepage #header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: none;
}
.page-template-template-homepage #header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 127px;
}
.page-template-template-homepage #header #nav-toggle {
  display: none;
}
.page-template-template-homepage #header #nav-left .menu li a,
.page-template-template-homepage #header #nav-right .menu li a {
  color: #fff;
}
.page-template-template-homepage #header #nav-left .menu li a:hover,
.page-template-template-homepage #header #nav-right .menu li a:hover {
  color: #b69c63;
}
.page-template-template-homepage #main {
  padding-bottom: 0;
}
@media screen and (max-width: 860px) {
  .page-template-template-homepage #header .container {
    justify-content: flex-start;
    height: 80px;
  }
  .page-template-template-homepage #header #nav-toggle {
    display: block;
  }
  .page-template-template-homepage #header #nav-toggle > span {
    background: #fff;
  }
}

html.mobile-nav-open body.page-template-template-homepage #header {
  background: #fff;
}
html.mobile-nav-open body.page-template-template-homepage #header #logo img {
  filter: invert(1);
}
html.mobile-nav-open body.page-template-template-homepage #header #nav-toggle > span {
  background: #000;
}
html.mobile-nav-open body.page-template-template-homepage #header #nav-left .menu li a,
html.mobile-nav-open body.page-template-template-homepage #header #nav-right .menu li a {
  color: #000;
}
html.mobile-nav-open body.page-template-template-homepage #header #nav-left .menu li a:hover,
html.mobile-nav-open body.page-template-template-homepage #header #nav-right .menu li a:hover {
  color: #b69c63;
}

.homepage-hero {
  position: relative;
  width: 100%;
  height: 728px;
  overflow: hidden;
}
.homepage-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 127px;
}
.homepage-hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fdfaf4;
  text-align: center;
  max-width: 1009px;
  margin: 0;
}
.homepage-hero__cta, .homepage-hero__video-btn {
  --link-color: #fff;
  display: inline-block;
  padding: 14px 40px;
  background: #b69c63;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
}
.homepage-hero__cta:hover, .homepage-hero__cta:focus, .homepage-hero__video-btn:hover, .homepage-hero__video-btn:focus {
  background: #7e6b41;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.homepage-hero__cta {
  margin-top: 50px;
}
.homepage-hero__video-btn {
  margin-top: 100px;
  letter-spacing: 5.5px;
}
@media screen and (max-width: 860px) {
  .homepage-hero {
    height: 500px;
  }
  .homepage-hero__content {
    padding-top: 70px;
  }
  .homepage-hero__title {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.5;
    padding: 0 20px;
  }
  .homepage-hero__cta {
    margin-top: 30px;
  }
  .homepage-hero__video-btn {
    margin-top: 12px;
  }
}

.homepage-intro {
  padding: 87px 0 100px;
  background: #fff;
}
.homepage-intro__inner {
  max-width: 764px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.homepage-intro__label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #b69c63;
  margin-bottom: 24px;
}
.homepage-intro__content {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .homepage-intro {
    padding: 50px 0 60px;
  }
  .homepage-intro__content {
    font-size: 28px;
    line-height: 1.214;
  }
}

.homepage-welcome {
  display: flex;
  width: 100%;
  min-height: 600px;
}
.homepage-welcome__left {
  width: 50%;
  background: #fdfaf4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-welcome__text {
  max-width: 434px;
  text-align: center;
}
.homepage-welcome__title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 40px;
}
.homepage-welcome__body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.3px;
  color: #000;
  margin: 0 0 40px;
}
.homepage-welcome__btn {
  --link-color: #7e6b41;
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #7e6b41;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #7e6b41;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
.homepage-welcome__btn:hover {
  background: #7e6b41;
  color: #fff;
  text-decoration: none;
}
.homepage-welcome__right {
  width: 50%;
  position: relative;
}
.homepage-welcome__icon {
  position: absolute;
  top: 0;
  left: -69.5px;
  width: 139px;
  height: 156px;
  background: #b69c63;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.homepage-welcome__icon img {
  width: 55px;
  height: auto;
}
.homepage-welcome__slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homepage-welcome__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
.homepage-welcome__slide.active {
  opacity: 1;
}
.homepage-welcome__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-welcome__dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 3;
}
.homepage-welcome__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
.homepage-welcome__dot.active {
  width: 11px;
  height: 11px;
  background: #fff;
}
@media screen and (max-width: 860px) {
  .homepage-welcome {
    flex-direction: column;
  }
  .homepage-welcome__left, .homepage-welcome__right {
    width: 100%;
  }
  .homepage-welcome__left {
    padding: 60px 0;
  }
  .homepage-welcome__right {
    height: 400px;
  }
  .homepage-welcome__icon {
    display: none;
  }
  .homepage-welcome__text {
    padding: 0 20px;
    text-align: left;
  }
  .homepage-welcome__title {
    font-size: 23px;
  }
}

.homepage-gallery {
  background: #555f5a;
  padding: 144px 0 135px;
  position: relative;
  overflow: hidden;
}
.homepage-gallery__scroll-indicator {
  position: absolute;
  left: 114px;
  top: 405px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  z-index: 2;
}
.homepage-gallery__scroll-indicator img {
  width: 62px;
  height: 51px;
  opacity: 0.5;
}
.homepage-gallery__scroll-indicator span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.357;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #fff;
}
.homepage-gallery__header {
  padding-left: 323px;
  margin-bottom: 46px;
}
.homepage-gallery__eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}
.homepage-gallery__title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.homepage-gallery__title br {
  display: none;
}
.homepage-gallery__track {
  margin-left: 323px;
  outline: none;
}
.homepage-gallery__track:focus {
  outline: none;
}
.homepage-gallery__image {
  width: 349px;
  height: 360px;
  margin-right: 36px;
}
.homepage-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .homepage-gallery {
    padding: 80px 0;
  }
  .homepage-gallery__scroll-indicator {
    display: none;
  }
  .homepage-gallery__header {
    padding-left: 20px;
  }
  .homepage-gallery__track {
    margin-left: 20px;
  }
  .homepage-gallery__image {
    width: 280px;
    height: 290px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 860px) {
  .homepage-gallery {
    padding: 60px 0;
  }
  .homepage-gallery__image {
    width: 260px;
    height: 270px;
  }
  .homepage-gallery__title {
    font-size: 23px;
  }
  .homepage-gallery__title br {
    display: inline;
  }
}

.homepage-location {
  display: flex;
  width: 100%;
  min-height: 600px;
}
.homepage-location__image {
  width: 50%;
  overflow: hidden;
}
.homepage-location__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-location__content {
  width: 50%;
  background: #b69c63;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-location__text {
  max-width: 418px;
  text-align: center;
}
.homepage-location__title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 40px;
}
.homepage-location__body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.3px;
  color: #fff;
  margin: 0 0 50px;
}
.homepage-location__btn {
  --link-color: #fff;
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
.homepage-location__btn:hover {
  background: #fff;
  color: #b69c63;
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .homepage-location {
    flex-direction: column;
  }
  .homepage-location__image, .homepage-location__content {
    width: 100%;
  }
  .homepage-location__image {
    height: 400px;
  }
  .homepage-location__content {
    padding: 60px 0;
  }
  .homepage-location__text {
    padding: 0 20px;
    text-align: left;
  }
  .homepage-location__title {
    font-size: 23px;
  }
}

.homepage-stats {
  padding: 92px 0 100px;
  background: #fff;
}
.homepage-stats__inner {
  max-width: 1213px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 20px;
}
.homepage-stats__columns {
  flex: 1;
  display: flex;
  gap: 80px;
}
.homepage-stats__column {
  flex: 1;
}
.homepage-stats__column-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 25px;
}
.homepage-stats__column-content {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.8;
  letter-spacing: 0.3px;
  color: #000;
}
.homepage-stats__column-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.homepage-stats__column-content li {
  position: relative;
  padding-left: 20px;
  margin: 0;
}
.homepage-stats__column-content li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 1.4em;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}
.homepage-stats__numbers {
  width: 306px;
  flex-shrink: 0;
  text-align: center;
}
.homepage-stats__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage-stats__value {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
}
.homepage-stats__label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.231;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7e6b41;
  margin-top: 8px;
}
.homepage-stats__divider {
  width: 156px;
  height: 1px;
  background: #b69c63;
  margin: 52px auto 20px;
}
@media screen and (max-width: 1024px) {
  .homepage-stats__inner {
    flex-direction: column;
    gap: 50px;
  }
  .homepage-stats__numbers {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .homepage-stats__divider {
    width: 1px;
    height: 80px;
    margin: 0;
  }
}
@media screen and (max-width: 860px) {
  .homepage-stats {
    padding: 60px 0;
  }
  .homepage-stats__inner {
    gap: 25px;
  }
  .homepage-stats__columns {
    flex-direction: column;
    gap: 40px;
  }
  .homepage-stats__column-content {
    line-height: 2;
  }
  .homepage-stats__numbers {
    flex-direction: column;
    gap: 30px;
  }
  .homepage-stats__divider {
    width: 156px;
    height: 1px;
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.video-modal.is-open {
  display: flex;
}
.video-modal__close {
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 48px;
  height: 48px;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity 0.3s ease;
}
.video-modal__close:hover {
  opacity: 0.7;
}
.video-modal__inner {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  max-height: 85vh;
}
.video-modal__video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
@media screen and (max-width: 860px) {
  .video-modal {
    padding: 20px;
  }
  .video-modal__close {
    top: 10px;
    right: 15px;
    font-size: 36px;
  }
}

.features-intro {
  display: flex;
  margin-top: 55px;
}
.features-intro__image {
  width: 50%;
  height: 534px;
  overflow: hidden;
}
.features-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-intro__content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 87px;
  max-width: 616px;
}
.features-intro__eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #b69c63;
  margin-bottom: 20px;
}
.features-intro__headline {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #000;
  margin: 0 0 30px;
}
.features-intro__btn {
  --link-color: #7e6b41;
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #7e6b41;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #7e6b41;
  text-decoration: none;
  text-align: center;
  align-self: flex-start;
  transition: background 0.3s ease, color 0.3s ease;
}
.features-intro__btn:hover {
  background: #7e6b41;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .features-intro {
    flex-direction: column;
    margin-top: 0;
  }
  .features-intro__image {
    width: 100%;
    height: 350px;
  }
  .features-intro__content {
    width: 100%;
    padding: 50px 20px;
  }
  .features-intro__headline {
    font-size: 32px;
  }
}

.features-specs {
  background: #fdfaf4;
  padding: 82px 0 80px;
}
.features-specs__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 85px 0 122px;
}
.features-specs__title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 50px;
  width: 100%;
}
.features-specs__body {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.features-specs__columns {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: 78px;
  row-gap: 0;
}
.features-specs__column {
  flex: 1;
  min-width: 0;
}
.features-specs__item {
  margin-bottom: 30px;
}
.features-specs__item:last-child {
  margin-bottom: 0;
}
.features-specs__item-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #000;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.features-specs__item-text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.133;
  letter-spacing: 0.3px;
  color: #000;
  margin: 0;
}
.features-specs__concierge {
  width: 397px;
  flex-shrink: 0;
  background: #b69c63;
  padding: 40px 50px 50px;
  position: relative;
}
.features-specs__concierge-icon {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 37px;
  height: auto;
}
.features-specs__concierge-title {
  font-family: "Cormorant", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin: 60px 0 40px;
}
.features-specs__concierge-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
}
.features-specs__concierge-list li {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #fff;
  padding: 0 0 22px 20px;
}
.features-specs__concierge-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}
.features-specs__concierge-list li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .features-specs__inner {
    padding: 0 20px;
  }
  .features-specs__body {
    flex-direction: column;
  }
  .features-specs__concierge {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .features-specs {
    padding: 50px 0;
  }
  .features-specs__columns {
    flex-direction: column;
    gap: 0;
  }
  .features-specs__column:last-child {
    margin-top: 30px;
  }
  .features-specs__title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}

.features-slideshow {
  padding: 0 0 50px;
}
.features-slideshow__slide {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
}
.features-slideshow__slide img {
  width: auto;
  height: 630px;
  display: block;
}
.features-slideshow__caption {
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #21201d;
}
.features-slideshow .flickity-page-dots {
  position: static;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.features-slideshow .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #d9d9d9;
  opacity: 1;
  transition: background 0.3s ease;
}
.features-slideshow .flickity-page-dots .dot.is-selected {
  background: #000;
}
@media screen and (max-width: 860px) {
  .features-slideshow__slide {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .features-slideshow__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.features-performance {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 52px auto 0;
  min-height: 600px;
}
.features-performance__left {
  width: 50%;
  background: #555f5a;
  padding: 112px 60px 60px 122px;
}
.features-performance__title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 40px;
}
.features-performance__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.features-performance__item {
  display: flex;
  align-items: flex-start;
  gap: 45px;
}
.features-performance__item-text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.467;
  letter-spacing: 0.3px;
  color: #fff;
  flex: 1;
}
.features-performance__item-icon {
  width: 72px;
  height: auto;
  flex-shrink: 0;
}
.features-performance__right {
  width: 50%;
  overflow: hidden;
}
.features-performance__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 860px) {
  .features-performance {
    flex-direction: column;
    margin-top: 30px;
  }
  .features-performance__left {
    width: 100%;
    padding: 60px 20px;
  }
  .features-performance__right {
    width: 100%;
    height: 400px;
  }
  .features-performance__title {
    font-size: 23px;
  }
}

.features-heritage {
  display: flex;
  max-width: 1260px;
  margin: 127px auto 0;
  padding: 0 20px;
  gap: 99px;
}
.features-heritage__image {
  width: 651px;
  height: 385px;
  flex-shrink: 0;
  overflow: hidden;
}
.features-heritage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-heritage__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features-heritage__eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #b69c63;
  margin-bottom: 38px;
}
.features-heritage__headline {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #000;
  margin: 0 0 30px;
}
.features-heritage__btn {
  --link-color: #7e6b41;
  display: inline-block;
  padding: 14px 40px;
  background: none;
  border: 1px solid #7e6b41;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #7e6b41;
  text-decoration: none;
  text-align: center;
  align-self: flex-start;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.features-heritage__btn:hover {
  background: #7e6b41;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .features-heritage {
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
  }
  .features-heritage__image {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 860px) {
  .features-heritage__headline {
    font-size: 32px;
  }
  .features-heritage__image {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .features-heritage__image img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }
}

.features-details {
  display: flex;
  max-width: 1260px;
  margin: 130px auto 127px;
  padding: 0 20px;
  gap: 95px;
}
.features-details__image {
  width: 644px;
  height: 385px;
  flex-shrink: 0;
  overflow: hidden;
}
.features-details__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-details__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.features-details__eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #b69c63;
  margin-bottom: 20px;
}
.features-details__headline {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .features-details {
    flex-direction: column;
    gap: 40px;
    margin: 60px auto;
  }
  .features-details__image {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 860px) {
  .features-details__headline {
    font-size: 32px;
  }
  .features-details__image {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .features-details__image img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }
}

.location-intro {
  padding: 85px 0 50px;
  background: #fff;
}
.location-intro__inner {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.location-intro__eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #b69c63;
  margin-bottom: 25px;
}
.location-intro__headline {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .location-intro {
    padding: 50px 0 40px;
  }
  .location-intro__headline {
    font-size: 28px;
    line-height: 1.214;
  }
}

.location-gallery {
  background: #555f5a;
  padding: 66px 0 50px;
  position: relative;
}
.location-gallery__title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fdfaf4;
  text-align: center;
  margin: 0 0 67px;
}
.location-gallery__slide {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
}
.location-gallery__slide img {
  width: auto;
  height: 630px;
  display: block;
}
.location-gallery__caption {
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.location-gallery .flickity-page-dots {
  position: static;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.location-gallery .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #d9d9d9;
  opacity: 1;
  transition: background 0.3s ease;
}
.location-gallery .flickity-page-dots .dot.is-selected {
  background: #000;
}
@media screen and (max-width: 860px) {
  .location-gallery {
    padding: 50px 0 40px;
  }
  .location-gallery__slide {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
  .location-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .location-gallery__title {
    font-size: 23px;
  }
}

.location-access {
  background: #fdfaf4;
  padding: 75px 0 80px;
}
.location-access__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 122px 0 122px;
}
.location-access__title {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: 0 0 50px;
}
.location-access__body {
  display: flex;
  gap: 80px;
}
.location-access__columns {
  flex: 1;
  display: flex;
  gap: 55px;
}
.location-access__column {
  flex: 1;
}
.location-access__column-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.667;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 20px;
}
.location-access__column-text {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.133;
  letter-spacing: 0.3px;
  color: #000;
  margin: 0;
}
.location-access__scores {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}
.location-access__score {
  width: 208px;
  height: 208px;
  border-radius: 50%;
  background: #b69c63;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.location-access__score-value {
  font-family: "Playfair Display", serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin-top: -12px;
}
.location-access__score-label {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  color: #fff;
}
.location-access__score-plus {
  width: 47px;
  height: 47px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .location-access__inner {
    padding: 0 20px;
  }
  .location-access__body {
    flex-direction: column;
  }
  .location-access__scores {
    justify-content: center;
  }
}
@media screen and (max-width: 860px) {
  .location-access__title {
    font-size: 23px;
  }
  .location-access__columns {
    flex-direction: column;
    gap: 30px;
  }
  .location-access__scores {
    gap: 12px;
  }
  .location-access__score {
    width: 130px;
    height: 130px;
  }
  .location-access__score-value {
    font-size: 60px;
    margin-top: -8px;
  }
  .location-access__score-label {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
  .location-access__score-plus {
    width: 28px;
    height: 28px;
  }
}

.location-map {
  padding: 0 0 60px;
  background: #fdfaf4;
}
.location-map__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.location-map__image {
  width: 100%;
  height: auto;
  display: block;
}
.location-map__legend {
  width: 433px;
  height: auto;
  margin: -50px auto 0;
}
@media screen and (max-width: 860px) {
  .location-map__legend {
    width: 100%;
    margin-top: 20px;
  }
}

.location-center {
  display: flex;
  max-width: 1300px;
  margin: 120px auto 0;
  padding: 0 20px;
  gap: 96px;
}
.location-center__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 557px;
}
.location-center__eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #b69c63;
  margin-bottom: 38px;
}
.location-center__headline {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #000;
  margin: 0 0 30px;
}
.location-center__btn {
  --link-color: #7e6b41;
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #7e6b41;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #7e6b41;
  text-decoration: none;
  text-align: center;
  align-self: flex-start;
  transition: background 0.3s ease, color 0.3s ease;
}
.location-center__btn:hover {
  background: #7e6b41;
  color: #fff;
  text-decoration: none;
}
.location-center__image {
  width: 545px;
  height: 518px;
  flex-shrink: 0;
  overflow: hidden;
}
.location-center__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .location-center {
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
  }
  .location-center__image {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 860px) {
  .location-center__headline {
    font-size: 32px;
  }
  .location-center__image {
    order: -1;
  }
}

.location-frontrow {
  display: flex;
  max-width: 1300px;
  margin: 100px auto 160px;
  padding: 0 20px;
  gap: 96px;
}
.location-frontrow__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.location-frontrow__eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #b69c63;
  margin-bottom: 20px;
}
.location-frontrow__headline {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
}
.location-frontrow__image {
  width: 595px;
  height: 397px;
  flex-shrink: 0;
  overflow: hidden;
}
.location-frontrow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .location-frontrow {
    flex-direction: column;
    gap: 40px;
    margin: 60px auto;
  }
  .location-frontrow__image {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 860px) {
  .location-frontrow__headline {
    font-size: 32px;
  }
}

.gallery-intro {
  padding: 85px 0 76px;
  background: #fff;
}
.gallery-intro__inner {
  max-width: 1012px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.gallery-intro__eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #b69c63;
  margin-bottom: 31px;
}
.gallery-intro__headline {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .gallery-intro {
    padding: 50px 0 20px;
  }
  .gallery-intro__headline {
    font-size: 28px;
    line-height: 1.214;
  }
  .gallery-intro__headline br {
    display: inline;
  }
}

.page-template-template-gallery #main {
  padding-bottom: 0;
}

.gallery-cards {
  display: flex;
  width: 100%;
}
.gallery-cards__card {
  width: 50%;
  height: 793px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-cards__card:hover .gallery-cards__bg {
  transform: scale(1.05);
}
.gallery-cards__card:hover .gallery-cards__overlay {
  opacity: 0.2;
}
.gallery-cards__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.gallery-cards__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.gallery-cards__content {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  padding: 0 80px;
  z-index: 2;
}
.gallery-cards__title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 3;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0;
}
.gallery-cards__title span {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 75px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fdfaf4;
}
.gallery-cards__line {
  width: 186px;
  height: 1px;
  background: #f5f2eb;
  margin: 25px auto 0;
}
@media screen and (max-width: 860px) {
  .gallery-cards {
    flex-direction: column;
    gap: 5px;
  }
  .gallery-cards__card {
    width: 100%;
    height: 500px;
  }
  .gallery-cards__content {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0 20px;
  }
  .gallery-cards__title {
    font-size: 20px;
    line-height: 1;
  }
  .gallery-cards__title span {
    font-size: 55px;
  }
}

.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555f5a;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
}
.gallery-lightbox__close {
  position: absolute;
  top: 30px;
  right: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  transition: opacity 0.3s ease;
}
.gallery-lightbox__close:hover {
  opacity: 0.7;
}
.gallery-lightbox__close svg {
  display: block;
}
.gallery-lightbox__inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
}
.gallery-lightbox__title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 30px;
}
.gallery-lightbox__stage {
  position: relative;
  width: 100%;
}
.gallery-lightbox__slides {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.gallery-lightbox__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.gallery-lightbox__slide.is-portrait {
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  object-fit: contain;
}
.gallery-lightbox__slide.active {
  display: block;
}
.gallery-lightbox__prev, .gallery-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.85;
  transition: opacity 0.3s ease;
  z-index: 5;
}
.gallery-lightbox__prev:hover, .gallery-lightbox__next:hover {
  opacity: 1;
}
.gallery-lightbox__prev svg, .gallery-lightbox__next svg {
  display: block;
}
.gallery-lightbox__next {
  right: -100px;
}
.gallery-lightbox__prev {
  left: -100px;
}
.gallery-lightbox__prev svg {
  transform: rotate(180deg);
}
.gallery-lightbox__footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 24px;
}
.gallery-lightbox__caption {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
.gallery-lightbox__counter {
  font-family: "Cormorant", serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .gallery-lightbox {
    padding: 60px 20px;
  }
  .gallery-lightbox__next {
    right: 10px;
  }
  .gallery-lightbox__prev {
    left: 10px;
  }
}

.page-template-template-leasing #main {
  padding-bottom: 0;
}

.leasing-hero {
  position: relative;
  width: 100%;
  height: 499px;
}
.leasing-hero__bg {
  width: 100%;
  height: 100%;
}
.leasing-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leasing-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
@media screen and (max-width: 860px) {
  .leasing-hero {
    height: 350px;
  }
}

.leasing-intro {
  position: relative;
  display: flow-root;
  padding-bottom: 120px;
  background: #fdfaf4;
}
.leasing-intro__card {
  width: 631px;
  margin: -112px auto 0;
  padding: 55px 70px 78px;
  background: #555f5a;
  text-align: center;
  position: relative;
  z-index: 2;
}
.leasing-intro__eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
}
.leasing-intro__content {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 56px;
}
.leasing-intro__buttons {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.leasing-intro__btn {
  --link-color: #fff;
  display: inline-block;
  padding: 14px 20px;
  border: 1px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
.leasing-intro__btn:hover {
  background: #fff;
  color: #555f5a;
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .leasing-intro {
    padding-bottom: 60px;
  }
  .leasing-intro__card {
    width: auto;
    margin: -80px 20px 0;
    padding: 40px 20px 50px;
  }
  .leasing-intro__content {
    font-size: 28px;
    line-height: 1.214;
  }
  .leasing-intro__buttons {
    flex-direction: column;
    gap: 15px;
  }
}

.leasing-images {
  display: flex;
  gap: 3px;
}
.leasing-images__item {
  flex: 1;
  height: 296px;
  overflow: hidden;
}
.leasing-images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 860px) {
  .leasing-images {
    flex-direction: column;
    gap: 3px;
  }
  .leasing-images__item {
    height: 200px;
  }
}

.page-template-template-contact #main {
  padding-bottom: 0;
}

.contact-hero {
  position: relative;
  width: 100%;
  height: 499px;
  overflow: visible;
}
.contact-hero__bg {
  width: 100%;
  height: 100%;
}
.contact-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.15;
}
@media screen and (max-width: 860px) {
  .contact-hero {
    height: auto;
  }
  .contact-hero__bg {
    height: auto;
  }
  .contact-hero__bg img {
    height: auto;
    object-fit: initial;
  }
}

.contact-intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -37px;
  z-index: 2;
  pointer-events: none;
}
.contact-intro__card {
  width: 631px;
  margin: 0 auto;
  padding: 55px 46px 60px;
  background: #b69c63;
  text-align: center;
  pointer-events: auto;
}
.contact-intro__eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.267;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
}
.contact-intro__content {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  letter-spacing: -1px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .contact-intro {
    bottom: -230px;
  }
  .contact-intro__card {
    width: auto;
    margin: 0 20px;
    padding: 40px 20px;
  }
  .contact-intro__content {
    font-size: 28px;
    line-height: 1.214;
  }
}

.contact-list {
  background: #fdfaf4;
  padding: 113px 0 100px;
}
.contact-list__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 122px;
  display: flex;
  gap: 100px;
}
.contact-list__left, .contact-list__right {
  flex: 1;
}
.contact-list__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 12px;
}
.contact-list__heading--buildings {
  margin-top: 60px;
}
.contact-list__divider {
  width: 100%;
  height: 1px;
  background: #b69c63;
  margin-bottom: 31px;
}
.contact-list__contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-list__contacts--two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
}
.contact-list__position {
  font-weight: 300;
  text-transform: none;
}
.contact-list__person {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.contact-list__person strong {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.133;
  letter-spacing: 0.3px;
  color: #000;
  text-transform: uppercase;
}
.contact-list__person span,
.contact-list__person a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.133;
  letter-spacing: 0.3px;
  color: #000;
  text-decoration: none;
}
.contact-list__person a:hover {
  text-decoration: underline;
}
.contact-list__buildings {
  display: flex;
  flex-direction: column;
}
.contact-list__buildings strong {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.133;
  letter-spacing: 0.3px;
  color: #000;
  text-transform: uppercase;
}
.contact-list__buildings span {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.133;
  letter-spacing: 0.3px;
  color: #000;
}
.contact-list__logos {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.contact-list__logos img {
  height: 27px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .contact-list__inner {
    padding: 0 20px;
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 860px) {
  .contact-list {
    padding-top: 280px;
  }
  .contact-list__heading {
    font-size: 23px;
  }
  .contact-list__contacts--two-col {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-list__person {
    min-width: 0;
    line-height: 1.8;
  }
  .contact-list__person span {
    line-height: 1.8;
  }
  .contact-list__logos {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .contact-list__buildings br {
    display: inline;
  }
}

.contact-images {
  display: flex;
  gap: 4px;
}
.contact-images__item {
  flex: 1;
  height: 296px;
  overflow: hidden;
}
.contact-images__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 860px) {
  .contact-images {
    flex-direction: column;
    gap: 4px;
  }
  .contact-images__item {
    height: 200px;
  }
}

#footer {
  background: #da542e;
  color: #000;
  min-height: 484px;
}
#footer a {
  color: inherit;
  text-decoration: none;
}

.footer__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 57px 69px 38px;
}

.footer__columns {
  display: flex;
  justify-content: space-between;
}

.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
}

.footer__brochure-btn {
  display: inline-block;
  align-self: flex-start;
  padding: 14px 40px;
  border: 1px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
  transition: background 0.3s ease;
}
.footer__brochure-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.footer__left-bottom {
  display: flex;
  align-items: flex-start;
  gap: 58px;
}

.footer__logo {
  width: 191px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer__address {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.65px;
  line-height: 1.46;
  color: #fff;
}

.footer__right {
  flex: 0 0 auto;
  width: 512px;
}

.footer__contact-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.04px;
  line-height: 1.69;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 36px;
  border-bottom: 1px solid #fff;
}

.footer__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 47px 53px;
}

.footer__contact-card {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.69;
}
.footer__contact-card strong {
  display: block;
  font-weight: 700;
}
.footer__contact-card a[href^="mailto:"] {
  text-decoration: underline !important;
}

.footer__divider {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 30px 0 29px;
}

.footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  color: #000;
}

@media screen and (max-width: 860px) {
  .footer__wrapper {
    padding: 30px 20px 20px;
  }
  .footer__columns {
    flex-direction: column;
    gap: 40px;
  }
  .footer__left {
    width: 100%;
    gap: 30px;
  }
  .footer__right {
    width: 100%;
  }
  .footer__contacts {
    grid-template-columns: 1fr;
  }
  .footer__contact-card a {
    display: block;
  }
  .footer__left-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .footer__logo {
    width: 140px;
  }
}

@media screen and (max-width: 860px) {
  br {
    display: none;
  }
}
