@font-face{font-family:Anton;src:url(/fonts/anton.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Bricolage Grotesque;src:url(/fonts/bricolage.woff2) format("woff2");font-style:normal;font-weight:400 600;font-display:swap}@font-face{font-family:Anton Fallback;src:local("Arial"),local("Helvetica Neue"),local("Segoe UI"),local("Roboto"),local("system-ui"),local("sans-serif");font-style:normal;font-weight:400;size-adjust:85%;ascent-override:118%;descent-override:33%}@font-face{font-family:Bricolage Grotesque Fallback;src:local("Arial"),local("Helvetica Neue"),local("Segoe UI"),local("Roboto"),local("system-ui"),local("sans-serif");font-style:normal;font-weight:400 600;size-adjust:100%;ascent-override:93%;descent-override:27%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #101010;--surface: #181818;--border: #2a2a2a;--text: #dedede;--muted: #8a8a8a;--accent: #c9a84c;--accent-dim: rgba(201,168,76,.12);--btn-fg: #101010}[data-theme=light]{--bg: #f5f2ea;--surface: #ffffff;--border: #e2dccb;--text: #1c1a15;--muted: #6f6a5c;--accent: #9a7b1f;--accent-dim: rgba(154,123,31,.12);--btn-fg: #f5f2ea}html{scroll-behavior:smooth;scrollbar-width:none;font-size:110%}::-webkit-scrollbar{display:none}body{background:var(--bg);color:var(--text);font-family:Bricolage Grotesque,Bricolage Grotesque Fallback,system-ui,sans-serif;font-size:1rem;line-height:1.6;overflow-x:hidden;transition:background .4s ease,color .4s ease}.display{font-family:Anton,Anton Fallback,Bricolage Grotesque,Bricolage Grotesque Fallback,sans-serif;font-weight:400;letter-spacing:.01em}.container{max-width:1600px;margin:0 auto;padding:0 5rem}::selection{background:var(--accent);color:var(--btn-fg)}a{color:inherit}.bg-anim{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.bg-blob{position:absolute;border-radius:50%;filter:blur(100px);opacity:.06;will-change:transform}.bg-blob-1{width:60vmax;height:60vmax;background:var(--accent);top:-25vmax;left:-20vmax;animation:blobFloat1 55s ease-in-out infinite alternate}.bg-blob-2{width:45vmax;height:45vmax;background:#3a7bd5;bottom:-20vmax;right:-18vmax;opacity:.045;animation:blobFloat2 65s ease-in-out infinite alternate}.bg-blob-3{width:34vmax;height:34vmax;background:#2e8b57;top:38%;left:52%;opacity:.035;animation:blobFloat3 48s ease-in-out infinite alternate}@keyframes blobFloat1{to{transform:translate(16vw,10vh) scale(1.15)}}@keyframes blobFloat2{to{transform:translate(-15vw,-8vh) scale(1.2)}}@keyframes blobFloat3{to{transform:translate(-12vw,12vh) scale(1.1)}}@media (prefers-reduced-motion: reduce){.bg-blob{animation:none}}#app,footer{position:relative;z-index:1}@media (hover: hover){body,a,button{cursor:none}.nav-links a:hover{color:var(--text)}.theme-toggle:hover{color:var(--accent);border-color:var(--accent)}.hamburger:hover{border-color:var(--accent)}.sidebar-close:hover{color:var(--accent);border-color:var(--accent)}.sidebar-links a:hover,.sidebar-social a:hover{color:var(--accent)}.side a:hover{color:var(--accent);transform:translateY(-3px)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px -12px var(--accent)}.btn-ghost:hover,.skill-tag:hover{border-color:var(--accent);color:var(--accent)}.project-card:hover{border-color:var(--accent)}.project-card:hover .project-name .arw{transform:translate(4px,-4px)}.project-link:hover{color:var(--accent)}.project-media .open-live{opacity:0;transition:opacity .25s}.project-card:hover .project-media .open-live{opacity:1}.proj-detail-back:hover{color:var(--accent)}.list-link:hover{opacity:.65}.footer-social a:hover{color:var(--accent)}.deck-card.is-top:hover{border-color:var(--accent)}.deck-card.is-top:hover .cert-img{filter:brightness(1.06)}}@media (pointer: coarse){.cursor-dot,.cursor-ring{display:none}}.bg-fx{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.bg-fx span{position:absolute;border-radius:50%;filter:blur(75px);background:radial-gradient(circle,var(--accent-dim),transparent 70%);will-change:transform;transform:translateZ(0)}.bg-fx .b1{width:46vw;height:46vw;top:-12%;left:-6%;animation:drift1 24s ease-in-out infinite}.bg-fx .b2{width:40vw;height:40vw;bottom:-14%;right:-8%;animation:drift2 28s ease-in-out infinite}@keyframes drift1{0%,to{transform:translate(0)}50%{transform:translate(16vw,12vh)}}@keyframes drift2{0%,to{transform:translate(0)}50%{transform:translate(-14vw,-10vh)}}@media (prefers-reduced-motion: reduce){.bg-fx span{animation:none}}#preloader{position:fixed;inset:0;z-index:9999;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s}#preloader.done{opacity:0;visibility:hidden}#preloader .pre-name{display:inline-block;font-size:clamp(3.5rem,20vw,16rem);color:var(--accent);overflow:hidden;white-space:nowrap;line-height:1;will-change:transform}#preloader .pre-name span{display:inline-block;transform:translateY(105%);animation:preUp .6s cubic-bezier(.5,0,.2,1) forwards;will-change:transform}@keyframes preUp{to{transform:translateY(0)}}.cursor-dot,.cursor-ring{position:fixed;top:0;left:0;z-index:9998;pointer-events:none;border-radius:50%;transform:translate(-50%,-50%)}.cursor-dot{width:6px;height:6px;background:var(--accent)}.cursor-ring{width:34px;height:34px;border:1px solid var(--accent);transition:width .2s,height .2s,background .2s}.cursor-ring.hover{width:56px;height:56px;background:var(--accent-dim)}#progress{position:fixed;top:0;left:0;height:2px;width:0;background:var(--accent);z-index:200}nav{position:fixed;top:0;left:0;right:0;z-index:150;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 5rem;background:color-mix(in srgb,var(--bg) 78%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-logo{font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);font-weight:600;text-decoration:none}.nav-right{display:flex;align-items:center;gap:2.5rem}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .2s}.theme-toggle{background:none;border:1px solid var(--border);color:var(--muted);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;transition:all .2s}.theme-toggle svg{width:18px;height:18px}.theme-toggle .moon,[data-theme=light] .theme-toggle .sun{display:none}[data-theme=light] .theme-toggle .moon{display:block}.hamburger{background:none;border:1px solid var(--border);color:var(--accent);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;transition:all .2s;padding:6px}.hamburger-icon{width:100%;height:100%;display:block}.sidebar-overlay{position:fixed;inset:0;z-index:250;background:#0009;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.sidebar-overlay.open{opacity:1;visibility:visible}.sidebar{position:fixed;top:0;right:0;bottom:0;z-index:260;width:320px;max-width:85vw;background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;padding:2rem;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow-y:auto}.sidebar.open{transform:translate(0)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.sidebar-logo{font-size:1.4rem;color:var(--accent)}.sidebar-close{background:none;border:1px solid var(--border);color:var(--muted);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;transition:all .2s}.sidebar-close svg{width:18px;height:18px}.sidebar-links{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:auto}.sidebar-links a{display:block;padding:.75rem 0;font-size:1.1rem;color:var(--text);text-decoration:none;border-bottom:1px solid var(--border);transition:color .2s}.sidebar-social{display:flex;gap:1.25rem;padding-top:2rem;margin-top:auto}.sidebar-social a{color:var(--muted);text-decoration:none;transition:color .2s}.sidebar-social a svg{width:22px;height:22px;display:block}body.sidebar-open{overflow:hidden}.project-tech span{display:inline-flex;align-items:center;gap:.35rem}.tech-icon,.tech-icon--generic{width:1.1em;height:1.1em;flex-shrink:0}.tech-icon--nvidia{color:#76b900}.side{position:fixed;bottom:0;z-index:140;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.side:after{content:"";width:1px;height:90px;background:var(--border)}.side-left{left:2.25rem}.side-right{right:2.25rem}.side a{color:var(--muted);text-decoration:none;transition:color .2s,transform .2s}.side-left a svg{width:20px;height:20px;display:block}.side-right .email-vert{writing-mode:vertical-rl;font-size:.78rem;letter-spacing:.15em}section{padding:8rem 0}.sec-title{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.sec-title .flower{width:22px;height:22px;color:var(--accent);animation:spin 7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.sec-title h2{font-size:1.15rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600}.sec-title .rule{flex:1;height:1px;background:var(--border)}#hero{position:relative;min-height:100svh;display:flex;align-items:center;padding-top:6rem;overflow:hidden}.hero-glow{position:absolute;width:620px;height:620px;background:radial-gradient(circle,var(--accent-dim),transparent 70%);top:6%;right:-12%;pointer-events:none}.hero-eyebrow{font-size:clamp(.85rem,2vw,1.15rem);letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.hero-firstname{font-size:clamp(1.2rem,3.5vw,2.2rem);color:var(--muted);line-height:1;letter-spacing:.02em}.hero-name{display:inline-block;font-size:clamp(3rem,11vw,8rem);line-height:1;color:var(--accent);margin:.15rem 0 0;will-change:transform,opacity}.hero-words{margin-top:1.5rem}.hw-line{position:relative;line-height:.92}.hw-front,.hw-back{display:block;font-family:Anton,Anton Fallback,sans-serif;font-size:clamp(2.6rem,9vw,6.5rem);letter-spacing:.01em}.hw-front{position:relative;z-index:2;color:var(--text)}.hw-back{position:absolute;top:0;left:0;z-index:1;color:transparent;-webkit-text-stroke:1.5px var(--accent);transform:translate(7px,7px);opacity:.35}.hero-desc{margin-top:1.75rem;font-size:1.1rem;color:var(--muted);max-width:560px}.hero-desc strong{color:var(--text);font-weight:500}.hero-cta{margin-top:2.25rem;display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2rem;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;font-weight:600;transition:all .2s}.btn-primary{background:var(--accent);color:var(--btn-fg)}.btn-ghost{border:1px solid var(--border);color:var(--muted)}.hero-avail{margin-top:1.75rem;display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--muted)}.hero-avail .dot{width:9px;height:9px;border-radius:50%;background:var(--accent);animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--accent-dim)}70%{box-shadow:0 0 0 10px transparent}to{box-shadow:0 0 0 0 transparent}}.hero-stats{display:flex;gap:3.5rem;margin-top:3.5rem;flex-wrap:wrap}.stat h5{font-family:Anton,Anton Fallback,sans-serif;font-size:clamp(2.2rem,4vw,3rem);color:var(--accent);line-height:1}.stat p{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.4rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.about-bio{font-size:1.05rem;color:var(--muted);line-height:1.85}.about-bio p+p{margin-top:1.1rem}.about-bio strong{color:var(--text);font-weight:500}.headshot{width:140px;height:140px;border-radius:50%;object-fit:cover;border:2px solid var(--accent);margin-bottom:1.5rem}.skills-group{margin-bottom:1.75rem}.skills-group-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .8rem;border:1px solid var(--border);font-size:.78rem;color:var(--muted);transition:all .2s}.work-item{display:grid;grid-template-columns:210px 1fr;gap:3rem;margin-bottom:3rem}.work-item:last-child{margin-bottom:0}.work-company{font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.work-period{font-size:.78rem;color:var(--muted);margin-top:.3rem}.work-role{font-size:1.4rem;margin-bottom:1rem}.work-desc{color:var(--muted);line-height:1.85;font-size:.98rem}.work-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.5rem}.work-tag{padding:.25rem .65rem;font-size:.72rem;background:var(--accent-dim);color:var(--accent)}.exp-img{width:100%;max-width:500px;height:auto;border-radius:8px;margin-top:1.5rem;border:1px solid var(--border)}.projects{display:flex;flex-direction:column;gap:1.5rem}.project-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);background:var(--surface);overflow:hidden;transition:border-color .25s}.project-card:nth-child(2n) .project-media{order:-1}.project-body{padding:2.75rem;display:flex;flex-direction:column}.project-num{font-size:.85rem;letter-spacing:.15em;color:var(--accent);font-family:Anton,monospace;margin-bottom:1.1rem}.project-logo{width:48px;height:48px;border-radius:10px;overflow:hidden;margin-bottom:1.25rem;object-fit:cover;background:var(--bg);border:1px solid var(--border)}.project-logo--ph{display:grid;place-items:center}.project-logo--ph span{font-family:Anton,Anton Fallback,sans-serif;font-size:1.4rem;color:var(--muted)}.project-name{font-size:1.8rem;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem;text-decoration:none}.project-name .arw{transition:transform .2s;color:var(--accent);font-size:1.4rem}.project-desc{font-size:1.05rem;color:var(--muted);line-height:1.7;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:auto}.project-tech span{font-size:.76rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);border:1px solid var(--border);padding:.2rem .6rem}.project-links{display:flex;gap:1.5rem;margin-top:1.75rem}.project-link{font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .2s}.project-media{position:relative;min-height:340px;background:var(--bg);overflow:hidden}.project-media .ph{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent-dim),transparent),var(--surface)}.project-media .ph span{font-family:Anton,Anton Fallback,sans-serif;font-size:4rem;color:var(--accent);opacity:.55}.project-media iframe{position:absolute;top:0;left:0;width:1280px;height:850px;border:0;transform:scale(.46);transform-origin:top left;pointer-events:none;background:#fff;opacity:0;transition:opacity .4s ease}.project-media iframe.shown{opacity:1}.project-media img.project-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.project-card:hover .project-media img.project-img{transform:scale(1.04)}.project-media img.project-img{transition:transform .5s ease}.project-media .open-live{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-end;justify-content:flex-start;padding:1.25rem;background:linear-gradient(to top,color-mix(in srgb,var(--bg) 65%,transparent),transparent 45%);text-decoration:none}.project-media .open-live span{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;background:var(--accent);padding:.4rem .8rem;color:var(--btn-fg);font-weight:600}.proj-detail{padding:10rem 0 4rem;min-height:70vh;display:flex;flex-direction:column;justify-content:center}.proj-detail-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);text-decoration:none;margin-bottom:2.5rem;transition:color .2s}.proj-detail-title{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:1.5rem}.proj-detail-desc{font-size:1.1rem;color:var(--muted);max-width:680px;line-height:1.85;margin-bottom:2rem}.proj-detail .project-tech{margin-bottom:2rem}.proj-detail-links{display:flex;gap:1rem;flex-wrap:wrap}.list-row{padding:1.75rem 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:2rem}.list-row:first-child{border-top:1px solid var(--border)}.list-title{font-size:1.1rem;font-weight:500;margin-bottom:.35rem}.list-meta{font-size:.82rem;color:var(--muted)}.list-link{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);text-decoration:none;white-space:nowrap;transition:opacity .2s}#certifications{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 0}#certifications .cert-deck{margin-top:3.5rem}.cert-deck{width:min(360px,84vw);display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cert-deck-stage{position:relative;width:100%;height:430px}.deck-card{position:absolute;top:50%;left:50%;width:100%;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface);text-decoration:none;color:inherit;display:block;transform:translate(-50%,-50%) translate(var(--dx, 0px),var(--dy, 0px)) rotate(var(--rot, 0deg)) scale(var(--sc, 1));opacity:var(--op, 1);transform-origin:50% 100%;transition:transform .65s cubic-bezier(.65,0,.35,1),opacity .4s ease,border-color .25s;will-change:transform}.deck-card.is-top{pointer-events:auto}.deck-card:not(.is-top){pointer-events:none;box-shadow:0 8px 24px #00000040}.deck-card.is-top{border-color:var(--accent);box-shadow:0 24px 60px -20px #0000008c}.cert-img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;display:block;background:var(--bg)}.cert-ph{width:100%;aspect-ratio:4 / 3;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent-dim),transparent),var(--surface)}.cert-ph span{font-family:Anton,Anton Fallback,sans-serif;font-size:3rem;color:var(--accent);opacity:.6}.cert-meta{padding:1rem 1.25rem 1.25rem}.cert-title{font-size:.95rem;font-weight:500;line-height:1.4;margin-bottom:.4rem}.cert-sub{font-size:.78rem;color:var(--muted)}.cert-deck-count{font-size:.78rem;letter-spacing:.2em;color:var(--muted)}.cert-deck-count span{color:var(--text);font-weight:600}.blog-empty{display:flex;align-items:center;gap:1rem;padding:2rem;border:1px dashed var(--border);border-radius:10px;color:var(--muted);font-size:.95rem}.blog-empty span{font-size:1.4rem;color:var(--accent);flex-shrink:0}#contact{text-align:center;padding:9rem 0}.contact-eyebrow{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem}.contact-heading{font-size:clamp(3rem,9vw,7rem);line-height:.9;margin-bottom:2rem}.contact-sub{color:var(--muted);font-size:1.1rem;max-width:460px;margin:0 auto 2.5rem}footer{padding:2.5rem 0;border-top:1px solid var(--border)}footer .container{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:var(--muted)}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:var(--muted);text-decoration:none;transition:color .2s}.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.reveal-1{transition-delay:.08s}.reveal-2{transition-delay:.16s}.reveal-3{transition-delay:.24s}.reveal-4{transition-delay:.32s}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}.deck-card{transition:none}.cursor-dot,.cursor-ring{display:none}body,a,button{cursor:auto}}@media (max-width: 1100px){.side{display:none}.container{padding:0 3rem}}@media (max-width: 900px){.container{padding:0 1.5rem}nav{padding:1rem 1.5rem}.nav-right{gap:1.25rem}.nav-links{gap:1.1rem}section{padding:5rem 0}.about-grid{grid-template-columns:1fr;gap:3rem}.work-item{grid-template-columns:1fr;gap:.75rem}.project-card{grid-template-columns:1fr}.project-card:nth-child(2n) .project-media{order:0}.project-body{padding:2rem}.project-media{min-height:240px}.list-row{flex-direction:column;align-items:flex-start}.hero-stats{gap:2rem}}@media (max-width: 768px){.bg-blob,.bg-fx span{animation:none}.hero-glow{width:400px;height:400px}.hw-back{-webkit-text-stroke:1px var(--accent);transform:translate(4px,4px)}.hero-cta{flex-direction:column}.btn{width:100%;justify-content:center}.contact-heading{font-size:clamp(2.5rem,12vw,4rem)}}@media (max-width: 600px){.nav-links{display:none}.nav-right{gap:.75rem}section{padding:3.5rem 0}.sec-title{margin-bottom:2rem}.project-name{font-size:1.4rem}.project-logo{width:40px;height:40px}.project-media{min-height:200px}.proj-detail{padding:7rem 0 2rem}.hero-stats{gap:1.5rem}.stat h5{font-size:clamp(1.6rem,5vw,2rem)}footer .container{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){nav{padding:.75rem 1rem}.container{padding:0 1rem}.project-body{padding:1.25rem}.project-media{min-height:160px}.sidebar{width:100%;max-width:100vw}}
