@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#142c42;--muted:#586778;--line:#dce2e8;--paper:#fff;--soft:#f3f6f8;--accent:#2363aa;--lime:#ace6b3;--font:'DM Sans',Arial,sans-serif;--heading:'Manrope',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a,button,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #4585cf;outline-offset:5px}::selection{background:var(--lime);color:var(--ink)}.wrap{max-width:1200px;margin:auto;padding-left:40px;padding-right:40px}.header{max-width:1440px;margin:auto;height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 56px;border-bottom:1px solid var(--line);gap:28px}.brand{display:flex;align-items:center;gap:15px;font-weight:650;font-size:16px;white-space:nowrap}.monogram{font-family:var(--heading);font-weight:800;font-size:36px;letter-spacing:-3px;line-height:1}.monogram span{color:var(--accent)}nav{display:flex;gap:30px;font-size:14px;font-weight:550}nav a{position:relative;padding:10px 0}nav a:after{content:'';height:2px;position:absolute;left:0;right:100%;bottom:3px;background:var(--ink);transition:right .2s}nav a:hover:after{right:0}.nav-resume{font-size:14px;font-weight:650;display:flex;gap:20px;border:1px solid var(--line);padding:9px 17px;border-radius:4px}.nav-resume:hover{background:var(--soft)}.hero{padding-top:90px;padding-bottom:88px;display:grid;grid-template-columns:1.55fr 1fr;gap:90px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.65px;margin:0 0 24px;line-height:1.7}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--heading);line-height:1.15;font-weight:650}h1{font-size:clamp(42px,4.55vw,66px);letter-spacing:-2.8px;margin-bottom:27px}h1>span{color:var(--muted);font-weight:500}.hero-intro{max-width:530px;color:var(--muted);font-size:18px;line-height:1.75;margin-bottom:30px}.hero-actions{display:flex;gap:30px;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:13px 20px;border-radius:4px;font-size:14px;font-weight:650;cursor:pointer;border:1px solid transparent;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--ink);color:#fff}.primary:hover{background:#245071}.light{background:#fff;color:var(--ink)}.light:hover{background:#dcebe2}.text-link{font-size:14px;font-weight:650;display:inline-flex;gap:15px;align-items:center}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.hero-note{border-top:2px solid var(--ink);padding-top:20px;align-self:center}.note-top{display:flex;justify-content:space-between;gap:10px;color:var(--muted)}.index-mark{font-size:12px;font-family:monospace;white-space:nowrap}.note-top .eyebrow{font-size:11px}.note-title{font-family:var(--heading);font-size:27px;line-height:1.35;letter-spacing:-.6px;margin:13px 0 16px}.hero-note>p:not(.note-title){color:var(--muted);font-size:15px}dl{margin:27px 0}dl>div{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:11px 0;font-size:13px}dt{color:var(--muted)}dd{margin:0;text-align:right;font-weight:550}.work{padding-top:35px;padding-bottom:85px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}.section-heading .eyebrow{margin-bottom:13px;color:var(--muted)}h2{font-size:36px;letter-spacing:-1.3px;margin-bottom:0}.section-heading>a{margin-bottom:5px;white-space:nowrap}.featured{display:grid;grid-template-columns:1.1fr 1fr;background:var(--ink);color:#fff;border-radius:9px;overflow:hidden;min-height:490px}.featured-copy{padding:40px 40px 30px}.feature-label{display:flex;gap:20px;color:#b8c8d5;font-size:11px;letter-spacing:1.4px;justify-content:space-between}.featured h3{font-size:39px;letter-spacing:-1.2px;margin:25px 0 10px}.project-subtitle{font-size:18px;color:#fff!important;margin-bottom:14px}.featured-copy>p{font-size:15px;color:#bacbd9;max-width:445px}.tags{list-style:none;display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:22px 0}.tags li{font-size:12px;font-weight:500;background:#edf2f6;border:1px solid #dfe6ed;padding:3px 10px;border-radius:4px;color:#475d70}.featured .tags li{background:#243e54;border-color:#395268;color:#dae5ee}.feature-stats{display:flex;gap:28px;margin:28px 0}.feature-stats strong{display:block;font-family:var(--heading);font-size:28px;font-weight:600;letter-spacing:-1px}.feature-stats span{display:block;color:#b8c8d5;font-size:11px;margin-top:2px}.featured-copy>.metric-note{font-size:11px;line-height:1.6;margin:16px 0 0;color:#b8c8d5}.architecture{padding:30px;display:flex;flex-direction:column;justify-content:center;background:#19354d;border-left:1px solid #395065}.diagram-header{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.1px;color:#bdcfdd;gap:10px}.architecture svg{display:block;width:100%;height:auto;margin:20px 0 8px;font-family:var(--font)}.architecture>p{font-size:12px;display:flex;gap:8px;align-items:center;justify-content:center;color:#bdcfdd;margin:13px 0 22px}.legend-swatch{width:7px;height:7px;background:var(--lime);border-radius:2px}.architecture-footer{border-top:1px solid #3e566b;padding-top:19px;display:flex;justify-content:space-between;gap:10px;font-size:11px;color:#bdcfdd}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:25px}.project-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;transition:border-color .2s}.project-card:hover{border-color:#849aaf}.project-image{height:235px;background:#eaf0f5;overflow:hidden;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);padding:22px 38px}.project-image img{max-width:100%;height:100%;object-fit:contain;width:100%;filter:drop-shadow(0 8px 9px #142c4212);transition:transform .4s}.project-card:hover .project-image img{transform:scale(1.035)}.pet-image{background:#edf0e9}.project-body{padding:28px 30px}.project-body .eyebrow{font-size:10px;margin-bottom:12px;color:var(--muted)}h3{font-size:23px;letter-spacing:-.55px;margin-bottom:15px}.project-body>p:not(.eyebrow){font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:0}.project-link,summary{font-size:14px;font-weight:650;display:flex;align-items:center;justify-content:space-between;padding-top:17px;border-top:1px solid var(--line);cursor:pointer}.project-link:hover{color:var(--accent)}summary{list-style:none}summary::-webkit-details-marker{display:none}details[open] summary span{transform:rotate(45deg)}.detail-content{font-size:14px;color:var(--muted);padding-top:17px}.detail-content p:last-child{margin-bottom:0}.about{display:grid;grid-template-columns:1fr 1.25fr;gap:85px;padding-top:75px;padding-bottom:80px;border-top:1px solid var(--line)}.about .eyebrow{color:var(--muted);margin-bottom:22px}.about h2{font-size:40px;line-height:1.3}.about em{font-style:normal;color:var(--accent)}.about-copy>p{color:var(--muted);font-size:16px}.about-copy .large-copy{font-size:21px;color:var(--ink);line-height:1.65}.skills{display:flex;flex-wrap:wrap;gap:18px;font-size:13px;font-weight:650;margin-top:27px}.experience{padding-top:35px;padding-bottom:90px}.experience-row{display:grid;grid-template-columns:190px 1fr 70px;gap:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:32px 0}.experience-date{font-size:11px;letter-spacing:1px;color:var(--muted);padding-top:5px}.experience-row h3{font-size:22px;margin-bottom:6px}.organization{font-size:14px;color:var(--muted);margin-bottom:18px}.experience-row div>p:last-of-type{color:var(--muted);font-size:15px;max-width:690px}.experience-row .tags{margin-bottom:0}.experience-mark{font-family:var(--heading);font-weight:700;font-size:25px;color:#8195a6;border:1px solid var(--line);border-radius:5px;width:60px;height:60px;display:grid;place-items:center}.resume-banner{padding:35px;background:var(--soft);border-radius:6px;display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:30px}.resume-banner h3{margin-bottom:6px}.resume-banner p{color:var(--muted);margin-bottom:0;font-size:14px}.resume-links{display:flex;gap:23px;align-items:center}.contact{background:var(--ink);color:#fff;padding:75px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact .eyebrow{color:#bbcbd8}.contact h2{font-size:45px;line-height:1.2;letter-spacing:-1.6px;margin-bottom:22px}.contact p{color:#c0ced9;max-width:385px;font-size:15px}.contact-social{display:flex;gap:25px;font-size:14px;margin-top:30px}.contact-social a:hover{text-decoration:underline;text-underline-offset:5px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:13px;margin-bottom:20px;color:#e5edf4}input,textarea{display:block;width:100%;border:1px solid #4b6175;border-radius:4px;background:#203b52;color:#fff;padding:11px 13px;margin-top:8px;font-size:15px;resize:vertical}input::placeholder,textarea::placeholder{color:#acbdcd}.form-note{font-size:11px!important;margin:13px 0 0}.footer{min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer .brand{font-size:13px}.footer .monogram{font-size:30px}.footer p{font-size:12px;color:var(--muted);margin:0}.footer .text-link{font-size:12px}.skip{position:absolute;top:-100px;left:20px;background:var(--ink);color:#fff;padding:10px 20px;z-index:10}.skip:focus{top:10px}@media(min-width:1600px){.wrap{max-width:1320px}.hero{gap:125px}h1{font-size:70px}}@media(max-width:1000px){.header{padding:0 30px}.brand-name{display:none}.hero{gap:45px;padding-top:65px;padding-bottom:60px;grid-template-columns:1.4fr 1fr}h1{font-size:48px}.hero-intro{font-size:16px}.note-title{font-size:23px}.hero-note dl>div{display:block}dd{text-align:left;margin-top:3px}.featured-copy{padding:30px}.architecture{padding:20px}.feature-stats{gap:19px}.feature-stats strong{font-size:25px}.project-body{padding:24px}.about{gap:45px}.experience-row{grid-template-columns:145px 1fr}.experience-mark{display:none}.contact-grid{gap:55px}.resume-links{flex-direction:column;gap:12px;align-items:flex-start}.footer .brand{display:none}}@media(max-width:700px){html{scroll-padding-top:30px}.wrap{padding-left:23px;padding-right:23px}.header{padding:0 23px;height:auto;min-height:84px;flex-wrap:wrap;gap:10px}.header .brand{order:0}.header .nav-resume{order:1;margin-left:auto}nav{order:2;width:100%;justify-content:space-between;border-top:1px solid var(--line);padding:5px 0 10px;gap:15px}nav a{font-size:13px}.hero{display:block;padding-top:50px;padding-bottom:35px}h1{font-size:clamp(36px,8.8vw,53px);letter-spacing:-1.9px}.desktop-break{display:none}.eyebrow{font-size:10px;letter-spacing:1.2px}.hero-intro{font-size:17px;max-width:500px}.hero-note{margin-top:45px;padding-top:16px}.note-title{font-size:24px}.note-title br{display:none}.hero-note dl>div{display:flex}.hero-note dd{margin:0}.hero-note>p:not(.note-title){max-width:450px}.note-top .eyebrow{margin-bottom:5px}.section-heading{align-items:flex-start;flex-direction:column;gap:17px}h2{font-size:31px}.featured{grid-template-columns:1fr}.featured-copy{padding:27px}.featured h3{font-size:35px}.feature-stats{justify-content:space-between;gap:10px}.feature-stats span{font-size:10px}.architecture{padding:25px;border-left:0;border-top:1px solid #395065}.architecture svg{max-height:325px}.project-grid{grid-template-columns:1fr}.project-image{height:230px}.work{padding-bottom:50px}.about{grid-template-columns:1fr;gap:25px;padding-top:45px;padding-bottom:45px}.about h2{font-size:35px}.about h2 br{display:none}.about-copy .large-copy{font-size:19px}.experience{padding-top:25px;padding-bottom:50px}.experience-row{grid-template-columns:1fr;gap:6px;padding:25px 0}.experience-date{margin-bottom:8px}.experience-row h3{font-size:21px}.resume-banner{padding:25px;align-items:flex-start;flex-direction:column}.resume-links{flex-direction:row;flex-wrap:wrap;align-items:center;gap:20px}.contact{padding:50px 0}.contact-grid{grid-template-columns:1fr;gap:35px}.contact h2{font-size:39px}.form-row{grid-template-columns:1fr;gap:0}.footer{padding-top:25px;padding-bottom:25px;min-height:90px;align-items:flex-start;gap:15px}.footer p{max-width:220px}.footer .text-link{white-space:nowrap}.hero-actions{gap:25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* Research profile update */
.hero{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:65px}.profile-card{max-width:345px;justify-self:end;margin:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--soft)}.portrait{display:block;width:100%;height:auto;aspect-ratio:345/469;object-fit:cover}.profile-caption{padding:17px 20px;display:flex;flex-direction:column;gap:3px}.profile-caption strong{font-family:var(--heading);font-size:20px}.profile-caption span{font-size:14px;color:var(--muted)}.research-card{border-top:4px solid var(--accent)}.robotics-card{border-top:4px solid var(--ink)}.project-card .project-body{display:flex;flex-direction:column;height:100%}.project-card .project-link{margin-top:auto}.project-body .eyebrow{font-size:12px}.project-body>p:not(.eyebrow),.experience-row div>p:last-of-type{font-size:16px}.earlier-work{margin-top:30px}.earlier-work>summary{font-size:16px;padding:20px 0}.earlier-work .project-body{height:auto}.research-experience{border-top:3px solid var(--accent)}.experience-row+.experience-row{border-top:0}.skills{font-size:14px;gap:10px}.skills span{background:var(--soft);padding:5px 11px;border-radius:4px}.experience-date{font-size:12px}.tags li{font-size:13px}
@media(max-width:1000px){.hero{gap:35px}.profile-caption{padding:15px}.profile-caption span{font-size:13px}}
@media(max-width:700px){.hero{display:flex;flex-direction:column;align-items:stretch;gap:30px}.profile-card{width:100%;max-width:none;display:flex;align-items:center;border:0;border-radius:0;background:transparent;gap:20px}.portrait{width:120px;height:163px;border-radius:6px;flex-shrink:0}.profile-caption{padding:0}.profile-caption strong{font-size:21px}.profile-caption span{font-size:14px}.hero-intro{max-width:none}}
