:root {
  --onyx: #0b0b0c;
  --onyx-2: #151418;
  --onyx-3: #1e1c21;
  --gold: #b8963e;
  --gold-light: #e4c878;
  --ivory: #f6f1e4;
  --ivory-dim: #ede6d2;
  --graphite: #9a968d;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--onyx);
  color: var(--ivory);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   HEADER GENERAL
========================================================= */
.site-header {
  position: relative;
  min-height: 100vh;
  color: var(--ivory);
  background: linear-gradient(       180deg,       rgba(11, 11, 12, 0.72) 0%,       rgba(11, 11, 12, 0.35) 30%,       rgba(11, 11, 12, 0.55) 65%,       rgba(11, 11, 12, 0.92) 100%     ),     url("../img/hero-bg.jpg") center center / cover no-repeat;
}

/* =========================================================
   TOPBAR
========================================================= */
.topbar {
  position: relative;
  z-index: 1031;
  border-top: 3px solid rgba(184, 150, 62, 0.75);
  border-bottom: 1px solid rgba(228, 200, 120, 0.18);
  background: rgba(11, 11, 12, 0.46);
  backdrop-filter: blur(6px);
}

.topbar-row {
  min-height: 44px;
}

.topbar-contact {
  gap: 28px;
}

.topbar-contact a {
  color: var(--ivory-dim);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.25s ease;
}

.topbar-contact a:hover {
  color: var(--gold-light);
}

.topbar-contact i {
  margin-right: 0.45rem;
  color: var(--gold-light);
}

.topbar-social a {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(228, 200, 120, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ivory-dim);
  font-size: 11px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.topbar-social a:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
  background: rgba(228, 200, 120, 0.08);
}

/* =========================================================
   NAVEGACIÓN
========================================================= */
.main-navbar {
  position: relative;
  z-index: 1030;
  min-height: 92px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(11, 11, 12, 0.4);
  backdrop-filter: blur(6px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-right: 2rem;
}

.brand-icon {
  color: var(--gold-light);
  font-size: 2rem;
  line-height: 1;
  transform: rotate(-45deg);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand-text strong {
  color: var(--ivory);
  font-family: "Cinzel", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.brand-text small {
  margin-top: 4px;
  color: var(--gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.26em;
}

.main-navbar .navbar-nav {
  gap: 1.2rem;
}

.main-navbar .nav-link {
  position: relative;
  padding: 0.75rem 0.15rem !important;
  color: var(--ivory-dim);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color 0.25s ease;
}

.main-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  width: 0;
  height: 1px;
  background: var(--gold-light);
  transition: width 0.3s ease;
}

.main-navbar .nav-link:hover, .main-navbar .nav-link.active {
  color: var(--gold-light);
}

.main-navbar .nav-link:hover::after, .main-navbar .nav-link.active::after {
  width: 100%;
}

.btn-outline-gold {
  border: 1px solid rgba(228, 200, 120, 0.55);
  border-radius: 1px;
  background: transparent;
  color: var(--ivory);
  font-family: "Manrope", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.btn-outline-gold:hover {
  border-color: var(--gold-light);
  background: rgba(228, 200, 120, 0.08);
  color: var(--ivory);
}

.availability-btn {
  min-width: 205px;
  padding: 15px 28px;
}

/* =========================================================
   HERO
========================================================= */
.hero-section {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 136px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0 4rem;
  overflow: hidden;
}

.hero-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-eyebrow {
  margin-bottom: 26px;
  color: var(--gold-light);
  font-family: "Cinzel", serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32em;
  line-height: 1.6;
  text-transform: uppercase;
}

.hero-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 26px;
}

.hero-ornament-line {
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.hero-ornament-line.reverse {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-ornament-diamond {
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}

.hero-title {
  margin: 0 auto 28px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.005em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.hero-title span {
  display: block;
  color: var(--gold-light);
  font-style: italic;
  font-weight: 500;
}

.hero-description {
  max-width: 520px;
  margin: 0 auto 40px;
  color: var(--ivory-dim);
  font-size: 17px;
  line-height: 1.65;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.hero-actions {
  margin-bottom: 64px;
}

.hero-btn {
  min-width: auto;
  padding: 15px 28px;
  border-radius: 1px;
  font-family: "Manrope", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.hero-btn-primary {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--onyx);
}

.hero-btn-primary:hover {
  border-color: var(--gold-light);
  background: var(--gold-light);
  color: var(--onyx);
}

.hero-btn-outline {
  border: 1px solid rgba(228, 200, 120, 0.55);
  background: transparent;
  color: var(--ivory);
}

.hero-btn-outline:hover {
  border-color: var(--gold-light);
  background: rgba(228, 200, 120, 0.08);
  color: var(--ivory);
}

/* =========================================================
   ESTADÍSTICAS DEL HERO
========================================================= */
.hero-stats {
  max-width: 760px;
  margin: 0 auto;
}

.stat-item {
  position: relative;
  padding: 0 32px;
  text-align: center;
}

.stat-item + .stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: rgba(228, 200, 120, 0.3);
}

.stat-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
}

.stat-item span {
  display: block;
  color: var(--graphite);
  font-family: "Manrope", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* =========================================================
   INDICADOR DE SCROLL
========================================================= */
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 3;
  transform: translateX(-50%);
}

.scroll-cue span {
  display: block;
  width: 1px;
  height: 34px;
  background: linear-gradient(     180deg,     var(--gold-light),     transparent   );
  animation: scrollCue 2.2s ease-in-out infinite;
}

@keyframes scrollCue {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }

}

/* =========================================================
   SECCIONES TEMPORALES
========================================================= */
.placeholder-section {
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 90px 0;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1199.98px) {
  .main-navbar {
    min-height: 80px;
  }

  .main-navbar .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(11, 11, 12, 0.96);
    border: 1px solid rgba(228, 200, 120, 0.18);
  }

  .main-navbar .navbar-nav {
    gap: 0;
  }

  .main-navbar .nav-link {
    padding: 0.8rem 0.25rem !important;
  }

  .main-navbar .nav-link::after {
    bottom: 0.35rem;
  }

  .main-navbar .nav-link:hover::after, .main-navbar .nav-link.active::after {
    width: 42px;
  }

  .availability-btn {
    width: 100%;
    margin-top: 0.75rem;
  }

  .hero-section {
    min-height: calc(100vh - 124px);
  }

}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding: 5rem 0 4rem;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-actions {
    margin-bottom: 3.5rem;
  }

}

@media (max-width: 767.98px) {
  .topbar-row {
    min-height: 46px;
  }

  .topbar-contact {
    justify-content: center;
    gap: 0.7rem !important;
  }

  .topbar-contact a {
    font-size: 11px;
  }

  .brand-icon {
    font-size: 1.55rem;
  }

  .brand-text strong {
    font-size: 14px;
  }

  .brand-text small {
    font-size: 7.5px;
  }

  .hero-section {
    padding: 4rem 0 3rem;
  }

  .hero-content {
    padding: 0 12px;
  }

  .hero-eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  .hero-ornament {
    margin-bottom: 20px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 1.08;
  }

  .hero-description {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    margin-bottom: 2.5rem;
  }

  .hero-btn {
    width: 100%;
  }

  .stat-item {
    padding: 1rem 0;
  }

  .stat-item + .stat-item::before {
    top: 0;
    left: 20%;
    right: 20%;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .scroll-cue {
    display: none;
  }

}

/* =========================================================
   NOSOTROS
========================================================= */
.about-section {
  position: relative;
  padding: 60px 0 112px;
  overflow: hidden;
  background: radial-gradient(circle at 88% 12%, rgba(184, 150, 62, 0.10), transparent 25%),     #f4f0e7;
  color: var(--onyx-2);
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 46px;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: #806a33;
  font-family: "Cinzel", serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.section-kicker-line {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: var(--gold);
}

.section-title {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--onyx-2);
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.06;
}

.section-title em {
  display: block;
  color: #95782f;
  font-weight: 500;
}

.about-lead {
  max-width: 620px;
  margin-bottom: 22px;
  color: #343239;
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.45;
}

.about-text {
  max-width: 640px;
  margin-bottom: 18px;
  color: #66625b;
  font-size: 14px;
  line-height: 1.9;
}

.about-visual {
  position: relative;
  max-width: 540px;
  margin-left: auto;
  padding: 0 22px 34px 0;
}

.about-image-frame {
  position: relative;
  overflow: hidden;
  background: var(--onyx-2);
  box-shadow: 0 28px 60px rgba(20, 17, 12, 0.17);
}

.about-image-frame::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(228, 200, 120, 0.45);
  pointer-events: none;
}

.about-image {
  display: block;
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.about-signature-card {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 270px;
  padding: 22px 26px;
  border-left: 3px solid var(--gold);
  background: var(--onyx-2);
  box-shadow: 0 16px 40px rgba(17, 15, 12, 0.22);
}

.about-signature-label {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-signature-card strong {
  color: var(--ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 500;
}

.about-highlights {
  border-top: 1px solid rgba(126, 104, 49, 0.22);
  border-bottom: 1px solid rgba(126, 104, 49, 0.22);
}

.about-highlight {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 116px;
  padding: 22px 30px;
}

.about-highlight + .about-highlight {
  border-left: 1px solid rgba(126, 104, 49, 0.22);
}

.about-highlight-number {
  min-width: 74px;
  color: #9b7d30;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-style: italic;
  line-height: 1;
}

.about-highlight strong, .about-highlight small {
  display: block;
}

.about-highlight strong {
  margin-bottom: 4px;
  color: #29272b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-highlight small {
  color: #777169;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .about-section {
    padding: 96px 0 88px;
  }

  .section-title {
    font-size: 46px;
  }

  .about-visual {
    max-width: 620px;
    margin: 20px auto 0;
  }

  .about-image {
    height: 420px;
  }

  .about-highlight {
    padding: 20px 18px;
  }

}

@media (max-width: 767.98px) {
  .about-section {
    padding: 78px 0 68px;
  }

  .section-title {
    font-size: 39px;
  }

  .about-lead {
    font-size: 21px;
  }

  .about-visual {
    padding-right: 0;
    padding-bottom: 0;
  }

  .about-image {
    height: 350px;
  }

  .about-signature-card {
    position: relative;
    right: auto;
    bottom: auto;
    min-width: 0;
    width: calc(100% - 28px);
    margin: -28px 14px 0;
  }

  .about-highlight {
    min-height: 0;
    padding: 22px 4px;
  }

  .about-highlight + .about-highlight {
    border-left: 0;
    border-top: 1px solid rgba(126, 104, 49, 0.22);
  }

}

/* =========================================================
   PROPIEDADES EN RENTA
========================================================= */
.properties-section {
  position: relative;
  padding: 60px 0 112px;
  overflow: hidden;
  background: radial-gradient(circle at 12% 10%, rgba(184, 150, 62, 0.08), transparent 24%),     linear-gradient(180deg, #111013 0%, #17161a 100%);
  color: var(--ivory);
}

.properties-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 46px;
}

.section-kicker-dark {
  color: var(--gold-light);
}

.properties-heading {
  margin-bottom: 44px;
}

.properties-title {
  margin: 0;
  color: var(--ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}

.properties-title em {
  display: block;
  color: var(--gold-light);
  font-weight: 500;
  display: inline;
  white-space: nowrap;
}

.properties-intro {
  max-width: 520px;
  margin: 0 0 4px auto;
  color: #aaa59a;
  font-size: 14px;
  line-height: 1.9;
}

.property-filter-panel {
  position: relative;
  margin-bottom: 44px;
  padding: 26px 28px 22px;
  border: 1px solid rgba(228, 200, 120, 0.18);
  background: rgba(246, 241, 228, 0.035);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.property-filter-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 28px;
  width: 84px;
  height: 1px;
  background: var(--gold-light);
}

.property-filter-label {
  display: block;
  margin-bottom: 8px;
  color: #bdb7a9;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.property-filter-control {
  position: relative;
}

.property-filter-control > i {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--gold-light);
  font-size: 13px;
  pointer-events: none;
}

.property-filter-control .form-select, .property-filter-control .form-control {
  min-height: 48px;
  padding-left: 40px;
  border: 1px solid rgba(228, 200, 120, 0.18);
  border-radius: 0;
  background-color: #0f0e11;
  color: var(--ivory-dim);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  box-shadow: none;
}

.property-filter-control .form-control::placeholder {
  color: #77736c;
}

.property-filter-control .form-select:focus, .property-filter-control .form-control:focus {
  border-color: rgba(228, 200, 120, 0.55);
  box-shadow: 0 0 0 0.15rem rgba(184, 150, 62, 0.08);
}

.property-filter-control .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23e4c878' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

.property-filter-clear {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(228, 200, 120, 0.42);
  border-radius: 0;
  background: transparent;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.property-filter-clear:hover {
  border-color: var(--gold-light);
  background: rgba(228, 200, 120, 0.08);
}

.property-results-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  color: #8e897f;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-results-rule {
  flex: 1;
  height: 1px;
  background: rgba(228, 200, 120, 0.10);
}

.luxury-property-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(228, 200, 120, 0.14);
  background: #f4f0e7;
  color: var(--onyx-2);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.luxury-property-card:hover {
  transform: translateY(-5px);
  border-color: rgba(228, 200, 120, 0.48);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.30);
}

.luxury-property-image {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #242127;
}

.luxury-property-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 12, 0.03) 45%, rgba(11, 11, 12, 0.45) 100%);
  pointer-events: none;
}

.luxury-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.luxury-property-card:hover .luxury-property-image img {
  transform: scale(1.035);
}

.property-card-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: flex;
  gap: 7px;
}

.property-card-badges span {
  padding: 7px 10px;
  background: var(--gold);
  color: #111013;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.property-card-badges span.muted {
  border: 1px solid rgba(246, 241, 228, 0.45);
  background: rgba(15, 14, 17, 0.82);
  color: var(--ivory);
  backdrop-filter: blur(4px);
}

.luxury-property-body {
  padding: 25px 25px 23px;
}

.property-card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
  color: #8b7340;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}


.property-card-meta {
  display: flex;
  align-items: center;
  gap: 9px;
}

.property-reference-id {
  color: #6f6758;
  font-weight: 400;
  letter-spacing: .04em;
}

.property-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #9b7d30;
  letter-spacing: 0;
}

.property-rating i {
  font-size: 10px;
}

.property-rating span {
  color: #5a5650;
  font-size: 10px;
}

.luxury-property-body h3 {
  margin: 0 0 11px;
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.05;
}

.luxury-property-body > p {
  min-height: 67px;
  margin-bottom: 18px;
  color: #68645e;
  font-size: 12px;
  line-height: 1.75;
}

.property-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(126, 104, 49, 0.17);
  border-bottom: 1px solid rgba(126, 104, 49, 0.17);
}

.property-feature-grid span {
  color: #57534e;
  font-size: 10.5px;
  white-space: nowrap;
}

.property-feature-grid i {
  width: 18px;
  display: inline-block;
  color: #9b7d30;
}

.property-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
}

.property-price small {
  display: block;
  margin-bottom: 2px;
  color: #918b82;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.property-price strong {
  color: #17151a;
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
}

.property-price span {
  color: #827d75;
  font-size: 9px;
}

.property-details-btn {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid #9b7d30;
  background: transparent;
  color: #27242a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.property-details-btn i {
  margin-left: 5px;
  color: #9b7d30;
  transition: margin-left 0.2s ease;
}

.property-details-btn:hover i {
  margin-left: 9px;
}

.property-empty-state {
  display: none;
  padding: 52px 20px;
  border: 1px solid rgba(228, 200, 120, 0.17);
  text-align: center;
  color: #99948a;
}

.property-empty-state.is-visible {
  display: block;
}

.property-empty-state i {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: 28px;
}

.property-empty-state h3 {
  color: var(--ivory);
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
}

.property-empty-state p {
  margin: 0;
  font-size: 12px;
}

.properties-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid rgba(228, 200, 120, 0.14);
}

.properties-cta p {
  max-width: 650px;
  margin: 0;
  color: #99948a;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}

.property-contact-btn {
  flex: 0 0 auto;
  padding: 14px 22px;
  border: 1px solid var(--gold);
  border-radius: 0;
  background: var(--gold);
  color: #101013;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.property-contact-btn:hover {
  border-color: var(--gold-light);
  background: var(--gold-light);
  color: #101013;
}

.property-modal .modal-dialog {
  max-width: 1180px;
  margin: 2rem auto;
}

.property-modal .modal-content {
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(228, 200, 120, 0.28);
  border-radius: 0;
  background: #f4f0e7;
  color: var(--onyx-2);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62);
  scrollbar-width: thin;
  scrollbar-color: #b7953f rgba(17, 16, 20, 0.08);
}

.property-modal .modal-content::-webkit-scrollbar {
  width: 8px;
}

.property-modal .modal-content::-webkit-scrollbar-track {
  background: rgba(17, 16, 20, 0.08);
}

.property-modal .modal-content::-webkit-scrollbar-thumb {
  background: #b7953f;
  border-radius: 10px;
}

.property-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 12;
  width: 34px;
  height: 34px;
  padding: 9px;
  border-radius: 50%;
  background-color: rgba(246, 241, 228, 0.94);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
  opacity: 1;
}

.property-modal-gallery {
  background: #111014;
}

.property-modal-gallery .carousel-item img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.property-modal-gallery .carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.20));
}

.property-modal-gallery .carousel-control-prev, .property-modal-gallery .carousel-control-next {
  z-index: 3;
  width: 8%;
}

.property-modal-gallery .carousel-control-prev-icon, .property-modal-gallery .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background-size: 45%;
  background-color: rgba(16,15,18,.52);
}

.property-modal-gallery .carousel-indicators {
  z-index: 4;
  gap: 5px;
  margin-bottom: 18px;
}

.property-modal-gallery .carousel-indicators [data-bs-target] {
  width: 28px;
  height: 2px;
  border: 0;
  background-color: #f4f0e7;
}

.property-modal-content-wrap {
  padding: 52px 54px 48px;
}

.property-modal-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.property-modal-kicker {
  display: block;
  margin-bottom: 10px;
  color: #8d7330;
  font-family: "Cinzel", serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}


.property-modal-reference {
  display: inline-block;
  margin: -3px 0 9px;
  color: #7b7467;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.property-modal-heading h3 {
  margin: 0 0 8px;
  color: #17161a;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}

.property-modal-location {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #777168;
  font-size: 11px;
}

.property-modal-location i {
  color: #a4883e;
}

.property-modal-rating {
  flex: 0 0 auto;
  min-width: 102px;
  padding: 13px 15px;
  border-left: 1px solid rgba(155,128,55,.3);
  color: #17161a;
  text-align: right;
}

.property-modal-rating i {
  margin-right: 5px;
  color: #ad8c37;
}

.property-modal-rating span {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
}

.property-modal-rating small {
  display: block;
  margin-top: 2px;
  color: #8a857d;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.property-modal-section {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(36,33,28,.12);
}

.property-modal-section h4 {
  margin: 0 0 15px;
  color: #1c1a1e;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 500;
}

.property-modal-section p {
  max-width: 740px;
  margin-bottom: 12px;
  color: #6c675f;
  font-size: 12px;
  line-height: 1.85;
}

.property-modal-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 21px;
}

.property-modal-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 75px;
  padding: 15px 14px;
  border: 1px solid rgba(32,29,25,.09);
  background: rgba(255,255,255,.42);
}

.property-modal-feature > i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #a38434;
  font-size: 16px;
}

.property-modal-feature strong, .property-modal-feature span {
  display: block;
}

.property-modal-feature strong {
  margin-bottom: 3px;
  color: #29262b;
  font-size: 11px;
  font-weight: 600;
}

.property-modal-feature span {
  color: #8a857c;
  font-size: 9px;
  line-height: 1.45;
}

.property-booking-card {
  position: sticky;
  top: 0;
  padding: 28px 26px;
  border-top: 2px solid var(--gold);
  background: #18171a;
  color: var(--ivory);
  box-shadow: 0 20px 50px rgba(0,0,0,.16);
}

.property-booking-label {
  color: #aaa498;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.property-modal-price {
  margin: 7px 0 18px;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1;
}

.property-booking-rule {
  height: 1px;
  margin-bottom: 19px;
  background: rgba(232,215,167,.14);
}

.property-booking-summary {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.property-booking-summary li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d4cec2;
  font-size: 10px;
}

.property-booking-summary i {
  width: 16px;
  color: var(--gold-light);
}

.property-booking-whatsapp, .property-booking-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.property-booking-whatsapp {
  margin-bottom: 10px;
  background: var(--gold);
  color: #151417;
}

.property-booking-whatsapp:hover {
  background: var(--gold-light);
  color: #151417;
}

.property-booking-phone {
  border: 1px solid rgba(232,215,167,.28);
  color: #f0eadc;
}

.property-booking-phone:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

.property-modal-map-section {
  margin-top: 46px;
}

.property-map-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.property-map-heading h4 {
  margin-bottom: 5px;
}

.property-map-heading p {
  margin: 0;
}

.property-map-heading a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #a4883e;
  color: #363137;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.property-map-heading a i {
  margin-left: 5px;
  color: #a4883e;
}

.property-modal-map {
  overflow: hidden;
  border: 1px solid rgba(36,33,28,.12);
  background: #ddd6c8;
}

.property-modal-map iframe {
  display: block;
  filter: saturate(.72) contrast(.96);
}

@media (max-width: 991.98px) {
  .properties-section {
    padding: 92px 0;
  }

  .properties-title {
    font-size: 46px;
  }

  .properties-intro {
    margin-left: 0;
  }

  .property-modal-gallery .carousel-item img {
    height: 360px;
  }

  .property-modal-content-wrap {
    padding: 42px 34px 38px;
  }

  .property-booking-card {
    position: static;
  }

}

@media (max-width: 767.98px) {
  .properties-section {
    padding: 78px 0;
  }

  .properties-title {
    font-size: 39px;
  }

  .property-filter-panel {
    padding: 24px 18px 20px;
  }

  .luxury-property-image {
    height: 225px;
  }

  .property-feature-grid span {
    font-size: 10px;
  }

  .properties-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .property-contact-btn {
    width: 100%;
    text-align: center;
  }

  .property-modal-gallery .carousel-item img {
    height: 265px;
  }

  .property-modal-content-wrap {
    padding: 34px 20px 30px;
  }

  .property-modal-heading {
    flex-direction: column;
    gap: 12px;
  }

  .property-modal-heading h3 {
    font-size: 38px;
  }

  .property-modal-rating {
    padding: 0;
    border: 0;
    text-align: left;
  }

  .property-modal-features {
    grid-template-columns: 1fr;
  }

  .property-map-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .property-map-heading a {
    flex: none;
  }

  .property-modal-map iframe {
    height: 260px;
  }

}

/* =========================================================
   Gallery
   ========================================================= */
.gallery-section {
  background: #f5f2ec;
  color: var(--onyx);
  padding: 60px 0 112px;
  overflow: hidden;
}

.gallery-heading {
  margin-bottom: 34px;
}

.gallery-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}

.gallery-title em {
  color: #a67f26;
  font-weight: 400;
}

.gallery-intro {
  max-width: 500px;
  margin: 0 0 7px auto;
  color: #5f5a52;
  font-size: .98rem;
  line-height: 1.85;
}

.gallery-filter-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(28, 28, 26, .12);
  border-bottom: 1px solid rgba(28, 28, 26, .12);
  padding: 17px 0;
  margin-bottom: 34px;
}

.gallery-filter {
  position: relative;
  border: 0;
  background: transparent;
  color: #777168;
  padding: 5px 2px 8px;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .13em;
  transition: color .25s ease;
}

.gallery-filter::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  transition: right .25s ease;
}

.gallery-filter:hover, .gallery-filter.is-active {
  color: var(--onyx);
}

.gallery-filter.is-active::after {
  right: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  grid-auto-flow: dense;
  gap: 10px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  cursor: zoom-in;
  background: #ded9cf;
  transition: opacity .28s ease, transform .28s ease;
}

.gallery-item-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item-tall {
  grid-row: span 2;
}

.gallery-item-wide {
  grid-column: span 2;
}

.gallery-item-pacific img {
  object-position: center 48%;
}

.gallery-item.gallery-hidden {
  display: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.65,.3,1);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,9,0) 35%, rgba(10,10,9,.72) 100%);
  opacity: .82;
  transition: opacity .3s ease;
}

.gallery-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  color: #fff;
}

.gallery-overlay span {
  display: block;
  margin-bottom: 6px;
  color: #e6c96f;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gallery-overlay h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}

.gallery-open {
  flex: 0 0 auto;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(255,255,255,.48);
  background: rgba(20,20,18,.22);
  color: #fff;
  display: inline-grid;
  place-items: center;
  backdrop-filter: blur(5px);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, background .25s ease;
}

.gallery-open:hover {
  background: var(--gold);
  color: #171713;
  border-color: var(--gold);
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item:hover .gallery-open {
  opacity: 1;
  transform: translateY(0);
}

.gallery-footer-note {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
}

.gallery-footer-note span {
  height: 1px;
  background: rgba(28,28,26,.13);
}

.gallery-footer-note p {
  margin: 0;
  color: #777168;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  font-style: italic;
  letter-spacing: .01em;
}

.gallery-modal .modal-dialog {
  max-width: 1120px;
}

.gallery-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: #151614;
  box-shadow: 0 28px 80px rgba(0,0,0,.35);
  overflow: hidden;
}

.gallery-modal-close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.9);
  opacity: 1;
  padding: 12px;
}

.gallery-modal-media {
  background: #0c0d0c;
}

.gallery-modal-media img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  display: block;
}

.gallery-modal-caption {
  padding: 20px 26px 24px;
  color: white;
}

.gallery-modal-caption span {
  color: var(--gold-light);
  font-size: .64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .17em;
}

.gallery-modal-caption h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  font-weight: 500;
  margin: 4px 0 0;
}

@media (max-width: 991.98px) {
  .gallery-section {
    padding: 82px 0 90px;
  }

  .gallery-intro {
    margin-left: 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 225px;
  }

  .gallery-item-featured {
    grid-column: span 2;
  }

  .gallery-open {
    opacity: 1;
    transform: none;
  }

}

@media (max-width: 575.98px) {
  .gallery-section {
    padding: 68px 0 74px;
  }

  .gallery-filter-wrap {
    gap: 14px 18px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 255px;
    gap: 8px;
  }

  .gallery-item-featured, .gallery-item-tall, .gallery-item-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-overlay {
    padding: 18px;
  }

  .gallery-footer-note {
    grid-template-columns: 28px 1fr 28px;
    gap: 12px;
    text-align: center;
  }

}

/* =========================================================
   F.A.Q.
   ========================================================= */
.faq-section {
  position: relative;
  background: #1c201f;
  color: #f7f4ed;
  padding: 60px 0 112px;
  overflow: hidden;
}

.faq-intro {
  position: sticky;
  top: 120px;
  max-width: 370px;
}

.faq-section .section-kicker {
  color: var(--gold-light);
  margin-bottom: 22px;
}

.faq-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}

.faq-title em {
  display: block;
  color: var(--gold-light);
  font-weight: 400;
}

.faq-lead {
  color: rgba(255,255,255,.58);
  font-size: .96rem;
  line-height: 1.85;
  margin: 0 0 36px;
}

.faq-side-note {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.faq-side-note > i {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(221,184,76,.45);
  color: var(--gold-light);
  font-size: 1rem;
}

.faq-side-note span {
  display: block;
  color: rgba(255,255,255,.45);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 3px;
}

.faq-side-note a {
  color: #fff;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 600;
}

.faq-side-note a i {
  color: var(--gold-light);
  margin-left: 5px;
  transition: transform .2s ease;
}

.faq-side-note a:hover i {
  transform: translateX(4px);
}

.faq-accordion {
  border-top: 1px solid rgba(255,255,255,.14);
}

.faq-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  border-radius: 0;
}

.faq-accordion .accordion-button {
  display: grid;
  grid-template-columns: 58px 1fr 34px;
  align-items: center;
  min-height: 102px;
  padding: 20px 0;
  background: transparent;
  color: #fff;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: "Manrope", sans-serif;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq-accordion .accordion-button::after {
  grid-column: 3;
  grid-row: 1;
  width: 32px;
  height: 32px;
  margin: 0;
  background-image: none;
  border: 1px solid rgba(255,255,255,.26);
  content: "+";
  display: grid;
  place-items: center;
  color: var(--gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1;
  transform: none;
  transition: background .2s ease, color .2s ease, transform .25s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  background: var(--gold);
  border-color: var(--gold);
  color: #171713;
}

.faq-accordion .accordion-button:hover::after {
  border-color: var(--gold-light);
}

.faq-number {
  grid-column: 1;
  grid-row: 1;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.03rem;
  font-style: italic;
  font-weight: 500;
}

.faq-accordion .accordion-body {
  padding: 0 54px 30px 58px;
  color: rgba(255,255,255,.58);
  font-size: .9rem;
  line-height: 1.85;
}

.faq-accordion .accordion-body p {
  margin: 0 0 10px;
}

.faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .faq-section {
    padding: 84px 0 92px;
  }

  .faq-intro {
    position: static;
    max-width: 620px;
  }

  .faq-title em {
    display: inline;
  }

}

@media (max-width: 575.98px) {
  .faq-section {
    padding: 70px 0 76px;
  }

  .faq-accordion .accordion-button {
    grid-template-columns: 40px 1fr 30px;
    min-height: 88px;
    font-size: .88rem;
    gap: 6px;
  }

  .faq-accordion .accordion-button::after {
    width: 30px;
    height: 30px;
  }

  .faq-accordion .accordion-body {
    padding: 0 36px 26px 46px;
  }

}

/* =========================================================
   Contacto + Footer
   ========================================================= */
.contact-section {
  position: relative;
  padding: 60px 0 112px;
  background: #f5f3ee;
  color: var(--onyx);
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(184, 148, 63, .16);
  border-radius: 50%;
  right: -220px;
  top: -230px;
}

.contact-heading {
  max-width: 760px;
  margin: 0 auto 52px;
  position: relative;
  z-index: 1;
}

.contact-heading .section-title {
  margin-bottom: 15px;
}

.contact-heading > p {
  color: #69645b;
  font-size: .97rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 650px;
}

.contact-shell {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(34, 34, 31, .09);
  box-shadow: 0 22px 60px rgba(24, 24, 20, .08);
}

.contact-form-panel {
  padding: 58px 58px 52px;
}

.contact-eyebrow {
  display: block;
  margin-bottom: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: .67rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.contact-form-panel h3, .contact-info-panel h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 500;
  margin: 0 0 12px;
  line-height: 1;
}

.contact-intro {
  max-width: 650px;
  color: #706c64;
  line-height: 1.75;
  font-size: .91rem;
  margin-bottom: 35px;
}

.luxury-contact-form label {
  display: block;
  margin-bottom: 8px;
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 700;
  color: #4c4943;
}

.luxury-contact-form .form-control, .luxury-contact-form .form-select {
  border: 0;
  border-bottom: 1px solid #d8d3c9;
  border-radius: 0;
  background-color: transparent;
  padding: 8px 0 12px;
  min-height: 43px;
  font-size: .88rem;
  color: var(--onyx);
  box-shadow: none;
}

.luxury-contact-form textarea.form-control {
  resize: vertical;
  min-height: 105px;
}

.luxury-contact-form .form-control:focus, .luxury-contact-form .form-select:focus {
  border-color: var(--gold);
  box-shadow: none;
}

.luxury-contact-form .form-control::placeholder {
  color: #aaa49a;
}

.contact-form-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
}

.contact-submit {
  border-radius: 0;
  background: var(--gold);
  color: #171713;
  min-height: 50px;
  padding: 0 26px;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-flex;
  gap: 13px;
  align-items: center;
  transition: .25s ease;
}

.contact-submit:hover {
  background: #d2b05a;
  color: #171713;
  transform: translateY(-2px);
}

.contact-privacy {
  max-width: 285px;
  color: #918b81;
  line-height: 1.5;
  font-size: .66rem;
}

.contact-privacy i {
  color: var(--gold);
  margin-right: 5px;
}

.contact-info-panel {
  height: 100%;
  padding: 58px 48px 45px;
  background: #20231f;
  color: #f7f3e8;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.contact-info-panel::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(211, 177, 91, .16);
  border-radius: 50%;
  right: -155px;
  bottom: -145px;
}

.contact-info-panel > div:first-child {
  position: relative;
  z-index: 1;
}

.contact-info-panel h3 {
  color: #fff;
}

.contact-info-panel > div:first-child > p {
  color: rgba(255,255,255,.6);
  font-size: .87rem;
  line-height: 1.7;
  margin: 0;
}

.contact-method-list {
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

.contact-method {
  display: flex;
  gap: 15px;
  align-items: center;
  color: inherit;
  text-decoration: none;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

a.contact-method:hover strong {
  color: var(--gold-light);
}

.contact-method-icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(211, 177, 91, .35);
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
}

.contact-method small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255,255,255,.4);
  font-size: .57rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-method strong {
  font-size: .77rem;
  font-weight: 500;
  transition: .2s ease;
}

.contact-whatsapp {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #1c211c;
  background: var(--gold-light);
  text-decoration: none;
  padding: 16px 17px;
  transition: .25s ease;
}

.contact-whatsapp > i:first-child {
  font-size: 1.25rem;
}

.contact-whatsapp span {
  flex: 1;
}

.contact-whatsapp small {
  display: block;
  font-size: .55rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  opacity: .65;
}

.contact-whatsapp strong {
  display: block;
  font-size: .73rem;
  margin-top: 2px;
}

.contact-whatsapp:hover {
  color: #1c211c;
  background: #e0c475;
  transform: translateY(-2px);
}

.site-footer {
  background: #151713;
  color: rgba(255,255,255,.62);
  border-top: 1px solid rgba(211,177,91,.18);
}

.footer-main {
  padding: 72px 0 55px;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 22px;
}

.footer-brand img {
  width: 148px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .9;
}

.footer-copy {
  max-width: 440px;
  margin: 0;
  font-size: .8rem;
  line-height: 1.8;
}

.footer-socials {
  display: flex;
  gap: 9px;
  margin-top: 25px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.68);
  text-decoration: none;
  font-size: .72rem;
  transition: .2s ease;
}

.footer-socials a:hover {
  color: var(--gold-light);
  border-color: var(--gold);
}

.site-footer h4 {
  color: var(--gold-light);
  font-family: 'Manrope', sans-serif;
  font-size: .63rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: rgba(255,255,255,.58);
  text-decoration: none;
  font-size: .74rem;
  transition: .2s ease;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 3px;
}

.footer-location {
  font-size: .74rem;
  line-height: 1.8;
  margin: 0;
}

.footer-bottom {
  min-height: 62px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: .61rem;
  letter-spacing: .04em;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 1.35rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.23);
  z-index: 1040;
  transition: .2s ease;
}

.floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.03);
}

@media (max-width: 991.98px) {
  .contact-section {
    padding: 85px 0 90px;
  }

  .contact-form-panel {
    padding: 45px 36px;
  }

  .contact-info-panel {
    padding: 45px 36px;
    min-height: 560px;
  }

  .footer-main {
    padding-top: 58px;
  }

}

@media (max-width: 575.98px) {
  .contact-section {
    padding: 68px 0 72px;
  }

  .contact-heading {
    margin-bottom: 35px;
  }

  .contact-form-panel, .contact-info-panel {
    padding: 36px 24px;
  }

  .contact-form-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-submit {
    width: 100%;
    justify-content: center;
  }

  .contact-info-panel {
    min-height: 520px;
  }

  .footer-main {
    padding: 48px 0 38px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 45px;
    height: 45px;
  }

}

@media (max-width: 767.98px) {
  .property-modal .modal-dialog {
    margin: .75rem;
  }

  .property-modal .modal-content {
    max-height: calc(100vh - 1.5rem);
  }

}

/* =========================================================
   SITIO MULTIPÁGINA
========================================================= */
.site-header.inner-header {
  min-height: auto;
  background: var(--onyx);
}

.site-header.inner-header .main-navbar {
  background: rgba(11,11,12,.92);
}

.page-banner {
  position: relative;
  padding: 90px 0 74px;
  background: linear-gradient(90deg, rgba(11,11,12,.95), rgba(11,11,12,.78)),     url("../img/hero-bg.jpg") center 54% / cover no-repeat;
  color: var(--ivory);
  overflow: hidden;
}

.page-banner::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,200,120,.42), transparent);
}

.page-banner-inner {
  max-width: 820px;
}

.page-banner .section-kicker {
  color: var(--gold-light);
  margin-bottom: 18px;
}

.page-banner h1 {
  margin: 0;
  max-width: 780px;
  font-family: "Cormorant Garamond",serif;
  font-size: clamp(42px,5vw,68px);
  font-weight: 500;
  line-height: 1.02;
}

.page-banner p {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(246,241,228,.72);
  font-size: 15px;
  line-height: 1.8;
}

.home-explore {
  padding: 100px 0 86px;
  background: #f5f0e6;
  color: #171619;
}

.home-explore-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.home-explore-heading .section-kicker {
  color: #9b7928;
}

.home-explore-heading h2 {
  margin: 18px 0 14px;
  font-family: "Cormorant Garamond",serif;
  font-size: clamp(38px,4vw,58px);
  font-weight: 500;
  line-height: 1.04;
}

.home-explore-heading h2 em {
  color: #a27c26;
  font-weight: 500;
}

.home-explore-heading p {
  margin: 0;
  color: #716d65;
  font-size: 15px;
}

.home-explore-card {
  display: flex;
  min-height: 310px;
  height: 100%;
  flex-direction: column;
  padding: 34px;
  border: 1px solid rgba(26,23,20,.12);
  background: #fbf8f1;
  color: #171619;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-explore-card:hover {
  transform: translateY(-5px);
  border-color: rgba(184,150,62,.5);
  box-shadow: 0 18px 45px rgba(24,20,14,.08);
}

.home-explore-card > i {
  font-size: 29px;
  color: #a27c26;
  margin-bottom: 34px;
}

.home-explore-card > span {
  color: #9b7928;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 10px;
  font-weight: 600;
}

.home-explore-card > strong {
  margin: 8px 0 12px;
  font-family: "Cormorant Garamond",serif;
  font-size: 31px;
  font-weight: 600;
}

.home-explore-card > small {
  color: #777168;
  line-height: 1.7;
  font-size: 13px;
}

.home-explore-card > b {
  margin-top: auto;
  padding-top: 28px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
}

.home-explore-card > b i {
  margin-left: 6px;
}

.home-about-link {
  margin-top: 46px;
  padding-top: 26px;
  border-top: 1px solid rgba(26,23,20,.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #746f67;
  font-size: 13px;
}

.home-about-link a {
  color: #171619;
  font-weight: 600;
}

.home-about-link a i {
  margin-left: 6px;
  color: #a27c26;
}

.page-banner + .about-section, .page-banner + .properties-section, .page-banner + .gallery-section, .page-banner + .faq-section, .page-banner + .contact-section {
  scroll-margin-top: 0;
}

@media (max-width: 991.98px) {
  .page-banner {
    padding: 64px 0 54px;
  }

  .home-explore {
    padding: 72px 0 64px;
  }

}

@media (max-width: 575.98px) {
  .page-banner {
    padding: 50px 0 44px;
  }

  .page-banner p {
    font-size: 14px;
  }

  .home-about-link {
    flex-direction: column;
  }

}

/* =========================================================
   FAQ — light version (v16)
   ========================================================= */
.faq-section {
  background: var(--ivory, #f7f4ed);
  color: var(--onyx, #171713);
}

.faq-section::before {
  color: rgba(23,23,19,.025);
}

.faq-section .section-kicker {
  color: var(--gold, #b9973f);
}

.faq-title {
  color: var(--onyx, #171713);
}

.faq-title em {
  color: var(--gold, #b9973f);
}

.faq-lead {
  color: rgba(23,23,19,.62);
}

.faq-side-note {
  border-top-color: rgba(23,23,19,.14);
}

.faq-side-note > i {
  border-color: rgba(185,151,63,.5);
  color: var(--gold, #b9973f);
}

.faq-side-note span {
  color: rgba(23,23,19,.48);
}

.faq-side-note a {
  color: var(--onyx, #171713);
}

.faq-side-note a i {
  color: var(--gold, #b9973f);
}

.faq-accordion {
  border-top-color: rgba(23,23,19,.14);
}

.faq-accordion .accordion-item {
  border-bottom-color: rgba(23,23,19,.14);
}

.faq-accordion .accordion-button {
  color: var(--onyx, #171713);
}

.faq-accordion .accordion-button::after {
  border-color: rgba(23,23,19,.22);
  color: var(--gold, #b9973f);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background: var(--gold, #b9973f);
  border-color: var(--gold, #b9973f);
  color: #fff;
}

.faq-accordion .accordion-button:hover::after {
  border-color: var(--gold, #b9973f);
}

.faq-number {
  color: var(--gold, #b9973f);
}

.faq-accordion .accordion-body {
  color: rgba(23,23,19,.62);
}

/* =========================================================
   NAVBAR FIJO (STICKY NAVBAR)
========================================================= */
.main-navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  background: rgba(11, 11, 12, 0.95) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* =========================================================
   VIDEO DE FONDO HERO
========================================================= */
.hero-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.hero-container {
  position: relative;
  z-index: 2;
}

.site-header {
  background: var(--onyx);
}

/* =========================================================
   FILTROS DINÁMICOS DE PROPIEDADES
========================================================= */
.property-filter-panel.is-loading {
    position: relative;
}

.property-filter-panel.is-loading::after {
    content: "Actualizando propiedades…";
    position: absolute;
    inset: 0;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 14, 17, 0.78);
    color: var(--gold-light);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(2px);
}

#propertyGrid[aria-busy="true"] {
    opacity: 0.55;
    transition: opacity 0.2s ease;
}


/* =========================================================
   Ficha individual de propiedad
   ========================================================= */
.property-single-page {
  background: #0f0e11;
  color: #f5f1e8;
}

.property-single-hero {
  padding: 42px 0 18px;
  background: #111014;
}

.property-single-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: #d8cfbb;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.property-single-back:hover { color: var(--gold-light); }

.property-single-gallery {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(202, 164, 67, .46);
  background: #0b0a0d;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .12);
}

.property-single-gallery::before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.12);
}

.property-single-gallery .carousel-item img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform .55s ease;
}

.property-single-gallery .carousel-item.active:hover img {
  transform: scale(1.015);
}

.property-single-gallery .carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.04) 50%, rgba(0,0,0,.38) 100%);
}

.property-single-gallery .carousel-control-prev,
.property-single-gallery .carousel-control-next {
  z-index: 4;
  width: 78px;
  opacity: 1;
}

.property-single-gallery .carousel-control-prev-icon,
.property-single-gallery .carousel-control-next-icon {
  width: 43px;
  height: 43px;
  border: 1px solid rgba(223,190,103,.75);
  border-radius: 50%;
  background-color: rgba(12,11,14,.72);
  background-size: 42%;
  box-shadow: 0 8px 24px rgba(0,0,0,.24);
  backdrop-filter: blur(8px);
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.property-single-gallery .carousel-control-prev:hover .carousel-control-prev-icon,
.property-single-gallery .carousel-control-next:hover .carousel-control-next-icon {
  border-color: #e1bd62;
  background-color: #b99132;
  transform: scale(1.05);
}

.property-single-gallery .carousel-indicators {
  z-index: 4;
  bottom: 13px;
  margin-bottom: 0;
}

.property-single-gallery .carousel-indicators [data-bs-target] {
  width: 24px;
  height: 3px;
  margin: 0 4px;
  border: 0;
  background-color: rgba(255,255,255,.55);
  opacity: 1;
}

.property-single-gallery .carousel-indicators .active {
  width: 42px;
  background-color: #ddb95d;
}

.property-single-image-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #0b0a0d;
  cursor: zoom-in;
  text-align: left;
}

.property-single-counter,
.property-single-zoom {
  position: absolute;
  bottom: 18px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(11,10,13,.70);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.property-single-counter {
  left: 18px;
  padding: 9px 12px;
}

.property-single-zoom {
  right: 18px;
  gap: 7px;
  padding: 9px 14px;
  transition: background .2s ease, border-color .2s ease;
}

.property-single-image-trigger:hover .property-single-zoom {
  border-color: rgba(223,190,103,.82);
  background: rgba(172,132,41,.88);
}

.property-gallery-lightbox {
  --bs-modal-bg: transparent;
  background: rgba(3,3,4,.34);
}

.property-gallery-lightbox .modal-dialog {
  max-width: min(1380px, calc(100vw - 52px));
  margin-top: 26px;
  margin-bottom: 26px;
}

.property-gallery-lightbox .modal-content {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216,178,83,.38);
  border-radius: 0;
  background: #080709;
  box-shadow: 0 34px 110px rgba(0,0,0,.72);
}

.property-gallery-lightbox-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  padding: 14px 18px 14px 22px;
  color: #fff;
  background: linear-gradient(180deg, rgba(5,5,6,.92), rgba(5,5,6,.48), transparent);
  pointer-events: none;
}

.property-gallery-lightbox-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.property-gallery-lightbox-meta strong {
  overflow: hidden;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.property-gallery-lightbox-kicker {
  color: #d8b453;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.property-gallery-lightbox-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: auto;
}

.property-gallery-lightbox-count {
  min-width: 56px;
  color: #e6dfcf;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: right;
}

.property-gallery-lightbox .carousel-item {
  background: #080709;
}

.property-gallery-lightbox .carousel-item img {
  width: 100%;
  height: min(78vh, 790px);
  object-fit: contain;
  background: #080709;
}

.property-gallery-lightbox-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background: rgba(10,10,12,.76);
  color: #fff;
  font-size: 17px;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.property-gallery-lightbox-close:hover {
  border-color: #d9b456;
  background: #b38b2e;
  transform: rotate(4deg);
}

.property-gallery-lightbox .carousel-control-prev,
.property-gallery-lightbox .carousel-control-next {
  z-index: 11;
  width: 88px;
  opacity: 1;
}

.property-gallery-nav {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(216,178,83,.7);
  border-radius: 50%;
  background: rgba(8,7,9,.72);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
  transition: background .2s ease, transform .2s ease;
}

.property-gallery-lightbox .carousel-control-prev:hover .property-gallery-nav,
.property-gallery-lightbox .carousel-control-next:hover .property-gallery-nav {
  background: #ad8528;
  transform: scale(1.05);
}

.property-gallery-lightbox-thumbs {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 12px 16px 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #0d0c0f;
  scrollbar-width: thin;
  scrollbar-color: #8d6c26 #17151a;
}

.property-gallery-lightbox-thumb {
  flex: 0 0 88px;
  width: 88px;
  height: 58px;
  padding: 2px;
  border: 1px solid rgba(255,255,255,.14);
  background: transparent;
  opacity: .52;
  transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}

.property-gallery-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-gallery-lightbox-thumb:hover,
.property-gallery-lightbox-thumb.is-active {
  border-color: #d8b453;
  opacity: 1;
}

.property-gallery-lightbox-thumb.is-active {
  transform: translateY(-2px);
}

.property-single-availability {
  position: absolute;
  top: 25px;
  left: -43px;
  z-index: 5;
  width: 165px;
  padding: 9px 0;
  transform: rotate(-45deg);
  text-align: center;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
}

.property-single-availability.is-available { background: #f2c300; color: #111013; }
.property-single-availability.is-unavailable { background: #c9232d; color: #fff; }

.property-single-content { padding: 34px 0 96px; }

.property-single-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.property-single-heading h1 {
  margin: 0 0 8px;
  color: #17161a;
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}

.property-single-content .property-modal-section h2,
.property-single-content .property-map-heading h2 {
  margin: 0 0 15px;
  color: #1c1a1e;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 500;
}

.property-single-description,
.property-single-description p {
  max-width: 740px;
  color: #6c675f;
  font-size: 12px;
  line-height: 1.85;
}

.property-single-booking { top: 24px; }

@media (max-width: 991.98px) {
  .property-single-gallery .carousel-item img { height: 390px; }
  .property-single-booking { position: static; }
}

@media (max-width: 767.98px) {
  .property-single-hero { padding-top: 34px; }
  .property-single-gallery .carousel-item img { height: 280px; }
  .property-single-content { padding: 28px 0 72px; }
  .property-single-heading { flex-direction: column; gap: 14px; }
  .property-single-heading h1 { font-size: 40px; }
  .property-single-heading .property-modal-rating { padding: 0; border: 0; text-align: left; }
}

@media (max-width: 767.98px) {
  .property-gallery-lightbox .modal-dialog { max-width: calc(100vw - 18px); margin: 9px auto; }
  .property-gallery-lightbox .carousel-item img { height: 78vh; }
  .property-single-zoom { right: 12px; bottom: 12px; }
  .property-single-counter { left: 12px; bottom: 12px; }
  .property-gallery-lightbox-toolbar { min-height: 62px; padding: 10px 12px 10px 14px; }
  .property-gallery-lightbox-meta strong { font-size: 17px; max-width: 58vw; }
  .property-gallery-lightbox .carousel-control-prev, .property-gallery-lightbox .carousel-control-next { width: 60px; }
  .property-gallery-nav { width: 42px; height: 42px; font-size: 18px; }
  .property-gallery-lightbox-thumb { flex-basis: 70px; width: 70px; height: 48px; }
}
