*, *::before, *::after { box-sizing: border-box; }
:root {
  color-scheme: light;
  font-family: var(--font-body, sans-serif);
  --header-height: calc(3.5rem + env(safe-area-inset-top, 0px));
  --nav-height: 3.5rem;
  --dock-height: calc(var(--header-height) + var(--nav-height));
  --subnav-height: 3.5rem;
}
html, body { margin: 0; color: var(--color-ink); background: var(--color-paper); }
body { line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.nav-open, body.modal-open { overflow: hidden; }
button, a { font: inherit; color: inherit; }
button { cursor: pointer; }
a { text-underline-offset: .22em; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; z-index: 300; top: .5rem; left: .5rem; padding: .75rem; color: #fff; background: #292724; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--color-brand); outline-offset: 4px; }
[tabindex='-1']:focus { outline: none; }
.loading-state, .error-state { min-height: 100svh; display: grid; place-content: center; padding: 2rem; text-align: center; }
.splash { display: none; }
.js .splash { display: grid; place-items: center; position: fixed; z-index: 200; inset: 0; background: var(--color-ink); pointer-events: none; transform: translateY(0); transition: transform 480ms cubic-bezier(.2,.7,.2,1), visibility 0s 480ms; }
.splash__wordmark { width: min(70vw, 24rem); height: auto; }
.js.is-ready .splash { transform: translateY(-101%); visibility: hidden; }
.js.is-deep-link .splash { display: none; }

.navigation-dock { position: fixed; z-index: 70; inset: 0 0 auto; }
.site-header { height: var(--header-height); padding-top: env(safe-area-inset-top, 0px); color: var(--color-on-dark); background: var(--color-ink); }
.site-header__inner { display: grid; grid-template-columns: 2.75rem 1fr 2.75rem; align-items: center; max-width: 80rem; height: 100%; margin: auto; padding-inline: 1rem; }
.site-header__brand { justify-self: center; }
.site-header__wordmark { width: 5rem; height: 2.9rem; object-fit: contain; }
.menu-toggle { z-index: 90; display: grid; gap: 5px; align-content: center; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { height: 1px; background: currentColor; transition: transform 220ms, opacity 180ms; }
.nav-open .menu-toggle span:first-child { transform: translateY(6px) rotate(45deg); }
.nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
.nav-open .menu-toggle span:last-child { transform: translateY(-6px) rotate(-45deg); }
.desktop-nav { display: none; }
.nav-drawer { position: fixed; z-index: 65; inset: var(--header-height) 0 0; padding: 2rem 1.5rem max(2rem, env(safe-area-inset-bottom)); background: var(--color-ink); color: var(--color-on-dark); overflow-y: auto; visibility: hidden; transform: translateX(-102%); transition: transform 280ms ease, visibility 0s 280ms; }
.nav-drawer[aria-hidden='false'] { transform: translateX(0); visibility: visible; transition-delay: 0s; }
.nav-open .section-nav { visibility: hidden; }
.nav-drawer__brand { width: 8rem; height: 5rem; object-fit: contain; margin: 0 0 1rem; }
.nav-drawer__links { display: flex; flex-direction: column; max-width: 30rem; }
.nav-drawer__links a { padding: .85rem 0; border-bottom: 1px solid #ffffff24; text-decoration: none; font-size: 1.2rem; min-height: 48px; }

.section-nav { position: relative; background: var(--color-paper); border-bottom: 1px solid #29272422; }
.section-nav__scroll { height: var(--nav-height); overflow-x: auto; scrollbar-width: none; overscroll-behavior-x: contain; --active-bg: #292724; --active-ink: #fffaf2; }
.section-nav__scroll::-webkit-scrollbar, .category-nav::-webkit-scrollbar { display: none; }
.section-nav__inner { display: flex; align-items: center; gap: .3rem; width: max-content; min-width: 100%; padding: .375rem .65rem; }
.section-nav a { display: grid; place-items: center; flex: none; min-height: 44px; padding: .55rem .85rem; border-radius: 999px; text-decoration: none; white-space: nowrap; font-size: .82rem; font-weight: 650; transition: color 180ms, background-color 180ms; }
.section-nav a.is-active { background: var(--active-bg); color: var(--active-ink); }
.section-nav::before, .section-nav::after { position: absolute; z-index: 2; top: 0; bottom: 0; width: .65rem; pointer-events: none; content: ''; opacity: 0; }
.section-nav::before { left: 0; background: linear-gradient(90deg, var(--color-paper), transparent); }
.section-nav::after { right: 0; background: linear-gradient(-90deg, var(--color-paper), transparent); }
.section-nav.has-more-right::after { content: '›'; display: grid; place-content: center; width: 1rem; font-size: 1.1rem; font-weight: 700; background: linear-gradient(-90deg, var(--color-paper) 65%, transparent); }
.section-nav.has-more-left::before, .section-nav.has-more-right::after { opacity: 1; }
main { padding-top: var(--dock-height); }
.hero { position: relative; isolation: isolate; min-height: calc(100svh - var(--dock-height)); color: var(--color-on-dark); background: var(--color-ink); scroll-margin-top: var(--dock-height); }
.hero__media { position: absolute; z-index: -1; inset: 0; margin: 0; }
.hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; }
.hero__media::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, #29272400 20%, #29272480 48%, #292724f5 100%); }
.hero__identity { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; min-height: calc(100svh - var(--dock-height)); padding: 2rem 1.5rem; gap: 1.5rem; }
.hero__wordmark-image { width: min(65vw, 17rem); height: auto; filter: drop-shadow(0 2px 6px #0005); }
.hero__intro { margin: 0; max-width: 33ch; font-size: 1.03rem; line-height: 1.7; text-wrap: pretty; }

.menu-section { background: var(--section-bg); padding: 2.5rem 1rem 3.25rem; scroll-margin-top: calc(var(--dock-height) + 8px); }
.menu-section__inner { width: min(100%, var(--content-max)); margin: auto; }
.menu-section__title { margin: 0 0 1.6rem; font-size: clamp(2.5rem, 8vw, 4rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.12; }
.menu-section__layout { display: grid; min-width: 0; gap: 2rem; }
.section-photo { position: relative; margin: 0; min-width: 0; border-radius: 10px; overflow: hidden; background: var(--section-bg); align-self: start; }
.section-photo img { width: 100%; height: auto; }
.section-photo, .category-photo { --photo-fade: 8%; --photo-contrast: .92; --photo-saturation: .94; --photo-brightness: 1.015; --photo-wash: .035; cursor: default; }
.section-photo img, .category-photo img {
  filter: contrast(var(--photo-contrast)) saturate(var(--photo-saturation)) brightness(var(--photo-brightness));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - var(--photo-fade)), #000000fa calc(100% - var(--photo-fade) * .6), #000000e6 calc(100% - var(--photo-fade) * .35), #00000073 calc(100% - var(--photo-fade) * .15), transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 calc(100% - var(--photo-fade)), #000000fa calc(100% - var(--photo-fade) * .6), #000000e6 calc(100% - var(--photo-fade) * .35), #00000073 calc(100% - var(--photo-fade) * .15), transparent 100%);
}
.section-photo::after, .category-photo::after { content: ''; position: absolute; inset: 0; background: var(--section-bg); opacity: var(--photo-wash); pointer-events: none; }
.section-photo[data-photo='food'] { --photo-fade: 30%; --photo-contrast: .89; --photo-saturation: .92; --photo-brightness: 1.02; --photo-wash: .06; }
.section-photo[data-photo='beers'] { --photo-fade: 7%; --photo-contrast: .92; --photo-saturation: .93; --photo-wash: .04; }
.section-photo[data-photo='cocktails'] { --photo-fade: 9%; --photo-contrast: .9; --photo-saturation: .88; --photo-brightness: 1.02; --photo-wash: .05; }
.section-photo[data-photo='spirits'] { --photo-fade: 6%; --photo-contrast: .92; --photo-saturation: .9; }
.category-photo[data-photo='tacos'] { --photo-fade: 20%; --photo-contrast: .87; --photo-saturation: .9; --photo-brightness: 1.025; --photo-wash: .07; }
.menu-section--with-atmosphere { padding-top: 0; }
.section-atmosphere { position: relative; width: min(100%, var(--content-max)); height: 12rem; margin: 0 auto 2.5rem; overflow: hidden; }
.section-atmosphere img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 64%; }
.section-atmosphere::after { content: ''; position: absolute; inset: auto 0 -1px; height: 1.4rem; background: linear-gradient(transparent, var(--section-bg)); pointer-events: none; }
.categories { display: grid; gap: 3.25rem; min-width: 0; }
.category { min-width: 0; scroll-margin-top: calc(var(--dock-height) + 20px); }
.category__header { padding-bottom: .8rem; border-bottom: 1px solid #29272435; }
.category__title { margin: 0; font-size: 1.55rem; line-height: 1.2; letter-spacing: -.02em; font-weight: 600; }
.category__note { margin: .45rem 0 0; font-size: .75rem; letter-spacing: .025em; color: var(--color-muted); }
.category__items { display: grid; }
.menu-item { padding: .7rem 0; border-bottom: 1px solid #2927241a; }
.menu-item__top, .menu-item__variant { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .85rem; align-items: baseline; }
.menu-item__name { margin: 0; font-size: .98rem; font-weight: 600; line-height: 1.4; }
.menu-item__prices { font-size: .94rem; font-weight: 650; white-space: nowrap; font-variant-numeric: tabular-nums; }
.menu-item__description { margin: .3rem 0 0; font-size: .82rem; color: var(--color-muted); line-height: 1.45; }
.menu-item__variant { margin: .3rem 0 0; padding-left: .8rem; font-size: .86rem; line-height: 1.4; }
.menu-item__variant-label { color: var(--color-muted); }
.menu-item__variant-price { white-space: nowrap; font-variant-numeric: tabular-nums; }
.association-note { margin: .5rem 0 0 .8rem; padding: .2rem 0 .2rem .85rem; border-left: 2px solid var(--color-accent); font-size: .8rem; color: var(--color-muted); }
.association-note p { margin: 0; }
.association-note__label { color: var(--color-accent); font-weight: 650; margin-bottom: .2rem !important; }
.category-photo { position: relative; margin: 1.25rem auto .65rem; max-width: 20rem; border-radius: 8px; overflow: hidden; background: var(--section-bg); }
.category-photo img { width: 100%; height: auto; }
.category-nav { position: sticky; z-index: 40; top: var(--dock-height); display: flex; align-items: center; gap: .4rem; padding: .375rem 0; min-height: var(--subnav-height); margin: 0 0 1.5rem; overflow-x: auto; scrollbar-width: none; overscroll-behavior-x: contain; background: var(--section-bg); border-block: 1px solid #29272422; }
.category-nav a { flex: none; display: grid; place-items: center; min-height: 44px; padding: .5rem .85rem; background: #dac9b6; border: 1px solid #29272420; border-radius: 999px; font-size: .82rem; font-weight: 600; text-decoration: none; white-space: nowrap; transition: color 180ms, background-color 180ms; }
.category-nav a.is-active { background: var(--capsule-bg); color: var(--capsule-ink); }
.menu-section--destilados .category { scroll-margin-top: calc(var(--dock-height) + var(--subnav-height) + 24px); }
.menu-section__layout--text { max-width: 46rem; }
.contact__title { margin: 0 0 1rem; font-size: clamp(2rem,6vw,3rem); font-weight: 500; letter-spacing: -.04em; }
.contact { background: var(--color-ink); color: var(--color-on-dark); scroll-margin-top: var(--dock-height); }
.contact__photo { position: relative; margin: 0 auto; max-width: 60rem; }
.contact__photo img { width: 100%; height: auto; }
.contact__photo::after { content: ''; position: absolute; inset: auto 0 -1px; height: 1.75rem; background: linear-gradient(transparent, var(--color-ink)); pointer-events: none; }
.contact__inner { display: grid; gap: 2rem; max-width: var(--content-max); margin: auto; padding: 2rem 1.5rem calc(3rem + env(safe-area-inset-bottom)); }
.contact__wordmark { width: 11rem; height: auto; }
.contact__details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem 1rem; }
.contact__field p { margin: 0; }
.contact__socials { display: flex; align-items: flex-start; gap: .5rem; }
.contact__social-link { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex: 0 0 48px; text-decoration: none; border-radius: 8px; }
.contact__social-link:focus-visible { outline-color: var(--color-on-dark); outline-offset: 2px; }
.contact__social-icon { display: block; width: 28px; height: 28px; object-fit: contain; }
.contact__label { color: #d4cabc; font-size: .72rem; font-weight: 650; margin-bottom: .45rem !important; }
.contact__value { font-size: .9rem; overflow-wrap: anywhere; }
.contact__field--hours .contact__value { white-space: pre-line; }
.contact__pending { color: #d4cabc; }
.contact__canonical { display: inline-block; margin-top: 2rem; font-size: .75rem; overflow-wrap: anywhere; }
.modal { position: fixed; z-index: 150; inset: 0; display: grid; place-items: center; padding: .75rem; background: #171512ee; }
.modal__panel { position: relative; width: min(100%,44rem); max-height: calc(100svh - 1.5rem); overflow-y: auto; padding: 3.25rem 1rem 1rem; background: var(--color-paper); border-radius: 12px; }
.modal__close { position: absolute; right: .65rem; top: .65rem; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--color-ink); color: #fff; font-size: 1.5rem; }
.modal__counter { position: absolute; top: 1rem; left: 1rem; margin: 0; font-size: .8rem; }
.modal__slide { touch-action: pan-y; }
.modal__media { display: grid; place-items: center; height: min(58svh,34rem); background: var(--color-cream); border-radius: 8px; }
.modal__media img { max-height: 100%; max-width: 100%; width: auto; height: auto; object-fit: contain; }
.modal__content h2 { margin: .8rem 0 0; font-size: 1.2rem; }
.modal__content p { margin: .5rem 0; font-size: .85rem; }
.modal__content p:empty { display: none; }
.modal__controls { display: grid; grid-template-columns: 44px 1fr 44px; gap: 1rem; margin-top: .75rem; }
.modal__arrow { width: 44px; height: 44px; border: 1px solid #29272444; border-radius: 50%; background: transparent; }
.modal__dots { display: flex; justify-content: center; align-items: center; }
.modal__dot { position: relative; width: 36px; height: 44px; border: 0; background: transparent; }
.modal__dot::after { content: ''; position: absolute; inset: 17px 13px; border-radius: 100%; background: #29272444; }
.modal__dot.is-active::after { background: var(--color-ink); }

@media (max-width: 47.999rem) {
  .menu-section { padding-inline: 0; }
  .menu-section__title { padding-inline: 1rem; }
  .menu-section__layout { gap: 1.35rem; }
  .categories { padding-inline: 1rem; }
  .category-nav { padding-inline: .65rem; }
  .section-photo { width: 100%; max-width: none; border-radius: 0; }
  .category-photo { width: calc(100% + 2rem); max-width: none; margin-inline: -1rem; border-radius: 0; }
  .section-atmosphere { height: clamp(13rem, 66.6667vw, 20rem); }
}
@media (min-width: 48rem) {
  :root { --header-height: 4rem; }
  .site-header__inner { grid-template-columns: 2.75rem 1fr auto; }
  .site-header__brand { justify-self: start; margin-left: 1rem; }
  .desktop-nav { display: flex; gap: 1.5rem; }
  .desktop-nav a { display: grid; align-items: center; min-height: 44px; font-size: .85rem; text-decoration: none; }
  .nav-drawer { width: min(26rem, 100%); box-shadow: 15rem 0 0 100vmax #0005; }
  .section-nav__inner { justify-content: center; width: 100%; }
  .hero__media::after { background: linear-gradient(90deg,#29272400 18%,#29272440 42%,#292724ed 78%,#292724 100%); }
  .hero__identity { align-items: flex-start; justify-content: center; margin-left: 54%; padding: 3rem 2rem; min-height: max(36rem, calc(100svh - var(--dock-height))); }
  .hero__wordmark-image { width: 17rem; }
  .hero__intro { font-size: 1.1rem; }
  .hero__photo { object-position: 35% 50%; }
  .menu-section { padding: 3.5rem 2rem 4rem; }
  .menu-section--with-atmosphere { padding-top: 0; }
  .section-atmosphere { height: clamp(21.75rem, 34.8vw, 27.55rem); margin-bottom: 3.5rem; }
  .section-photo { max-width: 36rem; }
  .contact__inner { grid-template-columns: .8fr 1.2fr; align-items: center; }
  .contact__details { gap: 2rem; }
  .contact__inner { padding-inline: 2rem; }
  .contact__photo::after { height: 2.5rem; }
}
@media (min-width: 64rem) {
  .menu-section__layout { grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: clamp(2.5rem,5vw,5rem); align-items: start; }
  .section-photo { grid-column: 2; grid-row: 1; position: sticky; top: calc(var(--dock-height) + 24px); width: min(100%, calc((100svh - var(--dock-height) - 48px) * var(--photo-ratio))); justify-self: center; max-height: calc(100svh - var(--dock-height) - 48px); background: transparent; }
  .section-photo img { width: 100%; max-height: calc(100svh - var(--dock-height) - 48px); object-fit: contain; }
  .section-photo[data-photo='food'] { --photo-fade: 28%; }
  .section-photo[data-photo='beers'] { --photo-fade: 6%; }
  .section-photo[data-photo='cocktails'] { --photo-fade: 8%; }
  .category-photo[data-photo='tacos'] { --photo-fade: 18%; }
  .menu-section--destilados .section-photo { top: calc(var(--dock-height) + var(--subnav-height) + 24px); width: min(100%, calc((100svh - var(--dock-height) - var(--subnav-height) - 48px) * var(--photo-ratio))); max-height: calc(100svh - var(--dock-height) - var(--subnav-height) - 48px); }
  .menu-section--destilados .section-photo img { max-height: calc(100svh - var(--dock-height) - var(--subnav-height) - 48px); }
  .categories { grid-column: 1; grid-row: 1; gap: 3.5rem; }
  .menu-section__layout--text { grid-template-columns: 1fr; }
  .category-photo { max-width: 18rem; }
  .category__title { font-size: 1.8rem; }
  .section-nav a { padding-inline: 1.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .js.is-ready .splash { display: none; }
}
