.vidalux-property-details {
  --vidalux-property-black: #0b0b0b;
  --vidalux-property-charcoal: #282725;
  --vidalux-property-gold: #a77e46;
  --vidalux-property-gold-dark: #805e32;
  --vidalux-property-warm: #f7f4ef;
  --vidalux-property-soft: #eeeae3;
  --vidalux-property-line: #dcd7cf;
  --vidalux-property-muted: #67635e;
  background: #ffffff;
  clear: both;
  color: var(--vidalux-property-black);
  display: block;
  float: none;
  font-family: "Poppins", Arial, sans-serif;
  min-height: 65vh;
  padding: 164px 0 84px;
  width: 100%;
}

.vidalux-property-details *,
.vidalux-property-details *::before,
.vidalux-property-details *::after {
  box-sizing: border-box;
}

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

.vidalux-property-details .vidalux-property-section {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.vidalux-property-details .vidalux-property-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  min-width: 0;
  width: calc(100% - 40px);
}

.vidalux-property-details .vidalux-property-content,
.vidalux-property-details .vidalux-property-primary-column,
.vidalux-property-details .vidalux-property-inquiry-column,
.vidalux-property-details .vidalux-property-heading-copy,
.vidalux-property-details .vidalux-property-price-column,
.vidalux-property-details .vidalux-property-gallery-grid,
.vidalux-property-details .vidalux-property-gallery-support,
.vidalux-property-details .vidalux-property-main-grid {
  min-width: 0;
}

.vidalux-property-details .vidalux-property-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.vidalux-property-details .vidalux-property-kicker {
  color: var(--vidalux-property-gold-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.4;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.vidalux-property-details .vidalux-property-navigation {
  display: flex;
  margin-bottom: 25px;
}

.vidalux-property-details .vidalux-property-back-link,
.vidalux-property-details .vidalux-property-text-link {
  align-items: center;
  color: var(--vidalux-property-black);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 9px;
  line-height: 1.5;
  text-decoration: none;
}

.vidalux-property-details .vidalux-property-back-link:hover,
.vidalux-property-details .vidalux-property-text-link:hover {
  color: var(--vidalux-property-gold-dark);
  text-decoration: none;
}

.vidalux-property-details .vidalux-property-back-icon {
  color: var(--vidalux-property-gold-dark);
  font-size: 22px;
  line-height: 1;
}

.vidalux-property-details .vidalux-property-heading-section {
  align-items: end;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-bottom: 24px;
}

.vidalux-property-details .vidalux-property-title {
  color: var(--vidalux-property-black);
  font-family: "Raleway", "Poppins", Arial, sans-serif;
  font-size: clamp(36px, 4.1vw, 58px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
  margin: 0;
  max-width: 850px;
  overflow-wrap: anywhere;
}

.vidalux-property-details .vidalux-property-address {
  color: var(--vidalux-property-muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 13px 0 0;
}

.vidalux-property-details .vidalux-property-price-column {
  padding-bottom: 2px;
  text-align: right;
}

.vidalux-property-details .vidalux-property-price {
  color: var(--vidalux-property-black);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0;
  white-space: nowrap;
}

.vidalux-property-details .vidalux-property-classifications {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.vidalux-property-details .vidalux-property-classification {
  align-items: center;
  background: #f1efeb;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--vidalux-property-charcoal);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1;
  padding: 9px 12px;
  text-transform: uppercase;
}

.vidalux-property-details .vidalux-property-classification-gold {
  background: var(--vidalux-property-gold);
  color: #ffffff;
}

.vidalux-property-details .vidalux-property-actions {
  align-items: center;
  border-top: 1px solid var(--vidalux-property-line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0 28px;
}

.vidalux-property-details .vidalux-property-button {
  align-items: center;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1.25;
  min-height: 48px;
  padding: 13px 19px;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.vidalux-property-details .vidalux-property-button:hover {
  text-decoration: none;
}

.vidalux-property-details .vidalux-property-button-gold {
  background: var(--vidalux-property-gold);
  border-color: var(--vidalux-property-gold);
  color: #ffffff;
}

.vidalux-property-details .vidalux-property-button-gold:hover {
  background: var(--vidalux-property-gold-dark);
  border-color: var(--vidalux-property-gold-dark);
  color: #ffffff;
}

.vidalux-property-details .vidalux-property-button-dark {
  background: var(--vidalux-property-black);
  border-color: var(--vidalux-property-black);
  color: #ffffff;
}

.vidalux-property-details .vidalux-property-button-dark:hover {
  background: #292929;
  border-color: #292929;
  color: #ffffff;
}

.vidalux-property-details .vidalux-property-button-outline {
  background: #ffffff;
  border-color: #9d9992;
  color: var(--vidalux-property-black);
}

.vidalux-property-details .vidalux-property-button-outline:hover {
  border-color: var(--vidalux-property-gold);
  color: var(--vidalux-property-gold-dark);
}

.vidalux-property-details .vidalux-property-button-light {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--vidalux-property-black);
}

.vidalux-property-details .vidalux-property-button-light:hover {
  background: var(--vidalux-property-warm);
  border-color: var(--vidalux-property-warm);
  color: var(--vidalux-property-black);
}

.vidalux-property-details .vidalux-property-action-status {
  color: var(--vidalux-property-muted);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 0 4px;
  min-height: 20px;
}

.vidalux-property-details .vidalux-property-gallery-section {
  margin-bottom: 0;
}

.vidalux-property-details .vidalux-property-gallery {
  width: 100%;
}

.vidalux-property-details .vidalux-property-gallery-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1.68fr) minmax(300px, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: clamp(390px, 39vw, 540px);
  max-height: 540px;
  width: 100%;
}

.vidalux-property-details .vidalux-property-gallery-grid.vidalux-property-gallery-count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.vidalux-property-details .vidalux-property-gallery-tile {
  appearance: none;
  background: #202020;
  border: 0;
  border-radius: 10px;
  cursor: zoom-in;
  display: block;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.vidalux-property-details .vidalux-property-gallery-hero {
  height: 100%;
}

.vidalux-property-details .vidalux-property-gallery-support {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: 100%;
}

.vidalux-property-details .vidalux-property-gallery-support.vidalux-property-gallery-support-1 {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}

.vidalux-property-details .vidalux-property-gallery-support.vidalux-property-gallery-support-2 {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.vidalux-property-details .vidalux-property-gallery-support.vidalux-property-gallery-support-3 .vidalux-property-gallery-tile:first-child {
  grid-row: 1 / span 2;
}

.vidalux-property-details .vidalux-property-gallery-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vidalux-property-details .vidalux-property-gallery-image-fallback {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  line-height: 1.5;
  padding: 24px;
  text-align: center;
  width: 100%;
}

.vidalux-property-details .vidalux-property-gallery-toolbar {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  padding-top: 14px;
}

.vidalux-property-details .vidalux-property-photo-count {
  color: var(--vidalux-property-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.vidalux-property-details .vidalux-property-mobile-gallery-controls {
  display: none;
  gap: 8px;
  margin-right: auto;
}

.vidalux-property-details .vidalux-property-gallery-empty {
  align-items: center;
  background: linear-gradient(135deg, #161616, #343331);
  border-radius: 10px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 380px;
  justify-content: center;
  max-height: 540px;
  padding: 40px;
  text-align: center;
}

.vidalux-property-details .vidalux-property-gallery-empty-label {
  color: #d8b77c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.vidalux-property-details .vidalux-property-gallery-empty-copy {
  color: #ffffff;
  font-family: "Raleway", "Poppins", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.25;
  margin: 0;
  max-width: 590px;
}

.vidalux-property-details .vidalux-property-facts-section {
  border-bottom: 1px solid var(--vidalux-property-line);
  border-top: 1px solid var(--vidalux-property-line);
  margin-top: 34px;
  padding: 8px 0;
}

.vidalux-property-details .vidalux-property-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
}

.vidalux-property-details .vidalux-property-fact {
  border-right: 1px solid var(--vidalux-property-line);
  min-width: 0;
  padding: 22px 20px;
  text-align: center;
}

.vidalux-property-details .vidalux-property-fact:last-child {
  border-right: 0;
}

.vidalux-property-details .vidalux-property-fact-value {
  color: var(--vidalux-property-black);
  display: block;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 600;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.vidalux-property-details .vidalux-property-fact-textual .vidalux-property-fact-value {
  font-size: clamp(18px, 1.55vw, 23px);
  overflow-wrap: normal;
  word-break: normal;
}

.vidalux-property-details .vidalux-property-fact-label {
  color: var(--vidalux-property-muted);
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 7px;
}

.vidalux-property-details .vidalux-property-main-grid {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 360px;
  padding-top: 50px;
}

.vidalux-property-details .vidalux-property-information-section {
  border-bottom: 1px solid var(--vidalux-property-line);
  padding: 0 0 38px;
}

.vidalux-property-details .vidalux-property-information-section + .vidalux-property-information-section {
  padding-top: 38px;
}

.vidalux-property-details .vidalux-property-section-title {
  color: var(--vidalux-property-black);
  font-family: "Raleway", "Poppins", Arial, sans-serif;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 22px;
}

.vidalux-property-details .vidalux-property-overview,
.vidalux-property-details .vidalux-property-description-paragraph {
  color: #3e3b37;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  max-width: 76ch;
}

.vidalux-property-details .vidalux-property-description-paragraph + .vidalux-property-description-paragraph {
  margin-top: 16px;
}

.vidalux-property-details .vidalux-property-detail-list {
  display: grid;
  gap: 0 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.vidalux-property-details .vidalux-property-detail-item {
  border-top: 1px solid var(--vidalux-property-soft);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(118px, 0.8fr) minmax(0, 1.2fr);
  padding: 15px 0;
}

.vidalux-property-details .vidalux-property-detail-label {
  color: var(--vidalux-property-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.vidalux-property-details .vidalux-property-detail-value {
  color: var(--vidalux-property-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
  overflow-wrap: anywhere;
}

.vidalux-property-details .vidalux-property-map-address {
  color: var(--vidalux-property-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 15px;
}

.vidalux-property-details .vidalux-property-map {
  background: var(--vidalux-property-warm);
  border-radius: 10px;
  height: 360px;
  overflow: hidden;
  width: 100%;
}

.vidalux-property-details .vidalux-property-map-frame {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.vidalux-property-details .vidalux-property-attribution {
  border-top: 1px solid var(--vidalux-property-soft);
  padding-top: 18px;
}

.vidalux-property-details .vidalux-property-attribution-copy {
  color: var(--vidalux-property-muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 11px;
  max-width: 90ch;
}

.vidalux-property-details .vidalux-property-inquiry-card {
  background: var(--vidalux-property-black);
  border-radius: 10px;
  color: #ffffff;
  padding: 30px;
  width: 100%;
}

.vidalux-property-details .vidalux-property-inquiry-kicker {
  color: #d8b77c;
}

.vidalux-property-details .vidalux-property-inquiry-title {
  color: #ffffff;
  font-family: "Raleway", "Poppins", Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin: 0 0 22px;
}

.vidalux-property-details .vidalux-property-broker {
  border-bottom: 1px solid #383838;
  border-top: 1px solid #383838;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.vidalux-property-details .vidalux-property-broker-name {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.vidalux-property-details .vidalux-property-broker-role,
.vidalux-property-details .vidalux-property-broker-company {
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.5;
  margin: 2px 0 0;
}

.vidalux-property-details .vidalux-property-broker-company {
  margin-bottom: 10px;
}

.vidalux-property-details .vidalux-property-broker-link {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
}

.vidalux-property-details .vidalux-property-broker-link:hover {
  color: #d8b77c;
  text-decoration: none;
}

.vidalux-property-details .vidalux-property-inquiry-actions {
  display: grid;
  gap: 9px;
  padding: 22px 0;
}

.vidalux-property-details .vidalux-property-inquiry-actions .vidalux-property-button {
  width: 100%;
}

.vidalux-property-details .vidalux-property-inquiry-form {
  border-top: 1px solid #383838;
  padding-top: 23px;
  width: 100%;
}

.vidalux-property-details .vidalux-property-form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vidalux-property-details .vidalux-property-field {
  margin-bottom: 14px;
  min-width: 0;
}

.vidalux-property-details .vidalux-property-label,
.vidalux-property-details .vidalux-property-consent-label {
  color: #f3f3f3;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 7px;
}

.vidalux-property-details .vidalux-property-input,
.vidalux-property-details .vidalux-property-textarea {
  appearance: none;
  background: #ffffff;
  border: 1px solid #d6d3ce;
  border-radius: 5px;
  color: var(--vidalux-property-black);
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  padding: 11px 12px;
  width: 100%;
}

.vidalux-property-details .vidalux-property-textarea {
  min-height: 108px;
  resize: vertical;
}

.vidalux-property-details .vidalux-property-consent-field {
  align-items: flex-start;
  display: grid;
  gap: 10px;
  grid-template-columns: 20px minmax(0, 1fr);
  margin: 2px 0 16px;
}

.vidalux-property-details .vidalux-property-checkbox {
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

.vidalux-property-details .vidalux-property-consent-label {
  color: #d1d1d1;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.vidalux-property-details .vidalux-property-submit {
  width: 100%;
}

.vidalux-property-details .vidalux-property-form-status {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  margin: 13px 0 0;
  min-height: 21px;
}

.vidalux-property-details .vidalux-property-form-status-error {
  color: #ffd4d4;
}

.vidalux-property-details .vidalux-property-form-status-success {
  color: #d9efcf;
}

.vidalux-property-details .vidalux-property-similar-section {
  border-top: 1px solid var(--vidalux-property-line);
  margin-top: 64px;
  padding-top: 48px;
}

.vidalux-property-details .vidalux-property-similar-heading {
  margin-bottom: 24px;
}

.vidalux-property-details .vidalux-property-similar-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vidalux-property-details .vidalux-property-similar-card {
  background: #ffffff;
  border: 1px solid var(--vidalux-property-line);
  border-radius: 9px;
  min-width: 0;
  overflow: hidden;
}

.vidalux-property-details .vidalux-property-similar-media {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #242424;
  color: #ffffff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}

.vidalux-property-details .vidalux-property-similar-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vidalux-property-details .vidalux-property-similar-fallback {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  padding: 20px;
  text-align: center;
}

.vidalux-property-details .vidalux-property-similar-body {
  padding: 20px;
}

.vidalux-property-details .vidalux-property-similar-price {
  color: var(--vidalux-property-black);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 7px;
}

.vidalux-property-details .vidalux-property-similar-title {
  color: var(--vidalux-property-black);
  font-family: "Raleway", "Poppins", Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 8px;
}

.vidalux-property-details .vidalux-property-similar-title-link {
  color: var(--vidalux-property-black);
  text-decoration: none;
}

.vidalux-property-details .vidalux-property-similar-title-link:hover {
  color: var(--vidalux-property-gold-dark);
  text-decoration: none;
}

.vidalux-property-details .vidalux-property-similar-address,
.vidalux-property-details .vidalux-property-similar-facts {
  color: var(--vidalux-property-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 9px;
}

.vidalux-property-details .vidalux-property-similar-link {
  color: var(--vidalux-property-black);
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 6px;
  text-decoration: underline;
  text-decoration-color: var(--vidalux-property-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.vidalux-property-details .vidalux-property-similar-link:hover {
  color: var(--vidalux-property-gold-dark);
}

.vidalux-property-details .vidalux-property-state {
  background: var(--vidalux-property-warm);
  border-top: 5px solid var(--vidalux-property-gold);
  margin: 30px auto;
  max-width: 780px;
  padding: 58px;
  text-align: center;
}

.vidalux-property-details .vidalux-property-state-title {
  color: var(--vidalux-property-black);
  font-family: "Raleway", "Poppins", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 17px;
}

.vidalux-property-details .vidalux-property-state-copy {
  color: var(--vidalux-property-muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto 26px;
  max-width: 560px;
}

.vidalux-property-details .vidalux-property-state-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.vidalux-property-details .vidalux-property-loading {
  min-height: 60vh;
}

.vidalux-property-details .vidalux-property-loading-line,
.vidalux-property-details .vidalux-property-loading-gallery,
.vidalux-property-details .vidalux-property-loading-facts,
.vidalux-property-details .vidalux-property-loading-panel,
.vidalux-property-details .vidalux-property-loading-card {
  animation: vidalux-property-loading-pulse 1.45s ease-in-out infinite;
  background: linear-gradient(90deg, #ebe8e2 25%, #f8f6f2 50%, #ebe8e2 75%);
  background-size: 200% 100%;
  border-radius: 7px;
}

.vidalux-property-details .vidalux-property-loading-line-short {
  height: 14px;
  margin-bottom: 28px;
  width: 150px;
}

.vidalux-property-details .vidalux-property-loading-heading {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 240px;
  margin-bottom: 32px;
}

.vidalux-property-details .vidalux-property-loading-line-title {
  height: 58px;
  margin-bottom: 14px;
  max-width: 710px;
}

.vidalux-property-details .vidalux-property-loading-line-address {
  height: 18px;
  width: 48%;
}

.vidalux-property-details .vidalux-property-loading-line-price {
  height: 48px;
}

.vidalux-property-details .vidalux-property-loading-gallery {
  height: clamp(390px, 39vw, 540px);
}

.vidalux-property-details .vidalux-property-loading-facts {
  height: 106px;
  margin-top: 34px;
}

.vidalux-property-details .vidalux-property-loading-columns {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 360px;
  margin-top: 50px;
}

.vidalux-property-details .vidalux-property-loading-panel {
  height: 480px;
}

.vidalux-property-details .vidalux-property-loading-card {
  height: 620px;
}

.vidalux-property-details .vidalux-property-lightbox {
  background: rgba(5, 5, 5, 0.97);
  bottom: 0;
  color: #ffffff;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}

.vidalux-property-details .vidalux-property-lightbox-bar {
  align-items: center;
  border-bottom: 1px solid #363636;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 16px 24px;
}

.vidalux-property-details .vidalux-property-lightbox-title {
  color: #ffffff;
  font-family: "Raleway", "Poppins", Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.vidalux-property-details .vidalux-property-lightbox-count {
  color: #d6d6d6;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.vidalux-property-details .vidalux-property-icon-button {
  align-items: center;
  appearance: none;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: var(--vidalux-property-black);
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  padding: 0;
  width: 46px;
}

.vidalux-property-details .vidalux-property-icon-button:hover {
  background: #d8b77c;
  border-color: #d8b77c;
}

.vidalux-property-details .vidalux-property-icon-glyph {
  font-size: 32px;
  line-height: 1;
}

.vidalux-property-details .vidalux-property-lightbox-close .vidalux-property-icon-glyph {
  font-size: 28px;
}

.vidalux-property-details .vidalux-property-lightbox-stage {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  min-height: 0;
  padding: 24px;
}

.vidalux-property-details .vidalux-property-lightbox-media {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 0;
  min-width: 0;
}

.vidalux-property-details .vidalux-property-lightbox-image {
  display: block;
  height: auto;
  max-height: calc(100vh - 118px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.vidalux-property-details .vidalux-property-lightbox-fallback {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.vidalux-property-details .vidalux-property-button:focus-visible,
.vidalux-property-details .vidalux-property-back-link:focus-visible,
.vidalux-property-details .vidalux-property-text-link:focus-visible,
.vidalux-property-details .vidalux-property-broker-link:focus-visible,
.vidalux-property-details .vidalux-property-similar-title-link:focus-visible,
.vidalux-property-details .vidalux-property-similar-link:focus-visible,
.vidalux-property-details .vidalux-property-gallery-tile:focus-visible,
.vidalux-property-details .vidalux-property-icon-button:focus-visible,
.vidalux-property-details .vidalux-property-input:focus-visible,
.vidalux-property-details .vidalux-property-textarea:focus-visible,
.vidalux-property-details .vidalux-property-checkbox:focus-visible {
  outline: 3px solid #d2a967;
  outline-offset: 3px;
}

@keyframes vidalux-property-loading-pulse {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 1100px) {
  .vidalux-property-details .vidalux-property-main-grid,
  .vidalux-property-details .vidalux-property-loading-columns {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 330px;
  }

  .vidalux-property-details .vidalux-property-inquiry-card {
    padding: 26px;
  }

  .vidalux-property-details .vidalux-property-fact {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 960px) {
  .vidalux-property-details {
    padding-top: 148px;
  }

  .vidalux-property-details .vidalux-property-main-grid,
  .vidalux-property-details .vidalux-property-loading-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .vidalux-property-details .vidalux-property-inquiry-column {
    margin-top: 6px;
  }

  .vidalux-property-details .vidalux-property-inquiry-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
  }

  .vidalux-property-details .vidalux-property-loading-card {
    height: 480px;
    max-width: 680px;
  }

  .vidalux-property-details .vidalux-property-similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .vidalux-property-details .vidalux-property-gallery-grid {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.78fr);
    height: clamp(350px, 53vw, 440px);
  }

  .vidalux-property-details .vidalux-property-gallery-support {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .vidalux-property-details .vidalux-property-gallery-support .vidalux-property-gallery-tile:nth-child(n + 3) {
    display: none;
  }

  .vidalux-property-details .vidalux-property-gallery-support.vidalux-property-gallery-support-1 {
    grid-template-rows: minmax(0, 1fr);
  }

  .vidalux-property-details .vidalux-property-gallery-support.vidalux-property-gallery-support-3 .vidalux-property-gallery-tile:first-child {
    grid-row: auto;
  }

  .vidalux-property-details .vidalux-property-heading-section {
    align-items: start;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr);
  }

  .vidalux-property-details .vidalux-property-price-column {
    text-align: left;
  }

  .vidalux-property-details .vidalux-property-detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .vidalux-property-details {
    padding: 148px 0 58px;
  }

  .vidalux-property-details .vidalux-property-shell {
    width: calc(100% - 32px);
  }

  .vidalux-property-details .vidalux-property-navigation {
    margin-bottom: 19px;
  }

  .vidalux-property-details .vidalux-property-title {
    font-size: clamp(32px, 10vw, 43px);
  }

  .vidalux-property-details .vidalux-property-address {
    font-size: 16px;
  }

  .vidalux-property-details .vidalux-property-price {
    font-size: 32px;
    white-space: normal;
  }

  .vidalux-property-details .vidalux-property-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vidalux-property-details .vidalux-property-actions .vidalux-property-button {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .vidalux-property-details .vidalux-property-actions .vidalux-property-button-gold,
  .vidalux-property-details .vidalux-property-action-status {
    grid-column: 1 / -1;
  }

  .vidalux-property-details .vidalux-property-gallery-grid,
  .vidalux-property-details .vidalux-property-gallery-grid.vidalux-property-gallery-count-1 {
    display: block;
    height: auto;
    max-height: none;
  }

  .vidalux-property-details .vidalux-property-gallery-hero {
    aspect-ratio: 4 / 3;
    height: auto;
    max-height: 430px;
  }

  .vidalux-property-details .vidalux-property-gallery-support {
    display: none;
  }

  .vidalux-property-details .vidalux-property-mobile-gallery-controls {
    display: flex;
  }

  .vidalux-property-details .vidalux-property-gallery-toolbar {
    flex-wrap: wrap;
  }

  .vidalux-property-details .vidalux-property-photo-count {
    margin-left: auto;
  }

  .vidalux-property-details .vidalux-property-gallery-toolbar .vidalux-property-button {
    flex-basis: 100%;
    width: 100%;
  }

  .vidalux-property-details .vidalux-property-gallery-empty {
    height: 290px;
    padding: 28px;
  }

  .vidalux-property-details .vidalux-property-facts-section {
    margin-top: 28px;
  }

  .vidalux-property-details .vidalux-property-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vidalux-property-details .vidalux-property-fact {
    border-bottom: 1px solid var(--vidalux-property-line);
    padding: 18px 10px;
  }

  .vidalux-property-details .vidalux-property-fact:nth-child(2n) {
    border-right: 0;
  }

  .vidalux-property-details .vidalux-property-fact:last-child,
  .vidalux-property-details .vidalux-property-fact:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }

  .vidalux-property-details .vidalux-property-main-grid {
    padding-top: 38px;
  }

  .vidalux-property-details .vidalux-property-information-section {
    padding-bottom: 31px;
  }

  .vidalux-property-details .vidalux-property-information-section + .vidalux-property-information-section {
    padding-top: 31px;
  }

  .vidalux-property-details .vidalux-property-detail-item {
    grid-template-columns: minmax(105px, 0.78fr) minmax(0, 1.22fr);
  }

  .vidalux-property-details .vidalux-property-map {
    height: 300px;
  }

  .vidalux-property-details .vidalux-property-inquiry-card {
    padding: 25px 20px;
  }

  .vidalux-property-details .vidalux-property-form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .vidalux-property-details .vidalux-property-similar-section {
    margin-top: 48px;
    padding-top: 38px;
  }

  .vidalux-property-details .vidalux-property-similar-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vidalux-property-details .vidalux-property-state {
    margin-top: 12px;
    padding: 40px 23px;
  }

  .vidalux-property-details .vidalux-property-loading-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .vidalux-property-details .vidalux-property-loading-line-price {
    height: 38px;
    width: 180px;
  }

  .vidalux-property-details .vidalux-property-loading-gallery {
    height: 300px;
  }

  .vidalux-property-details .vidalux-property-lightbox-bar {
    gap: 10px;
    padding: 13px 15px;
  }

  .vidalux-property-details .vidalux-property-lightbox-title {
    font-size: 17px;
  }

  .vidalux-property-details .vidalux-property-lightbox-stage {
    gap: 8px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    padding: 12px;
  }

  .vidalux-property-details .vidalux-property-icon-button {
    height: 44px;
    width: 44px;
  }
}

@media (max-width: 390px) {
  .vidalux-property-details .vidalux-property-detail-item {
    display: block;
  }

  .vidalux-property-details .vidalux-property-detail-label {
    margin-bottom: 5px;
  }

  .vidalux-property-details .vidalux-property-lightbox-stage {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vidalux-property-details .vidalux-property-button,
  .vidalux-property-details .vidalux-property-loading-line,
  .vidalux-property-details .vidalux-property-loading-gallery,
  .vidalux-property-details .vidalux-property-loading-facts,
  .vidalux-property-details .vidalux-property-loading-panel,
  .vidalux-property-details .vidalux-property-loading-card {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }
}

@media print {
  .vidalux-property-details {
    padding-top: 24px;
  }

  .vidalux-property-details .vidalux-property-actions,
  .vidalux-property-details .vidalux-property-inquiry-column,
  .vidalux-property-details .vidalux-property-gallery-toolbar,
  .vidalux-property-details .vidalux-property-lightbox {
    display: none;
  }

  .vidalux-property-details .vidalux-property-main-grid {
    display: block;
  }
}

/* 2026-08-01 information, calculator, and source refinements */
.vidalux-property-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vidalux-property-breadcrumb li {
  color: #777;
  font-size: .78rem;
}

.vidalux-property-breadcrumb li + li::before {
  content: "/";
  margin-right: .45rem;
}

.vidalux-property-breadcrumb a {
  color: #333;
}

.vidalux-property-data-source {
  color: #796541;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 .5rem;
  text-transform: uppercase;
}

.vidalux-property-details .vidalux-property-section.vidalux-property-vidavalue {
  border-left: 2px solid #C6A15B;
  box-sizing: border-box;
  padding-left: 24px;
}

.vidalux-property-vidavalue-estimate {
  color: #171717;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 750;
  margin-bottom: .4rem;
}

.vidalux-property-vidavalue #property-vidavalue-summary p {
  margin-bottom: .35rem;
}

.vidalux-property-disclosure {
  margin-top: .9rem;
}

.vidalux-property-disclosure > summary {
  color: #171717;
  cursor: pointer;
  font-weight: 700;
  min-height: 44px;
  padding: .6rem 0;
}

.vidalux-property-disclaimer {
  color: #65615a;
  font-size: .82rem;
  line-height: 1.6;
  margin-top: 1rem;
}

.vidalux-property-payment-grid {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.vidalux-property-payment-grid label {
  color: #252525;
  display: grid;
  font-size: .82rem;
  font-weight: 650;
  gap: .3rem;
}

.vidalux-property-payment-grid input {
  background: #fff;
  border: 1px solid #bdb9b0;
  border-radius: 2px;
  color: #171717;
  font: inherit;
  min-height: 44px;
  padding: .65rem .7rem;
  width: 100%;
}

.vidalux-property-payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
}

.vidalux-property-payment-output {
  display: block;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 1rem;
}

.vidalux-property-history-table {
  border-collapse: collapse;
  min-width: 620px;
  width: 100%;
}

#property-price-history {
  overflow-x: auto;
}

.vidalux-property-mobile-disclosure {
  display: none;
}

.vidalux-property-history-table th,
.vidalux-property-history-table td {
  border-bottom: 1px solid #dedbd4;
  padding: .7rem;
  text-align: left;
}

.vidalux-property-listing-provider {
  color: #686868;
  font-size: .88rem;
  font-weight: 400;
  margin: 0 0 .7rem;
}

.vidalux-property-attribution-section {
  background: transparent;
  border: 0;
  border-top: 1px solid #dedbd4;
  padding-left: 0;
  padding-right: 0;
}

.vidalux-property-attribution-copy {
  color: #747474;
  font-size: .75rem;
  line-height: 1.55;
}

.vidalux-property-school {
  border-bottom: 1px solid #dedbd4;
  padding: .75rem 0;
}

.vidalux-property-school h3 {
  font-size: 1rem;
  margin: 0 0 .35rem;
}

#property-favorite-button[aria-pressed="true"] {
  background: #171717;
  color: #fff;
}

@media (max-width: 640px) {
  .vidalux-property-breadcrumb { display: none; }
  .vidalux-property-payment-grid { grid-template-columns: 1fr; }
  .vidalux-property-information-section { scroll-margin-top: 90px; }
  .vidalux-property-mobile-collapsible > .vidalux-property-section-title {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }
  .vidalux-property-mobile-disclosure {
    background: transparent;
    border: 1px solid #918970;
    color: #34312b;
    display: inline-flex;
    flex: 0 0 auto;
    font: inherit;
    font-size: .78rem;
    min-height: 38px;
    padding: .35rem .7rem;
  }
  .vidalux-property-mobile-collapsible.is-mobile-collapsed > :not(.vidalux-property-section-title) {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .vidalux-property-details .vidalux-property-section.vidalux-property-vidavalue {
    border-left: 0;
    border-top: 2px solid #C6A15B;
    padding-left: 0;
    padding-top: 18px;
  }
}
