.header.svelte-oiwvqb{position:fixed;top:calc(var(--pad) * 2);left:0;right:0;width:100%;z-index:1000;display:flex;justify-content:center;align-items:center;flex-direction:row;padding:0 var(--pad);font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase}@media (max-width: 768px){.header.svelte-oiwvqb{top:auto;bottom:calc(var(--pad) * 2)}}.nav.svelte-oiwvqb{position:relative;box-shadow:0 1rem 1rem rgba(var(--black-rgb),.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.nav__background.svelte-oiwvqb{position:absolute;width:100%;height:100%;top:0;left:0;background:var(--foreground);transition:background .5s var(--ease-in-out)}.nav__list.svelte-oiwvqb{position:relative;display:flex;list-style:none;margin:0;padding:0 1rem;border-radius:.2rem}@media (max-width: 768px){.nav__list.svelte-oiwvqb{display:none;flex-direction:column;min-width:50vw;padding:1rem 0;gap:0}.nav__list.is-open.svelte-oiwvqb{display:flex}}@media (max-width: 768px){.nav__list.svelte-oiwvqb li:where(.svelte-oiwvqb){padding:0}}.nav__link.svelte-oiwvqb{display:block;color:var(--background);text-decoration:none;padding:1rem .5rem;transition:color .5s var(--ease-in-out)}.nav__link.svelte-oiwvqb:hover{opacity:.7}@media (max-width: 768px){.nav__link.svelte-oiwvqb{width:100%;padding:.5rem 1rem}}.nav__toggle.svelte-oiwvqb{position:relative;display:none;padding:1rem 2rem;color:var(--background);background:none;border:none;cursor:pointer;font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase}@media (max-width: 768px){.nav__toggle.svelte-oiwvqb{display:inline-block}}.newsletter-trigger.svelte-e4up5{background:transparent;border:none;color:currentColor;font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase;text-decoration:underline;cursor:pointer;padding:0 .5rem}.newsletter-trigger.svelte-e4up5:hover{opacity:.7}.footer.svelte-1sr6y3t{background:var(--background);padding:30vh var(--pad) var(--pad);font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase}.footer.svelte-1sr6y3t svg:where(.svelte-1sr6y3t){width:100%;height:auto}.columns.svelte-1sr6y3t{width:100%;display:flex;justify-content:space-between;padding:.5rem 0 0}.columns.svelte-1sr6y3t>:where(.svelte-1sr6y3t){flex-basis:50%}.info.svelte-1sr6y3t p:where(.svelte-1sr6y3t){margin-bottom:0}nav.svelte-1sr6y3t{display:flex;justify-content:flex-end}nav.svelte-1sr6y3t ul:where(.svelte-1sr6y3t){display:flex;list-style:none}nav.svelte-1sr6y3t ul:where(.svelte-1sr6y3t) li:where(.svelte-1sr6y3t) a:where(.svelte-1sr6y3t){padding:0 .5rem;text-decoration:underline}@media (max-width: 768px){.footer.svelte-1sr6y3t{padding:10vh var(--pad) calc(4rem + (var(--pad) * 2))}.columns.svelte-1sr6y3t{flex-direction:column}.columns.svelte-1sr6y3t>:where(.svelte-1sr6y3t){flex-basis:100%}.info.svelte-1sr6y3t p:where(.svelte-1sr6y3t){margin-bottom:1rem}nav.svelte-1sr6y3t{justify-content:flex-start}nav.svelte-1sr6y3t ul:where(.svelte-1sr6y3t){flex-direction:column}nav.svelte-1sr6y3t ul:where(.svelte-1sr6y3t) li:where(.svelte-1sr6y3t) a:where(.svelte-1sr6y3t){padding:0}}.product-card.svelte-fzoehp{display:flex;flex-direction:column;background:var(--color-card-bg, #111);border-radius:8px;overflow:hidden;transition:transform .3s ease}.product-card.svelte-fzoehp:hover{transform:translateY(-4px)}.product-card__image.svelte-fzoehp{aspect-ratio:1;overflow:hidden;background:#0a0a0a}.product-card__image.svelte-fzoehp img:where(.svelte-fzoehp){width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.product-card__image.svelte-fzoehp:hover img:where(.svelte-fzoehp){transform:scale(1.05)}.product-card__content.svelte-fzoehp{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.product-card__title.svelte-fzoehp{font-size:1.125rem;font-weight:600;letter-spacing:-.01em}.product-card__price.svelte-fzoehp{font-size:1rem;opacity:.8}.product-card__variants.svelte-fzoehp{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.product-card__variant.svelte-fzoehp{padding:.5rem 1rem;font-size:.75rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:inherit;border-radius:4px;cursor:pointer;transition:all .2s}.product-card__variant.svelte-fzoehp:hover:not(:disabled){border-color:#ffffff80}.product-card__variant.is-selected.svelte-fzoehp{background:#fff;color:#000;border-color:#fff}.product-card__variant.svelte-fzoehp:disabled{opacity:.3;cursor:not-allowed}.product-card__buy.svelte-fzoehp{margin-top:1rem;padding:1rem;background:#fff;color:#000;border:none;border-radius:4px;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:opacity .2s}.product-card__buy.svelte-fzoehp:hover:not(:disabled){opacity:.9}.product-card__buy.svelte-fzoehp:disabled{opacity:.5;cursor:not-allowed}.product-grid.svelte-1wquk3r{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.shop.svelte-ms6xqm{min-height:100vh;padding-top:8rem}.shop__header.svelte-ms6xqm{padding:2rem;max-width:1400px;margin:0 auto}.shop__title.svelte-ms6xqm{font-size:clamp(3rem,8vw,6rem);font-weight:700;letter-spacing:-.03em}.shop__grid.svelte-ms6xqm{padding:2rem;max-width:1400px;margin:0 auto}.shop__loading.svelte-ms6xqm,.shop__empty.svelte-ms6xqm{text-align:center;padding:4rem;opacity:.6}.title.svelte-kxim94{width:100%;height:100dvh;min-height:10vh;margin-bottom:0vh;display:flex;align-items:center;justify-content:center}.title.svelte-kxim94 h1:where(.svelte-kxim94){position:absolute;margin:var(--pad);font-size:12vw}.title.svelte-kxim94 svg:where(.svelte-kxim94){margin:var(--pad) 0;width:100%;height:auto}.title--spaced.svelte-kxim94{height:20vh}@media (max-width: 768px){.title.svelte-kxim94{height:50vh}}.feed.svelte-16itcoa{position:relative;z-index:1;margin:var(--pad);margin-bottom:40vh;padding:0}.feed.svelte-16itcoa h1:where(.svelte-16itcoa){font-size:var(--font-xxxl);font-weight:500;letter-spacing:-.02em;line-height:1;margin:0 0 .5em}.grid.svelte-16itcoa{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap)}@media (max-width: 640px){.grid.svelte-16itcoa{grid-template-columns:1fr}}.item.svelte-r7ipbv{background:var(--background);display:flex;flex-direction:column;color:var(--foreground);text-decoration:none}.item--wide.svelte-r7ipbv{grid-column:span 2}@media (max-width: 640px){.item--wide.svelte-r7ipbv{grid-column:span 1}}.heading.svelte-r7ipbv{display:flex;margin:var(--space-3);padding-left:var(--space-3);border-left:2px solid rgba(var(--foreground-rgb),.3)}.heading.svelte-r7ipbv h3:where(.svelte-r7ipbv){flex-basis:33%;font-family:var(--font-mono);font-size:var(--font-sd);text-transform:uppercase;margin:0;margin-bottom:1rem}.heading.svelte-r7ipbv p:where(.svelte-r7ipbv){flex-basis:67%;text-align:right;font-family:var(--font-mono);font-size:var(--font-xs);opacity:.3;margin:0;margin-bottom:1rem}.body.svelte-r7ipbv{flex:1;line-height:0}.body.svelte-r7ipbv figure{position:relative;margin:0;line-height:0}.body.svelte-r7ipbv img{width:100%;height:auto;display:block}.body.svelte-r7ipbv .text{padding:var(--space-3);font-size:var(--font-xl);line-height:1em}.body.svelte-r7ipbv .duotone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.body.svelte-r7ipbv .duotone--background{background:var(--visual-background);z-index:1}.body.svelte-r7ipbv .duotone--image{position:relative;filter:grayscale();mix-blend-mode:hard-light;opacity:.6;z-index:2;transition:filter 1s var(--ease-in-out),opacity 1s var(--ease-in-out)}.body.svelte-r7ipbv .duotone--overlay{background:var(--foreground);mix-blend-mode:overlay;opacity:.5;z-index:3;transition:opacity 1s var(--ease-in-out)}.item.svelte-r7ipbv:hover .body:where(.svelte-r7ipbv) .duotone--image{filter:none;mix-blend-mode:normal;opacity:1}.item.svelte-r7ipbv:hover .body:where(.svelte-r7ipbv) .duotone--overlay{opacity:0}.texts.svelte-1je5tsq{position:relative;z-index:1;margin:0;margin-bottom:40vh;padding:var(--pad) var(--pad) 20vh;background:var(--background)}.texts.svelte-1je5tsq h2:where(.svelte-1je5tsq){font-size:var(--font-xxxl);font-weight:500;letter-spacing:-.02em;line-height:1;margin:0 0 .5em}.grid.svelte-1je5tsq{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));-moz-column-gap:var(--gap);column-gap:var(--gap);row-gap:calc(var(--gap) * 4);font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase}.col.svelte-1je5tsq{grid-column:span 6}.col.svelte-1je5tsq p,.col.svelte-1je5tsq ul,.col.svelte-1je5tsq ol{width:90%;margin-bottom:1em}.col.svelte-1je5tsq p:last-child{margin-bottom:0}.col.svelte-1je5tsq iframe{width:100%;aspect-ratio:16 / 9}@media (max-width: 584px){.col.svelte-1je5tsq{grid-column:span 12}.col.svelte-1je5tsq p,.col.svelte-1je5tsq ul,.col.svelte-1je5tsq ol{width:100%}}.swiper.svelte-x15trd{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.swiper-slide.svelte-x15trd{flex:0 0 100%;scroll-snap-align:start}.footer.svelte-urw54r{position:relative;z-index:1;display:flex;flex-direction:column;background:var(--background);padding:30vh var(--pad) var(--pad);margin-bottom:40vh;font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase}.footer.svelte-urw54r svg:where(.svelte-urw54r){width:100%;height:auto;color:var(--foreground)}.columns.svelte-urw54r{width:100%;display:flex;justify-content:space-between;padding:var(--space-2) 0 0}.columns.svelte-urw54r>*{flex-basis:50%}.columns.svelte-urw54r p:where(.svelte-urw54r){margin-bottom:0}.columns.svelte-urw54r nav:where(.svelte-urw54r){display:flex;justify-content:flex-end}.columns.svelte-urw54r nav:where(.svelte-urw54r) ul:where(.svelte-urw54r){display:flex;list-style:none;margin:0;padding:0}.columns.svelte-urw54r nav:where(.svelte-urw54r) ul:where(.svelte-urw54r) li:where(.svelte-urw54r) a:where(.svelte-urw54r){padding:0 var(--space-2);color:var(--foreground);text-decoration:underline}@media (max-width: 640px){.footer.svelte-urw54r{padding:10vh var(--pad) calc(4rem + (var(--pad) * 2))}.columns.svelte-urw54r{flex-direction:column}.columns.svelte-urw54r>*{flex-basis:100%}.columns.svelte-urw54r p:where(.svelte-urw54r){margin-bottom:var(--space-3)}.columns.svelte-urw54r nav:where(.svelte-urw54r){justify-content:flex-start}.columns.svelte-urw54r nav:where(.svelte-urw54r) ul:where(.svelte-urw54r){flex-direction:column}.columns.svelte-urw54r nav:where(.svelte-urw54r) ul:where(.svelte-urw54r) li:where(.svelte-urw54r) a:where(.svelte-urw54r){padding:0}}.page.svelte-e1rdvx{min-height:100vh}.page__content.svelte-e1rdvx{padding:2rem;max-width:800px;margin:0 auto;line-height:1.7}.page__loading.svelte-e1rdvx{text-align:center;padding:4rem;opacity:.6}.page__error.svelte-e1rdvx{text-align:center;padding:8rem 2rem}.page__error.svelte-e1rdvx h1:where(.svelte-e1rdvx){font-size:8rem;font-weight:700;opacity:.1}.page__error.svelte-e1rdvx p:where(.svelte-e1rdvx){margin-top:-2rem;font-size:1.5rem}.overview.svelte-1lmp6mx{min-height:100vh;padding-top:calc(var(--header-height) + 2rem);max-width:1100px;margin:0 auto;padding-left:var(--pad);padding-right:var(--pad);display:flex;flex-direction:column;gap:1.25rem}.overview__header.svelte-1lmp6mx h1:where(.svelte-1lmp6mx){font-size:clamp(2rem,5vw,3rem);letter-spacing:-.03em}.overview__header.svelte-1lmp6mx p:where(.svelte-1lmp6mx){opacity:.7;font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase}.overview__controls.svelte-1lmp6mx{display:flex;align-items:center;gap:.75rem}.overview__search.svelte-1lmp6mx{flex:1;height:2.25rem;padding:0 .75rem;font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase;background:transparent;border:1px solid rgba(var(--foreground-rgb),.2);color:var(--foreground)}.overview__search.svelte-1lmp6mx::-moz-placeholder{opacity:.5}.overview__search.svelte-1lmp6mx::placeholder{opacity:.5}.overview__count.svelte-1lmp6mx{font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase;opacity:.6;white-space:nowrap}.overview__list.svelte-1lmp6mx{list-style:none;display:flex;flex-direction:column;border-top:1px solid rgba(var(--foreground-rgb),.12)}.overview__list.svelte-1lmp6mx li:where(.svelte-1lmp6mx){border-bottom:1px solid rgba(var(--foreground-rgb),.12)}.overview__list.svelte-1lmp6mx li.muted:where(.svelte-1lmp6mx){opacity:.55}.overview__list.svelte-1lmp6mx a:where(.svelte-1lmp6mx){display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;padding:.75rem .5rem;text-decoration:none}.overview__list.svelte-1lmp6mx .title:where(.svelte-1lmp6mx){font-size:var(--font-md);font-weight:600;letter-spacing:-.01em}.overview__list.svelte-1lmp6mx .slug:where(.svelte-1lmp6mx){font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase;opacity:.6;white-space:nowrap}.overview__list.svelte-1lmp6mx .badge:where(.svelte-1lmp6mx){font-family:var(--font-mono);font-size:var(--font-xs);text-transform:uppercase;opacity:.7;padding:.1rem .35rem;border:1px solid rgba(var(--foreground-rgb),.25);white-space:nowrap}.overview__loading.svelte-1lmp6mx,.overview__error.svelte-1lmp6mx{opacity:.7;text-align:center;padding:4rem 0}body.demo-webgl{--background: #f2f2f2;--foreground: #0e0e0e}.demo.svelte-vqgcdq{min-height:200vh}.spacer.svelte-vqgcdq{min-height:80vh;justify-content:center;align-items:center;text-align:center;gap:1rem}.reserved.svelte-vqgcdq{min-height:60vh;justify-content:center;align-items:center}.reserved__inner.svelte-vqgcdq{max-width:800px;padding:3rem 2rem;border:1px solid currentColor;background:#fff9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.info.svelte-vqgcdq{max-width:760px;text-align:left;font-size:.95rem;line-height:1.6;border:1px dashed currentColor;padding:1.25rem 1.5rem;background:#ffffff80}.info.svelte-vqgcdq ul:where(.svelte-vqgcdq){margin-top:.5rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem}.info.svelte-vqgcdq code:where(.svelte-vqgcdq){font-family:var(--font-mono);font-size:.9em}h1.svelte-vqgcdq{font-size:clamp(2.5rem,6vw,4rem)}h2.svelte-vqgcdq{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:1rem}.page.svelte-1egw1y6{min-height:100vh}.page__error.svelte-1egw1y6{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--pad)}.page__error.svelte-1egw1y6 h1:where(.svelte-1egw1y6){font-size:var(--font-hero);font-weight:700;line-height:.9;opacity:.1}.page__error.svelte-1egw1y6 p:where(.svelte-1egw1y6){font-family:var(--font-mono);font-size:var(--font-sm);margin-top:var(--space-3);opacity:.5}.page__error.svelte-1egw1y6 a:where(.svelte-1egw1y6){font-family:var(--font-mono);font-size:var(--font-xs);text-transform:uppercase;letter-spacing:.2em;margin-top:var(--space-4);padding:var(--space-3) var(--space-4);border:1px solid currentColor;color:inherit;text-decoration:none;transition:all .3s var(--ease-out)}.page__error.svelte-1egw1y6 a:where(.svelte-1egw1y6):hover{background:var(--foreground);color:var(--background)}.loading.svelte-1egw1y6{font-family:var(--font-mono);font-size:var(--font-xs);text-transform:uppercase;letter-spacing:.2em;opacity:.4}.block.svelte-1egw1y6{position:relative;z-index:1;margin:var(--pad);margin-bottom:40vh}.block__grid.svelte-1egw1y6{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap)}@media (max-width: 640px){.block__grid.svelte-1egw1y6{grid-template-columns:1fr}}.block__item.svelte-1egw1y6{background:var(--background);padding:var(--space-3);display:flex;flex-direction:column}.block__header.svelte-1egw1y6{display:flex;gap:var(--space-4);margin-bottom:var(--space-3);padding-left:var(--space-3);border-left:2px solid rgba(var(--foreground-rgb),.3)}.block__label.svelte-1egw1y6,.block__status.svelte-1egw1y6{font-family:var(--font-mono);font-size:var(--font-xs);text-transform:uppercase;letter-spacing:.2em;opacity:.4}.block__status--available.svelte-1egw1y6{opacity:1;color:var(--visual-accent)}.block__body.svelte-1egw1y6{display:flex;flex-direction:column;gap:var(--space-3)}.block__body.svelte-1egw1y6 p:where(.svelte-1egw1y6){font-size:var(--font-sd);line-height:1.6;opacity:.7;margin:0}.block__claim.svelte-1egw1y6{margin-top:auto;padding-top:var(--space-4)}.block__claim-row.svelte-1egw1y6{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:var(--space-3);border-bottom:1px solid rgba(var(--foreground-rgb),.1)}.block__claim-number.svelte-1egw1y6{font-family:var(--font-mono);font-size:var(--font-xxl);font-weight:700;letter-spacing:-.02em}.block__claim-price.svelte-1egw1y6{font-family:var(--font-mono);font-size:var(--font-lg);opacity:.5}.block__action.svelte-1egw1y6{width:100%;font-family:var(--font-mono);font-size:var(--font-xs);text-transform:uppercase;letter-spacing:.2em;padding:var(--space-3) var(--space-4);margin-top:var(--space-4);background:var(--foreground);color:var(--background);border:none;cursor:pointer;transition:opacity .3s var(--ease-out)}.block__action.svelte-1egw1y6:hover:not(:disabled){opacity:.8}.block__action.svelte-1egw1y6:disabled{opacity:.5;cursor:not-allowed}.block__unavailable.svelte-1egw1y6{font-family:var(--font-mono);font-size:var(--font-xs);text-transform:uppercase;letter-spacing:.2em;padding:var(--space-3) var(--space-4);margin-top:var(--space-4);border:1px solid rgba(var(--foreground-rgb),.2);text-align:center;opacity:.4}.scroll-container.svelte-k7k43f{min-height:100vh}.ascii.svelte-1u6ztkn{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:1;pointer-events:none}.ascii.svelte-1u6ztkn canvas{width:100%!important;height:100%!important}.overlay.svelte-116xn8t{position:fixed;width:100%;height:100%;top:0;left:0;background:transparent;pointer-events:none;z-index:90;opacity:0}.overlay.svelte-116xn8t canvas{width:100%!important;height:100%!important}main.svelte-1n46o8q{position:relative;z-index:2}.content.svelte-1n46o8q header.header,.content.svelte-1n46o8q footer.footer,.content.svelte-1n46o8q main .page>*{transition:opacity .8s ease}.content.intro-hidden.svelte-1n46o8q header.header,.content.intro-hidden.svelte-1n46o8q footer.footer,.content.intro-hidden.svelte-1n46o8q main .page>*{opacity:0;pointer-events:none}.content.intro-half.svelte-1n46o8q header.header,.content.intro-half.svelte-1n46o8q footer.footer,.content.intro-half.svelte-1n46o8q main .page>:not(.title){opacity:0;pointer-events:none}.content.intro-half.svelte-1n46o8q main .page>.title{opacity:1;pointer-events:none}.content.intro-done.svelte-1n46o8q header.header,.content.intro-done.svelte-1n46o8q footer.footer,.content.intro-done.svelte-1n46o8q main .page>*{opacity:1;pointer-events:auto}:root{--bp-sm: 640px;--bp-md: 1024px;--bp-lg: 1440px;--bp-xl: 1800px;--font-sans: "Aspekta Variable", serif;--font-mono: "GeistMono", serif;--font-hero: clamp(2rem, 12vw, 14rem);--font-xxxl: clamp(1.875rem, 5vw, 6.375rem);--font-xxl: clamp(1.5rem, 3vw, 3.125rem);--font-xl: clamp(1.25rem, 2.5vw, 2.5rem);--font-lg: clamp(1.125rem, 2vw, 1.875rem);--font-md: 1.5rem;--font-sd: 1rem;--font-sm: .8125rem;--font-xs: .625rem;--space-1: .25rem;--space-2: .5rem;--space-3: 1rem;--space-4: 2rem;--space-5: 4rem;--space-6: 8rem;--cols: 12;--gap: var(--space-2);--pad: var(--space-2);--header-height: calc(20px + var(--space-4));--max-width: 1480px;--white: #c7ccbb;--white-rgb: 199, 204, 187;--black: #0e0e0e;--black-rgb: 14, 14, 14;--foreground: var(--white);--background: var(--black);--foreground-rgb: var(--white-rgb);--background-rgb: var(--black-rgb);--visual-background: var(--background);--visual-dimmed: #4b414c;--visual-accent: #9b4837;--ease-out: cubic-bezier(0, 1, 1, 1);--ease-out-expo: cubic-bezier(0, 1, 0, 1);--ease-in: cubic-bezier(1, 0, 1, 1);--ease-in-expo: cubic-bezier(1, 0, 1, 0);--ease-in-out: cubic-bezier(.785, .135, .15, .86);--ease-in-out-expo: cubic-bezier(1, 0, 0, 1)}@media (min-width: 1800px){:root{--max-width: 89%}}@media (max-width: 640px){:root{--header-height: calc(30px + var(--space-3));--gap: 0}}@font-face{font-family:GeistMono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/GeistMono.ttf) format("truetype")}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/Geist.ttf) format("truetype")}@font-face{font-family:Aspekta Variable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/AspektaVF.woff2) format("woff2")}@keyframes nav-mobile{0%{opacity:0;transform:translate3d(-1rem,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes twitch{0%{opacity:0;transform:translate3d(0,.5em,0)}20%{opacity:1}to{opacity:1;transform:translateZ(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-up{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes scroll-line{0%,to{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}}*{margin:0;padding:0;box-sizing:border-box}html{height:auto;min-height:100%;scroll-behavior:initial;scrollbar-gutter:stable}body,html{overflow-x:clip;color:var(--foreground);background:var(--background);transition:color .5s var(--ease-in-out)}p{margin-block-end:1em}p:last-child{margin-block-end:0}a{color:var(--foreground);display:inline-block;transition:opacity .5s var(--ease-out);text-decoration:none}main{position:relative}main:focus{outline:none}figure img{width:100%;height:auto}section,footer{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 var(--pad);z-index:1}[loading=lazy]{opacity:0}[loading=lazy].loaded{opacity:1;transition:opacity .3s var(--ease-out)}.overlay{position:fixed;width:100%;height:100%;top:0;left:0;background:transparent;pointer-events:none;transition:background .5s var(--ease-in-out);transform:none;z-index:90;opacity:0}.overlay canvas{width:100%!important;height:100%!important}svg path{fill:var(--foreground)}.duotone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.duotone--background{background:var(--visual-background);z-index:1}.duotone--image{position:relative;filter:grayscale();mix-blend-mode:hard-light;opacity:.6;z-index:2;transition:filter 1s var(--ease-in-out)}.duotone--overlay{background:var(--foreground);mix-blend-mode:overlay;opacity:.5;z-index:3;transition:opacity 1s var(--ease-in-out)}.lenis.lenis-scrolling iframe{pointer-events:none}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.font-mono{font-family:var(--font-mono);font-size:var(--font-sm);text-transform:uppercase;letter-spacing:.05em}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:row;-moz-column-gap:var(--gap);column-gap:var(--gap);row-gap:calc(var(--gap) * 4)}@media (max-width: 640px){.grid{-moz-column-gap:0;column-gap:0}}::-moz-selection{background:var(--foreground);color:var(--background)}::selection{background:var(--foreground);color:var(--background)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(var(--foreground-rgb),.2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(var(--foreground-rgb),.3)}.ascii-cutout{background:none!important;background-color:transparent!important}.ascii-cutout--clear-descendants,.ascii-cutout--clear-descendants *,.ascii-cutout--clear-descendants *:before,.ascii-cutout--clear-descendants *:after{background:none!important;background-color:transparent!important}:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}html{font-size:1em;font-weight:400;font-family:var(--font-sans);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-size:1rem;line-height:1.4}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:.95;margin-bottom:.5em;letter-spacing:-.02em}h1{font-size:var(--font-hero)}h2{font-size:var(--font-xxxl)}h3{font-size:var(--font-xxl)}h4{font-size:var(--font-md)}strong,b{font-weight:600}em,i{font-style:italic}small{font-size:var(--font-sm)}code,pre{font-family:var(--font-mono);font-size:var(--font-sm)}.ascii{position:fixed;width:100vw;height:100vh;z-index:1;pointer-events:none}.ascii canvas{width:100%!important;height:100%!important}[data-inview=twitch],[data-effect=twitch]{--speed: 1s;--delay: .05s;transform:translate3d(0,2rem,0);transition:transform .5s var(--ease-out-expo)}[data-inview=twitch] .word,[data-effect=twitch] .word{opacity:0;display:inline-block}[data-inview=twitch].inview,[data-effect=twitch].inview{transform:translateZ(0)}[data-inview=twitch].inview .word,[data-effect=twitch].inview .word{animation:twitch var(--speed);animation-delay:calc((var(--word-index) + 1) * var(--delay));animation-timing-function:var(--ease-in-out);animation-fill-mode:both}[data-inview=shuffle],[data-effect=shuffle]{white-space:pre-wrap}[data-inview=fade]{--delay: 0s}[data-inview=fade]>*{opacity:0;transform:translate3d(0,5rem,0);transition:opacity .2s var(--ease-out),transform 5s var(--ease-out-expo);transition-delay:var(--delay)}[data-inview=fade].inview>*{opacity:1;transform:translateZ(0)}.home .title{height:100dvh}.default .title{height:80vh}@media (max-width: 768px){.default .title{height:50vh}}
