@keyframes avatarPeek{0%{bottom:-45%;right:-100%;transform:rotate(0deg)}10%{bottom:-45%;right:-100%;transform:rotate(0deg)}30%{bottom:-45%;right:0;transform:rotate(0deg)}50%{bottom:-80%;right:0;transform:rotate(0deg)}55%{bottom:-80%;right:0;transform:rotate(-10deg)}100%{bottom:0;right:0;transform:rotate(-10deg)}}.avatar-wrapper{grid-area:photo;display:block;max-width:400px;width:100%;border:3px solid #000;left:0;border-radius:100%;background:#fff;position:relative;margin:50px auto}.avatar-wrapper::after{display:inline-block;content:"";height:0;width:1px;padding:0 0 100%}@media screen and (min-width: 800px){.avatar-wrapper{position:sticky;top:150px;margin-top:0}}.avatar-wrapper .avatar-outer{position:absolute;bottom:0;left:0;width:100%;height:200%;overflow:hidden;border-bottom-left-radius:400px;border-bottom-right-radius:400px}.avatar-wrapper .avatar{position:absolute;bottom:0;right:0;width:115%;max-width:115%;height:auto;transform:rotate(-10deg);animation:avatarPeek 5s}@keyframes floatInLeft{0%{transform:translateX(-100vw)}100%{transform:translateX(0)}}@media screen and (min-width: 1000px){.intro-section{display:grid;grid-template-columns:1fr 500px;grid-template-rows:4rem 1fr;grid-row-gap:1lh;margin-top:2rem;justify-content:center;align-items:flex-start;grid-template-areas:"title title" "body photo"}}.intro-body{grid-area:body;padding:1lh 1em 1lh;border:2px solid #000;background:#fff;position:relative;left:-2em;padding-left:2em;max-width:100vw;width:calc(100% + 2em)}@media screen and (min-width: 800px){.intro-body{max-width:50em}}.homepage-title{font-size:3rem;margin:0}section{margin:0 0 1lh}.section-title{display:inline-block;padding:0 1ex}.highlights{margin-top:5lh;display:grid;grid-gap:30px;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr))}.highlights .highlight{position:relative;margin:auto;min-width:350px;width:100%;height:100%;max-width:500px}.highlights .highlight>a{display:block;overflow:hidden;color:inherit;text-decoration:none}.highlights .highlight .category-title{position:absolute;top:0;transform:translateY(-150%);right:0;font-size:1em}.highlights .highlight .image{display:block;position:relative;width:101%;max-width:101%;clip-path:polygon(0 0, 100% 0, 100% 95%, 0 100%)}.highlights .highlight .image::after{content:"";padding-bottom:56.5%;display:block}.highlights .highlight .image img{position:absolute;top:0;left:0;height:100%;width:100%;display:block;object-fit:cover;object-position:center}.highlights .highlight .image.position-top img{object-position:top}.highlights .highlight .image.position-top-right img{object-position:top right}.highlights .highlight .image.position-right img{object-position:right}.highlights .highlight .image.position-bottom-right img{object-position:bottom right}.highlights .highlight .image.position-bottom img{object-position:bottom}.highlights .highlight .image.position-bottom-left img{object-position:bottom left}.highlights .highlight .image.position-left img{object-position:left}.highlights .highlight .image.position-top-left img{object-position:top left}.highlights .highlight .body{padding:1lh 1em}