*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f7f3e8;font-family:Lato,sans-serif;color:#4e4a46}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;color:#2c2a28}html{scroll-behavior:smooth}.navbar{position:fixed;top:0;left:0;width:100%;height:70px;padding:0 60px;background-color:#f7f3e8;color:#3e2f23;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.nav-left{display:flex;gap:25px}.nav-left a{text-decoration:none;color:#3e2f23;font-weight:500;transition:.2s}.nav-left a:hover{color:#a47551}.nav-center{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600}.nav-right{display:flex;justify-content:flex-end;gap:18px;font-size:1.3rem}.nav-right a{color:#3e2f23;transition:.2s}.resume-link{padding:6px 10px;border:1.5px solid var(--accent-color);border-radius:6px}.nav-right a:hover{color:#a47551}.hero{display:flex;align-items:center;justify-content:space-between;padding:120px 10%;min-height:90vh;background:#f7f3e8}.hero-left{flex:1;display:flex;justify-content:center}.hero-left img{width:500px;height:500px}.hero-right{flex:1;max-width:500px;text-align:left}.hero-right h1{font-size:3.2rem;font-weight:600;margin-bottom:12px}.hero-right p{line-height:1.6;margin-bottom:30px;color:#303030}.about{min-height:100vh;background:#f7f3e8;color:#3e2f23;padding:120px 10%;display:flex;justify-content:left}.about-container{max-width:900px}.about-title{font-size:42px;margin-bottom:25px;text-align:left;color:#3e2f23}.about-text{font-size:18px;line-height:1.7;margin-bottom:20px;color:#3e2f23}.skills-list{list-style-type:square;list-style-position:inside}.about img{width:500px;height:500px}.projects{padding:120px 10%;background-color:#f7f3e8;text-align:center}.projects-title{font-size:2.5rem;color:#3e2f23;margin-bottom:60px;text-align:left}.projects-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.project-card{background:transparent;border-style:double;border-color:#3e2f23;border-radius:3px;padding:30px;text-align:left;box-shadow:0 8px 15px #3e2f231f;transition:transform .25s ease,box-shadow .25s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 14px 28px #3e2f232e}.project-card h3{color:#3e2f23;margin-bottom:15px}.project-card p{color:#5c4a3d;line-height:1.6;margin-bottom:20px}.project-card .tech-stack{color:#a47551;font-weight:600}.project-links{display:flex;gap:20px}.project-links a{text-decoration:none;color:#a47551;font-weight:600;transition:.2s}.project-links a:hover{color:#7a5236}.project-image{width:100%;height:180px;overflow:hidden;border-radius:3px;margin-bottom:18px;background-color:#e8dfcf;display:flex;align-items:center;justify-content:center}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.project-card:hover .project-image img{transform:scale(1.05)}
