.hero{position:relative;height:100svh;overflow:hidden;display:flex;align-items:flex-end;padding:2em}.hero-img{position:absolute;top:0;left:0;width:100%;height:100%}.hero-header{position:relative;width:100%;display:flex;justify-content:space-between;z-index:1}.hero-header h1{color:var(--bg);line-height:1}.sticky-titles{height:100svh}@media screen and (max-width:800px){.sticky-titles{height:130svh;padding:1rem!important}.sticky-titles h2{width:95%;padding:0 .5rem}}@media screen and (max-width:640px){.sticky-titles{height:140svh;padding:.75rem!important}.sticky-titles h2{width:100%;padding:0 .25rem}.sticky-titles-footer,.sticky-titles-nav{padding:.5rem 0;font-size:.75rem}.hero-section{overflow-x:hidden}}.sticky-titles-footer,.sticky-titles-nav{width:100%;display:flex;justify-content:space-between}.sticky-titles-nav{border-bottom:1px dashed var(--fg);padding-bottom:.5em}.sticky-titles-footer{border-top:1px dashed var(--fg);padding-top:.5em}.sticky-titles h2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;will-change:transform,opacity}.sticky-work-header{position:relative;height:100svh;padding:2em;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden}.sticky-work-header h1{opacity:.125;line-height:1}.home-work{width:100%;padding:8em 2em}.home-work-list{width:40%;margin:0 auto;gap:8em}.home-work-item,.home-work-list{display:flex;flex-direction:column}.home-work-item{justify-content:center;align-items:center;text-align:center;gap:2em}.work-item-img{position:relative;width:100%;height:400px;overflow:hidden}.hobbies{width:100vw;padding:2em 2em 0;display:flex;gap:1em}.hobby{flex:1;display:flex;justify-content:center;align-items:center;text-align:center;aspect-ratio:1;border:1px dashed var(--fg);border-radius:1em}@media (max-width:1000px){.hero,.hobbies,.sticky-titles,.sticky-work-header{padding:1.25em}.sticky-titles h2{width:90%}.hobbies{padding-bottom:0}.home-work{padding:4em 1.25em}.home-work-list{width:100%}.hobbies{flex-direction:column;gap:1.25em}.hobby{aspect-ratio:5/3}}@media (max-width:640px){.hero,.hobbies,.sticky-titles,.sticky-work-header{padding:1rem}.home-work{padding:3em 1rem}.work-item-img{height:250px}}.reviews{position:relative;height:80svh;padding:4em 2em;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2em}#review-copy{width:50%;margin:0 auto}.review-item{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;gap:2em;padding:2em}#quote-icon{position:absolute;top:25%}.reviews-list{position:absolute;bottom:10%;width:40%;margin:0 auto;display:flex;gap:.5em}.review-thumbnail{aspect-ratio:5/3;min-height:120px;overflow:hidden;cursor:pointer}.review-thumbnail.active{border:1px dashed var(--bg)}h4#review-author,h4#review-copy{overflow:hidden}h4#review-author .line,h4#review-copy .line{position:relative;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);overflow:hidden}h4#review-author .line span,h4#review-copy .line span{position:relative;display:inline-block;will-change:transform}@media (max-width:1000px){.reviews{padding:4em 1.25em}#review-copy{width:100%}.reviews-list{width:50%}.review-item{padding:1.25em}}