/* ============================================================
   Caribbean Soul Kitchen | Design System
   Editorial Luxury: warm creme, diep marineblauw, goud
   ============================================================ */

:root {
  --cream: #FBF6EC;
  --cream-2: #F4EBDB;
  --cream-3: #EDE1CB;
  --ink: #14213D;
  --ink-soft: #3A4562;
  --ink-muted: #6B7288;
  --gold: #E8A818;
  --gold-deep: #C8890B;
  --mango: #E2703A;
  --white: #FFFFFF;
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-spring: cubic-bezier(0.34, 1.4, 0.4, 1);
  --radius-xl: 2rem;
  --radius-lg: 1.5rem;
  --shadow-ambient: 0 24px 80px -24px rgba(20, 33, 61, 0.18), 0 8px 28px -12px rgba(20, 33, 61, 0.10);
  --shadow-float: 0 32px 90px -20px rgba(20, 33, 61, 0.28);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.7;
  font-size: 1.0625rem;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

::selection { background: var(--gold); color: var(--ink); }

/* Filmkorrel over alles, vast en klikbaar-doorlatend */
.grain {
  position: fixed; inset: 0; z-index: 80; pointer-events: none; opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------------- Typografie ---------------- */

h1, h2, h3, .serif {
  font-family: 'Fraunces', serif;
  font-weight: 560;
  line-height: 1.06;
  letter-spacing: -0.015em;
  color: var(--ink);
}

h1 { font-size: clamp(2.6rem, 6.4vw, 5.2rem); }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); font-weight: 540; }

.serif-italic { font-family: 'Fraunces', serif; font-style: italic; font-weight: 480; color: var(--gold-deep); }

.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--ink-soft); max-width: 34em; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid rgba(20, 33, 61, 0.14);
  border-radius: 999px; padding: 0.35rem 0.95rem;
  font-size: 0.625rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-soft); background: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.6rem;
}
.eyebrow::before {
  content: ""; width: 6px; height: 6px; border-radius: 999px; background: var(--gold);
}

/* ---------------- Layout ---------------- */

.container { width: min(1180px, 100% - 3rem); margin-inline: auto; }
.section { padding-block: clamp(6rem, 10vw, 10rem); }
.section-tight { padding-block: clamp(4.5rem, 7vw, 7rem); }

.section-head { max-width: 640px; margin-bottom: clamp(3rem, 5vw, 4.5rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { margin-inline: auto; }
.section-head p { margin-top: 1.2rem; }

/* ---------------- Scroll reveal ---------------- */

.reveal {
  opacity: 0;
  transform: translateY(3.5rem);
  filter: blur(10px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease), filter 0.9s var(--ease);
  transition-delay: var(--d, 0s);
}
.reveal.in { opacity: 1; transform: translateY(0); filter: blur(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; filter: none; }
}

/* ---------------- Navigatie: zwevende pill ---------------- */

.nav-wrap {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: center;
  padding: 1.1rem 1rem 0;
  pointer-events: none;
}

.nav {
  pointer-events: auto;
  display: flex; align-items: center; gap: 1.75rem;
  background: rgba(251, 246, 236, 0.78);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(20, 33, 61, 0.10);
  box-shadow: 0 12px 40px -16px rgba(20, 33, 61, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  padding: 0.55rem 0.65rem 0.55rem 1.1rem;
  transition: box-shadow 0.6s var(--ease), background 0.6s var(--ease);
}

.nav-logo { display: flex; align-items: center; gap: 0.65rem; }
.nav-logo img { width: 40px; height: auto; }
.nav-logo span {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.02rem;
  letter-spacing: -0.01em; white-space: nowrap;
}

.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a {
  font-size: 0.86rem; font-weight: 500; color: var(--ink-soft);
  position: relative; padding: 0.3rem 0;
  transition: color 0.45s var(--ease);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 1.5px; background: var(--gold-deep);
  transition: right 0.5s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { right: 0; }
.nav-links a.active { color: var(--ink); font-weight: 600; }
.nav-links a.active::after { right: 0; }

/* Hamburger die morpht naar X */
.nav-burger {
  display: none; position: relative;
  width: 44px; height: 44px; border-radius: 999px;
  border: 1px solid rgba(20, 33, 61, 0.12);
  background: var(--white); cursor: pointer;
}
.nav-burger span {
  position: absolute; left: 12px; right: 12px; height: 1.6px;
  background: var(--ink); border-radius: 2px;
  transition: transform 0.5s var(--ease), opacity 0.3s var(--ease);
}
.nav-burger span:nth-child(1) { top: 16px; }
.nav-burger span:nth-child(2) { top: 22px; }
.nav-burger span:nth-child(3) { top: 28px; }
.nav-burger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobiel menu-overlay */
.menu-overlay {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(251, 246, 236, 0.88);
  backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 0.5rem;
  opacity: 0; visibility: hidden;
  transition: opacity 0.55s var(--ease), visibility 0.55s var(--ease);
}
.menu-overlay.open { opacity: 1; visibility: visible; }
.menu-overlay a {
  font-family: 'Fraunces', serif; font-size: clamp(2rem, 8vw, 3rem); font-weight: 540;
  color: var(--ink); padding: 0.35rem 1rem;
  opacity: 0; transform: translateY(2.4rem);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease), color 0.4s var(--ease);
}
.menu-overlay a:hover { color: var(--gold-deep); }
.menu-overlay.open a { opacity: 1; transform: translateY(0); }
.menu-overlay.open a:nth-child(1) { transition-delay: 0.08s; }
.menu-overlay.open a:nth-child(2) { transition-delay: 0.14s; }
.menu-overlay.open a:nth-child(3) { transition-delay: 0.20s; }
.menu-overlay.open a:nth-child(4) { transition-delay: 0.26s; }
.menu-overlay.open a:nth-child(5) { transition-delay: 0.32s; }
.menu-overlay.open a:nth-child(6) { transition-delay: 0.38s; }
.menu-overlay .overlay-note {
  margin-top: 1.6rem; font-size: 0.8rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink-muted);
  opacity: 0; transition: opacity 0.6s var(--ease) 0.45s;
}
.menu-overlay.open .overlay-note { opacity: 1; }

/* ---------------- Knoppen: pill met genest icoon ---------------- */

.btn {
  display: inline-flex; align-items: center; gap: 0.7rem;
  border-radius: 999px; padding: 0.55rem 0.6rem 0.55rem 1.5rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.92rem; font-weight: 600; cursor: pointer;
  border: none; white-space: nowrap;
  transition: transform 0.5s var(--ease-spring), box-shadow 0.5s var(--ease), background 0.5s var(--ease);
}
.btn:active { transform: scale(0.98); }

.btn .btn-ico {
  width: 34px; height: 34px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  transition: transform 0.5s var(--ease-spring);
}
.btn .btn-ico svg { width: 15px; height: 15px; }
.btn:hover .btn-ico { transform: translate(3px, -2px) scale(1.06); }

.btn-primary {
  background: var(--ink); color: var(--cream);
  box-shadow: 0 16px 36px -14px rgba(20, 33, 61, 0.55);
}
.btn-primary:hover { box-shadow: 0 22px 48px -14px rgba(20, 33, 61, 0.6); }
.btn-primary .btn-ico { background: rgba(251, 246, 236, 0.14); color: var(--gold); }

.btn-gold {
  background: var(--gold); color: var(--ink);
  box-shadow: 0 16px 36px -14px rgba(200, 137, 11, 0.55);
}
.btn-gold:hover { box-shadow: 0 22px 48px -12px rgba(200, 137, 11, 0.62); }
.btn-gold .btn-ico { background: rgba(20, 33, 61, 0.10); color: var(--ink); }

.btn-ghost {
  background: transparent; color: var(--ink);
  border: 1px solid rgba(20, 33, 61, 0.18);
}
.btn-ghost:hover { background: rgba(20, 33, 61, 0.04); }
.btn-ghost .btn-ico { background: rgba(20, 33, 61, 0.07); color: var(--ink); }

/* ---------------- Double-bezel kaarten ---------------- */

.bezel {
  padding: 0.45rem; border-radius: var(--radius-xl);
  background: rgba(20, 33, 61, 0.045);
  border: 1px solid rgba(20, 33, 61, 0.07);
}
.bezel-core {
  border-radius: calc(var(--radius-xl) - 0.45rem);
  background: var(--white);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9), var(--shadow-ambient);
  overflow: hidden; height: 100%;
  display: flex; flex-direction: column;
}

.bezel-dark { background: rgba(20, 33, 61, 0.10); border-color: rgba(20, 33, 61, 0.12); }
.bezel-dark .bezel-core { background: var(--ink); color: var(--cream); }

/* ---------------- Hero ---------------- */

.hero {
  position: relative;
  padding-top: clamp(8.5rem, 14vw, 11.5rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(52rem 32rem at 88% -10%, rgba(232, 168, 24, 0.13), transparent 60%),
    radial-gradient(40rem 30rem at -8% 25%, rgba(20, 33, 61, 0.07), transparent 55%);
}
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 5vw, 5rem); align-items: center;
}
.hero-copy .lead { margin-top: 1.6rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.4rem; }

.hero-meta {
  display: flex; flex-wrap: wrap; gap: 1.8rem;
  margin-top: 3rem; padding-top: 1.8rem;
  border-top: 1px solid rgba(20, 33, 61, 0.10);
}
.hero-meta div { font-size: 0.85rem; color: var(--ink-muted); }
.hero-meta strong { display: block; color: var(--ink); font-weight: 600; font-size: 0.95rem; }

.hero-visual { position: relative; }
.hero-visual .bezel { transform: rotate(1.6deg); }
.hero-visual .bezel-core img { width: 100%; height: clamp(24rem, 44vw, 34rem); object-fit: cover; }

.hero-chip {
  position: absolute; left: -1.4rem; bottom: 2.2rem; z-index: 2;
  transform: rotate(-2.5deg);
  display: flex; align-items: center; gap: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 1.2rem; padding: 0.8rem 1.2rem;
  box-shadow: var(--shadow-ambient);
}
.hero-chip img { width: 52px; height: 52px; flex: none; border-radius: 0.8rem; object-fit: cover; }
.hero-chip small { display: block; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted); }
.hero-chip strong { font-size: 0.92rem; }

/* ---------------- Ticker ---------------- */

.ticker {
  border-block: 1px solid rgba(20, 33, 61, 0.10);
  background: var(--cream-2);
  overflow: hidden; padding-block: 1.1rem;
}
.ticker-track {
  display: flex; gap: 3.5rem; width: max-content;
  animation: ticker 36s linear infinite;
}
.ticker span {
  font-family: 'Fraunces', serif; font-style: italic; font-size: 1.05rem;
  color: var(--ink-soft); white-space: nowrap;
  display: inline-flex; align-items: center; gap: 3.5rem;
}
.ticker span::after { content: ""; width: 7px; height: 7px; border-radius: 999px; background: var(--gold); flex: none; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------------- Bento grid ---------------- */

.bento {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: 1.3rem;
}
.bento .cell-lg { grid-column: span 7; }
.bento .cell-md { grid-column: span 5; }
.bento .cell-sm { grid-column: span 4; }

.dish-card .bezel-core { position: relative; }
.dish-card img { width: 100%; height: 17rem; object-fit: cover; transition: transform 1.2s var(--ease); }
.dish-card.tall img { height: 24rem; }
.dish-card:hover img { transform: scale(1.045); }
.dish-body { padding: 1.4rem 1.6rem 1.6rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex: 1; }
.dish-body h3 { margin-bottom: 0.2rem; }
.dish-body p { font-size: 0.88rem; color: var(--ink-muted); max-width: 26em; }
.dish-price {
  font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.25rem;
  color: var(--gold-deep); white-space: nowrap;
}

/* ---------------- Menu pagina ---------------- */

.menu-cat { margin-bottom: clamp(3.5rem, 6vw, 5.5rem); }
.menu-cat-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  margin-bottom: 1.8rem; padding-bottom: 1rem;
  border-bottom: 1px solid rgba(20, 33, 61, 0.12);
}
.menu-cat-head p { font-size: 0.9rem; color: var(--ink-muted); }

.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem 2.6rem; }

.menu-item {
  display: flex; align-items: baseline; gap: 0.8rem;
  padding: 0.85rem 0.2rem;
}
.menu-item .mi-name { font-weight: 600; font-size: 1rem; }
.menu-item .mi-name small { display: block; font-weight: 400; font-size: 0.84rem; color: var(--ink-muted); margin-top: 0.1rem; }
.menu-item .mi-dots { flex: 1; border-bottom: 1px dotted rgba(20, 33, 61, 0.28); transform: translateY(-4px); }
.menu-item .mi-price { font-family: 'Fraunces', serif; font-weight: 600; color: var(--gold-deep); white-space: nowrap; }

.menu-visual img { width: 100%; height: 100%; min-height: 16rem; object-fit: cover; }

.menu-split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 1.3rem; align-items: stretch; }
.menu-split.flip { grid-template-columns: 1.1fr 0.9fr; }
.menu-list-panel { padding: 2rem 2.2rem; }

/* ---------------- Standplaatsen ---------------- */

.spots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.spot-core { padding: 1.8rem 1.7rem; }
.spot-core small {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold-deep);
}
.spot-core h3 { margin: 0.5rem 0 0.3rem; }
.spot-core p { font-size: 0.9rem; color: var(--ink-muted); }
.spot-core .spot-time { font-weight: 600; color: var(--ink); font-size: 0.95rem; margin-top: 0.7rem; }
.spot-link {
  display: inline-flex; align-items: center; gap: 0.45rem;
  margin-top: 1.1rem; font-size: 0.85rem; font-weight: 600; color: var(--ink);
  border-bottom: 1px solid rgba(20, 33, 61, 0.25);
  padding-bottom: 0.15rem;
  transition: color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.spot-link:hover { color: var(--gold-deep); border-color: var(--gold-deep); }
.spot-link svg { width: 13px; height: 13px; }

/* ---------------- Quotes ---------------- */

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.quote-core { padding: 2rem 1.9rem; }
.quote-core blockquote {
  font-family: 'Fraunces', serif; font-size: 1.18rem; font-weight: 480;
  line-height: 1.45; color: var(--ink);
}
.quote-core figcaption { margin-top: 1.3rem; font-size: 0.82rem; color: var(--ink-muted); letter-spacing: 0.04em; }

/* ---------------- Split / editorial secties ---------------- */

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.split-visual img { width: 100%; height: clamp(22rem, 38vw, 30rem); object-fit: cover; }
.split-copy .lead { margin-top: 1.3rem; }
.split-copy .btn { margin-top: 2.2rem; }

.check-list { margin-top: 1.8rem; display: grid; gap: 0.9rem; }
.check-list li { display: flex; gap: 0.9rem; align-items: flex-start; font-size: 0.98rem; color: var(--ink-soft); }
.check-list li::before {
  content: ""; flex: none; width: 8px; height: 8px; border-radius: 999px;
  background: var(--gold); margin-top: 0.55rem;
}
.check-list strong { color: var(--ink); }

/* ---------------- CTA band ---------------- */

.cta-band { padding-block: clamp(5rem, 9vw, 8rem); }
.cta-core {
  padding: clamp(3rem, 6vw, 5rem);
  text-align: center; position: relative; overflow: hidden;
}
.cta-core::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(30rem 18rem at 15% 0%, rgba(232, 168, 24, 0.18), transparent 55%),
    radial-gradient(28rem 20rem at 90% 110%, rgba(226, 112, 58, 0.14), transparent 55%);
}
.cta-core > * { position: relative; }
.cta-core h2 { color: var(--cream); }
.cta-core p { color: rgba(251, 246, 236, 0.72); max-width: 34em; margin: 1.2rem auto 0; }
.cta-core .hero-ctas { justify-content: center; }

/* ---------------- Formulier ---------------- */

.form-grid { display: grid; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field label {
  display: block; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-muted); margin-bottom: 0.45rem;
}
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid rgba(20, 33, 61, 0.14);
  border-radius: 1rem; padding: 0.85rem 1.1rem;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.95rem;
  color: var(--ink); background: var(--white);
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--gold-deep);
  box-shadow: 0 0 0 4px rgba(232, 168, 24, 0.16);
}
.field textarea { min-height: 9rem; resize: vertical; }

/* ---------------- Footer ---------------- */

.footer {
  background: var(--ink); color: rgba(251, 246, 236, 0.78);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  margin-top: clamp(3rem, 6vw, 5rem);
}
.footer-inner { padding-block: clamp(4rem, 7vw, 6rem) 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer h4 {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem;
}
.footer a { transition: color 0.4s var(--ease); font-size: 0.94rem; }
.footer a:hover { color: var(--white); }
.footer li { margin-bottom: 0.55rem; }
.footer-brand img { width: 72px; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.92rem; max-width: 26em; }
.footer-base {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  margin-top: 3.5rem; padding-top: 1.8rem;
  border-top: 1px solid rgba(251, 246, 236, 0.14);
  font-size: 0.8rem; color: rgba(251, 246, 236, 0.5);
}

/* ---------------- Subpagina hero ---------------- */

.page-hero {
  padding-top: clamp(8.5rem, 13vw, 11rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
  position: relative; overflow: hidden;
}
.page-hero .lead { margin-top: 1.4rem; }

/* ---------------- Badges / kleine labels ---------------- */

.pill-note {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--cream-2); border: 1px solid rgba(20, 33, 61, 0.10);
  border-radius: 999px; padding: 0.45rem 1.05rem;
  font-size: 0.82rem; font-weight: 600; color: var(--ink-soft);
}
.pill-note::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: var(--mango); }

/* ---------------- Zwevende WhatsApp-knop (mobiel) ---------------- */

.wa-fab {
  position: fixed; right: 1.1rem; bottom: 1.2rem; z-index: 85;
  width: 58px; height: 58px; border-radius: 999px;
  background: var(--gold); color: var(--ink);
  display: none; align-items: center; justify-content: center;
  box-shadow: 0 18px 40px -12px rgba(200, 137, 11, 0.65), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  transition: transform 0.5s var(--ease-spring), box-shadow 0.5s var(--ease);
}
.wa-fab:active { transform: scale(0.94); }
.wa-fab svg { width: 26px; height: 26px; }

/* ---------------- Responsief ---------------- */

@media (max-width: 1140px) {
  .nav .btn { display: none; }
}

@media (max-width: 1020px) {
  .bento .cell-lg, .bento .cell-md, .bento .cell-sm { grid-column: span 6; }
  .spots { grid-template-columns: 1fr 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .wa-fab { display: flex; }
}

@media (max-width: 768px) {
  .nav { gap: 0.9rem; padding: 0.45rem 0.5rem 0.45rem 0.95rem; }
  .nav-logo span { font-size: 0.92rem; }

  .hero-grid, .split, .menu-split, .menu-split.flip { grid-template-columns: 1fr; }
  .hero-visual .bezel { transform: none; }
  .hero-chip { left: 0.8rem; bottom: 1rem; transform: none; }
  .hero-visual .bezel-core img { height: 20rem; }

  .bento { grid-template-columns: 1fr; gap: 1.1rem; }
  .bento .cell-lg, .bento .cell-md, .bento .cell-sm { grid-column: span 1; }
  .dish-card img, .dish-card.tall img { height: 15rem; }

  .menu-grid { grid-template-columns: 1fr; }
  .spots { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }

  /* voorkomt iOS-autozoom bij focus (minimaal 16px) */
  .field input, .field textarea, .field select { font-size: 1rem; }

  .menu-cat-head { flex-direction: column; align-items: flex-start; gap: 0.3rem; }
  .menu-item .mi-name small { max-width: 20em; }

  .section { padding-block: 4.5rem; }
  .container { width: min(1180px, 100% - 2rem); }
  .menu-list-panel { padding: 1.5rem 1.3rem; }
}
