:root {
  --ink: #15110f;
  --muted: #6d655e;
  --paper: #f5efe6;
  --card: #fffaf3;
  --line: #d7cabd;
  --orange: #ef9c2c;
  --orange-dark: #9c5b29;
  --purple: #2c1c52;
  --shadow: 0 18px 48px rgba(59, 38, 24, .11);
  --radius: 17px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  text-rendering: optimizeLegibility;
}
button, input, a { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.hero {
  min-height: min(720px, 72svh);
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(.9) contrast(1.04);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.16) 36%, rgba(0,0,0,.86) 100%);
}
.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}
.brand { display: flex; align-items: center; text-decoration: none; color: #fff; }
.brand-logo {
  display: block;
  width: 92px;
  height: auto;
  filter: drop-shadow(0 3px 12px rgba(0,0,0,.45));
}
.topbar-actions { display: flex; align-items: center; gap: 12px; }
.menu-link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.65);
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
}
.top-order-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: var(--orange);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 7px 24px rgba(0,0,0,.18);
}
.hero-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 34px 20px 40px;
  max-width: 820px;
}
.eyebrow, .food-kicker {
  font-size: 11px;
  letter-spacing: .2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #f1c47d;
}
.eyebrow.dark, .food-kicker { color: var(--orange-dark); }
.hero h1, .intro h2, .section-heading h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.hero h1 {
  margin: 12px 0;
  font-size: clamp(44px, 10vw, 78px);
  line-height: .86;
  letter-spacing: -.035em;
}
.hero h1 em { font-style: normal; color: #f0b05f; }
.hero-content p {
  max-width: 560px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.6;
  margin: 16px 0 22px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.primary-btn,
.secondary-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 11px 17px;
  font-weight: 700;
}
.primary-btn {
  background: var(--orange);
  color: var(--ink);
}
.secondary-btn { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.hero-meta li {
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(15,12,11,.38);
  color: rgba(255,255,255,.84);
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}
.business-status.is-open { color: #3f8b52; }
.hero-meta .business-status.is-open { color: #bff1c8; }

main { scroll-margin-top: 64px; }
.intro {
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.intro h2 {
  font-size: clamp(42px, 9vw, 58px);
  line-height: .94;
  letter-spacing: -.025em;
  margin: 8px 0 0;
}
.intro-copy { display: grid; justify-items: center; gap: 7px; }
.intro-copy p { color: var(--muted); line-height: 1.55; margin: 0; max-width: 540px; }
.illustrative-note { font-size: 12px; }
.illustrative-note span { color: var(--purple); }

.menu-tools {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 16px 12px;
}
.search-box {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 48px;
  padding: 0 7px 0 14px;
  border: 1px solid #cfc2b5;
  border-radius: 999px;
  background: rgba(255,250,243,.9);
  box-shadow: 0 8px 24px rgba(59,38,24,.07);
}
.search-box:focus-within {
  border-color: var(--orange-dark);
  box-shadow: 0 0 0 3px rgba(239,156,44,.2);
}
.search-box svg {
  width: 19px;
  height: 19px;
  margin-right: 9px;
  fill: none;
  stroke: var(--muted);
  stroke-width: 1.8;
  stroke-linecap: round;
}
.search-box input {
  min-width: 0;
  height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}
.search-box input::placeholder { color: #8a8179; }
.search-box input::-webkit-search-cancel-button { display: none; }
.clear-search {
  min-height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: #ece2d7;
  color: #544c45;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.filters {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  padding: 7px 16px 13px;
  overflow-x: auto;
  scrollbar-width: none;
  background: linear-gradient(180deg, var(--paper) 72%, rgba(245,239,230,0));
}
.filters::-webkit-scrollbar { display: none; }
.filter {
  appearance: none;
  border: 1px solid #c9beb1;
  background: rgba(245,239,230,.92);
  color: #302c28;
  border-radius: 999px;
  min-height: 39px;
  padding: 8px 13px;
  font: 600 12px "DM Sans", sans-serif;
  white-space: nowrap;
  cursor: pointer;
}
.filter.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.filter:focus-visible, button:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.menu-sections { max-width: 1080px; margin: 0 auto; padding: 0 16px 42px; }
.menu-section { padding: 16px 0 24px; scroll-margin-top: 62px; }
.menu-section + .menu-section { border-top: 1px solid var(--line); }
.section-heading {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.section-heading small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-heading h2 {
  font-size: clamp(34px, 7vw, 44px);
  line-height: .95;
  letter-spacing: -.02em;
  margin: 7px 0 0;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}
.food-card {
  display: flex;
  flex-direction: column;
  align-self: start;
  overflow: hidden;
  background: var(--card);
  border: 1px solid rgba(90,62,43,.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.food-media {
  position: relative;
  height: clamp(142px, 34vw, 160px);
  overflow: hidden;
  background: #241c18;
}
.food-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.food-media-bottom img { object-position: center 82%; }
.photo-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(44,28,82,.9);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}
.food-content { flex: 1; padding: 15px; }
.food-content h3 {
  margin: 5px 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
}
.food-content p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 11px 0 0; }
.food-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.price {
  flex: 0 0 auto;
  color: var(--purple);
  font-size: 15px;
  white-space: nowrap;
}
.variant-group { margin-top: 17px; }
.variant-group h4 {
  margin: 0 0 9px;
  color: var(--orange-dark);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.price-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 16px;
  color: #4f4842;
  font-size: 14px;
}
.price-list strong { color: var(--ink); white-space: nowrap; }
.price-list.compact {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid #e4d9ce;
}
.grouped-price-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #e4d9ce;
  border-radius: 13px;
  background: #e4d9ce;
}
.grouped-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 11px;
  background: #fffaf3;
  color: #4f4842;
  font-size: 13px;
  line-height: 1.4;
}
.grouped-price-row strong { color: var(--ink); font-size: 14px; white-space: nowrap; }
.vegetarian {
  display: inline-flex;
  color: #356a42 !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.shawarma-extras {
  margin-top: 14px;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 16px;
  background: #d8c9bd;
  border: 1px solid #d8c9bd;
}
.shawarma-extras > div { background: #ede4d8; padding: 17px; }
.option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.option-list li {
  padding: 8px 11px;
  border: 1px solid #d5c5b7;
  border-radius: 999px;
  background: rgba(255,250,243,.68);
  color: #514942;
  font-size: 13px;
}
.option-list .featured-option {
  border-color: var(--purple);
  background: var(--purple);
  color: #fff;
  font-weight: 700;
}
.sauce-options li {
  border-color: rgba(156,91,41,.35);
  background: #fff7ec;
  color: var(--orange-dark);
  font-weight: 700;
}
.flavor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.flavor-list li {
  border: 1px solid #dfd2c5;
  border-radius: 999px;
  padding: 6px 9px;
  color: #514942;
  font-size: 13px;
}
.combo-list { margin-top: 10px; }
.beverage-list {
  display: grid;
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #e4d9ce;
  border-radius: 14px;
  background: #e4d9ce;
}
.beverage-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 14px;
  align-items: center;
  padding: 10px 11px;
  background: #fffaf3;
}
.beverage-item > div { display: grid; gap: 2px; }
.beverage-item > div > strong { font-size: 14px; }
.beverage-item small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.beverage-item .flavor-list { grid-column: 1 / -1; margin-top: 2px; }
.compact-showcase .food-media {
  height: 126px;
}
.menu-section[data-category="bebidas"] .compact-showcase .food-media { height: 100px; }
.compact-showcase .beverage-list { margin-top: 0; }
.hidden,
.search-hidden { display: none !important; }
.empty-state {
  display: grid;
  justify-items: center;
  gap: 5px;
  margin: 18px auto 0;
  padding: 30px 20px;
  border: 1px dashed #c7b8aa;
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}
.empty-state strong { color: var(--ink); font: 600 24px/1.1 "Oswald", sans-serif; text-transform: uppercase; }

.order-section {
  width: calc(100% - 32px);
  max-width: 1080px;
  margin: 0 auto 34px;
  padding: 30px 18px;
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 22px 56px rgba(38,25,18,.18);
}
.order-intro { max-width: 690px; }
.order-intro h2 {
  margin: 9px 0 13px;
  font: 600 clamp(38px, 8vw, 58px)/.92 "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
}
.order-intro h2 em { color: #f0b05f; font-style: normal; }
.order-intro > p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.55; }
.order-main-button { margin-top: 19px; }
.order-steps {
  display: grid;
  gap: 1px;
  margin: 26px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.12);
  list-style: none;
}
.order-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 15px;
  background: #211d1b;
}
.order-steps li > span {
  color: var(--orange);
  font: 600 25px/1 "Oswald", sans-serif;
}
.order-steps strong { font-size: 14px; }
.order-steps p { margin: 4px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.4; }
.order-facts {
  display: grid;
  gap: 1px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
}
.order-facts > div { display: grid; gap: 3px; padding: 12px 14px; background: #171412; }
.order-facts span { color: rgba(255,255,255,.54); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.order-facts strong { font-size: 13px; }
.order-facts .business-status.is-open { color: #bff1c8; }

.visit-section {
  max-width: 960px;
  margin: 0 auto 20px;
  padding: 24px 16px 32px;
}
.visit-heading {
  margin-bottom: 20px;
  text-align: center;
}
.visit-heading h2 {
  margin: 7px 0 0;
  font: 600 clamp(36px, 8vw, 48px)/.95 "Oswald", sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.visit-grid { display: grid; gap: 14px; }
.map-card,
.info-card {
  overflow: hidden;
  border: 1px solid rgba(90,62,43,.09);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}
.map-card { display: flex; flex-direction: column; }
.map-card iframe {
  width: 100%;
  min-height: 240px;
  border: 0;
  background: #ded5ca;
}
.map-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
}
.map-copy h3,
.info-card h3 {
  margin: 5px 0 0;
  font: 600 22px/1.1 "Oswald", sans-serif;
  text-transform: uppercase;
}
.map-copy p,
.info-card p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.map-link,
.review-card a {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.info-stack { display: grid; gap: 14px; }
.info-card { padding: 18px; }
.schedule-status {
  display: inline-flex;
  margin-top: 8px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eee4d9;
  color: #6c635c;
  font-size: 11px;
  font-weight: 700;
}
.schedule-status.is-open { background: #e1efe4; }
.schedule-list { display: grid; gap: 8px; margin: 14px 0 0; }
.schedule-list > div { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; }
.schedule-list dt { color: var(--muted); }
.schedule-list dd { margin: 0; color: var(--ink); font-weight: 700; }
.payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.payment-list li {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.review-card { background: var(--ink); color: #fff; }
.review-card .food-kicker { color: #f1c47d; }
.review-card p { color: rgba(255,255,255,.7); }
.review-card a { display: inline-flex; margin-top: 14px; color: #fff; }
.rating-row { display: flex; align-items: center; gap: 10px; margin-top: 7px; }
.rating-row strong { font: 600 38px/1 "Oswald", sans-serif; }
.rating-row span { color: var(--orange); font-size: 16px; letter-spacing: .08em; }

.contact-section {
  max-width: 960px;
  margin: 0 16px 46px;
  padding: 38px 20px;
  border-radius: 22px;
  background: var(--ink);
  color: #fff;
  text-align: center;
}
.contact-section h2 {
  margin: 10px 0 12px;
  font: 600 clamp(36px, 8vw, 50px)/.95 "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
}
.contact-section > p {
  max-width: 610px;
  margin: 0 auto;
  color: rgba(255,255,255,.7);
  line-height: 1.55;
}
.contact-actions {
  display: grid;
  gap: 12px;
  max-width: 650px;
  margin: 22px auto 0;
}
.contact-button {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  padding: 10px 16px;
  border-radius: 16px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease;
}
.contact-button:hover { transform: translateY(-2px); filter: brightness(1.05); }
.contact-button svg {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.contact-button .icon-dot { fill: currentColor; stroke: none; }
.contact-button span { display: grid; gap: 2px; }
.contact-button strong { font-size: 15px; }
.contact-button small { color: rgba(255,255,255,.78); font-size: 12px; }
.whatsapp-button { background: #198754; }
.instagram-button { background: linear-gradient(135deg, #6540d8, #c93480 55%, #ef8f2d); }

footer {
  background: #10100f;
  color: #fff;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-brand {
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 23px;
  letter-spacing: .06em;
}
.footer-brand span { display: block; color: var(--orange); font-size: 12px; letter-spacing: .22em; }
footer p { margin: 0; color: #8b8783; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.footer-links a { color: #d6d1cc; font-size: 12px; font-weight: 600; text-underline-offset: 4px; }

.mobile-order-bar {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,.09);
  background: rgba(21,17,15,.96);
  color: #fff;
  box-shadow: 0 -10px 34px rgba(0,0,0,.2);
  backdrop-filter: blur(14px);
}
.mobile-order-bar > div { display: grid; gap: 1px; min-width: 0; }
.mobile-order-bar small { color: #c7bfb8; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.mobile-order-bar strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.mobile-order-bar a {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  padding: 9px 15px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

@media (min-width: 680px) {
  .topbar { padding: 20px 5vw; }
  .brand-logo { width: 116px; }
  .hero-content { padding: 42px 5vw 52px; }
  .intro { padding: 50px 5vw 22px; }
  .menu-tools { padding-bottom: 14px; }
  .filters { justify-content: center; padding: 9px 5vw 18px; }
  .menu-sections { padding: 0 5vw 62px; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shawarma-extras { grid-template-columns: repeat(2, 1fr); }
  .single-card { grid-template-columns: minmax(0, 720px); justify-content: center; }
  .compact-showcase {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: start;
  }
  .compact-showcase .food-media { width: 100%; height: 160px; min-height: 0; }
  .menu-section[data-category="bebidas"] .compact-showcase { align-items: stretch; }
  .menu-section[data-category="bebidas"] .compact-showcase .food-media {
    height: 100%;
    min-height: 220px;
  }
  .order-section { padding: 38px; }
  .order-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .order-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-section { max-width: 928px; margin-right: auto; margin-left: auto; padding: 42px 40px; }
  .contact-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { padding: 46px 5vw; }
  .mobile-order-bar { display: none; }
}

@media (min-width: 860px) {
  .visit-grid { grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); }
  .map-card iframe { flex: 1; min-height: 300px; }
  .info-stack { grid-template-rows: repeat(3, auto); }
}

@media (min-width: 1060px) {
  .menu-section { padding: 24px 0 34px; }
  .section-heading h2 { font-size: 48px; }
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .shawarma-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-card { grid-template-columns: minmax(0, 720px); }
}

@media (max-width: 679px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .menu-link { display: none; }
  .brand-logo { width: 78px; }
  .hero-content { padding-bottom: 30px; }
  .hero-content p { font-size: 14px; }
  .food-title-row { gap: 10px; }
  .price { font-size: 14px; }
  footer { flex-direction: column; align-items: flex-start; padding-bottom: 36px; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .contact-button { transition: none; }
}
