/* ============================================================
   Grill bar & Steak House Campo — modern premium theme
   ============================================================ */

:root {
  --bg:        #0e0d0b;
  --bg-2:      #16130f;
  --card:      #1c1813;
  --card-2:    #241f18;
  --line:      #33291c;
  --text:      #f3ede2;
  --muted:     #b3a893;
  --gold:      #c9a24b;
  --gold-2:    #e0be6c;
  --ember:     #b5452b;
  --maxw:      1180px;
  --radius:    14px;
  --shadow:    0 18px 50px rgba(0,0,0,.5);
  --serif:     "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:      "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 78px; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.12; margin: 0; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: 96px 0; position: relative; }
.section--alt { background: var(--bg-2); }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 14px;
}

.section-title { font-size: clamp(28px, 4.5vw, 46px); margin-bottom: 18px; }
.section-intro { color: var(--muted); max-width: 640px; font-size: 18px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600; font-size: 15px;
  letter-spacing: .02em;
  cursor: pointer; border: 1px solid transparent;
  transition: transform .18s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #23190a; }
.btn--gold:hover { box-shadow: 0 10px 30px rgba(201,162,75,.35); }
.btn--ghost { border-color: rgba(201,162,75,.5); color: var(--text); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-2); }

/* ---------- Header / Nav ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: rgba(14,13,11,.9);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 20px; letter-spacing: .01em; }
.brand span { font-size: 10px; letter-spacing: .32em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }

.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--text); }

.nav-right { display: flex; align-items: center; gap: 18px; }
.lang-toggle { display: flex; gap: 4px; font-size: 13px; font-weight: 600; }
.lang-toggle a { padding: 4px 8px; border-radius: 6px; color: var(--muted); }
.lang-toggle a.active { background: var(--gold); color: #23190a; }

.hamburger {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px;
}
.hamburger span { width: 26px; height: 2px; background: var(--text); transition: .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex; align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
/* Full-cover background video */
.hero-video {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
/* The loop sits above the reveal, hidden until the reveal ends, then crossfades in */
.hero-loop { z-index: 1; opacity: 0; transition: opacity .18s linear; }
.hero-loop.is-visible { opacity: 1; }
/* Light-touch overlay: darkens the left (behind the copy) and the very bottom
   for the section fade, while letting the video stay vivid through the center/right. */
.hero-overlay {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(90deg, rgba(14,13,11,.80) 0%, rgba(14,13,11,.62) 30%, rgba(14,13,11,.20) 55%, rgba(14,13,11,0) 78%),
              linear-gradient(180deg, rgba(14,13,11,.18) 0%, rgba(14,13,11,0) 42%, rgba(14,13,11,.55) 84%, var(--bg) 100%);
}
.hero .container { position: relative; z-index: 3; }
/* Content block sits a touch above centre (~46% of hero height) for breathing room below */
.hero-inner { max-width: 560px; padding: 0 0 4vh; margin-top: -4vh; }

/* Headline group: slogan + Campo + subtitle read as one unit */
.hero-heading { margin-bottom: 26px; }
.hero .tagline {
  font-family: var(--serif); font-style: italic; color: var(--gold-2);
  font-size: clamp(20px, 2.2vw, 22px); margin: 0 0 8px;
}
.hero h1 { font-size: clamp(46px, 8vw, 86px); letter-spacing: -0.01em; line-height: 1; }
.hero h1 .thin { display: block; font-size: clamp(15px, 2.2vw, 24px); font-weight: 400; color: var(--muted); letter-spacing: .1em; margin-top: 14px; font-family: var(--sans); text-transform: uppercase; line-height: 1.25; }
.hero p.lede { color: var(--text); opacity: .92; font-size: 19px; line-height: 1.55; margin: 0 0 32px; max-width: 490px; }

/* CTA: one strong button + a lighter phone text link */
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-bottom: 40px; }
.hero-call {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 16px; font-weight: 600; color: var(--text);
  border-bottom: 1px solid rgba(201,162,75,.45); padding-bottom: 2px; transition: color .2s, border-color .2s;
}
.hero-call:hover { color: var(--gold-2); border-color: var(--gold); }

/* Single structured info row with subtle vertical separators.
   Allowed to run wider than the text block so all three facts sit on one line. */
.hero-facts {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px 0; color: var(--muted); font-size: 13.5px;
  width: max-content; max-width: min(660px, 92vw);
}
.hero-facts .fact { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
/* vertical separator between facts */
.hero-facts .fact:not(:last-child)::after {
  content: ""; width: 1px; height: 14px; margin: 0 14px;
  background: rgba(179,168,147,.35);
}
.hero-facts .fact b { color: var(--text); font-weight: 700; }
.hero-facts .stars { color: var(--gold); letter-spacing: 1px; }

/* ---------- Hero specialties ticker ---------- */
.hero-marquee {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 58px;
  overflow: hidden;
  border-top: 1px solid rgba(201,162,75,.28);
  background:
    linear-gradient(90deg, rgba(181,69,43,.06), transparent 22%, transparent 78%, rgba(181,69,43,.06)),
    rgba(14,13,11,.82);
  box-shadow: 0 -12px 34px rgba(0,0,0,.18);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.hero-marquee-track {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
  will-change: transform;
  animation: hero-marquee-scroll 34s linear infinite;
}
.hero-marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(22px, 2.5vw, 46px);
  padding-inline: clamp(22px, 2.5vw, 46px);
}
.hero-marquee-group span {
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: clamp(15px, 1.35vw, 19px);
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}
.hero-marquee-group i {
  color: var(--ember);
  font-family: var(--sans);
  font-size: 10px;
  font-style: normal;
  line-height: 1;
  text-shadow: 0 0 12px rgba(181,69,43,.45);
}
@keyframes hero-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.about-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; aspect-ratio: 4/5; }
.stat-row { display: flex; gap: 40px; margin-top: 34px; flex-wrap: wrap; }
.stat b { display: block; font-family: var(--serif); font-size: 32px; color: var(--gold-2); }
.stat > span { font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }

/* ---------- Scroll-linked ember trail (About + Menu) ---------- */
.story-thread-zone {
  position: relative;
  isolation: isolate;
}
.story-thread-zone > .section {
  position: relative;
}
.story-thread-zone > .section > .container {
  position: relative;
  z-index: 2;
}
.scroll-thread {
  position: absolute;
  z-index: 1;
  top: 0;
  right: clamp(90px, 12vw, 230px);
  bottom: 0;
  width: clamp(150px, 18vw, 280px);
  pointer-events: none;
  opacity: .82;
}
.scroll-thread svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.scroll-thread-track,
.scroll-thread-progress {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
}
.scroll-thread-track {
  stroke: rgba(201,162,75,.11);
  stroke-width: 2.2px;
}
.scroll-thread-progress {
  stroke: url("#scroll-thread-gradient");
  stroke-width: 3.1px;
  filter: url("#scroll-thread-glow");
}
.scroll-thread-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fff4cb;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow:
    0 0 0 7px rgba(224,190,108,.11),
    0 0 18px 6px rgba(224,190,108,.55),
    0 0 36px 14px rgba(181,69,43,.24);
  opacity: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 1080px) {
  .scroll-thread {
    right: 36px;
    width: 170px;
    opacity: .64;
  }
}
@media (max-width: 900px) {
  .scroll-thread {
    right: -6px;
    width: 118px;
    opacity: .58;
  }
  .scroll-thread-dot {
    width: 8px;
    height: 8px;
    box-shadow:
      0 0 0 5px rgba(224,190,108,.09),
      0 0 14px 5px rgba(224,190,108,.42),
      0 0 24px 10px rgba(181,69,43,.18);
  }
  .scroll-thread-track { stroke-width: 1.9px; }
  .scroll-thread-progress { stroke-width: 2.7px; }
}
@media (max-width: 520px) {
  .scroll-thread {
    right: -14px;
    width: 104px;
    opacity: .52;
  }
  .scroll-thread-progress { stroke-width: 2.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-thread {
    opacity: .28;
  }
  .scroll-thread-dot {
    box-shadow: 0 0 0 6px rgba(224,190,108,.08);
  }
}

/* ---------- Google reviews ---------- */
#testimonials {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(201,162,75,.07), transparent 29rem),
    radial-gradient(circle at 8% 88%, rgba(181,69,43,.08), transparent 25rem),
    var(--bg-2);
}
#testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .16;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.15) .55px, transparent .7px);
  background-size: 5px 5px;
}
.reviews-heading { max-width: 620px; }
.reviews-heading .section-title { margin-bottom: 0; }

.review-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(750px, 100%);
  margin: 42px auto 0;
  padding: 23px 12px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(36,31,24,.94), rgba(24,21,17,.94));
  border: 1px solid rgba(201,162,75,.25);
  border-radius: calc(var(--radius) + 2px);
  box-shadow: 0 18px 48px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.035);
}
.review-summary-item {
  display: grid;
  place-content: center;
  min-width: 0;
  padding: 2px 20px;
  text-align: center;
}
.review-summary-item:not(:last-child) { border-right: 1px solid rgba(201,162,75,.18); }
.review-summary-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}
.review-summary-value img { width: 24px; height: 24px; }
.review-summary-star,
.review-summary-currency { color: var(--gold); }
.review-summary-label {
  margin-top: 9px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 52px;
}
.review-card {
  position: relative;
  min-width: 0;
  min-height: 285px;
  padding: 26px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(36,31,24,.97), rgba(26,22,17,.97));
  border: 1px solid rgba(201,162,75,.32);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,162,75,.58);
  box-shadow: 0 22px 48px rgba(0,0,0,.38);
}
.review-card-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
}
.review-avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  color: #fff7e9;
  background: #7f351f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.review-card:nth-child(3n + 2) .review-avatar { background: #5c6740; }
.review-card:nth-child(3n) .review-avatar { background: #345b65; }
.review-person { min-width: 0; }
.review-name {
  overflow: hidden;
  color: var(--text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-meta {
  margin-top: 2px;
  overflow: hidden;
  color: #8f8575;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-google { width: 20px; height: 20px; }
.review-rating-row {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
}
.review-stars {
  color: #f5b301;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(245,179,1,.14);
}
.review-source {
  color: #8f8575;
  font-size: 11px;
  line-height: 1;
}
.review-quote {
  margin: 18px 0 0;
  color: #d7cec0;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1040px) {
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
}
@media (max-width: 520px) {
  .review-summary {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
  .review-summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding: 12px 4px;
    text-align: left;
  }
  .review-summary-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(201,162,75,.18);
  }
  .review-summary-label { order: -1; margin: 0 14px 0 0; }
  .review-summary-value { font-size: 26px; }
  .reviews-grid { margin-top: 34px; }
  .review-card { padding: 22px; }
}

/* ---------- Menu ---------- */
#menu.section--alt {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(181,69,43,.10), transparent 25rem),
    radial-gradient(circle at 88% 62%, rgba(201,162,75,.07), transparent 28rem),
    #12100d;
}
#menu.section--alt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .18;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(7deg, transparent 0 18px, rgba(255,255,255,.025) 19px 20px),
    radial-gradient(rgba(255,255,255,.16) .55px, transparent .7px);
  background-size: auto, 5px 5px;
}
#menu .section-title { font-size: clamp(40px, 6vw, 68px); }
#menu .section-intro { max-width: 590px; }

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.menu-tabs {
  position: relative;
  display: flex;
  gap: 0;
  justify-content: center;
  margin: 46px 0 56px;
  padding: 0 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  border-block: 1px solid rgba(201,162,75,.18);
  background: rgba(8,7,6,.34);
}
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tab {
  position: relative;
  flex: 0 0 auto;
  min-height: 54px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  color: #8f8575;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease;
}
.menu-tab::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -1px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--ember);
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left;
  transition: transform .25s ease;
}
.menu-tab:hover { color: var(--text); }
.menu-tab.active { color: var(--gold-2); }
.menu-tab.active::after { transform: scaleX(1) rotate(-1deg); }
.menu-tab:focus-visible { outline: 2px solid var(--gold); outline-offset: -5px; }

.menu-category-head {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 24px;
}
.menu-category-kicker {
  color: var(--ember);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.menu-category-title {
  margin-top: 2px;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 56px);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.035em;
}
.menu-category-mark {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(280px, 70vw);
  margin-top: 15px;
  color: var(--gold);
  font-size: 10px;
}
.menu-category-mark i {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,162,75,.58));
}
.menu-category-mark i:last-child { transform: scaleX(-1); }
.menu-category-mark b { font-weight: 400; }

.menu-note {
  position: relative;
  width: fit-content;
  max-width: 680px;
  margin: 0 auto 38px;
  padding: 10px 18px;
  border: 1px solid rgba(201,162,75,.19);
  color: #b9ad99;
  background: rgba(201,162,75,.035);
  text-align: center;
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(40px, 6vw, 84px);
  row-gap: 0;
}
.menu-item {
  position: relative;
  display: grid;
  grid-template-columns: 20px 48px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-height: 112px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(201,162,75,.12);
}
.menu-item::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 1px;
  background: linear-gradient(90deg, var(--ember), transparent 42%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.menu-item:hover::after { transform: scaleX(1); }
.mi-number {
  padding-top: 7px;
  color: #62594c;
  font-family: var(--serif);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.mi-icon-wrap {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201,162,75,.20);
  border-radius: 50%;
  color: #c3b8a6;
  transform: rotate(-2deg);
  transition: color .25s ease, border-color .25s ease, transform .25s ease, background .25s ease;
}
.menu-item:hover .mi-icon-wrap {
  color: var(--gold-2);
  border-color: rgba(201,162,75,.55);
  background: rgba(201,162,75,.055);
  transform: rotate(1deg) translateY(-2px);
}
.menu-icon {
  width: 29px;
  height: 29px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.menu-icon [href="#mi-steak"] { stroke-width: 2.15; }
.menu-icon [href="#mi-chicken"] { stroke-width: 1.9; }
.menu-icon [href="#mi-cevapi"] { stroke-width: 1.8; }
.menu-icon [href="#mi-risotto"] { stroke-width: 1.55; }
.menu-item .mi-main { min-width: 0; }
.mi-heading {
  display: flex;
  align-items: baseline;
  min-width: 0;
  gap: 9px;
}
.menu-item .mi-name {
  flex: 0 1 auto;
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
.mi-leader {
  flex: 1 1 30px;
  min-width: 16px;
  height: 1em;
  border-bottom: 1px dotted rgba(179,168,147,.33);
}
.menu-item .mi-desc {
  max-width: 92%;
  margin: 6px 0 0;
  color: #9f9585;
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
  line-height: 1.45;
}
.menu-item .mi-price {
  position: relative;
  z-index: 0;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: var(--gold-2);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  isolation: isolate;
}
.menu-item .mi-price::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -7px -11px;
  border-radius: 999px;
  background: rgba(18,16,13,.98);
  box-shadow: 0 0 18px 14px rgba(18,16,13,.98);
  pointer-events: none;
}
.mi-price-icon {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--ember);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mi-tag {
  display: inline-flex;
  margin-top: 10px;
  padding: 3px 8px 2px;
  border: 1px solid rgba(181,69,43,.42);
  border-radius: 999px;
  color: #c88168;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}
.menu-is-changing .menu-category-head,
.menu-is-changing .menu-note,
.menu-is-changing .menu-item {
  animation: menu-enter .42s both;
}
.menu-is-changing .menu-item:nth-child(2n) { animation-delay: 35ms; }
.menu-is-changing .menu-item:nth-child(3n) { animation-delay: 70ms; }
@keyframes menu-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.menu-downloads {
  text-align: center;
  margin-top: 64px;
  padding-top: 30px;
  border-top: 1px solid rgba(201,162,75,.15);
}
.menu-downloads .menu-download-intro {
  max-width: 640px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.menu-downloads .menu-download-label {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}
.pdf-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.pdf-links a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px;
  font-size: 14px; font-weight: 600; color: var(--muted); transition: .2s;
}
.pdf-links a:hover { border-color: var(--gold); color: var(--gold-2); }

/* ---------- Scroll-scrub steak story ---------- */
.scroll-story {
  position: relative;
  min-height: 92vh;
  min-height: 92svh;
  overflow: clip;
  background: #080705;
}
.scroll-story.is-enhanced {
  height: 420vh;
  height: 420svh;
}
.scroll-story.is-reduced {
  height: auto;
  min-height: 85vh;
  min-height: 85svh;
}
.scroll-story-sticky {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  background: #080705;
}
.scroll-story.is-enhanced .scroll-story-sticky {
  position: sticky;
  top: 0;
}
.scroll-story.is-reduced .scroll-story-sticky {
  position: relative;
  height: 85vh;
  height: 85svh;
}
.scroll-story-fallback,
.scroll-story-canvas,
.scroll-story-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.scroll-story-fallback {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  transition: opacity .35s ease;
}
.scroll-story-canvas {
  z-index: 1;
  opacity: 0;
  transition: opacity .35s ease;
}
.scroll-story.is-canvas-ready .scroll-story-canvas { opacity: 1; }
.scroll-story.is-canvas-ready .scroll-story-fallback { opacity: 0; }
.scroll-story-shade {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,7,5,.76) 0%, rgba(8,7,5,.42) 31%, transparent 62%),
    linear-gradient(180deg, rgba(8,7,5,.28), transparent 34%, transparent 66%, rgba(8,7,5,.56));
}
.scroll-story-copy {
  position: absolute;
  z-index: 3;
  left: max(24px, calc((100vw - var(--maxw)) / 2 + 24px));
  width: min(590px, calc(100vw - 48px));
  color: var(--text);
  pointer-events: none;
  will-change: opacity, transform;
}
.scroll-story-copy--intro {
  top: 50%;
  transform: translateY(-50%);
}
.scroll-story-copy--outro {
  right: auto;
  bottom: 11%;
  left: max(24px, calc((100vw - var(--maxw)) / 2 + 24px));
  width: min(520px, calc(100vw - 48px));
  text-align: left;
  opacity: 0;
}
.scroll-story-doneness {
  position: absolute;
  z-index: 3;
  top: 17%;
  right: max(-12px, calc((100vw - var(--maxw)) / 2 - 88px));
  width: min(340px, calc(100vw - 32px));
  padding-left: 22px;
  border-left: 1px solid rgba(201,162,75,.52);
  color: var(--text);
  opacity: 0;
  pointer-events: none;
  text-shadow: 0 2px 18px rgba(0,0,0,.72);
  transform: translateX(56px);
  will-change: opacity;
}
.scroll-story-doneness > p {
  margin: 0 0 15px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}
.scroll-story-doneness ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scroll-story-doneness li {
  --doneness-color: #c9a24b;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 34px 1fr 46px;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(243,237,226,.13);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.2;
  cursor: default;
  transition: color .22s ease, border-color .22s ease, transform .22s ease;
}
.scroll-story-doneness li::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2px -10px;
  border-radius: 8px;
  background: linear-gradient(90deg, transparent, rgba(201,162,75,.05) 38%, rgba(201,162,75,.16));
  opacity: 0;
  transition: opacity .22s ease;
}
.scroll-story-doneness li:last-child { border-bottom: 0; }
.scroll-story-doneness li span {
  color: rgba(243,237,226,.5);
  font-family: var(--sans);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}
.scroll-story-doneness li::after {
  content: "";
  width: 46px;
  height: 3px;
  background: var(--doneness-color);
  box-shadow: 0 0 10px color-mix(in srgb, var(--doneness-color), transparent 35%);
  transform-origin: right;
  transition: transform .22s ease, box-shadow .22s ease;
}
.scroll-story-doneness li:nth-child(1) { --doneness-color: #9d3427; }
.scroll-story-doneness li:nth-child(2) { --doneness-color: #b84c2e; }
.scroll-story-doneness li:nth-child(3) { --doneness-color: #c96f3e; }
.scroll-story-doneness li:nth-child(4) { --doneness-color: #c99849; }
.scroll-story-doneness li:nth-child(5) { --doneness-color: #9a855b; }
@media (hover: hover) and (pointer: fine) {
  .scroll-story-doneness li:hover {
    color: #fff7e9;
    border-color: transparent;
    transform: scale(1.05);
  }
  .scroll-story-doneness li:hover::before { opacity: 1; }
  .scroll-story-doneness li:hover::after {
    transform: scaleX(1.18);
    box-shadow: 0 0 18px var(--doneness-color);
  }
  .scroll-story-doneness li:hover span { color: rgba(255,247,233,.78); }
}
.scroll-story-doneness li:active {
  color: #fff7e9;
  transform: scale(1.025);
}
.scroll-story-copy .eyebrow { margin-bottom: 18px; }
.scroll-story-copy h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .98;
  text-wrap: balance;
}
.scroll-story-copy > p:last-child {
  max-width: 510px;
  margin: 24px 0 0;
  color: #d8cebd;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
}
.scroll-story-copy--outro > p:last-child { margin-left: auto; }
.scroll-story-loader {
  position: absolute;
  z-index: 4;
  right: max(24px, calc((100vw - var(--maxw)) / 2 + 24px));
  bottom: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
  width: min(310px, calc(100vw - 48px));
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}
.scroll-story.is-enhanced .scroll-story-loader {
  opacity: 1;
  visibility: visible;
}
.scroll-story-loader strong {
  color: var(--gold-2);
  font-variant-numeric: tabular-nums;
}
.scroll-story-loader i {
  grid-column: 1 / -1;
  height: 2px;
  overflow: hidden;
  background: rgba(255,255,255,.14);
}
.scroll-story-loader b {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--ember), var(--gold-2));
  transition: width .15s linear;
}
.scroll-story.is-loaded .scroll-story-loader {
  opacity: 0;
  visibility: hidden;
}
.scroll-story.is-reduced .scroll-story-loader,
.scroll-story.is-reduced .scroll-story-hint {
  display: none;
}
.scroll-story-hint {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: rgba(243,237,226,.72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity .25s ease;
}
.scroll-story.is-enhanced .scroll-story-hint {
  opacity: 1;
  visibility: visible;
}
.scroll-story-hint i {
  position: relative;
  width: 1px;
  height: 32px;
  overflow: hidden;
  background: rgba(255,255,255,.2);
}
.scroll-story-hint i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold-2);
  animation: scroll-story-hint 1.8s ease-in-out infinite;
}
@keyframes scroll-story-hint {
  0% { transform: translateY(-105%); }
  55%, 100% { transform: translateY(105%); }
}

@media (max-width: 768px) {
  .scroll-story.is-enhanced {
    height: 360vh;
    height: 360svh;
  }
  .scroll-story-sticky { min-height: 520px; }
  .scroll-story-shade {
    background:
      linear-gradient(180deg, rgba(8,7,5,.48), transparent 28%, transparent 58%, rgba(8,7,5,.78)),
      linear-gradient(90deg, rgba(8,7,5,.5), transparent 74%);
  }
  .scroll-story-copy {
    right: 20px;
    left: 20px;
    width: auto;
  }
  .scroll-story-copy--intro {
    top: 17%;
    transform: none;
  }
  .scroll-story-copy--outro {
    top: auto;
    right: auto;
    bottom: 11%;
    left: 20px;
    width: min(76vw, 390px);
    text-align: left;
  }
  .scroll-story-doneness {
    top: 14%;
    right: 14px;
    width: min(340px, calc(100vw - 40px));
    padding-left: 14px;
    transform: none;
  }
  .scroll-story-doneness > p {
    margin-bottom: 9px;
    font-size: 9px;
  }
  .scroll-story-doneness li {
    grid-template-columns: 25px minmax(0, 1fr) 38px;
    gap: 7px;
    padding: 7px 0;
    font-size: 14px;
  }
  .scroll-story-doneness li::after {
    justify-self: end;
    width: 38px;
  }
  .scroll-story-copy h2 {
    font-size: clamp(36px, 11vw, 54px);
    line-height: 1;
  }
  .scroll-story-copy > p:last-child {
    max-width: 390px;
    margin-top: 18px;
    font-size: 15px;
  }
  .scroll-story-copy--outro > p:last-child { margin-left: 0; }
  .scroll-story-loader {
    right: 20px;
    bottom: 62px;
    width: min(270px, calc(100vw - 40px));
  }
  .scroll-story-hint { bottom: 16px; }
}

/* ---------- Gallery: two auto-scrolling rows (marquee) ---------- */
.marquee {
  margin-top: 44px;
  display: flex; flex-direction: column; gap: 18px;
  /* full-bleed edge to edge, with a soft fade on the left/right edges */
  width: 100vw; margin-left: calc(50% - 50vw);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.marquee-row { overflow: hidden; }
.marquee-track {
  display: flex; gap: 18px; width: max-content; will-change: transform;
}
.marquee-row[data-dir="ltr"] .marquee-track { animation: marquee-ltr var(--dur, 48s) linear infinite; }
.marquee-row[data-dir="rtl"] .marquee-track { animation: marquee-rtl var(--dur, 56s) linear infinite; }
/* the track holds the slides twice; shifting by 50% loops seamlessly */
@keyframes marquee-ltr { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes marquee-rtl { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.marquee-track figure {
  margin: 0; flex: 0 0 auto;
  width: 400px; height: 260px;
  overflow: hidden; border-radius: 12px; cursor: pointer; position: relative;
}
.marquee-track img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s ease;
}
.marquee-track figure:hover img { transform: scale(1.06); }
.marquee-track figure::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.4));
  opacity: 0; transition: opacity .3s;
}
.marquee-track figure:hover::after { opacity: 1; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8,7,6,.94);
  display: none; align-items: center; justify-content: center; padding: 30px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 10px; box-shadow: var(--shadow); }
.lightbox .lb-close, .lightbox .lb-nav {
  position: absolute; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  color: #fff; width: 48px; height: 48px; border-radius: 50%; cursor: pointer;
  font-size: 22px; display: flex; align-items: center; justify-content: center; transition: .2s;
}
.lightbox .lb-close:hover, .lightbox .lb-nav:hover { background: var(--gold); color: #23190a; }
.lightbox .lb-close { top: 24px; right: 24px; }
.lightbox .lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 24px; top: 50%; transform: translateY(-50%); }

/* ---------- Contact / Amenities ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px; box-shadow: var(--shadow);
}
.contact-card h3 { font-size: 24px; margin-bottom: 20px; }
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.contact-list li:last-child { border-bottom: 0; }
.contact-list .ico { color: var(--gold); flex: 0 0 22px; margin-top: 2px; }
.contact-list .lbl { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.contact-list .val { font-weight: 600; }
.contact-list a.val:hover { color: var(--gold-2); }

.amenities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.amenities span {
  font-size: 13px; color: var(--muted); background: var(--card-2);
  border: 1px solid var(--line); padding: 7px 14px; border-radius: 999px;
}
.payment-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.payment-logos li {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 58px;
  padding: 10px 14px;
  overflow: hidden;
  border: 1px solid rgba(201,162,75,.22);
  border-radius: 10px;
  background: #f4f0e8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 5px 15px rgba(0,0,0,.16);
}
.payment-logos img {
  width: 100%;
  max-width: 76px;
  height: 34px;
  object-fit: contain;
}
.payment-logos img[src$="maestro.svg"] { height: 40px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* ---------- Location ---------- */
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; filter: grayscale(.3) contrast(1.05); }

/* ---------- Footer ---------- */
.footer { background: #0a0908; border-top: 1px solid var(--line); padding: 56px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer h4 { font-family: var(--serif); font-size: 20px; margin: 0 0 14px; }
.footer p, .footer li { color: var(--muted); font-size: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer ul li { padding: 5px 0; }
.footer ul a:hover { color: var(--gold-2); }
.footer .fine { text-align: center; color: #6f6656; font-size: 12px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav-links {
    position: fixed; top: 72px; right: 0; height: calc(100vh - 72px); width: min(78vw, 320px);
    flex-direction: column; align-items: flex-start; gap: 4px;
    background: var(--bg-2); border-left: 1px solid var(--line);
    padding: 28px; transform: translateX(105%); transition: transform .3s ease;
  }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 18px; padding: 10px 0; width: 100%; }
  .hamburger { display: flex; }
  .about-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .menu-tabs { justify-content: flex-start; }
  .menu-grid { grid-template-columns: 1fr; gap: 0; }
  .section { padding: 72px 0; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .lang-toggle { gap: 1px; font-size: 11px; }
  .lang-toggle a { padding: 4px 5px; }
  .hero {
    min-height: 90vh;
    min-height: 90dvh;
  }
  .hero .container { padding-bottom: 46px; }
  .hero-inner { margin-top: 0; padding-top: 88px; }
  .hero-marquee { height: 46px; }
  .hero-marquee-group {
    gap: 20px;
    padding-inline: 20px;
  }
  .hero-marquee-group span { font-size: 14px; }
  .hero-marquee-group i { font-size: 8px; }
  .hero-cta { flex-direction: column; align-items: stretch; gap: 16px; }
  .btn { justify-content: center; }
  .hero-call { justify-content: center; align-self: center; }
  /* On mobile keep only the rating and opening status; drop the price fact */
  .hero-facts { gap: 8px 0; }
  .hero-facts .fact:nth-child(2) { display: none; }
  /* the rating is now followed directly by opening hours; keep a separator only after the first */
  .hero-facts .fact:first-child::after { margin: 0 12px; }
  /* smaller gallery cards on phones */
  .marquee-track figure { width: 280px; height: 190px; }
  #menu .container { padding-inline: 18px; }
  .menu-tabs {
    width: calc(100% + 36px);
    margin-left: -18px;
    padding-inline: 8px;
    scroll-padding-inline: 8px;
  }
  .menu-tab { min-height: 52px; padding-inline: 14px; font-size: 10px; }
  .menu-tab::after { left: 14px; right: 14px; }
  .menu-category-head { margin-bottom: 20px; }
  .menu-note { margin-bottom: 24px; font-size: 13px; }
  .menu-item {
    grid-template-columns: 16px 40px minmax(0, 1fr);
    gap: 9px;
    min-height: 102px;
    padding-block: 17px;
  }
  .mi-icon-wrap { width: 38px; height: 38px; }
  .menu-icon { width: 25px; height: 25px; }
  .mi-heading { flex-wrap: wrap; gap: 2px 7px; }
  .menu-item .mi-name { font-size: 16px; }
  .mi-leader { min-width: 12px; }
  .menu-item .mi-price { font-size: 16px; }
  /* On phones, protect a price only when the curved thread actually crosses it.
     The compact mask avoids dimming the dish name on the line above. */
  .menu-item .mi-price::before {
    inset: -3px -6px;
    border-radius: 7px;
    box-shadow: none;
    opacity: 0;
    transition: opacity .16s ease;
  }
  .menu-item .mi-price.is-thread-crossed::before {
    box-shadow: 0 0 8px 5px rgba(18,16,13,.94);
    opacity: 1;
  }
  .menu-item .mi-desc { max-width: 100%; margin-top: 5px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { transition: none; opacity: 1; transform: none; }
  .btn:hover, .marquee-track figure:hover img { transform: none; }
  .hero-marquee-track { animation: none; transform: none; }
  .hero-marquee-group:nth-child(2) { display: none; }
  .scroll-story {
    height: auto !important;
    min-height: 85vh;
    min-height: 85svh;
  }
  .scroll-story-sticky {
    position: relative !important;
    height: 85vh;
    height: 85svh;
  }
  .scroll-story-canvas,
  .scroll-story-loader,
  .scroll-story-hint {
    display: none;
  }
  .scroll-story-doneness li {
    transition: none;
  }
  .scroll-story-doneness li:hover,
  .scroll-story-doneness li:active {
    transform: none;
  }
  /* stop the marquee for users who prefer reduced motion */
  .marquee-track { animation: none !important; }
  .menu-is-changing .menu-category-head,
  .menu-is-changing .menu-note,
  .menu-is-changing .menu-item { animation: none; }
}
