@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Serif+Display:ital@0;1&family=Work+Sans:wght@400;500;600;700&display=swap";:root{--color-bg: #faf7f2;--color-text: #1a1a1a;--color-pink: #e8368f;--color-pink-hover: #d12e7f;--color-muted: #b8b0a8;--paper-1: var(--color-bg);--paper-2: #fff9f3;--paper-3: #fffdf8;--ink-900: var(--color-text);--ink-700: #3f3026;--ink-500: #6a5748;--pink-500: var(--color-pink);--pink-600: var(--color-pink-hover);--sage-500: #73866e;--line-soft: color-mix(in oklab, var(--color-muted), white 38%);--line-strong: color-mix(in oklab, var(--color-muted), black 8%);--max: 1180px;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 999px;--space-1: .5rem;--space-2: .85rem;--space-3: 1.1rem;--space-4: 1.6rem;--space-5: 2.4rem;--space-6: 3.6rem;--shadow-paper: 0 18px 44px rgba(34, 24, 16, .08);--easing-smooth: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{color:var(--ink-900);background:radial-gradient(90% 58% at 5% -12%,rgba(221,112,152,.22) 0%,transparent 56%),radial-gradient(62% 44% at 100% 0%,rgba(128,147,117,.18) 0%,transparent 62%),linear-gradient(180deg,#fdf9f3 0%,var(--paper-1) 100%);font-family:Work Sans,sans-serif;text-rendering:geometricPrecision;line-height:1.55;position:relative}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:repeating-linear-gradient(35deg,rgba(255,255,255,.08) 0,rgba(255,255,255,.08) 1px,transparent 1px,transparent 6px),radial-gradient(circle at 20% 20%,rgba(24,19,15,.05) 0 1px,transparent 1px),radial-gradient(circle at 75% 65%,rgba(24,19,15,.04) 0 1px,transparent 1px);background-size:auto,20px 20px,26px 26px;opacity:.35;mix-blend-mode:multiply;z-index:-1}main{min-height:calc(100vh - 72px)}a{color:inherit;text-decoration-color:color-mix(in oklab,var(--pink-500),transparent 46%);text-underline-offset:.2em}a:hover{text-decoration-color:var(--pink-500)}img{display:block;max-width:100%}h1,h2,h3,h4{margin:0;font-family:Cormorant Garamond,serif;font-weight:600;line-height:1.08;letter-spacing:.01em}h1{font-size:clamp(2rem,5vw,3.4rem)}h2{font-size:clamp(1.55rem,3.2vw,2.3rem)}h3{font-size:clamp(1.15rem,2.2vw,1.5rem)}p{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{width:100%;padding:.72rem .8rem;color:var(--ink-900);border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--paper-3);transition:border-color .18s var(--easing-smooth),box-shadow .18s var(--easing-smooth)}textarea{resize:vertical;min-height:8rem}:focus-visible{outline:2px solid var(--pink-500);outline-offset:2px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--pink-500);box-shadow:0 0 0 3px color-mix(in oklab,var(--pink-500),white 74%)}.container{width:min(var(--max),100% - 2rem);margin-inline:auto}.grid{display:grid;gap:var(--space-3)}.field{display:grid;gap:.45rem}label{font-size:.94rem;font-weight:600;color:var(--ink-700)}.paper-panel{background:linear-gradient(180deg,var(--paper-3) 0%,#fff8ec 100%);border:1px solid var(--line-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-paper)}.ink-outline{border:1px solid var(--ink-700);box-shadow:inset 0 0 0 1px color-mix(in oklab,var(--ink-700),white 88%)}.ratio-4x5{aspect-ratio:4 / 5}.ratio-auto{aspect-ratio:auto}.stagger-in>*{opacity:0;transform:translateY(14px);animation:stagger-rise .62s var(--easing-smooth) forwards}.stagger-in>*:nth-child(2){animation-delay:75ms}.stagger-in>*:nth-child(3){animation-delay:.14s}.stagger-in>*:nth-child(4){animation-delay:.21s}.stagger-in>*:nth-child(5){animation-delay:.28s}@keyframes stagger-rise{to{opacity:1;transform:translateY(0)}}.markdown-content :global(p),.markdown-content :global(li){line-height:1.72;color:var(--ink-700)}.markdown-content :global(h2),.markdown-content :global(h3){margin-top:1.6rem;margin-bottom:.55rem}.markdown-content :global(ul),.markdown-content :global(ol){padding-left:1.2rem}.markdown-content :global(blockquote){margin:1.3rem 0;padding:.5rem 0 .5rem 1rem;border-left:3px solid var(--pink-500);font-style:italic;color:var(--ink-700)}table{width:100%;border-collapse:collapse}th,td{padding:.62rem;border-bottom:1px solid var(--line-soft);text-align:left;font-size:.92rem}th{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-500)}@media(min-width:760px){.container{width:min(var(--max),100% - 3.25rem)}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.admin-layout-root.svelte-12qhfyh{min-height:100vh}.site-header.svelte-12qhfyh{--nav-height: 72px;position:fixed;top:0;left:0;right:0;z-index:60;background:color-mix(in oklab,var(--color-bg),white 8%);border-bottom:1px solid color-mix(in oklab,var(--color-muted),white 42%);transition:box-shadow .18s var(--easing-smooth),border-color .18s var(--easing-smooth)}.site-header.scrolled.svelte-12qhfyh{box-shadow:0 8px 24px #1a151214;border-bottom-color:color-mix(in oklab,var(--color-muted),black 8%)}.nav-spacer.svelte-12qhfyh{height:72px}.nav-row.svelte-12qhfyh{height:72px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.5rem}.home-mark.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;justify-self:start;text-decoration:none}.wordmark-logo.svelte-12qhfyh{width:clamp(84px,24vw,168px);height:auto;display:block}.crab-logo.svelte-12qhfyh{display:none;width:44px;height:44px}.desktop-nav.svelte-12qhfyh{display:none}.right-actions.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.45rem;justify-self:end}.find-us-btn.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.3rem;height:38px;padding:0 .68rem;border-radius:999px;border:1px solid var(--color-muted);background:transparent;color:var(--color-text);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.find-us-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:15px;height:15px;fill:currentColor}.find-us-btn.svelte-12qhfyh:hover{border-color:var(--color-pink)}.find-us-modal-backdrop.svelte-12qhfyh{position:fixed;inset:0;z-index:90;padding:1rem;display:grid;place-items:center;background:#130e0a80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.find-us-modal.svelte-12qhfyh{position:relative;width:min(400px,calc(100vw - 1.5rem));padding:.95rem;border-radius:14px;border:1px solid color-mix(in oklab,var(--color-muted),black 10%);background:color-mix(in oklab,var(--color-bg),white 8%);box-shadow:0 14px 32px #140e0924;display:grid;gap:.58rem}.find-us-modal.svelte-12qhfyh h2:where(.svelte-12qhfyh){font-family:"DM Serif Display",serif;font-weight:400;font-size:1.3rem;padding-right:2rem}.find-us-close.svelte-12qhfyh{position:absolute;top:.46rem;right:.46rem;width:32px;height:32px;display:grid;place-items:center;border-radius:999px;border:1px solid color-mix(in oklab,var(--color-muted),black 4%);background:transparent;color:var(--color-text);font-size:1.2rem;line-height:1;padding:0}.find-us-close.svelte-12qhfyh:hover{border-color:var(--color-pink)}.panel-address.svelte-12qhfyh{font-size:.9rem;font-weight:600;line-height:1.35}.panel-note.svelte-12qhfyh{font-size:.84rem;color:color-mix(in oklab,var(--color-text),white 35%);line-height:1.5}.find-us-primary-link.svelte-12qhfyh{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-pink);text-decoration:none}.find-us-primary-link.svelte-12qhfyh:hover{color:var(--color-pink-hover)}.find-us-directions.svelte-12qhfyh{margin:0;padding-top:.2rem;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.82rem;color:var(--ink-700)}.find-us-directions-label.svelte-12qhfyh{font-weight:600}.find-us-directions-sep.svelte-12qhfyh{color:color-mix(in oklab,var(--color-muted),black 18%)}.find-us-directions.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-pink);text-decoration:none;font-weight:600}.find-us-directions.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-pink-hover)}.consent-btn.svelte-12qhfyh{text-decoration:none;justify-content:center;padding:0 .8rem}.menu-btn.svelte-12qhfyh{width:38px;height:38px;border-radius:999px;border:1px solid var(--color-muted);background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:0}.menu-btn.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:15px;height:1.4px;background:var(--color-text)}body.find-us-modal-open{overflow:hidden}.mobile-drawer.svelte-12qhfyh{border-top:1px solid color-mix(in oklab,var(--color-muted),white 34%);border-bottom:1px solid color-mix(in oklab,var(--color-muted),white 34%);background:color-mix(in oklab,var(--color-bg),white 6%)}.drawer-inner.svelte-12qhfyh{display:grid;gap:.32rem;padding:.72rem 0 .8rem}.drawer-inner.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;text-decoration:none;padding:.5rem 0;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in oklab,var(--color-text),white 18%)}.drawer-inner.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-pink)}.site-footer.svelte-12qhfyh{margin-top:0;background:#1a1a1a;color:color-mix(in oklab,var(--color-bg),white 12%)}.footer-inner.svelte-12qhfyh{display:grid;gap:1rem;padding:3rem 0}.footer-main.svelte-12qhfyh{display:grid;gap:1rem}.footer-brand.svelte-12qhfyh{display:grid;gap:.45rem;justify-items:start}.footer-shop.svelte-12qhfyh{font-family:"DM Serif Display",serif;font-size:1.2rem;letter-spacing:.01em}.footer-address.svelte-12qhfyh{font-size:.92rem;color:color-mix(in oklab,var(--color-bg),black 16%)}.footer-ig.svelte-12qhfyh{display:inline-flex;color:color-mix(in oklab,var(--color-bg),white 10%);text-decoration:none;font-weight:600}.footer-ig.svelte-12qhfyh:hover{color:var(--color-pink)}.footer-seo.svelte-12qhfyh{max-width:42ch;font-size:.86rem;line-height:1.45;color:color-mix(in oklab,var(--color-bg),black 12%)}.footer-links.svelte-12qhfyh{display:flex;flex-wrap:wrap;gap:.5rem .9rem}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:color-mix(in oklab,var(--color-bg),black 6%)}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-pink)}.footer-copy.svelte-12qhfyh{font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in oklab,var(--color-bg),black 20%)}.footer-crab-box.svelte-12qhfyh{justify-self:end;align-self:center;width:clamp(112px,20vw,168px);aspect-ratio:1 / 1;border-radius:22px;border:1px solid color-mix(in oklab,var(--color-bg),black 68%);background:color-mix(in oklab,#1a1a1a,white 4%);display:grid;place-items:center}.footer-crab-box.svelte-12qhfyh img:where(.svelte-12qhfyh){width:clamp(82px,14vw,128px);height:auto;filter:brightness(0) invert(1)}@media(max-width:999px){.nav-row.svelte-12qhfyh{grid-template-columns:auto 1fr}.home-mark.svelte-12qhfyh{display:inline-flex}.wordmark-logo.svelte-12qhfyh{display:none}.crab-logo.svelte-12qhfyh{display:block}.right-actions.svelte-12qhfyh{justify-self:end}}@media(hover:none)and (pointer:coarse){.nav-row.svelte-12qhfyh{grid-template-columns:auto 1fr}.home-mark.svelte-12qhfyh{display:inline-flex}.wordmark-logo.svelte-12qhfyh{display:none}.crab-logo.svelte-12qhfyh{display:block}.right-actions.svelte-12qhfyh{justify-self:end;gap:.35rem}.find-us-btn.svelte-12qhfyh{padding:0 .54rem;font-size:.68rem}.find-us-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:13px;height:13px}}@media(min-width:1000px){.nav-row.svelte-12qhfyh{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1.2rem}.desktop-nav.svelte-12qhfyh{display:inline-flex;align-items:center;gap:1rem;justify-self:center}.desktop-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in oklab,var(--color-text),white 18%)}.desktop-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-pink)}.menu-btn.svelte-12qhfyh{display:none}.footer-inner.svelte-12qhfyh{grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:3.2rem 0}}
