:root{--bg:#fcfcfa;--text:#222;--text-muted:#6b6b6b;--text-light:#999;--border:#eee;--accent:#000}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.6}@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.container{max-width:720px;margin:0 auto;padding:6rem 2rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.header{margin-bottom:5rem}.name{letter-spacing:-.01em;color:#111;margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:2.4rem;font-weight:500}.title{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem;font-weight:400}.header-links{background-color:var(--bg);z-index:1000;gap:1.5rem;margin-top:-1.5rem;padding:1.5rem 0;font-size:.85rem;font-weight:500;display:flex;position:sticky;top:0}.header-links a{color:var(--text-light);text-decoration:none;transition:color .3s}.header-links a:hover{color:var(--accent)}.resume-dl{color:var(--text)!important}.section{grid-template-columns:140px 1fr;align-items:baseline;gap:2rem;margin-bottom:4rem;display:grid}@media (width<=600px){.section{grid-template-columns:1fr;gap:1rem}}.section-heading{text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);margin:0;font-size:.75rem;font-weight:500}.bio{color:var(--text);font-size:1.05rem;font-weight:400;line-height:1.7}.bio em{color:#111;font-family:Playfair Display,serif;font-style:italic;font-weight:500}.exp-item,.proj-item{margin-bottom:2.5rem}.exp-item:last-child,.proj-item:last-child{margin-bottom:0}.exp-header,.proj-header{justify-content:space-between;align-items:baseline;margin-bottom:.4rem;display:flex}@media (width<=500px){.exp-header{flex-direction:column}}.exp-role,.proj-title{color:#111;font-size:1.1rem;font-weight:500;text-decoration:none}.proj-title:hover{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}.proj-title{letter-spacing:-.01em;font-family:Playfair Display,serif;font-size:1.25rem}.exp-meta{color:var(--text-light);font-size:.85rem}.proj-badge{text-transform:uppercase;letter-spacing:.05em;background:var(--border);color:var(--text-muted);vertical-align:middle;border-radius:4px;margin-left:.8rem;padding:.2rem .6rem;font-size:.65rem;font-weight:500}.exp-item p,.proj-item p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.proj-tech{margin-top:.5rem;color:var(--text-light)!important;font-family:Inter,sans-serif!important;font-size:.8rem!important}.footer{border-top:1px solid var(--border);margin-top:6rem;padding-top:2rem}.footer-inner{color:var(--text-light);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.return-link{color:var(--text-muted);font-weight:400;text-decoration:none;transition:color .2s}.return-link:hover{color:var(--accent)}.floating-immersive-cta{color:#000;z-index:9999;background:#fff;border:2px dashed #000;border-radius:25px 8px 20px 5px/10px 25px 8px 20px;justify-content:center;align-items:center;width:auto;height:auto;padding:.8rem 1.4rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;transform:rotate(-3deg);box-shadow:4px 4px #000}.floating-immersive-cta:hover{color:#fff;background:#000;border-style:solid;border-color:#000;border-radius:8px 25px 5px 20px/25px 10px 20px 8px;transform:scale(1.1)rotate(2deg);box-shadow:-4px 6px #000}
