@font-face{font-family:Manrope;src:url('assets/manrope-latin.woff2') format('woff2');font-style:normal;font-weight:200 800;font-display:swap}
:root{color-scheme:light;--paper:#f7f8f3;--surface:#e9eddf;--ink:#252923;--muted:#62695e;--line:#ced3c6;--accent:#d6e5ae;--dark:#20241f;--pad:24px;--max:1248px;--header:76px;--radius:2px;--ease:cubic-bezier(.23,1,.32,1);--ease-drawer:cubic-bezier(.32,.72,0,1);--ease-flow:cubic-bezier(.45,0,.55,1)}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 24px)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.scroll-locked{position:fixed;width:100%;overflow:hidden}
button,a{-webkit-tap-highlight-color:transparent}
button,input{font:inherit}
button{color:inherit;cursor:pointer}
a{color:inherit;text-decoration:none}
button{border:0}
img{max-width:100%}
svg{display:block;width:24px;height:24px;flex-shrink:0}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #6c824a;outline-offset:5px}
.site-header :focus-visible,.hero :focus-visible{outline-color:var(--accent)}
p,h1,h2,h3,figure{margin:0}
h1,h2,h3{font-weight:500;line-height:1.08;letter-spacing:-.055em}
h2{font-size:clamp(38px,4.8vw,64px)}
h3{font-size:28px;letter-spacing:-.035em}
.wrap{width:min(calc(100% - 2 * var(--pad)),var(--max));margin-inline:auto}
.section{padding-block:88px}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;line-height:1.4}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:8px;left:16px;z-index:30;padding:12px 18px;background:var(--accent);color:var(--ink);transform:translateY(-150%)}
.skip-link:focus{transform:translateY(0)}
.site-header{position:fixed;inset:0 0 auto;z-index:20;height:var(--header);background:transparent;color:#fafbf7;border-bottom:1px solid transparent;transition:background-color 260ms var(--ease),border-color 260ms var(--ease),box-shadow 260ms var(--ease),backdrop-filter 260ms var(--ease)}
.site-header.is-scrolled{background:rgb(21 23 19 / .96);border-bottom-color:#343a30;box-shadow:0 3px 10px rgb(0 0 0 / .14);backdrop-filter:blur(10px)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;min-height:44px;flex-shrink:0}
.brand img{width:156px;height:48px;object-fit:contain;mix-blend-mode:screen}
.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto}
.desktop-nav a{font-size:13px;font-weight:500;min-height:44px;display:flex;align-items:center;position:relative}
.desktop-nav a::after{content:'';position:absolute;bottom:6px;left:0;right:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .22s var(--ease)}

.header-actions,.socials{display:flex;align-items:center;gap:4px}
.icon-link,.icon-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border-radius:var(--radius);flex-shrink:0;transition:background .2s ease,transform .2s ease}
.icon-link svg{width:19px;height:19px}

.menu-toggle{margin-left:8px;border-left:1px solid rgb(250 251 247 / .42);border-radius:0;width:52px;padding-left:10px;transition:border-color 260ms var(--ease),background-color 180ms ease,transform 160ms var(--ease)}
.site-header.is-scrolled .menu-toggle{border-left-color:#51564b}
.hero{position:relative;min-height:100svh;display:flex;align-items:center;color:#fff;isolation:isolate;background:#30372d;padding:calc(var(--header) + 104px) 0 88px}
.hero>picture{position:absolute;inset:0;z-index:-2;width:100%;height:100%}
.hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.hero::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.12) 32%,rgba(0,0,0,.28) 72%,rgba(0,0,0,.22) 100%);pointer-events:none}
.hero-content{padding-top:60px;text-shadow:0 1px 4px rgb(0 0 0 / .2)}
.hero-title-block,.hero-cta-block{min-width:0}
.hero .eyebrow{margin-bottom:24px;display:flex;align-items:center;gap:16px}
.hero h1{font-size:clamp(64px,8.4vw,118px);font-weight:600;max-width:850px;letter-spacing:-.065em;line-height:1.01}
.hero h1 span{display:block}
.hero-copy{margin-top:26px;font-size:18px;line-height:1.65;max-width:430px;font-weight:500}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px;text-shadow:none}
.button{min-height:52px;display:inline-flex;gap:26px;align-items:center;justify-content:center;padding:13px 22px;border:1px solid transparent;border-radius:var(--radius);background:var(--ink);color:var(--paper);font-size:13px;font-weight:700;line-height:1.4;white-space:nowrap;transition:background .2s ease,color .2s ease,transform .2s var(--ease)}
.button svg{width:20px;height:20px;transition:transform .2s var(--ease)}

.button:active,.icon-button:active,.icon-link:active{transform:scale(.97)}

.button-accent{background:var(--accent);color:var(--ink)}

.button-light{background:var(--paper);color:var(--ink)}

.button-outline{background:transparent;color:var(--ink);border-color:var(--ink)}

.visit-strip{background:var(--accent);padding-block:22px}
.visit-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:13px;font-weight:600}
.visit-strip a{display:flex;gap:16px;align-items:center}
.visit-strip svg{width:19px;height:19px}
.about{display:grid;grid-template-columns:1fr 1.06fr;gap:clamp(48px,7vw,112px);align-items:center}
.about-copy{max-width:560px}
.about-copy .eyebrow{color:var(--accent);margin-bottom:25px}
.about-copy h2{max-width:570px;font-size:clamp(38px,4.2vw,59px);line-height:1.12}
.about-copy p:not(.eyebrow){color:#c1c8ba;margin-top:24px;max-width:460px;font-size:16px}
.text-link{display:inline-flex;align-items:center;gap:18px;min-height:44px;font-size:13px;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:3px}
.text-link svg{width:19px;height:19px;transition:transform .2s var(--ease)}

.about-copy .text-link{margin-top:22px}
.portrait{display:block;position:relative;aspect-ratio:3 / 4;overflow:hidden;align-self:start;min-width:0;border-radius:var(--radius)}
.portrait img{width:100%;height:100%;display:block;object-fit:cover}
.about-image img{object-position:50% 50%}
.menu-section{padding-top:88px}
.section-intro{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:end;margin-bottom:44px}
.section-intro p{color:var(--muted);max-width:365px;font-size:16px;margin:0 0 5px auto}
.menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}
.menu-card .portrait{margin-bottom:24px}
.menu-card h3{margin:10px 0 14px;font-size:31px}
.menu-card>p{font-size:14px;color:var(--muted);max-width:360px;line-height:1.8}
.menu-card .menu-detail{font-size:12px;line-height:1.8;margin-top:17px;color:var(--ink);font-weight:600}
.gallery-section{background:var(--paper)}
.gallery-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:38px}
.gallery-heading h2{max-width:650px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}
.gallery-item{display:block;border:0;padding:0;text-align:initial;background:transparent;width:100%;cursor:zoom-in}
.gallery-item .portrait{width:100%}
.gallery-item img{transition:transform .55s var(--ease)}

.gallery-item .zoom-mark{position:absolute;bottom:16px;right:16px;width:36px;height:36px;display:grid;place-items:center;background:var(--paper);color:var(--ink);opacity:0;transform:translateY(4px);transition:opacity .2s,transform .2s}

.zoom-mark svg{width:20px;height:20px}
.gallery-note{margin-top:24px;padding-top:16px;border-top:1px solid var(--line);font-size:13px;display:flex;justify-content:space-between;align-items:center;gap:18px;color:var(--muted)}
.gallery-note .socials{color:var(--ink)}
.reviews-header{display:flex;align-items:center;justify-content:space-between;gap:36px;margin-bottom:46px}
.rating-summary{display:flex;align-items:center;gap:16px}
.rating-score{font-size:70px;font-weight:500;line-height:1;letter-spacing:-.065em}
.stars{font-family:Arial,sans-serif;letter-spacing:3px;font-size:14px;line-height:1.4;color:#536b39;white-space:nowrap}
.rating-summary small{font-size:11px;color:var(--muted);display:block;margin-top:4px}
.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}
.review{border-top:1px solid var(--line);padding-top:25px;display:flex;flex-direction:column;align-items:flex-start}
.review blockquote{margin:20px 0 24px;font-size:19px;line-height:1.6;letter-spacing:-.025em;flex:1}
.reviewer{display:flex;gap:12px;align-items:center;font-size:12px;font-weight:700}
.reviewer img{width:42px;height:42px;object-fit:cover;border-radius:50%}
.review .text-link{font-size:11px;margin-top:16px;border-bottom-color:var(--line);min-height:38px;font-weight:500}
.review .text-link svg{width:15px;height:15px}
.visit-section{border-top:1px solid var(--line);padding-top:88px}
.visit-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:48px}
.visit-head h2{max-width:650px}
.visit-head>.button{margin-top:8px}
.visit-details{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:52px;margin-bottom:40px}
.visit-details h3{font-family:inherit;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;margin-bottom:18px;line-height:1.4}
.detail-label{display:flex;align-items:center;gap:10px;color:#536b39;margin-bottom:18px}
.detail-label h3{margin:0;color:var(--ink)}
.detail-label img{width:20px;height:20px;flex:0 0 auto}
address{font-style:normal;font-size:15px;line-height:1.7}
.phone-link{display:inline-block;margin-top:12px;font-size:15px;text-decoration:underline;text-underline-offset:5px;min-height:34px}
.phone-with-icon{display:inline-flex;align-items:center;gap:8px}
.phone-with-icon img{width:18px;height:18px;flex:0 0 auto}
.hours{display:grid;grid-template-columns:1fr auto;gap:9px 20px;margin:0;font-size:14px;line-height:1.8}
.hours dd{margin:0;text-align:right}
.hours dt,.hours dd{white-space:nowrap}
.amenities{list-style:none;margin:0;padding:0;font-size:14px;line-height:1.9;color:var(--muted)}
.amenities li{display:flex;align-items:flex-start;gap:9px}
.amenities li img{width:18px;height:18px;flex:0 0 auto;margin-top:5px;color:#536b39}
.map-viewport{width:100%;height:440px;overflow:hidden;background:#e4e8df;border-radius:var(--radius)}
.map-frame{width:100%;height:100%;display:block;border:0;transform-origin:top left}
.site-footer{padding:54px 0 24px;background:var(--dark);color:var(--paper)}
.footer-main{display:flex;align-items:flex-start;justify-content:space-between;gap:42px}
.footer-logo{display:block;width:235px;border-radius:var(--radius)}
.footer-logo img{display:block;width:100%;height:auto;mix-blend-mode:screen}
.footer-brand p{font-size:12px;margin-top:20px;color:#bfc7b8}
.footer-links{display:flex;flex-wrap:wrap;gap:8px 25px;max-width:210px;font-size:13px;align-items:center}
.footer-links a{min-height:40px;display:flex;align-items:center}
.footer-contact{font-size:12px;color:#bfc7b8}
.footer-contact .socials{color:var(--accent);margin-top:8px;margin-left:-11px}
.footer-base{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:20px;border-top:1px solid #4b5445;font-size:10px;color:#bfc7b8}
.footer-base a{min-height:32px}
dialog{border:0;padding:0;color:var(--ink);background:var(--paper);max-width:none;max-height:none}
dialog::backdrop{background:rgb(15 18 14 / .78)}
.navigation-dialog{position:fixed;inset:0 0 0 auto;margin:0;width:min(500px,100%);height:100dvh;padding:25px 36px 32px;overflow:auto}
.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px}
.dialog-top p{font-size:12px;color:var(--muted)}
.drawer-links{display:flex;flex-direction:column;gap:17px;margin:56px 0 44px}
.drawer-links a{display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:clamp(27px,5vw,40px);line-height:1.2;letter-spacing:-.04em;min-height:48px}
.drawer-links a svg{width:25px;height:25px}
.drawer-details{border-top:1px solid var(--line);padding-top:26px;font-size:14px;color:var(--muted)}
.drawer-details p+p{margin-top:15px}
.drawer-details .socials{margin:20px 0 0 -10px;color:var(--ink)}
.viewer{width:100%;height:100dvh;inset:0;margin:0;background:#171a16;color:#f7f8f3;overflow:hidden}
.viewer-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:14px 28px;gap:20px}
.viewer-header h2{font-family:inherit;font-size:14px;letter-spacing:0;font-weight:500;line-height:1.4}
.viewer-stage{position:relative;display:flex;align-items:center;justify-content:center;height:calc(100dvh - 154px);padding:0 70px}
.viewer-image{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}
.viewer-controls{height:82px;display:flex;align-items:center;justify-content:center;gap:26px;padding:14px 20px}
.viewer-controls span{font-size:12px;min-width:40px;text-align:center}
.viewer-controls .icon-button{border:1px solid #697060}
.viewer-status{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;text-align:center;padding:15px;background:#171a16}
.menu-viewer .viewer-stage{height:calc(100dvh - 138px);padding-inline:24px}
.menu-viewer .viewer-image{cursor:zoom-in}
.menu-viewer.is-zoomed .viewer-stage{overflow:auto;display:block;padding:0 20px;overscroll-behavior:contain}
.menu-viewer.is-zoomed .viewer-image{max-width:none;max-height:none;width:1100px;height:auto;margin-inline:auto;cursor:zoom-out}
.menu-viewer .viewer-controls{height:66px}
.menu-viewer .viewer-controls button{font-size:12px;color:var(--paper);background:transparent;min-height:44px;border-bottom:1px solid #697060}
.viewer :focus-visible{outline-color:var(--accent)}

/* The merchant's charcoal signage and leafy interior carry through the page. */
.hero .eyebrow::before{content:'';width:34px;height:1px;background:currentColor}
.visit-strip p{display:flex;align-items:center;gap:20px}
.strip-label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;border-right:1px solid #8c9d70;padding-right:20px}
.strip-time{font-variant-numeric:tabular-nums}
.section-intro .eyebrow,.gallery-heading .eyebrow,.reviews-header .eyebrow,.visit-head .eyebrow{font-size:10px;letter-spacing:.14em;font-weight:700;color:var(--muted);margin:0 0 20px;max-width:none}
.menu-card .menu-category{font-size:10px;letter-spacing:.13em;line-height:1.4;color:var(--muted)}
.menu-card .text-link{font-size:12px;min-height:38px;margin-top:10px}
.menu-card .portrait img{transition:transform .6s var(--ease)}

.brunch-board{margin-top:56px;padding:40px 42px;background:var(--surface);border-top:3px solid var(--ink);scroll-margin-top:24px}
.brunch-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:32px}
.brunch-heading .eyebrow{font-size:10px;color:var(--muted);margin-bottom:12px}
.brunch-heading h3{font-size:42px}
.brunch-heading>p{font-size:13px;line-height:1.75;color:var(--muted);max-width:290px}
.brunch-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:60px}
.brunch-list>li{padding:22px 0;border-top:1px solid #c1c8b4}
.dish-heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:9px}
.dish-heading h4{font-size:19px;font-weight:600;line-height:1.4;letter-spacing:-.035em;margin:0}
.dish-heading span{font-size:16px;font-weight:600;white-space:nowrap;font-variant-numeric:tabular-nums}
.brunch-list p{font-size:13px;line-height:1.75;color:#56604e;max-width:430px}
.brunch-list small{display:block;font-size:11px;line-height:1.6;margin-top:5px;color:#56604e}
.brunch-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid #c1c8b4;padding-top:20px}
.brunch-footer>p{font-size:11px;color:#56604e}
.brunch-footer .text-link{font-size:12px}
.experience-section{background:var(--dark);color:var(--paper)}
.about>figure{min-width:0}
.about figcaption{font-size:11px;color:#bfc7b8;margin-top:14px;letter-spacing:.02em}
.about-copy h2 span{color:var(--accent)}
.about-copy .text-link{border-bottom-color:#99a28f;color:var(--accent);margin-top:30px}
.experience-facts{display:grid;grid-template-columns:1fr 1fr;gap:24px;border-top:1px solid #4b5445;margin-top:32px;padding-top:25px}
.experience-facts h3{font-size:12px;letter-spacing:0;line-height:1.6;font-weight:600}
.experience-facts p:not(.eyebrow){font-size:12px;margin-top:5px;color:#bfc7b8}
.experience-section :focus-visible,.site-footer :focus-visible{outline-color:var(--accent)}
.gallery-caption{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;padding:14px 0 4px}
.gallery-caption>span:last-child{font-size:10px;color:var(--muted);font-variant-numeric:tabular-nums}
#reviews{padding-top:48px}
.hours{padding:20px;background:var(--surface);font-size:12px;gap:12px 16px}
.hours dd:first-of-type{font-weight:700}
.visit-amenities .amenities li{border-bottom:1px solid var(--line);padding:6px 0}

@media(min-width:768px){
  .hero{align-items:stretch;padding:0}
  .hero-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,410px);align-items:end;gap:72px;padding-top:calc(var(--header) + 208px);padding-bottom:72px}
  .hero-title-block .eyebrow{margin-bottom:20px}
  .hero h1{max-width:920px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(72px,7vw,96px);font-weight:400;letter-spacing:-.04em;line-height:.92}
  .hero h1 span{display:block}
  .hero-cta-block{display:flex;flex-direction:column;align-items:flex-end;text-align:right;padding-bottom:5px}
  .hero-copy{max-width:350px;margin-top:0;font-size:18px;line-height:1.65}
  .hero-actions{justify-content:flex-end;margin-top:30px}
  .daily-seal{top:104px;bottom:auto}
}

@media(min-width:1440px){:root{--pad:64px}}
@media(max-width:1023px){
  :root{--pad:32px}
  .desktop-nav{gap:20px}.section{padding-block:72px}.about{gap:40px}.about-copy h2{font-size:42px}.about-copy p:not(.eyebrow){font-size:14px}
  .experience-facts{grid-template-columns:1fr;gap:14px;margin-top:24px;padding-top:20px}.experience-facts p:not(.eyebrow){font-size:12px}
  .section-intro{gap:44px}.menu-card h3{font-size:26px}.brunch-board{padding:32px}.brunch-list{column-gap:36px}.dish-heading h4{font-size:17px}.dish-heading span{font-size:14px}
  .review-grid{gap:28px}.review blockquote{font-size:17px}.visit-details{gap:30px;grid-template-columns:1fr 1fr}.visit-amenities{grid-column:1/-1}.amenities{display:flex;flex-wrap:wrap;gap:12px 28px}
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero h1{font-size:82px}.gallery-heading .text-link{flex-shrink:0}.footer-main{gap:28px}.footer-logo{width:195px}
}
@media(max-width:767px){
  :root{--pad:24px;--header:70px}
  .desktop-nav{display:none}.brand img{width:140px;height:44px}.header-inner{gap:10px}.header-actions{gap:0}.header-actions .icon-link{width:38px}.menu-toggle{width:42px;margin-left:5px;padding-left:6px}.icon-link svg{width:18px;height:18px}
  .hero{padding-top:calc(var(--header) + 150px);padding-bottom:76px;align-items:flex-end;min-height:100svh}.hero>picture{inset:0;height:100%}.hero::before{background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.12) 32%,rgba(0,0,0,.28) 72%,rgba(0,0,0,.22) 100%)}.hero-content{display:block;padding-top:0}.hero .eyebrow{font-size:10px;letter-spacing:.14em;margin-bottom:21px;gap:12px}.hero .eyebrow::before{width:24px}.hero h1{font-size:clamp(52px,13.65vw,72px);line-height:1.04;letter-spacing:-.04em}.hero-copy{font-size:15px;max-width:320px;margin-top:22px;line-height:1.7}.hero-actions{margin-top:28px;gap:10px}.hero-actions .button{font-size:12px;gap:17px;padding:14px 18px;min-height:50px}.hero-image{object-position:35% 50%;transform:scale(1.05) translateX(2.5%)}
  .visit-strip{padding-block:18px}.visit-strip .wrap{flex-direction:column;align-items:flex-start;gap:7px;font-size:12px}.visit-strip p{gap:14px}.strip-label{display:none}.visit-strip a{gap:12px}.visit-strip svg{width:16px;height:16px}
  .section{padding-block:60px}.section-intro{display:block;margin-bottom:30px}.section-intro>p{font-size:15px;max-width:360px;margin:20px 0 0}.section-intro .eyebrow,.gallery-heading .eyebrow,.reviews-header .eyebrow,.visit-head .eyebrow{margin-bottom:16px;font-size:9px}
  .menu-grid{grid-template-columns:1fr;gap:34px}.menu-card .portrait{margin-bottom:20px}.menu-card h3{font-size:29px;margin:9px 0 12px}.menu-card>p{max-width:100%}.menu-card .menu-detail{margin-top:12px}.menu-card .text-link{margin-top:8px}
  .brunch-board{margin-top:38px;padding:27px 22px}.brunch-heading{display:block;margin-bottom:25px}.brunch-heading h3{font-size:34px}.brunch-heading>p{margin-top:16px;font-size:12px}.brunch-list{grid-template-columns:1fr}.brunch-list>li{padding:19px 0}.dish-heading{gap:14px}.dish-heading h4{font-size:17px}.dish-heading span{font-size:14px}.brunch-list p{font-size:12px;line-height:1.75}.brunch-list small{font-size:11px}.brunch-footer{flex-direction:column;align-items:flex-start;gap:10px;padding-top:16px}.brunch-footer>p{font-size:10px}
  .about{grid-template-columns:1fr;gap:30px}.about-copy{grid-row:1}.about-copy .eyebrow{margin-bottom:18px;font-size:10px}.about-copy h2{font-size:38px;line-height:1.12}.about-copy p:not(.eyebrow){margin-top:19px;font-size:15px}.about-copy .text-link{margin-top:20px}.about-image{width:100%}.experience-facts{grid-template-columns:1fr 1fr;gap:20px}.experience-facts h3{font-size:11px}.experience-facts p:not(.eyebrow){margin-top:6px;font-size:11px}.about figcaption{font-size:10px}
  .gallery-heading{display:block;margin-bottom:28px}.gallery-heading .text-link{margin-top:20px}.gallery-grid{grid-template-columns:1fr;gap:16px}.gallery-item .zoom-mark{opacity:1;transform:none;bottom:14px;right:14px;width:32px;height:32px}.gallery-caption{padding:11px 0 8px;font-size:11px}.gallery-note{margin-top:20px;gap:10px;font-size:11px}.gallery-note .socials{gap:0}
  #reviews{padding-top:24px}.reviews-header{display:block;margin-bottom:30px}.rating-summary{margin-top:24px}.rating-score{font-size:52px}.review-grid{grid-template-columns:1fr;gap:30px}.review{padding-top:22px}.review blockquote{font-size:20px;line-height:1.55;margin:18px 0 22px}.review .text-link{margin-top:13px}
  .visit-head{display:block;margin-bottom:32px}.visit-head>.button{margin-top:24px}.visit-details{grid-template-columns:1fr;gap:28px;margin-bottom:30px}.visit-details h3{margin-bottom:13px}.visit-amenities{grid-column:auto}.amenities{display:block;line-height:1.9}.hours{max-width:100%;padding:20px}.map-viewport{width:100vw;height:380px;margin-left:calc(-1 * var(--pad))}
  .site-footer{padding-top:38px}.footer-main{display:grid;grid-template-columns:1fr;gap:24px}.footer-logo{width:210px}.footer-links{max-width:100%;gap:4px 26px}.footer-contact .socials{margin-top:6px}.footer-base{margin-top:26px;font-size:10px;gap:16px}
  .navigation-dialog{padding:20px 26px}.drawer-links{margin-top:42px;gap:20px}.viewer-header{height:68px;padding:12px 18px}.viewer-stage{padding-inline:12px;height:calc(100dvh - 145px)}.viewer-controls{height:77px}.menu-viewer .viewer-stage{height:calc(100dvh - 134px);padding-inline:10px}.menu-viewer.is-zoomed .viewer-stage{padding:0 12px}
}
@media(max-width:359px){:root{--pad:18px}.brand img{width:122px}.header-actions .icon-link{width:33px}.hero h1{font-size:49px}.hero-actions .button{padding-inline:14px;gap:12px}.brunch-board{padding-inline:18px}.dish-heading h4{font-size:16px}.about-copy h2{font-size:34px}}
@media(max-height:600px) and (min-width:768px){.hero{padding-top:115px;padding-bottom:42px}.hero-content{padding-top:0}.hero h1{font-size:64px}.hero .eyebrow{margin-bottom:14px}.hero-copy{margin-top:16px}.hero-actions{margin-top:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

.desktop-nav a[aria-current="location"]::after{transform:scaleX(1)}
.gallery-item:focus-visible .zoom-mark{opacity:1;transform:translateY(0)}
