/* Culimaat High End Kitchens, demo-homepage
   Vormregel: knoppen en keuzes zijn pilvormig (de C uit het logo), beeld en velden zijn recht. */

@font-face {
  font-family: "Saira";
  src: url("../assets/fonts/saira-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 50% 125%;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Saira";
  src: url("../assets/fonts/saira-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 50% 125%;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #0f110d;
  --bg-2: #151812;
  --bg-3: #1c2018;
  --moss: #373c2b;
  --moss-deep: #2a2e21;
  --stone: #7d7c71;
  --text: #e9e8e1;
  --muted: #b2b1a6;
  --line: rgba(233, 232, 225, 0.16);
  --line-strong: rgba(233, 232, 225, 0.34);
  --gutter: clamp(16px, 4vw, 64px);
  --max: 1440px;
  --nav-h: 72px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --pill: 999px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Saira", system-ui, sans-serif;
  font-weight: 350;
  font-size: 1.0625rem;
  line-height: 1.6;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, picture { display: block; max-width: 100%; }
[hidden] { display: none !important; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 300; line-height: 1.1; }
p { margin: 0; }
address { font-style: normal; }
::selection { background: var(--moss); color: var(--text); }
/* Lenis */
html.lenis, html.lenis body { height: auto; }
html.lenis { scroll-behavior: auto; }
.lenis:not(.lenis-autoToggle).lenis-stopped { overflow: clip; }
.lenis.lenis-smooth iframe { pointer-events: none; }
html { scrollbar-color: var(--stone) var(--bg); }
input, textarea { caret-color: var(--text); }
a { text-underline-offset: 3px; text-decoration-thickness: 1px; }

:focus-visible { outline: 2px solid var(--text); outline-offset: 3px; border-radius: 2px; }
.btn:focus-visible, .choice:has(input:focus-visible) { outline: 2px solid var(--text); outline-offset: 3px; }
a, button, .choice, input, textarea { touch-action: manipulation; }

.sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 200; background: var(--text); color: var(--bg); padding: 10px 16px; border-radius: var(--pill); text-decoration: none; transition: top .2s var(--ease); }
.skip:focus { top: 12px; }

.ico { width: 1.15em; height: 1.15em; flex: none; }
.ico--lg { width: 44px; height: 44px; }

/* Knoppen */
.btn {
  --mx: 0px; --my: 0px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 26px;
  border-radius: var(--pill);
  border: 1px solid transparent;
  font-size: 0.9375rem; font-weight: 500; font-stretch: 105%; letter-spacing: 0.02em;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .12s ease-out;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: translate(var(--mx), var(--my)) scale(0.97); }
.btn--light { background: var(--text); color: var(--bg); }
.btn--light:hover { background: #ffffff; }
.btn--ghost { border-color: var(--line-strong); color: var(--text); background: rgba(15, 17, 13, 0.35); }
.btn--ghost:hover { border-color: var(--text); background: rgba(233, 232, 225, 0.08); }
.btn--sm { min-height: 42px; padding: 0 18px; font-size: 0.875rem; }

.textlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 500; font-stretch: 105%; text-decoration: none;
  padding-bottom: 4px; min-height: 44px; align-self: flex-start;
  background: linear-gradient(currentColor, currentColor) left bottom / 100% 1px no-repeat;
  transition: background-size .45s var(--ease);
}
.textlink:hover { background-size: 30% 1px; }

/* ---------- Intro ---------- */
.intro { display: none; }
.js .intro {
  position: fixed; inset: 0; z-index: 150; display: grid; place-items: center;
  background: var(--bg);
  animation: intro-failsafe 0s linear 5s forwards;
}
.js.intro-seen .intro, .js.intro-off .intro { display: none; }
.intro__logo { width: min(72vw, 560px); position: relative; z-index: 1; }
.intro__logo .logo { fill: var(--text); width: 100%; height: auto; }
.intro__curtain { position: absolute; inset: 0; background: var(--moss); transform: scaleY(0); transform-origin: 50% 100%; }
@keyframes intro-failsafe { to { opacity: 0; visibility: hidden; pointer-events: none; } }
html.intro-lock, html.intro-lock body { overflow: hidden; }

/* ---------- Navigatie ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 90;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 max(var(--gutter), env(safe-area-inset-right)) 0 max(var(--gutter), env(safe-area-inset-left));
  transition: background-color .4s var(--ease), border-color .4s var(--ease), transform .45s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-solid {
  background: rgba(15, 17, 13, 0.78);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom-color: var(--line);
}
.nav__brand { display: block; width: 168px; flex: none; }
.nav__brand .logo, .foot__brand .logo { fill: var(--text); width: 100%; height: auto; }
.nav__links { display: flex; gap: clamp(16px, 2.2vw, 36px); }
.nav__links a {
  text-decoration: none; font-size: 0.9375rem; font-stretch: 105%; font-weight: 400;
  padding: 10px 0; position: relative; color: var(--text); opacity: 0.86;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease);
}
.nav__links a:hover { opacity: 1; }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__end { display: flex; align-items: center; gap: 16px; }
.lang { display: flex; border: 1px solid var(--line); border-radius: var(--pill); padding: 3px; }
.lang__btn {
  background: none; border: 0; border-radius: var(--pill); cursor: pointer;
  min-width: 40px; min-height: 34px; padding: 0 10px;
  font-size: 0.8125rem; font-weight: 500; letter-spacing: 0.06em; color: var(--muted);
  transition: background-color .25s var(--ease), color .25s var(--ease);
}
.lang__btn.is-active { background: var(--moss); color: var(--text); }
.nav__menu {
  display: none; background: none; border: 1px solid var(--line-strong); border-radius: var(--pill);
  width: 46px; height: 46px; align-items: center; justify-content: center; cursor: pointer;
}
.nav__menu .ico { width: 22px; height: 22px; }

.menu {
  position: fixed; inset: 0; z-index: 85; background: var(--bg);
  padding: calc(var(--nav-h) + 24px) var(--gutter) 32px;
  display: flex; flex-direction: column; justify-content: space-between;
  overscroll-behavior: contain; overflow-y: auto;
}
.menu[hidden] { display: none; }
.menu__links { display: flex; flex-direction: column; }
.menu__links a {
  text-decoration: none; font-size: 2rem; font-weight: 300; font-stretch: 115%;
  padding: 12px 0; border-bottom: 1px solid var(--line);
}
.menu__foot { display: flex; flex-direction: column; gap: 16px; }
.menu__tel { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; min-height: 44px; font-size: 1.125rem; }

@media (max-width: 1100px) {
  .nav__links { display: none; }
  .nav__menu { display: inline-flex; }
}
@media (max-width: 767px) {
  :root { --nav-h: 64px; }
  .nav__brand { width: 132px; }
  .nav__cta, .nav .lang { display: none; }
  .menu .lang { display: flex; align-self: flex-start; }
}

/* ---------- Scroll world: de merkfilm als hero ---------- */
.world { position: relative; background: var(--bg); --ap-t: 13vh; --ap-r: var(--gutter); --ap-b: 47vh; --ap-l: 34vw; }
.world__stage { position: relative; display: grid; grid-template-areas: "hero" "chaps"; }
.world__media { grid-area: hero; position: relative; height: 100vh; height: 100dvh; min-height: 560px; margin: 0; overflow: hidden; }
.world__poster img, .world__canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.world__canvas { display: none; }
.world__shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(10, 12, 9, 0.55) 0%, rgba(10, 12, 9, 0) 16%),
    linear-gradient(to top, rgba(10, 12, 9, 0.9) 0%, rgba(10, 12, 9, 0.55) 32%, rgba(10, 12, 9, 0) 60%),
    linear-gradient(to right, rgba(10, 12, 9, 0.6) 0%, rgba(10, 12, 9, 0) 55%);
}
.hero__copy {
  grid-area: hero; align-self: end; position: relative; z-index: 2;
  padding: 0 var(--gutter) clamp(40px, 8vh, 88px);
  max-width: min(62rem, 72vw);
  display: grid; gap: 20px;
}
.hero__title {
  font-size: clamp(2.1rem, 3.7vw, 4.1rem);
  font-weight: 300; font-stretch: 112%;
  letter-spacing: -0.012em; line-height: 1.06;
  text-wrap: balance;
}
.hero__sub { max-width: 38rem; font-size: 1.125rem; color: var(--text); opacity: 0.92; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }

/* Hoofdstukken: zonder beweging als beeldblokken onder elkaar */
.world__chapters { grid-area: chaps; }
.chap { position: relative; min-height: 88vh; display: flex; align-items: flex-end; padding: 96px var(--gutter) clamp(48px, 8vh, 96px); overflow: hidden; }
.chap__still { position: absolute; inset: 0; }
.chap__still img { width: 100%; height: 100%; object-fit: cover; }
.chap::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to right, rgba(10, 12, 9, 0.86) 0%, rgba(10, 12, 9, 0.55) 45%, rgba(10, 12, 9, 0.1) 75%); }
.chap--right { justify-content: flex-end; }
.chap--right::before { background: linear-gradient(to left, rgba(10, 12, 9, 0.86) 0%, rgba(10, 12, 9, 0.55) 45%, rgba(10, 12, 9, 0.1) 75%); }
.chap--low::before { background: linear-gradient(to top, rgba(10, 12, 9, 0.9) 0%, rgba(10, 12, 9, 0.6) 40%, rgba(10, 12, 9, 0) 72%), linear-gradient(to right, rgba(10, 12, 9, 0.55), rgba(10, 12, 9, 0) 60%); }
.chap__text { position: relative; z-index: 2; max-width: 36rem; display: grid; gap: 18px; }
.chap__title { font-size: clamp(1.9rem, 3.3vw, 3.5rem); font-weight: 300; font-stretch: 112%; line-height: 1.08; letter-spacing: -0.01em; text-wrap: balance; }
.chap__text > p { color: #dddcd3; font-size: 1.125rem; max-width: 32rem; text-wrap: pretty; }
.chap__note { font-size: 0.9375rem !important; padding-top: 16px; border-top: 1px solid var(--line-strong); color: var(--muted) !important; }
.chap__quote { margin: 0; }
.chap__quote p { font-size: clamp(1.6rem, 2.7vw, 2.8rem); font-weight: 300; font-stretch: 108%; line-height: 1.2; text-wrap: balance; }
.chap__quote footer { margin-top: 14px; font-size: 0.9375rem; color: var(--muted); }
.chap__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 10px 0 0; padding-top: 22px; border-top: 1px solid var(--line-strong); }
.chap__facts dt { font-size: clamp(1.5rem, 2.2vw, 2.2rem); font-weight: 250; font-stretch: 116%; line-height: 1; font-variant-numeric: tabular-nums; }
.chap__facts dd { margin: 10px 0 0; font-size: 0.875rem; color: var(--muted); line-height: 1.45; }
.chap__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.world__rail, .world__progress { display: none; }

/* Met beweging: een vastgezet podium waarop de film scrubt */
.js.motion .world__stage { display: block; height: 100vh; height: 100dvh; min-height: 560px; overflow: hidden; }
.js.motion .world__media { position: absolute; inset: 0; height: auto; min-height: 0; will-change: clip-path; clip-path: inset(var(--ap-t) var(--ap-r) var(--ap-b) var(--ap-l) round 50vh 0 0 50vh); }
.js.motion .world__canvas { display: block; }
.js.motion .world__poster { transition: opacity .4s var(--ease); }
.js.motion .world.is-drawing .world__poster { opacity: 0; }
.js.motion .hero__copy { position: absolute; left: 0; bottom: 0; }
.js.motion .world__chapters { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.js.motion .chap { position: absolute; inset: 0; min-height: 0; align-items: center; padding: calc(var(--nav-h) + 24px) calc(var(--gutter) + 120px) 64px var(--gutter); opacity: 0; visibility: hidden; }
.js.motion .chap--right { padding: calc(var(--nav-h) + 24px) calc(var(--gutter) + 140px) 64px var(--gutter); }
.js.motion .chap--low, .js.motion .chap--end { align-items: flex-end; padding-bottom: clamp(56px, 10vh, 110px); }
.js.motion .chap__still { display: none; }
.js.motion .chap.is-live { pointer-events: auto; }
.js.motion .world__rail {
  display: flex; flex-direction: column; gap: 4px; position: absolute; z-index: 3;
  right: var(--gutter); top: 50%; transform: translateY(-50%);
}
.world__rail a {
  display: flex; align-items: center; justify-content: flex-end; gap: 12px; min-height: 36px;
  text-decoration: none; font-size: 0.8125rem; font-stretch: 92%; letter-spacing: 0.04em; color: rgba(233, 232, 225, 0.62);
  transition: color .3s var(--ease);
}
.world__rail a::after { content: ""; width: 18px; height: 1px; background: currentColor; transition: width .45s var(--ease); }
.world__rail a:hover { color: var(--text); }
.world__rail a.is-active { color: var(--text); }
.world__rail a.is-active::after { width: 40px; }
.js.motion .world__rail { opacity: 0; }
.js.motion .world__progress { display: block; position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 2px; background: rgba(233, 232, 225, 0.12); }
.world__progress span { position: absolute; inset: 0; background: var(--text); transform: scaleX(0); transform-origin: left; }

@media (max-width: 1023px) {
  .js.motion .world__rail { display: none; }
  .js.motion .chap, .js.motion .chap--right { padding-right: var(--gutter); }
}
@media (max-width: 767px) {
  .world { --ap-t: 84px; --ap-r: 16px; --ap-b: 52dvh; --ap-l: 16px; }
  .world__media { min-height: 600px; }
  .hero__copy { max-width: none; padding-bottom: 40px; gap: 16px; }
  .hero__title { font-size: clamp(1.9rem, 8.4vw, 2.5rem); font-stretch: 104%; }
  .hero__sub { font-size: 1rem; }
  .hero__ctas .btn { flex: 1 1 auto; }
  .world__shade { background: linear-gradient(to bottom, rgba(10, 12, 9, 0.6) 0%, rgba(10, 12, 9, 0) 18%), linear-gradient(to top, rgba(10, 12, 9, 0.95) 0%, rgba(10, 12, 9, 0.7) 45%, rgba(10, 12, 9, 0.1) 75%); }
  .js.motion .world__stage { min-height: 600px; }
  .chap, .js.motion .chap, .js.motion .chap--right { align-items: flex-end; justify-content: flex-start; padding: 96px var(--gutter) 48px; }
  .chap::before, .chap--right::before, .chap--low::before { background: linear-gradient(to top, rgba(10, 12, 9, 0.94) 0%, rgba(10, 12, 9, 0.72) 42%, rgba(10, 12, 9, 0) 72%); }
  .chap__title { font-size: clamp(1.6rem, 7vw, 2.2rem); font-stretch: 104%; }
  .chap__text > p { font-size: 1rem; }
  .chap__quote p { font-size: clamp(1.4rem, 6.2vw, 1.9rem); }
  .chap__facts { gap: 12px; }
  .chap__facts dt { font-size: 1.4rem; }
  .chap__facts dd { font-size: 0.8125rem; }
}

/* ---------- Secties algemeen ---------- */
section { position: relative; }
.routes, .story, .material, .designs, .recog, .book-visit, .service { padding: clamp(80px, 12vw, 168px) var(--gutter); max-width: var(--max); margin: 0 auto; }

.reveal { opacity: 1; }
.js.motion .reveal, .js.motion .reveal-lines { opacity: 0; transform: translateY(28px); }

/* ---------- Routes ---------- */
.routes__title { font-size: clamp(1.6rem, 2.4vw, 2.3rem); font-stretch: 110%; margin-bottom: 40px; }
.routes__list { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid var(--line); }
.route {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) auto; align-items: center; gap: 32px;
  padding: 34px 0; border-top: 1px solid var(--line); text-decoration: none;
}
.route__name { font-size: clamp(1.5rem, 2.6vw, 2.5rem); font-weight: 300; font-stretch: 118%; line-height: 1.12; transition: transform .5s var(--ease); }
.route__text { color: var(--muted); max-width: 34rem; }
.route__arrow { width: 28px; height: 28px; transition: transform .5s var(--ease); }
.route:hover .route__name { transform: translateX(14px); }
.route:hover .route__arrow { transform: translateX(6px); }
.routes__preview {
  position: fixed; left: 0; top: 0; z-index: 5; width: 300px; aspect-ratio: 4 / 3; pointer-events: none;
  opacity: 0; transform: translate(-50%, -50%) scale(0.9); overflow: hidden;
}
.routes__preview img { width: 100%; height: 100%; object-fit: cover; }
@media (hover: none), (max-width: 1023px) { .routes__preview { display: none; } }
@media (max-width: 767px) {
  .route { grid-template-columns: 1fr auto; gap: 8px 16px; padding: 24px 0; }
  .route__text { grid-column: 1; grid-row: 2; font-size: 0.9375rem; }
  .route__arrow { grid-column: 2; grid-row: 1 / span 2; }
}

/* ---------- Verhaal ---------- */
.story__title {
  font-size: clamp(1.8rem, 3.5vw, 3.4rem); font-stretch: 110%; font-weight: 300;
  max-width: 26ch; line-height: 1.14; text-wrap: balance;
}
.story__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 7vw, 120px); margin-top: clamp(48px, 7vw, 96px); align-items: start; }
.story__photo { margin: 0; }
.story__photo img { width: 100%; filter: grayscale(1) contrast(1.05); }
figcaption { margin-top: 12px; font-size: 0.875rem; color: var(--muted); }
.story__body { display: grid; gap: 22px; padding-top: 8px; max-width: 38rem; }
.story__body > p { color: var(--muted); }
.story__body > p:first-child { color: var(--text); font-size: 1.1875rem; }
.quote { margin: 12px 0 4px; padding-left: 24px; border-left: 1px solid var(--line-strong); }
.quote p { font-size: clamp(1.25rem, 1.8vw, 1.6rem); font-weight: 300; font-stretch: 108%; line-height: 1.3; }
.quote footer { margin-top: 10px; font-size: 0.875rem; color: var(--muted); }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 20px 0 8px; padding-top: 28px; border-top: 1px solid var(--line); }
.facts dt { font-size: clamp(1.8rem, 2.8vw, 2.6rem); font-weight: 250; font-stretch: 118%; line-height: 1; font-variant-numeric: tabular-nums; }
.facts dd { margin: 10px 0 0; font-size: 0.875rem; color: var(--muted); line-height: 1.45; }
.story__links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; }
@media (max-width: 900px) {
  .story__grid { grid-template-columns: 1fr; }
  .story__photo { max-width: 560px; }
}
@media (max-width: 520px) { .facts { grid-template-columns: 1fr 1fr; } }

/* ---------- Galerie ---------- */
.gallery { background: var(--bg-2); }
.gallery__pin { padding: clamp(80px, 10vw, 140px) 0; overflow: hidden; }
.gallery__intro { padding: 0 var(--gutter); display: grid; gap: 14px; max-width: 46rem; margin-bottom: clamp(36px, 5vw, 64px); }
.gallery__title { font-size: clamp(2rem, 4vw, 3.8rem); font-stretch: 115%; font-weight: 250; line-height: 1.05; }
.gallery__intro p { color: var(--muted); }
.gallery__track { display: flex; align-items: flex-end; gap: clamp(20px, 3vw, 48px); padding: 0 var(--gutter); width: max-content; }
.work { margin: 0; flex: none; }
/* Desktop: maten op de hoogte van het scherm, zodat beeld en label samen in beeld passen */
@media (min-width: 1024px) {
  .gallery__pin { height: 100vh; height: 100dvh; padding: calc(var(--nav-h) + 28px) 0 28px; display: flex; flex-direction: column; justify-content: center; }
  .gallery__intro { margin-bottom: clamp(24px, 4vh, 48px); }
  .work--wide { width: calc(54vh * 4 / 3); }
  .work--mid { width: calc(44vh * 4 / 3); }
  .work--tall { width: calc(54vh * 3 / 4); }
  .work--end { width: calc(54vh * 0.62); aspect-ratio: auto; height: calc(54vh + 90px); align-self: flex-end; }
}
.work__img { overflow: hidden; background: var(--bg-3); }
.work--wide .work__img, .work--mid .work__img { aspect-ratio: 4 / 3; }
.work--tall .work__img { aspect-ratio: 3 / 4; }
.work__img img { width: 118%; max-width: none; height: 100%; object-fit: cover; margin-left: -9%; transition: transform 1.2s var(--ease); }
.work:hover .work__img img { transform: scale(1.03); }
.work__label { padding-top: 16px; margin-top: 14px; border-top: 1px solid var(--line); display: grid; gap: 8px; max-width: 34rem; }
.work__label h3 { font-size: 1.1875rem; font-weight: 400; font-stretch: 104%; line-height: 1.3; }
.work__meta { display: grid; gap: 2px; font-size: 0.875rem; color: var(--muted); font-stretch: 92%; }
.work--end {
  aspect-ratio: 3 / 4; display: flex; flex-direction: column; justify-content: flex-end; gap: 16px;
  text-decoration: none; padding: 28px; border: 1px solid var(--line); align-self: stretch;
  transition: background-color .4s var(--ease);
}
.work--end:hover { background: var(--moss-deep); }
.work__endtext { font-size: clamp(1.4rem, 2.2vw, 2.2rem); font-weight: 300; font-stretch: 115%; line-height: 1.1; }
.work--end .ico { width: 32px; height: 32px; }

@media (max-width: 1023px) {
  .gallery__track {
    width: auto; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; align-items: flex-start;
    scrollbar-width: none; overscroll-behavior-x: contain;
  }
  .gallery__track::-webkit-scrollbar { display: none; }
  .work { scroll-snap-align: start; }
  .work--wide, .work--mid { width: 82vw; }
  .work--tall { width: 60vw; }
  .work--end { width: 60vw; align-self: auto; }
  .work__img img { width: 100%; margin-left: 0; }
}

/* ---------- Werkwijze ---------- */
.process { background: var(--bg); }
.process__pin {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 88px);
  align-items: center; padding: clamp(80px, 10vw, 140px) var(--gutter); max-width: var(--max); margin: 0 auto;
  min-height: 100vh; min-height: 100dvh;
}
.process__title { font-size: clamp(2rem, 3.8vw, 3.6rem); font-stretch: 115%; font-weight: 250; line-height: 1.05; margin-bottom: clamp(28px, 4vw, 48px); max-width: 14ch; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; }
.step { display: grid; gap: 10px; }
.step h3 { font-size: clamp(1.25rem, 1.7vw, 1.6rem); font-weight: 400; font-stretch: 108%; }
.step p { color: var(--muted); max-width: 30rem; }
.js.motion .steps { grid-template-areas: "s"; }
.js.motion .step { grid-area: s; opacity: 0; visibility: hidden; transform: translateY(16px); transition: opacity .5s var(--ease), transform .6s var(--ease), visibility 0s linear .5s; }
.js.motion .step.is-active { opacity: 1; visibility: visible; transform: none; transition: opacity .6s var(--ease), transform .7s var(--ease), visibility 0s; }
.steps:not(.is-stacked) .step + .step { margin-top: 28px; }
.js.motion .steps .step + .step { margin-top: 0; }
.process__bar { display: none; }
.js.motion .process__bar { display: block; height: 1px; background: var(--line); margin-top: 40px; max-width: 30rem; position: relative; }
.process__bar span { position: absolute; inset: 0; background: var(--text); transform: scaleX(0); transform-origin: left; }
.process__visual { margin: 0; }
.process__frame { position: relative; aspect-ratio: 1528 / 1140; background: var(--bg-3); overflow: hidden; }
.process__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.process__lines { position: absolute; inset: 0; color: var(--text); }
.process__lines svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.6; }
.js.motion .process__photo { opacity: 0; filter: grayscale(1) brightness(0.7); }
.js.motion .process__lines path { stroke-dasharray: 1; stroke-dashoffset: 1; }
.js:not(.motion) .process__lines { display: none; }
@media (max-width: 1023px) {
  .process__pin { grid-template-columns: 1fr; min-height: 0; }
  .process__visual { order: -1; }
  .js.motion .steps { grid-template-areas: none; }
  .js.motion .step { grid-area: auto; opacity: 1; visibility: visible; transform: none; }
  .js.motion .steps .step + .step { margin-top: 28px; }
  .js.motion .process__bar { display: none; }
}

/* ---------- Materiaal ---------- */
.material__title { font-size: clamp(1.6rem, 2.6vw, 2.5rem); font-stretch: 110%; max-width: 24ch; }
.material__words {
  margin: clamp(28px, 4vw, 56px) 0 clamp(48px, 7vw, 96px);
  font-size: clamp(2.2rem, 6.4vw, 6.6rem); font-weight: 200; font-stretch: 125%; line-height: 1.02; letter-spacing: -0.02em;
}
.material__words span { display: inline-block; }
.js.motion .material__words span { opacity: 0.16; }
.material__grid {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); align-items: start;
}
.mat { margin: 0; }
.mat img { width: 100%; object-fit: cover; }
.mat--a { grid-column: 1 / span 4; }
.mat--a img { aspect-ratio: 3 / 4; }
.mat--b { grid-column: 5 / span 3; margin-top: 18vh; }
.mat--b img { aspect-ratio: 3 / 4; }
.mat--c { grid-column: 9 / span 4; margin-top: 6vh; }
.mat--c img { aspect-ratio: 3 / 4; }
.mat--d { grid-column: 2 / span 3; margin-top: -4vh; }
.mat--d img { aspect-ratio: 2 / 3; }
.mat--e { grid-column: 6 / span 6; margin-top: 4vh; }
.mat--e img { aspect-ratio: 4 / 3; }
@media (max-width: 767px) {
  .material__grid { grid-template-columns: 1fr 1fr; }
  .mat--a, .mat--b, .mat--c, .mat--d { grid-column: auto; margin-top: 0; }
  .mat--b, .mat--d { margin-top: 40px; }
  .mat--e { grid-column: 1 / -1; margin-top: 0; }
}

/* ---------- Eigen ontwerpen ---------- */
.designs { padding-top: clamp(40px, 6vw, 80px); }
.eq { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 6vw, 110px); align-items: start; }
.eq__main { margin: 0; position: sticky; top: calc(var(--nav-h) + 24px); overflow: hidden; }
.eq__main img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.eq__body { display: grid; gap: 22px; padding-top: 4vh; }
.eq__title { font-size: clamp(3.4rem, 9vw, 9.6rem); font-weight: 200; font-stretch: 125%; letter-spacing: -0.03em; line-height: 0.95; margin: 4px 0 8px; }
.eq__lead { font-size: clamp(1.25rem, 1.9vw, 1.7rem); font-weight: 300; font-stretch: 108%; line-height: 1.3; max-width: 26ch; }
.eq__body > p:not(.eq__lead) { color: var(--muted); max-width: 34rem; }
.eq__side { margin: 32px 0 0; }
.eq__side img { width: 100%; }
.duo { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: clamp(20px, 3vw, 40px); margin-top: clamp(80px, 10vw, 150px); align-items: stretch; }
.duo__stricto { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.duo__stricto figure { margin: 0; }
.duo__stricto img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.duo__text { display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr) auto; align-items: start; }
.duo__text h3 { font-size: clamp(1.6rem, 2.4vw, 2.4rem); font-stretch: 125%; font-weight: 250; letter-spacing: 0.06em; grid-column: 1 / -1; }
.duo__text p:not(.price) { color: var(--muted); max-width: 34rem; }
.price { font-size: 1.25rem; font-stretch: 110%; white-space: nowrap; }
.price span { font-size: 0.875rem; color: var(--muted); margin-right: 6px; }
.duo__text .textlink { grid-column: 1 / -1; }
.duo__lift {
  background: var(--moss); padding: clamp(28px, 3vw, 44px);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 16px; min-height: 360px;
}
.duo__lift h3 { font-size: clamp(1.5rem, 2.2vw, 2.1rem); font-stretch: 115%; font-weight: 300; }
.duo__lift p { color: #dedcd2; }
.duo__note { font-size: 0.875rem; color: #cfcdc2 !important; padding-top: 16px; border-top: 1px solid rgba(233, 232, 225, 0.22); }
@media (max-width: 900px) {
  .eq { grid-template-columns: 1fr; }
  .eq__main { position: relative; top: 0; }
  .duo { grid-template-columns: 1fr; }
  .duo__text { grid-template-columns: 1fr; }
  .duo__lift { min-height: 0; }
}

/* ---------- Erkenning ---------- */
.recog__head { display: grid; gap: 14px; max-width: 44rem; }
.recog__title { font-size: clamp(2rem, 3.8vw, 3.6rem); font-stretch: 115%; font-weight: 250; }
.recog__head p { color: var(--muted); }
.awards {
  list-style: none; padding: 0; margin: clamp(40px, 6vw, 80px) 0;
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--line);
}
.awards li { padding: 22px 18px 0 0; display: grid; gap: 10px; align-content: start; font-size: 0.9375rem; color: var(--muted); line-height: 1.4; }
.awards__y { font-size: clamp(1.6rem, 2.4vw, 2.4rem); font-weight: 250; font-stretch: 118%; color: var(--text); line-height: 1; font-variant-numeric: tabular-nums; }
.recog__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(0, 3fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.recog__photo { margin: 0; }
.recog__photo img { width: 100%; }
.partners { display: grid; gap: 20px; }
.partners h3 { font-size: 1rem; font-weight: 500; color: var(--muted); font-stretch: 100%; }
.partners__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.partners__list li { font-size: clamp(1.2rem, 1.7vw, 1.55rem); font-weight: 300; font-stretch: 110%; line-height: 1.25; }
.partners > p { color: var(--muted); }
.partners .btn { justify-self: start; }
.book { display: grid; gap: 18px; background: var(--bg-2); padding: 24px; border: 1px solid var(--line); }
.book img { width: 100%; }
.book h3 { font-size: 1.125rem; font-weight: 400; line-height: 1.3; margin-bottom: 8px; }
.book p { color: var(--muted); font-size: 0.9375rem; margin-bottom: 8px; }
@media (max-width: 1023px) {
  .awards { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 28px; }
  .recog__grid { grid-template-columns: 1fr 1fr; }
  .recog__photo { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .awards { grid-template-columns: 1fr 1fr; }
  .recog__grid { grid-template-columns: 1fr; }
}

/* ---------- Showroom ---------- */
.showroom { background: var(--bg-2); padding-bottom: clamp(80px, 10vw, 140px); }
.showroom__img { margin: 0; overflow: hidden; height: min(62vh, 44vw); min-height: 280px; }
.showroom__img img { width: 100%; height: 118%; object-fit: cover; object-position: 50% 45%; }
.showroom__body {
  max-width: var(--max); margin: 0 auto; padding: clamp(48px, 6vw, 88px) var(--gutter) 0;
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 6vw, 110px);
}
.showroom__intro { display: grid; gap: 20px; align-content: start; }
.showroom__title { font-size: clamp(2rem, 3.8vw, 3.6rem); font-stretch: 115%; font-weight: 250; }
.showroom__intro p { color: var(--muted); max-width: 36rem; font-size: 1.125rem; }
.showroom__info { display: grid; gap: 22px; align-content: start; padding-top: 8px; }
.showroom__info address { font-size: 1.25rem; font-stretch: 108%; font-weight: 300; line-height: 1.4; }
.status { display: inline-flex; align-items: center; gap: 10px; font-weight: 500; min-height: 24px; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--stone); flex: none; }
.status.is-open::before { background: #9bbf7a; box-shadow: 0 0 0 4px rgba(155, 191, 122, 0.18); }
.hours { margin: 0; display: grid; gap: 6px; }
.hours div { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 6px; }
.hours dt { color: var(--muted); }
.hours dd { margin: 0; font-variant-numeric: tabular-nums; }
.showroom__links { display: flex; flex-wrap: wrap; gap: 8px 28px; }
@media (max-width: 900px) { .showroom__body { grid-template-columns: 1fr; } }

/* ---------- Afspraak in stappen ---------- */
.book-visit { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 110px); align-items: start; }
.visit__intro { display: grid; gap: 20px; position: sticky; top: calc(var(--nav-h) + 32px); }
.visit__title { font-size: clamp(2rem, 3.8vw, 3.6rem); font-stretch: 115%; font-weight: 250; line-height: 1.05; }
.visit__intro > p { color: var(--muted); }
.visit__types { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 18px; }
.visit__types li { display: grid; gap: 4px; padding-top: 18px; border-top: 1px solid var(--line); }
.visit__types strong { font-weight: 500; font-size: 1.0625rem; }
.visit__types span { color: var(--muted); font-size: 0.9375rem; }
.visit__tel { font-size: 0.9375rem; color: var(--muted); }
.visit__tel a { color: var(--text); font-weight: 500; }

.wizard { background: var(--bg-2); border: 1px solid var(--line); padding: clamp(24px, 4vw, 56px); min-height: 480px; display: flex; flex-direction: column; }
.wizard__progress { height: 2px; background: var(--line); position: relative; overflow: hidden; }
.wizard__progress span { position: absolute; inset: 0; background: var(--text); transform-origin: left; transform: scaleX(0.2); transition: transform .6s var(--ease); }
.wizard__count { margin: 14px 0 28px; font-size: 0.875rem; color: var(--muted); min-height: 1.4em; }
.wstep { border: 0; margin: 0; padding: 0; min-width: 0; display: none; }
.wstep.is-active { display: block; animation: step-in .5s var(--ease); }
@keyframes step-in { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
.wstep.is-back { animation-name: step-back; }
@keyframes step-back { from { opacity: 0; transform: translateX(-18px); } to { opacity: 1; transform: none; } }
.wstep legend { font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 300; font-stretch: 110%; line-height: 1.2; margin-bottom: 26px; padding: 0; }
.choices { display: grid; gap: 12px; }
.choice { position: relative; display: flex; align-items: center; min-height: 60px; padding: 0 26px; border: 1px solid var(--line-strong); border-radius: var(--pill); cursor: pointer; transition: background-color .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease); }
.choice input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.choice span { font-size: 1.0625rem; }
.choice:hover { border-color: var(--text); }
.choice:has(input:checked) { background: var(--text); color: var(--bg); border-color: var(--text); }
.choice:active { transform: scale(0.99); }
.wstep__error, .field__error { color: #f0b9a6; font-size: 0.875rem; margin-top: 12px; min-height: 1.3em; }
.field__error { display: none; margin-top: 6px; }
.field.is-invalid .field__error { display: block; }
.field.is-invalid input { border-color: #f0b9a6; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 0.9375rem; color: var(--text); }
.opt { color: var(--muted); }
.field input, .field textarea {
  width: 100%; background: var(--bg); color: var(--text); border: 1px solid var(--line-strong); border-radius: 0;
  padding: 14px 16px; font: inherit; font-size: 1rem; min-height: 52px;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field textarea:focus { outline: 2px solid var(--text); outline-offset: 0; border-color: var(--text); }
.wstep--done { text-align: left; }
.wstep--done.is-active { display: grid; gap: 16px; }
.wstep--done h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 300; font-stretch: 110%; }
.wstep--done p { color: var(--muted); max-width: 32rem; }
.wizard__nav { display: flex; gap: 12px; justify-content: space-between; margin-top: auto; padding-top: 36px; }
.wizard__nav [data-wizard-next], .wizard__nav [data-wizard-submit] { margin-left: auto; }
@media (max-width: 900px) {
  .book-visit { grid-template-columns: 1fr; }
  .visit__intro { position: static; }
}
@media (max-width: 600px) {
  .fields { grid-template-columns: 1fr; }
  .wizard { padding: 24px 20px; min-height: 0; }
  .choice { padding: 0 22px; }
}

/* ---------- Service ---------- */
.service { border-top: 1px solid var(--line); }
.service__head { display: grid; gap: 16px; max-width: 44rem; margin-bottom: clamp(36px, 5vw, 64px); }
.service__title { font-size: clamp(1.8rem, 3vw, 2.8rem); font-stretch: 112%; font-weight: 300; }
.service__head p { color: var(--muted); }
.service__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 88px); align-items: start; }
.brands { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.brands a {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  min-height: 64px; padding: 0 22px; background: var(--bg); text-decoration: none;
  font-size: 1.0625rem; font-stretch: 108%; transition: background-color .3s var(--ease);
}
.brands a:hover { background: var(--bg-3); }
.brands a .ico { color: var(--muted); transition: transform .4s var(--ease); }
.brands a:hover .ico { transform: translate(3px, -3px); color: var(--text); }
.service__furniture { display: grid; gap: 18px; }
.service__furniture h3 { font-size: 1.375rem; font-weight: 400; font-stretch: 106%; }
.service__furniture p { color: var(--muted); }
.service__furniture .btn { justify-self: start; }
.service__tel a { color: var(--text); font-weight: 500; }
@media (max-width: 900px) { .service__grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.foot { border-top: 1px solid var(--line); padding: clamp(56px, 8vw, 110px) var(--gutter) 32px; max-width: var(--max); margin: 0 auto; }
.foot__top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(40px, 6vw, 80px); }
.foot__brand { display: block; width: min(420px, 80vw); }
.foot__claim { font-stretch: 75%; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-size: 0.875rem; }
.foot__cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.foot__h { font-size: 0.9375rem; font-weight: 500; margin-bottom: 14px; }
.foot__cols p, .foot__cols address { color: var(--muted); font-size: 0.9375rem; line-height: 1.8; }
.foot__cols a { text-decoration: none; }
.foot__cols a:hover { text-decoration: underline; text-underline-offset: 4px; }
.foot__links { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; font-size: 0.9375rem; color: var(--muted); }
.foot__links a { display: inline-block; padding: 4px 0; }
.social { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; }
.social a { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: border-color .3s var(--ease); }
.social a:hover { border-color: var(--text); }
.social .ico { width: 20px; height: 20px; }
.foot__legal { margin-top: 56px; font-size: 0.8125rem; color: var(--muted); }
@media (max-width: 900px) { .foot__cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 767px) { .foot { padding-bottom: 110px; } }
@media (max-width: 480px) { .foot__cols { grid-template-columns: 1fr; } }

/* ---------- Belbalk mobiel ---------- */
.callbar { display: none; }
@media (max-width: 767px) {
  .callbar {
    position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 80;
    display: grid; grid-template-columns: auto 1fr; gap: 8px; padding: 6px;
    background: rgba(21, 24, 18, 0.9); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
    border: 1px solid var(--line); border-radius: var(--pill);
    transform: translateY(140%); transition: transform .5s var(--ease);
  }
  .callbar.is-visible { transform: none; }
  .callbar a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-radius: var(--pill); text-decoration: none; font-weight: 500; padding: 0 20px; }
  .callbar__tel { border: 1px solid var(--line-strong); }
  .callbar__visit { background: var(--text); color: var(--bg); }
}

/* ---------- Film ---------- */
.film { border: 0; padding: 0; background: #000; width: min(1200px, 94vw); aspect-ratio: 16 / 9; max-height: 90vh; color: var(--text); overflow: visible; }
.film { overscroll-behavior: contain; }
.film::backdrop { background: rgba(8, 9, 7, 0.88); }
.film__frame, .film__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.film__close { position: absolute; top: -56px; right: 0; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-strong); background: var(--bg); display: grid; place-items: center; cursor: pointer; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 28px; z-index: 120; transform: translate(-50%, 20px); opacity: 0; pointer-events: none;
  background: var(--text); color: var(--bg); padding: 14px 22px; border-radius: var(--pill); font-weight: 500; font-size: 0.9375rem;
  transition: opacity .35s var(--ease), transform .45s var(--ease); max-width: calc(100vw - 32px); text-align: center;
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 767px) { .toast { bottom: 96px; } }

/* ---------- Minder beweging ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .intro { display: none !important; }
}
@media (prefers-reduced-transparency: reduce) {
  .nav.is-solid, .callbar { background: var(--bg-2); -webkit-backdrop-filter: none; backdrop-filter: none; }
}

/* Zonder beweging (of zonder script) de galerie gewoon horizontaal laten scrollen */
@media (min-width: 1024px) {
  html:not(.motion) .gallery__track { width: auto; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; scrollbar-color: var(--stone) transparent; }
  html:not(.motion) .work { scroll-snap-align: start; }
}
