@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@300;400;500&family=JetBrains+Mono:wght@400;500&display=swap";:root{--font-sans:"Inter", -apple-system, sans-serif;--font-display:"Cormorant Garamond", Georgia, serif;--font-mono:"JetBrains Mono", monospace;--bg-primary:#080808;--bg-secondary:#0f0f0f;--bg-tertiary:#161616;--bg-card:#0c0c0c;--text-primary:#f0ede8;--text-secondary:#9a9690;--text-muted:#4a4845;--accent-color:#f0ede8;--accent-soft:#f0ede80f;--line:#f0ede814;--line-bright:#f0ede82e;--line-glow:#f0ede88c;--glow-sm:0 0 8px #f0ede840;--glow-md:0 0 20px #f0ede826, 0 0 40px #f0ede80f;--glow-lg:0 0 40px #f0ede81f, 0 0 80px #f0ede80d;--border:#f0ede814;--border-strong:#f0ede829;--glass-bg:#080808e0;--glass-border:#f0ede812;--cursor-color:#f0ede8;--shadow-sm:0 1px 3px #00000080;--shadow-md:0 4px 16px #0009;--shadow-lg:0 16px 48px #000000b3;--shadow-xl:0 32px 80px #000c;--transition-fast:.15s ease;--transition-base:.28s ease;--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}[data-theme=light]{--bg-primary:#faf9f7;--bg-secondary:#f3f1ee;--bg-tertiary:#ebe8e3;--bg-card:#f7f5f2;--text-primary:#1a1816;--text-secondary:#5a5652;--text-muted:#a09c98;--accent-color:#1a1816;--accent-soft:#1a18160d;--line:#1a181614;--line-bright:#1a181629;--line-glow:#1a181666;--glow-sm:0 0 8px #1a181614;--glow-md:0 0 20px #1a18160f;--glow-lg:0 0 40px #1a18160a;--border:#1a181614;--border-strong:#1a181629;--glass-bg:#faf9f7e6;--glass-border:#1a181612;--cursor-color:#1a1816;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 16px 48px #0000001a;--shadow-xl:0 32px 80px #0000001f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:none;line-height:1.6}html.theme-switching *{transition:none!important}html.theme-switching body{transition:background-color .18s,color .18s!important}@media (pointer:coarse){body{cursor:auto}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.01em;font-weight:300;line-height:1.1}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:none;background:0 0;border:none;font-family:inherit}ul{list-style:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:1px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--line-bright)}::selection{background:var(--text-primary);color:var(--bg-primary)}.glow-line{background:linear-gradient(90deg, transparent 0%, var(--line-bright) 20%, var(--line-glow) 50%, var(--line-bright) 80%, transparent 100%);height:1px;box-shadow:var(--glow-sm)}.glow-line-v{background:linear-gradient(180deg, transparent 0%, var(--line-bright) 20%, var(--line-glow) 50%, var(--line-bright) 80%, transparent 100%);width:1px;box-shadow:var(--glow-sm)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.toggle.svelte-bxe964{width:34px;height:34px;color:var(--text-muted);border:1px solid var(--border);transition:var(--transition-base);cursor:none;border-radius:0;justify-content:center;align-items:center;display:flex}.toggle.svelte-bxe964:hover{color:var(--text-primary);border-color:var(--line-bright);box-shadow:var(--glow-sm)}.cursor-dot.svelte-dtijvt,.cursor-ring.svelte-dtijvt{pointer-events:none;z-index:9999;will-change:transform;opacity:0;border-radius:50%;position:fixed;top:0;left:0}.cursor-dot.svelte-dtijvt{background:var(--cursor-color);width:8px;height:8px;transition:transform,opacity .15s,width .15s,height .15s}.cursor-ring.svelte-dtijvt{border:1.5px solid var(--cursor-color);opacity:0;width:40px;height:40px;transition:opacity .15s,width .2s,height .2s,border-color .2s}.cursor-ring{opacity:.35}@media (pointer:coarse){.cursor-dot.svelte-dtijvt,.cursor-ring.svelte-dtijvt{display:none}}.progress-bar.svelte-1b8qxtd{z-index:200;height:2px;position:fixed;top:0;left:0;right:0}.progress-fill.svelte-1b8qxtd{background:linear-gradient(90deg, var(--line-glow), var(--accent-color));width:0;height:100%;box-shadow:0 0 8px var(--line-glow)}.back-top.svelte-1b8qxtd{border:1px solid var(--border-strong);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:40px;height:40px;color:var(--text-secondary);cursor:none;z-index:50;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s,transform .15s,border-color .15s,color .15s;display:flex;position:fixed;bottom:2rem;right:2rem}.back-top.svelte-1b8qxtd:hover{color:var(--text-primary);border-color:var(--line-bright);box-shadow:var(--glow-sm);transform:translateY(-2px)}@media (width<=768px){.back-top.svelte-1b8qxtd{bottom:1.5rem;right:1.5rem}}.app.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex;position:relative}.ambient-tl.svelte-12qhfyh{pointer-events:none;z-index:0;background:radial-gradient(circle,#f0ede805 0%,#0000 60%);width:500px;height:500px;position:fixed;top:-250px;left:-250px}.ambient-br.svelte-12qhfyh{pointer-events:none;z-index:0;background:radial-gradient(circle,#f0ede804 0%,#0000 60%);width:500px;height:500px;position:fixed;bottom:-250px;right:-250px}header.svelte-12qhfyh{z-index:100;background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);position:sticky;top:0}.header-glow-line.svelte-12qhfyh{background:linear-gradient(90deg, transparent 0%, var(--line-bright) 30%, var(--line-glow) 50%, var(--line-bright) 70%, transparent 100%);height:1px;box-shadow:0 0 12px #f0ede826}.header-border.svelte-12qhfyh{background:var(--border);height:1px}nav.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.logo.svelte-12qhfyh{font-family:var(--font-display);letter-spacing:.05em;flex-shrink:0;align-items:baseline;gap:0;font-size:1.5rem;font-weight:300;display:flex}.logo-i.svelte-12qhfyh,.logo-m.svelte-12qhfyh{color:var(--text-primary)}.logo-dot.svelte-12qhfyh{color:var(--line-glow);text-shadow:0 0 8px var(--line-glow);font-size:1.8rem;line-height:1}.nav-center.svelte-12qhfyh{gap:0;display:flex}.nav-link.svelte-12qhfyh{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);transition:color var(--transition-fast);padding:.4rem 1rem;font-size:.8125rem;font-weight:400;position:relative}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--text-primary)}.nav-active-dot.svelte-12qhfyh{background:var(--text-primary);width:3px;height:3px;box-shadow:0 0 6px var(--line-glow);border-radius:50%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-right.svelte-12qhfyh{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.nav-cta.svelte-12qhfyh{border:1px solid var(--border);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);transition:var(--transition-fast);border-radius:.25rem;align-items:center;gap:.4rem;padding:.4rem .875rem;font-size:.78rem;font-weight:400;display:inline-flex}.nav-cta.svelte-12qhfyh:hover{color:var(--text-primary);border-color:var(--line-bright);box-shadow:var(--glow-sm)}.hamburger.svelte-12qhfyh{cursor:none;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){background:var(--text-secondary);width:18px;height:1px;transition:var(--transition-base);transform-origin:50%;display:block}.hamburger.svelte-12qhfyh span.open:where(.svelte-12qhfyh):first-child{transform:translateY(6px)rotate(45deg)}.hamburger.svelte-12qhfyh span.open:where(.svelte-12qhfyh):last-child{transform:translateY(-6px)rotate(-45deg)}.mobile-menu.svelte-12qhfyh{background:var(--bg-primary);z-index:99;flex-direction:column;gap:0;padding:2rem;animation:.25s svelte-12qhfyh-menuIn;display:flex;position:fixed;inset:64px 0 0}@keyframes svelte-12qhfyh-menuIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.mobile-glow-line.svelte-12qhfyh{background:linear-gradient(90deg, transparent, var(--line-glow), transparent);height:1px;margin-bottom:2rem;box-shadow:0 0 10px #f0ede81a}.mobile-link.svelte-12qhfyh{border-bottom:1px solid var(--border);font-size:1.5rem;font-weight:300;font-family:var(--font-display);color:var(--text-secondary);transition:color var(--transition-fast);align-items:center;gap:1.25rem;padding:1.1rem 0;animation:.3s both svelte-12qhfyh-fadeUp;display:flex}.mobile-link.svelte-12qhfyh:hover,.mobile-link.active.svelte-12qhfyh{color:var(--text-primary)}@keyframes svelte-12qhfyh-fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mobile-num.svelte-12qhfyh{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.1em;font-size:.7rem}main.svelte-12qhfyh{z-index:1;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}footer.svelte-12qhfyh{z-index:1;margin-top:auto;position:relative}.footer-glow-line.svelte-12qhfyh{background:linear-gradient(90deg, transparent 0%, var(--line-bright) 25%, var(--line-glow) 50%, var(--line-bright) 75%, transparent 100%);height:1px;box-shadow:0 0 16px #f0ede81a}.footer-inner.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-top.svelte-12qhfyh{flex-wrap:wrap;justify-content:space-between;gap:3rem;padding:3.5rem 0 3rem;display:flex}.footer-brand.svelte-12qhfyh{max-width:240px}.footer-logo.svelte-12qhfyh{font-family:var(--font-display);color:var(--text-primary);letter-spacing:.05em;margin-bottom:1rem;font-size:1.75rem;font-weight:300;display:block}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-muted);margin-bottom:1.5rem;font-size:.8125rem;line-height:1.7}.footer-socials.svelte-12qhfyh{gap:1rem;display:flex}.footer-socials.svelte-12qhfyh a:where(.svelte-12qhfyh){border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);transition:var(--transition-fast);border-radius:.25rem;justify-content:center;align-items:center;display:flex}.footer-socials.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-primary);border-color:var(--line-bright);box-shadow:var(--glow-sm)}.footer-links.svelte-12qhfyh{gap:3rem;display:flex}.footer-col.svelte-12qhfyh{flex-direction:column;gap:.6rem;display:flex}.col-label.svelte-12qhfyh{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);font-size:.65rem;font-weight:400;font-family:var(--font-mono);margin-bottom:.5rem}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);transition:color var(--transition-fast);font-size:.8125rem}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-primary)}.footer-bottom-line.svelte-12qhfyh{background:var(--border);height:1px}.footer-bottom.svelte-12qhfyh{color:var(--text-muted);justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:.75rem;display:flex}.footer-note.svelte-12qhfyh{font-family:var(--font-mono);font-size:.7rem}@media (width<=768px){.nav-center.svelte-12qhfyh,.nav-cta.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:flex}.footer-links.svelte-12qhfyh{gap:2rem}nav.svelte-12qhfyh,main.svelte-12qhfyh,.footer-inner.svelte-12qhfyh{padding:0 1.25rem}}@media (width<=480px){.footer-top.svelte-12qhfyh{flex-direction:column;gap:2rem}.footer-brand.svelte-12qhfyh{max-width:100%}}
