/* GOODHOOD — نموذج تجريبي · مقهى كلاسيكي فاخر · جوال أولاً
   لوحة: كريمي · إسبريسو · خشب · سيج ناعم */

:root {
  --cream: #F7F1E8;
  --cream-dark: #EDE4D8;
  --cream-deep: #E2D6C6;
  --espresso: #2C1E16;
  --espresso-soft: #3D2B22;
  --espresso-mid: #4A3428;
  --wood: #8B5E3C;
  --wood-light: #A67B5B;
  --sage: #A8B5A0;
  --sage-deep: #7A8B72;
  --amber: #C47A2C;
  --amber-soft: #E8C48A;
  --white: #FFFCFA;
  --muted: #6B5A4E;
  --ig: #C13584;
  --ig-deep: #833AB4;
  --radius: 1.1rem;
  --radius-lg: 1.6rem;
  --shadow: 0 8px 28px rgba(44, 30, 22, 0.07);
  --shadow-lg: 0 18px 48px rgba(44, 30, 22, 0.12);
  --demo-h: 2.75rem;
  --header-h: 4.35rem;
  --dock-h: 4.25rem;
  --font: "Tajawal", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --glass-bg: rgba(255, 252, 250, 0.62);
  --glass-border: rgba(255, 255, 255, 0.48);
  --glass-blur: blur(14px);
  --ornament: rgba(139, 94, 60, 0.18);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--demo-h) + var(--header-h) + 0.5rem);
}

body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--espresso);
  background:
    radial-gradient(ellipse 90% 40% at 50% -10%, rgba(196, 122, 44, 0.06), transparent),
    var(--cream);
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--dock-h) + 1.35rem + env(safe-area-inset-bottom, 0px));
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--wood); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: var(--espresso); }
ul { margin: 0; padding: 0; list-style: none; }

.container {
  width: min(1100px, 100% - 1.75rem);
  margin-inline: auto;
}

/* ===== demo badge ===== */
.demo-badge {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  min-height: var(--demo-h);
  padding: 0.45rem 0.85rem;
  background: linear-gradient(90deg, #F0C36A, #E8A838, #F0C36A);
  color: #3A2808;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  border-bottom: 2px solid var(--amber);
  text-align: center;
  box-shadow: 0 2px 12px rgba(196, 122, 44, 0.25);
}
.demo-badge__icon { font-size: 1.05rem; }
.demo-badge__sub { font-weight: 500; font-size: 0.78rem; opacity: 0.88; }

/* ===== header ===== */
.site-header {
  position: sticky;
  top: var(--demo-h);
  z-index: 900;
  background: rgba(247, 241, 232, 0.86);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border-bottom: 1px solid rgba(139, 94, 60, 0.12);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  line-height: 1.15;
  text-decoration: none;
  color: var(--espresso);
}
.logo__official {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(44, 30, 22, 0.12));
}
.logo__text { display: flex; flex-direction: column; }
.logo__en {
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: var(--espresso);
}
.logo__ar { font-weight: 500; font-size: 0.82rem; color: var(--wood); }
.nav { display: none; gap: 1.35rem; }
.nav a {
  text-decoration: none;
  color: var(--espresso-soft);
  font-weight: 500;
  font-size: 0.95rem;
  position: relative;
}
.nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--wood);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s var(--ease);
}
.nav a:hover { color: var(--wood); }
.nav a:hover::after { transform: scaleX(1); }
.btn.header-cta { display: none; }
.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--espresso);
  border-radius: 2px;
  transition: transform 0.25s var(--ease);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.75rem 1rem 1.35rem;
  border-top: 1px solid rgba(139, 94, 60, 0.1);
  background: var(--cream);
}
.mobile-nav[hidden] { display: none; }
.mobile-nav a:not(.btn) {
  padding: 0.8rem 0.5rem;
  text-decoration: none;
  color: var(--espresso);
  font-weight: 500;
  border-bottom: 1px solid rgba(139, 94, 60, 0.08);
}
.mobile-nav .btn { margin-top: 0.85rem; text-align: center; }


/* ===== focus ===== */
a:focus-visible, button:focus-visible, .btn:focus-visible, .cta-chip:focus-visible, .link-btn:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}

/* ===== buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.55rem;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s, opacity 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active,
.btn--press:active { transform: translateY(1px) scale(0.97); }
.btn--primary {
  background: var(--espresso);
  color: var(--cream);
  box-shadow: var(--shadow);
}
.btn--primary:hover { background: var(--espresso-soft); color: var(--white); }
.btn--outline {
  background: transparent;
  color: var(--espresso);
  border-color: rgba(44, 30, 22, 0.22);
}
.btn--outline:hover {
  border-color: var(--espresso);
  background: rgba(44, 30, 22, 0.04);
  color: var(--espresso);
}
.btn--outline-light {
  background: transparent;
  color: var(--cream);
  border-color: rgba(247, 241, 232, 0.35);
}
.btn--outline-light:hover {
  background: rgba(247, 241, 232, 0.1);
  color: var(--white);
  border-color: rgba(247, 241, 232, 0.55);
}
.btn--ig {
  background: linear-gradient(135deg, #833AB4 0%, #C13584 50%, #E1306C 100%);
  color: #fff;
  box-shadow: 0 8px 22px rgba(193, 53, 132, 0.28);
}
.btn--ig:hover {
  filter: brightness(1.06);
  color: #fff;
}
.btn--sm { padding: 0.55rem 1.15rem; font-size: 0.9rem; }
.btn--lg { padding: 1.05rem 2rem; font-size: 1.08rem; }

/* ===== hero CTA chips ===== */
.cta-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex: 1 1 auto;
  min-height: 3.2rem;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--espresso);
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--glass-border);
  box-shadow:
    0 4px 16px rgba(44, 30, 22, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.cta-chip:hover {
  transform: translateY(-2px);
  color: var(--espresso);
  box-shadow: 0 10px 26px rgba(44, 30, 22, 0.12);
  background: rgba(255, 252, 250, 0.82);
}
.cta-chip:active { transform: translateY(1px) scale(0.97); }
.cta-chip--ig {
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.92), rgba(193, 53, 132, 0.92));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}
.cta-chip--ig:hover { filter: brightness(1.05); color: #fff; }
.cta-chip--menu {
  background: rgba(44, 30, 22, 0.92);
  color: var(--cream);
  border-color: rgba(255, 255, 255, 0.16);
}
.cta-chip--menu:hover { background: rgba(61, 43, 34, 0.96); color: var(--white); }
.cta-chip--map { border-color: rgba(139, 94, 60, 0.22); }
.cta-chip__icon { font-size: 1rem; line-height: 1; opacity: 0.9; }

/* ===== sections ===== */
.section { padding: 3.25rem 0; }
.section-head {
  text-align: center;
  max-width: 34rem;
  margin: 0 auto 2.85rem;
}
.eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.32rem 0.95rem;
  background: rgba(168, 181, 160, 0.32);
  color: var(--sage-deep);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.section-head h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 4.2vw, 2.55rem);
  font-weight: 800;
  line-height: 1.3;
  color: var(--espresso);
  letter-spacing: -0.01em;
}
.section-lead { margin: 0; color: var(--muted); font-size: 1.05rem; }

/* ===== scroll reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .btn:hover, .cta-chip:hover, .card:hover, .link-btn:hover { transform: none; }
}

/* ===== hero ===== */
.hero {
  padding: 2rem 0 3rem;
  background:
    radial-gradient(ellipse 70% 55% at 8% 15%, rgba(168, 181, 160, 0.2), transparent),
    radial-gradient(ellipse 55% 45% at 92% 85%, rgba(139, 94, 60, 0.1), transparent),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 100%);
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset-inline: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ornament), transparent);
}
.hero-grid {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.hero-logo {
  width: min(108px, 30vw);
  height: auto;
  margin: 0 0 1.1rem;
  margin-inline: auto 0;
  filter: drop-shadow(0 6px 16px rgba(44, 30, 22, 0.12));
}
.hero-title__en {
  display: block;
  font-size: clamp(2.6rem, 8.5vw, 4.4rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.05;
  color: var(--espresso);
}
.hero-title__ar {
  display: block;
  margin-top: 0.4rem;
  font-size: clamp(1.55rem, 4vw, 2.1rem);
  font-weight: 500;
  color: var(--wood);
}
.tagline {
  margin: 1.1rem 0 1.3rem;
  font-size: clamp(1.15rem, 3vw, 1.4rem);
  font-weight: 500;
  font-style: italic;
  color: var(--wood-light);
}
.hero-lead {
  margin: 0 0 1.85rem;
  max-width: 32rem;
  color: var(--muted);
  font-size: 1.1rem;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
}
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0 1.1rem;
}
.chip {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--espresso);
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.rating-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.65rem 1.1rem;
  background: rgba(255, 252, 250, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(139, 94, 60, 0.14);
  border-radius: 999px;
  text-decoration: none;
  color: var(--espresso);
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s var(--ease);
}
.rating-pill:hover { transform: translateY(-2px); color: var(--espresso); }
.rating-pill:active { transform: translateY(1px) scale(0.98); }
.rating-pill__stars { color: var(--amber); letter-spacing: 0.06em; }
.hero-visual {
  order: -1;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--cream-deep);
  border: 1px solid rgba(139, 94, 60, 0.1);
}
.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 52vh;
  object-fit: cover;
}
.ambiance-slot figcaption,
.menu-gallery__item figcaption,
.hero-visual figcaption,
.photo-gallery figcaption {
  padding: 0.55rem 0.75rem;
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
  background: rgba(44, 30, 22, 0.035);
}

/* ===== why ===== */
.why { background: var(--white); }
.cards { display: grid; gap: 1.2rem; }
.cards--4 { grid-template-columns: 1fr; }
.card {
  position: relative;
  background: linear-gradient(165deg, var(--cream) 0%, #F3EBE0 100%);
  border: 1px solid rgba(139, 94, 60, 0.12);
  border-radius: var(--radius);
  padding: 1.85rem 1.55rem 1.65rem;
  box-shadow: var(--shadow);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
  overflow: hidden;
}
.card__ornament {
  position: absolute;
  top: 0;
  inset-inline: 20%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--wood-light), transparent);
  opacity: 0.7;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card__icon { font-size: 1.7rem; margin-bottom: 0.9rem; }
.card h3 { margin: 0 0 0.55rem; font-size: 1.18rem; font-weight: 700; }
.card p { margin: 0; color: var(--muted); font-size: 0.98rem; }
.ambiance-slot {
  margin: 2.75rem 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(139, 94, 60, 0.1);
}
.ambiance-slot img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.photo-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-top: 2rem;
}
.photo-gallery figure:first-child {
  grid-column: 1 / -1;
}
.photo-gallery figure {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: var(--cream-dark);
  box-shadow: 0 8px 24px rgba(44, 30, 22, 0.1);
  border: 1px solid rgba(139, 94, 60, 0.08);
}
.photo-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.photo-gallery figure:first-child img { height: 260px; }

/* ===== menu ===== */
.menu {
  background:
    linear-gradient(180deg, var(--cream) 0%, var(--cream-dark) 100%);
}
.menu-groups {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}
.menu-group {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(139, 94, 60, 0.1);
  box-shadow: var(--shadow);
  position: relative;
}
.menu-group::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--sage), transparent);
}
.menu-group__title {
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(168, 181, 160, 0.45);
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--espresso);
}
.menu-list li {
  padding: 0.72rem 0;
  border-bottom: 1px dashed rgba(139, 94, 60, 0.14);
  font-weight: 500;
  font-size: 1.05rem;
}
.menu-list li:last-child { border-bottom: none; }
.menu-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 80vw);
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0.25rem;
  padding: 0.4rem 0.25rem 1rem;
  margin-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--wood-light) transparent;
}
.menu-gallery__item {
  margin: 0;
  scroll-snap-align: start;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(139, 94, 60, 0.1);
  box-shadow: var(--shadow);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.menu-gallery__item:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.menu-gallery__item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  background: var(--cream-dark);
}
.menu-source {
  margin: 0.5rem 0 0;
  text-align: center;
  font-size: 0.88rem;
}
.menu-source a {
  color: var(--muted);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.menu-source a:hover { color: var(--wood); }

/* ===== connect ===== */
.connect {
  background: linear-gradient(180deg, var(--white) 0%, var(--cream-dark) 100%);
}
.link-buttons { display: grid; gap: 1rem; }
.link-btn {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.35rem 1.35rem;
  min-height: 4.6rem;
  background: rgba(255, 252, 250, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(139, 94, 60, 0.12);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--espresso);
  box-shadow: var(--shadow);
  transition: transform 0.25s var(--ease), box-shadow 0.25s, border-color 0.2s;
}
.link-btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--wood);
  color: var(--espresso);
}
.link-btn:active { transform: translateY(1px) scale(0.98); }
.link-btn--ig {
  border-color: rgba(193, 53, 132, 0.28);
  background: linear-gradient(135deg, rgba(255, 252, 250, 0.9), rgba(248, 230, 240, 0.55));
}
.link-btn__label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sage-deep);
  letter-spacing: 0.04em;
}
.link-btn__name { font-size: 1.22rem; font-weight: 800; }
.link-btn__desc { font-size: 0.95rem; color: var(--muted); }

/* ===== location / branches ===== */
.location { background: var(--cream); }
.branch-grid { display: grid; gap: 1.25rem; }
.branch-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.35rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(139, 94, 60, 0.12);
}
.branch-card--primary {
  border-color: rgba(122, 139, 114, 0.45);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(165deg, #FFFCFA 0%, #F4F0E8 100%);
}
.branch-card--closed {
  opacity: 0.86;
  border-style: dashed;
  border-color: rgba(154, 52, 18, 0.32);
  background: #FBF7F3;
}
.branch-card__badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: var(--cream-dark);
  color: var(--muted);
  margin-bottom: 0.7rem;
}
.branch-card__badge--live {
  background: var(--espresso);
  color: var(--cream);
}
.branch-card__badge--closed {
  background: #9a3412;
  color: #fff;
}
.branch-card__name {
  margin: 0 0 0.45rem;
  font-size: 1.4rem;
  font-weight: 800;
}
.branch-card__addr {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}
.branch-card__warn {
  margin: 0 0 1rem;
  color: #9a3412;
  font-weight: 600;
  font-size: 0.92rem;
}
.branch-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

/* ===== reviews ===== */
.reviews { background: var(--white); }
.review-summary {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  max-width: 36rem;
  margin: 0 auto;
  padding: 1.85rem 2rem;
  background: linear-gradient(135deg, rgba(247, 241, 232, 0.95), rgba(237, 228, 216, 0.9));
  border: 1px solid rgba(139, 94, 60, 0.12);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--espresso);
  box-shadow: var(--shadow);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.review-summary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: var(--espresso);
}
.review-summary:active { transform: translateY(1px) scale(0.98); }
.review-summary__score {
  flex-shrink: 0;
  font-size: 2.85rem;
  font-weight: 800;
  color: var(--wood);
  line-height: 1;
}
.review-summary__label { margin: 0 0 0.25rem; font-weight: 700; font-size: 1.15rem; }
.review-summary__hint { margin: 0; color: var(--muted); font-size: 0.95rem; }
.review-summary__arrow {
  margin-inline-start: auto;
  font-size: 1.5rem;
  color: var(--wood);
  opacity: 0.55;
}
.hours-inline {
  max-width: 36rem;
  margin: 1.5rem auto 0;
  padding: 1.35rem 1.5rem;
  text-align: center;
  background: var(--cream);
  border-radius: var(--radius);
  border: 1px solid rgba(139, 94, 60, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}
.hours-inline__text {
  margin: 0;
  font-weight: 700;
  color: var(--espresso);
  font-size: 1.05rem;
}

/* ===== footer ===== */
.site-footer {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(139, 94, 60, 0.18), transparent),
    var(--espresso);
  color: var(--cream);
  padding: 4.25rem 0 2.75rem;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.footer-logo {
  width: 100px;
  height: auto;
  margin: 0 auto 0.85rem;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}
.footer-brand__en {
  display: block;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
  color: var(--cream);
}
.footer-brand .logo__ar {
  display: block;
  color: var(--wood-light);
  font-size: 1rem;
  margin-top: 0.25rem;
}
.footer-tagline { margin: 0.85rem 0 0; font-style: italic; opacity: 0.72; }
.footer-cta p { margin: 0 0 1rem; font-size: 1.1rem; opacity: 0.9; }
.footer-cta__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.95rem;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.footer-links a {
  color: var(--sage);
  text-decoration: none;
  font-weight: 600;
}
.footer-links a:hover { color: var(--cream); }
.footer-links__quiet { opacity: 0.55; font-weight: 500 !important; font-size: 0.9rem; }
.footer-disclaimer {
  margin: 1rem 0 0;
  max-width: 28rem;
  font-size: 0.8rem;
  opacity: 0.5;
  line-height: 1.55;
}

/* ===== mobile dock — Instagram / Menu / Maps ===== */
.dock-bar {
  position: fixed;
  z-index: 940;
  bottom: max(0.7rem, env(safe-area-inset-bottom, 0px));
  left: max(0.7rem, env(safe-area-inset-left, 0px));
  right: max(0.7rem, env(safe-area-inset-right, 0px));
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.25rem;
  min-height: var(--dock-h);
  padding: 0.45rem 0.55rem;
  background: rgba(255, 252, 250, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 1.35rem;
  box-shadow:
    0 10px 32px rgba(44, 30, 22, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.dock-bar__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  min-height: 3.1rem;
  padding: 0.35rem 0.4rem;
  border-radius: 0.9rem;
  text-decoration: none;
  color: var(--espresso);
  font-weight: 700;
  font-size: 0.72rem;
  transition: background 0.2s, transform 0.15s var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.dock-bar__item:hover { background: rgba(44, 30, 22, 0.06); color: var(--espresso); }
.dock-bar__item:active { transform: scale(0.95); background: rgba(44, 30, 22, 0.1); }
.dock-bar__item--ig { color: var(--ig); }
.dock-bar__icon { font-size: 1.1rem; line-height: 1; }

/* ===== responsive ===== */
@media (min-width: 640px) {
  .cards--4 { grid-template-columns: repeat(2, 1fr); }
  .menu-groups { grid-template-columns: repeat(3, 1fr); }
  .link-buttons { grid-template-columns: repeat(2, 1fr); }
  .menu-gallery {
    grid-auto-flow: unset;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: unset;
    overflow-x: visible;
    scroll-snap-type: none;
    padding-bottom: 0.25rem;
  }
  .hero-actions { flex-direction: row; align-items: center; }
  .cta-chip { flex: 1 1 0; min-width: 0; }
  .rating-pill { width: auto; }
  .photo-gallery {
    grid-template-columns: repeat(6, 1fr);
  }
  .photo-gallery figure:first-child { grid-column: span 2; }
  .photo-gallery figure:nth-child(2),
  .photo-gallery figure:nth-child(3) { grid-column: span 2; }
  .photo-gallery figure:nth-child(4),
  .photo-gallery figure:nth-child(5) { grid-column: span 3; }
  .photo-gallery img,
  .photo-gallery figure:first-child img { height: 230px; }
  .hero-visual img { aspect-ratio: 3 / 2; max-height: none; }
  .branch-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .nav { display: flex; }
  .btn.header-cta { display: inline-flex; }
  .nav-toggle { display: none; }
  .mobile-nav { display: none !important; }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.75rem;
    align-items: center;
  }
  .hero-visual { order: 0; }
  .hero-logo { width: 120px; margin-inline: 0; }
  .cards--4 { grid-template-columns: repeat(4, 1fr); }
  .section { padding: 5.75rem 0; }
  .logo__official { width: 50px; height: 50px; }
  .dock-bar { display: none; }
  body { padding-bottom: 0; }
}

@media (max-width: 480px) {
  .demo-badge__sub { display: none; }
  .review-summary {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .review-summary__arrow { display: none; }
  .dock-bar__item { font-size: 0.68rem; }
}

@media print {
  .dock-bar, .demo-badge { display: none !important; }
  body { padding-bottom: 0; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
