@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  border: none;
  background-image: none !important;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus {
  outline-color: transparent;
}

/* ---- site variables ---- */
body {
  background: #000;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 1.05px;
  font-size: 18px;
  min-width: 360px;
}
body.show-mobnav {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.grecaptcha-badge {
  visibility: hidden;
}

div#__lpform_FNAME,
*[data-lastpass-icon-root] {
  display: none;
}

img.svg {
  display: none;
}

#svg-filters {
  height: 0;
  position: absolute;
}

#__lpform_name {
  display: none;
}

* {
  box-sizing: border-box;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

.button {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 8px 12px;
  display: inline-flex;
  color: #fff;
  font-size: 14px;
}
.button:hover {
  background: rgba(175, 155, 65, 0.5);
}
.button:disabled {
  opacity: 0.5;
}

header {
  position: fixed;
  width: 100%;
  max-width: inherit;
  margin: inherit;
  z-index: 5;
  padding: 20px;
  height: 88px;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-property: height;
}
header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > div > * {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  header {
    height: 140px;
    justify-content: center;
  }
}
header #logo {
  height: 50px;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-property: height;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 1000px) {
  header #logo {
    height: 80px;
  }
}
header nav {
  width: 100%;
  position: absolute;
  min-height: 100vh;
  min-height: 100dvh;
  background: linear-gradient(to bottom, #000, #AF9B41);
  top: 0;
  left: -100%;
  z-index: 1;
  display: flex;
  gap: 40px;
  padding: 132px 20px 0 20px;
  flex-direction: column;
  align-items: start;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-property: left;
}
body.show-mobnav header nav {
  left: 0;
}
@media screen and (min-width: 1000px) {
  header nav {
    align-items: center;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    padding: 0;
    min-height: auto;
    background: none;
    position: relative;
    left: 0;
    gap: 68px;
  }
}
header nav a {
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 1000px) {
  header .hamburger {
    display: none !important;
  }
}

footer {
  background: #AF9B41;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.7;
  line-height: 16px;
  width: 100%;
}
footer, footer a {
  color: #fff;
}
footer > * {
  order: 1;
}
footer .copy span {
  display: none;
}
footer a[href="#top"] {
  display: inline-flex;
  width: 28px;
  height: 28px;
  background: url("../media/images/Component 26 – 2.svg");
}
@media screen and (min-width: 1000px) {
  footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  footer .copy {
    order: 0;
  }
  footer .copy span {
    display: inline;
  }
  footer span {
    min-width: 400px;
  }
  footer .credit {
    text-align: right;
  }
}

.hero {
  /* The image used */
  background-image: url("../media/images/hero.jpg");
  /* Set a specific height */
  min-height: 280px;
  background-size: 1000px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  .hero {
    min-height: 416px;
    background-size: contain;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .hero {
    min-height: calc(416px + 344 * (100vw - 1000px) / 920);
  }
}
@media screen and (min-width: 1000px) and (min-width: 1920px) {
  .hero {
    min-height: 760px;
  }
}

.feature {
  /* The image used */
  background-image: url("../media/images/placeholder-image.jpg");
  /* Set a specific height */
  min-height: 400px;
  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature.room {
  background-image: url("../media/images/placeholder-image-5.jpg");
}
.feature.glass {
  background-image: url("../media/images/IMAGE PANEL.png");
}
@media screen and (min-width: 1000px) {
  .feature {
    min-height: 640px;
    background-attachment: fixed;
  }
}

section {
  padding: 28px 20px 56px 20px;
  background: #000;
  border-top: 3px solid #AF9B41;
  color: #fff;
}
section.place {
  background-image: url("../media/images/TEXT ON IMAGE PANEL.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1000px) {
  section.place {
    padding: 140px 0;
  }
}
section h2 {
  text-transform: uppercase;
  color: #AF9B41;
  text-align: left;
  margin-bottom: 38px;
}
section P {
  margin-bottom: 24px;
  line-height: 21px;
}
section .swiper {
  width: 100%;
  height: 363px;
}
section .swiper-slide {
  width: 255px;
  display: grid;
  grid-template-columns: 1fr;
}
section .swiper-slide > * {
  grid-row-start: 1;
  grid-column-start: 1;
  align-self: end;
}
section .swiper-slide > div {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  padding: 0 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
section .swiper-slide > div > * {
  margin: 0;
}

#stills h2 {
  text-align: center;
  margin-bottom: 34px;
}

#contact h2 {
  text-align: center;
}

#people .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#people .inner img {
  border: 3px solid #fff;
}
@media screen and (min-width: 1000px) {
  #people .inner {
    flex-direction: row;
    align-items: center;
    gap: 45px;
  }
  #people .inner img {
    margin-top: 38px;
  }
}

.contact .actions {
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .contact .actions {
    display: flex;
    gap: 75px;
    align-items: flex-start;
  }
}
.contact .details {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 40px;
}
.contact .details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 44px;
  margin-bottom: 40px;
}
.contact .details ul > * {
  margin: 0;
  padding: 0;
}
.contact .details li {
  position: relative;
}
.contact .details li > a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -24px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: none;
}
.contact .details li > a[href^="https://www.google"]::before {
  background-image: url("../media/images/icons_location.svg");
}
.contact .details li > a[href^="mailto:"]::before {
  background-image: url("../media/images/icons_mail.svg");
}
.contact .details li > a[href^="tel:"]::before {
  background-image: url("../media/images/icons_phone.svg");
}
.contact .details li > a[href^="https://www.facebook"]::before {
  background-image: url("../media/images/Component 13 – 2.svg");
}
.contact .details a {
  color: #fff;
  text-decoration: none;
}
.contact form {
  display: grid;
  grid-template-columns: 1fr;
  flex-grow: 1;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .contact form {
    grid-template-columns: 1fr 1fr;
  }
}
.contact form fieldset {
  border: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.contact form > *:nth-last-child(-n+2) {
  grid-column: 1/-1;
}
.contact form label {
  text-transform: uppercase;
  display: inline-flex;
  font-weight: bold;
  margin-bottom: 4px;
}
.contact form input:not([type=submit]), .contact form textarea {
  border-bottom: 1px solid #AF9B41;
  color: #fff;
}
.contact form input:not([type=submit])::placeholder, .contact form textarea::placeholder {
  text-transform: uppercase;
  font-size: 14px;
}
.contact form input:not([type=submit]):disabled, .contact form textarea:disabled {
  color: #999;
}
.contact form textarea {
  field-sizing: content;
  min-height: 2em;
}
.contact form > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
.contact form #successMessage {
  display: none;
  color: #AF9B41;
  font-style: italic;
}
.contact form #errorMessage {
  color: #A20B0B;
  font-style: italic;
}
.contact form[data-status=success] #successMessage {
  display: inline-flex;
}
.contact form[data-status=success] #errorMessage,
.contact form[data-status=success] input[type=submit] {
  display: none;
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
* @author James - PURPOSE Marketing
*/
/* -------------------------------------------------------------------------- */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 14px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/* -------------------------------------------------------------------------- */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*# sourceMappingURL=styles.css.map */
