*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#301010;--primary-light:#391412;--primary-dark:#56231a;--accent:#d4be7d;--accent-light:#eee2ca;--accent-dark:#c1aa74;--cream:#eee2ca;--cream-muted:#a3805b;--font-serif:"Epilogue", system-ui, sans-serif;--font-sans:"Epilogue", system-ui, sans-serif;--sand:var(--cream);--oat:var(--accent);--sage:var(--cream-muted);--clay:color-mix(in srgb, var(--primary-dark) 58%, var(--cream-muted));--terracotta:var(--primary-dark);--ochre:var(--accent-dark);--moss:var(--primary-light);--moss-deep:var(--primary);--font-display:var(--font-serif);--font-body:var(--font-sans)}html{scroll-behavior:smooth;background:var(--moss-deep)}body{background:var(--moss-deep);min-width:320px;color:var(--sand);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-weight:400;line-height:1.6}::selection{background:var(--oat);color:var(--moss-deep)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}:focus-visible{outline:3px solid var(--terracotta);outline-offset:4px}#root{width:100%;min-height:100svh;overflow:clip}.banner{z-index:201;background:var(--ochre);color:var(--moss-deep);text-align:center;justify-content:center;padding:.65rem 1.5rem;display:flex;position:fixed;inset:0 0 auto}.banner--clickable{transition:background .35s}.banner--clickable:hover{background:var(--oat)}.banner__message{font-size:.82rem;font-weight:650;line-height:1.4}.banner__cta{margin-top:.1rem;font-size:.72rem;font-weight:500;display:block}.nav{z-index:100;min-height:84px;color:var(--oat);justify-content:space-between;align-items:center;padding:1rem clamp(1.5rem,5vw,5rem);transition:background .4s,min-height .4s,border-color .4s;display:flex;position:fixed;inset:0 0 auto}.nav--with-banner{top:2.5rem}.nav--with-banner-tall{top:3.6rem}.nav--scrolled{background:color-mix(in srgb, var(--moss-deep) 94%, transparent);border-bottom:1px solid color-mix(in srgb, var(--oat) 24%, transparent);min-height:68px}.nav__logo{background:var(--oat);border-radius:16px;flex-shrink:0;padding:.2rem .45rem;line-height:0}.nav__logo-img{object-fit:contain;mix-blend-mode:multiply;width:86px;height:52px}.nav__links{align-items:center;gap:clamp(1.25rem,2.5vw,2.5rem);list-style:none;display:flex}.nav__links a{padding:.4rem 0;font-size:.82rem;font-weight:650;display:inline-block;position:relative}.nav__links a:after{background:var(--oat);content:"";transform-origin:100%;height:2px;transition:transform .35s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav__links a:hover:after{transform-origin:0;transform:scaleX(1)}.nav__links .nav__cta{border:1px solid var(--oat);border-radius:16px;padding:.55rem 1rem}.nav__links .nav__cta:after{display:none}.nav__links .nav__cta:hover{background:var(--oat);color:var(--moss-deep)}.nav__burger{background:0 0;border:0;flex-direction:column;gap:5px;padding:10px;display:none}.nav__burger span{background:var(--oat);width:24px;height:2px;transition:transform .35s,opacity .35s;display:block}.nav__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.nav__burger--open span:nth-child(2){opacity:0}.nav__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{background:var(--moss-deep);text-align:center;place-items:center;min-height:max(760px,100svh);padding:7.5rem 1.5rem 5rem;display:grid;position:relative;overflow:hidden}.hero__bg,.hero__grain{pointer-events:none;position:absolute;inset:0}.hero__grain{opacity:.8;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E")}.hero__content{z-index:1;flex-direction:column;align-items:center;width:min(100%,1000px);display:flex;position:relative}.hero__window{border:1px solid var(--oat);background:var(--oat);border-radius:48% 48% 24px 24px/42% 42% 24px 24px;flex-direction:column;justify-content:center;align-items:center;width:min(360px,82vw);min-height:280px;margin-bottom:2.25rem;padding:2.5rem 2rem 1.5rem;animation:.5s both heroArrive;display:flex}.hero__logo{object-fit:contain;mix-blend-mode:multiply;filter:brightness(1.18);width:280px;height:185px}.hero__eyebrow,.section__eyebrow,.showcase__eyebrow{color:var(--oat);letter-spacing:.02em;font-size:.78rem;font-weight:700}.hero__eyebrow{color:var(--moss-deep);margin-top:.25rem}.hero__title{max-width:920px;color:var(--sand);font-family:var(--font-display);letter-spacing:-.065em;text-wrap:balance;margin-bottom:1.25rem;font-size:clamp(3rem,7vw,6.25rem);font-weight:700;line-height:.98;animation:.5s .1s both heroArrive}.hero__subtitle{max-width:620px;color:var(--ochre);text-wrap:balance;margin-bottom:2rem;font-size:clamp(.95rem,1.5vw,1.08rem);line-height:1.7;animation:.5s .18s both heroArrive}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;animation:.5s .26s both heroArrive;display:flex}@keyframes heroArrive{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.btn{border:1px solid #0000;border-radius:18px;justify-content:center;align-items:center;min-height:48px;padding:.75rem 1.35rem;font-size:.86rem;font-weight:700;line-height:1;transition:background .35s,color .35s,border-color .35s,transform .35s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--accent{background:var(--oat);color:var(--moss-deep)}.btn--accent:hover{background:var(--sand)}.btn--ghost{border-color:var(--oat);color:var(--oat)}.btn--ghost:hover{background:var(--oat);color:var(--moss-deep)}.divider{background:var(--oat);color:var(--moss-deep);grid-template-columns:repeat(3,1fr);display:grid}.divider span{border-right:1px solid color-mix(in srgb, var(--moss-deep) 26%, transparent);text-align:center;padding:1.2rem 1.5rem;font-size:.78rem;font-weight:650}.divider span:last-child{border-right:0}#menu,#specialties,#about,#popups,#visit{scroll-margin-top:72px}.section{width:100%;max-width:1200px;margin:0 auto;padding:7rem 2rem}.section__header{text-align:center;margin-bottom:3.5rem}.section__eyebrow{margin-bottom:.6rem}.section__title{color:var(--sand);font-family:var(--font-display);letter-spacing:-.055em;text-wrap:balance;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.25rem);font-weight:700;line-height:1}.section__subtitle{max-width:560px;color:var(--ochre);text-wrap:balance;margin:0 auto;font-size:.95rem;line-height:1.7}.showcase{background:var(--clay);height:min(820px,88svh);min-height:650px;position:relative;overflow:hidden}.showcase__track{scroll-snap-type:x mandatory;scrollbar-width:none;height:100%;display:flex;overflow-x:scroll}.showcase__track::-webkit-scrollbar{display:none}.showcase__slide{scroll-snap-align:start;flex:0 0 100%;place-items:center;height:100%;padding:3.5rem 5rem 5.5rem;display:grid;position:relative}.showcase__content{background:var(--moss);width:min(100%,760px);min-height:530px;color:var(--sand);text-align:center;border-radius:48% 48% 28px 28px/30% 30% 28px 28px;flex-direction:column;justify-content:center;align-items:center;padding:6rem clamp(2rem,6vw,5.5rem) 3.5rem;display:flex}.showcase__eyebrow{color:var(--oat);margin-bottom:1.5rem}.showcase__name{color:var(--sand);font-family:var(--font-display);letter-spacing:-.06em;text-wrap:balance;margin-bottom:1.25rem;font-size:clamp(2.6rem,6vw,5.25rem);font-weight:700;line-height:.98}.showcase__desc{max-width:520px;color:var(--sand);margin-bottom:1.35rem;font-size:.95rem;line-height:1.7}.showcase__ingredients{color:var(--oat);flex-wrap:wrap;justify-content:center;margin-bottom:1.5rem;list-style:none;display:flex}.showcase__ingredients li{font-size:.78rem;font-weight:650}.showcase__ingredients li:not(:last-child):after{content:",";margin-right:.4rem}.showcase__price{color:var(--oat);font-size:1.25rem;font-weight:700}.showcase__dots{z-index:10;gap:.25rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.showcase__dot{background:linear-gradient(var(--oat), var(--oat)) center / 30px 2px no-repeat;opacity:.55;border:0;width:44px;height:28px;transition:background-size .35s,opacity .35s}.showcase__dot--active{opacity:1;background-size:42px 4px}.showcase__hint{z-index:10;color:var(--moss-deep);align-items:center;gap:.5rem;font-size:.72rem;font-weight:650;display:flex;position:absolute;bottom:2.25rem;right:1.5rem}@media (hover:hover){.showcase__hint{display:none}}.menu__layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(2rem,6vw,5rem);display:grid}.menu__sections{background:var(--moss);border-radius:28px;flex-direction:column;gap:2rem;padding:clamp(1.5rem,4vw,2.75rem);display:flex}.menu__category-heading{border-bottom:1px solid color-mix(in srgb, var(--oat) 40%, transparent);color:var(--sand);margin-bottom:.9rem;padding-bottom:.65rem;font-size:1.08rem;font-weight:750}.menu__list{flex-direction:column;gap:.9rem;list-style:none;display:flex}.menu__item{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.menu__item-info{flex-direction:column;gap:.2rem;display:flex}.menu__item-name{color:var(--sand);font-size:.92rem;font-weight:650}.menu__item-desc{max-width:340px;color:var(--ochre);font-size:.78rem;line-height:1.5}.menu__item-price{color:var(--oat);white-space:nowrap;flex-shrink:0;font-size:.9rem;font-weight:700}.menu__category--addons .menu__item-name,.menu__category--addons .menu__item-price{color:var(--ochre);font-size:.82rem}.menu__image-wrap{background:var(--clay);border-radius:28px;position:sticky;top:6rem;overflow:hidden}.menu__image{object-fit:cover;width:100%;min-height:360px}.about{background:var(--moss);max-width:none;padding-inline:2rem}.about__inner{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(3rem,8vw,7rem);max-width:1200px;margin:0 auto;display:grid}.about__visual{place-items:center;min-height:480px;display:grid}.about__frame{background:var(--clay);width:min(100%,430px);min-height:430px;color:var(--sand);text-align:center;border-radius:48% 48% 28px 28px/32% 32% 28px 28px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:4rem 2rem 2.5rem;display:flex}.about__frame span{color:var(--oat);margin:.7rem 0;font-size:.78rem;font-weight:650}.about__frame strong{letter-spacing:-.035em;font-size:clamp(1.35rem,3vw,2rem);font-weight:700;line-height:1.15}.about__text{flex-direction:column;align-items:flex-start;gap:1.15rem;display:flex}.about__text .section__eyebrow{color:var(--oat)}.about__text .section__title{color:var(--sand)}.about__text p{max-width:620px;color:var(--sand);font-size:.95rem;line-height:1.75}.about__text .btn{background:var(--oat);color:var(--moss-deep);margin-top:.5rem}.about__text .btn:hover{background:var(--clay)}.popups__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;max-width:920px;margin:0 auto;display:grid}.popup-card{background:var(--moss);border-radius:24px;padding:1.75rem}.popup-card__date{color:var(--oat);margin-bottom:.65rem;font-size:.74rem;font-weight:700}.popup-card__title{color:var(--sand);letter-spacing:-.025em;margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.2}.popup-card__meta{flex-direction:column;gap:.35rem;display:flex}.popup-card__time,.popup-card__address{color:var(--ochre);font-size:.8rem;line-height:1.5}.popup-card__cal-btn{border:1px solid var(--oat);color:var(--oat);background:0 0;border-radius:16px;margin-top:1.25rem;padding:.55rem .8rem;font-size:.76rem;font-weight:700;transition:background .35s,color .35s}.popup-card__cal-btn:hover{background:var(--oat);color:var(--moss-deep)}.visit{background:var(--moss);max-width:none}.visit .section__header,.visit__grid{max-width:1120px;margin-left:auto;margin-right:auto}.visit__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"hours roll""book book";gap:1rem;display:grid}.visit-card:first-child{grid-area:hours}.visit-card:nth-child(2){grid-area:roll}.visit-card{background:var(--moss-deep);border-radius:24px;flex-direction:column;gap:.8rem;padding:clamp(1.5rem,4vw,2.5rem);display:flex}.visit-card h3{color:var(--sand);letter-spacing:-.025em;font-size:1.3rem;font-weight:700}.visit-card p,.visit-card li{color:var(--ochre);font-size:.88rem;line-height:1.65}.visit-card ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.visit-card li{border-bottom:1px solid color-mix(in srgb, var(--oat) 24%, transparent);justify-content:space-between;padding-bottom:.5rem;display:flex}.visit-card__social{gap:.75rem;margin-top:auto;display:flex}.visit-card__social a{color:var(--oat);text-underline-offset:4px;font-size:.82rem;font-weight:700;text-decoration:underline}.visit-card--book{grid-area:book}.book-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;display:grid}.book-form__input{border:1px solid color-mix(in srgb, var(--oat) 44%, transparent);width:100%;color:var(--sand);background:0 0;border-radius:16px;outline:0;padding:.8rem .9rem;font-size:.86rem;transition:border-color .35s,background .35s}.book-form__input::placeholder{color:var(--ochre);opacity:.85}.book-form__input:focus{border-color:var(--oat);background:color-mix(in srgb, var(--moss) 60%, transparent)}.book-form__textarea{resize:vertical;grid-column:1/-1;min-height:120px}.book-form__submit{justify-self:start}.book-form__thanks{font-weight:650;color:var(--sand)!important}.ig-section{background:var(--oat);max-width:none;padding:6rem 2rem}.ig-card{max-width:760px;color:var(--moss-deep);text-align:center;flex-direction:column;align-items:center;margin:0 auto;display:flex}.ig-card .section__eyebrow,.ig-card .section__title,.ig-card .section__subtitle{color:var(--moss-deep)}.ig-card .section__title{overflow-wrap:anywhere}.ig-card .btn{background:var(--terracotta);color:var(--sand);margin-top:1.75rem}.ig-card .btn:hover{background:var(--moss-deep)}.footer{background:var(--moss-deep);color:var(--sand);text-align:center;padding:4rem 2rem}.footer__inner{flex-direction:column;align-items:center;gap:1.25rem;max-width:800px;margin:0 auto;display:flex}.footer__logo-img{background:var(--oat);object-fit:contain;mix-blend-mode:normal;border-radius:24px;width:150px;height:100px;padding:.5rem}.footer__tagline{color:var(--oat);font-size:.85rem}.footer__links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:.25rem;display:flex}.footer__links a{color:var(--sand);font-size:.78rem;font-weight:650}.footer__links a:hover{text-underline-offset:4px;text-decoration:underline}.footer__copy{color:var(--sage);font-size:.74rem}@media (width<=900px){.section{padding:5.5rem 1.5rem}.menu__layout,.about__inner{grid-template-columns:1fr}.menu__image-wrap{position:static}.about__visual{min-height:auto}.about__frame{min-height:400px}}@media (width<=768px){.nav{min-height:70px;padding:.75rem 1.25rem}.nav--scrolled{min-height:62px}.nav__logo-img{width:74px;height:44px}.nav__burger{display:flex}.nav__links{border-bottom:1px solid color-mix(in srgb, var(--oat) 24%, transparent);background:var(--moss-deep);flex-direction:column;align-items:stretch;gap:0;padding:.75rem 1.25rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0}.nav__links--open{display:flex}.nav__links a{min-height:48px;padding:.85rem 0;display:block}.nav__links .nav__cta{text-align:center;margin-top:.5rem}.nav__links a:after{display:none}.showcase__slide{padding:2rem 1.5rem 5rem}.showcase__content{min-height:500px}.visit__grid{grid-template-columns:1fr;grid-template-areas:"hours""roll""book"}}@media (width<=640px){.hero{min-height:760px;padding:6.5rem 1.25rem 4rem}.hero__window{min-height:225px;margin-bottom:1.75rem;padding:2rem 1.5rem 1.25rem}.hero__logo{width:220px;height:145px}.hero__title{font-size:clamp(2.65rem,13vw,4rem)}.hero__actions{width:100%}.hero__actions .btn{flex:140px}.divider{grid-template-columns:1fr}.divider span{border-right:0;border-bottom:1px solid color-mix(in srgb, var(--moss-deep) 26%, transparent);padding:.8rem 1rem}.divider span:last-child{border-bottom:0}.section{padding:4.5rem 1.25rem}.section__header{margin-bottom:2.5rem}.showcase{height:80svh;min-height:620px}.showcase__slide{padding-inline:1rem}.showcase__content{border-radius:46% 46% 24px 24px/24% 24% 24px 24px;min-height:470px;padding:5rem 1.5rem 3rem}.showcase__name{font-size:clamp(2.35rem,12vw,3.5rem)}.showcase__hint{display:none}.menu__layout{gap:1.25rem}.menu__image-wrap{order:-1}.menu__image{min-height:220px}.about{padding-inline:1.25rem}.about__frame{min-height:350px}.about__text{align-items:stretch}.about__text .btn{align-self:stretch}.book-form{grid-template-columns:1fr}.book-form__textarea{grid-column:auto}.book-form__submit{width:100%}.footer{padding:3.5rem 1.25rem}.footer__links{gap:1rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
