/* =========================================================
   HERO
========================================================= */

#carousel-hero {
  position: relative !important;
  overflow: hidden !important;

  border: 0 !important;
  box-shadow: none !important;
}


#carousel-hero > .carousel-inner {
  position: relative !important;
  z-index: 1;
}


#carousel-hero > .carousel-inner > video {
  display: block;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
}


/* HERO OVERLAY */

#carousel-hero::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 2;

  background:
    linear-gradient(
      180deg,
      rgba(17, 18, 16, 0.22) 0%,
      rgba(17, 18, 16, 0.48) 100%
    );

  pointer-events: none;
}


/* =========================================================
   HERO CAPTION
========================================================= */

#carousel-hero > .carousel-caption {
  position: absolute !important;

  top: 39% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;

  width: 100% !important;
  max-width: 1050px !important;

  margin: 0 !important;
  padding: 0 30px !important;

  transform: translate(-50%, -50%) !important;

  text-align: center !important;

  z-index: 4 !important;
}


#carousel-hero > .carousel-caption > h1 {
  max-width: 900px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  font-family: 'Marcellus', Georgia, serif !important;

  font-size: 54px !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;

  color: #FFFFFF !important;

  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.35),
    0 1px 3px rgba(0, 0, 0, 0.30) !important;
}


/* =========================================================
   OWNERREZ SEARCH
   LEAVE OWNERREZ WHITE STRIP NATIVE
========================================================= */

.inicarousel-search-bar.container {
  position: relative !important;
  z-index: 5 !important;
}


/*
   Do NOT override:
   #search-bar-widget background
   form background
   form border radius
   search-bar border radius

   OwnerRez controls the white search strip.
*/


/* SEARCH FIELD TEXT ONLY */

#search-bar-widget input,
#search-bar-widget select {
  font-family: 'Alone Kaium', Arial, sans-serif !important;
}


/* =========================================================
   SEARCH BUTTON
========================================================= */

html.carousel-includes-search
#search-bar-widget.row.search-bar
.search-bar-button
button.btn.btn-default {
  min-height: 40px !important;

  padding-left: 24px !important;
  padding-right: 24px !important;

  background-color: var(--pe-gold) !important;

  border: 1px solid var(--pe-gold) !important;
  border-radius: 7px !important;

  color: #111210 !important;

  font-family: 'Alone Kaium', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;

  text-transform: none !important;
  letter-spacing: 0.08em !important;

  box-shadow: none !important;
}


html.carousel-includes-search
#search-bar-widget.row.search-bar
.search-bar-button
button.btn.btn-default:hover,

html.carousel-includes-search
#search-bar-widget.row.search-bar
.search-bar-button
button.btn.btn-default:focus {
  background-color: var(--pe-gold-dark) !important;
  border-color: var(--pe-gold-dark) !important;

  color: #111210 !important;

  outline: 0 !important;
  box-shadow: none !important;
}


/* =========================================================
   MOBILE / TABLET HEADER
========================================================= */

@media (max-width: 991px) {

  /* TABLET HERO */

  #carousel-hero > .carousel-caption {
    top: 38% !important;

    max-width: 780px !important;

    padding-left: 26px !important;
    padding-right: 26px !important;
  }


  #carousel-hero > .carousel-caption > h1 {
    font-size: 44px !important;
    line-height: 1.06 !important;
  }


  /* TABLET SEARCH POSITION */

  .inicarousel-search-bar.container {
    width: calc(100% - 32px) !important;
    max-width: 620px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    margin-top: 18px !important;
    margin-bottom: 28px !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* =========================================================
   PHONE
========================================================= */

@media (max-width: 575px) {

  /* MOBILE HERO SIZE */

  #carousel-hero,
  #carousel-hero > .carousel-inner {
    height: clamp(360px, 46svh, 430px) !important;
    min-height: 360px !important;
  }

  #carousel-hero > .carousel-inner > video,
  #carousel-hero > .carousel-inner > .pe-mobile-hero-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 360px !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* MOBILE HERO OVERLAY */

  #carousel-hero::after {
    background:
      linear-gradient(
        180deg,
        rgba(17, 18, 16, 0.28) 0%,
        rgba(17, 18, 16, 0.54) 100%
      );
  }


  /* MOBILE HERO CAPTION */

  #carousel-hero > .carousel-caption {
    top: 46% !important;
    left: 50% !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    padding-left: 24px !important;
    padding-right: 24px !important;

    transform: translate(-50%, -50%) !important;
  }


  #carousel-hero > .carousel-caption > h1 {
    width: 100% !important;
    max-width: 340px !important;

    margin: 0 auto !important;

    font-size: 34px !important;
    line-height: 1.08 !important;
  }


  /* =====================================================
     MOBILE SEARCH POSITION
  ===================================================== */

  .inicarousel-search-bar.container {
    width: calc(100% - 24px) !important;
    max-width: none !important;

    margin: 14px auto 22px !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  /* KEEP OWNERREZ FIELD / ICON STRUCTURE NATIVE */

  #search-bar-widget.row.search-bar
  .search-bar-field {
    min-height: 52px !important;
  }


  /* MOBILE SEARCH BUTTON WRAPPER */

  #search-bar-widget.row.search-bar
  .search-bar-button {
    width: 100% !important;

    margin-top: 8px !important;
  }


  /* MOBILE SEARCH BUTTON */

  html.carousel-includes-search
  #search-bar-widget.row.search-bar
  .search-bar-button
  button.btn.btn-default {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    height: 46px !important;
    min-height: 46px !important;

    margin: 0 !important;

    padding: 0 16px !important;

    border-radius: 7px !important;

    font-family: 'Alone Kaium', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }
}


/* =========================================================
   MOBILE HOMEPAGE DATEPICKER
========================================================= */

@media (max-width: 575px) {

  .datepicker.dropdown-menu {
    width: min(330px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    padding: 14px !important;

    background: #191A17 !important;
    background-color: #191A17 !important;

    border: 1px solid rgba(183, 154, 98, 0.34) !important;
    border-radius: 14px !important;

    color: #F4F0E7 !important;

    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34) !important;
  }

  .datepicker.dropdown-menu table {
    width: 100% !important;
    color: #F4F0E7 !important;
  }

  .datepicker.dropdown-menu th,
  .datepicker.dropdown-menu td {
    border: 0 !important;
  }

  .datepicker.dropdown-menu thead th,
  .datepicker.dropdown-menu thead th.datepicker-switch,
  .datepicker.dropdown-menu thead th.prev,
  .datepicker.dropdown-menu thead th.next {
    background: transparent !important;
    color: #CDB886 !important;
    font-weight: 500 !important;
  }

  .datepicker.dropdown-menu thead th.dow {
    color: #B9B4AA !important;
  }

  .datepicker.dropdown-menu td.day {
    background: transparent !important;
    color: #F4F0E7 !important;
    border-radius: 8px !important;
  }

  .datepicker.dropdown-menu td.old,
  .datepicker.dropdown-menu td.new,
  .datepicker.dropdown-menu td.disabled,
  .datepicker.dropdown-menu td.disabled:hover {
    background: transparent !important;
    color: rgba(185, 180, 170, 0.42) !important;
  }

  .datepicker.dropdown-menu td.day:hover,
  .datepicker.dropdown-menu td.focused {
    background: rgba(183, 154, 98, 0.15) !important;
    color: #F4F0E7 !important;
  }

  .datepicker.dropdown-menu td.today,
  .datepicker.dropdown-menu td.today:hover {
    background: #CDB886 !important;
    color: #111210 !important;
  }

  .datepicker.dropdown-menu td.active,
  .datepicker.dropdown-menu td.active:hover,
  .datepicker.dropdown-menu td.active.disabled,
  .datepicker.dropdown-menu td.active.disabled:hover {
    background: #B79A62 !important;
    color: #111210 !important;
    text-shadow: none !important;
  }

  .datepicker.dropdown-menu tfoot th.clear,
  .datepicker.dropdown-menu tfoot th.today {
    background: transparent !important;
    color: #CDB886 !important;
  }
}

/* =========================================================
   HOME PAGE CONTENT CANVAS
========================================================= */

html.page-574058971 #content.container {
  background: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html.page-574058971 #content > .body-content {
  background: transparent !important;
}

/* =========================================================
   DARK HOMEPAGE CANVAS / OWNERREZ SEARCH
========================================================= */

html.page-574058971,
html.page-574058971 body,
html.page-574058971 #content.container,
html.page-574058971 #content > .body-content {
  background: #111210 !important;
}

html.page-574058971 .inicarousel-search-bar.container,
html.page-574058971 #search-bar-widget.row.search-bar,
html.page-574058971 #search-bar-widget.row.search-bar form {
  background: #111210 !important;
}

html.page-574058971 #search-bar-widget input,
html.page-574058971 #search-bar-widget select,
html.page-574058971 #search-bar-widget .search-bar-field {
  background-color: #151613 !important;
  color: #F4F0E7 !important;
  border-color: rgba(183, 154, 98, 0.22) !important;
}

html.page-574058971 #search-bar-widget input::placeholder {
  color: rgba(244, 240, 231, 0.72) !important;
}


/* =========================================================
   OWNERREZ SEARCH — DARK / CHAMPAGNE
   VISUAL ONLY, NATIVE OWNERREZ STRUCTURE PRESERVED
========================================================= */

html.page-574058971 .inicarousel-search-bar.container {
  background: transparent !important;
}

html.page-574058971 #search-bar-widget.row.search-bar,
html.page-574058971 #search-bar-widget.row.search-bar form {
  background: #111210 !important;
  border: 1px solid rgba(183, 154, 98, 0.26) !important;
  box-shadow: none !important;
}

html.page-574058971 #search-bar-widget .search-bar-field {
  background: #151613 !important;
  border-color: rgba(183, 154, 98, 0.18) !important;
  color: #F4F0E7 !important;
}

html.page-574058971 #search-bar-widget input,
html.page-574058971 #search-bar-widget select,
html.page-574058971 #search-bar-widget button:not(.btn-default) {
  color: #F4F0E7 !important;
  background-color: transparent !important;
}

html.page-574058971 #search-bar-widget input::placeholder {
  color: rgba(244, 240, 231, 0.68) !important;
  opacity: 1 !important;
}

html.page-574058971 #search-bar-widget select option {
  color: #111210 !important;
  background: #F4F0E7 !important;
}

/* OwnerRez icons / calendars / chevrons */
html.page-574058971 #search-bar-widget i,
html.page-574058971 #search-bar-widget .fa,
html.page-574058971 #search-bar-widget .fas,
html.page-574058971 #search-bar-widget .far,
html.page-574058971 #search-bar-widget .glyphicon,
html.page-574058971 #search-bar-widget .input-group-addon,
html.page-574058971 #search-bar-widget .input-group-text,
html.page-574058971 #search-bar-widget .caret,
html.page-574058971 #search-bar-widget .dropdown-toggle,
html.page-574058971 #search-bar-widget .search-bar-field::before,
html.page-574058971 #search-bar-widget .search-bar-field::after {
  color: #B79A62 !important;
  border-color: #B79A62 !important;
}

html.page-574058971 #search-bar-widget svg {
  color: #B79A62 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

html.page-574058971
#search-bar-widget.row.search-bar
.search-bar-button
button.btn.btn-default {
  background: #B79A62 !important;
  background-color: #B79A62 !important;
  border-color: #B79A62 !important;
  color: #111210 !important;
}

html.page-574058971
#search-bar-widget.row.search-bar
.search-bar-button
button.btn.btn-default:hover,
html.page-574058971
#search-bar-widget.row.search-bar
.search-bar-button
button.btn.btn-default:focus {
  background: #9E8352 !important;
  background-color: #9E8352 !important;
  border-color: #9E8352 !important;
  color: #111210 !important;
}




/* =========================================================
   HOME INTRO
========================================================= */

.pe-home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 64px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 80px 24px 90px;

  background: #111210;
}


/* IMAGE */

.pe-home-intro-media {
  min-width: 0;
  overflow: hidden;

  border-radius: 24px;
}

.pe-home-intro-media img {
  display: block;

  width: 100%;
  height: 470px;

  object-fit: cover;
  object-position: center;

  border: 0;
}


/* CONTENT */

.pe-home-intro-copy {
  min-width: 0;
  max-width: 540px;
}

.pe-home-intro-copy h2 {
  margin: 0 0 24px !important;

  font-family: 'Marcellus', Georgia, serif !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.02em;

  color: #F4F0E7 !important;
}

.pe-home-intro-copy > p {
  margin: 0 0 18px !important;

  font-family: 'Alone Kaium', Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;

  color: #B9B4AA !important;
}


/* FACTS */

.pe-home-intro-facts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  margin: 30px 0 34px;
}

.pe-home-intro-facts span {
  position: relative;

  padding: 0 18px;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;

  color: #B79A62;

  white-space: nowrap;
}

.pe-home-intro-facts span:first-child {
  padding-left: 0;
}

.pe-home-intro-facts span:last-child {
  padding-right: 0;
}

.pe-home-intro-facts span:not(:last-child)::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 0;

  width: 1px;
  height: 16px;

  background: rgba(183, 154, 98, 0.22);

  transform: translateY(-50%);
}


/* CTA */

.pe-home-intro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 50px;
  padding: 0 24px;

  background: #B79A62;
  border: 1px solid #B79A62;
  border-radius: 8px;

  color: #FFFFFF !important;

  font-family: 'Alone Kaium', Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 500;

  text-decoration: none !important;
}

.pe-home-intro-button:hover,
.pe-home-intro-button:focus {
  background: #9E8352;
  border-color: #9E8352;

  color: #FFFFFF !important;
  text-decoration: none !important;
}

.pe-home-intro-arrow {
  font-family: Arial, sans-serif;
  font-size: 18px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .pe-home-intro {
    grid-template-columns: 1fr;
    gap: 40px;

    max-width: 760px;

    padding: 64px 24px 72px;
  }

  .pe-home-intro-media img {
    height: 420px;
  }

  .pe-home-intro-copy {
    max-width: 680px;
  }

  .pe-home-intro-copy h2 {
    font-size: 42px !important;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .pe-home-intro {
    gap: 28px;

    padding: 48px 16px 58px;
  }

  .pe-home-intro-media {
    border-radius: 16px;
  }

  .pe-home-intro-media img {
    height: 290px;
  }

  .pe-home-intro-copy h2 {
    margin-bottom: 18px !important;

    font-size: 34px !important;
    line-height: 1.1 !important;
  }

  .pe-home-intro-copy > p {
    margin-bottom: 16px !important;

    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .pe-home-intro-facts {
    margin: 24px 0 28px;
  }

  .pe-home-intro-facts span {
    padding: 0 10px;
    font-size: 13px;
  }

  .pe-home-intro-facts span:first-child {
    padding-left: 0;
  }

  .pe-home-intro-button {
    width: 100%;
  }
}


/* =========================================================
   FEATURED STAYS
========================================================= */

.pe-featured-stays {
  background: #111210;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 78px 28px;
}

/* HEADING */

.pe-featured-heading {
  max-width: 680px;
  margin: 0 auto 38px;
  text-align: center;
}

.pe-featured-heading h2 {
  margin: 0 0 16px;
  font-family: 'Marcellus', Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  color: #F4F0E7;
}

.pe-featured-heading p {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #B9B4AA;
}

/* GRID */

.pe-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

/* CARD */

.pe-stay-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: #111210;
  border: 0;
  box-shadow: none;
}

/* IMAGE */

.pe-stay-image {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
}

.pe-stay-image img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.pe-stay-image:hover img {
  transform: scale(1.025);
}

/* CONTENT */

.pe-stay-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 20px 22px;
}

/* META */

.pe-stay-meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 12px;
}

.pe-stay-meta span {
  position: relative;
  margin-right: 12px;
  padding-right: 13px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #A9A49A;
}

.pe-stay-meta span:last-child {
  margin-right: 0;
  padding-right: 0;
}

.pe-stay-meta span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  background: rgba(183, 154, 98, 0.22);
  transform: translateY(-50%);
}

/* TITLE */

.pe-stay-content h3 {
  margin: 0 0 13px;
  font-family: 'Marcellus', Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.15;
}

.pe-stay-content h3 a {
  color: #B79A62;
  text-decoration: none;
}

.pe-stay-content h3 a:hover,
.pe-stay-content h3 a:focus {
  color: #CDB886;
  text-decoration: none;
}

/* DESCRIPTION */

.pe-stay-content p {
  flex: 1;
  margin: 0 0 19px;
  font-size: 16px;
  line-height: 1.65;
  color: #B9B4AA;
}

/* CARD LINK */

.pe-stay-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: auto;

  color: #B79A62;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pe-stay-link:link,
.pe-stay-link:visited {
  color: #B79A62;
  text-decoration: none;
}

.pe-stay-link:hover,
.pe-stay-link:focus {
  color: #CDB886;
  text-decoration: none;
}

.pe-stay-link span {
  color: inherit;
  transition: transform 0.25s ease;
}

.pe-stay-link:hover span {
  transform: translateX(4px);
}

/* BOTTOM CTA */

.pe-featured-footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

.pe-featured-footer > a.pe-featured-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 50px;
  padding: 0 26px;

  background-color: #B79A62 !important;
  border: 1px solid #B79A62;
  border-radius: 7px;

  color: #111210 !important;
  opacity: 1 !important;

  font-size: 15px;
  font-weight: 500;
  line-height: 1;

  text-decoration: none !important;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.pe-featured-footer > a.pe-featured-all:link,
.pe-featured-footer > a.pe-featured-all:visited {
  background-color: #B79A62 !important;
  color: #111210 !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.pe-featured-footer > a.pe-featured-all:hover,
.pe-featured-footer > a.pe-featured-all:focus {
  background-color: #9E8352 !important;
  border-color: #CDB886;
  color: #111210 !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.pe-featured-footer > a.pe-featured-all:active {
  background-color: #9E8352 !important;
  border-color: #9E8352;
  color: #111210 !important;
  opacity: 1 !important;
}

.pe-featured-footer > a.pe-featured-all span {
  color: #111210 !important;
  opacity: 1 !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .pe-featured-stays {
    padding: 68px 28px 72px;
  }

  .pe-featured-heading {
    margin-bottom: 34px;
  }

  .pe-featured-heading h2 {
    font-size: 42px;
  }

  .pe-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pe-stay-image img {
    height: 320px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .pe-featured-stays {
    padding: 54px 16px 62px;
  }

  .pe-featured-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .pe-featured-heading h2 {
    font-size: 36px;
  }

  .pe-featured-heading p {
    font-size: 16px;
  }

  .pe-featured-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pe-stay-image {
    border-radius: 16px;
  }

  .pe-stay-image img {
    height: 290px;
  }

  .pe-stay-content {
    padding-top: 18px;
  }

  .pe-stay-content h3 {
    font-size: 27px;
  }

  .pe-stay-content p {
    font-size: 16px;
  }

  .pe-featured-footer {
    margin-top: -16px;
  }

  .pe-featured-all {
    width: 100%;
  }
}


/* =========================================================
   OWNERREZ STICKY FIX
========================================================= */

#content {
  overflow-x: visible;
  overflow-y: visible;
}

#content .body-content {
  overflow: visible;
}


/* =========================================================
   STICKY EXPERIENCE
========================================================= */

.pe-sticky-experience {
  background: #111210;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 84px 28px 92px;

  overflow: visible;
}


/* =========================================================
   LEFT STICKY
========================================================= */

.pe-sticky-experience-left {
  position: sticky;
  top: 90px;

  align-self: start;
  min-width: 0;
  height: fit-content;

  overflow: visible;
}

.pe-sticky-media {
  position: relative;

  width: 100%;
  height: 560px;

  overflow: hidden;

  border-radius: 22px;
}

.pe-sticky-media img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}


/* CAPTION */

.pe-sticky-caption {
  position: absolute;

  left: 16px;
  right: 16px;
  bottom: 16px;

  padding: 15px 17px;

  background: rgba(17, 18, 16, 0.90);

  border-radius: 14px;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.pe-sticky-caption span {
  display: block;

  margin-bottom: 5px;

  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: 0.11em;
  text-transform: uppercase;

  color: #9D988E;
}

.pe-sticky-caption strong {
  display: block;

  font-family: 'Marcellus', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;

  color: #B79A62;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.pe-sticky-experience-right {
  min-width: 0;

  overflow: visible;
}


/* INTRO */

.pe-sticky-intro {
  max-width: 650px;

  margin-bottom: 34px;
}

.pe-sticky-kicker {
  display: block;

  margin-bottom: 14px;

  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #B79A62;
}

.pe-sticky-intro h2 {
  margin: 0 0 18px;

  font-family: 'Marcellus', Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.06;

  color: #F4F0E7;
}

.pe-sticky-intro p {
  margin: 0;

  font-size: 17px;
  line-height: 1.7;

  color: #B9B4AA;
}


/* =========================================================
   FEATURE CARDS
========================================================= */

.pe-sticky-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;

  min-height: 310px;

  margin-bottom: 18px;

  overflow: hidden;

  background: #20211E;

  border: 1px solid rgba(183, 154, 98, 0.18);
  border-radius: 22px;
}


/* REVERSE */

.pe-sticky-feature-reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.pe-sticky-feature-reverse .pe-sticky-feature-image {
  order: 2;
}

.pe-sticky-feature-reverse .pe-sticky-feature-copy {
  order: 1;
}


/* IMAGE */

.pe-sticky-feature-image {
  min-width: 0;

  padding: 6px;
}

.pe-sticky-feature-image img {
  display: block;

  width: 100%;
  height: 100%;
  min-height: 298px;

  object-fit: cover;
  object-position: center;

  border-radius: 17px;
}


/* CONTENT */

.pe-sticky-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 30px;
}

.pe-sticky-number {
  display: block;

  margin-bottom: 20px;

  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: 0.08em;

  color: #9D988E;
}

.pe-sticky-feature-copy h3 {
  margin: 0 0 12px;

  font-family: 'Marcellus', Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.14;

  color: #B79A62;
}

.pe-sticky-feature-copy p {
  margin: 0;

  font-size: 15px;
  line-height: 1.7;

  color: #B9B4AA;
}


/* SAGE CONTENT */

.pe-sticky-feature-copy-sage {
  background: #24251F;
}


/* DARK CONTENT */

.pe-sticky-feature-copy-dark {
  background: #171816;
}

.pe-sticky-feature-copy-dark .pe-sticky-number {
  color: rgba(255, 255, 255, 0.55);
}

.pe-sticky-feature-copy-dark h3 {
  color: #ffffff;
}

.pe-sticky-feature-copy-dark p {
  color: rgba(255, 255, 255, 0.78);
}


/* =========================================================
   TEXT LINK
========================================================= */

.pe-sticky-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  width: fit-content;

  margin-top: 18px;

  color: #B79A62;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;
}

.pe-sticky-link:link,
.pe-sticky-link:visited {
  color: #B79A62;
  text-decoration: none;
}

.pe-sticky-link:hover,
.pe-sticky-link:focus {
  color: #CDB886;
  text-decoration: none;
}

.pe-sticky-link span {
  transition: transform 0.25s ease;
}

.pe-sticky-link:hover span {
  transform: translateX(4px);
}


/* =========================================================
   BOTTOM CTA
========================================================= */

.pe-sticky-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

  margin-top: 24px;
  padding: 28px 30px;

  background: #171816;

  border: 1px solid rgba(183, 154, 98, 0.22);
  border-radius: 20px;
}

.pe-sticky-cta > div {
  max-width: 390px;
}

.pe-sticky-cta > div > span {
  display: block;

  margin-bottom: 7px;

  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.58);
}

.pe-sticky-cta h3 {
  margin: 0;

  font-family: 'Marcellus', Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;

  color: #ffffff;
}

.pe-sticky-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  flex: 0 0 auto;

  min-height: 48px;
  padding: 0 22px;

  background: #B79A62;

  border-radius: 7px;

  color: #111210 !important;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none !important;
}

.pe-sticky-cta > a:hover,
.pe-sticky-cta > a:focus {
  background: #9E8352;

  color: #111210 !important;
  opacity: 1 !important;

  text-decoration: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .pe-sticky-experience {
    grid-template-columns: 1fr;
    gap: 46px;

    padding: 68px 28px;
  }

  .pe-sticky-experience-left {
    position: relative;
    top: auto;
  }

  .pe-sticky-media {
    height: 480px;
  }

  .pe-sticky-intro h2 {
    font-size: 42px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .pe-sticky-experience {
    gap: 34px;

    padding: 54px 16px 62px;
  }

  .pe-sticky-media {
    height: 360px;

    border-radius: 18px;
  }

  .pe-sticky-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;

    padding: 14px 15px;

    border-radius: 13px;
  }

  .pe-sticky-caption strong {
    font-size: 19px;
  }

  .pe-sticky-intro {
    margin-bottom: 28px;
  }

  .pe-sticky-intro h2 {
    font-size: 35px;
  }

  .pe-sticky-intro p {
    font-size: 16px;
  }

  .pe-sticky-feature,
  .pe-sticky-feature-reverse {
    grid-template-columns: 1fr;

    min-height: 0;

    border-radius: 18px;
  }

  .pe-sticky-feature-reverse .pe-sticky-feature-image,
  .pe-sticky-feature-reverse .pe-sticky-feature-copy {
    order: initial;
  }

  .pe-sticky-feature-image {
    padding: 6px;
  }

  .pe-sticky-feature-image img {
    height: 235px;
    min-height: 235px;

    border-radius: 14px;
  }

  .pe-sticky-feature-copy {
    padding: 24px 22px 26px;
  }

  .pe-sticky-number {
    margin-bottom: 16px;
  }

  .pe-sticky-feature-copy h3 {
    font-size: 25px;
  }

  .pe-sticky-feature-copy p {
    font-size: 15px;
  }

  .pe-sticky-cta {
    flex-direction: column;
    align-items: flex-start;

    padding: 25px 22px;

    border-radius: 18px;
  }

  .pe-sticky-cta h3 {
    font-size: 23px;
  }

  .pe-sticky-cta > a {
    width: 100%;
  }
}


/* =========================================================
   PREMIUM AMENITIES
========================================================= */

.pe-amenities-premium {
  background: #111210;
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 92px 28px 96px;
}


/* =========================================================
   HEADER
========================================================= */

.pe-amenities-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 70px;
  align-items: end;

  margin-bottom: 44px;
}

.pe-amenities-kicker {
  display: block;

  margin-bottom: 14px;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #B79A62;
}

.pe-amenities-head h2 {
  max-width: 650px;

  margin: 0;

  font-family: 'Marcellus', Georgia, serif !important;
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;

  color: #F4F0E7 !important;
}

.pe-amenities-head > p {
  max-width: 470px;

  margin: 0;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;

  color: #B9B4AA;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.pe-amenities-main {
  display: grid;

  grid-template-columns:
    minmax(0, 1.9fr)
    minmax(280px, 0.85fr);

  gap: 18px;
  align-items: stretch;
}


/* =========================================================
   AMENITIES GRID
========================================================= */

.pe-amenities-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 14px;
}


/* =========================================================
   AMENITY CARD
========================================================= */

.pe-amenity-card {
  display: grid;

  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: start;

  min-height: 210px;

  padding: 28px;

  background: #20211E;

  border: 1px solid rgba(183, 154, 98, 0.18);
  border-radius: 20px;

  box-shadow: none;
}


/* =========================================================
   ICON
========================================================= */

.pe-amenity-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border: 1px solid rgba(183, 154, 98, 0.26);
  border-radius: 50%;
}

.pe-amenity-icon svg {
  width: 23px;
  height: 23px;

  fill: none;
  stroke: #B79A62;

  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.pe-amenity-content {
  min-width: 0;
}

.pe-amenity-number {
  display: block;

  margin-bottom: 14px;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;

  letter-spacing: 0.08em;

  color: #9D988E;
}

.pe-amenity-content h3 {
  margin: 0 0 10px;

  font-family: 'Marcellus', Georgia, serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.16 !important;

  color: #B79A62 !important;
}

.pe-amenity-content p {
  margin: 0;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;

  color: #B9B4AA;
}


/* =========================================================
   RIGHT VISUAL
========================================================= */

.pe-amenities-visual {
  position: relative;

  display: flex;
  align-items: flex-end;

  min-width: 0;
  min-height: 658px;

  padding: 18px;

  overflow: hidden;

  background-image:
    linear-gradient(
      to top,
      rgba(17, 18, 16, 0.48) 0%,
      rgba(17, 18, 16, 0.12) 48%,
      rgba(17, 18, 16, 0.04) 100%
    ),
    var(--pe-amenities-image);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 22px;
}


/* =========================================================
   VISUAL CONTENT
========================================================= */

.pe-amenities-visual-copy {
  width: 100%;

  padding: 22px;

  background: rgba(17, 18, 16, 0.90);

  border-radius: 16px;

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.pe-amenities-visual-copy > span {
  display: block;

  margin-bottom: 10px;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;

  letter-spacing: 0.11em;
  text-transform: uppercase;

  color: #B79A62;
}

.pe-amenities-visual-copy h3 {
  margin: 0 0 10px;

  font-family: 'Marcellus', Georgia, serif !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 1.14 !important;

  color: #B79A62 !important;
}

.pe-amenities-visual-copy p {
  margin: 0;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;

  color: #B9B4AA;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

  .pe-amenities-premium {
    padding: 72px 28px 78px;
  }

  .pe-amenities-head {
    grid-template-columns: 1fr;
    gap: 20px;

    margin-bottom: 38px;
  }

  .pe-amenities-head h2 {
    font-size: 42px !important;
  }

  .pe-amenities-main {
    grid-template-columns: 1fr;
  }

  .pe-amenities-visual {
    min-height: 480px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

  .pe-amenities-premium {
    padding: 56px 16px 64px;
  }

  .pe-amenities-head {
    margin-bottom: 30px;
  }

  .pe-amenities-head h2 {
    font-size: 35px !important;
  }

  .pe-amenities-head > p {
    font-size: 16px;
  }

  .pe-amenities-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pe-amenity-card {
    min-height: 0;

    grid-template-columns: 40px minmax(0, 1fr);
    gap: 16px;

    padding: 24px;

    border-radius: 18px;
  }

  .pe-amenity-icon {
    width: 38px;
    height: 38px;
  }

  .pe-amenity-icon svg {
    width: 21px;
    height: 21px;
  }

  .pe-amenity-content h3 {
    font-size: 22px !important;
  }

  .pe-amenity-content p {
    font-size: 14px;
  }

  .pe-amenities-visual {
    min-height: 400px;

    padding: 14px;

    border-radius: 18px;
  }

  .pe-amenities-visual-copy {
    padding: 19px;

    border-radius: 14px;
  }

  .pe-amenities-visual-copy h3 {
    font-size: 24px !important;
  }

}


/* =========================================================
   PREMIUM MARQUEE
========================================================= */

.pe-pm {
  width: 100%;
  padding: 92px 0 100px;
  overflow: hidden;
  background: #111210;
}


/* HEADER */

.pe-pm-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 72px;
  align-items: end;

  width: calc(100% - 56px);
  max-width: 1184px;

  margin: 0 auto 42px;
}

.pe-pm-head-left {
  max-width: 720px;
}

.pe-pm-kicker {
  display: block;
  margin-bottom: 14px;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: 0.13em;
  text-transform: uppercase;

  color: #B79A62;
}

.pe-pm-head h2 {
  margin: 0 !important;

  font-family: 'Marcellus', Georgia, serif !important;
  font-size: 50px !important;
  font-weight: 400 !important;
  line-height: 1.06 !important;

  color: #F4F0E7 !important;
}

.pe-pm-head > p {
  max-width: 430px;
  margin: 0 !important;

  font-family: 'Alone Kaium', Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.7 !important;

  color: #B9B4AA !important;
}


/* WINDOW */

.pe-pm-window {
  width: 100%;
  overflow: hidden;

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 4%,
    #000 96%,
    transparent 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 4%,
    #000 96%,
    transparent 100%
  );
}


/* TRACK */

.pe-pm-track {
  display: flex;
  width: max-content;

  animation: pePmMove 52s linear infinite;
  will-change: transform;
}

.pe-pm-window:hover .pe-pm-track {
  animation-play-state: paused;
}


/* GROUP */

.pe-pm-group {
  display: flex;
  flex: 0 0 auto;

  gap: 18px;
  padding-right: 18px;
}


/* CARD */

.pe-pm-card {
  position: relative !important;

  flex: 0 0 390px !important;

  width: 390px !important;
  height: 360px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  background: #20211E !important;

  border: 0 !important;
  border-radius: 22px !important;

  box-shadow: none !important;
}


/* IMAGE */

.pe-pm-card > img {
  position: absolute !important;

  top: 0 !important;
  left: 0 !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;

  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;
  object-position: center !important;

  border: 0 !important;
  border-radius: 0 !important;

  transform: scale(1.01);

  transition: transform 0.65s ease;
}

.pe-pm-card:hover > img {
  transform: scale(1.055);
}


/* OVERLAY */

.pe-pm-overlay {
  position: absolute;

  inset: 0;

  z-index: 1;

  background: linear-gradient(
    to top,
    rgba(16, 31, 25, 0.72) 0%,
    rgba(16, 31, 25, 0.34) 28%,
    rgba(16, 31, 25, 0.08) 56%,
    rgba(16, 31, 25, 0) 76%
  );

  pointer-events: none;
}


/* COPY */

.pe-pm-copy {
  position: absolute;

  left: 24px;
  right: 24px;
  bottom: 24px;

  z-index: 2;
}

.pe-pm-copy span {
  display: block;
  margin-bottom: 8px;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;

  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.68);
}

.pe-pm-copy h3 {
  max-width: 320px;

  margin: 0 !important;

  font-family: 'Marcellus', Georgia, serif !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;

  color: #FFFFFF !important;
}


/* ANIMATION */

@keyframes pePmMove {

  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }

}


/* TABLET */

@media (max-width: 991px) {

  .pe-pm {
    padding: 74px 0 80px;
  }

  .pe-pm-head {
    grid-template-columns: 1fr;
    gap: 20px;

    width: calc(100% - 48px);

    margin-bottom: 36px;
  }

  .pe-pm-head h2 {
    font-size: 42px !important;
  }

  .pe-pm-card {
    flex-basis: 340px !important;

    width: 340px !important;
    height: 330px !important;

    border-radius: 20px !important;
  }

}


/* MOBILE */

@media (max-width: 575px) {

  .pe-pm {
    padding: 58px 0 64px;
  }

  .pe-pm-head {
    width: calc(100% - 32px);
    margin-bottom: 28px;
  }

  .pe-pm-head h2 {
    font-size: 35px !important;
  }

  .pe-pm-head > p {
    font-size: 16px !important;
  }

  .pe-pm-track {
    animation-duration: 42s;
  }

  .pe-pm-group {
    gap: 12px;
    padding-right: 12px;
  }

  .pe-pm-card {
    flex-basis: 80vw !important;

    width: 80vw !important;
    height: 330px !important;

    border-radius: 18px !important;
  }

  .pe-pm-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .pe-pm-copy h3 {
    font-size: 23px !important;
  }

}


/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {

  .pe-pm-track {
    animation: none;
  }

}


/* =========================================================
   PARADISE ESCAPE — GUEST REVIEWS
========================================================= */

.pe-reviews {
  width: 100%;
  margin: 0;
  padding: 120px 28px;
  background: #111210;
  box-sizing: border-box;
}

.pe-reviews *,
.pe-reviews-modal * {
  box-sizing: border-box;
}

.pe-reviews-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}


/* =========================
   HEADING
========================= */

.pe-reviews-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 52px;
}

.pe-reviews-kicker,
.pe-reviews-modal-kicker {
  display: block;
  margin-bottom: 14px;
  font-family: "Alone Kaium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B79A62;
}

.pe-reviews-heading h2 {
  max-width: 680px;
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.06;
  color: #F4F0E7;
}

.pe-reviews-intro p {
  margin: 0 0 24px;
  font-family: "Alone Kaium", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #B9B4AA;
}

.pe-reviews-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Alone Kaium", sans-serif;
}

.pe-reviews-trust strong {
  font-family: "Marcellus", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #F4F0E7;
}

.pe-reviews-stars {
  color: #B79A62;
  letter-spacing: 0.08em;
}

.pe-reviews-trust > span:last-child {
  font-size: 14px;
  color: #8F8A81;
}


/* =========================
   REVIEW GRID
========================= */

.pe-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pe-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(183,154,98,.17);
  border-radius: 28px;
  background: #191A17;
}

.pe-review-card-featured {
  background:
    linear-gradient(
      145deg,
      rgba(183,154,98,.10),
      rgba(183,154,98,.025)
    ),
    #191A17;
}

.pe-review-card::after {
  content: "“";
  position: absolute;
  right: 24px;
  bottom: -48px;
  font-family: "Marcellus", serif;
  font-size: 190px;
  line-height: 1;
  color: rgba(183,154,98,.055);
  pointer-events: none;
}

.pe-review-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.pe-review-property {
  display: block;
  margin-bottom: 7px;
  font-family: "Alone Kaium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B79A62;
}

.pe-review-card h3 {
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 27px;
  font-weight: 400;
  color: #F4F0E7;
}

.pe-review-rating {
  flex: 0 0 auto;
  padding-top: 3px;
  font-size: 12px;
  letter-spacing: .04em;
  color: #B79A62;
}

.pe-review-card blockquote {
  position: relative;
  z-index: 2;
  flex: 1;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Alone Kaium", sans-serif;
  font-size: 19px;
  font-style: normal;
  line-height: 1.72;
  color: #E5E0D6;
}

.pe-review-card-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(244,240,231,.08);
  font-family: "Alone Kaium", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #8F8A81;
}


/* =========================
   ACTION
========================= */

.pe-reviews-actions {
  margin-top: 38px;
  text-align: center;
}

.pe-reviews-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 15px 26px;
  border: 1px solid #B79A62;
  border-radius: 999px;
  background: #B79A62;
  font-family: "Alone Kaium", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #111210;
  cursor: pointer;
  transition:
    background .22s ease,
    color .22s ease,
    border-color .22s ease,
    transform .22s ease;
}

.pe-reviews-open span {
  font-size: 19px;
  line-height: 1;
  transition: transform .22s ease;
}

.pe-reviews-open:hover {
  background: transparent;
  color: #B79A62;
}

.pe-reviews-open:hover span {
  transform: translateX(4px);
}

.pe-reviews-actions p {
  margin: 15px 0 0;
  font-family: "Alone Kaium", sans-serif;
  font-size: 12px;
  color: #77736C;
}


/* =========================================================
   MODAL
========================================================= */

.pe-reviews-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(5,6,5,.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .24s ease,
    visibility .24s ease;
}

.pe-reviews-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pe-reviews-modal-dialog {
  position: relative;
  width: min(1080px, 100%);
  max-height: 90vh;
  overflow: hidden;
  border: 1px solid rgba(183,154,98,.22);
  border-radius: 30px;
  background: #F4F0E7;
}

.pe-reviews-modal-scroll {
  max-height: 90vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.pe-reviews-modal-scroll::-webkit-scrollbar {
  width: 8px;
}

.pe-reviews-modal-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.pe-reviews-modal-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(17,18,16,.22);
}

.pe-reviews-modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(17,18,16,.12);
  border-radius: 50%;
  background: rgba(244,240,231,.92);
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  color: #111210;
  cursor: pointer;
  transition:
    background .2s ease,
    border-color .2s ease;
}

.pe-reviews-modal-close:hover {
  border-color: #B79A62;
  background: #B79A62;
}


/* =========================
   MODAL HEADER
========================= */

.pe-reviews-modal-header {
  padding: 68px 70px 44px;
  border-bottom: 1px solid rgba(17,18,16,.10);
}

.pe-reviews-modal-header h2 {
  max-width: 680px;
  margin: 0 0 18px;
  font-family: "Marcellus", serif;
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.05;
  color: #111210;
}

.pe-reviews-modal-header > p {
  max-width: 690px;
  margin: 0;
  font-family: "Alone Kaium", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #625E56;
}

.pe-reviews-modal-summary {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid rgba(17,18,16,.10);
  border-bottom: 1px solid rgba(17,18,16,.10);
}

.pe-reviews-modal-score,
.pe-reviews-modal-count {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 50%;
  min-height: 108px;
}

.pe-reviews-modal-score {
  border-right: 1px solid rgba(17,18,16,.10);
}

.pe-reviews-modal-score strong,
.pe-reviews-modal-count strong {
  font-family: "Marcellus", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  color: #111210;
}

.pe-reviews-modal-score div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pe-reviews-modal-score small,
.pe-reviews-modal-count span {
  font-family: "Alone Kaium", sans-serif;
  font-size: 13px;
  color: #716C63;
}


/* =========================
   MODAL REVIEWS
========================= */

.pe-reviews-modal-list {
  padding: 14px 70px 54px;
}

.pe-modal-review {
  padding: 34px 0;
  border-bottom: 1px solid rgba(17,18,16,.10);
}

.pe-modal-review:last-child {
  border-bottom: 0;
}

.pe-modal-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.pe-modal-review-head span {
  display: block;
  margin-bottom: 5px;
  font-family: "Alone Kaium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #9E8352;
}

.pe-modal-review-head h3 {
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 25px;
  font-weight: 400;
  color: #111210;
}

.pe-modal-review-head > strong {
  font-family: "Alone Kaium", sans-serif;
  font-size: 12px;
  letter-spacing: .05em;
  color: #9E8352;
}

.pe-modal-review p {
  max-width: 850px;
  margin: 0 0 16px;
  font-family: "Alone Kaium", sans-serif;
  font-size: 18px;
  line-height: 1.72;
  color: #373832;
}

.pe-modal-review small {
  font-family: "Alone Kaium", sans-serif;
  font-size: 13px;
  color: #817C73;
}

body.pe-reviews-modal-open {
  overflow: hidden;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .pe-reviews {
    padding: 90px 24px;
  }

  .pe-reviews-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .pe-reviews-grid {
    grid-template-columns: 1fr;
  }

  .pe-review-card {
    min-height: 0;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .pe-reviews {
    padding: 72px 16px;
  }

  .pe-reviews-heading {
    margin-bottom: 34px;
  }

  .pe-reviews-heading h2 {
    font-size: 38px;
  }

  .pe-reviews-intro p {
    font-size: 17px;
  }

  .pe-reviews-trust {
    align-items: flex-start;
  }

  .pe-reviews-grid {
    gap: 14px;
  }

  .pe-review-card {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .pe-review-card-top {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
  }

  .pe-review-card blockquote {
    font-size: 17px;
    line-height: 1.68;
  }

  .pe-review-card-bottom {
    flex-direction: column;
    gap: 5px;
  }

  .pe-reviews-modal {
    padding: 10px;
  }

  .pe-reviews-modal-dialog {
    max-height: 94vh;
    border-radius: 22px;
  }

  .pe-reviews-modal-scroll {
    max-height: 94vh;
  }

  .pe-reviews-modal-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  .pe-reviews-modal-header {
    padding: 62px 22px 32px;
  }

  .pe-reviews-modal-header h2 {
    font-size: 38px;
  }

  .pe-reviews-modal-header > p {
    font-size: 16px;
  }

  .pe-reviews-modal-summary {
    flex-direction: column;
  }

  .pe-reviews-modal-score,
  .pe-reviews-modal-count {
    width: 100%;
    min-height: 90px;
  }

  .pe-reviews-modal-score {
    border-right: 0;
    border-bottom: 1px solid rgba(17,18,16,.10);
  }

  .pe-reviews-modal-list {
    padding: 8px 22px 32px;
  }

  .pe-modal-review {
    padding: 28px 0;
  }

  .pe-modal-review p {
    font-size: 16px;
  }

}



























/* =========================================================
   PARADISE ESCAPE — FAQ
========================================================= */

.pe-faq {
  width: 100%;
  margin: 0;
  padding: 110px 28px 120px;
  background: #111210;
  box-sizing: border-box;
}

.pe-faq *,
.pe-faq *::before,
.pe-faq *::after {
  box-sizing: border-box;
}

.pe-faq-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}


/* =========================
   INTRO
========================= */

.pe-faq-intro {
  position: sticky;
  top: 105px;
  padding-top: 6px;
}

.pe-faq-kicker {
  display: block;
  margin: 0 0 14px;
  font-family: "Alone Kaium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B79A62;
}

.pe-faq-intro h2 {
  max-width: 520px;
  margin: 0 0 20px;
  font-family: "Marcellus", serif;
  font-size: clamp(42px, 4.3vw, 58px);
  font-weight: 400;
  line-height: 1.04;
  color: #F4F0E7;
}

.pe-faq-intro > p {
  max-width: 470px;
  margin: 0;
  font-family: "Alone Kaium", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #B9B4AA;
}

.pe-faq-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  text-decoration: none;
  font-family: "Alone Kaium", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #B79A62;
  transition: color 0.2s ease;
}

.pe-faq-contact span {
  color: inherit;
}

.pe-faq-contact:hover {
  color: #F4F0E7;
}


/* =========================
   FAQ LIST
========================= */

.pe-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pe-faq-item {
  overflow: hidden;
  border: 1px solid rgba(183, 154, 98, 0.14);
  border-radius: 18px;
  background: #191A17;
  transition:
    border-color 0.22s ease,
    background 0.22s ease;
}

.pe-faq-item:hover,
.pe-faq-item.is-open {
  border-color: rgba(183, 154, 98, 0.38);
}

.pe-faq-item.is-open {
  background: #1D1E1A;
}


/* =========================
   QUESTION
========================= */

.pe-faq-question {
  width: 100%;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.pe-faq-question > span:first-child {
  font-family: "Marcellus", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.35;
  color: #F4F0E7;
  transition: color 0.2s ease;
}

.pe-faq-item.is-open .pe-faq-question > span:first-child,
.pe-faq-question:hover > span:first-child {
  color: #CDB886;
}


/* =========================
   ICON
========================= */

.pe-faq-toggle {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(183, 154, 98, 0.3);
  border-radius: 50%;
  background: rgba(183, 154, 98, 0.04);
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.pe-faq-toggle::before,
.pe-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #B79A62;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.pe-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pe-faq-item.is-open .pe-faq-toggle {
  background: #B79A62;
  border-color: #B79A62;
}

.pe-faq-item.is-open .pe-faq-toggle::before,
.pe-faq-item.is-open .pe-faq-toggle::after {
  background: #111210;
}

.pe-faq-item.is-open .pe-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}


/* =========================
   ANSWER
========================= */

.pe-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.pe-faq-answer > div {
  overflow: hidden;
}

.pe-faq-item.is-open .pe-faq-answer {
  grid-template-rows: 1fr;
}

.pe-faq-answer p {
  max-width: 760px;
  margin: 0;
  padding: 0 78px 24px 24px;
  font-family: "Alone Kaium", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  color: #AFAAA1;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {

  .pe-faq {
    padding: 90px 24px;
  }

  .pe-faq-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pe-faq-intro {
    position: static;
  }

  .pe-faq-intro h2 {
    max-width: 720px;
  }

  .pe-faq-intro > p {
    max-width: 680px;
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

  .pe-faq {
    padding: 72px 16px;
  }

  .pe-faq-inner {
    gap: 34px;
  }

  .pe-faq-intro h2 {
    font-size: 38px;
  }

  .pe-faq-intro > p {
    font-size: 17px;
  }

  .pe-faq-list {
    gap: 8px;
  }

  .pe-faq-item {
    border-radius: 15px;
  }

  .pe-faq-question {
    min-height: 76px;
    padding: 19px 18px;
    gap: 16px;
  }

  .pe-faq-question > span:first-child {
    font-size: 19px;
  }

  .pe-faq-toggle {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .pe-faq-answer p {
    padding: 0 18px 22px;
    font-size: 16px;
  }

}
































/* =========================================================
   FINAL WATERFRONT CTA
========================================================= */

.pe-lake-cta {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  padding: 56px 28px 24px;
}


/* =========================================================
   CTA PANEL
========================================================= */

.pe-lake-cta-panel {
  position: relative;

  width: 100%;
  min-height: 500px;

  overflow: hidden;

  background: var(--pe-black);

  border-radius: 30px;
}


/* =========================================================
   CTA BACKGROUND
========================================================= */

.pe-lake-cta-bg {
  position: absolute;
  inset: 0;

  background-image:
    var(--pe-lake-cta-image);

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  transform: scale(1.015);
}


/* =========================================================
   CTA OVERLAY
========================================================= */

.pe-lake-cta-overlay {
  position: absolute;
  inset: 0;

  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(17, 18, 16, 0.82) 0%,
      rgba(17, 18, 16, 0.59) 45%,
      rgba(17, 18, 16, 0.27) 100%
    ),
    linear-gradient(
      180deg,
      rgba(17, 18, 16, 0.06) 0%,
      rgba(17, 18, 16, 0.28) 100%
    );

  pointer-events: none;
}


/* =========================================================
   CTA CONTENT
========================================================= */

.pe-lake-cta-content {
  position: relative;

  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 500px;

  padding: 54px 58px 30px;
}


/* =========================================================
   CTA MAIN
========================================================= */

.pe-lake-cta-main {
  display: grid;

  grid-template-columns: minmax(0, 1fr) 220px;

  gap: 56px;

  align-items: center;
}


/* =========================================================
   CTA COPY
========================================================= */

.pe-lake-cta-copy {
  max-width: 760px;
}

.pe-lake-cta-kicker {
  display: block;

  margin: 0 0 15px;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: 0.14em;
  text-transform: uppercase;

  color: var(--pe-gold-soft);
}

.pe-lake-cta-copy h2 {
  max-width: 760px;

  margin: 0 0 20px !important;

  font-family: 'Marcellus', Georgia, serif !important;
  font-size: 56px !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;

  color: #FFFFFF !important;
}

.pe-lake-cta-copy p {
  max-width: 640px;

  margin: 0 !important;

  font-family: 'Alone Kaium', Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;

  color: rgba(255, 255, 255, 0.84) !important;
}


/* =========================================================
   CTA ACTIONS
========================================================= */

.pe-lake-cta-actions {
  display: flex;
  flex-direction: column;

  gap: 12px;
}

.pe-lake-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 54px;

  padding: 0 22px;

  border-radius: 10px;

  font-family: 'Alone Kaium', Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;

  text-align: center;

  text-decoration: none !important;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}


/* PRIMARY */

.pe-lake-cta-primary {
  gap: 10px;

  background: var(--pe-gold);

  border: 1px solid var(--pe-gold);

  color: var(--pe-black) !important;
}

.pe-lake-cta-primary:hover,
.pe-lake-cta-primary:focus {
  background: var(--pe-gold-dark);

  border-color: var(--pe-gold-dark);

  color: var(--pe-black) !important;
}

.pe-lake-cta-primary span {
  transition: transform 0.25s ease;
}

.pe-lake-cta-primary:hover span {
  transform: translateX(4px);
}


/* SECONDARY */

.pe-lake-cta-secondary {
  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.36);

  color: #FFFFFF !important;
}

.pe-lake-cta-secondary:hover,
.pe-lake-cta-secondary:focus {
  background: rgba(183, 154, 98, 0.12);

  border-color: rgba(183, 154, 98, 0.62);

  color: #FFFFFF !important;
}


/* =========================================================
   CTA META
========================================================= */

.pe-lake-cta-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  margin-top: 36px;
  padding-top: 20px;

  border-top: 1px solid rgba(183, 154, 98, 0.25);
}

.pe-lake-cta-meta span {
  position: relative;

  padding: 0 16px;

  font-family: 'Alone Kaium', Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;

  color: rgba(255, 255, 255, 0.70);
}

.pe-lake-cta-meta span:first-child {
  padding-left: 0;
}

.pe-lake-cta-meta span:last-child {
  padding-right: 0;
}

.pe-lake-cta-meta span:not(:last-child)::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 0;

  width: 3px;
  height: 3px;

  background: var(--pe-gold);

  border-radius: 50%;

  transform: translate(50%, -50%);
}


/* =========================================================
   CTA TABLET
========================================================= */

@media (max-width: 991px) {

  .pe-lake-cta {
    padding: 48px 28px 24px;
  }

  .pe-lake-cta-panel {
    min-height: 0;

    border-radius: 24px;
  }

  .pe-lake-cta-content {
    min-height: 0;

    padding: 44px 38px 28px;
  }

  .pe-lake-cta-main {
    grid-template-columns: 1fr;

    gap: 30px;
  }

  .pe-lake-cta-copy h2 {
    font-size: 44px !important;
  }

  .pe-lake-cta-copy p {
    font-size: 17px !important;
  }

  .pe-lake-cta-actions {
    flex-direction: row;

    max-width: 450px;
  }

  .pe-lake-cta-meta {
    margin-top: 32px;
  }

}


/* =========================================================
   CTA MOBILE
========================================================= */

@media (max-width: 575px) {

  .pe-lake-cta {
    padding: 38px 16px 20px;
  }

  .pe-lake-cta-panel {
    border-radius: 20px;
  }

  .pe-lake-cta-bg {
    background-position: 58% center;
  }

  .pe-lake-cta-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(17, 18, 16, 0.62) 0%,
        rgba(17, 18, 16, 0.80) 100%
      );
  }

  .pe-lake-cta-content {
    padding: 32px 22px 22px;
  }

  .pe-lake-cta-main {
    gap: 25px;
  }

  .pe-lake-cta-kicker {
    margin-bottom: 12px;

    font-size: 10px;
  }

  .pe-lake-cta-copy h2 {
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .pe-lake-cta-copy p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .pe-lake-cta-actions {
    flex-direction: column;

    max-width: none;
  }

  .pe-lake-cta-actions a {
    min-height: 50px;
  }

  .pe-lake-cta-meta {
    margin-top: 26px;
    padding-top: 17px;
  }

  .pe-lake-cta-meta span {
    padding: 0 10px;

    font-size: 10px;
  }

  .pe-lake-cta-meta span:first-child {
    padding-left: 0;
  }

}



/* =========================================================
   HOMEPAGE DARK VISUAL BALANCE
   NO CONTENT / IMAGE URL / MOTION CHANGES
========================================================= */

html.page-574058971,
html.page-574058971 body,
html.page-574058971 #content,
html.page-574058971 #content.container,
html.page-574058971 #content .body-content {
  background: #111210 !important;
  background-color: #111210 !important;
}

html.page-574058971 .pe-home-intro,
html.page-574058971 .pe-featured-stays,
html.page-574058971 .pe-sticky-experience,
html.page-574058971 .pe-amenities-premium,
html.page-574058971 .pe-pm {
  background: #111210 !important;
}

html.page-574058971 .pe-home-intro-copy h2,
html.page-574058971 .pe-featured-heading h2,
html.page-574058971 .pe-sticky-intro h2,
html.page-574058971 .pe-amenities-head h2,
html.page-574058971 .pe-pm-head h2 {
  color: #F4F0E7 !important;
}

html.page-574058971 .pe-home-intro-copy > p,
html.page-574058971 .pe-featured-heading p,
html.page-574058971 .pe-sticky-intro p,
html.page-574058971 .pe-amenities-head > p,
html.page-574058971 .pe-pm-head > p {
  color: #C3BEB4 !important;
}

html.page-574058971 .pe-stay-card,
html.page-574058971 .pe-sticky-feature,
html.page-574058971 .pe-amenity-card {
  background: #191A17 !important;
  border-color: rgba(183, 154, 98, 0.18) !important;
  box-shadow: none !important;
}

html.page-574058971 .pe-stay-content h3 a,
html.page-574058971 .pe-sticky-feature-copy h3,
html.page-574058971 .pe-amenity-content h3 {
  color: #F4F0E7 !important;
}

html.page-574058971 .pe-stay-link,
html.page-574058971 .pe-sticky-link {
  color: #B79A62 !important;
}

html.page-574058971 .pe-stay-content p,
html.page-574058971 .pe-stay-meta span,
html.page-574058971 .pe-sticky-feature-copy p,
html.page-574058971 .pe-amenity-content p {
  color: #B8B2A8 !important;
}

html.page-574058971 .pe-sticky-kicker,
html.page-574058971 .pe-amenities-kicker,
html.page-574058971 .pe-pm-kicker,
html.page-574058971 .pe-sticky-number,
html.page-574058971 .pe-amenity-number {
  color: #B79A62 !important;
}

html.page-574058971 .pe-sticky-caption,
html.page-574058971 .pe-amenities-visual-copy {
  background: rgba(17, 18, 16, 0.92) !important;
  border: 1px solid rgba(183, 154, 98, 0.20) !important;
}

html.page-574058971 .pe-sticky-caption strong,
html.page-574058971 .pe-amenities-visual-copy h3 {
  color: #F4F0E7 !important;
}

html.page-574058971 .pe-amenities-visual-copy > span,
html.page-574058971 .pe-amenity-icon svg {
  color: #B79A62 !important;
  stroke: #B79A62 !important;
}

html.page-574058971 .pe-amenities-visual-copy p {
  color: #C3BEB4 !important;
}

html.page-574058971 .pe-amenity-icon {
  border-color: rgba(183, 154, 98, 0.32) !important;
}

html.page-574058971 .pe-home-intro-button,
html.page-574058971 .pe-featured-footer > a.pe-featured-all,
html.page-574058971 .pe-sticky-cta > a {
  background: #B79A62 !important;
  border-color: #B79A62 !important;
  color: #111210 !important;
}

html.page-574058971 .pe-home-intro-button:hover,
html.page-574058971 .pe-featured-footer > a.pe-featured-all:hover,
html.page-574058971 .pe-sticky-cta > a:hover {
  background: #9E8352 !important;
  border-color: #9E8352 !important;
  color: #111210 !important;
}

/* Preserve the intended desktop two-column experience layout */
@media (min-width: 992px) {
  html.page-574058971 .pe-sticky-experience {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    gap: 54px !important;
  }

  html.page-574058971 .pe-sticky-experience-left {
    display: block !important;
    position: sticky !important;
    top: 90px !important;
  }

  html.page-574058971 .pe-sticky-experience-right {
    display: block !important;
    min-width: 0 !important;
  }
}