.project-card-link{text-decoration:none;color:inherit}.project-card{position:relative;height:570px;background:#000;overflow:hidden;cursor:pointer;transition:box-shadow .3s ease,transform .3s ease}.project-card--compare-selected,.project-card--compare-selected:hover{outline:3px solid #c8943a;outline-offset:0}.project-card:not(.project-card--compare-selected):hover{box-shadow:0 10px 15px rgba(0,0,0,.1)}.wishlist-badge span{display:flex;align-items:center;justify-content:center}.wishlist-badge svg{display:block}.wishlist-badge:hover{transform:translateY(-1px)}.wishlist-badge:hover svg{fill:currentColor}.wishlist-badge.project-added,.wishlist-badge.project-added span{color:#c89f62}.project-card-img,.project-card-picture{display:block;width:100%;height:100%}.project-card-img{object-fit:cover;transition:transform .6s ease,opacity .3s ease}.project-card-img:not(.loaded){opacity:.7}.project-card-img.loaded{opacity:1}.project-card:hover .project-card-img{transform:scale(1.05)}.project-overlay{position:absolute;inset:0;background:rgba(0,0,0,.75);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;opacity:0;transition:opacity .4s ease;z-index:4;pointer-events:auto}.project-card:hover .project-overlay{opacity:1}.project-card:hover .project-details-bar{opacity:0;pointer-events:none}.btn-overlay{padding:10px 0;font-size:14px;color:#c89f62;background:transparent;border:1px solid #c89f62;cursor:pointer;transition:all .3s ease;pointer-events:auto;width:140px;text-align:center}.btn-overlay:hover{background:#c89f62;color:#000}.project-details-bar{position:absolute;bottom:0;left:0;right:0;padding:15px 10px;background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.5));color:#fff;z-index:3;transition:opacity .4s ease}.project-details-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.details-wrapper{justify-content:space-between;display:flex;align-items:flex-end;gap:0}.price-section{display:flex;flex-direction:column;flex:0 0 20%;max-width:20%;gap:4px}.price-label{font-size:11px;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.5px}.price-value{font-size:26px;font-weight:500;color:#c89f62;font-family:montserrat,sans-serif}.price-asterisk{color:#c8a882;font-size:.81em;margin-left:2px;vertical-align:baseline}.info-section{flex:1 1;display:flex}.project-title{font-size:1.7rem;font-weight:300;color:#fff;letter-spacing:1px;margin:0 0 8px}.project-title a,.project-title a:active,.project-title a:hover,.project-title a:visited{color:inherit;text-decoration:none}.location{gap:6px;color:#fff;font-size:14px;opacity:.85;margin-bottom:16px}.location,.specs-table{display:flex;align-items:center;justify-content:center}.specs-table{text-align:center;width:100%}.spec-row{display:flex;flex:1 1;flex-direction:column;gap:16px;font-size:13px}.spec-row--labels{align-items:flex-end}.spec-label{text-align:right;opacity:.75;font-weight:500}.spec-value{white-space:nowrap;text-align:left;font-weight:500;font-family:montserrat,sans-serif}.dividerr{width:1px;background-color:#c89f62;align-self:stretch;margin:0 10px;min-height:30px;flex-shrink:0}.arrow{display:flex;justify-content:flex-end;min-width:15%;font-size:28px;color:#c89f62;transition:transform .3s ease;flex-shrink:0}.project-card:hover .arrow{transform:translateX(4px)}@media (max-width:1024px){.project-card{height:420px}}@media (max-width:768px){.project-card{height:350px;position:relative;display:flex;flex-direction:column}.project-overlay{display:none!important}.project-details-bar{display:block!important;opacity:1!important;padding:20px}.details-wrapper{display:flex;justify-content:space-between;align-items:flex-end;gap:0}.price-section{width:20%}.project-title{font-size:18px}.location{font-size:13px;margin-bottom:10px}.spec-row{gap:10px}.project-card-picture{min-height:0}}@media (max-width:480px){.project-card{height:320px}.project-details-bar{padding:16px}.price-value{font-size:18px}}