.services{padding-top:8rem}.services-header{margin-bottom:3rem}.services-list{list-style:none;padding:0;margin:0}.services-item{font-family:var(--font-display);font-size:clamp(2rem,5vw,4.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.05;color:var(--text);padding:1rem 0;border-bottom:1px solid var(--border)}.services-item:first-child{border-top:1px solid var(--border)}@media (max-width:768px){.services-item{font-size:clamp(1.6rem,8vw,2.5rem);padding:.75rem 0}}.projects{display:flex;flex-direction:column;justify-content:flex-start;padding-top:8rem}.projects-header{margin-bottom:3rem}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1px;gap:1px;border:1px solid var(--border)}.project-card{display:flex;flex-direction:column;gap:1.25rem;padding:2.5rem;text-decoration:none;color:inherit;background:var(--bg);border:none;border-right:1px solid var(--border);position:relative;overflow:hidden;transition:background .3s ease}.project-card:nth-child(2n){background:var(--bg-light);color:#0a0a0a;border-right:none}.project-card:nth-child(n+3){border-top:1px solid var(--border)}.project-card:nth-child(2n):nth-child(n+3){border-top:1px solid rgba(10,10,10,.12)}.project-card:nth-child(odd):hover{background:var(--bg-card-hover)}.project-card:nth-child(2n):hover{background:#e5e3de}.project-card.fade-in{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out),background .3s ease;transition-delay:calc(var(--card-i, 0) * 80ms)}.project-card.fade-in.visible{opacity:1;transform:translateY(0)}.project-card-mockup{display:flex;align-items:flex-end;justify-content:center;gap:.75rem;margin:-2.5rem -2.5rem 1.5rem;padding:1.75rem 1.5rem 0;height:270px;overflow:hidden;border-bottom:1px solid var(--border);flex-shrink:0;background:#0e0e0e}.mockup-laptop{display:flex;flex-direction:column;align-items:center;flex:1 1;min-width:0;height:100%;justify-content:flex-end}.mockup-laptop-camera{width:5px;height:5px;background:#1e1e1e;border:1.5px solid #444;border-radius:50%;margin-bottom:0;flex-shrink:0;position:relative;z-index:1}.mockup-laptop-lid{position:relative;width:100%;flex:1 1;min-height:0;border:2px solid #3c3c3c;border-bottom:none;border-radius:7px 7px 0 0;background:#111;padding:14px 8px 8px;overflow:hidden}.mockup-laptop-lid:before{content:"";position:absolute;top:6px;left:50%;transform:translateX(-50%);width:4px;height:4px;background:#2e2e2e;border:1px solid #484848;border-radius:50%}.mockup-laptop-screen{width:100%;height:100%;overflow:hidden;border-radius:2px}.mockup-laptop-base{width:calc(100% + 12px);height:11px;background:linear-gradient(180deg,#3c3c3c,#2c2c2c);border:2px solid #3c3c3c;border-top-color:#555;border-radius:0 0 4px 4px;flex-shrink:0}.mockup-phone{display:flex;flex-direction:column;flex:0 0 auto;width:clamp(64px,22%,88px);height:calc(100% - 11px);border:2.5px solid #3c3c3c;border-radius:18px;background:#0a0a0a;padding:9px 5px 7px;overflow:hidden;box-shadow:inset 0 0 0 1px #222,0 0 0 .5px #555}.mockup-phone-island{width:42%;height:7px;background:#000;border-radius:3.5px;border:1px solid #2a2a2a;margin:0 auto 5px;flex-shrink:0}.mockup-phone-screen{flex:1 1;overflow:hidden;border-radius:3px;min-height:0}.mockup-phone-home{width:38%;height:3px;background:#3a3a3a;border-radius:2px;margin:5px auto 0;flex-shrink:0}.project-card-mockup-img{width:100%!important;height:100%!important;object-fit:cover;object-position:top center;display:block;max-width:none!important}.project-card-header{display:flex;align-items:center;justify-content:space-between}.project-card-number{letter-spacing:.1em;opacity:.35}.project-card-category,.project-card-number{font-family:var(--font-mono);font-size:.65rem;font-weight:700}.project-card-category{letter-spacing:.15em;text-transform:uppercase;opacity:.45}.project-card-title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1;color:inherit}.project-card-desc{font-family:var(--font-display);font-size:.95rem;font-weight:400;line-height:1.65;opacity:.7;flex:1 1}.project-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:auto}.project-card-tag{font-family:var(--font-mono);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .6rem}.project-card:nth-child(odd) .project-card-tag{background:var(--text);color:var(--bg)}.project-card:nth-child(2n) .project-card-tag{background:#0a0a0a;color:var(--bg-light)}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.project-card{border-right:none;padding:2rem 1.5rem}.project-card-mockup{margin:-2rem -1.5rem 1.25rem;height:220px;padding:1.25rem 1.25rem 0;gap:.5rem}.mockup-phone{width:clamp(54px,20%,72px)}.project-card:nth-child(n+2){border-top:1px solid var(--border)}.project-card:nth-child(2n):nth-child(n+2){border-top:1px solid rgba(10,10,10,.12)}.project-card:nth-child(n+3){border-top:none}.project-card-arrow{opacity:.4;transform:translate(0)}}.project-card--featured{border-top:2px solid rgba(255,255,255,.5)!important}.project-card--featured:nth-child(2n){border-top:2px solid rgba(10,10,10,.2)!important}.section--light .project-card:nth-child(odd){--text:#f5f5f5;--text-muted:rgba(232,230,227,0.85);--border:rgba(232,230,227,0.18);color:#f5f5f5}