:root{--color-bg: #0f0f0f;--color-bg-subtle: #1a1a1a;--color-text: #e8e4df;--color-text-muted: #9a958e;--color-accent: #c9a962;--color-accent-hover: #dfc07a;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:300;background-color:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.7;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 80% 50% at 20% -20%,rgba(201,169,98,.08) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(201,169,98,.05) 0%,transparent 50%);pointer-events:none;z-index:-1}#app{max-width:900px;margin:0 auto;padding:6rem 2rem 2rem;min-height:100vh;display:flex;flex-direction:column}#content{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 8rem)}.portfolio{display:flex;flex-direction:column;align-items:center;gap:3rem;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.headshot-container{position:relative;animation:fadeIn 1s ease-out .2s both}.headshot{width:200px;height:200px;border-radius:50%;object-fit:cover;object-position:center top;transition:transform .4s ease}.headshot:hover{transform:scale(1.02)}.content{text-align:center;max-width:600px;animation:fadeIn 1s ease-out .4s both}.name{font-family:var(--font-display);font-size:clamp(2.5rem,8vw,4rem);font-weight:400;letter-spacing:.02em;margin-bottom:.5rem;background:linear-gradient(135deg,var(--color-text) 0%,var(--color-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title{font-family:var(--font-display);font-size:1.25rem;font-weight:400;font-style:italic;color:var(--color-text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem}.divider{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);margin:0 auto 2rem}.bio{font-size:1.1rem;color:var(--color-text-muted);margin-bottom:2.5rem}.bio p{margin-bottom:1rem}.bio p:last-child{margin-bottom:0}.highlight{color:var(--color-text);font-weight:400}.status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#c9a9621a;border:1px solid rgba(201,169,98,.2);border-radius:100px;font-size:.85rem;color:var(--color-accent);margin-bottom:2rem}.status:before{content:"";width:8px;height:8px;background:var(--color-accent);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.social-links{display:flex;gap:1rem;justify-content:center;animation:fadeIn 1s ease-out .6s both}.social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:100px;color:var(--color-text);text-decoration:none;font-size:.9rem;font-weight:400;transition:all .3s ease}.social-link:hover{border-color:var(--color-accent);color:var(--color-accent);background:#c9a9620d;transform:translateY(-2px)}.social-link svg{width:18px;height:18px;fill:currentColor}.interests{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem}.interest-tag{padding:.4rem 1rem;background:var(--color-bg-subtle);border-radius:100px;font-size:.8rem;color:var(--color-text-muted);border:1px solid rgba(255,255,255,.05)}.footer-decoration{margin-top:4rem;text-align:center;animation:fadeIn 1s ease-out .8s both}.footer-decoration span{font-family:var(--font-display);font-size:1.5rem;color:var(--color-accent);opacity:.3}@media(max-width:600px){#app{padding:3rem 1.5rem}.headshot{width:160px;height:160px}.bio{font-size:1rem}.social-links{flex-direction:column;width:100%}.social-link{justify-content:center}}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;background:#0f0f0fcc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-tabs{display:flex;justify-content:center;gap:.5rem;position:relative;max-width:400px;margin:0 auto}.tab-btn{position:relative;padding:.6rem 1.5rem;background:transparent;border:none;color:var(--color-text-muted);font-family:var(--font-body);font-size:.95rem;font-weight:400;cursor:pointer;transition:color .3s ease;z-index:1}.tab-btn:hover{color:var(--color-text)}.tab-btn.active{color:var(--color-bg)}.tab-indicator{position:absolute;bottom:0;height:100%;background:var(--color-accent);border-radius:100px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:0}@media(max-width:600px){.site-header{padding:1rem 1.5rem}.tab-btn{padding:.5rem 1.25rem;font-size:.9rem}}.projects-page{display:flex;flex-direction:column;align-items:center;gap:4rem;animation:fadeIn .6s ease-out;width:100%;max-width:900px;margin:0 auto;padding:0 1rem}.projects-header{text-align:center;animation:fadeIn .6s ease-out .1s both}.projects-title{font-family:var(--font-display);font-size:clamp(2.5rem,8vw,4rem);font-weight:400;letter-spacing:.02em;margin-bottom:.5rem;background:linear-gradient(135deg,var(--color-text) 0%,var(--color-accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projects-subtitle{font-size:1.1rem;color:var(--color-text-muted)}.projects-list{display:flex;flex-direction:column;gap:3rem;width:100%}.project-item{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:center;padding:2.5rem;background:linear-gradient(145deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.06);border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:slideUp .6s ease-out both}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.project-item:hover{border-color:#c9a96233;background:linear-gradient(145deg,#ffffff0d,#ffffff05);transform:translateY(-2px);box-shadow:0 20px 60px #0000004d,0 0 80px #c9a9620d}.project-image-container{display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#fffffff2,#f5f5f5e6);border-radius:16px;aspect-ratio:1;transition:all .4s ease}.project-item:hover .project-image-container{transform:scale(1.02);box-shadow:0 10px 40px #0003}.project-image{max-width:100%;max-height:180px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.project-image-clickable{cursor:pointer;transition:transform .2s ease,filter .2s ease}.project-image-clickable:hover{transform:scale(1.02);filter:drop-shadow(0 6px 16px rgba(0,0,0,.15))}.project-image-poster{aspect-ratio:auto;padding:0;overflow:hidden;background:transparent}.project-image-poster .project-image{max-height:none;width:100%;border-radius:12px;filter:none}.project-image-emoji{aspect-ratio:1;display:flex;align-items:center;justify-content:center}.project-emoji{font-size:5rem;line-height:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.project-content{display:flex;flex-direction:column;gap:1rem}.project-name{font-family:var(--font-display);font-size:2rem;font-weight:500;color:var(--color-text);letter-spacing:.01em}.project-description{font-size:1.05rem;color:var(--color-text-muted);line-height:1.7;max-width:50ch}.project-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.project-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#c9a9621a;border:1px solid rgba(201,169,98,.2);border-radius:10px;color:var(--color-accent);text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease}.project-link:hover{background:#c9a96233;border-color:#c9a96266;transform:translateY(-2px);box-shadow:0 8px 20px #c9a96226}.project-link svg{transition:transform .3s ease}.project-link:hover svg{transform:translate(2px,-2px)}@media(max-width:768px){.projects-page{gap:3rem}.project-item{grid-template-columns:1fr;gap:2rem;padding:2rem;text-align:center}.project-image-container{max-width:240px;margin:0 auto}.project-image-container.project-image-poster{max-width:100%}.project-content{align-items:center}.project-description{text-align:center}.project-links{justify-content:center}.project-name{font-size:1.75rem}}@media(max-width:480px){.project-item{padding:1.5rem}.project-image-container{max-width:200px;padding:1.5rem}.project-image{max-height:140px}}.lightbox{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lightbox.active{opacity:1;visibility:visible}.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;font-size:2rem;cursor:pointer;transition:all .2s ease;z-index:1001}.lightbox-close:hover{background:#fff3;transform:scale(1.1)}.lightbox-content{display:flex;align-items:center;justify-content:center;width:100%;height:calc(100% - 100px);padding:2rem;overflow:hidden}.lightbox-image-wrapper{display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:80vh;overflow:hidden;cursor:default}.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;transition:transform .2s ease;transform-origin:center center}.lightbox.active .lightbox-image{animation:lightboxZoomIn .3s ease-out}@keyframes lightboxZoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;background:#1e1e1ee6;border:1px solid rgba(255,255,255,.1);border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-zoom-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fffc;cursor:pointer;transition:all .2s ease}.lightbox-zoom-btn:hover{background:#ffffff1a;border-color:#c9a96280;color:var(--color-accent)}.lightbox-zoom-level{min-width:50px;text-align:center;font-size:.9rem;font-weight:500;color:#ffffffb3;font-family:var(--font-mono, monospace)}@media(max-width:768px){.lightbox-close{top:1rem;right:1rem;width:40px;height:40px;font-size:1.5rem}.lightbox-content{padding:1rem}.lightbox-controls{bottom:1.5rem;padding:.5rem 1rem;gap:.5rem}.lightbox-zoom-btn{width:32px;height:32px}}
