.see-what-they-build-page main{min-height:auto}.see-what-they-build-page .hero-section{min-height:auto!important}.see-what-they-build-page .footer{margin-top:0}.projects-section{padding:0 24px 48px;max-width:1200px;margin:0 auto}@media (min-width: 768px){.projects-section{padding:0 56px 64px}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px}.project-card{background:var(--color-gray-900);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #c09e5a1f;border-color:#c09e5a4d}.project-image-wrapper{width:100%;aspect-ratio:16 / 10;background:linear-gradient(135deg,var(--color-gray-800) 0%,var(--color-gray-900) 100%);overflow:hidden;position:relative}.project-image{width:100%;height:100%;object-fit:cover;display:block}.project-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.project-content{padding:24px}.project-name{font-family:var(--font-primary);font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0 0 16px;letter-spacing:-.02em}.challenger-info{display:flex;flex-direction:column;gap:6px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.challenger-name{font-family:var(--font-primary);font-size:.9375rem;font-weight:500;color:var(--color-text-primary)}.challenger-meta{display:flex;gap:16px;flex-wrap:wrap}.challenger-handle,.challenger-cohort{font-family:var(--font-mono);font-size:.8125rem;color:var(--color-text-secondary)}.challenger-handle a{color:var(--color-gold);text-decoration:none;transition:color .2s ease}.challenger-handle a:hover{color:var(--color-gold-light)}.project-links{display:flex;gap:12px;flex-wrap:wrap}.project-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:6px;font-family:var(--font-primary);font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.project-link-app{background:var(--color-gold);color:var(--color-background)}.project-link-app:hover{background:var(--color-gold-light)}.project-link-github{background:#ffffff14;color:var(--color-text-primary);border:1px solid rgba(255,255,255,.12)}.project-link-github:hover{background:#ffffff1f;border-color:#fff3}.project-link svg{width:16px;height:16px;flex-shrink:0}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:24px}.project-content{padding:20px}.project-links{flex-direction:column}.project-link{justify-content:center}}
