body{--ink: #050505;--muted: #5f6368;--leaf: #050505;--clay: #bd6f3b;--panel: #fff;--canvas: #f0f0f2;--line: rgba(5, 5, 5, .1)}body{background:var(--canvas)}.homes-page{font-family:Google Sans Text,Google Sans,Arial,sans-serif}.homes-page{width:min(var(--site-width, 1320px),calc(100% - 3rem));margin:0 auto}.homes-page{display:grid;grid-template-columns:280px minmax(0,1fr);gap:clamp(1.5rem,3vw,2rem);padding:clamp(6rem,9vw,7.5rem) 0 clamp(4rem,8vw,6rem)}.filters{position:sticky;top:88px;align-self:start;min-height:0;max-height:calc(100svh - 104px);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:auto;padding:0 1.25rem 1.45rem;border:0;border-radius:6px;background:var(--panel);scrollbar-gutter:stable}.home-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.filter-title{margin:0;color:var(--ink);font-weight:800}.spec-icon{display:inline-grid;place-items:center;flex:0 0 auto;color:currentColor}.spec-icon svg,.spec-icon img{width:100%;height:100%;display:block}.spec-icon img{object-fit:contain}.spec-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.clear-button{width:100%;min-height:36px;padding:0 .7rem;border:1px solid rgba(5,5,5,.16);border-radius:6px;background:#f5f5f6;color:var(--ink);font:inherit;font-size:.82rem;font-weight:800;cursor:pointer}.favorites-filter-button{--heart-accent: #af4f59;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;min-height:36px;padding:0 .7rem;border:1px solid rgba(5,5,5,.16);border-radius:6px;background:#f5f5f6;color:var(--ink);font:inherit;font-size:.82rem;font-weight:800;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.favorites-filter-button svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.favorites-filter-button:hover,.favorites-filter-button:focus-visible{border-color:#05050542;background:#fff}.favorites-filter-button.is-active,.favorites-filter-button[aria-pressed=true]{border-color:var(--heart-accent);color:var(--heart-accent);background:#fff;box-shadow:0 10px 26px #af4f5933}.favorites-filter-button.is-active svg,.favorites-filter-button[aria-pressed=true] svg{fill:currentColor}.filter-header-actions{display:flex;align-items:center;gap:.55rem}.filter-bottom-actions{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.55rem;margin-top:0rem;padding-top:1rem;border-top:1px solid var(--line)}.filter-close-button,.filter-modal-footer,.mobile-filter-button{display:none}.filter-group{margin:0;border-top:1px solid var(--line)}.filters .filter-group:first-of-type{border-top:0}.filter-group summary{display:flex;align-items:center;justify-content:space-between;gap:.65rem;min-height:65px;padding:0;color:var(--ink);font-weight:800;line-height:1;cursor:pointer;list-style:none}.filter-group summary::-webkit-details-marker{display:none}.filter-group summary:after{content:"⌄";color:var(--ink);font-size:.95rem;transform:rotate(180deg);transition:transform .18s ease}.filter-group:not([open]) summary:after{transform:rotate(0)}.filter-options{display:grid;gap:.55rem;padding-bottom:1.4rem}.filter-option{display:flex;align-items:center;gap:.32rem;min-height:35px;width:100%;padding:.15rem .6rem;border-radius:8px;background:transparent;color:var(--ink);font-weight:400;cursor:pointer;transition:background .18s ease,color .18s ease;user-select:none}.filter-option:hover,.filter-option:focus-within{background:#fff}.filter-option:has(input:checked){background:#f7f7f8}.filter-option-content{display:flex;align-items:center;justify-content:space-between;gap:.45rem;width:100%;min-width:0;line-height:1.2}.filter-option small{color:var(--muted);flex:0 0 auto;font-weight:500}.filter-option input{appearance:none;position:relative;width:1.45rem;height:1.45rem;flex:0 0 auto;border:1.5px solid rgba(5,5,5,.32);border-radius:7px;background:#fff;pointer-events:none}.filter-option input:checked{border-color:var(--ink);background:var(--ink)}.filter-option input:checked:after{content:"";position:absolute;left:.47rem;top:.24rem;width:.38rem;height:.72rem;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.range-filter{display:grid;gap:1rem;padding:.15rem 0 .35rem;--range-left: 0%;--range-right: 100%}.range-values{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.range-values span{display:grid;gap:.18rem}.range-values span:last-child{text-align:right}.range-values small{color:#174052;font-size:.72rem;font-weight:800;line-height:1;text-transform:uppercase}.range-values strong{color:var(--ink);font-size:.98rem;font-weight:900;line-height:1.1}.range-slider{position:relative;display:grid;align-items:center;height:36px;cursor:pointer;touch-action:none;user-select:none}.range-slider.is-dragging{cursor:grabbing}.range-slider-track{position:absolute;left:0;right:0;top:50%;height:6px;border-radius:999px;background:#e3e7e9;transform:translateY(-50%)}.range-slider-track:before{content:"";position:absolute;top:0;bottom:0;left:var(--range-left);right:calc(100% - var(--range-right));border-radius:inherit;background:#050505}.range-slider input[type=range]{appearance:none;-webkit-appearance:none;position:absolute;left:0;width:100%;height:36px;margin:0;background:transparent;pointer-events:none}.range-slider input[type=range]:focus{outline:none}.range-slider input[type=range]::-webkit-slider-runnable-track{height:6px;background:transparent}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;margin-top:-8px;border:3px solid #fff;border-radius:999px;background:#050505;box-shadow:0 6px 16px #05050538;cursor:grab;pointer-events:auto}.range-slider input[type=range]:active::-webkit-slider-thumb{cursor:grabbing}.range-slider input[type=range]:focus-visible::-webkit-slider-thumb{outline:2px solid #265d6c;outline-offset:3px}.range-slider input[type=range]::-moz-range-track{height:6px;background:transparent}.range-slider input[type=range]::-moz-range-thumb{width:17px;height:17px;border:3px solid #fff;border-radius:999px;background:#050505;box-shadow:0 6px 16px #05050538;cursor:grab;pointer-events:auto}.step-filter{padding-bottom:.95rem}.step-filter+.step-filter{padding-top:.25rem}.step-filter p{margin:0 0 .55rem;color:#174052;font-weight:800}.step-options{display:flex;gap:.55rem;overflow-x:auto;padding-bottom:0;scrollbar-width:none}.step-options::-webkit-scrollbar{display:none}.step-option{flex:0 0 auto;cursor:pointer}.step-option input{position:absolute;opacity:0;pointer-events:none}.step-option span{display:grid;place-items:center;min-width:38px;height:38px;padding:0 .8rem;border-radius:7px;background:#fff;color:#174052;font-weight:800;transition:background .18s ease,color .18s ease}.step-option:hover span,.step-option:focus-within span{background:#f7f7f8}.step-option input:checked+span{background:#265d6c;color:#fff}.homes-results{width:100%;min-width:0;justify-self:center}.mobile-filter-button{align-items:center;justify-content:center;gap:.55rem;width:100%;min-height:52px;margin-bottom:.85rem;border:0;border-radius:6px;background:#000;color:#fff;font:inherit;font-weight:850;cursor:pointer}.mobile-filter-button svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.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}.listing-search{position:relative;flex:1 1 14rem;min-width:12rem}.listing-search-icon{position:absolute;left:1rem;top:50%;display:grid;place-items:center;width:1.1rem;height:1.1rem;color:var(--muted);pointer-events:none;transform:translateY(-50%)}.listing-search-icon svg{width:100%;height:100%;display:block}.listing-search input{width:100%;min-height:52px;padding:0 1rem 0 3rem;border:1px solid rgba(5,5,5,.16);border-radius:6px;background:var(--panel);color:var(--ink);font:inherit;font-weight:750;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.listing-search input::placeholder{color:var(--muted);font-weight:650}.listing-search input:focus{border-color:#05050557;background:#fff;box-shadow:0 16px 34px #05050514}.result-count{margin:0;color:var(--muted);font-weight:800;font-size:.95rem;white-space:nowrap}.results-topline{display:grid;gap:.35rem;justify-content:flex-start;margin:-.35rem 0 1rem;padding:0 .25rem}.sort-panel{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:.75rem;min-height:auto;margin-bottom:1.2rem;padding:1.4rem 1.75rem;border-radius:6px;background:var(--panel)}.result-controls{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;gap:.75rem;margin-left:0}.sort-control{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;margin-left:0}.sort-control>label{color:var(--ink);font-weight:800;white-space:nowrap}.sort-panel select{width:11.5rem;min-height:48px;padding:0 1rem;border:1px solid rgba(5,5,5,.22);border-radius:6px;background:#f7f7f8;color:var(--ink);color-scheme:light;font:inherit}.sort-panel select option{background-color:#fff;color:var(--ink)}.view-toggle{display:inline-flex;align-items:center;flex:0 0 auto;gap:.25rem;padding:.25rem;border:1px solid rgba(5,5,5,.12);border-radius:6px;background:#f7f7f8}.view-toggle label{position:relative;cursor:pointer}.view-toggle input{position:absolute;opacity:0;pointer-events:none}.view-toggle-control{display:grid;place-items:center;width:44px;min-height:40px;padding:0;border-radius:7px;color:var(--muted);transition:background .18s ease,color .18s ease,box-shadow .18s ease}.view-toggle input:checked+.view-toggle-control{background:#000;color:#fff;box-shadow:0 8px 18px #0505051f}.view-toggle input:focus-visible+.view-toggle-control{outline:2px solid #265d6c;outline-offset:2px}.view-icon{display:grid;color:currentColor}.view-icon-list{width:21px;gap:4px}.view-icon-list span{display:block;height:3px;border-radius:999px;background:currentColor}.view-icon-grid{grid-template-columns:repeat(3,5px);gap:3px}.view-icon-grid span{width:5px;height:5px;border-radius:1px;background:currentColor}.homes-loading-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}.homes-loading-grid[hidden]{display:none}.homes-loading-grid[data-view=grid]{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.home-skeleton-card{display:grid;grid-template-columns:minmax(430px,52%) minmax(300px,1fr);grid-template-rows:258px 78px;overflow:hidden;border-radius:6px;background:var(--panel)}.homes-loading-grid[data-view=grid] .home-skeleton-card{grid-template-columns:1fr;grid-template-rows:auto auto}.skeleton-shimmer{position:relative;overflow:hidden;background:#e5e5e8}.skeleton-shimmer:after{position:absolute;inset:0;content:"";transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);animation:skeleton-sweep 1.35s ease-in-out infinite}.skeleton-main-image{grid-column:1;grid-row:1;height:258px;border-top-left-radius:6px}.homes-loading-grid[data-view=grid] .skeleton-main-image{height:auto;aspect-ratio:4 / 3;border-top-right-radius:6px}.skeleton-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;grid-column:1;grid-row:2;height:78px;border-top:3px solid #fff;border-bottom-left-radius:6px;overflow:hidden}.skeleton-thumbs span{display:block}.homes-loading-grid[data-view=grid] .skeleton-thumbs{display:none}.skeleton-card-body{display:flex;flex-direction:column;grid-column:2;grid-row:1 / span 2;padding:clamp(.95rem,1.55vw,1.2rem)}.homes-loading-grid[data-view=grid] .skeleton-card-body{grid-column:1;grid-row:2;padding:1.05rem}.skeleton-line,.skeleton-pills span,.skeleton-specs span,.skeleton-actions span{display:block;border-radius:999px}.skeleton-title{width:min(72%,18rem);height:2rem}.skeleton-subtitle{width:42%;height:1rem;margin-top:.55rem}.skeleton-pills{display:flex;flex-wrap:wrap;gap:.36rem;margin-top:.58rem;padding-top:.58rem;border-top:1px solid var(--line)}.skeleton-pills span{width:5.8rem;height:1.55rem}.skeleton-pills span:nth-child(2){width:4.8rem}.skeleton-pills span:nth-child(3){width:6.4rem}.skeleton-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem;margin-top:.62rem;padding:.62rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.skeleton-specs span{height:2.3rem}.skeleton-price{width:64%;height:1.55rem;margin-top:auto}.skeleton-actions{display:flex;gap:.62rem;margin-top:.72rem}.skeleton-actions span{width:136px;height:44px;border-radius:8px}@keyframes skeleton-sweep{to{transform:translate(100%)}}.home-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}.home-grid[data-view=grid]{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.home-card{position:relative;display:grid;grid-template-columns:minmax(430px,52%) minmax(300px,1fr);grid-template-rows:258px 78px;overflow:hidden;border:0;border-radius:6px;background:var(--panel);cursor:pointer;transition:transform .24s ease,box-shadow .24s ease}.home-card:hover{transform:translateY(-2px);box-shadow:0 22px 70px #0505051a}.home-card[hidden]{display:none}.home-grid[data-view=grid] .home-card{grid-template-columns:1fr;grid-template-rows:auto auto}.card-hit-link{position:absolute;inset:0;z-index:1;border-radius:inherit}.home-card-quick-actions{position:absolute;top:.85rem;right:.85rem;z-index:5;display:flex;gap:.45rem}.favorite-button,.share-home-button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(5,5,5,.16);border-radius:50%;background:#fffffff0;color:#050505;font:inherit;line-height:1;box-shadow:0 10px 24px #05050524;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.favorite-button:hover,.share-home-button:hover{transform:translateY(-2px);background:#fff}.favorite-button:active,.share-home-button:active{transform:scale(.96)}.favorite-button svg,.share-home-button svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.favorite-button.is-favorite{border-color:#000;background:#000;color:#fff}.favorite-button.is-favorite svg{fill:currentColor}.share-home-button.is-shared,.share-home-button[aria-pressed=true]{border-color:#1f63c9;background:#1f63c9;color:#fff}.home-image-link{position:relative;z-index:2;display:block;min-height:0;overflow:hidden;border-top-left-radius:6px;color:inherit}.home-image-link img{width:100%;height:100%;display:block;border-top-left-radius:6px;object-fit:cover;transition:transform .5s ease}.home-image-link .image-labels{position:absolute;top:1rem;left:1rem;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;max-width:calc(100% - 2rem);pointer-events:none}.home-image-link .image-label{position:static;top:auto;left:auto;padding:.38rem .72rem;border-radius:6px;font-size:.78rem;font-weight:800;line-height:1;background:#000;color:#fff;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-image-link:has(.sale-badge) .image-labels{top:1rem}.home-image-link .sale-badge{position:absolute;top:3.7rem;right:.8rem;z-index:3;display:block;width:clamp(3.65rem,7vw,4.75rem);height:auto;max-width:28%;object-fit:contain;pointer-events:none;transform:rotate(8deg);filter:drop-shadow(0 12px 18px rgba(5,5,5,.28));transition:none}.home-card:hover .home-image-link .sale-badge{transform:rotate(8deg)}.image-price-pill{position:absolute;left:.78rem;bottom:.78rem;z-index:3;display:inline-flex;align-items:center;min-height:34px;padding:0 .72rem;border-radius:6px;background:#fff;color:#050505;font-size:clamp(1rem,1.55vw,1.25rem);font-weight:900;line-height:1;box-shadow:0 10px 26px #0505052e}.home-grid[data-view=grid] .image-price-pill{min-height:32px;font-size:1rem}.home-grid:not([data-view=grid]) .image-price-pill{display:none}.home-grid[data-view=grid] .home-image-link{grid-column:1;grid-row:1;min-height:0;border-top-right-radius:6px;aspect-ratio:4 / 3}.home-grid[data-view=grid] .home-image-link img{border-top-right-radius:6px}.home-thumbs{position:relative;z-index:2;pointer-events:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:3px;grid-column:1;grid-row:2;border-top:3px solid #fff;border-bottom-left-radius:6px;overflow:hidden}.home-thumbs img{width:100%;height:78px;border-radius:0;object-fit:cover;display:block}.home-grid[data-view=grid] .home-thumbs,.mobile-gallery-arrow{display:none}.home-card-body{position:relative;z-index:2;pointer-events:none;display:flex;flex-direction:column;grid-column:2;grid-row:1 / span 2;padding:clamp(1.15rem,1.8vw,1.65rem)}.home-grid[data-view=grid] .home-card-body{grid-column:1;grid-row:2;padding:1.05rem}.home-card-title h3,.home-card-title p{margin:0}.home-card-title h3{color:var(--ink);font-size:clamp(1.45rem,1.95vw,1.82rem);line-height:1.08;font-weight:650}.home-card-title p{margin-top:.32rem;color:var(--ink);font-size:.95rem;font-weight:500;text-align:left}.home-section-type{display:block;margin-top:.34rem;color:var(--muted);font-size:.78rem;font-weight:850;letter-spacing:.08em;line-height:1;text-transform:uppercase}.home-grid[data-view=grid] .home-card-title{display:block}.home-grid[data-view=grid] .home-card-title h3{font-size:1.34rem;line-height:1.12}.home-grid[data-view=grid] .home-card-title p{margin-top:.42rem;font-size:.88rem}.home-grid[data-view=grid] .home-section-type{font-size:.72rem}.home-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:.95rem 0 0;padding:.78rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-specs div{display:grid;grid-template-columns:1.7rem minmax(0,1fr);grid-template-rows:auto auto;column-gap:.62rem;align-items:center;min-width:0;padding:0 .7rem;border-left:1px solid rgba(5,5,5,.08)}.home-specs div:first-child{padding-left:0;border-left:0}.home-specs div:last-child{padding-right:0}.spec-icon{grid-column:1;grid-row:1 / span 2;width:1.55rem;height:1.55rem;color:var(--ink);align-self:center;justify-self:center}.home-specs dt,.home-specs dd{grid-column:2;margin:0}.home-specs dt{color:var(--muted);font-size:.72rem;font-weight:800;line-height:1;letter-spacing:.04em;text-transform:uppercase}.home-specs dd{margin-top:.18rem;color:var(--ink);font-size:1.15rem;line-height:1;font-weight:900}.home-grid[data-view=grid] .home-specs{margin-top:.95rem;padding:.82rem 0}.home-grid[data-view=grid] .home-specs div{grid-template-columns:1.45rem minmax(0,1fr);column-gap:.48rem;padding:0 .45rem}.home-grid[data-view=grid] .home-specs div:first-child{padding-left:0}.home-grid[data-view=grid] .home-specs div:last-child{padding-right:0}.home-grid[data-view=grid] .home-specs dt{font-size:.68rem}.home-grid[data-view=grid] .home-specs dd{font-size:1.04rem}.home-price-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:.7rem;min-height:auto;margin-top:auto;padding:.72rem .85rem;border:1px solid rgba(15,94,167,.16);border-radius:6px;background:#0f5ea70b;text-align:left}.price-request-icon{display:grid;place-items:center;width:1.8rem;height:1.8rem;color:#1f57b5}.price-request-icon svg{width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.home-price-row span{display:grid;gap:.14rem;color:var(--ink);line-height:1.15}.home-price-row strong{color:var(--ink);font-size:.98rem;line-height:1.15;font-weight:850}.home-price-row small{color:var(--muted);font-size:.78rem;font-weight:650}.home-grid[data-view=grid] .home-price-row{display:none}.home-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.85rem;margin-top:.72rem}.home-actions a,.home-actions button{position:relative;z-index:3;pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 1rem;border:1px solid #1f57b5;border-radius:6px;background:#fff;color:#1f57b5;font:inherit;font-size:.86rem;font-weight:850;letter-spacing:.02em;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.home-actions button{gap:.7rem;background:linear-gradient(135deg,#214eb4,#1f63c9);color:#fff;box-shadow:0 12px 26px #1f57b538}.home-actions a:hover,.home-actions button:hover{transform:translateY(-1px)}.home-grid[data-view=grid] .home-actions{display:none}.empty-state{margin-top:1rem;padding:2rem;border:1px dashed rgba(23,33,26,.22);border-radius:18px;text-align:center;background:#fff}.empty-state h3,.empty-state p{margin:0}.empty-state h3{color:var(--ink)}.empty-state p{margin-top:.5rem;color:var(--muted)}.mobile-gallery-dialog{width:min(calc(100vw - 1.5rem),720px);max-width:none;padding:0;border:0;border-radius:10px;background:#050505;color:#fff;overflow:hidden}.mobile-gallery-dialog[open]{display:grid;place-items:center}.mobile-gallery-dialog::backdrop{background:#050505d1}.mobile-gallery-dialog img{width:100%;max-height:min(78vh,760px);display:block;object-fit:contain;background:#050505}.mobile-gallery-dialog-close,.mobile-gallery-dialog-arrow{position:absolute;z-index:2;border:1px solid rgba(255,255,255,.22);background:#ffffffeb;color:#050505;box-shadow:0 14px 30px #0505053d;cursor:pointer}.mobile-gallery-dialog-close{top:.75rem;right:.75rem;min-height:36px;padding:0 .85rem;border-radius:999px;font:inherit;font-size:.82rem;font-weight:850}.mobile-gallery-dialog-arrow{top:50%;display:grid;place-items:center;width:42px;height:42px;padding:0;border-radius:50%;font-size:1.75rem;line-height:1;transform:translateY(-50%)}.mobile-gallery-dialog-arrow--prev{left:.75rem}.mobile-gallery-dialog-arrow--next{right:.75rem}.homes-contact-dialog{width:min(860px,calc(100vw - 2rem));max-width:none;padding:0;border:0;border-radius:10px;background:#fff;color:var(--ink);box-shadow:0 28px 80px #0505053d}.homes-contact-dialog::backdrop{background:#05050585}.homes-contact-shell{position:relative;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);gap:1.35rem;padding:clamp(1.2rem,3vw,2rem)}.homes-contact-heading h2,.homes-contact-heading p{margin:0}.homes-contact-heading h2{color:var(--ink);font-size:clamp(1.8rem,3vw,2.6rem);line-height:1}.homes-contact-heading>p:not(.eyebrow){margin-top:.8rem;color:var(--muted);font-size:.95rem;line-height:1.55}.homes-contact-card{display:grid;grid-template-columns:94px minmax(0,1fr);gap:.85rem;align-items:center;margin-top:1.1rem;padding:.72rem;border:1px solid var(--line);border-radius:8px;background:#f8f8f8}.homes-contact-card img{width:94px;height:76px;border-radius:6px;object-fit:cover}.homes-contact-card div{display:grid;gap:.18rem;min-width:0}.homes-contact-card strong,.homes-contact-card span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homes-contact-card strong{font-size:.98rem;font-weight:850}.homes-contact-card span{color:var(--muted);font-size:.82rem;font-weight:650}.homes-contact-form,.homes-contact-grid,.homes-contact-form label{display:grid}.homes-contact-form{gap:.85rem}.homes-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.homes-contact-form label{gap:.42rem;color:var(--ink);font-size:.82rem;font-weight:800}.homes-contact-form .store-location-field{gap:.45rem;margin:0;padding-bottom:.15rem;font-size:.92rem}.homes-contact-form .store-location-field>span{font-size:.92rem}.homes-contact-form input,.homes-contact-form select,.homes-contact-form textarea{width:100%;min-height:44px;border:1px solid rgba(8,9,8,.16);border-radius:6px;background:#f8f8f8;color:var(--ink);color-scheme:light;font:inherit;padding:0 .78rem}.homes-contact-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 16px) 19px,calc(100% - 11px) 19px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2.2rem}.homes-contact-form select option{background-color:#fff;color:var(--ink)}.homes-contact-form textarea{min-height:86px;padding-top:.72rem;resize:vertical}.homes-contact-consent{grid-template-columns:auto minmax(0,1fr);align-items:start;font-size:.78rem;line-height:1.4}.homes-contact-consent input{width:1rem;min-height:1rem;margin-top:.1rem;padding:0;accent-color:#1f57b5}.homes-contact-form button[type=submit]{min-height:48px;border:0;border-radius:6px;background:#050505;color:#fff;font:inherit;font-weight:850;cursor:pointer}.homes-contact-close{position:absolute;top:.85rem;right:.85rem;min-height:36px;padding:0 .8rem;border:1px solid rgba(5,5,5,.12);border-radius:999px;background:#fff;color:var(--ink);font:inherit;font-size:.82rem;font-weight:850;cursor:pointer}.form-submit-status{margin:0;font-size:.82rem;line-height:1.4}.form-submit-status[data-state=success]{color:#0f766e}.form-submit-status[data-state=error]{color:#b91c1c}@media(max-width:980px){.homes-page{grid-template-columns:1fr}.filters{position:static}.filter-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.filter-option{margin-bottom:0}.home-grid{grid-template-columns:1fr}.homes-loading-grid[data-view=grid],.home-grid[data-view=grid]{grid-template-columns:repeat(2,minmax(0,1fr))}.home-skeleton-card{grid-template-columns:1fr;grid-template-rows:auto auto auto}.skeleton-main-image,.skeleton-thumbs,.skeleton-card-body{grid-column:1;grid-row:auto}.home-card{grid-template-columns:1fr;grid-template-rows:auto auto auto}.home-image-link,.home-thumbs,.home-card-body{grid-column:1;grid-row:auto}}@media(max-width:640px){body.filters-modal-open{overflow:hidden}body.filters-modal-open astro-dev-toolbar{display:none!important}.homes-page{width:calc(100% - 1.5rem)}.mobile-filter-button{display:inline-flex}.filter-options{grid-template-columns:1fr}.sort-panel{display:grid;justify-content:stretch;min-height:auto;padding:1rem;gap:.9rem}.listing-search,.result-controls{width:100%;justify-content:stretch;margin-left:0}.result-controls{display:grid}.sort-control{display:grid;justify-content:stretch;gap:.55rem;width:100%;margin-left:0}.sort-panel select{width:100%}.view-toggle{display:none}.view-toggle label{min-width:0}.view-toggle-control{width:100%}.filters{position:fixed;inset:0;z-index:1000000;display:none;width:100%;height:100dvh;padding:0 1rem 6.8rem;overflow-y:auto;border-radius:0;outline:none}.filters.is-open{display:block}.filters-header+.filter-group{margin-top:0}.filter-close-button{display:grid;place-items:center;width:38px;min-height:38px;border:1px solid rgba(5,5,5,.16);border-radius:999px;background:#f5f5f6;color:var(--ink);font:inherit;font-size:1rem;font-weight:900;cursor:pointer}.filter-close-button svg{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.2}.filter-modal-footer{position:fixed;left:0;right:0;bottom:0;z-index:1000001;display:block;padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--panel)}.filter-bottom-actions .clear-button,.filter-bottom-actions .favorites-filter-button{width:100%;min-height:46px}.filter-modal-footer button{width:100%;min-height:56px;border:0;border-radius:8px;background:#000;color:#fff;font:inherit;font-weight:850;cursor:pointer}.range-filter{gap:.5rem}.step-options{padding-bottom:.2rem}.home-image-link{min-height:230px}.home-thumbs{display:none}.home-card.has-mobile-gallery .mobile-gallery-arrow{position:absolute;top:115px;z-index:6;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(5,5,5,.12);border-radius:50%;background:#fffffff0;color:#050505;box-shadow:0 12px 26px #0505052e;font:inherit;font-size:1.45rem;line-height:1;cursor:pointer;transform:translateY(-50%)}.mobile-gallery-arrow--prev{left:.75rem}.mobile-gallery-arrow--next{right:.75rem}.homes-loading-grid[data-view=grid],.home-grid[data-view=grid]{grid-template-columns:1fr}.skeleton-main-image{min-height:230px;height:auto;aspect-ratio:16 / 10}.skeleton-card-body{padding:1.1rem}.skeleton-actions{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.skeleton-actions span{width:100%}.home-thumbs img{height:78px}.home-specs{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:.95rem;padding:.9rem 0;border:1px solid rgba(5,5,5,.08);border-radius:12px;background:#f8f8f9;text-align:center}.home-specs div{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center;gap:.28rem;padding:0 .5rem;border-left:1px solid rgba(5,5,5,.08)}.home-specs div:first-child{border-left:0}.home-specs .spec-icon,.home-specs dt,.home-specs dd{grid-column:1;grid-row:auto}.home-specs .spec-icon{width:1.45rem;height:1.45rem}.home-specs dt{font-size:.68rem;line-height:1;letter-spacing:.04em}.home-specs dd{margin-top:0;font-size:1rem;line-height:1.1}.home-card{border-radius:6px;background:#fff;box-shadow:0 14px 36px #05050514}.home-image-link,.home-image-link img{border-top-right-radius:6px}.home-card-body{padding:1.1rem}.home-card-title{display:block}.home-card-title h3{font-size:clamp(1.55rem,8vw,2.1rem)}.homes-contact-shell,.homes-contact-grid{grid-template-columns:1fr}.homes-contact-dialog{width:calc(100vw - 1rem);max-height:calc(100dvh - 1.5rem);margin:auto;overflow-y:auto;border-radius:8px;overscroll-behavior:contain}.homes-contact-shell{gap:.85rem;padding:4.1rem 1rem calc(1rem + env(safe-area-inset-bottom))}.homes-contact-close{top:1rem;right:1rem;min-height:42px;padding:0 1.1rem;font-size:.95rem}.homes-contact-heading .eyebrow{margin-bottom:.15rem;font-size:1.05rem;font-weight:500;letter-spacing:0;text-transform:none}.homes-contact-heading h2{font-size:clamp(2.45rem,13vw,3.35rem);line-height:.95}.homes-contact-heading>p:not(.eyebrow){margin-top:.65rem;font-size:clamp(1.08rem,4.7vw,1.28rem);line-height:1.45}.homes-contact-card{grid-template-columns:96px minmax(0,1fr);gap:.75rem;margin-top:.9rem;padding:.72rem;border-radius:7px}.homes-contact-card img{width:96px;height:74px;border-radius:6px}.homes-contact-card strong{font-size:1.05rem}.homes-contact-card span{font-size:.88rem;line-height:1.28;white-space:normal}.homes-contact-form,.homes-contact-grid{gap:.72rem}.homes-contact-form label{gap:.32rem;font-size:.95rem}.homes-contact-form input,.homes-contact-form select,.homes-contact-form textarea{min-height:46px;scroll-margin-top:.75rem;font-size:16px}.homes-contact-form textarea{min-height:74px}.homes-contact-consent{font-size:.82rem}}
