:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container._1200 {
  max-width: 1200px;
}

.container._900 {
  flex-flow: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.c-rich-text p {
  margin-top: .5em;
  margin-bottom: 2em;
}

.c-rich-text h1, .c-rich-text h2, .c-rich-text h3 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.c-rich-text h4 {
  margin-top: .2em;
  margin-bottom: .6em;
}

.c-rich-text h5 {
  margin-top: .2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

.page_wrapper {
  overflow: hidden;
}

.body {
  font-family: Montserrat, sans-serif;
}

.section_home-hero {
  background-image: linear-gradient(#0006, #0006), url('../images/Guest-Services-Entry_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.wrapper_home-hero-logo {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  display: flex;
}

.logo {
  width: 33rem;
}

.wrapper_home-hero-text {
  border-top: 1px solid #ffffff80;
  border-bottom: 1px #ffffff80;
  width: 60%;
  margin-top: 9em;
  padding-top: 3em;
  position: relative;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 2.5px;
  padding: 1.3em 1em;
  font-family: Bitter, serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.wrapper_arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -81%;
}

.arrow {
  width: 1rem;
}

.section_intro {
  z-index: 10;
  background-image: linear-gradient(#fff 85%, #fff0);
  flex-flow: column;
  padding-top: 12rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.heading_intro {
  color: #000;
  text-align: center;
  letter-spacing: .3px;
  padding-top: 3em;
  padding-bottom: 3em;
  font-family: Bitter, serif;
  font-size: 2.1em;
  font-weight: 400;
}

.grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox_site {
  width: 30rem;
  height: 22rem;
  position: relative;
}

.lightbox_site.hover {
  filter: saturate(200%);
}

.lightbox_site.hover:hover {
  filter: saturate(156%);
}

.wrapper_text {
  z-index: 10;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-leader {
  color: #000;
  text-align: center;
  font-family: Bitter, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.heading-leader.centred {
  text-align: center;
  font-size: 1.3em;
}

.heading-leader.padding-bottom {
  margin-bottom: 1em;
}

.heading-leader.padding-bottom.padding-top, .heading-leader.padding-top {
  margin-top: 1em;
}

.lightbox_creek-portrait {
  z-index: 10;
  width: 25rem;
  height: 30rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.lightbox_pavilon-group {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lightbox_creek-landscape {
  background-image: url('../images/Road2_August_26.avif');
  background-position: 50%;
  background-size: cover;
  width: 30rem;
  height: 22rem;
}

.lightbox_creek-landscape._6 {
  background-image: none;
  position: relative;
}

.lightbox_pavilion-single {
  z-index: 15;
  width: 100%;
  height: 22em;
  position: relative;
}

.lightbox-5 {
  background-image: url('../images/Creek_1.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-2 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.lightbox-6 {
  background-image: url('../images/Creek_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 20em;
}

.lightbox_gsb {
  width: 90%;
  max-width: 1400px;
  height: 30rem;
  margin: 0 auto 3rem;
  position: relative;
}

.section_bottom {
  z-index: 5;
  background-image: linear-gradient(#fff0, #fff 25%);
  flex-flow: column;
  margin-top: -20.6em;
  padding-top: 0;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.heading {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.9;
}

.logo-black {
  width: 20rem;
  margin: 3rem auto 2rem;
}

.container_900 {
  flex-flow: column;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_900._1200 {
  max-width: 1200px;
}

.container_900._900 {
  flex-flow: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.paragraph {
  text-align: center;
}

.text-block-3 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 1px solid #00000080;
  border-bottom: 1px solid #00000080;
  width: 100%;
  margin: 3rem auto 2rem;
  padding: 1.5rem 2.5rem;
  font-size: .8rem;
}

.text-block-4 {
  text-align: center;
  margin-top: 1em;
  font-size: .7rem;
}

.dev-design-link {
  color: #000;
}

.dev-design-link:hover {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 37px;
  font-size: 1em;
  font-weight: 300;
}

.paragraph-2 {
  text-align: center;
}

.grid_intro {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.section_middle {
  z-index: 1;
  background-color: #e6e6e6;
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/home-hero_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -15em;
  padding-top: 15em;
  padding-bottom: 27.1em;
  position: relative;
}

.heading-3, .paragraph-3 {
  text-align: center;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 9rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.black-rule {
  background-color: #000;
  width: 60%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 5%;
}

.heading-leader_large {
  color: #000;
  text-align: center;
  font-family: Bitter, serif;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.7;
}

.heading-leader_large.centred {
  text-align: center;
  font-size: 1.3em;
}

.heading-leader_large.padding-bottom {
  margin-bottom: 1em;
}

.wrapper {
  z-index: 20;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-centred.padding-bottom {
  margin-bottom: 1em;
}

.text-block-5 {
  width: 90%;
}

.div-block-4 {
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  flex-flow: column;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.black-line {
  background-color: #000;
  width: 10em;
  height: 1px;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}

.black-line.left {
  left: 0%;
  right: 50%;
}

.text-block-6 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image {
  width: 120%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -3% 0% auto -10%;
}

.image-2 {
  width: 20%;
  position: absolute;
  inset: auto -8% 0% auto;
}

.grid_pavilions {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-3 {
  width: 10em;
}

.body-2 {
  font-size: 1rem;
}

.lightbox-link {
  background-image: url('../images/landscape-4_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.lightbox-link:hover {
  transform: scale(.99);
}

.lightbox-link._2 {
  background-image: url('../images/Bath-House_1.avif');
}

.lightbox-link._3 {
  background-image: url('../images/Guest-Services-Entry-Night_1.avif');
  background-position: 50% 70%;
}

.lightbox-link._4 {
  background-image: url('../images/Creek_2.webp');
}

.lightbox-link._5 {
  background-image: url('../images/landscape-3_1.webp');
  background-position: 50% 100%;
}

.lightbox-link._1 {
  background-image: url('../images/Guest-Services_1.avif');
}

@media screen and (max-width: 991px) {
  body {
    line-height: 1.5;
  }

  .container {
    width: 90%;
  }

  .logo {
    width: 60vw;
    max-width: 500px;
  }

  .wrapper_home-hero-text {
    width: 80%;
  }

  .text-block {
    font-size: 1em;
  }

  .section_intro {
    padding-top: 8.4em;
    padding-bottom: 7.7em;
  }

  .lightbox_site {
    height: 22vw;
  }

  .wrapper_text {
    width: 70%;
  }

  .heading-leader.padding-bottom {
    line-height: 1.4;
  }

  .lightbox_creek-portrait {
    height: 40vw;
    margin-left: .5em;
    margin-right: .5em;
  }

  .lightbox_creek-landscape {
    height: 22vw;
  }

  .lightbox_pavilion-single {
    height: 35vw;
  }

  .lightbox_gsb {
    width: 90%;
    height: 30vw;
  }

  .container_900 {
    width: 90%;
  }

  .div-block-3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .black-rule {
    width: 60%;
    bottom: 12%;
  }

  .div-block-5 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .section_home-hero {
    min-height: 100dvh;
  }

  .logo {
    width: 60vw;
    max-width: 400px;
  }

  .wrapper_home-hero-text {
    width: 80%;
    padding-top: 2em;
  }

  .text-block {
    line-height: 1.3;
  }

  .section_intro {
    padding-top: 6em;
  }

  .wrapper_text {
    width: 85%;
  }

  .heading-leader {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .logo-black {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .section_middle {
    margin-top: -16em;
    padding-top: 14em;
  }

  .div-block-3 {
    margin-top: 6em;
  }

  .text-block-centred {
    width: 90%;
  }

  .div-block-5 {
    width: 80%;
  }

  .text-block-6 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 85%;
  }

  .section_home-hero {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Guest-Services-Entry_1.avif');
    background-position: 0 0, 60%;
  }

  .wrapper_home-hero-logo {
    width: 80%;
  }

  .logo {
    width: 70vw;
  }

  .wrapper_home-hero-text {
    width: 100%;
  }

  .section_intro {
    padding-bottom: 7.3em;
  }

  .lightbox_site {
    width: 100%;
    height: 60vw;
    margin-bottom: .5rem;
  }

  .heading-leader {
    line-height: 1.4;
  }

  .lightbox_creek-portrait {
    width: 100%;
    height: 60vw;
    margin-bottom: .5rem;
  }

  .lightbox_pavilon-group {
    height: 60vw;
  }

  .lightbox_creek-landscape {
    width: 100%;
    height: 60vw;
  }

  .lightbox_pavilion-single {
    height: 60vw;
  }

  .lightbox_gsb {
    width: 85%;
    height: 60vw;
  }

  .logo-black {
    width: 15em;
  }

  .container_900 {
    width: 85%;
  }

  .div-block-3 {
    flex-flow: column;
    width: 85%;
    margin-top: 5rem;
  }

  .black-line, .black-line.left {
    width: 6em;
  }

  .grid_pavilions {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_70c9d75d-b6ca-5890-a9da-1550e5123e03-fc00581d {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7759cb61-d87c-2e37-5ed1-15d48116399b-fc00581d {
  grid-area: 2 / 2 / 3 / 5;
  align-self: center;
}

#w-node-_7759cb61-d87c-2e37-5ed1-15d4811639a2-fc00581d {
  grid-area: 4 / 2 / 7 / 5;
  align-self: center;
}


