.project-card-surface{background:linear-gradient(160deg,rgba(255,255,255,.035),rgba(255,255,255,.01));box-shadow:0 18px 44px -22px rgba(0,0,0,.5),0 8px 18px -14px rgba(0,0,0,.3)}.project-card-container{position:relative;display:flex;flex-direction:column;height:100%;min-height:600px;border-radius:1.5rem;overflow:hidden;transition:box-shadow .3s ease;will-change:transform;cursor:pointer}.project-card-container:hover{box-shadow:0 26px 68px -20px rgba(0,0,0,.5),0 12px 26px -16px rgba(0,0,0,.35)}.project-card-image-backdrop{position:absolute;inset:0;background-position:50%;background-size:cover;filter:blur(18px) saturate(.9);transform:scale(1.12);opacity:.7}.project-card-backdrop-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.6))}.project-card-featured{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;font-size:.7rem;font-weight:600;border-radius:999px;background:rgba(255,255,255,.85);color:#000;z-index:20}.project-card-media-wrapper{position:relative;z-index:10;padding-bottom:0}.project-card-media{position:relative;height:240px;overflow:hidden;border-radius:1.25rem}.project-card-media-fallback,.project-card-media-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease;user-select:none;-webkit-user-drag:none;pointer-events:none}.group:hover .project-card-media-image{transform:scale(1.04)}.project-card-media-fallback{background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02))}.project-card-media-gradient{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.35),transparent)}.project-card-media-shimmer{position:absolute;bottom:0;left:0;right:0;height:2.5rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.35))}.project-card-body{position:relative;z-index:10;padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1;margin-top:-2rem}.project-card-body-overlay{position:absolute;inset:0;z-index:-1;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;background:linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.2) 52%,rgba(0,0,0,0))}.project-card-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden;line-height:1.5;min-height:calc(1.5em * 3)}.project-card-feature-list{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.project-card-lower{display:flex;flex-direction:column;gap:.9rem;margin-top:auto}.project-card-feature-item{display:flex;gap:.4rem;color:rgba(255,255,255,.7);line-height:1.4}.project-card-feature-bullet{color:rgba(255,255,255,.6);margin-top:.15rem}.project-card-feature-copy{flex:1}.project-card-tags{display:flex;flex-wrap:wrap;gap:.4rem}.project-card-tag{padding:.25rem .65rem;font-size:.7rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:rgba(255,255,255,.6)}.project-card-tag--muted{border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:rgba(255,255,255,.45)}.project-card-actions{display:flex;gap:.5rem;margin-top:auto}.project-card-primary-cta{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.25rem;border-radius:999px;font-size:.9rem;font-weight:500;background:#fff;color:#000;transition:transform .2s ease,background .2s ease;box-shadow:0 6px 16px -10px rgba(0,0,0,.45);user-select:none}.project-card-primary-cta:hover{background:rgba(255,255,255,.9);transform:translateY(-2px)}.project-card-secondary-cta{display:inline-flex;align-items:center;justify-content:center;padding:.6rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.12);color:rgba(255,255,255,.8);transition:background .2s ease,color .2s ease;user-select:none}.project-card-secondary-cta:hover{background:rgba(255,255,255,.18);color:#fff}