:root {
  --plum: #4a2f3a;          /* deep aubergine, koppen/donker */
  --mauve: #9c6b78;         /* primaire accentkleur */
  --mauve-deep: #7e5260;    /* hover/donkerder accent */
  --rose: #d8a7ac;          /* zacht roze */
  --blush: #f6eae8;         /* warme blush achtergrond */
  --cream: #fcf7f3;         /* lichte sectie */
  --gold: #c2956b;          /* caramel/goud accent */
  --ink: #2e2228;           /* tekst */
  --muted: #6c5b62;         /* gedempte tekst */
  --line: rgba(74,47,58,.12);
  --maxw: 1160px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  color: var(--ink);
  background: var(--blush);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  line-height: 1.08;
  color: var(--plum);
  overflow-wrap: break-word;
  hyphens: auto;
}
h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); margin-bottom: .5em; letter-spacing: -.01em; }
img { max-width: 100%; display: block; }
a { color: var(--mauve-deep); }

.eyebrow {
  text-transform: uppercase; letter-spacing: .2em; font-size: .74rem;
  font-weight: 700; color: var(--gold); margin-bottom: .9rem;
}
.center { text-align: center; }
.section { max-width: var(--maxw); margin: 0 auto; padding: 6rem 1.5rem; }
.section__lead { max-width: 56ch; margin: -.2rem auto 0; color: var(--muted); }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--mauve); color: #fff; padding: .9rem 1.7rem;
  border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .95rem;
  cursor: pointer; border: 1.6px solid var(--mauve);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
  box-shadow: 0 10px 24px rgba(124,82,96,.22);
}
.btn:hover { transform: translateY(-2px); background: var(--mauve-deep); border-color: var(--mauve-deep); }
.btn--ghost { background: transparent; border-color: rgba(255,255,255,.7); color: #fff; box-shadow: none; }
.btn--ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; }
.btn--ghost-dark { background: transparent; border-color: var(--mauve); color: var(--mauve-deep); box-shadow: none; }
.btn--ghost-dark:hover { background: rgba(156,107,120,.1); }
.btn--small { padding: .6rem 1.25rem; font-size: .85rem; box-shadow: none; }
a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 999px;
}

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50; display: flex;
  justify-content: space-between; align-items: center;
  padding: .9rem 1.5rem; background: rgba(252,247,243,.85);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.nav__brand {
  font-family: "Fraunces", serif; font-size: 1.5rem; font-weight: 600;
  color: var(--plum); text-decoration: none; letter-spacing: -.01em;
}
.nav__brand span { color: var(--mauve); margin-left: .25rem; }
.nav__links { display: flex; gap: 1.7rem; align-items: center; }
.nav__links a { color: var(--ink); text-decoration: none; font-size: .92rem; font-weight: 600; transition: color .15s ease; }
.nav__links a:not(.btn):hover { color: var(--mauve); }

/* HERO */
.hero {
  display: grid; grid-template-columns: 1.02fr 1fr; min-height: 92vh;
}
.hero__panel {
  background: linear-gradient(150deg, #4a2d39 0%, #361f29 55%, #2a1820 100%);
  display: flex; flex-direction: column; justify-content: center;
  padding: 4rem clamp(1.8rem, 4.5vw, 4.5rem); color: #fff;
}
.hero__content { max-width: 540px; width: 100%; margin: 0 auto; }
.hero__media {
  background-size: cover; background-position: center; min-height: 380px;
}
.hero__eyebrow { text-transform: uppercase; letter-spacing: .22em; font-weight: 700; font-size: .8rem; color: var(--rose); margin-bottom: .8rem; }
.hero__title {
  font-size: clamp(2.6rem, 8vw, 5rem); color: #fff; margin: .1em 0 .35em;
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
}
.hero__tagline { font-size: clamp(1.05rem, 2.4vw, 1.3rem); max-width: 42ch; margin-bottom: 1.8rem; color: rgba(255,255,255,.94); }
.hero__cta { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero__trust {
  margin-top: 1.6rem; display: inline-flex; align-items: center; gap: .5rem;
  font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.9); flex-wrap: wrap;
}
.hero__trust .star { width: 1.05rem; height: 1.05rem; fill: var(--gold); flex: none; }

/* OVER */
.over { display: grid; grid-template-columns: .95fr 1.05fr; gap: 3.5rem; align-items: center; }
.over__media { position: relative; }
.over__media img { border-radius: 20px; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 26px 60px rgba(74,47,58,.18); }
.over__badge {
  position: absolute; right: -14px; bottom: 26px; background: var(--plum); color: #fff;
  border-radius: 16px; padding: .9rem 1.1rem; text-align: center; box-shadow: 0 16px 30px rgba(74,47,58,.3);
  display: flex; flex-direction: column; line-height: 1.1;
}
.over__badge-num { font-family: "Fraunces", serif; font-size: 1.7rem; color: var(--rose); }
.over__badge-txt { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; margin-top: .2rem; }
.over__text p { margin-bottom: 1rem; color: var(--muted); }
.over__text p:first-of-type { color: var(--ink); }
.usps { list-style: none; margin-top: 1.5rem; display: grid; gap: .7rem; }
.usps li { padding-left: 1.9rem; position: relative; font-weight: 500; color: var(--ink); }
.usps li::before {
  content: ""; position: absolute; left: 0; top: .52em; width: .85rem; height: .85rem;
  background: var(--gold); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(194,149,107,.2);
}

/* BEHANDELINGEN */
.behandelingen { background: var(--cream); max-width: none; }
.behandelingen > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.grid-services {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; margin-top: 3rem;
}
.service {
  background: #fff; border-radius: 18px; padding: 1.8rem 1.6rem;
  border: 1px solid var(--line); box-shadow: 0 10px 26px rgba(74,47,58,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(74,47,58,.12); }
.service__icon {
  display: inline-flex; width: 50px; height: 50px; border-radius: 13px;
  align-items: center; justify-content: center; margin-bottom: 1.1rem;
  background: var(--blush); color: var(--mauve);
}
.service__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service h3 { font-size: 1.32rem; margin-bottom: .35rem; }
.service p { font-size: .94rem; color: var(--muted); }

/* WERK / GALERIJ */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 18px; }
.gallery img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  transition: transform .5s ease;
}
.gallery figure:hover img { transform: scale(1.05); }
.werk__note { margin-top: 1.8rem; color: var(--muted); }

/* REVIEWS */
.reviews { background: var(--plum); color: #fff; border-radius: 28px; max-width: calc(var(--maxw) + 0px); }
.reviews .eyebrow { color: var(--rose); }
.reviews h2 { color: #fff; }
.reviews__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 2.8rem;
}
.review {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px; padding: 1.7rem;
}
.review__stars { color: var(--gold); letter-spacing: .15em; margin-bottom: .8rem; font-size: .95rem; }
.review p { font-size: .96rem; margin-bottom: 1rem; color: rgba(255,255,255,.92); }
.review cite { font-weight: 700; font-style: normal; color: var(--rose); }
.reviews__grid .review:nth-child(4), .reviews__grid .review:nth-child(5) { display: none; }

/* AFSPRAAK */
.afspraak__card {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 0;
  background: var(--cream); border-radius: 26px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(74,47,58,.12);
}
.afspraak__info { padding: 3rem 2.8rem; }
.afspraak__lead { color: var(--muted); margin-bottom: 1.6rem; max-width: 46ch; }
.afspraak__lines { list-style: none; display: grid; gap: 1rem; margin-bottom: 1.8rem; }
.afspraak__lines li { display: flex; align-items: center; gap: .9rem; font-size: 1.05rem; }
.afspraak__lines svg { width: 22px; height: 22px; flex: none; fill: none; stroke: var(--mauve); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.afspraak__lines a { color: var(--ink); text-decoration: none; }
.afspraak__lines a:hover { color: var(--mauve); }
.afspraak__cta { display: flex; gap: .8rem; flex-wrap: wrap; }
.afspraak__route { display: inline-block; margin-top: 1.3rem; font-weight: 600; font-size: .9rem; color: var(--mauve-deep); }
.afspraak__map { min-height: 340px; }
.afspraak__map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

/* FOOTER */
.footer { text-align: center; padding: 3.4rem 1.5rem; background: var(--plum); color: #efe2e5; margin-top: 2rem; }
.footer__name { font-family: "Fraunces", serif; font-size: 1.9rem; color: #fff; }
.footer__tag { font-size: .92rem; color: var(--rose); margin-top: .3rem; }
.footer__socials { margin: 1.2rem 0; display: flex; gap: 1.5rem; justify-content: center; }
.footer__socials a { color: #efe2e5; text-decoration: none; font-weight: 600; }
.footer__socials a:hover { color: #fff; }
.footer__disclaimer { font-size: .8rem; opacity: .6; margin-top: 1rem; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* CHATBOT */
#reflow-chat { position: fixed; bottom: 22px; right: 22px; z-index: 100; font-family: "Hanken Grotesk", sans-serif; }
#reflow-chat-toggle {
  width: 60px; height: 60px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--mauve); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px rgba(124,82,96,.4); transition: transform .2s ease, background .2s ease;
}
#reflow-chat-toggle:hover { transform: translateY(-2px); background: var(--mauve-deep); }
#reflow-chat-toggle svg { width: 27px; height: 27px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linejoin: round; stroke-linecap: round; }
#reflow-chat-panel {
  position: absolute; bottom: 74px; right: 0; width: 340px; max-width: 80vw;
  background: #fff; border-radius: 18px; box-shadow: 0 24px 60px rgba(46,34,40,.3); overflow: hidden;
}
#reflow-chat-head { background: var(--mauve); color: #fff; padding: 1rem 1.2rem; font-weight: 700; }
#reflow-chat-log { height: 280px; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: .6rem; font-size: .93rem; }
.rc-msg { padding: .6rem .85rem; border-radius: 13px; max-width: 86%; line-height: 1.5; }
.rc-bot { background: var(--blush); color: var(--ink); align-self: flex-start; border-bottom-left-radius: 4px; }
.rc-user { background: var(--mauve); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
#reflow-chat-form { display: flex; border-top: 1px solid #eee; }
#reflow-chat-input { flex: 1; border: none; padding: .85rem 1rem; font: inherit; outline: none; }
#reflow-chat-form button { border: none; background: var(--mauve); color: #fff; width: 50px; font-size: 1.5rem; cursor: pointer; }
#reflow-chat-form button:hover { background: var(--mauve-deep); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .grid-services { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .section { padding: 4.5rem 1.3rem; }
  .nav__links a:not(.btn) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__media { order: -1; min-height: 44vh; background-position: center; }
  .hero__panel { padding: 3rem 1.5rem; text-align: center; }
  .hero__content { margin: 0 auto; max-width: 540px; }
  .hero__cta, .hero__trust { justify-content: center; }
  .hero__tagline { margin-left: auto; margin-right: auto; }
  .over { grid-template-columns: 1fr; gap: 2.5rem; }
  .over__media { max-width: 420px; margin: 0 auto; }
  .over__badge { right: 10px; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .reviews__grid { grid-template-columns: 1fr; }
  .reviews__grid .review:nth-child(4), .reviews__grid .review:nth-child(5) { display: block; }
  .afspraak__card { grid-template-columns: 1fr; }
  .afspraak__info { padding: 2.4rem 1.7rem; }
  .afspraak__map { min-height: 280px; order: -1; }
}
@media (max-width: 480px) {
  .hero__title { font-size: clamp(2.2rem, 11vw, 3rem); }
  .grid-services { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero__cta .btn, .afspraak__cta .btn { width: 100%; }
  #reflow-chat { right: 12px; bottom: 12px; }
  #reflow-chat-panel { width: calc(100vw - 24px); right: 0; left: auto; max-width: none; }
  #reflow-chat-log { height: 60vh; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .service, .btn, .gallery img { transition: none !important; }
}
