/* sectie-blokken (bezoeker-zichtbaar) — óók geladen in de GrapesJS-canvas */
.secwrap.pad-klein > .sectie{padding-top:26px;padding-bottom:26px}
.secwrap.pad-groot > .sectie{padding-top:96px;padding-bottom:96px}
.beeldtekst{display:flex;gap:36px;align-items:center;flex-wrap:wrap}
.beeldtekst.omgekeerd{flex-direction:row-reverse}
.beeldtekst .bt-beeld,.beeldtekst .bt-tekst{flex:1 1 280px;min-width:0}
.beeldtekst .bt-beeld img{width:100%;border-radius:12px;display:block;
  box-shadow:0 8px 22px rgba(74,47,39,.16)}
.secquote{max-width:760px;margin:0 auto;text-align:center}
.secquote blockquote{margin:0 0 10px;font-family:'Fredoka',sans-serif;
  font-weight:500;font-size:clamp(20px,3vw,29px);line-height:1.35;
  color:inherit}
.pf-masonry{column-count:3;column-gap:16px}
.pf-masonry .print{display:inline-block;width:100%;margin:0 0 16px;
  break-inside:avoid}
@media(max-width:760px){.pf-masonry{column-count:2}}
@media(max-width:460px){.pf-masonry{column-count:1}}
.secfoto img{max-width:100%;height:auto;border-radius:12px;display:block;
  margin:0 auto;box-shadow:0 8px 22px rgba(74,47,39,.16)}
.secfoto-bij{margin:10px 0 0;font-size:14px}
.secfoto-bij:empty{display:none}
/* vrije layout (canvas) */
:root{--canvas-rowh:clamp(30px,3.6vw,44px)}
.canvas{display:grid;grid-template-columns:repeat(24,1fr);
  grid-auto-rows:var(--canvas-rowh);position:relative}
.citem{min-width:0;min-height:0}
.citem-in{width:100%;height:100%;display:flex;align-items:center;
  justify-content:center;padding:6px;box-sizing:border-box;overflow:hidden}
.citem-img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}
@media(max-width:680px){
  .canvas{grid-template-columns:1fr;grid-auto-rows:auto;min-height:0!important}
  .citem{grid-column:1 / -1 !important;grid-row:auto !important}
  .citem-in{padding:10px 6px}
  .citem-img{height:auto}
}
/* dynamische placeholders: alleen zichtbaar in de editor (server vervangt ze live) */
.ks-dyn{border:2px dashed #D98A9E;border-radius:12px;background:#FBE9EE;
  color:#B4535F;font-weight:700;text-align:center;padding:34px 16px;
  margin:18px 0;font-family:sans-serif}
