:root {
  --ink: #221a14;          /* espresso */
  --espresso: #2e2620;
  --cream: #f4ede2;
  --cream-2: #efe6d8;
  --muted: #6e5f52;
  --accent: #b56a3d;       /* koper */
  --accent-soft: #c98a5e;
  --line: rgba(34,26,20,.10);
  --maxw: 1140px;
}
* { 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(--cream); line-height: 1.65; }
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; font-weight: 600; line-height: 1.08; overflow-wrap: break-word; hyphens: auto; }
h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: .55em; letter-spacing: -.01em; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: .74rem; font-weight: 700; color: var(--accent); margin-bottom: .9rem; }
.center { text-align: center; }
.section { max-width: var(--maxw); margin: 0 auto; padding: 6rem 1.5rem; }

.btn { display: inline-block; background: var(--accent); color: #fff; padding: .9rem 1.7rem; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .95rem; cursor: pointer; transition: transform .18s ease, background .2s ease, box-shadow .2s ease; box-shadow: 0 8px 22px rgba(181,106,61,.28); }
.btn:hover { transform: translateY(-2px); background: #a25c32; }
.btn:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 2px; }
.btn--ghost { background: transparent; border: 1.5px solid rgba(255,255,255,.75); color: #fff; box-shadow: none; }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--small { padding: .55rem 1.15rem; font-size: .85rem; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; background: rgba(244,237,226,.88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__brand { font-family: "Fraunces", serif; font-size: 1.4rem; font-weight: 600; color: var(--ink); text-decoration: none; letter-spacing: -.01em; }
.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(--accent); }

/* HERO */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; justify-content: flex-start; text-align: left; padding: 2rem clamp(1.5rem, 6vw, 5rem);
  background-image: linear-gradient(100deg, rgba(20,15,11,.82) 0%, rgba(20,15,11,.55) 38%, rgba(20,15,11,.2) 70%), url('assets/hero.jpg');
  background-size: cover; background-position: center; color: #fff; }
.hero__inner { max-width: 640px; padding: 2.6rem 2.4rem; border-radius: 22px; background: rgba(24,17,12,.46); backdrop-filter: blur(3px); border: 1px solid rgba(255,255,255,.08); }
.hero__eyebrow { text-transform: uppercase; letter-spacing: .22em; font-weight: 700; font-size: .82rem; color: var(--accent-soft); }
.hero__title { font-size: clamp(2.4rem, 8vw, 4.6rem); margin: .25em 0 .3em; text-shadow: 0 2px 22px rgba(0,0,0,.45); }
.hero__tagline { font-size: clamp(1.05rem, 2.4vw, 1.25rem); max-width: 40ch; margin-bottom: 2rem; color: #f3e9df; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__rating { margin-top: 1.7rem; font-size: .92rem; font-weight: 600; color: #f3e9df; display: flex; align-items: center; gap: .55rem; }
.hero__rating .stars { color: #f0b25a; letter-spacing: .08em; }

/* OVER */
.over { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: center; }
.over__media img { border-radius: 18px; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 24px 55px rgba(34,26,20,.22); }
.usps { list-style: none; margin-top: 1.5rem; display: grid; gap: .7rem; }
.usps li { padding-left: 1.9rem; position: relative; font-weight: 500; }
.usps li::before { content: ""; position: absolute; left: 0; top: .55em; width: .85rem; height: .85rem; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 4px rgba(181,106,61,.18); }

/* DIENSTEN */
.diensten { background: var(--cream-2); border-radius: 28px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin: 2.6rem 0 3rem; }
.card { background: #fff; border-radius: 16px; padding: 1.7rem 1.5rem; box-shadow: 0 10px 28px rgba(34,26,20,.06); border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(34,26,20,.12); }
.card__icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: rgba(181,106,61,.12); color: var(--accent); margin-bottom: 1rem; }
.card__icon svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.4rem; margin-bottom: .35rem; color: var(--espresso); }
.card p { font-size: .96rem; color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery img { border-radius: 14px; aspect-ratio: 1; object-fit: cover; box-shadow: 0 10px 28px rgba(34,26,20,.10); }

/* REVIEWS */
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.6rem; }
.review { background: #fff; border-radius: 16px; padding: 1.9rem; box-shadow: 0 10px 28px rgba(34,26,20,.06); border: 1px solid var(--line); }
.review__stars { color: #e0992f; letter-spacing: .1em; font-size: .9rem; }
.review p { margin: .7rem 0 1.1rem; font-size: 1.02rem; }
.review cite { font-weight: 700; font-style: normal; color: var(--accent); }

/* CONTACT */
.contact { display: grid; grid-template-columns: 1.15fr 1fr; gap: 3rem; align-items: start; }
.contact__line { font-size: 1.08rem; margin-bottom: .45rem; }
.contact__line a { color: var(--ink); text-decoration: none; }
.contact__line a:hover { color: var(--accent); }
.contact .btn { margin-top: 1.3rem; }
.contact__hours { background: var(--espresso); color: #f3e9df; border-radius: 18px; padding: 2rem 2.2rem; }
.contact__hours h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #fff; }
.hours { list-style: none; }
.hours li { display: flex; justify-content: space-between; padding: .58rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.hours li:last-child { border-bottom: none; }
.hours span:first-child { font-weight: 600; }
.hours li.today { background: rgba(201,138,94,.22); margin: 0 -.8rem; padding: .58rem .8rem; border-radius: 9px; border-bottom-color: transparent; }
.hours li.today span { color: #f0b888; font-weight: 700; }

/* FOOTER */
.footer { text-align: center; padding: 3.2rem 1.5rem; background: var(--ink); color: #e8ddd0; }
.footer__name { font-family: "Fraunces", serif; font-size: 1.8rem; }
.footer__socials { margin: 1rem 0; display: flex; gap: 1.5rem; justify-content: center; }
.footer__socials a { color: #e8ddd0; text-decoration: none; }
.footer__socials a:hover { color: var(--accent-soft); }
.footer__disclaimer { font-size: .8rem; opacity: .55; margin-top: 1rem; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(24px); 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; background: var(--accent); color: #fff; cursor: pointer; box-shadow: 0 12px 32px rgba(181,106,61,.42); display: flex; align-items: center; justify-content: center; transition: transform .18s ease; }
#reflow-chat-toggle:hover { transform: scale(1.06); }
#reflow-chat-toggle svg { width: 27px; height: 27px; }
#reflow-chat-panel { position: absolute; bottom: 74px; right: 0; width: 340px; max-width: 80vw; background: #fff; border-radius: 18px; box-shadow: 0 24px 55px rgba(34,26,20,.3); overflow: hidden; }
#reflow-chat-head { background: var(--espresso); color: #fff; padding: 1rem 1.2rem; font-weight: 700; }
#reflow-chat-log { height: 264px; 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: 85%; }
.rc-bot { background: var(--cream); align-self: flex-start; }
.rc-user { background: var(--accent); color: #fff; align-self: flex-end; }
#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(--accent); color: #fff; width: 48px; font-size: 1.3rem; cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn:hover, .card:hover, #reflow-chat-toggle:hover { transform: none; }
}

@media (max-width: 880px) {
  .section { padding: 4.2rem 1.3rem; }
  .nav__links a:not(.btn) { display: none; }
  .hero { justify-content: center; text-align: center; padding: 2rem 1.3rem; }
  .hero__inner { margin: 0; padding: 2rem 1.5rem; }
  .hero__tagline { margin-left: auto; margin-right: auto; }
  .hero__cta { justify-content: center; }
  .hero__rating { justify-content: center; }
  .over, .contact { grid-template-columns: 1fr; gap: 2.2rem; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { aspect-ratio: 4/5; }
  .reviews__grid { grid-template-columns: 1fr; }
  #reflow-chat-panel { width: calc(100vw - 24px); right: 0; left: auto; height: 60vh; }
  #reflow-chat-log { height: calc(60vh - 116px); }
}
