@font-face{font-family:Barlow;src:url('assets/display.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:DM Sans;src:url('assets/body.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}
:root{--paper:#f5f6f2;--ink:#22251f;--muted:#5b6056;--line:#cdd0c5;--tint:#eeefe6;--accent:#e6d77d;--gutter:clamp(22px,5vw,80px);--radius:2px;--header:76px;--display:Barlow,'Arial Narrow',sans-serif;--body:'DM Sans',Arial,sans-serif;--ease:cubic-bezier(.23,1,.32,1);--ease-drawer:cubic-bezier(.32,.72,0,1);--ease-ambient:cubic-bezier(.45,0,.55,1)}
/* Layer order: document, fixed header (30), native dialog top layer. */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 22px);color-scheme:light}
body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.65 var(--body);-webkit-font-smoothing:antialiased}
button,a{-webkit-tap-highlight-color:transparent}
button,input{font:inherit}
button{color:inherit;cursor:pointer}
a{color:inherit;text-decoration:none}
a,button{touch-action:manipulation}
button{border-radius:var(--radius)}
img{max-width:100%}
p,h1,h2,h3,h4,figure,blockquote{margin:0}
button{border:0}
button:disabled{cursor:default}
button:focus-visible,a:focus-visible{outline:3px solid #99630b;outline-offset:5px}
::selection{background:var(--accent);color:var(--ink)}
.icon-sprite{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.ui-icon{display:block;flex:none;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.shell{width:min(1280px,calc(100% - var(--gutter)*2));margin-inline:auto}
.section{padding-block:clamp(64px,6.5vw,96px)}
h1,h2,h3{font-family:var(--display);font-weight:600}
h2{font-size:clamp(46px,5.1vw,74px);line-height:1.02;letter-spacing:-.018em}
h3{font-size:34px;line-height:1.12}
.eyebrow{font-size:12px;font-weight:650;letter-spacing:.14em;text-transform:uppercase;line-height:1.6}
.text-link{display:inline-flex;gap:16px;align-items:center;min-height:44px;font-weight:600;font-size:14px;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}
.text-link span{font-size:21px;text-decoration:none;line-height:1}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;min-height:54px;padding:14px 24px;border:1px solid transparent;border-radius:var(--radius);font-size:14px;font-weight:650;line-height:1.5;white-space:nowrap;transition:background 180ms ease,transform 140ms var(--ease)}
.button span{font-size:22px;line-height:1}
.button-dark{background:var(--ink);color:var(--paper)}
.button-light{background:var(--paper);color:var(--ink)}
.button-accent{background:var(--accent);color:var(--ink)}
.button-row{display:flex;gap:12px;flex-wrap:wrap}
.button:active,.icon-link:active{transform:scale(.97)}
.skip-link{position:fixed;left:12px;top:10px;z-index:40;padding:10px 20px;transform:translateY(-160%);opacity:0;pointer-events:none;background:var(--ink);color:var(--paper)}
.skip-link:focus{transform:translateY(0);opacity:1;pointer-events:auto}
.site-header{position:fixed;top:0;left:0;width:100%;height:var(--header);z-index:30;background:transparent;border-bottom:1px solid transparent;color:#fafbf6;transition:background-color 220ms var(--ease),border-color 220ms var(--ease),color 180ms var(--ease)}
.site-header.is-scrolled{background-color:var(--paper);border-bottom-color:rgb(34 37 31/.1);color:var(--ink)}
.nav-shell{max-width:1500px;padding-inline:var(--gutter);height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:13px}
.brand img{width:58px;height:58px;display:block;border-radius:50%}
.brand>span{font-size:16px;font-weight:700;line-height:1.1;letter-spacing:-.025em}
.desktop-nav{display:flex;gap:36px;align-items:center}
.desktop-nav a{font-size:14px;font-weight:600;min-height:44px;display:flex;align-items:center;white-space:nowrap}
.nav-actions,.social-links{display:flex;align-items:center;gap:4px}
.nav-actions{gap:18px}
.icon-link{display:grid;place-items:center;width:44px;height:44px;transition:opacity .2s var(--ease)}
.icon-link svg{width:20px;height:20px;fill:currentColor}
.nav-toggle{display:flex;align-items:center;gap:16px;min-height:44px;padding:0 0 0 18px;border-left:1px solid var(--line);background:none}
.menu-label{font-weight:600;font-size:14px}
.hamburger{width:23px;height:20px;display:block;position:relative}
.hero{position:relative;isolation:isolate;min-height:100svh;display:flex;align-items:flex-end;padding-top:calc(var(--header) + 55px);padding-bottom:clamp(40px,7vh,80px);overflow:hidden;background:#53534a}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 54%;display:block;z-index:-2}
.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.10) 35%,rgba(0,0,0,.28) 100%);z-index:-1;pointer-events:none}
.hero-content{color:#fafbf6}
.hero-content .eyebrow{margin-bottom:18px;text-shadow:0 1px 5px rgb(0 0 0/.3)}
h1{font-size:clamp(90px,12vw,174px);line-height:.86;letter-spacing:-.025em;text-transform:uppercase;max-width:880px;text-shadow:0 2px 12px rgb(0 0 0/.22)}
.hero-description{font-size:clamp(17px,1.6vw,22px);font-weight:550;line-height:1.5;margin-block:26px 28px;text-shadow:0 1px 5px rgb(0 0 0/.3)}
@media(min-width:1150px){
  .hero-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(292px,.62fr);grid-template-rows:auto 1fr auto;column-gap:clamp(56px,8vw,140px);align-items:end}
  .hero-content .eyebrow{grid-column:1;grid-row:1;margin-bottom:14px}
  .hero-content h1{grid-column:1;grid-row:2 / 4;align-self:end;font-size:clamp(86px,10.3vw,148px)}
  .hero-description{grid-column:2;grid-row:2;align-self:end;justify-self:end;max-width:22ch;margin:0 0 26px;text-align:right}
  .hero .button-row{grid-column:2;grid-row:3;justify-self:end;justify-content:flex-end}
}
.portrait{position:relative;aspect-ratio:3/4;width:100%;overflow:hidden;align-self:start;margin:0;background:#d9dccf}
.portrait>img{width:100%;height:100%;display:block;object-fit:cover}

/* Compact arrival information links the hero to the neighbourhood story. */
.quick-info{background:var(--accent);color:var(--ink)}
.quick-info-inner{display:grid;grid-template-columns:1.2fr 1fr 1fr;align-items:center;min-height:76px}
.quick-info-inner>*{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:650;line-height:1.5;padding:10px 28px;border-left:1px solid rgb(34 37 31/.25)}
.quick-info-inner>:first-child{border:0;padding-left:0;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px}
.quick-info-inner>:last-child{padding-right:0;text-align:right}
.quick-info-inner>:nth-child(2){justify-content:center;text-align:center}
.quick-info-inner a span{font-size:22px;line-height:1}
.quick-info-label{display:inline-flex;align-items:center;gap:9px;font-size:13px;line-height:1.5}
.quick-info-inner a>.quick-info-label{font-size:13px;line-height:1.5}
.quick-info-inner .ui-icon{width:17px;height:17px}

.about{display:grid;grid-template-columns:1fr 1fr;gap:clamp(48px,7vw,100px);align-items:center}
.about-copy>.eyebrow{font-size:11px;margin-bottom:19px}
.about-copy>p:not(.eyebrow){max-width:44ch;margin-top:20px;color:var(--muted)}
.about-copy .lead{font-size:22px;line-height:1.45;color:var(--ink);margin-top:27px}
.about-copy>.text-link{margin-top:20px}
.about-figure{width:100%;max-width:510px;justify-self:end}
.about-figure figcaption{padding-top:14px;font-size:12px;color:var(--muted)}
.place-details{list-style:none;margin:29px 0 0;padding:22px 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.amenity-icon{display:block;width:22px;height:22px;margin-bottom:9px;color:#6d7046}
.place-details strong{display:block;font-size:13px;font-weight:650}
.place-details span{display:block;font-size:12px;color:var(--muted);line-height:1.55;margin-top:5px;max-width:14ch}
.menu-section{background:var(--tint)}
.section-heading{margin-bottom:38px}
.section-heading .eyebrow{margin-bottom:14px}
.section-heading>p:not(.eyebrow){font-size:16px;line-height:1.7;color:var(--muted);max-width:54ch}
.heading-split{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.heading-split>p{padding-bottom:3px;max-width:36ch}
.menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}
.menu-card-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:23px}
.menu-card h3{font-size:35px;letter-spacing:-.01em}
.menu-number{font-size:12px;font-weight:650;color:var(--muted);font-variant-numeric:tabular-nums}
.menu-intro{color:var(--muted);font-size:14px;line-height:1.6;margin-top:9px;min-height:45px;max-width:38ch}
.menu-items{padding:0;list-style:none;margin:17px 0 0;border-top:1px solid #c7cabb}
.menu-items li{min-height:112px;padding-block:14px;border-bottom:1px solid #c7cabb}
.dish-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:baseline}
.dish-line h4{font-size:15px;font-weight:650;line-height:1.5}
.price{font-variant-numeric:tabular-nums;font-size:14px;font-weight:650;white-space:nowrap}
.menu-items li>p{font-size:13px;line-height:1.6;color:var(--muted);margin-top:7px;max-width:40ch}
.menu-foot{background:var(--paper);margin-top:38px;padding:25px 30px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.menu-foot p{font-size:12px;color:var(--muted)}
.menu-foot .menu-foot-title{font-family:var(--display);font-size:27px;line-height:1.2;color:var(--ink);margin-bottom:6px}

/* Coffee is the second visual focal point; photographs retain their real colour. */
.coffee-section{background:var(--ink);color:var(--paper)}
.coffee-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;gap:26px clamp(48px,7vw,100px);align-items:start}
.coffee-heading{grid-column:2;grid-row:1;padding-top:10px}
.coffee-heading>.eyebrow{color:#c7ccbe;margin-bottom:20px;font-size:11px}
.coffee-heading h2{font-size:clamp(50px,5.3vw,77px);line-height:1.02}
.coffee-heading h2>span{color:var(--accent)}
.coffee-figure{grid-column:1;grid-row:1/span 2;width:100%;max-width:550px}
.coffee-photo{aspect-ratio:1;overflow:hidden;background:#40433a}
.coffee-photo img{display:block;width:100%;height:100%;object-fit:cover}
.coffee-figure figcaption{display:flex;justify-content:space-between;padding-top:16px;border-bottom:1px solid #51564a;padding-bottom:16px;font-size:12px;letter-spacing:.025em;color:#cbd0c4}
.coffee-story{grid-column:2;grid-row:2;max-width:510px}
.coffee-story>p{font-size:17px;line-height:1.8;color:#d0d5c9;max-width:42ch}
.sweet-detail{display:grid;grid-template-columns:120px minmax(0,1fr);gap:23px;align-items:center;margin-block:32px;padding-top:28px;border-top:1px solid #51564a}
.sweet-detail>img{display:block;width:120px;height:120px;object-fit:cover;object-position:50% 44%}
.sweet-detail h3{font-size:31px;line-height:1.1;margin-bottom:12px}
.sweet-detail p{font-size:13px;line-height:1.75;color:#cbd0c4;max-width:30ch}
.coffee-section :focus-visible{outline-color:var(--accent)}

.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 24px;align-items:start}
.gallery-entry{min-width:0}
.gallery-item{padding:0;border-radius:0;display:block;cursor:zoom-in}
.gallery-item img{transition:transform .45s var(--ease)}
.gallery-entry figcaption{display:flex;align-items:baseline;gap:15px;min-height:56px;padding-block:14px;font-size:13px;font-weight:550;line-height:1.6;border-bottom:1px solid var(--line)}
.gallery-number{font-size:10px;color:var(--muted);font-variant-numeric:tabular-nums;flex:none}
.enlarge{position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:34px;height:34px;background:var(--paper);color:var(--ink);line-height:1;border-radius:var(--radius);transition:background .2s var(--ease)}
.enlarge-icon{width:19px;height:19px}
.reviews-section{background:var(--tint)}
.reviews-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:40px}
.reviews-heading h2{font-size:clamp(46px,4.4vw,64px)}
.overall-rating{display:flex;align-items:center;gap:16px}
.rating-number{font-family:var(--display);font-size:76px;line-height:1}
.rating-star{font-size:23px;display:block;line-height:1.2}
.rating-count{font-size:13px;white-space:nowrap}
.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.review{display:flex;flex-direction:column;padding-inline:30px;border-left:1px solid #bdc2b2}
.review:first-child{padding-left:0;border:0}
.review:last-child{padding-right:0}
.review-rating{font-size:15px;letter-spacing:3px;margin-bottom:18px}
.review blockquote{font-size:18px;line-height:1.7;max-width:34ch}
.review-bottom{margin-top:auto;padding-top:32px}
.review-author{display:flex;gap:12px;align-items:center;font-size:14px;font-weight:600}
.review-author img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.review-bottom>.text-link{margin-top:13px;font-size:12px;gap:10px}

.visit-grid{display:grid;grid-template-columns:minmax(340px,1fr) minmax(0,1.65fr);gap:30px;align-items:start}
.visit-details{padding:30px;background:var(--tint);border-top:3px solid var(--accent);min-height:550px}
.visit-block h3{display:flex;align-items:center;gap:8px;font-family:var(--body);font-size:11px;line-height:1.4;font-weight:650;letter-spacing:.1em;text-transform:uppercase;margin-bottom:13px}
.visit-heading-icon{width:16px;height:16px;color:#747648}
address{font-style:normal;font-size:15px;line-height:1.75}
.street-address{display:block;font-family:var(--display);font-size:32px;line-height:1.15;margin-bottom:10px}
.visit-block+.visit-block{margin-top:26px}
.visit-block>.text-link{margin-top:10px;font-size:17px}
.visit-phone{gap:10px}
.visit-phone>.ui-icon{width:18px;height:18px}
.hours{margin:0;font-size:13px}
.hours>div{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #c7cabb;padding-block:10px}
.hours dd{margin:0;white-space:nowrap;font-variant-numeric:tabular-nums}
.visit-extras{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:var(--muted);line-height:1.8;margin-block:20px}
.visit-extras .ui-icon{width:17px;height:17px;margin-top:2px;color:#747648}
.visit-details>.button{width:100%}
.button-icon{width:19px;height:19px}
.map-frame{position:relative;width:100%;height:550px;overflow:hidden;background:#e9ecdf}
.visit-map{position:absolute;inset:0;display:block;width:100%;height:100%;border:0;background:#e9ecdf;transform-origin:top left}
.site-footer{border-top:1px solid var(--line);padding-top:44px}
.footer-top{display:grid;grid-template-columns:1.4fr 1.5fr .8fr auto;gap:35px;align-items:start}
.footer-brand{display:flex;align-items:center;gap:20px;font-family:var(--display);font-size:26px}
.footer-brand img{width:88px;height:88px;display:block;border-radius:50%}
.footer-top>div>p,.footer-top>div>a{font-size:13px;line-height:1.8}
.footer-top>div>a{display:inline-flex;min-height:44px;align-items:center}
.footer-top nav{display:flex;flex-direction:column;align-items:flex-start}
.footer-top nav a{font-size:13px;min-height:32px}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-block:20px;margin-top:36px;font-size:12px}
.footer-bottom .text-link{font-size:12px}
dialog{color:var(--ink);border:0;padding:0}
dialog::backdrop{background:rgb(0 0 0/.56)}
.dialog-close{display:grid;place-items:center;min-width:48px;height:48px;background:none;font-size:34px;line-height:1;font-family:Arial,sans-serif;font-weight:400}
.navigation-dialog{margin:0 0 0 auto;width:min(540px,100%);height:100dvh;max-height:100dvh;max-width:100%;padding:28px 40px;background:var(--paper);overflow:auto}
.drawer-top{display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:600}
.navigation-dialog nav{display:flex;flex-direction:column;margin-block:55px;gap:16px;align-items:flex-start}
.navigation-dialog nav a{font-family:var(--display);font-size:clamp(34px,8vw,46px);line-height:1.2;min-height:48px}
.drawer-footer{border-top:1px solid var(--line);padding-top:25px;font-size:14px}
.drawer-footer>a{display:inline-block;margin-top:10px;min-height:40px}
.drawer-footer .social-links{margin-top:12px;justify-content:flex-start}
.lightbox{position:fixed;inset:0;margin:0;width:100%;height:100dvh;max-width:none;max-height:none;background:#171917;color:var(--paper);overflow:hidden}
.lightbox[open]{display:grid;grid-template-columns:70px minmax(0,1fr) 70px;align-items:center;padding:65px 26px 26px;gap:15px}
.lightbox>.dialog-close{position:absolute;top:10px;right:18px}
.lightbox figure{display:flex;min-width:0;height:100%;flex-direction:column;align-items:center;justify-content:center;gap:14px;overflow:hidden}
.viewer-image{display:block;width:auto;height:auto;max-width:100%;max-height:calc(100dvh - 160px);object-fit:contain}
.viewer-caption{font-size:13px;text-align:center;line-height:1.6;color:#e0e4da;max-width:68ch}
.viewer-arrow{display:grid;place-items:center;width:54px;height:64px;background:transparent;color:var(--paper);font:52px/1 Arial,sans-serif;border:1px solid #54594f}
.menu-dialog{width:min(920px,calc(100% - 40px));height:calc(100dvh - 50px);max-width:100%;max-height:100dvh;margin:auto;background:var(--paper);overflow:hidden}
.menu-dialog[open]{display:flex;flex-direction:column}
.menu-dialog-top{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;border-bottom:1px solid var(--line);flex:none}
.menu-dialog-top h2{font-size:32px}
.menu-image-scroll{min-height:0;overflow:auto;overscroll-behavior:contain;background:#dfe1d8;flex:1;text-align:center}
.menu-image{display:block;max-width:none;object-fit:contain;width:100%;height:auto;cursor:zoom-in;margin:auto}
.menu-image-scroll.is-zoomed{text-align:left}
.is-zoomed .menu-image{width:1440px;cursor:zoom-out}
.menu-dialog-bottom{display:flex;justify-content:space-between;gap:20px;padding:6px 22px;flex:none;border-top:1px solid var(--line)}
.menu-zoom{background:none;padding:0}

.button>span,.text-link>span{transition:transform .22s var(--ease)}
@media(hover:hover) and (pointer:fine){
  .desktop-nav a:hover,.text-link:hover,.footer-top a:hover{color:#626448}
  .icon-link:hover{opacity:.6}
  .button-accent:hover{background:#d9c85e}
  .button-light:hover{background:#e6e9dd}
  .button-dark:hover{background:#454b3f}
  .button:hover>span,.text-link:hover>span{transform:translate(2px,-2px)}
  .gallery-item:hover img{transform:scale(1.055)}
  .gallery-item:hover .enlarge{background:var(--accent)}
}
@media(min-width:768px) and (max-width:1023px){
  .desktop-nav{display:none}
  .quick-info-inner>*{padding-inline:18px;font-size:12px}
  .about{gap:40px;align-items:start}
  .about-copy>.eyebrow{font-size:10px}
  .about-copy .lead{font-size:20px}
  .about-copy>p:not(.eyebrow){font-size:14px}
  .place-details{grid-template-columns:1fr;gap:10px;padding-top:18px;margin-top:22px}
  .place-details li{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
  .place-details .amenity-icon{margin:0}
  .place-details strong{flex:1}
  .place-details span{margin:0;max-width:none;text-align:right}
  .heading-split{gap:25px}
  .heading-split>p{font-size:14px;max-width:29ch}
  .heading-split>p br{display:none}
  .menu-grid{gap:20px}
  .menu-card h3{font-size:29px}
  .menu-card-heading{gap:10px;align-items:flex-start}
  .menu-number{font-size:10px;padding-top:7px}
  .menu-intro{font-size:13px;min-height:62px}
  .dish-line{gap:8px}
  .dish-line h4{font-size:14px}
  .price{font-size:13px}
  .coffee-grid{gap:23px 40px}
  .coffee-heading{padding-top:0}
  .coffee-heading h2{font-size:48px}
  .coffee-heading>.eyebrow{font-size:10px;margin-bottom:16px}
  .coffee-story>p{font-size:15px}
  .sweet-detail{grid-template-columns:86px minmax(0,1fr);gap:16px;margin-block:23px;padding-top:22px}
  .sweet-detail>img{width:86px;height:86px}
  .sweet-detail h3{font-size:26px;margin-bottom:9px}
  .sweet-detail p{font-size:12px}
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .review{padding-inline:20px}
  .review blockquote{font-size:16px}
  .visit-grid{grid-template-columns:1fr;gap:28px}
  .visit-details{display:grid;grid-template-columns:1fr 1fr;gap:22px 40px;min-height:0}
  .visit-block+.visit-block{margin-top:0}
  .visit-details>.button{justify-self:start;align-self:center}
  .visit-extras{margin:0;align-self:center}
  .map-frame{height:480px}
  .footer-top{grid-template-columns:1fr 1fr}
  .footer-top>.social-links{justify-content:flex-start}
}
@media(max-width:767px){
  :root{--header:72px;--gutter:22px}
  .nav-shell{gap:12px;padding-inline:18px}
  .brand{gap:10px}
  .brand img{width:52px;height:52px}
  .brand>span{font-size:14px}
  .desktop-nav{display:none}
  .nav-actions{gap:6px}
  .nav-toggle{padding-left:12px;min-width:43px;justify-content:flex-end}
  .menu-label{display:none}
  .social-links{gap:0}
  .icon-link{width:40px;height:44px}
  .icon-link svg{width:19px;height:19px}
  .hero{padding-bottom:44px;padding-top:150px;min-height:100svh}
  .hero-image{object-position:56% 50%}
  .hero-content .eyebrow{font-size:10px;letter-spacing:.105em;margin-bottom:20px}
  h1{font-size:clamp(76px,24vw,124px);line-height:.9;letter-spacing:-.025em}
  .hero-description{font-size:17px;font-weight:550;max-width:290px;margin-block:24px}
  .hero .button-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .hero .button{gap:15px;padding-inline:19px;min-height:52px;font-size:13px}
  .quick-info-inner{grid-template-columns:1fr 1fr;padding-block:5px 14px;min-height:0}
  .quick-info-inner>*{font-size:11px;padding:0;line-height:1.5}
  .quick-info-inner>:first-child{grid-column:1/-1;padding-block:4px 8px;margin-bottom:8px;border-bottom:1px solid rgb(34 37 31/.25);font-size:12px;min-height:43px}
  .quick-info-inner>:nth-child(2){border:0;justify-content:flex-start;text-align:left}
  .quick-info-inner>:last-child{justify-content:flex-end;padding-left:16px;text-align:right}
  .section{padding-block:56px}
  h2{font-size:48px}
  .about{grid-template-columns:1fr;gap:30px}
  .about-copy>.eyebrow{font-size:10px;margin-bottom:16px}
  .about-copy .lead{font-size:20px;margin-top:23px}
  .about-copy>p:not(.eyebrow){font-size:15px;margin-top:17px}
  .about-copy>.text-link{margin-top:17px}
  .place-details{gap:12px;margin-top:24px;padding-top:19px}
  .place-details strong{font-size:12px}
  .place-details span{font-size:11px}
  .about-figure{max-width:none}
  .about-figure figcaption{font-size:11px;padding-top:12px}
  .section-heading{margin-bottom:28px}
  .heading-split{display:block}
  .section-heading>p:not(.eyebrow){font-size:15px;line-height:1.65;margin-top:16px;max-width:36ch}
  .section-heading>p br{display:none}
  .section-heading .eyebrow{font-size:10px;margin-bottom:14px}
  .menu-grid{grid-template-columns:1fr;gap:38px}
  .menu-card-heading{margin-top:19px}
  .menu-card h3{font-size:34px}
  .menu-intro{font-size:13px;min-height:0;margin-top:8px}
  .menu-items{margin-top:18px}
  .menu-items li{min-height:0;padding-block:13px}
  .dish-line h4{font-size:15px}
  .menu-items li>p{font-size:13px;max-width:none}
  .menu-foot{margin-top:28px;padding:23px;display:block}
  .menu-foot .menu-foot-title{font-size:25px}
  .menu-foot p{font-size:11px}
  .menu-foot .button{margin-top:18px;width:100%;padding-inline:19px;gap:16px;font-size:13px}
  .coffee-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:28px}
  .coffee-heading,.coffee-figure,.coffee-story{grid-column:1;grid-row:auto;max-width:none}
  .coffee-heading{padding:0}
  .coffee-heading>.eyebrow{font-size:10px;margin-bottom:16px}
  .coffee-heading h2{font-size:clamp(48px,13vw,60px)}
  .coffee-figure figcaption{font-size:11px;padding-block:12px}
  .coffee-story>p{font-size:15px;line-height:1.75}
  .sweet-detail{grid-template-columns:104px minmax(0,1fr);gap:20px;padding-top:23px;margin-block:24px}
  .sweet-detail>img{width:104px;height:104px}
  .sweet-detail h3{font-size:28px;margin-bottom:10px}
  .sweet-detail p{font-size:12px;line-height:1.7}
  .coffee-story>.button{width:100%;font-size:13px}
  .gallery-grid{grid-template-columns:1fr;gap:16px}
  .gallery-entry figcaption{min-height:52px;padding-block:12px;font-size:12px}
  .reviews-heading{align-items:flex-start;flex-direction:column;gap:24px;margin-bottom:26px}
  .reviews-heading h2{font-size:46px}
  .overall-rating{gap:15px}
  .rating-number{font-size:64px}
  .rating-count{font-size:12px}
  .reviews-grid{grid-template-columns:1fr}
  .review,.review:first-child,.review:last-child{padding:26px 0;border-left:0;border-top:1px solid #bdc2b2}
  .review:last-child{padding-bottom:0}
  .review-rating{margin-bottom:15px}
  .review blockquote{font-size:17px;max-width:none}
  .review-bottom{padding-top:20px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
  .review-author{gap:10px;font-size:12px}
  .review-author img{width:38px;height:38px}
  .review-bottom>.text-link{margin-top:0;font-size:11px;gap:6px}
  .visit-grid{grid-template-columns:1fr;gap:22px}
  .visit-details{padding:25px 23px;min-height:0}
  .street-address{font-size:31px}
  .map-frame{height:430px}
  .visit-block+.visit-block{margin-top:24px}
  .hours{font-size:13px}
  .visit-extras{margin-block:20px}
  .footer-top{grid-template-columns:1fr 1fr;gap:30px 18px}
  .footer-brand{grid-column:1/-1;font-size:30px}
  .footer-brand img{width:76px;height:76px}
  .footer-top>div>p{font-size:12px}
  .footer-top nav{align-items:flex-end}
  .footer-top nav a{min-height:40px;font-size:12px}
  .footer-top>.social-links{grid-column:1/-1;margin-left:-9px}
  .footer-bottom{margin-top:24px;padding-block:18px;gap:10px;font-size:10px}
  .footer-bottom .text-link{font-size:11px}
  .site-footer{padding-top:34px}
  .navigation-dialog{padding:20px 26px}
  .navigation-dialog nav{margin-block:36px;gap:17px}
  .lightbox[open]{padding:66px 12px 84px;grid-template-columns:minmax(0,1fr);gap:0}
  .viewer-image{max-height:calc(100dvh - 205px)}
  .viewer-caption{font-size:12px;padding-inline:10px}
  .viewer-arrow{position:absolute;bottom:18px;width:52px;height:46px;font-size:40px}
  .viewer-prev{left:calc(50% - 62px)}
  .viewer-next{right:calc(50% - 62px)}
  .lightbox>.dialog-close{right:9px;top:8px}
  .menu-dialog{width:100%;height:100dvh;margin:0}
  .menu-dialog-top{padding-inline:14px}
  .menu-dialog-bottom{padding-inline:18px}
  .menu-image-scroll:not(.is-zoomed){display:flex;align-items:flex-start}
  .menu-dialog-top h2{font-size:30px}
}
@media(max-width:359px){
  .brand>span{display:none}
  .hero .button{padding-inline:14px}
  h2{font-size:42px}
  .review-bottom{gap:5px}
  .hero-content .eyebrow{font-size:9px}
  .place-details{grid-template-columns:1fr;gap:10px}
  .place-details li{display:flex;justify-content:space-between;gap:12px}
  .place-details .amenity-icon{margin:0}
  .place-details strong{flex:1}
  .place-details span{margin:0;max-width:none}
  .quick-info-inner>*{font-size:10px}
  .sweet-detail{gap:16px;grid-template-columns:86px minmax(0,1fr)}
  .sweet-detail>img{width:86px;height:86px}
}

/* Emil motion stage: fixed brand atmosphere uses compositor animations;
   dialog motion is interruptible WAAPI. Core text and map remain stable. */
.hero-line,.hero-line>span{display:block}
.hero-line{overflow:hidden;padding-block:.025em;margin-block:-.025em}
.brand-seal{position:absolute;right:var(--gutter);top:calc(var(--header) + 40px);width:clamp(140px,13.8vw,198px);aspect-ratio:1;border-radius:50%;background:var(--accent);color:var(--ink);pointer-events:none;box-shadow:0 10px 30px rgb(0 0 0/.12)}
.seal-ring{position:absolute;inset:0;display:block;width:100%;height:100%;overflow:visible;fill:currentColor;font:650 12px var(--body);letter-spacing:.7px}
.seal-centre{position:absolute;inset:29% 15% auto;text-align:center;font:600 clamp(22px,2.1vw,30px)/.88 var(--display);letter-spacing:-.015em}
.seal-flower{display:block;width:18px;height:18px;margin:10px auto 0}
.seal-flower,.marquee-flower{position:relative;background:linear-gradient(currentColor,currentColor) center/100% 2px no-repeat,linear-gradient(currentColor,currentColor) center/2px 100% no-repeat}
.seal-flower::before,.seal-flower::after,.marquee-flower::before,.marquee-flower::after{content:"";position:absolute;inset:calc(50% - 1px) 0 auto;height:2px;background:currentColor;transform:rotate(45deg)}
.seal-flower::after,.marquee-flower::after{transform:rotate(-45deg)}
.brand-marquee{width:100%;overflow:hidden;background:var(--accent);color:var(--ink);border-block:1px solid rgb(34 37 31/.18);padding-block:24px;pointer-events:none}
.marquee-track{display:flex;width:max-content}
.marquee-group{display:flex;align-items:center;justify-content:space-around;gap:42px;flex:none;min-width:100vw;padding-inline:25px;font:600 clamp(48px,5.3vw,77px)/1 var(--display);letter-spacing:-.02em;text-transform:uppercase;white-space:nowrap}
.marquee-flower{display:block;flex:none;width:40px;height:40px}
.coffee-heading{position:relative}
.steam-art{position:absolute;right:0;top:-27px;width:82px;height:92px;overflow:visible;pointer-events:none}
.steam-stroke{fill:none;stroke:var(--accent);stroke-width:3.2;stroke-linecap:round;opacity:.65;transform-origin:center}
.coffee-photo{box-shadow:0 14px 30px rgb(0 0 0/.13);transform-origin:50% 55%}
.ambient-out-of-view{--ambient-play:paused}
.ambient-motion{animation-play-state:var(--ambient-play,running)!important}
html[data-page-hidden="true"] .ambient-motion,body.dialog-open .ambient-motion{animation-play-state:paused!important}
.button{position:relative;isolation:isolate;overflow:hidden}
.button::before{content:"";position:absolute;inset:0;z-index:-1;background:rgb(255 255 255/.15);transform:translateX(-105%);transition:transform 230ms var(--ease)}
.icon-link{transition:background 180ms ease,opacity 180ms ease,transform 140ms var(--ease)}
.gallery-item{transition:transform 140ms var(--ease)}
.gallery-item:active{transform:scale(.987)}
.enlarge{transition:background 180ms ease,transform 180ms var(--ease)}
.menu-card .portrait>img{transition:transform 450ms var(--ease)}
.hamburger::before,.hamburger::after{content:"";position:absolute;left:0;top:calc(50% - .75px);width:100%;height:1.5px;background:currentColor;transform:translateY(-4px);transition:transform 200ms var(--ease)}
.hamburger::after{transform:translateY(4px)}
[aria-expanded="true"] .hamburger::before{transform:rotate(45deg)}
[aria-expanded="true"] .hamburger::after{transform:rotate(-45deg)}
.dialog-close,.viewer-arrow,.nav-toggle{transition:background 180ms ease,transform 140ms var(--ease)}
.dialog-close:active,.viewer-arrow:active,.nav-toggle:active{transform:scale(.95)}
.viewer-image{touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none}
.viewer-image.is-dragging{cursor:grabbing}
.viewer-status{position:absolute;top:25px;left:30px;right:90px;display:flex;gap:20px;align-items:center;font-size:12px;line-height:1.5;color:#d5dacd;pointer-events:none}
.viewer-count{font-variant-numeric:tabular-nums;letter-spacing:.08em}
.viewer-touch-hint{display:none;color:#c1c8b9;font-size:11px}
dialog::backdrop{opacity:1;transition:opacity 160ms ease}
dialog.is-closing::backdrop{opacity:0}
dialog.animate-backdrop::backdrop{animation:backdrop-arrive 200ms ease both}
dialog.is-closing.animate-backdrop::backdrop{animation:none}
@keyframes backdrop-arrive{from{opacity:0}to{opacity:1}}
@media(hover:hover) and (pointer:fine){
  .button:hover::before{transform:translateX(0)}
  .menu-card:hover .portrait>img{transform:scale(1.035)}
  .icon-link:hover{background:var(--accent);opacity:1}
  .gallery-item:hover .enlarge{transform:translate(-2px,-2px)}
  .dialog-close:hover,.viewer-arrow:hover{background:rgb(140 148 128/.16)}
}
@media(prefers-reduced-motion:no-preference){
  .hero-image{animation:hero-drift 18s var(--ease-ambient) infinite alternate}
  .brand-seal{animation:seal-float 6s var(--ease-ambient) infinite alternate}
  .seal-ring{animation:seal-turn 22s linear infinite}
  .marquee-track{animation:brand-flow 27s linear infinite}
  .marquee-flower{animation:seal-turn 16s linear infinite reverse}
  .steam-stroke{animation:steam-rise 3.6s var(--ease-ambient) infinite}
  .steam-stroke:nth-child(1){animation-delay:-.5s}
  .steam-stroke:nth-child(2){animation-delay:-1.7s}
  .steam-stroke:nth-child(3){animation-delay:-2.8s}
  .coffee-photo{animation:coffee-float 6.5s var(--ease-ambient) infinite alternate}
}
@keyframes hero-drift{from{transform:scale(1)}to{transform:scale(1.085)}}
@keyframes seal-turn{to{transform:rotate(360deg)}}
@keyframes seal-float{from{transform:translateY(0) rotate(-4deg)}to{transform:translateY(-11px) rotate(3deg)}}
@keyframes brand-flow{to{transform:translateX(-50%)}}
@keyframes steam-rise{0%{transform:translateY(13px) scaleX(.96);opacity:0}25%,65%{opacity:.7}100%{transform:translateY(-16px) scaleX(1.04);opacity:0}}
@keyframes coffee-float{from{transform:translateY(0) rotate(-.8deg)}to{transform:translateY(-11px) rotate(1deg)}}
@media(min-width:1024px){
  .brand-marquee{padding-block:16px}
  .marquee-group{gap:32px;font-size:clamp(32px,3vw,44px)}
  .marquee-flower{width:26px;height:26px}
}
@media(min-width:768px) and (max-width:1023px){
  .steam-art{width:58px;height:68px;top:-21px;right:-2px}
  .brand-seal{width:146px;top:calc(var(--header) + 32px)}
}
@media(max-width:767px){
  .brand-seal{width:124px;top:calc(var(--header) + 27px)}
  .seal-centre{font-size:21px}
  .seal-flower{width:13px;height:13px;margin-top:7px}
  .brand-marquee{padding-block:19px}
  .marquee-group{gap:25px;padding-inline:17px;font-size:46px}
  .marquee-flower{width:27px;height:27px}
  .steam-art{width:63px;height:74px;right:7px;top:-20px}
  .viewer-status{left:21px;top:24px;right:70px;gap:16px}
  .viewer-touch-hint{display:inline}
}
@media(max-width:767px) and (max-height:680px){.brand-seal{width:100px;top:calc(var(--header) + 20px)}.seal-centre{font-size:17px}.seal-flower{display:none}}
html[data-input="keyboard"]{scroll-behavior:auto}
html[data-input="keyboard"] .site-header{transition:none}
html[data-input="keyboard"] .button,html[data-input="keyboard"] .button>span,html[data-input="keyboard"] .button::before,html[data-input="keyboard"] .text-link>span,html[data-input="keyboard"] .icon-link,html[data-input="keyboard"] .hamburger::before,html[data-input="keyboard"] .hamburger::after{transition:none}
html[data-input="keyboard"] .button:active,html[data-input="keyboard"] .icon-link:active,html[data-input="keyboard"] .dialog-close:active,html[data-input="keyboard"] .viewer-arrow:active,html[data-input="keyboard"] .nav-toggle:active,html[data-input="keyboard"] .gallery-item:active{transform:none}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}


