:root{--color-primary: #8B2525;--color-secondary: #C4956A;--color-accent: #5A7A5A;--color-bg: #F5F0E5;--color-dark: #1A1A1A;--color-light: #EDE5D5;--color-text: #2A2420;--font-serif: "Noto Serif Display", "Georgia", serif;--font-sans: "IBM Plex Sans", "Helvetica Neue", sans-serif;--max-width: 1200px;--nav-height: 80px;--transition-smooth: .4s cubic-bezier(.25, .46, .45, .94);--transition-fast: .2s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-weight:400;color:var(--color-text);background-color:var(--color-bg);line-height:1.7;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.03;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}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:500;line-height:1.3;color:var(--color-dark)}address{font-style:normal}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.nav-header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-height);display:flex;align-items:center;background:#f5f0e5d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all var(--transition-smooth);border-bottom:1px solid transparent}.nav-header.scrolled.svelte-12qhfyh{background:#f5f0e5f2;border-bottom:1px solid rgba(139,37,37,.08);box-shadow:0 1px 20px #1a1a1a0a}.nav-container.svelte-12qhfyh{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;width:100%;display:flex;align-items:center;justify-content:space-between}.nav-brand.svelte-12qhfyh{display:flex;flex-direction:column;gap:0;text-decoration:none;transition:opacity var(--transition-fast)}.nav-brand.svelte-12qhfyh:hover{opacity:.8}.brand-name.svelte-12qhfyh{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:var(--color-dark);letter-spacing:.02em;line-height:1.2}.brand-title.svelte-12qhfyh{font-family:var(--font-sans);font-size:.7rem;font-weight:300;color:var(--color-primary);letter-spacing:.15em;text-transform:uppercase;line-height:1}.nav-links.svelte-12qhfyh{display:none;gap:2rem;align-items:center}.nav-link.svelte-12qhfyh{font-family:var(--font-sans);font-size:.85rem;font-weight:400;color:var(--color-text);letter-spacing:.03em;position:relative;padding:.25rem 0;transition:color var(--transition-fast)}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--color-primary);transition:width var(--transition-smooth)}.nav-link.svelte-12qhfyh:hover{color:var(--color-primary)}.nav-link.svelte-12qhfyh:hover:after,.nav-link.active.svelte-12qhfyh:after{width:100%}.nav-link.active.svelte-12qhfyh{color:var(--color-primary)}.nav-cta.svelte-12qhfyh{display:none;font-family:var(--font-sans);font-size:.8rem;font-weight:500;letter-spacing:.05em;color:var(--color-primary);border:1px solid var(--color-primary);padding:.55rem 1.25rem;transition:all var(--transition-fast)}.nav-cta.svelte-12qhfyh:hover{background:var(--color-primary);color:var(--color-bg)}.mobile-toggle.svelte-12qhfyh{display:flex;flex-direction:column;gap:5px;padding:.5rem;z-index:1001}.toggle-line.svelte-12qhfyh{width:24px;height:1.5px;background:var(--color-dark);transition:all .3s ease;transform-origin:center}.toggle-line.open.svelte-12qhfyh:nth-child(1){transform:rotate(45deg) translate(4px,5px)}.toggle-line.open.svelte-12qhfyh:nth-child(2){opacity:0}.toggle-line.open.svelte-12qhfyh:nth-child(3){transform:rotate(-45deg) translate(4px,-5px)}.mobile-menu.svelte-12qhfyh{position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;z-index:999;background:#f5f0e5fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center}.mobile-menu-inner.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:2rem}.mobile-link.svelte-12qhfyh{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;color:var(--color-text);transition:color var(--transition-fast);letter-spacing:.02em}.mobile-link.svelte-12qhfyh:hover,.mobile-link.active.svelte-12qhfyh{color:var(--color-primary)}.mobile-cta.svelte-12qhfyh{font-family:var(--font-sans);font-size:.9rem;font-weight:500;letter-spacing:.05em;color:var(--color-bg);background:var(--color-primary);padding:.75rem 2rem;margin-top:1rem;transition:all var(--transition-fast)}.mobile-cta.svelte-12qhfyh:hover{background:var(--color-dark)}.site-wrapper.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}main.svelte-12qhfyh{flex:1;margin-top:var(--nav-height)}.site-footer.svelte-12qhfyh{background:var(--color-dark);color:var(--color-light);margin-top:auto}.footer-top.svelte-12qhfyh{padding:4rem 0 3rem}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:1fr;gap:2.5rem}.footer-brand.svelte-12qhfyh{font-family:var(--font-serif);font-size:1.4rem;font-weight:500;color:var(--color-bg);margin-bottom:.5rem}.footer-subtitle.svelte-12qhfyh{font-family:var(--font-sans);font-size:.85rem;font-weight:300;color:var(--color-secondary);line-height:1.6;opacity:.9}.footer-ornament.svelte-12qhfyh{font-size:1.5rem;margin-top:1rem;opacity:.3;color:var(--color-secondary)}.footer-heading.svelte-12qhfyh{font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(196,149,106,.15)}.footer-nav.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-bottom:.5rem}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--font-sans);font-size:.85rem;font-weight:300;color:#ede5d5b3;transition:color var(--transition-fast)}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary)}.footer-address.svelte-12qhfyh{font-family:var(--font-sans);font-size:.85rem;font-weight:300;color:#ede5d5b3;line-height:1.8}.footer-address.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-bottom:.5rem}.footer-address.svelte-12qhfyh a:where(.svelte-12qhfyh){transition:color var(--transition-fast)}.footer-address.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary)}.footer-hours.svelte-12qhfyh{margin-top:1rem;font-family:var(--font-sans);font-size:.8rem;font-weight:300;color:#ede5d580}.footer-hours.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-bottom:.15rem}.footer-bottom.svelte-12qhfyh{border-top:1px solid rgba(196,149,106,.1);padding:1.5rem 0}.footer-bottom.svelte-12qhfyh .container:where(.svelte-12qhfyh){display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-family:var(--font-sans);font-size:.75rem;font-weight:300;color:#ede5d566}.footer-credit.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-secondary);transition:color var(--transition-fast)}.footer-credit.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-bg)}@media(min-width:768px){.footer-grid.svelte-12qhfyh{grid-template-columns:1.2fr .8fr 1fr;gap:3rem}.footer-bottom.svelte-12qhfyh .container:where(.svelte-12qhfyh){flex-direction:row;justify-content:space-between}}@media(min-width:960px){.nav-links.svelte-12qhfyh{display:flex}.nav-cta.svelte-12qhfyh{display:inline-block}.mobile-toggle.svelte-12qhfyh{display:none}}
