:root{--color-primary:#000;--color-white:#fff;--color-gray:#32373c;--color-accent:#608ac9;--color-overlay:#68727dcc;--font-family:"Open Sans", -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}.main{margin-top:var(--header-height);min-height:calc(100vh - var(--header-height))}.main--no-top-margin{min-height:100vh;margin-top:0}.header[data-astro-cid-nen7h5rs]{z-index:100;height:var(--header-height);background-color:#000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.header__inner[data-astro-cid-nen7h5rs]{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.header__logo[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{width:auto;height:52px}.header__nav-list[data-astro-cid-nen7h5rs]{align-items:center;gap:2rem;display:flex}.header__nav-link[data-astro-cid-nen7h5rs]{font-size:var(--text-sm);font-weight:var(--font-weight-regular);text-transform:uppercase;letter-spacing:.05em;color:var(--color-white);padding:.5rem 0;position:relative}.header__nav-link[data-astro-cid-nen7h5rs]:after{content:"";background-color:var(--color-white);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.header__nav-link[data-astro-cid-nen7h5rs]:hover:after,.header__nav-link--active[data-astro-cid-nen7h5rs]:after{width:100%}.header__nav-link[data-astro-cid-nen7h5rs]:hover{opacity:1}.header__menu-toggle[data-astro-cid-nen7h5rs]{cursor:pointer;z-index:110;background:0 0;border:none;padding:.5rem;display:none}.hamburger[data-astro-cid-nen7h5rs]{flex-direction:column;gap:5px;width:24px;display:flex}.hamburger__line[data-astro-cid-nen7h5rs]{background-color:var(--color-white);width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}@media (width<=767px){.header__menu-toggle[data-astro-cid-nen7h5rs]{display:block}.header__nav[data-astro-cid-nen7h5rs]{opacity:0;visibility:hidden;background-color:#000000f2;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.header__nav[data-astro-cid-nen7h5rs].is-open{opacity:1;visibility:visible}.header__nav-list[data-astro-cid-nen7h5rs]{text-align:center;flex-direction:column;gap:2.5rem}.header__nav-link[data-astro-cid-nen7h5rs]{font-size:var(--text-base)}.header__menu-toggle[data-astro-cid-nen7h5rs][aria-expanded=true] .hamburger__line[data-astro-cid-nen7h5rs]:first-child{transform:translateY(7px)rotate(45deg)}.header__menu-toggle[data-astro-cid-nen7h5rs][aria-expanded=true] .hamburger__line[data-astro-cid-nen7h5rs]:nth-child(2){opacity:0}.header__menu-toggle[data-astro-cid-nen7h5rs][aria-expanded=true] .hamburger__line[data-astro-cid-nen7h5rs]:nth-child(3){transform:translateY(-7px)rotate(-45deg)}}.footer[data-astro-cid-jo6i4kqk]{border-top:1px solid #ffffff1a;margin-top:4rem;padding:3rem 0}.footer__inner[data-astro-cid-jo6i4kqk]{max-width:var(--max-width);text-align:center;margin:0 auto;padding:0 1.5rem}.footer__social[data-astro-cid-jo6i4kqk]{justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.footer__social[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--color-white);transition:opacity .3s}.footer__social[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{opacity:.7}.footer__info[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk]{color:#fff9;margin-bottom:.25rem;font-size:.75rem;line-height:1.5}.footer__copyright[data-astro-cid-jo6i4kqk]{font-weight:var(--font-weight-regular)}
