:root {
  --green: #1f3a2d;        /* diep bos */
  --green-soft: #355041;
  --green-mid: #4a6b56;
  --cream: #f6f1e7;        /* warme ivoor */
  --cream-deep: #efe7d6;
  --ink: #1c241e;
  --muted: #5d655c;
  --gold: #c2a25e;         /* zacht goud accent */
  --blush: #e3c3b8;
  --maxw: 1160px;
  --radius: 18px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; font-weight: 500; line-height: 1.05; letter-spacing: -.01em; }
h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); margin-bottom: .5em; color: var(--green); }
img { max-width: 100%; display: block; }
a { color: inherit; }

.eyebrow { text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 700; color: var(--gold); margin-bottom: 1rem; }
.center { text-align: center; }
.section { max-width: var(--maxw); margin: 0 auto; padding: 6.5rem 1.5rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--green); color: var(--cream);
  padding: .9rem 1.7rem; border-radius: 999px;
  text-decoration: none; font-weight: 700; font-size: .95rem;
  cursor: pointer; border: 1.5px solid var(--green);
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--green-soft); border-color: var(--green-soft); }
.btn--ghost { background: transparent; color: var(--cream); border-color: rgba(246,241,231,.7); }
.btn--ghost:hover { background: rgba(246,241,231,.14); border-color: var(--cream); }
.btn--small { padding: .55rem 1.2rem; font-size: .85rem; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.7rem;
  background: rgba(246,241,231,.86); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(31,58,45,.1);
}
.nav__brand { display: flex; align-items: center; gap: .5rem; font-family: "Fraunces", serif; font-size: 1.45rem; font-weight: 600; color: var(--green); text-decoration: none; }
.nav__mark { color: var(--gold); font-size: 1.1rem; }
.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 .2s ease; }
.nav__links a:not(.btn):hover { color: var(--gold); }

/* HERO */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; justify-content: flex-start; overflow: hidden; padding: 2rem 1.7rem; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; transform: scale(1.04); animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__inner {
  position: relative; z-index: 2; max-width: 640px;
  padding: 2.8rem 2.6rem; border-radius: var(--radius);
  background: rgba(20,32,25,.52); backdrop-filter: blur(4px);
  border: 1px solid rgba(246,241,231,.14);
  color: var(--cream); margin-left: clamp(0px, 4vw, 70px);
}
.hero__eyebrow { text-transform: uppercase; letter-spacing: .22em; font-weight: 700; font-size: .76rem; color: var(--blush); margin-bottom: 1.1rem; }
.hero__title { font-size: clamp(2.7rem, 7vw, 5rem); margin-bottom: .35em; text-shadow: 0 2px 24px rgba(0,0,0,.35); font-weight: 500; }
.hero__tagline { font-size: 1.18rem; max-width: 44ch; margin-bottom: 2rem; color: #f1ece1; text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.hero__cta { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero__rating { margin-top: 1.8rem; font-size: .92rem; color: #ece6da; display: flex; align-items: center; gap: .6rem; }
.hero__rating .stars { color: var(--gold); letter-spacing: .1em; }
.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; width: 26px; height: 42px; border: 2px solid rgba(246,241,231,.6); border-radius: 14px; display: flex; justify-content: center; }
.hero__scroll span { width: 4px; height: 8px; margin-top: 7px; border-radius: 4px; background: var(--cream); animation: scrollDot 1.8s ease-in-out infinite; }
@keyframes scrollDot { 0%,100% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 70% { opacity: 0; transform: translateY(10px); } }

/* OVER */
.over { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: center; }
.over__media { position: relative; }
.over__media img { border-radius: var(--radius); aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 28px 60px rgba(31,58,45,.18); }
.over__badge {
  position: absolute; right: -18px; bottom: -18px;
  background: var(--gold); color: var(--green);
  width: 120px; height: 120px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 14px 34px rgba(31,58,45,.28); text-align: center;
}
.over__badge strong { font-family: "Fraunces", serif; font-size: 2.4rem; line-height: 1; }
.over__badge span { font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.over__text p { color: var(--muted); margin-bottom: 1rem; font-size: 1.05rem; }
.usps { list-style: none; margin-top: 1.8rem; display: grid; gap: .9rem; }
.usps li { display: flex; align-items: flex-start; gap: .8rem; font-weight: 600; color: var(--ink); }
.usps svg { flex: none; width: 22px; height: 22px; fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-top: 2px; }

/* WERK */
.werk { background: var(--green); color: var(--cream); position: relative; }
.werk__head { padding-bottom: 0; }
.werk h2 { color: var(--cream); }
.werk .eyebrow { color: var(--blush); }
.werk__lead { max-width: 56ch; margin: 0 auto; color: #d9d3c5; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; padding-top: 3rem; padding-bottom: 3rem; }
.card { background: rgba(246,241,231,.06); border: 1px solid rgba(246,241,231,.14); border-radius: var(--radius); padding: 1.9rem 1.5rem; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.card:hover { transform: translateY(-4px); background: rgba(246,241,231,.1); border-color: rgba(194,162,94,.5); }
.card__icon { width: 34px; height: 34px; fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 1rem; }
.card h3 { font-size: 1.5rem; margin-bottom: .4rem; color: var(--cream); }
.card p { color: #d2ccbe; font-size: .96rem; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; padding-top: 0; }
.gallery figure { overflow: hidden; border-radius: var(--radius); }
.gallery img { aspect-ratio: 4/5; object-fit: cover; width: 100%; transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.05); }

/* REVIEWS */
.reviews { background: var(--cream-deep); }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.review { background: var(--cream); border-radius: var(--radius); padding: 2rem 1.8rem; box-shadow: 0 10px 30px rgba(31,58,45,.07); display: flex; flex-direction: column; }
.review__stars { color: var(--gold); letter-spacing: .12em; margin-bottom: .9rem; }
.review p { color: var(--ink); margin-bottom: 1.2rem; font-size: 1rem; }
.review cite { font-weight: 700; font-style: normal; color: var(--green); margin-top: auto; }

/* CONTACT */
.contact { display: grid; grid-template-columns: 1.25fr 1fr; gap: 3.5rem; align-items: start; }
.contact__sub { color: var(--muted); margin-bottom: 1.6rem; max-width: 46ch; }
.contact__list { list-style: none; display: grid; gap: 1rem; margin-bottom: 1.8rem; }
.contact__list li { display: flex; align-items: center; gap: .9rem; font-size: 1.05rem; }
.contact__list svg { flex: none; width: 22px; height: 22px; fill: none; stroke: var(--gold); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact__list a { color: var(--ink); text-decoration: none; transition: color .2s ease; }
.contact__list a:hover { color: var(--gold); }
.contact__hours { background: var(--green); color: var(--cream); border-radius: var(--radius); padding: 2.2rem 2rem; }
.contact__hours h3 { font-size: 1.6rem; margin-bottom: 1rem; color: var(--cream); }
.hours { list-style: none; }
.hours li { display: flex; justify-content: space-between; padding: .6rem 0; border-bottom: 1px solid rgba(246,241,231,.14); font-size: .98rem; }
.hours li:last-child { border-bottom: none; }
.hours span:first-child { font-weight: 600; }
.hours span:last-child { color: #cfc8ba; }
.hours li.today { background: rgba(194,162,94,.18); margin: 0 -.8rem; padding: .6rem .8rem; border-radius: 10px; border-bottom-color: transparent; }
.hours li.today span { color: var(--gold); font-weight: 700; }
.hours li.today span:last-child { color: var(--gold); }

/* FOOTER */
.footer { text-align: center; padding: 3.5rem 1.5rem; background: var(--ink); color: #d9d3c5; }
.footer__name { font-family: "Fraunces", serif; font-size: 1.9rem; color: var(--cream); }
.footer__name span { color: var(--gold); }
.footer__tag { font-size: .92rem; margin-top: .3rem; color: #b6b0a3; }
.footer__socials { margin: 1.3rem 0; display: flex; gap: 1.5rem; justify-content: center; }
.footer__socials a { color: #d9d3c5; text-decoration: none; font-weight: 600; transition: color .2s ease; }
.footer__socials a:hover { color: var(--gold); }
.footer__disclaimer { font-size: .8rem; opacity: .6; margin-top: 1rem; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s 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: 58px; height: 58px; border-radius: 50%; border: none; background: var(--green); color: var(--cream); cursor: pointer; box-shadow: 0 12px 32px rgba(31,58,45,.35); display: flex; align-items: center; justify-content: center; transition: transform .2s ease, background .2s ease; }
#reflow-chat-toggle:hover { transform: translateY(-2px); background: var(--green-soft); }
#reflow-chat-toggle svg { width: 26px; height: 26px; fill: none; stroke: var(--cream); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#reflow-chat-panel { position: absolute; bottom: 72px; right: 0; width: 330px; max-width: 82vw; background: var(--cream); border-radius: 16px; box-shadow: 0 22px 54px rgba(31,58,45,.3); overflow: hidden; border: 1px solid rgba(31,58,45,.1); }
#reflow-chat-head { background: var(--green); color: var(--cream); padding: .95rem 1.1rem; font-weight: 700; }
#reflow-chat-log { height: 270px; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: .6rem; font-size: .92rem; }
.rc-msg { padding: .6rem .85rem; border-radius: 12px; max-width: 85%; line-height: 1.5; }
.rc-bot { background: #fff; align-self: flex-start; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.rc-user { background: var(--green); color: var(--cream); align-self: flex-end; }
#reflow-chat-form { display: flex; border-top: 1px solid rgba(31,58,45,.1); background: #fff; }
#reflow-chat-input { flex: 1; border: none; padding: .85rem 1rem; font: inherit; outline: none; background: transparent; }
#reflow-chat-form button { border: none; background: var(--green); color: var(--cream); width: 46px; font-size: 1.4rem; cursor: pointer; transition: background .2s ease; }
#reflow-chat-form button:hover { background: var(--green-soft); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .over, .contact { grid-template-columns: 1fr; gap: 2.5rem; }
  .over__media { max-width: 460px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .reviews__grid { grid-template-columns: 1fr; }
  /* Hero netjes gecentreerd op tablet/mobiel (geen desktop-offset naar rechts) */
  .hero { justify-content: center; }
  .hero__inner { margin-left: 0; margin-right: 0; width: 100%; }
}
@media (max-width: 720px) {
  .nav__links a:not(.btn) { display: none; }
  .section { padding: 4.5rem 1.3rem; }
  .hero__inner { padding: 2.2rem 1.7rem; }
  .gallery { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  /* Native 4:5 zodat niets gek gekropt wordt (bloempot/vaas blijft heel) */
  .gallery img { aspect-ratio: 4/5; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
