@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap";.site-header{z-index:100;background-color:#000;width:100%;padding:2rem;font-family:inherit;position:relative;top:0}.header-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.brand{color:#fff;letter-spacing:.03em;font-size:1.4rem;font-weight:600}.nav{gap:1rem;display:flex}.nav-link{color:#fff;letter-spacing:.02em;border:1px solid #fff;border-radius:4px;padding:.35rem .85rem;font-size:.95rem;font-weight:400;text-decoration:none;transition:background-color .2s,color .2s}.nav-link:hover{color:#000;background-color:#fff}.project-card{background-color:#222;border-radius:10px;flex-direction:row;align-items:center;gap:1.5rem;width:100%;padding:1.25rem;display:flex}.project-media{background-color:#2e2e2e;border-radius:6px;width:200px;min-width:200px;height:130px;overflow:hidden}.project-media img,.project-media video{object-fit:cover;width:100%;height:100%}.project-media-placeholder{background-color:#2e2e2e;width:100%;height:100%}.project-info{flex-direction:column;gap:.5rem;display:flex}.project-title{color:#fff;font-size:1.05rem;font-weight:600}.project-description{color:#999;font-size:.85rem;font-weight:400;line-height:1.7}.matrix-bg{z-index:0;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}:root{--header-height:5.5rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{scroll-behavior:smooth;color:#fff;background-color:#1a1a1a;font-family:JetBrains Mono,monospace}main{z-index:1;position:relative}.page-section{height:100vh;scroll-margin-top:var(--header-height);justify-content:flex-start;align-items:flex-start;padding:2.5rem 0 0 10%;font-size:2rem;font-weight:600;display:flex}.section-label{font-size:2rem;font-weight:600}.work-section{flex-direction:column;justify-content:flex-start;gap:1.5rem;padding-right:10%}.work-grid{flex-direction:column;gap:1rem;width:100%;display:flex}.about-section{flex-direction:column;justify-content:flex-start;gap:2rem}.about-content{flex-direction:row;align-items:flex-start;gap:3rem;padding-right:10%;display:flex}.about-pfp{object-fit:cover;border-radius:8px;width:320px;min-width:320px}.about-text{color:#aaa;font-size:.95rem;font-weight:400;line-height:1.8}.home-section{height:calc(100vh - var(--header-height));justify-content:flex-start;align-items:center;padding-left:10%;position:relative}.home-initials{color:#242424;-webkit-user-select:none;user-select:none;flex-direction:column;font-size:15.4vw;font-weight:600;line-height:.85;display:flex;position:absolute;right:18%}.home-content{flex-direction:column;gap:.6rem;display:flex}.home-tag{letter-spacing:.12em;color:#888;font-size:.85rem;font-weight:400}.home-name{color:#fff;letter-spacing:-.01em;font-size:4.5rem;font-weight:600;line-height:1.05}.home-subtitle{color:#888;letter-spacing:.04em;font-size:.85rem;font-weight:400}.home-scroll{color:#888;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-label{letter-spacing:.1em;font-size:.75rem}.scroll-arrow{font-size:1.1rem;animation:1.6s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}
