body{font-family:Inter,sans-serif;margin:0;padding:0;line-height:1.8;background-color:#121212;color:#e0e0e0}button,.btn{display:inline-block;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background-color:#e91e63;border:none;border-radius:8px;cursor:pointer;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px #0000004d}button:hover,.btn:hover{background-color:#c2185b;box-shadow:0 6px 10px #0006;transform:translateY(-2px)}button:focus,.btn:focus{outline:2px solid #e91e63;outline-offset:2px}button:disabled,.btn:disabled{background-color:#555;cursor:not-allowed;opacity:.6}.btn-secondary{background-color:#4caf50;color:#fff}.btn-secondary:hover{background-color:#388e3c}@media (max-width: 768px){button,.btn{font-size:.9rem;padding:.6rem 1.2rem}}a{color:#c2185b;text-decoration:none}a:hover{color:#e91e63}.container{width:90%;margin:0 auto;max-width:1000px;padding:1rem 0}.header{background:#1e1e1e;color:#e0e0e0;text-align:center;border-bottom:2px solid #333;padding:2rem 0}.headshot{max-width:200px}.header h1{margin:0;font-size:2.5rem;font-weight:700}.header nav a{color:#9e9e9e;margin:0 1rem;text-decoration:none;font-size:1.1rem;transition:color .3s ease}.header nav a:hover{color:#e91e63}.footer{background:#1e1e1e;color:#9e9e9e;text-align:center;padding:1.5rem 0;margin-top:4rem;font-size:.9rem;border-top:2px solid #333}.projects{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.projects a{text-decoration:none}.project-card-wrapper{flex:1 1 calc(50% - 1rem);min-width:300px}.project-card{background:#1e1e1e;border:1px solid #333;border-radius:12px;padding:1.5rem;box-sizing:border-box;text-align:center;transition:transform .3s ease,box-shadow .3s ease;color:#e0e0e0;height:100%;display:flex;flex-direction:column;justify-content:space-between}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000080;border-color:#e91e63}.project-card h3{margin:1rem 0 .5rem;font-size:1.5rem;font-weight:600;color:#e0e0e0}.project-card p{font-size:1rem;color:#bdbdbd;margin:.5rem 0 1rem;line-height:1.6;flex-grow:1}.project-card a{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background-color:#e91e63;color:#fff;text-decoration:none;border-radius:4px;transition:background-color .3s ease;font-size:1rem}.project-card a:hover{background-color:#c2185b}@media (max-width: 768px){.project-card-wrapper{flex:1 1 100%}.header h1{font-size:2rem}.header nav a{font-size:1rem}}.project-card img{max-width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}@media (min-width: 1024px){.project-card img{height:200px}}.contact label{margin-right:1rem;display:block;margin-bottom:.5rem;font-weight:600;color:#e0e0e0}.contact input,.contact textarea{width:100%;padding:.8rem;margin-bottom:1rem;border:1px solid #333;border-radius:8px;background-color:#1e1e1e;color:#e0e0e0;font-size:1rem;transition:border-color .3s ease}.contact input:focus,.contact textarea:focus{outline:none;border-color:#e91e63}.contact textarea{min-height:120px;resize:vertical}.contact h2{margin-bottom:1.5rem;color:#e0e0e0}section{margin-bottom:3rem}section h1{font-size:2.5rem;margin-bottom:1rem;color:#e0e0e0}section h2{font-size:2rem;margin-bottom:1.5rem;color:#e0e0e0}section p{font-size:1.1rem;line-height:1.7;color:#bdbdbd}section ul{list-style:none;padding:0}section ul li{margin-bottom:.5rem}section ul li a{font-size:1.1rem;transition:color .3s ease}
