*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--red:#ef476f;--yellow:#ffd166;--green:#06d6a0;--blue:#118ab2;--bg:#0d1f2d;--muted:#838383;--rule:#dedede14}body{background:var(--bg);color:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;flex-direction:column;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;font-weight:300;display:flex;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px;position:fixed;inset:0}.bg-glows{pointer-events:none;z-index:0;background-blend-mode:normal;background:linear-gradient(175deg,#0d1f2d 0%,#0a1520 40%,#060d12 100%),radial-gradient(100% 40% at 50% 100%,#118ab240 0%,#0000 70%);position:fixed;inset:0}nav{z-index:100;justify-content:space-between;align-items:center;padding:1.6rem 3rem;display:flex;inset:0 0 auto}.logo{color:#fff;letter-spacing:-.01em;font-size:.9rem;font-weight:700;text-decoration:none}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--muted);font-size:.78rem;font-weight:400;text-decoration:none;transition:color .15s}.nav-links a:hover{color:#fff}main{z-index:1;flex-direction:column;flex:1;width:100%;max-width:860px;margin:0 auto;padding:0 3rem;display:flex;position:relative}.hero{grid-template-columns:1fr 1fr;align-items:end;gap:3rem;padding-top:10rem;padding-bottom:6rem;display:grid;position:relative}.hero-left{opacity:0;animation:.6s .1s forwards up}h1{letter-spacing:-.04em;color:#fff;font-size:2.8rem;font-weight:800;line-height:1.06}.hero-subhead{letter-spacing:-.01em;margin-top:.75rem;font-size:2rem;font-weight:500;line-height:1.2}.hs-1{color:var(--green)}.hs-2{color:var(--yellow)}.hs-3{color:var(--red)}.hero-right{opacity:0;flex-direction:column;gap:1.75rem;padding-bottom:.3rem;animation:.6s .1s forwards up;display:flex}.hero-bio{color:#ffffff80;font-size:1.1rem;font-weight:300;line-height:1.45}.hero-actions{flex-wrap:wrap;gap:.65rem;display:flex}.btn{border-radius:6px;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .18s;display:inline-flex}.btn svg{position:relative;top:1px}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:#f26082}.btn-secondary{color:#fff9;background:#ffffff0f;border:1px solid #ffffff17}.btn-secondary:hover{color:#fff;background:#ffffff1f}.projects{opacity:0;padding-bottom:5rem;animation:.6s .3s forwards up}.projects-header{align-items:center;gap:1rem;margin-bottom:0;display:flex}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);flex-shrink:0;font-size:.68rem;font-weight:600}.projects-rule{background:var(--rule);flex:1;height:1px}.project{border-bottom:1px solid var(--rule);grid-template-columns:1fr auto;align-items:center;gap:1.5rem;padding:1.6rem 0;display:grid;position:relative}.project:last-child{border-bottom:none}.project:first-of-type{border-top:1px solid var(--rule);margin-top:1.75rem}.project-name{letter-spacing:-.025em;margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.project-name a{color:inherit;text-decoration:none}.project-name a:hover{text-underline-offset:3px;text-decoration:underline #ffffff4d}.project-desc{color:var(--muted);max-width:440px;font-size:.9rem;font-weight:300;line-height:1.65}.project-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.55rem;display:flex}.pills{flex-wrap:wrap;justify-content:flex-end;gap:.3rem;display:flex}.pill{letter-spacing:.04em;color:var(--muted);border:1px solid var(--rule);border-radius:3px;padding:.15rem .4rem;font-size:.63rem;font-weight:500}.proj-link{color:var(--muted);align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.proj-link svg{transition:transform .15s}.proj-link:hover svg{transform:translate(2px,-2px)}footer{z-index:1;color:#ffffff2e;justify-content:space-between;width:100%;max-width:860px;margin:0 auto;padding:0 3rem 2.25rem;font-size:.7rem;display:flex;position:relative}footer a{color:inherit;text-decoration:none;transition:color .15s}footer a:hover{color:#ffffff80}@keyframes up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (width<=800px){nav{padding:1.2rem 1.5rem}main{padding:0 1.5rem}.hero{grid-template-columns:1fr;gap:2rem;padding-top:3.5rem;padding-bottom:4rem}.hero:after{display:none}h1{font-size:2.8rem}.project{grid-template-columns:1fr}.project-right{display:none}footer{flex-direction:column;gap:.3rem;padding:0 1.5rem 1.75rem}}