/* ============================================
   NACHO GRILL RESTAURANT — Global Stylesheet
   ============================================ */

/* ---------- CSS Variables ---------- */
:root {
  --bg:          #eeecec;
  --accent:      #d71920;
  --accent-dark: #9f1118;
  --black:       #000000;
  --gray:        #6a6a6a;
  --footer-bg:   #888888;
  --white:       #ffffff;
  --font-display: 'Georgia', 'Times New Roman', serif;
  --font-body:    'Trebuchet MS', 'Lucida Sans', sans-serif;
  --nav-height: 86px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html   { scroll-behavior: smooth; }
body   { font-family: var(--font-body); background-color: var(--bg); color: var(--black); overflow-x: hidden; font-size: 16px; line-height: 1.6; }
img    { display: block; max-width: 100%; height: auto; }
a      { text-decoration: none; color: inherit; }

.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-phone { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 2.5 11 6.9 8.5 9.4c1.4 2.8 3.3 4.7 6.1 6.1l2.5-2.5 4.4 4.4-2.1 3.6c-.4.7-1.2 1-2 .8C9.9 20.6 3.4 14.1 2.2 6.6c-.1-.8.2-1.6.8-2z'/%3E%3C/svg%3E"); }
.icon-mail { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 5h20v14H2zm2 2.8V17h16V7.8l-8 5.7zm1.6-.8 6.4 4.5L18.4 7z'/%3E%3C/svg%3E"); }
.icon-map { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7m0 9.8A2.8 2.8 0 1 1 12 6a2.8 2.8 0 0 1 0 5.8'/%3E%3C/svg%3E"); }
.icon-whatsapp { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.149-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.372-.025-.521-.075-.148-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E"); }
.icon-instagram { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3zm5 3.5A4.5 4.5 0 1 1 12 16.5 4.5 4.5 0 0 1 12 7.5m0 2A2.5 2.5 0 1 0 12 14.5 2.5 2.5 0 0 0 12 9.5M17.8 6.3a1 1 0 1 1-1 1 1 1 0 0 1 1-1'/%3E%3C/svg%3E"); }
.icon-facebook { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 8h3V4h-3c-3.1 0-5 1.9-5 5v2H6v4h3v7h4v-7h3.2l.8-4h-4V9c0-.7.3-1 1-1'/%3E%3C/svg%3E"); }
.icon-clock { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2m1 10.2 4 2.3-1 1.7-5-2.9V6h2z'/%3E%3C/svg%3E"); }
.icon-utensils { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.1 13.34l2.83-2.83L3.91 3.5a4 4 0 0 0 0 5.66l4.19 4.18zm6.78-1.81c1.53.71 3.68.21 5.27-1.38 1.91-1.91 2.28-4.65.81-6.12-1.46-1.46-4.2-1.1-6.12.81-1.59 1.59-2.09 3.74-1.38 5.27L3.7 19.87l1.41 1.41L12 14.41l6.88 6.88 1.41-1.41L13.41 13l1.47-1.47z'/%3E%3C/svg%3E"); }
.icon-calendar { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm0 16H5V8h14v11z'/%3E%3C/svg%3E"); }
.icon-star { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2l2.9 6.26 6.86.6-5.19 4.52 1.55 6.72L12 16.9l-6.12 3.7 1.55-6.72L2.24 8.86l6.86-.6z'/%3E%3C/svg%3E"); }
.icon-doc { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-1 7V3.5L18.5 9z'/%3E%3C/svg%3E"); }
.icon-send { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 21l21-9L2 3v7l15 2-15 2z'/%3E%3C/svg%3E"); }

.section-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.action-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 11px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  border: 1.5px solid currentColor;
  border-radius: 6px;
  /* left→right colour fill on hover (the gradient is a background layer,
     so it always sits behind the label + icon) */
  background-color: transparent;
  background-image: linear-gradient(var(--accent-dark), var(--accent-dark));
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
  transition: background-size .3s ease, color .2s ease, border-color .3s ease,
              transform .2s ease, box-shadow .2s ease;
  will-change: transform;
}

.action-btn .icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  transition: transform .2s ease;
}

.action-btn-red { background-color: var(--accent); color: var(--white); border-color: var(--accent); }
.action-btn-dark { background-color: var(--black); color: var(--white); border-color: var(--black); }
.action-btn-light { background-color: var(--white); color: var(--black); border-color: var(--white); }
.action-btn:hover,
.action-btn:focus-visible {
  background-size: 100% 100%;
  color: var(--white);
  border-color: var(--accent-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(159,17,24,0.30);
}
.action-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(159,17,24,0.26);
}
.action-btn:hover .icon,
.action-btn:focus-visible .icon {
  transform: scale(1.12);
}

.floating-whatsapp {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  background: #1f9d55;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}

.floating-whatsapp .icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}

/* ---------- Floating language switch (left) ---------- */
.lang-float {
  position: fixed;
  left: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  background: var(--black);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.20);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
  transition: background .2s ease, transform .2s ease;
}

.lang-float:hover,
.lang-float:focus-visible {
  background: var(--accent);
  transform: translateY(-1px);
  outline: none;
}

.lang-float-globe {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

@media (max-width: 600px) {
  .lang-float {
    left: 14px;
    bottom: 14px;
    min-height: 46px;
    padding: 12px 14px;
  }
}


/* ============================================
   NAVBAR
   ============================================ */
.topnav {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  background: rgba(0,0,0,0.92);
  z-index: 1000;
  box-shadow: 0 1px 8px rgba(0,0,0,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 4vw, 56px);
  padding: 17px clamp(20px, 5vw, 68px);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-page .topnav {
  background: transparent;
  box-shadow: none;
  border-bottom-color: transparent;
}

/* Soft scrim keeps white nav text legible over the hero photo */
.home-page .topnav::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0));
  opacity: 1;
  transition: opacity .25s ease;
  pointer-events: none;
}

.home-page .topnav.scrolled,
.home-page .topnav.open {
  background: var(--black);
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
  border-bottom-color: rgba(255,255,255,0.08);
}

.home-page .topnav.scrolled::before,
.home-page .topnav.open::before {
  opacity: 0;
}

.nav-top-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
}

.logo {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: clamp(22px, 3.5vw, 42px);
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
}

.logo img {
  display: block;
  width: min(260px, 28vw);
  max-height: 52px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 38px);
  padding: 0;
  border-top: 0;
  margin-top: 0;
  margin-left: auto;
  flex-wrap: wrap;
}

.nav-links a {
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 700;
  letter-spacing: 1.3px;
  color: var(--white);
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  border-bottom-color: var(--accent);
}

.nav-links a.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--accent);
  border-bottom-color: var(--accent);
  border-radius: 6px;
  padding: 10px 16px;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.nav-links a.nav-cta .btn-ico {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.nav-links a.nav-cta:hover,
.nav-links a.nav-cta.active {
  background: var(--white);
  color: var(--accent-dark);
  border-color: var(--white);
}

/* Inline SVG button icons (robust — no CSS-mask / custom-property dependency) */
.action-btn .btn-ico,
.book-btn .btn-ico {
  flex: 0 0 auto;
  transition: transform .2s ease;
}
.book-btn .btn-ico { width: 18px; height: 18px; }
.action-btn:hover .btn-ico,
.action-btn:focus-visible .btn-ico { transform: scale(1.12); }

.nav-hamburger {
  display: none;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--white);
  padding: 7px 8px;
  line-height: 1;
}

/* ---------- Language switch (EN / ES) ---------- */
.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 18px;
  padding: 3px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 999px;
  background: rgba(0,0,0,0.28);
  flex: 0 0 auto;
}

.lang-toggle .lang-opt {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--white);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1;
  transition: background .2s ease, color .2s ease;
}

.lang-toggle .lang-opt.active {
  background: var(--accent);
  color: var(--white);
}

.lang-toggle .lang-opt:not(.active):hover {
  background: rgba(255,255,255,0.16);
}

@media (max-width: 768px) {
  .topnav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 13px 18px;
  }

  .nav-top-row {
    width: 100%;
    justify-content: space-between;
  }

  .logo img {
    width: min(210px, 62vw);
    max-height: 48px;
  }

  .nav-hamburger { display: block; position: relative; z-index: 1401; }

  /* Language toggle now lives inside the slide-in menu panel */
  .nav-links .lang-toggle { margin: 0 0 18px; align-self: flex-start; }

  .logo img {
    width: min(168px, 50vw);
    max-height: 38px;
  }

  /* Slide-in panel from the right (does not push page content) */
  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1300;
    height: 100vh;
    height: 100dvh;
    width: min(82vw, 300px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    background: #0d0d0d;
    border-left: 1px solid rgba(255,255,255,0.12);
    box-shadow: -20px 0 46px rgba(0,0,0,0.5);
    padding: calc(var(--nav-height) + 18px) 26px 32px;
    transform: translateX(100%);
    transition: transform .34s cubic-bezier(.4, 0, .2, 1);
    overflow-y: auto;
  }

  .nav-links a {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    font-size: 15px;
  }

  .nav-links a.nav-cta {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    padding: 14px 17px;
  }

  .topnav.open .nav-links { transform: translateX(0); }

  /* Dimmed backdrop behind the panel */
  .topnav.open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1290;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(1px);
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 46px;
    padding: 12px;
  }

  .floating-whatsapp span:last-child {
    display: none;
  }
}


/* ============================================
   HERO — Rebuilt
   ============================================ */
.hero {
  /* margin-top set dynamically by JS */
  position: relative;
  width: 100%;
  min-height: calc(100svh - var(--nav-height));
background:
  url('../media/nachogrill-front-view-hero.webp') center center/cover no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--nav-height) clamp(24px, 7vw, 100px) clamp(56px, 7vw, 92px);
  overflow: hidden;
}

.home-page .hero {
  min-height: 100svh;
  padding-top: var(--nav-height);
}

/* Dark gradient overlay — bottom-heavy for readability */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.36) 42%, rgba(0,0,0,0.1) 100%),
    linear-gradient(to top, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.12) 48%, rgba(0,0,0,0.02) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  right: auto;
  text-align: center;
}

/* Homepage: give the hero content a little more breathing room up top — sits lower */
.home-page .hero-inner {
  margin-top: clamp(64px, 14.5vh, 162px);
}

/* Eyebrow badge */
.hero-badge {
  display: inline-block;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--white);
  background: rgba(159,17,24,0.78);
  border: 1.5px solid var(--accent);
  padding: 7px 18px;
  margin-bottom: clamp(26px, 4vw, 40px);
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

/* Main headline */
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(42px, 6.4vw, 84px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.06;
  letter-spacing: 1px;
  margin-bottom: clamp(20px, 3vw, 30px);
  text-shadow: 0 5px 24px rgba(0,0,0,0.6);
}

.hero-title em {
  font-style: italic;
  color: var(--accent);
}

/* Subheading */
.hero-sub {
  font-size: clamp(17px, 2vw, 24px);
  color: rgba(255,255,255,0.92);
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
  text-shadow: 0 3px 16px rgba(0,0,0,0.58);
}

.hero-actions {
  justify-content: center;
  margin-top: clamp(34px, 5vw, 52px);
  gap: 16px;
}

@media (max-width: 640px) {
  /* Taller hero on mobile, with the content sitting a little below centre */
  .hero { min-height: auto; padding: 0 22px 44px; }
  .home-page .hero {
    min-height: 86svh;
    justify-content: center;
    padding: calc(var(--nav-height) + 24px) 22px 56px;
  }
  .home-page .hero-inner { margin-top: clamp(28px, 9vh, 80px); }
  .hero-actions { margin-top: clamp(24px, 5vw, 32px); }
}


/* ============================================
   MENU INTRO
   ============================================ */
.about {
  display: flex;
  align-items: center;
  background-color: var(--bg);
  padding: clamp(34px, 5vw, 64px) clamp(20px, 5vw, 60px);
  gap: 24px;
  flex-wrap: wrap;
}

.big-text {
  font-family: var(--font-display);
  font-size: clamp(34px, 5.5vw, 68px);
  font-weight: 900;
  flex: 1;
  min-width: 180px;
  line-height: 1.08;
}

.small-text {
  flex: 1;
  min-width: 220px;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.75;
}

.small-text a:not(.action-btn) {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  border-bottom: 2px solid var(--black);
  padding-bottom: 2px;
  color: var(--black);
  transition: opacity .2s;
}
.small-text a:not(.action-btn):hover { opacity: .6; }


/* ============================================
   CHEF'S SPECIALS
   ============================================ */
.chef-specials {
  background-color: var(--bg);
  padding: clamp(10px, 2vw, 24px) clamp(20px, 5vw, 60px) clamp(40px, 5vw, 68px);
}

.section-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.specials-head {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.specials-head h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 900;
  line-height: 1.08;
}

.specials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.special-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.special-card:hover {
  transform: translateY(-6px);
  border-color: rgba(215,25,32,0.35);
  box-shadow: 0 20px 40px rgba(159,17,24,0.16);
}

.special-card:hover .special-top h3 { color: var(--accent-dark); }
.special-top h3 { transition: color .25s ease; }

.special-media {
  overflow: hidden;
}

.special-media img {
  width: 100%;
  height: clamp(180px, 20vw, 240px);
  object-fit: cover;
  transition: transform .4s ease;
}

.special-card:hover .special-media img { transform: scale(1.06); }

.special-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 20px 22px;
}

.special-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.special-top h3 {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.2;
}

.special-price {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

.special-body p {
  color: #6f6764;
  font-size: 14px;
  line-height: 1.55;
}

.specials-actions {
  justify-content: center;
  margin-top: clamp(26px, 4vw, 40px);
}

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

@media (max-width: 560px) {
  .specials-grid { grid-template-columns: 1fr; }
}


/* ============================================
   GREEN BANNER
   ============================================ */
.box-section {
  position: relative;
  background-color: #100f0f;
  /* warm red glow (top-right) + faint grill/nacho lattice pattern */
  background-image:
    radial-gradient(75% 120% at 100% 0%, rgba(215,25,32,0.20) 0%, rgba(215,25,32,0) 58%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1.3'%3E%3Cpath d='M0 24 L24 0 L48 24 L24 48 Z'/%3E%3Cpath d='M24 0 V48 M0 24 H48'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-size: auto, 48px 48px;
  padding: clamp(52px, 7vw, 96px) clamp(24px, 6vw, 72px);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

.box-frame {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
  flex-wrap: wrap;
}

/* hairline divider between the two columns on desktop */
@media (min-width: 860px) {
  .box-frame::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6%;
    bottom: 6%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.16), transparent);
  }
}

.box1 {
  flex: 1 1 300px;
  min-width: 260px;
}

.box-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.box-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  margin-right: 12px;
  vertical-align: middle;
  transform: translateY(-3px);
  background: var(--accent);
}

.box-heading {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: var(--white);
}
/* lively red accent underline */
.box-heading::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 22px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--accent), #f0575d);
}

.box2 {
  flex: 1 1 300px;
  min-width: 260px;
  font-size: clamp(15px, 1.5vw, 17.5px);
  line-height: 1.9;
  color: rgba(255,255,255,0.82);
}


/* ============================================
   GOOGLE REVIEWS
   ============================================ */
.reviews-section {
  background-color: var(--bg);
  padding: clamp(34px, 5vw, 60px) clamp(20px, 5vw, 60px) clamp(44px, 6vw, 72px);
}

.reviews-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.reviews-eyebrow {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
}
.reviews-eyebrow .g-logo {
  display: inline-flex;
}

.reviews-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.1;
  color: #1c1512;
  margin: 2px 0 4px;
}

.reviews-stars {
  color: #fbbc05;
  font-size: 22px;
  letter-spacing: 3px;
}

.reviews-google {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  color: #6f6764;
}

.reviews-google .g-logo {
  display: inline-flex;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  max-width: 1240px;
  margin: 0 auto;
  align-items: stretch;
}

.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(42,31,24,0.07);
  padding: 20px 20px 22px;
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(42,31,24,0.15);
  border-color: rgba(215,25,32,0.22);
}

.review-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-avatar {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.review-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}

.review-meta strong {
  font-size: 15px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.2;
}

.review-meta time {
  font-size: 13px;
  color: #70757a;
}

.review-g {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: #4285F4;
}

.review-stars {
  color: #fbbc05;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.review-card p {
  flex: 1;
  color: #3c4043;
  font-size: 14px;
  line-height: 1.6;
}

.reviews-actions {
  justify-content: center;
  margin-top: clamp(28px, 4vw, 44px);
}

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

@media (max-width: 540px) {
  .reviews-grid { grid-template-columns: 1fr; }
}


/* ============================================
   MOMENTS HEADING (tag)
   ============================================ */
.tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 42px) clamp(20px, 5vw, 60px);
  flex-wrap: wrap;
  gap: 12px;
}

.tag p {
  font-family: var(--font-display);
  font-size: clamp(30px, 5vw, 60px);
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.08;
}

.tag a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: var(--black);
  border-bottom: 2px solid var(--black);
  padding-bottom: 2px;
  transition: opacity .2s;
}
.tag a:hover { opacity: .6; }


/* ============================================
   PHOTO GRID
   ============================================ */
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(150px, 15vw, 210px);
  grid-template-areas:
    "g1 gp gp g2"
    "g3 gp gp g4"
    "g5 g6 g7 g8";
  gap: 6px;
  background-color: var(--black);
  padding: 6px;
}

.grid-container > div {
  position: relative;
  overflow: hidden;
}

.grid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
  background: #171717;
}

.grid-container > div:hover img { transform: scale(1.06); opacity: .78; }

.price {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(0,0,0,0.62);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
  transform: translateY(100%);
  transition: transform .3s ease;
}
.grid-container > div:hover .price { transform: translateY(0); }

.g-poster { grid-area: gp; }
.g1 { grid-area: g1; }
.g2 { grid-area: g2; }
.g3 { grid-area: g3; }
.g4 { grid-area: g4; }
.g5 { grid-area: g5; }
.g6 { grid-area: g6; }
.g7 { grid-area: g7; }
.g8 { grid-area: g8; }

.g-poster img { background: var(--black); }

@media (max-width: 760px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: clamp(150px, 30vw, 200px);
    grid-template-areas:
      "gp gp"
      "gp gp"
      "g1 g2"
      "g3 g4"
      "g5 g6"
      "g7 g8";
  }
}


/* ============================================
   FOOTER
   ============================================ */
.footer {
  background:
    radial-gradient(circle at 50% 100%, rgba(215,25,32,0.18), transparent 38%),
    linear-gradient(135deg, rgba(70,0,4,0.72), rgba(0,0,0,0.98) 52%),
    var(--black);
  color: var(--white);
  padding: clamp(70px, 9vw, 132px) clamp(22px, 7vw, 84px) clamp(26px, 4vw, 42px);
  border-top: 5px solid var(--accent);
}

.footer-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto clamp(62px, 8vw, 108px);
}

.footer-panel {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 10px clamp(12px, 1.6vw, 26px);
  text-align: center;
}

.footer-panel + .footer-panel {
  border-left: 1px solid rgba(255,255,255,0.22);
}

.footer-panel h3 {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.92);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.5vw, 24px);
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-panel a,
.footer-panel p {
  color: rgba(255,255,255,0.66);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.5;
  transition: color .2s ease;
}

.footer-panel a:hover {
  color: var(--white);
}

.footer-panel .icon-link {
  justify-content: center;
  align-items: flex-start;
}

.footer-muted {
  padding-left: 28px;
}

.footer-logo-line {
  display: grid;
  grid-template-columns: minmax(60px, 1fr) auto minmax(60px, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  max-width: 1280px;
  margin: 0 auto 24px;
}

.footer-logo-line > span {
  height: 1px;
  background: rgba(255,255,255,0.36);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  height: clamp(46px, 5.5vw, 72px);
  width: auto;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-social-text,
.footer-nav,
.footer-legal {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.footer-social-text {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer-social-text a,
.footer-nav a,
.footer-legal p {
  color: rgba(255,255,255,0.72);
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-social-text a,
.footer-nav a {
  transition: color .2s ease;
}

.footer-social-text a:hover,
.footer-nav a:hover {
  color: var(--white);
}

.footer-social-text .icon {
  color: var(--accent);
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

/* Center the uppercase label with its icon (tight line-box) */
.footer-social-text a {
  align-items: center;
  line-height: 1;
}
.footer-social-text a > span:not(.icon) {
  line-height: 1;
  display: inline-block;
}

.footer-nav {
  justify-content: center;
}

/* Legal links (Privacy / Terms) — bottom-left of the footer */
.footer-legal-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  flex-wrap: wrap;
}
.footer-legal-links a {
  color: rgba(255,255,255,0.72);
  font-size: clamp(8.25px, 0.75vw, 10.5px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color .2s ease;
}
.footer-legal-links a:hover { color: var(--white); }

/* ============================================
   LEGAL PAGES (Privacy / Terms)
   ============================================ */
.legal-page {
  max-width: 860px;
  margin: 0 auto;
  padding: calc(var(--nav-height) + clamp(28px, 5vw, 56px)) clamp(20px, 5vw, 40px) clamp(50px, 7vw, 90px);
}
.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.08;
  margin-bottom: 8px;
}
.legal-updated {
  color: var(--gray);
  font-size: 14px;
  margin-bottom: clamp(24px, 4vw, 40px);
}
.legal-page h2 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.6vw, 28px);
  color: var(--accent-dark);
  margin: clamp(26px, 4vw, 40px) 0 12px;
}
.legal-page p,
.legal-page li {
  font-size: clamp(15px, 1.4vw, 16px);
  line-height: 1.75;
  color: #3a3a3a;
}
.legal-page ul { padding-left: 22px; margin: 10px 0; }
.legal-page li { margin-bottom: 6px; }
.legal-page a { color: var(--accent-dark); text-decoration: underline; }
.legal-page a:hover { color: var(--accent); }

.footer-legal {
  justify-content: flex-start;
  gap: 18px;
}

.footer-legal-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 24px);
}

.footer-legal p {
  margin: 0;
  text-align: left;
  /* 25% smaller than the shared footer-bottom text */
  font-size: clamp(8.25px, 0.75vw, 10.5px);
}

.footer-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--white);
  border: 2px solid rgba(215,25,32,0.72);
  outline: 1px solid rgba(255,255,255,0.2);
  outline-offset: -7px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.footer-top:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.footer .icon {
  color: var(--accent);
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  margin-top: 6px;
}

@media (max-width: 980px) {
  .footer-info,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-panel + .footer-panel {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.18);
  }

  .footer-panel {
    min-height: auto;
    padding: 28px 0;
  }

  .footer-social-text,
  .footer-nav,
  .footer-legal {
    justify-content: center;
    text-align: center;
  }

  .footer-legal {
    flex-direction: column;
  }

  .footer-legal p {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .footer {
    padding-top: 54px;
  }

  .footer-panel h3 {
    letter-spacing: 3px;
  }

  .footer-panel a,
  .footer-panel p {
    font-size: 16px;
  }

  .footer-logo-line {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-logo-line > span {
    display: none;
  }

  .footer-social-text,
  .footer-nav {
    gap: 12px;
  }
}


/* ============================================
   MENU PAGE (menu panel)
   ============================================ */
.menu-panel {
  background:
    linear-gradient(rgba(238,236,236,0.90), rgba(238,236,236,0.94)),
    url('../media/nacho-grill-food-pic-1020X1020p.webp') center top / 720px auto fixed;
  padding: clamp(20px, 3vw, 34px) clamp(20px, 5vw, 64px) clamp(40px, 5vw, 68px);
}

.menu-panel > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.menu-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 40px);
  background: var(--black);
  color: var(--white);
  padding: clamp(30px, 4.5vw, 52px) clamp(26px, 4vw, 48px);
}

.menu-intro-text {
  min-width: 0;
}

.menu-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.menu-intro h1 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3.35vw, 42px);
  font-weight: bold;
  line-height: 1.1;
  max-width: 960px;
}

.menu-intro .action-btn {
  flex: 0 0 auto;
}

.menu-tabs {
  position: sticky;
  top: var(--nav-height);
  z-index: 20;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0;
  margin-top: clamp(18px, 2.5vw, 28px);
  margin-bottom: clamp(24px, 4vw, 38px);
  background: rgba(238,236,236,0.94);
  backdrop-filter: blur(10px);
}

.menu-tabs button {
  flex: 0 0 auto;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 15px;
  border: 1px solid var(--black);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.menu-tabs button:hover,
.menu-tabs button.active {
  background: var(--accent);
  border-color: var(--accent);
}

.menu-tabs-rich {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  background: rgba(250,247,242,0.96);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(42,31,24,0.08);
}

.menu-tabs-rich .tab-button {
  appearance: none;
  border: 1px solid rgba(0,0,0,0.12);
  background: var(--white);
  color: var(--black);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 10px 14px;
  min-height: 42px;
  box-shadow: none;
}

.menu-tabs-rich .tab-button:hover,
.menu-tabs-rich .tab-button.active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

/* Mobile category dropdown — hidden on desktop, shown on small screens */
.menu-tabs-select { display: none; }
.menu-tabs-hint { display: none; }

.menu-panel .tab-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,252,248,0.96));
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(42,31,24,0.10);
  padding: clamp(22px, 4vw, 36px);
}

.menu-panel .tab-panel[hidden] {
  display: none;
}

.menu-panel .tab-panel + .tab-panel {
  margin-top: 24px;
}

.menu-panel .tab-panel h2 {
  color: var(--accent-dark);
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin: 0 0 18px;
}

.menu-panel .category-intro,
.menu-panel .group-desc {
  color: #6f6764;
  font-size: 15px;
  margin: 0 0 16px;
  max-width: 900px;
}

.menu-panel .menu-group {
  border-top: 1px solid rgba(0,0,0,0.10);
  margin-top: 24px;
  padding-top: 24px;
}

.menu-panel .menu-group:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.menu-panel .menu-group h3 {
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: none;
}

.menu-panel .item-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.menu-panel .menu-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 10px;
  background: #fffdfb;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.menu-panel .menu-item:hover {
  border-color: rgba(215,25,32,0.34);
  box-shadow: 0 12px 28px rgba(42,31,24,0.08);
  transform: translateY(-2px);
}

.menu-panel .item-main {
  min-width: 0;
}

.menu-panel .menu-item .item-name {
  color: var(--black);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.menu-panel .menu-item p {
  color: #6f6764;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.menu-panel .price {
  position: static;
  flex: 0 0 auto;
  align-self: flex-start;
  background: transparent;
  color: var(--accent);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  opacity: 1;
  padding: 0;
  transform: none;
  white-space: nowrap;
}

.menu-panel .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.menu-panel .tag {
  align-items: center;
  background: #e8f4df;
  border-radius: 999px;
  color: #2f6d26;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-width: 0;
  padding: 4px 8px;
  text-transform: none;
}

.menu-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  margin-top: clamp(28px, 4vw, 44px);
  padding-top: clamp(26px, 4vw, 40px);
  border-top: 1px solid rgba(0,0,0,0.14);
}

.menu-download-text {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 700;
  color: var(--black);
}

@media (max-width: 700px) {
  .menu-panel {
    background-attachment: scroll;
  }

  .menu-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Replace the horizontal-scroll tab strip with a single, easy-to-read dropdown */
  .menu-tabs-rich { display: none; }

  /* Hint so customers know the red bar opens the list of categories */
  .menu-tabs-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: clamp(14px, 4vw, 22px);
    margin-bottom: 8px;
    font-family: var(--font-body);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: var(--accent-dark);
  }
  .menu-tabs-hint::after {
    content: "";
    width: 15px;
    height: 15px;
    background: var(--accent-dark);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 15.5 5.5 9 7 7.5l5 5 5-5L18.5 9z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 15.5 5.5 9 7 7.5l5 5 5-5L18.5 9z'/%3E%3C/svg%3E") center/contain no-repeat;
    animation: hintBounce 1.4s ease-in-out infinite;
  }

  .menu-tabs-select {
    display: block;
    position: sticky;
    top: var(--nav-height);
    z-index: 20;
    width: 100%;
    margin-top: 0;
    margin-bottom: clamp(20px, 5vw, 30px);
    font-family: var(--font-body);
    font-size: 16px;            /* large + prevents iOS zoom, easy for older eyes */
    font-weight: 800;
    letter-spacing: .2px;
    color: var(--white);
    background-color: var(--accent);
    border: 2px solid var(--accent-dark);
    border-radius: 12px;
    padding: 16px 52px 16px 50px;
    box-shadow: 0 10px 26px rgba(215,25,32,0.30);
    -webkit-appearance: none;
    appearance: none;
    /* right chevron + left list icon so it clearly reads as a picker */
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E"),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: right 16px center, left 16px center;
    background-size: 22px, 20px;
  }

  .menu-tabs-select:focus-visible {
    outline: 3px solid var(--black);
    outline-offset: 2px;
  }

  @keyframes hintBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(3px); }
  }

  /* Compact, full-width menu list so customers can scan far more per screen */
  .menu-panel {
    padding-left: 14px;
    padding-right: 14px;
  }

  .menu-panel .tab-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    /* subtle translucent page background shows the warm texture behind */
    background: rgba(255, 255, 255, 0.82);
    padding: 16px 14px 22px;
    margin-left: -14px;
    margin-right: -14px;
    max-width: none;
  }

  .menu-panel .tab-panel h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .menu-panel .category-intro,
  .menu-panel .group-desc {
    font-size: 13.5px;
    margin-bottom: 10px;
  }

  .menu-panel .menu-group {
    margin-top: 18px;
    padding-top: 16px;
  }

  .menu-panel .menu-group h3 {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .menu-panel .item-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  /* Flat list rows — no card chrome, just a thin divider between items */
  .menu-panel .menu-item {
    min-height: 0;
    padding: 11px 2px;
    gap: 14px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 0;
    background: transparent;
  }

  .menu-panel .item-list .menu-item:last-child {
    border-bottom: 0;
  }

  .menu-panel .menu-item:hover {
    transform: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.09);
  }

  .menu-panel .menu-item .item-name {
    font-size: 14.5px;
    margin-bottom: 2px;
  }

  .menu-panel .menu-item p {
    font-size: 13px;
    line-height: 1.35;
  }

  .menu-panel .price {
    font-size: 16px;
  }

  .menu-panel .tags {
    margin-top: 6px;
  }
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.abt-cont-box { margin-top: 0; background-color: var(--accent); }


/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-page {
  background:
    linear-gradient(rgba(238,236,236,0.90), rgba(238,236,236,0.94)),
    url('../media/nacho-grill-food-pic-1020X1020p.webp') center top / 720px auto fixed;
}

.contact-top {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px) clamp(24px, 6vw, 60px) clamp(28px, 4vw, 44px);
}

.contact-info .section-kicker { margin-bottom: 8px; }

.contact-title {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 14px;
}

.contact-lead {
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.7;
  color: var(--gray);
  max-width: 420px;
  margin-bottom: 26px;
}

.contact-details {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 26px;
}

.contact-details .icon-link {
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.5;
  transition: color .2s ease;
}
.contact-details a.icon-link:hover { color: var(--accent-dark); }

.contact-details .icon {
  color: var(--accent);
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  margin-top: 2px;
}

.contact-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(0,0,0,0.14);
}

.contact-social .icon-link {
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color .2s ease;
}
.contact-social .icon-link:hover { color: var(--accent-dark); }
.contact-social .icon { color: var(--accent); }

.contact-form-wrap {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(42,31,24,0.08);
  padding: clamp(24px, 3vw, 40px);
}

.contact-form-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 900;
  margin-bottom: 22px;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.inquiry-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.inquiry-field-full {
  grid-column: 1 / -1;
}

.inquiry-field label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.inquiry-field input,
.inquiry-field textarea {
  font-family: var(--font-body);
  font-size: 16px;
  padding: 11px 4px;
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--black);
  outline: none;
  width: 100%;
  color: var(--black);
}

.inquiry-field textarea {
  resize: vertical;
  min-height: 110px;
}

.inquiry-field input:focus,
.inquiry-field textarea:focus {
  border-bottom-color: var(--accent-dark);
}

.contact-form-wrap .inquiry-btn {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  width: min(280px, 100%);
}

.inquiry-status {
  display: none;
  grid-column: 1 / -1;
  color: var(--gray);
  font-size: 14px;
  line-height: 1.7;
}

.inquiry-status.active {
  display: block;
}

/* Honeypot — hidden from real users, tempts bots */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.booking-status {
  margin: 14px auto 0;
  max-width: 640px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray);
}

.booking-status.is-error {
  color: var(--accent-dark);
  font-weight: 700;
}

.contact-map {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 60px) clamp(40px, 5vw, 68px);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: clamp(220px, 30vw, 360px);
  border: 0;
  border-radius: 10px;
  background: var(--black);
}

@media (max-width: 820px) {
  .contact-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .inquiry-form { grid-template-columns: 1fr; }
}


/* ============================================
   BOOK A TABLE PAGE
   ============================================ */
/* Same warm food-photo page background as the menu page. */
body.booking-page {
  background:
    linear-gradient(rgba(238,236,236,0.90), rgba(238,236,236,0.94)),
    url('../media/nacho-grill-food-pic-1020X1020p.webp') center top / 720px auto fixed;
}

.booking-header {
  margin-top: 0;
  text-align: center;
  padding: clamp(28px, 4vw, 48px) 20px clamp(8px, 2vw, 16px);
}
.booking-header h1 {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.05;
}
.booking-sub {
  margin-top: 10px;
  color: var(--gray);
  font-size: clamp(14px, 1.4vw, 16px);
}

.booking-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 34px) clamp(20px, 5vw, 48px) clamp(36px, 5vw, 60px);
}

.booking-form-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700;
  color: var(--black);
  margin-bottom: clamp(16px, 2vw, 22px);
}


.booking-form {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 30px);
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(42,31,24,0.08);
  padding: clamp(22px, 3vw, 36px);
}

.booking-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 3vw, 30px);
}

.booking-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.booking-field label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.booking-field select,
.booking-field input[type="date"],
.booking-field input[type="text"],
.booking-field input[type="email"],
.booking-field input[type="tel"] {
  font-family: var(--font-body);
  font-size: 16px;
  padding: 11px 4px;
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--black);
  outline: none;
  width: 100%;
  color: var(--black);
}
.booking-field select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.booking-field select:focus,
.booking-field input:focus { border-bottom-color: var(--accent-dark); }

/* Very faint placeholders in the booking + contact forms */
.booking-field input::placeholder,
.inquiry-field input::placeholder,
.inquiry-field textarea::placeholder {
  color: var(--black);
  opacity: 0.22;
}

/* Required-field marker + note */
.req { color: var(--accent); font-weight: 900; }
.booking-required-note {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 2px;
}

/* Phone field with country dial-code selector */
.booking-field .phone-input {
  display: flex;
  align-items: stretch;
  gap: 8px;
  border-bottom: 2px solid var(--black);
}
.booking-field .phone-input:focus-within { border-bottom-color: var(--accent-dark); }
.booking-field .phone-input .phone-country {
  flex: 0 0 auto;
  width: auto;
  max-width: 46%;
  border-bottom: none;
  padding-left: 0;
  padding-right: 6px;
  font-size: 15px;
}
.booking-field .phone-input .phone-country:focus { border-bottom: none; }
.booking-field .phone-input input[type="tel"] {
  flex: 1 1 auto;
  min-width: 0;
  border-bottom: none;
}

/* Inline field validation error */
.booking-field.field-error label { color: var(--accent-dark); }
.booking-field.field-error input,
.booking-field.field-error select,
.booking-field.field-error .phone-input { border-bottom-color: var(--accent); }
.booking-field.field-error .time-grid { outline: 2px solid rgba(215,25,32,0.5); outline-offset: 6px; border-radius: 4px; }

.time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
  gap: 8px;
}

.time-slot {
  border: 1.5px solid var(--black);
  border-radius: 6px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 6px;
  cursor: pointer;
  transition: background-color .2s, color .2s;
  user-select: none;
}
.time-slot:not(.disabled):hover,
.time-slot.selected {
  background-color: var(--accent-dark);
  color: var(--white);
  border-color: var(--accent-dark);
}

.time-slot.disabled {
  opacity: .32;
  cursor: not-allowed;
  border-color: rgba(0,0,0,0.28);
  text-decoration: line-through;
}

.book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--accent-dark);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 16px 32px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: min(320px, 100%);
  margin: clamp(22px, 3vw, 32px) auto 0;
  transition: background-color .2s, color .2s, transform .2s, box-shadow .2s;
}
.book-btn .icon { width: 18px; height: 18px; flex: 0 0 18px; }
.book-btn:hover,
.book-btn:focus-visible {
  background-color: var(--black);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.24);
}

.form-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.52);
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
.form-popup.active { display: flex; }

.form-container {
  background: var(--white);
  border-radius: 10px;
  padding: 44px 36px;
  max-width: 440px;
  width: 90%;
  text-align: center;
  position: relative;
}
.form-container h2 {
  font-family: var(--font-display);
  font-size: clamp(20px, 4vw, 26px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
.form-container p { font-size: 14px; color: var(--gray); margin-bottom: 28px; line-height: 1.75; }

.btn.cancel {
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 6px;
  padding: 14px 40px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: background-color .2s, color .2s, transform .2s;
}
.btn.cancel:hover,
.btn.cancel:focus-visible {
  background: var(--accent-dark);
  color: var(--white);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .booking-row-3 { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  .time-grid { grid-template-columns: repeat(auto-fill, minmax(74px, 1fr)); }
}
