:root{--color-bg:#e5fffb;--color-surface:#dcddffe6;--color-surface-raised:#3b5fff1a;--color-text:#301531;--color-text-muted:#6b6375;--color-accent:#002657;--text:#6b6375;--text-h:#08060d;--bg:#000;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#00000080 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}[data-theme=dark]{--color-bg:#0a0a0a;--color-surface:#411649e6;--color-surface-raised:#de3bff26;--color-text:#e5fffb;--color-text-muted:#8a8490;--color-accent:#d168e6}@media (prefers-color-scheme:light){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100vh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h1{margin:20px 0;font-size:36px}h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);min-height:100vh;font-family:Montserrat,sans-serif}.site-header{z-index:100;background:0 0;border-bottom:none;justify-content:center;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.header-logo{color:var(--color-text);font-family:Passero One,serif;font-size:1.3rem;text-decoration:none}.site-header nav{background:var(--color-surface);border-radius:999px;gap:.15rem;padding:.25rem;display:flex;box-shadow:0 4px 16px #0003}.site-header nav a{color:var(--color-text-muted);border-radius:999px;padding:.5rem 2rem;font-size:.8rem;text-decoration:none;transition:color .2s}.site-header nav a:hover{color:var(--color-text)}.site-header nav a.active{background:var(--color-surface-raised);color:var(--color-accent);box-shadow:1px 2px 7px #00000026}.theme-toggle{background-color:var(--color-surface);cursor:pointer;color:var(--color-text);z-index:101;border:none;border-radius:999px;padding:.4rem .75rem;font-size:1rem;transition:background-color .2s;position:fixed;top:1rem;right:1rem}.theme-toggle:hover{background-color:var(--color-surface-raised)}.site-main{flex:1;width:100%;padding:0}.site-footer{text-align:center;color:var(--color-text-muted);border-top:1px solid var(--color-surface-raised);padding:2rem;font-size:.8rem}.home{flex-direction:column;display:flex}.home-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100vh;margin-top:-4rem;display:flex;position:relative}.home-arrow{color:var(--color-text-muted);transition:color .2s;animation:2s ease-in-out infinite bounce;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.home-arrow:hover{color:var(--color-text)}.home-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1rem;font-size:.8rem}.home-name{color:var(--color-text);text-shadow:0 4px 24px #0006,5px 10px 12px #0000004d;margin-bottom:1rem;font-family:Passero One,serif;font-size:clamp(4rem,12vw,9rem);font-weight:1000;line-height:1}.home-roles{color:var(--color-text-muted);letter-spacing:.05em;margin-bottom:4rem;font-size:clamp(.85rem,2vw,1.1rem)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.home-reel{justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.home-reel iframe{aspect-ratio:16/9;border-radius:8px;width:90vw;height:auto;display:block}.projects-page{width:100%;display:flex}.projects-layout{align-items:flex-start;gap:2rem;display:flex}.projects-sidenav{border-right:1px solid var(--color-surface);flex-direction:column;gap:.5rem;width:auto;height:100vh;padding:6rem 2rem 2rem 1.5rem;display:flex;position:fixed;top:0;left:0}.projects-sidenav:after{content:"";background:var(--color-surface);width:1px;height:100%;position:absolute;top:0;right:0}.sidenav-link{white-space:nowrap;color:var(--color-text-muted);border-radius:999px;width:100%;padding:.3rem .75rem;font-size:.85rem;text-decoration:none;transition:color .2s,background .2s;display:block}.sidenav-link:hover{color:var(--color-text);background:var(--color-surface)}.sidenav-link.active{background:var(--color-surface-raised);color:var(--color-accent);font-weight:600}.projects-content{width:100%;max-width:860px;margin:0 auto;padding:1rem 2rem 60vh}.discipline{margin-bottom:3rem;scroll-margin-top:5rem}.discipline-header{border-bottom:1px solid var(--color-surface);width:100%;margin-bottom:1.25rem;padding-bottom:.5rem}.discipline-header h2{color:var(--color-text);font-size:1.2rem;font-weight:600}.project-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.project-card{cursor:pointer;border-radius:24px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000004d,4px 5px 6px #00000014}.project-card-wrapper{aspect-ratio:1;width:calc(33.333% - 1rem)}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.project-card:hover img{transform:scale(1.05)}.project-card-overlay{text-align:center;opacity:0;background:#000000bf;flex-direction:column;justify-content:center;align-items:center;padding:1rem;transition:opacity .25s;display:flex;position:absolute;inset:0}.project-card:hover .project-card-overlay{opacity:1}.project-card-overlay h3{color:#fff;margin-bottom:.4rem;font-size:.95rem;font-weight:600}.project-card-overlay p{color:#ffffffbf;font-size:.78rem;line-height:1.5}.contact h1{color:var(--color-text);margin-bottom:1.5rem;font-size:1.5rem}.contact-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.contact-list a{color:var(--color-text-muted);text-decoration:none;transition:color .2s}.contact-list a:hover{color:var(--color-text)}@media (width<=768px){.site-header{padding:.75rem 1rem}.site-header nav a{padding:.4rem .75rem;font-size:.75rem}.theme-toggle{padding:.3rem .6rem;font-size:.9rem;top:.75rem;right:.75rem}.home-hero{margin-top:-3rem;padding:0 1.5rem}.home-roles{margin-bottom:2rem}.home-reel{padding:2rem 1rem}.home-reel iframe{width:100vw}.projects-sidenav{display:none}.projects-content{padding:1rem 1rem 40vh}.project-card-wrapper{width:calc(50% - .75rem)}.contact,.site-footer{padding:1.5rem 1rem}}@media (width<=480px){.project-card-wrapper{width:100%}.site-header nav a{padding:.4rem .6rem;font-size:.7rem}}
