:root{--color-primary:#000;--color-white:#fff;--color-gray:#32373c;--color-accent:#4b73ad;--color-overlay:#68727dcc;--font-family:"Open Sans", "Open Sans Fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-light:300;--font-weight-regular:400;--text-sm:.8125rem;--text-base:1.25rem;--text-lg:2.25rem;--text-xl:2.625rem;--gap-grid:2px;--gap-section:3rem;--max-width:1200px;--header-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);font-weight:var(--font-weight-light);background-color:var(--color-primary);color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-regular);line-height:1.2}h1{font-size:var(--text-xl)}h2{font-size:var(--text-lg)}h3{font-size:var(--text-base)}p{font-size:var(--text-sm);margin-bottom:1em}a{color:var(--color-white);text-decoration:none;transition:opacity .3s}a:hover{opacity:.7}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section{padding:var(--gap-section) 0}.project-grid{gap:var(--gap-grid);display:grid}.project-grid--3col,.project-grid--6col{grid-template-columns:repeat(1,1fr)}@media (width>=768px){.project-grid--3col,.project-grid--6col{grid-template-columns:repeat(2,1fr)}}@media (width>=1025px){.project-grid--3col,.project-grid--6col{grid-template-columns:repeat(3,1fr)}}@media (width>=1280px){.project-grid--6col{grid-template-columns:repeat(4,1fr)}}.no-select{user-select:none;-webkit-touch-callout:none}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.main{margin-top:var(--header-height);min-height:calc(100vh - var(--header-height))}.main--fit-content{min-height:0}.skip-link{z-index:1000;color:#000;font-size:var(--text-sm);text-transform:uppercase;background:#fff;padding:.75rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}
