/* --- HARD MOBILE FIX: forceer ALTIJD 100vw, geen horizontale scroll, alles box-sizing border-box --- */
@media (max-width: 700px) {
  html,
  body,
  #spa-root,
  #page-header,
  #page-content,
  .page-article,
  .legal-text,
  .bongo-cards,
  .menu-card,
  nav#main-nav {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-article,
  .legal-text {
    margin: 0 !important;
    padding: 0.5em 0.5em 0.5em 0.5em !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .bongo-cards,
  .menu-card {
    margin: 0 !important;
    padding: 0.5em !important;
    border-radius: 0.7em !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06) !important;
    background: #fff !important;
    color: #1d2826 !important;
  }
  /* laat specifieke widget-styling over aan gerichte regels verderop */
  nav#main-nav {
    padding-top: 4.2rem !important;
    z-index: 10000 !important;
  }
  .hamburger {
    position: fixed !important;
    top: calc(10px + env(safe-area-inset-top));
    right: 10px;
    left: auto;
    z-index: 11000 !important;
    background: transparent;
    display: flex !important;
  }
}
/* Reserveren: mobiele widget echt schermvullend */
@media (max-width: 700px) {
  .reserveren-page .calendly-widget-container {
    min-height: 75vh !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }
  .reserveren-page .calendly-inline-widget {
    min-height: 75vh !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 0 !important;
    overflow: visible !important;
  }
  .reserveren-page .calendly-inline-widget iframe,
  .reserveren-page .calendly-inline-widget > div {
    height: 100% !important;
    min-height: 75vh !important;
    width: 100% !important;
    display: block !important;
  }
  .reserveren-page.page-article,
  .reserveren-page#page-intro.page-article {
    padding: 1.2em 0.5em 0.5em 0.5em !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* Reserveren: toon inleidende tekst weer */
  .reserveren-page h3 {
    display: block !important;
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #fff;
    text-align: left;
    padding: 0 0.5em;
  }
}

/* Cards en tekst mobiel: geen horizontale scroll, goede leesbaarheid */
@media (max-width: 700px) {
  .bongo-cards,
  .menu-card,
  .legal-text,
  .page-article,
  .horizontale-label,
  .menu-list,
  .legal-text ul {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: auto !important;
    word-break: break-word !important;
  }
  .legal-text {
    font-size: 1em !important;
    line-height: 1.6 !important;
    color: #fff !important;
    background: none !important;
    box-shadow: none !important;
  }
  .menu-card {
    margin-bottom: 1em !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06) !important;
    background: #fff !important;
    color: #1d2826 !important;
  }
  .horizontale-label {
    font-size: 1em !important;
    color: #1d2826 !important;
    background: none !important;
    padding: 0.2em 0 !important;
  }
  .menu-list.bullet {
    padding-left: 1.2em !important;
  }
}
@media (max-width: 700px) {
  .calendly-widget-container {
    min-height: 70vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    padding: 0 !important;
  }
  .calendly-inline-widget {
    min-height: 70vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    padding: 0 !important;
  }
}
@media (max-width: 700px) {
  footer .footer-stack .footer-row.footer-contact {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    width: 100% !important;
    text-align: center !important;
  }
  footer .footer-stack .footer-row.footer-contact .contact-item {
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 700px) {
  .specials-grid {
    grid-template-columns: 1fr !important;
    gap: 1.2rem !important;
  }
}
/* --- MOBILE LAYOUT FIX: forceer geen horizontale scroll, alles 100vw, geen gaps --- */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
  }
  #page-intro.page-article,
  .page-article,
  .menu-card,
  .bongo-cards,
  .contact-form,
  .calendly-widget-container {
    max-width: 100vw !important;
    width: 100vw !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
    border-radius: 0.7rem;
  }
  .bongo-cards {
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 1rem !important;
  }
  .menu-card {
    margin: 0.5rem 0 !important;
  }
  .contact-form {
    margin: 0.5rem 0 !important;
  }
  .calendly-widget-container {
    margin: 0.5rem 0 !important;
  }
  nav#main-nav {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
}
/* Forceer geen horizontale scroll op mobiel voor alle hoofdcontainers en cards */
@media (max-width: 700px) {
  body,
  #page-intro.page-article,
  .menu-card,
  .bongo-cards,
  .contact-form,
  .calendly-widget-container {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box;
  }
  .menu-card,
  .contact-form {
    width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0.7rem;
  }
  .bongo-cards {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .calendly-widget-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Bongo & Vivabox cards layout and contrast */
.bongo-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto 2rem auto;
}
.bongo-cards .menu-card {
  background: #f8faf7;
  color: #1d2826;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
  padding: 1.5rem 1.5rem 1.2rem 1.5rem;
  margin: 0;
  border: 1px solid #e0e6e0;
}
.bongo-cards .menu-card h2,
.bongo-cards .menu-card .intro,
.bongo-cards .menu-card .horizontale-label,
.bongo-cards .menu-card ol,
.bongo-cards .menu-card ul {
  color: #1d2826;
}
.bongo-cards .menu-card .btn,
.bongo-cards .menu-card .btn-outline {
  margin-top: 1rem;
}
.bongo-cards .menu-card.contactblok {
  background: #e8f5e9;
  border: 1.5px solid #b2dfdb;
}

@media (max-width: 900px) {
  .bongo-cards {
    padding: 0 0.5rem;
    gap: 1.2rem;
  }
  .bongo-cards .menu-card {
    padding: 1.1rem 0.7rem 1rem 0.7rem;
  }
}
/* Fix mobile nav: always 100vw, no rand */
@media (max-width: 900px) {
  nav#main-nav {
    width: 100vw !important;
    right: 0 !important;
    left: 0 !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    box-sizing: border-box;
  }
}

/* Contact page: stack map and form vertically on mobile */
@media (max-width: 900px) {
  #page-intro.page-article {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
  }
  #page-intro .left,
  #page-intro .right {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
    display: block;
  }
  #page-intro iframe {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    height: 220px !important;
    display: block;
    margin: 0 auto 1.2rem auto;
  }
  .contact-form {
    max-width: 99vw !important;
    margin: 0 auto 1.2rem auto !important;
  }
}
/* Consent tekst in formulier altijd goed leesbaar */
.nl-consent span,
.nl-consent a {
  color: #1d2826 !important;
  font-size: 1rem;
}
.nl-consent {
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
  display: block;
}
/* Contactformulier visueel duidelijker */
.contact-form {
  background: #f5f7f6 !important;
}
.contactform-title {
  color: #1d2826 !important;
  background: none !important;
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
/* Reviews page: uniform cards for all devices */
.review-list-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
  margin: 2.5rem auto 2.5rem auto;
  max-width: 600px;
  width: 100%;
}
.review-list-centered .review {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px -4px rgba(76, 105, 95, 0.08);
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 180px;
}

/* Correcte mobiele reserveren-regels (uit geneste blok gehaald) */
@media (max-width: 700px) {
  .reserveren-page#page-intro.page-article {
    padding: 1rem 1rem !important;
    margin: 1rem auto !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
  }
  .reserveren-page h3 {
    display: block !important;
    margin: 0 0 0.75rem 0;
    font-size: clamp(1rem, 3.4vw, 1.25rem);
    text-align: left;
    color: #fff;
  }
  .reserveren-page .calendly-widget-container {
    height: auto !important;
    min-height: 70vh !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .reserveren-page .calendly-inline-widget {
    height: auto !important;
    min-height: 70vh !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .reserveren-page .calendly-inline-widget iframe,
  .reserveren-page .calendly-inline-widget > div {
    height: 100% !important;
    min-height: 70vh !important;
    width: 100% !important;
    display: block !important;
  }
}
.review-list-centered .review {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 700px) {
  .review-list-centered {
    max-width: 98vw;
    gap: 1.2rem;
  }
  .review-list-centered .review {
    max-width: 99vw;
    padding: 1.2rem 0.5rem 1rem 0.5rem;
  }
}
.specials-maxwidth {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.btn.auto-width {
  width: auto !important;
  min-width: 120px;
  max-width: 260px;
}
/* Specials grid max width to match green card */
.specials-maxwidth {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
/* Center review-list and improve layout on desktop */
.review-list-centered {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  .review-list-centered {
    max-width: 800px;
    gap: 2.5rem;
  }
}
/* Centered button row for sfeerbeelden */
.centered-btn-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
}
.btn.auto-width {
  width: auto !important;
  min-width: 120px;
  max-width: 260px;
}
/* Center share blocks and contact details everywhere */
.share-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2.5rem auto 1.5rem auto;
  width: 100%;
}
.share-block h3 {
  text-align: center;
  width: 100%;
}
.share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  margin-top: 0.7rem;
}
@media (max-width: 700px) {
  .share-block {
    margin: 1.2rem auto 1.2rem auto;
    width: 100vw;
  }
  .share-links {
    gap: 0.7rem;
    width: 100vw;
  }
  .centered-contact-block {
    margin-left: auto;
    margin-right: auto;
    width: 98vw;
    max-width: 99vw;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
/* Contact page responsive centering */
.centered-contact-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 1.2rem auto;
  text-align: center;
  font-size: 1.13rem;
  background: #f5f7f6;
  border-radius: 10px;
  box-shadow: 0 2px 8px -2px rgba(76, 105, 95, 0.07);
  padding: 1.2rem 1.5rem;
  max-width: 420px;
}
.contact-form {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px -4px rgba(76, 105, 95, 0.09);
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
}
@media (max-width: 700px) {
  .centered-contact-block {
    font-size: 1rem;
    padding: 1rem 0.5rem;
    max-width: 98vw;
  }
  .contact-form {
    max-width: 99vw;
    padding: 1.1rem 0.2rem 1rem 0.2rem;
  }
}
.specials-grid,
.horizontale-rows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.2rem;
  margin: 0 auto 2.5rem auto;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  justify-items: center;
}

.sfeerbeelden-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.2rem;
  justify-items: center;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.sfeerbeelden-grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 12px -4px rgba(76, 105, 95, 0.13);
}

@media (max-width: 1200px) {
  .specials-grid,
  .horizontale-rows,
  .sfeerbeelden-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sfeerbeelden-grid img {
    height: 220px;
  }
}

@media (max-width: 700px) {
  .specials-grid,
  .horizontale-rows,
  .sfeerbeelden-grid {
    grid-template-columns: 1fr;
  }
  .sfeerbeelden-grid img {
    height: 160px;
  }
}
/* === UTILITIES === */
.centered-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.centered-section > * {
  width: 100%;
  max-width: 1200px;
}

section.sfeerbeelden {
  margin-top: 2.5rem;
}

section.reviews h2 {
  text-align: center;
  width: 100%;
}
/* Intro groene kader */
.intro-green-card {
  background: #4c695f;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px -8px rgba(76, 105, 95, 0.13);
  padding: 2.2rem 2.5rem 1.5rem 2.5rem;
  margin: 2.5rem auto 2.5rem auto;
  max-width: 1100px;
  width: 100%;
}
.intro-green-card .intro {
  font-size: 1.18rem;
  margin-bottom: 1.1rem;
}
/* Hamburger menu */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 4px 0;
  background: #4c695f;
  border-radius: 2px;
  transition: 0.2s;
}

@media (max-width: 700px) {
  /* Plaats de hamburger vast in de hoek wanneer menu open is, zodat hij nav-items niet bedekt */
  body.nav-open .hamburger {
    position: fixed;
    top: calc(10px + env(safe-area-inset-top));
    right: 10px;
    left: auto;
    z-index: 11000;
    background: transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .hamburger {
    display: flex;
  }
  nav#main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; /* garandeer volledige hoogte */
    height: auto;
    min-height: 100dvh; /* dynamic viewport height */
    min-height: 100svh; /* safari fallback */
    width: 100vw;
    background: #60746f;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.18);
    flex-direction: column;
    align-items: flex-start;
    /* Extra ruimte boven nav-items zodat hamburger nooit overlapt */
    padding: calc(6rem + env(safe-area-inset-top)) 1.2rem
      calc(1.2rem + env(safe-area-inset-bottom)) 1.2rem;
    transform: translateX(100vw);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10000;
    display: block;
    overflow-y: auto; /* maak menu scrollbaar */
    -webkit-overflow-scrolling: touch;
  }
  nav#main-nav.open {
    transform: translateX(0);
  }
  nav#main-nav ul {
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
    justify-content: flex-start; /* niet centreren zodat alles zichtbaar blijft */
    width: 100%;
    min-height: 100%;
    display: flex;
    padding-top: 0.5rem;
  }
  /* Verwijder onderlijning in mobiele overlay en tapvriendelijke spacing */
  nav#main-nav a,
  nav#main-nav a:hover,
  nav#main-nav ul li:first-child {
    margin-top: 0.25rem;
  }
  nav#main-nav a:focus,
  nav#main-nav a:focus-visible {
    text-decoration: none !important;
    line-height: 1.4;
  }
  nav#main-nav ul li ul.dropdown {
    position: static;
    box-shadow: none;
    background: none;
    padding: 0;
    min-width: 0;
    display: none;
  }
  nav#main-nav ul li.show-dropdown > ul.dropdown {
    display: flex;
    background: #4c695f;
    border-radius: 8px;
    margin-top: 0.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0.7rem;
  }
  nav#main-nav ul li ul.dropdown li a {
    color: #fff;
    font-weight: 500;
    padding: 0.4rem 0.2rem;
  }
}
/* Body scroll blokkeren wanneer nav open is */
@media (max-width: 700px) {
  body.nav-open {
    height: 100dvh;
    overflow: hidden !important;
  }
  nav#main-nav a.active:after,
  nav#main-nav a::after {
    display: none !important;
  }
  body.nav-overlay nav#main-nav a.active {
    font-weight: 800;
  }
}
.specials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3.5rem;
  margin-bottom: 2.5rem;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .specials-grid {
    grid-template-columns: 1fr;
  }
}
.horizontale-row h3 {
  color: #1d2826;
  margin: 0 0 0.3rem 0;
  font-size: 1.1rem;
  font-weight: 700;
}
/* Zorg dat alle iconen in de horizontale tegels dezelfde grootte hebben */
.horizontale-row svg {
  width: 2.4rem !important;
  height: 2.4rem !important;
  aspect-ratio: 1 / 1;
  display: inline-block;
  vertical-align: middle;
}
/* =========================
   1. Design Tokens & Root
   ========================= */
:root {
  --clr-bg: #ffffff;
  --clr-surface: #f5f7f6;
  --clr-surface-alt: #eef1f0;
  --clr-elevated: #5f746f;
  --clr-accent: #4c695f;
  --clr-accent-alt: #5d8074;
  --clr-accent-soft: #c3c6bf;
  --clr-text: #1d2826;
  --clr-text-light: #ffffff;
  --clr-border: #cfd6d2;
  --radius-xs: 2px;
  --radius-sm: 3px;
  --radius-md: 6px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 8px 24px -8px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 35px 60px -25px rgba(0, 0, 0, 0.35);
  --transition: 0.18s cubic-bezier(0.4, 0.2, 0.2, 1);
  --content-max: 1180px;
  --mobile-padding: 1rem;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* =========================
   2. Base / Reset
   ========================= */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", Arial, sans-serif;
  color: var(--clr-text);
  background: var(--clr-bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

/* Reviews grid */
.review-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin: 2.5rem 0 2.5rem 0;
  padding: 0 0.5rem;
  max-width: 1200px;
  width: 100%;
}
.review {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px -4px rgba(76, 105, 95, 0.08);
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
  max-width: 340px;
  margin: 0 auto;
}
.review cite {
  font-style: italic;
  color: #444;
  .review-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin: 2.5rem auto 2.5rem auto;
    padding: 0 0.5rem;
    max-width: 900px;
    width: 100%;
    justify-items: center;
  }
  margin-top: 1.2rem;
  font-size: 1.02em;
  display: block;
}
img,
picture,
video,
canvas,
svg {
  .sfeerbeelden-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    justify-items: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  max-width: 100%;
  height: auto;
  display: block;
}
/* Verbeterde linkstijl en focus */
a {
  color: var(--clr-text);
  text-decoration: none;
  transition: color var(--transition);
  outline: none;
}
a:hover,
a:focus-visible {
  text-decoration: underline;
  color: var(--clr-accent);
}
.page-article,
.legal-text,
.menu-card,
.horizontale-label,
.review,
.contact-form {
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.page-article img,
.page-article iframe,
.page-article video,
.legal-text img,
.legal-text iframe,
.legal-text video {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}
.calendly-widget-container {
  margin: 2rem 0;
  background: var(--clr-bg);
  border-radius: var(--radius-md);
  padding: 0.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--clr-border);
  width: 100%;
  height: 70vh;
  box-sizing: border-box;
}
.calendly-inline-widget {
  height: 100%;
}
/* =========================
   3. Header & Navigation
   ========================= */
header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0.5rem 1.6rem;
  box-shadow: var(--shadow-sm);
  width: 100%;
  pointer-events: auto;
}
.logo {
  flex: 1;
  pointer-events: auto;
}
header .logo img {
  height: 70px;
  width: auto;
  pointer-events: auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.3rem;
  align-items: center;
}
nav ul li {
  position: relative;
}
nav > ul > li > a {
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.4px;
}
nav ul li ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0.75rem 0.75rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  flex-direction: column;
  min-width: 180px;
  z-index: 9999;
}
nav ul li:hover > ul.dropdown,
nav ul li ul.dropdown.open {
  display: flex;
}
nav ul li ul.dropdown li a {
  padding: 0.35rem 0;
  font-weight: 500;
}
nav a {
  position: relative;
  padding: 0.35rem 0;
}
nav a.active {
  color: var(--clr-accent);
}
nav a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 3px;
  background: var(--clr-accent);
  border-radius: 2px;
}
nav a:focus-visible {
  outline: 2px solid var(--clr-accent);
  outline-offset: 4px;
  border-radius: 3px;
}
nav > ul > li > a:hover {
  color: var(--clr-accent);
}

/* =========================
   4. Page Header / Hero
   ========================= */
#page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
  background: linear-gradient(
      rgba(76, 105, 95, 0.55),
      rgba(255, 255, 255, 0.05)
    ),
    url("../media/homepage.jpg") center/cover no-repeat;
  color: var(--clr-text-light);
  position: relative;
}
#page-header.bg-default {
  background: linear-gradient(
      rgba(76, 105, 95, 0.55),
      rgba(255, 255, 255, 0.05)
    ),
    url("../media/homepage.jpg") center/cover no-repeat;
}
#page-header.bg-ontbijt {
  background: linear-gradient(
      rgba(93, 128, 116, 0.55),
      rgba(255, 255, 255, 0.05)
    ),
    url("../media/shutterstock_359916215.jpg") center/cover no-repeat;
}
#page-header.bg-lunch {
  background: linear-gradient(
      rgba(93, 128, 116, 0.55),
      rgba(255, 255, 255, 0.05)
    ),
    url("../media/croque-madame-8593938_1280.png") center/cover no-repeat;
}
#page-header.bg-hoofdgerecht {
  background: linear-gradient(
      rgba(95, 116, 111, 0.55),
      rgba(255, 255, 255, 0.05)
    ),
    url("../media/steak_intragras.jpg") center/cover no-repeat;
}
#page-header.bg-zoet {
  background: linear-gradient(
      rgba(95, 116, 111, 0.55),
      rgba(255, 255, 255, 0.05)
    ),
    url("../media/Appelpunt_koffie.jpg") center/cover no-repeat;
}
#page-header h1 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

/* =========================
   5. Overlapping Intro Section
   ========================= */
article.page-article,
#page-intro.page-article {
  background: #60746f;
  color: #fff;
  width: min(100% - 3rem, var(--content-max));
  margin: 2.8rem auto;
  padding: 2.4rem 3.2rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
}
.left {
  flex: 1 1 320px;
}
.right {
  flex: 2 1 380px;
  font-size: 0.95rem;
}
#page-intro p {
  margin: 0.65rem 0;
}
#page-intro .intro-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#page-intro .intro-cell.media {
  .share-links {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(44px, 1fr));
    justify-items: center;
    gap: 0.8rem 1rem;
    width: 100% !important;
  }
  .share-links .social-circle {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 44px;
  }
  font-size: 0.95rem;
}

/* =========================
   6. Buttons
   ========================= */
#page-cta,
.intro-cta-row {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.85rem;
}
.btn,
#page-intro button a,
#page-cta a {
  --btn-bg: var(--clr-accent);
  --btn-color: #fff;
  --btn-bg-hover: var(--clr-accent-alt);
  display: inline-block;
  background: var(--btn-bg);
  color: var(--btn-color);
  padding: 0.68rem 1.35rem;
  margin: 0;
  font-weight: 700;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  letter-spacing: 0.4px;
  line-height: 1.1;
  border: 2px solid var(--clr-accent);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.13);
  transition: var(--transition);
  min-height: 44px;
}
.btn:hover,
#page-intro button a:hover,
#page-cta a:hover {
  background: var(--btn-bg-hover);
  color: #fff;
  border-color: var(--clr-accent-alt);
  box-shadow: 0 4px 16px -2px rgba(76, 105, 95, 0.18);
  text-decoration: none;
}
.btn:focus-visible,
#page-intro button a:focus-visible,
#page-cta a:focus-visible {
  outline: 3px solid var(--clr-accent-alt);
  outline-offset: 2px;
}
.btn[disabled],
.btn:disabled {
  background: #cfd6d2;
  color: #888;
  border-color: #bfc6c2;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.7;
}
.btn-outline {
  --btn-bg: #fff;
  --btn-color: var(--clr-accent);
  --btn-bg-hover: #e3e5e4;
  color: var(--btn-color);
  border: 2px solid var(--clr-accent);
  background: #fff;
}
.btn-outline:hover {
  background: #e3e5e4;
  color: var(--clr-accent-alt);
  border-color: var(--clr-accent-alt);
}
.btn-soft {
  --btn-bg: #e3e5e4;
  --btn-color: var(--clr-accent);
  --btn-bg-hover: #d3d7d0;
  color: var(--btn-color);
  background: #e3e5e4;
  border: 2px solid #cfd6d2;
}
.btn-soft:hover {
  background: #d3d7d0;
  color: var(--clr-accent-alt);
  border-color: var(--clr-accent-alt);
}
button,
.btn {
  cursor: pointer;
}
button:focus-visible,
.btn:focus-visible,
a.btn:focus-visible {
  outline: 2px solid var(--clr-accent);
  outline-offset: 3px;
}

/* =========================
   7. Dynamic Content Area
   ========================= */
#page-content {
  width: min(100% - 3rem, var(--content-max));
  margin: 0 auto 4rem;
  padding: 0 0 2rem;
  font-size: 0.97rem;
  line-height: 1.55;
}
#page-content > *:first-child {
  margin-top: 0;
}
#page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
}
#page-content td {
  padding: 0.55rem 0.8rem;
  vertical-align: top;
}
#page-content ul {
  padding-left: 1.2rem;
}

/* =========================
   8. Footer
   ========================= */
footer {
  background: #edf0f2;
  padding: 3.2rem 0 2.2rem;
  margin-top: 2.5rem;
  font-size: 0.8rem;
}
footer .newsletter-bar {
  width: min(100% - 3rem, var(--content-max));
  margin: 0 auto 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px -12px rgba(0, 0, 0, 0.13);
  padding: 2.2rem 2.6rem;
  min-height: 210px;
}
footer .nl-bar-form {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  background: transparent;
  padding: 0 1.2rem 0 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.7rem;
  @media (max-width: 700px) {
    .hamburger {
      display: flex;
    }
    nav#main-nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #60746f;
      box-shadow: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0;
      transform: translateX(100vw);
      transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 10000;
      display: flex;
    }
    nav#main-nav.open {
      transform: translateX(0);
    }
    nav#main-nav ul {
      flex-direction: column;
      gap: 2rem;
      align-items: center;
      justify-content: center;
      width: 100vw;
      padding: 0;
    }
    nav#main-nav ul li ul.dropdown {
      position: static;
      box-shadow: none;
      background: none;
      padding: 0;
      min-width: 0;
    }
  }

  @media (min-width: 701px) {
    .hamburger {
      display: none !important;
    }
    nav#main-nav {
      position: static !important;
      width: auto !important;
      height: auto !important;
      background: none !important;
      box-shadow: none !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: flex-end !important;
      padding: 0 !important;
      transform: none !important;
      display: block !important;
    }
    nav#main-nav ul {
      flex-direction: row !important;
      gap: 1.3rem !important;
      align-items: center !important;
      justify-content: flex-end !important;
      width: auto !important;
      padding: 0 !important;
    }
    nav#main-nav ul li ul.dropdown {
      position: absolute !important;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
      background: #fff !important;
      padding: 0.75rem 0.75rem !important;
      min-width: 180px !important;
    }
  }
}
footer .nl-bar-form .nl-consent input {
  margin-top: 0.15rem;
}
footer .nl-bar-form .nl-submit {
  align-self: flex-start;
  background: #d0d4d2;
  border: 1px solid #c1c6c3;
  font-size: 0.65rem;
  padding: 0.48rem 0.9rem;
  cursor: pointer;
  font-weight: 600;
  border-radius: 3px;
}
footer .nl-bar-form .nl-submit:hover {
  background: #c1c6c3;
}
/* Newsletter */
footer .newsletter-bar {
  width: min(100% - 3rem, var(--content-max));
  margin: 0 auto 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px -12px rgba(0, 0, 0, 0.13);
  padding: 2.2rem 2.6rem;
  min-height: 210px;
}
footer .nl-bar-form {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  background: transparent;
  padding: 0 1.2rem 0 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.7rem;
  max-width: 420px;
}
footer .nl-bar-form .nl-heading {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.45px;
  margin: 0 0 0.55rem;
}
footer .nl-bar-form .nl-inputs {
  display: flex;
  gap: 0.55rem;
  width: 100%;
  margin-bottom: 0.7rem;
}
footer .nl-bar-form .nl-inputs input {
  flex: 1 1 0;
}
footer .nl-bar-form input[type="text"],
footer .nl-bar-form input[type="email"],
footer .nl-bar-form input[type="tel"] {
  width: 100%;
  background: #eceeef;
  border: 1px solid #d1d6d4;
  padding: 0.5rem 0.6rem;
  font: inherit;
  font-size: 0.68rem;
  border-radius: 3px;
}
footer .nl-bar-form input[type="text"]:focus-visible,
footer .nl-bar-form input[type="email"]:focus-visible {
  outline: 2px solid var(--clr-accent);
  outline-offset: 2px;
}
footer .nl-bar-form .nl-consent {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.62rem;
  line-height: 1.25;
  margin: 0.45rem 0 0.35rem;
}
footer .nl-bar-form .nl-consent input {
  margin-top: 0.15rem;
}
footer .nl-bar-form .nl-submit {
  align-self: flex-start;
  background: #d0d4d2;
  border: 1px solid #c1c6c3;
  font-size: 0.65rem;
  padding: 0.48rem 0.9rem;
  cursor: pointer;
  font-weight: 600;
  border-radius: 3px;
}
footer .nl-bar-form .nl-submit:hover {
  background: #c1c6c3;
}
footer .nl-cta-group {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.2rem;
  padding: 0 0 0 1.2rem;
  min-width: 0;
  max-width: 340px;
}
footer .nl-cta-group .nl-cta-text {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32px;
}
footer .nl-cta-buttons {
  display: flex;
  gap: 0.05rem;
  flex-wrap: nowrap;
  width: 100%;
}
footer .nl-cta-buttons .cta-btn {
  text-decoration: none;
  font-size: 0.95rem;
  padding: 0.48rem 0;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 3px;
  border: 1px solid #d2d3c6;
  box-shadow: none;
}
footer .nl-cta-buttons .cta-btn.primary {
  background: #d1d1b2;
  color: #444;
  min-width: 0;
  text-align: center;
  border: 1px solid #e2e2ce;
}
footer .nl-cta-buttons .cta-btn.primary:hover {
  background: #d1d1b2;
  color: #222;
}
footer .nl-cta-buttons .cta-btn.secondary {
  background: #e3e5e4;
  color: #444;
  border-color: #d2d3c6;
  min-width: 0;
  text-align: center;
}
footer .nl-cta-buttons .cta-btn.secondary:hover {
  background: #e3e5e4;
}

/* Footer card */
footer .footer-card {
  background: #f1f4f3;
  padding: 2.2rem 2.4rem 1.9rem;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 40px -18px rgba(0, 0, 0, 0.18);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  width: min(100% - 3rem, var(--content-max));
  margin: 0 auto 1.8rem;
}
footer .footer-stack {
  text-align: center;
}
footer .footer-stack .footer-row {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.2rem;
  font-size: 0.68rem;
  line-height: 1.4;
}
footer .footer-stack .footer-row.footer-nav {
  gap: 2.8rem;
  margin-top: 0.1rem;
  font-size: 0.7rem;
}
footer .footer-stack .footer-row.footer-nav a {
  font-weight: 600;
  text-decoration: none;
  color: var(--clr-text);
  letter-spacing: 0.25px;
}
footer .footer-stack .footer-row.footer-nav a:hover {
  text-decoration: underline;
}
/* Contact */
footer .footer-stack .footer-row.footer-contact {
  gap: 1.1rem;
  margin-top: 0.4rem;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
footer .footer-stack .footer-row.footer-contact .contact-item {
  justify-content: flex-start;
  white-space: nowrap;
  text-decoration: none;
  color: var(--clr-text);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  line-height: 1.25;
  position: relative;
  min-width: 0;
}
footer .footer-stack .footer-row.footer-contact .contact-item:focus-visible {
  outline: 2px solid var(--clr-accent);
  outline-offset: 2px;
  border-radius: 4px;
}
/* Icons zonder zichtbare cirkel */
footer .footer-stack .footer-row.footer-contact .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: var(--clr-accent);
  min-width: 22px;
  min-height: 22px;
  transition: color 0.25s;
}
footer .footer-stack .footer-row.footer-contact .contact-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
footer
  .footer-stack
  .footer-row.footer-contact
  .contact-item:hover
  .contact-icon,
footer
  .footer-stack
  .footer-row.footer-contact
  .contact-item:focus-visible
  .contact-icon {
  color: var(--clr-accent-alt);
}
footer
  .footer-stack
  .footer-row.footer-contact
  .contact-item:hover
  .contact-icon,
footer
  .footer-stack
  .footer-row.footer-contact
  .contact-item:focus-visible
  .contact-icon {
  color: var(--clr-accent-alt);
}
footer .footer-stack .footer-row.footer-contact .contact-item:hover,
footer .footer-stack .footer-row.footer-contact .contact-item:focus-visible {
  background: #f3f5f4;
  border-radius: 6px;
}
footer .footer-stack .footer-row.footer-contact .vat {
  margin-left: 1.1rem;
  font-weight: 600;
  cursor: default;
  text-decoration: none;
  position: relative;
}
footer .footer-stack .footer-row.footer-contact .vat:hover {
  text-decoration: none;
}
/* Social */
footer .social-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  color: var(--clr-accent);
  transition: color 0.25s;
}
footer .social-circle svg {
  width: 22px;
  height: 22px;
  display: block;
}
footer .social-circle:hover,
footer .social-circle:focus-visible {
  color: var(--clr-accent-alt);
  outline: 2px solid var(--clr-accent-alt);
  outline-offset: 2px;
}
/* Hours */
footer .footer-stack .footer-row.footer-hours {
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.9rem;
}
footer .footer-stack .footer-row.footer-hours h3 {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.45px;
  font-weight: 700;
}
footer .footer-stack .footer-row.footer-hours .hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.66rem;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
footer .footer-stack .footer-row.footer-social {
  margin-top: 0.55rem;
}
footer .footer-stack .icon {
  font-size: 0.7rem;
  line-height: 1;
}
footer .copyright {
  width: min(100% - 3rem, var(--content-max));
  margin: 0 auto;
  font-size: 0.65rem;
  color: #555;
  text-align: center;
  padding-top: 0.65rem;
}

/* =========================
   11. Forms (generic)
   ========================= */
form .grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.5rem 0.75rem;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 0.55rem 0.6rem;
  border: 1px solid var(--clr-border);
  border-radius: 3px;
  font: inherit;
  background: #f7f9f8;
  min-height: 44px;
}
textarea {
  min-height: 110px;
  resize: vertical;
}
input[type="submit"] {
  background: var(--clr-accent);
  color: #fff;
  border: 1px solid var(--clr-accent);
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}
input[type="submit"]:hover {
  background: var(--clr-accent-alt);
}
input[type="checkbox"] {
  accent-color: var(--clr-accent);
}
/* Contact forms zonder labels */
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem; /* ruimte tussen velden */
  max-width: 500px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-sm);
  background: #f7f9f8;
  font: inherit;
  font-size: 0.9rem;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form textarea::placeholder {
  color: #777;
  font-size: 0.9rem;
}

/* Consent checkbox */
.contact-form .nl-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.3;
  margin: 0.6rem 0;
}

/* Verstuur knop */
.contact-form input[type="submit"] {
  align-self: flex-start;
  background: var(--clr-accent);
  color: #fff;
  border: 1px solid var(--clr-accent);
  padding: 0.65rem 1.3rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}

.contact-form input[type="submit"]:hover {
  background: var(--clr-accent-alt);
  border-color: var(--clr-accent-alt);
}

/* =========================
   12. Helpers & Utilities
   ========================= */
.loading {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--clr-accent);
  font-weight: 600;
}
.hidden {
  display: none !important;
}

/* =========================
   13. Tooltips
   ========================= */
[data-label] {
  position: relative;
}
[data-label]::after {
  content: "";
  opacity: 0;
  transition: opacity 0.15s;
}
[data-label]:hover::after,
[data-label]:focus-visible::after {
  content: attr(data-label);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -6px);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.55rem;
  letter-spacing: 0.3px;
  padding: 4px 6px 3px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
  opacity: 1;
}

/* =========================
   14. Responsive Breakpoints
   ========================= */
/* Verbeterde responsive breakpoints en mobile first aanpak */
@media (max-width: 1100px) {
  article.page-article,
  #page-intro.page-article,
  #page-content,
  footer article {
    width: min(100% - 1.5rem, var(--content-max));
  }
}
@media (max-width: 900px) {
  .sfeerbeelden-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 820px) {
  header {
    flex-direction: column;
    gap: 1rem;
  }
  nav ul {
    gap: 0.7rem;
  }
  #page-header h1 {
    font-size: 2rem;
  }
  article.page-article,
  #page-intro.page-article {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.5rem 1.2rem;
  }
  #page-content {
    padding: 0 0 1rem;
  }
  footer .newsletter-bar {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.5rem 1.2rem;
  }
  .bongo-grid {
    flex-direction: column;
  }
  .bongo-grid .horizontale-row,
  .bongo-grid .horizontale-row.stappenblok,
  .bongo-grid .horizontale-row.contactblok {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 1.1rem 1.1rem 1rem;
  }
  .bon-stappen {
    font-size: 0.92rem;
    padding-left: 1.2rem;
  }
  .horizontale-label.normal {
    font-size: 0.92rem;
  }
}
@media (max-width: 760px) {
  #page-intro .intro-flex {
    gap: 1.2rem;
  }
}
@media (max-width: 650px) {
  footer .footer-stack .footer-row {
    gap: 1.15rem;
  }
  footer .footer-stack .footer-row.footer-contact {
    gap: 1rem;
  }
}
@media (max-width: 620px) {
  footer .nl-bar-form .nl-inputs {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .sfeerbeelden-grid {
    grid-template-columns: 1fr;
  }
  .sfeerbeelden-grid img {
    height: 160px;
  }
}
@media (max-width: 560px) {
  nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  article.page-article,
  #page-intro.page-article {
    margin: 1.5rem auto;
  }
  #page-header h1 {
    font-size: 1.7rem;
  }
}
@media (max-width: 520px) {
  .bongo-grid .horizontale-row {
    padding: 0.95rem 0.9rem 0.85rem;
  }
  .bon-stappen {
    font-size: 0.9rem;
    padding-left: 1.15rem;
  }
  .bon-stappen li strong {
    font-size: 0.88rem;
  }
  .share-links.share-centered .social-circle {
    width: 42px;
    height: 42px;
  }
  footer .footer-stack .footer-row.footer-contact {
    flex-direction: column;
    gap: 0.35rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

/* Vendor prefixes voor bredere browser support */
body,
input,
textarea,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@supports (backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px)) {
  article.page-article,
  #page-intro.page-article {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
}
.menu-pijlers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
  justify-items: stretch;
  align-items: stretch;
}
.menu-pijler {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.08);
  padding: 1.2rem 1rem 1.1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.specials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
  justify-items: stretch;
  align-items: stretch;
}
.special {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.08);
  padding: 1.2rem 1rem 1.1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.horizontale-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.08);
  padding: 1.2rem 1.5rem 1.1rem 1.5rem;
  min-width: 0;
  gap: 1.2rem;
}
.horizontale-row h2 {
  margin: 0 0 0.3rem 0;
  font-size: 1.1rem;
  color: #5f746f;
  font-weight: 700;
}
.horizontale-label {
  display: block;
  color: #b2b8b5;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
}
.horizontale-prijs {
  font-weight: bold;
  color: #5f746f;
  font-size: 1.08rem;
  white-space: nowrap;
  margin-left: 1.2rem;
}

.menu-list {
  list-style: none;
  text-decoration: none;
  padding-left: 0;
  margin-left: 0;
  color: #1d2826;
}
.horizontale-row .menu-list li {
  border-bottom: 1px solid #cfd6d2;
  padding: 0.3em 0;
  margin: 0;
  list-style: none;
  color: #1d2826;
}

.horizontale-row .menu-list li:last-child {
  border-bottom: none;
}

/* =========================
   Share Links Styling
   ========================= */
.share-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.share-links .social-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--clr-accent);
  color: var(--clr-text-light);
  border-radius: 50%;
}

.share-links .social-circle:hover {
  background: var(--clr-accent-alt);
  transform: translateY(-2px);
}

.share-links .social-circle svg {
  width: 20px;
  height: 20px;
}

/* =============================================
   Bongo/Vivabox layout verbeteringen
   ============================================= */

.bongo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  align-items: stretch;
}

.bongo-grid .horizontale-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.08);
  padding: 1.25rem 1.4rem 1.2rem 1.4rem;
  min-width: 0;
  gap: 1.2rem;
}

.bongo-grid .horizontale-row.stappenblok,
.bongo-grid .horizontale-row.contactblok {
  grid-column: 1 / -1;
  max-width: 100%;
}

.bongo-grid .horizontale-row.contactblok {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.bongo-grid .horizontale-row .actie-btn {
  align-self: flex-start;
}

.horizontale-row .hr-inner {
  flex: 1 1 auto;
  min-width: 0;
}

.horizontale-label.normal {
  font-style: normal;
  font-weight: 400;
  color: var(--clr-text);
  line-height: 1.5;
  font-size: 0.95rem;
}

.menu-list.bullet {
  list-style: disc;
  padding-left: 1.1rem;
}

.menu-list.bullet li {
  border: 0;
  padding: 0.25rem 0;
}

/* =============================================
   Stappenlijst (functionele weergave)
   ============================================= */
.bon-stappen {
  list-style: decimal;
  padding-left: 1.4rem;
  margin: 1rem 0 1.6rem;
  color: var(--clr-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.bon-stappen li {
  margin: 0 0 0.75rem;
}

.bon-stappen li:last-child {
  margin-bottom: 0;
}

.bon-stappen li strong {
  display: block;
  color: var(--clr-accent);
  margin-bottom: 0.15rem;
  font-size: 0.92rem;
}

.inline-btn {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--clr-accent);
  border-radius: 4px;
  background: var(--clr-accent);
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  text-decoration: none;
  margin-top: 0.4rem;
  transition: var(--transition);
}

.inline-btn:hover {
  background: var(--clr-accent-alt);
  border-color: var(--clr-accent-alt);
  text-decoration: none;
}

/* =============================================
   Social share centreren
   ============================================= */
.share-links.share-centered {
  justify-content: center;
  gap: 0.8rem;
  margin-top: 0.4rem;
}

.share-links.share-centered .social-circle {
  width: 46px;
  height: 46px;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.25);
}

/* Focus accesibility */
.share-links .social-circle:focus-visible {
  outline: 3px solid var(--clr-accent-alt);
  outline-offset: 3px;
}

/* =============================================
   Responsive optimalisaties
   ============================================= */

@media (max-width: 1080px) {
  .bongo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .bongo-grid {
    grid-template-columns: 1fr;
  }
  .bongo-grid .horizontale-row,
  .bongo-grid .horizontale-row.stappenblok,
  .bongo-grid .horizontale-row.contactblok {
    padding: 1.1rem 1.1rem 1rem;
  }
  .bon-stappen {
    font-size: 0.92rem;
    padding-left: 1.2rem;
  }
  .horizontale-label.normal {
    font-size: 0.92rem;
  }
}

@media (max-width: 520px) {
  .bongo-grid .horizontale-row {
    padding: 0.95rem 0.9rem 0.85rem;
  }
  .bon-stappen {
    font-size: 0.9rem;
    padding-left: 1.15rem;
  }
  .bon-stappen li strong {
    font-size: 0.88rem;
  }
  .share-links.share-centered .social-circle {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inline-btn,
  .share-links .social-circle {
    transition: none;
  }
}

/* =========================
   15. Reviews & Stars
   ========================= */
.review {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 2.2rem;
  position: relative;
  padding-right: 0.5rem;
}
.review p {
  align-self: flex-start;
  margin: 0.7rem 0 0.2rem 0;
  text-align: left;
  max-width: 80%;
}
.review .star-group,
.review .reviewer {
  align-self: flex-end;
  text-align: right;
}
.star {
  color: #f5b301;
  font-style: normal;
  font-size: 1.1em;
  margin: 0 1px;
}
.star:before {
  content: "★";
}
.review .reviewer {
  font-weight: 600;
  color: #5f746f;
  margin-top: 0.2rem;
  font-size: 0.98em;
}