:root {
  --cream: #f7efe4;
  --cream-strong: #e9dbbf;
  --charcoal: #2b1b12;
  --accent: #c96b15;
  --accent-deep: #8c3414;
  --rope: #d8b271;
  --chile: #a52a1e;
  --verde: #3f6b43;
  --surface: #fffaf3;
  --line: rgba(35, 28, 21, 0.14);
  --shadow: 0 20px 60px rgba(35, 28, 21, 0.14);
  --radius: 24px;
  --container: min(1120px, calc(100% - 2rem));
}

/* Serape stripe — used as a top band and section divider */
.serape {
  height: 8px;
  background: repeating-linear-gradient(
    90deg,
    var(--chile) 0 26px,
    var(--rope) 26px 44px,
    var(--accent) 44px 70px,
    var(--verde) 70px 88px,
    var(--rope) 88px 96px
  );
}

.serape-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
}

.serape-divider {
  height: 6px;
  opacity: 0.85;
}

* {
  box-sizing: border-box;
}

/* In-flow target for "#top" links — the header itself is fixed, so it can
   never be scrolled to. */
.scroll-anchor {
  display: block;
  height: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

body.lightbox-active {
  overflow: hidden;
}

img,
iframe {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--charcoal);
  color: white;
  padding: 0.75rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  padding: 1rem 0;
  background: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.site-header.scrolled {
  background: rgba(247, 239, 228, 0.96);
  box-shadow: 0 16px 40px rgba(35, 28, 21, 0.08);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.12);
  backdrop-filter: blur(14px);
}

.site-header.scrolled .nav-shell {
  background: rgba(255, 250, 243, 0.95);
  border-color: var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.wordmark-mark {
  display: inline-grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cream) url('images/mark.png') center/125% no-repeat;
  border: 2px solid var(--accent);
  box-shadow: inset 0 0 0 2px var(--surface);
  position: relative;
  overflow: hidden;
}

.wordmark-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.wordmark-text strong {
  font-family: 'Rye', 'Bebas Neue', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.wordmark-text small {
  font-size: 0.75rem;
  opacity: 0.75;
}

.site-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--charcoal);
}

.site-header:not(.scrolled) .site-nav a,
.site-header:not(.scrolled) .wordmark {
  color: rgba(255, 250, 243, 0.94);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-weight: 700;
  white-space: nowrap;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-1px);
  background: var(--accent-deep);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0 auto;
  background: var(--charcoal);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: linear-gradient(105deg, rgba(18, 13, 9, 0.9) 0%, rgba(18, 13, 9, 0.7) 45%, rgba(18, 13, 9, 0.45) 100%), url('images/hero.jpg') center/cover;
  color: white;
  isolation: isolate;
}

.hero-logo {
  display: block;
  width: min(330px, 70%);
  height: auto;
  margin-bottom: 1.4rem;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(201, 107, 21, 0.26), transparent 34%);
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  padding: 7rem 0 4rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.9rem;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.location-copy h2,
.band-head h2,
.salsa-card h2 {
  margin: 0 0 1rem;
  font-family: 'Bebas Neue', sans-serif;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  max-width: 9ch;
}

.hero-text {
  max-width: 580px;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 250, 243, 0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--accent);
  color: white;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent-deep);
}

.button-secondary {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.32);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgba(255, 250, 243, 0.8);
  font-weight: 600;
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 250, 243, 0.72);
}

.hero-scroll::after {
  content: '';
  width: 1px;
  height: 2rem;
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.7), transparent);
  animation: scrollCue 2s ease-in-out infinite;
}

@keyframes scrollCue {
  50% {
    opacity: 0.25;
  }
}

.section {
  padding: 5.25rem 0;
}

.menu-teaser-card {
  padding: 2rem;
  border-radius: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.menu-teaser-card h2 {
  margin-bottom: 0.75rem;
}

.page-hero {
  position: relative;
  padding: 9.5rem 0 4rem;
  background: linear-gradient(120deg, rgba(28, 18, 12, 0.92) 0%, rgba(28, 18, 12, 0.55) 100%), url('images/table.jpg') center/cover;
  color: white;
  isolation: isolate;
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 8% 15%, rgba(201, 107, 21, 0.35), transparent 45%);
  z-index: -1;
}

.page-hero .eyebrow {
  color: #f2ad68;
}

.page-hero h1 {
  margin: 0 0 1rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.page-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 250, 243, 0.86);
}

.page-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.6rem;
}

.page-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 243, 0.26);
  background: rgba(255, 250, 243, 0.1);
  font-size: 0.85rem;
  font-weight: 600;
}

.menu-jump {
  position: sticky;
  top: 6.6rem;
  z-index: 20;
  padding: 0.85rem 0;
  background: rgba(247, 239, 228, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.menu-jump-inner {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.menu-jump-inner::-webkit-scrollbar {
  display: none;
}

.menu-jump + .section {
  padding-top: 2.75rem;
}

.menu-jump a {
  flex: 0 0 auto;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(35, 28, 21, 0.7);
}

.menu-jump a:hover,
.menu-jump a:focus-visible,
.menu-jump a.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

/* Our Story sits between two plain cream sections, so it gets its own warm
   band — and the photo leads on the left to break the copy-left rhythm. */
.about {
  background: linear-gradient(180deg, var(--cream-strong), rgba(233, 219, 191, 0.28));
  border-bottom: 1px solid var(--line);
}

.about-grid,
.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

@media (min-width: 769px) {
  .about-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 3rem;
  }

  .about-media {
    order: -1;
  }
}

.about-copy p,
.location-copy p,
.salsa-card p,
.specialty-card p,
.menu-item p {
  color: rgba(35, 28, 21, 0.78);
}

.about-copy h2,
.section-heading h2,
.location-copy h2,
.band-head h2,
.salsa-card h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.photo-card,
.specialty-photo,
.gallery-item {
  border-radius: var(--radius);
  background: linear-gradient(140deg, var(--cream-strong), var(--accent));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.photo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 250, 243, 0.14), transparent 47%);
}

.specialty-photo::before,
.gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
}

.photo-figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.photo-card-large {
  min-height: 30rem;
  border-radius: 0;
  box-shadow: none;
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0.02) 60%, rgba(35, 28, 21, 0.18)), url('images/owner.jpg');
  background-position: center 42%;
}

.owner-caption {
  padding: 1rem 1.25rem 1.15rem;
  border-top: 1px solid var(--line);
  color: var(--charcoal);
}

.owner-caption strong {
  display: block;
  font-family: 'Rye', 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: var(--accent-deep);
}

.owner-caption span {
  font-size: 0.85rem;
  color: rgba(35, 28, 21, 0.72);
}

.signature-band {
  padding: 3.75rem 0 2rem;
  background: linear-gradient(180deg, rgba(233, 219, 191, 0.5), transparent 70%);
}

.eyebrow-es {
  display: block;
  margin: 0 0 0.3rem;
  font-family: 'Rye', 'Bebas Neue', sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
  color: var(--accent-deep);
  text-transform: none;
}

.hero .eyebrow-es,
.salsa-card .eyebrow-es,
.page-hero .eyebrow-es {
  color: var(--rope);
}

.band-head {
  margin-bottom: 1.4rem;
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.specialty-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.specialty-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 107, 21, 0.4);
  box-shadow: var(--shadow);
}

.specialty-card:hover .specialty-photo::before {
  transform: scale(1.08);
}

.specialty-photo {
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
}

.specialty-card h3 {
  margin: 0 0 0.4rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.specialty-card p {
  margin: 0 0 0.75rem;
  font-size: 0.93rem;
}

.specialty-price {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: rgba(201, 107, 21, 0.13);
  color: var(--accent-deep);
  font-weight: 800;
  font-size: 0.9rem;
}

.about-tags {
  margin-top: 1.5rem;
  gap: 0.6rem;
}

.about-tags span {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--accent-deep);
  font-size: 0.85rem;
  font-weight: 700;
}

.specialty-one {
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0) 50%, rgba(35, 28, 21, 0.28)), url('images/gordita-maiz.jpg');
}

.specialty-two {
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0) 50%, rgba(35, 28, 21, 0.28)), url('images/gordita-harina.jpg');
}

.specialty-three {
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0) 50%, rgba(35, 28, 21, 0.28)), url('images/tacos-plate.jpg');
}

.specialty-four {
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0) 50%, rgba(35, 28, 21, 0.28)), url('images/platillo.jpg');
}

.section-heading {
  margin-bottom: 1.5rem;
}

.menu-category,
.specials-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
  scroll-margin-top: 11rem;
  box-shadow: 0 16px 40px rgba(35, 28, 21, 0.05);
  transition: box-shadow 0.3s ease;
}

.menu-category:hover,
.specials-panel:hover {
  box-shadow: var(--shadow);
}

.category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.category-title {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.category-index {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.category-heading h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 1.95rem);
  font-family: 'Bebas Neue', sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.category-tag {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-note {
  margin: -0.4rem 0 1rem;
  font-size: 0.92rem;
  color: rgba(35, 28, 21, 0.7);
}

.category-note-end {
  margin: 1rem 0 0;
}

.category-note a {
  color: var(--accent-deep);
  font-weight: 700;
}

.guiso-card {
  background: linear-gradient(160deg, var(--surface) 0%, rgba(233, 219, 191, 0.55) 100%);
  border-color: rgba(201, 107, 21, 0.28);
}

.meat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.meat-grid li {
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 107, 21, 0.3);
  background: var(--surface);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--charcoal);
}

.price-ask {
  background: rgba(63, 107, 67, 0.14);
  color: #2f5a34;
  letter-spacing: 0.06em;
}

.menu-disclaimer {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: rgba(35, 28, 21, 0.6);
}

.menu-disclaimer a {
  color: var(--accent-deep);
  font-weight: 700;
}

.menu-list {
  display: grid;
  gap: 0.25rem 2.5rem;
}

.menu-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.8rem;
  border-radius: 16px;
  border-bottom: 1px dashed var(--line);
  transition: background-color 0.25s ease;
}

.menu-item:hover {
  background: rgba(201, 107, 21, 0.07);
}

.menu-thumb-btn {
  position: relative;
  flex: 0 0 auto;
  width: 104px;
  height: 104px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: none;
  cursor: zoom-in;
  box-shadow: 0 8px 20px rgba(35, 28, 21, 0.14);
}

.menu-thumb {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid var(--line);
  transition: transform 0.4s ease;
}

/* Wide shots that should be shown whole rather than cropped to the square. */
.menu-thumb-full {
  object-fit: contain;
  background: var(--surface);
}

.menu-thumb-zoom {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: rgba(35, 22, 14, 0.62);
  backdrop-filter: blur(6px);
  color: white;
  font-size: 0.85rem;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.menu-thumb-btn:hover .menu-thumb,
.menu-thumb-btn:focus-visible .menu-thumb {
  transform: scale(1.09);
}

.menu-thumb-btn:hover .menu-thumb-zoom,
.menu-thumb-btn:focus-visible .menu-thumb-zoom {
  opacity: 1;
  transform: translateY(0);
}

.menu-item > div {
  flex: 1 1 auto;
  min-width: 0;
}

.specials-panel .menu-thumb {
  border-color: rgba(255, 250, 243, 0.18);
}

body.dish-open {
  overflow: hidden;
}

.dish-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(24, 15, 10, 0.88);
  backdrop-filter: blur(10px);
}

.dish-lightbox.is-open {
  display: flex;
}

.dish-figure {
  position: relative;
  width: min(680px, 100%);
  max-height: calc(100vh - 3rem);
  margin: 0;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5);
  animation: dishIn 0.28s ease;
}

@keyframes dishIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
  }
}

.dish-img {
  width: 100%;
  max-height: 64vh;
  object-fit: cover;
  background: var(--cream-strong);
}

.dish-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  border-top: 3px solid var(--accent);
}

.dish-title {
  margin: 0 0 0.2rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dish-desc {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(35, 28, 21, 0.72);
}

.dish-price {
  flex: 0 0 auto;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: rgba(201, 107, 21, 0.14);
  color: var(--accent-deep);
  font-weight: 800;
}

.dish-close,
.dish-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 243, 0.28);
  border-radius: 50%;
  background: rgba(35, 22, 14, 0.6);
  backdrop-filter: blur(8px);
  color: white;
  cursor: pointer;
  line-height: 1;
}

.dish-close {
  top: 1.2rem;
  right: 1.2rem;
  width: 2.7rem;
  height: 2.7rem;
  font-size: 1.6rem;
}

.dish-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  font-size: 1.9rem;
  padding-bottom: 0.2rem;
}

.dish-prev {
  left: 1.2rem;
}

.dish-next {
  right: 1.2rem;
}

.dish-close:hover,
.dish-nav:hover,
.dish-close:focus-visible,
.dish-nav:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
}

.dish-nav:hover,
.dish-nav:focus-visible {
  transform: translateY(-50%) scale(1.06);
}

.menu-item h4 {
  margin: 0 0 0.25rem;
  font-size: 1.02rem;
}

.menu-item p {
  margin: 0;
  font-size: 0.92rem;
}

.price {
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: rgba(201, 107, 21, 0.13);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--accent-deep);
  white-space: nowrap;
}

.specials-panel {
  background: linear-gradient(135deg, #241d16 0%, #16110d 100%);
  border-color: rgba(255, 250, 243, 0.12);
  color: rgba(255, 250, 243, 0.75);
}

.specials-panel .category-heading {
  border-bottom-color: rgba(255, 250, 243, 0.16);
}

.specials-panel h3,
.specials-panel h4 {
  color: white;
}

.specials-panel .category-tag {
  color: #f2ad68;
}

.specials-panel .menu-item {
  border-bottom-color: rgba(255, 250, 243, 0.12);
}

.specials-panel .menu-item p {
  color: rgba(255, 250, 243, 0.68);
}

.specials-panel .menu-item:hover {
  background: rgba(255, 250, 243, 0.06);
}

.specials-panel .price {
  background: rgba(242, 173, 104, 0.16);
  color: #f2ad68;
}

@media (min-width: 900px) {
  .menu-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.salsa-card {
  position: relative;
  padding: 3rem 2.5rem;
  border-radius: 32px;
  background: linear-gradient(115deg, rgba(165, 42, 30, 0.92), rgba(124, 44, 17, 0.92)), url('images/relleno.jpg') center/cover;
  color: white;
  box-shadow: var(--shadow);
  overflow: hidden;
  text-align: center;
}

.salsa-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(255, 250, 243, 0.2), transparent 45%);
}

.salsa-card .eyebrow,
.salsa-card h2,
.salsa-card p {
  position: relative;
}

.salsa-card .eyebrow {
  color: rgba(255, 250, 243, 0.9);
}

.salsa-card p {
  margin: 0 auto;
  max-width: 56ch;
}

.salsa-card p {
  color: rgba(255, 250, 243, 0.9);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  min-height: 200px;
  border: 0;
  padding: 1.2rem;
  cursor: pointer;
  text-align: left;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: flex-end;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-item:hover,
.gallery-item:focus-visible {
  transform: translateY(-5px);
}

.gallery-item:hover::before,
.gallery-item:focus-visible::before {
  transform: scale(1.07);
}

.gallery-item span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(35, 28, 21, 0.45);
  border: 1px solid rgba(255, 250, 243, 0.22);
  backdrop-filter: blur(8px);
  transition: background-color 0.3s ease;
}

.gallery-item:hover span {
  background: var(--accent);
}

.gallery-item-1 {
  grid-column: span 2;
  min-height: 280px;
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0.05) 35%, rgba(35, 28, 21, 0.62)), url('images/spread.jpg');
}

.gallery-item-2 {
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0.05) 35%, rgba(35, 28, 21, 0.62)), url('images/tacos.jpg');
}

.gallery-item-3 {
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0.05) 35%, rgba(35, 28, 21, 0.62)), url('images/tamales.jpg');
}

.gallery-item-4 {
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0.05) 35%, rgba(35, 28, 21, 0.62)), url('images/drinks.jpg');
}

.gallery-item-5 {
  grid-column: span 2;
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0.05) 35%, rgba(35, 28, 21, 0.62)), url('images/table.jpg');
}

.gallery-item-6 {
  background-image: linear-gradient(180deg, rgba(35, 28, 21, 0.05) 35%, rgba(35, 28, 21, 0.62)), url('images/torta.jpg');
}

.location-card {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.hours-table {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 0.4rem;
}

.hours-table > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 600;
}

.hours-closed {
  color: var(--chile);
}

.hours-closed span:last-child {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.open-note {
  margin-top: 0.75rem;
  font-weight: 700;
}

.map-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-card iframe {
  width: 100%;
  min-height: 520px;
  border: 0;
}

.site-footer {
  position: relative;
  padding: 3.5rem 0 1.75rem;
  background: linear-gradient(180deg, #241d16 0%, #191410 100%);
  color: rgba(255, 250, 243, 0.72);
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-deep), var(--accent), #f2ad68, var(--accent), var(--accent-deep));
}

.site-footer::after {
  content: '';
  position: absolute;
  top: -22%;
  left: 50%;
  width: min(960px, 130%);
  aspect-ratio: 2 / 1;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(201, 107, 21, 0.3), transparent 62%);
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.site-footer a {
  color: white;
  font-weight: 600;
}

.footer-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  align-items: center;
  gap: 1.75rem;
  padding: 2rem 2.25rem;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  box-shadow: var(--shadow);
  color: white;
  overflow: hidden;
  isolation: isolate;
}

.footer-cta > * {
  min-width: 0;
}

.footer-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 12%, rgba(255, 250, 243, 0.22), transparent 45%);
  z-index: -1;
}

.footer-cta .eyebrow {
  color: rgba(255, 250, 243, 0.9);
}

.footer-cta h2 {
  margin: 0 0 0.6rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-cta p {
  margin: 0;
  max-width: 46ch;
  color: rgba(255, 250, 243, 0.9);
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-footer .button-light {
  background: var(--surface);
  color: var(--accent-deep);
}

.site-footer .button-light:hover,
.site-footer .button-light:focus-visible {
  background: var(--cream-strong);
}

.site-footer .button-outline {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.site-footer .button-outline:hover,
.site-footer .button-outline:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr 1.1fr;
  gap: 2.25rem 1.75rem;
  margin-top: 3.25rem;
}

.footer-brand .wordmark {
  color: white;
  margin-bottom: 1rem;
}

.footer-brand p {
  margin: 0 0 1.25rem;
  max-width: 34ch;
  color: rgba(255, 250, 243, 0.66);
}

.footer-social {
  display: flex;
  gap: 0.6rem;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 250, 243, 0.2);
  background: rgba(255, 250, 243, 0.05);
  color: rgba(255, 250, 243, 0.85);
}

.footer-social a:hover,
.footer-social a:focus-visible {
  transform: translateY(-2px);
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

.footer-social svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.footer-col h3 {
  margin: 0 0 1rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f2ad68;
}

.footer-col p {
  margin: 0 0 0.75rem;
  color: rgba(255, 250, 243, 0.72);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: rgba(255, 250, 243, 0.78);
}

.footer-links a::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.55;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: white;
  transform: translateX(3px);
}

.footer-links a:hover::before,
.footer-links a:focus-visible::before {
  opacity: 1;
  transform: scale(1.3);
}

.footer-contact a {
  font-weight: 500;
  color: rgba(255, 250, 243, 0.78);
  border-bottom: 1px solid rgba(255, 250, 243, 0.22);
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: white;
  border-bottom-color: var(--accent);
}

.footer-col .footer-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 200, 138, 0.35);
  background: rgba(126, 200, 138, 0.12);
  color: #a7dcae;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #7ec88a;
  box-shadow: 0 0 0 0 rgba(126, 200, 138, 0.6);
  animation: statusPulse 2.4s ease-out infinite;
}

@keyframes statusPulse {
  70% {
    box-shadow: 0 0 0 0.45rem rgba(126, 200, 138, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(126, 200, 138, 0);
  }
}

.footer-hours strong {
  color: white;
  font-size: 1.05rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 250, 243, 0.12);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 250, 243, 0.55);
}

.site-footer .footer-top {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 243, 0.2);
  color: rgba(255, 250, 243, 0.85);
}

.site-footer .footer-top:hover,
.site-footer .footer-top:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 250, 243, 0.1);
  color: white;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(35, 28, 21, 0.9);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-content {
  width: min(720px, 100%);
  background: var(--surface);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.lightbox-stage {
  min-height: 320px;
  background: linear-gradient(135deg, #c96b15, #8c3414);
  background-size: cover;
  background-position: center;
}

.lightbox-stage.gallery-item-1,
.lightbox-stage.gallery-item-2,
.lightbox-stage.gallery-item-3,
.lightbox-stage.gallery-item-4,
.lightbox-stage.gallery-item-5,
.lightbox-stage.gallery-item-6 {
  min-height: 320px;
}

.lightbox-copy {
  padding: 1.25rem 1.4rem 1.4rem;
}

.lightbox-title {
  margin: 0 0 0.35rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
}

.lightbox-description {
  margin: 0;
  color: rgba(35, 28, 21, 0.76);
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.9);
  color: var(--charcoal);
  font-size: 1.6rem;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .specialty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .nav-shell {
    padding: 0.8rem 1rem;
    border-radius: 24px;
    position: relative;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    width: 100%;
    justify-content: flex-start;
    background: rgba(255, 250, 243, 0.98);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 0.8rem 1rem;
    box-shadow: var(--shadow);
    display: none;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .nav-cta {
    display: none;
  }

  .hero-grid,
  .about-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    grid-template-columns: minmax(0, 1fr);
    padding: 1.75rem;
    border-radius: 26px;
  }

  .footer-cta-actions .button {
    flex: 1 1 auto;
  }

  .hero-grid {
    padding-top: 8rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item-1,
  .gallery-item-5 {
    grid-column: span 1;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 4.2rem 0;
  }

  .hero {
    min-height: 100vh;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .hero-actions,
  .hero-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .specialty-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .footer-cta-actions .button {
    flex: 1 1 100%;
  }

  .footer-bottom {
    justify-content: flex-start;
  }

  .menu-category,
  .specials-panel {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .menu-item {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .menu-thumb-btn {
    width: 82px;
    height: 82px;
  }

  .price {
    align-self: center;
  }

  .dish-nav {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }

  .dish-prev {
    left: 0.5rem;
  }

  .dish-next {
    right: 0.5rem;
  }

  .dish-caption {
    flex-direction: column;
    align-items: flex-start;
  }

  .salsa-card,
  .menu-category,
  .specials-panel {
    padding: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
