@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#e5e5e5;background-color:#000}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#111;box-shadow:0 1px 3px #ffffff1a;border-bottom:1px solid #333333}.header-content{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.header-left h1{font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.header-left{display:flex;align-items:center;gap:1.5rem}.header-left h1{font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:600;color:#fff;margin:0;letter-spacing:-.02em}.header-headshot{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid rgba(0,102,255,.3);box-shadow:0 4px 20px #06f3;transition:all .3s ease}.header-headshot:hover{transform:scale(1.05);border-color:#0066ff80;box-shadow:0 8px 30px #0066ff4d}.header-right{display:flex;align-items:center}.social-links{display:flex;gap:0;align-items:baseline}.social-link:not(:first-child){margin-left:-8px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#a0a0a0;text-decoration:none;transition:all .3s ease;position:relative;cursor:pointer}.social-link:hover{transform:translateY(-2px);color:#fff}.social-link[title=LinkedIn]:hover .icon svg{fill:#0077b5!important}.social-link[title=X]:hover .icon svg{fill:#fff!important}.social-link[title=Strava]:hover .icon svg{fill:#fc4c02!important}.social-link:hover:after{content:attr(title);position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;animation:tooltipFadeIn .3s ease forwards}@keyframes tooltipFadeIn{to{opacity:1}}.social-link .icon{font-size:1.5rem}.social-link .icon svg{width:24px;height:24px;fill:currentColor;transition:all .3s ease}.about-section{padding:2rem 1.5rem;background:#0a0a0a}.about-title{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:600;color:#fff;text-align:center;margin-bottom:2rem;letter-spacing:-.02em}.about-content{max-width:800px;margin:0 auto}.about-content p{font-size:1.125rem;line-height:1.8;color:#e5e5e5;margin-bottom:1.5rem;text-align:left}.about-content p:last-child{margin-bottom:0}.location-info{margin-top:1rem;padding-top:1rem;border-top:1px solid #333333}.location-label{display:block;font-weight:600;color:#fff;margin-bottom:.5rem;font-size:1rem}.location-icon{font-size:1.2rem;margin-right:.5rem}.location-text{font-weight:500;color:#fff}.interests-info{margin-top:1rem;padding-top:0;border-top:none}.interests-label{display:block;font-weight:600;color:#fff;margin-bottom:1rem;font-size:1rem}.interests-list{display:flex;gap:1.5rem;flex-wrap:wrap}.interest-item{display:flex;align-items:center;gap:.2rem;color:#e5e5e5;font-weight:500;padding:.5rem 0}.interest-icon{font-size:1.3rem}.interest-icon svg{width:20px;height:20px;fill:currentColor;transition:all .3s ease}.quote-section{margin-top:1rem}.quote-label{font-size:1rem;font-weight:700;color:#fff;display:block;margin-bottom:.5rem}.quote-text{font-size:1rem;font-style:italic;color:#fff;margin:0;line-height:1.5}.photos-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #333333}.photo-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;max-width:900px;margin:0 auto}.photo-item{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #0000004d;transition:transform .3s ease;cursor:pointer}.photo-item:hover{transform:translateY(-4px)}.about-photo{width:100%;height:250px;object-fit:cover;display:block}.career-tools-section{padding:2rem 1.5rem;background:#0a0a0a}.two-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto}.career-column,.tools-column{min-width:0}.timeline-title{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:600;color:#fff;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.subway-line{max-width:1000px;margin:0 auto;position:relative}.subway-track{position:relative;display:flex;flex-direction:column;gap:0}.subway-track:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#06f,#0af,#06f);border-radius:2px;box-shadow:0 0 10px #0066ff4d}.subway-station{position:relative;display:flex;align-items:flex-start;margin-bottom:3rem;padding-left:80px}.station-dot{position:absolute;left:24px;top:20px;width:16px;height:16px;background:#06f;border:4px solid #0a0a0a;border-radius:50%;box-shadow:0 0 0 2px #06f,0 0 15px #0066ff80;z-index:2}.station-content{background:linear-gradient(135deg,#111,#1a1a1a);border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0006,0 1px 3px #ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;flex:1}.station-content:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,102,255,.1),transparent);transition:left .6s ease}.station-content:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 8px 30px #00000080,0 4px 15px #06f3;border-color:#0066ff4d;background:linear-gradient(135deg,#131313,#1f1f1f)}.station-content:hover:before{left:100%}.timeline-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,102,255,.1),transparent);transition:left .6s ease}.timeline-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 40px #00000080,0 8px 25px #06f3;border-color:#06f6;background:linear-gradient(135deg,#131313,#1f1f1f)}.timeline-item:hover:before{left:100%}.station-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.station-logo{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;box-shadow:0 4px 12px #0000004d;border:2px solid rgba(255,255,255,.1)}.station-logo-img{width:100%;height:100%;object-fit:cover}.station-info{flex:1}.station-name{font-family:Space Grotesk,sans-serif;font-size:1.375rem;font-weight:600;color:#fff;margin:0 0 .25rem;letter-spacing:-.01em}.station-type{font-size:.875rem;color:#06f;background:#0066ff1a;padding:.25rem .5rem;border-radius:.5rem;font-weight:500;border:1px solid rgba(0,102,255,.2);display:inline-block}.timeline-logo{width:4rem;height:4rem;border-radius:.75rem;object-fit:cover;flex-shrink:0;box-shadow:0 4px 12px #0000004d;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid rgba(255,255,255,.1)}.timeline-logo:hover{transform:scale(1.08) rotate(2deg);box-shadow:0 8px 25px #0006,0 4px 15px #0066ff4d;border-color:#06f6}.custom-darmor-logo{width:3rem;height:3rem;background:#06f;border-radius:.5rem;display:flex;align-items:center;justify-content:center;position:relative}.custom-darmor-logo:before{content:"";position:absolute;width:.7rem;height:.08rem;background:#fff;transform:translate(-.25rem,-.2rem) rotate(20deg);border-radius:.04rem}.custom-darmor-logo:after{content:"";position:absolute;width:.8rem;height:.3rem;background:#fff;transform:translate(.25rem,.2rem) rotate(20deg);border-radius:.04rem;clip-path:polygon(0 20%,100% 0%,100% 80%,0% 100%)}.custom-jw-logo{width:3rem;height:3rem;background:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#4c1d95;font-family:serif;font-weight:700;font-size:1.2rem;position:relative}.custom-jw-logo:before{content:"JWM";letter-spacing:-.1em;position:absolute}.station-details{margin-top:.5rem}.station-position{font-size:1.125rem;font-weight:400;color:#e5e5e5;margin-bottom:.5rem;white-space:pre-line}.station-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#888}.station-duration{font-weight:500}.station-location{color:#666}.station-meta span:not(:last-child):after{content:"•";margin-left:1rem;color:#444}.tools-title{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:600;color:#fff;text-align:center;margin-bottom:2rem;letter-spacing:-.02em}.tools-section{margin-bottom:2.5rem}.tools-subtitle{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:-.01em}.tools-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;justify-content:center;max-width:fit-content;margin:0 auto}.tool-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;transition:all .2s ease}.tool-logo{width:20px;height:20px;object-fit:contain;border-radius:3px;flex-shrink:0}.tool-name{font-size:1.1rem;color:#e5e5e5;font-weight:500}.tool-category{margin-bottom:1.5rem}.tool-category-title{font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;color:#ccc;margin-bottom:.75rem;letter-spacing:-.01em;text-align:center}.tool-item:hover{transform:translate(4px)}.tool-item:hover .tool-name{color:#fff}.functions-section{margin-bottom:1.5rem}.functions-subtitle{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:600;color:#fff;text-align:center;margin-bottom:2rem;letter-spacing:-.02em}.functions-list{display:flex;flex-direction:column;gap:.5rem}.function-item{display:flex;align-items:center;justify-content:flex-start;padding:.5rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;transition:all .3s ease}.function-item:hover{background:#ffffff14;border-color:#0066ff4d;transform:translateY(-1px)}.function-name{font-size:.85rem;font-weight:500;color:#fff;text-align:left;line-height:1.3}.blog-section{margin-top:2rem}.blog-subtitle{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:600;color:#fff;text-align:center;margin-bottom:2rem;letter-spacing:-.02em}.blog-posts{display:flex;flex-direction:column;gap:1rem}.blog-item{display:block;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease;text-decoration:none;cursor:pointer}.blog-item:hover{background:#ffffff14;border-color:#0066ff4d;transform:translateY(-2px);text-decoration:none}.blog-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.4}.blog-excerpt{font-size:.875rem;color:#a0a0a0;margin-bottom:.75rem;line-height:1.5}.blog-date{font-size:.75rem;color:#06f;font-weight:500;background:#0066ff1a;padding:.25rem .5rem;border-radius:4px;display:inline-block}.timeline-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.timeline-company{font-family:Space Grotesk,sans-serif;font-size:1.375rem;font-weight:600;color:#fff;letter-spacing:-.01em}.timeline-type{font-size:.875rem;color:#06f;background:#0066ff1a;padding:.375rem .75rem;border-radius:1rem;font-weight:500;border:1px solid rgba(0,102,255,.2)}.timeline-position{font-size:1.125rem;font-weight:400;color:#e5e5e5;margin-bottom:.5rem;white-space:pre-line}.timeline-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#888;margin-top:.5rem}.timeline-meta span:not(:last-child):after{content:"•";margin-left:1rem;color:#444}.contact-section{padding:2rem 1.5rem;background:linear-gradient(135deg,#0a0a0a,#111);border-top:1px solid #333333}.contact-title{font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:600;color:#fff;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.contact-content{max-width:400px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.contact-text{font-size:1rem;color:#e5e5e5;font-weight:400;margin:0}.contact-email{display:inline-block;font-size:1.125rem;font-weight:600;color:#06f;text-decoration:none;padding:.5rem 1rem;border:2px solid rgba(0,102,255,.3);border-radius:.5rem;background:#0066ff0d;transition:all .3s ease}.contact-email:hover{background:#0066ff1a;border-color:#0066ff80;transform:translateY(-2px);box-shadow:0 4px 15px #06f3}.social-icons{display:flex;gap:1rem;align-items:center;justify-content:center}.contact-social{display:inline-block;transition:all .3s ease}.contact-social:hover{transform:scale(1.1)}.social-icon{width:32px;height:32px;border-radius:.375rem}.x-icon{font-size:1.75rem;color:#fff;font-weight:600}.footer{background:#111827;color:#fff;padding:2rem 1.5rem;text-align:center}.footer p{color:#9ca3af}@media (max-width: 768px){.header-content{flex-direction:column;gap:1.5rem;text-align:center}.header-left{flex-direction:column;gap:1rem}.header-left h1{font-size:2rem}.header-headshot{width:100px;height:100px}.social-links{gap:1.5rem}.social-link{width:44px;height:44px}.subway-station{padding-left:60px}.subway-track:before{left:20px}.station-dot{left:14px}.station-header{flex-direction:column;align-items:flex-start;gap:.75rem}.station-meta{flex-direction:column;gap:.25rem}.station-meta span:not(:last-child):after{display:none}.two-column-layout{grid-template-columns:1fr;gap:2rem}.tools-title{font-size:1.75rem}.tools-subtitle,.blog-subtitle{font-size:1.125rem}.timeline-content{flex-direction:column;align-items:center;text-align:center}.timeline-header{flex-direction:column;gap:.5rem}.timeline-meta{flex-direction:column;gap:.25rem}.timeline-meta span:not(:last-child):after{display:none}}.photo-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;cursor:pointer}.modal-content{position:relative;max-width:90%;max-height:90%;cursor:default}.modal-content-small{max-width:25%;max-height:25%}.modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.modal-close:hover{opacity:.7}.modal-photo{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}.timeline-item{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.social-link{transition:transform .2s ease}.social-link:hover{transform:scale(1.05)}.timeline-item{transition:transform .2s ease}.timeline-item:hover{transform:translateY(-2px)}
