<artifacts><artifact id="nextjs-globals-css" type="application/vnd.ant.code" language="css" title="app/globals.css">*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--bg-primary:#0a0a0a;--bg-secondary:#141414;--bg-card:hsla(0,0%,8%,.6);--text-primary:#fff;--text-secondary:#9ca3af;--accent:#f59e0b;--accent-hover:#fbb731;--accent-dim:rgba(245,158,11,.1);--link:#60a5fa;--border:hsla(0,0%,100%,.08);--success:#10b981}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 50%,rgba(245,158,11,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(96,165,250,.05) 0,transparent 50%);pointer-events:none;z-index:0}nav{position:fixed;top:0;width:100%;background:hsla(0,0%,4%,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;padding:1.25rem 0;border-bottom:1px solid var(--border)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:800;color:var(--accent);text-decoration:none}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a.active,.nav-links a:hover{color:var(--text-primary)}.nav-links a:after{bottom:-4px;height:2px;transition:width .3s ease}.hero{margin-top:70px;padding:6rem 2rem 4rem}.hero-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:4rem;flex-wrap:wrap}.profile-image{width:250px;height:250px;border-radius:50%;overflow:hidden;border:4px solid var(--accent)}.profile-image img{width:100%;height:100%;object-fit:cover}.hero-text h1{font-size:3.5rem;margin-bottom:1rem;font-weight:800}.hero-text .subtitle{font-size:1.5rem;color:var(--accent);margin-bottom:1rem}.hero-text p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.8}.gallery-section{padding:4rem 2rem;background:var(--bg-secondary)}.gallery-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;margin-bottom:3rem;text-align:center;font-weight:700}.gallery-carousel{position:relative;overflow:hidden;border-radius:20px;background:var(--bg-card);border:1px solid var(--border)}.gallery-wrapper{display:flex;transition:transform .5s ease}.gallery-slide{width:100%;flex-shrink:0;position:relative;height:500px}.gallery-slide img{width:100%;height:100%;object-fit:cover}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,transparent);padding:2rem;color:#fff}.gallery-controls{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 2rem}.gallery-btn{width:50px;height:50px;background:var(--accent);border:none;border-radius:50%;color:var(--bg-primary);font-size:1.5rem;cursor:pointer;transition:all .3s ease}.gallery-btn:hover{background:var(--accent-hover);transform:scale(1.1)}.portfolio{max-width:1200px;margin:0 auto;padding:4rem 2rem}.filter-buttons{display:flex;gap:.75rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.75rem;background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:30px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500}.filter-btn.active,.filter-btn:hover{background:var(--accent);color:var(--bg-primary);border-color:var(--accent)}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));grid-gap:2rem;gap:2rem}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .4s ease;cursor:pointer}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(245,158,11,.2);border-color:var(--accent)}.project-image-wrapper{position:relative;width:100%;height:260px;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-card:hover .project-image{transform:scale(1.1)}.project-info{padding:1.75rem}.project-category{display:inline-block;padding:.35rem 1rem;background:var(--accent-dim);color:var(--accent);border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:1rem}.project-title{font-size:1.5rem;margin-bottom:.75rem;font-weight:700}.project-description{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.project-awards{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.award-badge{padding:.35rem .75rem;background:rgba(16,185,129,.1);border:1px solid var(--success);border-radius:6px;font-size:.8rem;color:var(--success)}.h1,h1{font-size:3.25rem;line-height:1.1;font-weight:800}.h2,h2{font-size:1.5rem;line-height:1.3;font-weight:700}.text-accent{color:var(--accent)}.hero{padding:6rem 0 3rem}.hero-wrap{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.hero-photo{width:280px;height:280px;border-radius:9999px;overflow:hidden;border:6px solid var(--accent);box-shadow:0 0 60px rgba(245,158,11,.15),inset 0 0 30px rgba(245,158,11,.25)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-heading{margin-bottom:.75rem}.hero-sub{font-weight:700;margin-bottom:1rem;color:var(--accent)}.hero-desc{margin-bottom:1.25rem;max-width:56ch}.hero-desc,.hero-list{color:var(--text-secondary)}.hero-list{margin:1rem 0 1.25rem}.hero-list li{margin:.35rem 0;list-style:none}.hero-list li:before{content:"→ ";color:var(--accent)}.hero-socials{display:flex;gap:.75rem}.hero-socials a{width:38px;height:38px;display:grid;place-items:center;border-radius:9999px;border:1px solid var(--accent);background:var(--accent-dim);transition:transform .2s ease,background .2s ease}.hero-socials a:hover{background:var(--accent);transform:translateY(-2px)}.hero-socials svg{width:18px;height:18px;fill:currentColor;color:var(--bg-primary)}.section-block{padding:3rem 0}.section-title{font-size:2.25rem;font-weight:800;margin-bottom:1.5rem;position:relative}.section-title:after{content:"";position:absolute;left:0;bottom:-8px;width:120px;height:4px;background:var(--accent);border-radius:9999px}.studio{max-width:1100px;margin:0 auto;padding:2rem 0 0}.studio-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.studio-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;overflow:hidden}.studio-card img{width:100%;height:220px;object-fit:cover;display:block}.studio-card .caption{padding:.75rem 1rem;color:var(--text-secondary)}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-6px;height:3px;width:0;background:var(--accent);transition:width .25s ease}.nav-links a.active:after,.nav-links a:hover:after{width:100%}@media (max-width:900px){.hero-wrap{grid-template-columns:1fr;text-align:left}.hero{padding-top:4rem}}.about-section{max-width:900px;margin:4rem auto;padding:0 2rem}.about-content{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-section{max-width:600px;margin:4rem auto;padding:0 2rem}.contact-form{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:2.5rem}.form-group{margin-bottom:1.75rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-secondary);font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;background:var(--bg-primary);border:1px solid var(--border);border-radius:10px;color:var(--text-primary);font-family:inherit;font-size:.95rem}.submit-btn{width:100%;padding:1.25rem;background:var(--accent);border:none;border-radius:10px;color:var(--bg-primary);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:var(--accent-hover)}.skills-section{margin-top:3rem}.skills-section h3{color:var(--accent);margin-bottom:1.5rem;font-size:1.25rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem}.skill-item{padding:1rem;background:var(--accent-dim);border:1px solid var(--accent);border-radius:10px;text-align:center;color:var(--accent);font-weight:500;font-size:.9rem;transition:all .3s ease}.skill-item:hover{background:var(--accent);color:var(--bg-primary);transform:translateY(-2px)}footer{text-align:center;padding:4rem 2rem 2rem;border-top:1px solid var(--border)}.admin-btn,footer{color:var(--text-secondary)}.admin-btn{position:fixed;bottom:2rem;left:2rem;background:var(--bg-card);border:1px solid var(--border);padding:.75rem 1.5rem;border-radius:30px;text-decoration:none;font-size:.875rem;transition:all .3s ease;z-index:100}.admin-btn:hover{background:var(--accent);color:var(--bg-primary)}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-primary);display:flex;justify-content:center;align-items:center;z-index:9999}.music-bars{display:flex;gap:4px}.bar{width:4px;height:40px;background:var(--accent);animation:musicBar 1.2s ease-in-out infinite}@keyframes musicBar{0%,to{transform:scaleY(1)}50%{transform:scaleY(.3)}}@media (max-width:768px){.hero-content{flex-direction:column;text-align:center}.hero-text h1{font-size:2.5rem}.project-grid{grid-template-columns:1fr}.gallery-slide{height:300px}}