#root{max-width:none;margin:0 auto;padding:0;overflow-x:hidden}.page-container{display:flex;flex-direction:column;min-height:100vh}header{display:flex;flex-direction:row;padding:0;height:80px;border-bottom:1px solid var(--border-color)}main{flex-grow:1;padding:0}footer{padding:0 2rem;border-top:1px solid var(--border-color);color:var(--footer-text-color);font-size:.9em;text-align:center}.footer-gif{width:auto;max-width:100%;height:auto;display:block;margin:0 auto}.main-nav{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 2rem}.company-name{margin:0;padding:0;display:flex;align-items:center}.company-name a{display:flex;align-items:center;text-decoration:none}.navbar-logo{height:40px;width:auto;display:block}nav ul{list-style:none;display:flex;justify-content:flex-end;gap:2rem;margin:auto 0}nav li{margin:0;padding:0;display:flex;align-items:center}nav a{text-decoration:none;color:var(--heading-color);font-weight:400;font-size:1.1em;line-height:1em}nav a:hover{color:var(--primary-link-hover-color)}nav a.active{color:#1bfc99;font-weight:700}.project-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:0;margin-top:0;padding:0}@media (min-width: 768px){.project-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}}@media (min-width: 1024px){.project-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}}section{padding:0;text-align:left}.project-detail-section{max-width:800px;margin:0 auto;padding:4rem 2rem;text-align:left}.project-detail-section h1{font-size:3em;font-weight:800;margin-bottom:1rem;color:var(--heading-color)}.project-detail-image{width:100%;height:auto;display:block;margin-bottom:2rem}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:800px;background:#000;margin:0 auto 2rem}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.project-detail-section h2{font-size:2em;font-weight:700;margin-top:2rem;margin-bottom:1rem;color:var(--heading-color)}.project-detail-section h3{font-size:1.5em;font-weight:700;margin-top:2rem;margin-bottom:.5rem;color:var(--heading-color)}.project-detail-section p{font-size:1.1em;line-height:1.6;margin-bottom:1rem;color:var(--paragraph-color);font-weight:400}.project-detail-section p strong:not(.credit-label){font-weight:400;color:var(--heading-color)}.credit-label{font-weight:300;color:var(--credit-label-color)}.project-list h3{font-size:1.5em;margin-bottom:.5rem;color:var(--primary-link-color)}.project-list p{color:var(--paragraph-color)}.project-item{position:relative;overflow:hidden;padding:0;background-color:transparent;border:none;border-radius:0;box-shadow:none}.project-item img{width:100%;height:auto;display:block;margin:0 auto;border-radius:0}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--project-overlay-bg);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.project-item:hover .project-overlay{opacity:1}.project-title{color:var(--project-overlay-text);background-color:transparent;padding:.5rem 1rem;font-size:1.8em;font-weight:700;text-align:center;width:100%}.image-grid-2x2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem auto;max-width:800px}.image-grid-2x2 .grid-image{width:100%;height:auto;display:block;object-fit:cover}.contact-info{margin-top:1.5rem}.contact-info p{margin-bottom:.4rem}.contact-info a{font-size:1.2rem;color:var(--heading-color);text-decoration:none;font-weight:500;transition:color .3s ease}.contact-info a:hover{color:var(--primary-link-hover-color)}.about-client-list{font-size:1rem;color:var(--paragraph-color);margin-top:.5rem!important;margin-bottom:2rem!important}.about-section-header{font-size:.9rem!important;text-transform:uppercase;letter-spacing:.1em;color:var(--credit-label-color)!important;margin-top:3rem!important;margin-bottom:1rem!important;font-weight:600!important}.about-content-row{display:block;margin-bottom:1rem}.about-content-row:after{content:"";display:table;clear:both}.about-image{float:left;width:400px;height:auto;margin-right:2rem;margin-bottom:1rem;display:block}@media (max-width: 768px){.about-image{width:100%;float:none;margin-right:0}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;--bg-color: #1a1a1a;--text-color: rgba(255, 255, 255, .87);--primary-link-color: #646cff;--primary-link-hover-color: #535bf2;--border-color: #333;--footer-text-color: #bbb;--project-overlay-bg: rgba(0, 0, 0, .75);--project-overlay-text: #fff;--heading-color: #fff;--paragraph-color: #ccc;--credit-label-color: #bbb;--button-bg-color: #333}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--bg-color);color:var(--text-color)}h1{font-size:3.2em;line-height:1.1}a{font-weight:500;color:var(--primary-link-color);text-decoration:inherit}a:hover{color:var(--primary-link-hover-color)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--button-bg-color);cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
