:root {
  --espresso: #211915;
  --espresso-soft: #3a2c24;
  --cream: #f5efe6;
  --cream-deep: #ece2d3;
  --copper: #b06a3c;
  --copper-soft: #c98a5e;
  --ink: #261d17;
  --muted: #6f6055;
  --maxw: 1160px;
  --hero-img: url('https://d8j0ntlcm91z4.cloudfront.net/user_35oAiB15OmseSJgvbCz8oqIivkE/hf_20260619_050937_594482ea-95f7-4295-b175-236f3a52424b.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: "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(--copper); }
img { max-width: 100%; display: block; }
a { color: inherit; }

.eyebrow { text-transform: uppercase; letter-spacing: .22em; font-size: .74rem; font-weight: 700; color: var(--copper); 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(--copper); 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(176,106,60,.28);
}
.btn:hover { transform: translateY(-2px); background: var(--copper-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(245,239,230,.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(33,25,21,.08);
}
.nav__brand { font-family: "Fraunces", serif; font-size: 1.5rem; font-weight: 600; color: var(--ink); text-decoration: none; letter-spacing: -.01em; }
.nav__brand-dot { color: var(--copper); }
.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(--copper); }

/* HERO */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: center;
  background-image: var(--hero-img);
  background-size: cover; background-position: center right;
  color: #fff; padding: 2rem 1.5rem; overflow: hidden;
}
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(20,14,11,.82) 0%, rgba(20,14,11,.6) 38%, rgba(20,14,11,.18) 70%, rgba(20,14,11,.35) 100%),
    linear-gradient(to top, rgba(20,14,11,.55), rgba(20,14,11,0) 45%);
}
.hero__inner { position: relative; max-width: var(--maxw); margin: 0 auto; width: 100%; }
.hero__eyebrow { text-transform: uppercase; letter-spacing: .26em; font-weight: 700; font-size: .8rem; color: var(--copper-soft); margin-bottom: 1.1rem; }
.hero__title { font-size: clamp(2.6rem, 7.5vw, 5.4rem); max-width: 13ch; margin-bottom: .35em; text-shadow: 0 2px 28px rgba(0,0,0,.45); }
.hero__title em { font-style: italic; color: var(--copper-soft); }
.hero__tagline { font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 46ch; margin-bottom: 2.1rem; color: #f2e9df; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.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: #ede3d8; font-weight: 600; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 17px; height: 17px; fill: #e9b873; }

/* 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(33,25,21,.22); position: relative; z-index: 1; }
.over__frame { position: absolute; inset: 18px -18px -18px 18px; border: 1.5px solid var(--copper); 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(--ink); }
.usps li::before {
  content: ""; position: absolute; left: 0; top: .15em;
  width: 1.25rem; height: 1.25rem;
  background: var(--copper);
  -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: #fffaf3; border: 1px solid rgba(33,25,21,.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(33,25,21,.1); border-color: rgba(176,106,60,.4); }
.card__num { font-family: "Fraunces", serif; font-size: .95rem; color: var(--copper); font-weight: 600; letter-spacing: .05em; }
.card h3 { font-size: 1.45rem; margin: .35rem 0 .5rem; 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: 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 */
.reviews { background: var(--espresso); color: #f3ebe0; border-radius: 18px; max-width: var(--maxw); margin: 0 auto; }
.reviews .eyebrow { color: var(--copper-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,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 1.9rem; position: relative; }
.review::before { content: "\201C"; font-family: "Fraunces", serif; font-size: 3.2rem; line-height: 1; color: var(--copper); opacity: .6; display: block; margin-bottom: .2rem; }
.review p { font-size: .98rem; margin-bottom: 1.1rem; color: #ece2d6; }
.review cite { font-weight: 700; font-style: normal; color: var(--copper-soft); font-size: .92rem; }

/* 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(--ink); text-decoration: none; border-bottom: 1px solid rgba(176,106,60,.4); }
.contact__line a:hover { color: var(--copper); }
.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(33,25,21,.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(176,106,60,.1); margin: 0 -.8rem; padding: .62rem .8rem; border-radius: 8px; border-bottom-color: transparent; }
.hours li.today span { color: var(--copper); font-weight: 700; }

/* FOOTER */
.footer { text-align: center; padding: 3.5rem 1.5rem; background: var(--espresso); color: #d9cfc2; }
.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: #d9cfc2; text-decoration: none; border-bottom: 1px solid rgba(176,106,60,.5); }
.footer__socials a:hover { color: var(--copper-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(--copper); color: #fff; cursor: pointer; box-shadow: 0 12px 30px rgba(176,106,60,.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(--copper-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(33,25,21,.3); overflow: hidden; }
#reflow-chat-head { background: var(--espresso); 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(33,25,21,.08); align-self: flex-start; }
.rc-user { background: var(--copper); 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(--copper); color: #fff; width: 48px; font-size: 1.4rem; cursor: pointer; transition: background .2s ease; }
#reflow-chat-form button:hover { background: var(--copper-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; }
  .contact { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 640px) {
  .nav__links a:not(.btn) { display: none; }
  .section { padding: 4rem 1.3rem; }
  .hero { min-height: 88vh; background-position: center; }
  .hero__overlay { background: linear-gradient(180deg, rgba(20,14,11,.55) 0%, rgba(20,14,11,.45) 40%, rgba(20,14,11,.72) 100%); }
  .hero__inner { text-align: center; }
  .hero__title { margin-left: auto; margin-right: auto; }
  .hero__tagline { margin-left: auto; margin-right: auto; }
  .hero__cta { justify-content: center; }
  .hero__rating { justify-content: center; }
  .cards { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item img { aspect-ratio: 4/5; }
}

/* 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 TOEVOEGINGEN ===== */
.nav__links a.active { color: var(--copper); }
.btn--full { width: 100%; justify-content: center; margin-top: .4rem; }
.btn--outline { background: transparent; color: var(--copper); border: 1.5px solid var(--copper); box-shadow: none; }
.btn--outline:hover { background: rgba(176,106,60,.08); transform: translateY(-2px); }

.diensten__note { margin: 2.6rem auto 0; max-width: 62ch; color: var(--muted); }
.diensten__note a { color: var(--copper); 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, #2b2019, #3c2d23); 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: #d9ccbe; 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: #e7ddd0; text-decoration: none; font-weight: 600; font-size: .92rem; }
.footer__nav a:hover { color: var(--copper-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(20,14,11,.82) 0%, rgba(20,14,11,.5) 70%, rgba(20,14,11,.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(--copper-soft); }
.pagehead__sub { max-width: 50ch; color: #f0e7dc; font-size: 1.08rem; text-shadow: 0 1px 12px rgba(0,0,0,.45); }

/* FORMS */
.form-wrap { background: #fff; border: 1px solid rgba(33,25,21,.08); border-radius: 14px; padding: 2.1rem; box-shadow: 0 18px 46px rgba(33,25,21,.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: #fffaf3; border: 1.5px solid rgba(33,25,21,.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(--copper); box-shadow: 0 0 0 3px rgba(176,106,60,.18);
}
.field input::placeholder, .field textarea::placeholder { color: #ab9d8f; }
.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(--copper); 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(176,106,60,.14); margin-bottom: 1.1rem; }
.form-success__icon svg { width: 32px; height: 32px; fill: var(--copper); }
.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(33,25,21,.08); border-radius: 14px; padding: 1.7rem; box-shadow: 0 12px 32px rgba(33,25,21,.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(--espresso); color: #ddd0c2; }
.aside-card--dark h3 { color: #fff; }
.aside-card--dark p { color: #cdbfb0; 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(--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; }
}
