*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-dark: #141210;--bg-darker: #0f0e0c;--gold: #C9A87C;--gold-light: #D4B896;--gold-dim: #9a7d55;--cream: #EDE5DA;--cream-mid: #E0D6C8;--text-white: #F5F0EB;--text-muted: #8a7a6a;--text-dark: #1a1612;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Jost", sans-serif;--nav-height: 72px}html{scroll-behavior:smooth}body{background:var(--bg-dark);color:var(--text-white);font-family:var(--font-sans);font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased}.section-label{font-family:var(--font-sans);font-size:.7rem;font-weight:400;letter-spacing:.3em;color:var(--gold);margin-bottom:1rem}.section-title{font-family:var(--font-serif);font-size:clamp(2.2rem,4vw,3.2rem);font-weight:300;color:var(--text-white);line-height:1.15;margin-bottom:.75rem}.section-title em{font-style:italic}.btn-primary{font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.18em;color:var(--text-dark);background:var(--gold);padding:1rem 2.2rem;text-decoration:none;display:inline-block;transition:background .25s}.btn-primary:hover{background:var(--gold-light)}.btn-outline{font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.18em;color:var(--text-white);background:transparent;border:1px solid rgba(245,240,235,.5);padding:1rem 2.2rem;text-decoration:none;display:inline-block;transition:border-color .25s,color .25s}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}nav[data-astro-cid-sckkx6r4]{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;height:var(--nav-height);background:#0e0c0ae0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,124,.12)}.nav-left[data-astro-cid-sckkx6r4],.nav-right[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:2rem}.nav-left[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4],.nav-right[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{font-family:var(--font-sans);font-size:.78rem;font-weight:400;letter-spacing:.08em;color:var(--text-white);text-decoration:none;opacity:.85;transition:opacity .2s,color .2s}.nav-left[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover,.nav-right[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{opacity:1;color:var(--gold)}.nav-logo[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.nav-logo-img[data-astro-cid-sckkx6r4]{height:44px;width:auto;display:block}.nav-logo-text[data-astro-cid-sckkx6r4]{display:flex;flex-direction:column}.nav-logo-text[data-astro-cid-sckkx6r4] .logo-name[data-astro-cid-sckkx6r4]{display:block;font-family:var(--font-serif);font-size:1.5rem;font-weight:500;letter-spacing:.3em;color:var(--gold);line-height:1}.nav-logo-text[data-astro-cid-sckkx6r4] .logo-sub[data-astro-cid-sckkx6r4]{display:block;font-family:var(--font-sans);font-size:.55rem;font-weight:400;letter-spacing:.35em;color:var(--text-muted);margin-top:.25rem}.footer-brand-logo[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-img[data-astro-cid-sckkx6r4]{height:56px;width:auto;display:block}.footer-brand-text[data-astro-cid-sckkx6r4] .brand-name[data-astro-cid-sckkx6r4]{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;letter-spacing:.25em;color:var(--text-dark);line-height:1}.footer-brand-text[data-astro-cid-sckkx6r4] .brand-sub[data-astro-cid-sckkx6r4]{font-size:.6rem;letter-spacing:.3em;color:#8a7a6a;margin-top:.2rem}.nav-phone[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.4rem;font-size:.78rem!important}.nav-phone[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4]{width:13px;height:13px;stroke:var(--gold)}.btn-book-nav[data-astro-cid-sckkx6r4]{font-family:var(--font-sans);font-size:.72rem!important;font-weight:500;letter-spacing:.15em;color:var(--text-dark)!important;background:var(--gold);padding:.6rem 1.4rem;text-decoration:none;opacity:1!important;transition:background .2s!important}.btn-book-nav[data-astro-cid-sckkx6r4]:hover{background:var(--gold-light)!important}.nav-services-wrap[data-astro-cid-sckkx6r4]{position:relative}.nav-services-trigger[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.3rem}.nav-chevron[data-astro-cid-sckkx6r4]{width:12px;height:12px;stroke:var(--text-muted);transition:transform .25s ease}.nav-services-wrap[data-astro-cid-sckkx6r4]:hover .nav-chevron[data-astro-cid-sckkx6r4]{transform:rotate(180deg);stroke:var(--gold)}.nav-dropdown[data-astro-cid-sckkx6r4]{position:absolute;top:100%;left:-1rem;min-width:220px;background:var(--cream);border:1px solid rgba(201,168,124,.2);padding:.75rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease,visibility .25s;z-index:200;margin-top:1rem}.nav-services-wrap[data-astro-cid-sckkx6r4]:hover .nav-dropdown[data-astro-cid-sckkx6r4]{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown[data-astro-cid-sckkx6r4]:before{content:"";position:absolute;top:-1rem;left:0;right:0;height:1rem}.nav-dropdown[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{display:block;font-family:var(--font-sans);font-size:.82rem;font-weight:400;letter-spacing:.03em;color:var(--text-dark)!important;opacity:1!important;text-decoration:none;padding:.55rem 1.5rem;transition:background .2s,color .2s}.nav-dropdown[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{background:#c9a87c26;color:var(--gold-dim)!important}.nav-hamburger[data-astro-cid-sckkx6r4]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:102}.nav-hamburger[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]{display:block;width:22px;height:1.5px;background:var(--text-white);transition:transform .3s ease,opacity .3s ease;transform-origin:center}.nav-hamburger[data-astro-cid-sckkx6r4][aria-expanded=true] span[data-astro-cid-sckkx6r4]:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav-hamburger[data-astro-cid-sckkx6r4][aria-expanded=true] span[data-astro-cid-sckkx6r4]:nth-child(2){opacity:0}.nav-hamburger[data-astro-cid-sckkx6r4][aria-expanded=true] span[data-astro-cid-sckkx6r4]:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-drawer[data-astro-cid-sckkx6r4]{position:fixed;top:0;right:0;width:min(380px,85vw);height:100vh;height:100dvh;background:var(--cream);display:flex;flex-direction:column;z-index:101;overflow-y:auto;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);-webkit-overflow-scrolling:touch}.nav-drawer[data-astro-cid-sckkx6r4].open{transform:translate(0)}.drawer-close[data-astro-cid-sckkx6r4]{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;cursor:pointer;padding:4px;z-index:5}.drawer-close[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4]{width:22px;height:22px;stroke:var(--text-dark);transition:stroke .2s}.drawer-close[data-astro-cid-sckkx6r4]:hover svg[data-astro-cid-sckkx6r4]{stroke:var(--gold-dim)}.drawer-overlay[data-astro-cid-sckkx6r4]{position:fixed;inset:0;background:#0006;z-index:100;opacity:0;pointer-events:none;transition:opacity .35s ease}.drawer-overlay[data-astro-cid-sckkx6r4].open{opacity:1;pointer-events:auto}.drawer-links[data-astro-cid-sckkx6r4]{padding:3.5rem 0 1rem;flex:1}.drawer-home[data-astro-cid-sckkx6r4]{color:var(--gold)!important}.drawer-link[data-astro-cid-sckkx6r4],.drawer-toggle[data-astro-cid-sckkx6r4]{display:flex;align-items:center;justify-content:space-between;width:100%;font-family:var(--font-sans);font-size:.9rem;font-weight:500;letter-spacing:.15em;color:var(--text-dark);text-decoration:none;padding:.9rem 2rem;border:none;background:none;cursor:pointer;transition:color .2s}.drawer-link[data-astro-cid-sckkx6r4]:hover,.drawer-toggle[data-astro-cid-sckkx6r4]:hover{color:var(--gold-dim)}.drawer-group[data-astro-cid-sckkx6r4]{border-bottom:none}.drawer-chevron[data-astro-cid-sckkx6r4]{width:16px;height:16px;color:var(--text-muted);transition:transform .3s ease,color .2s}.drawer-toggle[data-astro-cid-sckkx6r4][aria-expanded=true] .drawer-chevron[data-astro-cid-sckkx6r4]{transform:rotate(180deg);color:var(--gold-dim)}.drawer-toggle[data-astro-cid-sckkx6r4][aria-expanded=true]{color:var(--gold-dim)}.drawer-submenu[data-astro-cid-sckkx6r4]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.drawer-submenu-inner[data-astro-cid-sckkx6r4]{overflow:hidden}.drawer-toggle[data-astro-cid-sckkx6r4][aria-expanded=true]+.drawer-submenu[data-astro-cid-sckkx6r4]{grid-template-rows:1fr}.drawer-submenu[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{display:block;font-family:var(--font-sans);font-size:.82rem;font-weight:400;letter-spacing:.03em;color:#6a5a4a;text-decoration:none;padding:.55rem 2rem .55rem 2.8rem;transition:color .2s}.drawer-submenu[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{color:var(--gold-dim)}.drawer-link[data-astro-cid-sckkx6r4]{border-bottom:none}.drawer-footer[data-astro-cid-sckkx6r4]{padding:1.25rem 2rem 2rem;border-top:1px solid var(--cream-mid);display:flex;flex-direction:column;gap:.75rem}.drawer-phone[data-astro-cid-sckkx6r4],.drawer-email[data-astro-cid-sckkx6r4]{display:flex;align-items:center;gap:.6rem;font-family:var(--font-sans);font-size:.85rem;color:#6a5a4a;text-decoration:none;transition:color .2s}.drawer-phone[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4],.drawer-email[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4]{width:16px;height:16px;stroke:var(--gold-dim);flex-shrink:0}.drawer-phone[data-astro-cid-sckkx6r4]:hover,.drawer-email[data-astro-cid-sckkx6r4]:hover{color:var(--gold-dim)}.drawer-book[data-astro-cid-sckkx6r4]{display:block;text-align:center;font-family:var(--font-sans);font-size:.78rem;font-weight:500;letter-spacing:.18em;color:var(--text-dark);background:transparent;border:1.5px solid var(--gold);padding:.9rem;text-decoration:none;margin-top:.5rem;transition:background .25s,color .25s}.drawer-book[data-astro-cid-sckkx6r4]:hover{background:var(--gold);color:var(--text-dark)}.drawer-social[data-astro-cid-sckkx6r4]{display:flex;gap:1rem;padding-top:.5rem}.drawer-social[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--cream-mid);transition:border-color .2s}.drawer-social[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{border-color:var(--gold-dim)}.drawer-social[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4]{width:16px;height:16px;stroke:#6a5a4a}body.menu-open{overflow:hidden}.a11y-trigger[data-astro-cid-sckkx6r4]{position:fixed;bottom:1.5rem;left:1.5rem;width:48px;height:48px;border-radius:50%;background:#141210e6;border:1.5px solid var(--gold);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0000004d;z-index:91;transition:transform .2s,background .2s;color:var(--gold)}.a11y-trigger[data-astro-cid-sckkx6r4]:hover{transform:scale(1.1);background:#c9a87c26}.a11y-trigger[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4]{width:26px;height:26px}.a11y-panel[data-astro-cid-sckkx6r4]{position:fixed;bottom:5rem;left:1.5rem;width:min(360px,calc(100vw - 3rem));background:var(--cream);border:1px solid rgba(201,168,124,.25);box-shadow:0 8px 40px #0000004d;z-index:92;opacity:0;visibility:hidden;transform:translateY(12px) scale(.96);transition:opacity .3s ease,transform .3s ease,visibility .3s}.a11y-panel[data-astro-cid-sckkx6r4].open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.a11y-header[data-astro-cid-sckkx6r4]{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--cream-mid)}.a11y-title[data-astro-cid-sckkx6r4]{font-family:var(--font-sans);font-size:.85rem;font-weight:500;letter-spacing:.05em;color:var(--text-dark)}.a11y-close[data-astro-cid-sckkx6r4]{background:none;border:none;cursor:pointer;padding:2px}.a11y-close[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4]{width:18px;height:18px;stroke:#8a7a6a}.a11y-close[data-astro-cid-sckkx6r4]:hover svg[data-astro-cid-sckkx6r4]{stroke:var(--text-dark)}.a11y-grid[data-astro-cid-sckkx6r4]{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--cream-mid);padding:0}.a11y-option[data-astro-cid-sckkx6r4]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.1rem .5rem;background:var(--cream);border:none;cursor:pointer;transition:background .2s}.a11y-option[data-astro-cid-sckkx6r4]:hover{background:#f5efe8}.a11y-option[data-astro-cid-sckkx6r4].active{background:#c9a87c33}.a11y-option[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4]{width:24px;height:24px;color:var(--text-dark)}.a11y-option[data-astro-cid-sckkx6r4] span[data-astro-cid-sckkx6r4]{font-family:var(--font-sans);font-size:.68rem;font-weight:500;color:var(--text-dark);text-align:center;line-height:1.2}.a11y-reset[data-astro-cid-sckkx6r4]{grid-column:1 / -1;flex-direction:row;gap:.6rem;padding:.8rem}.a11y-overlay[data-astro-cid-sckkx6r4]{position:fixed;inset:0;z-index:90;opacity:0;pointer-events:none;transition:opacity .3s}.a11y-overlay[data-astro-cid-sckkx6r4].open{opacity:1;pointer-events:auto}body.a11y-contrast{filter:contrast(1.4)}body.a11y-bigger-text{font-size:1.2rem}body.a11y-bigger-text h1[data-astro-cid-sckkx6r4]{font-size:120%!important}body.a11y-bigger-text h2[data-astro-cid-sckkx6r4]{font-size:115%!important}body.a11y-bigger-text p[data-astro-cid-sckkx6r4],body.a11y-bigger-text li[data-astro-cid-sckkx6r4],body.a11y-bigger-text span[data-astro-cid-sckkx6r4]{font-size:110%!important}body.a11y-text-spacing [data-astro-cid-sckkx6r4]{letter-spacing:.08em!important;word-spacing:.16em!important;line-height:2!important}body.a11y-highlight-links a[data-astro-cid-sckkx6r4]{outline:2px solid var(--gold)!important;outline-offset:2px;text-decoration:underline!important}body.a11y-dyslexia [data-astro-cid-sckkx6r4]{font-family:Comic Sans MS,OpenDyslexic,cursive!important}body.a11y-big-cursor,body.a11y-big-cursor [data-astro-cid-sckkx6r4]{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath d='M4 4l7 18 2.5-7.5L21 12z' fill='%23000' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E") 4 4,auto!important}body.a11y-pause-animations [data-astro-cid-sckkx6r4],body.a11y-pause-animations [data-astro-cid-sckkx6r4]:before,body.a11y-pause-animations [data-astro-cid-sckkx6r4]:after{animation:none!important;transition:none!important}body.a11y-hide-images img[data-astro-cid-sckkx6r4]{opacity:.05!important}footer[data-astro-cid-sckkx6r4]{background:var(--cream);padding:4rem 6vw 2rem}.footer-grid[data-astro-cid-sckkx6r4]{display:grid;grid-template-columns:1.4fr 1fr .8fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--cream-mid);margin-bottom:2rem}.footer-brand[data-astro-cid-sckkx6r4] .brand-name[data-astro-cid-sckkx6r4]{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;letter-spacing:.25em;color:var(--text-dark);line-height:1}.footer-brand[data-astro-cid-sckkx6r4] .brand-sub[data-astro-cid-sckkx6r4]{font-size:.6rem;letter-spacing:.3em;color:#8a7a6a;margin-top:.2rem;margin-bottom:1rem}.footer-brand[data-astro-cid-sckkx6r4] p[data-astro-cid-sckkx6r4]{font-size:.85rem;color:#6a5a4a;line-height:1.65;margin-bottom:1rem}.social-links[data-astro-cid-sckkx6r4]{display:flex;gap:.75rem;margin-top:.5rem}.social-link[data-astro-cid-sckkx6r4]{width:36px;height:36px;border:1px solid #c0b0a0;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:border-color .2s,background .2s}.social-link[data-astro-cid-sckkx6r4]:hover{border-color:var(--gold-dim);background:#c9a87c1a}.social-link[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4]{width:15px;height:15px;stroke:#6a5a4a}.footer-col[data-astro-cid-sckkx6r4] h4[data-astro-cid-sckkx6r4]{font-size:.68rem;font-weight:500;letter-spacing:.25em;color:#8a7a6a;margin-bottom:1.2rem}.footer-col[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{display:block;font-size:.85rem;color:#4a3a2a;text-decoration:none;margin-bottom:.6rem;transition:color .2s}.footer-col[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{color:var(--gold-dim)}.footer-col[data-astro-cid-sckkx6r4] address[data-astro-cid-sckkx6r4]{font-style:normal;font-size:.85rem;color:#6a5a4a;line-height:1.7;margin-bottom:1rem}.footer-hours[data-astro-cid-sckkx6r4]{font-size:.8rem;color:#8a7a6a;line-height:1.65}.footer-bottom[data-astro-cid-sckkx6r4]{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#8a7a6a}.footer-bottom[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]{color:#8a7a6a;text-decoration:none;transition:color .2s}.footer-bottom[data-astro-cid-sckkx6r4] a[data-astro-cid-sckkx6r4]:hover{color:var(--gold-dim)}@media(max-width:900px){nav[data-astro-cid-sckkx6r4]{padding:1rem 1.5rem}.nav-left[data-astro-cid-sckkx6r4]{display:none}.nav-right[data-astro-cid-sckkx6r4]{gap:1rem}.nav-right[data-astro-cid-sckkx6r4]>a[data-astro-cid-sckkx6r4]:not(.btn-book-nav):not(.nav-phone){display:none}.nav-hamburger[data-astro-cid-sckkx6r4]{display:flex}.nav-dropdown[data-astro-cid-sckkx6r4]{display:none!important}.footer-grid[data-astro-cid-sckkx6r4]{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand[data-astro-cid-sckkx6r4]{grid-column:1 / -1}}@media(max-width:600px){nav[data-astro-cid-sckkx6r4]{padding:.85rem 1.2rem}.nav-logo-img[data-astro-cid-sckkx6r4]{height:36px}.nav-phone[data-astro-cid-sckkx6r4]{display:none}.footer-grid[data-astro-cid-sckkx6r4]{grid-template-columns:1fr}.footer-bottom[data-astro-cid-sckkx6r4]{flex-direction:column;gap:.5rem;text-align:center}.a11y-trigger[data-astro-cid-sckkx6r4]{width:42px;height:42px;bottom:1rem;left:1rem}.a11y-trigger[data-astro-cid-sckkx6r4] svg[data-astro-cid-sckkx6r4]{width:22px;height:22px}.a11y-panel[data-astro-cid-sckkx6r4]{bottom:4.5rem;left:1rem}}
