.site-header[data-astro-cid-37fxchfa]{padding:1.25rem 0;position:relative;z-index:100}.site-header[data-astro-cid-37fxchfa] .container[data-astro-cid-37fxchfa]{display:flex;align-items:center;justify-content:space-between}.brand[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:.6rem;color:var(--color-text)}.brand-mark[data-astro-cid-37fxchfa]{color:var(--color-accent)}.brand-text[data-astro-cid-37fxchfa]{font-size:1.2rem;font-weight:600;letter-spacing:-.025em}.nav-desktop[data-astro-cid-37fxchfa]{display:flex;gap:2rem}.nav-desktop[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{color:var(--color-text-secondary);font-size:.875rem;font-weight:400}.hamburger[data-astro-cid-37fxchfa]{display:none;background:none;border:none;cursor:pointer;padding:.5rem;width:36px;height:36px;flex-direction:column;align-items:center;justify-content:center;gap:6px;position:relative;z-index:110}.hamburger[data-astro-cid-37fxchfa] span[data-astro-cid-37fxchfa]{display:block;width:22px;height:2px;background:var(--color-text);border-radius:1px;transition:all .3s ease}.hamburger[data-astro-cid-37fxchfa].open span[data-astro-cid-37fxchfa]:first-child{transform:rotate(45deg) translate(2.5px,2.5px)}.hamburger[data-astro-cid-37fxchfa].open span[data-astro-cid-37fxchfa]:last-child{transform:rotate(-45deg) translate(2.5px,-2.5px)}.mobile-menu[data-astro-cid-37fxchfa]{position:fixed;inset:0;z-index:99;background:var(--color-bg);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu[data-astro-cid-37fxchfa].open{opacity:1;pointer-events:auto}.mobile-menu[data-astro-cid-37fxchfa] nav[data-astro-cid-37fxchfa]{display:flex;flex-direction:column;align-items:center;gap:2rem}.mobile-menu[data-astro-cid-37fxchfa] nav[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{font-size:1.5rem;font-weight:500;color:var(--color-text)}@media(max-width:768px){.nav-desktop[data-astro-cid-37fxchfa]{display:none}.hamburger[data-astro-cid-37fxchfa]{display:flex}}.site-footer[data-astro-cid-37fxchfa]{border-top:1px solid var(--color-border);padding:3rem 0 2rem;margin-top:auto}.footer-grid[data-astro-cid-37fxchfa]{display:flex;justify-content:space-between;gap:4rem;padding-bottom:2.5rem}.footer-brand-block[data-astro-cid-37fxchfa]{max-width:20rem}.footer-name[data-astro-cid-37fxchfa]{font-size:.9rem;font-weight:600;display:block;margin-bottom:.5rem}.footer-brand-block[data-astro-cid-37fxchfa] p[data-astro-cid-37fxchfa]{font-size:.85rem;color:var(--color-text-secondary);line-height:1.5;margin:0}.footer-links[data-astro-cid-37fxchfa]{display:flex;gap:4rem}.footer-col[data-astro-cid-37fxchfa]{display:flex;flex-direction:column;gap:.5rem}.footer-col[data-astro-cid-37fxchfa] h4[data-astro-cid-37fxchfa]{font-size:.75rem;font-weight:500;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}.footer-col[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{font-size:.85rem;color:var(--color-text-secondary)}.footer-bottom[data-astro-cid-37fxchfa]{border-top:1px solid var(--color-border);padding-top:1.5rem;font-size:.8rem;color:var(--color-text-tertiary)}@media(max-width:640px){.footer-grid[data-astro-cid-37fxchfa]{flex-direction:column;gap:2rem}.footer-links[data-astro-cid-37fxchfa]{gap:3rem}}:root{--color-bg: #ece5d8;--color-bg-warm: #e5ddd0;--color-surface: #f7f3ed;--color-surface-elevated: #faf8f5;--color-border: rgba(0, 0, 0, .08);--color-border-strong: rgba(0, 0, 0, .12);--color-text: #2d2b28;--color-text-secondary: #6d6a64;--color-text-tertiary: #9c9890;--color-accent: #c77b3f;--color-accent-hover: #b36a30;--max-width: 72rem;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;--radius: 16px;--radius-sm: 10px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.65;min-height:100vh;display:flex;flex-direction:column;position:relative}.grain{position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}main{flex:1}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}h1,h2,h3,h4{font-family:var(--font-sans);color:var(--color-text);line-height:1.12;font-weight:600}h1{font-size:3.75rem;letter-spacing:-.04em}h2{font-size:2rem;letter-spacing:-.025em}h3{font-size:1.1rem;letter-spacing:-.01em}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.65}::selection{background:#c77b3f33;color:var(--color-text)}.section{padding:6rem 0}.animate{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.animate.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:1.5rem}.section{padding:4rem 0}.container{padding:0 1.25rem}}
