*,:before,:after{box-sizing:border-box}*{margin:0}html{text-size-adjust:none}body{-webkit-font-smoothing:antialiased;min-height:100svh;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{padding:0;list-style:none}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;padding:0}img{height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}::selection{background:var(--color-accent);color:#000}:root{--color-black:#121212;--color-white:#fff;--color-accent:#fec800;--color-bg:#e6e6e6;--color-bg-subtle:#dadada;--color-text:#121212;--color-text-muted:#666;--color-border:#00000014;--color-card-bg:#f5f5f5;--color-card-border:#00000014;--color-card-hover-bg:#fff;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"Space Mono", ui-monospace, monospace;--text-xs:clamp(.7rem, .65rem + .25vw, .75rem);--text-sm:clamp(.8rem, .75rem + .25vw, .875rem);--text-base:clamp(.95rem, .9rem + .25vw, 1rem);--text-md:clamp(1.05rem, 1rem + .25vw, 1.125rem);--text-lg:clamp(1.2rem, 1.1rem + .5vw, 1.375rem);--text-xl:clamp(1.4rem, 1.2rem + 1vw, 1.75rem);--text-2xl:clamp(1.8rem, 1.5rem + 2vw, 2.5rem);--text-3xl:clamp(2.5rem, 2rem + 3vw, 3.5rem);--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-bold:700;--leading-tight:1.1;--leading-snug:1.3;--leading-normal:1.5;--leading-loose:1.75;--tracking-tight:-.02em;--tracking-normal:0em;--tracking-wide:.06em;--tracking-wider:.12em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--space-32:8rem;--page-px:clamp(24px, 4vw, 64px);--page-py:clamp(1.5rem, 3vw, 3rem);--max-width:92vw;--header-height:80px;--grid-cols:12;--grid-gap:16px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-pill:9999px;--duration-fast:.15s;--duration-base:.3s;--duration-slow:.5s;--ease-out:cubic-bezier(.22, 1, .36, 1);--transition:var(--duration-base) var(--ease-out);--z-base:0;--z-raised:10;--z-overlay:100;--z-header:200}@media (width<=640px){:root{--header-height:64px;--page-px:16px;--max-width:100%}}html{font-size:100%}body{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}h1,h2,h3,h4,h5,h6{font-weight:var(--weight-medium);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}h5{font-size:var(--text-md)}h6{font-size:var(--text-base)}p{max-width:65ch;color:var(--color-text)}strong{font-weight:var(--weight-medium)}a{transition:color var(--transition)}a:hover{color:var(--color-accent)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-sm)}.page-wrapper{flex-direction:column;min-height:100svh;display:flex}.main{flex:1}.container{width:100%;max-width:var(--max-width);padding-inline:var(--page-px);box-sizing:border-box;margin-inline:auto}@media (width<=640px){.container{width:100%!important;max-width:100%!important;padding-inline:16px!important}}.section{padding-block:var(--space-24)}@media (width>=768px){.section{padding-block:var(--space-32)}}html.js .project-grid__item,html.js .footer__rights,html.js .footer__social-item,html.js .bento-tile,html.js .gallery-grid__item,html.js .btn-nav-action,html.js .project-videos__item,html.js .project-videos__header,html.js .project-gallery__header{opacity:0}@media (prefers-reduced-motion:reduce){html.js .project-grid__item,html.js .footer__rights,html.js .footer__social-item,html.js .bento-tile,html.js .gallery-grid__item,html.js .btn-nav-action,html.js .project-videos__item,html.js .project-videos__header,html.js .project-gallery__header{opacity:1!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-muted{color:var(--color-text-muted)}.text-accent{color:var(--color-accent)}.text-upper{text-transform:uppercase;letter-spacing:var(--tracking-wider);font-size:var(--text-xs)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
