.projects-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-badge{color:var(--secondary);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#35bcff1a,#01d3d21a);border-radius:50px;margin-bottom:1rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;display:inline-block}.section-title{color:var(--text-main);margin-bottom:2rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800}.projects-hero{text-align:center;background:linear-gradient(135deg, var(--bg-main) 0%, var(--bg-surface) 100%);padding:6rem 2rem 3rem}.projects-hero-title{color:var(--text-main);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.projects-hero-description{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.projects-content{background-color:var(--bg-main);padding:3rem 2rem 4rem}.projects-filters{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.filter-chip{background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-muted);border-radius:20px;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.filter-chip:hover,.filter-chip.active{background:var(--secondary);border-color:var(--secondary);color:var(--neutral-white)}.filter-count{opacity:.8;font-size:.75rem}.projects-empty{text-align:center;color:var(--text-muted);padding:4rem 2rem}.projects-empty .empty-state-gif{width:220px;max-width:65%;height:auto;margin-bottom:1rem}.projects-empty p{margin-bottom:1.5rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.project-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.project-card:hover{border-color:var(--secondary);transform:translateY(-5px);box-shadow:0 10px 30px #35bcff26}.project-card-cover{aspect-ratio:5/3;background:var(--bg-overlay);display:block;position:relative;overflow:hidden}.project-card-cover img{object-fit:cover;width:100%;height:100%}.project-status{color:var(--neutral-white);background:var(--state-success);border-radius:20px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.project-status-in_progress{background:var(--tertiary);color:var(--primary)}.project-card-body{flex-direction:column;flex:1;gap:.6rem;padding:1.5rem;display:flex}.project-client{color:var(--secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.project-card-title{font-size:1.15rem;font-weight:700;line-height:1.4}.project-card-title a{color:var(--text-main);text-decoration:none}.project-card-title a:hover{color:var(--secondary)}.project-card-summary{color:var(--text-muted);flex:1;font-size:.9rem;line-height:1.6}.project-tech-list{flex-wrap:wrap;gap:.4rem;display:flex}.tech-chip{background:var(--bg-overlay);color:var(--text-muted);border:1px solid #0000;border-radius:6px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.75rem;font-weight:600;display:inline-flex}.projects-pagination{margin-top:3rem}.pagination{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.pagination-link{border:1px solid var(--border-subtle);min-width:36px;height:36px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;padding:0 .6rem;font-size:.9rem;text-decoration:none;display:inline-flex}.pagination-link:hover{border-color:var(--secondary);color:var(--secondary)}.pagination-link.active{background:var(--secondary);border-color:var(--secondary);color:var(--neutral-white)}.pagination-link.disabled{opacity:.4}.project-header{padding:6rem 2rem 2rem}.post-breadcrumbs{color:var(--text-subtle);gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.post-breadcrumbs a{color:var(--text-muted);text-decoration:none}.post-breadcrumbs a:hover{color:var(--secondary)}.project-header .project-status{margin-bottom:1rem;display:inline-block;position:static}.project-title{color:var(--text-main);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.2}.project-summary{color:var(--text-muted);max-width:700px;margin-bottom:2rem;font-size:1.1rem}.project-meta-row{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex}.project-meta-item{flex-direction:column;gap:.25rem;display:flex}.meta-label{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.meta-value{color:var(--text-main);font-size:.95rem;font-weight:700}.project-links{flex-wrap:wrap;gap:1rem;display:flex}.project-links .btn,.projects-empty .btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:Onest,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--btn-primary-bg);color:var(--neutral-white)}.btn-primary:hover{background:var(--btn-primary-hover)}.btn-secondary{color:var(--secondary);border:2px solid var(--secondary);background:0 0}.btn-secondary:hover{background:var(--hover-overlay)}.project-cover{margin-bottom:3rem}.project-cover img{object-fit:cover;border-radius:16px;width:100%;max-height:500px}.project-body{padding-bottom:3rem}.project-tech-list-large{margin-bottom:2rem}.project-tech-list-large .tech-chip{padding:.4rem 1rem;font-size:.85rem}.project-description{max-width:800px;color:var(--text-main);font-size:1.05rem;line-height:1.9}.project-description p{margin-bottom:1.5rem}.project-gallery{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:2rem;display:grid}.project-gallery img,.project-gallery video{object-fit:cover;border-radius:12px;width:100%}.related-projects{background-color:var(--bg-surface);padding:4rem 2rem}@media (width<=640px){.projects-container{padding:0 1rem}.projects-hero{padding:5rem 1rem 2rem}.project-header{padding:5rem 1rem 1.5rem}}
