:root{--main-black: #535353;--full-black: #000;--full-white: #fff;--default-shadow: drop-shadow(0px 8px 5px rgba(0, 0, 0, .1));--default-border: 2px;--site-max-width: 1920px}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;min-height:100%;background:#fffbf7;display:flex;justify-content:center}.layout{width:100%;max-width:var(--site-max-width)}::selection{background:#000;color:#fff}p,h1,h2,h3,li,span{font-family:Times New Roman,Times,serif;font-size:1.1rem;font-weight:400;line-height:1.3rem;letter-spacing:.015rem;color:var(--main-black)}h1,h2,h3{font-family:Helvetica,Arial,sans-serif;font-size:.95rem;letter-spacing:.025rem;color:var(--main-black)}p{margin:0}ul,ol{margin:0;padding:0}li{list-style-type:none;margin:0}a{text-decoration:none;color:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--full-black);outline-offset:3px}hr{border-width:.5px;border-color:#d3d3d3;width:100%}img,video{max-width:100%}main{padding:1rem}@media screen and (max-width: 480px){main{padding:3rem 1rem 1rem}}@media screen and (max-width: 720px){main{padding:3rem 1rem 1rem}}section{padding-top:2.5rem;padding-bottom:2.5rem}.center-layout{justify-content:center;display:flex}.layout-content{display:flex;flex-direction:column;width:70%}@media screen and (max-width: 480px){.layout-content{width:100%}}.file-btn{width:225px;height:300px;background:var(--full-white);filter:var(--default-shadow);display:flex;justify-content:center;align-items:center;border-radius:var(--default-border);cursor:pointer}.file-btn p,.file-btn span{font-family:Helvetica,Arial,sans-serif;font-size:.95rem;letter-spacing:.025rem;color:var(--main-black)}.file-btn:hover{background:var(--main-black)}.file-btn:hover span{color:var(--full-white)}@keyframes fade-up{0%{transform:translateY(1rem);opacity:0}to{transform:none;opacity:1}}#transition_wrapper{animation:fade-up .5s ease both}@media (prefers-reduced-motion: reduce){#transition_wrapper{animation:none}}nav{z-index:99;position:fixed;display:flex;justify-content:center;width:100%}nav .nav-btn{margin:.25rem;font-family:Helvetica,Arial,sans-serif;font-size:.95rem;letter-spacing:.025rem;color:var(--main-black);background:#fff;border-radius:var(--default-border);padding:.5rem 1rem;filter:var(--default-shadow);transition:all .05s ease}nav .nav-btn:hover{background:var(--main-black);color:var(--full-white)}nav .nav-btn--i .nav-label,nav .nav-btn--w .nav-label{display:none}nav:hover .nav-btn--i .nav-initial,nav:hover .nav-btn--w .nav-initial,nav:focus-within .nav-btn--i .nav-initial,nav:focus-within .nav-btn--w .nav-initial{display:none}nav:hover .nav-btn--i .nav-label,nav:hover .nav-btn--w .nav-label,nav:focus-within .nav-btn--i .nav-label,nav:focus-within .nav-btn--w .nav-label{display:inline}footer{margin:5rem 1rem 1rem}footer h3{margin-bottom:.25rem;font-family:Helvetica,Arial,sans-serif;font-size:.95rem;letter-spacing:.025rem;color:var(--main-black)}footer .colophon p{font-family:Times New Roman,Times,serif;font-size:.95rem;font-weight:400;line-height:1.15rem;letter-spacing:.01rem;color:var(--main-black);margin-top:2.5rem;text-align:left;color:#e1e1e1}footer .colophon p a:hover{color:var(--main-black)}footer a:hover{font-style:italic}.cat:after{content:", "}.cat:last-of-type:after{content:""}.project-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.project-grid .project-grid-block{width:calc(25% - 1rem);margin-bottom:1rem}@media screen and (max-width: 1440px){.project-grid .project-grid-block{width:calc(33% - .5rem)}}@media screen and (max-width: 720px){.project-grid .project-grid-block{width:calc(50% - .5rem)}}@media screen and (max-width: 480px){.project-grid .project-grid-block{min-width:100%}}.project-grid .project-grid-block a{display:flex;flex-direction:column}.project-grid .project-grid-block .project-grid-block--txt{margin-top:.5rem}.project-grid .project-grid-block .project-grid-block--txt p,.project-grid .project-grid-block .project-grid-block--txt span{font-family:Times New Roman,Times,serif;font-size:.95rem;font-weight:400;line-height:1.15rem;letter-spacing:.01rem;color:var(--main-black)}.project-grid .project-grid-block .project-grid-block--txt p:first-of-type{display:flex;justify-content:space-between}.project-grid .project-grid-block .project-grid-block--txt .txt-left{width:50%}.project-grid .project-grid-block .project-grid-block--txt .txt-right{width:50%;text-align:right}.project-grid .project-grid-block .project-grid-block--img img{width:100%;object-fit:contain;object-position:left}@media screen and (max-width: 480px){.project-grid .project-grid-block .project-grid-block--img img{object-fit:cover}}.project-list .project-block a{display:flex;height:50vh;margin-bottom:1rem}@media screen and (max-width: 480px){.project-list .project-block a{height:auto;flex-direction:column}}@media screen and (max-width: 720px){.project-list .project-block a{height:auto;flex-direction:column}}.project-list .project-block a>div{width:50%}@media screen and (max-width: 480px){.project-list .project-block a>div{width:100%}}@media screen and (max-width: 720px){.project-list .project-block a>div{width:100%}}.project-list .project-block a .project-block--txt{order:1;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .2s ease}.project-list .project-block a .project-block--txt:hover{background:var(--full-black)}.project-list .project-block a .project-block--txt:hover p,.project-list .project-block a .project-block--txt:hover span{color:var(--full-white)}@media screen and (max-width: 480px){.project-list .project-block a .project-block--txt{margin-top:-.5rem;order:2;height:20vh}}@media screen and (max-width: 720px){.project-list .project-block a .project-block--txt{margin-top:-.5rem;order:2;height:20vh}}.project-list .project-block a .project-block--media{order:2;height:100%;position:relative}.project-list .project-block a .project-block--media:hover~div{background:var(--full-black)}.project-list .project-block a .project-block--media:hover~div p,.project-list .project-block a .project-block--media:hover~div span{color:var(--full-white)}@media screen and (max-width: 480px){.project-list .project-block a .project-block--media{order:1}}@media screen and (max-width: 720px){.project-list .project-block a .project-block--media{order:1}}.project-list .project-block a .project-block--media img,.project-list .project-block a .project-block--media video{object-fit:cover;width:100%;height:100%;display:block}.project-list .project-block a .project-block--media video{position:absolute;inset:0;opacity:0;transition:opacity .2s ease}.project-list .project-block a .project-block--media.is-playing video{opacity:1}.project-header{text-align:center;min-height:25vh;display:flex;justify-content:center;flex-direction:column}.project-header h1,.project-header h2{margin:0}.project-header h1{font-family:Times New Roman,Times,serif;font-size:1.1rem;font-weight:400;line-height:1.3rem;letter-spacing:.015rem;color:var(--main-black)}.project-video .video-frame{padding:56.25% 0 0;position:relative}.project-video .video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.project-gallery{display:flex;flex-direction:column;width:100%;margin-bottom:5rem}.project-gallery img{object-fit:contain;margin-top:2rem;margin-bottom:2rem;max-width:70%;max-height:100vh;height:auto}.project-gallery .align-right{align-self:flex-end}.project-gallery .align-left{align-self:flex-start}.project-gallery .align-center{align-self:center}.project-content{display:flex;justify-content:center;flex-direction:column;align-items:center}.project-content .rich-text{width:70%}@media screen and (max-width: 480px){.project-content .rich-text{width:100%}}.project-content .rich-text p,.project-content .rich-text ul,.project-content .rich-text ol{margin-bottom:.75rem}.project-content .rich-text ul li{list-style-type:circle;margin-left:2rem}.project-content .rich-text ol li{list-style-type:decimal;margin-left:2rem}.project-content .rich-text a{border-bottom:1px solid currentColor}.project-content .rich-text a:hover{font-style:italic;border-bottom:none}.project-downloadables{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.project-downloadables a{margin:1rem}#info-desc{display:flex;flex-direction:row;justify-content:space-between;order:1}#info-desc img{margin-top:3rem;margin-left:3rem;filter:grayscale(1);min-width:20%;height:auto;align-self:flex-start}#info-desc p{margin-bottom:.75rem}#info-desc a{border-bottom:1px solid currentColor}#info-desc a:hover{font-style:italic;border-bottom:none}@media screen and (max-width: 480px){#info-desc{flex-direction:column}#info-desc img{align-self:center;width:50%;margin-left:0}}#info-contact{order:2;display:flex;justify-content:center}@media screen and (max-width: 480px){#info-contact{flex-direction:column}}#info-contact .contact-l{width:50%}@media screen and (max-width: 480px){#info-contact .contact-l{margin-bottom:2.5rem;width:100%}}#info-contact .contact-l .contact-block h3{margin-bottom:.25rem;font-family:Helvetica,Arial,sans-serif;font-size:.95rem;letter-spacing:.025rem;color:var(--main-black)}#info-contact .contact-l .contact-block a:hover{font-style:italic}#info-contact .contact-r{display:flex;width:50%}@media screen and (max-width: 480px){#info-contact .contact-r{width:100%;justify-content:flex-end}}@media screen and (max-width: 720px){#info-contact .contact-r{justify-content:flex-end}}@media screen and (max-width: 1920px){#info-contact .contact-r{justify-content:center}}#info-upcoming{order:2}#info-upcoming h2{margin-bottom:1.5rem}#info-upcoming .upcoming-item{margin-bottom:2.5rem}#info-upcoming .upcoming-item+.upcoming-item{border-top:.5px solid lightgray;padding-top:2.5rem}#info-upcoming .upcoming-item h3{margin-bottom:.25rem;font-family:Times New Roman,Times,serif;font-size:1.1rem;font-weight:400;line-height:1.3rem;letter-spacing:.015rem;color:var(--main-black)}#info-upcoming .upcoming-item h3 em{font-style:italic}#info-upcoming .upcoming-item .upcoming-meta{margin-bottom:.75rem;color:var(--main-black)}#info-upcoming .upcoming-item p{margin-bottom:.75rem}#info-contact{order:3}#info-list{order:4}#info-list .cv-section{margin-bottom:2.5rem}#info-list .cv-section h2{margin-bottom:.75rem}#info-list .cv-entries{margin:0}#info-list .cv-entry{display:flex;gap:1rem;margin-bottom:.35rem}#info-list .cv-entry dt{flex:0 0 7rem;font-family:Times New Roman,Times,serif;font-size:.95rem;font-weight:400;line-height:1.15rem;letter-spacing:.01rem;color:var(--main-black)}#info-list .cv-entry dd{margin:0;flex:1}#info-list .cv-entry .cv-entry-text p{font-family:Times New Roman,Times,serif;font-size:.95rem;font-weight:400;line-height:1.15rem;letter-spacing:.01rem;color:var(--main-black);margin:0}@media screen and (max-width: 480px){#info-list .cv-entry{flex-direction:column;gap:0;margin-bottom:.75rem}#info-list .cv-entry dt{flex:none}}
