@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap";:root{--color-bg:#f7f6f3;--color-surface:#efede8;--color-surface-2:#e5e2dc;--color-ink:#111110;--color-ink-muted:#6b6a66;--color-ink-faint:#6c6b67;--color-accent:#1b4332;--color-accent-soft:#e0ede6;--color-accent-text:#e8f5ee;--color-border:#11111014;--color-border-med:#11111029;--font-sans:"Plus Jakarta Sans", system-ui, sans-serif;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--text-xs:.6875rem;--text-sm:.8125rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.5rem;--text-4xl:3.25rem;--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-20:5rem;--space-24:6rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--duration-fast:.15s;--duration-base:.25s;--duration-slow:.4s;--max-width:1100px;--gutter:clamp(1.25rem, 5vw, 4rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);font-weight:var(--fw-regular);background:var(--color-bg);color:var(--color-ink);min-height:100dvh;line-height:1.65}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}@media (hover:hover) and (pointer:fine){*{cursor:none!important}}@media (hover:none),(pointer:coarse){.cursor-dot{display:none!important}}.cursor-dot{background:var(--color-accent);pointer-events:none;z-index:9999;width:8px;height:8px;transition:width var(--duration-base) var(--ease-out-expo), height var(--duration-base) var(--ease-out-expo), background var(--duration-base) var(--ease-out-expo);border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-dot.hovering{border:1.5px solid var(--color-accent);background:#1b43321f;width:40px;height:40px}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-sm)}::selection{background:var(--color-accent-soft);color:var(--color-accent)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-surface-2);border-radius:var(--radius-full)}.about-grid{grid-template-columns:clamp(200px,30%,320px) 1fr;align-items:start;gap:clamp(2rem,6vw,5rem);display:grid}.work-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.image-grid-2{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.image-grid-3{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=640px){.nav-desktop{display:none!important}.nav-hamburger{display:flex!important}.about-grid,.work-grid{grid-template-columns:1fr}}@media (width>=641px){.nav-hamburger,.nav-mobile-menu{display:none!important}}@media (width<=480px){.image-grid-2,.image-grid-3{grid-template-columns:1fr}}@media (width>=481px) and (width<=768px){.image-grid-3{grid-template-columns:repeat(2,1fr)}}.project-grid-2{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.project-grid-3{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (width<=640px){.project-grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=400px){.project-grid-2,.project-grid-3{grid-template-columns:1fr}}.more-projects-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (width<=640px){.more-projects-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-direction:row;gap:14px;padding-bottom:8px;display:flex;overflow-x:auto}.more-projects-grid>*{scroll-snap-align:start;flex:0 0 80vw}}
