@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--bg-subtle:#111;--text:#f5f5f5;--text-muted:#777;--accent:#64ffda;--font:"Inter", system-ui, sans-serif}html{scroll-behavior:auto}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}.navbar{z-index:100;justify-content:flex-end;align-items:center;width:100%;padding:1.5rem 3rem;display:flex;position:absolute;top:0}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{letter-spacing:.05em;text-transform:uppercase;opacity:.7;font-size:.85rem;font-weight:400;transition:opacity .3s}.nav-links a:hover{opacity:1}.hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.bar{background:var(--text);width:24px;height:2px;transition:all .3s;display:block}.bar-open:first-child{transform:rotate(45deg)translate(2px,2px)}.bar-open:last-child{transform:rotate(-45deg)translate(2px,-2px)}@media (width<=768px){.hamburger{display:flex}.nav-links{background:var(--bg);opacity:0;visibility:hidden;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:all .3s;position:fixed;inset:0}.nav-links.nav-open{opacity:1;visibility:visible}.nav-links a{font-size:1.2rem}}.hero{flex-direction:column;justify-content:flex-end;min-height:100vh;padding:4rem 3rem;display:flex;position:relative}@media (width<=768px){.hero{justify-content:flex-start;min-height:auto;padding:6rem 1.5rem 3rem}}.hero-name{letter-spacing:-.03em;text-transform:uppercase;font-size:clamp(4rem,12vw,10rem);font-weight:900;line-height:.9}.hero-title{color:var(--text-muted);letter-spacing:.02em;margin-top:1rem;font-size:clamp(1.2rem,3vw,2rem);font-weight:300}.hero-tagline{color:var(--text-muted);max-width:500px;margin-top:1.5rem;font-size:clamp(.9rem,1.5vw,1.1rem);line-height:1.7}.hero-scroll{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);writing-mode:vertical-rl;font-size:.75rem;position:absolute;bottom:3rem;right:3rem}.hero-scroll:after{content:"";background:var(--text-muted);width:1px;height:60px;margin:1rem auto 0;animation:2s infinite scrollLine;display:block}@keyframes scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom}to{transform-origin:bottom;transform:scaleY(0)}}.section{padding:6rem 3rem;position:relative}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:2rem;font-size:.75rem}.section-heading{letter-spacing:-.02em;max-width:900px;font-size:clamp(2.5rem,6vw,5rem);font-weight:900;line-height:1.05}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin-top:3rem;display:grid}.about-left{flex-direction:column;gap:2rem;display:flex}.about-text{color:var(--text-muted);font-size:1.1rem;line-height:1.9}.about-highlight{color:var(--text);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:300;line-height:1.5}.about-image{border-radius:8px;position:relative;overflow:hidden}.about-image img{filter:grayscale(80%)brightness(.8);width:100%;height:auto;transition:filter .5s;display:block}.about-image:hover img{filter:grayscale(0%)brightness()}.about-image:after{content:"";background:linear-gradient(to bottom, transparent 60%, var(--bg));pointer-events:none;position:absolute;inset:0}.skills-marquee{border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:4rem 0;overflow:hidden}.marquee{padding:1rem 0;display:flex;overflow:hidden}.marquee-track{white-space:nowrap;gap:3rem;animation:20s linear infinite marqueeScroll;display:flex}.marquee-reverse .marquee-track{animation-direction:reverse}.marquee-item{color:#ffffff26;text-transform:uppercase;letter-spacing:-.02em;flex-shrink:0;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;transition:color .3s}.marquee-item:hover{color:var(--text)}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.services-container{max-width:1200px;margin-top:3rem}.service-item{border-bottom:1px solid #ffffff14;padding:2rem 0;transition:all .4s}.service-item:first-child{border-top:1px solid #ffffff14}.service-item:hover{padding-left:1.5rem}.service-item:hover .service-number{color:var(--accent)}.service-header{align-items:baseline;gap:1.5rem;margin-bottom:.75rem;display:flex}.service-number{color:var(--text-muted);font-size:.85rem;font-weight:500;transition:color .3s}.service-name{letter-spacing:-.01em;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}.service-desc{color:var(--text-muted);max-width:500px;margin-left:3rem;font-size:1rem;line-height:1.7}.projects-container{max-width:1200px;margin-top:3rem}.project-item{border-bottom:1px solid #ffffff14;padding:2.5rem 0;transition:all .4s;display:block}.project-item:first-child{border-top:1px solid #ffffff14}.project-item:hover{padding-left:2rem}.project-item:hover .project-number{color:var(--accent)}.project-header{align-items:baseline;gap:2rem;margin-bottom:1rem;display:flex}.project-number{color:var(--text-muted);font-size:.85rem;font-weight:500;transition:color .3s}.project-name{letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.5rem);font-weight:900}.project-desc{color:var(--text-muted);max-width:600px;margin-left:3.5rem;font-size:1rem;line-height:1.7}.project-tags{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;margin-left:3.5rem;display:flex}.project-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border:1px solid #ffffff26;border-radius:2px;padding:.4rem .8rem;font-size:.7rem}.contact-section{flex-direction:column;justify-content:center;min-height:auto;display:flex}.contact-heading{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(3rem,8vw,5rem);font-weight:900;line-height:1}.contact-links{flex-direction:column;gap:1.5rem;display:flex}.contact-link{color:var(--text-muted);font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:300;transition:color .3s,transform .3s;display:inline-block}.contact-link:hover{color:var(--text);transform:translate(1rem)}footer{color:var(--text-muted);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:3rem;font-size:.8rem;display:flex}@media (width<=768px){.navbar{padding:1.5rem}.hero{padding:3rem 1.5rem}.section{padding:4rem 1.5rem}.about-content{grid-template-columns:1fr;gap:2rem}.project-desc,.project-tags,.service-desc{margin-left:0}.hero-scroll{display:none}footer{text-align:center;flex-direction:column;gap:1rem}}
