section{margin-bottom:6rem}.hero{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:center}.profile-image{border:4px solid #fff;padding:.5rem}.profile-image img{width:100%;display:block}.intro h1{font-size:2.5rem;margin-bottom:1rem}.intro p{max-width:600px;opacity:.9}.fade-in{animation:fadeIn 1.2s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.projects h2{font-size:2rem;margin-bottom:2rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.project-card{border:3px solid #fff;padding:1.5rem;background:#000}.project-icon{font-size:2rem;margin-bottom:1rem}.project-card h3{margin-bottom:.5rem}.contact h2{font-size:2rem;margin-bottom:1rem}.contact p{max-width:500px;margin-bottom:2rem}.contact-links{display:flex;gap:2rem;flex-wrap:wrap}.contact-links a{color:#fff;text-decoration:none;border-bottom:2px solid #fff;padding-bottom:.25rem}.contact-links a:hover{opacity:.7}@media(max-width:768px){.hero{grid-template-columns:1fr}}
