#custom-page{--charcoal:#1a1916;--warm-white:#f8f7f4;--gold:#b5a48c;--gold-dark:#8a7a68;--cedar:#2d5a47;--stone:#e8e5df;--light-bg:#f5f5f3;color:var(--charcoal);background:var(--warm-white);font-family:Outfit,sans-serif;font-size:16.5px}#custom-page *{box-sizing:border-box;margin:0;padding:0}#custom-page a{color:inherit;text-decoration:none}#custom-page .container{max-width:1400px;margin:0 auto;padding:0 24px}#custom-page .header{z-index:1000;background:var(--charcoal);justify-content:space-between;align-items:center;padding:20px 40px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}#custom-page .header.scrolled{padding:16px 40px;box-shadow:0 2px 20px #00000026}#custom-page .logo{align-items:center;gap:12px;display:flex}#custom-page .logo span{letter-spacing:4px;color:#fff;font-family:Tenor Sans,sans-serif;font-size:14px}#custom-page .logo .dot{background:var(--gold);border-radius:50%;width:4px;height:4px}#custom-page .nav{align-items:center;gap:32px;display:flex}#custom-page .nav a{color:#ffffffb3;font-size:13px;transition:color .2s}#custom-page .nav a:hover,#custom-page .nav a.active{color:#fff}#custom-page .header-btn{background:var(--gold-dark);color:#fff;letter-spacing:1px;text-transform:uppercase;padding:10px 20px;font-size:12px}#custom-page .menu-btn{cursor:pointer;flex-direction:column;gap:5px;display:none}#custom-page .menu-btn span{background:#fff;width:24px;height:1px}#custom-page .page-hero{background:var(--charcoal);text-align:center;padding:140px 0 50px}#custom-page .page-hero h1{color:#fff;letter-spacing:2px;margin-bottom:16px;font-family:Tenor Sans,sans-serif;font-size:clamp(32px,4vw,48px)}#custom-page .page-hero p{color:#fff9;font-size:15px}#custom-page .listings-section{padding:50px 0 80px}#custom-page .listings-layout{grid-template-columns:280px 1fr;gap:40px;display:grid}#custom-page .filters-sidebar{height:fit-content;position:sticky;top:100px}#custom-page .filter-group{border-bottom:1px solid var(--stone);margin-bottom:30px;padding-bottom:30px}#custom-page .filter-group:last-child{border-bottom:none}#custom-page .filter-title{text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:13px;font-weight:600}#custom-page .search-input{border:1px solid var(--stone);background:#fff;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}#custom-page .search-input:focus{border-color:var(--charcoal);outline:none}#custom-page .filter-select{border:1px solid var(--stone);cursor:pointer;background:#fff;width:100%;padding:12px 16px;font-family:inherit;font-size:14px}#custom-page .filter-select:focus{border-color:var(--charcoal);outline:none}#custom-page .price-range{align-items:center;gap:12px;display:flex}#custom-page .price-input{border:1px solid var(--stone);background:#fff;flex:1;padding:10px 12px;font-family:inherit;font-size:14px}#custom-page .price-input:focus{border-color:var(--charcoal);outline:none}#custom-page .price-separator{color:#888;font-size:13px}#custom-page .checkbox-list{flex-direction:column;gap:12px;display:flex}#custom-page .checkbox-item{cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}#custom-page .checkbox-item input{cursor:pointer;width:18px;height:18px;accent-color:var(--cedar)}#custom-page .guests-selector{gap:8px;display:flex}#custom-page .guest-btn{border:1px solid var(--stone);cursor:pointer;text-align:center;background:#fff;flex:1;padding:10px;font-family:inherit;font-size:14px;transition:all .2s}#custom-page .guest-btn:hover,#custom-page .guest-btn.active{background:var(--charcoal);border-color:var(--charcoal);color:#fff}#custom-page .apply-filters-btn{background:var(--charcoal);color:#fff;letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;width:100%;margin-top:10px;padding:14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .2s}#custom-page .apply-filters-btn:hover{background:var(--cedar)}#custom-page .clear-filters{text-align:center;color:#888;cursor:pointer;margin-top:12px;font-size:13px;display:block}#custom-page .clear-filters:hover{color:var(--charcoal)}#custom-page .listings-content{min-width:0}#custom-page .listings-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}#custom-page .results-count{color:#666;font-size:14px}#custom-page .results-count strong{color:var(--charcoal)}#custom-page .sort-select{border:1px solid var(--stone);cursor:pointer;background:#fff;padding:10px 16px;font-family:inherit;font-size:13px}#custom-page .listings-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}#custom-page .listing-card{border:1px solid var(--stone);background:#fff;transition:transform .3s,box-shadow .3s;overflow:hidden}#custom-page .listing-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}#custom-page .listing-image{height:200px;position:relative;overflow:hidden}#custom-page .listing-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}#custom-page .listing-card:hover .listing-image img{transform:scale(1.05)}#custom-page .listing-badge{background:var(--cedar);color:#fff;letter-spacing:1px;text-transform:uppercase;padding:6px 12px;font-size:10px;position:absolute;top:12px;left:12px}#custom-page .listing-favorite{cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}#custom-page .listing-favorite:hover{transform:scale(1.1)}#custom-page .listing-favorite svg{width:16px;height:16px;stroke:var(--charcoal);fill:none;stroke-width:2px}#custom-page .listing-favorite.active svg{fill:#e74c3c;stroke:#e74c3c}#custom-page .listing-price{color:#fff;background:#000c;padding:8px 14px;font-size:15px;font-weight:500;position:absolute;bottom:12px;left:12px}#custom-page .listing-price span{opacity:.8;font-size:12px;font-weight:400}#custom-page .listing-content{padding:20px}#custom-page .listing-location{color:#888;align-items:center;gap:4px;margin-bottom:6px;font-size:12px;display:flex}#custom-page .listing-location svg{width:12px;height:12px;stroke:var(--gold);fill:none;stroke-width:2px}#custom-page .listing-name{margin-bottom:10px;font-family:Tenor Sans,sans-serif;font-size:18px;line-height:1.3}#custom-page .listing-name a:hover{color:var(--gold-dark)}#custom-page .listing-meta{color:#888;gap:16px;font-size:13px;display:flex}#custom-page .listing-meta span{align-items:center;gap:5px;display:flex}#custom-page .listing-meta svg{stroke:#888;fill:none;stroke-width:1.5px;width:14px;height:14px}#custom-page .listing-rating{border-top:1px solid var(--stone);align-items:center;gap:4px;margin-top:12px;padding-top:12px;display:flex}#custom-page .listing-rating svg{width:14px;height:14px;fill:var(--gold)}#custom-page .listing-rating span{color:#666;font-size:13px}#custom-page .pagination{justify-content:center;gap:8px;margin-top:50px;display:flex}#custom-page .pagination a,#custom-page .pagination span{border:1px solid var(--stone);justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;transition:all .2s;display:flex}#custom-page .pagination a:hover,#custom-page .pagination span.active{background:var(--charcoal);border-color:var(--charcoal);color:#fff}#custom-page .mobile-filter-toggle{background:var(--charcoal);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:20px;padding:14px;font-family:inherit;font-size:14px;display:none}#custom-page .mobile-filter-toggle svg{stroke:#fff;fill:none;stroke-width:2px;width:18px;height:18px}#custom-page .footer{background:var(--charcoal);padding:60px 0 30px}#custom-page .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}#custom-page .footer-brand .logo{margin-bottom:16px}#custom-page .footer-tagline{color:#ffffff80;margin-bottom:20px;font-size:14px;line-height:1.6}#custom-page .footer-social{gap:12px;display:flex}#custom-page .footer-social a{border:1px solid #ffffff26;justify-content:center;align-items:center;width:40px;height:40px;display:flex}#custom-page .footer-social a:hover{background:var(--gold);border-color:var(--gold)}#custom-page .footer-social svg{fill:#fff;width:18px;height:18px}#custom-page .footer-social a:hover svg{fill:var(--charcoal)}#custom-page .footer-column h4{letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:20px;font-family:Tenor Sans,sans-serif;font-size:11px}#custom-page .footer-column a{color:#ffffff80;margin-bottom:12px;font-size:14px;display:block}#custom-page .footer-column a:hover{color:var(--gold)}#custom-page .footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:30px;display:flex}#custom-page .footer-copyright{color:#ffffff4d;font-size:12px}#custom-page .footer-copyright a{color:var(--gold)}#custom-page .footer-links{gap:24px;display:flex}#custom-page .footer-links a{color:#fff6;font-size:12px}@media (width<=1200px){#custom-page .listings-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){#custom-page .listings-layout{grid-template-columns:1fr}#custom-page .filters-sidebar{display:none;position:static}#custom-page .filters-sidebar.active{margin-bottom:30px;display:block}#custom-page .mobile-filter-toggle{display:flex}#custom-page .footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){#custom-page .header{padding:16px 20px}#custom-page .nav{display:none}#custom-page .menu-btn{display:flex}#custom-page .listings-grid{grid-template-columns:1fr}#custom-page .listings-header{flex-direction:column;align-items:flex-start;gap:16px}#custom-page .footer-grid{grid-template-columns:1fr}#custom-page .footer-bottom{text-align:center;flex-direction:column;gap:16px}}#custom-page .filters-sidebar{flex-direction:column;align-self:start;max-height:calc(100vh - 130px);margin:0;display:flex}#custom-page .filters-scroll{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--stone) transparent;flex:1;min-height:0;margin-right:-10px;padding-right:10px;overflow-y:auto}#custom-page .filters-scroll::-webkit-scrollbar{width:6px}#custom-page .filters-scroll::-webkit-scrollbar-thumb{background:var(--stone);border-radius:3px}#custom-page .filters-scroll::-webkit-scrollbar-track{background:0 0}#custom-page .filters-foot{flex-shrink:0;padding-top:20px}#custom-page .filters-foot.is-empty,#custom-page .filters-sidebar.is-live .apply-filters-btn{display:none}#custom-page fieldset.filter-group{border-width:0 0 1px;margin:0 0 30px;padding:0 0 30px}#custom-page .filters-scroll>:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}#custom-page .filter-title{align-items:center;gap:8px;display:flex}#custom-page .filter-count{background:var(--gold);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:500;line-height:1;display:inline-flex}#custom-page .search-field{align-items:center;display:flex;position:relative}#custom-page .search-field svg{stroke:#999;fill:none;stroke-width:1.6px;pointer-events:none;position:absolute;left:12px}#custom-page .search-field .search-input{padding-left:36px}#custom-page .filter-find{border:1px solid var(--stone);background:var(--warm-white);width:100%;margin-bottom:12px;padding:9px 12px;font-family:inherit;font-size:13px}#custom-page .filter-find:focus{border-color:var(--gold);background:#fff;outline:none}#custom-page .price-range{grid-template-columns:1fr auto 1fr;align-items:center;display:grid}#custom-page .price-input{-moz-appearance:textfield;width:100%;min-width:0}#custom-page .price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#custom-page .price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#custom-page .checkbox-list--scroll{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--stone) transparent;max-height:210px;padding-right:8px;overflow-y:auto}#custom-page .checkbox-list--scroll::-webkit-scrollbar{width:5px}#custom-page .checkbox-list--scroll::-webkit-scrollbar-thumb{background:var(--stone);border-radius:3px}#custom-page .checkbox-item span{flex:1;min-width:0}#custom-page .checkbox-item em{color:#aaa;font-size:11px;font-style:normal}#custom-page .checkbox-item[hidden]{display:none}#custom-page .guest-btn{cursor:pointer;justify-content:center;align-items:center;display:inline-flex;position:relative}#custom-page .guest-btn input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}#custom-page .clear-filters{text-align:center;margin-top:12px;display:block}#custom-page [data-ldl-results]{transition:opacity .15s}#custom-page [data-ldl-results].is-loading{opacity:.45;pointer-events:none}#custom-page .listing-image img{object-fit:cover;width:100%;height:100%;display:block}#custom-page .listing-location svg,#custom-page .listing-meta svg,#custom-page .listing-rating svg{flex-shrink:0;display:block}#custom-page .listings-empty{text-align:center;padding:80px 20px}#custom-page .listings-empty h2{margin-bottom:10px}#custom-page .listings-empty p{opacity:.7;margin-bottom:24px}#custom-page .listings-empty .apply-filters-btn{width:auto;padding:14px 32px;display:inline-block}#custom-page .pagination .current{font-weight:600}#custom-page .mobile-filter-toggle{gap:8px}#custom-page .screen-reader-text{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}#custom-page a:focus-visible,#custom-page button:focus-visible,#custom-page select:focus-visible,#custom-page input:focus-visible{outline:2px solid var(--gold);outline-offset:2px}@media (width<=992px){#custom-page .filters-sidebar{max-height:none}#custom-page .filters-sidebar.active{display:flex}#custom-page .filters-scroll{max-height:none;margin-right:0;padding-right:0;overflow:visible}}#custom-page .listing-image>a{width:100%;height:100%;display:block}#custom-page .listing-image--empty{background:linear-gradient(135deg,#e8e5df,#f5f5f3)}#custom-page .listings-empty{border:1px solid var(--stone);text-align:center;background:#fff;padding:64px 32px}#custom-page .listings-empty h2{margin-bottom:10px;font-family:Tenor Sans,sans-serif;font-size:24px}#custom-page .listings-empty p{color:#666}#custom-page .pagination svg{width:18px;height:18px}#custom-page .pagination [aria-disabled=true]{opacity:.38}#custom-page .filters-sidebar{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--gold) transparent;max-height:calc(100vh - 118px);padding-right:12px;position:sticky;top:94px;overflow-y:auto}#custom-page .filters-sidebar::-webkit-scrollbar{width:5px}#custom-page .filters-sidebar::-webkit-scrollbar-track{background:0 0}#custom-page .filters-sidebar::-webkit-scrollbar-thumb{background:var(--gold);border-radius:999px}#custom-page .filters-scroll,#custom-page .checkbox-list--scroll{overscroll-behavior:auto;max-height:none;margin-right:0;padding-right:0;overflow:visible}#custom-page .search-field .ld-icon{color:#7f7a73;pointer-events:none;width:18px;height:18px;position:absolute;left:14px}#custom-page .search-field .search-input{min-height:48px;padding-left:44px}#custom-page .type-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}#custom-page .type-option,#custom-page .bedroom-option{border:1px solid var(--stone);color:#5f5a53;cursor:pointer;background:#fff;align-items:center;gap:8px;min-width:0;padding:10px;font-size:12px;line-height:1.2;transition:border-color .2s,background .2s,color .2s;display:flex;position:relative}#custom-page .type-option:first-child{grid-column:1/-1}#custom-page .type-option input,#custom-page .bedroom-option input{opacity:0;pointer-events:none;position:absolute}#custom-page .type-option:hover,#custom-page .bedroom-option:hover{border-color:var(--gold-dark)}:is(#custom-page .type-option:has(input:checked),#custom-page .bedroom-option:has(input:checked)){border-color:var(--cedar);color:var(--cedar);background:#eaf1ed}#custom-page .type-option-icon{background:var(--light-bg);width:28px;height:28px;color:var(--charcoal);flex:none;place-items:center;display:grid}#custom-page .type-option .ld-icon{width:17px;height:17px}#custom-page .type-option>span:last-child{overflow-wrap:anywhere;min-width:0}#custom-page .bedroom-options{grid-template-columns:repeat(5,1fr);gap:6px;display:grid}#custom-page .bedroom-option{flex-direction:column;justify-content:center;gap:4px;padding:9px 4px}#custom-page .bedroom-option .ld-icon{width:18px;height:18px}#custom-page .price-slider{gap:8px;display:grid}#custom-page .price-slider-values{color:var(--charcoal);justify-content:space-between;align-items:center;font-size:13px;display:flex}#custom-page .price-slider-values span{color:#999;font-size:11px}#custom-page .price-slider output{border:1px solid var(--stone);text-align:center;background:#fff;min-width:64px;padding:7px 9px}#custom-page .price-slider input[type=range]{width:100%;height:5px;accent-color:var(--cedar);cursor:pointer;background:#d7d2ca;border:0;border-radius:999px;outline:0;margin:4px 0}#custom-page .amenity-options{gap:7px}#custom-page .amenity-options .checkbox-item{border:1px solid #0000;min-height:40px;padding:7px 8px}#custom-page .amenity-options .checkbox-item:hover{border-color:var(--stone);background:#fff}#custom-page .amenity-options .checkbox-item--featured{color:var(--cedar);background:#eaf1ed;border-color:#2d5a4740;order:-1;font-weight:500}#custom-page .amenity-options .ld-icon{width:18px;height:18px;color:var(--gold-dark);flex:none}#custom-page .checkbox-item--featured .ld-icon{color:var(--cedar)}#custom-page [data-listing-results]{transition:opacity .18s}#custom-page [data-listing-results].is-loading{opacity:.42;pointer-events:none}@media (width<=1024px){#custom-page .filters-sidebar{border:1px solid var(--stone);background:#fff;max-height:none;padding:25px;display:none;position:relative;top:auto;overflow:visible}#custom-page .filters-sidebar.active{display:flex}}@media (width<=480px){#custom-page .type-options{grid-template-columns:1fr}#custom-page .type-option:first-child{grid-column:auto}}
