.property-details-page { background: #f7faf7; }
.verification-trust-section{padding:1.2rem;border:1px solid #b8d5be;border-radius:7px;background:#f0f8f1}.verification-trust-section h2{font-size:1.45rem}.verification-copy{color:var(--property-muted);line-height:1.7}.verification-copy strong{color:var(--green)}.verification-disclaimer{color:var(--property-muted);font-size:.75rem;line-height:1.6}
.property-details-shell { padding: 1.4rem 1rem 6rem; }
.property-breadcrumbs { display: flex; align-items: center; gap: .55rem; min-width: 0; margin: 0 0 1.5rem; color: var(--property-muted); font-size: .72rem; overflow: hidden; white-space: nowrap; }
.property-breadcrumbs a { color: var(--green); font-weight: 700; text-decoration: none; }.property-breadcrumbs strong { overflow: hidden; text-overflow: ellipsis; color: var(--property-ink); font-weight: 600; }.property-back-link { display: inline-block; color: var(--green); font-size: .8rem; font-weight: 800; text-decoration: none; margin-bottom: 1.25rem; }.property-back-link:hover { color: var(--orange); }
.property-detail-top { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr); gap: 2.5rem; align-items: start; }.property-gallery { min-width: 0; }.property-gallery__main { display: block; width: 100%; aspect-ratio: 1.55 / 1; padding: 0; border: 0; border-radius: 7px; overflow: hidden; background: #e8efea; cursor: zoom-in; }.property-gallery__main img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.property-gallery__main:hover img { transform: scale(1.025); }.property-gallery__main img.is-fallback, .property-gallery__thumb img.is-fallback { object-fit: contain; padding: 3rem; background: #edf5ef; }.property-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; margin-top: .7rem; }.property-gallery__thumb { aspect-ratio: 1.35 / 1; padding: 0; border: 2px solid transparent; border-radius: 4px; overflow: hidden; background: #e8efea; cursor: pointer; }.property-gallery__thumb.is-active { border-color: var(--orange); }.property-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.property-detail-summary { padding: .5rem 0; }.property-detail-summary__badges { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.2rem; }.property-detail-summary .property-badge, .property-detail-summary .property-featured-badge, .property-status-badge { position: static; display: inline-flex; align-items: center; min-height: 26px; padding: .35rem .55rem; border-radius: 3px; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.property-detail-summary .property-featured-badge { background: #edf5ef; color: var(--green); }.property-status-badge { background: #eef6ef; color: var(--green); }.property-detail-summary h1 { max-width: 620px; color: var(--property-ink); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.05em; margin: 0 0 .9rem; }.property-detail-summary__location { color: var(--property-muted); font-size: .9rem; margin: 0 0 1.3rem; }.property-detail-summary__location span { color: var(--orange); }.property-detail-summary__price { color: var(--green); font-family: 'Montserrat', sans-serif; font-size: clamp(1.3rem, 2.5vw, 2rem); font-weight: 800; margin: 0 0 .4rem; }.property-reference { color: var(--property-muted); font-size: .72rem; margin: 0 0 1.5rem; }.property-detail-summary__actions { display: flex; align-items: center; flex-wrap: wrap; gap: .6rem; }.property-outline-button, .property-save-button { min-height: 50px; padding: .8rem 1rem; border: 1px solid var(--property-line); border-radius: 5px; background: #fff; color: var(--green); font: inherit; font-size: .8rem; font-weight: 800; cursor: pointer; }.property-outline-button:hover, .property-save-button:hover, .property-save-button.is-selected { border-color: var(--green); background: #edf5ef; }.property-action-note { min-height: 1.2rem; color: var(--orange-dark); font-size: .75rem; margin: .8rem 0 0; }
.property-detail-section { padding: 3.5rem 0 0; }.property-detail-section h2, .property-listed-by h2, .property-related h2 { color: var(--property-ink); font-size: clamp(1.65rem, 3vw, 2.4rem); letter-spacing: -.04em; margin: 0 0 1rem; }.property-description { max-width: 720px; color: var(--property-muted); line-height: 1.85; font-size: .95rem; margin: 0; }.property-quick-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: .7rem; padding: 1.1rem; margin-top: 2rem; border: 1px solid var(--property-line); border-radius: 7px; background: #fff; }.property-quick-stats div { display: grid; grid-template-columns: auto 1fr; column-gap: .6rem; align-items: center; padding: .65rem .8rem; border-right: 1px solid var(--property-line); }.property-quick-stats div:last-child { border-right: 0; }.property-quick-stats span { grid-row: span 2; color: var(--orange); font-size: 1.25rem; }.property-quick-stats strong { color: var(--property-ink); font-size: 1.05rem; }.property-quick-stats small { color: var(--property-muted); font-size: .68rem; }
.property-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 4rem; }.property-amenities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; max-width: 720px; }.property-amenities span { display: flex; align-items: center; gap: .6rem; padding: .75rem .8rem; border: 1px solid var(--property-line); border-radius: 4px; background: #fff; color: var(--property-muted); font-size: .82rem; }.property-amenities b { color: var(--orange); }.property-specifications { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; border-top: 1px solid var(--property-line); }.property-specifications div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem .25rem; border-bottom: 1px solid var(--property-line); }.property-specifications dt { color: var(--property-muted); font-size: .78rem; }.property-specifications dd { color: var(--property-ink); font-size: .78rem; font-weight: 800; text-align: right; margin: 0; }.property-location-card { display: grid; grid-template-columns: 170px 1fr; align-items: stretch; max-width: 720px; overflow: hidden; border: 1px solid var(--property-line); border-radius: 6px; background: #fff; }.property-location-card__map { display: grid; min-height: 135px; place-items: center; background: repeating-linear-gradient(45deg, #eaf2eb, #eaf2eb 10px, #e1ebe2 10px, #e1ebe2 11px); color: var(--orange); font-size: 2.5rem; }.property-location-card > div:last-child { padding: 1.2rem; }.property-location-card strong { color: var(--property-ink); }.property-location-card p, .property-location-card small { display: block; color: var(--property-muted); font-size: .8rem; line-height: 1.6; margin: .35rem 0 0; }.property-listed-by { align-self: start; margin-top: 3.5rem; padding: 1.3rem; border: 1px solid var(--property-line); border-radius: 7px; background: #fff; }.property-listed-by__person { display: flex; align-items: center; gap: .75rem; margin: 1.2rem 0; }.property-agent-avatar { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--green); color: #fff; font-family: 'Montserrat', sans-serif; font-size: 1.25rem; font-weight: 800; }.property-listed-by__person strong, .property-listed-by__person span { display: block; }.property-listed-by__person strong { color: var(--property-ink); font-size: .85rem; }.property-listed-by__person span, .property-listed-by > p:last-of-type { color: var(--property-muted); font-size: .75rem; line-height: 1.6; }.property-listed-by > p:last-of-type { margin: 0 0 1rem; }.property-button--full { width: 100%; }
.property-related { padding-top: 5.5rem; }.property-related .property-listing-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.5rem; }.property-related .property-listing-section-heading h2 { margin: 0; }.property-related .property-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }.property-related .property-card__image-wrap { height: 190px; }.property-text-link { color: var(--green); font-size: .82rem; font-weight: 800; text-decoration: none; }.property-text-link span { color: var(--orange); }
.property-not-found { min-height: 62vh; display: grid; place-items: center; padding: 5rem 1rem; background: var(--property-soft); text-align: center; }.property-not-found__content { max-width: 620px; }.property-not-found h1 { color: var(--property-ink); font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.05em; margin: 0 0 1rem; }.property-not-found p:not(.properties-eyebrow) { color: var(--property-muted); margin: 0 auto 1.5rem; }
.property-lightbox[hidden] { display: none; }.property-lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 2rem; }.property-lightbox__backdrop { position: absolute; inset: 0; background: rgba(10, 25, 17, .9); }.property-lightbox__content { position: relative; z-index: 1; display: grid; grid-template-columns: 48px minmax(0, 900px) 48px; grid-template-rows: minmax(0, 1fr) auto; align-items: center; gap: 1rem; width: min(100%, 1050px); height: min(88vh, 760px); }.property-lightbox__content img { width: 100%; height: min(75vh, 650px); object-fit: contain; grid-column: 2; grid-row: 1; }.property-lightbox__content button { border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; }.property-lightbox__close { position: absolute; top: -1rem; right: 0; width: 42px; height: 42px; font-size: 1.5rem; }.property-lightbox__prev, .property-lightbox__next { width: 44px; height: 44px; font-size: 1.1rem; }.property-lightbox__prev { grid-column: 1; grid-row: 1; }.property-lightbox__next { grid-column: 3; grid-row: 1; }.property-lightbox__content p { grid-column: 2; grid-row: 2; color: #fff; text-align: center; margin: 0; }.property-lightbox-open { overflow: hidden; }
.property-mobile-action-bar { display: none; }
.property-inquiry-modal[hidden] { display: none; }.property-inquiry-modal { position: fixed; inset: 0; z-index: 1900; display: grid; place-items: center; padding: 1rem; }.property-inquiry-backdrop { position: absolute; inset: 0; background: rgba(10,25,17,.62); }.property-inquiry-dialog { position: relative; z-index: 1; width: min(100%, 520px); max-height: 92vh; overflow-y: auto; padding: 1.5rem; border-radius: 7px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.24); }.property-inquiry-close { position: absolute; top: .8rem; right: .8rem; width: 36px; height: 36px; border: 1px solid var(--property-line); border-radius: 50%; background: #fff; color: var(--property-ink); font-size: 1.3rem; cursor: pointer; }.property-inquiry-dialog h2 { color: var(--property-ink); margin: 0 0 1rem; }.property-inquiry-context { display: grid; gap: .25rem; margin-bottom: 1rem; padding: .8rem; border-radius: 4px; background: var(--property-soft); }.property-inquiry-context strong { color: var(--property-ink); }.property-inquiry-context span { color: var(--property-muted); font-size: .75rem; }.property-inquiry-dialog label { display: grid; gap: .35rem; margin-top: .8rem; color: var(--property-ink); font-size: .78rem; font-weight: 800; }.property-inquiry-dialog input,.property-inquiry-dialog textarea { width: 100%; border: 1px solid var(--property-line); border-radius: 4px; padding: .7rem; font: inherit; font-size: .85rem; outline: 0; }.property-inquiry-dialog input:focus,.property-inquiry-dialog textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(11,93,59,.12); }.property-inquiry-dialog textarea { resize: vertical; }.property-inquiry-error { min-height: 1rem; color: #a33a28; font-size: .75rem; }.property-inquiry-dialog > .property-button { width: 100%; }
@media (max-width: 1100px) { .property-detail-top { grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 1.5rem; }.property-related .property-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) { .property-details-shell { padding-top: 1rem; padding-bottom: 6rem; }.property-breadcrumbs { margin-bottom: 1rem; }.property-breadcrumbs span:nth-of-type(2), .property-breadcrumbs strong { display: none; }.property-detail-top { display: flex; flex-direction: column; gap: 1.5rem; }.property-gallery { width: 100%; }.property-gallery__main { aspect-ratio: 1.2 / 1; }.property-gallery__thumbs { grid-template-columns: repeat(4, 1fr); gap: .45rem; }.property-gallery__thumb:nth-child(n+5) { display: none; }.property-detail-summary { width: 100%; }.property-detail-summary h1 { font-size: 2.25rem; }.property-detail-summary__actions { display: grid; grid-template-columns: 1fr 1fr; }.property-detail-summary__actions .property-button { grid-column: 1 / -1; width: 100%; }.property-quick-stats { grid-template-columns: repeat(2, 1fr); margin-top: 1.5rem; }.property-quick-stats div { border-right: 0; border-bottom: 1px solid var(--property-line); }.property-quick-stats div:last-child { border-bottom: 0; }.property-detail-layout { display: block; }.property-detail-section { padding-top: 3rem; }.property-amenities, .property-specifications { grid-template-columns: 1fr; }.property-listed-by { margin-top: 3rem; }.property-related { padding-top: 4rem; }.property-related .property-listing-section-heading { display: block; }.property-related .property-text-link { display: inline-block; margin-top: 1rem; }.property-related .property-card-grid { grid-template-columns: 1fr; }.property-related .property-card:nth-child(n+3) { display: none; }.property-mobile-action-bar { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr .5fr; gap: .5rem; padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 -8px 24px rgba(20,57,38,.13); }.property-mobile-action-bar button { min-height: 44px; border: 0; border-radius: 4px; background: var(--green); color: #fff; font: inherit; font-size: .8rem; font-weight: 800; }.property-mobile-action-bar button:last-child { border: 1px solid var(--property-line); background: #fff; color: var(--green); }.property-lightbox { padding: .8rem; }.property-lightbox__content { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: .3rem; width: 100%; height: 80vh; }.property-lightbox__content img { height: 65vh; }.property-lightbox__close { top: -2.5rem; right: 0; }.property-lightbox__prev, .property-lightbox__next { width: 36px; height: 36px; } }
@media (prefers-reduced-motion: reduce) { .property-details-page *, .property-details-page *::before, .property-details-page *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
