/* ============================================================
   CUSTOM — Per-store overrides for Template TF
   Add store-specific tweaks here. Loaded last so it wins
   over theme.css and style.css.
   ============================================================ */

/* ---------- popular dishes list (local-info section) ---------- */
.popular-dishes-list {
  list-style: disc;
  margin: 0.75rem 0 0;
  padding-left: 1.3rem;
  color: var(--muted);
}

.popular-dishes-list li {
  padding: 0.3rem 0;
  font-size: 0.96rem;
}

/* ---------- visit us / map + address box (city-cuisine landing page) ---------- */
.visit-container .section__description {
  margin-bottom: 0;
}

.visit-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: stretch;
  margin-top: 2.5rem;
  background: var(--card);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.visit-map {
  min-height: 380px;
}

.visit-info {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.visit-info > h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--ink);
}

.visit-info .hours-table {
  margin-top: 0;
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

@media (max-width: 900px) {
  .visit-box {
    grid-template-columns: 1fr;
  }

  .visit-map {
    min-height: 320px;
  }

  .visit-actions {
    justify-content: stretch;
  }

  .visit-actions .btn,
  .visit-actions .btn-line {
    flex: 1 1 auto;
    text-align: center;
  }
}

/* ---------- tag pages: neighborhood sub-headings ---------- */
.delivery-area-card h4 {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--chili-dark);
  margin: 1.1rem 0 0.4rem;
}

.delivery-area-card h4:first-of-type {
  margin-top: 1rem;
}

/* ---------- tag pages: "Find & Order" map + visit box ---------- */
.map-visit-box {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: var(--card);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  margin-top: 2rem;
}

.map-visit-map {
  position: relative;
  min-height: 420px;
}

.map-visit-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-visit-info {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding: clamp(1.75rem, 3vw, 2.75rem);
}

.map-visit-info h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--ink);
}

.map-visit-details {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  color: var(--muted);
}

.map-visit-details li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.map-visit-details li i {
  color: var(--chili);
  margin-top: 0.2rem;
}

.map-visit-details a {
  color: var(--chili-dark);
  font-weight: 600;
}

.map-visit-hours h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.map-visit-hours ul {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.map-visit-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed var(--line);
}

.map-visit-hours li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.map-visit-hours li span:first-child {
  font-weight: 600;
  color: var(--ink);
}

.map-visit-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

@media (max-width: 900px) {
  .map-visit-box {
    grid-template-columns: 1fr;
  }

  .map-visit-map {
    min-height: 300px;
  }

  .map-visit-actions {
    justify-content: center;
  }
}

/* ==========================================================
   Tag-page → Homepage FAQ link
   Shared card used on every page inside /tags/ to point
   visitors back to the master FAQ on the home page.
   ========================================================== */
.tag-faq-cta {
  background: var(--canvas, #faf3e6);
  padding: 3.5rem 1.25rem;
}

.tag-faq-inner {
  max-width: 1080px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 2.25rem;
  background: #ffffff;
  border: 1px solid rgba(92, 58, 36, 0.14);
  border-left: 6px solid var(--brand, #c1271d);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(32, 29, 26, 0.06);
}

.tag-faq-inner > div {
  flex: 1 1 auto;
  min-width: 0;
}

.tag-faq-kicker {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand, #c1271d);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.tag-faq-inner h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  color: var(--brand-2, #5c3a24);
  line-height: 1.2;
}

.tag-faq-inner p {
  margin: 0;
  color: var(--ink, #201d1a);
  font-size: 0.98rem;
  line-height: 1.55;
  opacity: 0.88;
}

.tag-faq-btn {
  flex: 0 0 auto;
  display: inline-block;
  padding: 0.85rem 1.6rem;
  background: var(--brand, #c1271d);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.tag-faq-btn:hover,
.tag-faq-btn:focus-visible {
  background: var(--brand-3, #e85d1a);
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .tag-faq-cta {
    padding: 2.5rem 1rem;
  }

  .tag-faq-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem 1.5rem;
    gap: 1.25rem;
  }

  .tag-faq-btn {
    width: 100%;
    text-align: center;
  }
}
