.home-projects__intro{max-width:44rem;margin-bottom:2.5rem}.home-projects__title{margin:0 0 .75rem;font-size:clamp(1.5rem,2.75vw,1.95rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#0f172a}.home-projects__lead{margin:0;max-width:40rem;font-size:.95rem;line-height:1.65;color:#475569}.home-projects__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}@media(max-width:991px)and (min-width:576px){.home-projects__grid{grid-template-columns:repeat(2,1fr)}.home-projects__grid>:last-child:nth-child(odd){grid-column:1/-1;width:100%;max-width:calc((100% - 1.25rem)/2);justify-self:center}}@media(max-width:575px){.home-projects__grid{grid-template-columns:1fr}}.home-projects__card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0;border-radius:.85rem;background:#fff;text-decoration:none;color:inherit;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}.home-projects__card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,#0369a1 30%,#e2e8f0);box-shadow:0 16px 32px rgba(15,23,42,.08);text-decoration:none;color:inherit}.home-projects__card:hover .home-projects__media{transform:scale(1.04)}.home-projects__media{height:10.5rem;background-size:cover;background-position:top;transition:transform .45s cubic-bezier(.22,1,.36,1)}.home-projects__body{padding:1.25rem 1.2rem 1.4rem}.home-projects__category{display:block;margin-bottom:.4rem;font-size:.75rem;font-weight:600;letter-spacing:.02em;color:#0369a1}.home-projects__name{margin:0 0 .45rem;font-size:.98rem;font-weight:700;color:#0f172a}.home-projects__desc{margin:0;font-size:.85rem;line-height:1.55;color:#475569}.home-projects__cta{margin-top:2rem;text-align:center}.home-projects__link{display:inline-flex;align-items:center;min-height:44px;padding:.6rem 1.2rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.88rem;font-weight:600;color:#0f172a;text-decoration:none;transition:border-color .25s ease,color .25s ease}.home-projects__link:hover{color:#0c4a6e;border-color:#0369a1;text-decoration:none}