/*! =====================================================
    1. Root-variabelen & globale instellingen
   ===================================================== */

:root {
  --main-font: "Inter", Arial, sans-serif;
  --menu-font: 'Playfair Display', serif;
  --generalfont: "DM Sans", Arial, sans-serif;
  --main-color: #6e6b5e;
  --secondary-color: #a4968c;
  --highlight-color: #bda895;
  --menu-bg: #b7b2ad;
  --menu-overlay: #ffffff;
  --border-color: #e5dfd9;
  --icon-color: #ecd295;
  --icon-hover: #5a5247;
  --logo-color: #fff;
  --detail-color: #efeeee;
  --container-bg: #ffffff;
  --footer-bg: #b7b2ad;
  --logo-size-desktop: 2.0rem;
  --logo-size-tablet: 1.5rem;
  --logo-size-mobile: 1.5rem;
  --logo-size-current: clamp(var(--logo-size-mobile), 4.2vw, var(--logo-size-desktop));
  --header-height-desktop: 110px;
  --header-height-tablet: 100px;
  --header-height-mobile: 74px;
  --header-height-current: var(--header-height-desktop);
  --menu-font-size: 0.95rem;
  --navbar-padding-x: 38px;
  --navbar-padding-y: 0;
  --menu-gap: 28px;
  --icon-gap: 18px;
  --icon-size: 1.22rem;
  --container-font-family: var(--generalfont, Arial, sans-serif);
  --container-font-size: 1.0rem;
  --container-line-height: 1.7;
  --container-letter-spacing: 0.04em;
  --container-font-weight: 100;
  --max-w: 55vw;
  --gutter: 1.25rem;
  --radius: 18px;
  --radius-lg: 26px;
  --lh-tight: 1.15;
  --lh-base: 1.6;
  --scroll-t: 0;
  --parallax: 0;
  --nav-max-width: 90vw;
  --nav-pad: clamp(16px, 4vw, 56px);
}

@media (max-width: 1100px) {
  :root {
    --max-w: 85vw;
  }
}

@media (max-width: 640px) {
  :root {
    --max-w: 95vw;
  }
}





/*! =====================================================
    2. Fonts
   ===================================================== */

@font-face {
  font-display: swap;
  font-family: Kalieb;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaliebLuxuryDemo-Regular.otf) format("opentype");
}

@font-face {
  font-display: swap;
  font-family: Sundiary;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/SundiaryDemo-2OgdK.ttf) format("truetype");
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}




/*! =====================================================
    3. Basis / reset / typografie
   ===================================================== */

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--container-bg);
  font-family: var(--main-font);
  margin: 0;
}

p {
  margin: 0 0 1rem;
  font-family: var(--container-font-family);
  font-size: var(--container-font-size);
  line-height: var(--container-line-height);
  letter-spacing: var(--container-letter-spacing);
  font-weight: var(--container-font-weight);
  color: color-mix(in srgb, var(--main-color) 96%, #000 4%);
}


main,
section {
  position: static;
  z-index: auto;
}

body {
  box-sizing: border-box;
}

[id] {
  /* scroll-margin-top: calc(var(--header-height-current) + 24px); */
}

.section-container {
  width: min(var(--max-w), calc(100% - 2*var(--gutter)));
  margin-inline: auto;
}



/*! =====================================================
    4. Layout helpers & generieke componenten
   ===================================================== */

/* Universele CTA button */
.cta-btn {
  display: inline-block;
  padding: clamp(0.9rem, 1rem + 0.4vw, 1.4rem) clamp(1.4rem, 1.2rem + 1.2vw, 1.8rem);
  font-family: var(--menu-font);
  font-size: clamp(.72rem, .7rem + .25vw, .82rem);
  font-weight: 400;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  border: 1px solid #333;
  text-decoration: none;
  transition: all .25s ease;
  border-radius: 0;
  text-align: center;
  min-width: 180px;
}

.workflow-hero__cta {
  background: rgba(255, 255, 255, .92);
  color: #3d342c;
  border-color: transparent;
}

@media (hover:hover) {
  .cta-btn:hover {
    background: #f7f3ef;
    color: #3d342c;
    border-color: #3d342c;
    transform: translateY(-2px);
  }
}

@media (max-width: 640px) {
  .cta-btn {
    width: 100%;
    min-width: unset;
    text-align: center;
    padding: 1.1rem 1.2rem;
    letter-spacing: .22em;
  }
}


/*! =====================================================
    6. Slider
   ===================================================== */

.strip-slider {
  position: relative;
  margin-top: var(--header-height-current);
}

.strip-mask {
  overflow: hidden;
}

.strip-track {
  display: flex;
  max-height: 50vh;
  overflow: hidden;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.strip-track::-webkit-scrollbar {
  display: none;
}

.tile {
  flex: 0 0 auto;
  border-radius: 0;
  overflow: hidden;
  background: #ddd;
  scroll-snap-align: start;
  position: relative;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.w-s {
  flex-basis: clamp(240px, 32vw, 380px);
}

.w-m {
  flex-basis: clamp(320px, 44vw, 520px);
}

.w-l {
  flex-basis: clamp(420px, 56vw, 680px);
}

.aspect-1-1 {
  aspect-ratio: 1 / 1;
}

.aspect-3-4 {
  aspect-ratio: 3 / 4;
}

.aspect-4-3 {
  aspect-ratio: 4 / 3;
}

.aspect-2-3 {
  aspect-ratio: 2 / 3;
}

.aspect-3-2 {
  aspect-ratio: 3 / 2;
}

.aspect-16-9 {
  aspect-ratio: 16 / 9;
}

.strip-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 55%);
  background: rgb(0 0 0 / 18%);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  backdrop-filter: blur(2px);
}

.strip-prev {
  left: 12px;
}

.strip-next {
  right: 12px;
}

.strip-nav:hover {
  background: rgb(0 0 0 / 28%);
}

.strip-nav:focus {
  outline: 2px solid rgb(255 255 255 / 70%);
  outline-offset: 2px;
}

@media (width <= 700px) {
  .w-s {
    flex-basis: clamp(200px, 60vw, 280px);
  }

  .w-m {
    flex-basis: clamp(260px, 80vw, 360px);
  }

  .w-l {
    flex-basis: clamp(320px, 95vw, 440px);
  }
}

/*! =====================================================
    7. Inhoud Homepagina
   ===================================================== */

.below-strip-intro {
  padding: clamp(48px, 3vw, 90px) 0 clamp(42px, 3vw, 100px);
  background: #fff;
  color: var(--main-color);
}

.below-strip-intro .intro-wrap {
  width: min(1100px, calc(100% - 2*var(--nav-pad, 5vw)));
  margin-inline: auto;
  text-align: center;
}

.intro-kicker {
  font-family: var(--container-font-family);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(.95rem, .8rem + .4vw, 1.05rem);
  letter-spacing: .01em;
  color: var(--secondary-color);
  margin: 0 0 clamp(12px, 1.8vw, 20px);
}


.focus-areas {
  background: var(--container-bg);
  color: var(--main-color);
}

.focus-areas__inner {
  width: min(var(--max-w), calc(100% - 2*var(--gutter)));
  margin-inline: auto;
}

.focus-areas__head {
  text-align: center;
  margin-bottom: clamp(16px, 3.5vw, 28px);
}

.focus-areas__title {
  margin: 0 0 .5rem;
  font-family: var(--menu-font);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.2;
  font-size: clamp(1.6rem, 1.1rem + 2.2vw, 2.6rem);
  color: #2f2b26;
}

.focus-areas__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 2.2vw, 28px);
  margin-top: clamp(16px, 4vw, 32px);
}

@media (width <= 980px) {
  .focus-areas__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 640px) {
  .focus-areas__grid {
    grid-template-columns: 1fr;
  }
}

.focus-card {
  --img: none;

  position: relative;
  display: grid;
  aspect-ratio: 3 / 4;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #ddd;
  isolation: isolate;
  place-content: end start;
  justify-items: start;
}

.focus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--img) center/cover no-repeat;
  transform: scale(1.02);
  transition: transform .5s ease, filter .5s ease;
  z-index: -2;
}

.focus-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 10%) 20%, rgb(0 0 0 / 55%) 100%);
  opacity: .95;
  transition: opacity .35s ease, background .35s ease;
  z-index: -1;
}

.focus-card__label {
  display: inline-block;
  margin: 0 0 .35rem;
  font-family: var(--menu-font);
  font-size: clamp(.7rem, .6rem + .35vw, .82rem);
  letter-spacing: .36em;
  text-transform: uppercase;
  opacity: .92;
}

.focus-card__title {
  display: block;
  margin: 0 0 .2rem;
  font-family: var(--menu-font);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.1;
  font-size: clamp(1.0rem, 1rem + 1.4vw, 1.4rem);
}

.focus-card>.focus-card__label,
.focus-card>.focus-card__title {
  padding-inline: clamp(14px, 2.4vw, 20px);
}

.focus-card>.focus-card__title {
  padding-bottom: clamp(12px, 2vw, 18px);
}

.focus-card:hover::before {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.05);
}

.focus-card:hover::after {
  background: linear-gradient(180deg, rgb(0 0 0 / 8%) 20%, rgb(0 0 0 / 60%) 100%);
  opacity: 1;
}

.focus-card:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--highlight-color) 40%, transparent);
}

.focus-areas .cta-btn {
  border-color: #333;
  color: #333;
}

.focus-areas .cta-btn:hover {
  background: #333;
  color: #fff;
}




.about-band {
  background: var(--detail-color);
  padding: clamp(36px, 6vw, 72px) 0;
  position: relative;
  border: none;
  margin-bottom: clamp(36px, 4vw, 53px);
}

.about-band::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background: rgb(0 0 0 / 8%);
}

.about-band__inner {
  width: min(var(--max-w), calc(100% - 2*var(--gutter)));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: clamp(24px, 5vw, 54px);
  align-items: start;
}

.portrait-frame {
  box-shadow: none;
  line-height: 0;
}

.portrait-frame img {
  display: block;
}

.about-band__media {
  display: grid;
  place-items: start;
}

.portrait-frame {
  margin: 0;
  padding: var(--frame-pad);
  outline-offset: 0;
  box-shadow: 0 1px 0 rgb(0 0 0 / 4%);
  max-width: 640px;
}

.portrait-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: cover;
}

.portrait-frame {
  box-shadow: none;
}


.cirkel {
  width: clamp(320px, 40vw, 200px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.cirkel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-band__content {
  align-self: center;
  color: var(--main-color);
  font-family: var(--container-font-family);
  letter-spacing: var(--container-letter-spacing);
  line-height: var(--container-line-height);
  font-size: var(--container-font-size);
}

.eyebrow {
  margin: 0 0 .75rem;
  font-family: var(--menu-font);
  font-size: clamp(.62rem, .52rem + .3vw, .76rem);
  font-weight: 300;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgb(0 0 0 / 55%);
}

.eyebrow-sub {
  letter-spacing: .26em;
  color: rgb(0 0 0 / 45%);
}

.about-band__title {
  margin: 0 0 .8rem;
  font-family: var(--menu-font);
  font-weight: 400;
  font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem);
  line-height: var(--lh-tight);
  color: var(--main-color);
}

.about-band__copy p {
  margin: 0 0 .9rem;
  max-width: 85ch;
}

.about-band__cta {
  margin-top: clamp(.6rem, 1.2vw, 1rem);
}

@media (width <= 980px) {
  .about-band__inner {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 28px);
  }

  .about-band__media {
    order: 1;
  }

  .about-band__content {
    order: 2;
  }

  .portrait-frame {
    justify-self: center;
    width: min(640px, 100%);
  }
}

.about-band__cta .social-icons {
  display: flex;
  gap: 18px;
  margin-top: 1.5rem;
}

.about-band__cta .social-icons a {
  color: var(--main-color);
  font-size: 1.5rem;
  opacity: 0.9;
  transition: color .2s ease, opacity .2s ease;
}

.about-band__cta .social-icons a:hover {
  color: #000;
  opacity: 1;
}

.intro-headline {
  margin: 0 0 clamp(18px, 2.4vw, 26px);
  font-family: var(--menu-font);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .09em;
  line-height: 1.2;
  font-size: clamp(1.9rem, 1.2rem + 3vw, 3.4rem);
  color: #4a4942;
}

.intro-tagline {
  margin: 0 0 clamp(24px, 3.5vw, 36px);
  font-family: var(--menu-font);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .38em;
  font-size: clamp(1.20rem, .6rem + .25vw, .9rem);
  color: #8b867f;
}


@media (width <= 520px) {
  .intro-headline {
    letter-spacing: .06em;
  }

  .intro-tagline {
    letter-spacing: .32em;
  }
}


/*! =====================================================
    9. FAQpagina
   ===================================================== */

.faq-accordion {
  width: min(var(--max-w), calc(100% - 2*var(--gutter)));
  margin-inline: auto;

}

.faq-item {
  border-bottom: 1px solid var(--border-color);
  background: #fff;
}

.faq-toggle {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: clamp(16px, 2.6vw, 20px) 0;
  border: 0;
  background: transparent;
  color: var(--main-color);
  font: 400 1rem/1.55 var(--main-font);
  cursor: pointer;
  text-align: left;
}

.faq-item:hover .faq-toggle {
  color: color-mix(in srgb, var(--main-color) 90%, #000 10%);
}

.faq-toggle:focus-visible {
  outline: none;
  border-radius: 8px;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--highlight-color) 38%, transparent);
}

.faq-icon {
  inline-size: 22px;
  block-size: 22px;
  background: none;
  position: relative;
}

.faq-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  inline-size: 16px;
  block-size: 16px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / contain no-repeat;
  background-color: currentcolor;
  transition: transform .22s ease;
}


.faq-toggle[aria-expanded="true"] .faq-icon::before {
  transform: rotate(180deg);
}

.faq-a {
  overflow: hidden;
  max-height: 0;
  opacity: .98;
  transition: max-height .26s ease, opacity .26s ease;
  will-change: max-height;
  background: #fff;
}

.faq-a>* {
  margin: 0;
  padding-inline: 0;
}

.faq-a p,
.faq-a ul,
.faq-a ol {
  color: var(--main-color);
  line-height: 1.75;
  opacity: .96;
  margin-bottom: clamp(12px, 2vw, 16px);
}

.faq-a> :first-child {
  padding-top: clamp(6px, 1.2vw, 8px);
}

.faq-a> :last-child {
  margin-bottom: clamp(16px, 2.4vw, 20px);
}

.faq-item.is-open {
  background: #fff;
}

.faq-item.is-open .faq-toggle {
  color: color-mix(in srgb, var(--main-color) 92%, #000 8%);
}


.faq-item.is-open .faq-toggle[aria-expanded="true"] {
  color: var(--highlight-color);
}

.faq-item.is-open:hover .faq-toggle[aria-expanded="true"] {
  color: var(--highlight-color);
}

.faq-a a {
  color: var(--highlight-color);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentcolor;
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}

.faq-a a:hover,
.faq-a a:focus {
  color: var(--icon-hover);
  border-color: var(--icon-hover);
}

.faq-a a:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--highlight-color) 70%, #fff 30%);
  outline-offset: 2px;
  border-color: transparent;
}

@media (width <= 640px) {
  .faq-toggle {
    padding-block: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-a {
    transition: none;
  }

  .faq-icon::before {
    transition: none;
  }
}

main {
  position: relative;
  z-index: 1
}



/*! =====================================================
    10. Contactpagina
   ===================================================== */

.contact-page {
  margin-top: var(--header-height-current);
  padding: clamp(32px, 5vw, 60px) 0 clamp(40px, 6vw, 80px);
}

.contact-grid {
  width: min(var(--max-w), calc(100% - 2*var(--gutter)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .95fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  padding-top: clamp(12px, 2vw, 24px);
}

@media (width <= 1500px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 0;
  box-shadow: 0 14px 34px rgb(0 0 0 / 6%);
}

.map-card {
  padding: clamp(12px, 1.8vw, 18px);
  display: flex;
  flex-direction: column;
  min-height: clamp(420px, 44vw, 640px);
}

.map-embed {
  position: relative;
  flex: 1 1 auto;
  min-height: 320px;
  overflow: hidden;
  background: #e9e9e9;
}

.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-meta {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--main-color);
}

.minimal-link {
  color: var(--main-color);
  text-decoration: none;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}

.minimal-link:hover {
  color: #2f2b26;
  border-color: #2f2b26;
}

/* Formulierkaart */
.form-card {
  padding: clamp(18px, 2.6vw, 24px);
  display: flex;
}

.contact-form {
  display: grid;
  gap: clamp(12px, 2vw, 18px);
  width: 100%;
}

.choice-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .7rem .9rem;
  margin-bottom: .9rem;
  border: 1px dashed var(--border-color);
  background: #fff;
  border-radius: 0;
}

.pill {
  display: inline-block;
  padding: .28rem .7rem;
  border-radius: 999px;
  background: var(--detail-color);
  color: #2f2b26;
  font-size: .9rem;
  line-height: 1;
}

.choice-banner .minimal-link {
  border: 0;
  text-decoration: underline;
  padding: 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2vw, 18px);
}

@media (width <= 700px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-size: .95rem;
  color: var(--main-color);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 0;
  background: #fff;
  font: 400 1rem/1.5 var(--main-font);
  padding: .85rem 1rem;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #7c756b 50%),
    linear-gradient(135deg, #7c756b 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px),
    calc(100% - 2.2rem) 0;
  background-size: 6px 6px, 6px 6px, 1px 100%;
  background-repeat: no-repeat;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9b9b9b;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--highlight-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--highlight-color) 26%, transparent);
}

.field textarea {
  resize: none;
  min-height: 180px;
}

.field-hint {
  font-size: .85rem;
  color: #7a746d;
}

.submit-row {
  margin-top: .4rem;
}

.contact-form .cta-btn {
  justify-self: start;
  padding: .9rem 1.3rem;
  border: 1px solid var(--border-color);
  background: #fff;
  color: #6c655c;
  font-size: .95rem;
}

.contact-form .cta-btn:hover {
  background: #faf8f6;
  border-color: var(--detail-color);
}

.contact-form .cta-btn[disabled] {
  opacity: .55;
  cursor: not-allowed;
  filter: grayscale(.12);
}

.contact-cards {
  width: min(var(--max-w), calc(100% - 2*var(--gutter)));
  margin: clamp(24px, 3vw, 32px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2.2vw, 22px);
  padding-bottom: clamp(12px, 2vw, 24px);
}

@media (width <= 980px) {
  .contact-cards {
    grid-template-columns: 1fr;
  }
}

.info-card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 0;
  padding: clamp(18px, 2.6vw, 24px);
  text-align: center;
  color: var(--main-color);
  box-shadow: 0 12px 30px rgb(0 0 0 / 5%);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.info-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--border-color) 40%, var(--highlight-color) 60%);
  box-shadow: 0 18px 40px rgb(0 0 0 / 8%);
}

.info-card i {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  margin-bottom: -2px;
  color: #6c5a44;
  font-size: 1.15rem;
}

.info-card h3 {
  margin: 0 0 6px;
  font-family: var(--menu-font);
  letter-spacing: .04em;
  font-weight: 500;
}

.info-card p {
  margin: 0;
}

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

.info-card {
  transition: transform .25s ease, box-shadow .25s ease;
}
.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgb(0 0 0 / 6%);
}
.info-card:focus-within {
  outline: 2px solid var(--highlight-color);
  outline-offset: 3px;
}


.card :where(input, textarea, select, a, button):focus-visible {
  outline: 2px solid color-mix(in srgb, var(--highlight-color) 60%, #fff 40%);
  outline-offset: 2px;
}



.privacy-note {
  font-size: .9rem;
  color: #a8a8a8;
  margin: .2rem 0 .6rem;
}



/*! =====================================================
    11. Contactbox
   ===================================================== */

.contact-cta,
.faq-cta {
  padding-block: clamp(28px, 5vw, 56px);
}

.contact-cta .cta-inner {
  width: min(var(--max-w, 1100px), calc(100% - 2*var(--gutter, 16px)));
  margin-inline: auto;
  text-align: center;
  padding: clamp(22px, 3.5vw, 40px);
}

.faq-cta:not(section) {
  width: min(var(--max-w, 1100px), calc(100% - 2*var(--gutter, 16px)));
  margin: clamp(24px, 5vw, 48px) auto;
  text-align: center;
  padding: clamp(22px, 3.5vw, 40px);
}

section.faq-cta {
  background: none;
  border: 0;
  box-shadow: none;
}

.cta-kicker {
  font-family: var(--menu-font, inherit);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #6e6b5e;
  margin: 0 0 1rem;
}

.cta-headline {
  font-family: var(--menu-font, inherit);
  font-size: clamp(1.6rem, 1.1rem + 1.8vw, 2.3rem);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #333;
  margin: 0 0 1.1rem;
}


.contact-cta .cta-inner {
  width: min(var(--max-w, 1100px), calc(100% - 2*var(--gutter, 16px)));
  margin-inline: auto;
  border: 1px solid color-mix(in srgb, var(--border-color, #e6e3da) 85%, #000 15%);
  padding: clamp(22px, 3.5vw, 38px);
  background: var(--detail-color);
  border-color: var(--detail-color);
  box-shadow: 0 18px 50px rgb(0 0 0 / 6%);
}


.contact-cta .cta-text {
  max-width: 70ch;
  margin: 0 auto 1rem;
  text-align: center;
  color: color-mix(in srgb, var(--main-color, #2f2b26) 92%, #000 8%);
  line-height: var(--container-line-height, 1.7);
  font-size: var(--container-font-size, 1rem);
}


@media (width <= 640px) {
  .contact-cta .cta-inner {
    padding: clamp(16px, 5.5vw, 26px);
  }
}

.faq-cta {
  width: min(var(--max-w, 1100px), calc(100% - 2*var(--gutter, 16px)));
  margin: clamp(24px, 5vw, 48px) auto;
  text-align: center;
  background: var(--detail-color);
  border-color: var(--detail-color);
  box-shadow: 0 18px 50px rgb(0 0 0 / 6%);
}

.faq-cta .cta-btn {
  display: inline-block;
  margin-top: .25rem;
}


.contact-cta .cta-text a {
  position: relative;
  color: var(--highlight-color);
  font-weight: 500;
  text-decoration: none;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  transition: color .25s ease, background-size .25s ease;
}


.contact-cta .cta-text a:hover,
.contact-cta .cta-text a:focus {
  color: var(--icon-hover);
  background-size: 100% 1px;
}

.contact-cta .cta-text a:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--highlight-color) 70%, #fff 30%);
  outline-offset: 2px;
  border-radius: 2px;
}


/*! =====================================================
    12. Whatsapp-logo
   ===================================================== */

.whatsapp-fab {
  position: fixed;
  right: clamp(14px, 2vw, 22px);
  bottom: clamp(14px, 2vw, 22px);
  z-index: 9999;
  --y: 0;
  --s: 1;
  opacity: 0;
  transform: translateY(var(--y)) scale(var(--s));
  transition: opacity .35s ease, transform .35s ease;
  will-change: transform, opacity;
}

.whatsapp-fab.is-entering,
.whatsapp-fab:not(.is-hidden) {
  opacity: 1;
}

.whatsapp-fab.is-hidden {
  opacity: 0;
  --y: 10px;
}

.whatsapp-fab.lift {
  --y: -26px;
}

.whatsapp-fab a {
  inline-size: 60px;
  block-size: 60px;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 24px rgb(0 0 0 / 18%);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.whatsapp-fab a:hover {
  transform: translateY(-1px);
  background: #1ebe57;
  box-shadow: 0 14px 30px rgb(0 0 0 / 22%);
}

.whatsapp-fab a:active {
  transform: none;
}

.whatsapp-fab a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgb(37 211 102 / 45%), 0 10px 24px rgb(0 0 0 / 18%);
}

.whatsapp-fab i {
  font-size: 30px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes wa-in {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(.98);
  }

  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.whatsapp-fab.is-entering a {
  animation: wa-in .50s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes wa-nudge {
  0% {
    transform: translateY(0) scale(1);
  }

  30% {
    transform: translateY(-6px) scale(1.04);
  }

  60% {
    transform: translateY(0) scale(1);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.whatsapp-fab.nudge a {
  animation: wa-nudge .7s cubic-bezier(.22, .61, .36, 1);
}


@keyframes wa-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 24px rgb(0 0 0 / 18%);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 16px 34px rgb(0 0 0 / 24%);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 10px 24px rgb(0 0 0 / 18%);
  }
}

@media (prefers-color-scheme: dark) {
  .whatsapp-fab a {
    box-shadow: 0 10px 24px rgb(0 0 0 / 36%);
  }
}


@media (prefers-reduced-motion: reduce) {
  .whatsapp-fab,
  .whatsapp-fab a {
    transition: none !important;
    animation: none !important;
  }
}

@media (width <=480px) {
  .whatsapp-fab a {
    inline-size: 54px;
    block-size: 54px;
  }

  .whatsapp-fab i {
    font-size: 28px;
  }
}



/*! =====================================================
    8. Tarievenpagina
   ===================================================== */

.prijskaartjes__inner {
  width: 70vw;
  margin-inline: auto;
}

@media (width <= 720px) {
  .prijskaartjes__inner {
    width: 85vw;
  }
}

.pricing .pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.pricing .pricing-card .cta-btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pricing-packages--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (width <= 980px) {
  .pricing-packages--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 640px) {
  .pricing-packages--3 {
    grid-template-columns: 1fr;
  }
}

.pricing-packages {
  display: grid;
  gap: clamp(22px, 3vw, 38px);
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  justify-items: center;
}



@media (width <= 1100px) {
  .pricing-packages {
    width: min(1150px, 97%);
  }
}

@media (width <= 900px) {
  .pricing-packages {
    width: min(1150px, 98%);
  }
}

@media (width <= 600px) {
  .pricing-packages {
    width: min(1150px, 99%);
  }
}
@media (width <= 420px) {
  .pricing-packages {
    width: 100%;
    padding-inline: 10px;
  }
}


@media (hover:hover) {
  .pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 38px rgb(0 0 0 / 6%);
    border-color: color-mix(in srgb, var(--border-color) 70%, #000 30%);
  }
}

/* Nummer boven kaart */
.pricing-card::before {
  content: attr(data-number);
  display: block;
  font-family: var(--menu-font);
  font-size: .75rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #b7afa6;
  margin-bottom: .6rem;
}

/* TITEL */
.pricing-card h3 {
  margin: 0;
  font-family: var(--menu-font);
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 1rem + .6vw, 1.5rem);
  color: #2f2b26;
}

/* PRIJS */
.pricing-card .price {
  margin: .2rem 0 0;
  font-family: var(--menu-font);
  font-weight: 300;
  font-size: clamp(1.4rem, 1.1rem + 1vw, 1.9rem);
  color: #2f2b26;
  letter-spacing: .06em;
}

/* Divider */
.pricing-card .divider {
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, var(--highlight-color), var(--detail-color));
  margin: 4px 0 10px;
}

/* Lijst */
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  font-family: var(--generalfont);
  font-size: clamp(.95rem, .9rem + .2vw, 1.05rem);
  color: color-mix(in srgb, var(--main-color) 92%, #000 8%);
}

.pricing-card ul li {
  position: relative;
  /* padding-left: 1.2rem; */
}

.pricing-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: .45rem;
  height: .45rem;
  border-radius: 999px;
  background: var(--icon-color);
  box-shadow: 0 0 0 2px #fff;
}

/* CTA */
.pricing-card .cta-btn {
  margin-top: auto;
  padding: .8rem 1.6rem;
  border: 1px solid var(--border-color);
  background: transparent;
  color: #6c655c;
  font-family: var(--menu-font);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .8rem;
  transition: all .2s ease;
}

.pricing-card .cta-btn:hover {
  background: #faf8f6;
  border-color: var(--highlight-color);
}


@media (hover:hover) {
  .pricing-card.is-featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 38px rgb(0 0 0 / 10%);
    border-color: color-mix(in srgb, var(--border-color) 60%, #000 40%);
    background: var(--detail-color);
  }
}



@media (width <= 720px) {
  .pricing-card.is-featured {
    transform: none;
    box-shadow: 0 6px 24px rgb(0 0 0 / 6%);
  }
}

.section-container {
  width: min(1200px, 100%);
  margin-inline: auto;
  
}


@media (width <= 880px) {
  .section-container {
   padding-inline: clamp(12px, 4vw, 40px);
  }
}




.pricing {
  background: var(--container-bg);
  color: var(--main-color);
  padding-block-end: clamp(40px, 6vw, 70px);
}

.prijskaartjes__inner {

  margin-inline: auto;
}



.pricing-packages {

  gap: clamp(34px, 2vw, 63px);

}

.pricing-card {
  position: relative;
  max-width: 80vw;
  width: 100%;
  padding: clamp(40px, 5vw, 56px) clamp(30px, 4vw, 46px);
  border: 1px solid var(--border-color);
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  border-radius: 0;
  box-shadow: none;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease,
    background-color .25s ease;
}

/* NR 01 / 02 / 03 boven de kaarten */
.pricing-packages .pricing-card::before {
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--menu-font);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b7afa6;
}

.pricing-packages .pricing-card:nth-child(1)::before { content: "NR 01"; }
.pricing-packages .pricing-card:nth-child(2)::before { content: "NR 02"; }
.pricing-packages .pricing-card:nth-child(3)::before { content: "NR 03"; }

/* Titels en prijzen */
.pricing-card h3 {
  margin: 0;
  font-family: var(--menu-font);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.4rem);
  color: #2f2b26;
}

.pricing-card .price {
  margin: 0;
  font-family: var(--menu-font);
  font-weight: 400;
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.6rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2f2b26;
}

/* Dunne scheidslijn */
.pricing-card .divider {
  width: 60px;
  height: 1px;
  margin: 0.8rem auto 0.9rem;
  background: #d9d2c9;
}

/* Bodytekst */
.pricing-card ul {
  list-style: none;
  margin: 0 0 0.6rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  font-family: var(--generalfont);
  font-size: 0.95rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--main-color) 90%, #000 10%);
}

.pricing-card ul li::before {
  content: none;
}

/* Knop onderin de kaart */
.pricing-card .cta-btn {
  margin-top: auto;
  padding: 1.4rem 2.8rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: var(--border-color);
  background: transparent;
  color: #6c655c;
}

.pricing-card .cta-btn:hover {
  background: #faf8f6;
  border-color: var(--highlight-color);
}

/* Uitgelichte (middelste) kaart */
.pricing-card.is-featured {
  background: var(--detail-color);
  border-color: var(--detail-color);
  box-shadow: 0 18px 50px rgb(0 0 0 / 6%);
  transform: translateY(-6px);
}

/* Responsief grid */
@media (width <= 1100px) {
  .pricing-packages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 720px) {
  .pricing-packages {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pricing-card {
    /* max-width: 420px; */
    margin-inline: auto;
    transform: none;
    padding: clamp(40px, 1vw, 20px) clamp(20px, 1vw, 20px);
    max-width: 100vw;
  }

  .pricing-card.is-featured {
    box-shadow: none;
  }
}

/* Voeg dit toe NA je bestaande .pricing-card regels */
.pricing-card {
  position: relative;
  isolation: isolate; /* pseudo-element netjes achter de inhoud */
  overflow: visible;  /* ruimte geven aan de glow buiten de kaart */
}



@media (hover: hover) {
  .pricing-card::after {
    content: "";
    position: absolute;
    inset: -1.8rem; /* hoe negatiever, hoe groter de “puddle” om de kaart */
    border-radius: 26px;
    pointer-events: none;
    z-index: -1;

    /* Warme “wedding”-glow in dezelfde sfeer als je site */
    background:
      radial-gradient(circle at top left, rgba(255, 240, 230, .7), transparent 60%),
      radial-gradient(circle at bottom right, rgba(189, 168, 149, .55), transparent 65%);

    opacity: 0;
    filter: blur(26px);
    transform: scale(.9);
    transition:
      opacity .45s ease,
      transform .45s ease,
      filter .45s ease;
  }

  .pricing-card:hover::after,
  .pricing-card:focus-within::after {
    opacity: 1;
    transform: scale(1);
    filter: blur(34px);
  }
}





/*! =====================================================
    13. Werkwijzepagina
   ===================================================== */

.workflow-hero {
  position: relative;
  margin-top: var(--header-height-current);
  min-height: clamp(340px, 60vh, 520px);
  display: grid;
  place-items: center;
  text-align: left;
  color: #fff;
  background: radial-gradient(circle at top left, rgb(255 240 230 / 0%), transparent 52%), radial-gradient(circle at bottom right, rgb(189 168 149 / 73%), rgb(61 52 44 / 0%)), url("img/werkwijze/werkwijze-fotograaf-hollands-kroon.jpg") center / cover no-repeat;
  isolation: isolate;
}

.workflow-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 45%), rgb(0 0 0 / 25%), rgb(0 0 0 / 65%));
  mix-blend-mode: multiply;
  opacity: .9;
  pointer-events: none;
  z-index: -1;
}

.workflow-hero__inner {
  position: relative;
  width: min(var(--max-w), calc(100% - 2*var(--gutter)));
  margin-inline: auto;
  max-width: 920px;
}

.workflow-hero__eyebrow {
  margin: 0 0 .35rem;
  font-family: Montserrat, var(--generalfont);
  font-size: .78rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  opacity: .9;
}

.workflow-hero__title {
  margin: 0 0 .65rem;
  font-family: 'Playfair Display', var(--menu-font);
  font-weight: 400;
  font-size: clamp(2.1rem, 1.7rem + 1.9vw, 3.1rem);
  line-height: 1.15;
}

.workflow-hero__subtitle {
  max-width: 60ch;
  margin: 0 0 1.1rem;
  font-family: var(--container-font-family);
  font-size: clamp(1rem, .96rem + .2vw, 1.08rem);
  line-height: 1.7;
  color: rgb(255 255 255 / 92%);
}

.workflow-timeline {
  background: #fff;
  padding: clamp(34px, 6vw, 70px) 0;
}

.workflow-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid rgb(189 168 149 / 16%);
  position: relative;
}

.workflow-step {
  position: relative;
  padding-left: 2.8rem;
  padding-bottom: clamp(22px, 3.4vw, 32px);
}

.workflow-step:last-child {
  padding-bottom: 0;
}

.workflow-step__badge {
  position: absolute;
  left: -0.85rem;
  transform: translateX(-50%);
  min-width: 2rem;
  padding: .15rem .45rem;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid rgb(189 168 149 / 70%);
  color: #7b6a5b;
  text-align: center;
}

.workflow-step__content h3 {
  margin: 0 0 0.4rem;
  font-family: var(--menu-font);
  font-weight: 400;
  font-size: clamp(1.1rem, 1rem + .4vw, 1.35rem);
  color: #3d342c;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.workflow-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: #f7efe7;
  color: #8b6f5b;
  flex-shrink: 0;
}

.workflow-step__content p {
  margin: 0 0 .4rem;
  font-family: var(--container-font-family);
  font-size: var(--container-font-size);
  line-height: var(--container-line-height);
  color: color-mix(in srgb, var(--main-color) 96%, #000 4%);
}

.workflow-step__content ul {
  margin: 0 0 .4rem;
  padding-left: 1.1rem;
  font-size: .97rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--main-color) 96%, #000 4%);
}

.workflow-extra {
  background: var(--detail-color);
  padding: clamp(30px, 5vw, 56px) 0;
}

.workflow-extra__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 40px);
}

.workflow-extra__col h2 {
  margin: 0 0 .4rem;
  font-family: var(--menu-font);
  font-weight: 400;
  font-size: clamp(1.2rem, 1rem + .5vw, 1.5rem);
  color: #3d342c;
}

.workflow-extra__col p {
  margin: 0;
  font-family: var(--container-font-family);
  line-height: var(--container-line-height);
}

.workflow-cta {
  background: #fff;
  padding: clamp(34px, 6vw, 64px) 0 clamp(46px, 6vw, 80px);
}

.workflow-cta__inner {
  text-align: center;
}

.workflow-cta__inner h2 {
  margin: 0 0 .4rem;
  font-family: var(--menu-font);
  font-weight: 400;
  font-size: clamp(1.6rem, 1.2rem + 1.7vw, 2.2rem);
  color: #3d342c;
}

.workflow-cta__inner p {
  margin: 0 0 1rem;
  font-family: var(--container-font-family);
  font-size: 1rem;
  line-height: 1.7;
}

.workflow-cta__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .65rem;
}

.workflow-cta .cta-btn--ghost {
  background: transparent;
  border-color: #cfc9c2;
  color: #6c655c;
}

.workflow-cta .cta-btn--ghost:hover {
  background: #faf8f6;
}

@media (width <= 860px) {
  .workflow-timeline {
    /* padding-top: 28px; */
    /* padding-bottom: 40px; */
    /* padding: 30px; */
  }

  .workflow-steps {
    border-left: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .workflow-step {
    padding: 0;
    padding-bottom: 0;
    position: relative;
  }

  .workflow-step__content {
    background: #fff;
    border-radius: 18px;
    padding: 1.05rem 1.1rem 1.15rem;
    box-shadow: 0 12px 30px rgb(0 0 0 / 4%);
    border: 1px solid rgb(189 168 149 / 25%);
  }

  .workflow-step__badge {
    position: absolute;
    top: -0.55rem;
    left: 1.2rem;
    transform: none;
    min-width: auto;
    padding: 0.18rem 0.6rem;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    border-radius: 999px;
    background: #f7efe7;
    border-color: rgb(189 168 149 / 90%);
    color: #7b6a5b;
    text-align: center;
  }

  .workflow-step__content h3 {
    margin-top: 0.4rem; 
    font-size: 1.05rem;
  }

  .workflow-step__icon {
    width: 1.9rem;
    height: 1.9rem;
  }

  .workflow-step__content p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .workflow-step__content ul {
    font-size: 0.93rem;
  }
}

@media (width <= 520px) {
  .workflow-step__content {
    padding: 0.95rem 0.95rem 1.05rem;
    border-radius: 16px;
  }

  .workflow-step__badge {
    left: 1rem;
    font-size: 0.66rem;
  }

  .workflow-step__content h3 {
    font-size: 1rem;
  }
}

.workflow-hero__inner {
  position: relative;
  width: min(var(--max-w), calc(100% - 2*var(--gutter)));
  margin-inline: auto;
  max-width: 920px;
}

.workflow-hero__eyebrow {
  margin: 0 0 .35rem;
  font-family: Montserrat, var(--generalfont);
  font-size: .78rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  opacity: .9;
}

.workflow-hero__title {
  margin: 0 0 .65rem;
  font-family: 'Playfair Display', var(--menu-font);
  font-weight: 400;
  font-size: clamp(2.1rem, 1.7rem + 1.9vw, 3.1rem);
  line-height: 1.15;
}

.workflow-hero__subtitle {
  max-width: 60ch;
  margin: 0 0 1.1rem;
  font-family: var(--container-font-family);
  font-size: clamp(1rem, .96rem + .2vw, 1.08rem);
  line-height: 1.7;
  color: rgb(255 255 255 / 92%);
}

/*! =====================================================
    13. Portfoliopagina
   ===================================================== */

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

.masonry {
  column-count: 3;
  column-gap: var(--gap);
  margin-top: calc(var(--gap) * 1);
  padding-inline: clamp(0.5rem, 2vw, 1.5rem);
}

@media (width <= 1200px) {
  .masonry {
    column-count: 3;
  }
}

@media (width <= 900px) {
  .masonry {
    column-count: 2;
  }
}

@media (width <= 600px) {
  .masonry {
    column-count: 1;
  }
}


@media (width <= 600px) {
  .masonry {
    column-count: 1;
    column-gap: 0;
    padding-inline: clamp(0.75rem, 4vw, 1rem);
    margin-top: var(--gap);
  }
}


@media (width <= 360px) {
  .masonry {
    padding-inline: 0.5rem;
  }
}

.masonry {
  padding-bottom: max(var(--gap), env(safe-area-inset-bottom));
}

.portfolio-gallery {
  background: #f9f6f3;
  padding: clamp(32px, 6vw, 60px) 0 clamp(40px, 6vw, 70px);
}

.portfolio-masonry {
  column-count: 3;
  column-gap: 1.1rem;
}

.portfolio-item {
  display: block;
  margin: 0 0 1.1rem;
  break-inside: avoid;
  overflow: hidden;
  background: #f7f2ec;
  box-shadow: 0 14px 32px rgb(0 0 0 / 6%);
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.portfolio-item img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgb(0 0 0 / 8%);
  filter: saturate(1.03);
}

/* Responsief gedrag masonry */
@media (width <= 1024px) {
  .portfolio-masonry {
    column-count: 2;
  }
}

@media (width <= 720px) {
  .portfolio-masonry {
    column-count: 1;
  }
}




.page-cta {
  padding-block: clamp(40px, 6vw, 80px);
  background: white;
  border: 1px solid var(--detail-color);
  box-shadow: 0 18px 50px rgb(0 0 0 / 6%);
}

.page-cta__inner {
  text-align: center;
  max-width: 60rem;
  /* margin-inline: auto; */
  margin-inline: auto;
  padding-inline: clamp(12px, 4vw, 40px);
}

.page-cta__title {
  margin: 0 0 .7rem;
  font-family: var(--menu-font);
  font-size: clamp(1.6rem, 1.2rem + 2vw, 2.4rem);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #3d342c;
}

.page-cta__text {
  margin: 0 auto clamp(1rem, 2vw, 1.6rem);
  font-family: var(--container-font-family);
  line-height: 1.75;
  font-size: 1rem;
  color: color-mix(in srgb, var(--main-color) 92%, #000 8%);
  max-width: 70ch;
}

.page-cta__buttons {
  display: flex;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
}

.page-cta .cta-btn--ghost {
  background: transparent;
  border-color: #cfc9c2;
  color: #6c655c;
}

.page-cta .cta-btn--ghost:hover {
  background: #faf8f6;
}

/* Mobiel */
@media (max-width: 720px) {
  .page-cta {
    padding-block: clamp(32px, 10vw, 56px);
  }

  .page-cta__text {
    padding-inline: 4vw;
  }

  .page-cta__buttons .cta-btn {
    width: 100%;
    min-width: unset;
    padding: 1.1rem 1.2rem;
    letter-spacing: .22em;
  }

.portfolio-cta__buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .65rem;
}


}

.portfolio-item {
  display: block;
  margin: 0 0 1.1rem;
  break-inside: avoid;
  overflow: hidden;
  background: #f7f2ec;
  box-shadow: 0 14px 32px rgb(0 0 0 / 6%);
  position: relative;

  /* Nieuw: start zacht “onder” beeld, onzichtbaar */
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  will-change: opacity, transform;

  /* Bestaande hover-transities + extra voor fade-in */
  transition:
    opacity 0.9s cubic-bezier(.25,.35,.45,1),
    transform 0.9s cubic-bezier(.25,.35,.45,1),
    box-shadow .25s ease,
    filter .25s ease;
}

.portfolio-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Zodra JS de class .is-visible toevoegt, komen ze mooi in beeld */
.portfolio-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Hover blijft gewoon werken */
.portfolio-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgb(0 0 0 / 8%);
  filter: saturate(1.03);
}

/* Voorkom animatie voor mensen met ‘reduce motion’ aan */
@media (prefers-reduced-motion: reduce) {
  .portfolio-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/*! =====================================================
    13. Page Heros
   ===================================================== */

.page-hero {
  position: relative;
  margin-top: var(--header-height-current);
  min-height: clamp(340px, 43vh, 505px);
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  opacity: .9;
  pointer-events: none;
  z-index: -1;
}

.page-hero__inner {
  position: relative;
  width: min(var(--max-w, 1100px), calc(100% - 2 * var(--gutter, 16px)));
  margin-inline: auto;
}

.page-hero__eyebrow {
  margin: 0 0 .35rem;
  font-family: Montserrat, var(--generalfont);
  font-size: .78rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  opacity: .9;
  color: black;
}

.page-hero__title {
  margin: 0 0 .55rem;
  font-family: var(--menu-font);
  font-weight: 400;
  font-size: clamp(2rem, 1.5rem + 1.8vw, 2.8rem);
  line-height: 1.1;
  color: black;
}

.page-hero__subtitle {
  margin: 0;
  padding-top: 10px;
  font-family: var(--container-font-family);
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(112 112 112 / 92%);
  max-width: 60rem;
}

.page-hero__subtitle a {
  color: #b3a5a5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.page-hero__subtitle a:hover {
  text-decoration-thickness: 2px;
}

@media (width <= 1920px) {
  .page-hero {
    min-height: auto;
    padding-block: 28px;
    align-items: flex-end;
  }
}


@media (width <= 720px) {
  .page-hero {
    min-height: auto;
    padding-block: 28px;
    align-items: flex-end;
  }

  .page-hero__inner {
    max-width: 98%;
  }

  .page-hero__subtitle {
    max-width: 100%;
  }
}

/* 

/* TARIEVEN â€“ heroachtergrond
.page-hero--tarieven {
  background:
    radial-gradient(circle at top left, rgba(255, 240, 230, .45), transparent 55%),
    radial-gradient(circle at bottom right, rgba(189, 168, 149, .55), rgba(61, 52, 44, 0.9)),
    url("img/tarieven/portret-hero.jpg") center/cover no-repeat;
}

/* FAQ â€“ alleen gradient of later een eigen foto 
.page-hero--faq {
  background:
    radial-gradient(circle at top left, rgba(255, 240, 230, .6), transparent 55%),
    radial-gradient(circle at bottom right, rgba(189, 168, 149, .5), rgba(61, 52, 44, 0.95));
}

/* PORTFOLIO â€“ heroachtergrond 
.page-hero--portfolio {
  background:
    radial-gradient(circle at top left, rgba(255, 240, 230, .45), transparent 55%),
    radial-gradient(circle at bottom right, rgba(189, 168, 149, .55), rgba(61, 52, 44, 0.9)),
    url("img/tarieven/portret-hero.jpg") center/cover no-repeat;
}
*/



/*! =====================================================
    5. Navigatie & hoofdmenu
   ===================================================== */
.navbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: var(--header-height-desktop);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 60%);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
  border-bottom: 1px solid rgb(0 0 0 / 6%);
  padding: 10px 16px;
  z-index: 210;
}

.navbar,
.navbar a {
  color: #000;
}

.navbar-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--logo-color);
  font-family: var(--menu-font);
  font-size: var(--logo-size-desktop);
  font-weight: 300;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-toggle {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 18px 12px;
  z-index: 240;
  display: none;
  width: 54px; 
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: .3s;
}

.menu-toggle span+span {
  margin-top: 5px;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ---------- Desktop menu ---------- */

.main-nav {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-nav ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto auto 1fr auto auto auto;
  align-items: center;
  gap: var(--menu-gap);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100vw;
}

.main-nav ul li:nth-child(1) { grid-column: 1; }
.main-nav ul li:nth-child(2) { grid-column: 2; }
.main-nav ul li:nth-child(3) { grid-column: 4; }
.main-nav ul li:nth-child(4) { grid-column: 5; }
.main-nav ul li:nth-child(5) { grid-column: 6; }

.main-nav ul a {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  font-family: var(--menu-font);
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: color .25s ease, opacity .15s ease;
}

.main-nav ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  opacity: 0;
  transform: scaleX(.6);
  transform-origin: center;
  transition: transform .25s ease, opacity .25s ease;
}

.main-nav ul a:hover::after {
  opacity: .8;
  transform: scaleX(1);
}

/* ---------- Desktop tuning ---------- */

@media (width >=1101px) {
  :root {
    --logo-size-current: var(--logo-size-desktop);
    --header-height-current: var(--header-height-desktop);
  }

  .navbar {
    justify-content: center;
    padding-left: var(--nav-pad);
    padding-right: var(--nav-pad);
  }

  .main-nav {
    width: 100%;
  }

  .main-nav ul {
    width: min(var(--nav-max-width), calc(100% - 2*var(--nav-pad)));
    margin-inline: auto;
    column-gap: clamp(12px, 2.4vw, 28px);
  }

  .main-nav ul a {
    font-size: clamp(.86rem, .8rem + .2vw, .95rem);
    letter-spacing: clamp(.12em, .10em + .1vw, .18em);
    white-space: nowrap;
  }

  .navbar-logo {
    font-size: clamp(1.8rem, 1.2rem + 2.4vw, var(--logo-size-desktop));
  }
}

/* ---------- Mobiel menu: basis overlay + scrim ---------- */

@media (width <= 1100px) {
  :root {
    --logo-size-current: var(--logo-size-mobile);
    --header-height-current: var(--header-height-mobile);
  }

  .navbar {
    position: fixed;
    inset: 0 0 auto;
    height: var(--header-height-current);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    transform: translateZ(0);
    will-change: transform;
    z-index: 300;
  }

  .navbar-logo {
    font-size: var(--logo-size-current);
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
  }

  .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-height-current);
    height: calc(100dvh - var(--header-height-current));
    height: calc(100vh - var(--header-height-current)); /* fallback */
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 10px 0 -8px rgb(40 40 40 / 10%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .26s ease, transform .26s ease;
    will-change: opacity, transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    z-index: 310;
  }

  .main-nav.open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    border-radius: 0;
  }

  .main-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 28px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 24px 32px;
    list-style: none;
  }

  .main-nav ul li {
    width: 100%;
    text-align: center;
  }

  .main-nav ul a {
    color: #2f2b26;
    font-size: 1.05rem;
    font-weight: 300;
    letter-spacing: .22em;
    padding: 10px 0;
    text-decoration: none;
  }

  .menu-scrim {
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .26s ease;
    z-index: 305;
  }

  body.menu-open .menu-scrim {
    opacity: 1;
    /* pointer-events: auto; */
  }

  body.menu-open .navbar {
    background-color: #fff !important;
    backdrop-filter: none !important;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
  }

  body.menu-open .navbar,
  body.menu-open .navbar a {
    color: #2b2b2b;
  }

  body.menu-open .menu-toggle span {
    background: #2b2b2b;
  }

  html.menu-open,
  body.menu-open {
    overflow: hidden;
    overscroll-behavior: contain;
  }
}

/* ---------- Mobiel: overlay bedekt header + gecentreerd logo ---------- */

@media (width <=1100px) {
  body.menu-open .main-nav.open {
    top: 0;
    height: 100dvh;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }

  body.menu-open .navbar {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  body.menu-open .navbar .navbar-logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease;
  }

  body.menu-open .menu-toggle {
    position: fixed;
    top: 12px;
    right: 14px;
    z-index: 400;
  }

  body.menu-open .menu-toggle span {
    background: #2b2b2b;
  }

  body.menu-open .main-nav.open ul {
    padding-top: 72px;
  }
}

/* ---------- Mobiel: fill reveal + radial reveal ---------- */

@media (width <=1100px) {
  /* basis fill-reveal */
  .main-nav {
    overflow: hidden;
    background: transparent;
  }

@media (width <=1100px) {
  .main-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .42s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
    backface-visibility: hidden;
    pointer-events: none;   
  }

}


  .main-nav.open::before {
    transform: scaleY(1);
  }

  .main-nav ul {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .28s ease .16s, transform .28s ease .16s;
    will-change: opacity, transform;
  }

  .main-nav.open ul {
    opacity: 1;
    transform: none;
  }

  body.menu-open .main-nav.open {
    top: 0;
    height: 100dvh;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }
}

/* Radial variant â€“ gebruikt bij data-reveal="radial" */

@media (width <=1100px) {
  .main-nav[data-reveal="radial"]::before {
    clip-path: circle(0% at 92% 6%);
    transition: clip-path .52s cubic-bezier(.22, .61, .36, 1);
    transform: none;
  }

  .main-nav.open[data-reveal="radial"]::before {
    clip-path: circle(150% at 92% 6%);
  }
}

/* ---------- Mobiel: echt gecentreerd logo + hamburger rechts ---------- */

@media (width <= 1100px) {
  .navbar-logo {
    grid-column: 2;
    justify-self: center;
    text-align: center;
    position: static;
    transform: none;
    margin: 0;
    font-size: clamp(1.1rem, 5vw, 1.45rem);
    letter-spacing: .06em;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
  }

  .menu-toggle {
    grid-column: 3;
    justify-self: end;
    width: auto;
    padding: 18px 8px 18px 18px;
  }

  .menu-toggle button,
  .menu-toggle svg {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
}

/* Extra kleine schermen: iets kleinere naam */

@media (width <= 360px) {
  .navbar-logo {
    font-size: clamp(1rem, 5.4vw, 1.25rem);
    letter-spacing: .045em;
  }
}

/* ---------- Motion-reductie ---------- */

@media (prefers-reduced-motion: reduce) {
  .main-nav {
    transition: none !important;
  }

  .menu-scrim {
    transition: none !important;
  }

  .main-nav::before {
    transition: none !important;
    transform: none !important;
  }

  .main-nav ul {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ---------- Scroll-based logo-scaling ---------- */

@media (prefers-reduced-motion:no-preference) {
  .navbar .navbar-logo {
    font-size: clamp(
      var(--logo-size-current),
      calc(var(--logo-size-current) * (1 + var(--scroll-t)*0.06)),
      calc(var(--logo-size-current) * 1.06)
    );
    transition: font-size .2s ease, letter-spacing .2s ease;
    will-change: font-size, letter-spacing;
  }
}


/* NAVIGATIE: luxe underline swipe */
.main-nav ul li a {
  position: relative;
  text-decoration: none;
  color: #2f2b26;
  padding-bottom: 3px;
}

@media (hover:hover) {
  .main-nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
  }

  .main-nav ul li a:hover::after,
  .main-nav ul li a:focus-visible::after {
    transform: scaleX(1);
  }
}



.main-nav ul a {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  font-family: var(--menu-font);
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition:
    color .3s ease,
    letter-spacing .3s ease,
    transform .3s ease,
    opacity .2s ease;
}

@media (hover:hover) {
  .main-nav ul a:hover,
  .main-nav ul a:focus-visible {
    color: var(--highlight-color);
  }

}


/*! =====================================================
    10. Footer
   ===================================================== */

.site-footer {
  background: var(--detail-color);
  color: var(--main-color);
  font-family: var(--generalfont);

}

.footer-inner {
  width: min(var(--max-w), calc(100% - 2*var(--gutter)));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr .6fr .9fr;
  gap: clamp(28px, 4vw, 60px);
  padding: clamp(42px, 6vw, 84px) 0;
}

.footer-col {
  min-width: 0;
}

.footer-logo {
  display: block;
  font-family: var(--menu-font);
  font-weight: 300;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 1rem + 1.8vw, 1.8rem);
  letter-spacing: .08em;
  margin-bottom: 1rem;
  color: #2f2b26;
  text-decoration: none;
}

.footer-bio {
  font-size: .95rem;
  line-height: 1.7;
  color: #5a5650;
  max-width: 40ch;
}

.footer-label {
  font-family: var(--menu-font);
  font-size: .72rem;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: #8a847c;
  margin-bottom: 1rem;
}

.footer-nav ul,
.footer-contact .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .6rem;
}

.footer-nav a,
.footer-contact a {
  text-decoration: none;
  color: #2f2b26;
  font-size: .9rem;
  font-family: var(--menu-font);
  letter-spacing: .08em;
  position: relative;
  transition: color .25s ease;
}

.footer-nav a::after,
.footer-contact a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  opacity: 0;
  transform: scaleX(.6);
  transform-origin: center;
  transition: transform .25s, opacity .25s;
}

.footer-nav a:hover::after,
.footer-contact a:hover::after {
  opacity: .8;
  transform: scaleX(1)
}

.footer-socials {
  display: flex;
  gap: 14px;
  margin-top: 1.2rem;
}

.footer-socials a {
  inline-size: 44px;
  block-size: 44px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgb(0 0 0 / 12%);
  color: #2f2b26;
  text-decoration: none;
  transition: background .25s ease, color .25s ease, transform .15s ease;
}

.footer-socials a:hover {
  background: #2f2b26;
  color: #fff;
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .footer-socials a {
    transition: background .1s linear, color .1s linear;
  }

  .footer-socials a:hover {
    transform: none;
  }
}

.footer-socials i {
  font-size: 18px;
  line-height: 1;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-socials a[href*="instagram"] i {
  transform: translateX(1px);
}

.footer-socials a[href*="linkedin"] i {
  transform: translateX(.5px);
}

.footer-bottom {
  border-top: 1px solid rgb(0 0 0 / 8%);
  padding: 16px 0;
  width: min(var(--max-w), calc(100% - 2*var(--gutter)));
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: .85rem;
  color: #6b6863;
}

.footer-bottom p {
  margin: 0;
}

@media (width <= 960px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 640px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}



/* ============================================
   Zachte fade-ins op scroll
   ============================================ */

.fade-in,
.fade-in-x {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 1.4s cubic-bezier(.25, .35, .45, 1),
    transform 1.4s cubic-bezier(.25, .35, .45, 1);
  will-change: opacity, transform;
}

/* Variant met slide van links */
.fade-in-x {
  transform: translate3d(-26px, 0, 0);
}

.fade-in.is-visible,
.fade-in-x.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Minder beweging voor mensen met 'reduced motion' */
@media (prefers-reduced-motion: reduce) {
  .fade-in,
  .fade-in-x {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* =====================================================
   TARIEVEN – Extra opties (blend met bestaande stijl)
   ===================================================== */

.pricing-extras {
  padding-block: clamp(40px, 6vw, 70px);
  background: #f9f6f3;
  border-top: 1px solid var(--border-color);
}

.pricing-extras__title {
  text-align: center;
  margin: 0 0 .8rem;
  font-family: var(--menu-font);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: clamp(1.4rem, 1.1rem + 1vw, 2rem);
  color: #3d342c;
}

.pricing-extras__intro {
  text-align: center;
  max-width: 70ch;
  margin: 0 auto clamp(22px, 3vw, 34px);
  font-family: var(--container-font-family);
  font-size: var(--container-font-size);
  color: color-mix(in srgb, var(--main-color) 92%, #000 8%);
  line-height: var(--container-line-height);
}

.pricing-extras__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: min(600px, 90%);
  display: grid;
  gap: clamp(12px, 2vw, 18px);
}

.pricing-extras__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(14px, 2vw, 18px) clamp(16px, 2.4vw, 22px);
  background: #fff;
  border: 1px solid var(--border-color);
  box-shadow: 0 12px 30px rgb(0 0 0 / 5%);
  border-radius: 0;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover:hover) {
  .pricing-extras__list li:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--border-color) 60%, var(--highlight-color) 40%);
    box-shadow: 0 18px 42px rgb(0 0 0 / 9%);
  }
}

.pricing-extras__label {
  font-family: var(--generalfont);
  font-size: .95rem;
  font-weight: 500;
  color: color-mix(in srgb, var(--main-color) 90%, #000 10%);
  letter-spacing: .01em;
}

.pricing-extras__value {
  font-family: var(--generalfont);
  font-size: .9rem;
  color: #6c655c;
  opacity: .9;
  text-align: right;
  white-space: nowrap;
}

/* Mobiel: tekst onder elkaar */
@media (max-width: 600px) {
  .pricing-extras__list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .pricing-extras__value {
    white-space: normal;
  }
}
