.elementor-3272 .elementor-element.elementor-element-b49bf0e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b49bf0e */@import url("https://use.typekit.net/txq0qpl.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");

:root {
    --red: #A61E22; --red-deep: #7E1317; --orange: #D94B2B;
    --gold: #C59B57; --cream: #E8D8C3;
    --black: #0E0E0E; --soft: #161616; --steel: #2B2B2B; --steel-2: #1A1A1A;
    --warm: #F3EEE8; --grey: #8A8A8A;
    --display: "neulis-neue", "Inter", sans-serif;
    --head: "neulis-neue", Inter, sans-serif;
    --body: "Inter", system-ui, sans-serif;
    --mono: "JetBrains Mono", ui-monospace, monospace;
    --grad-heat: linear-gradient(135deg, #7E1317 0%, #A61E22 45%, #D94B2B 100%);
    --grad-steel: linear-gradient(180deg, #0E0E0E 0%, #1A1A1A 100%);
    --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  * { box-sizing: border-box; }
  html, body { margin: 0; background: var(--black); color: var(--warm); font-family: var(--body); -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
  img { display: block; max-width: 100%; }
  ::selection { background: var(--red); color: var(--warm); }

  .wrap { max-width: 1440px; margin: 0 auto; padding: 0 48px; }
  @media (max-width: 720px) { .wrap { padding: 0 24px; } }

  /* ---------- Nav ---------- */
  nav.top { position: fixed; top: 0; left: 0; right: 0; z-index: 60; transition: background 250ms var(--ease), border-color 250ms var(--ease); border-bottom: 1px solid transparent; }
  nav.top.scrolled { background: rgba(14,14,14,0.78); backdrop-filter: blur(18px) saturate(120%); -webkit-backdrop-filter: blur(18px) saturate(120%); border-bottom-color: rgba(255,255,255,0.06); }
  .nav-row { display: flex; align-items: center; gap: 32px; height: 72px; }
  .brand { font-family: var(--display); font-size: 24px; letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; }
  .brand-logo { height: 40px !important; width: auto !important; max-width: 180px; display: block; }
  .brand .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--red); box-shadow: 0 0 16px rgba(166,30,34,0.7); }
  .nav-links { display: flex; gap: 32px; margin-left: 16px; }
  .nav-links a { font-family: var(--head); font-weight: 600; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(243,238,232,0.65); transition: color 200ms; }
  .nav-links a:hover { color: var(--warm); }
  .nav-cta { margin-left: auto; display: flex; gap: 12px; align-items: center; }
  .btn { font-family: var(--head); font-weight: 700; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 22px; border-radius: 999px; transition: transform 220ms var(--ease), filter 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease); cursor: pointer; display: inline-flex; align-items: center; gap: 10px; }
  .btn-primary { background: var(--red); color: var(--warm); box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset, 0 12px 28px -10px rgba(166,30,34,0.6); }
  .btn-primary:hover { transform: translateY(-2px); filter: brightness(1.08); }
  .btn-primary:active { transform: translateY(0); filter: brightness(0.92); }
  .btn-ghost { border: 1px solid rgba(243,238,232,0.35); color: var(--warm); }
  .btn-ghost:hover { background: var(--warm); color: var(--black); border-color: var(--warm); }
  .btn-line { padding: 4px 0; border-radius: 0; border-bottom: 1px solid var(--warm); }
  .btn-line:hover { opacity: 0.75; }
  .nav-burger { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid rgba(243,238,232,0.16); }
  .nav-burger span { width: 20px; height: 2px; background: var(--warm); border-radius: 2px; transition: transform 220ms var(--ease), opacity 180ms; }
  .nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-burger.open span:nth-child(2) { opacity: 0; }
  .nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-mobile { display: none; flex-direction: column; gap: 4px; padding: 12px 24px 22px;
    background: rgba(14,14,14,0.97); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(243,238,232,0.08); }
  .nav-mobile a:not(.btn) { font-family: var(--head); font-weight: 700; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--warm); padding: 14px 4px; border-bottom: 1px solid rgba(243,238,232,0.07); }
  .nav-mobile .btn { justify-content: center; margin-top: 10px; }
  .nav-mobile.open { display: flex; }
  @media (max-width: 880px) {
    .nav-links { display: none; }
    .nav-cta { display: none; }
    .nav-burger { display: flex; }
  }

  /* ---------- Hero ---------- */
  .hero { position: relative; min-height: 100vh; padding: 120px 0 80px; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
  /* Donkere overlay over de video zodat de tekst rustig leesbaar blijft */
  .hero::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
      linear-gradient(180deg, rgba(14,14,14,0.55) 0%, rgba(14,14,14,0.30) 42%, rgba(14,14,14,0.82) 100%),
      radial-gradient(120% 90% at 30% 75%, rgba(14,14,14,0.45) 0%, rgba(14,14,14,0) 60%);
  }
  .hero-bg { position: absolute; inset: 0; z-index: -2;
    background:
      radial-gradient(60% 50% at 50% 25%, rgba(217,75,43,0.35) 0%, rgba(126,19,23,0.25) 35%, rgba(14,14,14,0) 70%),
      radial-gradient(80% 60% at 80% 70%, rgba(166,30,34,0.18) 0%, rgba(14,14,14,0) 60%),
      var(--black);
  }
  .hero-photo { position: absolute; inset: 0; z-index: -1;
    background:
      /* grill light streaks */
      radial-gradient(circle at 78% 32%, rgba(255,168,90,0.45) 0%, rgba(255,168,90,0) 18%),
      radial-gradient(circle at 22% 62%, rgba(166,30,34,0.45) 0%, rgba(166,30,34,0) 22%),
      /* smoke layers */
      radial-gradient(ellipse 700px 320px at 40% 30%, rgba(40,30,28,0.6) 0%, transparent 70%),
      radial-gradient(ellipse 900px 500px at 60% 80%, rgba(20,16,14,0.7) 0%, transparent 70%),
      /* concrete texture via repeating gradient */
      repeating-linear-gradient(115deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 7px),
      linear-gradient(180deg, #1a0e0c 0%, #0a0707 100%);
  }
  .hero-grade { position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(180deg, rgba(14,14,14,0) 35%, rgba(14,14,14,0.7) 75%, rgba(14,14,14,1) 100%);
  }
  /* ---- Hero video (optioneel) ----
     Vul de <source> in de HERO-sectie in met je eigen .mp4 om een video te tonen.
     Laat je 'm leeg, dan blijft de sfeer-gradient (.hero-photo) zichtbaar als fallback. */
  .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    z-index: 0; }
  .hero-grain { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.18; mix-blend-mode: overlay;
    background-image:
      radial-gradient(rgba(255,255,255,0.55) 0.5px, transparent 0.5px),
      radial-gradient(rgba(0,0,0,0.6) 0.5px, transparent 0.5px);
    background-size: 3px 3px, 5px 5px;
    background-position: 0 0, 1px 2px;
  }
  .hero-photo-tag { position: absolute; top: 96px; right: 48px; font-family: var(--head); font-weight: 600; font-size: 10px; letter-spacing: 0.2em; color: var(--gold); text-transform: uppercase; z-index: 5; }

  .hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 22px; max-width: 1100px; }
  .eyebrow { font-family: var(--head); font-weight: 600; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cream); display: inline-flex; align-items: center; gap: 10px; }
  .eyebrow .pulse { width: 8px; height: 8px; border-radius: 999px; background: var(--red); box-shadow: 0 0 14px rgba(166,30,34,0.8); animation: pulse 1.6s ease-in-out infinite; }
  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
  .hero-title { font-family: var(--display); font-size: clamp(80px, 14vw, 220px); line-height: 0.86; letter-spacing: -0.025em; margin: 0; text-transform: uppercase; color: var(--warm);
    text-shadow: 0 8px 60px rgba(0,0,0,0.7);
  }
  .hero-title .red { color: var(--red); }
  .hero-title .stroke { -webkit-text-stroke: 1.5px var(--warm); color: transparent; }
  .hero-sub { font-family: var(--head); font-weight: 600; font-size: clamp(20px, 2vw, 26px); letter-spacing: 0.04em; text-transform: uppercase; color: var(--cream); margin: 0; }
  .hero-sub .dot { color: var(--red); margin: 0 12px; }
  .hero-lede { font-size: 17px; line-height: 1.55; color: rgba(243,238,232,0.78); max-width: 56ch; margin: 0; }
  .hero-cta { display: flex; gap: 14px; align-items: center; margin-top: 6px; flex-wrap: wrap; }
  .hero-meta { display: flex; gap: 18px; align-items: center; color: rgba(243,238,232,0.6); font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 18px; }
  .hero-meta span:not(.sep) { display: inline-flex; align-items: center; gap: 8px; }
  .hero-meta .sep { color: var(--grey); }

  /* ---------- Marquee ---------- */
  .marquee { background: var(--warm); color: var(--black); padding: 22px 0; overflow: hidden; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); }
  .marquee-track { display: flex; gap: 44px; white-space: nowrap; animation: mq 36s linear infinite; will-change: transform; }
  .marquee-item { font-family: var(--display); font-size: 36px; letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 44px; text-transform: uppercase; }
  .marquee-item .dot { color: var(--red); font-size: 22px; }
  @keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* ---------- Sections ---------- */
  section { padding: 120px 0; position: relative; }
  .sec-head { display: flex; flex-direction: column; gap: 18px; max-width: 760px; margin-bottom: 56px; }
  .sec-eyebrow { font-family: var(--head); font-weight: 600; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: inline-flex; align-items: center; gap: 12px; }
  .sec-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--red); }
  .sec-title { font-family: var(--display); font-size: clamp(48px, 6vw, 96px); line-height: 0.92; letter-spacing: -0.02em; margin: 0; text-transform: uppercase; color: var(--warm); }
  .sec-title .red { color: var(--red); }
  .sec-title .gold { color: var(--gold); }
  .sec-lede { font-size: 17px; line-height: 1.55; color: rgba(243,238,232,0.78); max-width: 56ch; margin: 0; }

  /* ---------- About ---------- */
  .about { background: var(--black); border-top: 1px solid rgba(243,238,232,0.06); }
  .about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: end; }
  @media (max-width: 880px) { .about-grid { grid-template-columns: 1fr; } }
  .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(243,238,232,0.08); }
  .stat { display: flex; flex-direction: column; gap: 6px; }
  .stat-n { font-family: var(--display); font-size: 64px; line-height: 1; letter-spacing: -0.02em; color: var(--warm); }
  .stat-n .red { color: var(--red); }
  .stat-l { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey); }

  /* ---------- Menu ---------- */
  .menu { background: var(--soft); border-top: 1px solid rgba(243,238,232,0.06); border-bottom: 1px solid rgba(243,238,232,0.06); }
  .menu-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
  .menu-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
  .tab { font-family: var(--head); font-weight: 600; font-size: 12px; padding: 10px 16px; border-radius: 999px; background: transparent; border: 1px solid rgba(243,238,232,0.18); color: rgba(243,238,232,0.7); letter-spacing: 0.1em; text-transform: uppercase; transition: all 200ms var(--ease); }
  .tab { text-decoration: none; display: inline-flex; align-items: center; }
  .tab:hover { color: var(--warm); border-color: rgba(243,238,232,0.4); }
  .tab.active { background: var(--warm); color: var(--black); border-color: var(--warm); }
  .menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
  @media (max-width: 1100px) { .menu-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 580px)  { .menu-grid { grid-template-columns: 1fr; } }
  .dish { background: var(--steel-2); border: 1px solid rgba(243,238,232,0.06); border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; transition: transform 280ms var(--ease), border-color 280ms var(--ease); }
  .dish { text-decoration: none; color: inherit; }
  .dish:hover { transform: translateY(-4px); border-color: rgba(243,238,232,0.18); }
  .dish-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #fff; border: 1px solid rgba(243,238,232,0.14); border-radius: 5px; }
  .dish-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
  .dish-photo::before { content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(60% 40% at 50% 30%, rgba(217,75,43,0.45) 0%, rgba(217,75,43,0) 60%),
      radial-gradient(80% 50% at 50% 90%, rgba(166,30,34,0.35) 0%, rgba(0,0,0,0) 60%),
      repeating-linear-gradient(120deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 5px),
      linear-gradient(160deg, #2a1610 0%, #100806 100%);
  }
  .dish:nth-child(2n) .dish-photo::before { background:
    radial-gradient(50% 40% at 40% 35%, rgba(197,155,87,0.4) 0%, rgba(197,155,87,0) 60%),
    radial-gradient(80% 50% at 60% 90%, rgba(126,19,23,0.35) 0%, rgba(0,0,0,0) 60%),
    repeating-linear-gradient(120deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 5px),
    linear-gradient(160deg, #1f1612 0%, #0c0807 100%);
  }
  .dish:nth-child(3n) .dish-photo::before { background:
    radial-gradient(60% 50% at 60% 30%, rgba(255,140,80,0.4) 0%, rgba(255,140,80,0) 60%),
    radial-gradient(60% 40% at 30% 80%, rgba(166,30,34,0.4) 0%, rgba(0,0,0,0) 60%),
    repeating-linear-gradient(120deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 5px),
    linear-gradient(160deg, #261410 0%, #0e0807 100%);
  }
  .dish-photo-tag { position: absolute; top: 12px; left: 14px; font-family: var(--head); font-weight: 600; font-size: 9px; letter-spacing: 0.2em; color: var(--gold); text-transform: uppercase; z-index: 2; }
  .dish-badge { position: absolute; top: 12px; right: 12px; font-family: var(--head); font-weight: 700; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; padding: 6px 10px; border-radius: 3px; z-index: 2; }
  .dish-badge.signature { background: var(--gold); color: #1a1208; }
  .dish-badge.hot { background: var(--orange); color: #1a0a05; }
  .dish-num { position: absolute; bottom: 14px; left: 14px; font-family: var(--display); font-size: 64px; line-height: 0.9; letter-spacing: -0.02em; color: var(--warm); opacity: 0.92; z-index: 2; }
  .dish-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; border-top: 1px solid rgba(243,238,232,0.06); }
  .dish-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
  .dish-name { font-family: var(--head); font-weight: 800; font-size: 19px; letter-spacing: -0.005em; margin: 0; line-height: 1.15; }
  .dish-price { font-family: var(--mono); font-size: 12px; color: var(--cream); white-space: nowrap; }
  .dish-desc { font-size: 13px; color: rgba(243,238,232,0.6); margin: 0; line-height: 1.5; }

  /* ---------- Brand-message slabs ---------- */
  .slabs { background: var(--black); padding: 0; }
  .slabs-grid { display: grid; grid-template-columns: 1fr 1fr; }
  @media (max-width: 880px) { .slabs-grid { grid-template-columns: 1fr; } }
  .slab { padding: 80px 60px; min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; position: relative; overflow: hidden; }
  .slab-1 { background: var(--grad-heat); color: var(--warm); }
  .slab-1::after { content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(40% 30% at 75% 25%, rgba(255,200,150,0.25) 0%, transparent 60%),
      repeating-linear-gradient(120deg, rgba(0,0,0,0.05) 0 1px, transparent 1px 6px);
    pointer-events: none;
  }
  .slab-2 { background: var(--steel-2); color: var(--warm); border-left: 1px solid rgba(243,238,232,0.06); }
  .slab-2::after { content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(60% 40% at 30% 70%, rgba(197,155,87,0.18) 0%, transparent 65%),
      repeating-linear-gradient(120deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 6px);
    pointer-events: none;
  }
  .slab-quote { font-family: var(--display); font-size: clamp(48px, 5vw, 88px); line-height: 0.92; letter-spacing: -0.02em; margin: 0; text-transform: uppercase; position: relative; z-index: 1; }
  .slab-foot { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.8; }

  /* ---------- Catering ---------- */
  .catering { background: var(--soft); border-top: 1px solid rgba(243,238,232,0.06); }
  .catering-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 600px; align-items: stretch; }
  @media (max-width: 880px) { .catering-grid { grid-template-columns: 1fr; } }
  .catering-photo { position: relative; min-height: 480px; overflow: hidden;
    background:
      radial-gradient(50% 40% at 50% 30%, rgba(197,155,87,0.35) 0%, transparent 60%),
      radial-gradient(50% 40% at 50% 80%, rgba(126,19,23,0.45) 0%, transparent 65%),
      repeating-linear-gradient(115deg, rgba(255,255,255,0.018) 0 1px, transparent 1px 7px),
      linear-gradient(180deg, #1a1108 0%, #080604 100%);
  }
  .catering-photo-tag { position: absolute; top: 24px; left: 28px; z-index: 2; font-family: var(--head); font-weight: 600; font-size: 10px; letter-spacing: 0.2em; color: var(--gold); text-transform: uppercase; }
  .catering-photo-stamp { position: absolute; bottom: 24px; left: 28px; right: 28px; font-family: var(--display); font-size: clamp(36px, 4vw, 64px); line-height: 0.95; color: var(--warm); text-transform: uppercase; letter-spacing: -0.02em; opacity: 0.95;
    text-shadow: 0 8px 40px rgba(0,0,0,0.6);
  }
  .catering-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
  .catering-photo::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(14,14,14,0.15) 0%, rgba(14,14,14,0) 40%, rgba(14,14,14,0.6) 100%); }
  .catering-copy { padding: 80px 64px; background: var(--soft); display: flex; flex-direction: column; gap: 22px; justify-content: center; }
  @media (max-width: 720px) { .catering-copy { padding: 56px 28px; } }
  .bullets { list-style: none; padding: 0; margin: 8px 0 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
  .bullets li { font-size: 15px; color: var(--warm); padding-left: 22px; position: relative; }
  .bullets li::before { content: ''; position: absolute; left: 0; top: 9px; width: 10px; height: 1px; background: var(--gold); }

  /* ---------- Foodtruck experience ---------- */
  .truck { padding: 0; background: var(--black); }
  .truck-hero { position: relative; min-height: 720px; padding: 120px 0; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
  .truck-bg { position: absolute; inset: 0; z-index: -1;
    background:
      radial-gradient(circle at 30% 25%, rgba(255,168,90,0.35) 0%, rgba(0,0,0,0) 18%),
      radial-gradient(circle at 80% 60%, rgba(166,30,34,0.4) 0%, rgba(0,0,0,0) 25%),
      radial-gradient(ellipse 900px 400px at 50% 70%, rgba(20,16,14,0.7) 0%, transparent 70%),
      linear-gradient(180deg, #1a0e0c 0%, #0a0707 100%);
  }
  .truck-smoke { position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background:
      radial-gradient(ellipse 500px 200px at 22% 35%, rgba(220,210,200,0.12) 0%, transparent 70%),
      radial-gradient(ellipse 600px 240px at 78% 28%, rgba(220,210,200,0.10) 0%, transparent 70%);
    filter: blur(8px);
    animation: smoke 18s ease-in-out infinite alternate;
  }
  @keyframes smoke { from { transform: translate(0,0); } to { transform: translate(20px, -10px); } }
  .truck-grain { position: absolute; inset: 0; pointer-events: none; opacity: 0.18; mix-blend-mode: overlay;
    background-image: radial-gradient(rgba(255,255,255,0.55) 0.5px, transparent 0.5px), radial-gradient(rgba(0,0,0,0.6) 0.5px, transparent 0.5px);
    background-size: 3px 3px, 5px 5px;
  }
  .truck-grade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(14,14,14,0) 30%, rgba(14,14,14,0.85) 90%, rgba(14,14,14,1) 100%); }
  .truck-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: end; }
  @media (max-width: 880px) { .truck-content { grid-template-columns: 1fr; } }
  .truck-title { font-family: var(--display); font-size: clamp(64px, 9vw, 144px); line-height: 0.86; letter-spacing: -0.025em; margin: 0; text-transform: uppercase; }
  .truck-side { display: flex; flex-direction: column; gap: 18px; }
  .truck-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; border-top: 1px solid rgba(243,238,232,0.12); padding-top: 22px; }
  .truck-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid rgba(243,238,232,0.08); font-family: var(--head); font-weight: 600; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; }
  .truck-list .right { font-family: var(--mono); color: var(--gold); font-size: 12px; }

  /* ---------- Press / tape ---------- */
  .tape { background: var(--orange); color: var(--black); padding: 18px 0; transform: rotate(-1.2deg); margin: -20px 0; position: relative; z-index: 3; overflow: hidden; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); }
  .tape .marquee-item { font-size: 28px; }
  .tape .marquee-item .dot { color: var(--black); }

  /* ---------- Quote big ---------- */
  .pull { background: var(--black); padding: 140px 0; text-align: center; }
  .pull h2 { font-family: var(--display); font-size: clamp(56px, 8vw, 144px); line-height: 0.9; letter-spacing: -0.025em; margin: 0; text-transform: uppercase; }
  .pull h2 .red { color: var(--red); }
  .pull p { font-family: var(--mono); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); margin: 24px 0 0; }

  /* ---------- Contact ---------- */
  .contact { background: var(--steel-2); border-top: 1px solid rgba(243,238,232,0.06); }
  .contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; }
  @media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }
  .contact h2 { font-family: var(--display); font-size: clamp(56px, 7vw, 112px); line-height: 0.9; letter-spacing: -0.02em; margin: 0 0 18px; text-transform: uppercase; }
  .contact h2 .red { color: var(--red); }
  .contact-channels { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
  .channel { display: grid; grid-template-columns: 120px 1fr auto; gap: 24px; align-items: center; padding: 20px 0; border-top: 1px solid rgba(243,238,232,0.08); }
  .channel:last-child { border-bottom: 1px solid rgba(243,238,232,0.08); }
  .channel-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey); }
  .channel-val { font-family: var(--head); font-weight: 600; font-size: 17px; color: var(--warm); }
  .form { background: var(--soft); border: 1px solid rgba(243,238,232,0.08); border-radius: 6px; padding: 32px; display: flex; flex-direction: column; gap: 14px; }
  .form-title { font-family: var(--head); font-weight: 800; font-size: 18px; letter-spacing: -0.005em; margin: 0 0 6px; }
  .form-sub { font-size: 13px; color: rgba(243,238,232,0.6); margin: 0 0 12px; }
  .field { display: flex; flex-direction: column; gap: 6px; }
  .field label { font-family: var(--head); font-weight: 600; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(243,238,232,0.55); }
  .field input, .field select, .field textarea { font-family: var(--body); font-size: 15px; background: var(--steel-2); border: 1px solid rgba(243,238,232,0.1); color: var(--warm); padding: 12px 14px; border-radius: 6px; outline: none; transition: border 200ms; }
  .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
  .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

  /* ---------- Footer ---------- */
  footer { background: var(--black); border-top: 1px solid rgba(243,238,232,0.08); padding: 80px 0 32px; }
  .foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(243,238,232,0.08); }
  @media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
  .foot-brand .wm { font-family: var(--display); font-size: 56px; letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: 12px; text-transform: uppercase; }
  .foot-brand .foot-logo { height: 40px !important; width: auto !important; max-width: 200px; display: block; }
  .foot-brand .wm .dot { width: 12px; height: 12px; border-radius: 999px; background: var(--red); box-shadow: 0 0 18px rgba(166,30,34,0.7); }
  .foot-brand p { color: rgba(243,238,232,0.65); margin-top: 14px; max-width: 36ch; }
  .foot-col h4 { font-family: var(--head); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey); margin: 0 0 16px; }
  .foot-col a { display: block; padding: 6px 0; font-size: 14px; color: rgba(243,238,232,0.85); cursor: pointer; }
  .foot-col a:hover { color: var(--warm); text-decoration: underline; text-underline-offset: 3px; }
  .foot-bottom { display: flex; gap: 14px; align-items: center; padding-top: 24px; font-family: var(--mono); font-size: 11px; color: var(--grey); letter-spacing: 0.06em; flex-wrap: wrap; }
  .foot-bottom .sep { color: rgba(243,238,232,0.2); }
  .foot-bottom a { cursor: pointer; }
  .foot-bottom a:hover { color: var(--warm); }

  /* ---------- Reveal ---------- */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
  .reveal.in { opacity: 1; transform: none; }

  /* ---------- Mobile tweaks ---------- */
  @media (max-width: 720px) {
    html, body { overflow-x: hidden; max-width: 100%; }
    section { padding: 80px 0; }
    .hero { min-height: 92vh; padding: 100px 0 60px; }
    .slab { padding: 56px 28px; min-height: 360px; }
    .catering-copy { padding: 56px 28px; }
    .contact-grid { gap: 36px; }
    /* lange koppen netjes laten breken, niet buiten beeld */
    .hero-title, .sec-title, .truck-title, .pull h2, .contact h2,
    .slab-quote, .catering-photo-stamp, .foot-brand .wm { overflow-wrap: anywhere; word-break: break-word; }
    .hero-title { font-size: clamp(52px, 15vw, 96px); }
    .sec-title  { font-size: clamp(34px, 9vw, 60px); }
    .pull h2    { font-size: clamp(38px, 11vw, 72px); }
    .contact h2 { font-size: clamp(36px, 10vw, 64px); }
    .truck-title{ font-size: clamp(44px, 12vw, 80px); }
    .hero-meta { flex-wrap: wrap; gap: 6px 12px; }
    .bullets { grid-template-columns: 1fr; }
    .about-stats { grid-template-columns: 1fr 1fr; }
    .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .channel { flex-wrap: wrap; }
  }
  /* ============================================================
     NEULIS NEUE — afstemming (echte logo-font via Adobe Fonts)
     Neulis is breder + minder gecondenseerd dan Anton: koppen op gewicht 700,
     line-height iets losser en de grootste clamps wat getemperd zodat de
     bredere letters niet overlopen. UI/koppen = Neulis, body = Inter.
     ============================================================ */
  .brand, .hero-title, .marquee-item, .sec-title, .stat-n, .dish-num,
  .slab-quote, .catering-photo-stamp, .truck-title, .pull h2, .contact h2,
  .foot-brand .wm { font-weight: 700; }

  .hero-title  { font-size: clamp(64px, 11vw, 168px); line-height: 0.82; letter-spacing: -0.035em; }
  .sec-title   { font-size: clamp(42px, 5.2vw, 82px); line-height: 0.98; letter-spacing: -0.03em; }
  .truck-title { font-size: clamp(54px, 7.5vw, 116px); line-height: 0.94; letter-spacing: -0.035em; }
  .pull h2     { font-size: clamp(48px, 6.5vw, 116px); line-height: 0.96; letter-spacing: -0.035em; }
  .contact h2  { font-size: clamp(48px, 6vw, 92px); line-height: 0.96; letter-spacing: -0.03em; }
  .slab-quote  { font-size: clamp(42px, 4.4vw, 74px); line-height: 0.98; letter-spacing: -0.03em; }
  .catering-photo-stamp { font-size: clamp(32px, 3.6vw, 56px); line-height: 1.0; letter-spacing: -0.025em; }
  .marquee-item { font-size: 32px; letter-spacing: -0.015em; }
  .stat-n      { letter-spacing: -0.03em; }
  .dish-num    { letter-spacing: -0.03em; }
@media (max-width:768px){
  .hero-sub{ font-size:clamp(15px,4.6vw,20px) !important; overflow-wrap:anywhere; word-break:break-word; }
  .hero-sub .dot{ margin:0 7px !important; }
  .hero-content{ max-width:100%; gap:16px !important; }
   

  .hero, .hero-content, .wrap{ overflow-x:hidden; }
  .hero{ padding-top:80px !important; padding-bottom:48px !important; }
  .eyebrow{ position:relative; z-index:3; margin-bottom:4px; }
  .hero-title{ margin-top:4px; }
}/* End custom CSS */