/* ==========================================================================
   Peking Chef — Chinese takeaway, Irvine
   Theme: Red (#C80703) & White
   ========================================================================== */

:root {
  --red: #c80703;
  --red-dark: #9e0502;
  --red-light: #fdeceb;
  --white: #ffffff;
  --off-white: #faf7f5;
  --ink: #1c1917;
  --ink-soft: #57534e;
  --line: #e7e5e4;
  --gold: #f5b301;
  --radius: 14px;
  --radius-lg: 24px;
  --shadow: 0 10px 30px rgba(28, 25, 23, 0.08);
  --shadow-red: 0 12px 30px rgba(200, 7, 3, 0.28);
  --font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", "Noto Serif", serif;
  --container: 1140px;
  --header-h: 76px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red-dark); }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 0.5em; font-weight: 800; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}

.section { padding-block: clamp(56px, 8vw, 104px); }
.section--soft { background: var(--off-white); }
.section--red { background: var(--red); color: var(--white); }
.section--red a { color: var(--white); }

.section-head { max-width: 680px; margin: 0 auto 2.5rem; text-align: center; }
.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.75rem;
}
.section--red .eyebrow { color: rgba(255, 255, 255, 0.8); }
.lead { font-size: 1.15rem; color: var(--ink-soft); }
.section--red .lead { color: rgba(255, 255, 255, 0.9); }

/* Accessibility helpers */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 12px; top: -60px;
  background: var(--ink); color: var(--white);
  padding: 10px 16px; border-radius: 8px; z-index: 1000;
  font-weight: 700; text-decoration: none;
  transition: top 0.2s;
}
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  padding: 0.85em 1.7em;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s;
  white-space: nowrap;
}
.btn svg { width: 1.2em; height: 1.2em; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--red); color: var(--white); box-shadow: var(--shadow-red); }
.btn--primary:hover { background: var(--red-dark); color: var(--white); }

.btn--white { background: var(--white); color: var(--red); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18); }
.btn--white:hover { background: #fff5f4; color: var(--red-dark); }

.btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--white); }

.btn--outline-white { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, 0.7); }
.btn--outline-white:hover { background: var(--white); color: var(--red); }

.btn--lg { font-size: 1.1rem; padding: 1em 2.1em; }

/* --------------------------------------------------------------------------
   Header / Navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s;
}
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08); }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}
.brand img {
  width: 48px; height: 48px;
  border-radius: 12px;
  object-fit: cover;
}
.brand span small {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink-soft);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-list a:not(.btn) {
  display: inline-block;
  padding: 0.55em 0.95em;
  border-radius: 999px;
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.nav-list a:not(.btn):hover,
.nav-list a:not(.btn)[aria-current="page"] { background: var(--red-light); color: var(--red); }
.nav-list .btn { margin-left: 0.5rem; padding: 0.65em 1.35em; }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  cursor: pointer;
  padding: 0;
  align-items: center; justify-content: center;
}
.nav-toggle span {
  position: relative;
  display: block;
  width: 22px; height: 2px;
  background: var(--ink);
  transition: background 0.2s;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute; left: 0;
  width: 22px; height: 2px;
  background: var(--ink);
  transition: transform 0.25s;
}
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; }
  .nav-list {
    position: absolute;
    left: 0; right: 0; top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 1rem 20px 1.25rem;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .nav-list.is-open { display: flex; }
  .nav-list a:not(.btn) { padding: 0.8em 1em; }
  .nav-list .btn { margin: 0.5rem 0 0; width: 100%; }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--red);
  color: var(--white);
  padding-block: clamp(56px, 9vw, 120px);
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.14), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(0, 0, 0, 0.18), transparent 45%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cg fill='none' stroke='%23fff' stroke-opacity='0.08' stroke-width='2'%3E%3Cpath d='M0 36h72M36 0v72'/%3E%3Ccircle cx='36' cy='36' r='14'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.8;
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero .eyebrow { color: rgba(255, 255, 255, 0.85); }
.hero h1 { margin-bottom: 0.4em; }
.hero h1 em { font-style: normal; color: #ffe08a; }
.hero .lead { font-size: 1.2rem; color: rgba(255, 255, 255, 0.92); max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.75rem; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 1.5rem;
  margin-top: 2rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}
.hero-meta div { display: flex; align-items: center; gap: 0.5rem; }
.hero-meta svg { width: 20px; height: 20px; flex: none; }
.hero-meta a { color: var(--white); font-weight: 600; }

.hero-apps { margin-top: 1.6rem; }
.hero-apps__label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.6rem;
}
.hero-apps .app-badges { margin-top: 0; }
.hero-apps .badge { background: var(--ink); box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25); }

.hero-photo {
  position: relative;
  justify-self: center;
  margin: 0;
  width: min(100%, 420px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35), 0 0 0 10px rgba(255, 255, 255, 0.12);
  transform: rotate(-2deg);
  transition: transform 0.4s ease;
  background: var(--red-dark);
}
.hero-photo:hover { transform: rotate(0deg) scale(1.02); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 4; }
.hero-photo figcaption {
  position: absolute; left: 14px; right: 14px; bottom: 14px;
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.55rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.hero-photo figcaption img { width: 36px; height: 36px; border-radius: 9px; aspect-ratio: 1; }

@media (max-width: 860px) {
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero .lead { margin-inline: auto; }
  .hero-actions, .hero-meta, .hero-apps .app-badges { justify-content: center; }
  .hero-photo { order: -1; width: min(70%, 320px); }
}

/* --------------------------------------------------------------------------
   Feature cards
   -------------------------------------------------------------------------- */
.grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(28, 25, 23, 0.12); }
.card-icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: var(--red-light);
  color: var(--red);
  margin-bottom: 1.1rem;
}
.card-icon svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: 0.4em; }
.card p { color: var(--ink-soft); margin: 0; }

/* --------------------------------------------------------------------------
   Menu highlights
   -------------------------------------------------------------------------- */
.dishes {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.dish {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.dish:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(28, 25, 23, 0.14); }
.dish-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--off-white); }
.dish-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.dish:hover .dish-media img { transform: scale(1.05); }
.dish-body { padding: 1.1rem 1.25rem 1.35rem; }
.dish h3 { font-size: 1.1rem; margin-bottom: 0.3em; }
.dish p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }
.dish .tag {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.2em 0.7em;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--red-light);
  color: var(--red);
}
.menu-cta { text-align: center; margin-top: 2.5rem; }

/* --------------------------------------------------------------------------
   Gallery
   -------------------------------------------------------------------------- */
.gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.gallery-item {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--off-white);
  box-shadow: var(--shadow);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
@media (max-width: 640px) {
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
}

/* --------------------------------------------------------------------------
   Steps (how to order)
   -------------------------------------------------------------------------- */
.steps {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  counter-reset: step;
}
.step {
  position: relative;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(4px);
}
.step::before {
  counter-increment: step;
  content: counter(step);
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--white);
  color: var(--red);
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.step h3 { color: var(--white); }
.step p { color: rgba(255, 255, 255, 0.88); margin: 0; }

/* --------------------------------------------------------------------------
   App download
   -------------------------------------------------------------------------- */
.app {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.app-badges { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.5rem; }
.badge {
  display: inline-flex; align-items: center; gap: 0.7rem;
  padding: 0.6rem 1.1rem 0.6rem 0.85rem;
  background: var(--ink);
  color: var(--white);
  border-radius: 12px;
  text-decoration: none;
  line-height: 1.15;
  transition: transform 0.15s, background 0.2s;
}
.badge:hover { transform: translateY(-2px); background: #000; color: var(--white); }
.badge svg { width: 30px; height: 30px; flex: none; }
.badge small { display: block; font-size: 0.68rem; letter-spacing: 0.04em; opacity: 0.85; }
.badge strong { display: block; font-size: 1.05rem; font-weight: 700; }

.phone-mock {
  justify-self: center;
  width: min(100%, 300px);
  aspect-ratio: 9 / 18;
  border-radius: 40px;
  background: var(--ink);
  padding: 14px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}
.phone-screen {
  height: 100%;
  border-radius: 28px;
  background: var(--red);
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
.phone-screen img { width: 70%; border-radius: 18px; }
.phone-screen::after {
  content: "";
  position: absolute; top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 90px; height: 24px;
  border-radius: 999px;
  background: var(--ink);
}
@media (max-width: 760px) {
  .app { grid-template-columns: 1fr; }
  .phone-mock { width: min(70%, 240px); }
}

/* --------------------------------------------------------------------------
   Social / reviews
   -------------------------------------------------------------------------- */
.social-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.social-card {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 0.2s, border-color 0.2s;
}
.social-card:hover { transform: translateY(-3px); border-color: var(--red); color: var(--ink); }
.social-card svg { width: 36px; height: 36px; flex: none; color: var(--red); }
.social-card strong { display: block; }
.social-card small { color: var(--ink-soft); }

.stars { color: var(--gold); letter-spacing: 0.05em; font-size: 1.05rem; }

/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */
.page-hero {
  background: var(--red);
  color: var(--white);
  padding-block: clamp(48px, 7vw, 88px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero--photo {
  background:
    linear-gradient(180deg, rgba(200, 7, 3, 0.88) 0%, rgba(158, 5, 2, 0.94) 100%),
    url("/assets/img/banner-starters-1600.webp") center / cover no-repeat;
}
.page-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.15), transparent 45%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero .lead { margin-inline: auto; max-width: 620px; color: rgba(255, 255, 255, 0.92); }

.breadcrumb { list-style: none; padding: 0; margin: 0 0 1rem; display: flex; justify-content: center; gap: 0.5rem; font-size: 0.9rem; }
.breadcrumb a { color: rgba(255, 255, 255, 0.85); }
.breadcrumb li + li::before { content: "›"; margin-right: 0.5rem; opacity: 0.7; }

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.contact-list li {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.25rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.contact-list svg { width: 26px; height: 26px; color: var(--red); flex: none; margin-top: 2px; }
.contact-list strong { display: block; margin-bottom: 0.15rem; }
.contact-list a { font-weight: 600; }
.contact-list address { font-style: normal; }

.shopfront {
  margin: 0 0 1.25rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 10;
}
.shopfront img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }

.map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--off-white);
}
.map iframe { display: block; width: 100%; height: 100%; min-height: 420px; border: 0; }
.map-actions { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

@media (max-width: 820px) {
  .contact { grid-template-columns: 1fr; }
  .map iframe { min-height: 320px; }
}

/* --------------------------------------------------------------------------
   About + FAQ
   -------------------------------------------------------------------------- */
.about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.answer { font-size: 1.12rem; color: var(--ink); }
.facts { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: 0.5rem; }
.facts li { padding: 0.6rem 0.9rem; border-left: 4px solid var(--red); background: var(--off-white); border-radius: 0 8px 8px 0; }
.about-photo { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) { .about { grid-template-columns: 1fr; } }

.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 0.75rem; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 0 1.25rem;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 { margin: 0; font-size: 1.05rem; }
.faq-item summary::after {
  content: "+";
  flex: none;
  width: 30px; height: 30px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--red-light);
  color: var(--red);
  font-weight: 800;
  transition: transform 0.2s;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 0 0 1.1rem; color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */
.cta-band {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: var(--white);
  text-align: center;
  padding-block: clamp(48px, 7vw, 88px);
}
.cta-band--photo {
  position: relative;
  background:
    linear-gradient(135deg, rgba(200, 7, 3, 0.9) 0%, rgba(158, 5, 2, 0.92) 100%),
    url("/assets/img/banner-starters-1600.webp") center / cover no-repeat;
}
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255, 255, 255, 0.9); max-width: 560px; margin-inline: auto; }
.cta-band p a { color: var(--white); font-weight: 700; }
.cta-band .btn { margin-top: 1rem; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--ink);
  color: #d6d3d1;
  padding-block: 56px 28px;
  font-size: 0.95rem;
}
.site-footer a { color: var(--white); }
.site-footer a:hover { color: #ffb4b0; }
.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.4fr 1fr 1fr;
}
.footer-brand img { width: 64px; height: 64px; border-radius: 14px; margin-bottom: 0.9rem; }
.footer-brand p { color: #a8a29e; max-width: 320px; }
.site-footer h4 { color: var(--white); font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.site-footer address { font-style: normal; }
.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem;
  color: #a8a29e;
}
.powered { display: inline-flex; align-items: center; gap: 0.6rem; color: #d6d3d1; }
.powered a {
  display: inline-flex; align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--white);
  transition: transform 0.15s;
}
.powered a:hover { transform: translateY(-1px); }
.powered img { height: 24px; width: auto; }
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
}

/* --------------------------------------------------------------------------
   Sticky mobile order bar
   -------------------------------------------------------------------------- */
.order-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  display: none;
}
.order-bar .btn { width: 100%; }
@media (max-width: 640px) {
  .order-bar { display: block; }
  body { padding-bottom: 76px; }
}

/* --------------------------------------------------------------------------
   Reveal on scroll
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .card, .social-card, .hero-photo, .dish { transition: none; }
}
