body{font-family:"Inter",sans-serif;font-optical-sizing:auto;font-weight:300;font-style:normal;font-size:23px;margin:0}img{max-width:100%}.icon{width:24px;vertical-align:middle;padding:0 6px}.subtitle{color:#777;display:inline-flex;align-items:center}@media screen and (min-width: 550px){main{margin:0 48px}}@media screen and (min-width: 1050px){main{max-width:700px;margin:0 auto 0}}header{position:sticky;top:0;z-index:1000;background:#000;color:#fff}header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("icons/maze.svg");background-size:cover;background-repeat:no-repeat;background-position:center;opacity:.2;z-index:0}header:after{content:"";display:block;height:2px;background-color:#f2f2f2;width:100%}a{text-decoration:none;color:inherit}a:hover,a:focus{text-decoration:none;color:inherit}a:active{color:inherit}h1{font-family:"Playfair Display",serif;font-optical-sizing:auto;font-weight:200;font-style:normal;font-size:47px}.nav{display:flex;position:relative;align-items:center;width:100%;max-width:960px;margin:0 auto 0}.nav>*{position:relative;z-index:1}@media screen and (min-width: 550px) and (max-width: 1050px){.nav{max-width:100%;height:5em;justify-content:center}.nav #menu-open{position:absolute;left:32px;filter:invert(1);width:36px}.nav ul{display:none}}@media screen and (min-width: 1050px){.nav{max-width:960px;justify-content:flex-end}.nav h1{font-size:48px;font-weight:600}.nav #menu-open{display:none}.nav ul{font-size:18px;font-weight:500;transform:translate(0, 2.2em)}}#menu-popup{position:fixed;background-color:#fff;color:#000;top:0;left:0;width:100dvw;height:100dvh;z-index:1000}#menu-popup header{position:relative;display:flex;align-items:center;height:5em;background-color:#fff}#menu-popup header img{margin-left:32px;width:36px}#menu-popup header:after{content:"";display:block;height:2px;background-color:#000;width:100%;position:absolute;bottom:0;z-index:1001}#menu-popup ul{display:inline-flex;flex-direction:column;gap:24px;margin:48px;padding:0;list-style:none;font-size:28px;font-weight:500}#menu-popup.hidden{display:none}.nav-list{display:inline-flex;padding:0;column-gap:2em;list-style:none}ul{list-style-type:"- "}form{display:flex;flex-direction:column;row-gap:1em;margin-bottom:1em}form button{width:fit-content;background:#000;color:#fff;border:none;padding:8px 12px;cursor:pointer;font-family:"Inter";font-weight:500;font-size:16px;border:2px solid rgba(0,0,0,0)}form button:hover{background:#333}form button:active{background:#4d4d4d}form button:focus{outline:none;border:2px solid #007bff}form label{display:flex;flex-direction:column}form input,form textarea{padding:8px;border:2px solid #f2f2f2;font-size:16px;font-family:"Inter"}form input:focus,form textarea:focus{outline:none;border:2px solid #000}form textarea{height:10em;resize:none}.posts-list{list-style:none;padding:0;margin:2em 0}.post-item{margin-bottom:2.5em;padding-bottom:1.5em;border-bottom:1px solid #ddd}.post-item h2{font-family:"Playfair Display",serif;font-weight:200;font-size:1.5em}.post-item h2 a{text-decoration:none;color:#333;transition:color .2s ease}.post-item h2 a:hover{color:gray}.post-date{color:#777;margin-bottom:.8em}.post-summary{margin-bottom:.8em;margin-top:1em}.post-summary p{display:inline}.read-more{font-weight:semibold;text-decoration:none;transition:text-decoration .2s ease}.read-more:hover{text-decoration:underline}.read-more-inline{display:inline-block;font-weight:500;white-space:nowrap;text-decoration:none;transition:text-decoration .2s ease}.read-more-inline:hover{text-decoration:underline}.about-me-container{position:absolute;font-size:16px;top:300px;right:8px;max-width:250px;height:100vh;background-color:#fff;padding:20px;z-index:-1;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}@media screen and (min-width: 550px){.about-me-container{display:none}}@media screen and (min-width: 1050px){.about-me-container{display:inline}}.scrollable-div::-webkit-scrollbar{display:none}