
:root{--bg:#f8f5f2;--panel:#fff;--ink:#2f2b27;--muted:#6f6a64;--gold:#c5a572;--radius:16px;--shadow:0 10px 30px rgba(0,0,0,.08);--maxw:1140px}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Inter,Segoe UI,Roboto,Arial,sans-serif;line-height:1.7}
img,video{max-width:100%;display:block;height:auto}
a{text-decoration:none;color:inherit}
.header{position:sticky;top:0;z-index:100;display:flex;gap:18px;align-items:center;justify-content:space-between;padding:10px 16px;background:rgba(255,255,255,.8);backdrop-filter:blur(8px);border-bottom:1px solid #eee}
.brand{display:flex;align-items:center;gap:12px}
.brand img{height:40px;width:auto;border-radius:8px;border:1px solid #eee}
.menu{display:flex;gap:8px;list-style:none;margin:0;padding:0;align-items:center}
.menu a{padding:8px 10px;border-radius:10px}
.menu a:hover{background:#f0ece7}
.menu a.active{background:#e9e2d7}
.menu .cta{background:var(--gold);color:#fff;padding:10px 14px;border-radius:12px;font-weight:600}
.lang-switch{display:flex;gap:8px;align-items:center}
.lang-switch select{padding:6px 8px;border:1px solid #ddd;border-radius:8px;background:#fff}
.hero-banner{width:100%;max-height:640px;overflow:hidden}
.hero-banner video{width:100%;height:auto;object-fit:cover}
.section{max-width:var(--maxw);margin:56px auto;padding:0 16px}
.section h2{font-family:Georgia,serif;font-size:clamp(22px,2.4vw,34px);margin:0 0 18px}
.muted{color:var(--muted)}
.about{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}
.about img{border-radius:22px;border:1px solid #eee;box-shadow:var(--shadow)}
.about .copy p{color:var(--ink);margin:0 0 16px;max-width:68ch;font-size:clamp(16px,1.3vw,20px);line-height:1.8}
@media (max-width:920px){.about{grid-template-columns:1fr}}
.btn{display:inline-block;background:var(--gold);color:#fff;padding:12px 18px;border-radius:12px;font-weight:700;box-shadow:var(--shadow)}
.actions{display:flex;gap:10px;flex-wrap:wrap}
.services{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.service-card{display:grid;grid-template-columns:1fr 1.2fr;gap:16px;background:var(--panel);padding:16px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #eee;opacity:0;transform:translateY(10px);transition:opacity .5s,transform .5s}
.service-card.in{opacity:1;transform:none}
.service-card img{border-radius:12px;border:1px solid #eee}
.service-card h3{margin:0 0 8px;font-size:22px}
.service-card .desc{color:var(--muted);margin:6px 0 10px}
.price-list{list-style:none;margin:0 8px 6px 0;padding:0}
.price-list li{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed #eee}
.price-list li:last-child{border-bottom:none}
.subhead{margin-top:10px;font-weight:700}
@media (max-width:1000px){.services{grid-template-columns:1fr}.service-card{grid-template-columns:1fr}}
.gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.gallery a{display:block;border:1px solid #eee;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);background:#fff;opacity:0;transform:translateY(10px);transition:opacity .5s,transform .5s}
.gallery a.in{opacity:1;transform:none}
.gallery img{width:100%;height:160px;object-fit:cover}
@media (max-width:1200px){.gallery{grid-template-columns:repeat(4,1fr)}}
@media (max-width:900px){.gallery{grid-template-columns:repeat(2,1fr)} .gallery img{height:180px}}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.85);display:none;align-items:center;justify-content:center;z-index:9999}
.lightbox.open{display:flex}
.lightbox img{max-width:88vw;max-height:88vh;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.6)}
.lb-nav{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;pointer-events:none}
.lb-btn{background:rgba(255,255,255,.2);border:none;color:#fff;font-size:28px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;cursor:pointer;pointer-events:auto}
.lb-btn:hover{background:rgba(255,255,255,.3)}
.lb-close{position:absolute;top:12px;right:12px;width:56px;height:56px;font-size:28px;line-height:1;border-radius:50%;}
.reviews-wrap{position:relative}
.reviews-track{display:flex;gap:16px;scroll-behavior:smooth;overflow:hidden}
.review{flex:0 0 calc(33.333% - 10.6px);background:var(--panel);border:1px solid #eee;border-radius:16px;box-shadow:var(--shadow);padding:16px}
.stars{color:#e0a72b;font-size:18px;letter-spacing:2px}
.rev-nav{display:flex;gap:10px;justify-content:center;margin-top:10px}
.rev-btn{background:#e9e2d7;border:none;border-radius:10px;padding:8px 12px;cursor:pointer}
.rev-dots{display:flex;gap:6px;justify-content:center;margin-top:6px}
.rev-dot{width:8px;height:8px;border-radius:50%;background:#d4c8b6;opacity:.6}
.rev-dot.active{opacity:1;background:#b8a489}
@media (max-width:1000px){.review{flex:0 0 100%}}
.footer{background:#f3efe9;margin-top:48px;padding:28px 16px 18px;color:#8a8175}
.footer-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:16px}
.footer h4{margin:0 0 8px;color:#5f564b}
.social{display:flex;gap:12px;align-items:center}
.social a{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:999px;transition:transform .2s, box-shadow .2s}
.social a:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.12)}
.footer small{display:block;margin-top:10px}
.legal{display:flex;gap:12px;justify-content:flex-end;align-items:center}
.map-embed{overflow:hidden;border-radius:16px;border:1px solid #e6dccd;box-shadow:var(--shadow)}
.cookie{position:fixed;left:16px;right:16px;bottom:16px;background:#fff;border:1px solid #e7ded1;border-radius:14px;box-shadow:var(--shadow);padding:12px 14px;display:none;z-index:99999}
.cookie.show{display:block}
.cookie .row{display:flex;gap:12px;justify-content:space-between;align-items:center;flex-wrap:wrap}
.cookie button{background:var(--gold);color:#fff;border:none;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}

/* --- v6.3: global hover animation for ALL buttons/links --- */
:root{ --hover-shadow: 0 6px 18px rgba(0,0,0,.12); --hover-raise: -2px; }
a.btn, .btn, .menu a, .menu .cta, .rev-btn, .lb-btn, .cookie button, .legal a, .actions .btn, .brand, .reviews-track .review, .gallery a, .social a {
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}
a.btn:hover, .btn:hover, .menu a:hover, .menu .cta:hover, .rev-btn:hover, .lb-btn:hover, .cookie button:hover, .legal a:hover, .actions .btn:hover, .brand:hover, .social a:hover {
  transform: translateY(var(--hover-raise));
  box-shadow: var(--hover-shadow);
}
/* Make gallery tiles lift subtly but without too much shadow (keep elegant) */
.gallery a:hover { box-shadow: 0 10px 24px rgba(0,0,0,.10); }
/* Keyboard focus for accessibility */
a:focus, button:focus, select:focus { outline: 2px solid #c5a57233; outline-offset: 2px; border-radius: 10px; }
/* Keep existing TikTok/IG behavior consistent */


/* v6.7: Over-mij title styling */
.about .copy .intro-title{
  display:block;
  margin:0 0 10px;
  font-weight:600;
  text-align:left;
  font-size:clamp(20px, 2vw, 24px);
  line-height:1.3;
}

/* v6.13: description under treatment photo */
.service-card .under-photo{margin-top:8px}
.service-card .under-photo p{margin:0;color:var(--muted);text-align:left}
@media (max-width:1000px){
  .service-card .under-photo p{margin-top:6px}
}

/* v6.14: swapped price and description */
.service-card .under-photo .price-list{margin-top:8px}
.service-card .desc{margin-top:8px;text-align:left}

/* v6.15: h3 moved above price list under photo */
.service-card .under-photo h3 {
  margin: 0 0 5px;
  text-align: left;
}
.service-card .under-photo .price-list {
  margin-top: 0;
}

/* v6.16 — Clean Treatments Grid */
.tgrid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
}
@media (max-width:980px){
  .tgrid{ grid-template-columns:1fr; }
}
.tcard{
  background:var(--panel);
  border:1px solid #eee;
  border-radius:16px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.tcard > img{
  width:100%;
  height:640px;
  object-fit:cover;
  display:block;
}
.thead{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  padding:14px 14px 0 14px;
}
.thead h3{
  margin:0;
  font-size:20px;
}
.thead .tprice{
  color:var(--muted);
  font-weight:600;
}
.tprices, .tsub ul{
  list-style:none;
  margin:8px 14px 0 14px;
  padding:0;
  border-top:1px dashed #eee;
}
.tprices li, .tsub ul li{
  display:flex; justify-content:space-between;
  padding:8px 0;
  border-bottom:1px dashed #f1ede7;
}
.tdesc{
  margin:10px 14px 16px 14px;
  color:var(--muted);
}
.tsub{
  margin:10px 14px 0 14px;
}
.tsub strong{
  display:block; margin-bottom:6px; color:#6b5f53;
}

/* v6.17 larger images, balanced spacing */
.tprices, .tsub ul{
  margin-top: 6px;
}
.tdesc{
  margin-top: 10px;
  font-size: 0.95rem;
}
.thead h3{
  font-size: 22px;
}


/* =========================
   RESPONSIVE FIXES (mobile + laptop alignment)
   ========================= */
@media (max-width: 900px) {
  /* Header fix: prevent overflow and keep layout centered */
  .header {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .menu {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .menu li {
    margin: 4px 6px;
  }
  .menu .cta {
    white-space: nowrap;
  }
  /* Ensure brand and language switch stay aligned */
  .brand, .lang-switch {
    flex: 0 0 auto;
  }
  .lang-switch select {
    font-size: 14px;
  }
  /* Hero video scales properly */
  .hero-banner video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media (min-width: 901px) {
  /* Laptop alignment consistency */
  .header {
    justify-content: space-between;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
