@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%,to{opacity:.3}50%{opacity:1}}.portfolio{min-height:100vh;background:#07070a;color:#ede8e0}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:54px;background:#07070aeb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #1a1a20;animation:fadeIn .8s ease}.nav-logo{font-family:Cormorant Garant,serif;font-size:18px;font-weight:300;color:#c8a86e;letter-spacing:.06em;font-style:italic}.nav-links{display:flex;gap:2rem;list-style:none}.nav-link{font-size:11px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;color:#5a5850;transition:color .3s;position:relative;padding-bottom:2px;font-family:DM Mono,monospace}.nav-link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#c8a86e;transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.16,1,.3,1)}.nav-link.active{color:#c8a86e}.nav-link.active:after{transform:scaleX(1)}.nav-link:hover{color:#a8906a}.hero{min-height:90vh;display:flex;flex-direction:column;justify-content:flex-end;padding:5rem 2.5rem;max-width:1000px;margin:0 auto;position:relative}.hero-eyebrow{font-family:DM Mono,monospace;font-size:11px;color:#7a6a4a;letter-spacing:.22em;text-transform:uppercase;margin-bottom:2rem;animation:fadeUp 1s cubic-bezier(.16,1,.3,1) .2s both}.hero-name{font-family:Cormorant Garant,serif;font-size:clamp(4rem,10vw,7.5rem);font-weight:300;line-height:.9;letter-spacing:-.02em;margin-bottom:1.5rem;animation:fadeUp 1s cubic-bezier(.16,1,.3,1) .35s both}.hero-name em{font-style:italic;color:#c8a86e}.hero-title{font-size:clamp(.9rem,1.8vw,1.05rem);color:#6a6460;font-weight:300;letter-spacing:.04em;margin-bottom:3rem;animation:fadeUp 1s cubic-bezier(.16,1,.3,1) .5s both}.hero-contacts{display:flex;gap:2rem;flex-wrap:wrap;animation:fadeUp 1s cubic-bezier(.16,1,.3,1) .65s both}.hero-contact{font-family:DM Mono,monospace;font-size:11px;color:#4a4840;display:flex;align-items:center;gap:7px;transition:color .3s}.hero-contact:hover{color:#8a7a5a}.hero-dot{width:3px;height:3px;border-radius:50%;background:#c8a86e;opacity:.6;flex-shrink:0}.hero-line{position:absolute;right:2.5rem;bottom:5rem;width:1px;height:120px;background:#1a1a20;overflow:hidden;animation:fadeIn 1s ease 1s both}.hero-line-inner{width:1px;height:100%;background:#c8a86e;animation:shimmer 2.5s ease-in-out 1.5s infinite}section{max-width:1000px;margin:0 auto;padding:6rem 2.5rem}.section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3.5rem}.section-num{font-family:DM Mono,monospace;font-size:11px;color:#3a3830;letter-spacing:.1em}.section-title{font-family:Cormorant Garant,serif;font-size:2rem;font-weight:300;color:#ede8e0;letter-spacing:-.01em}.section-rule{flex:1;height:1px;background:#141418}.about-text{font-size:1.05rem;line-height:1.9;color:#7a7670;max-width:640px;font-weight:300}.exp-card{border:1px solid #141418;padding:2rem;margin-bottom:1.25rem;position:relative;transition:border-color .4s,background .4s}.exp-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#c8a86e;transform:scaleY(0);transform-origin:top;transition:transform .4s cubic-bezier(.16,1,.3,1)}.exp-card:hover{border-color:#252520;background:#0c0c10}.exp-card:hover:before{transform:scaleY(1)}.exp-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:8px;margin-bottom:.25rem}.exp-role{font-family:Cormorant Garant,serif;font-size:1.2rem;font-weight:400;color:#d8d0c0}.exp-company{color:#c8a86e;font-size:.9rem;font-weight:400;letter-spacing:.04em}.exp-meta{font-family:DM Mono,monospace;font-size:10px;color:#3a3830;text-align:right;line-height:1.7}.exp-loc{color:#2a2820}.proj-block{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #0f0f14}.proj-name{font-size:.78rem;color:#5a5850;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem}.stack-row{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:1rem}.stack-tag{font-family:DM Mono,monospace;font-size:9px;color:#7a6a4a;background:#c8a86e0f;border:1px solid rgba(200,168,110,.14);padding:3px 8px;letter-spacing:.04em;transition:background .3s,border-color .3s}.stack-tag:hover{background:#c8a86e1f;border-color:#c8a86e4d}.highlights{list-style:none;display:flex;flex-direction:column;gap:7px}.highlight{font-size:.83rem;color:#5a5650;line-height:1.7;padding-left:1.1rem;position:relative;font-weight:300;transition:color .3s}.highlight:before{content:"–";position:absolute;left:0;color:#3a3430;font-size:13px;transition:color .3s}.exp-card:hover .highlight{color:#6a6660}.exp-card:hover .highlight:before{color:#c8a86e}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;background:#141418}.skill-cat{background:#07070a;padding:1.5rem;transition:background .3s}.skill-cat:hover{background:#0c0c10}.skill-cat-name{font-family:DM Mono,monospace;font-size:10px;color:#5a4a2a;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:5px}.skill-tag{font-size:12px;color:#6a6660;border:1px solid #141418;padding:4px 10px;font-weight:300;transition:color .3s,border-color .3s}.skill-cat:hover .skill-tag{color:#8a8680;border-color:#1e1e22}.edu-card{border:1px solid #141418;padding:2.5rem;transition:border-color .4s}.edu-card:hover{border-color:#252520}.edu-degree{font-family:Cormorant Garant,serif;font-size:1.4rem;font-weight:300;margin-bottom:.3rem;color:#d8d0c0}.edu-college{color:#c8a86e;font-size:.85rem;margin-bottom:.25rem;letter-spacing:.04em}.edu-period{font-family:DM Mono,monospace;font-size:10px;color:#3a3830;margin-bottom:1.75rem}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;background:#141418}.cert-item{background:#07070a;padding:1.5rem 1.75rem;display:flex;align-items:flex-start;gap:12px;transition:background .3s}.cert-item:hover{background:#0c0c10}.cert-mark{width:1px;height:36px;background:#c8a86e;opacity:.4;flex-shrink:0;margin-top:3px;transition:opacity .3s}.cert-item:hover .cert-mark{opacity:1}.cert-text{font-size:.85rem;color:#6a6660;line-height:1.5;font-weight:300;transition:color .3s}.cert-item:hover .cert-text{color:#a0a098}.footer{border-top:1px solid #141418;padding:2.5rem;display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto}.footer-name{font-family:Cormorant Garant,serif;font-size:15px;font-weight:300;color:#3a3830;font-style:italic}.footer-year{font-family:DM Mono,monospace;font-size:10px;color:#2a2820}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#07070a;color:#ede8e0;font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-thumb{background:#2a2820}::selection{background:#c8a86e2e}
