.footer{height:85svh;color:var(--color-primary-foreground);background-color:var(--color-background)}.footer,.footer-container{position:relative;width:100%;padding:2rem;overflow:hidden}.footer-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;border-radius:2rem;background-color:var(--color-primary)}.footer-row{display:flex;gap:2rem;width:100%;max-width:56rem;margin-bottom:8rem}.footer-col{display:flex;flex:1;flex-direction:column;align-items:center;gap:.375rem;text-align:center}.footer-col-title{margin-bottom:.875rem;font-family:var(--font-mono);font-size:.75rem;font-weight:550;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb,var(--color-primary-foreground) 52%,transparent)}.footer-col-item{font-family:var(--font-sans);font-size:clamp(1.125rem,1.35vw,1.375rem);font-weight:500;line-height:1.35;letter-spacing:-.02em;color:var(--color-primary-foreground);transition:color .25s ease}.footer-col-item:focus-within,.footer-col-item:hover{color:color-mix(in srgb,var(--color-primary-foreground) 72%,var(--color-background))}.footer-link{color:inherit;font:inherit;letter-spacing:inherit;text-decoration:none}.footer-symbols{position:absolute;left:0;display:flex;justify-content:space-between;width:100%;padding:2rem;pointer-events:none}.footer-symbols-top{top:0}.footer-symbols-bottom{bottom:0}.footer-bolt{width:auto;height:1rem}@media (max-width:1000px){.footer{height:100svh;padding:1.25rem}.footer-container{padding:1.5rem;border-radius:1.25rem}.footer-row{flex-direction:column;margin-bottom:2rem;gap:2.5rem}.footer-col-title{margin-bottom:.625rem;font-size:.6875rem}.footer-col-item{font-size:1.0625rem}}.footer-wordmark{display:flex;flex:1;align-items:center;justify-content:center;width:100%;min-height:0;padding-inline:.25rem}.footer-wordmark-lockup{display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:baseline;justify-content:center;gap:.28em;margin:0;font-size:clamp(3.5rem,13vw,10rem);font-weight:800;line-height:1;white-space:nowrap;background-image:linear-gradient(118deg,var(--color-primary-foreground) 0,color-mix(in srgb,var(--color-primary-foreground) 72%,var(--color-background)) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.footer-wordmark-part{background:none}.footer-wordmark-part--mono{font-family:var(--font-mono);font-weight:700;letter-spacing:-.1em}.footer-wordmark-part--sans{font-family:var(--font-sans);letter-spacing:-.06em}@media (max-width:1000px){.footer-wordmark-lockup{font-size:clamp(2.75rem,18vw,5rem)}.footer-wordmark-part--mono{letter-spacing:-.08em}.footer-wordmark-part--sans{letter-spacing:-.04em}}.menu-container{top:0;left:50%;width:100%;max-width:2000px;height:100svh;transform:translateX(-50%);z-index:100000}.menu,.menu-container{position:fixed;pointer-events:none}.menu{top:1.5rem;left:2rem;z-index:20}.menu-rail{display:flex;flex-direction:column;gap:.375rem;pointer-events:auto}.menu-box{border:1px solid color-mix(in srgb,#0c0b11 22%,transparent);border-radius:var(--radius-sm);background-color:rgb(240 239 231/.8);backdrop-filter:blur(14px) saturate(1.15);-webkit-backdrop-filter:blur(14px) saturate(1.15);box-shadow:inset 0 0 0 1px rgb(240 239 231/.35),0 8px 24px rgb(12 11 17/.06)}.menu-box,.menu-logo{color:var(--color-foreground)}.menu-logo{display:inline-flex;justify-content:center;align-items:center;width:4.5rem;height:4.5rem}.menu-logo svg{width:1.75rem;height:1.75rem;stroke-width:1.75;flex-shrink:0}.menu-toggle{display:inline-flex;justify-content:center;align-items:flex-end;width:4.5rem;height:12rem;padding-bottom:1rem;cursor:pointer}.menu-toggle-mask{display:grid;place-items:center;min-width:5ch;overflow:hidden;line-height:1}p.mono.menu-close-word,p.mono.menu-toggle-word{grid-area:1/1;line-height:1;letter-spacing:0;color:var(--color-foreground);will-change:transform}.menu-panel{position:absolute;top:0;left:calc(4.5rem + .375rem);display:flex;flex-direction:column;width:min(35rem,calc(100vw - 7.85rem));height:min(100rem,calc(100svh - 3rem));max-height:min(60rem,calc(100svh - 3rem));padding:1.5rem;border-radius:var(--radius-sm);background-color:var(--color-secondary);color:var(--color-secondary-foreground);font-family:var(--font-sans);visibility:hidden;pointer-events:none;will-change:clip-path}.menu-panel-top{margin-bottom:5rem;color:var(--color-muted)}.menu-panel-nav{display:flex;flex-direction:column;gap:.45rem}.menu-link{position:relative;display:inline-block;width:fit-content;overflow:hidden;text-decoration:none;color:var(--color-secondary-foreground);transition:color .3s ease}.menu-link:hover{color:var(--color-primary-soft)}.menu-line-mask{display:block;overflow:hidden}.menu-line{display:block;will-change:transform}.menu-link-main .menu-line{font-family:var(--font-sans);font-size:clamp(2rem,3vw,3.5rem);font-weight:800;line-height:1;letter-spacing:-.03em;text-transform:uppercase}.menu-link-footer .menu-line{font-family:var(--font-sans);font-size:1.3rem;font-weight:550;letter-spacing:-.02em}.menu-panel-footer{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:auto;padding-top:2.5rem;border-top:1px solid color-mix(in srgb,var(--color-secondary-foreground) 12%,transparent)}.menu-panel-footer-col{display:flex;flex-direction:column;gap:.4rem}@media (max-width:1000px){.menu-toggle{height:4.5rem;align-items:center;padding-bottom:0}}