/* ===========================================================
   Tierra Mia Menu — shared stylesheet
   Independent informational resource (not affiliated)
   =========================================================== */

:root {
  --cream:      #FBF5EC;
  --cream-2:    #F4E8D5;
  --sand:       #E7D4BA;
  --sand-line:  #E0CCAE;
  --clay:       #BB5C2C;
  --clay-dark:  #964322;
  --espresso:   #2A1A12;
  --espresso-2: #3D2A1E;
  --marigold:   #E8A33D;
  --warm-red:   #C0392B;
  --ink:        #2A1A12;
  --ink-soft:   #6B5746;
  --ink-faint:  #8C7763;
  --white:      #FFFFFF;

  --radius:   18px;
  --radius-s: 12px;
  --shadow-s: 0 2px 10px rgba(42,26,18,.07);
  --shadow-m: 0 14px 38px -18px rgba(42,26,18,.32);
  --shadow-l: 0 30px 70px -32px rgba(42,26,18,.45);
  --maxw: 1180px;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--clay-dark); text-decoration: none; }
a:hover { color: var(--clay); }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.14;
  color: var(--espresso);
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.1rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.85rem); }
h3 { font-size: 1.3rem; }

p { color: var(--ink-soft); }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--clay);
}

.section { padding: 92px 0; }
.section-light { background: var(--cream); }
.section-cream { background: var(--cream-2); }
.section-dark  { background: var(--espresso); }
.section-dark h2, .section-dark h3 { color: var(--cream); }
.section-dark p { color: #D6C3AC; }

.section-head { max-width: 660px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { margin-top: 14px; font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: .96rem;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-primary {
  background: var(--clay);
  color: var(--white);
  box-shadow: var(--shadow-m);
}
.btn-primary:hover { background: var(--clay-dark); color: #fff; transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--espresso);
  border-color: var(--sand-line);
}
.btn-ghost:hover { border-color: var(--clay); color: var(--clay-dark); }
.section-dark .btn-ghost { color: var(--cream); border-color: rgba(231,212,186,.35); }
.section-dark .btn-ghost:hover { border-color: var(--marigold); color: var(--marigold); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251,245,236,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--sand-line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 40px; height: 40px;
  border-radius: 11px;
  flex-shrink: 0;
}
.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.32rem;
  color: var(--espresso);
  line-height: 1;
}
.brand-name span { color: var(--clay); }
.brand-tag {
  display: block;
  font-family: var(--font-body);
  font-size: .62rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 3px;
}

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  font-weight: 500;
  font-size: .96rem;
  color: var(--ink);
  position: relative;
}
.main-nav a:hover { color: var(--clay-dark); }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2px;
  background: var(--clay);
  transition: width .22s ease;
}
.main-nav a:hover::after { width: 100%; }
.nav-cta { padding: 11px 22px; font-size: .9rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  width: 24px; height: 2.4px;
  background: var(--espresso);
  border-radius: 2px;
  transition: .25s;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  padding: 16px 0 0;
  font-size: .85rem;
  color: var(--ink-faint);
}
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.breadcrumb li::after { content: "›"; margin-left: 8px; color: var(--sand-line); }
.breadcrumb li:last-child::after { content: ""; }
.breadcrumb a { color: var(--ink-faint); }
.breadcrumb a:hover { color: var(--clay); }
.breadcrumb li[aria-current] { color: var(--clay-dark); font-weight: 600; }

/* ---------- Hero ---------- */
.page-hero {
  background:
    radial-gradient(900px 420px at 88% -8%, rgba(232,163,61,.20), transparent 60%),
    radial-gradient(700px 500px at -5% 110%, rgba(187,92,44,.16), transparent 62%),
    var(--cream);
  padding: 64px 0 84px;
  overflow: hidden;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
.hero-copy .eyebrow { margin-bottom: 16px; display: inline-block; }
.hero-copy h1 { margin-bottom: 20px; }
.hero-copy h1 em {
  font-style: italic;
  color: var(--clay);
}
.lede {
  font-size: 1.16rem;
  color: var(--ink-soft);
  max-width: 33ch;
}
.hero-copy .lede { max-width: 46ch; }
.meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: .86rem;
  font-weight: 500;
  color: var(--espresso-2);
  box-shadow: var(--shadow-s);
}
.pill b { color: var(--clay-dark); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Hero visual — CSS coffee art */
.hero-visual { position: relative; }
.hero-card {
  background: linear-gradient(165deg, var(--espresso) 0%, var(--espresso-2) 100%);
  border-radius: 26px;
  padding: 40px 38px;
  color: var(--cream);
  box-shadow: var(--shadow-l);
  position: relative;
  overflow: hidden;
}
.hero-card::before {
  content: "";
  position: absolute;
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(232,163,61,.34), transparent 70%);
  top: -90px; right: -70px;
}
.hero-card h3 {
  color: var(--marigold);
  font-size: .82rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.hero-mini {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px solid rgba(231,212,186,.14);
  position: relative;
}
.hero-mini:last-of-type { border-bottom: none; }
.hero-mini .nm { font-weight: 500; color: var(--cream); }
.hero-mini .pr {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--marigold);
  font-size: 1.1rem;
}
.hero-stamp {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 22px auto 0;
  background: var(--clay);
  color: #fff;
  font-weight: 600;
  font-size: .82rem;
  text-align: center;
  padding: 11px 22px;
  border-radius: 999px;
  box-shadow: var(--shadow-m);
  position: relative;
}

/* ---------- Disclaimer banner ---------- */
.disclaimer-bar {
  background: var(--espresso);
  color: #C9B79F;
  font-size: .82rem;
  text-align: center;
  padding: 9px 24px;
}
.disclaimer-bar b { color: var(--marigold); }

/* ---------- Category chips / quick nav ---------- */
.cat-quicknav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.cat-quicknav a {
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: 999px;
  padding: 9px 17px;
  font-size: .88rem;
  font-weight: 500;
  color: var(--espresso-2);
  transition: .18s;
}
.cat-quicknav a:hover {
  background: var(--clay);
  color: #fff;
  border-color: var(--clay);
  transform: translateY(-2px);
}

/* ---------- Favorites table ---------- */
.fav-table-wrap {
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-s);
}
table { width: 100%; border-collapse: collapse; }
.fav-table th, .fav-table td {
  text-align: left;
  padding: 15px 20px;
  border-bottom: 1px solid var(--cream-2);
  font-size: .96rem;
}
.fav-table thead th {
  background: var(--espresso);
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fav-table tbody tr:last-child td { border-bottom: none; }
.fav-table tbody tr:hover { background: var(--cream); }
.fav-table .price { font-weight: 700; color: var(--clay-dark); white-space: nowrap; }

/* ---------- Menu category blocks ---------- */
.menu-cat { margin-bottom: 26px; }
.menu-cat-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.menu-cat-head h3 {
  font-size: 1.55rem;
}
.menu-cat-head .count {
  font-size: .8rem;
  font-weight: 600;
  color: var(--clay);
  background: var(--cream-2);
  border-radius: 999px;
  padding: 4px 12px;
}
.menu-cat-note { font-size: .92rem; margin-bottom: 16px; }
.menu-list {
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-s);
}
.menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 24px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--cream-2);
  align-items: baseline;
}
.menu-row:last-child { border-bottom: none; }
.menu-row:hover { background: var(--cream); }
.menu-row .item-name {
  font-weight: 600;
  color: var(--espresso);
  font-size: 1.02rem;
}
.menu-row .tag {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 6px;
  margin-left: 8px;
  vertical-align: middle;
}
.tag-seasonal { background: #FBE6C8; color: #9A6B16; }
.tag-peanut   { background: #F3D9D5; color: #A6362A; }
.tag-vegan    { background: #DDEAD6; color: #4B6E3C; }
.menu-row .item-desc {
  grid-column: 1 / 2;
  font-size: .9rem;
  color: var(--ink-faint);
}
.menu-row .item-price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.12rem;
  color: var(--clay-dark);
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  white-space: nowrap;
}
.menu-row .item-price.tba {
  font-size: .82rem;
  font-family: var(--font-body);
  color: var(--ink-faint);
  font-weight: 500;
}

/* ---------- Split section ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}
.split-copy h2 { margin-bottom: 18px; }
.split-copy p + p { margin-top: 14px; }
.split-art {
  background: linear-gradient(160deg, var(--clay) 0%, var(--clay-dark) 100%);
  border-radius: var(--radius);
  min-height: 360px;
  box-shadow: var(--shadow-m);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(220px 220px at 25% 25%, rgba(232,163,61,.4), transparent 70%),
    radial-gradient(260px 260px at 80% 85%, rgba(42,26,18,.5), transparent 70%);
}
.split-art .glyph {
  font-family: var(--font-display);
  font-size: 6rem;
  color: rgba(251,245,236,.92);
  position: relative;
  z-index: 1;
}

/* ---------- Why grid ---------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.why-card {
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-s);
  transition: transform .2s ease, box-shadow .2s ease;
}
.why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-m); }
.why-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--cream-2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.why-icon svg { width: 26px; height: 26px; stroke: var(--clay); }
.why-card h3 { margin-bottom: 9px; font-size: 1.2rem; }
.why-card p { font-size: .96rem; }

/* ---------- Locations ---------- */
.loc-region { margin-bottom: 34px; }
.loc-region h3 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--marigold);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(231,212,186,.16);
}
.loc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  gap: 14px;
}
.loc-card {
  background: var(--espresso-2);
  border: 1px solid rgba(231,212,186,.12);
  border-radius: var(--radius-s);
  padding: 16px 18px;
  transition: .2s;
}
.loc-card:hover {
  border-color: var(--marigold);
  transform: translateY(-3px);
}
.loc-card .city {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.06rem;
  color: var(--cream);
  margin-bottom: 3px;
}
.loc-card .addr { font-size: .84rem; color: #B49E84; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: var(--radius-s);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--espresso);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--clay);
  font-family: var(--font-body);
  transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details[open] summary { color: var(--clay-dark); }
.faq .faq-body {
  padding: 0 24px 22px;
  color: var(--ink-soft);
  font-size: .98rem;
}

/* ---------- CTA strip ---------- */
.cta-strip {
  background: linear-gradient(150deg, var(--clay) 0%, var(--clay-dark) 100%);
  border-radius: 26px;
  padding: 60px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-m);
}
.cta-strip::before, .cta-strip::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(251,245,236,.10);
}
.cta-strip::before { width: 260px; height: 260px; top: -120px; left: -60px; }
.cta-strip::after  { width: 320px; height: 320px; bottom: -180px; right: -70px; }
.cta-strip h2 { color: var(--cream); position: relative; margin-bottom: 14px; }
.cta-strip p { color: #F3E2CC; position: relative; max-width: 52ch; margin: 0 auto 26px; }
.cta-strip .hero-actions { justify-content: center; position: relative; }
.cta-strip .btn-primary { background: var(--espresso); }
.cta-strip .btn-primary:hover { background: #1c110b; }
.cta-strip .btn-ghost { color: #fff; border-color: rgba(251,245,236,.5); }
.cta-strip .btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--espresso);
  color: #B49E84;
  padding: 66px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(231,212,186,.12);
}
.footer-brand .brand-name { color: var(--cream); }
.footer-blurb { margin: 16px 0 0; font-size: .92rem; color: #A8927A; max-width: 36ch; }
.footer-col h4 {
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #B49E84; font-size: .93rem; }
.footer-col a:hover { color: var(--marigold); }
.footer-bottom {
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  font-size: .82rem;
  color: #8C7763;
}
.footer-disclaimer {
  margin-top: 18px;
  font-size: .82rem;
  color: #8C7763;
  line-height: 1.6;
  max-width: 70ch;
}
.footer-disclaimer b { color: #B49E84; }

/* ---------- Stats band ---------- */
.stats-band { background: var(--espresso); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  text-align: center;
  padding: 40px 18px;
  border-right: 1px solid rgba(231,212,186,.12);
}
.stat:last-child { border-right: none; }
.stat .num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 2.7rem;
  color: var(--marigold);
  line-height: 1;
}
.stat .lbl {
  display: block;
  margin-top: 8px;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #B49E84;
  font-weight: 600;
}

/* ---------- Category card grid (redesigned) ---------- */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(266px, 1fr));
  gap: 20px;
}
.cat-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: var(--radius);
  padding: 26px 26px 22px;
  box-shadow: var(--shadow-s);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
  overflow: hidden;
}
.cat-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(var(--clay), var(--marigold));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .25s ease;
}
.cat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-m);
  border-color: var(--clay);
}
.cat-card:hover::before { transform: scaleY(1); }
.cat-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.cat-icon {
  width: 54px; height: 54px;
  border-radius: 15px;
  background: var(--cream-2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s ease;
}
.cat-icon svg { width: 27px; height: 27px; stroke: var(--clay-dark); fill: none; }
.cat-card:hover .cat-icon { background: var(--clay); }
.cat-card:hover .cat-icon svg { stroke: #fff; }
.cat-from {
  font-size: .76rem;
  font-weight: 700;
  color: var(--clay-dark);
  background: var(--cream-2);
  border-radius: 999px;
  padding: 6px 12px;
  white-space: nowrap;
}
.cat-card h3 {
  font-size: 1.22rem;
  margin: 18px 0 7px;
}
.cat-card .cat-blurb {
  font-size: .92rem;
  color: var(--ink-soft);
  flex-grow: 1;
}
.cat-card .cat-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--cream-2);
  font-size: .84rem;
  font-weight: 600;
}
.cat-card .cat-count { color: var(--ink-faint); }
.cat-card .cat-link { color: var(--clay-dark); display: inline-flex; align-items: center; gap: 5px; }
.cat-card .cat-link svg { width: 15px; height: 15px; transition: transform .2s ease; }
.cat-card:hover .cat-link svg { transform: translateX(4px); }

/* ---------- Generic card grids ---------- */
.card-grid { display: grid; gap: 22px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
.cols-auto { grid-template-columns: repeat(auto-fill, minmax(264px, 1fr)); }

.soft-card {
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: var(--shadow-s);
  transition: transform .2s ease, box-shadow .2s ease;
}
.soft-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); }
.soft-card .kicker {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--clay);
}
.soft-card h3 { font-size: 1.18rem; margin: 9px 0 8px; }
.soft-card p { font-size: .94rem; }
.soft-card .card-num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--clay-dark);
  display: block;
  margin-bottom: 6px;
}
.section-dark .soft-card {
  background: var(--espresso-2);
  border-color: rgba(231,212,186,.13);
}
.section-dark .soft-card h3 { color: var(--cream); }
.section-dark .soft-card p { color: #C2AD93; }
.section-dark .soft-card .kicker { color: var(--marigold); }

/* ---------- Pairing cards ---------- */
.pair-card {
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-s);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pair-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); }
.pair-line { display: flex; align-items: center; gap: 10px; }
.pair-line .dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--clay); flex-shrink: 0;
}
.pair-line .dot.alt { background: var(--marigold); }
.pair-line .pair-name { font-weight: 600; color: var(--espresso); font-size: 1rem; }
.pair-plus {
  margin: 6px 0 6px 3px;
  width: 2px; height: 16px;
  background: var(--sand-line);
  margin-left: 3.5px;
}
.pair-card p { font-size: .9rem; margin-top: 12px; }

/* ---------- Vegan / highlight panel ---------- */
.hl-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-m);
}
.hl-panel-copy { background: var(--white); padding: 44px 42px; }
.hl-panel-copy h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 14px; }
.hl-panel-side {
  background: linear-gradient(165deg, #4B6E3C 0%, #36502B 100%);
  padding: 44px 40px;
  color: #E4EEDC;
}
.hl-panel-side h3 {
  color: #fff;
  font-family: var(--font-body);
  font-size: .82rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.check-list { list-style: none; }
.check-list li {
  position: relative;
  padding: 9px 0 9px 32px;
  font-size: .96rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 12px;
  width: 19px; height: 19px;
  border-radius: 50%;
  background: rgba(255,255,255,.16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 6'/%3E%3C/svg%3E") center/12px no-repeat;
}
.hl-panel-copy .tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }

/* ---------- Value / comparison ---------- */
.value-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.value-item { text-align: center; padding: 8px; }
.value-item .vnum {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--clay);
}
.value-item h3 { font-size: 1.1rem; margin: 6px 0 6px; }
.value-item p { font-size: .92rem; }

/* ---------- Related strip ---------- */
.related-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.related-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-s);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.related-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-m);
  border-color: var(--clay);
}
.related-card .rc-price {
  display: inline-block;
  font-size: .76rem;
  font-weight: 700;
  color: var(--clay-dark);
  background: var(--cream-2);
  border-radius: 999px;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.related-card h3 { font-size: 1.16rem; margin-bottom: 6px; }
.related-card p { font-size: .9rem; color: var(--ink-soft); }

/* ---------- Location menu table ---------- */
.loc-menu-table td {
  padding: 13px 20px;
  border-bottom: 1px solid var(--cream-2);
  font-size: .96rem;
}
.loc-menu-table tr:last-child td { border-bottom: none; }
.loc-menu-table tr:hover { background: var(--cream); }
.loc-menu-table td.price {
  text-align: right;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--clay-dark);
  white-space: nowrap;
}

/* ---------- Menu-by-category nav grid ---------- */
.menu-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  gap: 12px;
}
.menu-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: var(--radius-s);
  padding: 14px 16px;
  font-weight: 600;
  color: var(--espresso);
  box-shadow: var(--shadow-s);
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.menu-nav-link:hover {
  transform: translateY(-3px);
  border-color: var(--clay);
  background: var(--cream);
  color: var(--clay-dark);
}
.menu-nav-link .mn-from {
  font-size: .74rem;
  font-weight: 700;
  color: var(--clay-dark);
  background: var(--cream-2);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
}

/* ---------- Bar-chart infographic ---------- */
.ig-bars { display: flex; flex-direction: column; gap: 16px; }
.ig-row { display: flex; flex-direction: column; gap: 7px; }
.ig-row .ig-label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: .95rem;
  color: var(--espresso);
}
.ig-row .ig-label .ig-val {
  font-family: var(--font-display);
  color: var(--clay-dark);
}
.ig-track {
  background: var(--cream-2);
  border: 1px solid var(--sand-line);
  border-radius: 999px;
  height: 26px;
  overflow: hidden;
}
.ig-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--clay) 0%, var(--marigold) 100%);
}
.ig-caption { margin-top: 18px; font-size: .86rem; color: var(--ink-faint); }

.menu-cat-head h3 a { color: inherit; }
.menu-cat-head h3 a:hover { color: var(--clay-dark); }

/* ---------- Note / estimate banner ---------- */
.note-banner {
  background: var(--cream-2);
  border: 1px dashed var(--sand-line);
  border-radius: var(--radius-s);
  padding: 14px 20px;
  font-size: .86rem;
  color: var(--ink-soft);
  margin-bottom: 26px;
}
.note-banner b { color: var(--clay-dark); }

/* ---------- Prose / info pages ---------- */
.prose { max-width: 824px; }
.prose .updated {
  display: inline-block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--clay-dark);
  background: var(--cream-2);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 26px;
}
.prose h2 { font-size: 1.5rem; margin: 40px 0 13px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.16rem; margin: 26px 0 9px; }
.prose p { margin-bottom: 14px; }
.prose a { color: var(--clay-dark); font-weight: 500; }
.prose ul { list-style: none; margin: 4px 0 20px; }
.prose li {
  position: relative;
  padding: 7px 0 7px 28px;
  color: var(--ink-soft);
}
.prose li::before {
  content: "";
  position: absolute;
  left: 5px; top: 16px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--clay);
}
.prose .callout {
  background: var(--cream-2);
  border-left: 3px solid var(--clay);
  border-radius: 0 var(--radius-s) var(--radius-s) 0;
  padding: 18px 22px;
  margin: 24px 0;
  font-size: .96rem;
  color: var(--ink-soft);
}
.prose .callout b { color: var(--clay-dark); }

/* ---------- Contact form ---------- */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-form {
  background: var(--white);
  border: 1px solid var(--sand-line);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow-m);
}
.contact-form h3 { font-size: 1.3rem; margin-bottom: 6px; }
.contact-form .form-intro { font-size: .92rem; margin-bottom: 22px; }
.form-field { margin-bottom: 18px; }
.form-field label {
  display: block;
  font-weight: 600;
  font-size: .88rem;
  margin-bottom: 6px;
  color: var(--espresso);
}
.form-field label .req { color: var(--warm-red); }
.form-field input,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--sand-line);
  border-radius: var(--radius-s);
  font-family: var(--font-body);
  font-size: .96rem;
  background: var(--cream);
  color: var(--ink);
}
.form-field input:focus,
.form-field textarea:focus {
  outline: 2px solid var(--clay);
  outline-offset: 0;
  border-color: var(--clay);
}
.form-field textarea { min-height: 132px; resize: vertical; }
.contact-form .btn { width: 100%; justify-content: center; }
.contact-aside .callout:first-child { margin-top: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .page-hero-grid, .split { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid rgba(231,212,186,.12); }
  .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .related-strip { grid-template-columns: repeat(2, 1fr); }
  .menu-nav-grid { grid-template-columns: repeat(2, 1fr); }
  .hl-panel { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .value-strip { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero-visual { max-width: 420px; }
  .main-nav {
    position: fixed;
    top: 74px; right: 0;
    width: min(290px, 82vw);
    height: calc(100vh - 74px);
    background: var(--cream);
    border-left: 1px solid var(--sand-line);
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 32px 28px;
    transform: translateX(110%);
    transition: transform .28s ease;
    box-shadow: var(--shadow-l);
  }
  .main-nav.open { transform: translateX(0); }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .section { padding: 64px 0; }
  .container { padding: 0 18px; }
  .cta-strip { padding: 44px 26px; }
  .menu-row { grid-template-columns: 1fr; }
  .menu-row .item-price { grid-row: auto; grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .fav-table th, .fav-table td { padding: 12px 14px; font-size: .9rem; }
  .cols-3, .cols-4 { grid-template-columns: 1fr; }
  .related-strip { grid-template-columns: 1fr; }
  .menu-nav-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
  .stat .num { font-size: 2.2rem; }
  .stat { padding: 30px 12px; }
  .hl-panel-copy, .hl-panel-side { padding: 32px 24px; }
}
