/* Estate Counter Continuity — desktop and tablet listing imagery must remain generous and fully legible. */
@media(min-width:761px){
  .page-shell:has(.search-page-heading){max-width:1640px;padding-left:clamp(28px,4vw,72px);padding-right:clamp(28px,4vw,72px)}
  .filter-layout{align-items:start;gap:clamp(22px,2.4vw,34px)}
  .results-grid{align-items:stretch}
  .results-grid .property-card{display:flex;flex-direction:column;min-width:0}
  .results-grid .property-media{flex:0 0 auto;background:#e8f1ee}
  .results-grid .property-gallery .property-image{height:auto;min-height:0;aspect-ratio:4 / 3;background:#e8f1ee}
  .results-grid .property-gallery .listing-gallery-image{height:100%;object-fit:contain;object-position:center;background:#e8f1ee}
  .results-grid .property-body{display:flex;flex:1;flex-direction:column}
  .results-grid .property-footer{margin-top:auto}
  .results-grid .property-card:hover .listing-gallery-image{transform:none}
}
@media(min-width:761px) and (max-width:1099px){
  .page-shell:has(.search-page-heading){padding-top:30px}
  .search-page-heading{margin-bottom:26px}
  .filter-layout{grid-template-columns:250px minmax(0,1fr);gap:20px}
  .filter-panel{top:86px}
  .results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .results-grid .property-body{padding:15px}
  .results-grid .property-card h3{font-size:14px}
  .results-grid .property-price{font-size:21px}
}
@media(min-width:1100px) and (max-width:1479px){
  .filter-layout{grid-template-columns:300px minmax(0,1fr)}
  .results-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
  .results-grid .property-gallery .property-image{aspect-ratio:4 / 3}
}
@media(min-width:1480px){
  .filter-layout{grid-template-columns:310px minmax(0,1fr)}
  .results-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
  .results-grid .property-gallery .property-image{aspect-ratio:4 / 3}
}
