/* Kretahuis — conceptontwerp nieuwesite.nl
   Wereld: het Griekse dorpsmateriaal. Geschilderd kafeneio-hout (petrolgroen),
   kalkpleister, Kretenzer zon-oker (volwassen geworden geel van de oude site),
   emaille huisnummerbordjes, handgeschreven bijschriften. */

:root {
  --hout: #14524c;
  --hout-diep: #0c3b36;
  --hout-licht: #1d635b;
  --hout-rand: #092e2a;
  --kalk: #f6f0e2;
  --kalk-schaduw: #ece3cd;
  --papier: #fcf8ee;
  --inkt: #282318;
  --inkt-zacht: #5f5744;
  --zon: #e9a51f;
  --zon-diep: #9a6c0a;
  --emaille: #1d4e89;
  --rood: #c0392b;
  --groen: #3e8e5e;
  --wissel: #b4cdcd;
  --op-hout: #f2ecdc;
  --op-hout-zacht: #b9d2c9;
  --schaduw: 0 10px 24px -12px rgba(20, 30, 26, 0.45);
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--inkt);
  background: var(--kalk);
  background-image: var(--noise);
}

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

a { color: var(--hout); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--hout-diep); }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }

.hand { font-family: 'Caveat', cursive; }

h2 {
  font-family: 'Caprasimo', 'Alegreya', serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 3.6vw, 2.75rem);
  line-height: 1.15;
  text-wrap: balance;
  color: var(--hout-diep);
  margin-bottom: 0.9rem;
}
h3 {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
p + p { margin-top: 0.85em; }

section { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }

/* ---------- topbar ---------- */
.topbar {
  background: var(--hout-diep);
  border-bottom: 3px solid var(--hout-rand);
  position: sticky; top: 0; z-index: 50;
}
.topbar .wrap {
  display: flex; align-items: center; gap: 1.5rem;
  min-height: 62px;
}
.topbar-merk {
  font-family: 'Caprasimo', serif;
  font-size: 1.45rem;
  color: var(--op-hout);
  text-decoration: none;
  letter-spacing: 0.01em;
}
.topbar-merk:hover { color: #fff; }
.topbar nav { display: flex; gap: 1.4rem; margin-left: auto; }
.topbar nav a {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 0.98rem; font-weight: 500;
  color: var(--op-hout-zacht);
  text-decoration: none;
}
.topbar nav a:hover { color: #fff; }
.topbar-app {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700; font-size: 0.95rem;
  color: var(--inkt);
  background: var(--zon);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
}
.topbar-app:hover { background: #f4b73a; color: var(--inkt); }

/* ---------- hero: geschilderd hout ---------- */
.hero {
  background:
    url('images/houtnerf.svg'),
    var(--noise),
    repeating-linear-gradient(90deg,
      var(--hout) 0 118px,
      var(--hout-licht) 118px 121px,
      var(--hout) 121px 236px,
      var(--hout-diep) 236px 239px),
    var(--hout);
  color: var(--op-hout);
  border-bottom: 6px solid var(--hout-rand);
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem);
}
.hero .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.emaille {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%) rotate(-1deg);
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700; font-size: 0.88rem;
  letter-spacing: 0.13em; text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background: var(--emaille);
  border: 3px solid #fff;
  border-radius: 3px;
  outline: 1px solid rgba(0,0,0,0.25);
  padding: 0.3rem 1rem;
  box-shadow: 0 3px 8px rgba(0,0,0,0.4);
  z-index: 2;
}
.emaille::before, .emaille::after {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: #d8dee6;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  flex-shrink: 0;
}
.hero h1 {
  font-family: 'Caprasimo', serif;
  font-weight: 400;
  font-size: clamp(3.4rem, 7.5vw, 5.75rem);
  line-height: 0.95;
  color: var(--op-hout);
  text-shadow: 0 3px 0 rgba(0,0,0,0.25);
  margin-bottom: 0.6rem;
}
.hero-tagline {
  font-size: clamp(1.3rem, 2.2vw, 1.6rem);
  font-style: italic;
  color: var(--zon);
  margin-bottom: 1.1rem;
}
.hero-intro { max-width: 34rem; color: var(--op-hout-zacht); }
.hero-intro strong { color: var(--op-hout); font-weight: 500; }
.cta-rij { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.8rem; }
.knop {
  display: inline-block;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700; font-size: 1.05rem;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
}
.knop-zon { background: var(--zon); color: var(--inkt); box-shadow: 0 4px 10px -4px rgba(0,0,0,0.5); }
.knop-zon:hover { background: #f4b73a; color: var(--inkt); }
.knop-omlijnd { border: 2px solid var(--op-hout-zacht); color: var(--op-hout); }
.knop-omlijnd:hover { border-color: #fff; color: #fff; }

/* het keukenraam */
.raam { justify-self: center; perspective: 900px; }
.raam-muur {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  background:
    var(--noise),
    linear-gradient(160deg, #fbf6e9, #ece3cd);
  padding: clamp(1.4rem, 2.5vw, 2.2rem);
  border-radius: 10px;
  box-shadow: 0 18px 40px -18px rgba(0,0,0,0.55);
}
.raam-kozijn {
  position: relative;
  width: fit-content;
  border: 10px solid var(--hout-diep);
  border-radius: 4px;
  background: var(--hout-diep);
  box-shadow: inset 0 0 0 2px var(--hout-rand);
}
.raam-kozijn img { border: 4px solid var(--hout-diep); width: 240px; }
.luik {
  position: absolute; top: -10px; bottom: -10px; width: 52%;
  background:
    var(--noise),
    repeating-linear-gradient(0deg,
      var(--hout-licht) 0 10px,
      var(--hout) 10px 12px);
  border: 3px solid var(--hout-rand);
  box-shadow: 0 6px 14px -4px rgba(0,0,0,0.5);
}
.luik-l { left: -10px; transform-origin: left center; transform: rotateY(78deg); animation: luik-l 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both; }
.luik-r { right: -10px; transform-origin: right center; transform: rotateY(-78deg); animation: luik-r 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both; }
@keyframes luik-l { from { transform: rotateY(10deg); } to { transform: rotateY(78deg); } }
@keyframes luik-r { from { transform: rotateY(-10deg); } to { transform: rotateY(-78deg); } }
@media (prefers-reduced-motion: reduce) {
  .luik-l { transform: rotateY(78deg); }
  .luik-r { transform: rotateY(-78deg); }
}
.raam figcaption {
  margin-top: 0.9rem;
  text-align: center;
  font-size: 1.35rem; line-height: 1.3;
  color: var(--op-hout);
}

/* feitenstrook */
.feiten {
  background: var(--kalk-schaduw);
  border-bottom: 1px solid #ddd2b6;
}
.feiten ul {
  list-style: none;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.4rem 2.2rem;
  padding: 1.1rem 0;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 500; font-size: 1.02rem;
  color: var(--inkt);
}
.feiten li { display: flex; align-items: center; gap: 0.55rem; }
.feiten li::before {
  content: "";
  width: 7px; height: 7px;
  background: var(--zon);
  flex-shrink: 0;
}

/* ---------- fotobehandelingen ---------- */
.afdruk {
  background: #fff;
  padding: 8px 8px 10px;
  box-shadow: var(--schaduw);
  display: inline-block;
}
.afdruk img { width: 100%; }
.kader { margin: 0; }
.kader figcaption {
  margin-top: 0.55rem;
  font-size: 1.3rem; line-height: 1.25;
  color: var(--inkt-zacht);
}
.draai-l { transform: rotate(-1.4deg); }
.draai-r { transform: rotate(1.2deg); }
.draai-l2 { transform: rotate(-0.7deg); }
.draai-r2 { transform: rotate(0.8deg); }

/* albumhoekjes */
.album {
  display: inline-block;
  position: relative;
  background: #fff; padding: 7px;
  box-shadow: var(--schaduw);
}
.album i {
  position: absolute; width: 22px; height: 22px;
  background: #caa96a;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.album i:nth-child(1) { top: -6px; left: -6px; clip-path: polygon(0 0, 100% 0, 0 100%); }
.album i:nth-child(2) { top: -6px; right: -6px; clip-path: polygon(0 0, 100% 0, 100% 100%); }
.album i:nth-child(3) { bottom: -6px; left: -6px; clip-path: polygon(0 0, 0 100%, 100% 100%); }
.album i:nth-child(4) { bottom: -6px; right: -6px; clip-path: polygon(100% 0, 100% 100%, 0 100%); }

/* ---------- thuis-sectie ---------- */
.thuis .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}
.thuis-fotos {
  display: flex; flex-direction: column; gap: 2.2rem; align-items: center;
  padding-top: 1rem;
}
.gastquote {
  border-left: 1px solid var(--zon);
  padding-left: 1.2rem;
  margin: 1.4rem 0;
  font-style: italic;
  color: var(--inkt-zacht);
}
.ondertekening { font-size: 1.6rem; color: var(--hout); margin-top: 1.2rem; }

/* ---------- het huis ---------- */
.huis { background: var(--papier); background-image: var(--noise); border-top: 1px solid #e5dcc2; border-bottom: 1px solid #e5dcc2; }
.huis-kop { max-width: 46rem; }
.huis-indeling {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
  margin-top: 2.5rem;
}
.plattegrond-vel {
  background: #fff;
  padding: 14px 14px 16px;
  box-shadow: var(--schaduw);
  transform: rotate(-1deg);
  position: relative;
}
.plattegrond-vel::before {
  content: "";
  position: absolute; top: -12px; left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 96px; height: 26px;
  background: rgba(233, 165, 31, 0.55);
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.plattegrond-vel figcaption { margin-top: 0.6rem; font-size: 1.3rem; color: var(--inkt-zacht); }

.voorzieningen {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.voorzieningen h3 {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 0.95rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--hout);
  border-bottom: 2px solid var(--zon);
  display: inline-block;
  padding-bottom: 0.25rem;
}
.voorzieningen ul { list-style: none; font-size: 1.02rem; }
.voorzieningen li { padding: 0.3rem 0 0.3rem 1.1rem; position: relative; }
.huis-indeling .voorzieningen { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.voorzieningen li::before {
  content: "";
  position: absolute; left: 0; top: 0.85em;
  width: 6px; height: 6px;
  background: var(--zon);
}

/* fotoalbum-muur */
.album-muur {
  margin-top: 3.5rem;
  display: flex; flex-wrap: wrap;
  gap: 2.6rem 2.2rem;
  justify-content: center;
  align-items: flex-end;
}
.album-muur figure { margin: 0; max-width: 240px; }
.album-muur figure.staand { max-width: 200px; }
.album-muur figcaption { text-align: center; font-size: 1.28rem; line-height: 1.25; color: var(--inkt-zacht); margin-top: 0.7rem; }

/* ---------- buiten ---------- */
.buiten .wrap { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.buiten-fotos { display: grid; grid-template-columns: auto auto; gap: 2rem 1.6rem; justify-content: center; align-items: start; }
.buiten-fotos figure:nth-child(2) { margin-top: 2.4rem; }

/* ---------- gastenboek: petrol band ---------- */
.gastenboek {
  background:
    url('images/houtnerf.svg'),
    var(--noise),
    repeating-linear-gradient(90deg,
      var(--hout) 0 118px,
      var(--hout-licht) 118px 121px,
      var(--hout) 121px 236px,
      var(--hout-diep) 236px 239px),
    var(--hout);
  color: var(--op-hout);
  border-top: 6px solid var(--hout-rand);
  border-bottom: 6px solid var(--hout-rand);
}
.gastenboek h2 { color: var(--op-hout); }
.gastenboek-kop { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.score {
  width: 108px; height: 108px; border-radius: 50%;
  background: var(--zon);
  color: var(--inkt);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px -6px rgba(0,0,0,0.5);
  transform: rotate(-4deg);
  flex-shrink: 0;
}
.score strong { font-family: 'Caprasimo', serif; font-size: 2.1rem; font-weight: 400; line-height: 1; }
.score span { font-family: 'Alegreya Sans', sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.gastenboek-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
}
.quote-groot {
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  line-height: 1.5;
  font-style: italic;
  color: #fff;
}
.quote-groot::before { content: "\201C"; font-family: 'Caprasimo', serif; font-size: 3rem; color: var(--zon); display: block; line-height: 0.6; margin-bottom: 0.6rem; }
.quote-klein { margin-top: 1.8rem; font-size: 1.05rem; font-style: italic; color: var(--op-hout-zacht); border-left: 1px solid var(--zon); padding-left: 1.1rem; }
.quote-bron { display: block; margin-top: 0.5rem; font-family: 'Alegreya Sans', sans-serif; font-style: normal; font-size: 0.9rem; color: var(--op-hout-zacht); }

.brief {
  background: var(--papier);
  background-image: var(--noise);
  color: var(--inkt);
  padding: 1.8rem 1.9rem 1.5rem;
  box-shadow: 0 16px 36px -14px rgba(0,0,0,0.6);
  transform: rotate(0.9deg);
}
.brief h3 { font-family: 'Caveat', cursive; font-weight: 600; font-size: 2.1rem; color: var(--hout-diep); }
.brief p { font-family: 'Caveat', cursive; font-size: 1.42rem; line-height: 1.45; color: #3a3324; }
.brief .brief-onder { margin-top: 0.9rem; font-size: 1.5rem; color: var(--hout-diep); }
.brief-noot { margin-top: 1.1rem; font-family: 'Alegreya Sans', sans-serif; font-size: 0.88rem; color: var(--inkt-zacht); }
.libelle { margin-top: 3rem; display: flex; gap: 2rem; align-items: center; flex-wrap: wrap; }
.libelle .afdruk { max-width: 380px; flex-shrink: 0; }
.libelle a.afdruk { display: inline-block; }
.libelle-tekst { max-width: 30rem; color: var(--op-hout-zacht); }
.libelle-tekst strong { color: var(--op-hout); font-weight: 500; }

/* ---------- prijzen ---------- */
.prijzen-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
  margin-top: 2rem;
}
.prijsbord {
  background:
    url('images/houtnerf.svg'),
    var(--noise),
    linear-gradient(175deg, var(--hout-licht), var(--hout) 30%, var(--hout-diep));
  border: 4px solid var(--hout-rand);
  border-radius: 8px;
  box-shadow: var(--schaduw);
  padding: 1.8rem 2rem 1.6rem;
  color: var(--op-hout);
}
.prijsbord h3 {
  font-family: 'Caprasimo', serif;
  font-weight: 400; font-size: 1.6rem;
  color: var(--zon);
  text-align: center;
  margin-bottom: 1.2rem;
}
.prijsbord table { width: 100%; border-collapse: collapse; }
.prijsbord caption {
  caption-side: bottom;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 0.88rem;
  color: var(--op-hout-zacht);
  padding-top: 0.9rem;
  text-align: left;
}
.prijsbord th, .prijsbord td { padding: 0.45rem 0.4rem; text-align: left; }
.prijsbord thead th {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--zon);
  border-bottom: 2px solid rgba(233,165,31,0.5);
}
.prijsbord tbody tr + tr td { border-top: 1px dashed rgba(242,236,220,0.25); }
.prijsbord td:nth-child(2), .prijsbord td:nth-child(3),
.prijsbord th:nth-child(2), .prijsbord th:nth-child(3) { text-align: right; font-variant-numeric: tabular-nums; }
.jaartal-noot {
  margin-top: 1.4rem;
  background: var(--papier);
  color: var(--inkt);
  padding: 0.9rem 1.1rem;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 0.95rem;
  border-left: 1px solid var(--zon);
  box-shadow: 0 8px 18px -10px rgba(0,0,0,0.5);
  transform: rotate(-0.6deg);
}
.bijkomend { list-style: none; margin: 1.2rem 0 1.6rem; }
.bijkomend li { display: flex; justify-content: space-between; gap: 1.5rem; padding: 0.55rem 0; border-bottom: 1px dashed #d8cdae; font-size: 1.05rem; }
.bijkomend li span:last-child { font-family: 'Alegreya Sans', sans-serif; font-weight: 700; white-space: nowrap; }
.kalender-teaser {
  margin-top: 1.8rem;
  background: var(--kalk-schaduw);
  padding: 1.2rem 1.4rem;
  border-radius: 6px;
}
.kalender-teaser p { font-size: 1rem; }
.legenda { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem 1.6rem; margin-top: 0.7rem; font-family: 'Alegreya Sans', sans-serif; font-size: 0.92rem; }
.legenda li { display: flex; align-items: center; gap: 0.5rem; }
.legenda i { width: 14px; height: 14px; border-radius: 3px; border: 1px solid rgba(40, 35, 24, 0.2); }
.legenda .vrij { background: var(--groen); }
.legenda .verhuurd { background: var(--rood); }
.legenda .wisseldag { background: var(--wissel); }

/* ---------- omgeving ---------- */
.omgeving { background: var(--papier); background-image: var(--noise); border-top: 1px solid #e5dcc2; border-bottom: 1px solid #e5dcc2; }
.omgeving-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.wegwijzer { list-style: none; margin-top: 1.6rem; display: inline-block; }
.wegwijzer li {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 500; font-size: 1rem;
  background: var(--hout);
  color: var(--op-hout);
  padding: 0.45rem 1.1rem 0.45rem 0.9rem;
  margin: 0.45rem 0;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
  display: flex; justify-content: space-between; gap: 1.6rem;
  max-width: 21rem;
}
.wegwijzer li:nth-child(odd) { transform: rotate(-0.4deg); }
.wegwijzer li:nth-child(even) { transform: rotate(0.4deg); }
.wegwijzer span:last-child { color: var(--zon); font-weight: 700; padding-right: 0.6rem; }
.postkaarten { display: flex; flex-direction: column; gap: 2rem; align-items: center; }
.postkaarten .kader:nth-child(1) { align-self: flex-start; }
.postkaarten .kader:nth-child(2) { align-self: flex-end; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; margin-top: 2rem; }
.stappen { list-style: none; counter-reset: stap; margin-top: 1.4rem; }
.stappen li { counter-increment: stap; position: relative; padding: 0 0 1.3rem 3.2rem; }
.stappen li:not(:last-child)::after {
  content: ""; position: absolute; left: 1.05rem; top: 2.5rem; bottom: 0.3rem;
  border-left: 2px dashed #cfc4a4;
}
.stappen li::before {
  content: counter(stap);
  position: absolute; left: 0; top: 0.1rem;
  width: 2.15rem; height: 2.15rem;
  background: var(--hout);
  color: var(--op-hout);
  font-family: 'Caprasimo', serif;
  font-size: 1.05rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
}
.stappen strong { font-weight: 700; }
.stappen p { font-size: 1rem; color: var(--inkt-zacht); }

.formulier {
  background: var(--papier);
  background-image: var(--noise);
  padding: 2rem 2.1rem 2.2rem;
  box-shadow: var(--schaduw);
  border-top: 6px solid var(--hout);
}
.formulier h3 { font-family: 'Caprasimo', serif; font-weight: 400; font-size: 1.5rem; color: var(--hout-diep); margin-bottom: 1.2rem; }
.veld { margin-bottom: 1.1rem; }
.veld label {
  display: block;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700; font-size: 0.95rem;
  margin-bottom: 0.3rem;
}
.veld input, .veld textarea {
  width: 100%;
  font-family: 'Alegreya', serif;
  font-size: 1.05rem;
  color: var(--inkt);
  background: #fff;
  border: 1px solid #cdc2a2;
  border-radius: 4px;
  padding: 0.65rem 0.8rem;
}
.veld input:focus, .veld textarea:focus {
  outline: 2px solid var(--zon);
  outline-offset: 1px;
  border-color: var(--zon-diep);
}
.formulier button {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700; font-size: 1.05rem;
  color: var(--inkt);
  background: var(--zon);
  border: 0; border-radius: 5px;
  padding: 0.8rem 1.7rem;
  cursor: pointer;
}
.formulier button:hover { background: #f4b73a; }
.formulier button:focus-visible { outline: 2px solid var(--hout); outline-offset: 2px; }
.form-noot { display: none; margin-top: 1rem; font-family: 'Alegreya Sans', sans-serif; font-size: 0.95rem; background: var(--kalk-schaduw); border-left: 1px solid var(--zon); padding: 0.8rem 1rem; }
.form-noot.zichtbaar { display: block; }
.contact-alt { margin-top: 1.6rem; font-size: 1.02rem; }

/* ---------- footer ---------- */
footer {
  background: var(--hout-diep);
  background-image: var(--noise);
  color: var(--op-hout-zacht);
  border-top: 6px solid var(--hout-rand);
  padding: 3rem 0 2.5rem;
  font-size: 0.98rem;
}
footer .wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; }
.footer-merk { font-family: 'Caprasimo', serif; font-size: 1.6rem; color: var(--op-hout); margin-bottom: 0.4rem; }
footer a { color: var(--op-hout); }
footer a:hover { color: #fff; }
.footer-privacy { font-style: italic; }
.footer-credit { font-family: 'Alegreya Sans', sans-serif; font-size: 0.92rem; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .voorzieningen { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer .wrap { grid-template-columns: 1fr; gap: 1.6rem; }
}
@media (max-width: 860px) {
  .topbar .wrap { flex-wrap: wrap; gap: 0.4rem 1.5rem; padding-top: 0.55rem; }
  .topbar nav {
    order: 3; width: 100%;
    overflow-x: auto;
    gap: 1.15rem;
    padding-bottom: 0.6rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .topbar nav::-webkit-scrollbar { display: none; }
  .topbar nav a { flex-shrink: 0; }
  /* Overflow-cue: rechterrand vervaagt zolang er nog nav-items buiten beeld staan. */
  .topbar nav:not(.nav-einde) {
    mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 2.75rem), transparent);
    -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 2.75rem), transparent);
  }
  .topbar-app { margin-left: auto; }
  .hero .wrap, .thuis .wrap, .huis-indeling, .buiten .wrap,
  .gastenboek-grid, .prijzen-grid, .omgeving-grid, .contact-grid {
    grid-template-columns: 1fr;
  }
  .raam { margin-top: 1rem; }
  .buiten-fotos figure:nth-child(2) { margin-top: 0; }
  .thuis-fotos { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .postkaarten .kader:nth-child(1), .postkaarten .kader:nth-child(2) { align-self: center; }
}
@media (max-width: 560px) {
  body { font-size: 1.06rem; }
  .voorzieningen, .huis-indeling .voorzieningen { grid-template-columns: 1fr; gap: 1.4rem; }
  .buiten-fotos { grid-template-columns: 1fr; }
  .album-muur { gap: 2rem 1.4rem; }
  .libelle .afdruk { max-width: 280px; }
}
