/* =============================================================
   1. Tokens — Vivid Fiesta palette
   ============================================================= */
:root {
  --bg:        #FBF0D9;   /* warm parchment — like the banner backdrops */
  --bg-2:      #F7E4BC;
  --bg-3:      #FFFFFF;   /* card surface — pops against the cream page */
  --bg-4:      #FDE9C8;

  --ink:       #241A12;   /* primary text on light surfaces */
  --ink-2:     #4A3524;
  --ink-3:     #8A6F52;   /* muted / metadata */

  --cream:     #FFF8EA;   /* light text — used on dark surfaces (hero, nav, viewer) */
  --cream-2:   #FFE9C2;
  --cream-3:   #D8C39A;

  --accent:    #E0392B;   /* vivid red */
  --accent-2:  #0F8A8A;   /* turquoise */
  --terracotta:#F0770A;   /* vivid orange */
  --gold:      #F4B400;   /* golden yellow */
  --purple:    #7A3FA0;   /* fiesta purple accent */
  --green:     #2F6B3F;   /* deep forest green — from the real signage */

  --line:      rgba(36,26,18,.14);      /* default line, light surfaces */
  --line-dark: rgba(255,248,234,.28);   /* line on dark surfaces */
  --dark-surface: #2B1710;              /* deep maroon-brown — nav bar, splash, viewer chrome */

  /* Section tints — soft pastel versions of the vivid accents, one per section
     so the page reads as a sequence of rooms, not one flat cream slab. */
  --tint-red:    #F6C6BA;   /* About Us */
  --tint-orange: #FAD394;   /* Why locals keep coming back */
  --tint-teal:   #9FDFD4;   /* unused, kept for reference */
  --tint-sage:   #9DCB82;   /* Menu — logo green tone */
  --tint-purple: #DBB9EC;   /* Weekly Specials */
  --tint-green:  #AAE0AE;   /* Reviews */
  --tint-gold:   #F0C458;   /* Visit Us */

  --sans:  "Baloo 2", system-ui, sans-serif;
  --serif: "Passion One", Georgia, serif;

  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:     cubic-bezier(0.7, 0, 0.84, 0);
  --ease-soft:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);

  --nav-h: 152px;
  --container: 1240px;
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  tab-size: 2;
  overflow-x: clip;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; line-height: 1.02; letter-spacing: -0.005em; font-family: var(--serif); font-weight: 400; }
ul { list-style: none; padding: 0; }
::selection { background: var(--gold); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* =============================================================
   3. Utilities
   ============================================================= */
.skip-link {
  position: fixed; top: -100px; left: 1rem;
  padding: .6rem 1rem; background: var(--gold); color: var(--ink);
  z-index: 9999; border-radius: 8px; font-weight: 700;
}
.skip-link:focus { top: 1rem; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.container-wide { max-width: 1520px; }

.kicker {
  font-family: var(--sans);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: .9rem;
  display: block;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .95rem 1.9rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .01em;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background .35s var(--ease-out);
  will-change: transform;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), #b5231a);
  color: var(--cream);
  box-shadow: 0 10px 30px -10px rgba(224,57,43,.5);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 36px -10px rgba(224,57,43,.65); }
.btn-ghost {
  border: 1.5px solid var(--line);
  color: var(--ink);
}
.btn-ghost:hover { border-color: var(--terracotta); background: rgba(240,119,10,.08); transform: translateY(-3px); }

/* =============================================================
   4. Reveal system
   ============================================================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-split] { opacity: 1; transform: none; }

/* =============================================================
   5. Splash
   ============================================================= */
.splash {
  position: fixed; inset: 0; z-index: 999;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent) 0%, var(--terracotta) 50%, var(--gold) 100%);
  animation: splashSafety .01s 4.5s forwards;
}
.splash-logo { width: 92px; height: auto; opacity: .95; animation: splashPulse 1.4s ease-in-out infinite; filter: drop-shadow(0 6px 20px rgba(0,0,0,.25)); }
.splash.is-out { opacity: 0; pointer-events: none; transition: opacity .6s var(--ease-out); }
@keyframes splashPulse { 0%,100% { opacity: .8; transform: scale(.96); } 50% { opacity: 1; transform: scale(1); } }
@keyframes splashSafety { to { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); } }

/* =============================================================
   6. Nav — stays a dark warm "chrome" bar over the light page
   ============================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 152px;
  display: flex; align-items: center;
  background: transparent;
  transition: background .4s var(--ease-out), box-shadow .4s var(--ease-out), height .4s var(--ease-out);
}
.nav.is-scrolled {
  background: rgba(43,23,16,.92);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 2px 0 var(--gold);
  height: 126px;
}
.nav-inner {
  width: 100%; max-width: var(--container); margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  display: flex; align-items: center; gap: 2rem;
}
.nav-brand { display: flex; align-items: center; gap: .6rem; margin-right: auto; }
.nav-logo { width: 102px; height: 102px; object-fit: contain; transition: width .4s var(--ease-out), height .4s var(--ease-out); }
.nav.is-scrolled .nav-logo { width: 84px; height: 84px; }
.nav-links { display: none; gap: 2rem; font-weight: 700; font-size: .92rem; }
.nav-links a { position: relative; padding-block: .3rem; color: var(--cream-2); transition: color .3s var(--ease-out); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px;
  background: var(--gold); transition: right .35s var(--ease-out);
}
.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { right: 0; }
.nav-cta { display: none; }
.nav-burger {
  width: 40px; height: 40px; display: grid; place-items: center; gap: 5px;
}
.nav-burger span { width: 22px; height: 2px; background: var(--cream); display: block; transition: transform .3s var(--ease-out), opacity .3s var(--ease-out); }
.nav.is-open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.is-open .nav-burger span:nth-child(2) { opacity: 0; }
.nav.is-open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile dropdown panel — shown when the burger toggles .nav.is-open */
@media (max-width: 959px) {
  .nav-links {
    display: none;
    position: fixed;
    top: 152px; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: rgba(43,23,16,.97);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    max-height: calc(100vh - 152px);
    overflow-y: auto;
    padding: .5rem clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
    box-shadow: 0 20px 40px -20px rgba(0,0,0,.5);
  }
  .nav.is-scrolled .nav-links { top: 126px; max-height: calc(100vh - 126px); }
  .nav.is-open .nav-links { display: flex; }
  .nav-links a { padding-block: 1rem; border-bottom: 1px solid var(--line-dark); font-size: 1.05rem; }
}

@media (min-width: 960px) {
  .nav-links { display: flex; }
  .nav-cta { display: inline-flex; }
  .nav-burger { display: none; }
}

/* =============================================================
   7. Hero
   ============================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex; align-items: flex-end;
  padding-top: 152px;
  padding-bottom: clamp(3rem, 8vh, 6rem);
  overflow: clip;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg-tint {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(43,23,16,.96) 0%, rgba(43,23,16,.5) 45%, rgba(43,23,16,.28) 70%, rgba(43,23,16,.6) 100%);
}
.hero-mesh {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(circle at 15% 15%, rgba(224,57,43,.4), transparent 42%),
    radial-gradient(circle at 85% 20%, rgba(15,138,138,.32), transparent 45%),
    radial-gradient(circle at 25% 90%, rgba(244,180,0,.28), transparent 45%),
    radial-gradient(circle at 85% 85%, rgba(122,63,160,.25), transparent 45%);
  filter: blur(70px);
  animation: meshDrift 26s ease-in-out infinite;
}
@keyframes meshDrift {
  0%,100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.15) rotate(6deg); }
}
.hero-grain {
  position: absolute; inset: 0; z-index: 3; opacity: .05; mix-blend-mode: overlay; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

.hero-inner { position: relative; z-index: 5; width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }

.hero-meta { display: inline-flex; align-items: center; gap: .55rem; font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-2); margin-bottom: 1.4rem; }
.hero-meta .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(244,180,0,.22); }

.hero-title {
  font-size: clamp(2.8rem, 7vw, 6rem);
  max-width: 18ch;
  margin-bottom: 1.3rem;
  color: var(--cream);
}
.hero-title span { display: block; }
.hero-title em { font-style: normal; color: var(--gold); }

.hero-sub { max-width: 46ch; font-size: clamp(1.02rem, 1.6vw, 1.2rem); color: var(--cream-2); margin-bottom: 2.4rem; }

.hero-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1.6rem 2.4rem; }
.hero-rating { font-size: .92rem; color: var(--cream-2); font-weight: 600; }
.hero-rating span { color: var(--gold); font-weight: 700; font-family: var(--serif); font-size: 1.3rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-actions .btn-ghost { color: var(--cream); border-color: var(--line-dark); }
.hero-actions .btn-ghost:hover { border-color: var(--gold); background: rgba(255,248,234,.12); }

.hero-scroll-cue {
  position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%); z-index: 5;
  width: 26px; height: 42px; border: 1.5px solid var(--line-dark); border-radius: 999px;
}
.hero-scroll-cue span {
  position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 8px; border-radius: 999px; background: var(--gold);
  animation: scrollCue 1.8s ease-in-out infinite;
}
@keyframes scrollCue { 0% { top: 8px; opacity: 1; } 70% { opacity: 0; } 100% { top: 22px; opacity: 0; } }

/* =============================================================
   7.5 About Us (real content)
   ============================================================= */
.about-us { position: relative; padding-block: clamp(4rem, 9vw, 7rem); background: var(--tint-red); }
.about-us-grid {
  position: relative; z-index: 1;
  display: grid; gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) { .about-us-grid { grid-template-columns: 0.8fr 1fr; } }

.about-us-photo { border-radius: 22px; overflow: hidden; aspect-ratio: 4/5; max-width: 420px; margin-inline: auto; border: 4px solid var(--bg-3); box-shadow: 0 20px 50px -20px rgba(43,23,16,.35); }
.about-us-photo img { width: 100%; height: 100%; object-fit: cover; }

.about-us-copy h2 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); margin-bottom: 1.3rem; }
.about-us-copy h2 em { font-style: normal; color: var(--accent); }
.about-us-copy p { color: var(--ink-2); font-size: 1.02rem; line-height: 1.65; margin-bottom: 1.2rem; max-width: 58ch; }
.about-us-signoff { color: var(--ink-3); font-style: italic; }
.about-us-signoff strong { display: inline-block; margin-top: .3rem; color: var(--terracotta); font-style: normal; font-family: var(--serif); font-size: 1.2rem; }

/* =============================================================
   8. Story / Pillars
   ============================================================= */
.story { position: relative; padding-block: clamp(5rem, 10vw, 9rem); background: var(--tint-orange); }
.section-halo {
  position: absolute; inset: -20% -10% -20% -10%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(30% 25% at 20% 30%, rgba(224,57,43,.12), transparent 70%),
    radial-gradient(30% 25% at 80% 40%, rgba(15,138,138,.12), transparent 70%),
    radial-gradient(35% 30% at 50% 80%, rgba(244,180,0,.14), transparent 70%);
  filter: blur(90px);
}
.story .container { position: relative; z-index: 1; }
.story-head { max-width: 62ch; margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.story-head h2 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); }
.story-head h2 em { font-style: normal; color: var(--accent); }

.story-figure { border-radius: 22px; overflow: hidden; margin-bottom: clamp(2.5rem, 6vw, 4rem); aspect-ratio: 16/8; }
.story-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.story-figure:hover img { transform: scale(1.05); }

.pillars { display: grid; gap: 1.4rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .pillars { grid-template-columns: repeat(3, 1fr); } }

.pillar {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: 18px;
  overflow: hidden;
  transition: transform .4s var(--ease-out), border-color .4s var(--ease-out), box-shadow .4s var(--ease-out);
  transform-style: preserve-3d;
  perspective: 800px;
}
.pillar:nth-child(2) { border-top-color: var(--accent); }
.pillar:nth-child(3) { border-top-color: var(--accent-2); }
.pillar:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -24px rgba(43,23,16,.35);
}
.pillar-img { aspect-ratio: 900/640; overflow: hidden; }
.pillar-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.pillar:hover .pillar-img img { transform: scale(1.06); }
.pillar-body { padding: clamp(1.4rem, 3vw, 1.9rem); }
.pillar-num { font-family: var(--serif); font-size: 1.3rem; color: var(--terracotta); display: block; margin-bottom: .6rem; }
.pillar h3 { font-size: 1.5rem; margin-bottom: .7rem; color: var(--ink); }
.pillar p { color: var(--ink-3); font-size: .96rem; }

/* =============================================================
   8.5 Menu (browsable pages + lightbox viewer)
   ============================================================= */
.menu-section { padding-block: clamp(5rem, 10vw, 9rem); background: var(--tint-sage); }
.menu-section h2 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); }
.menu-section h2 em { font-style: normal; color: var(--accent-2); }
.menu-intro { color: var(--ink); font-weight: 600; font-size: 1.05rem; margin-block: .8rem 2.4rem; max-width: 46ch; }

.menu-marquee { overflow: hidden; width: 100%; }
.menu-grid {
  display: flex; flex-wrap: nowrap;
  gap: 1.1rem;
  width: max-content;
  padding: .3rem clamp(1.25rem, 4vw, 2.5rem) 1rem;
  animation: menuScroll 130s linear infinite;
}
.menu-marquee:hover .menu-grid,
.menu-marquee:focus-within .menu-grid { animation-play-state: paused; }
@keyframes menuScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.menu-thumb {
  display: block;
  position: relative;
  flex: 0 0 auto;
  width: min(72vw, 300px);
  border-radius: 14px; overflow: hidden;
  aspect-ratio: 1200/1976;
  border: 3px solid var(--bg-3);
  box-shadow: 0 10px 30px -14px rgba(43,23,16,.3);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.menu-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease-out); user-select: none; -webkit-user-drag: none; }
.menu-thumb span {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: .5rem .7rem;
  font-size: .8rem; font-weight: 800; letter-spacing: .04em;
  background: linear-gradient(0deg, rgba(43,23,16,.92), transparent);
  color: var(--cream);
}
.menu-thumb:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -18px rgba(43,23,16,.4); }
.menu-thumb:hover img { transform: scale(1.05); }

.lightbox {
  position: fixed; inset: 0; z-index: 500;
  background: rgba(20,10,7,.96);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem clamp(1rem, 6vw, 5rem);
}
.lightbox[hidden] { display: none; }
.lightbox-stage {
  position: relative; max-width: min(90vw, 640px); max-height: 88vh;
  display: flex; flex-direction: column; align-items: center; gap: .8rem;
  overflow: hidden;
  touch-action: none;
}
.lightbox-stage img {
  max-height: 82vh; width: auto; max-width: 100%; border-radius: 10px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.8);
  transform-origin: center center;
  cursor: zoom-in;
  user-select: none; -webkit-user-drag: none;
}
.lightbox-stage img.is-zoomed { cursor: zoom-out; }
.lightbox-stage img.is-dragging { cursor: grabbing; }
.lightbox-count { font-size: .82rem; color: var(--cream-3); letter-spacing: .04em; text-align: center; max-width: 34ch; }

.lightbox-close {
  position: absolute; top: 1.2rem; right: 1.4rem;
  width: 44px; height: 44px; border-radius: 999px;
  background: rgba(255,248,234,.1); border: 1px solid var(--line-dark);
  font-size: 1.6rem; line-height: 1; color: var(--cream);
  display: grid; place-items: center;
  transition: background .3s var(--ease-out), border-color .3s var(--ease-out);
}
.lightbox-close:hover { border-color: var(--gold); background: rgba(255,248,234,.18); }

.lightbox-nav {
  width: 52px; height: 52px; border-radius: 999px; flex-shrink: 0;
  background: rgba(255,248,234,.1); border: 1px solid var(--line-dark);
  font-size: 1.8rem; line-height: 1; color: var(--cream);
  display: grid; place-items: center;
  transition: background .3s var(--ease-out), border-color .3s var(--ease-out), transform .3s var(--ease-out);
}
.lightbox-nav:hover { border-color: var(--gold); background: rgba(255,248,234,.18); transform: scale(1.06); }
@media (max-width: 719px) {
  .lightbox { padding-inline: .5rem; }
  .lightbox-nav { width: 40px; height: 40px; font-size: 1.4rem; }
}

/* =============================================================
   8.7 Gallery — uniform squares, infinite auto-scrolling marquee
   ============================================================= */
.gallery-section { padding-block: clamp(5rem, 10vw, 9rem); background: var(--tint-red); overflow: hidden; }
.gallery-section h2 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); }
.gallery-section h2 em { font-style: normal; color: var(--accent-2); }
.gallery-intro { color: var(--ink-3); margin-block: .8rem 2.4rem; max-width: 46ch; }

.gallery-marquee { overflow: hidden; margin-inline: calc(-1 * clamp(1.25rem, 4vw, 2.5rem)); }
.gallery-track {
  display: flex; width: max-content; gap: 1rem;
  animation: galleryScroll 70s linear infinite;
}
.gallery-marquee:hover .gallery-track,
.gallery-marquee:focus-within .gallery-track { animation-play-state: paused; }
@keyframes galleryScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.gallery-photo {
  flex: 0 0 auto;
  width: clamp(160px, 20vw, 220px);
  aspect-ratio: 1/1;
  border-radius: 14px; overflow: hidden;
  border: 3px solid var(--bg-3);
  box-shadow: 0 10px 26px -14px rgba(43,23,16,.3);
  display: block;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.gallery-photo:hover { transform: translateY(-5px) scale(1.03); box-shadow: 0 18px 36px -16px rgba(43,23,16,.4); z-index: 1; }

/* =============================================================
   9. Showcase — weekly specials (pinned horizontal)
   ============================================================= */
.showcase { padding-block: clamp(5rem, 10vw, 9rem) 0; background: var(--tint-purple); }
.showcase .kicker { margin-bottom: .6rem; }
.showcase h2 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.showcase h2 em { font-style: normal; color: var(--gold); -webkit-text-stroke: 1px var(--ink); }

.showcase-pin { position: relative; overflow: hidden; }
.showcase-track {
  display: flex; flex-wrap: nowrap; gap: 1.4rem;
  width: max-content;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  padding-block: .5rem clamp(4rem, 8vw, 6rem);
  animation: showcaseScroll 110s linear infinite;
}
.showcase-pin:hover .showcase-track,
.showcase-pin:focus-within .showcase-track { animation-play-state: paused; }
@keyframes showcaseScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.special-card {
  flex: 0 0 auto;
  width: min(78vw, 320px);
  scroll-snap-align: start;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out), border-color .5s var(--ease-out);
}
.special-card:hover {
  transform: translateY(-8px) rotateX(2deg);
  box-shadow: 0 30px 60px -26px rgba(43,23,16,.35);
  border-color: rgba(240,119,10,.4);
}
.special-card-img { aspect-ratio: 1/1; overflow: hidden; }
.special-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out), filter .6s var(--ease-out); }
.special-card:hover .special-card-img img { transform: scale(1.06); filter: saturate(1.1); }
.special-card-body { padding: 1.1rem 1.4rem 1.5rem; }
.special-day { font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.special-card-body h3 { font-size: 1.6rem; margin: .3rem 0 .35rem; color: var(--ink); }
.special-price { color: var(--terracotta); font-weight: 800; font-size: .95rem; margin-bottom: .6rem; font-family: var(--sans); }
.special-card-body p:last-child { color: var(--ink-3); font-size: .9rem; }

/* =============================================================
   10. Testimonials
   ============================================================= */
.testimonials { position: relative; padding-block: clamp(5rem, 10vw, 9rem); background: var(--tint-green); }
.testimonials .container { position: relative; z-index: 1; max-width: var(--container); }
.testimonials h2 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); margin-bottom: clamp(2.5rem, 6vw, 4rem); max-width: 20ch; }
.testimonials h2 em { font-style: normal; color: var(--accent-2); }

.testimonial-grid { display: grid; gap: 1.4rem; grid-template-columns: 1fr; }
@media (min-width: 860px) { .testimonial-grid { grid-template-columns: repeat(3, 1fr); } }

.testimonial-card {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(1.6rem, 3vw, 2rem);
  display: flex; flex-direction: column; gap: 1.4rem;
  box-shadow: 0 16px 40px -26px rgba(43,23,16,.3);
}
.testimonial-card blockquote { font-size: 1.02rem; color: var(--ink-2); line-height: 1.55; flex: 1; }
.testimonial-card figcaption { display: flex; align-items: center; gap: .8rem; }
.testimonial-card img { width: 46px; height: 46px; border-radius: 999px; object-fit: cover; flex-shrink: 0; }
.testimonial-card figcaption div { display: flex; flex-direction: column; font-size: .85rem; }
.testimonial-card figcaption strong { font-weight: 700; color: var(--ink); }
.testimonial-card figcaption span { color: var(--ink-3); }

/* =============================================================
   11. Visit / Contact
   ============================================================= */
.visit { display: grid; grid-template-columns: 1fr; }
@media (min-width: 960px) { .visit { grid-template-columns: 1fr 1fr; min-height: 90vh; } }

.visit-figure { position: relative; min-height: 320px; }
.visit-figure img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.visit-figure::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 60%, var(--tint-gold) 100%);
}
@media (max-width: 959px) { .visit-figure::after { background: linear-gradient(0deg, var(--tint-gold) 0%, transparent 30%); } }

.visit-panel { padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 4rem); display: flex; flex-direction: column; justify-content: center; background: var(--tint-gold); }
.visit-panel h2 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); margin-bottom: 2rem; }
.visit-panel h2 em { font-style: normal; color: var(--accent); }

.visit-facts { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 2rem; margin-bottom: 1.6rem; }
.visit-facts li { display: flex; flex-direction: column; gap: .3rem; padding-block: .8rem; border-bottom: 1px solid var(--line); font-size: .95rem; }
.visit-facts strong { color: var(--ink-3); font-weight: 700; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.visit-facts span { text-align: left; color: var(--ink); font-weight: 700; }
.visit-facts a { color: var(--accent-2); }

.visit-facebook { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 2rem; }

.visit-form-row { display: grid; gap: 1.6rem; grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 640px) { .visit-form-row { grid-template-columns: 1fr 1fr; } }

.visit-map { border-radius: 14px; overflow: hidden; border: 1px solid var(--line); min-height: 280px; height: 100%; box-shadow: 0 16px 40px -26px rgba(43,23,16,.3); }
.visit-map iframe { width: 100%; height: 100%; min-height: 280px; border: 0; display: block; }

.visit-form { display: grid; gap: 1.1rem; }
.form-row { display: grid; gap: .4rem; }
.form-row label { font-size: .82rem; font-weight: 700; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; }
.form-row input, .form-row textarea {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 10px;
  padding: .8rem 1rem; color: var(--ink); font: inherit; resize: vertical;
  transition: border-color .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.form-row input:focus, .form-row textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(240,119,10,.15); outline: none; }
.visit-form .btn { justify-self: start; }
.form-status { font-size: .88rem; color: var(--accent-2); min-height: 1.2em; }
.form-status.is-error { color: var(--accent); }

/* =============================================================
   12. Footer
   ============================================================= */
.footer { padding-block: 3rem; border-top: 3px solid var(--gold); background: var(--dark-surface); }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.6rem; }
.footer-brand { display: flex; align-items: center; gap: .6rem; font-weight: 800; color: var(--cream); }
.footer-logo { width: 30px; height: 30px; object-fit: contain; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.4rem; font-size: .88rem; color: var(--cream-3); }
.footer-links a:hover { color: var(--cream); }
.footer-copy { font-size: .82rem; color: var(--cream-3); width: 100%; text-align: center; }
@media (min-width: 720px) { .footer-copy { width: auto; text-align: right; } }

/* =============================================================
   13. Responsive breakpoints (fixed 5 steps)
   ============================================================= */
@media (min-width: 540px) { }
@media (min-width: 720px) { }
@media (min-width: 960px) { }
@media (min-width: 1280px) { }
@media (min-width: 1600px) { .container { max-width: 1340px; } }

/* =============================================================
   13.5 Promo popup (Friday free shot)
   ============================================================= */
.promo-popup { position: fixed; inset: 0; z-index: 800; display: grid; place-items: center; padding: 1.5rem; }
.promo-popup[hidden] { display: none; }
.promo-popup-backdrop { position: absolute; inset: 0; background: rgba(20,10,7,.78); }
.promo-popup-card {
  position: relative; z-index: 1;
  width: min(90vw, 420px);
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 40px 90px -20px rgba(0,0,0,.6);
  opacity: 0; transform: scale(.92) translateY(10px);
  transition: opacity .4s var(--ease-out), transform .4s var(--ease-out);
}
.promo-popup.is-open .promo-popup-card { opacity: 1; transform: scale(1) translateY(0); }
.promo-popup-card img { width: 100%; height: 100%; object-fit: cover; }
.promo-popup-close {
  position: absolute; top: .6rem; right: .6rem; z-index: 2;
  width: 38px; height: 38px; border-radius: 999px;
  background: rgba(20,10,7,.65); border: 1px solid rgba(255,248,234,.3);
  color: var(--cream); font-size: 1.4rem; line-height: 1;
  display: grid; place-items: center;
  transition: background .3s var(--ease-out), border-color .3s var(--ease-out);
}
.promo-popup-close:hover { background: rgba(20,10,7,.85); border-color: var(--gold); }

/* =============================================================
   14. Reduced motion — only INTRUSIVE effects
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  .hero-mesh { animation: none; }
  .hero-scroll-cue span { animation: none; }
  .splash-logo { animation: none; }
}
