 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#ffffff;--color-surface:#f8f9fa;--color-text:#1a1a2e;--color-text-secondary:#555e68;--color-text-muted:#8891a0;--color-nav-base:#6b7280;--color-nav-fill:#eef0f3;--color-accent:#2563eb;--color-accent-hover:#1d4ed8;--color-border:#e2e5ea;--font-sans:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:"SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;--max-width:1040px;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--shadow-sm:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 12px rgba(0,0,0,0.08),0 2px 4px rgba(0,0,0,0.04);--radius-md:8px;--radius-lg:12px}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);line-height:1.65}body::before{content:'';position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#01A982,#2563eb,#6366f1,#C5A572);z-index:100}a{color:var(--color-accent);text-decoration:none;transition:color 0.15s ease}a:hover{color:var(--color-accent-hover);text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.site-header{padding:var(--space-2xl) 0 var(--space-xl);background:linear-gradient(180deg,#f0f4ff 0%,var(--color-bg) 100%)}.header-content{display:flex;align-items:center;gap:var(--space-xl)}.profile-photo{flex-shrink:0;width:116px;height:116px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;font-size:1.75rem;font-weight:600;letter-spacing:-0.02em;user-select:none;box-shadow:0 0 0 4px rgba(37,99,235,0.12),var(--shadow-md)}.profile-photo img{width:100%;height:100%;object-fit:cover}.header-text h1{font-size:2.4rem;font-weight:700;letter-spacing:-0.03em;line-height:1.2;background:linear-gradient(135deg,#1a1a2e 0%,#2563eb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-text .title{font-size:1.1rem;color:var(--color-text-secondary);margin-top:var(--space-xs);font-weight:400}.header-text .location{font-size:0.9rem;color:var(--color-text-muted);margin-top:var(--space-xs);display:flex;align-items:center;gap:0.3rem}.header-text .location svg{width:14px;height:14px;fill:var(--color-text-muted)}.section{padding:var(--space-xl) 0;border-bottom:1px solid var(--color-border)}.section:last-of-type{border-bottom:none}.section-title{font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:var(--color-text-muted);margin-bottom:var(--space-lg)}section:nth-of-type(2){background:linear-gradient(to bottom,rgba(37,99,235,0.02) 0%,transparent 100%);padding:var(--space-2xl) var(--space-lg)}.about-text{font-size:1.1rem;line-height:1.7;color:var(--color-text-secondary)}.specialties{margin-top:var(--space-lg);display:flex;flex-wrap:wrap;gap:var(--space-sm)}.specialty-tag{display:inline-block;padding:0.25rem 0.65rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;font-size:0.8rem;color:var(--color-text-secondary);font-family:var(--font-mono);letter-spacing:-0.01em;transition:background 0.15s ease,border-color 0.15s ease,color 0.15s ease}.specialty-tag:hover{background:#eef2ff;border-color:var(--color-accent);color:var(--color-accent)}.chapter-card{margin-bottom:0;padding:0}.chapter-card[data-company="hpe"]{--chapter-accent:#01A982;--chapter-accent-dark:#008570}.chapter-card[data-company="hpe"] .chapter-logo{height:30px}.chapter-card[data-company="morpheus"]{--chapter-accent:#00A4B5;--chapter-accent-dark:#1E3A5F}.chapter-card[data-company="bertram"]{--chapter-accent:#C5A572;--chapter-accent-dark:#1B365D}.chapter-logos-secondary{display:flex;flex-direction:row;align-items:center;gap:var(--space-md);padding-top:var(--space-md)}.chapter-logos-secondary .chapter-logo{height:20px}.chapter-card[data-company="startup"]{--chapter-accent:#6366F1;--chapter-accent-dark:#4338CA}.chapter-grid{display:grid;grid-template-columns:2fr 280px;gap:var(--space-xl)}.chapter-left{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-xl) var(--space-lg) calc(var(--space-xl) * 2) 0}.chapter-right{padding:var(--space-xl) var(--space-lg)}.chapter-card:last-of-type .chapter-right{padding-bottom:calc(var(--space-xl) + var(--space-lg))}.chapter-banner{display:flex;align-items:center;padding:var(--space-md) 0}.chapter-card[data-company="startup"] .chapter-banner{flex-direction:column;align-items:flex-start}.chapter-banner-multi{gap:var(--space-lg);flex-wrap:wrap}.chapter-logo{height:40px;width:auto;max-width:200px;object-fit:contain}.chapter-company{font-size:1.4em;font-weight:700;color:var(--color-text);margin:0;letter-spacing:-0.01em}.chapter-subtitle{font-size:0.9em;color:var(--color-text-muted);font-style:italic;margin:0;font-weight:500}.chapter-narrative{font-size:1em;line-height:1.7;color:var(--color-text-secondary)}.chapter-narrative p{margin-bottom:var(--space-md)}.chapter-narrative p:last-child{margin-bottom:0}.chapter-right{display:flex;flex-direction:column;gap:var(--space-lg);padding-top:var(--space-xs)}.fact-group{display:flex;flex-direction:column;gap:var(--space-sm)}.fact-label{font-size:0.75em;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:var(--chapter-accent,var(--color-accent));display:flex;align-items:center;gap:0.4rem}.fact-group:first-child .fact-label::before{content:'📅';font-size:0.9em}.fact-group:last-child .fact-label::before{content:'⚙️';font-size:0.9em}.fact-item{font-weight:500;font-size:0.9em;color:var(--color-text)}.fact-date{font-size:0.8em;color:var(--color-text-muted);font-family:var(--font-mono)}.fact-tags{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.fact-tag{display:inline-block;padding:0.2rem 0.5rem;background:var(--color-bg);border:0.5px solid var(--color-border);border-radius:6px;font-size:0.75em;color:var(--color-text-secondary);font-family:var(--font-mono)}.early-career{margin-top:var(--space-xl);padding-top:var(--space-lg)}.early-career-title{font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:var(--color-text-muted);margin-bottom:var(--space-md)}.early-career-list{list-style:none}.early-career-list li{color:var(--color-text-secondary);margin-bottom:var(--space-sm);padding:0.2rem 0;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:var(--space-xs)}.early-career-list .ec-role{font-weight:500;color:var(--color-text)}.early-career-list .ec-company{color:var(--color-text-secondary)}.early-career-list .ec-dates{font-size:0.78em;color:var(--color-text-muted);font-family:var(--font-mono)}.education-item{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:var(--space-sm)}.education-degree{font-weight:500;font-size:1rem}.education-school{color:var(--color-text-secondary);font-size:0.95rem}.education-year{font-size:0.85rem;color:var(--color-text-muted);font-family:var(--font-mono)}.skills-grid{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.skill-tag{display:inline-block;padding:0.35rem 0.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;font-size:0.85rem;color:var(--color-text-secondary);transition:background 0.15s ease,border-color 0.15s ease,color 0.15s ease}.skill-tag:hover{background:#eef2ff;border-color:var(--color-accent);color:var(--color-accent)}.volunteer-item{margin-bottom:var(--space-md)}.volunteer-item:last-child{margin-bottom:0}.volunteer-org{font-weight:500;font-size:0.95rem}.volunteer-role{font-size:0.88rem;color:var(--color-text-secondary)}.social-links{display:flex;flex-wrap:wrap;gap:var(--space-md);list-style:none;margin:var(--space-lg) 0 0;padding:0}.social-links a{display:inline-flex;align-items:center;gap:var(--space-sm);padding:0.45rem 1rem;border:1px solid var(--color-border);border-radius:100px;color:var(--color-text-secondary);font-size:0.9rem;font-weight:500;text-decoration:none;transition:all 0.15s ease}.social-links a:hover{color:var(--color-accent);border-color:var(--color-accent);background:#eef2ff;text-decoration:none}.social-links svg{width:18px;height:18px;fill:currentColor;flex-shrink:0}.site-footer{padding:var(--space-xl) 0;text-align:center}.footer-copy{font-size:0.8rem;color:var(--color-text-muted)}.timeline-container{position:relative;padding-left:2rem}.timeline-container::before{content:'';position:absolute;left:0.4rem;top:0;bottom:0;width:2px;background:var(--color-border);z-index:1}.timeline-item{position:relative;z-index:2;filter:grayscale(1) opacity(0.4);transition:filter 0.4s ease}.timeline-item.in-focus{filter:none}.timeline-item::before{content:'';position:absolute;left:calc(-2.1rem + 1px);top:calc(var(--space-xl) + 0.655rem);width:1rem;height:1rem;border-radius:50%;background:var(--color-bg);border:3px solid var(--chapter-accent,var(--color-accent));z-index:2;transition:all 0.3s ease}.timeline-item:hover::before,.timeline-item.runway-active::before{width:1.3rem;height:1.3rem;left:calc(-2.25rem + 1px);top:calc(var(--space-xl) + 0.505rem);box-shadow:0 0 0 3px rgba(37,99,235,0.15)}.timeline-item.dot-activate::before{animation:dot-activate-pulse 0.175s ease-out}@keyframes dot-activate-pulse{0%{box-shadow:0 0 0 0 rgba(37,99,235,0.35)}60%{box-shadow:0 0 0 8px rgba(37,99,235,0)}100%{box-shadow:0 0 0 0 rgba(37,99,235,0)}}.shimmer-letter{display:inline-block}.title-shimmer .shimmer-letter{animation-name:letter-shadow-sweep;animation-duration:600ms;animation-timing-function:ease-in-out}@keyframes letter-shadow-sweep{0%,100%{text-shadow:none}20%{text-shadow:1px 2px 4px rgba(0,0,0,0.4);color:var(--shimmer-peak,var(--color-text-muted))}50%{text-shadow:1px 2px 4px rgba(0,0,0,0.3)}75%{text-shadow:1px 2px 3px rgba(0,0,0,0.2)}90%{color:var(--shimmer-rest,var(--color-text));text-shadow:1px 2px 2px rgba(0,0,0,0.1)}}.early-career-list li.timeline-item::before{top:50%;transform:translateY(-50%)}.early-career-list li.timeline-item:hover::before,.early-career-list li.timeline-item.runway-active::before{top:50%}@media (prefers-reduced-motion:reduce){.timeline-item{transition:none}}.timeline-runway{position:relative;height:2.6rem;z-index:2;pointer-events:none}.runway-arrow{position:absolute;left:calc(-3rem);width:2.9rem;height:0.8rem;fill:var(--color-border);fill-opacity:0.6;stroke:var(--color-border);stroke-width:2;stroke-linecap:square;stroke-linejoin:round;opacity:0}.timeline-runway.is-chasing .runway-arrow{animation:runway-flash 1.25s ease-in-out 2}.runway-arrow:nth-child(1){top:1.2rem}.runway-arrow:nth-child(2){top:calc(0.7rem)}.runway-arrow:nth-child(3){top:0.3rem}.timeline-runway.is-chasing .runway-arrow:nth-child(1){animation-delay:0s}.timeline-runway.is-chasing .runway-arrow:nth-child(2){animation-delay:0.075s}.timeline-runway.is-chasing .runway-arrow:nth-child(3){animation-delay:0.15s}@keyframes runway-flash{0%{opacity:0}15%{opacity:0.75}40%{opacity:0.9}80%{opacity:0.25}100%{opacity:0}}@media (prefers-reduced-motion:reduce){.timeline-runway.is-chasing .runway-arrow{animation:none;opacity:0}}.timeline-nav{position:fixed;top:50%;z-index:200;background:none;border:none;padding:0;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-50%) scale(0.92);transition:opacity 0.3s ease,transform 0.3s ease}.timeline-nav.is-near{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.timeline-nav-content{display:flex;flex-direction:column;align-items:center;position:relative}.timeline-nav-circle{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:transparent;border:2px solid var(--color-border);box-shadow:0 10px 20px rgba(26,26,46,0.22),0 2px 6px rgba(26,26,46,0.14);transition:background 0.2s ease,border-color 0.2s ease,box-shadow 0.15s ease,transform 0.15s ease}.timeline-nav-arrow{position:absolute;top:50%;left:50%;width:17px;height:17px;transform:translate(-50%,-50%);stroke:var(--color-border);opacity:0;transition:opacity 0.2s ease,stroke 0.2s ease}.timeline-nav.is-beginning .timeline-nav-arrow-down,.timeline-nav.is-current .timeline-nav-arrow-up{opacity:1}.timeline-nav-label{position:absolute;left:50%;transform:translate(-50%,0);display:block;width:5.5rem;font-family:var(--font-sans);font-size:0.75rem;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;text-align:center;--shimmer-peak:#ffffff;--shimmer-rest:var(--color-text-muted);color:var(--color-border);line-height:1;opacity:0;transition:opacity 0.2s ease}.timeline-nav-label-top{bottom:calc(100% + 0.5rem)}.timeline-nav-label-bottom{top:calc(100% + 0.5rem)}.timeline-nav.is-beginning .timeline-nav-label-top,.timeline-nav.is-current .timeline-nav-label-bottom{opacity:1}.timeline-nav:hover .timeline-nav-circle{background:var(--color-nav-fill);border-color:var(--color-text-muted);transform:scale(1.06);box-shadow:0 12px 24px rgba(26,26,46,0.3),0 2px 6px rgba(26,26,46,0.18)}.timeline-nav:hover .timeline-nav-arrow{stroke:var(--color-text-muted)}.timeline-nav:hover .timeline-nav-label{color:var(--color-text-muted)}.timeline-nav:hover .timeline-nav-label .shimmer-letter{animation-name:letter-shadow-sweep;animation-duration:450ms;animation-timing-function:ease-in-out}.timeline-nav-left{left:var(--space-xl)}.timeline-nav-right{right:var(--space-xl)}@media (prefers-reduced-motion:reduce){.timeline-nav{transition:opacity 0.15s ease;transform:translateY(-50%) !important}.timeline-nav-circle{transition:none}.timeline-nav-arrow,.timeline-nav-label{transition:color 0.15s ease,stroke 0.15s ease}.timeline-nav:hover .timeline-nav-label .shimmer-letter{animation:none}}@media (max-width:600px){.timeline-nav-circle{width:36px;height:36px}.timeline-nav-arrow{width:14px;height:14px}.timeline-nav-label{width:5rem;font-size:0.7rem}}@media (max-width:1000px){.timeline-container{padding-left:1.5rem}.timeline-container::before{left:0.25rem}.timeline-item::before{left:calc(-1.65rem + 1px);width:0.8rem;height:0.8rem;border-width:2px;top:calc(var(--space-lg) + var(--space-xl) + 0.755rem)}.timeline-item:hover::before,.timeline-item.runway-active::before{left:calc(-1.65rem + 1px);width:0.8rem;height:0.8rem;top:calc(var(--space-lg) + var(--space-xl) + 0.755rem)}.timeline-runway{height:1.8rem}.runway-arrow{left:calc(-1.7rem);width:0.9rem;height:0.5rem}.runway-arrow:nth-child(1){top:1rem}.runway-arrow:nth-child(2){top:calc(0.55rem + 1px)}.runway-arrow:nth-child(3){top:0.3rem}.chapter-card{padding:var(--space-lg)}.chapter-grid{grid-template-columns:1fr;gap:var(--space-lg)}.chapter-left{padding-right:0;border-right:none}.chapter-left::after{display:none}.chapter-right{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.chapter-banner{grid-column:1 / -1}}@media (max-width:850px){.header-content{flex-direction:column;text-align:center;gap:var(--space-lg)}.header-text h1{font-size:1.8rem}.header-text .location{justify-content:center}.profile-photo{width:92px;height:92px;font-size:1.4rem}.chapter-card{padding:var(--space-md)}.chapter-grid{grid-template-columns:1fr;gap:var(--space-lg)}.chapter-right{grid-template-columns:1fr}.education-item{flex-direction:column;gap:2px}.social-links{flex-direction:column;align-items:flex-start;gap:var(--space-md)}.specialties{justify-content:center}.early-career-list li{flex-direction:column;gap:0}.timeline-nav-left{display:none}}