*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:#ede4d5}
body{font-family:'Inter',system-ui,sans-serif;color:#2d2823;background:#fbf7f2;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block;height:auto}
a{color:#a8895f;text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{font-family:'Cormorant Garamond',serif;font-weight:500;line-height:1.15;letter-spacing:-.01em}
em{font-style:italic;color:#a8895f}
.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}

/* KECIAI strip */
.kc-strip{background:#e8d8b8;color:#2d2823;padding:.55rem 1rem;text-align:center;font-size:.82rem;display:flex;justify-content:center;align-items:center;gap:.6rem;flex-wrap:wrap}
.kc-strip strong{color:#a8895f}
.kc-strip a{color:#a8895f;margin-left:.5rem;font-weight:500}
.kc-strip-dot{width:8px;height:8px;border-radius:50%;background:#cd8;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}

/* Header */
.hdr{background:rgba(251,247,242,.92);backdrop-filter:blur(8px);position:sticky;top:0;z-index:50;border-bottom:1px solid #eadfd0}
.hdr-inner{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;max-width:1100px;margin:0 auto}
.logo{display:flex;align-items:center;gap:.6rem}
.logo-mark{font-family:'Cormorant Garamond',serif;font-size:1.7rem;font-weight:600;color:#a8895f;letter-spacing:.05em;font-style:italic}
.logo-mark-img{height:42px;width:auto;display:block}
.logo-name{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:#2d2823;letter-spacing:.08em;text-transform:uppercase}
.nav{display:flex;gap:1.8rem;align-items:center}
.nav a{color:#5b524a;font-size:.9rem;letter-spacing:.04em}
.nav a:hover{color:#a8895f;text-decoration:none}
.nav a.active{color:#a8895f}
@media(max-width:640px){.nav{gap:1rem}}

/* Hero */
.hero{padding:5rem 0 4rem;position:relative;overflow:hidden;background:linear-gradient(180deg,#fbf7f2 0%,#f3e9d9 100%)}
.hero-inner{max-width:780px;margin:0 auto;padding:0 1.5rem;text-align:center}
.hero-tag{font-size:.78rem;letter-spacing:.25em;text-transform:uppercase;color:#a8895f;margin-bottom:1.5rem}
.hero h1{font-size:clamp(2.4rem,6vw,4.2rem);margin-bottom:1.3rem;color:#2d2823}
.hero-sub{font-size:1.05rem;color:#2d2823;max-width:560px;margin:0 auto 2rem}
.hero-cta{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}

.btn{display:inline-block;padding:.85rem 1.6rem;font-size:.92rem;font-weight:500;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:all .2s;letter-spacing:.03em;font-family:inherit}
.btn-primary{background:#2d2823;color:#fbf7f2}
.btn-primary:hover{background:#a8895f;text-decoration:none}
.btn-ghost{background:transparent;color:#2d2823;border-color:#2d2823}
.btn-ghost:hover{background:#2d2823;color:#fbf7f2;text-decoration:none}

/* Sections */
.section{padding:5rem 0}
.section-tint{background:#f3e9d9}
.section-head{text-align:center;max-width:600px;margin:0 auto 3rem}
.section-label{font-size:.78rem;letter-spacing:.25em;text-transform:uppercase;color:#a8895f;margin-bottom:.8rem}
.section-title{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.8rem}
.section-sub{color:#2d2823}

/* Treatment grid */
.grid{display:grid;gap:1.5rem}
.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.grid-2{grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
@media(max-width:780px){.grid-2{grid-template-columns:1fr}}

.tc{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px rgba(45,40,35,.06);transition:transform .25s,box-shadow .25s}
.tc:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(45,40,35,.25)}
.tc-img{aspect-ratio:4/5;overflow:hidden;background:#eadfd0}
.tc-img img{width:100%;height:100%;object-fit:cover}
.tc-body{padding:1.3rem}
.tc-body h3{font-size:1.4rem;margin-bottom:.6rem;color:#2d2823}
.tc-body ul{list-style:none;color:#2d2823;font-size:.92rem}
.tc-body li{padding:.2rem 0}

.section-foot{text-align:center;margin-top:2.5rem;color:#5b524a;font-style:italic}

/* Over */
.over-img-frame{aspect-ratio:4/5;border-radius:14px;overflow:hidden;background:#eadfd0;max-width:380px;margin:0 auto;box-shadow:0 15px 40px rgba(45,40,35,.12)}
.over-img-frame img{width:100%;height:100%;object-fit:cover}
.over-img-frame--portrait{aspect-ratio:5/6;max-width:440px;align-self:start}
.over-img-frame--portrait img{object-position:center 20%}
.over-text .section-title{margin-top:.5rem}
.over-text p{margin-bottom:1rem;color:#2d2823}
.over-signoff{font-family:'Cormorant Garamond',serif;font-size:1.25rem;color:#2d2823;margin:1.5rem 0 0;line-height:1.5}
.over-signoff em{color:#a8895f;font-size:1.4rem}
.over-list{list-style:none;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(168,137,95,.25)}
.over-list li{padding:.55rem 0;color:#2d2823;font-size:.95rem;line-height:1.55}
.over-list li strong{display:block;color:#a8895f;font-weight:500;font-family:'Cormorant Garamond',serif;font-size:1.15rem;margin-bottom:.1rem}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;max-width:900px;margin:0 auto}
@media(max-width:780px){.contact-grid{grid-template-columns:1fr;gap:2rem}}
.contact-form{display:grid;gap:1rem;align-content:start}
.contact-form label{display:block;font-size:.85rem;color:#5b524a;font-weight:500}
.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;margin-top:.4rem;padding:.7rem .9rem;background:#fff;border:1px solid #eadfd0;border-radius:8px;font-family:inherit;font-size:.95rem;color:#2d2823}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#a8895f}
.contact-form button{justify-self:start;margin-top:.5rem}
.contact-thanks{padding:.8rem 1rem;background:#e8d8b8;border-radius:8px;color:#5b3b1e;font-size:.9rem}
.contact-block{margin-bottom:1.5rem}
.contact-block-label{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:#a8895f;margin-bottom:.4rem}
.contact-social{display:flex;gap:1rem}
.contact-social a{color:#2d2823}
.contact-card{margin-top:1.8rem;background:#fff;border-radius:12px;padding:.9rem;box-shadow:0 6px 24px rgba(45,40,35,.08);text-align:center}
.contact-card img{border-radius:8px;width:100%;height:auto}
.contact-card-cap{margin-top:.6rem;font-size:.78rem;color:#5b524a;letter-spacing:.05em;font-style:italic}

/* KECIAI pitch */
.kc-pitch{padding:5rem 0;background:linear-gradient(180deg,#fbf7f2 0%,#ede4d5 100%)}
.kc-pitch-card{background:#fff;border-radius:18px;padding:2.5rem;display:grid;grid-template-columns:1.4fr 1fr;gap:2.5rem;box-shadow:0 25px 60px rgba(45,40,35,.18);max-width:900px;margin:0 auto}
@media(max-width:780px){.kc-pitch-card{grid-template-columns:1fr;padding:2rem}}
.kc-pitch-eyebrow{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:#a8895f;margin-bottom:.7rem}
.kc-pitch-title{font-size:1.7rem;margin-bottom:.8rem;color:#2d2823}
.kc-pitch-text{color:#5b524a;margin-bottom:1.5rem}
.kc-pitch-actions{display:flex;gap:.7rem;flex-wrap:wrap}
.kc-pitch-feats{list-style:none;background:#fbf7f2;border-radius:12px;padding:1.3rem;font-size:.92rem;color:#2d2823;align-self:start}
.kc-pitch-feats li{padding:.35rem 0}

/* Treatment cards clickable */
.tc{display:flex;flex-direction:column}
.tc-body ul a{color:#5b524a;text-decoration:none;display:inline-block;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}
.tc-body ul a:hover{color:#a8895f;border-color:#a8895f}
.tc-body li{padding:.25rem 0}

/* Treatment detail page */
.td-hero{padding:3rem 0 3.5rem;background:linear-gradient(180deg,#fbf7f2 0%,#f3e9d9 100%)}
.td-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}
@media(max-width:640px){.td-hero-inner{grid-template-columns:1fr;gap:2rem}}
.td-hero h1{font-size:clamp(2.2rem,5vw,3.4rem);color:#2d2823;margin:.4rem 0 1rem}
.td-back{display:inline-block;font-size:.82rem;letter-spacing:.05em;color:#a8895f;margin-bottom:1.2rem}
.td-intro{color:#2d2823;font-size:1.05rem;margin-bottom:1.8rem;max-width:520px}
.td-hero-img{aspect-ratio:4/5;border-radius:14px;overflow:hidden;background:#eadfd0;max-width:380px;margin:0 auto;box-shadow:0 15px 40px rgba(45,40,35,.12)}
.td-hero-img img{width:100%;height:100%;object-fit:cover}
.td-body{max-width:760px;margin:0 auto}
.td-body h3{font-size:1.5rem;color:#2d2823;margin:1.8rem 0 .6rem}
.td-body p{color:#2d2823;margin-bottom:1rem}
.td-list{list-style:none;margin:0 0 1.2rem}
.td-list li{position:relative;padding:.35rem 0 .35rem 1.6rem;color:#2d2823}
.td-list li:before{content:"\2713";position:absolute;left:0;color:#a8895f}
.td-duur{color:#2d2823;font-size:1rem;font-weight:400;margin:0 0 1.4rem;padding-bottom:1rem;border-bottom:1px solid #eadfd0}
.td-group{margin:0 0 1.4rem}
.td-group h3{font-size:1.2rem;color:#a8895f;font-family:'Cormorant Garamond',serif;font-weight:600;margin:0 0 .5rem}
.td-prijs{margin:1.8rem 0 .4rem}
.td-prijs h3{font-size:1.15rem;color:#2d2823;margin:0 0 .3rem}
.td-prijs .td-prijs-amount{color:#a8895f;font-size:1.65rem;font-family:'Cormorant Garamond',serif;font-weight:500}
.td-cta{margin-top:3rem;padding:2.2rem;background:#f3e9d9;border-radius:14px;text-align:center}
.td-cta h3{font-size:1.6rem;color:#2d2823;margin-bottom:.6rem}
.td-cta p{color:#5b524a;margin-bottom:1.4rem;max-width:480px;margin-left:auto;margin-right:auto}

/* Booking */
.book-wrap{max-width:920px;margin:0 auto}
.book-steps{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
@media(max-width:780px){.book-steps{grid-template-columns:1fr;gap:1.5rem}}
.book-card{background:#fff;border-radius:14px;padding:1.6rem;box-shadow:0 6px 24px rgba(45,40,35,.07)}
.book-card h3{font-size:1.35rem;color:#2d2823;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}
.book-step-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#a8895f;color:#fff;font-family:'Inter',sans-serif;font-size:.85rem;font-weight:600;flex-shrink:0}
.book-treat{display:flex;flex-direction:column;gap:.5rem;max-height:340px;overflow-y:auto;padding-right:.3rem}
.book-treat button{text-align:left;background:#fbf7f2;border:1px solid #eadfd0;border-radius:9px;padding:.7rem .9rem;cursor:pointer;font-family:inherit;font-size:.95rem;color:#2d2823;transition:all .15s;display:flex;justify-content:space-between;align-items:center;gap:.5rem}
.book-treat button:hover{border-color:#a8895f}
.book-treat button.sel{background:#a8895f;color:#fff;border-color:#a8895f}
.book-treat button.sel .book-dur{color:#f4ead8}
.book-dur{font-size:.8rem;color:#a8895f;white-space:nowrap}
.book-cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.9rem}
.book-cal-head button{background:#fbf7f2;border:1px solid #eadfd0;border-radius:8px;width:34px;height:34px;cursor:pointer;color:#2d2823;font-size:1.1rem;line-height:1}
.book-cal-head button:hover{border-color:#a8895f;color:#a8895f}
.book-cal-month{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:#2d2823}
.book-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.3rem}
.book-grid .dow{text-align:center;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:#a8895f;padding:.3rem 0}
.book-grid button{aspect-ratio:1;border:1px solid transparent;background:#fbf7f2;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.9rem;color:#2d2823;transition:all .12s}
.book-grid button:hover:not(:disabled){border-color:#a8895f}
.book-grid button.sel{background:#2d2823;color:#fff}
.book-grid button:disabled{background:transparent;color:#cbbfae;cursor:default}
.book-grid .empty{background:none}
.book-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1rem}
.book-slots button{background:#fbf7f2;border:1px solid #eadfd0;border-radius:8px;padding:.55rem;cursor:pointer;font-family:inherit;font-size:.9rem;color:#2d2823;transition:all .12s}
.book-slots button:hover:not(:disabled){border-color:#a8895f}
.book-slots button.sel{background:#a8895f;color:#fff;border-color:#a8895f}
.book-slots button:disabled{opacity:.4;text-decoration:line-through;cursor:default}
.book-hint{color:#5b524a;font-size:.85rem;margin-top:.8rem}
.book-summary{margin-top:2rem;background:#f3e9d9;border-radius:14px;padding:1.6rem;text-align:center}
.book-summary .bs-line{font-size:1.05rem;color:#2d2823;margin-bottom:1.2rem}
.book-summary .bs-line strong{font-family:'Cormorant Garamond',serif;color:#a8895f}
.book-fields{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;max-width:520px;margin:0 auto 1.2rem}
@media(max-width:560px){.book-fields{grid-template-columns:1fr}}
.book-fields input{padding:.7rem .9rem;background:#fff;border:1px solid #eadfd0;border-radius:8px;font-family:inherit;font-size:.95rem}
.book-fields input:focus{outline:none;border-color:#a8895f}
.book-done{background:#e8d8b8;border-radius:12px;padding:1.6rem;text-align:center;color:#5b3b1e}
.book-done h3{font-family:'Cormorant Garamond',serif;font-size:1.6rem;margin-bottom:.5rem;color:#2d2823}

/* Page hero (sub-pages zoals over-mij) */
.page-hero{padding:4rem 0 2.5rem;background:linear-gradient(180deg,#fbf7f2 0%,#f3e9d9 100%);text-align:center}
.page-hero h1{font-size:clamp(2.2rem,5vw,3.6rem);color:#2d2823;margin-bottom:.6rem}
.page-hero .section-label{margin-bottom:1rem}

/* Footer */
.footer{background:#ede4d5;color:#2d2823;padding:2.5rem 0;font-size:.88rem}
.footer-inner{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;max-width:1100px;margin:0 auto;padding:0 1.5rem}
.footer-logo{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:#a8895f;letter-spacing:.08em;text-transform:uppercase}
.footer-tag{opacity:.6;margin-top:.3rem}
.footer-meta{text-align:right;opacity:.7}
.footer-meta a{color:#a8895f}
.footer-meta p{justify-content:flex-end}

/* Btn outline (bruin rand, hover bruin vulling) */
.btn-outline{background:transparent;color:#a8895f;border-color:#a8895f}
.btn-outline:hover{background:#a8895f;color:#fbf7f2;text-decoration:none}

/* Hero h1 welkom-span + subtitel */
.hero h1 .welkom{color:#2d2823;font-style:normal}
.hero-sub-label{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:#a8895f;margin-bottom:1.5rem;margin-top:-.6rem}

/* Hamburger nav */
.nav-ham{display:none;flex-direction:column;justify-content:center;gap:6px;background:none;border:none;cursor:pointer;padding:.5rem;width:44px;height:44px;-webkit-tap-highlight-color:transparent}
.nav-ham span{display:block;height:2px;width:22px;background:#a8895f;border-radius:2px;transition:transform .25s,opacity .25s}
.nav-ham.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.nav-ham.active span:nth-child(2){opacity:0}
.nav-ham.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
@media(max-width:640px){
  .nav-ham{display:flex}
  .nav{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(251,247,242,.99);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);flex-direction:column;padding:1rem 1.5rem 1.5rem;border-bottom:1px solid #eadfd0;gap:.2rem;z-index:49;box-shadow:0 8px 24px rgba(45,40,35,.1)}
  .nav.open{display:flex}
  .nav a{display:block;color:#2d2823;font-size:1rem;padding:.6rem 0;border-bottom:1px solid rgba(168,137,95,.2)}
  .nav a:last-child{border-bottom:none}
  .nav a.nav-cta{margin-top:.6rem;text-align:center;background:#a8895f;color:#fbf7f2;border-radius:999px;padding:.75rem 1rem;border:none;font-weight:500}
}

/* Scroll reveal */
@keyframes slideInUp{from{transform:translate3d(0,100%,0)}to{transform:translate3d(0,0,0)}}
.reveal{visibility:hidden}
.reveal.visible{visibility:visible;animation-name:slideInUp;animation-duration:.9s;animation-fill-mode:both;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94)}

/* Openingstijden */
.openingstijden{padding:4rem 0;background:#f3e9d9}
.openingstijden .section-head{margin-bottom:2.5rem}
.ot-card{max-width:440px;margin:0 auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(45,40,35,.09)}
.ot-row{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.6rem;border-bottom:1px solid #f3e9d9}
.ot-row:last-child{border-bottom:none}
.ot-day{color:#2d2823;font-size:.95rem;font-weight:500}
.ot-time{color:#a8895f;font-size:.9rem;font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:500}
.ot-closed{color:#c5bab3;font-size:.88rem}

/* Cookie consent banner */
#cookie-bar{position:fixed;bottom:0;left:0;right:0;background:#2d2823;color:#fbf7f2;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;z-index:999;font-size:.875rem}
#cookie-bar p{margin:0;line-height:1.5}
#cookie-bar a{color:#d4b483;text-decoration:underline}
#cookie-bar-ok{background:#a8895f;color:#fbf7f2;border:none;border-radius:999px;padding:.55rem 1.3rem;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;white-space:nowrap;flex-shrink:0}
#cookie-bar-ok:hover{background:#c4a472}
