div.svelte-1w7ja4v{flex-direction:row;gap:4rem;margin-bottom:4rem;display:flex}@media not (min-width:1280px){div.svelte-1w7ja4v{gap:3rem;margin-bottom:3rem}}@media not (min-width:640px){div.svelte-1w7ja4v{justify-content:center;gap:2rem}}button.svelte-1w7ja4v{width:6rem;height:6rem;transition:transform .1s}button.svelte-1w7ja4v>svg:where(.svelte-1w7ja4v){filter:url(#button-bevel);width:100%;height:100%;display:block}button.svelte-1w7ja4v .background:where(.svelte-1w7ja4v){fill:var(--secondary);transition:fill .1s}button.svelte-1w7ja4v .foreground:where(.svelte-1w7ja4v){fill:var(--text)}@media not (min-width:1280px){button.svelte-1w7ja4v{width:5rem;height:5rem}}button.svelte-1w7ja4v:not(.active):disabled{cursor:default}button.svelte-1w7ja4v:not(.active):disabled .background:where(.svelte-1w7ja4v){fill:var(--neutral)}button.svelte-1w7ja4v:not(.active):disabled .foreground:where(.svelte-1w7ja4v){fill:var(--neutral-foreground)}button.svelte-1w7ja4v:not(.active):not(:disabled):hover{transform:scale(1.2)}button.svelte-1w7ja4v.active .background:where(.svelte-1w7ja4v){fill:var(--primary)}.rounded.svelte-1w7ja4v{rx:var(--border-radius);ry:var(--border-radius)}.home-item.svelte-1v8q00j{opacity:0;transition:opacity var(--fade-duration)linear;text-decoration:none;position:absolute;top:0;left:0}.home-item.svelte-1v8q00j.positioned{opacity:1}:is(.home-item.svelte-1v8q00j:hover,.home-item.svelte-1v8q00j:focus-visible) .home-item-image:where(.svelte-1v8q00j)>img:where(.svelte-1v8q00j){filter:grayscale(0)}:is(.home-item.svelte-1v8q00j:hover,.home-item.svelte-1v8q00j:focus-visible) .project-summary:where(.svelte-1v8q00j)>:where(.svelte-1v8q00j){color:var(--text)}.home-item.svelte-1v8q00j:focus-visible .home-item-image:where(.svelte-1v8q00j){outline:.2rem solid var(--text);outline-offset:.2rem}.home-item-image.svelte-1v8q00j{-webkit-user-select:none;user-select:none;border-radius:var(--border-radius);display:block;position:absolute;top:0;left:0}.home-item-image.svelte-1v8q00j>img:where(.svelte-1v8q00j){object-fit:cover;background-color:var(--background-dark);border-radius:inherit;filter:grayscale(.5);width:100%;height:100%;font-size:0;transition:filter .1s linear;display:block}.project-summary.svelte-1v8q00j{border-radius:var(--border-radius);text-shadow:0 0 .5rem #000;opacity:0;transition:opacity var(--fade-duration)linear;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:flex-end;padding:2rem clamp(1.5rem,5cqi,4rem);display:flex;position:absolute;top:0;left:0;overflow:hidden;container-type:inline-size}.project-summary.svelte-1v8q00j:not(.transitioning):not(.circle){opacity:1}.project-summary.svelte-1v8q00j.transitioning{pointer-events:none}.project-summary.svelte-1v8q00j.circle{display:none}.project-summary.svelte-1v8q00j.row{border-radius:0 var(--border-radius)var(--border-radius)0;justify-content:center}@media not (min-width:500px){.project-summary.svelte-1v8q00j.row h4:where(.svelte-1v8q00j){display:none}}.project-summary.svelte-1v8q00j>:where(.svelte-1v8q00j){flex-shrink:0}@container (width<24rem){.project-summary.svelte-1v8q00j p:where(.svelte-1v8q00j){-webkit-line-clamp:2;line-clamp:2;margin-top:.75rem}}.project-summary.svelte-1v8q00j.box{border-radius:0 0 var(--border-radius)var(--border-radius)}.project-summary.svelte-1v8q00j.box h3:where(.svelte-1v8q00j){font-size:clamp(2rem,6.5cqi,2.6rem)}.project-summary.svelte-1v8q00j.box p:where(.svelte-1v8q00j),.project-summary.svelte-1v8q00j.box h4:where(.svelte-1v8q00j){font-size:clamp(1.6rem,4.8cqi,2rem)}.project-summary.svelte-1v8q00j h3:where(.svelte-1v8q00j){letter-spacing:.2em;color:var(--secondary-text);overflow-wrap:break-word;font-size:clamp(1.6rem,5cqi,2rem);font-weight:700;line-height:1.25;transition:color .1s linear}.project-summary.svelte-1v8q00j h4:where(.svelte-1v8q00j){letter-spacing:.13em;color:var(--neutral-foreground);flex-wrap:wrap;column-gap:1ch;margin-top:1rem;font-size:clamp(1.2rem,3.8cqi,1.5rem);font-style:italic;line-height:1.33;transition:color .1s linear;display:flex}.project-summary.svelte-1v8q00j h4:where(.svelte-1v8q00j) span:where(.svelte-1v8q00j){text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.project-summary.svelte-1v8q00j p:where(.svelte-1v8q00j){letter-spacing:.07em;text-align:justify;color:var(--neutral-foreground);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-top:1rem;font-size:clamp(1.2rem,3.8cqi,1.5rem);line-height:1.33;transition:color .1s linear;display:-webkit-box;overflow:hidden}.home-header.svelte-1uha8ag{flex-direction:row;justify-content:space-between;gap:2rem;display:flex}@media not (min-width:640px){.home-header.svelte-1uha8ag{flex-direction:column;gap:0}}.home-item-targets.svelte-1uha8ag{gap:2rem;display:grid}.home-item-targets.svelte-1uha8ag.list{grid-template:auto/1fr;justify-items:stretch}.home-item-targets.svelte-1uha8ag.list>.home-item-target:where(.svelte-1uha8ag){width:min(20rem,50%)}.home-item-targets.svelte-1uha8ag.grid{grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));place-items:center}.home-item-targets.svelte-1uha8ag.chaos{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));place-items:center}.home-item-targets.svelte-1uha8ag.chaos>.home-item-target:where(.svelte-1uha8ag){width:min(20rem,100%)}.home-item-target.svelte-1uha8ag{aspect-ratio:1;width:100%}
