:root{--color-bg: #f6f4f0;--color-bg-soft: #fbf9f5;--color-surface: rgba(251, 249, 245, .92);--color-surface-strong: #fbf9f5;--color-ivory: #fbf9f5;--color-espresso: #1e1e1c;--color-mocha: #5c5549;--color-stone: #8a8178;--color-olive: #384b2c;--color-olive-deep: #2d3c23;--color-gold: #944925;--color-berry: #8c0043;--color-border: rgba(30, 30, 28, .1);--font-display: "Playfair Display", Georgia, serif;--font-sans: "Lora", Georgia, serif;--font-ui: "Nunito Sans", "Helvetica Neue", sans-serif;--radius-sm: .75rem;--radius-md: 1rem;--radius-xl: 1.25rem;--radius-2xl: 1.5rem;--shadow-card: 0 2px 12px rgba(30, 30, 28, .06);--shadow-soft: 0 8px 40px rgba(30, 30, 28, .1);--transition-base: .18s ease}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-espresso);font-family:var(--font-sans);line-height:1.7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{margin:0;color:var(--color-espresso);font-family:var(--font-display);font-weight:700;text-wrap:balance}p,li,span{font-family:var(--font-sans)}input,textarea,button{font-family:var(--font-ui)}p,li{color:var(--color-mocha)}button,input,textarea{font:inherit}button{cursor:pointer}.page-shell{width:min(76rem,calc(100% - 2rem));margin:0 auto}.page-shell--narrow{width:min(64rem,calc(100% - 2rem))}.section-stack{display:grid;gap:clamp(3rem,6vw,5rem)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.05rem;padding:.85rem 1.25rem;border:1px solid transparent;border-radius:999px;font:600 .76rem/1 var(--font-ui);letter-spacing:.18em;text-transform:uppercase;transition:transform var(--transition-base),background var(--transition-base),color var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base)}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--color-olive);color:#fff;border-color:var(--color-olive);box-shadow:var(--shadow-card)}.button-primary:hover{background:var(--color-olive-deep)}.button-secondary{border-color:#fff7ee80;background:#fffaf41f;color:var(--color-ivory);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.button-secondary:hover{background:#fffaf433}.button-neutral{border-color:var(--color-border);background:#fffcf8d1;color:var(--color-espresso)}.button-neutral:hover{background:var(--color-surface-strong)}.eyebrow-label{margin:0 0 .8rem;color:var(--color-olive);font:600 .78rem/1 var(--font-ui);letter-spacing:.2em;text-transform:uppercase}.surface-panel{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card)}.texture-panel{background:linear-gradient(180deg,#fffbf6f5,#f7f0e8fa)}@media(max-width:700px){.page-shell,.page-shell--narrow{width:min(100%,calc(100% - 1.25rem))}.section-stack{gap:2.35rem}.button{min-height:2.9rem;padding:.82rem 1.05rem;font-size:.68rem;letter-spacing:.16em}.surface-panel{border-radius:1.35rem}}.layout-shell.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}header.svelte-12qhfyh{position:fixed;inset:0 0 auto 0;z-index:40;transition:transform .26s ease,background .26s ease,box-shadow .26s ease,backdrop-filter .26s ease,border-color .26s ease;border-bottom:1px solid transparent}.header-home.svelte-12qhfyh{background:linear-gradient(180deg,#1d140e4d,#1d140e0f)}.header-scrolled.svelte-12qhfyh{background:#f9f3ecd1;border-bottom-color:#63503d1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 16px 36px #31221814}.header-hidden.svelte-12qhfyh{transform:translateY(-100%)}.nav-shell.svelte-12qhfyh{width:min(82rem,calc(100% - 1.5rem));margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.55rem 0}.header-logo.svelte-12qhfyh{display:inline-flex;transition:opacity .18s ease}.header-logo.svelte-12qhfyh:hover{opacity:.82}.header-logo__white.svelte-12qhfyh{display:none;height:48px;width:auto}.header-logo__natural.svelte-12qhfyh{display:block;height:44px;width:auto}.header-home.svelte-12qhfyh .header-logo__white:where(.svelte-12qhfyh){display:block}.header-home.svelte-12qhfyh .header-logo__natural:where(.svelte-12qhfyh){display:none}.menu-toggle.svelte-12qhfyh{display:inline-flex;flex-direction:column;gap:.32rem;width:3rem;height:3rem;padding:.88rem .72rem;border:1px solid rgba(255,247,238,.22);border-radius:999px;background:#fff9f214;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.menu-toggle.svelte-12qhfyh span:where(.svelte-12qhfyh){width:100%;height:1px;background:var(--color-espresso);transition:transform .22s ease,opacity .22s ease}.header-home.svelte-12qhfyh .menu-toggle:where(.svelte-12qhfyh) span:where(.svelte-12qhfyh){background:var(--color-ivory)}.header-scrolled.svelte-12qhfyh .menu-toggle:where(.svelte-12qhfyh){border-color:#5441301f;background:#fffcf8a8}.menu-overlay.svelte-12qhfyh{position:absolute;top:calc(100% + .4rem);right:max(.75rem,calc((100vw - min(82rem,calc(100% - 1.5rem)))/2));opacity:0;pointer-events:none;transform:translateY(-.6rem);transition:opacity .22s ease,transform .22s ease}.menu-overlay--open.svelte-12qhfyh{opacity:1;pointer-events:auto;transform:translateY(0)}.menu-panel.svelte-12qhfyh{display:grid;gap:.8rem;min-width:min(22rem,calc(100vw - 1.5rem));padding:1.1rem;border:1px solid rgba(102,78,57,.12);border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffbf6f2,#f5ede4fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-soft)}.menu-panel.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.button){color:var(--color-espresso);font:600 .85rem/1 var(--font-ui);letter-spacing:.16em;text-transform:uppercase;padding:.6rem 0}main.svelte-12qhfyh{flex:1;width:100%}.site-footer.svelte-12qhfyh{margin-top:1.5rem;padding-top:1.5rem}.site-footer__shell.svelte-12qhfyh{display:grid;gap:1.4rem}.site-footer__details.svelte-12qhfyh{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;padding:clamp(1.5rem,4vw,2.2rem)}.site-footer__details.svelte-12qhfyh h3:where(.svelte-12qhfyh){margin-bottom:.8rem;font-size:1.7rem}.site-footer__details.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:.2rem 0}.footer-hours.svelte-12qhfyh,.footer-links.svelte-12qhfyh{list-style:none;padding:0;margin:0}.footer-hours.svelte-12qhfyh li:where(.svelte-12qhfyh){display:flex;justify-content:space-between;gap:1rem;padding:.34rem 0;border-bottom:1px solid rgba(110,89,68,.08)}.footer-links.svelte-12qhfyh{display:flex;flex-wrap:wrap;gap:.6rem 1rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-olive-deep);font-weight:600}.footer-book.svelte-12qhfyh{margin-top:1rem}.site-footer__bottom.svelte-12qhfyh{padding:1.5rem 0 1.8rem}.site-footer__bottom-inner.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:.6rem}.footer-logo.svelte-12qhfyh{height:50px;width:auto;opacity:.2;filter:grayscale(.6) brightness(.9)}.site-footer__bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0;color:#544233ad;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}@media(max-width:860px){.site-footer__details.svelte-12qhfyh{grid-template-columns:1fr}}@media(max-width:640px){.nav-shell.svelte-12qhfyh{width:min(100%,calc(100% - 1rem));padding-top:.45rem}.header-logo__white.svelte-12qhfyh{height:38px}.header-logo__natural.svelte-12qhfyh{height:34px}.menu-toggle.svelte-12qhfyh{width:2.6rem;height:2.6rem;padding:.72rem .62rem}.menu-overlay.svelte-12qhfyh{right:.5rem;left:.5rem}.menu-panel.svelte-12qhfyh{min-width:100%;gap:.55rem;padding:.9rem}.menu-panel.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.button){font-size:.72rem;padding:.45rem 0}.site-footer.svelte-12qhfyh{margin-top:3rem}.site-footer__details.svelte-12qhfyh{padding:1.2rem}}
