.listings-hero{padding:clamp(65px,8vw,120px) 0;background:var(--neutral)}.listings-hero h1{max-width:1050px}.listings-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:36px;padding:14px 20px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap}.filter-pills-group{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.filter-group-label{font:700 .68rem var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);white-space:nowrap}.filter-pills{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.filter-pill{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 16px;border-radius:20px;border:1px solid rgba(16,35,45,.16);background:#10232d08;color:var(--ink);font-family:var(--body);font-size:.84rem;font-weight:550;cursor:pointer;transition:all .2s var(--ease);white-space:nowrap}.filter-pill:hover{background:#10232d14;border-color:#10232d59}.filter-pill.active,.filter-pill[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:var(--white);box-shadow:0 2px 8px #10232d2e}.pill-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#ffffff38;color:#fff;font:700 .68rem var(--mono)}.filter-pill:not(.active) .pill-badge{background:#10232d1a;color:var(--ink)}.listings-count-status{margin:0;font-size:.88rem;color:var(--muted);white-space:nowrap}.listings-count-status strong{color:var(--ink);font-weight:700}.listings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.empty-state{padding:80px 25px;text-align:center;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff}.data-notice{margin-bottom:22px;padding:13px 16px;border:1px solid var(--copper);border-radius:var(--radius-sm);background:var(--neutral);font-size:.9rem}.property-head{padding:50px 0 36px}.back-link{display:inline-flex;height:42px;align-items:center;margin-bottom:16px;color:var(--muted);font-size:.88rem;transition:color .2s}.back-link:hover{color:var(--ink)}.property-title{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.property-title h1{max-width:940px;margin-bottom:0}.property-rent{font-weight:700;white-space:nowrap;font-size:1.15rem;color:var(--deep-copper);margin:0}.property-gallery-wrap{position:relative;background:var(--sand);margin-bottom:30px;border-radius:var(--radius-md);overflow:hidden}.property-gallery{display:grid;gap:8px;height:488px;overflow:hidden}.property-gallery button{position:relative;border:0;padding:0;overflow:hidden;background:var(--sand);cursor:pointer}.property-gallery img{width:100%;height:100%;object-fit:cover;filter:saturate(.76) contrast(.96);transition:transform .5s var(--ease),filter .3s var(--ease)}.property-gallery button:hover img{transform:scale(1.025);filter:saturate(.92) contrast(1)}.property-gallery.gallery-count-1{grid-template-columns:1fr}.property-gallery.gallery-count-2{grid-template-columns:1fr 1fr}.property-gallery.gallery-count-3{grid-template-columns:1.35fr 1fr;grid-template-rows:240px 240px}.property-gallery.gallery-count-3 button:nth-child(1){grid-row:1 / 3;grid-column:1}.property-gallery.gallery-count-3 button:nth-child(2){grid-row:1;grid-column:2}.property-gallery.gallery-count-3 button:nth-child(3){grid-row:2;grid-column:2}.property-gallery.gallery-count-4{grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:240px 240px}.property-gallery.gallery-count-4 button:nth-child(1){grid-row:1 / 3;grid-column:1}.property-gallery.gallery-count-4 button:nth-child(2){grid-row:1;grid-column:2}.property-gallery.gallery-count-4 button:nth-child(3){grid-row:1;grid-column:3}.property-gallery.gallery-count-4 button:nth-child(4){grid-row:2;grid-column:2 / 4}.property-gallery.gallery-count-5{grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:240px 240px}.property-gallery.gallery-count-5 button:nth-child(1){grid-row:1 / 3;grid-column:1}.property-gallery.gallery-count-5 button:nth-child(2){grid-row:1;grid-column:2}.property-gallery.gallery-count-5 button:nth-child(3){grid-row:1;grid-column:3}.property-gallery.gallery-count-5 button:nth-child(4){grid-row:2;grid-column:2}.property-gallery.gallery-count-5 button:nth-child(5){grid-row:2;grid-column:3}.gallery-badge-btn{display:none;position:absolute;right:16px;bottom:16px;z-index:10;align-items:center;gap:8px;height:38px;padding:0 16px;background:#0b1820e0;color:#fff;font-size:.8rem;font-family:var(--mono);border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-sm);backdrop-filter:blur(10px);cursor:pointer;transition:background .2s}.gallery-badge-btn:hover{background:var(--ink)}.property-layout{display:grid;grid-template-columns:1.8fr .8fr;gap:clamp(50px,7vw,100px)}.property-rent-box{display:flex;align-items:baseline;gap:6px;background:var(--neutral);padding:8px 16px;border-radius:var(--radius-sm);border:1px solid var(--line)}.property-rent-amount{font-size:1.4rem;font-weight:700;color:var(--deep-copper)}.property-rent-freq{font-size:.85rem;color:var(--muted)}.property-status-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#b8733314;border:1px solid rgba(184,115,51,.25);border-radius:999px;color:var(--deep-copper);font-size:.88rem;font-weight:600}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px #10b98133}.property-specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin:24px 0 0;padding-top:20px;border-top:1px solid var(--line)}.spec-card{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--sand);border:1px solid var(--line);border-radius:var(--radius-sm);transition:border-color .2s,transform .2s}.spec-card:hover{border-color:var(--copper);transform:translateY(-1px)}.spec-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#fff;color:var(--deep-copper);flex-shrink:0;box-shadow:0 1px 3px #0000000a}.spec-info{display:flex;flex-direction:column}.spec-val{font-size:.95rem;font-weight:700;color:var(--ink);line-height:1.2}.spec-lbl{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.property-section{margin-bottom:48px;padding-bottom:40px;border-bottom:1px solid var(--line)}.property-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.property-section .eyebrow{margin-bottom:8px;color:var(--deep-copper);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.property-section h2{font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:650;color:var(--ink);margin-bottom:22px;line-height:1.3;letter-spacing:-.01em}.rich-description{color:#384247;font-size:1.02rem;line-height:1.82;letter-spacing:-.005em}.rich-description p{margin-top:0;margin-bottom:18px}.rich-description p:last-child{margin-bottom:0}.rich-description strong{color:var(--ink);font-weight:700}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 18px;list-style:none;padding:0;margin:0}.feature-list li{position:relative;display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--sand);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:.94rem;color:var(--ink);line-height:1.55;font-weight:500;transition:border-color .2s,transform .2s}.feature-list li:hover{border-color:var(--copper);transform:translateY(-1px)}.feature-list li:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--copper);margin-top:6px;flex-shrink:0;box-shadow:0 0 0 2px #b8733333}.location-real-panel{display:grid;grid-template-columns:1fr 1.4fr;min-height:340px;background:var(--neutral);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.location-meta-box{padding:28px;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.location-pin-title{display:flex;align-items:center;gap:8px;font-size:1.05rem;color:var(--ink)}.location-pin-title svg{color:var(--deep-copper);flex-shrink:0}.location-notice{font-size:.88rem;color:var(--muted);line-height:1.55;margin:0}.directions-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);font-size:.84rem;font-weight:600;text-decoration:none;transition:all .2s ease;width:fit-content}.directions-btn:hover{border-color:var(--deep-copper);color:var(--deep-copper);box-shadow:0 2px 6px #0000000f}.interactive-map-frame{width:100%;min-height:360px;background:#e5e3df;position:relative;z-index:1}.leaflet-container{position:relative!important;background:#e5e3df!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;width:100%!important;height:100%!important;z-index:1}.leaflet-container .leaflet-tile-container img,.leaflet-container img.leaflet-tile,.leaflet-tile-container img{max-width:none!important;max-height:none!important;min-width:0!important;min-height:0!important;width:256px!important;height:256px!important;padding:0!important;margin:0!important;border:none!important;border-radius:0!important;box-shadow:none!important;display:block!important;transform:none}.leaflet-bar{box-shadow:0 1px 5px #0006;background:#fff;border:1px solid rgba(0,0,0,.2)}.leaflet-bar a{width:28px;height:28px;line-height:28px;color:#10232d;font-weight:700;font-size:16px}.leaflet-control-attribution{padding:0 6px;font-size:10px;color:#62727b}.leaflet-popup-content-wrapper{padding:0!important;border-radius:8px!important;background:#fff;color:#10232d;box-shadow:0 10px 25px #0003!important;overflow:hidden!important}.leaflet-popup-content{margin:0!important;line-height:1.4!important}.leaflet-popup-tip-container{width:30px;height:15px;margin-left:-15px}.leaflet-popup-tip{width:14px;height:14px;margin:-7px auto 0;box-shadow:0 3px 10px #0000004d}a.leaflet-popup-close-button{border-radius:50%;z-index:10}.mrsl-property-marker{display:inline-flex;align-items:center;gap:6px;background:#10232d;color:#fff;padding:5px 11px;border-radius:999px;font-size:.78rem;font-weight:700;border:2px solid #ffffff;box-shadow:0 4px 12px #00000047;white-space:nowrap;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .2s}.mrsl-property-marker:hover{transform:scale(1.08);background:#b87333}.mrsl-property-marker .pin-dot{width:7px;height:7px;border-radius:50%;background:#c5832b}.mrsl-poi-marker{width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid #b87333;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px #0003;cursor:pointer;transition:transform .2s}.mrsl-poi-marker:hover{transform:scale(1.2)}.mrsl-poi-marker svg{color:#b87333;width:14px;height:14px;display:block}.radar-chips-panel{margin-top:14px}.radar-chips-title{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--muted);margin-bottom:8px}.radar-chips-wrap{display:flex;flex-wrap:wrap;gap:8px}.mrsl-radar-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:.8rem;color:var(--ink);cursor:pointer;transition:all .2s ease}.mrsl-radar-chip:hover,.mrsl-radar-chip.active{border-color:var(--copper);background:var(--sand);transform:translateY(-1px)}.mrsl-radar-chip strong{color:var(--deep-copper)}.chip-svg-wrap{display:inline-flex;align-items:center;justify-content:center;color:var(--deep-copper);flex-shrink:0}.view-switch-tabs{display:inline-flex;padding:3px;background:var(--sand);border:1px solid var(--line);border-radius:var(--radius-sm);gap:2px}.view-tab-btn{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;font-size:.82rem;font-weight:600;color:var(--muted);background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.view-tab-btn.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #0000000f}.rentals-map-container{display:none;width:100%;height:560px;border-radius:var(--radius-md);border:1px solid var(--line);overflow:hidden;margin-top:24px;position:relative}.rentals-map-container.active{display:block}@media(max-width:768px){.location-real-panel{grid-template-columns:1fr}.interactive-map-frame{min-height:240px}.property-specs-grid{grid-template-columns:repeat(2,1fr)}}.enquiry-card{position:sticky;top:calc(var(--header) + 25px);padding:30px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.enquiry-card h2{margin:22px 0 12px;font-family:var(--body);font-size:1.5rem;font-weight:650;letter-spacing:0;line-height:1.25}.enquiry-card .button{width:100%;height:48px;margin-top:14px}.similar-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.gallery-dialog{width:min(1100px,94vw);max-width:none;border:0;padding:24px;background:var(--deep);color:#fff;border-radius:var(--radius-md);box-shadow:0 25px 60px #0009}.gallery-dialog::backdrop{background:#070f14f0;backdrop-filter:blur(8px)}.gallery-dialog-inner{display:flex;flex-direction:column;gap:14px}.gallery-dialog-top{display:flex;justify-content:space-between;align-items:center}.gallery-counter{font:700 .85rem var(--mono);color:#ffffffb3;letter-spacing:.08em}.gallery-dialog-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:60vh}.gallery-img-container{max-height:76vh;display:flex;align-items:center;justify-content:center}.gallery-img-container img{max-height:76vh;max-width:100%;object-fit:contain;border-radius:var(--radius-sm)}.gallery-close,.gallery-prev,.gallery-next{border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-sm);background:#10232dd9;color:#fff;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,border-color .2s}.gallery-close:hover,.gallery-prev:hover,.gallery-next:hover{background:var(--copper);border-color:var(--copper)}.gallery-prev{position:absolute;left:10px;z-index:5}.gallery-next{position:absolute;right:10px;z-index:5}@media(max-width:1050px){.listings-grid{grid-template-columns:1fr 1fr}.property-layout{grid-template-columns:1fr}.property-aside{order:-1}.enquiry-card{position:static}}@media(max-width:680px){.listings-grid,.similar-grid{grid-template-columns:1fr}.property-title{display:block}.property-rent{margin-top:18px}.property-gallery{display:block;height:auto;max-height:none}.property-gallery button:first-child{display:block;width:100%;height:320px}.property-gallery button:not(:first-child){display:none}.gallery-badge-btn{display:inline-flex}.feature-list,.location-panel{grid-template-columns:1fr}.map-pattern{min-height:210px}.gallery-dialog{padding:20px 12px}.listings-toolbar{flex-direction:column;align-items:flex-start;gap:14px}.filter-pills-group,.filter-pills{width:100%}}.listings-filter-panel{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px 24px;box-shadow:var(--shadow-sm);margin-bottom:36px}.filter-search-row{display:grid;grid-template-columns:1.6fr 2fr;gap:16px;margin-bottom:18px}.search-input-wrap{position:relative;display:flex;align-items:center}.search-input-wrap input{width:100%;height:46px;padding:0 38px 0 42px;border:1px solid var(--line);border-radius:var(--radius-md);font-size:.9rem;background:var(--neutral);color:var(--ink);transition:border-color .2s,box-shadow .2s}.search-input-wrap input:focus{border-color:var(--copper);outline:none;background:var(--white);box-shadow:0 0 0 3px #a87b3226}.search-icon{position:absolute;left:14px;color:var(--muted);pointer-events:none}.search-clear-btn{position:absolute;right:12px;width:22px;height:22px;background:var(--sand);border:0;border-radius:50%;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;padding:0}.filter-selects-wrap{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:12px}.filter-select-group select{width:100%;height:46px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius-md);font-size:.86rem;background:var(--neutral);color:var(--ink);cursor:pointer;transition:border-color .2s}.filter-select-group select:focus{border-color:var(--copper);outline:none;background:var(--white)}.filter-pills-row{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding-top:16px;border-top:1px solid var(--line)}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.filter-pill{height:36px;padding:0 14px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--neutral);color:var(--ink);font-size:.82rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s var(--ease)}.filter-pill:hover{background:var(--sand);border-color:#0b25454d}.filter-pill.active{background:var(--ink);color:#fff;border-color:var(--ink)}.pill-badge{background:#fff3;color:#fff;font-size:.72rem;font-family:var(--mono);padding:1px 6px;border-radius:10px}.filter-pill:not(.active) .pill-badge{background:var(--sand);color:var(--ink)}.filter-actions-right{display:flex;align-items:center;gap:16px}.filter-reset-btn{background:transparent;border:0;color:var(--copper);font-size:.82rem;font-weight:650;cursor:pointer;text-decoration:underline;padding:0}.filter-reset-btn:hover{color:var(--deep-copper)}.empty-state-icon{margin-bottom:16px}@media(max-width:900px){.filter-search-row{grid-template-columns:1fr}.filter-selects-wrap{grid-template-columns:1fr 1fr}}@media(max-width:600px){.filter-selects-wrap{grid-template-columns:1fr}.filter-pills-row{flex-direction:column;align-items:flex-start}.filter-actions-right{width:100%;justify-content:space-between}}
