.nav-dropdown{position:relative;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.nav-dropdown summary{display:flex;align-items:center;gap:8px;color:rgba(255,253,248,.94);font-size:1.07rem;font-weight:700;padding:8px 0;cursor:pointer;list-style:none}
.nav-dropdown summary::-webkit-details-marker{display:none}
.nav-dropdown summary::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .18s ease}
.nav-dropdown[open] summary,.nav-dropdown summary:hover,.nav-dropdown summary:focus-visible{color:var(--gold-2);outline:none}
.nav-dropdown[open] summary::after{transform:translateY(2px) rotate(225deg)}
.nav-dropdown-menu{position:absolute;top:calc(100% + 10px);left:50%;z-index:100;display:grid;min-width:190px;padding:8px;border:1px solid rgba(216,191,118,.28);border-radius:12px;background:#260b31;box-shadow:0 18px 40px rgba(0,0,0,.3);transform:translateX(-50%)}
.nav-dropdown-menu a{padding:10px 12px;border-radius:8px;white-space:nowrap}
.nav-dropdown-menu a:hover,.nav-dropdown-menu a:focus-visible{color:var(--plum);background:var(--gold-2);outline:none}
@media(max-width:900px){.nav-dropdown{width:100%}.nav-dropdown summary{justify-content:space-between;padding:10px 12px}.nav-dropdown-menu{position:static;min-width:0;margin:2px 8px 4px;padding:5px;background:rgba(255,255,255,.05);box-shadow:none;transform:none}.nav-dropdown-menu a{padding:9px 12px 9px 20px}}

.property-visual.has-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.property-visual.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(23, 7, 31, .62));
  pointer-events: none;
}

.property-visual.has-image .photo-badge {
  position: relative;
  z-index: 1;
}

.listing-status {
  padding: 34px 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--muted);
  text-align: center;
}

.listing-status.error {
  color: #8a2433;
  border-color: rgba(157, 39, 54, .24);
  background: #fff7f8;
}

.property-card[hidden] {
  display: none;
}

.view-btn[type="button"] {
  border: 0;
  font: inherit;
  cursor: pointer;
}

body.property-modal-open {
  overflow: hidden;
}

.property-modal[hidden],
.property-modal [hidden] {
  display: none !important;
}

.property-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.property-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 7, 31, .78);
  backdrop-filter: blur(4px);
}

.property-modal-panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(16, 4, 22, .42);
  outline: none;
}

.property-modal-close {
  position: absolute;
  z-index: 5;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  background: rgba(43, 15, 53, .9);
  color: #fff;
  font: 400 1.7rem/1 Arial, sans-serif;
  cursor: pointer;
}

.property-modal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  min-height: 680px;
}

.property-gallery {
  min-width: 0;
  padding: 0 0 22px;
  background: #211029;
}

.property-gallery-stage {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  min-height: 570px;
  background: linear-gradient(145deg, #2b0f35, #4b2457);
  overflow: hidden;
}

.property-gallery-stage > img {
  width: 100%;
  height: 570px;
  object-fit: contain;
  background: #160a1b;
}

.property-gallery-fallback {
  display: grid;
  justify-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, .78);
}

.property-gallery-fallback .house-art {
  width: 140px;
  height: 140px;
}

.property-gallery-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 10px;
  background: rgba(30, 9, 38, .76);
  color: #fff;
  font: 400 2rem/1 Georgia, serif;
  cursor: pointer;
}

.property-gallery-arrow.previous {
  left: 16px;
}

.property-gallery-arrow.next {
  right: 16px;
}

.property-gallery-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(30, 9, 38, .78);
  color: #fff;
  font-size: .8rem;
}

.property-gallery-thumbs {
  display: flex;
  gap: 10px;
  padding: 14px 16px 0;
  overflow-x: auto;
}

.property-gallery-thumbs button {
  flex: 0 0 86px;
  height: 66px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 9px;
  background: transparent;
  overflow: hidden;
  opacity: .65;
  cursor: pointer;
}

.property-gallery-thumbs button.active {
  border-color: #d8bf76;
  opacity: 1;
}

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

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

.property-modal-badge {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f8f1dc;
  color: #2b0f35;
  font-size: .76rem;
  font-weight: 700;
}

.property-modal-price {
  color: #2b0f35;
  font-family: Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 700;
}

.property-modal-content h2 {
  margin: 10px 48px 4px 0;
  color: #2b0f35;
  font-family: Georgia, serif;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.12;
}

.property-modal-address {
  margin: 0 0 18px;
  color: #746b78;
}

.property-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.property-modal-meta span {
  padding: 7px 10px;
  border: 1px solid #ded8e1;
  border-radius: 8px;
  background: #faf9fb;
  color: #4d4351;
  font-size: .82rem;
}

.property-modal-description {
  color: #5f5664;
  line-height: 1.7;
  white-space: pre-line;
}

.property-external-link {
  display: inline-flex;
  margin-top: 4px;
  color: #2b0f35;
  font-weight: 700;
}

.property-external-link,
.property-document-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 48px;
  margin-top: 18px;
  padding: 12px 20px;
  border: 2px solid #2b0f35;
  border-radius: 11px;
  background: linear-gradient(135deg, #d8bf76, #f0dc9b);
  box-shadow: 0 8px 20px rgba(43, 15, 53, .16);
  color: #2b0f35;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: .95rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.property-document-link span {
  font-size: 1.35rem;
  line-height: 1;
}

.property-external-link:hover,
.property-external-link:focus-visible,
.property-document-link:hover,
.property-document-link:focus-visible {
  background: linear-gradient(135deg, #f0dc9b, #d8bf76);
  box-shadow: 0 12px 28px rgba(43, 15, 53, .24);
  transform: translateY(-2px);
}

.property-external-link:focus-visible,
.property-document-link:focus-visible {
  outline: 3px solid rgba(216, 191, 118, .45);
  outline-offset: 3px;
}

@media (max-width: 560px) {
  .property-external-link,
  .property-document-link {
    width: 100%;
  }
}

.property-enquiry-section {
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid #e6e0e8;
}

.property-enquiry-section h3 {
  margin: 0 0 5px;
  color: #2b0f35;
  font-family: Georgia, serif;
  font-size: 1.4rem;
}

.property-enquiry-section > p {
  margin: 0 0 18px;
  color: #746b78;
  font-size: .88rem;
  line-height: 1.5;
}

.property-enquiry-form,
.property-enquiry-form label {
  display: grid;
  gap: 7px;
}

.property-enquiry-form {
  gap: 14px;
}

.property-enquiry-form label {
  color: #2b0f35;
  font-size: .82rem;
  font-weight: 700;
}

.property-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.property-enquiry-form input,
.property-enquiry-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d9d2dc;
  border-radius: 9px;
  background: #fff;
  color: #251b29;
  font: inherit;
}

.property-enquiry-form textarea {
  min-height: 100px;
  resize: vertical;
}

.property-enquiry-form input:focus,
.property-enquiry-form textarea:focus {
  border-color: #b99c4d;
  outline: 2px solid rgba(216, 191, 118, .38);
}

.property-enquiry-form .property-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: #665d6b;
  font-weight: 400;
  line-height: 1.45;
}

.property-consent input {
  width: auto;
  margin-top: 3px;
}

.property-enquiry-submit {
  justify-self: start;
  padding: 12px 18px;
  border: 0;
  border-radius: 9px;
  background: #2b0f35;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.property-enquiry-submit:disabled {
  cursor: wait;
  opacity: .66;
}

.property-form-status {
  min-height: 20px;
  font-size: .85rem;
  line-height: 1.45;
}

.property-form-status.success {
  color: #1f6b45;
}

.property-form-status.error {
  color: #9d2736;
}

.property-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .property-modal {
    padding: 14px;
  }

  .property-modal-panel {
    max-height: calc(100vh - 28px);
  }

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

  .property-gallery-stage,
  .property-gallery-stage > img {
    min-height: 0;
    height: min(58vw, 480px);
  }

  .property-gallery-stage {
    position: relative;
  }
}

@media (max-width: 560px) {
  .property-modal {
    padding: 0;
  }

  .property-modal-panel {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }

  .property-gallery-stage,
  .property-gallery-stage > img {
    height: 68vw;
    min-height: 250px;
  }

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

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