#projects{background:#f3faf9;padding-bottom:60px}
#projects[hidden],#today[hidden]{display:none}
.new-project-btn{border:0;border-radius:12px;background:#f2cf65;color:#3d5964;font-weight:700;padding:11px 18px;box-shadow:0 5px 14px rgba(183,144,51,.14);cursor:pointer}
.projects-hero{height:206px;margin-top:30px;border:1px solid #d7e9e9;border-radius:24px;position:relative;overflow:hidden;background:#dff4f3;box-shadow:0 12px 28px rgba(76,139,149,.08)}
.projects-hero-copy{position:relative;z-index:2;padding:42px 38px;max-width:590px}.projects-hero h1{font-size:30px;margin:8px 0 12px;color:#385966;letter-spacing:-1px}.projects-hero p{font-size:13px;color:#718d98;margin:0}.projects-hero .eyebrow{font:700 10px 'DM Sans';letter-spacing:1.5px;color:#ce8d74}
.projects-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.projects-heading{display:flex;justify-content:space-between;align-items:end;margin:34px 0 20px}.projects-heading h2{font-size:21px;margin:0 0 7px}.projects-heading p{font-size:12px;color:#829ba6;margin:0}
.project-filter{display:flex;background:#e6f2f2;padding:4px;border-radius:11px;gap:3px}.project-filter button{border:0;background:transparent;border-radius:8px;color:#76909a;padding:7px 12px;font-size:11px;cursor:pointer}.project-filter button.active{background:#fff;color:#3d8da4;box-shadow:0 2px 8px rgba(72,126,139,.1)}
.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.project-card{position:relative;min-height:244px;border-radius:21px;padding:23px;display:flex;flex-direction:column;border:1px solid rgba(99,137,143,.1);transition:transform .2s ease,box-shadow .2s ease,opacity .18s}.project-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(69,124,137,.1)}.project-card.project-removing{opacity:0;transform:scale(.96)}.project-delete{position:absolute;right:15px;top:15px;border:1px solid rgba(83,110,116,.14);border-radius:10px;background:rgba(255,255,255,.66);color:#8d6e68;padding:6px 9px;font-size:9px;cursor:pointer}.project-delete:hover{background:#fff;color:#bd665c}.project-empty{min-height:190px;margin-top:18px;border:1px dashed #cfe0dd;border-radius:19px;background:rgba(255,255,255,.55);display:grid;place-content:center;text-align:center}.project-empty[hidden]{display:none}.project-empty strong{font-size:13px;color:#607d84}.project-empty p{font-size:10px;color:#92a4a6;margin:7px 0 0}
.project-type{font-size:10px;color:#66818b;font-weight:600}.project-card h3{font-size:21px;margin:17px 0 9px;color:#38505b}.project-card>p{font-size:12px;line-height:1.65;margin:0;color:#637e88}.project-meta{display:flex;justify-content:space-between;margin-top:auto;font-size:9px;color:#728991}.project-bar{height:6px;border-radius:10px;background:rgba(255,255,255,.62);margin:12px 0 7px;overflow:hidden}.project-bar i{height:100%;display:block;background:#fff;border-radius:10px}.project-card>strong{font-size:10px;color:#536e77}
.card-yellow{background:#fff0ad}.card-pink{background:#f8d3cf}.card-blue{background:#ccebf1}.card-mint{background:#d9f0df}.card-lilac{background:#e7ddf2}.card-sand{background:#f2e6ca}
.project-dialog{border:0;border-radius:22px;padding:0;width:min(440px,calc(100vw - 40px));box-shadow:0 24px 70px rgba(50,91,103,.25);color:#3c5360}.project-dialog::backdrop{background:rgba(45,78,87,.25);backdrop-filter:blur(4px)}.project-dialog form{padding:28px}.dialog-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:24px}.dialog-heading span{font:700 9px 'DM Sans';letter-spacing:1.3px;color:#d08f78}.dialog-heading h2{margin:5px 0 0}.dialog-heading button{border:0;background:transparent;color:#849ca6;font-size:11px;cursor:pointer}.project-dialog label{display:grid;gap:7px;font-size:11px;margin-top:16px;color:#66808a}.project-dialog input,.project-dialog select{border:1px solid #d7e7e9;border-radius:10px;padding:11px 12px;outline:none;background:#f9fcfc;color:#3c5360}.project-dialog input:focus,.project-dialog select:focus{border-color:#70bccd}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:25px}.dialog-actions button{border:1px solid #d7e7e9;background:#fff;border-radius:10px;padding:9px 15px;color:#71868e;cursor:pointer}.dialog-actions .submit-project{background:#f2cf65;border-color:#f2cf65;color:#3d5964;font-weight:700}
@media(max-width:1080px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-hero-copy{max-width:500px}.projects-hero h1{font-size:26px}}@media(max-width:700px){.projects-hero{height:230px}.projects-hero-copy{padding:28px 22px;max-width:75%}.projects-hero h1{font-size:22px}.projects-heading{align-items:start;gap:15px;flex-direction:column}.project-grid{grid-template-columns:1fr}}
