:root{--deep-teal:#006d77;--light-teal:#83c5be;--off-white:#edf6f9;--peach:#ffddd2;--terracotta:#e29578;--text-main:#2b2d42;--text-light:#555b61}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:var(--off-white);color:var(--text-main);line-height:1.6}.container{max-width:1000px;margin:0 auto;padding:3rem 2rem}header{text-align:center;margin-bottom:3rem}h1{color:var(--deep-teal);letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.header-subtitle{color:var(--terracotta);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}nav{background:#fff;border-radius:50px;flex-wrap:wrap;justify-content:center;gap:.5rem;width:fit-content;margin:0 auto;padding:.5rem;display:flex;box-shadow:0 4px 15px #0000000d}button{cursor:pointer;color:var(--deep-teal);background:0 0;border:none;border-radius:50px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}button:hover{background-color:var(--peach);color:var(--deep-teal)}button.active{background-color:var(--terracotta);color:#fff;box-shadow:0 4px 10px #e2957866}.section{animation:.4s ease-out fadeIn}.section-title{color:var(--deep-teal);border-bottom:3px solid var(--light-teal);margin-bottom:2rem;padding-bottom:.2rem;font-size:2rem;display:inline-block}.hero{background:#fff;border-radius:20px;padding:3rem;display:block;box-shadow:0 10px 30px #0000000d}.hero-top{align-items:center;gap:3rem;margin-bottom:2rem;display:flex}.hero-text{flex:1}.hero-text h2{color:var(--deep-teal);margin-bottom:1rem;font-size:2rem;line-height:1.3}.hero-text p{color:var(--text-light);margin-bottom:1rem;font-size:1.05rem}.photo-placeholder{background:linear-gradient(135deg, var(--light-teal), var(--peach));color:#fff;text-align:center;border:8px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:250px;height:250px;font-size:1.2rem;font-weight:700;display:flex;overflow:hidden;box-shadow:0 10px 20px #83c5be4d}.skills-container{border-top:1px solid #eee;margin-top:2rem;padding-top:2rem}.skills-title{color:var(--deep-teal);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.card{background:#fff;border:1px solid #83c5be33;border-radius:16px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000a}.card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.card-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.card-title{color:var(--deep-teal);margin-bottom:.5rem;font-size:1.25rem}.card-subtitle{color:var(--terracotta);flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:flex}.card-desc{color:var(--text-light);margin-bottom:1rem;font-size:.95rem}.card-desc ul{margin-top:.5rem;margin-left:1.2rem}.card-desc li{margin-bottom:.3rem}.tag-list{flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.tag{background:var(--off-white);color:var(--deep-teal);border:1px solid #006d771a;border-radius:6px;padding:.3rem .7rem;font-size:.85rem;font-weight:600}.card-link{color:var(--terracotta);margin-top:1rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.card-link:hover{color:var(--deep-teal);text-decoration:underline}.project-img-placeholder{background:linear-gradient(135deg, var(--deep-teal), var(--light-teal));color:#fff;text-align:center;justify-content:center;align-items:center;width:100%;height:200px;padding:1rem;font-weight:600;display:flex}.profile-photo{object-fit:cover;border:8px solid #fff;border-radius:50%;flex-shrink:0;width:250px;height:250px;box-shadow:0 10px 20px #83c5be4d}.project-image{object-fit:cover;border-bottom:1px solid #83c5be33;width:100%;height:200px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero-top{text-align:center;flex-direction:column-reverse}.hero{padding:2rem 1.5rem}nav{border-radius:12px}}.contact-links{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.contact-link{color:var(--deep-teal);border:2px solid var(--light-teal);background:#fff;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.contact-link:hover{background-color:var(--light-teal);color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #83c5be4d}
