@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/inter.woff2) format("woff2");
}

:root {
  --zwart: #000;
  --tegel: #1c1c1e;
  --tegel-2: #2c2c2e;
  --zilver: #f5f5f7;
  --wit: #fff;
  --inkt: #1d1d1f;
  --grijs: #86868b;
  --grijs-l: #a1a1a6;
  --grijs-d: #6e6e73;
  --goud: #c9a45e;
  --goud-l: #dcbd82;
  --goud-d: #86652c;
  --r: 28px;
  --wrap: 1040px;
  --rand: 22px;
  --nav: 52px;
  --font: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--zwart);
  color: var(--zilver);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.011em;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 600; text-wrap: balance; }
p { margin: 0; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding-inline: var(--rand);
}

.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--wit);
  color: var(--inkt);
  text-decoration: none;
}
.skip:focus { top: 12px; }

:focus-visible {
  outline: 2px solid var(--goud);
  outline-offset: 3px;
}

/* ---------- knoppen en links ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 980px;
  background: var(--goud);
  color: var(--zwart);
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .2s, color .2s, transform .2s;
}
.btn:hover { background: var(--goud-l); }
.btn:active { transform: scale(.98); }
.btn svg { width: 18px; height: 18px; flex: none; }

.btn-s {
  min-height: 30px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 500;
}

.btn-grijs { background: var(--tegel-2); color: var(--zilver); }
.btn-grijs:hover { background: #3a3a3c; }

.link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 44px;
  color: var(--goud);
  font-size: 17px;
  text-decoration: none;
}
.link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-top: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  transform: rotate(45deg);
}
.link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- navigatie ---------- */

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: var(--nav);
  background: rgba(0, 0, 0, .78);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: background-color .35s, border-color .35s;
}
.nav .merk span, .nav nav a { transition: color .35s; }
/* lichte variant boven lichte vlakken */
.nav.op-licht {
  background: rgba(250, 250, 252, .8);
  border-bottom-color: rgba(0, 0, 0, .08);
}
.nav.op-licht .merk span { color: var(--inkt); }
.nav.op-licht nav a { color: rgba(29, 29, 31, .8); }
.nav.op-licht nav a:hover { color: var(--inkt); }
.nav.op-licht :focus-visible { outline-color: var(--inkt); }
.nav-in {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 100%;
}
.merk {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--zilver);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
}
.merk img { width: auto; height: 24px; }
.nav nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
}
.nav nav a {
  color: rgba(245, 245, 247, .8);
  font-size: 13px;
  text-decoration: none;
}
.nav nav a:hover { color: var(--wit); }

/* ---------- hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav) + 56px) 0 72px;
  text-align: center;
}
.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1100px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(201, 164, 94, .2), rgba(201, 164, 94, .05) 55%, transparent);
  pointer-events: none;
}
.hero .wrap { position: relative; }

.hero-logo {
  position: relative;
  width: clamp(180px, 23vw, 250px);
  margin: 0 auto 30px;
}
.hero-logo img { width: 100%; }
.glans {
  position: absolute;
  inset: 0;
  -webkit-mask: url(img/logo.webp) center / contain no-repeat;
  mask: url(img/logo.webp) center / contain no-repeat;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, .85) 50%, transparent 62%) no-repeat;
  background-size: 300% 100%;
  background-position: 100% 0;
  mix-blend-mode: overlay;
  animation: glans 2.4s .6s cubic-bezier(.3, .1, .3, 1) forwards;
}
@keyframes glans { to { background-position: 0 0; } }

.eyebrow {
  color: var(--goud);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 600;
  letter-spacing: .004em;
  margin-bottom: 10px;
}
.hero h1 {
  font-size: clamp(46px, 8.4vw, 96px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.022em;
}
.hero .lead {
  max-width: 30ch;
  margin: 18px auto 0;
  color: var(--grijs-l);
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.012em;
}
.acties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 28px;
  margin-top: 36px;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--grijs-l);
  font-size: 15px;
}
.status[hidden] { display: none; }
.status .stip {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--grijs);
}
.status.open { color: var(--zilver); }
.status.open .stip {
  background: #30d158;
  box-shadow: 0 0 0 4px rgba(48, 209, 88, .18);
}
.hero .status { margin-top: 28px; }

/* ---------- secties algemeen ---------- */

.sectie { padding: 120px 0; }
.sectie h2 {
  font-size: clamp(36px, 5.6vw, 64px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.kop { text-align: center; }
.kop .lead {
  max-width: 34ch;
  text-wrap: balance;
  margin: 16px auto 0;
  color: var(--grijs-l);
  font-size: clamp(19px, 2vw, 21px);
  line-height: 1.38;
  font-weight: 500;
}

/* ---------- werk ---------- */

.werk { padding: 64px 0 104px; }
.werk .kop { text-align: left; }

.rail {
  --in: max(var(--rand), calc((100% - var(--wrap)) / 2 + var(--rand)));
  display: flex;
  gap: 20px;
  margin-top: 44px;
  padding: 0 var(--in) 4px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--in);
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.rail::-webkit-scrollbar { display: none; }
.rail:focus-visible { outline-offset: -2px; }

.foto {
  position: relative;
  flex: 0 0 auto;
  width: clamp(250px, 70vw, 340px);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border-radius: var(--r);
  background: var(--tegel);
  scroll-snap-align: start;
}
.foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}
.foto:hover img { transform: scale(1.035); }

.rail-knoppen {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 24px;
}
.rond {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--tegel-2);
  color: var(--zilver);
  cursor: pointer;
  transition: background-color .2s, opacity .2s;
}
.rond:hover { background: #3a3a3c; }
.rond:disabled { opacity: .35; cursor: default; }
.rond svg { width: 16px; height: 16px; }

/* ---------- prijzen (licht) ---------- */

.licht {
  background: var(--zilver);
  color: var(--inkt);
  color-scheme: light;
}
.licht .eyebrow { color: var(--goud-d); }
.licht .kop .lead { color: var(--grijs-d); }
.licht :focus-visible { outline-color: var(--inkt); }

.behandelingen {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 880px;
  margin: 56px auto 0;
}
.behandeling {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 32px 40px;
  border-radius: var(--r);
  background: var(--wit);
  text-align: center;
}
.behandeling h3 {
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: -0.02em;
}
.omschrijving {
  margin-top: 8px;
  color: var(--grijs-d);
}
.prijs {
  margin-top: 36px;
  font-size: 64px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.035em;
  font-variant-numeric: tabular-nums;
}
.duur {
  margin: 12px 0 32px;
  color: var(--grijs-d);
  font-size: 15px;
}
.behandeling .btn { margin-top: auto; }

.voordelen {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 880px;
  margin: 64px auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.voordelen li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--inkt);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  text-wrap: balance;
}
.voordelen svg {
  width: 30px;
  height: 30px;
  color: var(--goud-d);
}

.anders {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 24px;
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid #d2d2d7;
  color: var(--grijs-d);
  text-align: center;
}
.anders p { width: 100%; }
.licht .link { color: var(--goud-d); }

/* ---------- contact (bento) ---------- */

.bento {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  grid-template-rows: 1fr auto;
  gap: 20px;
  margin-top: 56px;
}
.tegel {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: var(--r);
  background: var(--tegel);
}
.tegel h3 {
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.02em;
}
.tijden { grid-row: span 2; }
.tijden .status { margin-top: 10px; }

.uren {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
.uren th,
.uren td {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-weight: 400;
  text-align: left;
}
.uren th { color: var(--grijs-l); }
.uren td { text-align: right; white-space: nowrap; }
.uren tr.vandaag th,
.uren tr.vandaag td { color: var(--goud); font-weight: 600; }

.kaart {
  min-height: 280px;
  padding: 0;
  isolation: isolate;
}
.kaart > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border: 2px solid var(--goud);
  border-radius: 50%;
  background: var(--zwart) url(img/merk.webp) center / 26px auto no-repeat;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .6);
}
.pin::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid var(--goud);
  animation: puls 2.4s ease-out infinite;
}
@keyframes puls {
  from { transform: scale(1); opacity: .7; }
  to { transform: scale(2.2); opacity: 0; }
}
.kaart-balk {
  position: absolute;
  inset: auto 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 14px 14px 20px;
  border-radius: 18px;
  background: rgba(28, 28, 30, .72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.kaart-balk strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
}
.kaart-balk span {
  display: block;
  color: var(--grijs-l);
  font-size: 14px;
}
.osm {
  position: absolute;
  top: 10px;
  right: 14px;
  color: rgba(245, 245, 247, .5);
  font-size: 11px;
  text-decoration: none;
}
.osm:hover { color: var(--zilver); }

.contact .groot {
  display: inline-block;
  margin-top: 14px;
  font-size: clamp(28px, 3.2vw, 34px);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.contact .groot:hover { color: var(--goud); }
.contact p {
  margin-top: 6px;
  color: var(--grijs-l);
}
.contact .knoppen {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

/* ---------- voet ---------- */

.voet {
  padding: 40px 0 48px;
  border-top: 1px solid #1d1d1f;
  color: var(--grijs);
  font-size: 13px;
  line-height: 1.6;
}
.voet a { color: var(--zilver); text-decoration: none; }
.voet a:hover { color: var(--zilver); text-decoration: underline; }
.voet-boven {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #1d1d1f;
}
.voet-boven .merk { font-size: 17px; }
.voet-boven .merk img { height: 20px; }
.voet-boven .adres { white-space: nowrap; }
.voet-onder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 32px;
  padding-top: 20px;
}

/* ---------- reviews (wit vlak) ---------- */

.wit {
  background: var(--wit);
  color: var(--inkt);
  color-scheme: light;
}
.wit .eyebrow { color: var(--goud-d); }
.wit .kop .lead { color: var(--grijs-d); }
.wit :focus-visible { outline-color: var(--inkt); }
.wit .link { color: var(--goud-d); }

/* vijf sterren in een element, --p is hoeveel ervan goud is */
.sterren {
  --p: 100%;
  display: inline-block;
  flex: none;
  width: 5.75em;
  height: 1.1em;
  background: linear-gradient(90deg, var(--goud) var(--p), #d2d2d7 var(--p));
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1.5 0 27 24'%3E%3Cpath d='M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") 0 0 / 1.15em 1.1em repeat-x;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1.5 0 27 24'%3E%3Cpath d='M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E") 0 0 / 1.15em 1.1em repeat-x;
}

.score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 17px;
  color: var(--grijs-d);
}
.score[hidden] { display: none; }
.score .sterren { font-size: 22px; }
.score strong {
  color: var(--inkt);
  font-size: 21px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.review-lijst {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
  justify-content: center;
  align-items: start;
  gap: 20px;
  margin-top: 56px;
}
.review-lijst:empty { display: none; }
.review {
  overflow: hidden;
  border-radius: var(--r);
  background: var(--zilver);
}
.review-foto {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #e8e8ed;
  cursor: zoom-in;
}
.review-foto img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.review-body { padding: 24px 26px 26px; }
.review .sterren { font-size: 16px; }
.review-tekst {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.47;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.review-naam {
  margin-top: 16px;
  color: var(--grijs-d);
  font-size: 15px;
}
.review-naam strong { color: var(--inkt); font-weight: 600; }

.review-acties {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 28px;
  margin-top: 48px;
}
.review-acties .link { border: 0; background: none; font: inherit; font-size: 17px; cursor: pointer; }
.review-acties .link[hidden] { display: none; }
.review-uitleg {
  margin-top: 20px;
  color: var(--grijs-d);
  font-size: 13px;
  text-align: center;
}

/* ---------- vensters (review schrijven, foto groot) ---------- */

html.venster-open { overflow: hidden; }

.venster {
  width: min(520px, calc(100% - 32px));
  max-height: calc(100dvh - 48px);
  padding: 0;
  border: 0;
  border-radius: var(--r);
  background: var(--wit);
  color: var(--inkt);
  color-scheme: light;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
  overflow: auto;
  overscroll-behavior: contain;
}
.venster::backdrop,
.lichtbak::backdrop {
  background: rgba(0, 0, 0, .55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.venster[open] { animation: omhoog .35s cubic-bezier(.2, .8, .2, 1); }
@keyframes omhoog { from { opacity: 0; transform: translateY(24px) scale(.98); } }
.venster :focus-visible { outline-color: var(--inkt); }

.venster-in { padding: 28px 28px 30px; }
.venster-kop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.venster h2 {
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: -0.02em;
}
.sluit {
  display: grid;
  place-items: center;
  flex: none;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e8e8ed;
  color: var(--inkt);
  cursor: pointer;
}
.sluit:hover { background: #dcdce1; }
.sluit svg { width: 14px; height: 14px; }

.review-form { display: grid; gap: 22px; margin-top: 22px; }
.review-form fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.review-form legend,
.veld > span,
.veld-titel {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

/* sterren kiezen: labels staan omgekeerd in de html, zo kleurt alles tot de gekozen ster */
.kies-sterren {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 6px;
}
.kies-sterren input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.kies-sterren label {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #d2d2d7;
  cursor: pointer;
  transition: color .15s, transform .15s;
}
.kies-sterren label svg { width: 34px; height: 34px; }
.kies-sterren label:hover,
.kies-sterren label:hover ~ label,
.kies-sterren input:checked ~ label { color: var(--goud); }
.kies-sterren:has(label:hover) input:checked ~ label:not(:hover):not(:hover ~ label) { color: #d2d2d7; }
.kies-sterren label:active { transform: scale(.92); }
.kies-sterren input:focus-visible + label { outline: 2px solid var(--inkt); outline-offset: 1px; }

.veld { display: block; }
.optioneel { color: var(--grijs-d); font-weight: 400; }
.veld input,
.veld textarea {
  display: block;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #d2d2d7;
  border-radius: 14px;
  background: var(--wit);
  color: var(--inkt);
  font: inherit;
  font-size: 17px;
  line-height: 1.4;
  transition: border-color .2s, box-shadow .2s;
}
.veld textarea { min-height: 128px; resize: vertical; }
.veld input:focus,
.veld textarea:focus {
  outline: none;
  border-color: var(--goud-d);
  box-shadow: 0 0 0 4px rgba(201, 164, 94, .25);
}
.veld input::placeholder,
.veld textarea::placeholder { color: #a1a1a6; }

.foto-kies { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.foto-kies .btn { cursor: pointer; }
.btn-licht { background: #e8e8ed; color: var(--inkt); }
.btn-licht:hover { background: #dcdce1; }
#review-foto:focus-visible + label { outline: 2px solid var(--inkt); outline-offset: 3px; }
.foto-voorbeeld { position: relative; }
.foto-voorbeeld[hidden] { display: none; }
.foto-voorbeeld img {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  object-fit: cover;
}
.foto-voorbeeld button {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 2px solid var(--wit);
  border-radius: 50%;
  background: var(--inkt);
  color: var(--wit);
  cursor: pointer;
}
.foto-voorbeeld button svg { width: 10px; height: 10px; }

.honing { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.melding {
  padding: 12px 16px;
  border-radius: 14px;
  background: #fdecea;
  color: #b3261e;
  font-size: 15px;
}
.melding[hidden] { display: none; }
.review-form .btn { width: 100%; min-height: 50px; }
.review-form .foto-kies .btn { width: auto; min-height: 44px; }
.review-form .btn:disabled { opacity: .6; cursor: default; }
.review-form .klein {
  margin-top: -8px;
  color: var(--grijs-d);
  font-size: 13px;
  text-align: center;
}

.bedankt { padding: 12px 0 4px; text-align: center; }
.bedankt[hidden] { display: none; }
.bedankt .sterren { font-size: 26px; margin: 8px auto 18px; }
.bedankt p { margin: 10px auto 26px; max-width: 32ch; color: var(--grijs-d); }

.lichtbak {
  max-width: min(92vw, 900px);
  max-height: 92dvh;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  overflow: visible;
}
.lichtbak img {
  display: block;
  max-width: min(92vw, 900px);
  max-height: 92dvh;
  border-radius: 20px;
  object-fit: contain;
}
.lichtbak .sluit {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(28, 28, 30, .6);
  color: var(--wit);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

@media (max-width: 734px) {
  .review-lijst { margin-top: 40px; }
  .review-body { padding: 20px 22px 22px; }
  .venster {
    width: 100%;
    max-width: none;
    max-height: 92dvh;
    margin: auto 0 0;
    border-radius: 24px 24px 0 0;
  }
  .venster[open] { animation-name: sheet; }
  @keyframes sheet { from { transform: translateY(100%); } }
  .venster-in { padding: 24px 22px calc(26px + env(safe-area-inset-bottom)); }
}

/* ---------- reviews beheren (/beheer) ---------- */

.beheer {
  min-height: 100vh;
  background: var(--zilver);
  color: var(--inkt);
  color-scheme: light;
}
.beheer :focus-visible { outline-color: var(--inkt); }
.beheer-kop {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 250, 252, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.beheer-kop .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav);
}
.beheer-kop .merk { color: var(--inkt); }
.beheer-kop .link { border: 0; background: none; color: var(--goud-d); font: inherit; font-size: 15px; cursor: pointer; }
.beheer-kop .link[hidden] { display: none; }
.beheer-in { max-width: 720px; padding-top: 40px; padding-bottom: 80px; }
.beheer h1 { font-size: 40px; font-weight: 700; letter-spacing: -0.02em; }
.inlog { display: grid; gap: 18px; max-width: 380px; margin-top: 28px; }
.inlog[hidden] { display: none; }
.tabs {
  display: inline-flex;
  gap: 4px;
  margin-top: 24px;
  padding: 4px;
  border-radius: 980px;
  background: #e8e8ed;
}
.tabs button {
  padding: 8px 18px;
  border: 0;
  border-radius: 980px;
  background: none;
  color: var(--inkt);
  font: inherit;
  font-size: 15px;
  cursor: pointer;
}
.tabs button[aria-pressed="true"] {
  background: var(--wit);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
  font-weight: 600;
}
.beheer-leeg { margin-top: 28px; color: var(--grijs-d); }
.beheer-leeg[hidden] { display: none; }
.beheer-lijst { display: grid; gap: 16px; margin-top: 24px; }
.beheer .review { display: block; margin: 0; background: var(--wit); }
.beheer-foto { width: 100%; max-height: 460px; object-fit: cover; background: #e8e8ed; }
.beheer-knoppen { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

/* ---------- binnenkomen bij scrollen ---------- */

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.2, .7, .2, 1), transform .9s cubic-bezier(.2, .7, .2, 1);
}
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: .08s; }
.js .reveal.d2 { transition-delay: .16s; }

/* ---------- tekstpagina (privacy) ---------- */

.pagina {
  padding: calc(var(--nav) + 72px) 0 96px;
  background: var(--wit);
  color: var(--inkt);
  color-scheme: light;
}
.pagina .wrap { max-width: 720px; }
.pagina h1 {
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.028em;
}
.pagina .datum { margin-top: 12px; color: var(--grijs-d); font-size: 15px; }
.pagina h2 {
  margin-top: 44px;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.02em;
}
.pagina p { margin-top: 12px; color: #424245; }
.pagina a { color: var(--goud-d); }
.pagina :focus-visible { outline-color: var(--inkt); }

/* ---------- 404 ---------- */

.leeg {
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: 96px var(--rand);
  text-align: center;
}
.leeg img { width: 72px; margin: 0 auto 28px; }
.leeg h1 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.028em;
}
.leeg p { margin: 14px 0 32px; color: var(--grijs-l); font-size: 19px; }

/* ---------- mobiel ---------- */

@media (max-width: 834px) {
  .bento { grid-template-columns: minmax(0, 1fr); }
  .tijden { grid-row: auto; }
  .kaart { min-height: 340px; }
}

@media (max-width: 734px) {
  :root { --r: 24px; }
  .nav nav { display: none; }
  .nav .btn-s { margin-left: auto; }
  .hero { padding: calc(var(--nav) + 40px) 0 56px; }
  .sectie { padding: 88px 0; }
  .werk { padding: 48px 0 80px; }
  .behandelingen { grid-template-columns: minmax(0, 1fr); max-width: 440px; margin-top: 44px; }
  .behandeling { padding: 40px 24px 32px; }
  .prijs { margin-top: 28px; font-size: 56px; }
  .voordelen { grid-template-columns: minmax(0, 1fr); gap: 18px; width: fit-content; margin: 48px auto 0; }
  .voordelen li { flex-direction: row; gap: 14px; text-align: left; }
  .voordelen svg { flex: none; width: 26px; height: 26px; }
  .rail { gap: 14px; margin-top: 36px; }
  .rail-knoppen { display: none; }
  .tegel { padding: 28px 24px; }
  .kaart { padding: 0; }
  .voet-boven, .voet-onder { flex-direction: column; align-items: flex-start; }
  .voet-boven .adres { display: block; }
  .voet-boven .scheid { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .glans, .pin::after { display: none; }
  .venster[open] { animation: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .foto img, .btn { transition: none; }
}
