@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap";.uc-wrap{z-index:100;width:100%;padding:2rem 0;position:fixed;top:2.5rem;overflow:hidden}.tape-strip{width:100%;height:52px;margin:.5rem 0;overflow:hidden;transform:rotate(-2.5deg)scaleX(1.08)}.tape-strip--reverse{margin-top:1.5rem;transform:rotate(2.5deg)scaleX(1.08)}.tape-inner{width:max-content;height:100%;display:flex}.tape-strip--reverse .tape-inner{animation-duration:14s;animation-direction:reverse}.tape-block{letter-spacing:.06em;text-align:center;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:52px;font-family:monospace;font-size:13px;font-weight:500;display:flex}.tape-block--yellow{color:#1a1200;background:#f5c400}.tape-block--black{color:#f5c400;background:#1a1a1a}.uc-label{text-align:center;color:#888;letter-spacing:.08em;margin:1.5rem 0 .5rem;font-family:monospace;font-size:13px}@keyframes tape-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}:root{--SAGE:#a5b58d;--FOREST:#5a7a50;--FOREST_DARK:#3a3a3a;--SKILLS_BG:#1e1e1e;--SAGE_PALE:#edf1e8;--SAGE_MID:#cdd8c3;--BACKGROUND:#f8f7f3}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--BACKGROUND);color:#1a1a1a;font-family:DM Sans,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--BACKGROUND)}::-webkit-scrollbar-thumb{background:var(--SAGE);border-radius:2px}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--SAGE_MID);background:#f8f7f3ed;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 2.5rem;transition:box-shadow .3s;display:flex;position:fixed;top:0;left:0}.nav.scrolled{box-shadow:0 1px 20px #0000000f}.nav-name{color:#1a1a1a;letter-spacing:-.02em;font-family:DM Serif Display,serif;font-size:1.1rem;text-decoration:none}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{letter-spacing:.04em;text-transform:uppercase;color:#666;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--FOREST)}.hero{justify-content:center;align-items:center;min-height:100vh;padding:100px 2rem 0;display:flex;position:relative;overflow:hidden}.hero-grid-bg{pointer-events:none;background-image:linear-gradient(var(--SAGE_MID) 1px, transparent 1px), linear-gradient(90deg, var(--SAGE_MID) 1px, transparent 1px);opacity:.3;background-size:60px 60px;position:absolute;inset:0}.hero-content{z-index:1;width:100%;max-width:780px;position:relative}.hero-top{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.hero-badge{background:var(--FOREST_DARK);color:#fff;letter-spacing:.1em;text-transform:uppercase;border-radius:99px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.72rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--SAGE);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-location{color:#888;font-size:.82rem}.hero-name{letter-spacing:-.03em;color:#1a1a1a;margin-bottom:1.25rem;padding-top:7.5rem;font-family:DM Serif Display,serif;font-size:clamp(3.5rem,9vw,6.5rem);line-height:1}.hero-name em{color:var(--FOREST);font-style:italic}.hero-tagline{color:#555;max-width:580px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:300;line-height:1.7}.hero-tagline strong{color:#1a1a1a;font-weight:500}.hero-chips{flex-wrap:wrap;gap:.5rem;margin-bottom:3rem;display:flex}.chip{background:var(--SAGE_PALE);border:1px solid var(--SAGE_MID);color:var(--FOREST);border-radius:6px;padding:.3rem .9rem;font-size:.78rem;font-weight:500}.hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.btn{letter-spacing:.02em;border-radius:7px;padding:.8rem 1.85rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background:var(--FOREST);color:#fff}.btn-primary:hover{background:var(--FOREST_DARK);transform:translateY(-1px)}.btn-outline{background:var(--BACKGROUND);color:#1a1a1a;border:1.5px solid var(--SAGE_MID)}.btn-outline:hover{border-color:var(--FOREST);color:var(--FOREST)}section{max-width:860px;margin:0 auto;padding:5.5rem 2rem}section#about{padding:1rem 2rem 5.5rem}.section-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--FOREST);margin-bottom:.5rem;font-size:.72rem;font-weight:600}.section-title{letter-spacing:-.03em;color:#1a1a1a;margin-bottom:2.5rem;font-family:DM Serif Display,serif;font-size:2.4rem;line-height:1.1}.section-rule{background:var(----SAGE_MID);height:1px;margin-bottom:2.5rem}.about-grid{grid-template-columns:1fr 1.8fr;align-items:start;gap:4rem;display:grid}.about-meta-row{border-bottom:1px solid var(--SAGE_PALE);justify-content:space-between;align-items:baseline;padding:.6rem 0;font-size:.82rem;display:flex}.about-meta-key{color:#888}.about-meta-val{color:#1a1a1a;text-align:right;font-weight:500}.about-body{color:#3a3a34;font-size:1.02rem;font-weight:300;line-height:1.85}.about-body p+p{margin-top:1.2rem}.about-hl{color:var(--FOREST);font-weight:500}.skills-outer{background:var(--SKILLS_BG)}.skills-inner{max-width:860px;margin:0 auto;padding:5.5rem 2rem}.skills-inner .section-eyebrow{color:#aaa}.skills-inner .section-title{color:#fff}.skills-inner .section-rule{background:#2a2a2a}.skills-row{border-bottom:1px solid #2a2a2a;grid-template-columns:190px 1fr;align-items:start;gap:1.5rem;padding:1.25rem 0;display:grid}.skills-row:first-child{border-top:1px solid #2a2a2a}.skills-cat{letter-spacing:.1em;text-transform:uppercase;color:#666;padding-top:.3rem;font-size:.72rem;font-weight:600}.skills-tags{flex-wrap:wrap;gap:.45rem;display:flex}.skill-tag{color:#bbb;background:#2a2a2a;border:1px solid #333;border-radius:5px;padding:.3rem .75rem;font-size:.78rem;font-weight:400;transition:all .15s}.skill-tag:hover{color:#fff;background:#333;border-color:#555}.exp-item{border-bottom:1px solid var(--SAGE_MID);padding:2.5rem 0}.exp-item:first-child{padding-top:0}.exp-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.2rem;display:flex}.exp-title{color:#1a1a1a;font-size:1.1rem;font-weight:600}.exp-dates{color:#999;white-space:nowrap;margin-bottom:.75rem;font-size:.8rem;font-style:italic}.exp-sub{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.1rem;display:flex}.exp-company{color:var(--FOREST);font-size:.88rem;font-weight:500}.exp-type{background:var(--SAGE_PALE);color:var(--FOREST);border-radius:4px;padding:.15rem .55rem;font-size:.75rem;font-weight:500}.exp-tenure,.exp-location{color:#aaa;font-size:.75rem}.exp-bullets{flex-direction:column;gap:.55rem;list-style:none;display:flex}.exp-bullets li{color:#3a3a34;text-align:left;padding-left:1.1rem;font-size:.92rem;font-weight:300;line-height:1.65;position:relative}.exp-bullets li:before{content:"▸";color:var(--SAGE);font-size:.68rem;position:absolute;top:.32em;left:0}.edu-card{border:1px solid var(--SAGE_MID);background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:2rem 2.25rem;display:flex}.edu-degree{color:#1a1a1a;margin-bottom:.2rem;font-size:1.1rem;font-weight:600}.edu-school{color:var(--FOREST);font-size:.95rem;font-weight:500}.edu-badges{flex-wrap:wrap;gap:.5rem;display:flex}.edu-badge{background:var(--SAGE_PALE);color:var(--FOREST);border-radius:5px;padding:.25rem .65rem;font-size:.77rem;font-weight:500}.edu-badge.gold{color:#7a5500;background:#fef3cd}.edu-gpa{color:#1a1a1a;font-family:DM Serif Display,serif;font-size:1.8rem;line-height:1}.edu-gpa-label{color:#aaa;letter-spacing:.08em;text-transform:uppercase;text-align:right;margin-top:.25rem;font-size:.72rem;font-weight:500}.contact-row{flex-wrap:wrap;gap:1rem;display:flex}.contact-card{color:#1a1a1a;border:1px solid var(--SAGE_MID);background:#fff;border-radius:10px;flex-direction:column;flex:1;gap:.4rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.contact-card:hover{border-color:var(--SAGE);background:var(--SAGE_PALE);transform:translateY(-2px)}.contact-card:hover .contact-label{color:var(--FOREST)}.contact-label{letter-spacing:.12em;text-transform:uppercase;color:#aaa;font-size:.68rem;font-weight:600;transition:color .2s}.contact-val{color:#1a1a1a;font-size:.9rem;font-weight:500}.contact-arrow{color:var(--SAGE);margin-top:.25rem;font-size:.8rem}footer{text-align:center;border-top:1px solid var(--SAGE_MID);padding:2.5rem 2rem}.footer-text{color:#bbb;font-size:.78rem}.footer-attr{color:#ccc;margin-top:.4rem;font-size:.7rem}.footer-attr a{color:#ccc;text-decoration:none}.footer-attr a:hover{color:var(--FOREST)}@media (width<=640px){.nav-links{display:none}.hero-cta{flex-direction:column;align-items:stretch}.btn{text-align:center;width:100%}.about-grid{grid-template-columns:1fr;gap:2rem}.stats-inner{grid-template-columns:1fr 1fr}.skills-row{grid-template-columns:1fr;gap:.5rem}.edu-card{flex-direction:column}}
