/* ══════════════════════════════════
   ONTPLOOI THEME – main.css  v2
   Creatief, rommelig, levend
══════════════════════════════════ */

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

:root {
  --blauw:  #1B4D6E;
  --groen:  #2A8C6E;
  --rood:   #C0392B;
  --koper:  #B87333;
  --bruin:  #6B3A1F;
  --geel:   #E8C547;
  --paars:  #7B3F8C;
  --creme:  #F7F0E3;
  --wit:    #FDFAF5;
  --donker: #1C1008;
  --ff-display: 'Fraunces', Georgia, serif;
  --ff-body:    'DM Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  background: var(--wit);
  color: var(--donker);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

/* ══════════ NAV ══════════ */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 3rem;
}
.nav-bg {
  position: absolute; inset: 0; z-index: -1;
  background: rgba(253,250,245,0.88);
  backdrop-filter: blur(14px);
}
.nav-logo {
  font-family: var(--ff-display);
  font-size: 1.5rem; font-weight: 900; font-style: italic;
  color: var(--blauw); text-decoration: none;
  letter-spacing: -0.03em;
  transform: rotate(-1.5deg);
  display: inline-block;
}
.nav-logo img { height: 50px; width: auto; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a {
  text-decoration: none; font-size: .875rem; font-weight: 500;
  color: var(--donker); transition: color .2s;
}
.nav-links a:hover { color: var(--rood); }
.nav-pill {
  background: var(--rood) !important; color: #fff !important;
  padding: .5rem 1.35rem; border-radius: 999px;
  transform: rotate(1deg); display: inline-block;
  transition: background .2s, transform .2s !important;
}
.nav-pill:hover { background: var(--bruin) !important; transform: rotate(-1deg) !important; }
.nav-toggle { display: none; }

/* ══════════ WAVE SHAPES ══════════ */
.wave-shape { display: block; width: 100%; line-height: 0; }

/* ══════════ HERO ══════════ */
.hero {
  min-height: 100vh;
  padding: 9rem 3rem 0;
  position: relative; overflow: hidden;
  background: var(--creme);
}

/* Grote achtergrondletter */
.hero-bg-letter {
  position: absolute;
  font-family: var(--ff-display);
  font-size: 60vw; font-weight: 900; font-style: italic;
  color: rgba(27,77,110,0.05);
  line-height: 1; top: -8vw; right: -10vw;
  user-select: none; pointer-events: none; z-index: 0;
  animation: bg-drift 18s ease-in-out infinite alternate;
}
@keyframes bg-drift {
  from { transform: rotate(-2deg) scale(1); }
  to   { transform: rotate(1deg) scale(1.04); }
}

/* Ronddraaiende sticker */
.hero-sticker {
  display: inline-block;
  background: var(--koper); color: #fff;
  font-size: .68rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  padding: .45rem 1.1rem; border-radius: 999px;
  margin-bottom: 2rem;
  transform: rotate(-3deg);
  position: relative; z-index: 1;
}

.hero-inner { position: relative; z-index: 1; max-width: 1260px; margin: 0 auto; }

.hero-headline {
  font-family: var(--ff-display);
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 900; line-height: .88;
  letter-spacing: -0.04em; margin-bottom: 2.5rem;
}
.hero-headline .l1 { display: block; color: var(--donker); }
.hero-headline .l2 {
  display: block; font-style: italic; font-weight: 300;
  color: var(--blauw); margin-left: 5vw;
  text-shadow: 3px 3px 0 rgba(42,140,110,.25);
}
.hero-headline .l3 {
  display: block; color: var(--groen);
  margin-left: 13vw;
  -webkit-text-stroke: 2px var(--groen);
  color: transparent;
}
.hero-headline .l3.filled { color: var(--groen); -webkit-text-stroke: 0; }

/* Zweefkaart */
.hero-card {
  position: absolute; top: 6rem; right: 3rem;
  width: 220px;
  background: var(--rood); color: #fff;
  border-radius: 6px 50px 6px 50px;
  padding: 1.75rem 1.5rem;
  transform: rotate(4deg); z-index: 2;
  animation: float-card 6s ease-in-out infinite;
}
@keyframes float-card {
  0%,100% { transform: rotate(4deg) translateY(0); }
  50%      { transform: rotate(4deg) translateY(-10px); }
}
.hero-card p {
  font-family: var(--ff-display);
  font-size: 1rem; font-style: italic; line-height: 1.5;
}
.hero-card-dot { width: 12px; height: 12px; background: var(--koper); border-radius: 50%; margin-bottom: .75rem; }

/* Foto + tekst zone */
.hero-photo-zone { display: flex; align-items: flex-end; gap: 2.5rem; margin-top: .5rem; }
.hero-photo {
  width: 300px; height: 400px; flex-shrink: 0;
  border-radius: 150px 150px 8px 8px;
  overflow: hidden; position: relative;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero-photo-badge {
  position: absolute; bottom: 1.5rem; right: -1.25rem;
  background: var(--koper); color: #fff;
  font-size: .65rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .4rem .9rem; border-radius: 999px;
  transform: rotate(-5deg);
}
.hero-tagline-block { max-width: 400px; padding-bottom: 3rem; }
.hero-tagline { font-size: 1.1rem; line-height: 1.8; color: #5a3d20; margin-bottom: 2rem; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Golvende decoratieve stip-rij */
.hero-dots {
  display: flex; gap: .5rem; margin-bottom: 1.5rem;
}
.hero-dot {
  width: 10px; height: 10px; border-radius: 50%;
  animation: dot-bounce 1.4s ease-in-out infinite;
}
.hero-dot:nth-child(1) { background: var(--rood);  animation-delay: 0s; }
.hero-dot:nth-child(2) { background: var(--koper); animation-delay: .15s; }
.hero-dot:nth-child(3) { background: var(--groen); animation-delay: .3s; }
.hero-dot:nth-child(4) { background: var(--blauw); animation-delay: .45s; }
@keyframes dot-bounce {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* ══════════ BUTTONS ══════════ */
.btn-main {
  background: var(--blauw); color: #fff;
  padding: .9rem 2rem; border-radius: 999px;
  text-decoration: none; font-weight: 500; font-size: .95rem;
  transition: background .2s, transform .15s; display: inline-block;
}
.btn-main:hover { background: var(--groen); transform: translateY(-3px) rotate(-1deg); color: #fff; }
.btn-ghost {
  background: transparent; color: var(--donker);
  padding: .9rem 2rem; border-radius: 999px;
  border: 2px solid currentColor;
  text-decoration: none; font-weight: 400; font-size: .95rem;
  transition: color .2s, border-color .2s, transform .15s; display: inline-block;
}
.btn-ghost:hover { color: var(--rood); border-color: var(--rood); transform: translateY(-3px) rotate(1deg); }

/* ══════════ OVER PETRA ══════════ */
.over-sectie {
  background: var(--blauw); color: #fff;
  padding: 5rem 3rem 6rem; position: relative; overflow: hidden;
}
/* Gerafelde verf-achtergrond effect */
.over-sectie::before {
  content: '';
  position: absolute; top: -60px; left: -40px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(42,140,110,.3) 0%, transparent 70%);
  pointer-events: none;
}
.over-sectie::after {
  content: '';
  position: absolute; bottom: -80px; right: -60px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(184,115,51,.2) 0%, transparent 70%);
  pointer-events: none;
}
.over-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start;
  position: relative; z-index: 1;
}
.big-num {
  font-family: var(--ff-display);
  font-size: 11rem; font-weight: 900; font-style: italic;
  line-height: 1; color: rgba(255,255,255,.07);
  margin-bottom: -3.5rem; display: block;
}
.over-left h2 {
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  font-weight: 700; line-height: 1.05; margin-bottom: 1.75rem;
  position: relative; z-index: 1;
}
.over-left h2 em { font-style: italic; font-weight: 300; color: var(--koper); }
.over-left p { font-size: 1.05rem; line-height: 1.85; color: rgba(255,255,255,.82); margin-bottom: 1.25rem; }
.over-quote {
  font-family: var(--ff-display); font-style: italic;
  font-size: 1.3rem; color: var(--koper);
  display: block; margin-top: 1.75rem; line-height: 1.5;
  border-left: 3px solid var(--koper); padding-left: 1.25rem;
}
.over-waarden { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.waarde {
  padding: .4rem 1rem; border-radius: 999px;
  font-size: .78rem; font-weight: 500;
  border: 1.5px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.85);
  transition: all .2s; cursor: default;
  transform: rotate(var(--r, 0deg));
}
.waarde:nth-child(1) { --r: -2deg; }
.waarde:nth-child(2) { --r:  1deg; }
.waarde:nth-child(3) { --r: -1deg; }
.waarde:nth-child(4) { --r:  2.5deg; }
.waarde:nth-child(5) { --r: -1.5deg; }
.waarde:nth-child(6) { --r:  1deg; }
.waarde:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.7); transform: rotate(0deg) scale(1.08); }

/* Foto mosaïek */
.over-photo-mosaic {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: .8rem; height: 540px;
}
.mosaic-main {
  grid-row: 1 / 3;
  border-radius: 12px 100px 12px 100px; overflow: hidden;
}
.mosaic-main img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.mosaic-side { display: flex; flex-direction: column; gap: .8rem; }
.mosaic-actie { flex: 1.4; border-radius: 12px; overflow: hidden; transform: rotate(2deg); }
.mosaic-actie img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-lucht { flex: 1; border-radius: 12px; overflow: hidden; transform: rotate(-1.5deg); }
.mosaic-lucht img { width: 100%; height: 100%; object-fit: cover; }
.over-right { position: relative; }
.over-floating-tag {
  position: absolute; bottom: -2rem; left: -1.5rem;
  background: var(--koper); color: #fff;
  font-family: var(--ff-display); font-style: italic;
  font-size: 1rem; padding: .7rem 1.5rem;
  border-radius: 999px; transform: rotate(-3.5deg); white-space: nowrap;
}

/* ══════════ PROFESSOR MEVIA ══════════ */
.mevia-banner {
  background: var(--wit);
  padding: 5rem 3rem;
  position: relative; overflow: hidden;
}
.mevia-bg-tekst {
  position: absolute; bottom: -2rem; right: -2rem;
  font-family: var(--ff-display); font-size: 18vw; font-weight: 900;
  color: rgba(42,140,110,.05); pointer-events: none; user-select: none;
  line-height: 1; transform: rotate(-3deg);
}
.mevia-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: center;
  position: relative; z-index: 1;
}
.mevia-foto {
  border-radius: 20px; overflow: hidden;
  transform: rotate(-2.5deg);
  box-shadow: 8px 8px 0 var(--groen), 16px 16px 0 rgba(42,140,110,.2);
}
.mevia-foto img { width: 100%; height: auto; }
.mevia-tag {
  font-size: .7rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--koper); display: block; margin-bottom: 1rem;
}
.mevia-tekst blockquote {
  font-family: var(--ff-display); font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--blauw); line-height: 1.25; margin-bottom: 1.25rem;
}
.mevia-tekst p { font-size: 1rem; line-height: 1.75; color: #5a3d20; }

/* ══════════ PROJECTEN (via WordPress posts) ══════════ */
.projecten-sectie {
  background: var(--wit);
  padding: 6rem 3rem 5rem;
  position: relative;
}

/* Scheve grote koptekst */
.projecten-kop {
  max-width: 1100px; margin: 0 auto 4rem;
  position: relative;
}
.projecten-kop h2 {
  font-family: var(--ff-display);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 900; line-height: .9;
  letter-spacing: -0.04em;
}
.projecten-kop h2 .kop-regel1 { display: block; color: var(--donker); }
.projecten-kop h2 .kop-regel2 {
  display: block; font-style: italic; font-weight: 300;
  color: var(--rood); margin-left: 4rem;
}
.projecten-kop-sub {
  font-size: 1rem; color: #6b5040; line-height: 1.65;
  max-width: 360px; margin-top: 1.5rem; margin-left: auto;
}
.projecten-kop-sticker {
  position: absolute; top: 0; right: 0;
  background: var(--geel); color: var(--donker);
  font-family: var(--ff-display); font-style: italic;
  font-size: 1rem; padding: .75rem 1.5rem;
  border-radius: 4px 30px 4px 30px;
  transform: rotate(3deg);
  box-shadow: 3px 3px 0 rgba(0,0,0,.15);
}

/* Masonry-achtig grid */
.projecten-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 60px;
  gap: 1.25rem;
}

/* Post kaart */
.post-kaart {
  border-radius: 18px; overflow: hidden;
  position: relative; cursor: pointer;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s;
}
.post-kaart:hover { transform: translateY(-8px) rotate(.5deg); box-shadow: 0 28px 70px rgba(0,0,0,.16); }

/* Eerste kaart: groot, over 7 kolommen, 7 rijen */
.post-kaart:nth-child(1) { grid-column: 1 / 8; grid-row: span 7; }
/* Tweede: rechts smal, 5 kolommen, 4 rijen */
.post-kaart:nth-child(2) { grid-column: 8 / 13; grid-row: span 4; }
/* Derde: rechtsonder, 5 kolommen, 4 rijen */
.post-kaart:nth-child(3) { grid-column: 8 / 13; grid-row: span 4; }
/* Vierde kaart: linksonder, breed */
.post-kaart:nth-child(4) { grid-column: 1 / 7; grid-row: span 4; }
/* Vijfde */
.post-kaart:nth-child(5) { grid-column: 7 / 13; grid-row: span 4; }

/* Wisselende achtergrondkleuren per kaart */
.post-kaart:nth-child(1) { background: var(--blauw); }
.post-kaart:nth-child(2) { background: var(--groen); }
.post-kaart:nth-child(3) { background: var(--koper); }
.post-kaart:nth-child(4) { background: var(--rood); }
.post-kaart:nth-child(5) { background: var(--paars); }

/* Foto bovenaan kaart */
.pk-foto {
  width: 100%; flex: 1; min-height: 0;
  overflow: hidden; position: relative;
}
.pk-foto img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.post-kaart:hover .pk-foto img { transform: scale(1.06); }
.pk-foto-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; opacity: .3;
}

/* Kaart inhoud onderaan */
.pk-body { padding: 1.5rem 1.75rem 1.75rem; flex-shrink: 0; }
.pk-cat {
  font-size: .65rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.3);
  padding: .25rem .7rem; border-radius: 999px;
  display: inline-block; margin-bottom: .75rem;
}
.pk-titel {
  font-family: var(--ff-display);
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  font-weight: 700; color: #fff; line-height: 1.1;
  margin-bottom: .6rem;
}
.pk-excerpt { font-size: .88rem; color: rgba(255,255,255,.78); line-height: 1.6; margin-bottom: 1.1rem; }
.pk-link {
  color: #fff; text-decoration: none; font-size: .8rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: .4rem;
  border-bottom: 1.5px solid rgba(255,255,255,.4); padding-bottom: .15rem;
  width: fit-content; transition: gap .2s, border-color .2s;
}
.pk-link:hover { gap: .75rem; border-color: #fff; }

/* Geen projecten fallback */
.geen-projecten {
  grid-column: 1 / -1; padding: 3rem; text-align: center;
  font-family: var(--ff-display); font-style: italic;
  font-size: 1.5rem; color: #9a7a60;
}

/* ══════════ WEBSHOP ══════════ */
.webshop-sectie {
  background: var(--creme);
  padding: 7rem 3rem 6rem;
  position: relative; overflow: hidden;
}
.shop-bg-word {
  position: absolute; bottom: -5rem; right: -2rem;
  font-family: var(--ff-display); font-size: 30vw; font-weight: 900; font-style: italic;
  color: rgba(27,77,110,.06); line-height: 1;
  pointer-events: none; user-select: none; z-index: 0;
  transform: rotate(-5deg);
}
.webshop-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.webshop-kop {
  margin-bottom: 4rem;
  display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 2rem;
}
.webshop-kop h2 {
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 900; line-height: .9; letter-spacing: -0.04em;
}
.webshop-kop h2 em { display: block; font-weight: 300; font-style: italic; color: var(--groen); }
.webshop-kop-tekst { max-width: 360px; }
.webshop-kop-tekst p { font-size: 1.05rem; color: #5a3d20; line-height: 1.7; margin-bottom: 1.25rem; }

/* WooCommerce producten */
.shop-products { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.shop-product-card {
  background: #fff; border-radius: 16px; overflow: hidden;
  text-decoration: none; color: inherit;
  border: 2px solid transparent;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  position: relative;
}
.shop-product-card:nth-child(odd)  { transform: rotate(-.5deg); }
.shop-product-card:nth-child(even) { transform: rotate(.5deg); margin-top: .75rem; }
.shop-product-card:hover { transform: rotate(0deg) translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.12); border-color: var(--koper); }
.shop-product-img { aspect-ratio: 1; overflow: hidden; }
.shop-product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.shop-product-card:hover .shop-product-img img { transform: scale(1.07); }
.shop-product-info { padding: 1rem 1.25rem 1.25rem; }
.shop-product-naam { font-weight: 600; font-size: .95rem; color: var(--donker); margin-bottom: .35rem; }
.shop-product-prijs { font-family: var(--ff-display); font-size: 1.15rem; color: var(--groen); font-weight: 700; }

/* Fallback cats */
.shop-cats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; }
.shop-cat {
  background: #fff; border-radius: 16px; padding: 2rem 1.5rem;
  border: 2px solid rgba(107,58,31,.1);
  transition: all .3s; cursor: pointer; position: relative; overflow: hidden;
}
.shop-cat:nth-child(odd)  { transform: rotate(-.8deg); }
.shop-cat:nth-child(even) { transform: rotate(.8deg); margin-top: .5rem; }
.shop-cat:hover { transform: rotate(0deg) translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.1); border-color: var(--koper); }
.shop-cat::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 5px; border-radius: 14px 14px 0 0;
}
.shop-cat-1::before { background: linear-gradient(90deg, var(--blauw), var(--groen)); }
.shop-cat-2::before { background: linear-gradient(90deg, var(--groen), var(--koper)); }
.shop-cat-3::before { background: linear-gradient(90deg, var(--rood), var(--koper)); }
.shop-cat-4::before { background: linear-gradient(90deg, var(--koper), var(--paars)); }
.shop-icon { font-size: 2.2rem; margin-bottom: 1rem; display: block; }
.shop-naam { font-family: var(--ff-display); font-size: 1.15rem; font-weight: 700; color: var(--donker); margin-bottom: .5rem; }
.shop-omschrijving { font-size: .83rem; color: #7a5a40; line-height: 1.6; }

/* ══════════ CONTACT ══════════ */
.contact-sectie {
  background: var(--donker); color: #fff;
  padding: 7rem 3rem 5rem; position: relative; overflow: hidden;
}
.contact-bg-circle { position: absolute; border-radius: 50%; pointer-events: none; }
.cc1 { width: 700px; height: 700px; background: radial-gradient(circle, rgba(27,77,110,.4), transparent 70%); bottom: -250px; right: -150px; }
.cc2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(184,115,51,.3), transparent 70%); top: -100px; left: 5%; }
.cc3 { width: 250px; height: 250px; background: radial-gradient(circle, rgba(192,57,43,.3), transparent 70%); top: 40%; left: 40%; }
.contact-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.contact-header { margin-bottom: 4rem; }
.contact-header h2 {
  font-family: var(--ff-display);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 900; letter-spacing: -0.04em; line-height: .9;
}
.contact-header h2 em { font-weight: 300; font-style: italic; color: var(--koper); }
.contact-header h2 .contact-accent {
  display: inline-block; background: var(--rood);
  padding: 0 .3em; transform: rotate(-1.5deg); margin-left: .2em;
}
.contact-header p { font-size: 1.05rem; color: rgba(255,255,255,.65); line-height: 1.7; max-width: 480px; margin-top: 1.5rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
.ci-item { display: flex; align-items: flex-start; gap: 1rem; }
.ci-dot {
  width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 700; margin-top: .1rem;
}
.ci-blauw { background: var(--blauw); }
.ci-groen { background: var(--groen); }
.ci-koper { background: var(--koper); }
.ci-label { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: .25rem; }
.ci-value { font-size: .95rem; color: rgba(255,255,255,.85); }
.ci-value a { color: rgba(255,255,255,.85); text-decoration: none; transition: color .2s; }
.ci-value a:hover { color: var(--koper); }
.ci-foto-wrap {
  margin-top: 1.5rem; border-radius: 14px; overflow: hidden;
  transform: rotate(2.5deg); max-width: 220px;
  box-shadow: 6px 6px 0 var(--koper);
}
.ci-foto { width: 100%; height: auto; }

/* Formulier */
.contact-form-wrap {
  background: rgba(255,255,255,.04);
  border: 1.5px solid rgba(255,255,255,.1);
  border-radius: 24px; padding: 2.5rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.fg { margin-bottom: 1rem; }
.fg label {
  display: block; font-size: .7rem;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-bottom: .5rem;
}
.fg input, .fg textarea {
  width: 100%;
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(255,255,255,.1);
  border-radius: 12px; padding: .85rem 1rem;
  font-family: var(--ff-body); font-size: .9rem;
  color: #fff; outline: none;
  transition: border-color .2s, background .2s;
}
.fg input::placeholder, .fg textarea::placeholder { color: rgba(255,255,255,.28); }
.fg input:focus, .fg textarea:focus { border-color: var(--koper); background: rgba(255,255,255,.1); }
.fg textarea { resize: vertical; min-height: 130px; }
.form-submit {
  width: 100%; background: var(--rood); color: #fff;
  border: none; border-radius: 12px; padding: 1.1rem;
  font-family: var(--ff-body); font-size: 1rem; font-weight: 600;
  cursor: pointer; transition: background .2s, transform .2s;
  margin-top: .5rem; letter-spacing: .02em;
}
.form-submit:hover { background: #9c2e20; transform: translateY(-3px) rotate(-.5deg); }
.form-succes { color: #7fecb3; font-size: .9rem; margin-top: 1rem; text-align: center; }

/* ══════════ FOOTER ══════════ */
.site-footer {
  background: var(--donker);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 2rem 3rem;
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.footer-brand { display: flex; flex-direction: column; }
.footer-logo {
  font-family: var(--ff-display); font-size: 1.2rem;
  font-weight: 900; font-style: italic;
  color: rgba(255,255,255,.45);
  transform: rotate(-1deg); display: inline-block;
}
.footer-sub { font-family: var(--ff-display); font-style: italic; font-size: .78rem; color: var(--koper); }
.footer-links { display: flex; gap: 1.5rem; list-style: none; }
.footer-links a { font-size: .8rem; color: rgba(255,255,255,.3); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--koper); }
.footer-copy { font-size: .8rem; color: rgba(255,255,255,.2); }

/* ══════════ WOOCOMMERCE wrapper ══════════ */
.woo-wrapper { background: var(--wit); padding: 8rem 3rem 5rem; }
.woo-inner { max-width: 1100px; margin: 0 auto; }

/* ══════════ SINGLE POST (project) ══════════ */
.single-project {
  max-width: 820px; margin: 0 auto;
  padding: 8rem 3rem 5rem;
}
.single-project .post-cat {
  font-size: .7rem; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--koper);
  display: block; margin-bottom: 1rem;
}
.single-project h1 {
  font-family: var(--ff-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900; line-height: 1.05;
  letter-spacing: -0.03em; margin-bottom: 2rem;
}
.single-project .post-thumb {
  border-radius: 16px; overflow: hidden; margin-bottom: 2.5rem;
  transform: rotate(-.8deg);
  box-shadow: 6px 6px 0 var(--blauw);
}
.single-project .post-thumb img { width: 100%; height: auto; }
.single-project .entry-content {
  font-size: 1.1rem; line-height: 1.85; color: #4a3020;
}
.single-project .entry-content p { margin-bottom: 1.25rem; }
.single-project .entry-content h2 {
  font-family: var(--ff-display); font-size: 1.8rem;
  color: var(--blauw); margin: 2rem 0 1rem;
}
.single-project .back-link {
  display: inline-flex; align-items: center; gap: .5rem;
  margin-top: 3rem; color: var(--blauw); text-decoration: none;
  font-weight: 600; font-size: .9rem;
  border-bottom: 2px solid var(--blauw); padding-bottom: .15rem;
  transition: gap .2s, color .2s;
}
.single-project .back-link:hover { color: var(--rood); border-color: var(--rood); gap: .9rem; }

/* ══════════ SCROLL REVEAL ══════════ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ══════════ RESPONSIVE ══════════ */
@media (max-width: 1000px) {
  .projecten-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .post-kaart:nth-child(n) { grid-column: auto; grid-row: auto; }
  .shop-products, .shop-cats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .site-nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .nav-toggle {
    display: flex; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: .5rem;
  }
  .nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--donker); border-radius: 2px; transition: .3s; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 0;
    position: fixed; inset: 0; top: 64px;
    background: var(--wit); padding: 2rem; z-index: 199;
  }
  .nav-links.open li { border-bottom: 1px solid var(--creme); padding: 1rem 0; }
  .hero { padding: 7rem 1.5rem 0; }
  .hero-card { display: none; }
  .hero-photo-zone { flex-direction: column; align-items: flex-start; }
  .hero-photo { width: 100%; max-width: 300px; height: 320px; }
  .hero-tagline-block { padding-bottom: 2rem; }
  .over-inner, .mevia-inner, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .over-photo-mosaic { height: 300px; }
  .mevia-foto { transform: none; }
  .projecten-grid { grid-template-columns: 1fr; }
  .post-kaart { min-height: 300px; }
  .webshop-kop { flex-direction: column; }
  .over-sectie, .mevia-banner, .projecten-sectie, .webshop-sectie, .contact-sectie { padding: 4rem 1.5rem; }
  .footer-inner { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .projecten-kop-sticker { display: none; }
  .single-project { padding: 7rem 1.5rem 4rem; }
}

@media (max-width: 520px) {
  .shop-products, .shop-cats { grid-template-columns: 1fr; }
  .shop-cat:nth-child(n) { transform: none; margin-top: 0; }
  .shop-product-card:nth-child(n) { transform: none; margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .hero-bg-letter, .hero-card { transition: none; animation: none; opacity: 1; transform: none; }
}
