@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap";:root{--bg: #0a0a0a;--bg-elevated: #141414;--text: #f5f5f5;--text-secondary: #888;--text-muted: #444;--accent: #c9a96e;--accent-hover: #dbbf8a;--nav-height: 64px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-serif: "Playfair Display", Georgia, "Times New Roman", serif;--transition: .3s cubic-bezier(.4, 0, .2, 1);--max-width-content: 1200px;--max-width-narrow: 720px;--space-xs: clamp(.5rem, 1vw, .75rem);--space-sm: clamp(1rem, 2vw, 1.5rem);--space-md: clamp(2rem, 4vw, 4rem);--space-lg: clamp(4rem, 8vw, 8rem);--space-xl: clamp(6rem, 12vw, 12rem);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:400;line-height:1.2}.container{width:100%;max-width:var(--max-width-content);margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.container-narrow{width:100%;max-width:var(--max-width-narrow);margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.container-full{width:100%}.accent{color:var(--accent)}.nav.svelte-1h32yp1{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);transition:background .4s ease,transform .4s var(--ease-out-expo)}.nav.scrolled.svelte-1h32yp1{background:#0a0a0ad9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.nav.hidden.svelte-1h32yp1:not(.mobile-open){transform:translateY(-100%)}.nav-inner.svelte-1h32yp1{display:flex;align-items:center;justify-content:space-between;height:100%}.logo.svelte-1h32yp1{z-index:101}.logo-name.svelte-1h32yp1{font-family:var(--font-serif);font-size:1.15rem;letter-spacing:.02em}.nav-links.svelte-1h32yp1{display:flex;list-style:none;gap:2.5rem}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-size:.8rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);opacity:.7;transition:opacity .3s ease}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover,.nav-links.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){opacity:1;color:var(--text)}.hamburger.svelte-1h32yp1{display:none;flex-direction:column;gap:8px;z-index:101;padding:4px}.hamburger.svelte-1h32yp1 span:where(.svelte-1h32yp1){display:block;width:24px;height:1px;background:var(--text);transition:transform .4s var(--ease-out-expo),opacity .3s ease}.hamburger.active.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(1){transform:rotate(45deg) translate(3px,3px)}.hamburger.active.svelte-1h32yp1 span:where(.svelte-1h32yp1):nth-child(2){transform:rotate(-45deg) translate(3px,-3px)}.mobile-overlay.svelte-1h32yp1{position:fixed;inset:0;z-index:99;background:#0a0a0afa;display:flex;align-items:center;justify-content:center}.mobile-links.svelte-1h32yp1{list-style:none;text-align:center;display:flex;flex-direction:column;gap:2.5rem}.mobile-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font-family:var(--font-serif);font-size:clamp(2rem,6vw,3.5rem);color:var(--text-secondary);transition:color .3s ease}.mobile-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover,.mobile-links.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){color:var(--text)}@media(max-width:768px){.hamburger.svelte-1h32yp1{display:flex}.nav-links.svelte-1h32yp1{display:none}}.footer.svelte-jz8lnl{padding:var(--space-lg) 0 var(--space-md)}.footer-inner.svelte-jz8lnl{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-copy.svelte-jz8lnl{font-size:.75rem;color:var(--text-muted);letter-spacing:.05em}.footer-links.svelte-jz8lnl{display:flex;gap:2rem}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl){font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);transition:color .3s ease}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--text-secondary)}.footer-social.svelte-jz8lnl{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);transition:color .3s ease}.footer-social.svelte-jz8lnl:hover{color:var(--text-secondary)}main.svelte-12qhfyh{min-height:100vh}
