/* B1-008 Mi Tierra — Split hero + 2-col menu cards */
:root {
  --bg: #faf7f2;
  --ink: #1c1410;
  --muted: #5c4f45;
  --terra: #b33a1a;
  --terra-dark: #8c2c12;
  --leaf: #2f5d3a;
  --sand: #e8d9c4;
  --card: #ffffff;
  --line: #e0d2bf;
  --max: 1100px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Karla", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--terra-dark); }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.skip-link {
  position: absolute; left: -999px; top: 0; background: #000; color: #fff; padding: .5rem 1rem; z-index: 100;
}
.skip-link:focus { left: 0; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250,247,242,.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: .7rem 0; gap: 1rem;
}
.logo {
  display: flex; align-items: center; gap: .6rem;
  text-decoration: none; color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem; font-weight: 700;
}
.logo em { font-style: italic; font-weight: 500; color: var(--terra); }
.logo-badge { display: none !important; /* Joey 2026-09-15m: remove MT red box */

  width: 2.1rem; height: 2.1rem; border-radius: 6px;
  background: var(--terra); color: #fff;
  display: grid; place-items: center;
  font-family: "Karla", sans-serif; font-size: .7rem; font-weight: 700;
}
.site-nav { display: flex; align-items: center; gap: 1.15rem; flex-wrap: wrap; }
.site-nav a {
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: .92rem;
}
.site-nav a:hover { color: var(--terra); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .35rem; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; }

/* SPLIT HERO — left collage / right copy */
.hero { padding: 0; }
.hero-split {
  display: grid;
  min-height: min(88vh, 720px);
}
@media (min-width: 900px) {
  .hero-split { grid-template-columns: 1.05fr 0.95fr; }
}
.hero-collage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1.3fr 0.9fr 1fr;
  gap: .4rem;
  padding: .4rem;
  background: var(--ink);
  min-height: 320px;
}
.hero-collage figure { margin: 0; overflow: hidden; position: relative; }
.hero-collage img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage .c1 { grid-row: 1 / 3; grid-column: 1; }
.hero-collage .c2 { grid-row: 1; grid-column: 2; }
.hero-collage .c3 { grid-row: 2 / 4; grid-column: 2; }
.hero-collage .c4 { grid-row: 3; grid-column: 1; }
.hero-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: 2.5rem 1.75rem;
  background: linear-gradient(160deg, #fff9f2 0%, var(--sand) 100%);
}
.eyebrow {
  margin: 0 0 .6rem; font-size: .78rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--terra);
}
.hero-copy h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  line-height: 1.12; margin: 0 0 .85rem; font-weight: 700;
}
.lede { margin: 0 0 1.4rem; color: var(--muted); font-size: 1.05rem; max-width: 36rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .65rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .75rem 1.2rem; border-radius: 4px;
  text-decoration: none; font-weight: 700; font-size: .95rem;
  border: 2px solid transparent;
}
.btn-primary { background: var(--terra); color: #fff; }
.btn-primary:hover { background: var(--terra-dark); }
.btn-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { border-color: var(--terra); color: var(--terra); }

.section { padding: 3rem 0; }
.section.alt { background: #fff; border-block: 1px solid var(--line); }
.section h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  margin: 0 0 .75rem;
}
.section-note, .fine-print { color: var(--muted); font-size: .95rem; }
.narrow { max-width: 720px; }
.stat-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: .75rem;
  margin: 1.5rem auto 0;
  max-width: 100%;
}
.stat {
  background: var(--card); border: 1px solid var(--line); padding: 1rem;
  text-align: center; border-radius: 6px;
  flex: 0 1 200px;
  min-width: 160px;
}
.stat strong { display: block; font-size: 1.25rem; color: var(--terra); font-family: "Cormorant Garamond", serif; }
.stat span { font-size: .8rem; color: var(--muted); }

/* Menu — 2-column list cards */
.menu-group-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem; margin: 1.75rem 0 .25rem; color: var(--leaf);
}
.menu-group-sub { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
.menu-list-cards {
  display: grid; gap: .75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .menu-list-cards { grid-template-columns: 1fr 1fr; }
}
.menu-list-card {
  display: grid; grid-template-columns: auto 1fr;
  gap: .85rem; align-items: start;
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 4px solid var(--terra);
  padding: .9rem 1rem;
  border-radius: 0 8px 8px 0;
}
.menu-list-card.no-thumb { grid-template-columns: 1fr; }
.menu-list-card .thumb {
  width: 72px; height: 72px; border-radius: 6px; object-fit: cover;
}
.menu-list-card h3 {
  margin: 0 0 .25rem; font-size: 1.05rem;
  font-family: "Cormorant Garamond", serif; font-weight: 700;
}
.menu-list-card p { margin: 0; font-size: .9rem; color: var(--muted); }
.menu-gap { margin-top: 1.25rem; }

.gallery-grid {
  display: grid; gap: .65rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 700px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
.gallery-item { margin: 0; overflow: hidden; border-radius: 8px; }
.gallery-item img { width: 100%; height: 180px; object-fit: cover; object-position: center; }
.gallery-item.tall img { height: 100%; min-height: 180px; }
@media (min-width: 700px) {
  .gallery-item.tall { grid-row: span 2; }
  .gallery-item.tall img { height: 100%; min-height: 370px; }
}

.split {
  display: grid; gap: 2rem;
}
@media (min-width: 700px) { .split { grid-template-columns: 1fr 1fr; } }
.hours-table { width: 100%; border-collapse: collapse; margin: .75rem 0; }
.hours-table th, .hours-table td {
  text-align: left; padding: .55rem 0; border-bottom: 1px solid var(--line);
}
.hours-table th { font-weight: 600; }
.contact-panel {
  background: var(--ink); color: #f5ebe0; padding: 1.5rem; border-radius: 10px;
}
.contact-panel h2 { color: #fff; }
.contact-panel a { color: #f0c9a0; }
.phone { font-size: 1.35rem; font-weight: 700; text-decoration: none; }

.map-section { padding-bottom: 3rem; }
.map-embed {
  border-radius: 10px; overflow: hidden; border: 1px solid var(--line);
  background: #ddd; min-height: 280px;
}
.map-embed iframe { width: 100%; height: 300px; border: 0; }

.site-footer {
  background: var(--ink); color: #d9cfc4; padding: 1.5rem 0; text-align: center; font-size: .9rem;
}
.site-footer p { margin: .25rem 0; }
.footer-meta { opacity: .75; font-size: .85rem; }
.scout-id {
  display: inline-block; margin-top: .45rem;
  font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: #e8a070;
}

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--bg); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 1rem 1.25rem; gap: .75rem;
  }
  .site-nav.open { display: flex; }
  .stat-row { justify-content: center; }
}


/* ——— Multi-page additions ——— */
.site-header .header-inner { position: relative; }
.nav a[aria-current="page"],
.site-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 4px; }
.nav-cta,
.site-nav a.nav-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.35rem 0.75rem; border-radius: 999px; font-weight: 700;
  text-decoration: none !important;
}
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; }
.page-hero {
  padding: 2.25rem 0 1rem;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.page-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  line-height: 1.15;
}
.page-hero .lede { margin: 0; max-width: 56ch; opacity: 0.9; }
.footer-nav {
  display: flex; flex-wrap: wrap; gap: 0.85rem 1.25rem;
  justify-content: center; margin: 0.75rem 0;
}
.footer-nav a { text-decoration: none; font-weight: 600; }
.footer-nav a:hover { text-decoration: underline; }
.cta-band { text-align: center; padding: 2.5rem 0; }
.cta-band h2 { margin: 0 0 0.5rem; }
.cta-band p { margin: 0 0 1rem; }
.highlight-grid {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
  margin: 1.25rem 0;
}
@media (min-width: 820px) {
  .highlight-grid { grid-template-columns: repeat(3, 1fr); }
}
.highlight-card {
  padding: 1.1rem 1.15rem; border-radius: 10px;
  background: rgba(255,255,255,.55); border: 1px solid rgba(0,0,0,.08);
}
.highlight-card h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(0.82rem, 1.6vw, 0.98rem);
  white-space: nowrap;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 819px) {
  /* Keep titles on one line on narrow screens too — shrink, don't wrap orphans */
  .highlight-card h3 { white-space: nowrap; font-size: 0.88rem; }
}
.highlight-card p { margin: 0; font-size: 0.95rem; }

.site-nav a.nav-cta { background: #2f5d3a; color: #fff !important; }
.cta-band { background: var(--ink, #1f1a14); color: #f5efe6; }
.cta-band a { color: #fff; }
.page-hero { background: rgba(47,93,58,.06); }
.site-footer .footer-nav a { color: #d9cfc4; }
.highlight-card { background: #fff; }

/* Compact centered home hero — no side food collage */
.hero.hero-text-only {
  padding: 1rem 0 0.35rem;
  background: #fff9f2;
}
.hero.hero-text-only .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0.75rem 1rem 0.5rem;
  max-width: 42rem;
  background: transparent;
}
.hero.hero-text-only .lede {
  margin-left: auto;
  margin-right: auto;
}
.hero.hero-text-only .hero-cta {
  justify-content: center;
}
.hero.hero-text-only + .section {
  padding-top: 1.1rem;
}
.section { padding-top: 1.75rem; padding-bottom: 1.75rem; }

/* FORCE HIDE LEFT FOOD COLLAGE — keep bottom gallery only */
.hero-collage,
.hero-split > .hero-collage,
.hero .hero-collage {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
.hero-split {
  display: block !important;
  min-height: 0 !important;
  grid-template-columns: none !important;
}

.highlight-card-mid .highlight-mid-btns {
  justify-content: center;
  margin-top: 0.9rem;
  margin-bottom: 0;
}
.highlight-card-mid {
  text-align: center;
}
.highlight-card-mid p:not(.btn-row) {
  text-align: center;
}

.menu-pills {
  display: flex; flex-wrap: wrap; gap: .45rem;
  list-style: none; margin: 0 0 1.25rem; padding: 0;
}
.menu-pills a {
  display: inline-block; padding: .35rem .7rem;
  border: 1px solid var(--line); border-radius: 999px;
  text-decoration: none; font-size: .85rem; font-weight: 600; color: var(--ink);
}
.menu-pills a:hover { border-color: var(--terra); color: var(--terra); }
.menu-row {
  display: flex; gap: 1rem; justify-content: space-between; align-items: flex-start;
  width: 100%;
}
.menu-list-card .price {
  font-weight: 700; white-space: nowrap; color: var(--terra);
}
.specials-grid {
  display: grid; gap: .85rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.special-card {
  background: #fff; border: 1px solid var(--line);
  border-top: 4px solid var(--terra);
  border-radius: 0 0 8px 8px; padding: 1rem;
  text-align: center;
}
.special-card h3 {
  margin: 0 0 .35rem; font-size: .8rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--terra);
}
.special-card .special-name {
  margin: 0 0 .5rem; font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem; font-weight: 700;
}
.special-card .price { margin: 0; font-weight: 700; }

.menu-block { margin: 0 0 1.75rem; }
.menu-block h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem; margin: 0 0 .5rem;
  border-bottom: 2px solid var(--terra); padding-bottom: .35rem;
}
.cat-note { margin: 0 0 .75rem; color: var(--muted); font-size: .92rem; }
.menu-lines { list-style: none; margin: 0; padding: 0; }
.menu-line {
  display: flex; gap: 1rem; justify-content: space-between; align-items: flex-start;
  padding: .7rem 0; border-bottom: 1px solid var(--line);
}
.menu-line-main { flex: 1; min-width: 0; }
.item-name { font-weight: 700; font-size: 1.02rem; }
.item-desc { margin: .2rem 0 0; font-size: .9rem; color: var(--muted); font-weight: 400; }
.item-price {
  flex: 0 0 auto; font-weight: 800; font-size: 1.05rem;
  color: var(--terra); white-space: nowrap;
}

.hours-line {
  margin: 0 0 1.1rem; font-size: .98rem; color: var(--ink);
}
.hero.hero-text-only .hours-line { text-align: center; }

/* MI TIERRA MENU BOARDS */

/* Joey 2026-09-15n: Misc. board order — desktop vs mobile */
.menu-boards .wrap {
  display: flex;
  flex-direction: column;
}
.menu-boards .wrap > .menu-note { order: 99; }

/* Mobile (default): Breakfast → Burritos → Tacos → Tamales → Misc → Salads → Burgers… */
.menu-boards #breakfast { order: 1; }
.menu-boards #burritos-enchiladas { order: 2; }
.menu-boards #tacos { order: 3; }
.menu-boards #tamales { order: 4; }
.menu-boards #misc { order: 5; }
.menu-boards #salads { order: 6; }
.menu-boards #burgers-more { order: 7; }

/* Desktop ≥820px: Breakfast → Burritos → Misc → Tacos → Tamales → Salads → Burgers… */
@media (min-width: 820px) {
  .menu-boards #breakfast { order: 1; }
  .menu-boards #burritos-enchiladas { order: 2; }
  .menu-boards #misc { order: 3; }
  .menu-boards #tacos { order: 4; }
  .menu-boards #tamales { order: 5; }
  .menu-boards #salads { order: 6; }
  .menu-boards #burgers-more { order: 7; }
}

.menu-boards .board {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.1rem 1.15rem 1.25rem;
  margin: 0 0 1.25rem;
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
  overflow: hidden;
  box-sizing: border-box;
}
.menu-boards .board .mi-list,
.menu-boards .board .board-cols,
.menu-boards .board .board-col {
  max-width: 100%;
  box-sizing: border-box;
}
.board-title {
  margin: 0 0 .85rem;
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.board-title-red { color: #9a1c1c; }
.board-banner {
  display: inline-block;
  margin: 0 0 .65rem;
  padding: .28rem .7rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 3px;
}
.banner-red { background: #b42318; color: #ffe566; }
.banner-green { background: #2f6b3a; color: #ffe566; }
.banner-yellow { background: #e2b007; color: #1a1a1a; }
.banner-misc { background: #1e3d2f; color: #e2b007; width: 100%; text-align: center; letter-spacing: .06em; }
.board-cols {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 820px) {
  .board-cols { grid-template-columns: 1fr 1fr; gap: 1.75rem; }
}
.board-sub {
  margin: 1rem 0 .55rem;
  font-size: 1.05rem;
  color: #9a1c1c;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.board-sub-green { color: #2f6b3a; }
.mi-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .75rem;
  padding: .28rem 0;
}
.mi-name {
  font-weight: 700;
  color: #8b1e1e;
  font-size: 1.02rem;
}
.mi-price {
  flex: 0 0 auto;
  font-weight: 800;
  color: #8b1e1e;
  font-size: 1.05rem;
  white-space: nowrap;
}
.mi-item-noprice .mi-name { color: #333; font-weight: 600; }
.mi-note, .mi-options, .mi-lead, .mi-tagline {
  margin: 0 0 .55rem;
  font-size: .9rem;
  color: #444;
  line-height: 1.35;
}
.mi-lead { margin-bottom: .35rem; }
.mi-tagline { font-style: italic; margin: .6rem 0 0; }
.mi-disclaimer {
  margin: 1rem 0 0;
  font-size: .72rem;
  color: #666;
  line-height: 1.35;
}
.sides-grid {
  display: grid;
  gap: .15rem .85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .sides-grid { grid-template-columns: 1fr 1fr; }
}
/* Misc board uses same light board colors as sections above (Joey 2026-09-13) */
.mi-list { list-style: none; margin: 0; padding: 0; }
.mi-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: .5rem;
  align-items: baseline;
  padding: .4rem 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.mi-line .mi-name {
  font-weight: 700;
  color: #8b1e1e;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  grid-column: 1;
}
.mi-line .mi-price {
  font-weight: 800;
  color: #8b1e1e;
  white-space: nowrap;
  text-align: right;
  justify-self: end;
  grid-column: 2;
  max-width: 100%;
}
.mi-line .mi-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: .88rem;
  color: #555;
  font-weight: 400;
}
@media (max-width: 420px) {
  .mi-line .mi-price { font-size: .78rem; letter-spacing: -0.01em; }
}
.mi-blurb { list-style: none; padding: .45rem 0 .2rem; color: #444; font-size: .95rem; }
.mi-blurb .green { color: #2f6b3a; }
.sides-grid { display: grid; grid-template-columns: 1fr; }
@media (min-width: 600px) { .sides-grid { grid-template-columns: 1fr 1fr; } }

.hours-invite { margin: .75rem 0 0; padding-top: .75rem; border-top: 1px solid var(--line, #e6e0d8); text-align: center; font-style: italic; color: #555; font-weight: 600; }


/* Hours: invite sits between days and times */
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table th { text-align: left; font-weight: 700; padding: .65rem 0; border-bottom: 1px solid var(--line, #e6e0d8); width: 42%; }
.hours-table td { text-align: right; padding: .65rem 0; border-bottom: 1px solid var(--line, #e6e0d8); }
.hours-table td.hours-mid {
  text-align: center; vertical-align: middle; font-style: italic; color: #555;
  font-weight: 600; width: 28%; padding: 0 .5rem; border-bottom: 1px solid var(--line, #e6e0d8);
}
.hours-table td:empty { width: 28%; border-bottom: 1px solid var(--line, #e6e0d8); }

/* Even food galleries — equal tiles, no tall-span holes (2026-09-15) */
.gallery-grid-even {
  display: grid;
  gap: .55rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 700px) {
  .gallery-grid-even { grid-template-columns: repeat(3, 1fr); }
}
.gallery-grid-even .gallery-item { margin: 0; overflow: hidden; border-radius: 8px; }
.gallery-grid-even .gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.gallery-grid-even .gallery-item.tall,
.gallery-grid .gallery-item.tall { grid-row: auto; }
.gallery-grid-even .gallery-item.tall img,
.gallery-grid .gallery-item.tall img { height: 200px; min-height: 0; }


/* even 6-tile galleries: 2-col mobile fills with no blank hole */
@media (max-width: 700px) {
  .gallery-grid-even { grid-template-columns: repeat(2, 1fr); }
}

/* Joey 2026-09-15j: burrito pricing lead = exactly 2 rows */
.mi-lead-2row {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  margin: 0 0 .55rem;
}
.mi-lead-2row .mi-lead-line {
  display: block;
  white-space: nowrap;
  font-size: .9rem;
  line-height: 1.35;
  color: #444;
}
@media (max-width: 420px) {
  .mi-lead-2row .mi-lead-line { font-size: .78rem; }
}
@media (max-width: 360px) {
  .mi-lead-2row .mi-lead-line { font-size: .72rem; }
}

/* Joey 2026-09-15m: home hours stacked Mon–Sat then Sunday */
.hours-stack {
  list-style: none;
  margin: .35rem auto 1rem;
  padding: 0;
  max-width: 22rem;
  text-align: left;
}
.hours-stack li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .35rem 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-size: .98rem;
}
.hours-stack .hours-days { font-weight: 700; }
.hours-stack .hours-times { font-weight: 600; text-align: right; white-space: nowrap; }
.hero.hero-text-only .hours-line { margin-bottom: .15rem; }

/* Contact hours: force Sunday under Mon–Sat as stacked rows on mobile */
@media (max-width: 600px) {
  .hours-table,
  .hours-table tbody,
  .hours-table tr,
  .hours-table th,
  .hours-table td {
    display: block;
    width: 100% !important;
  }
  .hours-table th {
    padding-bottom: .15rem;
    border-bottom: 0;
  }
  .hours-table td {
    text-align: left;
    padding-top: 0;
    padding-bottom: .65rem;
  }
}


/* Joey 2026-09-16: About heading stacked over story (not left of paragraphs) */
.about-story-section { padding-top: 2.25rem; }
.about-story {
  margin-inline: auto;
  text-align: left;
}
.about-story > h1 {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  line-height: 1.15;
}
.about-story > .lede {
  margin: 0 0 1.25rem;
  max-width: none;
  color: var(--muted);
  font-size: 1.05rem;
}
.about-story > p { margin: 0 0 1rem; }
.site-nav a.nav-cta {
  align-self: center;
}

/* Joey 2026-09-16b: nav links level with Call pill
   (do NOT set display:flex here — it overrides mobile display:none) */
.site-nav {
  align-items: center;
  gap: 1.15rem;
}
.site-nav > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  line-height: 1;
  padding: 0.35rem 0;
  box-sizing: border-box;
}
.site-nav > a.nav-cta {
  padding: 0.35rem 0.85rem;
  min-height: 2.35rem;
  line-height: 1;
}

/* Joey 2026-09-16: clean hover pop — cards/buttons/gallery; reduced-motion safe */
.highlight-card,
.special-card {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.highlight-card:hover,
.special-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.btn,
.nav-cta,
a.nav-cta {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, filter .2s ease;
}
.btn:hover,
.nav-cta:hover,
a.nav-cta:hover {
  transform: translateY(-1px);
}

.gallery-item {
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.gallery-item img {
  transition: transform .2s ease;
}
.gallery-item:hover img {
  transform: scale(1.04);
}

.site-nav a:not(.nav-cta) {
  transition: color .2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .highlight-card,
.special-card,
.btn,
.nav-cta,
a.nav-cta,
.gallery-item,
.gallery-item img {
    transition: none;
  }
  .highlight-card:hover,
.special-card:hover,
.btn:hover,
.nav-cta:hover,
a.nav-cta:hover,
.gallery-item:hover {
    transform: none;
  }
  .gallery-item:hover img {
    transform: none;
  }
}

/* Joey 2026-09-17a: About food-spread photo — whole image */
.about-story .about-spread {
  margin: 1.1rem 0 1.35rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line, #e0d2bf);
  background: #fff;
}
.about-story .about-spread img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}


/* Joey 2026-09-17: mobile nav closed by default (fix stuck-open overlay) */
@media (max-width: 720px) {
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 50;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem;
    gap: .75rem;
  }
  .site-nav.open {
    display: flex;
  }
  .nav-toggle { display: block; }
}


/* Joey 2026-09-17: home takeout line under Call + See full menu */
.hero-takeout {
  margin: 0.65rem 0 0;
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--terra);
  letter-spacing: 0.02em;
}
.hero.hero-text-only .hero-takeout { text-align: center; }

/* Joey 2026-09-17b: mobile nav closed by default; open only with .open */
@media (max-width: 720px) {
  .site-nav {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 50;
    background: var(--bg, #faf7f2);
    border-bottom: 1px solid var(--line, #e0d2bf);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem;
    gap: .75rem;
  }
  .site-nav.open {
    display: flex !important;
  }
}
