:root{--cursor-color:red;--nav-background:#000;--text-color:#000}*{box-sizing:border-box;cursor:none;outline:none;-webkit-tap-highlight-color:transparent}*,body,html{margin:0;padding:0}body,html{width:100%;height:100%}body{font-family:Franklin Gothic Book,Franklin Gothic,Arial Narrow,Arial,sans-serif;font-weight:300;background:#fff;color:var(--text-color);line-height:1.6;font-size:14px;--cursor-x:0px;--cursor-y:0px}body,main{margin:0;padding:0;display:block}body:after{content:"";position:fixed;width:10px;height:10px;background:var(--cursor-color);border-radius:50%;pointer-events:none;z-index:99999;left:var(--cursor-x);top:var(--cursor-y);transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease}body.hover-active:after{width:20px;height:20px;opacity:.5}nav{display:block;margin:0;padding:0}.nav-horizontal{width:100%;min-height:139px;padding:30px 40px;background:var(--nav-background);z-index:100;margin:0;display:flex;flex-direction:column;justify-content:center}.site-title{font-size:14px;color:#fff;text-decoration:none;display:inline-block;margin-bottom:20px;outline:none}.site-title:hover{text-decoration:underline}.site-title:focus{outline:none}.nav-content{display:flex;gap:30px;flex-wrap:wrap;font-size:14px;align-items:center;margin:0;padding:0}.dropdown{position:relative;margin:0;padding:0}.dropdown-toggle{color:#fff;text-decoration:none;font-size:14px;border:none;padding:0;margin:0;font-family:inherit;font-weight:300;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dropdown-toggle,.dropdown-toggle:focus{background:none;outline:none}.dropdown-toggle:hover{text-decoration:underline}.dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;background:#fff;padding:10px;min-width:350px;display:none;visibility:hidden;max-height:0;overflow:hidden;transition:max-height .3s ease,visibility .3s ease;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.15);margin:0}.dropdown.active .dropdown-menu{display:block;visibility:visible;max-height:600px;overflow-y:auto}.dropdown-menu a{display:block;color:var(--text-color);text-decoration:none;font-size:14px;padding:5px 0;margin:0;outline:none}.dropdown-menu a:hover{text-decoration:underline}.dropdown-menu a:focus{outline:none}.nav-links,.nav-links a{margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;font-size:14px;outline:none}.nav-links a:hover{text-decoration:underline}.nav-links a:focus{outline:none}.landing-list,.main-content{padding:0;margin:0;display:block}.landing-item{width:100%;min-height:139px;display:flex;align-items:center;padding:30px 40px;text-decoration:none;color:var(--text-color);border:0 solid #000;transition:all .3s ease;opacity:0;animation:fadeIn .6s ease forwards;margin:0;outline:none}.landing-item:focus{outline:none}.landing-item:first-child{animation-delay:.1s}.landing-item:nth-child(2){animation-delay:.2s}.landing-item:nth-child(3){animation-delay:.3s}.landing-item:nth-child(4){animation-delay:.4s}.landing-item:nth-child(5){animation-delay:.5s}.landing-item:nth-child(6){animation-delay:.6s}.landing-item:nth-child(7){animation-delay:.7s}.landing-item:nth-child(8){animation-delay:.8s}.landing-item:nth-child(9){animation-delay:.9s}.landing-item:nth-child(10){animation-delay:1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.landing-item:hover{border-width:4px;background:#add8e6!important}.landing-item-content{max-width:1200px;margin:0 auto;width:100%}.landing-item-title{font-size:14px;font-weight:400;margin-bottom:5px;color:var(--text-color)}.landing-item-info{font-size:14px;color:var(--text-color);opacity:.7}.project-view{max-width:1000px;padding:30px;margin:0}.project-title{font-size:14px;font-weight:400;margin-bottom:35px}.project-info{font-size:14px;margin-bottom:60px;line-height:1.6;max-width:600px}.project-info div,.project-info h1,.project-info h2,.project-info h3,.project-info h4,.project-info h5,.project-info h6,.project-info li,.project-info p,.project-info span{font-size:14px!important;font-weight:300!important;line-height:1.6!important}.project-info strong{font-weight:400!important}.project-info em{font-style:italic}.project-info [class*=RichText] h1,.project-info [class*=RichText] h2,.project-info [class*=RichText] h3,.project-info [class*=RichText] h4,.project-info [class*=RichText] h5,.project-info [class*=RichText] h6,.project-info [class*=RichText] p{font-size:14px!important;font-weight:300!important;line-height:1.6!important}.back-link{color:var(--text-color);text-decoration:none;font-size:14px;margin-bottom:30px;display:inline-block;outline:none}.back-link:hover{text-decoration:underline}.back-link:focus{outline:none}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.98);z-index:10000;justify-content:center;align-items:center;padding:60px}.lightbox.active{display:flex}.lightbox-close{position:fixed;top:20px;right:30px;font-size:20px;color:var(--cursor-color);text-decoration:none;z-index:10001}.lightbox-close:hover{opacity:.7}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);font-size:30px;color:var(--text-color);text-decoration:none;z-index:10001;padding:20px}.lightbox-nav:hover{opacity:.7}.lightbox-prev{left:30px}.lightbox-next{right:30px}.lightbox-counter{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);font-size:14px;color:var(--text-color);opacity:.7;z-index:10001}.lightbox-content{max-width:90%;max-height:90%}.project-content{width:100%;padding:0;margin:0}.project-images{display:flex;flex-direction:column;gap:30px;margin:0;padding:0}.project-image{width:100vw;margin-left:calc(-50vw + 50%);padding-left:30px;padding-right:30px;background:#fff}.project-image img{max-width:100%;height:auto;display:block;object-fit:contain}.image-caption{font-size:14px;color:var(--text-color);opacity:.7;padding-left:30px;padding-right:30px;padding-top:15px;max-width:600px}.project-video-container{width:100vw;margin-left:calc(-50vw + 50%);padding-left:30px;padding-right:30px;background:#fff}.video-responsive{position:relative;width:100%;max-width:1200px;margin:0;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.video-responsive embed,.video-responsive iframe,.video-responsive object,.video-responsive video{position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:0}.project-text-block{max-width:600px;padding-left:30px;padding-right:30px;font-size:14px;line-height:1.6}.press-text h1,.press-text h2,.press-text h3,.press-text h4,.press-text h5,.press-text h6,.press-text li,.press-text p,.press-text span{font-size:14px!important;font-weight:300!important;line-height:1.6!important}.press-text strong{font-weight:400!important}@media (max-width:768px){*{cursor:auto}body:after{display:none}.nav-content{flex-direction:column;gap:15px;align-items:flex-start}.landing-item{min-height:120px;padding:25px 20px}.image-caption,.project-image,.project-text-block,.project-video-container{padding-left:15px;padding-right:15px}}.project-info p{margin-bottom:1em}.project-info p:last-child{margin-bottom:0}.project-text-block p{margin-bottom:1em}.project-text-block p:last-child{margin-bottom:0}