:root {
  --purple-1: #7b2ff7;
  --purple-2: #b355e8;
  --dark-violet: #1a0630;
  --dark-violet-deep: #140820;
  --dark-violet-mid: #2d0a4e;
  --site-section-violet: #330550;
  --site-surface-tint: #f7f4f8;
  --dark-overlay: rgba(45, 10, 78, 0.55);
  --site-gutter: clamp(1.5rem, 5.5vw, 5.5rem);
  --site-max-width: 1520px;
}

html {
  scroll-behavior: smooth;
  background-color: #fdfdfc;
  overflow-x: clip;
}

.container-fluid.site-wrap,
.site-wrap {
  width: 100%;
  max-width: calc(var(--site-max-width) + (var(--site-gutter) * 2));
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-gutter) !important;
  padding-right: var(--site-gutter) !important;
  box-sizing: border-box;
}

.site-section-pad {
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  background-color: #fdfdfc;
  overflow-x: clip;
}

/* ===== Hero Section ===== */
.hero-section {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #111;
  display: flex;
  flex-direction: column;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.42) 32%,
    rgba(0, 0, 0, 0.14) 52%,
    transparent 72%
  );
}

.hero-section > .navbar {
  position: relative;
  z-index: 3;
  background-color: transparent;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  background-color: #111;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0;
  box-sizing: border-box;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero-slider-nav {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-nav-btn {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-nav-btn--prev {
  left: clamp(1rem, 3vw, 2.5rem);
}

.hero-nav-btn--next {
  right: clamp(1rem, 3vw, 2.5rem);
}

.hero-nav-btn:hover,
.hero-nav-btn:focus-visible {
  background: rgba(255, 255, 255, 0.28);
  border-color: #fff;
  color: #fff;
  outline: none;
}

.hero-nav-btn:active {
  transform: translateY(-50%) scale(0.96);
}

/* ===== Navbar ===== */
.navbar {
  background-color: transparent;
}

.navbar > .container-fluid.site-wrap {
  align-items: center;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  max-width: min(240px, calc(100% - 3.75rem));
  margin-right: 0.75rem;
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
}

.logo-img {
  display: block;
  width: auto;
  height: auto;
  max-height: clamp(2rem, 4.5vw, 3rem);
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  border-radius: 10px;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0.5rem 1.25rem !important;
  transition: color 0.2s ease;
}

.hero-section .navbar-nav .nav-link {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.hero-section .navbar-nav .nav-link:hover,
.hero-section .navbar-nav .nav-link.active {
  color: #fff;
  opacity: 1;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-nav .nav-link.active {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.btn-book-nav {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-size: 0.8rem;
  letter-spacing: 1px;
  border-color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.hero-section .btn-book-nav {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1.25px;
  padding: 0.62rem 1.75rem;
  border-color: rgba(255, 255, 255, 0.92);
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.btn-book-nav:hover {
  background-color: #fff;
  color: #000;
}

/* ===== Hero Content ===== */
.hero-content {
  flex: 1;
}

.hero-copy-inner {
  max-width: 620px;
}

.hero-title {
  color: #fff;
  font-weight: 400;
  font-size: clamp(2.25rem, 5.2vw, 4.25rem);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.text-gradient {
  background: linear-gradient(90deg, #DEAEF8, #A765CC);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.92);
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.btn-book-hero {
  background: linear-gradient(90deg, var(--purple-1), var(--purple-2));
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.85rem 2.75rem;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.btn-book-hero:hover {
  opacity: 0.9;
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar-brand {
    max-width: min(200px, calc(100% - 3.5rem));
  }

  .logo-img {
    max-height: 2.5rem;
  }

  .navbar-collapse {
    background-color: rgba(45, 10, 78, 0.85);
    border-radius: 8px;
    padding: 1rem;
    margin-top: 0.5rem;
  }

  .navbar-nav {
    text-align: center;
  }

  .btn-book-nav {
    margin: 0.5rem auto 0;
    display: table;
  }
}

@media (max-width: 767.98px) {
  .hero-section::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.62) 0%,
      rgba(0, 0, 0, 0.38) 42%,
      rgba(0, 0, 0, 0.12) 68%,
      transparent 100%
    );
  }

  .hero-nav-btn {
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .hero-nav-btn--prev {
    left: 0.75rem;
  }

  .hero-nav-btn--next {
    right: 0.75rem;
  }

  .hero-title {
    font-size: 2rem;
  }
}

/* ===== Experience / Welcome Section ===== */
.experience-section {
  background-color: #fff;
  padding: clamp(5rem, 9vh, 6.5rem) 0;
  margin: 0;
}

.experience-section + .properties-teaser-section {
  margin-top: 0;
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
  min-height: clamp(580px, 62vh, 680px);
}

.experience-content {
  max-width: 560px;
}

.section-eyebrow {
  color: #6b6b6b;
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.experience-eyebrow {
  color: #8f4fd8;
  font-size: 0.85rem;
  letter-spacing: 2.5px;
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.experience-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.2vw, 3.35rem);
  font-weight: 700;
  color: #0a0a12;
  line-height: 1.16;
  margin-bottom: 1.65rem;
}

.experience-text {
  color: #5c6370;
  font-size: 1.02rem;
  line-height: 1.72;
  margin-bottom: 1.2rem;
}

.experience-text:last-of-type {
  margin-bottom: 2rem;
}

.btn-discover {
  border: 1px solid #8f4fd8;
  color: #8f4fd8;
  border-radius: 50px;
  padding: 0.82rem 2.15rem;
  font-size: 0.82rem;
  letter-spacing: 1.6px;
  font-weight: 600;
  background: transparent;
  transition: all 0.2s ease;
}

.btn-discover:hover {
  background: #8f4fd8;
  color: #fff;
}

.experience-media {
  position: relative;
  width: min(100%, 580px);
  margin-right: auto;
  margin-left: 0;
  padding: 0 2.5rem 4.75rem 0;
}

.experience-media-primary {
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 2px 8px rgba(26, 6, 48, 0.06),
    0 16px 40px rgba(26, 6, 48, 0.11);
}

.experience-media-secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(78%, 360px);
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow:
    0 4px 12px rgba(26, 6, 48, 0.08),
    0 20px 44px rgba(26, 6, 48, 0.14);
}

.experience-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.experience-img--primary {
  height: clamp(460px, 56vh, 580px);
}

.experience-img--secondary {
  height: clamp(230px, 28vh, 285px);
}

@media (max-width: 991.98px) {
  .experience-layout {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 2.5rem;
  }

  .experience-media {
    width: min(100%, 500px);
    margin-inline: auto;
  }

  .experience-content {
    max-width: none;
  }

  .experience-title {
    font-size: 2.35rem;
  }
}

@media (max-width: 767.98px) {
  .experience-section {
    padding: 4rem 0;
  }

  .experience-media {
    padding-right: 1.25rem;
    padding-bottom: 3.25rem;
  }

  .experience-img--primary {
    height: clamp(360px, 68vw, 460px);
  }

  .experience-img--secondary {
    width: min(78%, 320px);
    height: clamp(190px, 40vw, 230px);
  }

  .experience-title {
    font-size: 2rem;
  }
}

/* ===== Curated Features / Amenities Section ===== */
.features-section {
  background-color: var(--dark-violet);
  padding: 6rem 0;
}

.features-section--modern {
  position: relative;
  overflow: hidden;
  background-color: var(--site-surface-tint);
  padding: clamp(2.5rem, 4.5vh, 3.5rem) 0 clamp(2rem, 3.5vh, 2.75rem);
}

.features-section--modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--site-section-violet);
  clip-path: polygon(0 22%, 100% 48%, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: 0;
}

.properties-teaser-section + .features-section--modern {
  border-top: none;
  box-shadow: none;
}

.features-section-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.features-cut-violet {
  display: none;
}

.features-cut-stripe {
  display: none;
}

.features-cut-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.95) 1px, transparent 1px);
  background-size: 24px 24px;
  clip-path: polygon(0 22%, 100% 48%, 100% 100%, 0 100%);
}

.features-cut-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.features-cut-glow--left {
  width: min(42vw, 480px);
  height: min(42vw, 480px);
  left: -10%;
  bottom: -22%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 68%);
}

.features-cut-glow--right {
  width: min(36vw, 420px);
  height: min(36vw, 420px);
  right: -8%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
}

.features-cut-orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.features-cut-orb--1 {
  width: clamp(90px, 11vw, 140px);
  height: clamp(90px, 11vw, 140px);
  left: 10%;
  bottom: 18%;
}

.features-cut-orb--2 {
  width: clamp(52px, 6vw, 72px);
  height: clamp(52px, 6vw, 72px);
  right: 18%;
  bottom: 26%;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.features-cut-orb--3 {
  width: 28px;
  height: 28px;
  left: 28%;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.14);
  border: none;
}

.features-cut-dash {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.features-cut-dash--1 {
  width: 72px;
  left: 16%;
  bottom: 38%;
  transform: rotate(-28deg);
}

.features-cut-dash--2 {
  width: 46px;
  right: 24%;
  bottom: 44%;
  transform: rotate(18deg);
  background: rgba(255, 255, 255, 0.16);
}

.features-cut-diamond {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 11%;
  bottom: 16%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transform: rotate(45deg);
  border-radius: 4px;
}

.features-cut-blob {
  position: absolute;
  width: clamp(110px, 14vw, 170px);
  height: clamp(110px, 14vw, 170px);
  right: 32%;
  bottom: 6%;
  border-radius: 42% 58% 63% 37% / 46% 54% 52% 48%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.features-section-inner {
  position: relative;
  z-index: 1;
}

.features-section--modern .section-eyebrow-light {
  color: #8f4fd8;
  margin-bottom: 0.45rem;
  font-size: 0.75rem;
  letter-spacing: 2.5px;
  font-weight: 700;
}

.features-section--modern .features-title {
  color: #0a0a12;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.4vw, 2.45rem);
  font-weight: 600;
  margin-bottom: 0;
}

.features-carousel-slot {
  margin-top: 1.35rem;
  position: relative;
}

.features-section--modern .amenities-carousel-wrap {
  padding: 0 0 1rem;
}

.features-section--modern .amenity-card,
.features-section--modern .amenities-owl .feature-card {
  padding: 1.55rem 1.4rem 1.35rem;
  min-height: 0;
  border-radius: 16px;
  border: none;
  background: #fff;
  box-shadow:
    0 10px 28px rgba(26, 6, 48, 0.1),
    0 2px 8px rgba(26, 6, 48, 0.05);
}

.features-section--modern .feature-icon {
  width: 46px;
  height: 46px;
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
  background: linear-gradient(135deg, #7b2ff7 0%, #b355e8 100%);
  box-shadow: 0 6px 16px rgba(123, 47, 247, 0.35);
}

.features-section--modern .feature-title,
.features-section--modern .amenity-card .feature-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.55rem;
}

.features-section--modern .feature-text,
.features-section--modern .amenity-card .feature-text {
  font-size: 0.88rem;
  line-height: 1.55;
  margin-bottom: 0.85rem;
}

.features-section--modern .feature-link {
  font-size: 0.72rem;
  letter-spacing: 1.2px;
}

.features-section--modern .amenities-owl .owl-nav {
  margin-top: 0.85rem;
}

.features-section--modern .amenities-owl .owl-dots {
  margin-top: 0.35rem;
}

.features-section--modern .amenities-owl .owl-dot span {
  background: rgba(255, 255, 255, 0.42);
}

.features-section--modern .amenities-owl .owl-dot.active span,
.features-section--modern .amenities-owl .owl-dot:hover span {
  background: #fff;
}

.features-section--modern .amenities-nav {
  width: 46px;
  height: 46px;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .features-section--modern::before {
    clip-path: polygon(0 30%, 100% 54%, 100% 100%, 0 100%);
  }

  .features-cut-stripe {
    clip-path: polygon(0 27%, 100% 51%, 100% 57%, 0 33%);
  }

  .features-cut-mesh {
    clip-path: polygon(0 30%, 100% 54%, 100% 100%, 0 100%);
  }

  .features-cut-diamond,
  .features-cut-dash--2 {
    display: none;
  }
}

.features-section--compact {
  padding: 3.5rem 0 1.5rem;
}

#properties-amenities .amenities-carousel-wrap {
  padding-bottom: 0.5rem;
}

#properties-amenities .amenities-owl .owl-nav {
  margin-top: 1rem;
}

.contact-section + .features-section--compact {
  margin-top: 0;
}

.properties-cta-section {
  background: #fdfdfc;
  padding: 2.75rem 0 5rem;
  overflow: visible;
}

.properties-cta-section.cinematic-section {
  transform: none;
  opacity: 1;
}

.properties-cta-panel {
  border: 1px solid rgba(45, 10, 78, 0.1);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #f7f4fb 100%);
  box-shadow: 0 18px 50px rgba(45, 10, 78, 0.08);
  padding: clamp(2rem, 4vw, 3rem);
  overflow: visible;
}

.properties-cta-section .section-eyebrow {
  margin-bottom: 0.65rem;
}

.properties-cta-section .btn-book-hero {
  min-width: 11rem;
}

.section-eyebrow-light {
  color: rgba(255, 255, 255, 0.7);
}

.features-title {
  color: #d9d9d9;
  font-size: 2.75rem;
  font-weight: 400;
}

.feature-card {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 5rem 3rem;
  width: 92%;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--dark-violet-mid);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.75rem;
}

.feature-title {
  /*font-size: 1.4rem;*/
  font-size: 31px;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.feature-text {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.feature-link {
  color: #1a1a1a;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.feature-link:hover {
  color: var(--purple-1);
}

@media (max-width: 767.98px) {
  .features-title {
    font-size: 2.1rem;
  }

  .properties-cta-section .text-lg-end {
    text-align: left !important;
  }

  .properties-cta-section .btn-book-hero {
    width: 100%;
    justify-content: center;
  }
}

/* ===== The Residence / Visuals Section ===== */
.residence-section {
  background-color: #fdfdfc;
  padding: 6rem 0;
}

.residence-title {
  font-size: 2.75rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
}

.residence-nav-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #1a1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.residence-nav-btn.active {
  background: linear-gradient(90deg, var(--purple-1), var(--purple-2));
  border-color: transparent;
  color: #fff;
}

.residence-nav-btn:hover {
  opacity: 0.85;
}

.residence-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}

.residence-img-tall {
  min-height: 585px;
}

.residence-img-square {
  aspect-ratio: 1 / 1;
}

.residence-img-wide {
  aspect-ratio: 566 / 290;
}

.residence-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.residence-img.is-fading {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .residence-title {
    font-size: 2.1rem;
  }

  .residence-img-tall {
    min-height: 380px;
  }
}

/* ===== Guest Impressions / Testimonials Section ===== */
.testimonials-section {
  background-color: var(--site-section-violet);
  padding: 5.5rem 0 5rem;
}

.testimonials-section-head {
  margin-bottom: 2.75rem;
}

.testimonials-title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  margin-bottom: 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: start;
}

.testimonials-grid-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.testimonials-grid-column.is-offset {
  padding-top: 2.75rem;
}

.testimonials-grid-track {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.testimonials-section--marquee .testimonials-grid {
  max-height: clamp(520px, 58vw, 680px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.testimonials-section--marquee .testimonials-grid-track {
  animation: testimonials-marquee-up 42s linear infinite;
}

.testimonials-section--marquee .testimonials-grid-column:nth-child(2) .testimonials-grid-track {
  animation-duration: 52s;
  animation-direction: reverse;
}

.testimonials-section--marquee .testimonials-grid-column:nth-child(3) .testimonials-grid-track {
  animation-duration: 46s;
}

@keyframes testimonials-marquee-up {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.testimonial-card {
  background: #eef4fb;
  border-radius: 18px;
  padding: 1.65rem 1.5rem 1.45rem;
  text-align: left;
  box-shadow:
    0 1px 2px rgba(26, 6, 48, 0.04),
    0 8px 24px rgba(26, 6, 48, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 2px 4px rgba(26, 6, 48, 0.06),
    0 14px 32px rgba(26, 6, 48, 0.12);
}

.testimonial-stars {
  color: #f0b429;
  font-size: 0.82rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.testimonial-quote {
  color: #2f3440;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.35rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.testimonial-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #d8dee8;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.25rem;
  background: #b8c0cc;
}

.testimonial-author-meta {
  min-width: 0;
}

.testimonial-name {
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0.15rem;
}

.testimonial-location {
  color: #7a8494;
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
}

.btn-view-all {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  border-radius: 50px;
  padding: 0.85rem 3rem;
  font-size: 0.9rem;
  font-weight: 500;
  background: transparent;
  transition: all 0.2s ease;
}

.btn-view-all:hover {
  background-color: #fff;
  color: #1a1a1a;
}

@media (max-width: 991.98px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonials-grid-column.is-offset {
    padding-top: 0;
  }

  .testimonials-grid-column:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 420px;
    margin-inline: auto;
    width: 100%;
  }

  .testimonials-section--marquee .testimonials-grid {
    max-height: 620px;
  }
}

@media (max-width: 767.98px) {
  .testimonials-section {
    padding: 4rem 0 3.5rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .testimonials-grid-column:nth-child(3) {
    max-width: none;
  }

  .testimonials-section--marquee .testimonials-grid {
    max-height: 560px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonials-section--marquee .testimonials-grid-track {
    animation: none !important;
  }
}

/* ===== Footer ===== */
.site-footer {
  --footer-purple: var(--site-section-violet);
  --footer-icon: #7c3aed;
  --footer-text-strong: #ffffff;
  --footer-text-soft: #ffffff;
  --footer-text-muted: rgba(255, 255, 255, 0.92);
  --footer-inset: clamp(3.5rem, 16vw, 19.5rem);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--footer-purple);
  min-height: clamp(32rem, 34vw, 40rem);
  padding: 0;
}

.site-footer .site-wrap {
  max-width: none;
  padding-left: var(--footer-inset) !important;
  padding-right: var(--footer-inset) !important;
}

.footer-watermark {
  position: absolute;
  left: 50%;
  bottom: 4.75rem;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: clamp(7rem, 19vw, 15.5rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 0.78;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  color: transparent;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.62) 0%,
    rgba(255, 255, 255, 0.38) 28%,
    rgba(255, 255, 255, 0.14) 62%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-main {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: clamp(2.5rem, 3.2vw, 3.25rem);
  padding-bottom: clamp(5.5rem, 9vw, 7rem);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(380px, 1fr) minmax(200px, 1fr);
  column-gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
}

.footer-col {
  min-width: 0;
}

.footer-col--links {
  justify-self: start;
}

.footer-col--contact {
  justify-self: end;
}

.footer-col--brand {
  justify-self: center;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
}

.footer-col-inner {
  width: 100%;
  max-width: 13.5rem;
}

.footer-col--contact .footer-col-inner {
  max-width: 16.5rem;
  margin-left: auto;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.footer-logo-box {
  background-color: #fff;
  border-radius: 12px;
  width: clamp(160px, 11vw, 210px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.75rem;
  margin: 0 0 1.5rem;
  overflow: hidden;
}

.footer-logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.footer-text {
  color: var(--footer-text-soft);
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0 0 1.35rem;
  max-width: none;
  white-space: nowrap;
}

.footer-subscribe-form {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: #fff;
  border-radius: 999px;
  padding: 0.3rem 0.3rem 0.3rem 1.2rem;
  width: min(100%, 24.25rem);
  height: 3.2rem;
  margin: 0 auto 1.35rem;
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.95);
}

.footer-subscribe-message {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  max-width: 388px;
  margin: 0 auto 0.85rem;
  text-align: center;
}

.footer-subscribe-message.is-error {
  color: #f3c6c6;
}

.footer-subscribe-message.is-success {
  color: rgba(255, 255, 255, 0.95);
}

.footer-subscribe-input {
  flex: 1;
  min-width: 0;
  height: 100%;
  background: transparent;
  border: none;
  color: #2f3440;
  font-size: 0.86rem;
  outline: none;
}

.footer-subscribe-input::placeholder {
  color: #b0b6c2;
}

.footer-subscribe-btn {
  background: linear-gradient(90deg, #7b2ff7, #c084fc);
  border: none;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 999px;
  height: calc(3.2rem - 0.6rem);
  padding: 0 1.45rem;
  transition: opacity 0.2s ease;
}

.footer-subscribe-btn:hover {
  opacity: 0.92;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  margin: 0;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--footer-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-social-icon:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.footer-heading {
  color: var(--footer-text-strong);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 1.35rem 0 1.5rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.footer-links li {
  margin: 0;
}

.footer-links a {
  color: var(--footer-text-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 0.82;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  color: var(--footer-text-soft);
  font-size: 0.92rem;
  margin: 0;
  line-height: 1.45;
}

.footer-contact-list a {
  color: inherit;
  text-decoration: none;
}

.footer-contact-list a:hover {
  opacity: 0.85;
}

.footer-contact-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: var(--footer-icon);
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.05rem;
  line-height: 1.45;
  padding-top: 0.15rem;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 1.15rem 0 1.35rem;
}

.footer-bottom .site-wrap {
  width: 100%;
}

.footer-copyright {
  color: var(--footer-text-muted);
  font-size: 0.78rem;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
}

.footer-legal-links a {
  color: var(--footer-text-muted);
  text-decoration: none;
  font-size: 0.78rem;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: #fff;
}

.footer-legal-sep {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .site-footer {
    min-height: 0;
    --footer-inset: clamp(1.5rem, 6vw, 3rem);
  }

  .footer-main {
    padding-bottom: 8rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
    grid-row: 1;
    max-width: 520px;
    margin-inline: auto;
  }

  .footer-col--contact {
    justify-self: end;
  }

  .footer-text {
    white-space: normal;
  }

  .footer-watermark {
    bottom: 3.5rem;
    font-size: clamp(4.5rem, 20vw, 8rem);
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    min-height: 0;
    --footer-inset: 1.5rem;
  }

  .footer-main {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .footer-col--brand {
    grid-row: auto;
    order: -1;
  }

  .footer-col--links,
  .footer-col--contact {
    justify-self: stretch;
  }

  .footer-col-inner,
  .footer-col--contact .footer-col-inner {
    max-width: none;
    margin-left: 0;
  }

  .footer-links {
    min-height: 0;
    gap: 1.1rem;
  }

  .footer-watermark {
    display: none;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }
}

/* ===== Inner Page Hero (banner) ===== */
.page-hero {
  position: relative;
  min-height: 45vh;
  background-color: #111;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  overflow: hidden;
}

.page-hero + section {
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

.page-hero-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 0;
}

.page-hero-eyebrow {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.72),
    0 1px 3px rgba(0, 0, 0, 0.85);
}

.page-hero-title {
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  margin: 0;
  text-shadow:
    0 4px 24px rgba(0, 0, 0, 0.78),
    0 2px 8px rgba(0, 0, 0, 0.9);
}

.page-hero-breadcrumb {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.72),
    0 1px 3px rgba(0, 0, 0, 0.85);
}

.page-hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.72),
    0 1px 3px rgba(0, 0, 0, 0.85);
}

.page-hero-breadcrumb a:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .page-hero-title {
    font-size: 2.1rem;
  }
}

/* ===== Property Cards (Our Properties page) ===== */
.property-card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.property-card-img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.property-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.property-card:hover .property-card-img {
  transform: scale(1.05);
}

.property-card-body {
  padding: 1.75rem;
}

.property-card-location {
  color: #888;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.property-card-title {
  color: #1a1a1a;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.property-card-text {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.property-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 1.25rem;
}

.property-card-price {
  color: var(--purple-1);
  font-weight: 600;
  font-size: 1rem;
}

.property-card-price span {
  color: #888;
  font-weight: 400;
  font-size: 0.8rem;
}

.property-card-link {
  color: #1a1a1a;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.property-card-link:hover {
  color: var(--purple-1);
}

/* ===== Contact Page ===== */
.contact-section {
  background-color: #fdfdfc;
  padding: 6rem 0 4rem;
}

.site-footer,
.contact-info-card {
  background-color: var(--site-section-violet, #330550);
}

.contact-info-card {
  border-radius: 16px;
  padding: 2.5rem;
  color: #fff;
  height: 100%;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.contact-info-item i {
  font-size: 1.2rem;
  color: var(--purple-2);
  margin-top: 0.2rem;
}

.contact-info-item h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact-info-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.6;
}

.contact-form-label {
  color: #444;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.contact-form-control {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  width: 100%;
  background-color: #fff;
}

.contact-form-control:focus {
  outline: none;
  border-color: var(--purple-1);
  box-shadow: 0 0 0 3px rgba(123, 47, 247, 0.12);
}

textarea.contact-form-control {
  resize: vertical;
  min-height: 130px;
}

.btn-contact-submit {
  background: linear-gradient(90deg, var(--purple-1), var(--purple-2));
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.85rem 2.75rem;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.btn-contact-submit:hover {
  opacity: 0.9;
  color: #fff;
}

.form-alert {
  border-radius: 10px;
  padding: 0.85rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.form-alert-success {
  background: #f3e8ff;
  color: #5b21b6;
}

.form-alert-error {
  background: #fef2f2;
  color: #b91c1c;
}

.legal-body {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
}

.legal-body h2,
.legal-body h3 {
  color: #1a1a1a;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.legal-body p {
  margin-bottom: 1.25rem;
}

/* ===== Property details ===== */
.property-detail {
  background: #f7f4f8;
  padding: 4.5rem 0 5rem;
}

.property-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.property-gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--dark-violet-deep);
  position: relative;
}

.property-gallery-item.is-hero {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 10;
}

.property-gallery-item:not(.is-hero) {
  aspect-ratio: 4 / 3;
}

.property-gallery-item img,
.property-gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.property-gallery-item figcaption {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(45, 10, 78, 0.55);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

.property-highlights {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 1.75rem 0 0;
  margin: 0;
}

.property-highlights li {
  background: #fff;
  color: #2b2140;
  border: 1px solid rgba(123, 47, 247, 0.16);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 500;
}

.property-body {
  margin-top: 2rem;
}

.property-booking {
  position: sticky;
  top: 1.5rem;
  background: var(--dark-violet-deep);
  color: #fff;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 24px 60px rgba(45, 10, 78, 0.18);
}

.property-booking-kicker {
  color: #b355e8;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.property-booking-price {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.property-booking-price span {
  font-size: 0.95rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

#propertyBookTotal {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

.property-booking-breakdown {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0.75rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.property-booking-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  margin-bottom: 0.35rem;
}

.rental-gallery {
  margin-top: 2.5rem;
}

.rental-gallery-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.rental-gallery-copy {
  color: #666;
  margin-bottom: 1.25rem;
}

.property-booking-location {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.property-booking-copy {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.property-rentals h2 {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.85rem;
}

.rental-option {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.rental-option.is-selected,
.rental-option:has(input:checked) {
  border-color: #b355e8;
  background: rgba(123, 47, 247, 0.18);
}

.rental-option input {
  margin-top: 0.35rem;
  accent-color: #b355e8;
}

.rental-option-media {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 12px;
  overflow: hidden;
  background: #1f1630;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #b355e8;
  font-size: 1.4rem;
}

.rental-option-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rental-option-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.rental-option-title {
  font-weight: 600;
  font-size: 0.95rem;
}

.rental-option-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  line-height: 1.45;
}

.rental-option-price {
  color: #e3c4ff;
  font-size: 0.82rem;
  font-weight: 500;
}

.inquiry-context {
  background: #fff;
  border: 1px solid rgba(123, 47, 247, 0.16);
  border-radius: 16px;
  padding: 1.25rem 1.4rem;
  margin-bottom: 1.75rem;
}

.inquiry-context-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7b2ff7;
  margin-bottom: 0.25rem;
}

.inquiry-context-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.inquiry-context-extras {
  color: #666;
  margin: 0;
  font-size: 0.9rem;
}

.enquiry-hint {
  color: #666;
  font-size: 0.88rem;
  margin: 0 0 0.85rem;
}

.contact-form-optional {
  color: #999;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.enquiry-rentals-panel.is-hidden,
.enquiry-rental-choice.is-hidden {
  display: none;
}

.enquiry-rental-list {
  display: grid;
  gap: 0.75rem;
}

.enquiry-rental-choice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid #ece7f4;
  border-radius: 14px;
  background: #faf8fd;
  cursor: pointer;
}

.enquiry-rental-choice:has(input:checked) {
  border-color: rgba(123, 47, 247, 0.45);
  background: #f4edff;
}

.enquiry-rental-choice input {
  margin-top: 0.2rem;
}

.enquiry-rental-choice strong {
  display: block;
  font-weight: 600;
}

.enquiry-rental-property,
.enquiry-rental-price {
  display: block;
  color: #666;
  font-size: 0.85rem;
}

.enquiry-car-details.is-hidden {
  display: none;
}

.booking-enquiry-modal .modal-content {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
}

.booking-enquiry-modal .modal-header {
  border-bottom: 1px solid #f0eaf8;
  padding: 1.4rem 1.6rem 1rem;
}

.booking-enquiry-kicker {
  color: #7b2ff7;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.booking-enquiry-lead {
  color: #666;
  margin-bottom: 1.25rem;
}

.booking-enquiry-modal .btn-contact-submit {
  width: 100%;
}

select.contact-form-control {
  appearance: auto;
  min-height: 48px;
}

.site-notice {
  position: fixed;
  top: 1.25rem;
  left: 50%;
  z-index: 1100;
  width: min(440px, calc(100% - 2rem));
  transform: translate(-50%, -0.6rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.site-notice.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.site-notice-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  background: #fff;
  border-radius: 18px;
  padding: 1rem 1.05rem;
  box-shadow: 0 22px 50px rgba(45, 10, 78, 0.2);
  border: 1px solid rgba(123, 47, 247, 0.16);
}

.site-notice-icon {
  font-size: 1.35rem;
  line-height: 1;
  margin-top: 0.1rem;
}

.site-notice.is-success .site-notice-icon,
.site-notice.is-success .site-notice-kicker {
  color: #7b2ff7;
}

.site-notice.is-error .site-notice-icon,
.site-notice.is-error .site-notice-kicker {
  color: #b91c1c;
}

.site-notice-copy {
  flex: 1;
  min-width: 0;
}

.site-notice-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.2rem;
  font-weight: 600;
}

.site-notice-text {
  margin: 0;
  color: #1a1a1a;
  font-size: 0.95rem;
  line-height: 1.45;
}

.site-notice-close {
  flex: none;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: #f6f2fb;
  color: #5b21b6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}

.site-notice-close:hover,
.site-notice-close:focus-visible {
  background: #efe6fb;
  color: #4c1d95;
}

@media (max-width: 991.98px) {
  .property-booking {
    position: static;
  }
}

/* ===== Residence gallery (homepage) ===== */
.residence-section--full {
  padding-bottom: 6rem;
  overflow-x: clip;
}

.residence-gallery-shell {
  width: 100%;
  margin: 0;
  background: #fff;
}

.residence-gallery {
  display: grid;
  gap: clamp(10px, 1.1vw, 16px);
  width: 100%;
  padding: clamp(10px, 1.1vw, 16px);
  background: #fff;
}

.residence-gallery--modern {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  height: clamp(560px, 62vw, 780px);
  max-height: 780px;
}

.residence-gallery-cell {
  overflow: hidden;
  background: transparent;
  min-height: 0;
  opacity: 1;
  transform: none;
  will-change: transform, opacity;
  padding: 4px;
}

.residence-gallery-cell.is-settled {
  opacity: 1 !important;
  transform: none !important;
}

.residence-gallery-open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #fff;
  cursor: zoom-in;
  text-align: inherit;
  color: inherit;
  position: relative;
  border-radius: clamp(14px, 1.4vw, 20px);
  transform: perspective(1100px) translateZ(0);
  transform-style: preserve-3d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 2px 4px rgba(58, 13, 94, 0.1),
    0 8px 18px rgba(58, 13, 94, 0.16),
    0 20px 40px rgba(0, 0, 0, 0.14),
    8px 16px 32px rgba(58, 13, 94, 0.12);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.residence-gallery-cell--hero .residence-gallery-open {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 4px 8px rgba(58, 13, 94, 0.12),
    0 14px 28px rgba(58, 13, 94, 0.2),
    0 32px 64px rgba(0, 0, 0, 0.18),
    12px 22px 44px rgba(58, 13, 94, 0.14);
}

.residence-gallery-cell--panorama .residence-gallery-open {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 3px 6px rgba(58, 13, 94, 0.1),
    0 10px 22px rgba(58, 13, 94, 0.18),
    0 26px 52px rgba(0, 0, 0, 0.16),
    10px 18px 36px rgba(58, 13, 94, 0.13);
}

.residence-gallery-cell:hover .residence-gallery-open,
.residence-gallery-open:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 6px 12px rgba(58, 13, 94, 0.14),
    0 16px 32px rgba(58, 13, 94, 0.22),
    0 36px 72px rgba(0, 0, 0, 0.2),
    12px 24px 48px rgba(123, 47, 247, 0.16);
  transform: perspective(1100px) translateY(-6px) translateZ(14px) rotateX(2deg);
}

.residence-gallery-open:focus-visible {
  outline: 2px solid var(--purple-2);
  outline-offset: 4px;
}

.residence-gallery-cell .residence-img-wrap {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #fff;
}

.residence-gallery-open__hint {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(58, 13, 94, 0.72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  z-index: 2;
}

.residence-gallery-cell:hover .residence-gallery-open__hint,
.residence-gallery-open:focus-visible .residence-gallery-open__hint {
  opacity: 1;
  transform: translateY(0);
}

.residence-gallery-cell .residence-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 0;
  aspect-ratio: auto;
  border-radius: inherit;
}

.residence-gallery-cell--hero {
  grid-column: 1 / span 4;
  grid-row: 1 / span 3;
}

.residence-gallery-cell--sq-1 {
  grid-column: 5 / span 2;
  grid-row: 1;
}

.residence-gallery-cell--sq-2 {
  grid-column: 7 / span 2;
  grid-row: 1;
}

.residence-gallery-cell--mid-wide {
  grid-column: 9 / span 4;
  grid-row: 1;
}

.residence-gallery-cell--landscape {
  grid-column: 5 / span 5;
  grid-row: 2;
}

.residence-gallery-cell--sq-3 {
  grid-column: 10 / span 1;
  grid-row: 2;
}

.residence-gallery-cell--sq-4 {
  grid-column: 11 / span 2;
  grid-row: 2;
}

.residence-gallery-cell--panorama {
  grid-column: 5 / span 8;
  grid-row: 3;
}

.residence-gallery-cell:hover .residence-img:not(.is-fading) {
  transform: scale(1.05);
}

@media (max-width: 991.98px) {
  .residence-gallery--modern {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: 240px 150px 150px 180px 200px;
    height: auto;
    max-height: none;
  }

  .residence-gallery-cell--hero {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .residence-gallery-cell--sq-1 {
    grid-column: 1 / span 3;
    grid-row: 2;
  }

  .residence-gallery-cell--sq-2 {
    grid-column: 4 / span 3;
    grid-row: 2;
  }

  .residence-gallery-cell--mid-wide {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .residence-gallery-cell--landscape {
    grid-column: 1 / span 4;
    grid-row: 4;
  }

  .residence-gallery-cell--sq-3 {
    grid-column: 5 / span 1;
    grid-row: 4;
  }

  .residence-gallery-cell--sq-4 {
    grid-column: 6 / span 1;
    grid-row: 4;
  }

  .residence-gallery-cell--panorama {
    grid-column: 1 / -1;
    grid-row: 5;
  }
}

@media (max-width: 575.98px) {
  .residence-gallery--modern {
    grid-template-rows: 220px 130px 130px 160px 170px;
  }
}

/* ===== Property listing (hotel / booking UI) ===== */
.property-listing-page {
  background: #f7f4f8;
}

.property-listing-page .navbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(90deg, #3a0d5e 0%, var(--dark-violet) 48%, var(--dark-violet-mid) 100%);
  border-bottom: 1px solid rgba(179, 85, 232, 0.22);
  box-shadow: 0 10px 30px rgba(58, 13, 94, 0.28);
}

.property-listing-shell {
  padding-top: 1.5rem;
  padding-bottom: 4.5rem;
}

.property-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: #777;
  margin-bottom: 1.25rem;
}

.property-breadcrumb a {
  color: #666;
  text-decoration: none;
}

.property-breadcrumb a:hover {
  color: var(--purple-1);
}

.property-photo-grid {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  height: clamp(280px, 42vw, 460px);
  margin-bottom: 2rem;
  border-radius: 18px;
  overflow: hidden;
}

.property-photo-grid__cell {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: var(--dark-violet-mid);
  cursor: pointer;
}

.property-photo-grid__main {
  grid-row: 1 / span 2;
  grid-column: 1;
}

.property-photo-grid__cell img,
.property-photo-grid__cell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.property-photo-grid__cell:hover img,
.property-photo-grid__cell:hover video {
  transform: scale(1.04);
}

.property-photo-grid__badge {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  background: rgba(20, 8, 32, 0.72);
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.property-photo-show-all {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  border: 1px solid rgba(179, 85, 232, 0.55);
  background: linear-gradient(135deg, rgba(58, 13, 94, 0.92), rgba(45, 10, 78, 0.88));
  color: #fff;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.property-photo-show-all:hover {
  background: linear-gradient(135deg, rgba(74, 20, 120, 0.96), rgba(58, 13, 94, 0.94));
  transform: translateY(-1px);
}

.property-listing-header {
  margin-bottom: 1.75rem;
}

.property-listing-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.property-listing-lead {
  color: #555;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  max-width: 52rem;
}

.property-listing-panel {
  background: #fff;
  border: 1px solid rgba(123, 47, 247, 0.08);
  border-radius: 20px;
  padding: 1.75rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 14px 40px rgba(45, 10, 78, 0.05);
}

.property-listing-panel__title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #1f1630;
  margin: 0 0 1rem;
}

.property-highlights--listing {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.property-highlights--listing li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  background: #f7f4f8;
  border: 1px solid rgba(123, 47, 247, 0.12);
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  font-size: 0.92rem;
}

.property-highlights--listing li i {
  color: var(--purple-1);
  margin-top: 0.1rem;
}

.property-extra-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.property-extra-panel__copy {
  color: #666;
  margin: 0.35rem 0 0;
  line-height: 1.65;
}

.property-extra-panel__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--purple-1), var(--purple-2));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.property-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.property-extra-card {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ece7f2;
  cursor: pointer;
}

.property-extra-card img,
.property-extra-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.property-extra-card__zoom {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(58, 13, 94, 0.78);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.property-extra-card:hover img,
.property-extra-card:hover video {
  transform: scale(1.04);
}

.property-extra-card:hover .property-extra-card__zoom,
.property-extra-card:focus-visible .property-extra-card__zoom {
  opacity: 1;
}

.property-extra-lightbox .modal-content,
.residence-gallery-lightbox .modal-content {
  background: var(--dark-violet-deep);
  border: 1px solid rgba(179, 85, 232, 0.25);
}

.property-extra-lightbox .modal-header,
.residence-gallery-lightbox .modal-header {
  border-bottom-color: rgba(179, 85, 232, 0.2);
  color: #fff;
}

.property-extra-lightbox .btn-close,
.residence-gallery-lightbox .btn-close {
  filter: invert(1);
}

.property-extra-lightbox__stage,
.residence-gallery-lightbox__stage {
  position: relative;
  min-height: min(70vh, 640px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--dark-violet) 0%, var(--dark-violet-deep) 100%);
}

.property-extra-lightbox__media,
.residence-gallery-lightbox__media {
  max-width: 100%;
  max-height: min(70vh, 640px);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.property-extra-lightbox__nav,
.residence-gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(58, 13, 94, 0.88);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.property-extra-lightbox__nav--prev,
.residence-gallery-lightbox__nav--prev {
  left: 0.75rem;
}

.property-extra-lightbox__nav--next,
.residence-gallery-lightbox__nav--next {
  right: 0.75rem;
}

.property-extra-lightbox__nav:disabled,
.residence-gallery-lightbox__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .property-extra-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.property-booking-card {
  background: linear-gradient(165deg, #3a0d5e 0%, var(--dark-violet) 45%, var(--dark-violet-mid) 100%);
  border: 1px solid rgba(179, 85, 232, 0.28);
  box-shadow: 0 24px 60px rgba(58, 13, 94, 0.22);
}

.property-listing-page .property-booking {
  background: linear-gradient(165deg, #3a0d5e 0%, var(--dark-violet) 45%, var(--dark-violet-mid) 100%);
  border: 1px solid rgba(179, 85, 232, 0.28);
  box-shadow: 0 24px 60px rgba(58, 13, 94, 0.22);
}

.property-listing-page .property-booking .rental-option {
  border-color: rgba(179, 85, 232, 0.22);
  background: rgba(123, 47, 247, 0.12);
}

.property-listing-page .property-booking .rental-option-media {
  background: rgba(45, 10, 78, 0.65);
}

.property-listing-page .btn-book-hero {
  background: linear-gradient(90deg, #9b4dff, #c978ff);
  box-shadow: 0 12px 28px rgba(123, 47, 247, 0.35);
}

.property-listing-page .btn-book-hero:hover {
  opacity: 1;
  filter: brightness(1.06);
}

.property-booking-card__head {
  margin-bottom: 1rem;
}

.property-booking-perks {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.property-booking-perks li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.property-booking-perks i {
  color: #b355e8;
}

.property-rentals h3 {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.85rem;
}

.property-gallery-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.property-gallery-modal-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #f3eef8;
  aspect-ratio: 4 / 3;
}

.property-gallery-modal-item img,
.property-gallery-modal-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.property-more-stays {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .property-photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 130px 130px;
    height: auto;
  }

  .property-photo-grid__main {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .property-photo-show-all {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .property-booking-card {
    position: static;
  }

  .property-gallery-modal-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rental-option {
    transition: none;
  }

  .site-notice {
    transition: none;
    transform: translate(-50%, 0);
  }
}