.projects-page{min-height:100vh;padding:30px 7vw 70px;background:#f5f6ed}.projects-page>header{display:flex;align-items:center;justify-content:space-between;gap:20px}.projects-map-link{color:#276451;font-size:13px;font-weight:700;text-decoration:none}.projects-hero{max-width:680px;margin:70px 0 34px}.projects-hero h1{margin:0;font:700 clamp(42px,6vw,70px)/1 Fraunces,serif;letter-spacing:-3px}.projects-hero>p:last-child{color:#617068;font-size:16px;line-height:1.5}.projects-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.projects-filters a{padding:8px 11px;border:1px solid #d6dfd5;border-radius:999px;color:#41584c;font-size:12px;text-decoration:none}.projects-filters a.active{background:#174b40;border-color:#174b40;color:white}.projects-count{margin:0 0 16px;color:#65746c;font-size:13px}.projects-search{display:flex;gap:8px;margin:0 0 14px;max-width:680px}.projects-search input{min-width:0;flex:1 1;border:1px solid #cdd7cd;border-radius:7px;padding:10px 12px;background:white}.projects-search button{border:0;border-radius:7px;padding:10px 14px;background:#174b40;color:white;font-weight:700}.projects-search a{align-self:center;color:#276451;font-size:13px;font-weight:700;text-decoration:none}.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:15px;gap:15px}.projects-grid article{display:grid;align-content:start;grid-gap:10px;gap:10px;min-height:245px;padding:20px;border:1px solid #dde4db;border-radius:10px;background:white}.projects-grid h2{margin:0;font:700 23px/1.05 Fraunces,serif}.projects-grid p{margin:0;color:#5d6b63;font-size:13px;line-height:1.45}.projects-grid .project-place{color:#234c3f;font-weight:700}.projects-grid article>div{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;font-size:11px}.projects-grid article>div span{color:#69786f}.projects-grid article a{color:#276451;font-weight:700;text-decoration:none}.project-accuracy-link{margin-top:2px;font-size:12px}.projects-empty{padding:20px;border:1px dashed #cbd6cc;border-radius:8px;color:#65746c}.project-status{width:-moz-fit-content;width:fit-content;padding:4px 7px;border-radius:99px;background:#fff0cf;color:#79511e;font-size:10px;font-weight:700}.project-status.under-construction{background:#e5effb;color:#1e5ba0}.project-status.completed{background:#e1f3e7;color:#1b6a46}.project-status.community-report{background:#eee5fb;color:#6a449b}.project-status.community-report.verified{background:#d9f2db;color:#1b6a46}.project-source{color:#78837d;font:500 10px DM Mono,monospace;letter-spacing:.07em;text-transform:uppercase}.projects-pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin:30px 0 0;color:#617068;font-size:13px}.projects-pagination a{min-width:88px;border:1px solid #174b40;border-radius:7px;padding:9px 12px;background:white;color:#174b40;font-weight:700;text-align:center;text-decoration:none}.projects-pagination a:hover{background:#174b40;color:white}@media (max-width:860px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.projects-page{padding:22px 16px 50px}.projects-hero{margin:52px 0 26px}.projects-grid{grid-template-columns:1fr}.projects-hero h1{letter-spacing:-2px}.projects-search{flex-wrap:wrap}.projects-search input{flex-basis:100%}.projects-pagination{justify-content:space-between}.projects-pagination a{min-width:0}}