@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Sora:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap");:root{--cream:#faf6f0;--ink:#1a1410;--gold:#c9a227;--terracotta:#b85c38;--forest:#2d5016;--yellow:#fcd116;--blue:#003893;--red:#ce1126;--muted:#6b5e54;--line:rgba(26,20,16,0.1);--serif:"Instrument Serif",Georgia,serif;--sans:"Sora",system-ui,sans-serif;--mono:"IBM Plex Mono",monospace;--header-h:4.25rem;--section-y:clamp(3rem,6vw,4.5rem);--section-gap:clamp(1.25rem,3vw,2rem);--ease-out-expo:cubic-bezier(0.16,1,0.3,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%;overflow-x:clip}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}body{font-family:var(--sans);background:var(--cream);color:var(--ink);line-height:1.6}body,main{overflow-x:clip;max-width:100%}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9998;opacity:.035;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='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}::selection{background:var(--gold);color:var(--ink)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1.1}.container{width:min(100% - 2rem,72rem);margin-inline:auto}.section{padding-block:var(--section-y)}.section-label{font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--terracotta)}.section-title{font-size:clamp(2rem,4.5vw,3rem);letter-spacing:-.02em;margin-top:.35rem}.section-header{margin-bottom:var(--section-gap);max-width:36rem}.section-header p{margin-top:.65rem;color:var(--muted)}.section-title em{font-style:italic;color:var(--terracotta)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.45rem;font-family:var(--mono);font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;border-radius:999px;transition:transform .35s var(--ease-out-expo),background .35s var(--ease-out-expo),color .35s var(--ease-out-expo),box-shadow .35s var(--ease-out-expo)}.btn-primary{background:var(--ink);color:var(--cream)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(26,20,16,.2)}.btn-outline{border:1.5px solid var(--ink);color:var(--ink);background:transparent}.btn-outline:hover{background:var(--ink);color:var(--cream);transform:translateY(-2px)}.btn-gold{background:var(--gold);color:var(--ink)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(201,162,39,.35)}.colombian-stripe{height:4px;background:linear-gradient(90deg,var(--yellow) 0,var(--yellow) 50%,var(--blue) 50%,var(--blue) 75%,var(--red) 75%,var(--red) 100%)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:10040;pointer-events:none;background:linear-gradient(90deg,var(--yellow),var(--blue),var(--red))}.preloader{position:fixed;inset:0;z-index:10070;display:grid;place-items:center;background:var(--cream)}.preloader-bar{position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gold);transform-origin:left}.site-header{position:fixed;top:0;left:0;right:0;z-index:10050;height:var(--header-h);isolation:isolate;transition:background .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo)}.site-header--scrolled{background:rgba(250,246,240,.97);box-shadow:0 1px 0 var(--line)}@media (min-width:768px){.site-header--scrolled{background:rgba(250,246,240,.88);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1.5rem}.site-header__logo img{border-radius:50%;transition:transform .4s var(--ease-out-expo)}.site-header__logo:hover img{transform:scale(1.06)}.site-header__nav{display:none;gap:2rem}@media (min-width:1024px){.site-header__nav{display:flex}}.site-header__link{font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);transition:color .3s;position:relative}.site-header__link:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--terracotta);transition:width .35s var(--ease-out-expo)}.site-header__link:hover{color:var(--ink)}.site-header__link:hover:after{width:100%}.site-header__actions{display:flex;align-items:center;gap:.65rem}.site-header__cta{display:none;padding:.65rem 1.1rem;font-size:.65rem}@media (min-width:768px){.site-header__cta{display:inline-flex}}.site-header__toggle{position:relative;z-index:2;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer}@media (min-width:1024px){.site-header__toggle{display:none}}.site-header__burger,.site-header__burger:after,.site-header__burger:before{display:block;width:1.35rem;height:2px;background:var(--ink);transition:transform .35s var(--ease-out-expo),opacity .35s}.site-header__burger{position:relative}.site-header__burger:after,.site-header__burger:before{content:"";position:absolute;left:0}.site-header__burger:before{top:-7px}.site-header__burger:after{top:7px}.site-header__burger--open{background:transparent}.site-header__burger--open:before{transform:translateY(7px) rotate(45deg)}.site-header__burger--open:after{transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;inset:0;z-index:10055;overflow:hidden}.mobile-nav__backdrop{position:absolute;inset:0;z-index:1;border:none;padding:0;cursor:pointer;background:rgba(250,246,240,.35);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.mobile-nav__panel{position:absolute;top:0;right:0;z-index:2;width:min(100%,22rem);height:100%;background:linear-gradient(180deg,#fff 0,var(--cream) 55%,rgba(201,162,39,.08) 100%);padding:calc(var(--header-h) + 1.25rem) 1.75rem 1.5rem;display:flex;flex-direction:column;gap:0;box-shadow:-4px 0 24px rgba(26,20,16,.08);pointer-events:auto}.mobile-nav__stripe{position:absolute;top:0;left:0;right:0}.mobile-nav__close{position:absolute;top:calc(var(--header-h) - 2.75rem);right:1.25rem;z-index:3;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.75rem;line-height:1;color:var(--ink);cursor:pointer;touch-action:manipulation}.mobile-nav__links{display:flex;flex-direction:column;gap:.35rem;flex:1 1}.mobile-nav__link{font-family:var(--serif);font-size:1.65rem;display:block;padding:.4rem 0;color:var(--ink);transition:color .25s}.mobile-nav__link:focus-visible,.mobile-nav__link:hover{color:var(--terracotta)}.mobile-nav__ctas{display:flex;flex-direction:column;gap:.65rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--line)}.mobile-nav__cta{width:100%;justify-content:center}.mobile-nav__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--line)}.mobile-nav__brand img{border-radius:50%;box-shadow:0 4px 16px rgba(201,162,39,.25)}.mobile-nav__brand span{font-family:var(--mono);font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;color:var(--terracotta)}.hero{position:relative;min-height:clamp(32rem,88svh,44rem);display:flex;align-items:flex-end;padding-bottom:2.5rem;overflow:hidden}.hero__bg{position:absolute;inset:-10% 0 0;z-index:0}.hero__image{object-fit:cover;object-position:center 30%}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,20,16,.35),rgba(26,20,16,.15) 40%,rgba(26,20,16,.75))}.hero__content{position:relative;z-index:1;color:var(--cream);padding-top:calc(var(--header-h) + 1.5rem)}.hero__eyebrow,.hero__subtitle,.hero__title{-webkit-text-stroke:.5px rgba(26,20,16,.7);paint-order:stroke fill;text-shadow:0 0 1px rgba(26,20,16,.85),1px 0 0 rgba(26,20,16,.2),-1px 0 0 rgba(26,20,16,.2),0 1px 0 rgba(26,20,16,.2),0 -1px 0 rgba(26,20,16,.2)}.hero__eyebrow{font-family:var(--mono);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;opacity:.85;margin-bottom:1rem}.hero__title{font-size:clamp(2.75rem,10vw,5.5rem);line-height:.95;margin-bottom:.85rem}.hero__title em{font-style:italic;color:var(--gold)}.hero__subtitle{font-size:clamp(.95rem,1.8vw,1.1rem);max-width:28rem;opacity:.9;margin-bottom:1.35rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem}.hero__btn-light{border-color:rgba(250,246,240,.6);color:var(--cream)}.hero__btn-light:hover{background:var(--cream);color:var(--ink);border-color:var(--cream)}.hero__scroll{position:absolute;bottom:2rem;right:2rem;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--cream);font-family:var(--mono);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;opacity:.7}.hero__scroll-line{display:block;width:1px;height:2.5rem;background:var(--cream);transform-origin:top}.marquee{background:var(--ink);color:var(--cream);padding:.85rem 0;overflow:hidden;border-block:1px solid rgba(255,255,255,.08)}.marquee__track{display:flex;width:max-content;animation:marquee 40s linear infinite}.marquee__item{display:inline-flex;align-items:center;gap:1.5rem;padding-inline:1.5rem;font-family:var(--mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.marquee__dot{width:4px;height:4px;border-radius:50%;background:var(--gold)}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.story__grid{display:grid;grid-gap:var(--section-gap);gap:var(--section-gap);align-items:start}@media (min-width:960px){.story__grid{grid-template-columns:1.1fr .9fr;gap:clamp(1.5rem,3vw,2.5rem)}}.story__lead{font-size:1.05rem;color:var(--muted);margin-top:.65rem}.story__body{display:flex;flex-direction:column;gap:.75rem;color:var(--muted);margin-top:1rem;font-size:.95rem}.story__cards{display:grid;grid-gap:.75rem;gap:.75rem}.story__card{background:#fff;border:1px solid var(--line);border-radius:.85rem;padding:1.1rem 1.15rem;transition:transform .4s var(--ease-out-expo),box-shadow .4s}.story__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(26,20,16,.08)}.story__card-es{font-family:var(--mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta)}.story__card h3{font-size:1.15rem;margin:.35rem 0}.story__card p{font-size:.88rem;color:var(--muted);line-height:1.5}.menu-preview{background:linear-gradient(180deg,transparent,rgba(201,162,39,.06))}.menu-preview__header{max-width:34rem;margin-bottom:var(--section-gap)}.menu-preview__desc{margin-top:.5rem;font-family:var(--sans);font-size:.78rem;line-height:1.45;font-weight:400;color:var(--muted)}.menu-preview__items,.menu-preview__primary{min-width:0;max-width:100%;overflow-x:clip}.menu-preview__layout{display:grid;grid-gap:var(--section-gap);gap:var(--section-gap);min-width:0}@media (min-width:1024px){.menu-preview__layout{grid-template-columns:1.15fr .85fr;align-items:start}}.menu-preview__tabs{display:flex;gap:.35rem;overflow-x:auto;overflow-y:hidden;max-width:100%;padding-bottom:.35rem;margin-bottom:1.25rem;scrollbar-width:none}.menu-preview__tabs::-webkit-scrollbar{display:none}.menu-preview__tab{position:relative;flex-shrink:0;padding:.55rem .95rem;font-family:var(--mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-radius:999px;transition:color .3s}.menu-preview__tab--active{color:var(--ink)}.menu-preview__tab-indicator{position:absolute;inset:0;background:rgba(201,162,39,.2);border-radius:999px;z-index:-1}.menu-preview__category-es{font-family:var(--mono);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.75rem}.menu-preview__item{padding:.65rem 0;border-bottom:1px solid var(--line);min-width:0;cursor:default}.full-menu__dish[role=button],.menu-preview__featured-card[role=button],.menu-preview__item[role=button]{cursor:pointer}.menu-preview__item-head{margin-bottom:.15rem}.full-menu__dish-desc,.menu-preview__featured-desc,.menu-preview__item-desc{font-family:var(--sans);font-size:clamp(.5625rem,2.2vw,.6875rem);line-height:1.45;font-weight:300;color:rgba(107,94,84,.72);letter-spacing:.01em;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.menu-preview__item-desc{margin-top:.2rem}.menu-preview__featured{margin-top:1.75rem;min-width:0;max-width:100%}@media (min-width:1024px){.menu-preview__featured{margin-top:0}}.menu-preview__featured-title{font-family:var(--mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.75rem}.menu-preview__featured-grid{display:grid;grid-gap:.65rem;gap:.65rem;grid-template-columns:minmax(0,1fr);min-width:0;max-width:100%}@media (min-width:640px){.menu-preview__featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.menu-preview__featured-grid{grid-template-columns:1fr}}.menu-preview__featured-card{background:#fff;border-radius:.75rem;padding:.75rem .85rem .7rem;border:1px solid var(--line);transition:transform .35s var(--ease-out-expo);min-width:0;max-width:100%;overflow:hidden}.menu-preview__featured-card:hover{transform:translateY(-3px)}.menu-preview__featured-dot{display:block;width:5px;height:5px;border-radius:50%;background:var(--gold);margin-bottom:.35rem}.menu-preview__featured-card h4{font-family:var(--serif);font-size:clamp(1.35rem,4.8vw,1.6rem);line-height:1.05;letter-spacing:-.015em;margin-bottom:0;color:var(--ink)}.menu-preview__featured-desc{display:block;margin-top:.15rem}.menu-preview__cta{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.5rem}.gallery__header{margin-bottom:var(--section-gap);max-width:30rem}.gallery__header p{margin-top:.65rem;color:var(--muted)}.gallery__grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:9rem;grid-gap:.5rem;gap:.5rem;padding-inline:1rem}@media (min-width:768px){.gallery__grid{grid-auto-rows:11rem;padding-inline:1.25rem}}.gallery__item{position:relative;overflow:hidden;border-radius:.75rem}.gallery__item--1{grid-column:span 6;grid-row:span 2}.gallery__item--2,.gallery__item--3{grid-column:span 3}.gallery__item--4{grid-column:span 2}.gallery__item--5{grid-column:span 4}@media (min-width:768px){.gallery__item--1,.gallery__item--2{grid-column:span 3}.gallery__item--3,.gallery__item--4,.gallery__item--5{grid-column:span 2}}.gallery__item-inner{position:relative;width:100%;height:100%;min-height:9rem}.gallery__item-inner img{object-fit:cover;transition:transform .7s var(--ease-out-expo)}.gallery__item:hover img{transform:scale(1.08)}.gallery__item-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(26,20,16,.35));opacity:0;transition:opacity .4s}.gallery__item:hover .gallery__item-overlay{opacity:1}.gallery__cta{margin-top:1.5rem;text-align:center}.reservations{background:#fff}.reservations.section{padding-block:clamp(1.25rem,3vw,2rem)}.reservations__compact-inner{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;padding:1rem 1.15rem;background:var(--cream);border:1px solid var(--line);border-radius:.85rem}@media (min-width:640px){.reservations__compact-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem;padding:.85rem 1.25rem}}.reservations__compact-copy .section-label{display:block;margin-bottom:.25rem}.reservations__compact-copy p{font-size:.82rem;line-height:1.45;color:var(--muted);max-width:28rem}.reservations__compact-btn{flex-shrink:0;padding:.65rem 1.15rem;font-size:.62rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field span{font-family:var(--mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);transition:color .3s}.form-field input,.form-field textarea{border:1.5px solid var(--line);border-radius:.5rem;padding:.85rem 1rem;background:#fff;font-family:var(--sans);font-size:.95rem;transition:border-color .3s,box-shadow .3s;resize:vertical}.form-field--focused span{color:var(--terracotta)}.form-field--focused input,.form-field--focused textarea{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,162,39,.15);outline:none}.drinks{background:var(--ink);color:var(--cream)}.drinks__grid{display:grid;grid-gap:var(--section-gap);gap:var(--section-gap)}@media (min-width:960px){.drinks__grid{grid-template-columns:1fr 1.2fr;align-items:center}}.drinks__copy p{margin:.65rem 0 1.15rem;opacity:.8}.drinks__copy .btn-outline{border-color:rgba(250,246,240,.5);color:var(--cream)}.drinks__copy .btn-outline:hover{background:var(--cream);color:var(--ink)}.drinks__cards{display:grid;grid-gap:.65rem;gap:.65rem}.drinks__card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:.85rem;padding:1rem 1.1rem;transition:background .35s}.drinks__card:hover{background:rgba(255,255,255,.1)}.drinks__card-es{font-family:var(--mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.drinks__card h3{font-size:1.15rem;margin:.35rem 0}.drinks__card p{font-size:.88rem;opacity:.75;line-height:1.5}.drinks .section-title em{color:var(--gold)}.visit__grid{display:grid;grid-gap:var(--section-gap);gap:var(--section-gap);padding-top:0}@media (min-width:960px){.visit__grid{grid-template-columns:1fr 1fr;align-items:center}}.visit__info p{margin-top:.65rem;color:var(--muted)}.visit__details{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.25rem}.visit__block h3{font-family:var(--mono);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.5rem}.visit__block a{text-decoration:underline;text-underline-offset:3px}.visit__block ul{list-style:none}.visit__block li{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;font-size:.92rem;border-bottom:1px solid var(--line)}.visit__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}.visit__map iframe{width:100%;height:18rem;border:0;border-radius:.85rem;filter:grayscale(20%) contrast(1.05)}.site-footer{background:var(--ink);color:rgba(250,246,240,.85);padding-bottom:2rem}.site-footer__grid{display:grid;grid-gap:1.75rem;gap:1.75rem;padding:2.25rem 0}@media (min-width:768px){.site-footer__grid{grid-template-columns:1.4fr repeat(3,1fr)}}.site-footer__brand p{margin-top:1rem;font-size:.92rem;opacity:.75;max-width:22rem}.site-footer__heading{font-family:var(--mono);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.site-footer__address{font-style:normal;margin-bottom:1rem}.site-footer__hours li,.site-footer__links li{list-style:none;margin-bottom:.45rem}.site-footer__hours li{display:flex;justify-content:space-between;gap:1rem;font-size:.88rem}.site-footer__links a:hover{color:var(--gold)}.site-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.82rem;opacity:.65}.site-footer__credit a{color:var(--gold)}.menu-page{padding-top:var(--header-h);overflow-x:clip;max-width:100%}.menu-page__hero{padding:1rem 0 .85rem;background:linear-gradient(180deg,rgba(201,162,39,.08),transparent)}.menu-page__meta{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;margin-bottom:.85rem}.menu-page__back{display:inline-block;font-family:var(--mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.menu-page__back:hover{color:var(--ink)}.menu-page__label{display:block;margin:0}.menu-page__title{margin-top:0}.menu-page__intro{margin-top:.5rem;font-family:var(--sans);font-size:.78rem;line-height:1.45;font-weight:400;color:var(--muted);max-width:34rem}.menu-page__hero p{margin-top:.65rem;color:var(--muted);max-width:34rem}.menu-page__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.85rem}.menu-page__body{padding-bottom:var(--section-y)}.full-menu__search{margin-bottom:1.25rem}.full-menu__search input{width:100%;padding:1rem 1.25rem;border:1.5px solid var(--line);border-radius:999px;font-family:var(--sans);font-size:.95rem;background:#fff;transition:border-color .3s,box-shadow .3s}.full-menu__search input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,162,39,.15)}.full-menu__layout{display:grid;grid-gap:1.25rem;gap:1.25rem;min-width:0}.full-menu{min-width:0;max-width:100%}@media (min-width:960px){.full-menu__layout{grid-template-columns:16rem 1fr;align-items:start}}.full-menu__sidebar{display:flex;flex-direction:column;gap:.35rem;position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 1rem)}@media (max-width:959px){.full-menu__sidebar{flex-direction:row;overflow-x:auto;overflow-y:hidden;position:static;padding-bottom:.5rem;max-width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none}.full-menu__sidebar::-webkit-scrollbar{display:none}}.full-menu__sidebar-btn{text-align:left;padding:.85rem 1rem;border-radius:.65rem;transition:background .3s;flex-shrink:0}.full-menu__sidebar-btn--active{background:rgba(201,162,39,.15)}.full-menu__sidebar-btn span:first-child{display:block;font-size:.88rem;font-weight:500}.full-menu__sidebar-es{display:block;margin-top:.15rem;font-family:var(--mono);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.full-menu__category-header{margin-bottom:1rem}.full-menu__category-header h2{font-size:1.65rem}.full-menu__category-header p{font-family:var(--mono);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);margin-top:.35rem}.full-menu__list{display:flex;flex-direction:column;gap:.4rem}.full-menu__dish{background:#fff;border:1px solid var(--line);border-radius:.65rem;overflow:hidden;padding:.85rem 1rem;transition:transform .35s var(--ease-out-expo),box-shadow .35s}.full-menu__dish:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(26,20,16,.06)}.full-menu__dish-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.full-menu__dish-head .menu-dish-head{flex:1 1;min-width:0}.full-menu__dish-badge{font-family:var(--mono);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;color:var(--terracotta);background:rgba(184,92,56,.1);padding:.25rem .55rem;border-radius:999px;flex-shrink:0}.full-menu__dish-body p.full-menu__dish-desc{font-size:clamp(.5625rem,2.2vw,.6875rem);line-height:1.45;font-weight:300;color:rgba(107,94,84,.72);overflow-wrap:anywhere;word-break:break-word}.full-menu__dish-es{margin-top:.2rem;font-size:.625rem;line-height:1.35;font-style:italic;font-weight:300;color:rgba(107,94,84,.75)}.full-menu__empty{color:var(--muted);padding:2rem;text-align:center}.menu-dish-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;width:100%;min-width:0}.menu-dish-head__title{display:flex;align-items:center;gap:.45rem;min-width:0;flex:1 1}.menu-dish-head h3,.menu-dish-head h4{font-family:var(--serif);font-size:clamp(1.35rem,4.5vw,1.65rem);line-height:1.05;letter-spacing:-.015em;color:var(--ink);min-width:0}.menu-dish-head h4{font-size:clamp(1.2rem,4vw,1.45rem)}.menu-dish-head__photo{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:999px;color:var(--terracotta);background:rgba(184,92,56,.1);transition:background .25s,color .25s,transform .25s var(--ease-out-expo)}.menu-dish-head__photo:focus-visible,.menu-dish-head__photo:hover{background:rgba(201,162,39,.22);color:var(--ink);transform:scale(1.05)}.menu-dish-head__price{flex-shrink:0;font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.04em;color:var(--terracotta);white-space:nowrap}.menu-photo-modal{position:fixed;inset:0;z-index:10080;display:grid;place-items:center;padding:1.25rem;background:rgba(26,20,16,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.menu-photo-modal__dialog{position:relative;width:min(100%,28rem);background:var(--cream);border-radius:1rem;overflow:hidden;box-shadow:0 24px 64px rgba(26,20,16,.28)}.menu-photo-modal__close{position:absolute;top:.65rem;right:.65rem;z-index:2;width:2rem;height:2rem;display:grid;place-items:center;border-radius:999px;background:rgba(250,246,240,.92);color:var(--ink);font-size:1.35rem;line-height:1;cursor:pointer}.menu-photo-modal__image{position:relative;aspect-ratio:4/3;background:#fff}.menu-photo-modal__img{width:100%;height:100%;object-fit:cover}.menu-photo-modal__meta{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.85rem 1rem 1rem;border-top:3px solid;border-image:linear-gradient(90deg,var(--yellow),var(--blue),var(--red)) 1}.menu-photo-modal__name{font-family:var(--serif);font-size:1.15rem;line-height:1.15;color:var(--ink)}.menu-photo-modal__price{font-family:var(--mono);font-size:.75rem;letter-spacing:.06em;color:var(--terracotta);white-space:nowrap}