html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,sans-serif;background:#f9f9f9;color:#222;padding-top:80px}.container{max-width:800px;margin:0 auto;padding:2rem}header{text-align:center;margin-bottom:3rem}.projects{display:grid;gap:2rem}.card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 10px #0000000d;transition:transform .2s}.card:hover{transform:translateY(-5px)}.card img{width:100%;border-radius:8px;margin-bottom:1rem}.card h3{margin:.5rem 0}.hero{height:80vh;background:linear-gradient(to bottom,#f1f1f1,#f9f9f9);display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.hero-content{max-width:600px}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.scroll-link{text-decoration:none;font-weight:700;color:#333;border:2px solid #333;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.scroll-link:hover{background:#333;color:#fff}.projects-section{padding:4rem 2rem;background:#f9f9f9}.projects-section h2{text-align:center;margin-bottom:2rem}.back-button{display:inline-block;background:#f1f1f1;padding:.5rem 1rem;border-radius:8px;font-weight:700;text-decoration:none;color:#333;box-shadow:0 2px 5px #0000001a;transition:all .2s ease}.back-button:hover{background:#333;color:#fff}.project-page{max-width:900px;margin:auto;padding:5rem 2rem 2rem;font-family:sans-serif}.project-header{text-align:center}.project-cover{width:100%;max-height:400px;object-fit:cover;border-radius:8px;margin-top:1rem}.project-section{margin-top:2rem}.project-image{display:block;max-width:100%;height:auto;margin:2rem auto .5rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.image-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.project-image.mobile-image{max-width:250px;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.image-descrip{text-align:center;font-size:.95rem;color:#555;margin-top:.25rem;margin-bottom:2rem;font-style:italic;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.4}.project-gallery{display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:1rem}.navbar{position:fixed;top:0;width:100%;background-color:#fff;border-bottom:1px solid #eee;padding:1rem 2rem;z-index:1000}.navbar-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;max-width:1200px;width:100%;margin:0 auto;padding:0 3rem;box-sizing:border-box}.logo-link{text-decoration:none;color:inherit;cursor:pointer}.nav-links{display:flex;flex-wrap:wrap;gap:1rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .2s;white-space:nowrap}.nav-links a:hover{color:#0072b1}.logo{font-size:1.25rem;font-weight:700}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity 1s ease-out,transform 1s ease-out}.fade-in-section.is-visible{opacity:1;transform:none}.project-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #ddd;border-radius:12px;background-color:#fff;max-width:800px;margin:1rem auto}.project-card:hover{box-shadow:0 4px 15px #0000001a;cursor:pointer}.card-pic{width:180px;height:auto;border-radius:8px;object-fit:cover;flex-shrink:0}.card-content{flex:1}@media (max-width: 768px){.projects-section,.project-header{padding-top:150px}.hero{height:80vh;display:flex;justify-content:center;align-items:center;text-align:center;padding:0 1.5rem;flex-direction:column}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.scroll-link{margin-top:1rem}.container{padding:1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.navbar-content{flex-direction:column;align-items:flex-start}.nav-links{margin-top:.5rem}.nav-links a{margin-left:0;margin-right:1rem;display:inline-block}.projects{grid-template-columns:1fr}.project-card{flex-direction:column;text-align:center}.card-pic{width:100%;max-width:280px;margin-bottom:1rem}.project-gallery{grid-template-columns:1fr}.image-row{flex-direction:column}.back-button{top:160px;left:10px;font-size:.9rem;padding:.3rem .6rem}}@media (max-width: 480px){.hero h1{font-size:1.6rem}.hero p{font-size:.95rem}.logo{font-size:1rem}.card-content{font-size:.95rem}.scroll-link{padding:.4rem .8rem;font-size:.9rem}}
