.project-page-wrapper{background-color:#e5e6e8;font-family:Aptos,Segoe UI,Arial,sans-serif!important;margin:auto;max-width:1200px;padding:20px 20px 40px}.sort-bar{justify-content:space-between;margin-bottom:30px}.sort-bar,.sort-controls-right{align-items:center;display:flex;gap:15px}.sort-controls-right{justify-content:flex-end}.sort-bar .map-btn{background:#fff;border:2px solid #8a2a2b;border-radius:8px;color:#8a2a2b;cursor:pointer;font-family:Aptos,Segoe UI,Arial,sans-serif;font-size:16px;font-weight:700;padding:8px 14px}.sort-bar .map-btn:hover{background-color:#fdf4f4}.custom-select-wrapper{position:relative;width:245px}.custom-select-trigger{align-items:center;background:#fff;border:2px solid #8a2a2b;border-radius:8px;box-sizing:border-box;color:#8a2a2b;cursor:pointer;display:flex;font-family:Aptos,Segoe UI,Arial,sans-serif;font-size:16px;font-weight:700;justify-content:space-between;padding:8px 14px;width:100%}.custom-select-trigger:focus,.custom-select-trigger[aria-expanded=true]{border-color:#5c1d1d;outline:none}.custom-select-label{overflow:hidden;padding-right:8px;text-overflow:ellipsis;white-space:nowrap}.custom-select-arrow{flex-shrink:0;height:16px;transition:transform .2s ease;width:16px}.custom-select-trigger[aria-expanded=true] .custom-select-arrow{transform:rotate(180deg)}.custom-select-options{background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;max-height:360px;opacity:0;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s;visibility:hidden;z-index:1000}.custom-select-wrapper.open .custom-select-options{opacity:1;transform:translateY(0);visibility:visible}.custom-option{color:#333;cursor:pointer;font-family:Aptos,Segoe UI,Arial,sans-serif;font-size:16px;font-weight:600;padding:12px 16px}.custom-option:hover{background-color:#fdf4f4;color:#8a2a2b}.custom-option.selected{background-color:#8a2a2b;color:#fff;font-weight:700}.custom-option.placeholder{color:#999;font-style:italic;pointer-events:none}.project-cards{display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin-top:30px}.project-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.06);display:flex;flex-direction:column;font-weight:700;overflow:hidden;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease}.project-card.hide{display:none}.project-card-image{aspect-ratio:4/3;background:#fff;overflow:hidden;width:100%}.project-card-image img{display:block;height:100%!important;object-fit:cover!important;object-position:center center;width:100%!important}.project-card-content{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:110px;padding:18px 16px;transition:background-color .25s ease,color .25s ease}.project-card-meta-line{align-items:center;color:#8a2a2b;display:flex;flex-wrap:wrap;font-family:Aptos,Segoe UI,Arial,sans-serif;font-size:12px;font-weight:700;gap:7px;letter-spacing:.35px;line-height:1.3;margin-bottom:8px;text-transform:uppercase;transition:color .25s ease}.project-card-meta-divider{opacity:.55}.project-card-content h3{color:#333;font-family:Aptos,Segoe UI,Arial,sans-serif!important;font-size:20px!important;font-weight:700;margin:0;transition:color .25s ease}.project-card:hover{box-shadow:0 10px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.project-card:hover .project-card-content{background-color:#8a2a2b!important}.project-card:hover .project-card-meta-line{color:hsla(0,0%,100%,.85)}.project-card:hover .project-card-content h3{color:#fff!important}#leaflet-map{border-radius:8px;height:600px;margin-top:30px;width:100%}.leaflet-control-attribution a{text-decoration:none}.map-title{color:#8a2a2b;font-family:Aptos,Segoe UI,Arial,sans-serif;font-size:24px;font-weight:700;margin-bottom:20px;margin-top:30px;text-align:center}.project-pagination{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:32px}.project-pagination:empty{display:none;margin:0}.project-pagination button{background:#fff;border:2px solid #8a2a2b;border-radius:8px;color:#8a2a2b;cursor:pointer;font-family:Aptos,Segoe UI,Arial,sans-serif;font-size:16px;font-weight:700;padding:8px 14px}.project-pagination button:hover{background:#fdf4f4}.project-pagination button[disabled]{cursor:not-allowed;opacity:.45}.project-pagination .page-btn.is-active{background:#8a2a2b;color:#fff}.project-pagination .page-ellipsis{color:#8a2a2b;font-weight:700;padding:0 6px}#projectSearch{background:#fff;border:2px solid #8a2a2b;border-radius:8px;color:#8a2a2b;font-family:Aptos,Segoe UI,Arial,sans-serif;font-size:16px;font-weight:700;max-width:48%;outline:none;padding:8px 14px;width:320px}#projectSearch::placeholder{color:rgba(138,42,43,.55);font-weight:600}@media (max-width:1100px) and (min-width:769px){#projectSearch{max-width:32%;width:220px}.custom-select-wrapper{width:215px}}@media (max-width:768px){.project-cards{grid-template-columns:1fr}.sort-bar,.sort-controls-right{flex-wrap:wrap;justify-content:flex-start}.sort-controls-right{order:2;width:100%}#projectSearch{max-width:100%;width:100%}.custom-select-wrapper,.sort-bar .map-btn{width:100%}#leaflet-map{height:500px}}