/* ==========================================================================
   Rano Atmo | Visual Storyteller
   Warme variant: espresso, crème, beige en pastelbruin. Geen frameworks: snel en licht.
   ========================================================================== */

@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("../fonts/barlow-condensed-700.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-var.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-italic-500.woff2") format("woff2"); font-weight: 500; font-style: italic; font-display: swap; }

:root {
  --black: #1c1511;
  --ink: #2a211b;
  --white: #fffbf6;
  --cream: #f3e9dc;
  --sand: #e5d4bf;
  --grey-100: #e9dccb;
  --grey-300: #cbb69e;
  --grey-500: #8c7662;
  --grey-700: #564438;
  --brown: #a67c5b;
  --camel: #dcc0a0;

  --font-display: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;

  --container: 1240px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section: clamp(4.5rem, 10vw, 8rem);
  --header-h: 76px;
  --radius: 999px;
  --radius-img: 12px;
  --shadow-soft: 0 22px 50px -20px rgba(120, 88, 60, .32);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--camel); outline-offset: 3px; }
::selection { background: var(--brown); color: var(--white); }

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

.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 1000; background: var(--white); color: var(--black); padding: .75rem 1rem; font-weight: 600; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- Typografie ---------- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; line-height: .95; letter-spacing: .01em; }
h1 { font-size: clamp(3rem, 8vw, 6.5rem); }
h2 { font-size: clamp(2.4rem, 5.5vw, 4.25rem); }
h3 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); line-height: 1.05; }
.lead { font-size: clamp(1.075rem, 1.6vw, 1.25rem); line-height: 1.65; color: var(--grey-700); }
.muted { color: var(--grey-500); }
.prose p + p { margin-top: 1.1em; }

/* Sierlijke cursieve accentwoorden in koppen: zorgt voor warmte */
.serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.12em;
  line-height: .8;
  color: var(--brown);
}
.on-dark .serif, .section--dark .serif, .cta-band .serif, .hero .serif { color: #ead6bd; }

/* Het "/" uit het logo als terugkerend accent */
.eyebrow {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem;
  letter-spacing: .22em; text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.eyebrow::before { content: ""; display: inline-block; width: .42em; height: 1.05em; background: var(--brown); transform: skewX(-18deg); flex: none; }
.on-dark .eyebrow::before, .on-dark.eyebrow::before { background: var(--camel); }

.sep-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .4rem 1rem; list-style: none; padding: 0; }
.sep-list li { display: inline-flex; align-items: center; gap: 1rem; }
.sep-list li + li::before { content: ""; width: 3px; height: 1em; background: var(--camel); transform: skewX(-18deg); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 880px; }
.section { padding-block: var(--section); }
.section--cream { background: var(--cream); }
/* Warme variant: subtiele korrel/gloed op crème vlakken */
.section--cream { background-image: radial-gradient(ellipse at 10% 0%, rgba(220, 192, 160, .22), transparent 55%); }
.section--dark { background: var(--black); color: var(--white); }
.on-dark { color: var(--white); }
.section--dark .lead, .on-dark .lead { color: var(--grey-300); }
.section--dark .muted, .on-dark .muted { color: var(--grey-300); }

.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1.5rem 3rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head > div { max-width: 640px; }
.section-head h2 + p { margin-top: 1.25rem; }

.grid-2 { display: grid; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
@media (min-width: 900px) { .grid-2 { grid-template-columns: 1fr 1fr; } }

/* ---------- Knoppen ---------- */
.btn {
  --btn-bg: var(--black); --btn-fg: var(--white); --btn-bd: var(--black);
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: .65rem;
  min-height: 52px; padding: .85rem 1.75rem;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1.5px solid var(--btn-bd); border-radius: var(--radius);
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1;
  overflow: hidden; isolation: isolate; white-space: nowrap;
  transition: color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.btn::after {
  content: ""; position: absolute; inset: 0 -20%; z-index: -1;
  background: var(--brown);
  transform: translateX(-105%) skewX(-18deg);
  transition: transform .5s var(--ease);
}
.btn:hover::after, .btn:focus-visible::after { transform: translateX(0) skewX(-18deg); }
.btn:hover, .btn:focus-visible { color: var(--white); border-color: var(--brown); transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; flex: none; transition: transform .35s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn--light { --btn-bg: var(--white); --btn-fg: var(--black); --btn-bd: var(--white); }
.btn--ghost { --btn-bg: transparent; --btn-fg: currentColor; --btn-bd: currentColor; }
.btn--ghost-light { --btn-bg: transparent; --btn-fg: var(--white); --btn-bd: rgba(255,255,255,.55); }
.btn--sm { min-height: 44px; padding: .6rem 1.25rem; font-size: .95rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase;
  border-bottom: 1.5px solid currentColor; padding-bottom: .2rem;
}
.link-arrow svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ---------- Header (licht en zacht, hamburger op elk scherm) ---------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h);
  color: var(--ink);
  background: rgba(243, 233, 220, .88);
  -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px);
  box-shadow: 0 1px 0 rgba(30, 27, 24, .06);
  transition: background-color .45s var(--ease), box-shadow .45s var(--ease), color .45s var(--ease), transform .5s var(--ease);
}
/* Omlaag scrollen: header schuift weg. Omhoog scrollen: header komt terug. */
.site-header.is-hidden { transform: translateY(-100%); }
.menu-open .site-header.is-hidden { transform: none; }
/* Home: transparant over de hero-foto tot je gaat scrollen */
.site-header--transparent:not(.is-scrolled) { color: var(--white); background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
.menu-open .site-header { color: var(--ink); background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }

.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { position: relative; display: block; flex: none; width: 150px; transition: opacity .4s var(--ease), transform .4s var(--ease); }
.brand img { width: 100%; height: auto; }
.brand__light { position: absolute; inset: 0; opacity: 0; transition: opacity .4s var(--ease); }
.brand__dark { transition: opacity .4s var(--ease); }
.site-header--transparent:not(.is-scrolled) .brand__light { opacity: 1; }
.site-header--transparent:not(.is-scrolled) .brand__dark { opacity: 0; }
/* Op de home staat het grote logo al in de hero: header-logo pas tonen na scrollen */
.site-header--home:not(.is-scrolled) .brand { opacity: 0; transform: translateY(-6px); pointer-events: none; }
.menu-open .site-header .brand { opacity: 1; transform: none; pointer-events: auto; }
.menu-open .site-header .brand__light { opacity: 0; }
.menu-open .site-header .brand__dark { opacity: 1; }
@media (min-width: 1000px) { .brand { width: 165px; } }

.header-actions { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.header-cta {
  display: none;
  font-family: var(--font-display); font-weight: 600; font-size: .85rem; letter-spacing: .14em; text-transform: uppercase;
  padding: .4rem .95rem; border: 1.5px solid currentColor; border-radius: 999px;
  transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), opacity .3s;
}
.header-cta:hover { background: var(--brown); border-color: var(--brown); color: var(--white); }
@media (min-width: 800px) { .header-cta { display: inline-flex; } }
.menu-open .header-cta { opacity: 0; pointer-events: none; }

.menu-toggle { display: inline-flex; align-items: center; gap: .8rem; min-height: 44px; padding: 0 .25rem; margin-right: -.25rem; }
.menu-toggle__label { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: .16em; text-transform: uppercase; }
.menu-toggle__icon { position: relative; width: 30px; height: 14px; }
.menu-toggle__icon::before, .menu-toggle__icon::after, .menu-toggle__icon span { content: ""; position: absolute; right: 0; height: 2px; background: currentColor; border-radius: 2px; transition: transform .4s var(--ease), width .4s var(--ease), opacity .3s; }
.menu-toggle__icon::before { top: 0; width: 100%; }
.menu-toggle__icon span { top: 6px; width: 70%; }
.menu-toggle__icon::after { bottom: 0; width: 45%; }
.menu-toggle:hover .menu-toggle__icon span, .menu-toggle:hover .menu-toggle__icon::after { width: 100%; }
.menu-open .menu-toggle__icon span { opacity: 0; }
.menu-open .menu-toggle__icon::before { width: 100%; transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle__icon::after { width: 100%; transform: translateY(-6px) rotate(-45deg); }

/* Fullscreen menu */
.menu-open { overflow: hidden; }
.menu-panel {
  position: fixed; inset: 0; z-index: 99;
  background: var(--cream); color: var(--ink);
  overflow-y: auto;
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
  transition: clip-path .7s var(--ease), visibility 0s .7s;
}
.menu-open .menu-panel { clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path .7s var(--ease), visibility 0s; }
.menu-panel__inner { min-height: 100%; display: grid; align-content: center; gap: 3rem; padding-top: calc(var(--header-h) + 2rem); padding-bottom: 3rem; }
@media (min-width: 900px) { .menu-panel__inner { grid-template-columns: 1.4fr 1fr; align-items: end; } }
/* Mobiel: alleen de links, rustig en klein */
@media (max-width: 899px) {
  .menu-panel .menu-panel__aside { display: none; }
  .menu-panel__inner { align-content: center; padding-bottom: 6rem; }
  .menu-links { display: grid; gap: .35rem; }
  .menu-panel .menu-links a { font-size: clamp(2.2rem, 11vw, 3rem); }
  .menu-panel .menu-links small { display: none; }
}
.menu-links { list-style: none; padding: 0; margin: 0; }
.menu-links li { overflow: hidden; }
.menu-links a {
  display: inline-flex; align-items: baseline; gap: 1rem;
  padding-block: .15rem;
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase; line-height: 1;
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  transform: translateY(105%);
  transition: transform .8s var(--ease), color .3s var(--ease);
}
.menu-open .menu-links a { transform: none; }
.menu-links li:nth-child(2) a { transition-delay: .05s; }
.menu-links li:nth-child(3) a { transition-delay: .1s; }
.menu-links li:nth-child(4) a { transition-delay: .15s; }
.menu-links li:nth-child(5) a { transition-delay: .2s; }
.menu-links small { font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 1.3rem; letter-spacing: 0; color: var(--grey-500); }
.menu-links a:hover, .menu-links a[aria-current="page"] { color: var(--brown); }
.menu-open .menu-links a:hover { transform: translateX(10px); transition-delay: 0s; }
.menu-panel__aside { display: grid; gap: 1.5rem; justify-items: start; opacity: 0; transform: translateY(20px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.menu-open .menu-panel__aside { opacity: 1; transform: none; transition-delay: .3s; }
.menu-panel__quote { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.1; max-width: 22ch; }

/* Zwevende CTA (mobiel) */
.fab {
  position: fixed; right: 1rem; bottom: calc(1rem + env(safe-area-inset-bottom, 0px)); z-index: 90;
  display: inline-flex; align-items: center; gap: .45rem;
  min-height: 44px; padding: .55rem 1rem .55rem .85rem;
  background: var(--brown); color: var(--white); border-radius: 999px;
  box-shadow: 0 10px 30px rgba(166, 124, 91,.35), 0 2px 8px rgba(0,0,0,.25);
  font-family: var(--font-display); font-weight: 600; font-size: .9rem; letter-spacing: .1em; text-transform: uppercase;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.fab svg { width: 17px; height: 17px; }
.fab:active { transform: scale(.96); }
.menu-open .fab { opacity: 0; pointer-events: none; }
@media (min-width: 1000px) { .fab { display: none; } }
/* ---------- Hero (home) ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: grid; place-items: center; text-align: center;
  color: var(--white); background: var(--black); overflow: hidden;
}
.hero__media { position: absolute; inset: 0; overflow: hidden; }
.hero__media img { width: 100%; height: 115%; object-fit: cover; object-position: 50% 45%; will-change: transform; animation: heroZoom 2.2s var(--ease) both; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(28,19,13,.35), rgba(28,19,13,.72) 80%),
    linear-gradient(rgba(28,19,13,.45), rgba(28,19,13,.35) 40%, rgba(28,19,13,.85));
}
@keyframes heroZoom { from { opacity: 0; scale: 1.08; } to { opacity: 1; scale: 1; } }
.hero__content { position: relative; z-index: 1; padding: calc(var(--header-h) + 2rem) var(--gutter) 6rem; width: 100%; will-change: transform, opacity; }
.hero__logo { width: min(82vw, 640px); margin: 0 auto; animation: fadeUp 1s .2s var(--ease) both; }
.hero__tagline { margin-top: clamp(.75rem, 2vw, 1.25rem); font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.1; animation: fadeUp 1s .4s var(--ease) both; }
.hero__services { margin-top: 1rem; font-size: clamp(.8rem, 1.4vw, .95rem); letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.85); animation: fadeUp 1s .55s var(--ease) both; }
.hero .btn-row { justify-content: center; margin-top: clamp(2rem, 4vw, 2.75rem); animation: fadeUp 1s .7s var(--ease) both; }
.hero__scroll { position: absolute; left: 50%; bottom: 1.75rem; z-index: 1; transform: translateX(-50%); display: grid; justify-items: center; gap: .6rem; font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.hero__scroll::after { content: ""; width: 1px; height: 42px; background: linear-gradient(var(--white), transparent); animation: scrollLine 2s infinite; transform-origin: top; }
@keyframes scrollLine { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (max-width: 999px) { .hero__scroll { bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px)); } }

/* ---------- Page hero (subpagina's, licht en warm) ---------- */
.page-hero { position: relative; background: var(--cream); color: var(--ink); padding: calc(var(--header-h) + clamp(3.5rem, 9vw, 7rem)) 0 clamp(3.5rem, 7vw, 5.5rem); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 15% 0%, rgba(214,170,120,.28), transparent 60%); }
.page-hero::after { content: ""; position: absolute; right: -4%; bottom: -20%; width: clamp(110px, 16vw, 230px); height: 140%; background: var(--brown); transform: skewX(-18deg); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 14ch; animation: fadeUp .9s .1s var(--ease) both; }
.page-hero .eyebrow { animation: fadeUp .9s var(--ease) both; }
.page-hero .lead { margin-top: 1.5rem; max-width: 56ch; color: var(--grey-700); animation: fadeUp .9s .25s var(--ease) both; }
@media (max-width: 640px) { .page-hero::after { width: 60px; right: -30px; } }

/* ---------- Intro statement ---------- */
.statement { text-align: center; }
.statement blockquote { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: clamp(1.9rem, 4.6vw, 3.6rem); line-height: 1.04; max-width: 20ch; margin-inline: auto; }
.statement p { margin: 1.75rem auto 0; max-width: 60ch; }

/* ---------- Trouwdag-sectie met fotostapel ---------- */
.photo-stack { position: relative; padding: 0 16% 18% 0; }
.photo-stack__main { border-radius: var(--radius-img); overflow: hidden; box-shadow: var(--shadow-soft); }
.photo-stack__main img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.photo-stack__small { position: absolute; right: 0; bottom: 0; width: 46%; }
.photo-stack__small > div { padding: .55rem .55rem 2.1rem; background: var(--white); border-radius: 4px; box-shadow: var(--shadow-soft); transform: rotate(5deg); }
.photo-stack__small img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 2px; }
.checks { list-style: none; padding: 0; margin: 1.75rem 0 0; display: grid; gap: .9rem; }
.checks li { display: grid; grid-template-columns: 28px 1fr; gap: .8rem; align-items: start; }
.checks svg { width: 28px; height: 28px; padding: 5px; border-radius: 50%; background: var(--white); color: var(--brown); }
.section--cream .checks svg { background: var(--white); }
.checks strong { font-weight: 600; }

/* ---------- Recent werk (home) ---------- */
.work { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(.75rem, 2vw, 1.5rem); align-items: start; padding-bottom: clamp(1.5rem, 5vw, 4rem); }
@media (min-width: 900px) { .work { grid-template-columns: repeat(4, 1fr); } }
.work__item { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius-img); background: var(--sand); color: var(--white); }
/* Om en om een kolom lager: speels, redactioneel ritme */
.work__item:nth-child(even) { margin-top: clamp(1.5rem, 5vw, 4rem); }
.work__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.work__item:hover img, .work__item:focus-visible img { transform: scale(1.06); }
.work__caption { position: absolute; inset: auto 0 0; padding: 2.5rem 1.1rem 1rem; background: linear-gradient(transparent, rgba(28,19,13,.7)); opacity: 0; transform: translateY(8px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.work__caption span { display: block; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.work__caption strong { display: block; font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 1.5rem; line-height: 1.1; }
.work__item:hover .work__caption, .work__item:focus-visible .work__caption { opacity: 1; transform: none; }
@media (hover: none) { .work__caption { opacity: 1; transform: none; padding: 2rem .8rem .7rem; } .work__caption strong { font-size: 1.15rem; } }

/* ---------- Diensten als stapelkaarten (home) ----------
   Elke kaart plakt bovenaan; de volgende schuift eroverheen tijdens het scrollen. */
.stack { display: grid; gap: clamp(1.25rem, 4vh, 2.5rem); }
.stack__card {
  position: sticky; top: calc(clamp(1rem, 4vh, 2.5rem) + var(--n, 0) * 14px);
  display: grid;
  background: var(--white); border: 1px solid var(--grey-100); border-radius: 20px; overflow: hidden;
  box-shadow: 0 -12px 40px -24px rgba(40, 25, 10, .35);
  transform-origin: 50% 0; will-change: transform;
}
@media (min-width: 900px) { .stack__card { grid-template-columns: 1.05fr 1fr; height: min(72vh, 580px); } }
.stack__media { aspect-ratio: 16 / 11; overflow: hidden; background: var(--sand); }
@media (min-width: 900px) { .stack__media { aspect-ratio: auto; height: 100%; } }
.stack__media img { width: 100%; height: 100%; object-fit: cover; }
.stack__body { display: flex; flex-direction: column; justify-content: center; gap: 1rem; padding: clamp(1.5rem, 4vw, 3.5rem); }
.stack__num { font-family: var(--font-serif); font-style: italic; font-size: 1.6rem; line-height: 1; color: var(--brown); }
.stack__num small { font-size: .8em; color: var(--grey-500); }
.stack__body h3 { font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .95; }
.stack__body p { color: var(--grey-700); max-width: 42ch; }
.stack__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 1.5rem; margin-top: .75rem; }
.stack__price { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase; color: var(--grey-500); }
@media (max-width: 899px) { .stack__body { gap: .7rem; } .stack__foot { margin-top: .25rem; } }

/* ---------- Dienst-kaarten ---------- */
.services-grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
@media (min-width: 640px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card {
  position: relative; background: var(--white); border-radius: var(--radius-img);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  display: flex; flex-direction: column; gap: 1rem;
  border: 1px solid var(--grey-100);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), background-color .35s var(--ease), color .35s var(--ease);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.service-card__num { font-family: var(--font-display); font-weight: 600; letter-spacing: .15em; color: var(--grey-500); font-size: .95rem; }
.service-card p { color: var(--grey-700); }
.service-card--media { padding: 0; overflow: hidden; }
.service-card__img { aspect-ratio: 4 / 3.4; overflow: hidden; background: var(--sand); }
.service-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.service-card--media:hover .service-card__img img { transform: scale(1.06); }
.service-card__body { padding: clamp(1.5rem, 3vw, 2.1rem); display: flex; flex-direction: column; gap: .8rem; flex: 1; }
.service-card--cta { background: var(--black); color: var(--white); justify-content: center; border-color: var(--black); }
.service-card--cta p { color: var(--grey-300); }
.service-card--cta:hover { background: var(--brown); border-color: var(--brown); }
.service-card--cta:hover p { color: rgba(255,255,255,.85); }

/* ---------- Portfolio grid (home) ---------- */
.gallery { display: grid; gap: clamp(.5rem, 1.2vw, 1rem); grid-template-columns: repeat(2, 1fr); grid-auto-rows: clamp(150px, 26vw, 300px); grid-auto-flow: dense; }
@media (min-width: 900px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
.gallery__item { position: relative; display: block; overflow: hidden; background: var(--sand); border-radius: var(--radius-img); color: var(--white); }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.gallery__caption { position: absolute; inset: auto 0 0; padding: 1.25rem; background: linear-gradient(transparent, rgba(28,19,13,.75)); opacity: 0; transform: translateY(10px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.gallery__caption strong { display: block; font-family: var(--font-display); font-size: 1.35rem; text-transform: uppercase; line-height: 1.05; letter-spacing: .02em; }
.gallery__caption span { display: block; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.gallery__item:hover img, .gallery__item:focus-visible img { transform: scale(1.06); }
.gallery__item:hover .gallery__caption, .gallery__item:focus-visible .gallery__caption { opacity: 1; transform: none; }
@media (hover: none) { .gallery__caption { opacity: 1; transform: none; padding: .85rem; } .gallery__caption strong { font-size: 1.05rem; } }
@media (max-width: 899px) { a.gallery__item--desktop { display: none; } }
.center-cta { display: flex; justify-content: center; margin-top: clamp(2.5rem, 5vw, 3.5rem); }

/* Filters */
.filters { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.filter-btn { min-height: 42px; padding: .5rem 1.1rem; border: 1.5px solid var(--grey-300); border-radius: 999px; font-size: .8rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; transition: all .25s var(--ease); }
.filter-btn:hover { border-color: var(--black); }
.filter-btn[aria-pressed="true"] { background: var(--black); border-color: var(--black); color: var(--white); }
.filters-scroll { overflow-x: auto; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scrollbar-width: none; }
.filters-scroll::-webkit-scrollbar { display: none; }
.section-head > .filters-scroll { max-width: none; flex: 1 1 auto; }
@media (max-width: 640px) { .filters { flex-wrap: nowrap; width: max-content; } }
.gallery-empty { padding: 3rem 0; text-align: center; color: var(--grey-500); }

/* Portfolio kaarten */
.project-grid { display: grid; gap: clamp(2rem, 4vw, 3rem) clamp(1rem, 2.5vw, 2rem); }
@media (min-width: 640px) { .project-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .project-grid { grid-template-columns: repeat(3, 1fr); } }
.project { display: flex; flex-direction: column; transition: opacity .4s var(--ease), transform .4s var(--ease); }
.project__media { position: relative; display: block; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--sand); border-radius: var(--radius-img); }
.project__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.project__media:hover img, .project__media:focus-visible img { transform: scale(1.06); }
.project__zoom { position: absolute; right: .9rem; bottom: .9rem; width: 44px; height: 44px; display: grid; place-items: center; background: var(--white); color: var(--black); border-radius: 50%; opacity: 0; transform: scale(.8); transition: all .3s var(--ease); }
.project__media:hover .project__zoom, .project__media:focus-visible .project__zoom { opacity: 1; transform: none; }
.project__meta { margin-top: 1.1rem; display: flex; gap: .75rem; align-items: center; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-500); }
.project__meta .tag { color: var(--brown); font-weight: 600; }
.project h3 { margin-top: .45rem; }
.project p { margin-top: .55rem; color: var(--grey-700); font-size: .95rem; }
.project.is-hidden { display: none; }

/* ---------- Over mij ---------- */
.about-media { position: relative; isolation: isolate; }
.about-media picture { display: block; border-radius: var(--radius-img); overflow: hidden; box-shadow: var(--shadow-soft); }
.about-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-media::before { content: ""; position: absolute; z-index: -1; left: clamp(-1.5rem, -3vw, -1rem); bottom: clamp(-1.5rem, -3vw, -1rem); width: 38%; height: 55%; background: var(--brown); transform: skewX(-12deg); border-radius: 6px; }
.about-media__badge { position: absolute; right: clamp(-.5rem, -1.5vw, 0rem); top: 2rem; background: var(--black); color: var(--white); padding: .75rem 1.2rem; border-radius: 999px; font-family: var(--font-display); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; font-size: .9rem; }
.about-copy h2 { margin-bottom: 1.5rem; }
.about-copy .btn-row, .about-copy .link-arrow { margin-top: 2rem; }
.signature { margin-top: 1.75rem; font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 2.1rem; line-height: 1; color: var(--brown); }
.signature small { display: block; margin-top: .5rem; font-family: var(--font-body); font-style: normal; font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--grey-500); }

.pullquote { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.08; max-width: 22ch; padding-left: clamp(1.25rem, 3vw, 2rem); border-left: 4px solid var(--camel); }

.timeline { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
@media (min-width: 900px) { .timeline { grid-template-columns: repeat(3, 1fr); } }
.timeline__item { background: var(--white); border: 1px solid var(--grey-100); border-radius: var(--radius-img); padding: clamp(1.75rem, 3vw, 2.5rem); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.timeline__item:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.timeline__item .eyebrow { color: var(--grey-500); margin-bottom: .9rem; }
.timeline__item h3 { margin-bottom: .75rem; }
.timeline__item p { color: var(--grey-700); }

/* ---------- Stappen ---------- */
.steps { display: grid; gap: 2.25rem; counter-reset: step; list-style: none; padding: 0; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .steps { grid-template-columns: repeat(4, 1fr); gap: 2rem; } }
.step { position: relative; padding-top: 1.5rem; border-top: 1px solid var(--grey-300); counter-increment: step; }
.section--dark .step { border-color: rgba(255,255,255,.2); }
.step::before { content: "0" counter(step); display: block; margin-bottom: .75rem; font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: 3.4rem; line-height: 1; color: var(--brown); }
.section--dark .step::before { color: #ead6bd; }
.step h3 { font-size: 1.5rem; margin-bottom: .6rem; }
.step p { font-size: .95rem; color: var(--grey-700); }
.section--dark .step p { color: var(--grey-300); }

/* ---------- Pakketten ---------- */
.packages { display: grid; gap: clamp(1.25rem, 3vw, 2rem); }
@media (min-width: 900px) { .packages { grid-template-columns: 1fr 1fr; } }
.package { border: 1px solid var(--grey-100); background: var(--white); border-radius: var(--radius-img); overflow: hidden; display: flex; flex-direction: column; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.package:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.package__head { padding: clamp(1.75rem, 3.5vw, 2.75rem); border-bottom: 1px solid var(--grey-100); }
.package__head .eyebrow { margin-bottom: .75rem; }
.package__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: .6rem; margin-top: 1.1rem; }
.package__price strong { font-family: var(--font-display); font-weight: 700; font-size: clamp(3rem, 6vw, 4.25rem); line-height: 1; }
.package__price span { color: var(--grey-500); font-size: .9rem; }
.package__body { padding: clamp(1.75rem, 3.5vw, 2.75rem); flex: 1; display: flex; flex-direction: column; }
.feature-list { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; gap: 1.25rem; }
.feature-list li { display: grid; grid-template-columns: 22px 1fr; gap: .9rem; }
.feature-list svg { width: 22px; height: 22px; color: var(--brown); margin-top: .15rem; }
.feature-list strong { display: block; font-weight: 600; line-height: 1.4; }
.feature-list span { display: block; color: var(--grey-700); font-size: .92rem; line-height: 1.6; margin-top: .2rem; }
.package__body .btn { margin-top: auto; }
.package--dark { background: var(--black); color: var(--white); border-color: var(--black); }
.package--dark .package__head { border-color: rgba(255,255,255,.12); }
.package--dark .feature-list span, .package--dark .package__price span { color: var(--grey-300); }
.package--dark .feature-list svg { color: var(--camel); }
.combi { margin-top: clamp(1.25rem, 3vw, 2rem); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; padding: clamp(1.75rem, 3.5vw, 2.5rem); background: var(--brown); color: var(--white); border-radius: var(--radius-img); }
.combi h3 { margin-bottom: .4rem; }
.combi p { color: rgba(255,255,255,.85); max-width: 60ch; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--grey-100); }
.faq details { border-bottom: 1px solid var(--grey-100); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.4rem 0; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.2rem, 2vw, 1.45rem); text-transform: uppercase; letter-spacing: .02em; line-height: 1.15; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 14px; height: 14px; background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat, linear-gradient(currentColor, currentColor) center / 2px 100% no-repeat; transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); color: var(--brown); }
.faq details p { padding: 0 0 1.5rem; color: var(--grey-700); max-width: 70ch; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--black); color: var(--white); text-align: center; }
.cta-band__bg { position: absolute; inset: -15% 0; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.cta-band__bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(28,19,13,.86), rgba(28,19,13,.96)); }
.cta-band .container { position: relative; }
.cta-band h2 { max-width: 16ch; margin-inline: auto; }
.cta-band .lead { margin: 1.5rem auto 0; max-width: 52ch; color: rgba(255,255,255,.85); }
.cta-band .btn-row { justify-content: center; margin-top: 2.5rem; }

/* ---------- Formulieren ---------- */
.form { display: grid; gap: 1.1rem; }
.form-row { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .form-row--2 { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .45rem; }
.field label { font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: .85rem 1.1rem; background: var(--white); border: 1.5px solid var(--grey-300); border-radius: 10px; font-size: 1rem; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 150px; resize: vertical; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: var(--grey-500); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--brown); box-shadow: 0 0 0 3px rgba(166, 124, 91,.15); }
.field.has-error input, .field.has-error textarea { border-color: #b3261e; }
.field__error { font-size: .8rem; color: #b3261e; }
.form__note { font-size: .8rem; color: var(--grey-500); }
.form-success { display: grid; gap: .75rem; padding: 2rem; text-align: center; border: 1.5px solid var(--grey-100); border-radius: var(--radius-img); animation: fadeUp .6s var(--ease) both; }
.form-success svg { width: 48px; height: 48px; margin: 0 auto; color: var(--brown); }
.form-success h3 { font-size: 1.8rem; }

/* ---------- Afspraak-popup ---------- */
.booking { width: min(100% - 2rem, 460px); max-height: calc(100dvh - 2rem); margin: auto; padding: 0; border: 0; border-radius: 16px; background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.35); overflow: auto; }
.booking::backdrop { background: rgba(28,19,13,.7); backdrop-filter: blur(3px); }
.booking[open] { animation: dialogIn .35s var(--ease); }
@keyframes dialogIn { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
.booking__head { position: relative; padding: 1.75rem 1.75rem 1.25rem; background: var(--black); color: var(--white); overflow: hidden; }
.booking__head::after { content: ""; position: absolute; right: -10px; top: -20%; width: 46px; height: 140%; background: var(--brown); transform: skewX(-18deg); }
.booking__head h2 { font-size: 2.1rem; position: relative; z-index: 1; max-width: 14ch; }
.booking__head p { margin-top: .5rem; color: var(--grey-300); font-size: .92rem; position: relative; z-index: 1; max-width: 32ch; }
.booking__close { position: absolute; top: .75rem; right: .75rem; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: rgba(0,0,0,.35); }
.booking__close:hover { background: rgba(0,0,0,.6); }
.booking__close svg { width: 20px; height: 20px; }
.booking__body { padding: 1.5rem 1.75rem 1.75rem; }
@media (max-width: 520px) {
  .booking { width: 100%; max-width: 100%; margin: auto 0 0; border-radius: 18px 18px 0 0; max-height: 92dvh; }
  .booking[open] { animation-name: sheetIn; }
  @keyframes sheetIn { from { transform: translateY(100%); } to { transform: none; } }
}

/* ---------- Lightbox ---------- */
.lightbox { width: 100%; height: 100%; max-width: 100%; max-height: 100%; margin: 0; padding: 0; border: 0; background: rgba(28,19,13,.97); color: var(--white); }
.lightbox::backdrop { background: rgba(0,0,0,.9); }
.lightbox__inner { height: 100%; display: grid; grid-template-rows: 1fr auto; padding: 4.5rem 1rem 1.5rem; }
.lightbox__figure { display: grid; place-items: center; min-height: 0; }
.lightbox__figure img { max-width: min(100%, 1100px); max-height: 100%; width: auto; height: 100%; object-fit: contain; border-radius: 6px; }
.lightbox__caption { text-align: center; max-width: 60ch; margin: 1.25rem auto 0; }
.lightbox__caption .tag { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--camel); font-weight: 600; }
.lightbox__caption h3 { margin-top: .3rem; }
.lightbox__caption p { margin-top: .4rem; color: var(--grey-300); font-size: .95rem; }
.lightbox__btn { position: absolute; width: 50px; height: 50px; display: grid; place-items: center; color: var(--white); background: rgba(255,255,255,.08); border-radius: 50%; transition: background-color .2s; }
.lightbox__btn:hover { background: var(--brown); }
.lightbox__btn svg { width: 22px; height: 22px; }
.lightbox__close { top: 1rem; right: 1rem; }
.lightbox__prev, .lightbox__next { top: 50%; transform: translateY(-50%); }
.lightbox__prev { left: 1rem; }
.lightbox__next { right: 1rem; }
.lightbox__count { position: absolute; top: 1.9rem; left: 1.25rem; font-size: .8rem; letter-spacing: .2em; color: var(--grey-300); }
@media (max-width: 640px) { .lightbox__prev, .lightbox__next { top: auto; bottom: 1rem; transform: none; } .lightbox__inner { padding-bottom: 5rem; } }

/* ---------- Contact ---------- */
.contact-layout { display: grid; gap: clamp(3rem, 6vw, 5rem); }
@media (min-width: 1000px) { .contact-layout { grid-template-columns: 1.35fr 1fr; align-items: start; } }
.contact-card { padding: clamp(1.75rem, 3.5vw, 2.5rem); background: var(--black); color: var(--white); border-radius: 16px; }
.contact-card h2 { font-size: clamp(2rem, 3.5vw, 2.6rem); }
.contact-card p { color: var(--grey-300); margin-top: .75rem; }
.contact-actions { display: grid; gap: .75rem; margin-top: 1.75rem; }
.btn--whatsapp::after { background: #1ea952; }
.btn--whatsapp:hover { border-color: #1ea952; }
.contact-list { list-style: none; padding: 1.5rem 0 0; margin: 1.75rem 0 0; display: grid; gap: .9rem; border-top: 1px solid rgba(255,255,255,.12); }
.contact-list li { display: grid; grid-template-columns: 22px 1fr; gap: .85rem; align-items: start; }
.contact-list svg { width: 20px; height: 20px; color: var(--camel); margin-top: .2rem; }
.contact-list a:hover { text-decoration: underline; text-underline-offset: 3px; }
.contact-list small { display: block; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--grey-500); }

.map { position: relative; aspect-ratio: 16 / 10; background: var(--sand); overflow: hidden; border-radius: var(--radius-img); display: grid; place-items: center; text-align: center; }
@media (max-width: 640px) { .map { aspect-ratio: 4 / 5; } }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.6) sepia(.15); }
.map__placeholder { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 1rem; padding: 1.5rem; background: repeating-linear-gradient(0deg, transparent 0 39px, rgba(60,40,20,.06) 39px 40px), repeating-linear-gradient(90deg, transparent 0 39px, rgba(60,40,20,.06) 39px 40px), var(--white); }
.map__pin { width: 54px; height: 54px; display: grid; place-items: center; background: var(--brown); color: var(--white); border-radius: 50%; box-shadow: 0 0 0 12px rgba(166, 124, 91,.12); animation: pinPulse 2.4s infinite; }
@keyframes pinPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(166, 124, 91,.25); } 50% { box-shadow: 0 0 0 16px rgba(166, 124, 91,0); } }
.map__pin svg { width: 26px; height: 26px; }
.map__placeholder p { font-size: .85rem; color: var(--grey-500); max-width: 38ch; }
.address { font-style: normal; }

.details-table { width: 100%; border-collapse: collapse; }
.details-table th, .details-table td { text-align: left; padding: 1rem 0; border-bottom: 1px solid var(--grey-100); vertical-align: top; }
.details-table th { width: 40%; font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--grey-500); padding-right: 1rem; }
.details-table a { border-bottom: 1px solid currentColor; }

/* ---------- Footer ---------- */
.site-footer { background: var(--black); color: var(--grey-300); padding: clamp(4rem, 8vw, 6rem) 0 calc(2rem + env(safe-area-inset-bottom, 0px)); font-size: .95rem; }
.footer-grid { display: grid; gap: 2.75rem; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; } }
.footer-brand img { width: 190px; }
.footer-brand p { margin-top: 1.25rem; max-width: 34ch; }
.footer-col h3 { color: var(--white); font-size: 1.1rem; letter-spacing: .16em; margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.footer-col a { transition: color .2s; }
.footer-col a:hover { color: var(--white); }
.socials { display: flex; gap: .6rem; margin-top: 1.5rem; }
.socials a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); transition: all .25s; }
.socials a:hover { background: var(--brown); border-color: var(--brown); transform: translateY(-3px); }
.socials svg { width: 18px; height: 18px; }
.footer-bottom { margin-top: clamp(3rem, 6vw, 4.5rem); padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; font-size: .8rem; color: var(--grey-500); }
@media (max-width: 999px) { .site-footer { padding-bottom: calc(6rem + env(safe-area-inset-bottom, 0px)); } }

/* ---------- Scroll-animaties ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-delay-1 { --i: 1; }
.js .reveal-delay-2 { --i: 2; }

/* Afbeelding "onthult" zich van onder naar boven */
.js .reveal-img { clip-path: inset(100% 0 0 0 round var(--radius-img)); transition: clip-path 1.2s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.js .reveal-img img { scale: 1.15; transition: scale 1.6s var(--ease); }
.js .reveal-img.is-visible { clip-path: inset(0 0 0 0 round var(--radius-img)); }
.js .reveal-img.is-visible img { scale: 1; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal, .js .reveal-img { opacity: 1; transform: none; clip-path: none; }
  .js .reveal-img img { scale: 1; }
}

.mt-2 { margin-top: 2rem; }

/* ---------- Trouwpakketten: extra's ---------- */
.stack__list { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.stack__list li { display: grid; grid-template-columns: 20px 1fr; gap: .6rem; align-items: start; font-size: .95rem; color: var(--grey-700); }
.stack__list svg { width: 20px; height: 20px; color: var(--brown); margin-top: .15rem; }
@media (max-width: 899px) { .stack__list { display: none; } }

.package__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--sand); }
.package__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transition: transform 1s var(--ease); }
.package:hover .package__media img { transform: scale(1.04); }

/* "Ook beschikbaar voor": bewust klein en rustig */
.also-inline { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.25rem; margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: 1.5rem; border-top: 1px solid var(--grey-300); font-size: .95rem; color: var(--grey-500); }
.also-inline span { font-family: var(--font-serif); font-style: italic; font-size: 1.2rem; color: var(--grey-700); }
.also-inline a { color: var(--grey-700); border-bottom: 1px solid var(--grey-300); transition: color .2s, border-color .2s; }
.also-inline a:hover { color: var(--brown); border-color: var(--brown); }

.also { padding-block: clamp(3.5rem, 7vw, 5rem); }
.also__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem 1.5rem; margin-bottom: 1.75rem; }
.also__head .eyebrow { margin: 0; }
.also__head h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.also__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem 2rem; }
@media (min-width: 900px) { .also__list { grid-template-columns: repeat(4, 1fr); } }
.also__list li { padding-top: 1rem; border-top: 1px solid var(--grey-300); scroll-margin-top: 6rem; }
.also__list h3 { font-size: 1.25rem; letter-spacing: .04em; }
.also__list p { margin-top: .3rem; font-size: .9rem; color: var(--grey-500); }
.also__note { margin-top: 1.5rem; font-size: .9rem; color: var(--grey-500); }
.also__note a { color: var(--ink); border-bottom: 1px solid currentColor; }

/* ---------- Foto-header op subpagina's ---------- */
.hero--page .hero__content { max-width: 980px; margin-inline: auto; }
.hero--page .eyebrow { justify-content: center; animation: fadeUp .9s .1s var(--ease) both; }
.hero--page h1 { color: var(--white); max-width: 16ch; margin-inline: auto; animation: fadeUp 1s .25s var(--ease) both; }
.hero__lead { margin: 1.5rem auto 0; max-width: 52ch; font-size: clamp(1.05rem, 1.6vw, 1.2rem); line-height: 1.65; color: rgba(255,255,255,.85); animation: fadeUp 1s .4s var(--ease) both; }
