:root{--teal:#6bb5be;--pink:#fa788b;--ink:#34383b;--muted:#687277;--paper:#f6f7f7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:#fff;color:var(--ink);font-family:"Microsoft YaHei","PingFang SC",sans-serif;line-height:1.75;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid #267781;outline-offset:5px}header{display:flex;align-items:center;justify-content:space-between;padding:22px 6%;border-bottom:1px solid #e7eaeb;background:#ffffffed;position:sticky;top:0;z-index:5}.wordmark{font-size:24px;font-weight:700}.wordmark span{margin-left:18px;font-size:12px;letter-spacing:2px;color:var(--muted)}nav{display:flex;gap:30px;font-size:14px}nav a:hover{color:#267781}main{max-width:1400px;margin:auto}.hero{position:relative;padding:80px 6% 55px;overflow:hidden;background:linear-gradient(120deg,#fafbfb,#fff 70%)}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:#487a81}h1{font-size:clamp(32px,4.6vw,62px);line-height:1.28;letter-spacing:-2px;margin:30px 0;position:relative;z-index:1}h1 span{color:var(--pink)}.hero-bottom{display:flex;align-items:end;justify-content:space-between;gap:25px;position:relative;z-index:1}.hero p{color:#626b70;line-height:1.95;margin:0}.button{background:var(--teal);padding:15px 24px;border-radius:4px;font-weight:700;display:flex;gap:55px}.button:hover{background:#8bc6cd}.hexes{position:absolute;right:7%;top:70px;display:grid;grid-template-columns:repeat(2,72px);gap:18px;transform:rotate(-10deg);opacity:.9}.hexes i{height:80px;background:var(--teal);clip-path:polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%)}.hexes i:nth-child(2),.hexes i:nth-child(3){background:var(--pink)}.numbers{margin:0 6%;padding:32px 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dde4e5;border-bottom:1px solid #dde4e5}.numbers div{display:flex;flex-direction:column;padding-left:30px;border-left:1px solid #dde4e5}.numbers div:first-child{padding-left:0;border:0}.numbers strong{font-size:38px;line-height:1.4}.numbers span{color:var(--muted);font-size:14px}.section{padding:80px 6%}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:34px}h2{font-size:34px;line-height:1.4;margin:12px 0 0}.section-head p{font-size:14px;color:var(--muted);margin:0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:38px 28px}.project{background:none;border:0;text-align:left;padding:0;font:inherit;color:inherit;cursor:pointer}.cover{height:280px;overflow:hidden;background:var(--paper);border:1px solid #eef0f0;padding:16px}.cover img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.project:hover img{transform:scale(1.035)}.project h3{font-size:21px;margin:16px 0 3px;display:flex;justify-content:space-between}.project p{font-size:14px;color:var(--muted);margin:0}.resume{background:var(--paper)}.job{display:grid;grid-template-columns:220px 1fr;gap:35px;padding:30px 0;border-top:1px solid #dbe1e2}.job time{font-size:14px;color:var(--muted)}h3{font-size:20px;margin:0 0 5px}.role{color:#356e77;font-size:14px}.job p{margin:12px 0 0;color:#586267;max-width:740px}.about{display:grid;grid-template-columns:1fr 1fr;gap:60px}.about h2{font-size:46px;margin-bottom:30px}.about h3{margin-top:22px}.email{border-bottom:2px solid var(--pink);padding-bottom:6px}.muted{color:var(--muted);font-size:14px}footer{padding:28px 6%;border-top:1px solid #e5e9e9;display:flex;justify-content:space-between;font-size:12px;letter-spacing:1px}dialog{border:0;border-radius:8px;width:min(1100px,94vw);max-height:90vh;padding:28px;color:var(--ink)}dialog::backdrop{background:#172326b8}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.dialog-head h2{font-size:25px;margin:0}.dialog-head button{padding:10px 16px;border:0;background:var(--paper);font:inherit;cursor:pointer}#detail-desc{color:var(--muted)}#detail-images img{display:block;max-width:100%;height:auto;margin:20px auto;background:var(--paper)}body.modal-open{overflow:hidden}@media(max-width:700px){header{padding:15px 5%}.wordmark span{display:none}nav{gap:15px;font-size:14px}.hero{padding:55px 5% 35px}h1{letter-spacing:-1px}.hexes{opacity:.16;right:5%;top:35px}.hero-bottom{display:block}.button{margin-top:25px;width:max-content}.numbers{margin:0 5%;gap:12px}.numbers div{padding-left:12px}.numbers strong{font-size:27px}.numbers span{font-size:12px}.section{padding:50px 5%}.section-head{display:block}.section-head p{margin-top:16px}h2{font-size:29px}.grid{grid-template-columns:1fr;gap:30px}.cover{height:260px}.job{grid-template-columns:1fr;gap:8px}.about{grid-template-columns:1fr;gap:20px}.about h2{font-size:38px}dialog{padding:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Homepage introduction */
.hero-bottom>p{font-size:18px;line-height:1.95}
.hero-summary{position:relative;z-index:1;max-width:960px;margin-top:28px;padding-top:22px;border-top:1px solid #dde4e5}
.hero .hero-summary p{font-size:16px;line-height:1.95;margin:0 0 10px}
.hero .hero-summary p:last-child{margin-bottom:0}
@media(max-width:700px){.hero-bottom>p{font-size:17px}.hero-summary{margin-top:24px;padding-top:20px}.hero .hero-summary p{font-size:16px}}
