.home-project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:1.5rem;margin-bottom:2rem}.home-project-card{min-width:0;overflow:hidden;border:1px solid var(--home-line);border-radius:1rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.home-project-card:hover,.home-project-card:focus-within{border-color:var(--home-blue);box-shadow:0 8px 24px #14234614}.home-project-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.home-project-card-link:focus-visible{outline:3px solid var(--home-blue);outline-offset:-4px}.home-project-image{display:grid;place-items:center;height:15rem;padding:2rem;background:#f5f7fc;border-bottom:1px solid var(--home-line)}.home-project-image img{width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain}.home-project-copy{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:clamp(1.25rem,3vw,2rem)}.home-project-copy h3{margin:.5rem 0 1rem;color:var(--home-ink);font-size:1.65rem;line-height:1.2}.home-project-copy p{font-size:1rem;line-height:1.7;margin-bottom:1.5rem;overflow-wrap:anywhere}.home-project-company{color:#64748b;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.home-project-action{display:flex;justify-content:space-between;gap:1rem;width:100%;margin-top:auto;color:var(--home-blue);font-weight:700}.home-project-empty{grid-column:1/-1}.projects-page{--home-ink: #111827;--home-line: rgba(17, 24, 39, .14);--home-blue: #2949fd;background:#f8fafc;color:#52606f;min-height:70vh;padding:clamp(3rem,7vw,6rem) 1.5rem}.projects-container{max-width:1200px;margin-inline:auto}.projects-heading{max-width:760px;margin-bottom:3rem}.projects-kicker{color:#2949fd;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem}.projects-heading h1{color:#111827;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05;letter-spacing:-.035em;margin-bottom:1.25rem}.projects-heading>p:not(.projects-kicker){font-size:1.2rem;line-height:1.7}.projects-manage{display:inline-block;margin-top:1.25rem;color:#2949fd;font-weight:700}@media (prefers-reduced-motion: reduce){.projects-page .home-project-card{transition:none}}
