:root {
  --red: #c8102e;
  --red-dark: #9c0b22;
  --black: #1a1a1a;
  --ink: #2a2a2a;
  --white: #ffffff;
  --cream: #faf6ee;
  --paper: #fbfaf6;
  --gray: #6b6b6b;
  --gray-light: #9a9a9a;
  --line: #e8e3d6;
  --line-dark: #d8d2c0;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background-color: var(--paper);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  background-image: url("assets/food-pattern.svg");
  background-repeat: repeat;
  background-size: 520px 520px;
  background-attachment: fixed;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--red); }

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

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* ============ STICKY NAV (TOP) ============ */
.primary-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--black);
  color: var(--white);
  border-bottom: 2px solid var(--red);
}

.nav-inner {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--white);
  cursor: pointer;
  padding: 14px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.nav-toggle-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 18px;
}

.nav-toggle-bar {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: top 0.2s ease, transform 0.2s ease, opacity 0.15s ease;
}

.nav-toggle-bar:nth-child(1) { top: 2px; }
.nav-toggle-bar:nth-child(2) { top: 9px; }
.nav-toggle-bar:nth-child(3) { top: 16px; }

.nav-toggle.is-open .nav-toggle-bar:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.nav-toggle.is-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.nav-toggle.is-open .nav-toggle-bar:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

.primary-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}

.primary-nav-list a {
  display: block;
  padding: 18px 22px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  transition: color 0.15s ease;
  position: relative;
}

.primary-nav-list a:hover { color: var(--red); }

.primary-nav-list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 0.2s ease, left 0.2s ease;
}

.primary-nav-list a:hover::after {
  width: 60%;
  left: 20%;
}

/* ============ MAIN HEADER (storefront sign) ============ */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  text-align: center;
  padding: 36px 16px 28px;
}

.header-inner {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.logo-link { display: block; }

.brand-sign {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
}

.brand-sub {
  margin: 18px 0 0;
  color: var(--gray);
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ============ MISSION ============ */
.mission {
  padding: 64px 0 16px;
  text-align: center;
}

.mission-statement {
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  color: var(--black);
  line-height: 1.5;
  max-width: 780px;
  margin: 14px auto 0;
}

/* ============ DIVIDER ============ */
.divider {
  text-align: center;
  font-family: "Lora", Georgia, serif;
  color: var(--red);
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  padding: 36px 0;
  user-select: none;
}

/* ============ SECTION ============ */
.section {
  padding: 64px 0 80px;
  position: relative;
}

.section-cream {
  background: var(--cream);
}

.section-head {
  text-align: center;
  margin-bottom: 48px;
}

.eyebrow {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 8px;
}

.section-title {
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 3.6vw, 2.5rem);
  color: var(--black);
  margin: 0 0 14px;
  line-height: 1.2;
}

.section-lede {
  color: var(--gray);
  margin: 0 auto;
  max-width: 620px;
  font-size: 1rem;
}

/* ============ MENU GRID ============ */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.menu-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.18);
}

.menu-card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.menu-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-card-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-tag {
  font-family: "Fredoka", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 6px;
}

.menu-card h3 {
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--black);
  margin: 0 0 10px;
  line-height: 1.3;
}

.menu-card p {
  margin: 0 0 18px;
  color: var(--gray);
  font-size: 0.95rem;
}

.price-list {
  list-style: none;
  margin: auto 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
}

.price-list li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0;
  font-size: 0.95rem;
}

.price-list li + li {
  border-top: 1px dashed var(--line);
}

.price-list li span {
  color: var(--black);
  font-weight: 500;
}

.price-list li strong {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  color: var(--red);
  font-size: 1.05rem;
}

.price-list li em {
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--gray-light);
  text-transform: uppercase;
}

/* ============ DRINKS ============ */
.drinks {
  margin: 48px auto 0;
  padding: 28px 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: 4px;
  max-width: 520px;
}

.drinks h3 {
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0 0 14px;
  color: var(--black);
}

.drinks-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drinks-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.98rem;
}

.drinks-list li + li { border-top: 1px dashed var(--line); }

.drinks-list strong {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  color: var(--red);
}

/* ============ MENU NOTES ============ */
.menu-note {
  margin: 28px auto 0;
  max-width: 800px;
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.6;
}

.menu-note.muted {
  color: var(--gray);
  font-size: 0.85rem;
  font-style: italic;
}

/* ============ SAUCE ============ */
.sauce-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

.sauce-text p {
  font-size: 1.04rem;
  color: var(--ink);
  margin: 0 0 16px;
  max-width: 56ch;
}

.sauce-photo {
  border-radius: 4px;
  overflow: hidden;
  border: 8px solid var(--white);
  box-shadow: 0 18px 50px -18px rgba(0, 0, 0, 0.25);
  aspect-ratio: 4 / 3;
}

.sauce-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============ STORY ============ */
.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.story-photo {
  border-radius: 4px;
  overflow: hidden;
  border: 8px solid var(--white);
  box-shadow: 0 18px 50px -18px rgba(0, 0, 0, 0.25);
  background: var(--paper);
  aspect-ratio: 4 / 5;
}

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-text p {
  font-size: 1.02rem;
  color: var(--ink);
  margin: 0 0 16px;
  max-width: 60ch;
}

.story-text em {
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  color: var(--black);
}

/* ============ PULL QUOTE ============ */
.pull-quote {
  margin: 22px 0;
  padding: 18px 22px 18px 24px;
  border-left: 4px solid var(--red);
  background: var(--white);
  border-radius: 2px;
  box-shadow: 0 6px 20px -10px rgba(0, 0, 0, 0.15);
}

.pull-quote p {
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--black);
  margin: 0 0 6px;
  line-height: 1.4;
}

.pull-quote cite {
  display: block;
  font-style: normal;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}

/* ============ VISIT ============ */
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.visit-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.visit-row strong {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--red);
}

.visit-map {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 8px solid var(--white);
  box-shadow: 0 18px 50px -18px rgba(0, 0, 0, 0.25);
  aspect-ratio: 4 / 3;
  background: var(--cream);
}

.visit-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.visit-map-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s ease;
}

.visit-map-overlay:hover {
  background: rgba(0, 0, 0, 0.06);
}

.visit-map-cta {
  background: var(--white);
  color: var(--black);
  padding: 10px 16px;
  border-radius: 999px;
  font-family: "Fredoka", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.4);
  transition: color 0.15s ease, transform 0.15s ease;
}

.visit-map-overlay:hover .visit-map-cta {
  color: var(--red);
  transform: translateY(-1px);
}

/* ============ FOOTER ============ */
.site-footer {
  background: var(--black);
  color: var(--white);
  padding: 64px 0 24px;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/food-pattern.svg");
  background-size: 460px 460px;
  background-repeat: repeat;
  opacity: 0.22;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.footer-grid {
  position: relative;
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-mark {
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  color: var(--red);
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 8px;
}

.footer-brand p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Lora", Georgia, serif;
}

.footer-brand p.muted {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
  font-style: italic;
}

.site-footer h4 {
  font-family: "Fredoka", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 16px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
}

.site-footer a:hover { color: var(--red); }

.footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.back-to-top {
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--white);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 880px) {
  .sauce-grid,
  .story-grid,
  .visit-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .visit-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 720px) {
  .nav-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 4px 0;
  }
  .nav-toggle {
    display: inline-flex;
    align-self: flex-end;
  }
  .primary-nav-list {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    padding-bottom: 8px;
  }
  .primary-nav-list.is-open {
    display: flex;
  }
  .primary-nav-list li {
    width: 100%;
  }
  .primary-nav-list a {
    padding: 14px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
  }
  .primary-nav-list a::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .section { padding: 48px 0; }
  .price-list li {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "name price"
      "tag tag";
  }
  .price-list li span { grid-area: name; }
  .price-list li strong { grid-area: price; }
  .price-list li em { grid-area: tag; padding-top: 2px; }
}
