:root{--bg:#faf8f5;--bg-muted:#f1ebe4;--surface:#fff;--text:#1c1917;--text-soft:#57534e;--accent:#8b4518;--accent-hover:#6d3412;--accent-soft:#8b45181f;--accent-deep:#5c361a;--border:#1c191714;--shadow:0 20px 60px #1c191714;--radius:12px;--radius-lg:20px;--font-display:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:"DM Sans", system-ui, sans-serif;font-family:var(--font-body);color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55}*,:before,:after{box-sizing:border-box}body{min-height:100dvh;margin:0}#root{min-height:100dvh}.skip-link{z-index:999;background:var(--surface);color:var(--accent-deep);border-radius:var(--radius);box-shadow:var(--shadow);padding:.75rem 1rem;font-weight:600;position:absolute;left:-9999px}.skip-link:focus{top:1rem;left:1rem}.site-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#faf8f5eb;position:sticky;top:0}.site-header__inner{flex-wrap:wrap;align-items:center;gap:1rem;max-width:1120px;margin:0 auto;padding:.85rem clamp(1rem,4vw,1.75rem);display:flex}.site-logo{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);font-size:1.35rem;font-weight:700;text-decoration:none}.site-logo:hover{color:var(--accent)}.site-nav{flex:1;min-width:0}.site-nav ul{flex-wrap:wrap;justify-content:center;gap:.25rem 1.1rem;margin:0;padding:0;list-style:none;display:flex}.site-nav a{color:var(--text-soft);font-size:.9rem;font-weight:500;text-decoration:none}.site-nav a:hover{color:var(--accent)}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.4rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn--small{padding:.55rem 1.1rem;font-size:.875rem}.btn--header{border-color:var(--border);background:var(--surface);color:var(--text)}.btn--header:hover{border-color:var(--accent);color:var(--accent)}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{color:var(--accent-deep);background:0 0;border-color:#8b451859}.btn--ghost:hover{background:var(--accent-soft);border-color:var(--accent)}@media (width<=720px){.site-header__inner{justify-content:space-between}.site-nav{border-top:1px solid var(--border);flex-basis:100%;order:3;margin-top:.25rem;padding-top:.65rem}.site-nav ul{justify-content:flex-start}.btn--header{margin-left:auto}}.hero{align-items:flex-end;min-height:min(92dvh,880px);padding:clamp(2rem,6vw,4.5rem) clamp(1.25rem,4vw,1.75rem) clamp(3rem,8vw,5rem);display:flex;position:relative;overflow:hidden}.hero__bg{background:linear-gradient(165deg, #faf8f526 0%, #faf8f5d9 45%, var(--bg) 100%), radial-gradient(ellipse 120% 80% at 70% 20%, #8b45182e, transparent 55%), radial-gradient(ellipse 90% 60% at 10% 90%, #5c361a1f, transparent 50%);z-index:0;position:absolute;inset:0}.hero__content{z-index:1;width:100%;max-width:1120px;margin:0 auto;position:relative}.hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 .5rem;font-size:.8125rem;font-weight:600}.hero__title{font-family:var(--font-display);letter-spacing:-.03em;max-width:14ch;color:var(--text);margin:0 0 1rem;font-size:clamp(2.5rem,7vw,4rem);font-weight:700;line-height:1.08}.hero__lead{color:var(--text-soft);max-width:36rem;margin:0 0 1.75rem;font-size:clamp(1rem,2.4vw,1.1875rem)}.hero__actions{flex-wrap:wrap;gap:.75rem 1rem;display:flex}.section{padding:clamp(3rem,8vw,5rem) clamp(1.25rem,4vw,1.75rem)}.section--muted{background:var(--bg-muted)}.section--accent{background:linear-gradient(145deg, var(--accent-deep) 0%, #3d2618 100%);color:#faf8f5}.section--contact{padding-bottom:clamp(4rem,10vw,6rem)}.section__inner{max-width:1120px;margin:0 auto}.section__inner--split{align-items:start;gap:clamp(2rem,5vw,3.5rem);display:grid}@media (width>=840px){.section__inner--split{grid-template-columns:1fr 1fr}.section__inner--reverse>:first-child{order:2}.section__inner--reverse>:last-child{order:1}}.section__intro{max-width:40rem;margin-bottom:clamp(2rem,5vw,3rem)}.section__title{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.85rem,4vw,2.5rem);font-weight:700;line-height:1.15}.section__title--on-dark{color:#faf8f5}.section__subtitle{color:var(--text-soft);margin:0;font-size:1.0625rem}.section__subtitle--narrow{max-width:38rem}.section__lead{margin:0;font-size:1.125rem}.section__lead--on-dark{color:#faf8f5e0}.feature-grid{gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.feature-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);padding:1.35rem 1.25rem}.feature-card__title{font-family:var(--font-display);margin:0 0 .5rem;font-size:1.35rem;font-weight:700}.feature-card__text{color:var(--text-soft);margin:0;font-size:.9375rem}.highlight-list{color:var(--text-soft);margin:1.5rem 0 0;padding-left:1.15rem}.highlight-list li{margin-bottom:.5rem}.highlight-list li:last-child{margin-bottom:0}.menu-callout{background:var(--bg-muted);border-radius:var(--radius-lg);border:1px solid var(--border);align-self:stretch;padding:clamp(1.5rem,4vw,2.25rem)}.menu-callout__quote{font-family:var(--font-display);color:var(--accent-deep);margin:0 0 1rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-style:italic;font-weight:500;line-height:1.45}.menu-callout__note{color:var(--text-soft);margin:0;font-size:.9rem}.pill-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.pill-list li{border-radius:var(--radius);background:#ffffff1a;border:1px solid #ffffff2e;padding:.75rem 1rem;font-size:.9375rem}.pill-list--on-dark li{color:#faf8f5f2}.hours-grid{gap:1rem;margin-top:1.5rem;display:grid}@media (width>=600px){.hours-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.hours-grid{grid-template-columns:repeat(4,1fr)}}.hours-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:1.25rem 1.15rem}.hours-card__label{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin:0 0 .4rem;font-size:.8rem;font-weight:600}.hours-card__value{margin:0;font-size:.9375rem;line-height:1.45}.hours-card__hint{color:var(--text-soft);font-size:.82rem}.hours-footnote{color:var(--text-soft);margin:1.25rem 0 0;font-size:.875rem}.contact-grid{gap:1.5rem;margin-top:2rem;display:grid}@media (width>=640px){.contact-grid{grid-template-columns:repeat(3,1fr)}}.contact-block{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);margin:0;padding:1.35rem 1.25rem;font-style:normal}.contact-block__title{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);margin:0 0 .5rem;font-size:.8rem;font-weight:600}.contact-block p{margin:0;font-size:.975rem;line-height:1.5}.contact-link{color:var(--accent);font-weight:600;text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-hint{color:var(--text-soft)!important;margin-top:.5rem!important;font-size:.8rem!important}.map-placeholder{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--bg-muted) 0%, #e8dfd4 100%);min-height:200px;color:var(--text-soft);border:1px dashed #8b451859;justify-content:center;align-items:center;margin-top:2rem;font-size:.95rem;font-weight:500;display:flex}.site-footer{border-top:1px solid var(--border);background:var(--bg-muted);padding:1.25rem clamp(1.25rem,4vw,1.75rem)}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;max-width:1120px;margin:0 auto;display:flex}.site-footer__brand{color:var(--text-soft);margin:0;font-size:.9rem}.site-footer__meta{color:var(--text-soft);opacity:.85;margin:0;font-size:.8125rem}
