/* QdobaMenu High-Performance Professional Multi-Page Stylesheet */
/* Clean, Human-Crafted Editorial & Food Journalism Theme inspired by mypandaexpressmenu.com */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800;900&display=swap');

:root {
  --qdoba-red: #C83815;
  --qdoba-red-dark: #A62B0E;
  --qdoba-red-light: #FFF1EE;
  --qdoba-orange: #E25822;
  --qdoba-gold: #D97706;
  --qdoba-gold-light: #FEF3C7;
  --qdoba-green: #15803D;
  --qdoba-green-light: #DCFCE7;
  --bg-primary: #FAF8F5;
  --bg-secondary: #FFFFFF;
  --bg-accent: #F3EFEA;
  --text-main: #18181B;
  --text-muted: #52525B;
  --text-light: #71717A;
  --border-color: #E4DFD7;
  --border-dark: #D1C9BE;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-main);
  margin: 0;
  padding: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.02em;
  color: #0F172A;
  font-weight: 700;
}

/* Header & Nav */
.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.nav-link {
  font-weight: 600;
  font-size: 0.875rem;
  color: #334155;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.15s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.nav-link:hover {
  color: var(--qdoba-red);
  background-color: var(--qdoba-red-light);
}

.nav-link.active {
  color: var(--qdoba-red);
  background-color: var(--qdoba-red-light);
  font-weight: 700;
}

/* Buttons */
.btn-primary {
  background: var(--qdoba-red);
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  text-decoration: none;
  border: none;
  box-shadow: 0 2px 4px rgba(200, 56, 21, 0.2);
}

.btn-primary:hover {
  background: var(--qdoba-red-dark);
  box-shadow: 0 4px 8px rgba(200, 56, 21, 0.3);
  transform: translateY(-1px);
}

.btn-outline {
  background: #FFFFFF;
  color: #334155 !important;
  border: 1px solid var(--border-dark);
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.15s ease;
}

.btn-outline:hover {
  border-color: var(--qdoba-red);
  color: var(--qdoba-red) !important;
  background: var(--qdoba-red-light);
}

/* Cards & Content Containers */
.content-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.content-card:hover {
  box-shadow: var(--shadow-md);
  border-color: #CBD5E1;
}

.food-menu-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.food-menu-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: #CBD5E1;
}

/* Badges */
.badge-free-guac {
  background: var(--qdoba-green-light);
  color: var(--qdoba-green);
  border: 1px solid #BBF7D0;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.375rem;
}

.badge-tag {
  background: var(--bg-accent);
  color: #475569;
  border: 1px solid var(--border-color);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  border-radius: 0.25rem;
}

.badge-cal {
  background: var(--qdoba-gold-light);
  color: #92400E;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  border-radius: 0.25rem;
}

/* Category Jump Bar */
.category-pill {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  color: #334155;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.45rem 0.875rem;
  border-radius: 2rem;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.15s ease;
}

.category-pill:hover, .category-pill.active {
  background: var(--qdoba-red);
  color: #FFFFFF;
  border-color: var(--qdoba-red);
  box-shadow: 0 2px 6px rgba(200, 56, 21, 0.25);
}

/* Tables for Nutrition & Allergens */
.data-table-container {
  overflow-x: auto;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-sm);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
}

.data-table th {
  background: #F8FAFC;
  color: #334155;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #E2E8F0;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.data-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #F1F5F9;
  color: #334155;
}

.data-table tr:hover td {
  background-color: #F8FAFC;
}

/* Disclaimer Banner */
.disclaimer-banner {
  background: #FEF3C7;
  border: 1px solid #FDE68A;
  color: #92400E;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}

/* Breadcrumbs */
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #64748B;
  margin-bottom: 1.25rem;
}

.breadcrumb a {
  color: #475569;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  color: var(--qdoba-red);
}

/* Rich Editorial Content Styles */
.editorial-body {
  font-size: 1rem;
  color: #334155;
  line-height: 1.75;
}

.editorial-body h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border-color);
}

.editorial-body h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.editorial-body p {
  margin-bottom: 1.25rem;
}

.editorial-body ul, .editorial-body ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.editorial-body li {
  margin-bottom: 0.5rem;
}

/* FAQ Accordion */
.faq-item {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 0.625rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #1E293B;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background: #F8FAFC;
}

.faq-answer {
  padding: 0 1.25rem 1rem 1.25rem;
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.6;
}

/* Ticket Size Map & Location Cards */
.ticket-map-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: 0.875rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ticket-map-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: #CBD5E1;
}

.ticket-header {
  background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
  color: #FFFFFF;
  padding: 0.875rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticket-perforation {
  position: relative;
  height: 16px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}

.ticket-perforation::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: var(--bg-primary);
  border-radius: 50%;
  border-right: 1px solid var(--border-color);
}

.ticket-perforation::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: var(--bg-primary);
  border-radius: 50%;
  border-left: 1px solid var(--border-color);
}

.ticket-dashed-line {
  width: 100%;
  border-top: 2px dashed #CBD5E1;
  margin: 0 12px;
}

