/* ═══════════════════════════════════════════════════════════════
   DE JONGENS VAN — Shared Stylesheet
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&display=swap');

/* ── TOKENS ─────────────────────────────────────────────────── */
:root {
  --bg:       #0A0908;
  --surface:  #131110;
  --fg:       #EDE8DF;
  --accent:   #C8A951;
  --muted:    rgba(237,232,223,.50);
  --border:   rgba(200,169,81,.15);
  --white:    #FFFFFF;

  --ff-head: 'Roboto', system-ui, sans-serif;
  --ff-body: 'DM Sans', system-ui, sans-serif;

  --nav-h: 72px;
  --container: 1200px;
  --section-v: 4.5rem;
}

/* ── RESET ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; font-size: 16px; overflow-x: clip; }
body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.6;
  overflow-x: clip;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--accent); color: var(--bg); }
button { font-family: var(--ff-body); }

/* ── LAYOUT ─────────────────────────────────────────────────── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 2.5rem; }
.section { padding: var(--section-v) 0; position: relative; }
.section--surface { background: var(--surface); }

/* ── TYPOGRAPHY ─────────────────────────────────────────────── */
.tag {
  display: inline-flex; align-items: center; gap: .7rem;
  font-size: .68rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 1.5rem;
}
.tag::before { content: ''; width: 20px; height: 1px; background: var(--accent); flex-shrink: 0; }

.section-title {
  font-family: var(--ff-head);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 700; line-height: 1.0;
  letter-spacing: -.03em;
  font-variation-settings: normal;
  margin-bottom: 1.5rem;
}
.section-title em { font-style: normal; color: var(--accent); font-weight: 700; }
.section-title .line { display: block; }

.section-body {
  font-size: 1rem; color: var(--muted);
  line-height: 1.85; font-weight: 300;
  max-width: 560px;
}

.rule { width: 42px; height: 1px; background: var(--accent); margin: 2rem 0; }

/* ── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .8rem;
  padding: 1rem 2.2rem;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 500; font-family: var(--ff-body);
  cursor: pointer; border: none;
  transition: background .25s, color .25s, border-color .25s, transform .25s, opacity .25s;
  white-space: nowrap;
}
.btn--primary { background: var(--accent); color: var(--bg); }
.btn--primary:hover { background: var(--fg); }
.btn--ghost {
  border: 1px solid rgba(28,24,18,.3);
  color: var(--fg); background: transparent;
}
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn--wa { background: #25D366; color: #fff; }
.btn--wa:hover { opacity: .9; transform: translateY(-2px); }

.btn .arrow { width: 14px; height: 1px; background: currentColor; position: relative; transition: width .3s; }
.btn .arrow::after {
  content: ''; position: absolute; right: 0; top: 50%;
  width: 6px; height: 6px;
  border-top: 1px solid currentColor; border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn:hover .arrow { width: 22px; }

/* ── STARS ──────────────────────────────────────────────────── */
.stars-row { color: var(--accent); font-size: 1rem; letter-spacing: .1em; margin-bottom: 1rem; }

/* ── IMAGE PLACEHOLDERS ─────────────────────────────────────── */
.ph {
  position: relative; overflow: hidden;
}
/* Stock photos via Unsplash — gradient fallback included */
.ph--hero    {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.25) 0%, rgba(10,9,8,.65) 100%),
    url('zaalverhuurv2.jpg?v=1') center/cover no-repeat;
}
.ph--locatie {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.3) 0%, rgba(10,9,8,.55) 100%),
    url('locatie.jpg') center/cover no-repeat;
}
.ph--verdieping {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.3) 0%, rgba(10,9,8,.55) 100%),
    url('bovenetage.jpg') center/cover no-repeat;
}
.ph--bruiloft{
  background:
    linear-gradient(to bottom, rgba(10,9,8,.1) 0%, rgba(10,9,8,.3) 100%),
    url('bruiloft-side.jpg') center/cover no-repeat;
}
.ph--bruiloft-home{
  background:
    linear-gradient(to bottom, rgba(10,9,8,.2) 0%, rgba(10,9,8,.5) 100%),
    url('bruiloften-djv.jpg') 20% 42%/cover no-repeat;
}
.ph--bruiloft-hero{
  background:
    linear-gradient(to bottom, rgba(10,9,8,.3) 0%, rgba(10,9,8,.12) 42%, rgba(10,9,8,.55) 88%, #0A0908 100%),
    url('bruilofthero.jpg') 12% 40%/158% no-repeat;
}
@media (max-width: 900px) {
  /* Mobiel: hero is volledig scherm; stel netjes onder de titel tonen */
  .ph--bruiloft-hero { background-size: cover; background-position: 60% 46%; }
}
.ph--verdieping-zaal{
  background:
    linear-gradient(to bottom, rgba(10,9,8,.3) 0%, rgba(10,9,8,.55) 100%),
    url('verdieping-djv.jpg') center/cover no-repeat;
}
.ph--zaal    {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.25) 0%, rgba(10,9,8,.55) 100%),
    url('zaalverhuurv2.jpg?v=1') center/cover no-repeat;
}
.ph--beganegrond {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.25) 0%, rgba(10,9,8,.55) 100%),
    url('beganegrond.jpg') center/cover no-repeat;
}
.ph--festival{
  background:
    linear-gradient(to bottom, rgba(10,9,8,.2) 0%, rgba(10,9,8,.5) 100%),
    url('https://images.unsplash.com/photo-1459749411175-04bf5292ceea?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
}
.ph--cocktail{
  background:
    linear-gradient(to bottom, rgba(10,9,8,.25) 0%, rgba(10,9,8,.6) 100%),
    url('cocktailheader.jpg') center/cover no-repeat;
}
.ph--cocktail-home{
  background:
    linear-gradient(to bottom, rgba(10,9,8,.1) 0%, rgba(10,9,8,.45) 100%),
    url('cocktails-home.jpg?v=2') center 20%/cover no-repeat;
}
.ph--vide{
  background:
    linear-gradient(to bottom, rgba(10,9,8,.2) 0%, rgba(10,9,8,.55) 100%),
    url('vide.jpg') center/cover no-repeat;
}
.ph--feesten {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.2) 0%, rgba(10,9,8,.55) 100%),
    url('barraagenda.jpg') center/cover no-repeat;
}
.ph--barrakids {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.1) 0%, rgba(10,9,8,.35) 100%),
    url('barrakids.jpg') 50% 30%/cover no-repeat;
}
.ph--barrahero {
  background:
    linear-gradient(to bottom, rgba(19,17,16,.4) 0%, rgba(19,17,16,.5) 45%, rgba(19,17,16,.85) 82%, #131110 100%),
    url('barrahero.jpg') center 72%/cover no-repeat;
}
.ph--agenda-home {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.2) 0%, rgba(10,9,8,.55) 100%),
    url('goodvibes.jpg?v=2') center/cover no-repeat;
}
.ph--bedrijf-intro {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.15) 0%, rgba(10,9,8,.4) 100%),
    url('bedrijf-intro.jpg') center/cover no-repeat;
}
.ph--bedrijf-sax {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.15) 0%, rgba(10,9,8,.35) 100%),
    url('bedrijf-sax.jpg') center 20%/cover no-repeat;
}
.ph--bedrijf-hapjes {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.1) 0%, rgba(10,9,8,.35) 100%),
    url('bedrijf-hapjes.jpg') center 30%/cover no-repeat;
}

/* ── NAV ────────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--nav-h);
  display: flex; align-items: center;
  padding: 0 2.5rem;
  justify-content: space-between;
  transition: background .35s, border-color .35s, height .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10,9,8,.88);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom-color: var(--border);
  height: 60px;
}
.nav__logo {
  display: flex; align-items: center; gap: .6rem;
  z-index: 201;
}
.nav__logo img { height: 40px; width: auto; }
.nav__logo span {
  font-family: var(--ff-head); font-style: normal;
  color: var(--accent); font-size: 1rem; font-weight: 700;
  font-variation-settings: normal;
  display: none;
}

.nav__links {
  display: flex; gap: 2.5rem; list-style: none; align-items: center;
}
.nav__links a {
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted);
  position: relative;
  transition: color .25s;
}
.nav__links a::after {
  content: ''; position: absolute; left: 0; bottom: -4px;
  width: 100%; height: 1px; background: var(--accent);
  transform: scaleX(0); transform-origin: right;
  transition: transform .4s cubic-bezier(.7,0,.3,1);
}
.nav__links a:hover,
.nav__links a.active { color: var(--fg); }
.nav__links a:hover::after,
.nav__links a.active::after { transform: scaleX(1); transform-origin: left; }

.nav__cta {
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  background: var(--accent); color: var(--bg); font-weight: 500;
  padding: .65rem 1.4rem;
  transition: background .25s;
  white-space: nowrap;
}
.nav__cta:hover { background: var(--fg); color: var(--bg); }

.nav__hamburger {
  display: none; flex-direction: column; gap: 5px;
  width: 44px; height: 44px; cursor: pointer;
  align-items: center; justify-content: center;
  z-index: 201; position: relative;
  background: none; border: none; padding: 0;
  margin-right: -6px;
  -webkit-appearance: none; appearance: none;
  border-radius: 0;
}
.nav__hamburger span {
  width: 24px; height: 2px; background: var(--fg); display: block;
  transition: transform .35s cubic-bezier(.76,0,.24,1), opacity .2s;
  transform-origin: center;
}
.nav__hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE MENU ────────────────────────────────────────────── */
.mobile-menu {
  position: fixed; inset: 0; z-index: 199;
  background: var(--bg);
  display: flex; flex-direction: column; justify-content: center;
  padding: 6rem 2.5rem 3rem;
  clip-path: inset(0 0 100% 0);
  transition: clip-path .7s cubic-bezier(.76,0,.24,1);
  pointer-events: none;
}
.mobile-menu.open {
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}
.mobile-menu__links {
  list-style: none; display: flex; flex-direction: column; gap: .2rem;
}
.mobile-menu__links li { overflow: hidden; }
.mobile-menu__links a {
  font-family: var(--ff-head);
  font-size: clamp(1.4rem, 7vw, 2.1rem);
  font-weight: 400; letter-spacing: -.03em; line-height: 1.15;
  font-variation-settings: normal;
  display: inline-block;
  transform: translateY(110%);
  transition: transform .7s cubic-bezier(.76,0,.24,1), color .25s;
  padding: .15rem 0;
  color: var(--fg);
}
.mobile-menu.open .mobile-menu__links a { transform: translateY(0); }
.mobile-menu__links li:nth-child(odd) a { color: var(--accent); }
.mobile-menu__links li:nth-child(1) a { transition-delay: .12s; }
.mobile-menu__links li:nth-child(2) a { transition-delay: .19s; }
.mobile-menu__links li:nth-child(3) a { transition-delay: .26s; }
.mobile-menu__links li:nth-child(4) a { transition-delay: .33s; }
.mobile-menu__links li:nth-child(5) a { transition-delay: .40s; }
.mobile-menu__links a em { font-style: normal; color: inherit; font-weight: 400; }
.mobile-menu__links a:hover { color: var(--accent); }

.mobile-menu__footer {
  margin-top: 3rem; padding-top: 2rem;
  border-top: 1px solid var(--border);
  display: flex; gap: 2.5rem; flex-wrap: wrap;
  opacity: 0; transform: translateY(16px);
  transition: opacity .5s .55s, transform .5s .55s;
}
.mobile-menu.open .mobile-menu__footer { opacity: 1; transform: translateY(0); }
.mobile-menu__footer-group { display: flex; flex-direction: column; gap: .25rem; }
.mobile-menu__footer-label {
  font-size: .62rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--muted);
}
.mobile-menu__footer a { font-size: .9rem; color: var(--fg); }
.mobile-menu__footer .wa { color: #25D366; font-weight: 500; }

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 2.5rem var(--nav-h);
  position: relative; overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(10,9,8,1) 0%, rgba(10,9,8,.75) 40%, rgba(10,9,8,.55) 100%);
}
.hero__meta {
  position: relative; z-index: 2;
  display: flex; gap: 2rem; align-items: center;
  margin-bottom: auto; padding-top: calc(var(--nav-h) + 3rem);
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(237,232,223,.75);
}
.hero__meta .dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent); display: inline-block;
  margin-right: .5rem; vertical-align: middle;
}
.hero__content { position: relative; z-index: 2; max-width: var(--container); width: 100%; margin: 0 auto; }
.hero__title {
  font-family: var(--ff-head);
  font-size: clamp(3.5rem, 10vw, 10rem);
  font-weight: 800; line-height: .9;
  letter-spacing: -.04em;
  font-variation-settings: normal;
  margin-bottom: 2rem;
}
.hero__title .line { display: block; overflow: hidden; }
.hero__title .inner { display: inline-block; will-change: transform; }
.hero__title em { font-style: normal; color: var(--accent); font-weight: 800; }

.hero__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; flex-wrap: wrap; }
.hero__sub { font-size: 1rem; color: var(--muted); font-weight: 300; max-width: 420px; line-height: 1.7; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

.hero__logo {
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(220px, 32vw, 520px);
  height: auto;
  z-index: 2;
  opacity: .18;
  pointer-events: none;
  will-change: opacity, transform;
  animation: fadeIn 1.2s ease .2s both;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-48%) scale(.94); }
  to   { opacity: .18; transform: translateY(-50%) scale(1); }
}

.hero__scroll {
  position: absolute; right: 2.5rem; bottom: 2.5rem; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .7rem;
  font-size: .62rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--muted); writing-mode: vertical-rl;
}
.hero__scroll-line {
  width: 1px; height: 52px; background: var(--accent);
  position: relative; overflow: hidden; writing-mode: horizontal-tb;
}
.hero__scroll-line::after {
  content: ''; position: absolute; inset: 0; background: var(--bg);
  animation: scrollFill 2.2s ease-in-out infinite;
}
@keyframes scrollFill { 0%,100%{transform:translateY(-100%)} 50%{transform:translateY(100%)} }

/* ── MARQUEE ────────────────────────────────────────────────── */
.marquee {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden; padding: 1.4rem 0;
}
.marquee__track {
  display: inline-flex; gap: 3rem;
  animation: marqueeScroll 60s linear infinite;
  white-space: nowrap;
}
.marquee__item {
  font-family: var(--ff-head); font-size: 1.1rem; font-weight: 300;
  letter-spacing: -.01em; font-variation-settings: "opsz" 40;
  display: inline-flex; align-items: center; gap: 3rem;
  color: var(--fg);
}
.marquee__item::before { content: '✦'; color: var(--accent); font-size: .75rem; }
.marquee__item em { font-style: italic; color: var(--accent); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── PILLAR CARDS ───────────────────────────────────────────── */
.pillars { padding: var(--section-v) 0; }
.pillars__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.pillar-card {
  position: relative; overflow: hidden; display: block;
  background: var(--surface);
  transition: transform .6s cubic-bezier(.22,1,.36,1);
}
.pillar-card:hover .pillar-card__img { transform: scale(1.04); }
.pillar-card__img {
  aspect-ratio: 3/4;
  transition: transform .7s cubic-bezier(.22,1,.36,1);
}
.pillar-card__body {
  padding: 2rem 2rem 2.5rem;
}
.pillar-card__num {
  font-family: var(--ff-head); font-size: .75rem; color: var(--accent);
  letter-spacing: .1em; font-variation-settings: "opsz" 96;
  margin-bottom: .75rem; display: block;
}
.pillar-card__title {
  font-family: var(--ff-head); font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400; line-height: 1.1;
  font-variation-settings: normal;
  margin-bottom: .6rem;
}
.pillar-card__desc { font-size: .88rem; color: var(--muted); line-height: 1.65; font-weight: 300; margin-bottom: 1.5rem; }
.pillar-card__link {
  font-size: .75rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--accent); display: inline-flex; align-items: center; gap: .5rem;
  transition: gap .3s;
}
.pillar-card:hover .pillar-card__link { gap: 1rem; }
.pillar-card__link::after { content: '→'; }

/* ── LOCATIE ────────────────────────────────────────────────── */
.locatie__grid {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: 6rem; align-items: flex-start;
}
.locatie__visual { position: sticky; top: calc(var(--nav-h) + 2rem); }
.locatie__img {
  aspect-ratio: 3/4; position: relative; overflow: hidden;
}
.locatie__year {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-family: var(--ff-head); font-size: 3.2rem; font-weight: 300;
  color: var(--accent); line-height: .9;
  font-variation-settings: normal;
  text-align: right;
}
.locatie__year small {
  display: block; font-size: .55rem; letter-spacing: .3em;
  text-transform: uppercase; font-family: var(--ff-body);
  margin-top: .35rem; color: var(--accent);
}

.spaces { margin-top: 2rem; }
.space-row {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 2rem; align-items: baseline;
  padding: 1.5rem 0; border-bottom: 1px solid var(--border);
  transition: padding .4s cubic-bezier(.22,1,.36,1);
}
.space-row:hover { padding-left: .75rem; }
.space-idx {
  font-family: var(--ff-head); font-size: .85rem;
  color: var(--accent); font-variant-numeric: tabular-nums;
  font-variation-settings: normal;
}
.space-body { display: flex; flex-direction: column; gap: .2rem; }
.space-name { font-family: var(--ff-head); font-size: 1.3rem; font-weight: 400; font-variation-settings: "opsz" 40; }
.space-meta { font-size: .8rem; color: var(--muted); }
.space-size {
  font-family: var(--ff-head); font-size: 2rem; font-weight: 300;
  color: var(--accent); font-variant-numeric: tabular-nums;
  font-variation-settings: normal; letter-spacing: -.02em;
}
.space-size small { font-size: .85rem; font-weight: 400; margin-left: .1em; }

/* ── REVIEWS ────────────────────────────────────────────────── */
.reviews__head { max-width: 600px; margin-bottom: 4rem; }
.reviews__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.reviews__grid--2 { grid-template-columns: 1fr 1fr; }
.reviews__grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .reviews__grid--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .reviews__grid--4 { grid-template-columns: 1fr; } }
.review-card {
  background: var(--surface); padding: 2.5rem 2rem;
  border: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 1.2rem;
}
.review-card blockquote {
  font-family: var(--ff-head); font-style: normal;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 500; line-height: 1.55;
  color: var(--fg); flex: 1;
  font-variation-settings: normal;
}
.review-card__attr {
  display: flex; flex-direction: column; gap: .2rem;
}
.review-card__name {
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--fg); font-weight: 500;
}
.review-card__type { font-size: .75rem; color: var(--muted); }

/* ── PROCES ─────────────────────────────────────────────────── */
#proces { padding: var(--section-v) 0; position: relative; }
.proces__pin { padding: 0; }
.proces__head {
  padding: 0 2.5rem; margin-bottom: 2.5rem;
  max-width: var(--container); width: 100%; margin-left: auto; margin-right: auto;
}
.proces__track {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
  padding: 0 2.5rem; max-width: var(--container); margin: 0 auto;
  transform: none !important;
}
.step {
  background: var(--surface); padding: 2.5rem 2rem;
  display: flex; flex-direction: column;
  border: 1px solid var(--border);
  transition: background .3s;
}
.step:hover { background: #1e1b17; }
.step__num {
  font-family: var(--ff-head); font-size: 5rem; font-weight: 300;
  color: var(--accent); line-height: 1; letter-spacing: -.04em;
  font-variation-settings: normal; opacity: .4;
  margin-bottom: 2rem;
}
.step__title {
  font-family: var(--ff-head); font-size: 1.55rem; font-weight: 400;
  margin-bottom: .7rem; font-variation-settings: "opsz" 40;
}
.step__desc { font-size: .88rem; color: var(--muted); line-height: 1.7; font-weight: 300; }
.proces__progress { display: none; }
.proces__bar {
  flex: 1; height: 1px; background: var(--border); margin: 0 1.5rem; position: relative;
}
.proces__bar-fill {
  position: absolute; left: 0; top: 0; height: 100%;
  width: 0%; background: var(--accent); transition: width .1s linear;
}

/* ── TROUWEN ────────────────────────────────────────────────── */
.trouwen__inner {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 5rem; align-items: center;
}
.trouwen__quote {
  font-family: var(--ff-head); font-style: normal;
  font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 700;
  line-height: 1.2; color: var(--fg); margin: 2rem 0;
  font-variation-settings: normal;
}
.trouwen__quote em { color: var(--accent); }
.trouwen__facts { display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.fact {
  display: flex; gap: 1rem; align-items: baseline;
  font-size: .9rem; color: var(--muted); font-weight: 300;
}
.fact__num {
  font-family: var(--ff-head); color: var(--accent);
  font-size: .75rem; font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.trouwen__img { aspect-ratio: 4/5; }

/* ── OVER ONS ───────────────────────────────────────────────── */
.over__inner {
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 5rem; align-items: start; position: relative;
}
.over__year {
  position: absolute; left: -1rem; top: -2rem;
  font-family: var(--ff-head); font-size: clamp(9rem, 22vw, 20rem);
  font-weight: 300; color: var(--accent); opacity: .07;
  line-height: .9; letter-spacing: -.04em; pointer-events: none;
  font-variation-settings: normal; z-index: 0;
}
.over__inner > * { position: relative; z-index: 1; }
.over-p { font-size: 1rem; color: var(--muted); line-height: 1.9; margin-bottom: 1.4rem; font-weight: 300; }
.over-p:last-child { margin-bottom: 0; }
.over-highlight { color: var(--accent); font-family: var(--ff-head); font-style: normal; font-weight: 700; }

/* ── CONTACT ────────────────────────────────────────────────── */
.contact__grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 5rem; align-items: start;
}
.contact__info { display: flex; flex-direction: column; gap: 0; margin: 2rem 0; }
.contact__item {
  display: grid; grid-template-columns: 90px 1fr;
  gap: 1.5rem; padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
}
.contact__label {
  font-size: .65rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent); padding-top: .15rem;
}
.contact__val { font-size: .95rem; color: var(--fg); font-weight: 300; }
.contact__val a { position: relative; }
.contact__val a::after {
  content: ''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px;
  background: var(--accent); transform: scaleX(0); transform-origin: right;
  transition: transform .4s cubic-bezier(.7,0,.3,1);
}
.contact__val a:hover::after { transform: scaleX(1); transform-origin: left; }

/* ── FORM ───────────────────────────────────────────────────── */
.form {
  display: flex; flex-direction: column; gap: 1.2rem;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 14px; padding: clamp(1.5rem, 3vw, 2.25rem);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; }
.form-group label {
  font-size: .65rem; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(237,232,223,.72); margin-bottom: .5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(10,9,8,.55); border: 1px solid rgba(200,169,81,.3); border-radius: 8px;
  color: var(--fg); padding: .9rem 1rem;
  font-family: var(--ff-body); font-size: .95rem; font-weight: 300;
  outline: none; transition: border-color .25s, background .25s, box-shadow .25s;
}
.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover { border-color: rgba(200,169,81,.4); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(237,232,223,.5); }
.form-group select option { background: #1a1814; color: var(--fg); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent); background-color: rgba(255,255,255,.06); box-shadow: 0 0 0 3px rgba(200,169,81,.14); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-group select {
  appearance: none; cursor: pointer; padding-right: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23C8A951' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .95rem center;
}
.form-group select option { background: var(--bg); color: var(--fg); }
.form__submit {
  align-self: flex-start; margin-top: 1rem;
  background: var(--accent); color: var(--bg); border: 0;
  padding: 1rem 2.4rem; font-weight: 500; font-size: .78rem;
  letter-spacing: .14em; text-transform: uppercase;
  cursor: pointer; transition: background .25s, transform .25s;
}
.form__submit:hover { background: var(--fg); transform: translateY(-2px); }
.form__submit:disabled { opacity: .6; cursor: default; transform: none; }

/* Honeypot: onzichtbaar voor bezoekers, wel invulbaar voor bots. Niet met
   display:none, want een deel van de bots slaat verborgen velden over. */
.form-hp {
  position: absolute; left: -9999px; width: 1px; height: 1px;
  overflow: hidden; opacity: 0; pointer-events: none;
}

.form__status {
  margin-top: 1rem; font-size: .9rem; font-weight: 300; line-height: 1.6;
  color: var(--accent);
}
.form__status--error { color: #E2725B; }

/* ── FOOTER ─────────────────────────────────────────────────── */
footer {
  background: var(--surface);
  padding: 4.5rem 2.5rem 3rem;
  text-align: center;
}
footer > .container { display: flex; flex-direction: column; align-items: center; gap: 2.25rem; }
.footer__big {
  font-family: var(--ff-head); font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700; letter-spacing: -.02em; line-height: 1.15;
  color: var(--accent); margin-bottom: 0;
  font-variation-settings: normal;
}
.footer__big em { font-style: normal; color: var(--accent); }
.footer__big small { display: block; color: var(--muted); font-size: .5em; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; margin-top: .5rem; }
.footer__bottom {
  display: flex; flex-direction: column; align-items: center; gap: 1.75rem;
  width: 100%; padding-top: 2.25rem; border-top: 1px solid var(--border);
}
.footer__links {
  display: flex; flex-flow: row wrap; justify-content: center; gap: 1rem 2rem;
}
.footer__links a {
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--fg); transition: color .25s;
  font-weight: 500;
}
.footer__links a:hover { color: var(--accent); }
.footer__copy { font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }

/* ── WA STICKY ──────────────────────────────────────────────── */
.wa-sticky {
  position: fixed;
  bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
  right: calc(1.5rem + env(safe-area-inset-right, 0px));
  z-index: 150; width: 54px; height: 54px; border-radius: 50%;
  background: var(--accent); display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 6px 30px rgba(200,169,81,.35);
  transition: transform .25s, box-shadow .25s;
  text-decoration: none;
}
.wa-sticky:hover { transform: scale(1.1); box-shadow: 0 8px 40px rgba(200,169,81,.5); }

/* ── HERO TITLE ANIMATION (CSS-only, no GSAP dependency) ────── */
.hero__title .line,
.page-hero__title .line { display: block; overflow: hidden; padding-bottom: .18em; margin-bottom: -.18em; }

.hero__title .inner,
.page-hero__title .inner {
  display: inline-block;
  animation: lineUp .9s cubic-bezier(.22,1,.36,1) both;
}
.hero__title .line:nth-child(1) .inner  { animation-delay: .15s; }
.hero__title .line:nth-child(2) .inner  { animation-delay: .3s; }
.hero__title .line:nth-child(3) .inner  { animation-delay: .45s; }
.hero__title .line:nth-child(4) .inner  { animation-delay: .6s; }
.page-hero__title .line:nth-child(1) .inner { animation-delay: .2s; }
.page-hero__title .line:nth-child(2) .inner { animation-delay: .35s; }
.page-hero__title .line:nth-child(3) .inner { animation-delay: .5s; }

@keyframes lineUp {
  from { transform: translateY(105%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

/* ── REVEAL ─────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); }
.reveal.in { opacity: 1; transform: translateY(0); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.reveal[data-delay="1"].in { transition-delay: .1s; }
.reveal[data-delay="2"].in { transition-delay: .2s; }
.reveal[data-delay="3"].in { transition-delay: .3s; }
.reveal[data-delay="4"].in { transition-delay: .4s; }

/* ── PAGE HERO VARIANTS (sub-pages) ─────────────────────────── */
.page-hero {
  min-height: 65vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 2.5rem 5rem;
  position: relative; overflow: hidden;
}
.page-hero__bg { position: absolute; inset: 0; z-index: 0; }
/* video-achtergrond (bedrijfsfeest) */
.page-hero__video { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: #0A0908; }
.page-hero__video iframe {
  position: absolute; top: 50%; left: 50%;
  width: 100vw; height: 56.25vw;            /* 16:9 op basis van breedte */
  min-height: 100%; min-width: 177.78vh;    /* 16:9 op basis van hoogte -> altijd cover */
  transform: translate(-50%, -50%); border: 0;
}
.page-hero__video video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; border: 0; display: block;
}
.page-hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(10,9,8,1) 0%, rgba(10,9,8,.6) 50%, rgba(10,9,8,.15) 100%);
}
.page-hero__content { position: relative; z-index: 2; max-width: var(--container); width: 100%; margin: 0 auto; padding-top: calc(var(--nav-h) + 4rem); }
.page-hero__title {
  font-family: var(--ff-head);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 800; line-height: .93;
  letter-spacing: -.03em;
  font-variation-settings: normal;
  margin-bottom: 1.5rem;
}
.page-hero__title em { font-style: normal; color: var(--accent); font-weight: 800; }
.page-hero__sub { font-size: 1.05rem; color: var(--muted); font-weight: 300; max-width: 540px; line-height: 1.7; }
/* leesbaarheid over drukke/heldere video-achtergronden */
.page-hero__title { text-shadow: 0 2px 28px rgba(0,0,0,.55), 0 1px 4px rgba(0,0,0,.4); }
.page-hero__sub { text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.page-hero--video .page-hero__overlay {
  background: linear-gradient(to top, rgba(10,9,8,1) 0%, rgba(10,9,8,.8) 40%, rgba(10,9,8,.45) 75%, rgba(10,9,8,.3) 100%);
}

/* ── FEATURE BLOCKS ─────────────────────────────────────────── */
.features__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  margin-top: 4rem;
}
.feature {
  background: var(--bg); padding: 2.5rem 2rem;
  transition: background .3s;
}
.feature:hover { background: #1c1914; }
.feature__icon { font-size: 1.5rem; margin-bottom: 1.2rem; display: block; }
.feature__title { font-family: var(--ff-head); font-size: 1.3rem; font-weight: 400; margin-bottom: .6rem; font-variation-settings: "opsz" 40; }
.feature__desc { font-size: .85rem; color: var(--muted); line-height: 1.65; font-weight: 300; }

/* ── PRICING CARDS ──────────────────────────────────────────── */
.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.pricing__grid--2 { grid-template-columns: 1fr 1fr; }
.price-card {
  background: var(--surface); padding: 3rem 2.5rem 2.5rem;
  position: relative; border: 1px solid var(--border);
  transition: border-color .3s;
}
.price-card:hover { border-color: var(--accent); }
.price-card--featured { background: #C8A951; color: #0A0908; border-color: #C8A951; }
.price-card--featured .price-card__label,
.price-card--featured .price-card__desc { color: rgba(10,9,8,.65); }
.price-card--featured .price-card__price { color: #0A0908; }
.price-card--featured .inc-item { color: #0A0908; }
.price-card--featured .inc-item::before { color: #0A0908; }
.price-card__price {
  font-family: var(--ff-head); font-size: 3.5rem; font-weight: 300;
  color: var(--accent); letter-spacing: -.03em; line-height: 1;
  font-variation-settings: normal; margin-bottom: .35rem;
}
.price-card__price .cur { font-size: .4em; vertical-align: top; margin-right: .1em; font-weight: 400; }
.price-card__label {
  font-size: .65rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1.5rem;
}
.price-card__desc { font-size: .9rem; color: var(--muted); line-height: 1.65; font-weight: 300; margin-bottom: 1.5rem; }
.price-includes { display: flex; flex-direction: column; gap: .6rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.inc-item { font-size: .85rem; color: var(--fg); display: flex; gap: .7rem; align-items: baseline; font-weight: 300; }
.inc-item::before { content: '↳'; color: var(--accent); font-weight: 400; flex-shrink: 0; }
.price-card--featured .price-includes { border-color: rgba(10,9,8,.2); }

/* ── PHOTO STRIP ────────────────────────────────────────────── */
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.photo-strip img { width: 100%; height: 300px; object-fit: cover; border-radius: 4px; }
@media (max-width: 900px) { .photo-strip { grid-template-columns: 1fr 1fr; } .photo-strip img { height: 220px; } }
@media (max-width: 600px) { .photo-strip { grid-template-columns: 1fr; } }

/* ── EXTRAS NOTE ────────────────────────────────────────────── */
.extras-note {
  background: var(--surface); padding: 2rem 2.5rem;
  border: 1px solid var(--border); margin-top: 2px;
  font-size: .9rem; color: var(--muted); line-height: 1.8; font-weight: 300;
}
.extras-note em { color: var(--accent); font-style: normal; font-weight: 500; }

/* ── PRICE COMBO (twee pakketten in één blok) ────────────────── */
.price-combo {
  background: var(--surface); border: 1px solid var(--border);
  display: grid; grid-template-columns: 1fr 1fr;
  transition: border-color .3s;
}
.price-combo:hover { border-color: var(--accent); }
.price-combo > div { padding: 3rem 2.5rem 2.5rem; }
.price-combo > div:first-child { border-right: 1px solid var(--border); }
@media (max-width: 700px) {
  .price-combo { grid-template-columns: 1fr; }
  .price-combo > div:first-child { border-right: none; border-bottom: 1px solid var(--border); }
}

/* ── WERKWIJZE (vertical steps) ─────────────────────────────── */
.werkwijze { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; }
.werkwijze__step {
  display: grid; grid-template-columns: 80px 1fr;
  gap: 2rem; padding: 2rem 0;
  border-bottom: 1px solid var(--border);
  transition: padding .4s;
}
.werkwijze__step:hover { padding-left: .5rem; }
.werkwijze__num {
  font-family: var(--ff-head); font-size: 2.5rem; font-weight: 300;
  color: var(--accent); line-height: 1; opacity: .5;
  font-variation-settings: normal;
}
.werkwijze__content {}
.werkwijze__title { font-family: var(--ff-head); font-size: 1.3rem; font-weight: 400; margin-bottom: .4rem; font-variation-settings: "opsz" 40; }
.werkwijze__desc { font-size: .88rem; color: var(--muted); line-height: 1.65; font-weight: 300; }

/* ── EVENTS CARDS ───────────────────────────────────────────── */
.events__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.event-card {
  background: var(--surface); border: 1px solid var(--border);
  overflow: hidden; transition: border-color .3s;
}
.event-card:hover { border-color: var(--accent); }
.event-card__img { aspect-ratio: 16/9; }
.event-card__body { padding: 1.8rem; }
.event-card__date {
  font-size: .65rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent); margin-bottom: .75rem;
}
.event-card__title { font-family: var(--ff-head); font-size: 1.4rem; font-weight: 400; margin-bottom: .5rem; font-variation-settings: "opsz" 40; }
.event-card__desc { font-size: .85rem; color: var(--muted); line-height: 1.65; font-weight: 300; margin-bottom: 1.25rem; }

/* ── CTA SECTION ────────────────────────────────────────────── */
.cta-section {
  text-align: center; padding: 6rem 2.5rem;
  background: radial-gradient(120% 100% at 50% 0%, rgba(200,169,81,.12) 0%, rgba(19,17,16,0) 58%), var(--surface);
  color: var(--fg);
  position: relative; overflow: hidden;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.cta-section .tag { color: var(--accent); }
.cta-section .tag::before { background: var(--accent); }
.cta-section .section-title { color: var(--fg); }
.cta-section .section-title em { color: var(--accent); }
.cta-section p { color: var(--muted); }
.cta-section .btn--primary { background: var(--accent); color: var(--bg); }
.cta-section .btn--primary:hover { background: var(--fg); color: var(--bg); }
.cta-section .btn--ghost { border-color: rgba(200,169,81,.3); color: var(--fg); }
.cta-section .btn--ghost:hover { border-color: var(--accent); color: var(--accent); }
.cta-section__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2.5rem; }

/* ── SUBSCRIBE ──────────────────────────────────────────────── */
.subscribe {
  background: var(--surface); padding: 5rem 2.5rem;
  text-align: center;
}
.subscribe__form {
  display: flex; gap: 0; max-width: 480px; margin: 2rem auto 0;
}
.subscribe__input {
  flex: 1; background: #1a1814; border: 1px solid var(--border);
  padding: .9rem 1.25rem; font-family: var(--ff-body); font-size: .9rem;
  outline: none; color: var(--fg); transition: border-color .3s;
}
.subscribe__input:focus { border-color: var(--accent); }
.subscribe__btn {
  background: var(--accent); color: var(--bg); border: none;
  padding: .9rem 1.8rem; font-size: .75rem; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 500;
  font-family: var(--ff-body); cursor: pointer; transition: background .25s;
  white-space: nowrap;
}
.subscribe__btn:hover { background: var(--fg); }

/* ── BARRA BORREL HIGHLIGHT ─────────────────────────────────── */
.barra__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}
.barra__img { aspect-ratio: 4/5; }
.barra__stats {
  display: flex; gap: 3rem; margin-top: 2.5rem; padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.barra__stat-val {
  font-family: var(--ff-head); font-size: 2.5rem; font-weight: 300;
  color: var(--accent); line-height: 1;
  font-variation-settings: normal;
}
.barra__stat-label { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); margin-top: .3rem; }

/* ── RUIMTES ────────────────────────────────────────────────── */
.ruimtes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.ruimte-card { background: var(--surface); overflow: hidden; border: 1px solid var(--border); }
.ruimte-card__img { aspect-ratio: 2/3; }
.ruimte-card__body { padding: 1.8rem; }
.ruimte-card__title { font-family: var(--ff-head); font-size: 1.4rem; font-weight: 400; margin-bottom: .4rem; font-variation-settings: "opsz" 40; }
.ruimte-card__size { font-family: var(--ff-head); font-size: 2rem; font-weight: 300; color: var(--accent); font-variation-settings: "opsz" 96; }
.ruimte-card__size small { font-size: .9rem; margin-left: .1em; }
.ruimte-card__cap { font-family: var(--ff-body); font-size: .8rem; font-weight: 300; color: var(--muted); margin-left: .5em; letter-spacing: 0; }
.ruimte-card__meta { font-size: .82rem; color: var(--muted); margin-top: .4rem; }

/* ── OCCASIONS GRID ─────────────────────────────────────────── */
.occasions__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); margin-top: 2rem; }
.occasion {
  background: var(--bg); padding: 2.5rem 1.8rem;
  transition: background .3s;
}
.occasion:hover { background: #1c1914; }
.occasion__icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.occasion__title { font-family: var(--ff-head); font-size: 1.15rem; font-weight: 400; margin-bottom: .5rem; font-variation-settings: "opsz" 40; }
.occasion__desc { font-size: .82rem; color: var(--muted); line-height: 1.6; font-weight: 300; }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  :root { --section-v: 3rem; }
  .container { padding: 0 1.25rem; }

  .nav { padding: 0 1.25rem; }
  .nav__links, .nav__cta { display: none; }
  .nav__hamburger { display: flex; }

  .hero { padding: 0 1.25rem 3rem; min-height: 100svh; }
  /* Mobiel: hero-foto meer inzoomen + minder pure zwart onderin (geen dood zwart vlak) */
  .hero__bg { transform: scale(1.22); transform-origin: 50% 42%; }
  .hero__overlay { background: linear-gradient(to top, rgba(10,9,8,.94) 0%, rgba(10,9,8,.6) 45%, rgba(10,9,8,.4) 100%); }
  .hero__title { font-size: clamp(3rem, 13vw, 6rem); }
  .hero__row { gap: 1.25rem; }
  .hero__actions { width: 100%; flex-direction: column; }
  .hero__actions .btn { justify-content: center; width: 100%; }
  .hero__scroll { display: none; }
  .hero__logo { display: none; }

  .page-hero { padding: 0 1.25rem 3rem; min-height: 100vh; min-height: 100svh; justify-content: flex-start; }
  .page-hero__content { padding-top: calc(var(--nav-h) + 1.25rem); }

  .pillars__grid { grid-template-columns: 1fr; }
  .pillar-card__img { aspect-ratio: 16/9; }
  .pillar-card__body { padding: 1.25rem 1.25rem 1.5rem; }

  .locatie__grid, .trouwen__inner, .over__inner, .contact__grid, .barra__inner { grid-template-columns: 1fr; gap: 1.75rem; }
  /* Contactpagina mobiel: formulier eerst, daarna de gegevens */
  .contact__grid > div:first-child { order: 2; }
  .contact__grid > div:last-child { order: 1; }
  .locatie__visual { position: relative; top: 0; }
  .locatie__img { aspect-ratio: 16/9; }
  .spaces { margin-top: 1.25rem; }

  .reviews__grid { grid-template-columns: 1fr; gap: .75rem; }
  .reviews__head { margin-bottom: 2rem; }
  .review-card { padding: 1.5rem 1.25rem; }
  .features__grid { grid-template-columns: 1fr 1fr; }
  .pricing__grid { grid-template-columns: 1fr; }
  .pricing__grid--2 { grid-template-columns: 1fr; }
  .ruimtes__grid { grid-template-columns: 1fr; }
  .events__grid { grid-template-columns: 1fr; }
  .occasions__grid { grid-template-columns: 1fr 1fr; }

  .proces__head { padding: 0 1.25rem; margin-bottom: 1.5rem; }
  .proces__track { grid-template-columns: 1fr 1fr; padding: 0 1.25rem; gap: 1rem; }
  .step { padding: 1.5rem 1.25rem; }
  .step__num { font-size: 3rem; margin-bottom: 1rem; }

  .trouwen__img { order: -1; aspect-ratio: 4/3; }
  /* Bruiloften: op mobiel eerst de tekst, dan de trapfoto */
  body[data-page="bruiloften"] .trouwen__img { order: 0; }
  .barra__inner > *:last-child { order: -1; }
  .barra__img { aspect-ratio: 1/1; max-width: 380px; margin-left: auto; margin-right: auto; }
  .barra__stats { gap: 1.5rem; }

  footer { padding: 3rem 1.25rem 2rem; }
  .footer__big { font-size: clamp(1.3rem, 6vw, 1.8rem); }
  .social-band { padding: 1.75rem 1.25rem; }

  .subscribe__form { flex-direction: column; }
  .subscribe__input, .subscribe__btn { width: 100%; }

  .contact__info { margin: 1.25rem 0; }
  .form { gap: .9rem; }
}

@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .features__grid { grid-template-columns: 1fr; }
  .occasions__grid { grid-template-columns: 1fr; }
  .proces__track { grid-template-columns: 1fr; }
  .werkwijze__step { grid-template-columns: 50px 1fr; gap: 1rem; }
  .werkwijze__num { font-size: 1.8rem; }
  .cta-section__actions { flex-direction: column; align-items: center; }
  .form-group input, .form-group select, .form-group textarea { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .1ms !important; }
  .marquee__track { animation: none; }
}

/* ── BARRA BORREL — aanmeldknop (prominent) ─────────────────── */
.barra-signup { margin-top: 2.4rem; }
.barra-signup__date {
  font-size: 1.5rem; font-weight: 800; color: var(--accent);
  letter-spacing: .01em; line-height: 1.2; margin: 0 0 1.1rem;
}
.barra-signup__btn {
  padding: 1.4rem 3.4rem; font-size: 1.05rem; letter-spacing: .1em;
  font-weight: 700; border-radius: 4px;
  box-shadow: 0 12px 34px rgba(200,169,81,.38);
}
.barra-signup__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(200,169,81,.52);
}
@media (max-width: 600px) {
  .barra-signup__date { font-size: 1.2rem; }
  .barra-signup__btn {
    padding: 1.15rem 1.9rem; font-size: .92rem;
    white-space: normal; text-align: center; line-height: 1.35;
  }
}

/* ── BARRA BORREL — volgende edities lijst ──────────────────── */
.edition-list { list-style: none; margin: 2.5rem 0 0; padding: 0; max-width: 640px; }
.edition-item {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem;
  padding: 1.15rem 0; border-bottom: 1px solid var(--border);
}
.edition-item:first-child { border-top: 1px solid var(--border); }
.edition-item__date {
  font-family: var(--ff-head); font-size: 1.25rem; font-weight: 700;
  color: var(--fg); letter-spacing: -.01em;
}
.edition-item__label {
  font-size: .7rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent); white-space: nowrap; flex-shrink: 0;
}
@media (max-width: 600px) {
  .edition-item { flex-direction: column; gap: .35rem; padding: 1rem 0; }
  .edition-item__date { font-size: 1.1rem; }
}

/* ── MOBIEL: overflow-fixes (geen horizontaal scrollen) ─────── */
@media (max-width: 600px) {
  /* grid-tracks mogen krimpen i.p.v. meegroeien met min-content */
  .locatie__grid, .trouwen__inner, .over__inner, .contact__grid,
  .barra__inner, .pillars__grid, .reviews__grid, .features__grid,
  .pricing__grid, .ruimtes__grid, .events__grid, .occasions__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  /* rijen met auto-kolommen: kleinere gap + laat inhoud krimpen */
  .space-row { gap: 1rem; }
  .space-row > * { min-width: 0; }
  .space-size { font-size: 1.6rem; }
  /* lange knoppen mogen wrappen i.p.v. overflowen */
  .btn { white-space: normal; max-width: 100%; }
  /* stats-rij mag wrappen i.p.v. overflowen */
  .barra__stats { flex-wrap: wrap; gap: 1.25rem 1.75rem; }
  .barra__stats > * { min-width: 0; }
}

/* twee-foto strip (decoratie bruiloften) */
.photo-strip--pair { grid-template-columns: 1fr 1fr; }
@media (max-width: 600px) { .photo-strip--pair { grid-template-columns: 1fr; } }

/* reviews horizontaal swipe-scrollbaar op mobiel */
@media (max-width: 600px) {
  .reviews__grid, .reviews__grid--2 {
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: 82%;
    gap: .9rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: .5rem;
  }
  .reviews__grid::-webkit-scrollbar, .reviews__grid--2::-webkit-scrollbar { display: none; }
  .reviews__grid > *, .reviews__grid--2 > * { scroll-snap-align: start; }
}

/* homepage: horizontale bedrijfsfeest-banner boven de pillar-tegels */
.pillar-banner {
  position: relative; display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; min-height: clamp(150px, 19vw, 210px);
  padding: 2.5rem clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--border); border-radius: 4px; overflow: hidden;
  margin-bottom: 1.5rem; text-decoration: none; color: var(--fg);
  transition: border-color .3s, transform .3s;
}
.pillar-banner:hover { border-color: var(--accent); transform: translateY(-2px); }
.pillar-banner__img { position: absolute; inset: 0; z-index: 0; }
.pillar-banner::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(10,9,8,.94) 0%, rgba(10,9,8,.78) 55%, rgba(10,9,8,.55) 100%);
}
.pillar-banner__body { position: relative; z-index: 2; max-width: 640px; }
.pillar-banner__title { font-family: var(--ff-head); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -.02em; line-height: 1; margin-bottom: .7rem; }
.pillar-banner__desc { color: var(--muted); font-weight: 300; font-size: .95rem; line-height: 1.6; max-width: 480px; }
.pillar-banner__cta { position: relative; z-index: 2; flex-shrink: 0; white-space: nowrap; color: var(--accent); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; transition: gap .3s; }
@media (max-width: 700px) {
  .pillar-banner { flex-direction: column; align-items: flex-start; gap: 1.25rem; }
}

/* social band (boven footer) */
.social-band { background: var(--bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 2.25rem 2.5rem; }
.social-band__inner { display: flex; align-items: center; justify-content: center; gap: 1.75rem; flex-wrap: wrap; }
.social-band__label { font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); }
.social-band__icons { display: flex; gap: 1rem; }
.social-ico {
  width: 46px; height: 46px; border: 1px solid var(--border); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; color: var(--fg);
  transition: color .3s, border-color .3s, background .3s, transform .3s;
}
.social-ico:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-3px); }
.social-ico svg { width: 20px; height: 20px; display: block; }

/* barraborrel: sfeerband (hergebruik oude hero-foto als achtergrond) */
.barra-band {
  position: relative; min-height: clamp(280px, 38vw, 460px);
  display: flex; align-items: center; justify-content: center;
  background: url('barrahero.jpg') center 42%/cover no-repeat;
}
.barra-band__overlay { position: absolute; inset: 0; background: linear-gradient(rgba(10,9,8,.5), rgba(10,9,8,.72)); }
.barra-band__text {
  position: relative; z-index: 1; text-align: center; padding: 0 1.5rem;
  font-size: clamp(.85rem, 2.6vw, 1.15rem); letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent); font-weight: 500;
}

/* contact: route-kaart in de donkere sfeer integreren (rand + vignette-randen) */
.locatie__img--map { position: relative; border: 1px solid var(--border); }
.locatie__img--map::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  box-shadow: inset 0 0 70px 12px rgba(10,9,8,.6);
}

/* occasion-tegels met foto bovenop (bedrijfsfeest extras) */
.occasions__grid--photo { grid-template-columns: repeat(5, 1fr); gap: 1rem; background: none; }
.occasion--photo {
  background: var(--surface); border: 1px solid var(--border); border-radius: 10px;
  overflow: hidden; padding: 0; display: flex; flex-direction: column;
}
.occasion--photo:hover { background: #1c1914; border-color: rgba(200,169,81,.3); }
.occasion__photo { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.occasion--photo .occasion__body { padding: 1.35rem 1.3rem 1.6rem; }
.occasion--photo .occasion__icon { color: var(--accent); font-size: 1.4rem; margin-bottom: .6rem; }
.occasion--photo .occasion__title { font-size: 1.05rem; }
@media (max-width: 1100px) { .occasions__grid--photo { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px)  { .occasions__grid--photo { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px)  { .occasions__grid--photo { grid-template-columns: 1fr; } }

/* feature-tegels met foto bovenop (cocktails) */
.features__grid--photo { grid-template-columns: repeat(4, 1fr); gap: 1rem; background: none; }
.feature--photo {
  background: var(--surface); border: 1px solid var(--border); border-radius: 10px;
  overflow: hidden; padding: 0; display: flex; flex-direction: column;
}
.feature--photo:hover { background: #1c1914; border-color: rgba(200,169,81,.3); }
.feature__photo { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.feature--photo .feature__body { padding: 1.35rem 1.3rem 1.6rem; }
.feature--photo .feature__icon { color: var(--accent); font-size: 1.4rem; margin-bottom: .6rem; }
.feature--photo .feature__title { font-size: 1.1rem; }
@media (max-width: 900px) { .features__grid--photo { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .features__grid--photo { grid-template-columns: 1fr; } }

/* ── NAV DROPDOWN (submenu onder een hoofditem) ──────────────── */
.nav__links li.has-sub { position: relative; }
.nav__links li.has-sub > a { padding-right: .95rem; }
.nav__links li.has-sub > a::before {
  content: ''; position: absolute; right: 0; top: 50%;
  width: 5px; height: 5px;
  border-right: 1px solid currentColor; border-bottom: 1px solid currentColor;
  transform: translateY(-75%) rotate(45deg);
  opacity: .65; transition: transform .3s, opacity .3s;
}
.nav__links li.has-sub:hover > a::before,
.nav__links li.has-sub:focus-within > a::before {
  opacity: 1; transform: translateY(-25%) rotate(225deg);
}
.nav__sub {
  position: absolute; top: 100%; left: -1rem;
  margin-top: 1rem; min-width: 245px;
  list-style: none; padding: .4rem;
  background: rgba(16,14,13,.97);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid var(--border); border-top: 2px solid var(--accent);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 26px 55px rgba(0,0,0,.55);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .28s, transform .28s, visibility .28s;
}
/* onzichtbare brug zodat de muis van het hoofditem naar het paneel kan */
.nav__sub::before { content: ''; position: absolute; left: 0; right: 0; top: -1.2rem; height: 1.2rem; }
.nav__links li.has-sub:hover > .nav__sub,
.nav__links li.has-sub:focus-within > .nav__sub {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav__sub li { display: block; }
.nav__sub a {
  display: block; padding: .7rem .85rem; border-radius: 5px;
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); line-height: 1.3;
  transition: background .22s, color .22s;
}
.nav__sub a::after { display: none; }
.nav__sub a:hover, .nav__sub a.active { background: rgba(200,169,81,.12); color: var(--fg); }
.nav__sub a small {
  display: block; margin-top: .3rem;
  font-size: .68rem; letter-spacing: 0; text-transform: none;
  color: rgba(230,225,215,.45); font-weight: 300;
}

/* submenu in het mobiele menu */
.mobile-menu__links li.is-sub a {
  font-size: clamp(1rem, 4.4vw, 1.35rem);
  padding-left: 1.9rem; color: var(--muted);
}
.mobile-menu__links li.is-sub a::before {
  content: ''; position: absolute; left: .1rem; top: 55%;
  width: 1.1rem; height: 1px; background: var(--accent); opacity: .8;
}
.mobile-menu__links li.is-sub a { position: relative; }
.mobile-menu__links li.is-sub a:hover { color: var(--accent); }

/* silent disco */
.ph--silentdisco {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.2) 0%, rgba(10,9,8,.5) 100%),
    url('silentdisco-hero.jpg?v=2') center 85%/cover no-repeat;
}
.ph--silentdisco-sfeer {
  background:
    linear-gradient(to bottom, rgba(10,9,8,.1) 0%, rgba(10,9,8,.35) 100%),
    url('silentdisco-sfeer.jpg?v=2') center/cover no-repeat;
}

/* Foto-blok zonder <img> (achtergrondfoto via .ph) heeft geen intrinsieke breedte:
   in de 1-koloms mobiele grid maken de auto-marges van .barra__img hem dan 0px breed. */
.barra__img.ph { width: 100%; }

/* 4 foto-tegels naast elkaar (cocktails: gelegenheden) */
.occasions__grid--photo4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px) { .occasions__grid--photo4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .occasions__grid--photo4 { grid-template-columns: 1fr; } }

/* ── PROMO BANNER (kruisverwijzing naar andere dienst) ───────── */
.promo-banner {
  display: grid; grid-template-columns: 240px 1fr auto;
  align-items: center; gap: 2rem;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 12px; overflow: hidden; margin-top: 2.5rem;
  transition: border-color .3s, background .3s;
}
.promo-banner:hover { border-color: rgba(200,169,81,.35); background: #1c1914; }
.promo-banner__photo { align-self: stretch; min-height: 165px; background-size: cover; background-position: center; }
.promo-banner__body { padding: 1.6rem 0; }
.promo-banner__tag {
  font-size: .62rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent); display: block; margin-bottom: .5rem;
}
.promo-banner__title {
  font-family: var(--ff-head); font-size: 1.4rem; font-weight: 400;
  font-variation-settings: "opsz" 40; margin-bottom: .45rem;
}
.promo-banner__desc { font-size: .85rem; color: var(--muted); line-height: 1.65; font-weight: 300; max-width: 56ch; }
.promo-banner .btn { margin-right: 1.75rem; white-space: nowrap; }
@media (max-width: 900px) {
  .promo-banner { grid-template-columns: 1fr; gap: 0; }
  /* align-self terug naar auto: met 'stretch' bepaalt de (lege) inhoud de hoogte -> 0px */
  .promo-banner__photo { aspect-ratio: 16/9; min-height: 0; align-self: auto; }
  .promo-banner__body { padding: 1.4rem 1.4rem .4rem; }
  .promo-banner .btn { margin: 0 1.4rem 1.5rem; justify-content: center; }
}

/* partners.html: categorie-label + website-link, hergebruikt in de rijenlijst hieronder */
.feature__cat { display: block; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: .6rem; }
.feature__link { display: inline-flex; align-items: center; gap: .4rem; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--fg); opacity: .7; transition: opacity .25s, color .25s; }
.feature__link:hover { opacity: 1; color: var(--accent); }

/* partners.html: afwisselende foto + tekst tegels, één per leverancier */
.container--narrow { max-width: 980px; }
.partner-tiles { margin-top: 1rem; }
.partner-tile {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center;
  padding: 3.5rem 0; border-bottom: 1px solid var(--border);
}
.partner-tile:first-child { padding-top: 0; }
.partner-tile:last-child { border-bottom: none; }
.partner-tile:nth-child(even) .partner-tile__photo { order: 2; }
.partner-tile__photo { aspect-ratio: 4/3; background-size: cover; background-position: center; border-radius: 10px; }
.partner-tile__title { font-family: var(--ff-head); font-size: 1.7rem; font-weight: 400; font-variation-settings: "opsz" 40; margin: .25rem 0 .8rem; }
.partner-tile__desc { font-size: .95rem; color: var(--muted); line-height: 1.75; font-weight: 300; margin-bottom: 1.2rem; }
@media (max-width: 760px) {
  .partner-tile { grid-template-columns: 1fr; gap: 1.3rem; padding: 2.5rem 0; }
  .partner-tile__photo { order: -1 !important; aspect-ratio: 16/10; }
}

/* partners.html: eigen merken, kleine regel onder de leverancierslijst */
.partner-also { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); text-align: center; }
.partner-also p { font-size: .9rem; color: var(--muted); font-weight: 300; }
.partner-also a { color: var(--accent); }
.partner-also a:hover { color: var(--fg); }
