:root{
  --cream: #F6F2EE;
  --beige: #DCCDC2;
  --plum:  #4A233D;
  --bronze:#CBB9A6;
  --ink:   #2E2E2E;
  --muted: #6B6B6B;
  --aqua:  #6BA8A9;
  --paper: #FFFFFF;
  --shadow: 0 12px 30px rgba(28, 16, 20, .08);
  --radius: 20px;
}
*{box-sizing:border-box}
html, body { height: 100%; }
body{
  margin:0; background:var(--cream); color:var(--ink);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height:1.65; font-size: 16px;
}
img{max-width:100%; height:auto; display:block}
a{color:inherit; text-decoration:none}
.container{ width: min(1100px, 92vw); margin: 0 auto; }

.accent{ color: var(--plum) }
.accent-2{ color: var(--aqua) }
.hand{ font-family:'Allura', cursive; font-size: clamp(22px, 3.2vw, 32px); color: var(--plum); margin: 10px 0 0 }

header{
  position: sticky; top:0; z-index: 50; backdrop-filter: saturate(180%) blur(6px);
  background: color-mix(in srgb, var(--cream) 88%, white);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.nav{ display:flex; align-items:center; justify-content:space-between; padding: 16px 0; }
.brand{ font-family:'Playfair Display', serif; font-weight:700; letter-spacing:.5px; font-size: 22px; }
.brand em{ font-weight:400; font-style: normal; opacity:.75 }
nav ul{display:flex; gap:24px; list-style:none; padding:0; margin:0; align-items:center}
nav a{font-weight:600; opacity:.9}
.btn{ display:inline-flex; align-items:center; gap:8px; padding: 12px 18px; border-radius: 999px; font-weight:600; transition: .2s ease; }
.btn-primary{ background:var(--plum); color:white }
.btn-primary:hover{ transform:translateY(-1px); box-shadow: var(--shadow) }
.btn-soft{ background:var(--beige); color:var(--plum); border:1px solid color-mix(in srgb, var(--plum) 10%, var(--beige) 90%) }
.btn-soft:hover{ transform:translateY(-1px) }

.menu-toggle{ display:none; border:0; background:transparent; font-size:28px; }
@media (max-width: 860px){
  nav ul{ display:none }
  .menu-toggle{ display:block }
  .mobile-menu{ display:none; position:absolute; inset: calc(100% - 1px) 0 auto 0; background:var(--paper);
    border-bottom:1px solid rgba(0,0,0,.06); box-shadow: var(--shadow); }
  .mobile-menu ul{ list-style:none; margin:0; padding:10px 18px; }
  .mobile-menu li{ padding:10px 2px }
  .mobile-menu a{ font-weight:600 }
  .mobile-menu.open{ display:block }
}

.hero{ position:relative; background: var(--cream); }
.hero-grid{ display:grid; grid-template-columns: 1.08fr .92fr; align-items:center; gap: 42px; padding: 56px 0 16px; }
.hero-photo img{ width:100%; border-radius: 24px 24px 120px 24px; box-shadow: var(--shadow); background: transparent }
.eyebrow{ letter-spacing:.22em; font-size:.85rem; text-transform:uppercase; color:var(--muted); font-weight:700 }
h1{ font-family:'Playfair Display', serif; font-size: clamp(28px, 4.6vw, 54px); line-height:1.15; margin: 10px 0 16px }
.lead{ font-size: clamp(16px, 1.35vw, 18px); color:#3b3b3b; max-width: 54ch; }
.hero-cta{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 18px }
.hero-social{ margin-top: 8px }
.wave-sep svg{ display:block }
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; padding-top: 28px }
  .hero-photo{ order:-1 }
}

section{ padding: 72px 0 }
.section-title{ font-family:'Playfair Display', serif; font-size: clamp(22px, 3.2vw, 36px); margin: 0 0 16px }
.section-desc{ color:var(--muted); max-width: 65ch }
.tone{ background: var(--beige) }

.about{ display:grid; grid-template-columns: .9fr 1.1fr; gap:40px; align-items:center }
.about-card{ background:var(--paper); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow) }
.kicker{ font-weight:700; color:var(--aqua); text-transform:uppercase; letter-spacing:.16em; font-size:.82rem }
.photo.arch img{ border-radius: 24px 24px 120px 24px; box-shadow: var(--shadow) }
@media (max-width: 980px){ .about{ grid-template-columns:1fr } }

.grid{ display:grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 18px }
.offer{ grid-column: span 6; background:var(--plum); color:white; border-radius: var(--radius); padding:24px; box-shadow: var(--shadow); position:relative }
.offer h3{ font-family:'Playfair Display', serif; margin:0 0 8px; font-size: 24px }
.offer p{ margin:0 0 12px; color: color-mix(in srgb, white 92%, var(--plum)) }
.offer ul{ margin: 0 0 16px 18px; }
.price{ font-weight:700; }
.drag-handle{ position:absolute; inset: 10px auto auto 12px; cursor:grab; font-size:18px; opacity:.55; display:none }
.draggable .drag-handle{ display:block }
.offer.drag-over{ outline: 2px dashed rgba(255,255,255,.6); outline-offset: 3px; }
@media (max-width: 880px){ .offer{ grid-column: span 12 } }

.mode-toggle{ display:inline-flex; align-items:center; gap:10px; padding:8px 12px; background: var(--beige); border-radius: 999px; border:1px solid color-mix(in srgb, var(--plum) 10%, var(--beige) 90%); font-weight:600 }

.benefits{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 12px }
.benefit{ background: var(--paper); border-radius: var(--radius); padding:20px; box-shadow: var(--shadow) }
.benefit h3{ font-family:'Playfair Display', serif; margin:0 0 6px; font-size: 20px }
@media (max-width: 980px){ .benefits{ grid-template-columns: 1fr } }

.testimonials{ display:grid; grid-template-columns: repeat(3, 1fr); gap:18px; margin-top: 10px }
.quote{ background:var(--paper); border-radius: var(--radius); padding:22px; box-shadow: var(--shadow); font-size: 15px }
.quote b{ display:block; margin-top:10px }
@media (max-width: 980px){ .testimonials{ grid-template-columns: 1fr } }

form{ display:grid; grid-template-columns: 1fr 1fr; gap:12px; background:var(--paper); padding:24px; border-radius: var(--radius); box-shadow: var(--shadow) }
form .full{ grid-column: span 2 }
label{ font-size:14px; font-weight:600 }
input, textarea{ width:100%; padding:12px 14px; border-radius:12px; border:1px solid rgba(0,0,0,.1); font: inherit; background:white }
textarea{ min-height: 120px; resize: vertical }
@media (max-width: 680px){ form{ grid-template-columns:1fr } form .full{ grid-column: span 1 } }

.cta{ text-align:center; padding: 90px 0; background: var(--cream) }
.cta-inner{ display:flex; flex-direction:column; align-items:center; gap:14px }
.cta-kicker{ color: var(--muted); margin:0; font-weight:600 }
.cta-title{ font-family:'Playfair Display', serif; margin:0 0 6px; color: var(--plum) }
.btn-cta{ margin-top:6px }
.social{ display:flex; gap:10px; justify-content:center; margin-top:14px }
.social-btn{ width:44px; height:44px; display:grid; place-items:center; border-radius:999px; background: var(--plum); color:white; box-shadow: var(--shadow); transition:.2s }
.social-btn:hover{ transform: translateY(-2px); opacity:.92 }

footer{ padding:36px 0 60px; color:#555; background: var(--cream) }
.foot{ display:flex; gap:20px; justify-content:space-between; align-items:center; flex-wrap:wrap }
.foot-links{ display:flex; gap:12px }

.whatsapp{ position:fixed; right: 18px; bottom: 18px; background:#25D366; color:white; border-radius: 999px; padding: 13px 16px; font-weight:700; box-shadow: var(--shadow); z-index:50 }
.whatsapp:hover{ transform: translateY(-2px) }

.reveal{ opacity:1; transform:none; transition:.5s ease }
.js .reveal{ opacity:0; transform: translateY(12px) }
.js .reveal.in{ opacity:1; transform:none }

.section-draggable[draggable="true"]{ position: relative }
.section-draggable .section-handle{ display:none; position:absolute; top: -26px; left: 6px; font-size: 13px; background: var(--beige); border:1px solid color-mix(in srgb, var(--plum) 10%, var(--beige) 90%); border-radius: 999px; padding: 6px 10px; box-shadow: var(--shadow) }
.section-draggable.drag-outline{ outline:2px dashed color-mix(in srgb, var(--plum) 40%, white); outline-offset: 6px }
.sections-edit .section-draggable .section-handle{ display:inline-flex }

.cta-stack {
  background: var(--cream);
  text-align: center;
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}

.cta-stack .vline {
  position: absolute;
  left: 50%;
  width: 1px;
  background: color-mix(in srgb, var(--plum) 70%, white 30%);
  transform: translateX(-50%);
}

.vline-top {
  top: 0;
  height: 90px;
}

.vline-bottom {
  bottom: 300px;
  height: 90px;
}

.cta-eyebrow {
  margin: 0;
  color: color-mix(in srgb, var(--plum) 70%, black 30%);
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
}

.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.2vw, 34px);
  margin: 8px 0 18px;
  color: var(--plum);
  position: relative;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

.cta-logo {
  display: block;
  width: min(220px, 42vw);
  margin: 18px auto 10px;
  position: relative;
  z-index: 2;
}

.cta-sub {
  margin: 10px 0 8px;
  color: color-mix(in srgb, var(--plum) 64%, black 36%);
}

.cta-connect {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 3vw, 30px);
  margin: 4px 0 0;
  color: var(--plum);
}

.under-cta {
  margin-top: 14px;
}

.under-cta .social-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--plum);
  color: white;
  box-shadow: var(--shadow);
  transition: 0.2s;
}

.under-cta .social-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

@media (max-width: 720px) {
  .cta-stack {
    padding: 70px 0 80px;
  }
  .vline-top {
    height: 70px;
  }
  .vline-bottom {
    bottom: 150px;
    height: 70px;
  }
}

:root {
  --floral-opacity: .12;
}

.hero { position: relative; overflow: hidden; }
.hero::after {
  content: "";
  position: absolute;
  right: -60px; top: -40px;
  width: min(38vw, 520px); height: min(38vw, 520px);
  pointer-events: none;
  opacity: var(--floral-opacity);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none'><g stroke='%234A233D' stroke-opacity='0.35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M120 360 C150 300 160 230 160 190 C160 150 150 120 120 90'/><path d='M160 190 C180 160 210 140 250 130'/><path d='M160 230 C200 220 240 200 270 170'/><path d='M120 90 C150 70 190 60 220 70'/></g><g stroke='%23CBB9A6' stroke-opacity='0.55' stroke-width='1.6'><path d='M250 130 q-10 -22 12 -34 q22 -12 34 12 q12 22 -12 34 q-22 12 -34 -12 Z' fill='none'/><path d='M270 170 q-10 -22 12 -34 q22 -12 34 12 q12 22 -12 34 q-22 12 -34 -12 Z' fill='none'/><path d='M220 70 q-10 -22 12 -34 q22 -12 34 12 q12 22 -12 34 q-22 12 -34 -12 Z' fill='none'/></g></svg>");
}

.cta { position: relative; overflow: hidden; }
.cta::before {
  content: "";
  position: absolute;
  left: -70px; bottom: -60px;
  width: min(36vw, 480px); height: min(36vw, 480px);
  pointer-events: none;
  opacity: var(--floral-opacity);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none'><g stroke='%234A233D' stroke-opacity='0.35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M120 360 C150 300 160 230 160 190 C160 150 150 120 120 90'/><path d='M160 190 C180 160 210 140 250 130'/><path d='M160 230 C200 220 240 200 270 170'/><path d='M120 90 C150 70 190 60 220 70'/></g><g stroke='%23CBB9A6' stroke-opacity='0.55' stroke-width='1.6'><path d='M250 130 q-10 -22 12 -34 q22 -12 34 12 q12 22 -12 34 q-22 12 -34 -12 Z' fill='none'/><path d='M270 170 q-10 -22 12 -34 q22 -12 34 12 q12 22 -12 34 q-22 12 -34 -12 Z' fill='none'/><path d='M220 70 q-10 -22 12 -34 q22 -12 34 12 q12 22 -12 34 q-22 12 -34 -12 Z' fill='none'/></g></svg>");
}

footer { position: relative; overflow: hidden; }
footer::before {
  content: "";
  position: absolute;
  right: -40px; top: -60px;
  width: min(30vw, 420px); height: min(30vw, 420px);
  pointer-events: none;
  opacity: calc(var(--floral-opacity) * .9);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none'><g stroke='%234A233D' stroke-opacity='0.25' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><path d='M200 360 C190 300 180 240 160 200 140 160 120 130 90 110'/><path d='M160 200 C140 180 120 160 90 150'/></g></svg>");
}

@media (max-width: 900px) {
  .hero::after { width: 320px; height: 320px; right:-80px; top:-60px; }
  .cta::before { width: 300px; height: 300px; left:-80px; bottom:-80px; }
  footer::before { width: 260px; height: 260px; right:-90px; top:-80px; }
}

.site-logo{
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 10px 0x;      /* ruimte rondom */
}

.site-logo img{
  width: clamp(120px, 20vw, 220px);  /* responsief kleiner/groter */
  height: auto;
  display: block;
}

/* === Header Logo Styling === */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 6vw;
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.logo img {
  width: clamp(375px, 30vw, 375px);  /* lekker klein, schaalt mee */
  height: auto;
  display: block;
  filter: brightness(0) saturate(0%) opacity(0.9); /* zachte toon, niet te donker */
  transition: transform .25s ease, opacity .25s ease;
  margin-left: -70px;
}

.logo img:hover {
  transform: scale(1.04);
  opacity: 1;
}

/* Nav styling om het mooi uit te lijnen */
.main-nav ul {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  text-decoration: none;
  font-weight: 500;
  color: var(--plum);
  transition: color .25s;
}

.main-nav a:hover {
  color: var(--muted);
}

/* Responsief */
@media (max-width: 800px) {
  .site-header {
    flex-direction: column;
    gap: 10px;
  }
  .logo img {
    width: 110px;
  }
}