:root {
  --ink: #2a1f28;
  --plum-deep: #271b26;
  --plum: #3a2a38;
  --cream: #f6f0ea;
  --cream-deep: #ece0d6;
  --accent: #9c4a68;
  --accent-soft: #bd6f89;
  --gold: #c1974f;
  --gold-soft: #d6b277;
  --muted: #6f6169;
  --maxw: 1160px;
  --hero-img: url('https://d8j0ntlcm91z4.cloudfront.net/user_35oAiB15OmseSJgvbCz8oqIivkE/hf_20260702_073405_b1c640e4-96da-4c45-a726-63a060c4c0bd.png');
  --corner-img: url('https://d8j0ntlcm91z4.cloudfront.net/user_35oAiB15OmseSJgvbCz8oqIivkE/hf_20260702_051035_748f346a-9485-40b4-b24a-77b90d25bca9.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(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; line-height: 1.06; overflow-wrap: break-word; hyphens: auto; letter-spacing: .002em; }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); margin-bottom: .4em; }
h2 em { font-style: italic; color: var(--accent); }
img { max-width: 100%; display: block; }
a { color: inherit; }

.eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: .74rem; font-weight: 700; color: var(--accent); 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(--accent); color: #fff;
  padding: .9rem 1.7rem; border-radius: 999px;
  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(156,74,104,.28);
}
.btn:hover { transform: translateY(-2px); background: var(--accent-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.2rem; 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(246,240,234,.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(42,31,40,.08);
}
.nav__brand { font-family: "Cormorant Garamond", serif; font-size: 1.75rem; font-weight: 700; color: var(--ink); text-decoration: none; letter-spacing: .01em; }
.nav__brand-dot { color: var(--accent); }
.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 (split op desktop, overlay op mobiel) */
.hero {
  display: grid; grid-template-columns: .92fr 1.08fr;
  min-height: 82vh;
  background: var(--plum-deep);
  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(--plum-deep) 0%, rgba(39,27,38,0) 26%); }
.hero__eyebrow { text-transform: uppercase; letter-spacing: .26em; font-weight: 700; font-size: .82rem; color: var(--gold-soft); margin-bottom: 1.1rem; }
.hero__title { font-family: "Cormorant Garamond", serif; font-weight: 600; font-size: clamp(2.6rem, 5.4vw, 5.2rem); line-height: 1.03; margin-bottom: .35em; }
.hero__title em { font-style: italic; color: var(--gold-soft); }
.hero__tagline { font-size: clamp(1.08rem, 1.5vw, 1.3rem); max-width: 46ch; margin-bottom: 2.1rem; color: #ecdfe4; }
.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: #eaddd8; font-weight: 600; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 17px; height: 17px; fill: var(--gold-soft); }

/* OVER */
.over { display: grid; grid-template-columns: .95fr 1.05fr; gap: 4rem; align-items: center; }
.over__media { position: relative; }
.over__media img { border-radius: 8px; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 26px 60px rgba(42,27,40,.22); position: relative; z-index: 1; }
.over__frame { position: absolute; inset: 18px -18px -18px 18px; border: 1.5px solid var(--gold); border-radius: 8px; 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(--ink); }
.usps li::before {
  content: ""; position: absolute; left: 0; top: .15em;
  width: 1.25rem; height: 1.25rem;
  background: var(--accent);
  -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: #fffaf4; border: 1px solid rgba(42,31,40,.07);
  border-radius: 12px; 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(42,27,40,.1); border-color: rgba(156,74,104,.4); }
.card__num { font-family: "Cormorant Garamond", serif; font-size: 1.15rem; color: var(--accent); font-weight: 700; letter-spacing: .05em; }
.card h3 { font-size: 1.6rem; margin: .3rem 0 .45rem; color: var(--ink); }
.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: 12px; }
.gallery__item img { aspect-ratio: 1; object-fit: cover; width: 100%; transition: transform .5s ease; }
.gallery__item:hover img { transform: scale(1.05); }

/* REVIEWS */
.reviews { background: var(--plum-deep); color: #f3ebe0; border-radius: 20px; max-width: var(--maxw); margin: 0 auto; }
.reviews .eyebrow { color: var(--gold-soft); }
.reviews h2 { color: #fff; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.8rem; }
.review { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 1.9rem; position: relative; }
.review::before { content: "\201C"; font-family: "Cormorant Garamond", serif; font-size: 3.4rem; line-height: 1; color: var(--gold); opacity: .7; display: block; margin-bottom: .1rem; }
.review p { font-size: .98rem; margin-bottom: 1.1rem; color: #ece2df; }
.review cite { font-weight: 700; font-style: normal; color: var(--gold-soft); font-size: .92rem; }

/* CONTACT / hours */
.contact__line { font-size: 1.08rem; margin-bottom: .5rem; color: var(--muted); }
.contact__line a { color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(156,74,104,.4); }
.contact__line a:hover { color: var(--accent); }
.hours { list-style: none; margin-top: 1rem; }
.hours li { display: flex; justify-content: space-between; padding: .62rem 0; border-bottom: 1px solid rgba(42,31,40,.1); font-size: 1rem; }
.hours span:first-child { font-weight: 600; color: var(--ink); }
.hours span:last-child { color: var(--muted); }
.hours li.today { background: rgba(156,74,104,.1); margin: 0 -.8rem; padding: .62rem .8rem; border-radius: 8px; border-bottom-color: transparent; }
.hours li.today span { color: var(--accent); font-weight: 700; }

/* FOOTER */
.footer { text-align: center; padding: 3.5rem 1.5rem; background: var(--plum-deep); color: #d9cdd2; }
.footer__name { font-family: "Cormorant Garamond", serif; font-size: 2.1rem; font-weight: 700; color: #fff; }
.footer__socials { margin: 1rem 0; display: flex; gap: 1.5rem; justify-content: center; }
.footer__socials a { color: #d9cdd2; text-decoration: none; border-bottom: 1px solid rgba(193,151,79,.5); }
.footer__socials a:hover { color: var(--gold-soft); }
.footer__disclaimer { font-size: .8rem; opacity: .6; 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(--accent); color: #fff; cursor: pointer; box-shadow: 0 12px 30px rgba(156,74,104,.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(--accent-soft); }
#reflow-chat-toggle svg { width: 27px; height: 27px; fill: #fff; }
#reflow-chat-panel { position: absolute; bottom: 74px; right: 0; width: 336px; max-width: 82vw; background: #fff; border-radius: 16px; box-shadow: 0 24px 60px rgba(42,27,40,.3); overflow: hidden; }
#reflow-chat-head { background: var(--plum-deep); color: #fff; padding: .95rem 1.1rem; font-weight: 700; font-family: "Cormorant Garamond", serif; font-size: 1.2rem; }
#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(42,31,40,.08); 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.4rem; cursor: pointer; transition: background .2s ease; }
#reflow-chat-form button:hover { background: var(--accent-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); }
  .reviews__grid { grid-template-columns: 1fr; }
}
/* HERO mobiel/tablet: foto fullscreen + scrim + tekst in frosted donker vlak */
@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(24,16,22,.9) 0%, rgba(24,16,22,.64) 38%, rgba(24,16,22,.5) 64%, rgba(24,16,22,.62) 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(26,17,24,.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: var(--gold-soft); margin-bottom: .9rem; }
  .hero__title { text-shadow: 0 2px 18px rgba(0,0,0,.5); }
  .hero__tagline { margin: 0 auto 1.6rem; color: #f3ece7; 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; }
}

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

/* ===== MULTIPAGE ===== */
.nav__links a.active { color: var(--accent); }
.btn--full { width: 100%; justify-content: center; margin-top: .4rem; }
.btn--outline { background: transparent; color: var(--accent); border: 1.5px solid var(--accent); box-shadow: none; }
.btn--outline:hover { background: rgba(156,74,104,.08); transform: translateY(-2px); }

.diensten__note { margin: 2.6rem auto 0; max-width: 62ch; color: var(--muted); }
.diensten__note a { color: var(--accent); 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.9rem; margin-bottom: .5rem; }

/* CTA BAND */
.cta-band { background: linear-gradient(120deg, #2c1e29, #45304166); color: #fff; text-align: center; padding: 4.8rem 1.5rem; background-color: #351f2e; }
.cta-band__inner { max-width: 680px; margin: 0 auto; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #e2d3d9; 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: #e6dbdf; 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: var(--corner-img); }
.pagehead__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(24,16,22,.84) 0%, rgba(24,16,22,.5) 70%, rgba(24,16,22,.4) 100%); }
.pagehead__inner { position: relative; max-width: var(--maxw); margin: 0 auto; width: 100%; }
.pagehead h1 { font-size: clamp(2.4rem, 5.8vw, 4rem); margin-bottom: .3rem; text-shadow: 0 2px 22px rgba(0,0,0,.45); }
.pagehead__eyebrow { color: var(--gold-soft); }
.pagehead__sub { max-width: 52ch; color: #f0e7e2; font-size: 1.08rem; text-shadow: 0 1px 12px rgba(0,0,0,.45); }

/* FORMS */
.form-wrap { background: #fff; border: 1px solid rgba(42,31,40,.08); border-radius: 16px; padding: 2.1rem; box-shadow: 0 18px 46px rgba(42,27,40,.09); }
.field { display: grid; gap: .42rem; margin-bottom: 1.15rem; }
.field > span { font-weight: 600; font-size: .9rem; color: var(--ink); }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink);
  background: #fffaf4; border: 1.5px solid rgba(42,31,40,.15);
  border-radius: 8px; 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(--accent); box-shadow: 0 0 0 3px rgba(156,74,104,.18);
}
.field input::placeholder, .field textarea::placeholder { color: #ab9ca4; }
.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(--accent); 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(156,74,104,.14); margin-bottom: 1.1rem; }
.form-success__icon svg { width: 32px; height: 32px; fill: var(--accent); }
.form-success__title { font-size: 2rem; margin-bottom: .3rem; }
.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(42,31,40,.08); border-radius: 16px; padding: 1.7rem; box-shadow: 0 12px 32px rgba(42,27,40,.07); }
.aside-card h3 { font-size: 1.7rem; margin-bottom: .6rem; }
.aside-card .hours { margin-top: .3rem; }
.aside-card .hours li { font-size: .95rem; padding: .5rem 0; }
.aside-card--dark { background: var(--plum-deep); color: #ddced4; }
.aside-card--dark h3 { color: #fff; }
.aside-card--dark p { color: #cfc0c6; margin-bottom: 1.1rem; }
.aside-card__addr { margin-top: 1.1rem !important; font-size: .9rem; opacity: .82; }

/* CONTACTPAGE */
.contactpage { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; align-items: start; }
.contactpage__form h2 { margin-bottom: 1.2rem; }
.contactpage .contact__line { margin-bottom: 1rem; }
.contact__line strong { color: var(--ink); 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; }
}
