/* Theme 4: Bold Bite — punchy fast-casual energy for delis, burger joints, taco shops */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --radius: 0.75rem;
  --background: #faf6f1;
  --foreground: #1c1917;
  --card: #ffffff;
  --card-foreground: #1c1917;
  --popover: #ffffff;
  --popover-foreground: #1c1917;
  --primary: #c83c2c;
  --primary-foreground: #fff5f3;
  --secondary: #f5ebe0;
  --secondary-foreground: #1c1917;
  --muted: #f0e8dd;
  --muted-foreground: #78716c;
  --accent: #fde8d8;
  --accent-foreground: #1c1917;
  --border: #e7ddd0;
  --input: #e7ddd0;
  --ring: #c83c2c;
}

body {
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 59px,
      rgba(200, 60, 44, 0.03) 59px,
      rgba(200, 60, 44, 0.03) 60px
    ),
    linear-gradient(180deg, #fdf9f4 0%, #faf5ee 50%, #f5ece0 100%);
  color: var(--foreground);
  font-family: 'Inter', 'Helvetica Neue', 'Arial', sans-serif;
}

/* Main container — kraft paper card feel */
main > .mx-auto.max-w-5xl {
  border: 2px solid #e2d5c3;
  border-radius: 0.85rem;
  background: #fffefa;
  box-shadow:
    0 2px 0 #e2d5c3,
    0 12px 36px rgba(28, 25, 23, 0.07);
}

/* Restaurant name — BIG and bold */
header h1 {
  font-family: 'Archivo Black', 'Impact', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-size: 2rem;
}

@media (min-width: 640px) {
  header h1 {
    font-size: 2.4rem;
  }
}

/* Location subtitle */
header h1 + p {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--muted-foreground);
}

/* Location details row */
header .flex.flex-wrap {
  font-weight: 500;
  font-size: 0.82rem;
}

/* Cuisine tags — ketchup & mustard badges (exclude service badges) */
header .rounded-full:not(.inline-flex) {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.6rem;
  padding: 0.3rem 0.6rem;
  border: none;
}

header .rounded-full:not(.inline-flex):nth-child(even) {
  background: #d97706;
}

/* Service badges */
header .inline-flex.items-center.rounded-full {
  font-weight: 600;
}

/* Hours collapsible */
header details {
  background: #faf5ee;
  border: 2px solid #e2d5c3;
  border-radius: 0.6rem;
}

header details summary {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

/* Header divider — bold red stripe */
header > hr {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary) 100%, #e2d5c3 100%, #e2d5c3 100%);
  margin-top: 0.75rem;
}

/* Section headers — stamp/label style */
main section {
  margin-top: 1.75rem;
}

main section > .mb-2 {
  border-bottom: 2px solid #1c1917;
  margin-bottom: 0.75rem;
  padding-bottom: 0.35rem;
}

main section h3 {
  font-family: 'Archivo Black', 'Impact', sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--foreground);
  position: relative;
}

/* Section description */
main section > .mb-2 p {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted-foreground);
}

/* Menu item cards — clean dividers, no fussy borders */
main section > div:last-child > div {
  border: none;
  border-bottom: 1px dashed #ddd2c3;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0.85rem 0.5rem;
  background: transparent;
}

main section > div:last-child > div:last-child {
  border-bottom: none;
}

/* Item names — confident weight */
main section > div:last-child > div h4 {
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.005em;
}

/* Prices — red pop */
main section > div:last-child > div .font-medium {
  color: var(--primary);
  font-weight: 700;
}

/* Special badge */
main .text-primary {
  color: var(--primary) !important;
  font-weight: 700;
}

/* Description text */
main section > div:last-child > div .text-muted-foreground {
  font-size: 0.82rem;
}

/* Links */
main a:hover {
  color: var(--primary);
}

/* Dietary badges — bold labels */
main .bg-green-100 {
  background: #1c1917 !important;
  color: #faf6f1 !important;
  font-weight: 700;
  border-radius: 0.25rem;
  border: none;
}

/* Modifier groups */
main .bg-muted\/50 {
  background: #faf5ee;
  border: 1px dashed #ddd2c3;
  border-radius: 0.5rem;
}

/* Allergen text — more visible */
main .text-amber-700 {
  color: #b45309;
  font-weight: 600;
}

/* Menu tabs */
[role="tablist"] button,
.border-b button {
  font-family: 'Archivo Black', 'Impact', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

/* Footer */
footer {
  border-color: #e2d5c3 !important;
}

footer a {
  color: var(--primary) !important;
  font-weight: 600;
}

/* Notice banner */
.border-amber-200 {
  background: #fef3c7 !important;
  border: 2px solid #f59e0b !important;
  border-radius: 0.5rem;
  font-weight: 600;
}

@media (max-width: 640px) {
  main > .mx-auto.max-w-5xl {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  main section > div:last-child > div {
    padding: 0.75rem 0.25rem;
  }
}
