.property-listings-page { background: #f7faf7; }
.property-listings-hero { padding: 5.5rem 0 4.5rem; background: var(--green); color: #fff; }
.property-listings-hero .properties-eyebrow { color: #ffd19e; }
.property-listings-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1; margin: 0 0 1rem; }
.property-listings-hero p:last-child { max-width: 570px; color: rgba(255,255,255,.8); line-height: 1.7; margin: 0; }
.property-listings-hero__list-link { margin-top: 1.4rem; }
.property-browse-shell { padding: 4.5rem 0 6rem; }
.property-browse-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.8rem; }
.property-browse-toolbar h2, .property-listing-section-heading h2 { color: var(--property-ink); font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -.04em; margin: 0; }
.property-result-count { color: var(--green); font-size: .85rem; font-weight: 800; }
.property-browse-controls { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.property-listing-search { display: flex; align-items: center; flex: 1; gap: .7rem; min-height: 52px; padding: 0 1rem; border: 1px solid var(--property-line); border-radius: 5px; background: #fff; color: var(--green); }
.property-listing-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--property-ink); font: inherit; font-size: .88rem; }
.property-sort { display: flex; align-items: center; gap: .65rem; min-height: 52px; padding: 0 .8rem 0 1rem; border: 1px solid var(--property-line); border-radius: 5px; background: #fff; white-space: nowrap; }
.property-sort span { color: var(--property-muted); font-size: .75rem; font-weight: 700; }
.property-sort select { border: 0; outline: 0; background: #fff; color: var(--property-ink); font: inherit; font-size: .82rem; font-weight: 700; cursor: pointer; }
.property-filter-toggle { display: inline-flex; align-items: center; gap: .45rem; min-height: 52px; padding: 0 1rem; border: 1px solid var(--property-line); border-radius: 5px; background: #fff; color: var(--green); font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; white-space: nowrap; }
.property-filter-toggle:hover { border-color: var(--green); background: #f1f7f2; }
.property-filter-count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; border-radius: 50%; background: var(--orange); color: #fff; font-size: .68rem; }
.property-search-suggestions { position: absolute; z-index: 20; width: min(560px, calc(100% - 2rem)); margin-top: -1rem; border: 1px solid var(--property-line); border-radius: 5px; background: #fff; box-shadow: 0 12px 28px rgba(20,57,38,.12); overflow: hidden; }
.property-search-suggestions button { display: block; width: 100%; border: 0; padding: .8rem 1rem; background: #fff; color: var(--property-ink); font: inherit; text-align: left; cursor: pointer; }
.property-search-suggestions button:hover { background: var(--property-soft); }
.property-filter-panel { position: relative; z-index: 30; margin: 1.25rem 0 1.75rem; padding: 1.5rem; border: 1px solid var(--property-line); border-radius: 7px; background: #fff; box-shadow: 0 16px 35px rgba(20,57,38,.08); }
.property-filter-panel__header { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 1.35rem; }.property-filter-panel__header h2 { color: var(--property-ink); font-size: 1.35rem; margin: 0; }.property-filter-close { display: none; width: 40px; height: 40px; border: 1px solid var(--property-line); border-radius: 4px; background: #fff; color: var(--property-ink); font-size: 1.5rem; cursor: pointer; }
.property-filter-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }.property-filter-field { min-width: 0; display: flex; flex-direction: column; gap: .4rem; border: 0; padding: 0; margin: 0; }.property-filter-field > span, .property-filter-field legend { color: var(--property-muted); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.property-filter-field input, .property-filter-field select { width: 100%; min-height: 44px; border: 1px solid var(--property-line); border-radius: 4px; padding: .55rem .65rem; background: #fff; color: var(--property-ink); font: inherit; font-size: .8rem; outline: 0; }.property-filter-field input:focus, .property-filter-field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(11,93,59,.12); }.property-filter-field--range > div { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }.property-filter-field--amenities { grid-column: span 2; }.property-amenity-options { display: flex; flex-wrap: wrap; gap: .5rem; }.property-amenity-options label { position: relative; }.property-amenity-options input { position: absolute; opacity: 0; }.property-amenity-options span { display: block; border: 1px solid var(--property-line); border-radius: 999px; padding: .5rem .7rem; color: var(--property-muted); font-size: .72rem; cursor: pointer; }.property-amenity-options input:checked + span { border-color: var(--green); background: #edf5ef; color: var(--green); font-weight: 800; }.property-amenity-options input:focus-visible + span { outline: 3px solid #ffd19e; outline-offset: 2px; }
.property-filter-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--property-line); }.property-filter-reset { border: 0; background: transparent; color: var(--green); font: inherit; font-size: .8rem; font-weight: 800; cursor: pointer; }.property-filter-reset:hover { color: var(--orange); }.property-filter-backdrop { display: none; }
.property-active-filters { display: flex; align-items: center; flex-wrap: wrap; gap: .55rem; margin: .25rem 0 1.5rem; }.property-active-filters strong { color: var(--property-muted); font-size: .74rem; margin-right: .2rem; }.property-active-filters > button { border: 0; background: transparent; color: var(--green); font: inherit; font-size: .74rem; font-weight: 800; cursor: pointer; }.property-active-filters #save-property-search { margin-left: auto; padding: .45rem .7rem; border: 1px solid var(--orange); border-radius: 4px; background: #fff8f1; color: var(--orange); }.property-active-filters #save-search-signin { color: var(--property-muted); font-size: .72rem; }.property-filter-chip { border: 1px solid rgba(11,93,59,.2); border-radius: 999px; padding: .42rem .65rem; background: #edf5ef; color: var(--green); font: inherit; font-size: .72rem; font-weight: 700; cursor: pointer; }.property-filter-chip:hover { background: #dcecdf; }
.property-category-tabs { display: flex; gap: .5rem; overflow-x: auto; padding: .25rem 0 1.5rem; scrollbar-width: thin; }
.property-category-tabs button { min-height: 40px; padding: .55rem .9rem; border: 1px solid var(--property-line); border-radius: 4px; background: #fff; color: var(--property-muted); font: inherit; font-size: .78rem; font-weight: 700; white-space: nowrap; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.property-category-tabs button:hover, .property-category-tabs button.is-active { border-color: var(--green); background: var(--green); color: #fff; }
.property-featured-strip { padding: 2rem 0 3.7rem; }
.property-listing-section-heading { margin: 0 0 1.4rem; }
.property-listing-section-heading--all { padding-top: .5rem; }
.property-card-grid--featured, .property-card-grid--listings { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.property-card-grid--featured .property-card { border-color: rgba(242,104,4,.25); }
.property-favorite-button { position: absolute; top: .8rem; right: .8rem; z-index: 2; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--green); font-size: 1.2rem; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,.12); }.property-favorite-button.is-saved { color: #c2410c; }.property-favorite-button:focus-visible { outline: 3px solid #ffd19e; outline-offset: 2px; }.property-favorite-button:disabled { opacity: .6; cursor: wait; }
.property-featured-badge { position: absolute; left: 1rem; bottom: 1rem; padding: .35rem .55rem; border-radius: 3px; background: #fff; color: var(--green); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.property-listing-state { padding: 4rem 1rem; border: 1px solid var(--property-line); border-radius: 7px; background: #fff; text-align: center; }
.property-listing-state h2 { color: var(--property-ink); font-size: 1.7rem; margin: .8rem 0 .45rem; }
.property-listing-state p { color: var(--property-muted); margin: 0 0 1.4rem; }
.property-state-mark { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #edf5ef; color: var(--green); font-size: 1.5rem; font-weight: 800; }
.property-listing-state--error .property-state-mark { background: #fff0e6; color: var(--orange); }
.property-skeleton-grid { display: contents; }
.property-skeleton-card { display: block; height: 450px; border-radius: 7px; background: linear-gradient(90deg, #e8eee9 25%, #f5f8f5 37%, #e8eee9 63%); background-size: 400% 100%; animation: property-skeleton 1.3s ease infinite; }
.property-listing-search:focus-within, .property-sort:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(11,93,59,.12); }
.property-listings-page .property-card__image-wrap img.is-fallback { object-fit: contain; padding: 3rem; background: #edf5ef; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@keyframes property-skeleton { from { background-position: 100% 0; } to { background-position: -100% 0; } }
@media (min-width: 1440px) { .property-card-grid--featured, .property-card-grid--listings { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 1023px) { .property-card-grid--featured, .property-card-grid--listings { grid-template-columns: repeat(2, minmax(0, 1fr)); }.property-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.property-filter-field--amenities { grid-column: span 2; } }
@media (max-width: 767px) { .property-listings-hero { padding: 4rem 0 3.2rem; }.property-browse-shell { padding: 3.5rem 0 4.5rem; }.property-browse-toolbar { display: block; }.property-result-count { margin-top: 1rem; }.property-browse-controls { align-items: stretch; flex-direction: column; }.property-filter-toggle { justify-content: center; }.property-sort { justify-content: space-between; }.property-card-grid--featured, .property-card-grid--listings { grid-template-columns: 1fr; }.property-featured-strip { padding-bottom: 3rem; }.property-skeleton-card { height: 420px; }.property-filter-panel { position: fixed; inset: 0; overflow-y: auto; transform: translateY(100%); visibility: hidden; margin: 0; border: 0; border-radius: 0; padding: 1.25rem 1rem 6rem; transition: transform .25s ease, visibility .25s ease; }.property-filter-panel.is-open { transform: translateY(0); visibility: visible; }.property-filter-panel__header { align-items: center; }.property-filter-close { display: block; }.property-filter-grid { grid-template-columns: 1fr; }.property-filter-field--amenities { grid-column: auto; }.property-filter-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 2; margin: 0; padding: .75rem 1rem; background: #fff; box-shadow: 0 -8px 20px rgba(20,57,38,.12); }.property-filter-actions .property-button { min-width: 150px; }.property-filter-backdrop { position: fixed; inset: 0; z-index: 25; display: block; background: rgba(20,37,29,.5); }.property-filter-backdrop[hidden] { display: none; }.property-filter-open { overflow: hidden; }.property-active-filters { align-items: flex-start; }.property-active-filters strong { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .property-skeleton-card { animation: none; } }