.project-section { background: #fff; }
.project-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.project-grid article { background: var(--soft-grey); border-radius: 15px; padding: 28px; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.project-grid article:hover { box-shadow: 0 14px 30px #173f2f14; transform: translateY(-5px); }
.project-number { color: #c5ddd0; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 3.25rem; font-weight: 800; line-height: 1; position: absolute; right: 22px; top: 18px; }
.project-grid h3 { color: var(--green-dark); font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.2rem; max-width: 240px; position: relative; }
.project-grid article > p:not(.eyebrow) { color: var(--muted); }
.final-cta__actions { align-items: flex-start; display: flex; flex-direction: column; gap: 14px; }
.final-cta__link { color: #d6e8de; font-weight: 700; text-decoration: none; }
.final-cta__link:hover { color: #ffad65; }
@media (max-width: 900px) { .project-grid { grid-template-columns: 1fr; } }
@media (max-width: 550px) { .final-cta__actions { width: 100%; } .final-cta__actions .button { text-align: center; width: 100%; } }
