/* ==========================================================================
   Schoonheidssalon Dorien-Rijen
   Palet en vorm zijn afgeleid van de salon zelf: het salie-groen van de muren
   in de behandelkamer, het warme oranje uit het logo en de boogvorm van de
   figuur in dat logo (terug te vinden als arch-frame om elke foto).
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-latin-var.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/assets/fonts/figtree-latin-var.woff2") format("woff2-variations");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  /* kleur */
  --porselein: #fdfaf6;
  --linnen: #f5eee5;
  --blush: #f8e6d9;
  --salie-wash: #e9ede3;
  --salie: #9dad93;
  --salie-diep: #4a5a43;
  --oranje: #b04d1b;
  --oranje-licht: #d9752f;
  --oranje-wash: #faece0;
  --inkt: #2a2422;
  --inkt-zacht: #6a5f58;
  --lijn: #e4dad0;
  --wit: #ffffff;

  /* type */
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* ruimte */
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --stack: clamp(3.5rem, 8vw, 6.5rem);
  --radius: 14px;
  --arch: 48% 48% 14px 14px / 30% 30% 14px 14px;

  --shadow-s: 0 1px 2px rgba(42, 36, 34, .05), 0 4px 14px rgba(42, 36, 34, .05);
  --shadow-m: 0 2px 6px rgba(42, 36, 34, .06), 0 18px 40px rgba(42, 36, 34, .08);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--porselein);
  color: var(--inkt);
  font-family: var(--sans);
  font-size: clamp(1rem, .97rem + .16vw, 1.075rem);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--oranje); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--inkt); }
:focus-visible { outline: 3px solid var(--oranje-licht); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-variation-settings: "opsz" 48, "SOFT" 30, "WONK" 1;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.012em;
  color: var(--inkt);
  margin: 0 0 .55em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.15rem, 1.5rem + 3.1vw, 3.9rem); font-variation-settings: "opsz" 96, "SOFT" 40, "WONK" 1; }
h2 { font-size: clamp(1.7rem, 1.35rem + 1.6vw, 2.55rem); }
h3 { font-size: clamp(1.2rem, 1.1rem + .5vw, 1.42rem); }
p { margin: 0 0 1.1em; max-width: 68ch; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.15rem; }
li { margin-bottom: .35em; }
strong { font-weight: 700; }

/* ---------- layout ---------- */
.wrap { width: min(1180px, 100% - var(--gutter) * 2); margin-inline: auto; }
.wrap--narrow { width: min(760px, 100% - var(--gutter) * 2); }
.section { padding-block: var(--stack); }
.section--wash { background: var(--salie-wash); }
.section--linnen { background: var(--linnen); }
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--inkt); color: var(--wit);
  padding: .75rem 1.15rem; z-index: 200; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--oranje); margin: 0 0 .9rem; display: flex; align-items: center; gap: .6rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 13px; flex: none;
  border: 1.5px solid currentColor; border-bottom: 0; border-radius: 26px 26px 0 0;
}
.lead { font-size: clamp(1.08rem, 1rem + .45vw, 1.3rem); color: var(--inkt-zacht); max-width: 60ch; }

/* ---------- knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--sans); font-size: 1rem; font-weight: 700; line-height: 1.2;
  padding: .95rem 1.6rem; border-radius: 999px; border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: transform .16s ease, background-color .16s ease, color .16s ease, border-color .16s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--oranje); color: var(--wit); }
.btn--primary:hover { background: #97400f; color: var(--wit); }
.btn--ghost { background: transparent; color: var(--inkt); border-color: var(--lijn); }
.btn--ghost:hover { background: var(--wit); color: var(--inkt); border-color: var(--salie); }
.btn--dark { background: var(--salie-diep); color: var(--wit); }
.btn--dark:hover { background: #3b4936; color: var(--wit); }
.btn svg { width: 1.05em; height: 1.05em; flex: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253, 250, 246, .93);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--lijn);
}
.site-header__inner {
  display: flex; align-items: center; gap: 1.25rem;
  min-height: 76px; padding-block: .6rem;
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.brand img { width: 168px; height: auto; }
.nav { display: flex; align-items: center; gap: .25rem; }
.nav a {
  font-size: .95rem; font-weight: 600; color: var(--inkt); text-decoration: none;
  padding: .5rem .72rem; border-radius: 999px; white-space: nowrap;
}
.nav a:hover { background: var(--salie-wash); }
.nav a[aria-current="page"] { color: var(--oranje); background: var(--oranje-wash); }
.header-cta { display: flex; align-items: center; gap: .5rem; }
.header-cta .btn { padding: .7rem 1.25rem; font-size: .93rem; }
.nav-toggle {
  display: none; background: transparent; border: 1.5px solid var(--lijn);
  border-radius: 999px; padding: .55rem .9rem; font: inherit; font-weight: 700;
  font-size: .9rem; color: var(--inkt); align-items: center; gap: .5rem; cursor: pointer;
}
.nav-toggle span { display: block; width: 18px; height: 1.5px; background: currentColor; position: relative; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 1.5px; background: currentColor;
}
.nav-toggle span::before { top: -5px; }
.nav-toggle span::after { top: 5px; }

@media (max-width: 1040px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--porselein); border-bottom: 1px solid var(--lijn);
    padding: .6rem var(--gutter) 1.2rem;
    box-shadow: var(--shadow-m);
  }
  .nav[data-open="true"] { display: flex; }
  .nav a { padding: .85rem .5rem; border-radius: 8px; border-bottom: 1px solid var(--lijn); }
  .nav a:last-child { border-bottom: 0; }
  .header-cta .btn--ghost { display: none; }
}
@media (max-width: 560px) {
  .brand img { width: 128px; }
  .site-header__inner { gap: .6rem; }
  .header-cta .btn { padding: .6rem .95rem; font-size: .86rem; white-space: nowrap; }
  .nav-toggle { padding: .5rem .75rem; font-size: .86rem; }
}

/* ---------- hero ---------- */
.hero { position: relative; padding-block: clamp(2.5rem, 5vw, 4.5rem) var(--stack); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 78%;
  background: linear-gradient(170deg, var(--salie-wash) 0%, var(--porselein) 100%);
  z-index: -1;
}
.hero__grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero h1 { margin-bottom: .35em; }
.hero .lead { margin-bottom: 0; }
.hero__place {
  display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.4rem;
  background: var(--wit); border: 1px solid var(--lijn); border-radius: 999px;
  padding: .42rem 1rem; font-size: .85rem; font-weight: 600; color: var(--inkt-zacht);
}
.hero__place svg { width: 1em; height: 1em; color: var(--oranje); }
.hero__usps { list-style: none; padding: 0; margin: 1.9rem 0 0; display: grid; gap: .6rem; }
.hero__usps li { display: flex; gap: .65rem; align-items: flex-start; font-weight: 600; margin: 0; }
.hero__usps svg { width: 1.15rem; height: 1.15rem; flex: none; color: var(--salie-diep); margin-top: .28rem; }

.arch { position: relative; }
.arch img { border-radius: var(--arch); box-shadow: var(--shadow-m); width: 100%; }
.arch::after {
  content: ""; position: absolute; inset: -14px -14px 14px -14px;
  border: 1.5px solid var(--salie); border-radius: var(--arch); z-index: -1;
}
.hero__figure { position: relative; }
.hero__badge {
  position: absolute; right: -8px; bottom: 22px; background: var(--wit);
  border-radius: var(--radius); box-shadow: var(--shadow-m); padding: .85rem 1.1rem;
  display: flex; align-items: center; gap: .75rem; max-width: 260px;
}
.hero__badge img { width: 62px; border-radius: 0; box-shadow: none; }
.hero__badge span { font-size: .82rem; line-height: 1.35; font-weight: 600; color: var(--inkt-zacht); }

@media (max-width: 880px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__figure { max-width: 460px; margin-inline: auto; width: 100%; }
  .hero__badge { right: 0; }
}

/* ---------- kaarten ---------- */
.grid { display: grid; gap: 1.5rem; }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.card {
  background: var(--wit); border: 1px solid var(--lijn); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-m); border-color: var(--salie); }
.card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--salie-wash); }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { margin-bottom: .45rem; }
.card__body p { color: var(--inkt-zacht); font-size: .97rem; margin-bottom: 1.1rem; }
.card__foot { margin-top: auto; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.card__price { font-size: .87rem; font-weight: 700; color: var(--salie-diep); }
.card__link { font-weight: 700; font-size: .95rem; text-decoration: none; }
.card__link::after { content: " \2192"; }

/* ---------- proof / usp band ---------- */
.pillars { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.pillars li { margin: 0; }
.pillars h3 { font-size: 1.18rem; margin-bottom: .35rem; }
.pillars p { font-size: .97rem; color: var(--inkt-zacht); margin: 0; }
.pillars__num {
  font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--oranje);
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.4rem; height: 2.4rem; border-radius: 999px; background: var(--oranje-wash);
  margin-bottom: .9rem;
}

/* ---------- merkenrij ---------- */
.brandline { display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; padding: 0; margin: 0; }
.brandline li {
  margin: 0; background: var(--wit); border: 1px solid var(--lijn); border-radius: 999px;
  padding: .42rem 1rem; font-size: .88rem; font-weight: 600; color: var(--inkt-zacht);
}

/* ---------- split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split--narrow-media { grid-template-columns: .85fr 1.15fr; }
@media (max-width: 860px) { .split, .split--narrow-media { grid-template-columns: 1fr; } }

/* ---------- prijstabel ---------- */
.pricegroup { margin-bottom: 2.75rem; }
.pricegroup > h2 { margin-bottom: .9rem; }
.pricetable { width: 100%; border-collapse: collapse; }
.pricetable caption { text-align: left; font-weight: 700; padding-bottom: .5rem; }
.pricetable th, .pricetable td { text-align: left; padding: .85rem .5rem; border-bottom: 1px solid var(--lijn); }
.pricetable th { font-weight: 600; font-size: 1rem; }
.pricetable thead th { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--inkt-zacht); font-weight: 700; padding-bottom: .55rem; }
.pricetable td.price { text-align: right; white-space: nowrap; font-weight: 700; font-variant-numeric: tabular-nums; }
.pricetable tr:last-child th, .pricetable tr:last-child td { border-bottom: 0; }
.pricetable a { text-decoration: none; font-weight: 600; }
.pricetable a:hover { text-decoration: underline; }
@media (max-width: 560px) {
  .pricetable thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .pricetable tr { display: flex; flex-wrap: wrap; gap: .15rem 1rem; align-items: baseline;
    padding: .8rem 0; border-bottom: 1px solid var(--lijn); }
  .pricetable th, .pricetable td { border: 0; padding: 0; }
  .pricetable th { flex: 1 1 60%; }
  .pricetable td.price { flex: 0 0 auto; margin-left: auto; }
}

/* ---------- prose (detailpagina's) ---------- */
.prose h2 { margin-top: 2.4rem; }
.prose h2:first-child { margin-top: 0; }
.prose > ul li::marker { color: var(--oranje); }
.prose figure { margin: 2rem 0; }
.prose figcaption { font-size: .88rem; color: var(--inkt-zacht); margin-top: .6rem; }

.callout {
  background: var(--oranje-wash); border-left: 3px solid var(--oranje);
  border-radius: 0 var(--radius) var(--radius) 0; padding: 1.25rem 1.5rem; margin: 2rem 0;
}
.callout h3 { font-size: 1.1rem; margin-bottom: .35rem; }
.callout p:last-child { margin-bottom: 0; }

.gallery { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin: 2rem 0; }
.gallery figure { margin: 0; }
.gallery img { border-radius: var(--radius); border: 1px solid var(--lijn); width: 100%; }

.steps { list-style: none; padding: 0; margin: 1.6rem 0 2rem; counter-reset: step; display: grid; gap: 1.1rem; }
.steps li { margin: 0; padding-left: 3.4rem; position: relative; }
.steps li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0; width: 2.4rem; height: 2.4rem; border-radius: 999px;
  background: var(--salie-wash); color: var(--salie-diep);
  font-family: var(--serif); font-weight: 600; font-size: 1.05rem;
  display: flex; align-items: center; justify-content: center;
}
.steps h3 { font-size: 1.08rem; margin-bottom: .2rem; }
.steps p { margin: 0; color: var(--inkt-zacht); font-size: .98rem; }

.deflist { display: grid; gap: 1.1rem; margin: 1.6rem 0 2rem; }
.deflist > div { background: var(--wit); border: 1px solid var(--lijn); border-radius: var(--radius); padding: 1.15rem 1.4rem; }
.deflist h3 { font-size: 1.08rem; margin-bottom: .25rem; }
.deflist p { margin: 0; color: var(--inkt-zacht); font-size: .98rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .7rem; margin-top: 2rem; }
.faq details {
  background: var(--wit); border: 1px solid var(--lijn); border-radius: var(--radius);
  padding: .35rem 1.35rem;
}
.faq details[open] { border-color: var(--salie); box-shadow: var(--shadow-s); }
.faq summary {
  font-family: var(--serif); font-size: 1.12rem; font-weight: 600; line-height: 1.3;
  cursor: pointer; padding: 1rem 2rem 1rem 0; position: relative; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: .1rem; top: 1.45rem;
  width: .58rem; height: .58rem; border-right: 2px solid var(--oranje); border-bottom: 2px solid var(--oranje);
  transform: rotate(45deg); transition: transform .18s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details p { margin: 0 0 1.1rem; color: var(--inkt-zacht); }

/* ---------- CTA-band ---------- */
.cta-band { background: var(--salie-diep); color: var(--wit); border-radius: var(--radius); padding: clamp(2rem, 5vw, 3.4rem); }
.cta-band h2 { color: var(--wit); }
.cta-band p { color: rgba(255, 255, 255, .82); }
.cta-band .btn--ghost { color: var(--wit); border-color: rgba(255, 255, 255, .4); }
.cta-band .btn--ghost:hover { background: rgba(255, 255, 255, .12); color: var(--wit); border-color: var(--wit); }
.cta-band a:not(.btn) { color: var(--wit); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.nap { list-style: none; padding: 0; margin: 0 0 1.8rem; display: grid; gap: 1.05rem; }
.nap li { margin: 0; display: flex; gap: .9rem; align-items: flex-start; }
.nap svg { width: 1.25rem; height: 1.25rem; color: var(--oranje); flex: none; margin-top: .28rem; }
.nap strong { display: block; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--inkt-zacht); font-weight: 700; margin-bottom: .1rem; }
.nap a { font-weight: 600; text-decoration: none; }
.nap a:hover { text-decoration: underline; }

.hours { width: 100%; border-collapse: collapse; }
.hours th, .hours td { text-align: left; padding: .6rem .3rem; border-bottom: 1px solid var(--lijn); font-size: .97rem; }
.hours th { font-weight: 600; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }
.hours .closed { color: var(--inkt-zacht); }

.map-link { display: block; text-decoration: none; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--lijn); background: var(--wit); }
.map-link img { width: 100%; }
.map-link span { display: block; padding: .85rem 1.2rem; font-weight: 700; font-size: .95rem; }
.map-link:hover span { background: var(--salie-wash); }

/* ---------- team ---------- */
.team { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.team figure { margin: 0; }
.team img { border-radius: var(--arch); box-shadow: var(--shadow-s); }
.team h3 { margin: 1.3rem 0 .1rem; }
.team .role { font-size: .87rem; font-weight: 700; letter-spacing: .04em; color: var(--oranje); margin-bottom: .7rem; }
.team p { color: var(--inkt-zacht); font-size: .98rem; }

/* ---------- breadcrumb ---------- */
.crumbs { font-size: .87rem; color: var(--inkt-zacht); padding-block: 1.1rem 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.crumbs li { margin: 0; }
.crumbs li + li::before { content: "/"; margin-right: .4rem; color: var(--salie); }
.crumbs a { text-decoration: none; color: var(--inkt-zacht); }
.crumbs a:hover { color: var(--oranje); }

/* ---------- pagekop ---------- */
.pagehead { background: var(--salie-wash); padding-block: clamp(2rem, 4vw, 3.2rem) clamp(2.5rem, 5vw, 4rem); }
.pagehead h1 { margin-bottom: .3em; }
.pagehead .lead { margin-bottom: 0; }
.pagehead__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 860px) { .pagehead__grid { grid-template-columns: 1fr; } }
.pagehead__media img { border-radius: var(--arch); box-shadow: var(--shadow-m); }

/* ---------- footer ---------- */
.site-footer { background: var(--inkt); color: rgba(255, 255, 255, .74); padding-block: var(--stack) 2rem; margin-top: var(--stack); }
.site-footer h2, .site-footer h3 { color: var(--wit); font-size: 1.05rem; margin-bottom: .9rem; }
.site-footer a { color: var(--wit); text-decoration: none; }
.site-footer a:hover { color: var(--oranje-licht); text-decoration: underline; }
.footer-grid { display: grid; gap: 2.4rem; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.site-footer li { margin: 0; }
.site-footer p { color: rgba(255, 255, 255, .74); font-size: .96rem; }
.footer-logo { background: var(--wit); border-radius: 10px; padding: .7rem .9rem; display: inline-block; margin-bottom: 1.1rem; }
.footer-logo img { width: 175px; }
.footer-hours { font-size: .93rem; display: grid; gap: .35rem; }
.footer-hours div { display: flex; justify-content: space-between; gap: 1rem; }
.footer-social { display: flex; gap: .6rem; margin-top: 1.1rem; }
.footer-social a {
  width: 2.5rem; height: 2.5rem; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .22);
  display: inline-flex; align-items: center; justify-content: center;
}
.footer-social a:hover { background: rgba(255, 255, 255, .12); border-color: var(--wit); }
.footer-social svg { width: 1.15rem; height: 1.15rem; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 3rem; padding-top: 1.5rem;
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between;
  font-size: .87rem;
}
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.footer-anbos { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.2rem;
  background: var(--wit); border-radius: 8px; padding: .5rem .7rem; }
.footer-anbos img { width: 92px; }

/* ---------- mobiele belbalk ---------- */
.callbar { display: none; }
@media (max-width: 640px) {
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr; gap: .5rem;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    padding: .55rem .7rem calc(.55rem + env(safe-area-inset-bottom));
    background: rgba(253, 250, 246, .96); backdrop-filter: blur(10px);
    border-top: 1px solid var(--lijn);
  }
  .callbar .btn { padding: .8rem 1rem; font-size: .95rem; }
  body { padding-bottom: 4.6rem; }
}

/* ---------- 404 ---------- */
.notfound { text-align: center; padding-block: clamp(4rem, 12vw, 8rem); }
.notfound .btn-row { justify-content: center; }
.notfound p { margin-inline: auto; }

/* ---------- utilities ---------- */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.center { text-align: center; }
.center p, .center .lead { margin-inline: auto; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; scroll-behavior: auto !important;
  }
  .btn:hover, .card:hover { transform: none; }
}
