/* ============================================================
   Sonalux — Linear-style reference build
   midnight command deck · acid-lime status light on obsidian
   ============================================================ */

:root {
  /* Colors */
  --onyx: #08090a;
  --charcoal: #0f1011;
  --obsidian: #161718;
  --graphite: #23252a;
  --iron: #323334;
  --steel: #383b3f;
  --slate: #62666d;
  --fog: #8a8f98;
  --mist: #d0d6e0;
  --platinum: #e5e5e6;
  --snow: #f7f8f8;
  --lime: #e4f222;
  --indigo: #1a4bba;
  --emerald: #27a644;
  --crimson: #eb5757;
  --cyan: #02b8cc;

  --font-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  --max: 1200px;

  --shadow-sm: rgba(0, 0, 0, 0.4) 0px 2px 4px 0px;
  --shadow-inset: rgb(35, 37, 42) 0px 0px 0px 1px inset;
  --shadow-input: rgba(0, 0, 0, 0.2) 0px 0px 0px 1px;
  --shadow-depth: rgba(0, 0, 0, 0.01) 0px 5px 2px 0px, rgba(0, 0, 0, 0.04) 0px 3px 2px 0px, rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.08) 0px 0px 1px 0px;
  --shadow-xl: rgba(8, 9, 10, 0.6) 0px 4px 32px 0px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  background: var(--onyx);
  color: var(--snow);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; width: 100%; }

.mono { font-family: var(--font-mono); letter-spacing: -0.015em; font-size: 13px; }

/* ============ NAV ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(15, 16, 17, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--graphite);
}
.nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  height: 56px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav__brand { display: flex; align-items: center; gap: 9px; }
.nav__mark { color: var(--snow); display: inline-flex; }
.nav__word {
  font-weight: 590;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--snow);
}
.nav__logo {
  height: 28px;
  width: auto;
  display: block;
  object-fit: contain;
}
.nav__links {
  display: flex;
  gap: 4px;
  margin-left: 8px;
  flex: 1;
}
.nav__links a {
  color: var(--fog);
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 6px;
  transition: color .15s ease, background .15s ease;
}
.nav__links a:hover { color: var(--snow); }
.nav__actions { display: flex; align-items: center; gap: 8px; }

.btn-ghost {
  color: var(--fog);
  font-size: 14px;
  font-family: var(--font-mono);
  letter-spacing: -0.015em;
  padding: 8px 12px;
  border-radius: 6px;
  transition: color .15s ease;
}
.btn-ghost:hover { color: var(--snow); }

.btn-pill {
  border: 1px solid var(--platinum);
  color: var(--snow);
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 9999px;
  transition: background .15s ease, color .15s ease;
}
.btn-pill:hover { background: var(--snow); color: var(--onyx); }

.btn-lime {
  background: var(--snow);
  color: var(--onyx);
  font-weight: 510;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 6px;
  box-shadow: var(--shadow-depth);
  transition: filter .15s ease, transform .15s ease;
  display: inline-block;
}
.btn-lime:hover { filter: brightness(1.06); transform: translateY(-1px); }

.btn-ghost-lg {
  color: var(--mist);
  font-size: 14px;
  font-weight: 510;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid var(--graphite);
  transition: border-color .15s ease, color .15s ease;
  display: inline-block;
}
.btn-ghost-lg:hover { border-color: var(--steel); color: var(--snow); }

/* ============ HERO ============ */
.hero { padding: 96px 0 64px; }
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--mist);
  margin-bottom: 28px;
}
.hero__badge-icon {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  position: relative;
  top: 1px;
}
.hero__badge-lead { font-family: var(--font-mono); letter-spacing: -0.015em; font-size: 12px; color: var(--mist); }
.hero__badge a { color: var(--fog); transition: color .15s; }
.hero__badge a:hover { color: var(--snow); }

.hero__title {
  font-size: 72px;
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: -1.58px;
  color: var(--snow);
  max-width: 880px;
}
.hero__sub {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: var(--fog);
  max-width: 620px;
}
.hero__cta {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ---- Word-mask reveal (structureel, JS regelt de animatie) ---- */
.hero__title .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: 0.06em;
  line-height: 1.08;
}
.hero__title .word-inner { display: inline-block; }

/* Hero parallax — JS handler */
.hero__content { will-change: transform, opacity; }

/* ---- Bento project grid ---- */
.proj-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: 440px 300px 300px 380px 360px;
  grid-template-rows: 300px 300px;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.proj-grid::-webkit-scrollbar { display: none; }
.proj-grid.is-dragging { cursor: grabbing; user-select: none; }

/* Expliciete plaatsing — 2 rijen, horizontaal scroll, 5 kolommen */
.proj-grid .proj-card:nth-child(1) { grid-column: 1; grid-row: 1 / 3; scroll-snap-align: start; }
.proj-grid .proj-card:nth-child(2) { grid-column: 2; grid-row: 1; }
.proj-grid .proj-card:nth-child(3) { grid-column: 3; grid-row: 1; }
.proj-grid .proj-card:nth-child(4) { grid-column: 2; grid-row: 2; }
.proj-grid .proj-card:nth-child(5) { grid-column: 4; grid-row: 1; scroll-snap-align: start; }
.proj-grid .proj-card:nth-child(6) { grid-column: 3 / 5; grid-row: 2; }
.proj-grid .proj-card:nth-child(7) { grid-column: 5; grid-row: 1 / 3; scroll-snap-align: start; }

/* Video card support */
.proj-card video.proj-card__img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}
.proj-card:hover video.proj-card__img { transform: scale(1.05); }

.proj-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: var(--charcoal);
  box-shadow: var(--shadow-inset);
}
.proj-card--wide { grid-column: span 2; }
.proj-card--banner { grid-column: span 3; }

.proj-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}
.proj-card:hover .proj-card__img { transform: scale(1.05); }

.proj-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8,9,10,.92) 0%,
    rgba(8,9,10,.45) 45%,
    rgba(8,9,10,.0) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: background .35s ease;
}
.proj-card:hover .proj-card__overlay {
  background: linear-gradient(
    to top,
    rgba(8,9,10,.96) 0%,
    rgba(8,9,10,.6) 55%,
    rgba(8,9,10,.1) 100%
  );
}

.proj-card__cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 510;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--fog);
  margin-bottom: 6px;
  transition: color .2s;
}
.proj-card:hover .proj-card__cat { color: var(--mist); }

.proj-card__title {
  font-size: 20px;
  font-weight: 510;
  letter-spacing: -0.2px;
  color: var(--snow);
  line-height: 1.2;
  transition: color .2s;
}
.proj-card--banner .proj-card__title { font-size: 17px; }
.proj-card:hover .proj-card__title { color: var(--snow); }

.proj-card__loc {
  font-size: 13px;
  color: var(--fog);
  margin-top: 4px;
  font-family: var(--font-mono);
  letter-spacing: -0.015em;
  transition: color .2s;
}
.proj-card:hover .proj-card__loc { color: var(--mist); }

/* lime accent line on hover */
.proj-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--snow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.25,.46,.45,.94);
}
.proj-card:hover::after { transform: scaleX(1); }

/* ---- Shared badge ---- */
.bdot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.bdot--emerald { background: var(--emerald); }
.bdot--crimson  { background: var(--crimson); }
.bdot--cyan     { background: var(--cyan); }
.bdot--slate    { background: var(--slate); }
.bdot--indigo   { background: var(--indigo); }
.bdot--lime     { background: var(--mist); }
.bdot--mist     { background: var(--mist); }

/* ---- Finder ---- */
.finder {
  margin-top: 8px;
  background: var(--charcoal);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgb(35,37,42) 0 0 0 1px inset, rgba(0,0,0,.4) 0 2px 4px;
}

.finder__bar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 16px;
  border-bottom: 1px solid var(--graphite);
  background: var(--obsidian);
}
.finder__dots { display: flex; gap: 6px; margin-right: 16px; }
.finder__dots span { width: 10px; height: 10px; border-radius: 50%; background: var(--iron); }
.finder__path {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: -0.015em;
  color: var(--slate);
  margin-right: auto;
}
.finder__filters {
  display: flex;
  gap: 4px;
}
.f-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 510;
  font-family: inherit;
  color: var(--fog);
  background: none;
  border: 1px solid transparent;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: color .15s, border-color .15s, background .15s;
}
.f-btn:hover { color: var(--mist); background: var(--graphite); }
.f-btn.is-active { color: var(--snow); border-color: var(--iron); background: var(--steel); }

.finder__list { display: flex; flex-direction: column; }

.frow {
  display: grid;
  grid-template-columns: 88px 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 0 20px 0 0;
  border-bottom: 1px solid var(--graphite);
  cursor: pointer;
  transition: background .18s ease;
  text-decoration: none;
}
.frow:last-child { border-bottom: 0; }
.frow:hover { background: rgba(255,255,255,.025); }

.frow__thumb {
  width: 88px;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
}
.frow__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s cubic-bezier(.25,.46,.45,.94), filter .3s;
  filter: saturate(.7) brightness(.85);
}
.frow:hover .frow__thumb img {
  transform: scale(1.08);
  filter: saturate(1) brightness(1);
}

.frow__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.frow__title {
  font-size: 15px;
  font-weight: 510;
  color: var(--snow);
  letter-spacing: -0.01em;
  transition: color .15s;
}
.frow:hover .frow__title { color: var(--lime); }
.frow__loc {
  font-size: 12px;
  color: var(--slate);
  letter-spacing: -0.015em;
}

.frow__cat {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 510;
  color: var(--fog);
  white-space: nowrap;
}

.frow__arrow {
  font-size: 16px;
  color: var(--slate);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .15s, transform .15s, color .15s;
}
.frow:hover .frow__arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--lime);
}

/* ---- Modal ---- */
.proj-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}
.proj-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.proj-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,9,10,.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.proj-modal__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  width: 100%;
  max-width: 1000px;
  max-height: calc(100vh - 80px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(8,9,10,.8) 0px 32px 96px, rgb(35,37,42) 0px 0px 0px 1px;
  transform: translateY(16px) scale(.98);
  transition: transform .28s cubic-bezier(.25,.46,.45,.94);
}
.proj-modal.is-open .proj-modal__inner {
  transform: translateY(0) scale(1);
}

.proj-modal__photo {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}
.proj-modal__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.proj-modal__content {
  background: var(--charcoal);
  padding: 40px 36px 36px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 20px; right: 20px;
  width: 32px; height: 32px;
  border-radius: 6px;
  background: var(--obsidian);
  border: 1px solid var(--graphite);
  color: var(--fog);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: color .15s, border-color .15s;
}
.modal-close:hover { color: var(--snow); border-color: var(--iron); }

.modal-cat {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 510;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fog);
  margin-bottom: 14px;
}
.modal-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.384px;
  color: var(--snow);
  line-height: 1.15;
  margin-bottom: 8px;
}
.modal-loc {
  font-size: 13px;
  color: var(--slate);
  display: block;
  letter-spacing: -0.015em;
}
.modal-divider {
  height: 1px;
  background: var(--graphite);
  margin: 24px 0;
}
.modal-p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--fog);
  margin-bottom: 12px;
}
.modal-p:last-of-type { margin-bottom: 0; }
.modal-cta {
  display: inline-block;
  margin-top: 28px;
  align-self: flex-start;
}

/* ============ TRUST STRIP ============ */
.trust { padding: 40px 0; border-top: 1px solid var(--graphite); border-bottom: 1px solid var(--graphite); }
.trust__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.trust__label { font-size: 13px; color: var(--slate); }
.trust__row {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  color: var(--mist);
  font-weight: 510;
}
.trust__sep { color: var(--iron); }

/* ============ SECTIONS ============ */
.section { padding: 100px 0; }
.sec-head { max-width: 680px; margin-bottom: 56px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--fog);
  font-weight: 510;
  margin-bottom: 20px;
}
.eyebrow__dot {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: url('images/Sonaluxfavicon.png') center / contain no-repeat;
  flex-shrink: 0;
}
.sec-title {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.624px;
  color: var(--snow);
}
.sec-sub {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--fog);
  max-width: 560px;
}

/* ---- Cards ---- */
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card {
  background: var(--charcoal);
  border-radius: 12px;
  padding: 28px 24px 24px;
  box-shadow: var(--shadow-inset), var(--shadow-sm);
  border-top: 1px solid rgba(255,255,255,0.07);
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-inset), var(--shadow-xl), 0 0 0 1px rgba(255,255,255,.06); }


.card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.card__num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--slate);
  letter-spacing: 0.06em;
}
.card h3 { font-size: 16px; font-weight: 510; color: var(--snow); letter-spacing: -0.01em; margin-bottom: 10px; }
.card p { font-size: 14px; line-height: 1.6; color: var(--fog); flex: 1; }

/* ---- Split ---- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.split--rev .split__text { order: 2; }
.split__text .sec-title { margin-top: 0; }
.split__text .btn-ghost-lg { margin-top: 28px; }

.steps { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.step {
  display: flex;
  gap: 20px;
  background: var(--charcoal);
  border-radius: 12px;
  padding: 24px;
  box-shadow: var(--shadow-inset);
  transition: box-shadow .18s ease;
}
.step:hover { box-shadow: var(--shadow-inset), var(--shadow-sm); }
.step__no {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--indigo);
  letter-spacing: -0.015em;
  padding-top: 2px;
}
.step__body h3 { font-size: 16px; font-weight: 510; color: var(--snow); margin-bottom: 6px; }
.step__body p { font-size: 14px; color: var(--fog); line-height: 1.6; }

/* ---- Quote ---- */
.quote {
  position: relative;
  margin-top: 28px;
  padding: 20px 24px;
  background: var(--charcoal);
  border-radius: 12px;
  border-left: 2px solid var(--steel);
  box-shadow: var(--shadow-inset);
  font-size: 17px;
  line-height: 1.5;
  color: var(--mist);
  letter-spacing: -0.01em;
}
.quote__mark { color: var(--snow); font-size: 22px; margin-right: 4px; }

/* ---- Stat grid ---- */
.statgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.statcard {
  background: var(--charcoal);
  border-radius: 12px;
  padding: 24px;
  box-shadow: var(--shadow-inset), var(--shadow-sm);
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.statcard__k {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: var(--snow);
  line-height: 1.2;
}
.statcard__sub {
  font-size: 11px;
  font-weight: 510;
  color: var(--indigo);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.statcard__v {
  font-size: 13px;
  color: var(--fog);
  line-height: 1.6;
  margin-top: 6px;
}

/* Extra body tekst in secties — zelfde stijl als sec-sub */
.sec-text {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--fog);
  max-width: 560px;
}

/* Ronde profielfoto */
.profile-photo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-photo__img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  box-shadow: var(--shadow-inset), 0 0 0 1px rgba(255,255,255,0.08), var(--shadow-xl);
  display: block;
}

/* ============ CTA / CONTACT ============ */
.cta {
  background: var(--charcoal);
  border-radius: 12px;
  box-shadow: var(--shadow-inset), var(--shadow-xl);
  padding: 56px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}
.cta__title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: var(--snow);
}
.cta__sub { margin-top: 18px; font-size: 16px; color: var(--fog); line-height: 1.6; max-width: 420px; }
.cta__buttons { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }

.contact-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-left: 1px solid var(--graphite);
  padding-left: 40px;
}
.contact-meta dt {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--slate);
  margin-bottom: 6px;
}
.contact-meta dd { font-size: 14px; color: var(--mist); line-height: 1.5; }

/* ============ FOOTER ============ */
.footer { border-top: 1px solid var(--graphite); padding: 32px 0; }
.footer__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footer__brand { display: flex; align-items: center; gap: 8px; font-weight: 590; font-size: 14px; color: var(--snow); }
.footer__brand .nav__mark { color: var(--lime); }
.footer__tag { font-family: var(--font-mono); font-size: 12px; letter-spacing: -0.015em; color: var(--slate); }
.footer__links { display: flex; gap: 16px; margin-left: auto; }
.footer__links a { font-size: 13px; color: var(--fog); transition: color .15s; }
.footer__links a:hover { color: var(--snow); }
.footer__copy { font-size: 13px; color: var(--slate); }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .hero { padding: 64px 0 48px; }
  .hero__title { font-size: 48px; letter-spacing: -0.96px; }
  .hero__sub { font-size: 17px; }
  .sec-title { font-size: 34px; letter-spacing: -0.4px; }
  .section { padding: 72px 0; }
  .cards { grid-template-columns: 1fr 1fr; }
  .split, .cta { grid-template-columns: 1fr; gap: 40px; }
  .split--rev .split__text { order: 0; }
  .cta { padding: 40px 28px; }
  .contact-meta { border-left: 0; padding-left: 0; padding-top: 24px; border-top: 1px solid var(--graphite); }
  .nav__links { display: none; }
  .proj-grid { grid-template-columns: 320px 220px 220px 280px 260px; grid-template-rows: 220px 220px; }
  .proj-bento::after { height: 448px; }
  .proj-modal__inner { grid-template-columns: 1fr; }
  .proj-modal__photo { min-height: 240px; max-height: 240px; }
}
/* ============ ENHANCED SCROLL ANIMATIONS ============ */

/* Scroll progress bar */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 2px;
  z-index: 999;
  transform-origin: left;
  transform: scaleX(0);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

/* Sec-title word mask */
.sec-title .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: 0.04em;
  line-height: 1.12;
}
.sec-title .word-inner { display: inline-block; }


/* Trust ticker marquee */
.trust__ticker {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.trust__ticker-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: tickerScroll 22s linear infinite;
}
.trust__ticker-track:hover { animation-play-state: paused; }
.trust__ticker-item {
  font-size: 15px;
  font-weight: 510;
  color: var(--mist);
  white-space: nowrap;
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Bento grid + filters */
.proj-bento {
  margin-top: 48px;
  position: relative;
}
/* Rechterkant fade — hint voor meer content */
.proj-bento::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 100px;
  height: 608px; /* 2×300px + 8px gap */
  background: linear-gradient(90deg, transparent, var(--onyx) 90%);
  pointer-events: none;
  z-index: 10;
  transition: opacity .4s ease;
}
.proj-bento.is-end::after { opacity: 0; }
.proj-filters {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0 2px;
  flex-wrap: wrap;
}
.proj-filters__label {
  font-size: 12px;
  color: var(--slate);
  letter-spacing: -0.015em;
  margin-right: auto;
}
.proj-card {
  transition: opacity .35s ease, filter .35s ease,
              transform .6s cubic-bezier(.25,.46,.45,.94),
              box-shadow .18s ease;
}
.proj-card.is-dim {
  opacity: 0.1;
  filter: grayscale(1);
  pointer-events: none;
}

/* Card hover glow */
.card:hover {
  box-shadow: var(--shadow-inset), var(--shadow-xl), 0 0 0 1px rgba(255,255,255,.07) !important;
}

/* Statcard hover highlight on key number */
.statcard__k { transition: color .25s ease, text-shadow .25s ease; }
.statcard:hover .statcard__k {
  color: var(--snow);
  text-shadow: 0 0 20px rgba(255,255,255,.18);
}

/* ============ ONEINDIGE MARQUEE ============ */
.proj-marquee { margin-top: 48px; }
.proj-marquee__band {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  will-change: transform, opacity;
  /* Full-bleed: doorbreek de container naar paginaranden */
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}
.proj-marquee__row { overflow: hidden; }
.proj-marquee__track {
  display: flex;
  gap: 8px;
  width: max-content;
  animation: mLeft 36s linear infinite;
}
.proj-marquee__row--rev .proj-marquee__track {
  animation: mLeft 26s linear infinite;
  animation-delay: -9s;
}
@keyframes mLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Kaartafmetingen in de marquee */
.proj-marquee .proj-card {
  width: 420px;
  height: 280px;
  flex-shrink: 0;
  cursor: pointer;
}

/* Foto/video altijd volledig gevuld */
.proj-marquee .proj-card video,
.proj-marquee .proj-card img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.25,.46,.45,.94), filter .3s ease;
  filter: saturate(.75) brightness(.85);
}
.proj-marquee .proj-card:hover video,
.proj-marquee .proj-card:hover img {
  transform: scale(1.06);
  filter: saturate(1) brightness(1);
}

/* Sec-sub blur-in */
.sec-sub { will-change: opacity, transform, filter; }

/* Step hover: lichte horizontale lift */
.step { transition: transform .18s ease, box-shadow .18s ease; }
.step:hover { transform: translateX(5px); }

/* Proj-card img parallax prep */
.proj-card__img { will-change: transform; }

@media (max-width: 560px) {
  .hero__title { font-size: 38px; }
  .cards { grid-template-columns: 1fr; }
  .statgrid { grid-template-columns: 1fr; }
  .btn-ghost { display: none; }
  .trust__row { font-size: 13px; gap: 12px; }
  .proj-grid { grid-template-columns: 240px 180px 180px 220px 200px; grid-template-rows: 180px 180px; }
  .proj-bento::after { height: 368px; width: 60px; }
  .proj-modal { padding: 12px; }
  .proj-modal__photo { min-height: 200px; max-height: 200px; }
  .proj-modal__content { padding: 24px 20px 20px; }
  .modal-title { font-size: 22px; }
}
