:root{--font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-sc: "Cormorant SC", "Cormorant Garamond", Georgia, serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--radius: 6px;--nav-height: 60px;--max-w: 720px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-body);background-color:var(--bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Crect x='8' y='8' width='24' height='24' fill='none' stroke='%23C49A3D' stroke-width='0.5' opacity='0.15'/%3E%3Crect x='8' y='8' width='24' height='24' fill='none' stroke='%23C49A3D' stroke-width='0.5' opacity='0.15' transform='rotate(45 20 20)'/%3E%3C/svg%3E");color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-heading);font-weight:300;letter-spacing:-.01em;line-height:1.2}a{color:var(--text);text-decoration:none}a:hover{color:var(--text-secondary)}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-w);margin:0 auto;padding:4rem 1.5rem}.page-title{font-family:var(--font-heading);font-size:3rem;font-weight:300;letter-spacing:-.02em;margin-bottom:.5rem;text-align:center}.page-subtitle{font-family:var(--font-sc);color:var(--text-tertiary);font-size:.85rem;font-weight:300;letter-spacing:.12em;text-transform:uppercase;text-align:center;margin-bottom:3rem}@media(max-width:640px){.container{padding:2.5rem 1.25rem}.page-title{font-size:2.5rem}}nav.svelte-12qhfyh{position:sticky;top:0;height:var(--nav-height);background:var(--nav-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:200}.nav-inner.svelte-12qhfyh{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:center}.nav-logo.svelte-12qhfyh{font-family:var(--font-heading);font-size:1.5rem;font-weight:300;color:var(--gold);letter-spacing:.04em}main.svelte-12qhfyh{position:relative;min-height:calc(100vh - var(--nav-height))}main.svelte-12qhfyh:before{content:"";display:block;height:1px;background:linear-gradient(to right,transparent,var(--gold-muted),transparent);opacity:.4}
