﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url(foundation.min.css);
@import url(jquery.fancybox.css);
@import url(slick.css);

/* ─── Flatpickr overrides ─── */
.flatpickr-calendar {
  max-width: calc(100vw - 20px);
}
@media (max-width: 400px) {
  .flatpickr-calendar {
    font-size: 13px;
  }
  .flatpickr-days,
  .dayContainer {
    width: 100% !important;
    min-width: 0 !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --white: #ffffff;
  --off-white: #f5f5f0;
  --light-gray: #e8e8e3;
  --mid-gray: #444444;
  --dark-gray: #4a4a45;
  --near-black: #1a1a18;
  --black: #0d0d0c;
  --accent: #c4a46c;
  --accent-light: #d4bc8e;
  --font: "Comfortaa", sans-serif;
  --title-font: "Comfortaa", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font) !important;
}

a:hover,
a:focus {
  color: var(--accent);
}

#logo img {
  height: auto;
  width: 10rem;
  max-width: none;
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--near-black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}

#intro .container {
  max-width: 68rem;
}

.container {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 40px;
}

/* β•β•β• NAVBAR β•β•β• */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition:
    background 0.4s,
    padding 0.3s,
    -webkit-backdrop-filter 0.4s;
  transition:
    background 0.4s,
    padding 0.3s,
    -webkit-backdrop-filter 0.4s;
  -o-transition:
    background 0.4s,
    backdrop-filter 0.4s,
    padding 0.3s;
  transition:
    background 0.4s,
    backdrop-filter 0.4s,
    padding 0.3s;
  transition:
    background 0.4s,
    backdrop-filter 0.4s,
    padding 0.3s,
    -webkit-backdrop-filter 0.4s;
}

.inline-list > li {
  margin-left: 0;
}

.navbar.scrolled {
  background: rgb(255 255 255 / 70%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--light-gray);
  padding: 4px clamp(93px, 10vw, 300px);
}

.hero.hero--inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
}
.navbar-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65%;
}
.navbar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-logo img {
  height: 36px;
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  -o-transition: filter 0.4s;
  transition: filter 0.4s;
  transition:
    filter 0.4s,
    -webkit-filter 0.4s;
}
.navbar.scrolled #logo img {
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
  width: 3rem;
}

.navbar-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}

.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  padding: 4px;
  position: relative;
  z-index: 10;
}

.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background: transparent;
}

.navbar-left > .navbar-right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar.scrolled .menu-toggle,
.navbar.scrolled .inline-list {
  margin-bottom: 0;
}

.navbar.scrolled .menu-toggle.active {
  bottom: -11px;
}

.menu-toggle span {
  display: block;
  width: 60px;
  height: 2px;
  background: var(--white);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.navbar.scrolled .menu-toggle span {
  background: var(--near-black);
}

.navbar.scrolled .navbar-book {
  font-size: 22px;
  font-weight: 600;
  color: var(--near-black);
  background: #ffffffc7;
  padding: 10px 10px;
}

/* X state */
.menu-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4.5px, 4.5px);
  -ms-transform: rotate(45deg) translate(4.5px, 4.5px);
  transform: rotate(45deg) translate(4.5px, 4.5px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4.5px, -4.5px);
  -ms-transform: rotate(-45deg) translate(4.5px, -4.5px);
  transform: rotate(-45deg) translate(4.5px, -4.5px);
  top: -19px;
  position: relative;
}
.menu-toggle.active span {
  background: var(--white) !important;
}

.navbar.scrolled .menu-toggle.active span {
  background: var(--near-black) !important;
}

.hero .slick-slide img {
  display: block;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.space-header_article {
  max-width: 1200px;
  width: 100%;
  margin: 10px auto 60px;
}

.navbar-book {
  font-size: 22px;
  font-weight: 600;
  color: var(--near-black);
  background: #ffffffc7;
  padding: 21px 22px;
  border-radius: 2px;
  text-transform: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.02em;
  font-family: var(--title-font);
  font-weight: bold;
}

#gr .navbar-book {
  text-transform: none;
}
.navbar-book:hover {
  background: var(--accent);
  color: var(--white);
}
.navbar.scrolled .navbar-book {
  background: var(--near-black);
  color: var(--white);
}
.navbar.scrolled .navbar-book:hover {
  background: var(--accent);
}

/* β•β•β• SLIDE-IN MENU PANEL (from right) β•β•β• */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.menu-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 380px;
  max-width: 85vw;
  z-index: 95;
  background: var(--near-black);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 40px 48px;
  padding-top: 220px;
}
.menu-panel.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-panel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: end;
}

.menu-panel {
  width: 333px;
}

.amenities-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(13, 13, 12, 0.15)),
    color-stop(30%, rgba(13, 13, 12, 0.35)),
    color-stop(55%, rgba(13, 13, 12, 0.65)),
    color-stop(75%, rgba(13, 13, 12, 0.85)),
    to(rgba(13, 13, 12, 0.95))
  );
  background: -o-linear-gradient(
    top,
    rgba(13, 13, 12, 0.15) 0%,
    rgba(13, 13, 12, 0.35) 30%,
    rgba(13, 13, 12, 0.65) 55%,
    rgba(13, 13, 12, 0.85) 75%,
    rgba(13, 13, 12, 0.95) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(13, 13, 12, 0.15) 0%,
    rgba(13, 13, 12, 0.35) 30%,
    rgba(13, 13, 12, 0.65) 55%,
    rgba(13, 13, 12, 0.85) 75%,
    rgba(13, 13, 12, 0.95) 100%
  );
  pointer-events: none;
}
.menu-panel-link {
  font-size: 28px;
  font-weight: 500;
  color: var(--white);
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-transition:
    opacity 0.3s,
    padding-left 0.3s;
  -o-transition:
    opacity 0.3s,
    padding-left 0.3s;
  transition:
    opacity 0.3s,
    padding-left 0.3s;
}
.menu-panel-link:hover {
  opacity: 0.6;
  padding-left: 8px;
}
.menu-panel-link.small {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: none;
  margin-top: 8px;
}

.menu-panel-footer {
  margin-top: auto;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.menu-panel-footer a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  margin-right: 20px;
}
.menu-panel-footer a:hover {
  color: var(--white);
}

/* β•β•β• HERO β•β•β• */
.hero {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #0d0d0c00;
  overflow: hidden;
  max-height: 100vh;
}

.innerpage .hero {
  position: relative;
  height: 92vh;

  min-height: 640px;
}

svg.info-row-icon {
  width: 18px;
  height: 18px;
  color: var(--mid-gray);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #1a1a18;
}
.hero-bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.18);
  -ms-transform: scale(1.18);
  transform: scale(1.18);
  will-change: transform, filter;
}

.hero-bg img {
  height: 100%;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(13, 13, 12, 0.65)),
    color-stop(50%, rgba(13, 13, 12, 0.15)),
    to(rgba(13, 13, 12, 0.05))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(13, 13, 12, 0.65) 0%,
    rgba(13, 13, 12, 0.15) 50%,
    rgba(13, 13, 12, 0.05) 100%
  );
  background: linear-gradient(
    to top,
    rgba(13, 13, 12, 0.65) 0%,
    rgba(13, 13, 12, 0.15) 50%,
    rgba(13, 13, 12, 0.05) 100%
  );
}
.hero-big-text {
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
  font-family: var(--title-font);
  font-size: clamp(48px, 9vw, 140px);
  color: rgba(255, 255, 255, 0.05);
  letter-spacing: 0.04em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 40px 80px;
  max-width: 800px;
}
.hero-heading {
  font-family: var(--title-font);
  font-size: clamp(14px, 1.8vw, 35px);
  color: var(--white);
  margin-bottom: 12px;
}
.hero-heading .muted {
  opacity: 0.35;
  margin-right: 4px;
}
.hero-desc {
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 24px;
}
.hero-price {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  color: var(--white);
}

/* β•β•β• BOOKING FORM β•β•β• */
.book-section {
  display: flex;
  background: var(--off-white);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 2rem;
}
.book-section.sticky {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 80;
  -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition:
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}
.book-section.sticky-stop {
  position: absolute;
  bottom: auto;
}
/* Placeholder to keep page flow when bar becomes fixed */
.book-section-spacer {
  display: none;
}
.book-section-spacer.active {
  display: block;
}
.book-bar {
  max-width: 1280px;
  padding: 60px 0px;
}

form.contact-form.faq-contact-form.book-form--inquiry {
  padding: 0;
  border: 0;
}

.homepage .book-bar {
  padding: 5px 10px;
  width: 100%;
  max-width: 1520px;
}
.book-form-wrapper {
  overflow: visible;
}
.book-form-title {
  display: none;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  color: var(--near-black);
}
.book-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  padding-top: 28px;
}
.book-form--inquiry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 28px;
  padding: 34px;
  border-radius: 20px;
  background: var(--white);
  border: 1px solid rgba(26, 26, 24, 0.08);
  padding: clamp(28px, 4vw, 38px);
  border-radius: 2px;
  margin-bottom: 0;
}

.book-form--inquiry .book-form-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 720px;
}
.book-form--inquiry .book-kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.book-form--inquiry .book-form-intro h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  color: var(--near-black);
}
.book-form--inquiry .book-form-intro h2 em {
  font-style: normal;
}
.book-form--inquiry .book-form-intro p {
  max-width: 58ch;
  color: var(--dark-gray);
  font-size: 15px;
  line-height: 1.7;
}
.book-form--inquiry .book-form-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 20px;
}
.form-input-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.form-input-group label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: black;
}

#gr .form-input-group label {
  text-transform: none;
}

.inner-accommodation-regulations .innerpage-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 24px 96px;
}

.inner-accommodation-regulations .static-page__content {
  position: relative;
  padding: 40px clamp(22px, 4vw, 42px);
}

/* .inner-accommodation-regulations .static-page__content::before {
  content: "Guest House Rules";
  display: inline-flex;
  align-items: center;
  margin-bottom: 26px;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
} */

.inner-accommodation-regulations .static-page__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0px;
}

.inner-accommodation-regulations .static-page__content ul > li {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 68px;
  color: var(--near-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  opacity: 0.7;
}

.inner-accommodation-regulations .static-page__content ul > li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 22px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--mid-gray);
  box-shadow: inset 0 0 0 1px rgba(184, 150, 12, 0.2);
}

.inner-accommodation-regulations .static-page__content ul > li::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 35px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
}

.inner-accommodation-regulations .static-page__content strong,
.inner-accommodation-regulations .static-page__content b {
  color: var(--primary);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .inner-accommodation-regulations .innerpage-content {
    padding: 48px 16px 72px;
  }

  .inner-accommodation-regulations .static-page__content {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .inner-accommodation-regulations .static-page__content::before {
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .inner-accommodation-regulations .static-page__content ul > li {
    padding: 4px 40px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 1.65;
  }

  .inner-accommodation-regulations .static-page__content ul > li::before {
    top: 10px;
    left: 18px;
    width: 8px;
    height: 8px;
  }

  .inner-accommodation-regulations .static-page__content ul > li::after {
    top: 27px;
    left: 26px;
    width: 6px;
    height: 6px;
  }
}

.form-input-group input,
.form-input-group select {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
  color: var(--mid-gray);
  background: var(--white);
  border: 1px solid var(--light-gray);
  padding: 12px 16px;
  border-radius: 2px;
  outline: none;
  width: 100%;
  min-width: 0;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.book-form--inquiry .form-input-group input,
.book-form--inquiry .form-input-group select,
.book-form--inquiry .form-input-group textarea {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
  color: var(--near-black);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px 16px;
  outline: none;
  width: 100%;
  min-width: 0;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.book-form--inquiry .form-input-group textarea {
  resize: vertical;
  min-height: 120px;
}
.form-input-group input:focus,
.form-input-group select:focus {
  border-color: var(--near-black);
}
.book-form--inquiry .form-input-group textarea:focus,
.book-form--inquiry .form-input-group input:focus,
.book-form--inquiry .form-input-group select:focus {
  border-color: var(--near-black);
}
.book-form--inquiry .book-form-wide {
  grid-column: span 2;
}
.book-form--inquiry .book-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.book-form--inquiry .book-form-captcha {
  margin: 0;
}
.book-form--inquiry .book-form-submit-wrap {
  margin-left: auto;
}
.book-submit {
  font-family: var(--font);
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  background: var(--near-black);
  border: none;
  padding: 13px 10px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.book-form--inquiry .book-submit {
  font-size: 16px;
  padding: 16px 28px;
  border-radius: 999px;
}
.book-submit:hover {
  background: var(--accent);
}

/* SECTION UTILITIES  */
.section {
  padding: 120px 0;
  background: var(--white);
}

#booking.section {
  padding: 150px 0;
  padding-top: 100px;
}
#intro.section {
  padding-top: 0;
}

.section.bg-dark {
  background: var(--near-black);
  color: var(--white);
}

.section.bg-dark .heading-side p {
  color: var(--light-gray);
}

.section-heading-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.heading-side {
  max-width: 620px;
}
.heading-side p {
  font-size: 16px;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 300;
  line-height: 1.8;
  color: var(--near-black);
}

.section-heading-horizontal .heading-side p {
  color: var(--mid-gray);
}

#intro.section-heading-horizontal .heading-side p {
  color: var(--light-gray);
}

.section-h2 {
  font-family: var(--title-font);
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 8px;
}
.section-h2 .muted {
  opacity: 0.25;
}
.growing-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.growing-arrow-line {
  height: 1px;
  width: 60px;
  background: var(--light-gray);
}
.growing-arrow svg {
  width: 14px;
  height: 14px;
  color: var(--mid-gray);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.space-slider-arrow .growing-arrow-line {
  width: 42px;
  height: 2px;
  background: var(--near-black);
}
.space-slider-arrow .growing-arrow svg {
  width: 26px;
  height: 26px;
  color: var(--near-black);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.section-divider {
  height: 1px;
  background: var(--light-gray);
}

/* ─── FOOTER ─── */
footer.site-footer {
  background: var(--olive-dark);
  padding: 60px 0 40px;
  color: rgba(250, 247, 242, 0.5);
  background: var(--near-black);
  position: relative;
  overflow: hidden;
}
footer.site-footer a {
  color: rgba(250, 247, 242, 0.5);
  text-decoration: none;
}

footer.site-footer .hero-big-text {
  font-size: clamp(48px, 9vw, 120px);
  color: rgba(255, 255, 255, 0.03);
  text-transform: uppercase;
}

footer.site-footer a:hover {
  color: var(--sand);
}
.footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 0px;
}
.footer-brand .nav-logo {
  color: var(--cream);
  font-size: 19px;
}

.innerpage .space-slider-wrap {
  display: none;
}

.footer-brand p {
  margin-top: 16px;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 200;
  color: rgba(250, 247, 242, 0.5);
}

.footer-brand #logo img {
  height: auto;
  width: 7rem;
}
.footer-col h5 {
  font-family: var(--title-font);
  font-size: 24px;
  letter-spacing: 0.2em;

  color: var(--sand);
  margin-bottom: 20px;
  font-weight: 400;
}

.footer-col a {
  display: block;
  font-size: 19px;
  color: rgba(250, 247, 242, 0.5);
  text-decoration: none;
  margin-bottom: 12px;
  font-weight: 200;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.5;
}
.footer-col a:hover {
  color: var(--sand);
}
.footer-bottom {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 200;
  color: rgba(250, 247, 242, 0.5);
}

/* β•β•β• SLIDER β•β•β• */
.house-slider-wrap {
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
}
.house-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition:
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.house-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.house-slide-img {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--light-gray);
  overflow: hidden;
  margin-bottom: 16px;
}
.house-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.house-slide h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.house-slide p {
  font-size: 14px;
  font-weight: 300;
  color: var(--mid-gray);
  line-height: 1.6;
}
.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.slider-arrow {
  width: 48px;
  height: 48px;
  border: 1.5px solid var(--light-gray);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-arrow:hover {
  border-color: var(--near-black);
  background: var(--near-black);
}
.slider-arrow:hover svg {
  color: var(--white);
}
.slider-arrow svg {
  width: 18px;
  height: 18px;
  color: var(--near-black);
}

/* HIGHLIGHTS */
.highlights-section {
  padding: 100px 0;
  background: var(--off-white);
}
.highlights-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1.2fr;
  grid-template-columns: 1fr 1fr 1.2fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
  gap: 20px;
  margin-top: 60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.highlights-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.highlights-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.highlights-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.highlights-grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.highlights-grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.highlights-grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.highlight-card {
  position: relative;
}
.highlight-card a {
  display: block;
}
.highlight-img {
  width: 100%;
  overflow: hidden;
  background: var(--light-gray);
  border-radius: 2px;
}
.highlight-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.highlight-card:hover .highlight-img img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.highlight-card.card-1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  max-width: 370px;
}
.highlight-card.card-1 .highlight-img {
  aspect-ratio: 3/4;
}
.highlight-card.card-2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  max-width: 370px;
}
.highlight-card.card-2 .highlight-img {
  aspect-ratio: 3/4;
}
.highlight-card.card-3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}
.highlight-card.card-3 .highlight-img {
  aspect-ratio: 4/3;
}

.highlight-title {
  font-family: var(--title-font);
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-top: 16px;
  margin-bottom: 8px;
  color: var(--near-black);
}
.highlight-title .arrow {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.85em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.highlight-card:hover .highlight-title .arrow {
  -webkit-transform: translate(3px, -3px);
  -ms-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
}
.highlight-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--mid-gray);
  font-size: clamp(15px, 1.5vw, 19px);
}

/* AMENITIES (video hero + 4-col grid) */
.amenities-hero {
  position: relative;
  height: 90vh;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

#amenities {
  position: relative;
}
.amenities-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.amenities-hero .slider,
.amenities-hero .slick-list,
.amenities-hero .slick-track,
.amenities-hero .slick-slide {
  height: 100%;
}
.amenities-hero .slider {
  position: absolute;
  inset: 0;
  width: 100%;
}
.amenities-hero .slick-slide > div {
  height: 100%;
}
.amenities-hero .slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.amenities-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 13, 12, 0.55);
}
.amenities-hero-text {
  position: relative;
  z-index: 1;
  padding: 0 clamp(93px, 9vw, 300px);
  max-width: 1520px;
  font-style: italic;
  line-height: 1.25;
  color: var(--white);
  font-size: clamp(22px, 3.5vw, 40px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-top: -28rem;
  font-family: var(--title-font);
}

.amenities-grid-section {
  padding: 80px 0 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.amenities-4col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.amenity-col {
  padding: 0 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.amenity-col:first-child {
  padding-left: 0;
}
.amenity-col:last-child {
  border-right: none;
  padding-right: 0;
}
.amenity-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  color: var(--accent);
}
.amenity-icon svg {
  width: 100%;
  height: 100%;
}
.amenity-col h3 {
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.3;
}
.amenity-col p {
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
}

/* ─── SPACE SLIDER ─── */
.space-slider-wrap {
  position: relative;
  overflow: hidden;
}

.space-slide-container {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 450px;
  max-height: 700px;
  overflow: hidden;
}

/* Each slide */
.space-slide-item {
  position: absolute;
  width: 220px;
  height: 320px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.space-slide-item:nth-child(3) {
  top: 50%;
}

/* Slide content overlay */
.space-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 40px 40px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 100%
  );
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: var(--white, #fff);
  display: none;
  font-family: "Urbanist", sans-serif;
}

.space-slide-content h3 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-animation: spaceReveal 0.7s ease forwards;
  animation: spaceReveal 0.7s ease forwards;
}

.space-slide-content p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-animation: spaceReveal 0.7s ease 0.2s forwards;
  animation: spaceReveal 0.7s ease 0.2s forwards;
  color: rgba(255, 255, 255, 0.8);
}

@-webkit-keyframes spaceReveal {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes spaceReveal {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ── Slide positions ── */

/* 1st child = full-bleed background (behind everything) */
.space-slide-item:nth-child(1),
.space-slide-item:nth-child(2) {
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.space-slide-item:nth-child(1) {
  border: 3px solid white;
  border-radius: 20px;
}

/* Only the 2nd child (front full-bleed) shows content */
.space-slide-item:nth-child(2) .space-slide-content {
  display: block;
}

/* Thumbnail strip on the right */
.space-slide-item:nth-child(3) {
  left: 83%;
  border: 1px solid white;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
.space-slide-item:nth-child(4) {
  left: calc(70% + 60px);
  border: 1px solid white;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.space-slide-item:nth-child(5) {
  left: calc(55% + 520px);
  border: 1px solid white;
  display: none;
  top: 17rem;
  z-index: -1;
}
.space-slide-item:nth-child(n + 6) {
  left: calc(55% + 520px);
  opacity: 0;
  border: 1px solid white;
}

/* ── Arrows ── */
.space-slider-arrows {
  position: absolute;
  bottom: 30px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.space-slider-arrow {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white, #fff);
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.space-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* β•β•β• STORY + NUMBERS β•β•β• */
.story-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px 1fr;
  grid-template-columns: auto 1fr;
  gap: 40px 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.story-text {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 400;
  line-height: 1.5;
}
.numbers-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 60px 0;
}
.number-item {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.number-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 6px;
}
.number-big {
  font-family: var(--title-font);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.number-unit {
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 600;
  color: var(--mid-gray);
  text-transform: uppercase;
}
.number-label {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}
.number-divider {
  width: 1px;
  background: var(--light-gray);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

/* β•β•β• TESTIMONIALS β•β•β• */
.testimonials-section {
  padding: 100px 0;
}
.testimonials-bg-text {
  font-size: clamp(48px, 10vw, 160px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.04);
  text-align: center;
  margin-bottom: 60px;
  line-height: 1;
  pointer-events: none;
}
.testimonials-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.testimonial-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px;
  border-radius: 4px;
}
.testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--accent);
}
.testimonial-name {
  font-size: 16px;
  font-weight: 600;
}
.testimonial-stay {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.testimonial-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
}

/* β•β•β• AMENITIES β•β•β• */
.amenities-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 40px 1fr;
  grid-template-columns: 40% 1fr;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--light-gray);
}
.amenities-item:last-child {
  border-bottom: none;
}
.amenities-img {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--light-gray);
  overflow: hidden;
  border-radius: 2px;
}
.amenities-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.amenities-text h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  margin-bottom: 12px;
}
.amenities-text p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--mid-gray);
}

/* β•β•β• FULL WIDTH IMAGE β•β•β• */
.full-width-image {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  background: -o-linear-gradient(315deg, #5a5a4a 0%, #8a8070 50%, #c4b090 100%);
  background: linear-gradient(135deg, #5a5a4a 0%, #8a8070 50%, #c4b090 100%);
}

/* β•β•β• FAQ β•β•β• */
.faq-section {
  padding: 100px 0;
}
.faq-list {
  max-width: 900px;
}
.faq-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.25fr) clamp(40px, 5vw, 88px)
    minmax(320px, 0.75fr);
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(40px, 5vw, 88px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.faq-main {
  min-width: 0;
}
.faq-contact-card {
  background: var(--white);
  border: 1px solid rgba(26, 26, 24, 0.08);
  padding: clamp(28px, 4vw, 44px);
  border-radius: 2px;
}
.faq-form-subtitle {
  margin-bottom: 28px;
  color: rgba(26, 26, 24, 0.68);
  max-width: 32rem;
}
.faq-contact-form .form-group {
  border-bottom-color: rgba(26, 26, 24, 0.12);
}
.faq-contact-form .form-group:focus-within {
  border-bottom-color: var(--near-black);
}
.faq-form-submit {
  margin-top: 8px;
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-question h3 {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 500;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.faq-item.active .faq-question h3 {
  opacity: 1;
}
.faq-item .faq-question h3 {
  margin-bottom: 0;
}

.faq-icon {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-item.active .faq-icon {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-icon svg {
  width: 16px;
  height: 16px;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-item.active .faq-answer {
  max-height: 300px;
}
.faq-answer-inner {
  padding-bottom: 24px;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  max-width: 700px;
}

.faq-section--light {
  background: var(--off-white);
  color: var(--near-black);
}
.faq-section--light .faq-item {
  border-bottom: 1px solid rgba(26, 26, 24, 0.12);
}
.faq-section--light .faq-question h3 {
  color: var(--near-black);
}
.faq-section--light .faq-icon {
  color: var(--near-black);
}
.faq-section--light .faq-answer-inner {
  color: rgba(26, 26, 24, 0.72);
}

/* β•β•β• FOOTER β•β•β• */
.footer {
  position: relative;
  padding: 80px 0 40px;
  background: var(--near-black);
  color: var(--white);
  overflow: hidden;
}
.footer-bg-img {
  position: absolute;
  inset: 0;
  background: -o-linear-gradient(315deg, #3a3a30 0%, #5a5a4a 50%, #8a7a60 100%);
  background: linear-gradient(135deg, #3a3a30 0%, #5a5a4a 50%, #8a7a60 100%);
  opacity: 0.15;
}
.footer-nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}
.footer-nav a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-nav a:hover {
  color: var(--white);
}
.footer-bottom {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer-social {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-social:hover {
  border-color: var(--accent);
  background: var(--accent);
}
.footer-social svg {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-social:hover svg {
  color: var(--white);
}
.footer-credit {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-credit a {
  color: rgba(255, 255, 255, 0.5);
}

/* β•β•β• ANIMATIONS β•β•β• */
.reveal {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition:
    opacity 0.7s ease,
    -webkit-transform 0.7s ease;
  transition:
    opacity 0.7s ease,
    -webkit-transform 0.7s ease;
  -o-transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    -webkit-transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.reveal-d1 {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.reveal-d2 {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

/* (mobile menu now handled by .menu-panel) */

/* ═══════════════════════════════════════════════
   BRIDGE CSS — CMS include compatibility
   (section includes use these class names)
   ═══════════════════════════════════════════════ */

/* ─── Logo in navbar ─── */

/* ─── CMS menu items inside slide-in panel ─── */
.menu-panel-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-panel-nav li > a {
  display: block;
  font-size: 28px;
  font-weight: 500;
  color: var(--white);
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-transition:
    opacity 0.3s,
    padding-left 0.3s;
  -o-transition:
    opacity 0.3s,
    padding-left 0.3s;
  transition:
    opacity 0.3s,
    padding-left 0.3s;
}
.menu-panel-nav li > a:hover {
  opacity: 0.6;
  padding-left: 8px;
}

/* ─── Section typography (used by all includes) ─── */
.section-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;

  color: var(--mid-gray);
  margin-bottom: 12px;
}
.section-title {
  font-family: var(--title-font);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--near-black);
  margin-bottom: 0;
}

/* ─── THE SPACE section ─── */
.space {
  background: var(--off-white);
  padding: 100px 0;
}
.space-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 60px;
}
.space-header p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--mid-gray);
  margin-top: 20px;
  font-weight: 300;
  font-size: clamp(15px, 1.5vw, 19px);
}
.space-slider-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.space-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition:
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.space-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  min-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.space-slide-img {
  width: 100%;
  aspect-ratio: 4 / 6;
  background: var(--light-gray);
  overflow: hidden;
  margin-bottom: 16px;
}
.space-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.space-slide h3 {
  font-size: 18px;
  font-weight: 600;
}
.space-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

em,
i {
  font-style: normal;
}
.space-slider-arrow {
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.space-slider-arrow:hover {
  opacity: 0.7;
}
.space-slider-arrow .growing-arrow {
  margin-top: 0;
  background: white;
  padding: 1rem;
  margin-bottom: -1.5rem;
}
.space-slider-arrow .growing-arrow-line {
  width: 42px;
}
.space-slider-arrow .growing-arrow-prev {
  gap: 8px;
}

/* ─── PARALLAX IMAGE ─── */
.parallax-image {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}

.parallax-image-bg {
  position: absolute;
  inset: 0;
  height: 140%;
  top: -20%;
  will-change: transform;
}

.parallax-image-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

/* ─── AMENITIES icon-grid section ─── */
.amenities {
  background: var(--near-black);
  color: var(--white);
  padding: 100px 0;
}
.amenities .section-tag {
  color: var(--accent);
}
.amenities .section-title {
  color: var(--white);
}
.amenities-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  margin-top: 60px;
}
.amenity-item {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.amenity-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  color: var(--accent);
}
.amenity-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white);
}
.amenity-item p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

/* ─── LOCATION section ─── */
.location {
  background: var(--white);
  padding: 100px 0;
}
.location-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(40px, 6vw, 100px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.location-map {
  aspect-ratio: 1;
  background: var(--light-gray);
  overflow: hidden;
}
.location-map iframe,
.location-map > div {
  width: 100%;
  height: 100%;
}
.location-desc {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.85;
  color: var(--mid-gray);
  margin-top: 24px;
  font-weight: 300;
}
.distances {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.distance-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--light-gray);
}
.distance-row span:first-child {
  font-size: 16px;
  color: var(--near-black);
  font-weight: 400;
}
.distance-row span:last-child {
  font-size: 14px;
  color: var(--mid-gray);
  font-weight: 400;
  letter-spacing: 0.03em;
}

/* ─── h1-h6 and p base margins ─── */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 24px;
}
p {
  margin-bottom: 16px;
}

.highlight-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.highlight-card {
  position: relative;
}

.highlight-card h4 {
  margin-top: 1rem;
}

.innerpage .highlight-card {
  position: relative;
  max-width: 30rem;
}

/* ─── Breadcrumbs (CMS inner pages) ─── */
.breadcrumbs {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
div.breadcrumb {
  max-width: 1280px;
  margin: 0 auto 32px;
  padding: 0 40px;
}

.breadcrumbs a,
.breadcrumbs .muted {
  color: var(--near-black);
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1;
  text-transform: capitalize;
}
.breadcrumbs .muted {
  opacity: 0.28;
  font-family: var(--title-font);
  font-size: 18px;
}
.breadcrumbs a {
  -webkit-transition:
    color 0.3s,
    opacity 0.3s;
  -o-transition:
    color 0.3s,
    opacity 0.3s;
  transition:
    color 0.3s,
    opacity 0.3s;
}
.breadcrumbs a.current {
  opacity: 0.56;
  pointer-events: none;
}
.breadcrumbs a:hover {
  color: var(--accent);
}

.innerpage {
  background: var(--off-white);
}

.info-row-icon,
.info-row,
.info-row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.info-row {
  margin-bottom: 24px;
}

.info-row-value,
.info-row-label {
  margin-bottom: 0;
}

.breadcrumbs > *:before {
  display: none;
}

.space {
  padding-bottom: 10px;
}

.innerpage-content {
  max-width: 152rem;
  margin: 0 auto;
}
div.breadcrumb {
  max-width: 1280px;
  margin: 0 auto 32px;
  padding: 40px 40px;
}

.inner-amenities .innerpage-content {
  max-width: 100%;
}

.innerpage .hero-content h1 {
  color: white;
}

nav.navbar.scrolled .inline-list > li > a {
  color: var(--near-black);
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 24px;
  width: 7rem;
  color: white;
}

/* ─── Pagination ─── */
ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 1rem auto 3rem;
  padding: 0;
  list-style: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

ul.pagination > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.menu-panel-footer {
  display: flex;
}

ul.pagination > li > a,
ul.pagination > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(26, 26, 24, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 10px 24px rgba(13, 13, 12, 0.06);
  box-shadow: 0 10px 24px rgba(13, 13, 12, 0.06);
  color: var(--near-black);
  font-family: var(--title-font);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  -o-transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

ul.pagination > li > a:hover,
ul.pagination > li > a:focus {
  background: var(--near-black);
  border-color: var(--near-black);
  color: var(--white);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 16px 30px rgba(13, 13, 12, 0.18);
  box-shadow: 0 16px 30px rgba(13, 13, 12, 0.18);
}

ul.pagination > li.current > a,
ul.pagination > li.current > span {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  -webkit-box-shadow: 0 16px 30px rgba(196, 164, 108, 0.28);
  box-shadow: 0 16px 30px rgba(196, 164, 108, 0.28);
  pointer-events: none;
}

ul.pagination > li:first-child > a,
ul.pagination > li:last-child > a {
  font-size: 22px;
}

/* ─── Static / inner page content ─── */
.static-page__title {
  font-family: var(--title-font);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.static-page__content p {
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.85;
  color: var(--dark-gray);
}
.album-gallery {
  padding-top: clamp(32px, 5vh, 56px);
  background: var(--off-white);
}
.album-gallery__item {
  display: block;
  overflow: hidden;
  background: var(--light-gray);
}
.album-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition:
    transform 0.35s ease,
    -webkit-transform 0.35s ease;
}
.album-gallery__item:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.cms-section {
  padding: clamp(60px, 8vh, 100px) 0;
}
.cms-section .articleImage {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: clamp(40px, 5vh, 60px);
}
.row {
  max-width: 1280px;
}

/* ─── Contact form (CMS) ─── */
.contact-section {
  padding: clamp(80px, 10vh, 140px) 0;
}
.contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(40px, 6vw, 100px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
}
.map-wrapper {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--light-gray);
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.form-group {
  position: relative;
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 8px;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.form-group:focus-within {
  border-bottom-color: var(--near-black);
}
.form-group label {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-gray);
  font-weight: 600;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contact-info {
  margin-top: 2rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  color: var(--near-black);
  background: transparent;
  border: none;
  outline: none;
  padding: 36px 5px 14px;
  resize: none;
}
.form-group textarea {
  min-height: 120px;
}
.form-group input:not(:-moz-placeholder-shown) + label,
.form-group textarea:not(:-moz-placeholder-shown) + label {
  top: 8px;
  font-size: 9px;
  color: var(--accent);
  opacity: 1;
}
.form-group input:not(:-ms-input-placeholder) + label,
.form-group textarea:not(:-ms-input-placeholder) + label {
  top: 8px;
  font-size: 9px;
  color: var(--accent);
  opacity: 1;
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: 8px;
  font-size: 9px;
  color: var(--accent);
  opacity: 1;
}
.form-group input + label {
  opacity: 0;
}

#submitform {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 36px;
  height: 48px;
  background: var(--near-black);
  color: var(--white);
  font-family: var(--font);
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 600;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  margin-top: 32px;
  border-radius: 2px;
}
#submitform:hover {
  background: var(--accent);
}
.captcha input,
.form-validation input {
  margin-top: 8px;
}
.form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.contact-form.book-form--inquiry .form-row {
  gap: 18px 20px;
  margin-bottom: 18px;
}

.breadcrumbs .muted:nth-child(1) {
  display: none;
}

.contact-form.book-form--inquiry #submitform.book-submit {
  font-size: 16px;
  padding: 16px 28px;
  height: auto;
  margin-top: 0;
  border-radius: 999px;
}

.form-group select {
  padding: 6px 5px 2px;
  height: 44px;
  margin-top: 2rem;
}

/* Gray placeholder look for the message-type select, matching input placeholders */
.form-input-group select:invalid {
  color: var(--mid-gray);
}

@media (max-width: 1300px) {
  .highlights-grid {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .highlight-card.card-2,
  .highlight-card.card-1 {
    width: 45%;
  }

  .highlight-card.card-3 {
    width: 100%;
  }

  .highlight-card.card-1,
  .highlight-card.card-2,
  .highlight-card.card-3 {
    max-width: 100%;
  }

  .space-slide-item {
    width: 165px;
    height: 225px;
  }

  .menu-panel-nav::-webkit-scrollbar {
    display: none;
  }

  .menu-panel-nav {
    overflow-y: scroll;
  }

  .menu-panel {
    width: 333px;
    padding-top: 95px;
  }

  .navbar.scrolled {
    padding: 0;
  }

  .book-section {
    flex-direction: column-reverse;
  }

  .navbar.scrolled {
    padding: 10px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1024px) {
  .faq-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #intro.section {
    padding-top: 30px;
  }

  .hero .slick-slide img,
  .hero {
    height: 70vh;
  }

  #book .book-form .book-submit {
    height: 50px;
  }

  .form-input-group input,
  .form-input-group select {
    height: 55px !important;
  }

  .inner-the-space .space-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 10px;
  }

  .space-slide-item:nth-child(3) {
    left: 80%;
  }
  .inner-the-space .space {
    padding-bottom: 0;
  }

  .contact-section {
    padding: 0;
  }

  #booking.section {
    padding: 150px 0;
    padding-top: 50px;
    padding-bottom: 0px;
    height: 0px;
  }

  .highlights-section {
    padding: 0px 0;
  }

  div#bookSpacer {
    max-height: 50px;
  }

  .book-section,
  .book-section.sticky-stop,
  .book-section.sticky {
    position: unset !important;
    transform: none !important;
  }

  .innerpage .hero {
    height: 62vh;
    min-height: 640px;
  }

  .footer-grid {
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .space-slide-item {
    width: 145px;
    height: 200px;
  }

  .section {
    padding: 60px 0;
  }

  .space {
    background: var(--off-white);
    padding: 60px 0;
  }

  .contact-info {
    margin-top: 3rem;
  }

  .location,
  .amenities {
    padding: 60px 0;
  }

  .homepage .book-bar {
    padding: 5px 10px;
  }
}
/* ─── Responsive bridge ─── */
@media (max-width: 1024px) {
  .amenities-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .location-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .navbar-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .inline-list {
    right: 20%;
    position: absolute;
  }
  /* .navbar-left {
    display: none;
  } */

  .navbar-book {
    font-size: 17px;
    padding: 14px 12px;
  }

  .inline-list {
    font-size: 20px;
    width: auto;
  }

  #book .book-form {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: end;
    gap: 16px 10px;
  }

  #book .book-submit {
    padding: 3px;
    font-size: 20px;
  }

  #book .book-form .form-input-group {
    grid-column: span 2;
    min-width: 0;
  }

  #book .book-form .book-submit {
    grid-column: span 2;
    width: 100%;
  }

  .menu-toggle span {
    display: block;
    width: 40px;
    height: 2px;
    background: var(--white);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  #logo img {
    width: 5rem;
  }
  .space-gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 280px 280px 280px;
    grid-template-rows: 280px 280px 280px;
  }
  .space-gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .space-gallery > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .space-gallery > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .space-gallery > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .space-gallery > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .space-gallery > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .space-gallery .g1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .space-gallery .g4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  div.breadcrumb {
    padding: 0 0px;
    margin-top: 33px;
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .amenities-4col {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px 0;
  }
  .amenity-col {
    padding: 0 24px;
  }
  .amenity-col:nth-child(2) {
    border-right: none;
  }
  .amenity-col:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .highlights-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .highlights-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .highlights-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .highlights-grid > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .highlights-grid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .highlight-card.card-1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .highlight-card.card-2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .highlight-card.card-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .highlight-card.card-3 .highlight-img {
    aspect-ratio: 16/9;
  }
  .space-slide-item {
    position: absolute;
    width: 125px;
    height: 180px;
  }

  .amenities-hero-text {
    margin-top: -34rem !important;
  }
  .amenities-hero {
    min-height: 50rem;
  }
  .amenity-col h3,
  .amenity-col p {
    margin-bottom: 4px;
  }

  .amenities-4col {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px 0;
  }
}

@media (max-width: 768px) {
  .space-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  .info-row {
    gap: 0;
  }

  /* .space-slide-item {
    display: none;
  } */

  ul.inline-list.right {
    margin-bottom: 2px;
  }

  .menu-toggle.active span:nth-child(3) {
    top: -19px;
  }

  button#menuToggle {
    margin-bottom: 0;
  }

  #book .book-submit {
    padding: 4px 3px;
    font-size: 17px;
  }

  .menu-panel {
    padding: 100px 30px 40px;
  }

  .amenities-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .amenity-col {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .story-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .space-header {
    margin-bottom: 0;
  }

  .numbers-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .number-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .number-divider {
    display: none;
  }
  .contact-section {
    padding: 0px 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .innerpage .space {
    background: var(--off-white);
    padding: 60px 0;
    padding-bottom: 0;
  }

  .menu-panel-nav li > a {
    display: block;
    font-size: 22px;
  }

  #booking.section {
    padding: 0 0;
    padding-top: 40px;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-col h5 {
    margin-bottom: 12px;
  }

  .footer-col a {
    margin-bottom: 10px;
  }

  .navbar.scrolled {
    padding: 10px 10px;
  }

  .inline-list {
    right: 5rem;
  }
}

@media (max-width: 768px) {
  .book-section.sticky {
    top: auto;
    bottom: 0;
    background: var(--off-white);
    -webkit-box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.14);
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.14);
  }

  .book-section.sticky-stop {
    top: auto;
    bottom: 0;
  }

  .book-form--inquiry {
    padding: 26px 20px;
    border-radius: 18px;
    gap: 22px;
  }

  .book-form--inquiry .book-form-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .book-form--inquiry .book-form-wide {
    grid-column: span 2;
  }

  .book-form--inquiry .book-form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .book-form--inquiry .book-form-submit-wrap {
    margin-left: 0;
  }

  .highlights-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-brand p {
    margin-bottom: 0;
  }

  .highlight-card.card-1,
  .highlight-card.card-2,
  .highlight-card.card-3 {
    width: 100%;
  }

  .footer-brand img {
    max-width: 80px;
  }

  .highlight-card.card-1 .highlight-img,
  .highlight-card.card-2 .highlight-img,
  .highlight-card.card-3 .highlight-img {
    aspect-ratio: 4/3;
  }

  .form-input-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 10px);
    flex: 1 1 calc(50% - 10px);
    min-width: 140px;
  }
  .book-submit {
    width: 100%;
    padding: 14px;
  }
  .book-bar {
    padding: 24px 20px;
  }
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .space-slide-container {
    height: 55vh;
    min-height: 350px;
  }

  .book-form--inquiry .book-form-intro h2 {
    font-size: 28px;
  }
  .navbar {
    z-index: 100;
    padding: 10px 10px;
  }

  @media (max-width: 580px) {
    .book-form--inquiry .book-form-fields {
      grid-template-columns: 1fr;
    }

    .book-form--inquiry .book-form-wide {
      grid-column: span 1;
    }
  }
  .space-slide-item {
    width: 150px;
    height: 220px;
  }

  .space-slide-item:nth-child(3) {
    left: 52%;
    display: none;
  }
  .space-slide-item:nth-child(4) {
    left: calc(50% + 170px);
    display: none;
  }
  .space-slide-item:nth-child(5) {
    left: calc(50% + 340px);
    display: none;
  }

  .space-slider-arrow .growing-arrow {
    padding: 7px;
  }

  .space-slide-content h3 {
    font-size: 22px;
  }

  .space-slide-content p {
    font-size: 13px;
  }

  .space-slider-arrows {
    right: 16px;
    bottom: 16px;
  }

  div#bookSpacer {
    height: 40px !important;
  }
}

@media (max-width: 768px) {
  .house-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  .highlights-section {
    padding-top: 0;
  }
  .section-heading-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .scrolled .navbar,
  .navbar {
    padding: 5px 10px;
  }

  .info-row-content {
    flex-direction: column;
    align-items: baseline;
    gap: 3px;
  }

  .info-row-value,
  .info-row-label {
    font-size: 15px;
  }

  p.info-row-label {
    top: -5px;
    position: relative;
  }

  .info-row {
    gap: 0;
    align-items: baseline;
  }

  .container {
    padding: 0 10px;
  }

  svg.info-row-icon {
    width: 40px;
    height: 20px;
  }

  .menu-toggle {
    gap: 10px;
  }
  .scrolled img,
  #logo img {
    height: auto;
    width: 3rem;
  }

  .book-section.sticky {
    position: unset;
  }

  .faq-layout {
    display: flex;
    flex-direction: column;
  }

  .homepage .book-bar {
    padding: 5px 10px;
  }

  .navbar-book {
    display: none;
  }
  .menu-panel {
    padding: 90px 32px 32px;
  }
  .menu-panel-link {
    font-size: 24px;
  }
  .amenities-hero-text {
    padding: 1rem;
  }

  .highlights-section {
    padding: 10px;
  }

  .amenities-grid-section {
    padding: 10px 0 10px;
  }
  .amenity-icon {
    margin-bottom: 4px;
  }
}

@media (max-width: 640px) {
  .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }

  footer.site-footer {
    padding: 10px;
  }

  .inner-accommodation-regulations .static-page__content ul {
    gap: 0;
  }

  .footer-brand p,
  .footer-col a {
    font-size: 17px;
  }

  .footer-col h5 {
    font-size: 20px;
    letter-spacing: 0.12em;
  }

  #book .book-form .form-input-group {
    width: 100%;
  }

  #book .book-form {
    display: flex;
    flex-direction: column;
  }

  .book-form-title {
    display: block;
    margin-bottom: 14px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-toggle.active span:nth-child(3) {
    top: -11px;
  }
}

@media (max-width: 640px) {
  .amenities-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ul.pagination {
    gap: 8px;
  }

  ul.pagination > li > a,
  ul.pagination > li > span {
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    font-size: 16px;
  }

  .navbar-center {
    width: auto;
  }
  .navbar-left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  #logo img {
    height: auto;
    max-width: none;
  }

  .space-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 260px 260px 260px 260px;
    grid-template-rows: repeat(4, 260px);
  }

  .space-gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .space-gallery > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .space-gallery > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .space-gallery > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .space-gallery .g1,
  .space-gallery .g4 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .form-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .amenities-4col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .amenity-col {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .amenity-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
