/* ===========================================================
   Şanlıurfa İskender — Site Styles
   Apple-style: pure white, big type, lots of air.
   3 themes via [data-theme]: pure | warm | dark
   =========================================================== */

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html, body { margin: 0; padding: 0; }

:root {
  --font-display: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-text:    "Inter", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-serif:   "Fraunces", "Cormorant Garamond", "Times New Roman", serif;

  /* tracking presets */
  --tr-tight: -0.04em;
  --tr-display: -0.035em;
  --tr-body: -0.011em;

  /* layout */
  --maxw: 1240px;
  --gutter: clamp(20px, 4vw, 64px);
  --section-y: clamp(80px, 12vw, 160px);

  /* radii */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 32px;
}

/* -------- THEMES -------- */
[data-theme="pure"] {
  --bg: #ffffff;
  --bg-alt: #f5f5f7;
  --bg-soft: #fafafa;
  --fg: #1d1d1f;
  --fg-2: #424245;
  --fg-3: #6e6e73;
  --fg-4: #a1a1a6;
  --line: #e6e6e6;
  --line-soft: #f0f0f0;
  --accent: oklch(0.55 0.18 30);     /* urfa kırmızısı */
  --accent-soft: oklch(0.95 0.03 30);
  --accent-fg: #ffffff;
  --card: #ffffff;
  --card-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 8px 32px rgba(0,0,0,0.04);
}
[data-theme="warm"] {
  --bg: #faf6f0;
  --bg-alt: #f1ebe0;
  --bg-soft: #f6f0e6;
  --fg: #1a1410;
  --fg-2: #3d3530;
  --fg-3: #6b5f55;
  --fg-4: #9b8d80;
  --line: #e8dfd0;
  --line-soft: #f0e8d8;
  --accent: oklch(0.48 0.14 40);
  --accent-soft: oklch(0.92 0.04 50);
  --accent-fg: #faf6f0;
  --card: #ffffff;
  --card-shadow: 0 1px 2px rgba(60,40,20,0.04), 0 8px 32px rgba(60,40,20,0.05);
}
[data-theme="dark"] {
  --bg: #0a0a0c;
  --bg-alt: #131317;
  --bg-soft: #0f0f12;
  --fg: #f5f5f7;
  --fg-2: #d2d2d7;
  --fg-3: #86868b;
  --fg-4: #5d5d62;
  --line: #2a2a2e;
  --line-soft: #1a1a1d;
  --accent: oklch(0.72 0.14 70);  /* gold */
  --accent-soft: oklch(0.25 0.05 70);
  --accent-fg: #0a0a0c;
  --card: #131317;
  --card-shadow: 0 1px 2px rgba(0,0,0,0.5), 0 8px 32px rgba(0,0,0,0.4);
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: var(--tr-body);
  transition: background 0.4s ease, color 0.4s ease;
}

img { max-width: 100%; display: block; }
a  { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

/* -------- TYPOGRAPHY -------- */
.display-1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(48px, 9vw, 112px); line-height: 1.02; letter-spacing: var(--tr-tight); }
.display-2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(40px, 6vw, 80px);  line-height: 1.04; letter-spacing: var(--tr-tight); }
.h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(36px, 5vw, 64px); line-height: 1.06; letter-spacing: var(--tr-display); margin: 0; }
.h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.1;  letter-spacing: var(--tr-display); margin: 0; }
.h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2;  letter-spacing: -0.02em; margin: 0; }
.eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--fg-3);
}
.section-head .eyebrow {
  color: var(--accent);
}
.section-head .eyebrow::before, .section-head .eyebrow::after {
  content: "";
  display: inline-block;
  width: 22px; height: 1px;
  background: currentColor;
  opacity: 0.5;
  vertical-align: middle;
  margin: 0 12px;
}
.lede { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; color: var(--fg-2); letter-spacing: -0.01em; }
.muted { color: var(--fg-3); }
.serif { font-family: var(--font-serif); font-style: italic; font-weight: 400; }

/* -------- LAYOUT -------- */
.container { max-width: var(--maxw); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding-top: var(--section-y); padding-bottom: var(--section-y); position: relative; }
.section--soft { background: var(--bg-soft); }
.section--alt  { background: var(--bg-alt); }
.section--catering { padding-top: clamp(32px, 4vw, 56px); padding-bottom: clamp(32px, 4vw, 56px); }
.section-head {
  max-width: 880px;
  margin: 0 auto clamp(40px, 6vw, 80px);
  text-align: center;
}
.section-head .eyebrow { margin-bottom: 16px; }
.section-head .lede { margin-left: auto; margin-right: auto; max-width: 640px; }
.section-head .h1, .section-head .h2 { margin-left: auto; margin-right: auto; }
@media (max-width: 720px) {
  .section-head { margin-bottom: 36px; }
}

/* -------- NAV -------- */
.nav {
  position: sticky; top: 0; z-index: 80;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 60%, transparent);
}
.nav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 24px;
  height: 48px;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.nav-brand {
  font-family: var(--font-serif); font-style: italic; font-weight: 500;
  font-size: 18px; letter-spacing: -0.02em;
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--fg);
  white-space: nowrap;
}
.nav-brand .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
}
.nav-links a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: var(--fg-2);
  opacity: 0.86;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.nav-links a:hover { opacity: 1; color: var(--fg); }
.nav-actions { display: inline-flex; gap: 8px; align-items: center; justify-self: end; }
.lang-btn {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: var(--fg-2);
  background: transparent;
  transition: all 0.2s;
}
.lang-btn:hover { border-color: var(--fg-3); color: var(--fg); }
.nav-actions .btn-sm { padding: 6px 14px; font-size: 12px; }
.nav-mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  padding: 0;
  margin-right: 4px;
  border-radius: 8px;
  color: var(--fg);
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav-mobile-toggle:hover { background: var(--bg-alt); }
@media (max-width: 800px) {
  .nav-links { display: none; }
  .nav-mobile-toggle { display: inline-flex; }
  .nav-inner { column-gap: 10px; padding-left: 14px; padding-right: 14px; }
  .nav-actions { gap: 6px; }
  .nav-actions .btn { padding: 7px 12px; font-size: 12px; }
  .lang-btn { padding: 4px 8px; font-size: 11px; }
}
@media (max-width: 420px) {
  .nav-brand { font-size: 16px; }
  .nav-actions .btn { padding: 6px 10px; font-size: 11px; }
}

/* -------- MOBILE DRAWER -------- */
.mobile-drawer {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0);
  z-index: 200;
  visibility: hidden;
  transition: background 0.25s ease, visibility 0s linear 0.25s;
}
.mobile-drawer.open {
  background: rgba(0,0,0,0.45);
  visibility: visible;
  transition: background 0.25s ease;
}
.mobile-drawer-panel {
  position: absolute; top: 0; left: 0; bottom: 0;
  width: min(320px, 86vw);
  background: var(--bg);
  box-shadow: 4px 0 32px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
  padding: 18px 22px 22px;
}
.mobile-drawer.open .mobile-drawer-panel { transform: translateX(0); }
.mobile-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-soft);
}
.mobile-drawer-close {
  width: 36px; height: 36px;
  border: none; background: transparent;
  font-size: 28px; line-height: 1; color: var(--fg-3);
  cursor: pointer; border-radius: 8px;
}
.mobile-drawer-close:hover { background: var(--bg-alt); color: var(--fg); }
.mobile-drawer-links {
  display: flex; flex-direction: column;
  gap: 4px;
  padding: 18px 0;
  flex: 1;
  overflow-y: auto;
}
.mobile-drawer-links a {
  display: block;
  padding: 14px 12px;
  border-radius: 10px;
  font-size: 16px;
  color: var(--fg);
  text-decoration: none;
  transition: background 0.15s;
}
.mobile-drawer-links a:hover { background: var(--bg-alt); }
.mobile-drawer-foot {
  display: flex; flex-direction: column; gap: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}
.mobile-drawer-foot .btn { width: 100%; }

/* -------- HERO MOBILE: hide visual photo -------- */
@media (max-width: 800px) {
  .hero-visual { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-meta { gap: 28px; }
}

/* -------- BUTTONS -------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 100px;
  font-size: 15px; font-weight: 500; letter-spacing: -0.01em;
  transition: all 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
  white-space: nowrap;
}
.btn-primary { background: var(--fg); color: var(--bg); }
.btn-primary:hover { transform: translateY(-1px); }
.btn-accent { background: var(--accent); color: var(--accent-fg); }
.btn-accent:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn-ghost { color: var(--fg); }
.btn-ghost:hover { color: var(--accent); }
.btn-outline { border: 1px solid var(--fg); color: var(--fg); }
.btn-outline:hover { background: var(--fg); color: var(--bg); }
.btn-sm { padding: 8px 16px; font-size: 13px; }
.btn-lg { padding: 18px 32px; font-size: 16px; }

.arrow-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--accent); font-weight: 500; font-size: 15px;
  transition: gap 0.2s;
}
.arrow-link:hover { gap: 10px; }

/* -------- HERO -------- */
.hero {
  min-height: max(540px, calc(100vh - 48px));
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding: 80px 0 60px;
}
.hero-grid {
  display: grid; gap: clamp(40px, 6vw, 80px);
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-grid > .reveal { text-align: center; }
  .hero-grid > .reveal .hero-kicker { justify-content: center; }
  .hero-grid > .reveal .hero-cta { justify-content: center; }
  .hero-grid > .reveal .hero-logo { margin-left: auto; margin-right: auto; }
  .hero-grid > .reveal .hero-sub { margin-left: auto; margin-right: auto; }
}
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--fg-3); font-size: 13px; letter-spacing: 0.04em; margin-bottom: 22px; }
.hero-kicker .pin { width: 14px; height: 14px; border-radius: 50%; background: var(--accent); display: inline-block; }
.hero-title { margin: 0 0 24px; }
.hero-title .accent { color: var(--accent); font-family: var(--font-serif); font-style: italic; font-weight: 400; }
.hero-sub { font-size: clamp(17px, 1.5vw, 21px); color: var(--fg-2); max-width: 540px; line-height: 1.5; margin: 0 0 36px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-visual {
  aspect-ratio: 4/5;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--bg-alt);
  box-shadow: var(--card-shadow);
  position: relative;
}
.hero-meta {
  display: flex; gap: 48px; margin-top: 56px; flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.hero-meta-item { text-align: center; }
.hero-meta-item .num { font-family: var(--font-display); font-weight: 600; font-size: 28px; letter-spacing: -0.02em; }
.hero-meta-item .lbl { font-size: 12px; color: var(--fg-3); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 2px; }

/* -------- PHOTO PLACEHOLDER -------- */
.photo {
  position: relative; width: 100%; height: 100%;
  background: var(--bg-alt);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.photo[data-empty="true"] {
  background:
    repeating-linear-gradient(135deg,
      var(--bg-alt) 0, var(--bg-alt) 14px,
      var(--bg-soft) 14px, var(--bg-soft) 28px);
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-label {
  position: absolute; inset: auto 0 16px 0;
  text-align: center;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px; color: var(--fg-3); letter-spacing: 0.05em;
  pointer-events: none;
}

/* -------- MENU SECTION -------- */
.section--menu { padding-top: clamp(32px, 4vw, 56px); }
.section--menu > .container { max-width: 1320px; }
.section--menu .section-head { margin-bottom: clamp(24px, 3vw, 40px); }

.cat-rail-frame {
  position: relative;
  width: 100%;
  margin-bottom: clamp(48px, 7vw, 96px);
}
.rail-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  color: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.15s ease;
}
.rail-arrow:hover {
  background: rgba(255, 255, 255, 0.96);
  color: rgba(0, 0, 0, 0.92);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 12px 32px rgba(0, 0, 0, 0.12);
}
.rail-arrow:active { transform: translateY(-50%) scale(0.94); }
.rail-arrow--prev { left: clamp(10px, 1.6vw, 28px); }
.rail-arrow--next { right: clamp(10px, 1.6vw, 28px); }
[data-theme="dark"] .rail-arrow {
  background: rgba(40, 40, 44, 0.7);
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.06);
}
[data-theme="dark"] .rail-arrow:hover {
  background: rgba(60, 60, 64, 0.92);
  color: #fff;
}
@media (max-width: 600px) {
  .rail-arrow { width: 38px; height: 38px; }
  .rail-arrow--prev { left: 8px; }
  .rail-arrow--next { right: 8px; }
}
.cat-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(220px, 22vw, 280px);
  gap: clamp(12px, 1.4vw, 20px);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  padding: 4px max(var(--gutter), calc((100vw - 1320px) / 2 + var(--gutter))) 18px;
  scroll-padding-left: max(var(--gutter), calc((100vw - 1320px) / 2 + var(--gutter)));
}
.cat-rail::-webkit-scrollbar { display: none; }

.cat-card {
  position: relative;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: clamp(360px, 38vw, 440px);
  padding: clamp(20px, 1.8vw, 28px);
  border-radius: var(--r-xl);
  border: 1px solid transparent;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  font-family: inherit;
}
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--card-shadow); }
.cat-card.is-active {
  border-color: color-mix(in srgb, var(--accent) 60%, transparent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 30%, transparent), var(--card-shadow);
}
.cat-card-top { display: flex; flex-direction: column; gap: 4px; }
.cat-card-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.1;
}
.cat-card-sub {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  opacity: 0.66;
}
.cat-card-photo {
  position: relative;
  width: 100%;
  flex: 1 1 0;
  min-height: 180px;
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.cat-card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cat-card-photo[data-empty="true"] {
  background:
    repeating-linear-gradient(135deg,
      rgba(0,0,0,0.05) 0, rgba(0,0,0,0.05) 12px,
      rgba(0,0,0,0.02) 12px, rgba(0,0,0,0.02) 24px);
}

.cat-card--light {
  background: var(--card);
  color: var(--fg);
  border: 1px solid var(--line-soft);
}
.cat-card--cream { background: oklch(0.96 0.02 60); color: #1a1410; }
[data-theme="dark"] .cat-card--cream { background: oklch(0.22 0.04 60); color: var(--fg); }
.cat-card--blue { background: oklch(0.92 0.04 240); color: #0a1a2c; }
[data-theme="dark"] .cat-card--blue { background: oklch(0.28 0.06 240); color: var(--fg); }
.cat-card--dark { background: #1d1d1f; color: #f5f5f7; }
.cat-card--dark .cat-card-photo[data-empty="true"] {
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,0.06) 0, rgba(255,255,255,0.06) 12px,
      rgba(255,255,255,0.02) 12px, rgba(255,255,255,0.02) 24px);
}

.menu-items-block { max-width: 980px; margin: 0 auto; }

/* -------- MENU GRID -------- */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px clamp(40px, 6vw, 80px);
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .menu-grid { grid-template-columns: 1fr; gap: 4px; }
}

.menu-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 8px;
  margin: 0 -8px;
  border-bottom: 1px solid var(--line-soft);
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.18s ease, opacity 0.2s ease;
}
.menu-card:hover { background: var(--bg-alt); opacity: 1; }
.menu-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.menu-card-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-alt);
  display: block;
}
.menu-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.menu-card:hover .menu-card-thumb img { transform: scale(1.06); }
.menu-card-thumb[data-empty="true"] {
  background:
    repeating-linear-gradient(135deg,
      var(--bg-alt) 0, var(--bg-alt) 8px,
      var(--bg-soft) 8px, var(--bg-soft) 16px);
}
.menu-card-body { flex: 1 1 auto; min-width: 0; }
.menu-card-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  width: 100%;
}
.menu-card-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
  flex: 0 1 auto;
  color: var(--fg);
}
.menu-card-leader {
  flex: 1 1 auto;
  height: 0;
  border-bottom: 1.5px dotted var(--fg-4);
  opacity: 0.55;
  transform: translateY(-3px);
  min-width: 16px;
}
.menu-card-price {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--accent);
  white-space: nowrap;
  flex: 0 0 auto;
}

/* -------- ABOUT -------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
.about-photo { aspect-ratio: 4/5; border-radius: var(--r-xl); overflow: hidden; background: var(--bg-alt); }
.about-body p { font-size: clamp(17px, 1.4vw, 19px); line-height: 1.6; color: var(--fg-2); }
.about-body .h1 { margin-bottom: 28px; }

/* specialty grid */
.spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.spec-item { background: var(--card); padding: 36px 28px; }
.spec-item .num { font-family: var(--font-serif); font-style: italic; font-size: 28px; color: var(--accent); margin-bottom: 16px; }
.spec-item h4 { font-family: var(--font-display); font-weight: 500; font-size: 19px; letter-spacing: -0.02em; margin: 0 0 8px; }
.spec-item p { font-size: 14px; color: var(--fg-3); margin: 0; line-height: 1.5; }

/* -------- GALLERY -------- */
.gallery-rail-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery-strip {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: max-content;
  padding: 4px 0 18px;
  animation: gallery-marquee 70s linear infinite;
  will-change: transform;
}
.gallery-tile {
  flex-shrink: 0;
  width: clamp(180px, 24vw, 260px);
  height: calc(2 * clamp(140px, 22vw, 240px) + 12px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gallery-tile--tall .gallery-item { flex: 1 1 100%; min-height: 0; }
.gallery-tile--pair .gallery-item { flex: 1 1 50%; min-height: 0; }
.gallery-rail-frame:hover .gallery-strip,
.gallery-rail-frame.is-paused .gallery-strip {
  animation-play-state: paused;
}
@keyframes gallery-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(var(--marquee-distance, -50%), 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-strip { animation: none; }
}
.gallery-strip .gallery-item {
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg-alt);
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.gallery-strip .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.gallery-strip .gallery-item:hover img { transform: scale(1.04); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(10, 10, 12, 0.55);
  -webkit-backdrop-filter: saturate(140%) blur(22px);
  backdrop-filter: saturate(140%) blur(22px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vh, 64px) clamp(16px, 4vw, 80px);
  animation: lightbox-in 0.22s cubic-bezier(0.2, 0.7, 0.2, 1);
}
@keyframes lightbox-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.lightbox-figure {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.lightbox-figure img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 140px);
  width: auto;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}
.menu-zoom-card {
  background: var(--card);
  color: var(--fg);
  border-radius: 22px;
  width: min(480px, 92vw);
  max-height: calc(100vh - 80px);
  overflow: hidden auto;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
}
.menu-zoom-photo {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--bg-alt);
  overflow: hidden;
  flex-shrink: 0;
}
.menu-zoom-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.menu-zoom-body {
  padding: 24px clamp(20px, 4vw, 32px) 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.menu-zoom-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 14px;
}
.menu-zoom-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 26px);
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.2;
}
.menu-zoom-price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 24px);
  color: var(--accent);
  white-space: nowrap;
}
.menu-zoom-includes {
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.5;
  margin: 0;
}
.menu-zoom-includes-label {
  font-weight: 500;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  display: block;
  margin-bottom: 4px;
}
.menu-zoom-desc {
  font-size: 14px;
  color: var(--fg-3);
  line-height: 1.55;
  margin: 0;
}

.menu-card-includes {
  font-weight: 400;
  color: var(--fg-3);
  font-size: 14px;
  letter-spacing: -0.005em;
}
.lightbox-figure figcaption {
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.01em;
}
.lightbox-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.15s ease;
  z-index: 1001;
}
.lightbox-btn:hover { background: rgba(255, 255, 255, 0.28); }
.lightbox-btn:active { transform: scale(0.94); }
.lightbox-close { top: clamp(16px, 3vh, 28px); right: clamp(16px, 3vw, 28px); }
.lightbox-prev { left: clamp(12px, 2vw, 28px); top: 50%; transform: translateY(-50%); }
.lightbox-next { right: clamp(12px, 2vw, 28px); top: 50%; transform: translateY(-50%); }
.lightbox-prev:active { transform: translateY(-50%) scale(0.94); }
.lightbox-next:active { transform: translateY(-50%) scale(0.94); }
@media (max-width: 600px) {
  .lightbox-btn { width: 40px; height: 40px; }
}

/* -------- ORDER -------- */
.order-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.order-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  row-gap: 4px;
  align-items: start;
  transition: all 0.3s;
  min-height: 0;
  flex: 1 1 280px;
  max-width: 340px;
}
.order-card .order-card-icon { grid-row: 1 / span 3; align-self: center; }
.order-card h4 { grid-column: 2; grid-row: 1; }
.order-card p { grid-column: 2; grid-row: 2; flex: 0 1 auto; }
.order-card .arrow-link { grid-column: 2; grid-row: 3; margin-top: 6px; font-size: 13px; }
@media (max-width: 520px) {
  .order-card { max-width: 100%; flex-basis: 100%; }
}
.order-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.order-card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 18px;
  overflow: hidden;
  flex-shrink: 0;
  transition: width 0.2s ease, height 0.2s ease;
}
.order-card-icon:has(img) {
  width: 64px; height: 64px;
  border-radius: 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
[data-theme="dark"] .order-card-icon:has(img) {
  background: transparent;
}
.order-card-icon img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.order-card-icon svg { display: block; }
.order-card h4 { font-family: var(--font-display); font-weight: 500; font-size: 18px; letter-spacing: -0.02em; margin: 0; line-height: 1.25; }
.order-card p { font-size: 13px; color: var(--fg-3); margin: 0; line-height: 1.5; }

/* -------- CONTACT -------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-list { display: flex; flex-direction: column; gap: 32px; }
.contact-item .lbl { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 6px; }
.contact-item .val { font-family: var(--font-display); font-size: clamp(20px, 2vw, 24px); letter-spacing: -0.02em; font-weight: 500; }
.contact-item .val a { transition: color 0.2s; }
.contact-item .val a:hover { color: var(--accent); }
.map-wrap { aspect-ratio: 4/3; border-radius: var(--r-lg); overflow: hidden; background: var(--bg-alt); border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.map-fallback {
  width: 100%; height: 100%;
  background: repeating-linear-gradient(45deg, var(--bg-alt) 0 12px, var(--bg-soft) 12px 24px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  color: var(--fg-3);
  text-align: center; padding: 24px;
}

/* -------- HOURS -------- */
.hours-table { width: 100%; max-width: 480px; }
.hours-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line-soft); font-size: 15px; }
.hours-row:last-child { border-bottom: 0; }
.hours-row.today { color: var(--accent); font-weight: 500; }

.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 100px; font-size: 13px; font-weight: 500; background: var(--bg-alt); }
.status-pill .dot-live { width: 8px; height: 8px; border-radius: 50%; }
.status-pill[data-open="true"]  .dot-live { background: oklch(0.7 0.18 145); box-shadow: 0 0 0 4px color-mix(in srgb, oklch(0.7 0.18 145) 25%, transparent); }
.status-pill[data-open="false"] .dot-live { background: var(--fg-4); }

/* -------- FAQ -------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); padding: 24px 0; }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; font-size: clamp(17px, 1.5vw, 20px); font-weight: 500; letter-spacing: -0.01em; }
.faq-toggle { width: 24px; height: 24px; flex-shrink: 0; position: relative; transition: transform 0.3s; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; background: var(--fg); }
.faq-toggle::before { left: 0; right: 0; top: 50%; height: 1.5px; transform: translateY(-50%); }
.faq-toggle::after  { top: 0; bottom: 0; left: 50%; width: 1.5px; transform: translateX(-50%); transition: opacity 0.3s; }
.faq-item[data-open="true"] .faq-toggle::after { opacity: 0; }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), margin 0.4s;
  color: var(--fg-2); font-size: 16px; line-height: 1.6;
}
.faq-item[data-open="true"] .faq-a { max-height: 240px; margin-top: 16px; }

/* -------- REVIEWS -------- */
.reviews-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
.review-card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 28px;
  flex: 1 1 280px;
  max-width: 340px;
}
@media (max-width: 520px) {
  .review-card { max-width: 100%; flex-basis: 100%; }
}
.review-stars { color: var(--accent); margin-bottom: 14px; letter-spacing: 2px; font-size: 15px; }
.review-text { font-size: 16px; line-height: 1.55; color: var(--fg-2); margin: 0 0 18px; }
.review-name { font-size: 13px; color: var(--fg-3); font-weight: 500; }
.google-rating { display: flex; align-items: baseline; gap: 16px; margin-bottom: 12px; }
.google-rating .big { font-family: var(--font-display); font-weight: 600; font-size: clamp(48px, 6vw, 80px); letter-spacing: -0.04em; }
.google-rating .stars { color: var(--accent); font-size: 22px; letter-spacing: 4px; }

/* -------- CATERING -------- */
.catering {
  background: var(--fg);
  color: var(--bg);
  border-radius: var(--r-xl);
  padding: clamp(40px, 6vw, 80px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
}
[data-theme="dark"] .catering { background: var(--accent-soft); color: var(--fg); border: 1px solid var(--line); }
@media (max-width: 800px) { .catering { grid-template-columns: 1fr; } }
.catering .eyebrow { color: var(--accent); }
.catering h2 { color: inherit; }
.catering p { color: color-mix(in srgb, currentColor 75%, transparent); font-size: 17px; line-height: 1.55; }
.catering .btn-primary { background: var(--bg); color: var(--fg); }

/* -------- FOOTER -------- */
.footer {
  background: var(--bg-alt);
  padding: 60px 0 28px;
  border-top: 1px solid var(--line-soft);
  margin-top: 0;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-brand { font-family: var(--font-serif); font-style: italic; font-size: 22px; margin-bottom: 12px; }
.footer h5 { font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-3); margin: 0 0 16px; font-weight: 500; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer ul a { color: var(--fg-2); font-size: 14px; transition: color 0.2s; }
.footer ul a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line-soft); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--fg-3); }

/* -------- FLOATING WHATSAPP -------- */
.fab-whatsapp {
  position: fixed; bottom: 24px; right: 24px; z-index: 70;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s;
}
.fab-whatsapp:hover { transform: scale(1.05); }

/* -------- ANIMATIONS -------- */
/* Content is always visible by default (opacity: 1).
   .reveal only adds a subtle transform that animates away on .in,
   so a missing observer fire NEVER hides content. */
.reveal { transform: translateY(14px); transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.in { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { transform: none; transition: none; }
}

/* utility */
.flex { display: flex; }
.gap-12 { gap: 12px; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }
.center { text-align: center; }

/* -------- SOCIAL ICONS (footer) -------- */
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 32px 0 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--card);
  border: 1px solid var(--line-soft);
  color: var(--fg-2);
  text-decoration: none;
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.social-link:hover {
  transform: translateY(-2px);
  color: var(--accent);
  border-color: var(--line);
}
.social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}
.social-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}
.social-fallback {
  font-size: 14px;
  font-weight: 600;
}

/* -------- CONTACT SOCIAL LINK -------- */
.contact-social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.contact-social-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 6px;
}

/* -------- HERO LOGO -------- */
.hero-logo {
  display: block;
  max-width: min(560px, 100%);
  width: auto;
  height: auto;
  margin: 0 0 28px;
}

/* -------- ORDER PLATFORMS BAR -------- */
.platforms-bar {
  padding: clamp(48px, 7vw, 80px) 0 clamp(40px, 6vw, 64px);
  border-top: 1px solid var(--line-soft);
  background: var(--bg);
}
.platforms-head {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 520px;
}
.platforms-head .eyebrow {
  display: inline-block;
}
.platforms-head p {
  margin: 8px 0 0;
  color: var(--fg-3);
  font-size: 15px;
}
.platforms-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 36px);
  max-width: 880px;
  margin: 0 auto;
}
.platform-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  min-width: 120px;
  padding: 8px 18px;
  border-radius: var(--r-md);
  background: var(--card);
  border: 1px solid var(--line-soft);
  text-decoration: none;
  color: var(--fg);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.platform-chip:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow);
  border-color: var(--line);
}
.platform-chip img {
  max-height: 36px;
  max-width: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.platform-fallback {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.platform-fallback .initial {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
}
@media (max-width: 540px) {
  .platforms-row { gap: 14px; }
  .platform-chip { height: 48px; min-width: 96px; padding: 6px 12px; }
  .platform-chip img { max-height: 28px; max-width: 100px; }
}
