:root{--bg:#faf7f2;--bg-muted:#f0ebe3;--surface:#fff;--text:#1c1917;--muted:#57534e;--accent:#b45309;--accent-hover:#9a3412;--accent-soft:#b453091f;--border:#1c19171f;--header-bg:#faf7f2eb;--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;--space-section:clamp(3.5rem, 8vw, 6rem);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.6}*,:before,:after{box-sizing:border-box}body{min-height:100dvh;margin:0}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}#root{min-height:100dvh}a{color:var(--accent);text-underline-offset:.2em;text-decoration-thickness:1px}a:hover{color:var(--accent-hover)}.site{flex-direction:column;min-height:100dvh;display:flex}.container{width:min(100% - 2rem,1120px);margin-inline:auto}.container.narrow{width:min(100% - 2rem,640px)}.header{z-index:40;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0}.header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:min(100% - 2rem,1120px);margin-inline:auto;padding:.85rem 0;display:flex}.logo{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);font-size:1.35rem;font-weight:700;text-decoration:none}.logo:hover{color:var(--accent)}.nav{flex:1;justify-content:center;min-width:0;display:flex}.nav__list{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:center;gap:.35rem 1.25rem;max-width:100%;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.nav__list::-webkit-scrollbar{display:none}.nav a{color:var(--muted);font-size:.9rem;font-weight:500;text-decoration:none}.nav a:hover{color:var(--text)}.header__cta{flex-shrink:0}@media (width<=640px){.header__inner{flex-wrap:wrap;row-gap:.35rem}.nav{padding-block:.35rem 0 0;flex:100%;order:3;justify-content:flex-start}.nav__list{justify-content:flex-start;padding-bottom:.15rem}.nav a{white-space:nowrap}}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.35rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-hover);color:#fff}.btn--ghost{color:var(--text);border-color:var(--border);background:0 0}.btn--ghost:hover{border-color:var(--text);color:var(--text)}.btn--outline{color:var(--accent);background:0 0;border-color:#b4530973}.btn--outline:hover{background:var(--accent-soft);color:var(--accent-hover);border-color:var(--accent-hover)}.btn--small{padding:.55rem 1rem;font-size:.875rem}.hero{align-items:flex-end;min-height:min(92dvh,760px);padding:clamp(5rem,12vw,8rem) 1.25rem clamp(3rem,8vw,5rem);display:flex;position:relative}.hero__backdrop{z-index:0;background:linear-gradient(#faf7f226 0%,#faf7f2eb 85%),linear-gradient(135deg,#292524 0%,#44403c 40%,#78350f 100%);position:absolute;inset:0}.hero__backdrop:after{content:"";opacity:.35;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23faf7f2' fill-opacity='0.06'%3E%3Cpath d='M0 0h40v40H0zm40 40h40v40H40z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero__content{z-index:1;width:min(100%,640px);color:var(--text);background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);padding:clamp(1.75rem,4vw,2.5rem);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:-.02em;margin:0 0 1rem;font-size:clamp(2.25rem,5.5vw,3.35rem);font-weight:700;line-height:1.12}.hero__lead{color:var(--muted);max-width:36ch;margin:0 0 1.75rem;font-size:1.0625rem}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.section{padding-block:var(--space-section)}.section--muted{background:var(--bg-muted)}.section__title{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.85rem,4vw,2.35rem);font-weight:700}.section__intro{color:var(--muted);margin:0 0 1.25rem;font-size:1.0625rem}.section__head{max-width:52ch;margin-bottom:clamp(2rem,5vw,2.75rem)}.section__subtitle{color:var(--muted);margin:0;font-size:1rem}.muted{color:var(--muted)}.fine-print{color:var(--muted);margin:1.5rem 0 0;font-size:.8125rem}.pill-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.pill-list li{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.65rem 1rem;font-size:.9375rem}.grid-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.card-highlight{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:1.5rem 1.35rem}.card-highlight__title{font-family:var(--font-display);margin:0 0 .5rem;font-size:1.35rem;font-weight:600}.card-highlight__text{color:var(--muted);margin:0;font-size:.9375rem}.section--split{grid-template-columns:1fr 1fr;gap:0;min-height:min(420px,70vw);padding-block:0;display:grid}.split__content{padding:var(--space-section) clamp(1.25rem, 5vw, 4rem);flex-direction:column;justify-content:center;max-width:560px;margin-inline:auto;display:flex}.split__content p{margin:0 0 1rem}.split__panel{background:#292524;min-height:280px}.split__texture{background:linear-gradient(145deg,#b4530959,#0000 55%),linear-gradient(315deg,#faf7f214,#0000 40%);height:100%;min-height:280px}@media (width<=768px){.section--split{grid-template-columns:1fr}.split__panel{order:-1;min-height:200px}.split__texture{min-height:200px}}.hours{margin:0}.hours__row{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,160px) 1fr;gap:1rem;padding:1rem 0;display:grid}.hours__row:first-child{padding-top:0}.hours__row dt{margin:0;font-weight:600}.hours__row dd{color:var(--muted);margin:0}.hours__row--note dd{font-style:italic}.section--contact{padding-bottom:calc(var(--space-section) + 1rem)}.contact{grid-template-columns:1fr 1fr;align-items:stretch;gap:clamp(2rem,5vw,3rem);display:grid}.contact__lead{margin-top:.5rem;margin-bottom:1.5rem}.contact__address{margin:0 0 1.25rem;font-size:1rem;font-style:normal;line-height:1.65}.contact__channels{margin:0;padding:0;list-style:none}.contact__channels li{margin-bottom:.35rem}.contact__channels a{font-weight:600;text-decoration:none}.contact__channels a:hover{text-decoration:underline}.contact__map{min-height:260px}.map-embed{border-radius:var(--radius-lg);background:linear-gradient(160deg, #1c191714, #b4530926), var(--bg-muted);height:100%;min-height:260px;color:var(--text);border:1px dashed #b4530959;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:1.5rem;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.map-embed:hover{border-color:var(--accent);background:linear-gradient(160deg, #1c19170f, #b4530938), var(--bg-muted);color:var(--text)}.map-embed__label{font-family:var(--font-display);margin-bottom:.35rem;font-size:1.5rem;font-weight:600}.map-embed__hint{color:var(--muted);font-size:.8125rem}@media (width<=768px){.contact{grid-template-columns:1fr}}.footer{border-top:1px solid var(--border);background:var(--bg-muted);margin-top:auto;padding:2rem 1rem}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 2rem;display:flex}.footer__brand{font-family:var(--font-display);margin:0;font-size:1.05rem;font-weight:600}.footer__copy{color:var(--muted);margin:0;font-size:.875rem}
