@charset "UTF-8";[data-theme=dark]{--background: #1E1E1E;--section-works-background: #292929;--section-about-background: #292929;--section-contact-background: #292929;--text-light-theme: #F1ECE4;--accent-color: #BEFCC8}h1,h2,h3{font-family:DM Sans,sans-serif;color:var(--text-light-theme);transition:background-color .3s ease}button{cursor:pointer}#home-btn .section-title:after{content:" 01"}#works-btn .section-title:after{content:" 02"}#about-btn .section-title:after{content:" 03"}#contact-btn .section-title:after{content:" 04"}body{font-family:DM Sans,sans-serif;color:var(--text-light-theme);background-color:var(--background);height:100%;overflow:hidden;position:relative;transition:background-color .3s ease}*,*:before,*:after{box-sizing:border-box}.fade-in{opacity:0;transition:opacity .2s ease-in}.fade-in.show{opacity:1}::selection{background-color:var(--accent-color);color:var(--background)}main{overflow:hidden}@media (min-width: 768px){#contact-btn .section-title:after{content:unset}#contact-btn .section-title:before{content:"04 "}}.site-navigation{background-color:#fff0;display:flex;flex-direction:row;justify-content:end}.site-navigation:hover .section-title,.site-navigation:focus .section-title,.site-navigation:active .section-title{color:var(--accent-color);transition:color .5s ease;transition:background-color .3s ease}#home-btn,#works-btn,#about-btn,#contact-btn{background-color:transparent;border:none;cursor:pointer;width:100%;text-align:right}#home-btn .section-title,#works-btn .section-title,#about-btn .section-title,#contact-btn .section-title{margin:.5rem 0;transition:color .5s ease}#home-btn{width:90%}.section-title{font-family:DM Mono,monospace;font-size:1.25rem;font-weight:500}@media (min-width: 48rem){header.site-header.home{height:calc(100vh - 4rem);width:4rem;position:fixed;left:0;top:0;bottom:4rem;border-right:2px solid var(--text-light-theme)}header.site-header.home .site-navigation{height:calc(100vh - 4rem);width:4rem;position:relative;padding:.75rem}header.site-header.home .site-navigation #home-btn{height:100%;width:100%}header.site-header.home .site-navigation #home-btn .section-title{transform:rotate(-90deg);transform-origin:left top;display:inline-block;white-space:nowrap;position:absolute;top:7.5rem;left:1.125rem}.section-title{font-size:1.6255rem}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.25;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}embed,iframe,object{max-width:100%}img,video{max-width:100%;height:auto}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}#about{background-color:var(--section-about-background);height:calc(100% - 7.5rem);position:fixed;top:calc(100% - 5rem);right:0;left:0;z-index:3;border-top:2px solid var(--text-light-theme);transition:transform .5s ease-in-out,margin-top .5s ease-in-out,background-color .3s ease;padding-bottom:3rem;margin-bottom:0rem}#about.translate-up{transform:translateY(calc(-100% + 3rem));margin-top:-.5rem}#about .section-content{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;padding-top:1rem;height:100%;overflow-y:auto}#about .about-paragraph{padding:0 1rem 10rem;font-size:clamp(1.1rem,4vw,1.5rem)}#about .about-portrait-fun{width:100%;max-height:100%;padding:0 1rem}#about .about-portrait-fun img{aspect-ratio:4/3;object-fit:cover;border-radius:.5rem;width:100%;height:100%;min-height:10rem;object-position:50% 25%}@media (min-width: 48rem){#about{top:4rem;left:calc(100vw - 4rem);right:unset;height:calc(100vh - 4rem);width:calc(100vw - 4rem);border-top:none;border-left:2px solid var(--text-light-theme);display:flex;flex-direction:row;z-index:3;padding-bottom:unset}#about.translate-up{transform:translate(calc(-100vw + 8rem));margin-top:unset}#about .site-navigation{height:calc(100vh - 4rem);padding:.75rem;width:4rem}#about .site-navigation #about-btn{width:4rem}#about .site-navigation #about-btn .section-title{transform:rotate(90deg);transform-origin:left top;display:inline-block;white-space:nowrap;position:absolute;bottom:6.5rem;left:2.75rem}#about .section-content{padding-right:4rem;padding-bottom:10rem}}@media (min-width: 62rem){#about .section-content{flex-direction:row;padding-bottom:unset;overflow-y:hidden}#about .section-content .about-paragraph{padding:0 2rem 0 5rem;width:50vw;padding:0 1rem 0rem}#about .section-content .about-portrait-fun{padding-right:0;position:absolute;height:50vh;width:35vw;right:0}#about .section-content .about-portrait-fun img{aspect-ratio:3/4;border-top-right-radius:0;border-bottom-right-radius:0;height:50vh;right:0}}#contact{background-color:var(--section-contact-background);position:fixed;top:calc(100% - 2.5rem);left:0;right:0;z-index:4;border-top:2px solid var(--text-light-theme);transition:transform .5s ease-in-out,margin-top .5s ease-in-out,background-color .3s ease;height:calc(100% - 7.5rem)}#contact.translate-up{transform:translateY(calc(-100% + 3rem));margin-top:-.5rem}#contact .contact-wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#contact .contact-wrapper .contact-heading{font-size:2.25rem;margin:0 auto;padding:1rem 3rem 1rem 2.5rem;text-align:center;width:20rem;text-align:left;font-weight:300;font-family:DM Sans,sans-serif}#contact .contact-wrapper .contact-links{list-style:none;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;margin:0 0 0 1rem;height:100%;text-transform:lowercase}#contact .contact-wrapper .contact-links li{width:20rem;align-self:start;margin:0 auto}#contact .contact-wrapper .contact-links li a{text-decoration:none;color:var(--text-light-theme);font-size:2.25rem;position:relative;display:inline-block;padding-left:2rem;transition:padding-left .6s;font-weight:400}@media (min-width: 31rem){#contact .contact-links li .email:before{content:"Send me an ";position:absolute;left:-7rem;opacity:0;transition:opacity .6s,left .6s}#contact .contact-links li .email:hover,#contact .contact-links li .email:focus{padding-left:12rem;color:var(--accent-color)}#contact .contact-links li .linkedin:before{content:"Let's link up on ";position:absolute;left:-7rem;opacity:0;transition:opacity .6s,left .6s}#contact .contact-links li .linkedin:hover,#contact .contact-links li .linkedin:focus{padding-left:14rem;color:var(--accent-color)}#contact .contact-links li .github:before{content:"Check out my ";position:absolute;left:-7rem;opacity:0;transition:opacity .6s,left .6s}#contact .contact-links li .github:hover,#contact .contact-links li .github:focus{padding-left:13.75rem;color:var(--accent-color)}#contact .contact-links li .email:hover:before,#contact .contact-links li .email:focus:before,#contact .contact-links li .linkedin:hover:before,#contact .contact-links li .linkedin:focus:before,#contact .contact-links li .github:hover:before,#contact .contact-links li .github:focus:before{opacity:1;left:0}}@media (min-width: 48rem){#contact{width:calc(100vw - 4rem);top:calc(100vh - 4rem);height:calc(100vh - 4rem);z-index:2}#contact .contact-links{margin:0 0 4rem 4rem;padding-bottom:4rem}#contact.translate-up{transform:translateY(calc(-100vh + 8rem));margin-top:unset}#contact .site-navigation{height:4rem;padding:.75rem}#contact .site-navigation #contact-btn .section-title{position:absolute;text-align:left;top:.625rem}}#home{background-color:var(--background);height:calc(100% - 5rem);padding:0;display:flex;justify-content:center;align-items:center;position:relative;z-index:1;transition:background-color .3s ease}#home #theme-toggle-btn{position:absolute;left:.5rem;top:-2.375rem;background-color:transparent;border:none}#home #theme-toggle-btn svg{fill:var(--text-light-theme);height:2rem;width:2rem}#home #theme-toggle-btn svg path{stroke:var(--text-light-theme)}#home .entry-content{margin:0 2rem;display:flex;justify-content:center;flex-direction:column;height:100vh;padding-bottom:10rem}#home .entry-content .intro-text{font-family:DM Sans,sans-serif;font-size:2rem;font-weight:300;text-align:right;margin-bottom:1.25rem}#home .entry-content .about-text{text-align:right;font-size:1.25rem;font-family:DM Sans,sans-serif;font-weight:300}#home .entry-content .home-links{display:flex;flex-direction:column;align-items:end}#home .entry-content .home-links button{position:relative;background-color:transparent;border:none;text-align:right;transition:color .3s ease;color:var(--text-light-theme);font-size:1.375rem;width:max-content;text-transform:lowercase;font-weight:400;padding-bottom:.5rem}#home .entry-content .home-links button:before{content:"→";font-family:DM Mono,monospace;font-size:1.25rem;margin-right:.25rem}#home .entry-content .home-links button:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:var(--accent-color);transform:scaleX(0);transform-origin:bottom left;transition:transform .5s ease}#home .entry-content .home-links button:hover:after,#home .entry-content .home-links button:focus:after{transform:scaleX(1);transform-origin:bottom left}#home .entry-content .home-links button:hover,#home .entry-content .home-links button:active,#home .entry-content .home-links button:focus{color:var(--accent-color)}nav{font-family:DM Mono,monospace}@media (min-width: 48rem){#home{width:calc(100vw - 8rem);height:calc(100vh - 8rem);margin:4rem;z-index:1}#home #theme-toggle-btn{top:1rem;left:unset;right:1rem}#home #theme-toggle-btn svg{height:2.25rem;width:2.25rem}#home .entry-content{padding-bottom:0rem}#home .entry-content .intro-text{margin-top:unset;text-align:center;margin:0}#home .entry-content .about-text{text-align:center;margin:2rem 0}#home .entry-content .home-links{flex-direction:row;justify-content:space-around;align-items:center}}#works{z-index:2;position:fixed;top:calc(100% - 7.5rem);right:0;left:0;background-color:var(--section-works-background);height:calc(100% - 7.5rem);transition:transform .5s ease-in-out,margin-top .5s ease-in-out,background-color .3s ease;border-top:2px solid var(--text-light-theme)}#works .section{height:70vh;overflow:hidden}#works .section #works-btn{cursor:pointer}#works .section-content{height:100%;overflow-y:auto;overflow-x:hidden;padding:0 1rem 3rem}#works .section-content .project-links{display:flex;justify-content:space-evenly}#works .section-content .project-links a svg{transition:fill .4s ease;fill:var(--text-light-theme)}#works .section-content .project-links a svg:hover{fill:var(--accent-color)}#works .section-content .live-site-link,#works .section-content .github-link{padding:.25rem}#works .section-content .site-icon{height:3rem;width:3rem;text-align:right}#works .section-content .back-to-archive{background-color:transparent;font-family:DM Mono,monospace;border:none;height:3rem;width:3rem;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}#works .section-content .back-to-archive svg{height:100%;width:100%;fill:var(--text-light-theme);transition:fill .3s ease}#works .section-content .back-to-archive svg:hover,#works .section-content .back-to-archive svg:active,#works .section-content .back-to-archive svg:focus{fill:var(--accent-color);transition:fill .3s ease}#works .section-content .back-to-archive:after{content:"Let's take a step back";position:absolute;top:50%;left:100%;transform:translateY(-50%);margin-left:.5rem;background-color:transparent;color:var(--text-light-theme);padding:.5rem;border-radius:.25rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;pointer-events:none}#works .section-content .back-to-archive:hover:after,#works .section-content .back-to-archive:focus:after,#works .section-content .back-to-archive:active:after{opacity:1;visibility:visible;color:var(--accent-color)}#works .section-content .posts-navigation{display:flex;justify-content:space-between}#works .section-content .posts-navigation .prev-post,#works .section-content .posts-navigation .next-post{background-color:transparent;border:none;height:2.5rem;width:6rem;display:flex;align-items:center;justify-content:center;padding:0;color:var(--text-light-theme)}#works .section-content .posts-navigation .prev-post svg,#works .section-content .posts-navigation .next-post svg{height:75%;width:75%;fill:var(--text-light-theme)}#works .section-content .posts-navigation .prev-post .prev-post:hover svg,#works .section-content .posts-navigation .prev-post .prev-post:active svg,#works .section-content .posts-navigation .prev-post .prev-post:focus svg,#works .section-content .posts-navigation .prev-post .next-post:hover svg,#works .section-content .posts-navigation .prev-post .next-post:active svg,#works .section-content .posts-navigation .prev-post .next-post:focus svg,#works .section-content .posts-navigation .next-post .prev-post:hover svg,#works .section-content .posts-navigation .next-post .prev-post:active svg,#works .section-content .posts-navigation .next-post .prev-post:focus svg,#works .section-content .posts-navigation .next-post .next-post:hover svg,#works .section-content .posts-navigation .next-post .next-post:active svg,#works .section-content .posts-navigation .next-post .next-post:focus svg{fill:var(--accent-color)}#works .section-content .posts-navigation .next-post:before{content:"Next ";font-family:DM Mono,monospace;font-size:1.25rem}#works .section-content .posts-navigation .prev-post:after{content:" Prev";font-family:DM Mono,monospace;font-size:1.25rem}#works .section-content .posts-navigation .prev-post:after:hover:after,#works .section-content .posts-navigation .prev-post:after:focus:after,#works .section-content .posts-navigation .prev-post:after:active:after{color:var(--accent-color)}#works .section-content .posts-navigation .next-post,#works .section-content .posts-navigation.no-next{justify-content:flex-end}#works .works-navigation ul{list-style-type:none;padding:0;margin:0;text-align:left}#works .works-navigation ul li{width:90%;border-bottom:2px solid var(--text-light-theme);padding-bottom:1rem;margin-bottom:1rem;text-align:left}#works .works-navigation ul li:last-child{border-bottom:none;margin-bottom:0}#works .works-navigation ul li .works-btn{padding:1rem 0}#works .works-navigation ul li .works-btn .work-title{font-size:1.5rem}#works .work-gallery{position:relative;width:100%;padding-top:75%;height:0}#works .work-gallery ul{list-style:none;padding:0;margin:0;position:absolute;top:0;left:0;width:100%;height:100%}#works .work-gallery ul li{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity 1s ease-in-out;z-index:0}#works .work-gallery ul li.active{opacity:1;z-index:1}#works .work-gallery ul li img{width:100%;height:100%;object-fit:cover;display:block;border-radius:.5rem}#works.translate-up{transform:translateY(calc(-100% + .5rem));margin-top:2rem}#works .entry-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 10rem)}#works .entry-content li{list-style:none}#works .works-btn{background-color:transparent;border:none;padding:1rem;width:100%;text-align:right}#works .works-btn .work-title{font-family:DM Sans,sans-serif;font-weight:400;margin:0;transition:color .5s ease}#works .works-btn .work-title:hover{color:var(--accent-color)}#works .work-type ul{display:flex;flex-direction:row;flex-wrap:wrap;padding:0;gap:1rem;list-style:none}#works .work-type ul li{background-color:var(--accent-color);color:var(--background);padding:.25rem .75rem;border-radius:1rem;transition:background-color .3s ease}#works .featured-image{display:none}@media (min-width: 31rem){#works .works-navigation ul li{max-width:35rem}#works .works-navigation ul li .works-btn{padding:.625rem}#works .works-navigation ul li .works-btn .work-title{font-size:clamp(1.5rem,4vw,1.875rem)}}@media (min-width: 48rem){#works{width:calc(100vw - 4rem);height:calc(100vh - 4rem);margin:4rem;position:fixed;top:calc(4rem - 100vh);left:0;right:4rem;border-top:none;display:flex;flex-direction:column-reverse;z-index:5}#works ul li .works-btn{padding:1rem;text-align:left}#works ::-webkit-scrollbar{width:.75rem}#works ::-webkit-scrollbar-track{background-color:var(--background);border-radius:1rem}#works ::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:1rem}#works .section{height:70vh;overflow:visible}#works .section-content{margin:4rem 4rem 0;padding-bottom:1rem}#works .section-content .work-desc,#works .section-content .work-reflect{font-size:clamp(1rem,2vw,1.25rem)}#works .entry-content{margin:4rem 4rem 0 0;padding-top:4rem;padding-left:0}#works .site-navigation{padding:.75rem;width:calc(100vw - 4rem);border-bottom:2px solid var(--text-light-theme)}#works .site-navigation #works-btn{height:2.375rem}#works .site-navigation #works-btn .section-title{position:absolute;bottom:.625rem;right:1.125rem}#works.translate-up{transform:translateY(calc(100vh - 4rem));margin-top:unset;right:unset;left:unset}}@media (min-width: 65rem){#works .entry-content{margin-right:0}#works .section-content h2{padding-top:3rem}#works .section-content .content-wrapper{display:flex;flex-direction:row-reverse;align-items:center;gap:1.5rem}#works .section-content .content-wrapper .work-info{width:50%;display:flex;flex-direction:column}#works .section-content .content-wrapper .work-gallery{width:50%;padding-top:0;height:50vh}#works .section-content .content-wrapper .project-links{justify-content:flex-start;gap:2rem;margin:1rem 0}#works .section-content .posts-navigation{padding-top:3rem}}:root{--background: #F4F0E9;--section-works-background: #F1ECE4;--section-about-background: #EAE3D7;--section-contact-background: #E3DACA;--text-light-theme: #1E1E1E;--accent-color: #1C7AD9}[data-theme=dark]{--background: #1E1E1E;--section-works-background: #222222;--section-about-background: #262626;--section-contact-background: #292929;--text-light-theme: #F1ECE4;--accent-color: #BEFCC8}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:var(--background);border-radius:3px;box-shadow:0 0 2px 2px #0009;clip:auto!important;clip-path:none;color:var(--text-light-theme);display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.loading-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:var(--background);display:flex;justify-content:center;align-items:center;opacity:1;visibility:visible;transition:opacity 1s ease-in-out .5s,visibility 1s .5s}.loading-container.fade-out{opacity:0;visibility:hidden}.loading-container.fade-out .svg-draw{opacity:0;transform:scale(.95);transition:opacity .5s ease-in,transform .5s ease-in}.svg-draw{width:180px;height:auto;opacity:1;transform:scale(1);transition:opacity .5s ease-out}.svg-draw path{fill:none;stroke:var(--accent-color);stroke-width:2;stroke-dasharray:3500;stroke-dashoffset:3500;animation:drawLogo 4s ease-in-out forwards}@keyframes drawLogo{0%{stroke-dashoffset:3500;fill:#1c7ad900}75%{stroke-dashoffset:0;fill:#1c7ad900}to{stroke-dashoffset:0;fill:var(--accent-color)}}
