@font-face{font-family:DM Sans;src:url('assets/dm-sans.woff2') format('woff2');font-style:normal;font-weight:100 1000;font-display:swap}
:root{--paper:#fffcfa;--wash:#f6eeea;--ink:#302928;--muted:#645654;--brand:#8f1018;--line:#d8c9c3;--gutter:20px;--nav-height:70px;--radius:2px;--layer-nav:10;--layer-dialog:20;color-scheme:light}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-height) + 20px)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer}
button:disabled{cursor:default}
img{max-width:100%;display:block}
.icon-sprite{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.lucide-icon{display:block;width:1em;height:1em;flex:none;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
figure,p,h1,h2,h3,dl,dd{margin:0}
h1,h2,h3{font-weight:500;line-height:1.1;letter-spacing:-.045em}
h2{font-size:clamp(40px,5vw,68px);color:var(--brand)}
h3{font-size:27px;letter-spacing:-.025em}
p{max-width:64ch}
button:focus-visible,a:focus-visible,iframe:focus-visible{outline:3px solid var(--brand);outline-offset:5px}
.hero a:focus-visible,.lightbox button:focus-visible{outline-color:var(--paper)}
.wrap{width:min(1280px,calc(100% - var(--gutter)*2));margin-inline:auto}
.section{padding-block:64px}
.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:600}
.skip-link{position:fixed;top:8px;left:8px;z-index:30;background:var(--paper);padding:14px;transform:translateY(-150%)}
.skip-link:focus{transform:none}
.site-header{height:var(--nav-height);position:fixed;top:0;left:0;right:0;z-index:var(--layer-nav);display:flex;align-items:center;justify-content:space-between;gap:16px;padding-inline:var(--gutter);background:transparent;border-bottom:1px solid transparent;color:var(--paper);transition:background-color .24s ease,border-color .24s ease,color .24s ease}
.site-header .brand,.site-header .social-links{color:var(--paper)}
.site-header .nav-toggle span{background:currentColor}
.site-header .social-links a:hover{background:rgba(255,252,250,.14)}
.site-header:not(.is-solid) .desktop-nav a:hover{color:var(--paper)}
.site-header.is-solid{background:var(--paper);border-bottom-color:rgba(143,16,24,.12);color:var(--ink)}
.site-header.is-solid .brand,.site-header.is-solid .social-links{color:var(--brand)}
.site-header.is-solid .nav-toggle span{background:var(--brand)}
.site-header.is-solid .social-links a:hover{background:var(--wash)}
.brand{display:flex;align-items:center;gap:10px;flex-shrink:0;color:var(--brand)}
.brand img{width:84px;height:56px;object-fit:contain}
.brand span{font-size:10px;letter-spacing:.22em;padding-top:8px}
.desktop-nav{display:none;gap:34px;font-size:14px;font-weight:500}
.desktop-nav a{padding-block:20px}
.desktop-nav a:hover,.site-footer nav a:hover{color:var(--brand);text-decoration:underline;text-underline-offset:6px}
.header-actions{display:flex;gap:8px;align-items:center}
.social-links{display:flex;align-items:center;gap:2px;color:var(--brand)}
.social-links a{width:44px;height:44px;display:grid;place-items:center;border-radius:var(--radius)}
.social-links svg{width:20px;height:20px;fill:currentColor;flex:none}
.social-links a:hover{background:var(--wash)}
.icon-button{border:0;background:none;display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border-radius:var(--radius)}
.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;padding:10px}
.nav-toggle span{width:24px;height:1.5px;background:var(--brand)}
.hero{min-height:100svh;position:relative;isolation:isolate;display:flex;align-items:flex-end;color:var(--paper);overflow:hidden;background:#4d4641}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 52%;z-index:-2}
.hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.13) 15%,rgba(0,0,0,.22) 48%,rgba(0,0,0,.48) 100%);pointer-events:none}
.hero-content{padding-block:calc(var(--nav-height) + 20px) 42px;text-shadow:0 2px 8px rgba(0,0,0,.25)}
.hero .eyebrow{margin-bottom:17px}
.hero h1{font-size:clamp(68px,12vw,166px);line-height:1.04;letter-spacing:-.055em;font-weight:450}
.hero-copy{font-size:18px;line-height:1.5;max-width:34ch;margin-top:20px}
.hero-buttons{display:flex;gap:12px;margin-top:30px;text-shadow:none}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;white-space:nowrap;min-height:52px;padding:12px 23px;border:1px solid transparent;border-radius:var(--radius);font-size:14px;font-weight:600;line-height:1.4;transition:background .18s,color .18s,transform .18s}
.button span{font-size:20px;font-weight:400;line-height:1}
.button-primary{background:var(--brand);color:var(--paper)}
.button-primary:hover{background:#6c0710}
.button-light{background:var(--paper);color:var(--brand)}
.button-light:hover{background:var(--wash)}
.button-outline{border-color:var(--brand);color:var(--brand)}
.button-outline:hover{background:var(--brand);color:var(--paper)}



.text-link{display:inline-flex;align-items:center;gap:24px;color:var(--brand);font-weight:600;border:0;border-bottom:1px solid var(--brand);background:none;padding:8px 0;min-height:44px;font-size:14px;line-height:1.5}
.text-link:hover{color:#53060b}
.text-link span{font-size:20px;line-height:1}
.link-icon{display:grid;place-items:center;width:20px;height:20px}
.about{display:grid;gap:32px;align-items:center}
.about-copy .eyebrow{color:var(--brand);margin-bottom:20px}
.about-copy h2{margin-bottom:24px}
.about-copy p:not(.eyebrow){color:var(--muted);margin-bottom:16px}
.about-copy .text-link{margin-top:2px}
.amenities{grid-column:1/-1;display:grid;gap:16px;padding:26px 0 0;margin:0;list-style:none;border-top:1px solid var(--line)}
.amenities li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:12px;align-items:start}
.amenities .lucide-icon{width:22px;height:22px;margin-top:2px;color:var(--brand)}
.amenities strong{display:block;font-size:15px;font-weight:600;color:var(--brand)}
.amenities span{display:block;font-size:13px;color:var(--muted)}
.portrait{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;align-self:start;background:var(--wash)}
.portrait img{width:100%;height:100%;display:block;object-fit:cover}
figcaption{color:var(--muted);font-size:12px;line-height:1.5;margin-top:13px}
.about-figure figcaption{text-align:right}
.menu-section{background:var(--wash)}
.section-heading{max-width:720px;margin-bottom:36px}
.section-heading p,.coffee-heading p{margin-top:18px;color:var(--muted);max-width:52ch}
.menu-grid{display:grid;grid-template-columns:1fr;gap:44px;align-items:start}
.menu-card h3{color:var(--brand);margin-top:22px}
.menu-card>p{font-size:14px;color:var(--muted);margin-top:10px}
.menu-items{margin-top:18px;font-size:16px}
.menu-items>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}
.menu-items dt{font-weight:600;line-height:1.4}
.menu-items small{display:block;font-size:13px;color:var(--muted);line-height:1.55;font-weight:400;margin-top:5px;max-width:32ch}
.menu-items dd{font-variant-numeric:tabular-nums;color:var(--brand);font-weight:600;line-height:1.4}
.menu-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:34px}
.menu-bottom p{color:var(--muted);font-size:12px}
.coffee-layout{display:grid;gap:28px}
.coffee-heading{max-width:640px}
.coffee-heading p{font-size:16px}
.matcha-feature{min-width:0}
.feature-image{aspect-ratio:1/1;overflow:hidden;background:var(--wash)}
.feature-image img{width:100%;height:100%;object-fit:cover}
.matcha-feature figcaption{margin-top:20px}
.matcha-feature h3{font-size:29px;color:var(--brand)}
.matcha-feature p{font-size:14px;line-height:1.6;max-width:44ch;margin-top:9px}
.coffee-pairings{display:grid;gap:24px}
.pairing{display:grid;grid-template-columns:128px minmax(0,1fr);gap:20px;align-items:center}
.pairing+.pairing{padding-top:24px;border-top:1px solid var(--line)}
.pairing-image{aspect-ratio:3/4;overflow:hidden;background:var(--wash)}
.pairing-image img{width:100%;height:100%;object-fit:cover}
.pairing h3{font-size:24px;color:var(--brand);line-height:1.15}
.pairing p{font-size:14px;color:var(--muted);margin-top:12px;line-height:1.6}
.gallery-section{padding-top:14px}
.gallery-grid{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}
.gallery-item{padding:0;border:0;border-radius:0;text-align:left;cursor:zoom-in}


.reviews-section{background:var(--wash)}
.reviews-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin-bottom:28px}
.rating{display:flex;flex-direction:column;gap:8px;align-items:flex-start;color:var(--brand);line-height:1.2}
.rating>strong{font-size:64px;letter-spacing:-.05em;font-weight:450;line-height:1}
.rating>span{display:flex;flex-direction:column;gap:7px;font-size:12px;color:var(--muted)}
.stars{font-size:14px;letter-spacing:3px;color:var(--brand)}
.review{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding-block:28px;border-top:1px solid var(--line)}
.review-author{display:flex;gap:14px;align-items:center;min-width:0}
.review-author img{width:44px;height:44px;border-radius:50%;flex-shrink:0}
.review-author strong{display:block;font-size:14px;line-height:1.5;font-weight:600;overflow-wrap:anywhere}
.review-author .stars{display:block;margin-top:4px;font-size:11px}
.review blockquote{grid-column:1/-1;grid-row:1;font-size:24px;line-height:1.4;margin:0;letter-spacing:-.025em;font-weight:450}
.review-author{grid-column:1;grid-row:2}
.review>a{grid-column:2;grid-row:2;width:fit-content;font-size:12px;color:var(--brand);text-decoration:underline;text-underline-offset:5px;align-self:center;padding:12px 0;min-height:44px}
.visit-heading{margin-bottom:40px}
.visit-heading .eyebrow{margin-bottom:20px;color:var(--brand)}
.visit-grid{display:grid;gap:40px}
.visit-info{display:grid;gap:32px}
.visit-label{display:flex;align-items:center;gap:10px;margin-bottom:13px;color:var(--brand)}
.visit-label .lucide-icon{width:20px;height:20px}
.visit-info h3{font-size:17px;letter-spacing:0;margin:0;color:var(--brand);font-weight:600}
address{font-style:normal;line-height:1.75}
.visit-info .text-link{margin-top:12px}
.hours{max-width:380px;font-size:14px}
.hours>div{display:flex;justify-content:space-between;gap:18px;margin:7px 0}
.hours dd{white-space:nowrap;font-variant-numeric:tabular-nums}
.telephone{display:inline-flex;align-items:center;gap:9px;font-size:23px;letter-spacing:-.03em;padding-block:4px;color:var(--brand)}
.telephone .lucide-icon{width:18px;height:18px}
.visit-info p{font-size:13px;color:var(--muted);margin-top:12px}
.visit-info .telephone{margin-top:8px;min-height:44px}
.visit-location{min-width:0;display:grid;gap:22px;align-content:start}
.arrival-photo img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:50% 75%}
.arrival-photo figcaption{font-size:13px;margin-top:10px}
.map-frame{height:420px;min-width:0;background:var(--wash);overflow:hidden}
.map-frame iframe{display:block;width:100%;height:100%;border:0;transform-origin:top left}
.site-footer{border-top:1px solid var(--line);padding-top:44px;background:var(--paper)}
.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;font-size:13px}
.footer-brand{width:130px;display:block;color:var(--brand)}
.footer-brand img{width:130px;height:auto}
.footer-brand>span{display:block;margin-top:8px;font-size:13px}
.footer-top>p{font-size:12px;line-height:1.9}
.footer-top>p>a{display:inline-block;min-height:44px;padding-top:8px;color:var(--brand)}
.footer-top nav{display:flex;flex-direction:column}
.footer-top nav a{padding-block:8px;min-height:36px}
.footer-top .social-links{justify-content:flex-end}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:32px;padding-block:24px;border-top:1px solid var(--line);color:var(--muted);font-size:10px}
dialog{color:var(--ink);padding:0;border:0;background:var(--paper);z-index:var(--layer-dialog)}
dialog::backdrop{background:rgba(0,0,0,.65)}
.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid var(--line);background:var(--paper)}
.dialog-heading h2{font-size:24px}
.dialog-heading>div{display:flex;align-items:center;gap:18px}
.close-button{font-size:32px;line-height:1;font-weight:400;color:var(--brand)}
.close-button .lucide-icon{width:22px;height:22px}
.navigation-dialog{margin:0 0 0 auto;width:min(440px,100%);height:100svh;max-height:100svh;max-width:100%;padding:0 20px 30px}
.navigation-dialog .dialog-heading{padding-inline:0;color:var(--brand)}
.navigation-dialog nav{display:flex;flex-direction:column;gap:20px;padding:40px 0}
.navigation-dialog nav a{font-size:36px;letter-spacing:-.04em;line-height:1.4;color:var(--brand)}
.lightbox{background:#1f1d1c;color:var(--paper);width:100vw;height:100svh;max-width:100vw;max-height:100svh;margin:0;overflow:hidden}
.lightbox-toolbar{height:66px;display:flex;align-items:center;justify-content:space-between;padding:10px 20px;font-size:12px}
.lightbox-toolbar .close-button{color:var(--paper)}
.lightbox-stage{height:calc(100svh - 66px);display:grid;grid-template-columns:40px minmax(0,1fr) 40px;gap:6px;align-items:center;padding:4px 6px 24px}
.lightbox-stage figure{min-width:0;width:100%;display:flex;align-items:center;flex-direction:column;max-height:100%;overflow:hidden}
.lightbox-stage img{max-width:100%;max-height:calc(100svh - 180px);width:auto;height:auto;object-fit:contain}
.lightbox-stage figcaption{color:#e1d9d4;text-align:center;font-size:12px;max-width:60ch;line-height:1.5;min-height:36px}
.lightbox-stage .icon-button{color:var(--paper);font-size:26px;width:40px}
.lightbox-stage .icon-button .lucide-icon{width:26px;height:26px}
.menu-dialog{width:min(960px,calc(100% - 20px));max-width:960px;height:94svh;max-height:94svh;overflow:auto}
.menu-dialog .dialog-heading{position:sticky;top:0;z-index:1}
.menu-dialog .menu-zoom{font-size:12px;min-height:44px}
.menu-document{overflow:auto;max-width:100%;padding:16px}
.menu-document img{width:100%;height:auto;margin-inline:auto;max-width:800px}
.menu-dialog.is-zoomed .menu-document img{width:1415px;min-width:1415px;max-width:none}
.menu-document-link{text-align:center;padding:0 20px 24px;max-width:none}
@media(min-width:768px){
  :root{--gutter:32px;--nav-height:76px}
  .section{padding-block:80px}
  .brand img{width:92px;height:62px}
  .hero-content{padding-bottom:60px}
  .about{grid-template-columns:1.1fr 1fr;column-gap:48px;row-gap:34px}
  .about-copy h2{font-size:clamp(42px,4.4vw,62px)}
  .about-figure{max-width:490px;justify-self:end;width:100%}
  .amenities{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
  .amenities li{grid-template-columns:30px minmax(0,1fr);gap:14px}
  .amenities .lucide-icon{width:27px;height:27px;margin-top:1px}
  .amenities strong{font-size:18px;margin-bottom:6px}
  .amenities span{font-size:14px}
  .menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
  .menu-card h3{font-size:24px}
  .menu-card>p{min-height:46px}
  .menu-items{font-size:14px}
  .menu-items>div{gap:10px}
  .menu-items small{font-size:12px}
  .coffee-layout{grid-template-columns:1.05fr 1fr;column-gap:36px;row-gap:28px;align-items:start}
  .coffee-heading{grid-column:2;grid-row:1}
  .coffee-heading h2{font-size:42px}
  .matcha-feature{grid-column:1;grid-row:1/3}
  .coffee-pairings{grid-column:2;grid-row:2}
  .pairing{grid-template-columns:100px minmax(0,1fr);gap:16px}
  .pairing h3{font-size:22px}
  .pairing p{font-size:13px;margin-top:8px}
  .gallery-section{padding-top:14px}
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
  .reviews-heading{grid-template-columns:1fr auto;margin-bottom:30px}
  .review{padding-block:30px}
  .review blockquote{font-size:28px;max-width:46ch}
  .visit-info{grid-template-columns:1fr 1fr;gap:32px}
  .map-frame{height:420px}
  .arrival-photo img{aspect-ratio:2/1}
  .footer-top{grid-template-columns:1.2fr 1.5fr 1fr auto;gap:36px}
  .footer-top>p{font-size:13px}
  .footer-brand{width:150px}
  .footer-brand img{width:150px}
  .footer-bottom{font-size:11px}
  .lightbox-stage{grid-template-columns:70px minmax(0,1fr) 70px;padding:10px 24px 30px}
  .lightbox-stage .icon-button{width:54px;height:54px}
  .lightbox-stage img{max-height:calc(100svh - 155px)}
}
@media(min-width:1024px){
  :root{--gutter:48px}
  .desktop-nav{display:flex}
  .nav-toggle{display:none}
  .header-actions{gap:0}
  .site-header{padding-inline:48px}
  .hero-image{object-position:50% 55%}
  .hero-content{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,440px);align-items:end;column-gap:56px;padding-bottom:72px}
  .hero h1{font-size:clamp(96px,10.5vw,156px)}
  .hero-cta{text-align:right}
  .hero-copy{font-size:21px}
  .hero-cta .hero-copy{margin-left:auto}
  .hero-buttons{justify-content:flex-end;margin-top:28px}
  .section{padding-block:88px}
  .about{column-gap:88px;row-gap:36px}
  .menu-grid{gap:32px}
  .menu-card h3{font-size:30px}
  .menu-card>p{min-height:auto}
  .menu-items{font-size:16px}
  .menu-items small{font-size:13px}
  .coffee-layout{grid-template-columns:1.15fr 1fr;column-gap:64px;row-gap:32px;align-items:center}
  .coffee-heading{align-self:end}
  .coffee-heading h2{font-size:clamp(48px,4.4vw,62px)}
  .coffee-pairings{align-self:start;gap:26px}
  .pairing{grid-template-columns:145px minmax(0,1fr);gap:26px}
  .pairing h3{font-size:28px}
  .pairing p{font-size:15px;margin-top:12px}
  .matcha-feature h3{font-size:33px}
  .matcha-feature p{font-size:16px}
  .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gallery-section{padding-top:14px}
  .reviews-layout{display:grid;grid-template-columns:.75fr 1.6fr;gap:80px;align-items:start}
  .reviews-heading{grid-template-columns:1fr;gap:30px;margin-bottom:0}
  .reviews-heading h2{font-size:clamp(46px,4.4vw,60px)}
  .rating>strong{font-size:100px}
  .reviews-list .review:first-child{padding-top:0;border-top:0}
  .reviews-list .review:last-child{padding-bottom:0}
  .visit-grid{grid-template-columns:360px minmax(0,1fr);gap:80px}
  .visit-info{grid-template-columns:1fr;gap:30px;align-content:start}
  .map-frame{height:360px}
  .visit-heading{margin-bottom:42px}
  .site-footer{padding-top:44px}
}
@media(max-width:374px){:root{--gutter:16px}.brand span{display:none}.header-actions{gap:0}.hero h1{font-size:56px}.hero-buttons{gap:8px}.button{padding-inline:17px;gap:18px}.dialog-heading{padding-inline:12px}.dialog-heading>div{gap:8px}.dialog-heading h2{font-size:21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
