/* Zelf gehoste lettertypen: sneller en zonder verzoek aan Google.
   Fraunces en Karla staan onder de SIL Open Font License 1.1. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/karla-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/karla-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =========================================================================
   Brasserie EL30 — stylesheet
   Palet: warm crème, diep olijfgroen, houtskool, terracotta, logo-goud
   ========================================================================= */

:root {
  /* Kleur */
  --cream:        #FBF6EE;
  --cream-2:      #F4EDE1;
  --cream-3:      #EAE0CE;
  --ink:          #2C2E31;
  --ink-soft:     #5D6167;
  --ink-faint:    #666B72;
  --olive:        #3B4531;
  --olive-2:      #4F5C41;
  --olive-deep:   #2E3626;
  --olive-soft:   #7E8C6C;
  --terracotta:   #A94E30;
  --terracotta-2: #96452A;
  --gold:         #B98D0C;
  --white:        #FFFFFF;

  --line:         rgba(44, 46, 49, 0.14);
  --line-soft:    rgba(44, 46, 49, 0.08);
  --line-olive:   rgba(59, 69, 49, 0.22);

  /* Typografie */
  --font-serif: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-sans:  "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --step--1: clamp(0.82rem, 0.79rem + 0.14vw, 0.9rem);
  --step-0:  clamp(1rem, 0.96rem + 0.2vw, 1.09rem);
  --step-1:  clamp(1.15rem, 1.08rem + 0.34vw, 1.35rem);
  --step-2:  clamp(1.4rem, 1.26rem + 0.68vw, 1.85rem);
  --step-3:  clamp(1.75rem, 1.5rem + 1.2vw, 2.6rem);
  --step-4:  clamp(2.15rem, 1.6rem + 2.6vw, 4rem);

  /* Ritme */
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --maxw: 74rem;
  --maxw-narrow: 44rem;
  --section-y: clamp(3.5rem, 8vw, 7rem);

  --radius: 3px;
  --shadow: 0 1px 2px rgba(44, 46, 49, 0.05), 0 12px 32px -18px rgba(44, 46, 49, 0.3);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--step-0);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.012em;
  margin: 0;
  font-variation-settings: "SOFT" 20, "WONK" 0, "opsz" 40;
}
p { margin: 0; }
a { color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }

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

.skip-link {
  position: absolute; left: 0.5rem; top: -4rem; z-index: 200;
  background: var(--olive); color: var(--cream);
  padding: 0.7rem 1.1rem; border-radius: var(--radius);
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 0.5rem; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: var(--maxw-narrow); }
.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--tall { padding-block: clamp(5rem, 14vw, 9rem); }
.section--cream2 { background: var(--cream-2); }
.section--olive { background: var(--olive); color: var(--cream); }
.section--olive h2, .section--olive h3 { color: var(--cream); }

/* ---------- Kop-onderdelen ---------- */
.eyebrow {
  font-family: var(--font-sans);
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.9rem;
}
.section--olive .eyebrow, .eyebrow--onphoto { color: #E0B189; }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head h2 { font-size: var(--step-3); }
.section-head p { margin-top: 1rem; color: var(--ink-soft); font-size: var(--step-1); line-height: 1.6; }
.section--olive .section-head p { color: rgba(251, 246, 238, 0.82); }

.rule {
  width: 3.25rem; height: 2px; background: var(--gold);
  border: 0; margin: 0 0 1.4rem;
}

/* ---------- Knoppen ---------- */
.btn {
  --btn-bg: var(--olive);
  --btn-fg: var(--cream);
  --btn-bd: var(--olive);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1.5px solid var(--btn-bd); border-radius: var(--radius);
  font-weight: 700; font-size: var(--step--1);
  letter-spacing: 0.09em; text-transform: uppercase; text-decoration: none;
  cursor: pointer;
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease),
              border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.btn:hover { --btn-bg: var(--olive-2); transform: translateY(-2px); }
.btn--accent { --btn-bg: var(--terracotta); --btn-bd: var(--terracotta); }
.btn--accent:hover { --btn-bg: var(--terracotta-2); --btn-bd: var(--terracotta-2); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--line-olive); }
.btn--ghost:hover { --btn-bg: var(--olive); --btn-fg: var(--cream); --btn-bd: var(--olive); }
.btn--onphoto { --btn-bg: transparent; --btn-fg: #FFF; --btn-bd: rgba(255,255,255,0.65); backdrop-filter: blur(3px); }
.btn--onphoto:hover { --btn-bg: var(--cream); --btn-fg: var(--ink); --btn-bd: var(--cream); }
.btn .icon { width: 1.05em; height: 1.05em; flex: none; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 700; font-size: var(--step--1); letter-spacing: 0.09em;
  text-transform: uppercase; text-decoration: none;
  color: var(--terracotta);
  padding-bottom: 0.25rem;
  border-bottom: 1.5px solid currentColor;
  transition: gap 0.25s var(--ease), color 0.25s var(--ease);
}
.link-arrow:hover { gap: 0.9rem; color: var(--terracotta-2); }
.link-arrow .icon { width: 1em; height: 1em; }

/* =========================================================================
   Header
   ========================================================================= */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 246, 238, 0.94);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header__inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: 4.6rem;
}
.brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; margin-right: auto; }
.brand img { width: 2.9rem; height: auto; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name {
  font-family: var(--font-serif); font-size: 1.12rem; font-weight: 600;
  letter-spacing: -0.01em;
}
.brand__sub {
  font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-faint); font-weight: 600;
}

.nav { display: none; }
.nav ul { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2rem); }
.nav a {
  text-decoration: none; font-size: var(--step--1); font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase;
  padding: 0.4rem 0; position: relative; color: var(--ink);
  transition: color 0.2s var(--ease);
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--terracotta); transform: scaleX(0); transform-origin: left;
  transition: transform 0.28s var(--ease);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--terracotta); }

.header-cta { display: none; }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 2.9rem; min-width: 2.9rem; padding: 0.5rem 0.9rem;
  background: transparent; border: 1.5px solid var(--line-olive);
  border-radius: var(--radius); cursor: pointer;
  font-size: var(--step--1); font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
}
.nav-toggle__bars { position: relative; width: 1.1rem; height: 0.7rem; flex: none; }
.nav-toggle__bars span {
  position: absolute; left: 0; right: 0; height: 2px; background: currentColor;
  transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}
.nav-toggle__bars span:nth-child(1) { top: 0; }
.nav-toggle__bars span:nth-child(2) { top: 50%; margin-top: -1px; }
.nav-toggle__bars span:nth-child(3) { bottom: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(1) { transform: translateY(0.34rem) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(3) { transform: translateY(-0.34rem) rotate(-45deg); }

.mobile-nav {
  border-top: 1px solid var(--line-soft);
  background: var(--cream);
  overflow: hidden;
}
.mobile-nav[hidden] { display: none !important; }
.mobile-nav ul { padding-block: 0.5rem 1.4rem; }
.mobile-nav li + li { border-top: 1px solid var(--line-soft); }
/* Alleen de navigatielinks, niet de knop eronder. */
.mobile-nav li a {
  display: flex; align-items: center;
  min-height: 3.4rem; padding: 0.5rem 0;
  text-decoration: none; font-family: var(--font-serif); font-size: var(--step-2);
}
.mobile-nav li a[aria-current="page"] { color: var(--terracotta); }
.mobile-nav .btn { width: 100%; margin-top: 1.1rem; }

/* Zonder JavaScript doet de knop niets, dus dan staat de lijst gewoon open. */
@media (max-width: 61.99rem) {
  .js-off .nav-toggle { display: none !important; }
  .js-off .mobile-nav[hidden] { display: block !important; }
}

@media (min-width: 62rem) {
  .nav { display: block; }
  .header-cta { display: inline-flex; margin-left: 1.4rem; }
  .nav-toggle, .mobile-nav { display: none !important; }
}

/* =========================================================================
   Mobiele actiebalk (onderaan)
   ========================================================================= */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--olive); color: var(--cream);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: env(safe-area-inset-bottom);
}
.action-bar a {
  display: flex; align-items: center; justify-content: center; gap: 0.55rem;
  min-height: 3.5rem; text-decoration: none;
  font-size: var(--step--1); font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
  transition: background-color 0.2s var(--ease);
}
.action-bar a + a { border-left: 1px solid rgba(255, 255, 255, 0.16); }
.action-bar a:hover { background: var(--olive-2); }
.action-bar .icon { width: 1.05em; height: 1.05em; }
body { padding-bottom: calc(3.5rem + env(safe-area-inset-bottom)); }
@media (min-width: 62rem) {
  .action-bar { display: none; }
  body { padding-bottom: 0; }
}

/* =========================================================================
   Hero
   ========================================================================= */
.hero { position: relative; background: var(--olive); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  /* Twee lagen: een horizontale sluier voor de leesbaarheid van de tekst
     links, en een verticale voor de aansluiting op header en info-strip. */
  background:
    linear-gradient(96deg, rgba(26, 30, 22, 0.8) 0%, rgba(26, 30, 22, 0.58) 34%, rgba(26, 30, 22, 0.1) 68%, rgba(26, 30, 22, 0) 100%),
    linear-gradient(180deg, rgba(26, 30, 22, 0.5) 0%, rgba(26, 30, 22, 0.24) 40%, rgba(26, 30, 22, 0.66) 100%);
}
@media (max-width: 47.99rem) {
  .hero__media::after {
    background: linear-gradient(180deg, rgba(26, 30, 22, 0.5) 0%, rgba(26, 30, 22, 0.45) 45%, rgba(26, 30, 22, 0.78) 100%);
  }
}
.hero__inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: min(38rem, 84svh);
  padding-block: clamp(4.5rem, 12vw, 8rem) clamp(3rem, 7vw, 5rem);
  color: #FFF;
}
.hero h1 {
  font-size: var(--step-4);
  max-width: 15ch;
  text-wrap: balance;
  color: #FFF;
  text-shadow: 0 2px 24px rgba(20, 24, 18, 0.4);
}
.hero__lede {
  margin-top: 1.4rem; max-width: 40ch;
  font-size: var(--step-1); line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 14px rgba(20, 24, 18, 0.45);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2rem; }
/* Op smalle en middelbrede schermen elk op een eigen regel: twee knoppen
   naast elkaar laat de tekst binnen de knop afbreken. */
.hero__actions .btn { flex: 1 1 100%; }
@media (min-width: 40rem) { .hero__actions .btn { flex: 0 0 auto; } }

/* Info-strip direct onder de hero */
.info-strip { background: var(--cream-2); border-bottom: 1px solid var(--line-soft); }
.info-strip__grid {
  display: grid; gap: 0;
  grid-template-columns: 1fr;
}
.info-strip__item {
  padding-block: 1.5rem;
  display: flex; gap: 1rem; align-items: flex-start;
}
.info-strip__item + .info-strip__item { border-top: 1px solid var(--line); }
.info-strip__icon {
  flex: none; width: 2.4rem; height: 2.4rem; margin-top: 0.1rem;
  display: grid; place-items: center;
  border: 1.5px solid var(--line-olive); border-radius: 50%;
  color: var(--olive);
}
.info-strip__icon svg { width: 1.1rem; height: 1.1rem; }
.info-strip dt {
  font-size: var(--step--1); font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--terracotta); margin-bottom: 0.3rem;
}
.info-strip dd { margin: 0; line-height: 1.5; }
.info-strip dd a { display: inline-block; padding-block: 0.2rem; text-decoration-color: var(--line-olive); text-underline-offset: 3px; }
.info-strip dd a:hover { color: var(--terracotta); }
.info-strip__note { color: var(--ink-soft); font-size: var(--step--1); }
@media (min-width: 48rem) {
  .info-strip__grid { grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 3rem); }
  .info-strip__item { padding-block: 2rem; }
  .info-strip__item + .info-strip__item { border-top: 0; border-left: 1px solid var(--line); padding-left: clamp(1.5rem, 3vw, 3rem); }
}

/* =========================================================================
   Intro / tekst-met-beeld
   ========================================================================= */
.split {
  display: grid; gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 54rem) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wide-text { grid-template-columns: 1.15fr 1fr; }
  .split--reverse .split__media { order: -1; }
}
.split__body p + p { margin-top: 1.1rem; }
.split__body h2 { font-size: var(--step-3); }
.split__body .lede { font-size: var(--step-1); line-height: 1.6; }
.split__body > * + .btn-row { margin-top: 2rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; }

.framed {
  position: relative;
  border: 1px solid var(--line);
  padding: 0.7rem;
  background: var(--white);
}
.framed img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.framed--wide img { aspect-ratio: 4 / 3; }
.framed__caption {
  font-size: var(--step--1); color: var(--ink-faint);
  padding: 0.75rem 0.2rem 0.15rem;
}

/* =========================================================================
   Logo-zegel met animatie (eye catcher)
   ========================================================================= */
.seal {
  position: relative;
  width: clamp(7rem, 16vw, 10.5rem);
  aspect-ratio: 1;
  display: grid; place-items: center;
  flex: none;
}
.seal__ring { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
/* De ring wordt in één beweging getekend (omtrek 2·pi·48 = 302). */
.seal__track {
  fill: none; stroke: var(--gold); stroke-width: 1.4; stroke-linecap: round;
  stroke-dasharray: 302; stroke-dashoffset: 302;
  transform: rotate(-90deg); transform-origin: 50% 50%;
}
.seal__dot { fill: var(--terracotta); stroke: none; opacity: 0; }
.seal__logo {
  width: 76%; height: auto;
  opacity: 0; transform: scale(0.86);
}
.seal.is-visible .seal__track { animation: seal-draw 1.7s var(--ease) forwards; }
.seal.is-visible .seal__logo { animation: seal-pop 0.9s var(--ease) 0.45s forwards; }
.seal.is-visible .seal__dot { animation: seal-fade 0.6s var(--ease) 1.5s forwards; }

/* Zonder JavaScript staat de zegel er gewoon compleet. */
.js-off .seal__track { stroke-dashoffset: 0; }
.js-off .seal__logo { opacity: 1; transform: none; }
.js-off .seal__dot { opacity: 1; }
.js-off .seal--float { animation: none; }

@keyframes seal-draw { to { stroke-dashoffset: 0; } }
@keyframes seal-pop  { to { opacity: 1; transform: scale(1); } }
@keyframes seal-fade { to { opacity: 1; } }

.seal--float { animation: seal-float 7s ease-in-out infinite; }
@keyframes seal-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.intro-head { display: flex; align-items: center; gap: clamp(1rem, 3vw, 1.9rem); margin-bottom: 1.6rem; }
.intro-head .seal { width: clamp(5.5rem, 11vw, 7.5rem); }

/* =========================================================================
   Menu-voorproefje op de homepage
   ========================================================================= */
.taste { background: var(--cream-2); }
.taste__card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: var(--shadow);
}
.taste__cols { display: grid; gap: clamp(0.4rem, 4vw, 3.5rem); }
@media (min-width: 48rem) {
  .taste__cols { grid-template-columns: 1fr 1px 1fr; }
  /* Het pseudo-element is het eerste rasteritem, dus alle drie de kolommen
     krijgen een expliciete plaats. */
  .taste__cols::before { content: ""; grid-column: 2; grid-row: 1; background: var(--line-soft); }
  .taste__cols > .dish-list:first-of-type { grid-column: 1; grid-row: 1; }
  .taste__cols > .dish-list:last-of-type { grid-column: 3; grid-row: 1; }
}
.taste__foot {
  margin-top: 2.2rem; padding-top: 1.6rem; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;
}
.taste__foot p { color: var(--ink-soft); font-size: var(--step--1); max-width: 40ch; }

/* =========================================================================
   Menu-item (gedeeld: homepage-voorproefje + lunchkaart)
   ========================================================================= */
/* Rasteritems krijgen standaard min-width:auto, waardoor een lange gerechtnaam
   met prijs de kolom breder maakt dan het scherm. Vandaar overal min-width: 0. */
.taste__cols > *, .menu-columns > * { min-width: 0; }

.dish { padding-block: 0.85rem; min-width: 0; }
.dish + .dish { border-top: 1px solid var(--line-soft); }
.dish__head {
  display: flex; align-items: baseline; gap: 0.5rem;
  font-family: var(--font-serif);
  min-width: 0;
}
.dish__name {
  font-size: var(--step-1); font-weight: 500; line-height: 1.25;
  font-variation-settings: "SOFT" 20, "opsz" 20;
  min-width: 0; overflow-wrap: break-word;
}
.dish__dots {
  flex: 1 1 auto; min-width: 1.5rem; height: 1px;
  align-self: flex-end; margin-bottom: 0.38em;
  background-image: radial-gradient(circle, var(--line-olive) 1px, transparent 1.2px);
  background-size: 6px 2px; background-repeat: repeat-x; background-position: bottom;
  opacity: 0.75;
}
.dish__price {
  flex: none; font-size: var(--step-1); font-variant-numeric: tabular-nums;
  color: var(--olive); white-space: nowrap;
}
.dish__prices { flex: 0 1 auto; display: flex; flex-wrap: wrap; gap: 0.2rem 1rem; align-items: baseline; justify-content: flex-end; }
.dish__prices span { display: inline-flex; align-items: baseline; gap: 0.35rem; white-space: nowrap; }
.dish__size {
  font-family: var(--font-sans); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-faint);
}
.dish__desc {
  margin-top: 0.3rem; max-width: 56ch;
  font-size: var(--step--1); line-height: 1.55; color: var(--ink-soft);
}

/* =========================================================================
   Lunchkaart-pagina
   ========================================================================= */
.page-head { position: relative; background: var(--olive); color: var(--cream); overflow: hidden; }
.page-head__media { position: absolute; inset: 0; }
.page-head__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.page-head__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(30, 36, 26, 0.72), rgba(30, 36, 26, 0.86));
}
.page-head__inner {
  position: relative; z-index: 1;
  padding-block: clamp(3.5rem, 9vw, 6rem);
  max-width: 46rem;
}
.page-head h1 { font-size: var(--step-4); color: #FFF; }
.page-head p { margin-top: 1.1rem; font-size: var(--step-1); color: rgba(251, 246, 238, 0.88); max-width: 46ch; }
.page-head .eyebrow { color: #DDAF87; }

.menu-nav {
  position: sticky; top: 4.6rem; z-index: 50;
  background: rgba(251, 246, 238, 0.95);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.menu-nav__scroll {
  display: flex; gap: 0.5rem;
  overflow-x: auto; scrollbar-width: none;
  padding-block: 0.8rem;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 62rem) {
  .menu-nav__scroll { flex-wrap: wrap; overflow-x: visible; }
}
.menu-nav__scroll::-webkit-scrollbar { display: none; }
.menu-nav a {
  flex: none; scroll-snap-align: start;
  display: inline-flex; align-items: center; min-height: 2.6rem;
  padding: 0.4rem 0.95rem;
  border: 1.5px solid var(--line-olive); border-radius: 999px;
  font-size: var(--step--1); font-weight: 700; letter-spacing: 0.05em;
  text-decoration: none; white-space: nowrap;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.menu-nav a:hover, .menu-nav a.is-active {
  background: var(--olive); color: var(--cream); border-color: var(--olive);
}

.menu-sheet {
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(1.4rem, 4vw, 3.25rem);
}
.menu-sheet__head { text-align: center; padding-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.menu-sheet__head img { width: 4.5rem; margin-inline: auto; }
.menu-sheet__head h2 { font-size: var(--step-2); margin-top: 1rem; }
.menu-sheet__head p { color: var(--ink-soft); font-size: var(--step--1); margin-top: 0.5rem; }

.menu-columns { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 56rem) { .menu-columns { grid-template-columns: 1fr 1fr; align-items: start; } }

.menu-cat { scroll-margin-top: 9rem; break-inside: avoid; }
.menu-cat + .menu-cat { margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.menu-cat__head {
  display: flex; align-items: baseline; gap: 1rem;
  padding-bottom: 0.7rem; margin-bottom: 0.4rem;
  border-bottom: 2px solid var(--olive);
}
.menu-cat__head h3 {
  font-size: var(--step-2);
  font-variation-settings: "SOFT" 20, "opsz" 40;
}
.menu-cat__count {
  margin-left: auto; flex: none;
  font-family: var(--font-sans); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint);
}

.menu-note {
  margin-top: clamp(2rem, 4vw, 3rem); padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 1rem 2rem;
  align-items: center; justify-content: space-between;
}
.menu-note p { color: var(--ink-soft); font-size: var(--step--1); }
.menu-note p a { display: inline-block; padding-block: 0.25rem; }
.btn-print {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: none; border: 1.5px solid var(--line-olive); border-radius: var(--radius);
  min-height: 2.8rem; padding: 0.5rem 1.1rem; cursor: pointer;
  font-size: var(--step--1); font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.btn-print:hover { background: var(--olive); color: var(--cream); border-color: var(--olive); }
.btn-print .icon { width: 1.05em; height: 1.05em; }

/* =========================================================================
   Fotogalerij
   ========================================================================= */
.gallery { display: grid; gap: clamp(0.6rem, 1.6vw, 1rem); grid-template-columns: repeat(2, 1fr); }
.gallery figure { margin: 0; position: relative; overflow: hidden; background: var(--cream-3); }
.gallery img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.gallery figure:hover img { transform: scale(1.045); }
.gallery .g-tall { aspect-ratio: 3 / 4; }
.gallery .g-wide { aspect-ratio: 4 / 3; }
@media (min-width: 48rem) {
  .gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(0, auto); }
  .gallery .g-span2 { grid-column: span 2; }
  .gallery .g-wide { aspect-ratio: 16 / 10; }
}

/* =========================================================================
   Contactblok
   ========================================================================= */
.contact-grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
@media (min-width: 54rem) { .contact-grid { grid-template-columns: 1fr 1fr; } }

.detail-list { border-top: 1px solid var(--line-olive); }
.section--olive .detail-list { border-color: rgba(251, 246, 238, 0.28); }
.detail-list > div {
  display: grid; gap: 0.35rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid var(--line-olive);
}
.section--olive .detail-list > div { border-color: rgba(251, 246, 238, 0.28); }
@media (min-width: 34rem) {
  .detail-list > div { grid-template-columns: 9.5rem 1fr; gap: 1.5rem; align-items: baseline; }
}
.detail-list dt {
  font-size: var(--step--1); font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ink-faint);
}
.section--olive .detail-list dt { color: #D9A87F; }
.detail-list dd { margin: 0; line-height: 1.55; }
.detail-list dd a { display: inline-block; padding-block: 0.2rem; text-underline-offset: 3px; }
.detail-list dd a:hover { color: var(--terracotta); }
.section--olive .detail-list dd a:hover { color: #E8B48A; }
.detail-list .muted { color: var(--ink-faint); }
.section--olive .detail-list .muted { color: rgba(251, 246, 238, 0.68); }

.hours-table { width: 100%; border-collapse: collapse; }
.hours-table th, .hours-table td { text-align: left; padding-block: 0.7rem; border-bottom: 1px solid var(--line); }
.hours-table th { font-weight: 500; font-family: var(--font-serif); font-size: var(--step-1); }
.hours-table td { text-align: right; font-variant-numeric: tabular-nums; color: var(--ink-soft); }
.hours-table tr.is-closed td, .hours-table tr.is-closed th { color: var(--ink-faint); }
.hours-table tr.is-today th, .hours-table tr.is-today td { color: var(--terracotta); font-weight: 700; }

.map-card {
  border: 1px solid var(--line); background: var(--white); padding: 0.7rem;
  display: block; text-decoration: none;
}
.map-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.map-card__body { padding: 1rem 0.3rem 0.3rem; }

/* =========================================================================
   Footer
   ========================================================================= */
.site-footer { background: var(--olive-deep); color: rgba(251, 246, 238, 0.84); }
.section--olive + .site-footer { box-shadow: inset 0 1px 0 rgba(251, 246, 238, 0.14); }
.site-footer a { color: inherit; }
.site-footer a:hover { color: #FFF; }
.site-footer__grid {
  display: grid; gap: clamp(2rem, 4vw, 3rem);
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
@media (min-width: 48rem) { .site-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.site-footer h2 {
  font-family: var(--font-sans); font-size: var(--step--1); font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: #D9A87F; margin-bottom: 1rem;
}
.site-footer ul li + li { margin-top: 0.35rem; }
.site-footer ul a { display: inline-block; padding-block: 0.35rem; }
.site-footer__brand img { width: 4.5rem; margin-bottom: 1.2rem; }
.site-footer__brand p { max-width: 34ch; }
.socials { display: flex; gap: 0.6rem; margin-top: 1.4rem; }
.socials a {
  width: 2.6rem; height: 2.6rem; display: grid; place-items: center;
  border: 1.5px solid rgba(251, 246, 238, 0.3); border-radius: 50%;
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}
.socials a:hover { background: var(--cream); border-color: var(--cream); color: var(--olive); }
.socials svg { width: 1.05rem; height: 1.05rem; }
.site-footer__bar {
  border-top: 1px solid rgba(251, 246, 238, 0.2);
  padding-block: 1.4rem;
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem;
  justify-content: space-between;
  font-size: var(--step--1);
}

/* ---------- Hulpklassen ---------- */
.u-center { text-align: center; }
.u-center .section-head, .u-center .btn-row { margin-inline: auto; justify-content: center; }
.u-stack-sm > * + * { margin-top: 1rem; }
.btn-row--center { justify-content: center; }
.btn-row--spaced { margin-top: 2rem; }
.lede-muted { color: var(--ink-soft); font-size: var(--step-1); line-height: 1.6; }
.section--olive .lede-muted { color: rgba(251, 246, 238, 0.85); }
.h-lg { font-size: var(--step-3); }
.h-md { font-size: var(--step-2); }
.note { color: var(--ink-soft); font-size: var(--step--1); }
.print-only { display: none; }
.mt-lg { margin-top: 2rem; }
.mt-md { margin-top: 1.5rem; }
.mt-sm { margin-top: 1rem; }
.map-card__title { font-family: var(--font-serif); font-size: var(--step-1); font-weight: 500; display: block; }
.map-card__meta { display: block; margin-top: 0.4rem; color: var(--ink-soft); font-size: var(--step--1); }
.map-card__label { display: block; }

/* =========================================================================
   Scroll-onthulling
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.js-off .reveal { opacity: 1; transform: none; }

/* =========================================================================
   Toegankelijkheid: minder beweging
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .seal__logo { opacity: 1; transform: none; }
  .seal__track { stroke-dashoffset: 0; }
  .seal__dot { opacity: 1; }
  .seal--float { animation: none; }
  .gallery figure:hover img { transform: none; }
  .btn:hover { transform: none; }
}

/* =========================================================================
   Printweergave — bedoeld voor de lunchkaart op A4
   ========================================================================= */
@page { margin: 14mm 13mm; }

@media print {
  :root {
    --cream: #FFF; --cream-2: #FFF; --cream-3: #FFF;
    --ink: #000; --ink-soft: #333; --ink-faint: #555;
    --olive: #000; --olive-2: #000; --line: #BBB; --line-soft: #DDD; --line-olive: #999;
  }
  body { background: #FFF; color: #000; font-size: 10.5pt; line-height: 1.45; padding-bottom: 0; }

  /* Alles wat op papier geen functie heeft */
  .site-header, .action-bar, .menu-nav, .site-footer, .skip-link,
  .page-head__media, .btn-print, .btn, .btn-row, .no-print,
  .gallery, .framed, .seal, .socials { display: none !important; }

  .section, .section--tight, .section--tall { padding-block: 0; }
  .section--olive, .section--cream2 { background: #FFF; color: #000; }
  .section--olive h2, .section--olive h3, .section--olive .lede-muted { color: #000; }
  .wrap { max-width: none; padding-inline: 0; }

  /* De kaart heeft zijn eigen kop met logo; de paginakop is op papier dubbel. */
  .page-head { display: none; }
  .eyebrow { color: #555; font-size: 8pt; }

  .menu-sheet { border: 0; box-shadow: none; padding: 0; background: #FFF; }
  .menu-sheet__head { padding-bottom: 0.6rem; }
  .menu-sheet__head img { width: 2.6rem; }
  .menu-sheet__head h2 { font-size: 15pt; margin-top: 0.4rem; }

  .menu-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.6rem; align-items: start; }
  .menu-cat, .dish { break-inside: avoid; page-break-inside: avoid; }
  .menu-cat + .menu-cat { margin-top: 1.1rem; }
  .menu-cat__head { border-bottom: 1.2pt solid #000; padding-bottom: 0.25rem; }
  .menu-cat__head h3 { font-size: 13pt; }
  .menu-cat__count { display: none; }

  .dish { padding-block: 0.28rem; }
  .dish + .dish { border-top: 0; }
  .dish__name, .dish__price, .dish__prices span { font-size: 10.5pt; color: #000; }
  .dish__desc { font-size: 8.6pt; color: #333; margin-top: 0.1rem; }
  .dish__size { font-size: 7pt; color: #555; }
  /* Achtergrondafbeeldingen worden bij het printen vaak weggelaten; een
     echte rand blijft wel staan. */
  .dish__dots { background: none; border-bottom: 1px dotted #999; height: 0; opacity: 1; }

  .menu-note { margin-top: 0.9rem; padding-top: 0.5rem; border-top: 1px solid #BBB; }
  .menu-note p { font-size: 8.6pt; color: #333; }

  .detail-list dt { color: #555; }
  .hours-table th, .hours-table td { padding-block: 0.25rem; }

  .print-only { display: block; text-align: center; font-size: 8.6pt; color: #333; margin-top: 0.6rem; }

  .reveal { opacity: 1 !important; transform: none !important; }
  a[href]::after { content: ""; }
}
