:root{--cream:#faf1e2;--paper:#f2e4cd;--paper-deep:#e9d5ae;--ink:#23180f;--ink-soft:#52402f;--red:#b32227;--red-dark:#7e161a;--mustard:#b9862f;--mustard-light:#e0b563;--green:#3c6146;--border:#23180f24;--shadow:0 18px 40px -20px #23180f73;--font-display:"Playfair Display", Georgia, serif;--font-script:"Cormorant Garamond", Georgia, serif;--font-body:"Jost", "Segoe UI", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--ink);background:var(--cream)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);margin:0;line-height:1.15}p{margin:0;line-height:1.7}button{font-family:inherit}.container{width:min(1120px,92%);margin-inline:auto}.eyebrow{font-family:var(--font-script);color:var(--red);letter-spacing:.02em;align-items:center;gap:.6em;font-size:1.2rem;font-style:italic;display:inline-flex}.eyebrow:before,.eyebrow:after{content:"";background:var(--mustard);width:28px;height:1px;display:block}.btn{font-family:var(--font-body);letter-spacing:.03em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5em;padding:.85em 1.9em;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex}.btn-primary{background:var(--red);color:var(--cream);box-shadow:0 10px 24px -10px #b3222799}.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px)}.btn-outline{border-color:var(--ink);color:var(--ink);background:0 0}.btn-outline:hover{background:var(--ink);color:var(--cream);transform:translateY(-2px)}.site-header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#faf1e2eb;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;padding-block:.9rem;display:flex}.site-header__brand{align-items:center;gap:.75rem;display:flex}.site-header__brand img{object-fit:contain;width:52px;height:52px}.site-header__brand-text{flex-direction:column;line-height:1.2;display:flex}.site-header__brand-text strong{font-family:var(--font-display);color:var(--red);font-size:1.25rem}.site-header__brand-text em{font-family:var(--font-script);color:var(--ink-soft);font-size:.85rem;font-style:italic}.site-header__nav{letter-spacing:.02em;align-items:center;gap:2rem;font-weight:500;display:flex}.site-header__nav a:not(.btn){color:var(--ink-soft);padding-bottom:4px;position:relative}.site-header__nav a:not(.btn):hover,.site-header__nav a:not(.btn).is-active{color:var(--red)}.site-header__nav a:not(.btn).is-active:after{content:"";background:var(--mustard);height:2px;position:absolute;bottom:0;left:0;right:0}.site-header__cta{padding:.6em 1.4em;font-size:.8rem}.site-header__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;display:none}.site-header__toggle span{background:var(--ink);border-radius:2px;height:2px;transition:transform .2s,opacity .2s;display:block}@media (width<=760px){.site-header__brand-text em{display:none}.site-header__toggle{display:flex}.site-header__nav{background:var(--cream);border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem 6%;display:none;position:absolute;top:100%;left:0;right:0}.site-header__nav.is-open{display:flex}.site-header__cta{text-align:center;width:100%}}.site-footer{background:var(--ink);color:var(--paper);margin-top:5rem}.site-footer__inner{grid-template-columns:1.3fr 1fr 1fr 1fr;gap:2.5rem;padding-block:3.5rem 2.5rem;display:grid}.site-footer__brand img{object-fit:contain;width:56px;height:56px;margin-bottom:.75rem}.site-footer__brand p{font-family:var(--font-script);color:var(--mustard-light);font-size:1.1rem;font-style:italic}.site-footer h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--mustard-light);margin-bottom:.9rem;font-size:.8rem;font-weight:600}.site-footer__col p{color:#faf1e2d9;margin-bottom:.5rem;font-size:.95rem}.site-footer__col a:hover{color:var(--mustard-light)}.site-footer__bottom{color:#faf1e299;border-top:1px solid #faf1e226;padding-block:1.25rem;font-size:.8rem}@media (width<=760px){.site-footer__inner{grid-template-columns:1fr 1fr}}.hero{background-image:var(--hero-image);min-height:92vh;color:var(--cream);isolation:isolate;background-position:50% 35%;background-size:cover;align-items:center;display:flex;position:relative}.hero__overlay{z-index:-1;background:linear-gradient(#140c06bf 0%,#140c068c 45%,#140c06e0 100%);position:absolute;inset:0}.hero__content{max-width:720px;padding-block:6rem 4rem}.hero .eyebrow{color:var(--mustard-light)}.hero .eyebrow:before,.hero .eyebrow:after{background:var(--mustard-light)}.hero h1{color:var(--cream);margin-top:.4rem;font-size:clamp(3rem,7vw,5.2rem)}.hero__tagline{font-family:var(--font-script);color:var(--mustard-light);margin-top:.6rem;font-size:1.5rem;font-style:italic}.hero__lede{color:#faf1e2e6;max-width:52ch;margin-top:1.4rem;font-size:1.05rem}.hero__actions{flex-wrap:wrap;gap:1rem;margin-top:2.2rem;display:flex}.hero .btn-outline{border-color:var(--cream);color:var(--cream)}.hero .btn-outline:hover{background:var(--cream);color:var(--ink)}.hero__address{color:#faf1e2bf;margin-top:2rem;font-size:.9rem}.story{grid-template-columns:1.4fr 1fr;align-items:center;gap:3rem;padding-block:6rem;display:grid}.story__text h2{color:var(--red);margin-top:.5rem;margin-bottom:1.4rem;font-size:clamp(2rem,3.5vw,2.8rem)}.story__text p{color:var(--ink-soft);margin-bottom:1rem}.story__badge{justify-content:center;align-items:center;gap:1rem;display:flex}.story__badge-circle{border:2px solid var(--red);text-align:center;background:var(--paper);width:168px;height:168px;box-shadow:var(--shadow);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.story__badge-circle span{color:var(--mustard);margin-bottom:.2rem;font-size:1.4rem}.story__badge-circle strong{font-family:var(--font-display);color:var(--red);font-size:1.05rem}.story__badge-circle em{font-family:var(--font-script);color:var(--ink-soft);margin-top:.15rem;font-size:.85rem;font-style:italic}.story__badge-circle--souls{border-color:var(--ink)}.story__badge-circle--souls strong{color:var(--ink)}.story__badge-and{font-family:var(--font-display);color:var(--mustard);font-size:1.6rem}.signature{background:var(--paper);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding-block:5.5rem}.section-heading{text-align:center;margin-bottom:3rem}.section-heading h2{color:var(--red);margin-top:.5rem;font-size:clamp(2rem,3.5vw,2.6rem)}.signature__grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.signature__card{background:var(--cream);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow);border-radius:18px;padding:1.75rem 1.5rem}.signature__icon{background:var(--paper-deep);border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 1.1rem;display:flex;overflow:hidden}.signature__icon img{object-fit:cover;width:100%;height:100%}.signature__card h3{color:var(--ink);margin-bottom:.5rem;font-size:1.15rem}.signature__card p{color:var(--ink-soft);min-height:3.4em;font-size:.9rem}.signature__price{font-family:var(--font-display);color:var(--red);margin-top:.9rem;font-weight:700;display:inline-block}.signature__cta{text-align:center;margin-top:3rem}.visit{padding-block:6rem}.visit__grid{grid-template-columns:1.3fr 1fr;align-items:start;gap:3rem;display:grid}.visit h2{color:var(--red);margin:.5rem 0 1.5rem;font-size:clamp(2rem,3.5vw,2.6rem)}.visit__line{color:var(--ink-soft);margin-bottom:.7rem}.visit__line a:hover{color:var(--red)}.visit__order{background:var(--paper);border:1px solid var(--border);border-radius:20px;padding:2.25rem}.visit__order h3{color:var(--ink);margin-bottom:1.2rem;font-size:1.3rem}.visit__order-links{flex-wrap:wrap;gap:1rem;display:flex}.visit__offline{color:var(--ink-soft);margin-top:1.4rem;font-size:.9rem}@media (width<=900px){.story{grid-template-columns:1fr}.signature__grid{grid-template-columns:repeat(2,1fr)}.visit__grid{grid-template-columns:1fr}}@media (width<=520px){.signature__grid{grid-template-columns:1fr}.story__badge{flex-direction:column}}.menu-hero{background:var(--ink);color:var(--cream);text-align:center;padding-block:4.5rem 3.5rem}.menu-hero .eyebrow{color:var(--mustard-light);justify-content:center}.menu-hero .eyebrow:before,.menu-hero .eyebrow:after{background:var(--mustard-light)}.menu-hero h1{color:var(--cream);margin-top:.5rem;font-size:clamp(2.4rem,5vw,3.4rem)}.menu-hero p{color:#faf1e2d9;max-width:56ch;margin:1rem auto 0}.menu-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:-1.75rem;margin-bottom:2.5rem;display:flex}.menu-tab{background:var(--cream);border:1px solid var(--border);letter-spacing:.02em;cursor:pointer;box-shadow:var(--shadow);border-radius:999px;padding:.85em 1.8em;font-size:.95rem;font-weight:600;transition:background .2s,color .2s}.menu-tab.is-active{background:var(--red);color:var(--cream);border-color:var(--red)}.menu-jumpnav{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:3rem;padding-block:1.5rem;display:flex}.menu-jumpnav button{border:1px solid var(--border);color:var(--ink-soft);cursor:pointer;background:0 0;border-radius:999px;padding:.45em 1.1em;font-size:.82rem;transition:border-color .2s,color .2s}.menu-jumpnav button:hover{border-color:var(--red);color:var(--red)}.menu-sections{flex-direction:column;gap:3.5rem;padding-bottom:5rem;display:flex}.menu-section h2{color:var(--red);border-bottom:2px solid var(--mustard);margin-bottom:1.6rem;padding-bottom:.6rem;scroll-margin-top:6.5rem;font-size:1.7rem}.menu-items{grid-template-columns:repeat(2,1fr);gap:.9rem 2.5rem;display:grid}.menu-item{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:.9rem;display:flex}.menu-item__text h3{font-family:var(--font-body);color:var(--ink);font-size:1rem;font-weight:600}.menu-item__text p{color:var(--ink-soft);margin-top:.2rem;font-size:.85rem}.menu-item__price{font-family:var(--font-display);color:var(--mustard);white-space:nowrap;font-weight:700}@media (width<=760px){.menu-items{grid-template-columns:1fr}}
