@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');
:root{--paper:#f5f3e9;--ink:#293425;--olive:#536339;--line:#d7d9c9;--accent:#d7de96}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #8b562f;outline-offset:5px}header{min-height:92px;padding:12px 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);gap:20px}.brand-logo{display:block;width:122px;line-height:0}.brand-logo img{display:block;width:100%;height:auto}.brand-logo--footer{width:106px}header nav{display:flex;gap:35px;font-size:14px}header nav a{padding:6px 0}header nav .selected{border-bottom:1px solid var(--ink)}.intro{display:grid;grid-template-columns:1.15fr 1fr;margin:0 5%;padding:44px 0 48px;gap:6%}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;margin:0 0 18px}h1,h2,h3,p,figure{margin-top:0}h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:400}h1{font-size:clamp(44px,5.6vw,84px);line-height:1.11;letter-spacing:-2px;margin-bottom:28px}em{font-weight:400;color:var(--olive)}.intro-copy{padding:12px 0 0}.intro-bottom{display:flex;justify-content:space-between;align-items:center;max-width:430px}.intro-bottom p{font-size:15px;line-height:1.6;margin:0}.round-link{width:48px;height:48px;border:1px solid #9aa088;border-radius:50%;display:grid;place-items:center;font-size:25px;transition:.2s}.round-link:hover{background:var(--accent);transform:translateY(3px)}.cover{margin:0;position:relative;min-height:290px;overflow:hidden;border-radius:120px 3px 3px 3px}.cover img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:50% 42%}.cover:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0007)}.cover figcaption{position:absolute;bottom:20px;left:25px;color:white;font-size:13px;z-index:1;letter-spacing:.5px}.menu{padding:35px 5% 60px}.menu-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.menu-title .eyebrow{margin-bottom:3px}h2{font-size:54px;line-height:1.2;letter-spacing:-1px;margin-bottom:0}h2 span{color:var(--olive)}.menu-count{font-size:13px;color:#626a57;margin-bottom:7px}.menu-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:6%}.categories{display:flex;flex-direction:column;align-self:start;position:sticky;top:25px;z-index:5;background:var(--paper);max-height:calc(100dvh - 50px);overflow-y:auto;border-top:1px solid var(--line);padding-top:12px}.category{display:flex;align-items:center;justify-content:space-between;text-align:left;border:0;color:var(--ink);background:transparent;cursor:pointer;padding:14px 16px;font-size:15px;gap:8px;border-radius:3px;margin:2px 0;transition:background .18s}.category:hover{background:#e7e9da}.category.active{background:var(--ink);color:var(--paper)}.category small{font-size:12px;opacity:.65}.collection-head{display:flex;justify-content:space-between;align-items:center;padding:5px 0 20px;border-bottom:1px solid var(--ink);gap:10px}.collection-head .eyebrow{font-size:12px;letter-spacing:1.5px;color:var(--olive);display:block;margin-bottom:5px}h3{font-size:32px;line-height:1.3;margin:0}.collection-count{border:1px solid #b5bca5;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-size:13px;flex-shrink:0}.item{display:flex;justify-content:space-between;gap:24px;padding:20px 0;border-bottom:1px solid var(--line);animation:appear .25s ease both}.item h4{font-weight:500;font-size:18px;margin:0}.item p{font-size:14px;color:#626858;margin:5px 0 0;line-height:1.5}.price{font-size:17px;font-variant-numeric:tabular-nums;white-space:nowrap;padding-top:2px}.menu-end{display:flex;justify-content:space-between;padding-top:22px;color:#687058;font-size:12px;letter-spacing:1px}.menu-end span:first-child{font-style:italic}.shop{background:#34432c;color:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:7%;padding:60px 5%;align-items:center}.shop>img{width:100%;height:420px;object-fit:cover;border-radius:3px}.shop h2{font-size:clamp(38px,4.3vw,62px);margin-bottom:24px}.shop em{color:var(--accent)}.shop-copy>p:not(.eyebrow){color:#e1e5d8;max-width:290px}.visit-link{display:flex;justify-content:space-between;border-bottom:1px solid #829075;padding:20px 0 12px;margin:25px 0 20px;max-width:380px}.instagram{font-size:14px;color:#d9dfc9}footer{padding:30px 5%;display:flex;align-items:center;justify-content:space-between;gap:20px}footer>span,footer>a:last-child{font-size:13px}.skip{position:fixed;top:-100px;left:10px;background:white;padding:10px;z-index:10}.skip:focus{top:10px}@keyframes appear{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1500px){header,main,footer{max-width:1600px;margin-left:auto;margin-right:auto}}@media(max-width:760px){header{padding:18px 5%}.brand-logo{width:98px}.brand-logo--footer{width:90px}header nav{gap:18px;font-size:13px}header nav a:nth-child(2){display:none}.intro{gap:25px;padding:28px 0 30px;grid-template-columns:1fr}.intro-copy{padding:0}h1{font-size:53px;margin-bottom:20px}.eyebrow{font-size:11px;letter-spacing:1.5px}.intro-bottom{max-width:none}.cover{min-height:210px;border-radius:65px 3px 3px 3px}.cover img{object-position:50% 40%}.menu{padding-top:25px}.menu-title{align-items:start;margin-bottom:16px}.menu-count{font-size:12px;max-width:90px;text-align:right;padding-top:24px}h2{font-size:44px}.menu-layout{grid-template-columns:1fr;gap:25px}.categories{position:sticky;top:0;flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:none;min-width:0;width:100%;padding:12px 0;border-top:0;gap:8px;box-shadow:0 8px 12px -12px #29342580}.category{white-space:nowrap;flex-shrink:0;background:#e8ebdc;padding:11px 15px;font-size:14px}.category small{display:none}h3{font-size:28px}.item{padding:18px 0}.item h4{font-size:17px}.item p{font-size:14px}.price{font-size:16px}.shop{grid-template-columns:1fr;padding-top:35px;padding-bottom:40px;gap:30px}.shop>img{height:300px}.shop-copy{padding:0 3%}.shop h2{font-size:44px}.shop-copy>p:not(.eyebrow){max-width:none}footer{flex-wrap:wrap}footer>span{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

.shop-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;min-width:0}.shop-gallery img{width:100%;height:420px;flex:0 0 100%;object-fit:cover;scroll-snap-align:start;border-radius:3px}.shop.no-photos{grid-template-columns:1fr}.shop-gallery:has(img:nth-child(2)){padding-bottom:16px}.shop-gallery:has(img:nth-child(2)) img{flex-basis:92%;width:92%}@media(max-width:760px){.shop-gallery img{height:300px}}

.shop-gallery-shell{min-width:0}.shop-gallery{position:relative}.shop-gallery-controls{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-top:16px}.shop-gallery-controls button{width:48px;height:48px;border:1px solid #536b32;background:#536b32;color:#fff;border-radius:50%;font-size:26px;cursor:pointer}.shop-gallery-controls button:disabled{opacity:.35;cursor:default}.shop-gallery-controls button:focus-visible{outline:3px solid #283b17;outline-offset:3px}.shop-gallery-controls span{font-size:13px;font-variant-numeric:tabular-nums}
