/* =========================================================================
   Hungaro-Streetfood – Ráckeve
   Design system + styles. Hand-built, no framework.
   Art direction: "Ember-lit charcoal" — warm near-black base, paprika-red
   CTA, ember-orange glow, big food photography.
   ========================================================================= */

/* ---------------------------------------------------------------- Tokens */
:root {
  /* Base / surfaces */
  --bg:            #14110F;
  --surface:       #1E1A17;
  --surface-2:     #2A2420;
  --bg-cream:      #F7F1E7;
  --surface-cream: #FFFCF7;
  --footer-bg:     #0F0D0B;

  /* Text / ink */
  --ink:        #F5EFE6;
  --ink-cream:  #1A1512;
  --muted:      #B7AC9E;
  --muted-cream:#6B5F52;

  /* Brand: paprika red */
  --primary:     #E03A1F;
  --primary-600: #C32E16;
  --primary-700: #A2240F;
  --primary-tint: rgba(224, 58, 31, 0.12);

  /* Accent: ember + mustard */
  --accent:   #F2820C;
  --accent-2: #E8B23A;

  /* Feedback */
  --success:  #4FA85B;
  --star-gold:#FFC53D;
  --danger:   #E03A1F;

  /* Lines */
  --border:        rgba(245, 239, 230, 0.10);
  --border-strong: rgba(245, 239, 230, 0.18);
  --border-cream:  rgba(26, 21, 18, 0.10);

  /* Overlays */
  --overlay-hero: linear-gradient(180deg, rgba(20,17,15,0.30) 0%, rgba(20,17,15,0.55) 45%, rgba(20,17,15,0.92) 100%);
  --overlay-card: linear-gradient(180deg, rgba(20,17,15,0) 38%, rgba(20,17,15,0.88) 100%);
  --ember-glow:   radial-gradient(60% 80% at 50% 100%, rgba(242,130,12,0.28), transparent 70%);

  /* Fonts */
  --font-display: "Bricolage Grotesque", "Arial Narrow", system-ui, sans-serif;
  --font-body:    "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Spacing (4px base) */
  --space-1: .25rem; --space-2: .5rem;  --space-3: .75rem; --space-4: 1rem;
  --space-5: 1.5rem; --space-6: 2rem;   --space-8: 3rem;   --space-10: 4rem;
  --space-12: 5rem;  --space-16: 7.5rem;

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 780px;
  --gutter: 1.25rem;
  --gutter-lg: 2rem;
  --section-y: clamp(4rem, 9vw, 7.5rem);
  --section-y-sm: clamp(2.5rem, 6vw, 4rem);
  --header-h: 76px;

  /* Radius */
  --radius-sm: 8px; --radius-md: 14px; --radius-lg: 20px; --radius-xl: 28px;
  --radius-full: 999px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0,0,0,.30);
  --shadow-md: 0 8px 24px rgba(0,0,0,.35);
  --shadow-lg: 0 18px 50px rgba(0,0,0,.45);
  --shadow-cta: 0 8px 24px rgba(224,58,31,.35);
  --ring-focus: 0 0 0 3px var(--primary-tint), 0 0 0 1px var(--primary);

  /* Motion */
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
  --dur-fast: 150ms; --dur-base: 250ms; --dur-slow: 450ms;
}

/* ------------------------------------------------------------------ Base */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }

:focus-visible {
  outline: none;
  box-shadow: var(--ring-focus);
  border-radius: var(--radius-sm);
}

.container {
  width: min(100% - 2 * var(--gutter), var(--container-max));
  margin-inline: auto;
}
@media (min-width: 768px) { .container { width: min(100% - 2 * var(--gutter-lg), var(--container-max)); } }

.section { padding-block: var(--section-y); }
.section--cream { background: var(--bg-cream); color: var(--ink-cream); }
[id] { scroll-margin-top: calc(var(--header-h) + 12px); }

.skip-link {
  position: absolute; left: 50%; top: -100px; transform: translateX(-50%);
  background: var(--primary); color: #fff; padding: .75rem 1.25rem;
  border-radius: 0 0 var(--radius-md) var(--radius-md); z-index: 200; font-weight: 700;
  transition: top var(--dur-base) var(--ease-out);
}
.skip-link:focus { top: 0; }

/* ------------------------------------------------------------ Typography */
h1, h2, h3 { font-family: var(--font-display); font-weight: 800; line-height: 1.05; }
.display { font-size: clamp(2.75rem, 8vw, 5.25rem); line-height: .96; letter-spacing: -.02em; text-transform: uppercase; }
h1, .h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); letter-spacing: -.015em; }
h2, .h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); letter-spacing: -.01em; font-weight: 700; }
h3, .h3 { font-size: 1.375rem; line-height: 1.18; font-weight: 700; }
.eyebrow {
  font-family: var(--font-body); font-size: .8125rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--accent);
  display: inline-block; margin-bottom: var(--space-3);
}
.section--cream .eyebrow { color: var(--primary); }
.lead { font-size: 1.125rem; color: var(--muted); max-width: 60ch; }
.section--cream .lead { color: var(--muted-cream); }

.section-head { max-width: 760px; margin-bottom: var(--space-8); }
.section-head--center { margin-inline: auto; text-align: center; }

/* --------------------------------------------------------------- Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2);
  font-family: var(--font-body); font-weight: 700; font-size: 1rem; letter-spacing: .01em;
  padding: 0 1.5rem; height: 54px; border-radius: var(--radius-md);
  transition: transform var(--dur-fast) var(--ease-out),
              background var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out),
              border-color var(--dur-fast) var(--ease-out);
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--primary { background: var(--primary); color: #fff; box-shadow: var(--shadow-cta); }
.btn--primary:hover { background: var(--primary-600); transform: translateY(-2px); }
.btn--primary:active { background: var(--primary-700); transform: translateY(0); }
.btn--accent { background: var(--accent); color: var(--ink-cream); box-shadow: 0 8px 24px rgba(242,130,12,.3); }
.btn--accent:hover { filter: brightness(1.04); transform: translateY(-2px); }
.btn--secondary { background: transparent; color: var(--ink); border: 1.5px solid var(--border-strong); }
.btn--secondary:hover { border-color: var(--primary); background: var(--primary-tint); }
.section--cream .btn--secondary { color: var(--ink-cream); border-color: var(--border-cream); }
.section--cream .btn--secondary:hover { border-color: var(--primary); }
.btn--ghost { background: transparent; color: var(--ink); padding-inline: 1rem; }
.btn--ghost:hover { background: var(--surface-2); }
.btn--lg { height: 60px; font-size: 1.0625rem; padding-inline: 2rem; }
.btn--block { width: 100%; }

.cta-row { display: flex; flex-wrap: wrap; gap: var(--space-3); }

/* ---------------------------------------------------------------- Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: height var(--dur-base) var(--ease-out),
              background var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  height: 62px;
  background: rgba(20,17,15,.78);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-sm);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); width: 100%; }

.brand { display: flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 800; letter-spacing: -.01em; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: grid; place-items: center; color: #fff; font-size: 1.15rem;
  box-shadow: var(--shadow-cta);
}
.brand-text { line-height: 1.05; font-size: 1.05rem; }
.brand-text small { display: block; font-family: var(--font-body); font-weight: 600; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }

.nav { display: none; }
.nav ul { display: flex; align-items: center; gap: var(--space-2); }
.nav a {
  display: inline-block; padding: .5rem .75rem; border-radius: var(--radius-sm);
  font-weight: 600; font-size: .95rem; color: var(--muted);
  transition: color var(--dur-fast) var(--ease-out);
}
.nav a:hover { color: var(--ink); }
.nav a[aria-current="true"] { color: var(--ink); }
.nav a[aria-current="true"]::after {
  content: ""; display: block; height: 2px; border-radius: 2px;
  background: var(--primary); margin-top: 2px;
}

.header-cta { display: none; align-items: center; gap: var(--space-3); }
.header-phone { font-weight: 700; font-size: .95rem; color: var(--ink); white-space: nowrap; }
.header-phone span { color: var(--muted); display: block; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.icon-btn {
  width: 46px; height: 46px; border-radius: var(--radius-md);
  display: grid; place-items: center; color: var(--ink);
  border: 1px solid var(--border-strong);
  transition: background var(--dur-fast) var(--ease-out);
}
.icon-btn:hover { background: var(--surface-2); }
.icon-btn svg { width: 22px; height: 22px; }
.header-tools { display: flex; align-items: center; gap: var(--space-2); }
.header-tools .icon-btn--call { background: var(--primary); border-color: var(--primary); color: #fff; }

@media (min-width: 1024px) {
  .nav { display: block; }
  .header-cta { display: flex; }
  .header-tools { display: none; }
}

/* ----------------------------------------------------- Mobile nav overlay */
.mobile-nav {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(20,17,15,.97);
  backdrop-filter: blur(8px);
  display: flex; flex-direction: column; padding: var(--space-5) var(--gutter) calc(var(--space-8) + env(safe-area-inset-bottom));
  transform: translateY(-100%);
  transition: transform var(--dur-base) var(--ease-out);
  overflow-y: auto;
}
.mobile-nav.is-open { transform: translateY(0); }
.mobile-nav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--space-6); }
.mobile-nav ul { display: flex; flex-direction: column; gap: var(--space-1); }
.mobile-nav a.m-link {
  display: block; padding: 1rem .25rem; font-family: var(--font-display);
  font-size: 1.65rem; font-weight: 700; border-bottom: 1px solid var(--border);
  transition: color var(--dur-fast) var(--ease-out), padding-left var(--dur-fast) var(--ease-out);
}
.mobile-nav a.m-link:hover { color: var(--accent); padding-left: .6rem; }
.mobile-nav__cta { margin-top: auto; padding-top: var(--space-6); display: grid; gap: var(--space-3); }
@media (min-width: 1024px) { .mobile-nav { display: none; } }

/* ----------------------------------------------------- Sticky call bar */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--border);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: rgba(20,17,15,.82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 30px rgba(0,0,0,.4);
  transform: translateY(110%);
  transition: transform var(--dur-base) var(--ease-out);
}
.callbar.is-visible { transform: translateY(0); }
.callbar a {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  height: 60px; font-weight: 700; font-size: 1rem;
}
.callbar svg { width: 20px; height: 20px; }
.callbar .cb-call { background: var(--primary); color: #fff; }
.callbar .cb-route { color: var(--ink); }
@media (min-width: 1024px) { .callbar { display: none; } }

/* ------------------------------------------------------------------ Hero */
.hero { position: relative; min-height: 86vh; display: flex; align-items: flex-end; color: var(--ink); overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.06) contrast(1.04) brightness(.96); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--overlay-hero); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--ember-glow); pointer-events: none; }
.hero__inner { padding-block: clamp(2.5rem, 7vw, 5rem) clamp(3rem, 7vw, 5rem); max-width: 760px; }
.hero .badge-open { margin-bottom: var(--space-4); }
.hero h1 { margin-bottom: var(--space-4); text-wrap: balance; }
.hero .hero__sub { font-size: 1.15rem; color: var(--ink); opacity: .92; margin-bottom: var(--space-6); max-width: 52ch; }
.hero .cta-row { margin-bottom: var(--space-5); }
.hero__meta { display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-5); color: var(--muted); font-size: .95rem; font-weight: 600; }
.hero__meta span { display: inline-flex; align-items: center; gap: .4rem; }
.hero__meta svg { width: 17px; height: 17px; color: var(--accent); }
.hero__scroll { position: absolute; right: var(--gutter); bottom: var(--space-5); color: var(--muted); display: none; }
@media (min-width: 768px) { .hero__scroll { display: block; } }

/* badge: open/closed */
.badge-open {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(20,17,15,.55); border: 1px solid var(--border-strong);
  padding: .4rem .85rem; border-radius: var(--radius-full);
  font-size: .85rem; font-weight: 700; letter-spacing: .01em;
}
.badge-open .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--muted); box-shadow: 0 0 0 4px rgba(255,255,255,.06); }
.badge-open.is-open .dot { background: var(--success); }
.badge-open.is-closed .dot { background: var(--danger); }

/* ------------------------------------------------------------ Trust strip */
.trust { background: var(--surface); border-block: 1px solid var(--border); }
.trust__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-4); padding-block: var(--space-6); }
.trust__item { display: flex; align-items: center; gap: var(--space-3); }
.trust__item .ti-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--primary-tint); color: var(--accent); display: grid; place-items: center; flex: none; }
.trust__item .ti-ic svg { width: 22px; height: 22px; }
.trust__item strong { display: block; font-family: var(--font-display); font-size: 1.05rem; line-height: 1.1; }
.trust__item small { color: var(--muted); font-size: .82rem; }
.stars { color: var(--star-gold); letter-spacing: .05em; }
@media (min-width: 768px) { .trust__grid { grid-template-columns: repeat(4, 1fr); } }

/* ------------------------------------------------------------- Signature */
.sig-grid { display: grid; gap: var(--space-5); }
@media (min-width: 860px) { .sig-grid { grid-template-columns: 1fr 1fr; } }
.sig-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; min-height: 440px; display: flex; align-items: flex-end; box-shadow: var(--shadow-lg); isolation: isolate; }
.sig-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform var(--dur-slow) var(--ease-out); }
.sig-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--overlay-card); }
.sig-card:hover img { transform: scale(1.05); }
.sig-card__body { padding: var(--space-6); color: var(--ink); }
.sig-card .pill { margin-bottom: var(--space-3); }
.sig-card h3 { font-size: 1.85rem; margin-bottom: var(--space-2); }
.sig-card p { color: rgba(245,239,230,.88); margin-bottom: var(--space-4); max-width: 42ch; }
.sig-card__foot { display: flex; align-items: center; justify-content: space-between; gap: var(--space-3); }
.price-from { font-family: var(--font-display); font-weight: 800; color: var(--accent-2); font-size: 1.2rem; }

.pill {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .3rem .7rem; border-radius: var(--radius-full);
  font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
.pill--new { background: var(--primary); color: #fff; }
.pill--hot { background: var(--accent-2); color: var(--ink-cream); }
.pill--ghost { background: rgba(255,255,255,.1); color: var(--ink); border: 1px solid var(--border-strong); }

/* ------------------------------------------------------------------ Menu */
.menu-disclaimer {
  margin-top: var(--space-4); padding: var(--space-3) var(--space-4);
  background: var(--primary-tint); border: 1px solid var(--border-cream);
  border-radius: var(--radius-md); font-size: .9rem; color: var(--muted-cream);
  display: flex; gap: .6rem; align-items: flex-start;
}
.menu-disclaimer svg { width: 18px; height: 18px; color: var(--primary); flex: none; margin-top: 2px; }

.tabs { margin-top: var(--space-6); }
.tablist { display: flex; gap: var(--space-2); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: var(--space-3); -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.tablist::-webkit-scrollbar { display: none; }
.tab {
  scroll-snap-align: center; white-space: nowrap; flex: none;
  padding: .65rem 1.15rem; border-radius: var(--radius-full);
  font-weight: 700; font-size: .95rem; color: var(--muted-cream);
  background: var(--surface-cream); border: 1.5px solid var(--border-cream);
  transition: all var(--dur-fast) var(--ease-out);
}
.tab:hover { border-color: var(--primary); color: var(--ink-cream); }
.tab[aria-selected="true"] { background: var(--ink-cream); color: var(--surface-cream); border-color: var(--ink-cream); }

.tabpanel { display: none; margin-top: var(--space-5); }
.tabpanel.is-active { display: block; animation: fadeUp var(--dur-base) var(--ease-out); }

.menu-grid { display: grid; gap: var(--space-3); }
@media (min-width: 640px) { .menu-grid { grid-template-columns: 1fr 1fr; gap: var(--space-3) var(--space-6); } }
@media (min-width: 1024px) { .menu-grid { grid-template-columns: 1fr 1fr; } }

.menu-item {
  display: flex; align-items: baseline; gap: var(--space-3);
  padding: var(--space-4) 0; border-bottom: 1px dashed var(--border-cream);
}
.menu-item__main { flex: 1; min-width: 0; }
.menu-item__name { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--ink-cream); display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.menu-item__desc { color: var(--muted-cream); font-size: .92rem; margin-top: 2px; }
.menu-item__dots { flex: 1; border-bottom: 1px dotted var(--border-cream); transform: translateY(-4px); min-width: 16px; }
.menu-item__price { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: var(--primary); white-space: nowrap; }
.tag-mini { font-size: .62rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: .12rem .45rem; border-radius: var(--radius-full); }
.tag-mini--veg { background: rgba(79,168,91,.16); color: #2f7d3a; }
.tag-mini--hot { background: rgba(224,58,31,.12); color: var(--primary); }
.tag-mini--pop { background: rgba(232,178,58,.22); color: #8a6a12; }
.tag-mini--new { background: rgba(242,130,12,.16); color: #b5610a; }

.menu-foot { margin-top: var(--space-6); display: flex; flex-wrap: wrap; gap: var(--space-3); align-items: center; justify-content: space-between; }
.menu-foot p { color: var(--muted-cream); font-size: .95rem; }

/* --------------------------------------------------------------- Gallery */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-3); }
@media (min-width: 640px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .gallery { grid-template-columns: repeat(4, 1fr); } }
.gallery__item { position: relative; aspect-ratio: 1/1; border-radius: var(--radius-lg); overflow: hidden; background: var(--surface-2); cursor: zoom-in; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item.is-wide { grid-column: span 2; aspect-ratio: 2/1; }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,17,15,.25), transparent 40%); opacity: 0; transition: opacity var(--dur-fast); }
.gallery__item:hover::after { opacity: 1; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8,6,5,.92); display: none; align-items: center; justify-content: center; padding: var(--space-5); }
.lightbox.is-open { display: flex; animation: fade var(--dur-base) var(--ease-out); }
.lightbox img { max-width: min(92vw, 1100px); max-height: 86vh; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.lightbox__btn { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; display: grid; place-items: center; backdrop-filter: blur(6px); }
.lightbox__btn:hover { background: rgba(255,255,255,.2); }
.lightbox__btn svg { width: 26px; height: 26px; }
.lb-prev { left: var(--space-4); }
.lb-next { right: var(--space-4); }
.lb-close { top: var(--space-5); right: var(--space-5); transform: none; }

/* ------------------------------------------------------------- About / why */
.about-grid { display: grid; gap: var(--space-6); align-items: center; }
@media (min-width: 900px) { .about-grid { grid-template-columns: 1.05fr .95fr; gap: var(--space-10); } }
.about-media { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.about-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about-copy p { color: var(--muted-cream); margin-bottom: var(--space-4); }
.about-copy p:last-of-type { margin-bottom: 0; }
.signature-name { font-family: var(--font-display); font-size: 1.3rem; color: var(--ink-cream); margin-top: var(--space-5); }
.signature-name small { display: block; font-family: var(--font-body); font-size: .8rem; color: var(--muted-cream); font-weight: 600; letter-spacing: .04em; }

.features { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); margin-top: var(--space-10); }
@media (min-width: 900px) { .features { grid-template-columns: repeat(4, 1fr); } }
.feature {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: var(--space-5); color: var(--ink);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature .f-ic { width: 48px; height: 48px; border-radius: 13px; background: var(--primary-tint); color: var(--accent); display: grid; place-items: center; margin-bottom: var(--space-4); }
.feature .f-ic svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.15rem; margin-bottom: var(--space-2); }
.feature p { color: var(--muted); font-size: .92rem; }

/* --------------------------------------------------------------- Reviews */
.reviews { display: grid; gap: var(--space-4); }
@media (min-width: 768px) { .reviews { grid-template-columns: repeat(3, 1fr); } }
.review {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: var(--space-5); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: var(--space-3);
}
.review .stars { font-size: 1.05rem; }
.review blockquote { font-size: 1.02rem; color: var(--ink); line-height: 1.55; }
.review .review__who { display: flex; align-items: center; gap: .65rem; margin-top: auto; }
.review .avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; color: #fff; flex: none; }
.review .review__who strong { font-size: .95rem; }
.review .review__who small { display: block; color: var(--muted); font-size: .8rem; }
.reviews-cta { margin-top: var(--space-6); text-align: center; }

/* -------------------------------------------------------------- Location */
.loc-grid { display: grid; gap: var(--space-6); }
@media (min-width: 900px) { .loc-grid { grid-template-columns: 1.1fr .9fr; gap: var(--space-8); align-items: stretch; } }
.map-facade { position: relative; border-radius: var(--radius-xl); overflow: hidden; min-height: 320px; background: var(--surface-2); box-shadow: var(--shadow-lg); cursor: pointer; }
.map-facade img { width: 100%; height: 100%; object-fit: cover; opacity: .75; }
.map-facade iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }
.map-facade__overlay { position: absolute; inset: 0; display: grid; place-items: center; gap: var(--space-3); text-align: center; background: rgba(20,17,15,.45); color: var(--ink); }
.map-facade__overlay .pin { width: 56px; height: 56px; border-radius: 50%; background: var(--primary); display: grid; place-items: center; box-shadow: var(--shadow-cta); }
.map-facade__overlay .pin svg { width: 28px; height: 28px; color: #fff; }

.loc-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: var(--space-6); color: var(--ink); }
.loc-list { display: grid; gap: var(--space-4); margin-bottom: var(--space-5); }
.loc-row { display: flex; gap: var(--space-3); align-items: flex-start; }
.loc-row .lr-ic { width: 40px; height: 40px; border-radius: 11px; background: var(--primary-tint); color: var(--accent); display: grid; place-items: center; flex: none; }
.loc-row .lr-ic svg { width: 20px; height: 20px; }
.loc-row strong { display: block; font-size: 1.02rem; }
.loc-row a { color: var(--ink); }
.loc-row a:hover { color: var(--accent); }
.loc-row small { display: block; color: var(--muted); font-size: .85rem; margin-top: 2px; }

.hours { border-top: 1px solid var(--border); padding-top: var(--space-4); margin-bottom: var(--space-5); }
.hours__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--space-3); }
.hours__head h3 { font-size: 1.1rem; }
.hours table { width: 100%; border-collapse: collapse; }
.hours td { padding: .5rem 0; font-size: .95rem; border-bottom: 1px solid var(--border); }
.hours td:last-child { text-align: right; color: var(--muted); font-weight: 600; }
.hours tr.is-today td { color: var(--ink); }
.hours tr.is-today td:first-child { position: relative; padding-left: .9rem; font-weight: 800; }
.hours tr.is-today td:first-child::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 60%; background: var(--primary); border-radius: 4px; }
.hours tr.is-today td:last-child { color: var(--accent-2); }
.loc-actions { display: grid; gap: var(--space-3); }
@media (min-width: 480px) { .loc-actions { grid-template-columns: 1fr 1fr; } }

/* ------------------------------------------------------------- Final CTA */
.final-cta { position: relative; text-align: center; color: var(--ink); overflow: hidden; }
.final-cta__media { position: absolute; inset: 0; z-index: -2; }
.final-cta__media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.4) saturate(1.1); }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--ember-glow); }
.final-cta .container { position: relative; }
.final-cta h2 { margin-bottom: var(--space-3); text-wrap: balance; }
.final-cta p { color: var(--muted); max-width: 46ch; margin: 0 auto var(--space-6); font-size: 1.1rem; }
.final-cta .cta-row { justify-content: center; }

/* ---------------------------------------------------------------- Footer */
.site-footer { background: var(--footer-bg); border-top: 1px solid var(--border); padding-block: var(--space-10) var(--space-6); }
.footer-grid { display: grid; gap: var(--space-6); }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1.2fr; gap: var(--space-8); } }
.footer-brand p { color: var(--muted); margin-top: var(--space-3); font-size: .95rem; max-width: 34ch; }
.footer-social { display: flex; gap: var(--space-2); margin-top: var(--space-4); }
.footer-social a { width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--border-strong); display: grid; place-items: center; color: var(--ink); transition: all var(--dur-fast) var(--ease-out); }
.footer-social a:hover { background: var(--primary); border-color: var(--primary); color: #fff; transform: translateY(-2px); }
.footer-col h4 { font-family: var(--font-display); font-size: 1rem; margin-bottom: var(--space-3); }
.footer-col ul { display: grid; gap: var(--space-2); }
.footer-col a, .footer-col li { color: var(--muted); font-size: .95rem; }
.footer-col a:hover { color: var(--ink); }
.footer-bottom { border-top: 1px solid var(--border); margin-top: var(--space-8); padding-top: var(--space-5); display: flex; flex-wrap: wrap; gap: var(--space-3); justify-content: space-between; color: var(--muted); font-size: .85rem; }
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--ink); }

/* page padding so call bar doesn't cover footer on mobile */
@media (max-width: 1023px) { body { padding-bottom: 0; } .site-footer { padding-bottom: calc(var(--space-6) + 64px); } }

/* ------------------------------------------------------------- Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 70ms; }
.reveal[data-delay="2"] { transition-delay: 140ms; }
.reveal[data-delay="3"] { transition-delay: 210ms; }

/* ------------------------------------------------------------- Keyframes */
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

/* ------------------------------------------------------- Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}
