/* ==========================================================================
   Massagepraktijk Saskia van Geffen, Hedel
   Ontwerp: "warme steen en stilte".
   Basaltsteen uit de hotstonemassage is het beeldmerk, salie en linnen geven
   rust, de gloed van de warme steen is het enige felle accent.
   ========================================================================== */

/* -------------------------------------------------------------- fonts --- */
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/newsreader-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/newsreader-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/assets/fonts/mulish-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/assets/fonts/mulish-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ------------------------------------------------------------- tokens --- */
:root {
  --paper: #f4f2ec;
  --paper-warm: #ece7dd;
  --paper-deep: #e2ded3;
  --surface: #fffdfa;
  --ink: #1e2c26;
  --ink-soft: #4d5a52;
  --ink-faint: #75817a;
  --pine: #24382f;
  --pine-hover: #172a22;
  --sage: #7f9a83;
  --sage-soft: #d9e2d6;
  --sage-line: #c5d1c2;
  --basalt: #6c6259;
  --basalt-soft: #cfc7bd;
  --ember: #b3572f;
  --ember-soft: #f0d9cb;
  --white: #ffffff;

  --radius-s: 8px;
  --radius: 16px;
  --radius-l: 28px;
  --radius-pill: 999px;

  --shadow-s: 0 1px 2px rgba(30, 44, 38, .06), 0 4px 12px rgba(30, 44, 38, .05);
  --shadow: 0 2px 6px rgba(30, 44, 38, .06), 0 18px 40px -22px rgba(30, 44, 38, .28);
  --shadow-l: 0 4px 10px rgba(30, 44, 38, .06), 0 40px 70px -40px rgba(30, 44, 38, .4);

  --step-0: clamp(1rem, .97rem + .14vw, 1.075rem);
  --step-1: clamp(1.15rem, 1.09rem + .28vw, 1.3rem);
  --step-2: clamp(1.35rem, 1.24rem + .5vw, 1.65rem);
  --step-3: clamp(1.6rem, 1.4rem + .9vw, 2.15rem);
  --step-4: clamp(1.95rem, 1.6rem + 1.6vw, 3rem);
  --step-5: clamp(2.3rem, 1.75rem + 2.5vw, 4rem);

  --gutter: clamp(1.15rem, .6rem + 2.4vw, 2.5rem);
  --block: clamp(3.5rem, 2.2rem + 5vw, 6.5rem);
  --max: 1180px;
  --measure: 68ch;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Mulish', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: var(--step-0);
  line-height: 1.68;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Newsreader', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.012em;
  color: var(--pine);
  margin: 0 0 .55em;
  text-wrap: balance;
}

h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); font-family: 'Mulish', sans-serif; font-weight: 700; letter-spacing: 0; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--pine); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--ember); }

img { max-width: 100%; height: auto; display: block; }

strong { font-weight: 700; }

:focus-visible {
  outline: 3px solid var(--ember);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--sage-soft); color: var(--pine); }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 200;
  background: var(--pine);
  color: var(--white);
  padding: .7rem 1.1rem;
  border-radius: 0 0 var(--radius-s) var(--radius-s);
  font-weight: 700;
  text-decoration: none;
  transition: top .18s ease;
}
.skip-link:focus { top: 0; color: var(--white); }

.container {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow { max-width: 800px; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip-path: inset(50%);
  overflow: hidden; white-space: nowrap;
}

/* ------------------------------------------------------- steenmerkteken --- */
/* Drie gestapelde basaltstenen: logo, opsommingsteken en scheidingsteken. */
.stones {
  display: block;
  width: 26px;
  height: 30px;
  flex: 0 0 auto;
}
.stones ellipse { fill: currentColor; }
.stones .s1 { opacity: .35; }
.stones .s2 { opacity: .62; }
.stones .s3 { opacity: 1; }

/* ------------------------------------------------------------- header --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(244, 242, 236, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(36, 56, 47, .09);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 4.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  color: var(--pine);
  margin-right: auto;
  padding: .35rem 0;
}
.brand__mark { color: var(--basalt); }
.brand__name {
  display: flex;
  flex-direction: column;
  font-family: 'Newsreader', Georgia, serif;
  font-size: 1.16rem;
  line-height: 1.12;
  letter-spacing: -.01em;
}
.brand__name small {
  font-family: 'Mulish', sans-serif;
  font-size: .66rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
  margin-top: .28em;
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--pine);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: .93rem;
  padding: .62rem 1.05rem;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  transition: background .18s ease, transform .18s ease;
}
.header-call:hover { background: var(--pine-hover); color: var(--white); transform: translateY(-1px); }
.header-call svg { flex: 0 0 auto; }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font: inherit;
  font-weight: 700;
  font-size: .9rem;
  color: var(--pine);
  background: transparent;
  border: 1px solid var(--sage-line);
  border-radius: var(--radius-pill);
  padding: .55rem .9rem;
  cursor: pointer;
}
.nav-toggle__bars { display: grid; gap: 4px; width: 17px; }
.nav-toggle__bars span {
  display: block; height: 2px; background: currentColor; border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: .2rem;
  align-items: center;
}
.nav__list a {
  display: block;
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: .94rem;
  padding: .5rem .7rem;
  border-radius: var(--radius-s);
  transition: color .16s ease, background .16s ease;
}
.nav__list a:hover { color: var(--pine); background: rgba(127, 154, 131, .16); }
.nav__list a[aria-current="page"] { color: var(--pine); background: rgba(127, 154, 131, .22); }

@media (max-width: 940px) {
  .nav {
    position: absolute;
    inset: 100% 0 auto;
    background: var(--paper);
    border-bottom: 1px solid rgba(36, 56, 47, .12);
    box-shadow: var(--shadow);
    display: none;
    padding: .6rem var(--gutter) 1.3rem;
  }
  .nav.is-open { display: block; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__list a { padding: .85rem .4rem; border-bottom: 1px solid rgba(36, 56, 47, .08); border-radius: 0; font-size: 1.02rem; }
}
@media (min-width: 941px) {
  .nav-toggle { display: none; }
  .nav { display: block !important; order: 2; }
  .header-call { order: 3; margin-left: .6rem; }
}
@media (max-width: 460px) {
  .header-call span { display: none; }
  .header-call { padding: .62rem .8rem; }
  .brand__name { font-size: 1rem; }
  .brand__name small { font-size: .58rem; letter-spacing: .12em; white-space: nowrap; }
}

/* --------------------------------------------------------------- hero --- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(60% 70% at 78% 18%, rgba(179, 87, 47, .13), transparent 62%),
    radial-gradient(75% 85% at 12% 92%, rgba(127, 154, 131, .3), transparent 60%),
    linear-gradient(168deg, var(--paper-warm) 0%, var(--paper) 55%);
}
.hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  height: 90px;
  background: linear-gradient(to bottom, transparent, var(--paper));
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-block: clamp(3rem, 2rem + 5vw, 5.5rem) clamp(3.5rem, 2rem + 6vw, 6rem);
  align-items: center;
}
@media (min-width: 900px) {
  .hero__inner { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--basalt);
  margin: 0 0 1.1rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--basalt-soft);
}

.hero h1 { margin-bottom: .4em; }
.hero h1 em {
  font-style: normal;
  color: var(--basalt);
}

.hero__lead {
  font-size: var(--step-1);
  color: var(--ink-soft);
  max-width: 34ch;
  margin-bottom: 1.8rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 1.9rem;
}

.hero__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .5rem;
}
.hero__facts li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(255, 253, 250, .78);
  border: 1px solid rgba(36, 56, 47, .1);
  border-radius: var(--radius-pill);
  padding: .42rem .95rem .42rem .75rem;
  font-size: .86rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.hero__facts svg { color: var(--sage); flex: 0 0 auto; }

/* Sfeerbeeld: gestapelde stenen in een warme cirkel, getekend in CSS/SVG. */
.hero__art {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 460px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  place-items: center;
}
.hero__art::before {
  content: "";
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, .9), transparent 55%),
    linear-gradient(150deg, #f3e3d6 0%, #e6dfd0 45%, #cfd8ca 100%);
  box-shadow: var(--shadow-l);
}
.hero__art::after {
  content: "";
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .7);
}
.hero__art svg { position: relative; width: 62%; height: auto; }
.hero__art .ring {
  position: absolute;
  inset: -4%;
  border-radius: 50%;
  border: 1px dashed rgba(108, 98, 89, .3);
  animation: turn 90s linear infinite;
}
@keyframes turn { to { transform: rotate(360deg); } }

/* ------------------------------------------------------------ buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  font: inherit;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  padding: .95rem 1.6rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--pine); color: var(--white); box-shadow: var(--shadow-s); }
.btn--primary:hover { background: var(--pine-hover); color: var(--white); }
.btn--ghost { background: transparent; color: var(--pine); border-color: rgba(36, 56, 47, .22); }
.btn--ghost:hover { color: var(--pine); border-color: var(--pine); background: rgba(255, 253, 250, .6); }
.btn--light { background: var(--white); color: var(--pine); }
.btn--light:hover { color: var(--pine); background: var(--paper); }
.btn--outline-light { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .45); }
.btn--outline-light:hover { color: var(--white); border-color: var(--white); }
.btn--wide { width: 100%; }

/* -------------------------------------------------------------- layout --- */
.section { padding-block: var(--block); position: relative; }
.section--tint { background: var(--paper-warm); }
.section--surface { background: var(--surface); }
.section--pine {
  background:
    radial-gradient(70% 100% at 82% 10%, rgba(179, 87, 47, .22), transparent 60%),
    var(--pine);
  color: rgba(255, 255, 255, .84);
}
.section--pine h2, .section--pine h3 { color: var(--white); }

.section__head {
  max-width: 62ch;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.section__head p { color: var(--ink-soft); font-size: var(--step-1); margin-bottom: 0; }
.section--pine .section__head p { color: rgba(255, 255, 255, .78); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow { justify-content: center; }

.grid { display: grid; gap: clamp(1.1rem, 2.2vw, 1.8rem); }
@media (min-width: 720px) { .grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 720px) { .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 860px) { .grid--split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; } }
@media (min-width: 860px) { .grid--aside { grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); align-items: start; } }

/* --------------------------------------------------------------- kaart --- */
.card {
  position: relative;
  background: var(--surface);
  border: 1px solid rgba(36, 56, 47, .09);
  border-radius: var(--radius-l);
  padding: clamp(1.5rem, 3vw, 2.1rem);
  box-shadow: var(--shadow-s);
  display: flex;
  flex-direction: column;
  gap: .35rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card--link:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--sage-line); }
.card h3 { margin-bottom: .35em; }
.card p { color: var(--ink-soft); }
.card__meta {
  margin-top: auto;
  padding-top: 1.1rem;
  font-weight: 700;
  color: var(--pine);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.card__meta svg { transition: transform .2s ease; }
.card--link:hover .card__meta svg { transform: translateX(4px); }
.card__price {
  font-size: .86rem;
  font-weight: 700;
  color: var(--basalt);
  letter-spacing: .02em;
  margin-bottom: .8rem;
}
.card__icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--sage-soft);
  color: var(--pine);
  margin-bottom: 1.1rem;
}
.card--warm .card__icon { background: var(--ember-soft); color: var(--ember); }
.card--warm { border-color: rgba(179, 87, 47, .18); }

a.card { text-decoration: none; color: inherit; }

/* --------------------------------------------------------- kenmerklijst --- */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: .8rem; }
.checklist li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: .8rem;
  align-items: start;
}
.checklist li::before {
  content: "";
  width: 14px; height: 14px;
  margin-top: .42em;
  border-radius: 50% 50% 46% 54% / 60% 58% 42% 40%;
  background: var(--sage);
}
.checklist--warm li::before { background: var(--ember); }
.section--pine .checklist li::before { background: rgba(255, 255, 255, .55); }

.prose ul, .prose ol { padding-left: 1.25rem; margin: 0 0 1.2em; }
.prose li { margin-bottom: .45em; }
.prose ul { list-style: none; padding-left: 0; }
.prose ul li {
  position: relative;
  padding-left: 1.5rem;
}
.prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 10px; height: 10px;
  border-radius: 50% 50% 46% 54% / 60% 58% 42% 40%;
  background: var(--sage);
}
.prose { max-width: var(--measure); }
.prose h2 { margin-top: 2.2em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.8em; }
.prose > *:first-child { margin-top: 0; }

/* ------------------------------------------------------------ tarieven --- */
.rate-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-s);
  font-variant-numeric: tabular-nums;
}
.rate-table caption {
  caption-side: top;
  text-align: left;
  font-family: 'Newsreader', Georgia, serif;
  font-size: var(--step-2);
  color: var(--pine);
  padding-bottom: .7rem;
}
.rate-table th, .rate-table td {
  padding: .82rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid rgba(36, 56, 47, .08);
}
.rate-table thead th {
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  background: var(--paper-warm);
}
.rate-table td:last-child, .rate-table th:last-child { text-align: right; white-space: nowrap; font-weight: 700; }
.rate-table tbody tr:last-child td { border-bottom: 0; }
.rate-table tbody tr:hover td { background: rgba(127, 154, 131, .07); }

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* ------------------------------------------------------------- melding --- */
.notice {
  display: flex;
  gap: .95rem;
  align-items: flex-start;
  background: var(--ember-soft);
  border: 1px solid rgba(179, 87, 47, .28);
  border-radius: var(--radius);
  padding: 1.1rem 1.3rem;
  color: #6d3319;
  margin-bottom: 2rem;
}
.notice svg { flex: 0 0 auto; margin-top: .2em; color: var(--ember); }
.notice p { margin: 0; }
.notice strong { display: block; color: #5a2a14; }

.callout {
  background: var(--sage-soft);
  border-radius: var(--radius);
  padding: clamp(1.3rem, 3vw, 1.9rem);
  border: 1px solid var(--sage-line);
}
.callout h3 { margin-bottom: .4em; }
.callout p:last-child { margin-bottom: 0; }

/* ----------------------------------------------------------------- faq --- */
.faq { display: grid; gap: .7rem; }
.faq details {
  background: var(--surface);
  border: 1px solid rgba(36, 56, 47, .1);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 3.2rem 1.1rem 1.35rem;
  font-weight: 700;
  color: var(--pine);
  position: relative;
  font-size: 1.03rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 1.35rem;
  top: 50%;
  width: 10px; height: 10px;
  border-right: 2px solid var(--sage);
  border-bottom: 2px solid var(--sage);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq summary:hover { background: rgba(127, 154, 131, .08); }
.faq .faq__answer { padding: 0 1.35rem 1.35rem; color: var(--ink-soft); }
.faq .faq__answer p:first-child { margin-top: 0; }

/* -------------------------------------------------------------- stappen --- */
.steps { list-style: none; counter-reset: step; margin: 0; padding: 0; display: grid; gap: 1.4rem; }
.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  column-gap: 1rem;
  row-gap: .15rem;
  align-items: start;
}
.steps li::before {
  content: counter(step);
  width: 2.6rem; height: 2.6rem;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--surface);
  border: 1px solid var(--sage-line);
  font-family: 'Newsreader', Georgia, serif;
  font-size: 1.2rem;
  color: var(--pine);
}
.steps li > * { grid-column: 2; }
.steps h3 { font-size: var(--step-1); margin-bottom: .2em; }
.steps p { margin-bottom: 0; color: var(--ink-soft); }

/* ------------------------------------------------------------ diploma's --- */
.diplomas { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.diplomas li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .2rem .9rem;
  background: var(--surface);
  border: 1px solid rgba(36, 56, 47, .09);
  border-radius: var(--radius);
  padding: .85rem 1.15rem;
}
.diplomas .dip__name { font-weight: 700; color: var(--pine); }
.diplomas .dip__by { color: var(--ink-faint); font-size: .9rem; }
.diplomas .dip__date { margin-left: auto; font-size: .85rem; color: var(--basalt); font-variant-numeric: tabular-nums; }

/* ---------------------------------------------------------- contactkaart --- */
.contact-card {
  background: var(--surface);
  border: 1px solid rgba(36, 56, 47, .1);
  border-radius: var(--radius-l);
  padding: clamp(1.4rem, 3vw, 2.1rem);
  box-shadow: var(--shadow-s);
}
.contact-list { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: 1.05rem; }
.contact-list li { display: grid; grid-template-columns: 2.4rem 1fr; gap: .9rem; align-items: start; }
.contact-list .ci {
  width: 2.4rem; height: 2.4rem;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--sage-soft);
  color: var(--pine);
}
.contact-list .cl__label {
  display: block;
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 700;
  margin-bottom: .1rem;
}
.contact-list a { font-weight: 700; text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }

.map-link {
  display: block;
  text-decoration: none;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(36, 56, 47, .12);
  background: var(--surface);
  box-shadow: var(--shadow-s);
  transition: transform .2s ease, box-shadow .2s ease;
}
.map-link:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.map-link img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.map-link span {
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .85rem 1.15rem;
  font-weight: 700;
  color: var(--pine);
}
.map-placeholder {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background: var(--paper-warm);
  color: var(--ink-faint);
  font-weight: 600;
}

/* -------------------------------------------------------------- cta-band --- */
.cta-band { text-align: center; }
.cta-band .container { max-width: 760px; }
.cta-band h2 { margin-bottom: .4em; }
.cta-band p { font-size: var(--step-1); margin-bottom: 2rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }
.cta-band__note { margin-top: 1.6rem; font-size: .9rem; color: rgba(255, 255, 255, .62); }
.cta-band__note a { color: rgba(255, 255, 255, .9); }

/* ----------------------------------------------------------- broodkruimel --- */
.breadcrumb { padding-block: 1.1rem 0; }
.breadcrumb ol {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .35rem;
  font-size: .84rem; color: var(--ink-faint);
}
.breadcrumb li { display: flex; gap: .35rem; align-items: center; }
.breadcrumb li + li::before { content: "/"; color: var(--basalt-soft); }
.breadcrumb a { color: var(--ink-faint); text-decoration: none; }
.breadcrumb a:hover { color: var(--pine); text-decoration: underline; }

/* ------------------------------------------------------------- pagekop --- */
.page-head {
  background:
    radial-gradient(70% 90% at 85% 0%, rgba(127, 154, 131, .28), transparent 60%),
    linear-gradient(170deg, var(--paper-warm), var(--paper));
  padding-block: clamp(2rem, 1.4rem + 2.4vw, 3.4rem) clamp(2.4rem, 1.6rem + 3vw, 4rem);
}
.page-head .container { max-width: 780px; }
.page-head p {
  font-size: var(--step-1);
  color: var(--ink-soft);
  margin-bottom: 0;
  max-width: 58ch;
}
.page-head--warm {
  background:
    radial-gradient(70% 90% at 85% 0%, rgba(179, 87, 47, .2), transparent 60%),
    linear-gradient(170deg, #f2e5dc, var(--paper));
}

/* --------------------------------------------------------------- footer --- */
.site-footer {
  background: var(--pine);
  color: rgba(255, 255, 255, .72);
  padding-block: clamp(3rem, 5vw, 4.5rem) 2rem;
  font-size: .95rem;
}
.site-footer a { color: rgba(255, 255, 255, .88); text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.site-footer h2 {
  color: var(--white);
  font-family: 'Mulish', sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.footer-grid { display: grid; gap: 2.4rem; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-brand { display: flex; align-items: center; gap: .7rem; color: var(--white); text-decoration: none; margin-bottom: 1rem; }
.footer-brand .brand__name { color: var(--white); font-size: 1.25rem; }
.footer-brand .brand__name small { color: rgba(255, 255, 255, .55); }
.footer-brand .stones { color: rgba(255, 255, 255, .65); }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.footer-note {
  margin-top: 2.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.4rem;
  justify-content: space-between;
  font-size: .84rem;
  color: rgba(255, 255, 255, .55);
}
.footer-note a { color: rgba(255, 255, 255, .7); }

/* -------------------------------------------------------- mobiele belbalk --- */
.mobile-bar {
  position: fixed;
  inset: auto 0 0;
  z-index: 90;
  display: none;
  gap: .6rem;
  padding: .6rem .8rem calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(244, 242, 236, .95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(36, 56, 47, .12);
}
.mobile-bar .btn { flex: 1; padding: .8rem 1rem; font-size: .95rem; }
@media (max-width: 640px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 4.6rem; }
}

/* ------------------------------------------------------------------ 404 --- */
.error-page { display: grid; place-items: center; text-align: center; padding-block: clamp(4rem, 10vw, 8rem); }
.error-page .container { max-width: 620px; }

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

/* ----------------------------------------------------------------- print --- */
@media print {
  .site-header, .mobile-bar, .cta-band, .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; }
}
