:root{--bg: #0B0F1C;--bg-card: #0F1628;--text: #CDD5E0;--text-muted: #6B7899;--accent: #4AC9C0;--border: rgba(255,255,255,.07);--font: "Poppins", sans-serif;--radius: 8px;--radius-sm: 4px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:70px}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;background:none;border:0;cursor:pointer}svg{display:block}::selection{background:#4ac9c040}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent)}.container{max-width:1100px;margin:0 auto;padding:0 48px}section{padding:80px 0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}}.site-nav{position:fixed;inset:0 0 auto 0;height:60px;z-index:300;background:#0b0f1ce0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1100px;margin:0 auto;height:100%;padding:0 48px;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-weight:700;color:var(--text);font-size:1rem}.nav-logo span{color:var(--accent)}.nav-links,.nav-social{display:flex;align-items:center}.nav-links{gap:24px}.nav-link{color:var(--text-muted);font-size:.8rem;transition:color .18s ease}.nav-link:hover,.nav-link:focus-visible{color:var(--text)}.nav-social{gap:10px}.nav-social a{display:grid;place-items:center;width:34px;height:34px;color:var(--text-muted);transition:color .18s ease}.nav-social a:hover,.nav-social a:focus-visible{color:var(--accent)}.nav-social svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav-toggle{display:none;width:38px;height:38px;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:none;border:none;padding:0}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text-muted);transition:transform .25s ease,opacity .25s ease;transform-origin:center}.hamburger-btn.open span:nth-child(1){transform:rotate(45deg) translateY(7px)}.hamburger-btn.open span:nth-child(2){opacity:0}.hamburger-btn.open span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.mobile-nav-dropdown{position:fixed;top:60px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);max-height:0;overflow:hidden;transition:max-height .32s cubic-bezier(.4,0,.2,1);z-index:250}.mobile-nav-dropdown.open{max-height:420px}.hamburger-btn{display:none}@media (max-width: 768px){.nav-links,.nav-social{display:none}.hamburger-btn{display:flex}}.mobile-nav-dropdown-inner{display:flex;flex-direction:column;gap:10px;padding:16px 22px 20px}.mobile-nav-row{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:500;color:var(--text);text-decoration:none}.mobile-nav-divider{height:1px;background:var(--border);margin:2px 0}.mobile-nav-row svg{width:15px;height:15px;stroke:var(--text-muted);fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.mobile-nav-row svg.f{stroke:none;fill:var(--text-muted)}body.menu-open{overflow:hidden}.hero{height:92vh;display:flex;align-items:center;padding:100px 0 0}.hero-content{max-width:720px}.hero-title{font-size:clamp(2.8rem,7vw,5.5rem);line-height:.95;font-weight:700;color:var(--text);margin-bottom:20px;opacity:0;transform:translateY(20px);animation:heroIn 1s ease forwards}.accent,.hero-title .accent{color:var(--accent)}.cursor{color:var(--accent);animation:blink .75s steps(1) infinite}.hero-subtitle{max-width:540px;font-size:.95rem;line-height:1.8;color:var(--text-muted);margin-bottom:32px;opacity:0;transform:translateY(20px);animation:heroIn 1s ease forwards;animation-delay:.15s}.hero-cta{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;border:1px solid var(--accent);border-radius:6px;color:var(--accent);font-size:.82rem;font-weight:500;transition:background-color .18s ease,color .18s ease;opacity:0;transform:translateY(20px);animation:heroIn .6s ease forwards;animation-delay:.3s}.hero-cta:hover,.hero-cta:focus-visible{background:#4ac9c01f}.hero-cta svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.section-heading{display:flex;align-items:center;gap:16px;margin-bottom:48px}.section-label{color:var(--text);font-size:clamp(1.1rem,2vw,1.45rem);font-weight:600;letter-spacing:-.02em}.section-rule{flex:1;height:1px;background:var(--border)}.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start}.about-copy p{margin-bottom:16px;color:var(--text);line-height:1.85}.about-tools{color:var(--text-muted);font-size:.85rem;margin-top:24px}.tag-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.tag-item{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.72rem}.tag-triangle{color:var(--accent)}.experience-grid{display:grid;grid-template-columns:220px 1fr;gap:32px}.experience-tabs{display:flex;flex-direction:column;gap:12px}.experience-tab{text-align:left;padding:0 0 0 14px;color:var(--text-muted);font-size:.8rem;position:relative;transition:color .18s ease}.experience-tab:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:100%;background:transparent;transition:background-color .18s ease}.experience-tab.active{color:var(--text)}.experience-tab.active:before{background:var(--accent)}.experience-panel{display:none}.experience-panel.active{display:block}.experience-panel h3{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:6px}.experience-date{color:var(--text-muted);font-size:.78rem;margin-bottom:16px}.experience-panel ul{list-style:none;display:flex;flex-direction:column;gap:10px}.experience-panel li{color:var(--text);line-height:1.7}.bullet{color:var(--accent);margin-right:8px}@media (max-width: 768px){.experience-grid{display:flex;flex-direction:column;gap:24px}.experience-tabs{display:flex;flex-direction:row;overflow-x:auto;gap:0;border-left:none;border-bottom:1px solid var(--border);padding-bottom:0;scrollbar-width:none;-ms-overflow-style:none}.experience-tabs::-webkit-scrollbar{display:none}.experience-tab{border-left:none;border-bottom:2px solid transparent;padding:10px 16px;white-space:nowrap;flex-shrink:0;font-size:.78rem}.experience-tab.active{border-bottom:2px solid var(--accent);border-left:none;color:var(--accent)}.experience-panel{width:100%}.experience-role{font-size:1rem}.experience-panel li{font-size:.84rem;line-height:1.7}}.proj-mobile-list{display:none}.proj-slider{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#0f1628;min-height:320px}.proj-slider-track{display:flex;flex-wrap:nowrap;width:100%;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.proj-slide{min-width:100%;flex-shrink:0;position:relative;display:block}.proj-slide img{width:100%;height:520px;object-fit:cover;object-position:center;display:block}@media (max-width: 860px){.proj-slide img{height:420px}}@media (max-width: 768px){.proj-slider{display:none}.proj-mobile-list{display:flex;flex-direction:column;gap:16px}.proj-mobile-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:20px 18px 18px;display:flex;flex-direction:column;gap:12px;transition:border-color .18s ease}.proj-mobile-card:hover{border-color:#4ac9c04d}.proj-mobile-top{display:flex;align-items:center;justify-content:space-between}.proj-mobile-figma-icon{display:flex;align-items:center}.proj-mobile-behance-icon{display:flex;align-items:center;transition:opacity .18s ease}.proj-mobile-behance-icon:hover{opacity:.7}.proj-mobile-behance-icon svg{fill:var(--text-muted);transition:fill .18s ease}.proj-mobile-behance-icon:hover svg{fill:var(--accent)}.proj-mobile-title{font-family:NTR,sans-serif;font-size:1.3rem;font-weight:400;color:var(--text);line-height:1.2}.proj-mobile-img-wrap{width:100%;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden}.proj-mobile-img-wrap img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.proj-mobile-desc{font-size:.82rem;color:var(--text-muted);line-height:1.7}.proj-mobile-label{font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.proj-mobile-foot{display:flex;align-items:center;padding-top:4px;border-top:1px solid var(--border)}.proj-mobile-cta{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);border-bottom:1px solid rgba(74,201,192,.4);padding-bottom:2px;transition:border-color .18s ease}.proj-mobile-cta:hover{border-color:var(--accent)}.proj-slide-info{padding:20px 18px;max-width:100%}.proj-slide-label{font-size:.58rem;letter-spacing:.12em;margin-bottom:6px}.proj-slide-title{font-size:1.2rem;margin-bottom:6px;line-height:1.2}.proj-slide-desc{font-size:.75rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:100%}.proj-slide-cta{font-size:.68rem;margin-top:10px}.proj-slider-dots{bottom:12px;right:18px}}@media (max-width: 640px){.proj-slide img{height:56vw;min-height:240px}}.proj-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,15,28,.92) 0%,rgba(11,15,28,.45) 40%,transparent 100%);pointer-events:none;z-index:1}.proj-slide-info{position:absolute;bottom:0;left:0;padding:32px 36px;z-index:2;max-width:680px}.proj-slide-label{font-size:.62rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.proj-slide-title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:-.02em;line-height:1.1}.proj-slide-desc{font-size:.82rem;color:#ffffffb3;line-height:1.75;max-width:480px}.proj-slide-cta{display:inline-flex;align-items:center;margin-top:16px;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);border-bottom:1px solid rgba(74,201,192,.4);padding-bottom:2px;transition:border-color .18s ease,letter-spacing .18s ease}.proj-slide-cta:hover{border-color:var(--accent);letter-spacing:.1em}.proj-slider-btn{position:absolute;top:0;bottom:0;width:72px;height:auto;border:none;background:transparent;display:flex;align-items:center;cursor:pointer;z-index:10;transition:none}.proj-slider-btn svg{width:23px;height:23px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.3;transition:opacity .18s ease}.proj-slider-btn:hover svg,.proj-slider-btn:focus-visible svg{opacity:1}.proj-slider-btn.prev{left:0;justify-content:flex-start;padding-left:16px}.proj-slider-btn.next{right:0;justify-content:flex-end;padding-right:16px}.proj-slider-dots{position:absolute;bottom:20px;right:36px;display:flex;gap:8px;z-index:10}.proj-slider-dots .dot{width:7px;height:7px;border-radius:50%;background:#ffffff40;cursor:pointer;transition:background .18s ease,transform .18s ease}.proj-slider-dots .dot.active{background:var(--accent);transform:scale(1.35)}.art-link{display:inline-flex;color:var(--accent);font-size:.85rem;font-weight:500;margin-bottom:12px;transition:transform .18s ease}.art-link:hover,.art-link:focus-visible{transform:translate(4px)}.art-description{font-size:.82rem;color:var(--text-muted);margin-bottom:36px;max-width:680px}.art-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.art-item{border-radius:10px;overflow:hidden;cursor:pointer;aspect-ratio:1 / 1;transition:transform .2s ease}.art-item:hover{transform:scale(1.02)}.art-item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:brightness(.85);transition:filter .2s ease}.art-item:hover img{filter:brightness(1)}@media (max-width: 860px){.art-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.art-grid{grid-template-columns:1fr}.art-item{aspect-ratio:4 / 3}}.work-thumb{aspect-ratio:16 / 9;overflow:hidden}.work-thumb img{width:100%;height:100%;object-fit:cover;display:block}.work-body{padding:18px 20px 10px}.work-tag{color:var(--accent);font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.work-body h3{font-size:1rem;color:var(--text);margin-bottom:8px}.work-body p{color:var(--text-muted);font-size:.78rem;line-height:1.7}.work-foot{padding:10px 20px 20px;display:flex;align-items:center;justify-content:space-between}.work-foot span{color:var(--text-muted);font-size:.72rem}.work-foot a{color:var(--accent);border:1px solid rgba(74,201,192,.3);background:transparent;padding:8px 12px;border-radius:4px;font-size:.74rem;transition:background-color .18s ease}.work-foot a:hover,.work-foot a:focus-visible{background:#4ac9c01a}.connect-grid{display:flex;flex-wrap:wrap;gap:16px}.connect-link{position:relative;width:56px;height:56px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--text-muted);transition:color .18s ease,border-color .18s ease}.connect-link:hover,.connect-link:focus-visible{color:var(--accent);border-color:#4ac9c04d}.connect-link:after{content:attr(data-label);position:absolute;top:-42px;left:50%;transform:translate(-50%);padding:6px 8px;border-radius:4px;background:var(--bg-card);color:var(--text);font-size:.68rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .18s ease}.connect-link:hover:after,.connect-link:focus-visible:after{opacity:1}.connect-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-footer{border-top:1px solid var(--border);padding:28px 0 44px}.footer-top,.footer-bottom{display:flex;align-items:center;justify-content:space-between}.footer-top{margin-bottom:18px}.foot-brand{font-weight:700;color:var(--text)}.foot-brand span{color:var(--accent)}.foot-tag,.foot-copy{color:var(--text-muted);font-size:.8rem}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:var(--text-muted);font-size:.8rem;transition:color .18s ease}.footer-links a:hover,.footer-links a:focus-visible{color:var(--accent)}.foot-status{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.8rem}.foot-status .live-dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}@keyframes heroIn{to{opacity:1;transform:translateY(0)}}@keyframes blink{50%{opacity:0}}#about{scroll-margin-top:60px}@media (max-width: 1024px){.about-grid{gap:32px}}@media (max-width: 768px){.about-grid{display:flex;flex-direction:column;gap:32px}.about-copy{width:100%}.about-copy p{font-size:.92rem;line-height:1.8}.tag-list{width:100%;grid-template-columns:1fr 1fr;gap:8px 16px}.tag-item{font-size:.8rem}.footer-top,.footer-bottom{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.footer-links{display:none}}
