*{margin:0;padding:0;box-sizing:border-box}body{font-family:Georgia,Times New Roman,serif;line-height:1.6;background:#000;color:#fff}h1,h2,h3,p{margin-left:1.5rem;margin-right:1.5rem}section{padding:2rem}header{background:#0b1e3f;color:#fff;padding:1rem;text-align:center}header h1{margin-bottom:.5rem;font-size:2rem;font-weight:700}nav ul{list-style:none;display:flex;gap:1rem;justify-content:center}nav a{color:#fff;text-decoration:none;font-weight:500;padding:.25rem .5rem;border-radius:4px}nav a:hover{text-decoration:underline}nav a.active{background:#fff;color:#000;font-weight:700}footer{background:#111;color:#fff;text-align:center;padding:1rem;margin-top:2rem}.carousel{width:100%;max-width:600px;margin:2rem auto;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #fff3}.carousel-track{display:flex;transition:transform .8s ease-in-out}.carousel-image{min-width:100%;object-fit:cover}.projects{padding:2rem;max-width:500px;margin:0 auto}.project-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:6px;margin-bottom:1rem}.project-card{background:#111;border-radius:8px;box-shadow:0 4px 12px #ffffff1a;padding:1rem;text-align:center;display:flex;flex-direction:column;justify-content:space-between;height:100%;transition:transform .2s ease}.project-card:hover{transform:translateY(-4px)}.project-card h3{margin:.5rem 0}.project-card a{color:#66b2ff;text-decoration:none;font-weight:700}.project-card a:hover{text-decoration:underline}.project-detail{padding:2rem}.detail-carousel{display:flex;align-items:center;justify-content:center;gap:1rem;margin:2rem 0}.detail-carousel img{width:80vh;height:80vh;max-width:900px;max-height:900px;object-fit:contain;background:#111;border-radius:8px;box-shadow:0 4px 12px #fff3}.detail-carousel button{background:#66b2ff;color:#000;border:none;padding:.75rem 1.25rem;border-radius:4px;cursor:pointer;font-size:1.5rem}.detail-carousel button:hover{background:#39f}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.dot{width:12px;height:12px;background:#555;border-radius:50%;cursor:pointer;transition:background .3s ease}.dot.active{background:#66b2ff}.store-link{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background:#66b2ff;color:#000;border-radius:4px;text-decoration:none}.store-link:hover{background:#39f}.contact{padding:2rem;max-width:600px;margin:auto}.contact form{display:flex;flex-direction:column;gap:1rem}.contact input,.contact textarea{padding:.75rem;border:1px solid #555;border-radius:6px;background:#000;color:#fff}.contact button{background:#66b2ff;color:#000;border:none;padding:.75rem;border-radius:6px;cursor:pointer}.contact button:hover{background:#39f}.shop{padding:2rem}.shop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.shop-item{background:#111;border-radius:8px;box-shadow:0 4px 12px #ffffff1a;padding:1rem;text-align:center}.shop-item img{width:100%;height:180px;object-fit:cover;border-radius:6px;margin-bottom:1rem}.about{padding:2rem}.about-content{display:flex;align-items:flex-start;gap:2rem}.about-portrait{width:180px;height:180px;object-fit:cover;border-radius:50%;box-shadow:0 4px 12px #fff3}.about-text{flex:1}.resume-link{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background:#66b2ff;color:#000;text-decoration:none;border-radius:4px;transition:background .2s ease}.resume-link:hover{background:#39f}.gallery{padding:2rem}.gallery h2{margin-bottom:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.gallery-item img{width:100%;height:220px;object-fit:cover;border-radius:6px;box-shadow:0 2px 8px #ffffff1f;cursor:pointer;transition:transform .2s ease}.gallery-item img:hover{transform:scale(1.05)}.lightbox{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.lightbox-img{width:auto;height:auto;max-width:90vw;max-height:90vh;border-radius:8px;box-shadow:0 4px 16px #ffffff80}.lightbox-close{position:absolute;top:1rem;right:2rem;font-size:2rem;color:#fff;cursor:pointer}.disabled-link{color:#888;pointer-events:none;cursor:default}
