.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px}.hero-content{position:relative;z-index:10;max-width:800px}.hero h1{font-size:3.5rem;font-weight:500;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:1.2rem;color:var(--color-text-secondary);margin-bottom:2.5rem;max-width:600px}.hero-ctas{display:flex;gap:1rem}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero-ctas{flex-direction:column}.hero-ctas .btn{text-align:center;width:100%}}.project-card{position:relative;overflow:hidden;border-radius:16px;aspect-ratio:16/9;display:block}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,1,.5,1)}.project-overlay{position:absolute;bottom:1rem;left:1rem;right:1rem;border-radius:12px;background:#0a0a0a66;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:flex-start;padding:1.5rem;opacity:0;transform:translateY(10px);transition:all .4s cubic-bezier(.25,1,.5,1)}.project-card:hover img{transform:scale(1.03)}.project-card:hover .project-overlay{opacity:1;transform:translateY(0)}.project-title{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-text-primary);margin-bottom:.2rem}.project-tags{font-size:.8rem;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}#featured-projects{display:grid;grid-template-columns:repeat(12,1fr);gap:2rem}#featured-projects .project-card:nth-child(1){grid-column:span 8;aspect-ratio:16/10}#featured-projects .project-card:nth-child(2){grid-column:span 4;aspect-ratio:3/4}#featured-projects .project-card:nth-child(3){grid-column:span 5;aspect-ratio:4/5}#featured-projects .project-card:nth-child(4){grid-column:span 7;aspect-ratio:16/9}@media (max-width: 768px){#featured-projects{grid-template-columns:1fr}#featured-projects .project-card{grid-column:span 1!important;aspect-ratio:16/9!important}}
