:root {
  --ink: #17130f;
  --ink-soft: #2a231c;
  --cream: #f4efe3;
  --cream-deep: #e9dfc9;
  --gold: #b3812c;
  --gold-soft: #d1a44f;
  --text: #241d16;
  --muted: #6c6154;
  --maxw: 1160px;
  --hero-img: url('https://d8j0ntlcm91z4.cloudfront.net/user_35oAiB15OmseSJgvbCz8oqIivkE/hf_20260629_071857_8930cdaa-7fbe-4efa-b832-ae4b4ce4b292.png');
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }
body {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: "Fraunces", Georgia, serif; font-weight: 600; line-height: 1.05; overflow-wrap: break-word; hyphens: auto; }
h2 { font-size: clamp(1.9rem, 4.2vw, 3.1rem); margin-bottom: .5em; letter-spacing: -.01em; }
h2 em { font-style: italic; color: var(--gold); }
img { max-width: 100%; display: block; }
a { color: inherit; }

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

.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--gold); color: #fff;
  padding: .9rem 1.7rem; border-radius: 4px;
  text-decoration: none; font-weight: 700; font-size: .95rem;
  letter-spacing: .01em; cursor: pointer;
  transition: transform .18s ease, background .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 22px rgba(179,129,44,.3);
}
.btn:hover { transform: translateY(-2px); background: var(--gold-soft); }
.btn--ghost { background: transparent; border: 1.5px solid rgba(255,255,255,.7); color: #fff; box-shadow: none; }
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn--small { padding: .55rem 1.15rem; font-size: .85rem; box-shadow: none; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.05rem 1.6rem;
  background: rgba(244,239,227,.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(23,19,15,.08);
}
.nav__brand { font-family: "Fraunces", serif; font-size: 1.5rem; font-weight: 600; color: var(--text); text-decoration: none; letter-spacing: -.01em; }
.nav__brand-dot { color: var(--gold); }
.nav__links { display: flex; gap: 1.7rem; align-items: center; }
.nav__links a { color: var(--text); text-decoration: none; font-size: .92rem; font-weight: 600; transition: color .15s ease; }
.nav__links a:not(.btn):hover { color: var(--gold); }
.nav__links a.active { color: var(--gold); }

/* HERO (split layout: tekst-kolom links + foto-kolom rechts; robuust op mobiel en desktop) */
.hero {
  display: grid; grid-template-columns: .9fr 1.1fr;
  min-height: 80vh;
  background: var(--ink);
  color: #fff; overflow: hidden;
}
.hero__content { display: flex; align-items: center; align-self: stretch; padding: 3.5rem clamp(1.75rem, 4.6vw, 4.75rem); }
.hero__inner { max-width: 41rem; width: 100%; }
.hero__photo { position: relative; align-self: stretch; overflow: hidden; }
.hero__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--ink) 0%, rgba(23,19,15,0) 24%); }
.hero__eyebrow { text-transform: uppercase; letter-spacing: .26em; font-weight: 700; font-size: .82rem; color: var(--gold-soft); margin-bottom: 1.2rem; }
.hero__title { font-size: clamp(2.6rem, 4.9vw, 5rem); line-height: 1.02; margin-bottom: .4em; }
.hero__title em { font-style: italic; color: var(--gold-soft); }
.hero__tagline { font-size: clamp(1.08rem, 1.5vw, 1.32rem); max-width: 44ch; margin-bottom: 2.2rem; color: #ece3d3; }
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__rating { display: flex; align-items: center; gap: .6rem; margin-top: 2rem; font-size: .9rem; color: #efe6d8; font-weight: 600; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 17px; height: 17px; fill: #dcb15f; }

/* OVER */
.over { display: grid; grid-template-columns: .95fr 1.05fr; gap: 4rem; align-items: center; }
.over__media { position: relative; }
.over__media img { border-radius: 6px; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 26px 60px rgba(23,19,15,.22); position: relative; z-index: 1; }
.over__frame { position: absolute; inset: 18px -18px -18px 18px; border: 1.5px solid var(--gold); border-radius: 6px; z-index: 0; }
.over__text p { color: var(--muted); margin-bottom: 1.1rem; max-width: 52ch; }
.usps { list-style: none; margin-top: 1.6rem; display: grid; gap: .85rem; }
.usps li { padding-left: 2rem; position: relative; font-weight: 600; color: var(--text); }
.usps li::before {
  content: ""; position: absolute; left: 0; top: .15em;
  width: 1.25rem; height: 1.25rem;
  background: var(--gold);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* DIENSTEN */
.diensten { padding-top: 2rem; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; margin: 2.8rem 0 3.2rem; }
.card {
  background: #fffaf0; border: 1px solid rgba(23,19,15,.07);
  border-radius: 8px; padding: 1.9rem 1.5rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(23,19,15,.1); border-color: rgba(179,129,44,.4); }
.card__num { font-family: "Fraunces", serif; font-size: .95rem; color: var(--gold); font-weight: 600; letter-spacing: .05em; }
.card h3 { font-size: 1.45rem; margin: .35rem 0 .5rem; color: var(--text); }
.card p { color: var(--muted); font-size: .96rem; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.gallery__item { margin: 0; overflow: hidden; border-radius: 8px; }
.gallery__item img { aspect-ratio: 1; object-fit: cover; width: 100%; transition: transform .5s ease; }
.gallery__item:hover img { transform: scale(1.05); }

/* REVIEWS (quote wall: de echte Google-reviews zijn kort, dus compacte tegels i.p.v. lange blockquotes) */
.reviews { background: var(--ink); color: #f3ede0; border-radius: 18px; max-width: var(--maxw); margin: 0 auto; }
.reviews .eyebrow { color: var(--gold-soft); }
.reviews h2 { color: #fff; }
.quotewall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; margin-top: 2.8rem; }
.quote { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 1.5rem 1.3rem; }
.quote__stars { display: inline-flex; gap: 2px; margin-bottom: .8rem; }
.quote__stars svg { width: 13px; height: 13px; fill: #dcb15f; }
.quote p { font-size: 1.02rem; font-weight: 600; margin-bottom: .9rem; color: #fff; font-family: "Fraunces", serif; }
.quote cite { font-style: normal; color: #c9bda8; font-size: .84rem; }

/* CONTACT */
.contact { display: grid; grid-template-columns: 1.15fr 1fr; gap: 3.5rem; }
.contact__line { font-size: 1.08rem; margin-bottom: .5rem; color: var(--muted); }
.contact__line a { color: var(--text); text-decoration: none; border-bottom: 1px solid rgba(179,129,44,.4); }
.contact__line a:hover { color: var(--gold); }
.contact .btn { margin-top: 1.4rem; }
.contact__hours h3 { font-size: 1.6rem; margin-bottom: .5rem; }
.hours { list-style: none; margin-top: 1rem; }
.hours li { display: flex; justify-content: space-between; padding: .62rem 0; border-bottom: 1px solid rgba(23,19,15,.1); font-size: 1rem; }
.hours span:first-child { font-weight: 600; color: var(--text); }
.hours span:last-child { color: var(--muted); }
.hours li.today { background: rgba(179,129,44,.1); margin: 0 -.8rem; padding: .62rem .8rem; border-radius: 8px; border-bottom-color: transparent; }
.hours li.today span { color: var(--gold); font-weight: 700; }

/* FOOTER */
.footer { text-align: center; padding: 3.5rem 1.5rem; background: var(--ink); color: #d9cfbf; }
.footer__name { font-family: "Fraunces", serif; font-size: 1.9rem; color: #fff; }
.footer__socials { margin: 1rem 0; display: flex; gap: 1.5rem; justify-content: center; }
.footer__socials a { color: #d9cfbf; text-decoration: none; border-bottom: 1px solid rgba(179,129,44,.5); }
.footer__socials a:hover { color: var(--gold-soft); }
.footer__disclaimer { font-size: .8rem; opacity: .55; margin-top: 1.2rem; }

/* 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; background: var(--gold); color: #fff; cursor: pointer; box-shadow: 0 12px 30px rgba(179,129,44,.4); display: grid; place-items: center; transition: transform .18s ease, background .2s ease; }
#reflow-chat-toggle:hover { transform: translateY(-2px) scale(1.04); background: var(--gold-soft); }
#reflow-chat-toggle svg { width: 27px; height: 27px; fill: #fff; }
#reflow-chat-panel { position: absolute; bottom: 74px; right: 0; width: 330px; max-width: 82vw; background: #fff; border-radius: 16px; box-shadow: 0 24px 60px rgba(23,19,15,.3); overflow: hidden; }
#reflow-chat-head { background: var(--ink); color: #fff; padding: .95rem 1.1rem; font-weight: 700; font-family: "Fraunces", serif; }
#reflow-chat-log { height: 264px; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: .6rem; font-size: .92rem; background: var(--cream); }
.rc-msg { padding: .6rem .85rem; border-radius: 12px; max-width: 85%; line-height: 1.45; }
.rc-bot { background: #fff; border: 1px solid rgba(23,19,15,.08); align-self: flex-start; }
.rc-user { background: var(--gold); 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(--gold); color: #fff; width: 48px; font-size: 1.4rem; cursor: pointer; transition: background .2s ease; }
#reflow-chat-form button:hover { background: var(--gold-soft); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .over { grid-template-columns: 1fr; gap: 2.5rem; }
  .over__frame { inset: 12px -12px -12px 12px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .quotewall { grid-template-columns: repeat(2, 1fr); }
  .contact { grid-template-columns: 1fr; gap: 2.5rem; }
}
/* HERO mobiel/tablet: foto fullscreen + donkere scrim + tekst in een frosted donker vlak (leesbaar, 1 scherm) */
@media (max-width: 860px) {
  .hero { display: block; position: relative; min-height: 90vh; }
  .hero__photo { position: absolute; inset: 0; }
  .hero__photo img { height: 100%; }
  .hero__photo::after {
    background: linear-gradient(to top, rgba(15,11,8,.9) 0%, rgba(15,11,8,.66) 38%, rgba(15,11,8,.5) 64%, rgba(15,11,8,.6) 100%);
  }
  .hero__content { position: relative; z-index: 2; min-height: 90vh; align-items: center; padding: 2.2rem 1.1rem; text-align: center; }
  .hero__inner {
    margin: 0 auto; max-width: 33rem;
    background: rgba(17,13,9,.5);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;
    padding: 1.7rem 1.4rem 1.8rem;
  }
  .hero__eyebrow { color: #e4bd82; margin-bottom: .9rem; }
  .hero__title { text-shadow: 0 2px 18px rgba(0,0,0,.5); }
  .hero__tagline { margin: 0 auto 1.6rem; color: #f3ece0; text-shadow: 0 1px 10px rgba(0,0,0,.4); }
  .hero__cta { justify-content: center; }
  .hero__rating { justify-content: center; margin-top: 1.5rem; }
}

@media (max-width: 640px) {
  .nav__links a:not(.btn) { display: none; }
  .section { padding: 4rem 1.3rem; }
  .cards { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item img { aspect-ratio: 4/5; }
  .quotewall { grid-template-columns: 1fr; }
}

/* CHATBOT mobiel: bijna full-width, ruim paneel */
@media (max-width: 560px) {
  #reflow-chat-panel { width: calc(100vw - 24px); right: 0; left: auto; max-width: none; }
  #reflow-chat-log { height: 60vh; }
}

/* ===== MULTIPAGE ===== */
.btn--full { width: 100%; justify-content: center; margin-top: .4rem; }
.btn--outline { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); box-shadow: none; }
.btn--outline:hover { background: rgba(179,129,44,.08); transform: translateY(-2px); }

.diensten__note { margin: 2.6rem auto 0; max-width: 62ch; color: var(--muted); }
.diensten__note a { color: var(--gold); font-weight: 600; }

/* BEZOEK ONS (home) */
.visit { display: grid; grid-template-columns: 1.15fr 1fr; gap: 3.5rem; }
.visit__btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.visit__hours h3 { font-size: 1.6rem; margin-bottom: .5rem; }

/* CTA BAND */
.cta-band { background: linear-gradient(120deg, #201a13, #332821); color: #fff; text-align: center; padding: 4.8rem 1.5rem; }
.cta-band__inner { max-width: 680px; margin: 0 auto; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #d9ccb8; margin-bottom: 1.9rem; font-size: 1.1rem; }
.cta-band__btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* FOOTER NAV */
.footer__nav { display: flex; gap: 1.4rem; justify-content: center; margin: .9rem 0 .3rem; flex-wrap: wrap; }
.footer__nav a { color: #e7ddc9; text-decoration: none; font-weight: 600; font-size: .92rem; }
.footer__nav a:hover { color: var(--gold-soft); }

/* PAGE HEADER (subpagina's) */
.pagehead { position: relative; min-height: 48vh; display: flex; align-items: center; color: #fff; padding: 6rem 1.5rem 4.5rem; background-size: cover; background-position: center; }
.pagehead--salon { background-image: var(--hero-img); }
.pagehead--corner { background-image: url('https://d8j0ntlcm91z4.cloudfront.net/user_35oAiB15OmseSJgvbCz8oqIivkE/hf_20260619_050945_86928005-b0ef-4cfb-9a39-79cb117f19b2.png'); }
.pagehead__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(15,11,8,.82) 0%, rgba(15,11,8,.5) 70%, rgba(15,11,8,.4) 100%); }
.pagehead__inner { position: relative; max-width: var(--maxw); margin: 0 auto; width: 100%; }
.pagehead h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); margin-bottom: .4rem; text-shadow: 0 2px 22px rgba(0,0,0,.45); }
.pagehead__eyebrow { color: var(--gold-soft); }
.pagehead__sub { max-width: 50ch; color: #f0e7d5; font-size: 1.08rem; text-shadow: 0 1px 12px rgba(0,0,0,.45); }

/* FORMS */
.form-wrap { background: #fff; border: 1px solid rgba(23,19,15,.08); border-radius: 14px; padding: 2.1rem; box-shadow: 0 18px 46px rgba(23,19,15,.09); }
.field { display: grid; gap: .42rem; margin-bottom: 1.15rem; }
.field > span { font-weight: 600; font-size: .9rem; color: var(--text); }
.field input, .field select, .field textarea {
  font: inherit; color: var(--text);
  background: #fffaf0; border: 1.5px solid rgba(23,19,15,.15);
  border-radius: 6px; padding: .8rem .9rem; width: 100%;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(179,129,44,.18);
}
.field input::placeholder, .field textarea::placeholder { color: #ab9d8a; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.form__fineprint { font-size: .88rem; color: var(--muted); margin-top: 1rem; text-align: center; }
.form__fineprint a { color: var(--gold); font-weight: 600; }

.form-success { text-align: center; padding: 2.4rem 1rem; }
.form-success__icon { display: inline-grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: rgba(179,129,44,.14); margin-bottom: 1.1rem; }
.form-success__icon svg { width: 32px; height: 32px; fill: var(--gold); }
.form-success__title { font-size: 1.7rem; margin-bottom: .4rem; }
.form-success p { color: var(--muted); max-width: 44ch; margin: 0 auto; }

/* BOOKING (reserveren) */
.booking { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2.5rem; align-items: start; }
.booking__aside, .contactpage__info { display: grid; gap: 1.3rem; }
.aside-card { background: #fff; border: 1px solid rgba(23,19,15,.08); border-radius: 14px; padding: 1.7rem; box-shadow: 0 12px 32px rgba(23,19,15,.07); }
.aside-card h3 { font-size: 1.4rem; margin-bottom: .7rem; }
.aside-card .hours { margin-top: .3rem; }
.aside-card .hours li { font-size: .95rem; padding: .5rem 0; }
.aside-card--dark { background: var(--ink); color: #ddd0bc; }
.aside-card--dark h3 { color: #fff; }
.aside-card--dark p { color: #cdbfa8; margin-bottom: 1.1rem; }
.aside-card__addr { margin-top: 1.1rem !important; font-size: .9rem; opacity: .8; }

/* CONTACTPAGE */
.contactpage { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; align-items: start; }
.contactpage__form h2 { margin-bottom: 1.3rem; }
.contactpage .contact__line { margin-bottom: 1rem; }
.contact__line strong { color: var(--text); font-weight: 700; }
.mapwrap iframe { width: 100%; height: 430px; border: 0; display: block; }

@media (max-width: 900px) {
  .booking, .contactpage, .visit { grid-template-columns: 1fr; gap: 2.2rem; }
}
@media (max-width: 640px) {
  .form__row { grid-template-columns: 1fr; }
  .form-wrap { padding: 1.5rem; }
  .pagehead { min-height: 42vh; padding-top: 5rem; }
  .visit__btns .btn { flex: 1 1 100%; justify-content: center; }
  .mapwrap iframe { height: 320px; }
}

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