/* Jager Studio, website. Richting "Dageraad" (gekozen 11 september 2026, vervangt Polder voor de site).
   Neutraal wit en zwart; kleur zit alleen in het beeld: de dageraad van 07:04 (oranje, roze, blauw).
   Eén bewuste donkere sectie ("nacht") voor contrast. Hanken Grotesk voor tekst, Instrument Serif
   alleen voor grote cijfers. Maatschaal 4/8/16/24/40/64/104, rondingen 12/20/28/pil. */

@font-face {
  font-family: "Hanken Grotesk";
  src: url("assets/fonts/hanken-latin.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; 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: "Hanken Grotesk";
  src: url("assets/fonts/hanken-latin-ext.woff2") format("woff2");
  font-weight: 100 900; font-style: normal; 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;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/instrument-serif-latin.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}

:root {
  --grond: #f5f5f7;
  --vlak: #ffffff;
  --inkt: #1d1d1f;
  --stil: #6e6e73;
  --lijn: #d2d2d7;
  --knop: #1d1d1f;
  --op-knop: #ffffff;
  --zacht: #e8e8ed;

  --dawn-1: #ff8a3d;
  --dawn-2: #ff4f7b;
  --dawn-3: #5b7cff;
  --dawn: linear-gradient(90deg, var(--dawn-1), var(--dawn-2) 55%, var(--dawn-3));
  --dawn-wash: linear-gradient(135deg, #fff1e7 0%, #ffe9ef 50%, #eceffe 100%);

  --nacht: #07080b;
  --nacht-inkt: #f5f5f7;
  --nacht-stil: #a1a1a6;

  --goed: #1f7a4d;
  --kritiek: #c0392b;

  --scherm: #111114;
  --scherm-2: #26262b;
  --scherm-inkt: #f5f5f7;
  --scherm-stil: #a1a1a6;

  --schaduw: 0 1px 2px rgb(0 0 0 / .04), 0 30px 60px -30px rgb(0 0 0 / .25);

  --s1: 4px; --s2: 8px; --s3: 16px; --s4: 24px; --s5: 40px; --s6: 64px; --s7: 104px;
  --r1: 12px; --r2: 20px; --r3: 28px; --pil: 999px;

  --maxw: 1180px;
  --gutter: clamp(16px, 4vw, 40px);

  --f-ui: "Hanken Grotesk", -apple-system, "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  --f-cijfer: "Instrument Serif", "Iowan Old Style", Georgia, serif;

  --orb-1: var(--dawn-1);
  --orb-2: var(--dawn-2);
  --orb-3: var(--dawn-3);

  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root {
    --grond: #0b0b0d;
    --vlak: #161618;
    --inkt: #f5f5f7;
    --stil: #a1a1a6;
    --lijn: #2c2c2e;
    --knop: #f5f5f7;
    --op-knop: #0b0b0d;
    --zacht: #1f1f22;
    --dawn-wash: linear-gradient(135deg, #2a1a14 0%, #2a1520 50%, #161a33 100%);
    --nacht: #000000;
    --goed: #5fd39a;
    --kritiek: #ff8a80;
    --schaduw: 0 1px 2px rgb(0 0 0 / .3), 0 30px 60px -30px rgb(0 0 0 / .8);
    color-scheme: dark;
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 72px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--grond); color: var(--inkt);
  font-family: var(--f-ui); font-size: 17px; line-height: 1.5;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
[hidden] { display: none !important; }
figure { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

:focus-visible { outline: 3px solid var(--inkt); outline-offset: 3px; border-radius: 6px; }

.skip { position: absolute; left: var(--s3); top: -64px; z-index: 100; background: var(--knop); color: var(--op-knop); padding: var(--s2) var(--s3); border-radius: var(--pil); font-weight: 600; text-decoration: none; }
.skip:focus { top: var(--s3); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }

h1, h2, h3 { margin: 0; font-weight: 700; text-wrap: balance; }
h2 { font-size: clamp(2.1rem, 4.4vw, 3.5rem); letter-spacing: -0.035em; line-height: 1.04; }
h3 { font-size: 1.25rem; letter-spacing: -0.015em; line-height: 1.2; }
p { margin: 0; text-wrap: pretty; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.3rem); color: var(--stil); max-width: 56ch; line-height: 1.45; }

section { padding-block: clamp(80px, 11vw, 144px); }
.sec-head { max-width: 800px; display: grid; gap: var(--s3); margin-bottom: clamp(40px, 5vw, 64px); }

/* ---------- knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s2);
  min-height: 50px; padding: 0 26px; border-radius: var(--pil); border: 1.5px solid transparent;
  font: 600 1.02rem/1 var(--f-ui); text-decoration: none; white-space: nowrap; cursor: pointer;
  background: none; color: inherit;
  transition: transform .16s cubic-bezier(.16,1,.3,1), background-color .16s, border-color .16s, color .16s;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--knop); color: var(--op-knop); }
.btn-primary:hover { background: color-mix(in srgb, var(--knop) 85%, var(--grond)); }
.btn-ghost { border-color: var(--lijn); color: var(--inkt); }
.btn-ghost:hover { border-color: var(--inkt); }
.btn-ghost i { font-size: 1.2em; background: var(--dawn); -webkit-background-clip: text; background-clip: text; color: transparent; }
.btn-sm { min-height: 38px; padding: 0 16px; font-size: .9rem; }

/* ---------- navigatie ---------- */
#top-sentinel { position: absolute; top: 0; height: 1px; width: 1px; }
.nav {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--grond) 78%, transparent);
  -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, background-color .35s, color .35s;
}
.nav.is-stuck { border-bottom-color: color-mix(in srgb, var(--lijn) 70%, transparent); }
.nav.on-dark { background: rgb(7 8 11 / .72); color: var(--nacht-inkt); border-bottom-color: rgb(255 255 255 / .08); }
.nav.on-dark .nav-links a { color: var(--nacht-stil); }
.nav.on-dark .nav-links a:hover { color: var(--nacht-inkt); }
.nav.on-dark .btn-primary { background: var(--nacht-inkt); color: var(--nacht); }
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: var(--s4); height: 60px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 1.1rem; letter-spacing: -0.02em; }
.brand-mark {
  width: 22px; height: 22px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 35% 30%, #ffd9c2 0 8%, transparent 30%), conic-gradient(from 200deg, var(--dawn-1), var(--dawn-2), var(--dawn-3), var(--dawn-1));
  box-shadow: 0 0 12px -2px rgb(255 79 123 / .45);
}
.brand-name { white-space: nowrap; }
.nav-links { display: flex; gap: var(--s5); list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; color: var(--stil); font-weight: 500; font-size: .95rem; transition: color .2s; }
.nav-links a:hover { color: var(--inkt); }
@media (max-width: 900px) { .nav-links { display: none; } }
@media (max-width: 420px) { .brand { font-size: 1rem; gap: var(--s2); } .btn-sm { padding: 0 12px; font-size: .85rem; } }
@media (max-width: 340px) { .brand-name { display: none; } }

/* ---------- hero ---------- */
.hero { padding-block: clamp(48px, 7vw, 96px) 0; overflow: hidden; }
.hero-in { text-align: center; display: grid; justify-items: center; }
.hero h1 { font-size: clamp(2.8rem, 6.4vw, 5.4rem); letter-spacing: -0.05em; line-height: .98; font-weight: 800; max-width: 16ch; }
.hero .lead { margin-top: var(--s4); max-width: 42ch; }
.hero-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: var(--s5); }
.hero-visual { position: relative; display: grid; justify-items: center; margin-top: clamp(8px, 2vw, 24px); padding-bottom: clamp(56px, 7vw, 96px); }
.orb { display: block; }
.orb-hero { width: min(640px, 92vw); aspect-ratio: 1; margin-bottom: calc(min(640px, 92vw) * -0.14); }
.caption { display: grid; justify-items: center; gap: 6px; text-align: center; min-height: 6.2em; max-width: 34ch; padding-inline: var(--s3); }
.cap-who { font-size: .8rem; font-weight: 600; letter-spacing: .02em; color: var(--stil); display: inline-flex; align-items: center; gap: 6px; }
.cap-who::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--dawn-2); }
.caption.klant .cap-who::before { background: var(--stil); }
.cap-text { font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.35; font-weight: 500; letter-spacing: -0.01em; }
.caption.klant .cap-text { color: var(--stil); }
.hero-meta { margin-top: var(--s3); font-size: .85rem; color: var(--stil); }
/* welkomstwoord: woorden kleuren in zodra ze uitgesproken worden */
.cap-text.karaoke .kw { opacity: .22; transition: opacity .18s ease-out; }
.cap-text.karaoke .kw.on { opacity: 1; }
.btn[aria-pressed="true"] { border-color: var(--inkt); }
.hero-meta { transition: opacity .3s; }
.hero-visual.welkom .hero-meta { opacity: 0; }
/* stilstaand beeld als WebGL ontbreekt */
.orb-static { border-radius: 50%; background: radial-gradient(circle at 38% 34%, #ffe1cf 0 6%, transparent 28%), radial-gradient(circle at 50% 50%, var(--dawn-1), var(--dawn-2) 55%, var(--dawn-3) 100%); transform: scale(.58); }

/* ---------- de lat ---------- */
.lat-sec { padding-block: clamp(64px, 9vw, 128px); }
.lat { display: grid; justify-items: center; text-align: center; gap: var(--s5); }
.lat-quote { font-size: clamp(1.9rem, 4.6vw, 3.6rem); line-height: 1.1; letter-spacing: -0.035em; font-weight: 700; max-width: 24ch; text-wrap: balance; }
.lat-quote em { font-style: normal; background: var(--dawn); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .06em; }
.lat-side { color: var(--stil); max-width: 58ch; font-size: 1.1rem; }

/* ---------- nacht: 07:04 ---------- */
.nacht { position: relative; padding: 0; height: 360vh; background: var(--nacht); color: var(--nacht-inkt); }
.nacht-sticky { position: sticky; top: 0; height: 100vh; height: 100dvh; overflow: hidden; display: grid; place-items: center; }
.zon {
  position: absolute; left: 50%; bottom: 0; width: max(150vw, 1400px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, rgb(255 138 61 / .95) 0%, rgb(255 79 123 / .75) 32%, rgb(91 124 255 / .45) 58%, rgb(91 124 255 / 0) 72%);
  transform: translate3d(-50%, 78%, 0) scale(.8); opacity: .25;
  transition: transform 1.6s cubic-bezier(.16,1,.3,1), opacity 1.6s cubic-bezier(.16,1,.3,1);
  filter: blur(8px); will-change: transform;
}
.js-motion .nacht[data-stage="1"] .zon { transform: translate3d(-50%, 68%, 0) scale(.85); opacity: .45; }
.js-motion .nacht[data-stage="2"] .zon { transform: translate3d(-50%, 56%, 0) scale(.95); opacity: .75; }
.js-motion .nacht[data-stage="3"] .zon { transform: translate3d(-50%, 44%, 0) scale(1.05); opacity: 1; }
.nacht-in { position: relative; width: 100%; text-align: center; display: grid; justify-items: center; padding-inline: var(--gutter); }
.nacht-tijd { font-family: var(--f-cijfer); font-size: clamp(6.5rem, 24vw, 21rem); line-height: .85; letter-spacing: -0.02em; font-variant-numeric: lining-nums; opacity: .92; transition: opacity 1s; }
.nacht-lines { position: relative; min-height: 7.5em; width: min(900px, 100%); margin-top: var(--s4); }
.nl { position: absolute; inset: 0 0 auto 0; margin: 0 auto; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.nl-1, .nl-2 { font-size: clamp(1.8rem, 4.4vw, 3.4rem); }
.nl-3 { font-size: clamp(1.25rem, 2.6vw, 2rem); font-weight: 600; color: var(--nacht-inkt); max-width: 30ch; }
.js-motion .nacht[data-stage="1"] .nl-1, .js-motion .nacht[data-stage="2"] .nl-2, .js-motion .nacht[data-stage="3"] .nl-3 { opacity: 1; transform: none; }
.js-motion .nacht[data-stage="2"] .nl-1, .js-motion .nacht[data-stage="3"] .nl-1, .js-motion .nacht[data-stage="3"] .nl-2 { opacity: 0; transform: translate3d(0, -24px, 0); }
.nacht-marks i { position: absolute; left: 0; width: 1px; bottom: 0; }
.nacht-marks [data-stage="1"] { top: 22%; }
.nacht-marks [data-stage="2"] { top: 44%; }
.nacht-marks [data-stage="3"] { top: 64%; }
/* zonder beweging: geen vastgepinde reeks, alles direct leesbaar */
html:not(.js-motion) .nacht { height: auto; }
html:not(.js-motion) .nacht-sticky { position: relative; height: auto; padding-block: 120px 160px; }
html:not(.js-motion) .zon { transform: translate3d(-50%, 50%, 0); opacity: .9; transition: none; }
html:not(.js-motion) .nacht-lines { min-height: 0; display: grid; gap: var(--s3); }
html:not(.js-motion) .nl { position: static; opacity: 1; transform: none; }

/* ---------- het verhaal van een klacht ---------- */
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); }
.story-phone { position: relative; }
.phone {
  position: sticky; top: calc(50vh - 330px); top: calc(50dvh - 330px);
  width: min(340px, 100%); height: 660px; margin-inline: auto;
  border-radius: 54px; padding: 12px; background: #1d1d1f;
  box-shadow: inset 0 0 0 2px #3a3a3e, 0 40px 80px -40px rgb(0 0 0 / .45);
}
.phone-screen { position: relative; height: 100%; border-radius: 42px; background: var(--scherm); color: var(--scherm-inkt); overflow: hidden; display: grid; grid-template-rows: auto 1fr auto; grid-template-columns: minmax(0, 1fr); }
/* de schakelaar zit bovenin, waar op een telefoon het eiland zit */
.phone .mode { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); background: #000; padding: 3px; box-shadow: 0 0 0 1px rgb(255 255 255 / .06); }
.call-top { display: flex; align-items: center; gap: 10px; padding: 44px 16px 12px; border-bottom: 1px solid rgb(255 255 255 / .08); }
.orb-mini { width: 40px; height: 40px; flex: none; }
.call-who { min-width: 0; flex: 1; }
.call-name { font-weight: 600; font-size: .92rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.call-meta { font-size: .75rem; color: var(--scherm-stil); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mode { display: inline-flex; padding: 3px; gap: 2px; border-radius: var(--pil); background: rgb(255 255 255 / .08); flex: none; }
.mode span { display: inline-flex; align-items: center; gap: 4px; padding: 5px 9px; border-radius: var(--pil); font-size: .72rem; font-weight: 600; color: var(--scherm-stil); transition: background-color .4s, color .4s; }
.mode span i { display: none; }
.mode span.on { background: var(--scherm-inkt); color: var(--scherm); }
.call-body { overflow: hidden; padding: 14px 14px 8px; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; }
.msg { max-width: 86%; display: grid; gap: 5px; animation: in .5s cubic-bezier(.16,1,.3,1) both; }
.msg p { padding: 9px 12px; border-radius: 18px; font-size: .84rem; line-height: 1.4; }
.msg.klant { align-self: flex-end; justify-items: end; }
.msg.klant p { background: var(--scherm-inkt); color: var(--scherm); border-bottom-right-radius: 6px; }
.msg.bot p { background: var(--scherm-2); border-bottom-left-radius: 6px; }
.msg .said { font-size: .68rem; color: var(--scherm-stil); display: inline-flex; align-items: center; gap: 4px; }
.chip { justify-self: start; display: inline-flex; align-items: center; gap: 5px; font-size: .72rem; font-weight: 600; padding: 4px 9px; border-radius: var(--pil); border: 1px solid rgb(255 255 255 / .16); color: var(--scherm-inkt); }
.chip i { color: var(--dawn-1); font-size: .9rem; }
.chip.cta { background: var(--scherm-inkt); color: var(--scherm); border-color: transparent; }
.event { align-self: center; text-align: center; font-size: .72rem; color: var(--scherm-stil); display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: var(--pil); background: rgb(255 255 255 / .07); animation: in .5s cubic-bezier(.16,1,.3,1) both; }
.event i { color: var(--dawn-1); font-size: .9rem; }
.call-foot { display: flex; align-items: center; gap: 12px; padding: 10px 16px 26px; min-height: 64px; }
.wave { flex: 1; height: 28px; display: flex; align-items: center; justify-content: center; gap: 3px; overflow: hidden; }
.wave i { flex: 1; max-width: 3px; min-width: 2px; height: 100%; border-radius: 2px; background: linear-gradient(var(--dawn-1), var(--dawn-2), var(--dawn-3)); transform: scaleY(.12); opacity: .9; }
.wave.live i { animation: wave 1s ease-in-out infinite; }
.chatbar { flex: 1; display: flex; align-items: center; gap: 10px; height: 38px; padding: 0 14px; border-radius: var(--pil); background: rgb(255 255 255 / .08); color: var(--scherm-stil); font-size: .8rem; }
.chatbar .grow { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chatbar i { font-size: 1.1rem; color: var(--dawn-1); }
@keyframes in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes wave { 0%, 100% { transform: scaleY(.12); } 50% { transform: scaleY(var(--h, .7)); } }

.story-steps { list-style: none; margin: 0; padding: 0; }
.story-steps li { min-height: 78vh; display: flex; flex-direction: column; justify-content: center; gap: var(--s3); max-width: 30rem; transition: opacity .5s; }
.story-steps h3 { font-size: clamp(1.7rem, 3vw, 2.6rem); letter-spacing: -0.03em; line-height: 1.05; }
.story-steps p { color: var(--stil); font-size: 1.15rem; line-height: 1.5; }
.js-motion .story-steps li { opacity: .22; }
.js-motion .story-steps li.on { opacity: 1; }
@media (max-width: 900px) {
  .story-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .story-phone { position: sticky; top: 72px; z-index: 2; height: 0; }
  .phone { position: relative; top: 0; height: 50vh; height: 50dvh; width: min(300px, 82vw); border-radius: 44px; padding: 10px; }
  .phone-screen { border-radius: 34px; }
  .call-top { padding-top: 46px; }
  .story-steps { padding-top: 54vh; }
  .story-steps li { min-height: 72vh; justify-content: flex-end; padding-bottom: 6vh; }
  .js-motion .story-steps li { opacity: 0; }
  .js-motion .story-steps li.on { opacity: 1; }
}
html:not(.js-motion) .story-steps li { opacity: 1; }

/* ---------- bento ---------- */
.why-sec { padding-top: 0; }
.bento { display: grid; gap: var(--s3); grid-template-columns: repeat(6, minmax(0, 1fr)); }
.tile { background: var(--vlak); border-radius: var(--r3); padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; gap: var(--s3); min-height: 300px; }
.tile p { color: var(--stil); max-width: 52ch; }
.tile h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); letter-spacing: -0.025em; }
.tile .ico { font-size: 1.8rem; color: var(--inkt); }
.t-mood { grid-column: span 4; }
.t-src { grid-column: span 2; }
.t-voice { grid-column: span 3; background: #1d1d1f; color: #f5f5f7; }
.t-voice p { color: #a1a1a6; }
.t-voice .ico { color: var(--dawn-1); }
.t-klacht { grid-column: span 3; }
.t-crm { grid-column: span 2; }
.t-talk { grid-column: span 4; background: var(--dawn-wash); }
.t-talk p { color: color-mix(in srgb, var(--inkt) 70%, transparent); }
@media (max-width: 980px) {
  .bento { grid-template-columns: 1fr 1fr; }
  .t-mood, .t-voice, .t-klacht, .t-talk { grid-column: span 2; }
  .t-src, .t-crm { grid-column: span 1; }
}
@media (max-width: 640px) { .t-src, .t-crm { grid-column: span 2; } .tile { min-height: 0; } }

.clock { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s3); margin-top: auto; padding-top: var(--s3); }
.clock div { border-top: 2px solid var(--lijn); padding-top: 12px; display: grid; gap: 2px; position: relative; }
.clock div.now { border-top-color: var(--inkt); }
.clock b { font-family: var(--f-cijfer); font-weight: 400; font-size: clamp(1.9rem, 3.4vw, 3rem); line-height: 1; font-variant-numeric: tabular-nums; }
.clock span { font-size: .85rem; color: var(--stil); }
@media (max-width: 520px) { .clock { grid-template-columns: 1fr 1fr; } }

.cite { margin-top: auto; display: grid; gap: var(--s2); }
.cite-row { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: var(--r1); background: var(--grond); font-size: .9rem; font-weight: 500; }
.cite-row i { color: var(--dawn-2); font-size: 1.1rem; }
.cite-row small { color: var(--stil); margin-left: auto; font-size: .8rem; }

.handoff { margin-top: auto; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.handoff .step { display: inline-flex; align-items: center; gap: var(--s2); padding: 10px 14px; border-radius: var(--pil); background: rgb(255 255 255 / .08); font-weight: 600; font-size: .92rem; }
.handoff .step i { color: var(--dawn-1); font-size: 1.1rem; }
.handoff .arrow { color: #6e6e73; }

.brief { margin-top: auto; border-radius: var(--r1); background: var(--grond); padding: var(--s3); font-size: .9rem; }
.brief dl { margin: 0; display: grid; gap: 10px; }
.brief-row { display: grid; grid-template-columns: 112px 1fr; gap: 12px; }
.brief-row dt { color: var(--stil); }
.brief-row dd { margin: 0; font-weight: 600; }
.mood-shift { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.m-bad { color: var(--kritiek); }
.m-good { color: var(--goed); }
@media (max-width: 420px) { .brief-row { grid-template-columns: 1fr; gap: 2px; } }

.crm-list { margin-top: auto; display: flex; flex-wrap: wrap; gap: var(--s2); }
.crm-list span { padding: var(--s2) 14px; border-radius: var(--pil); background: var(--grond); font-size: .9rem; font-weight: 500; }

.talk-demo { margin-top: auto; display: flex; align-items: center; gap: var(--s4); flex-wrap: wrap; }
.orb-talk { width: 120px; height: 120px; flex: none; margin: -18px -12px -18px -22px; }
.t-talk .talk-demo p { font-size: clamp(1.1rem, 1.7vw, 1.35rem); color: var(--inkt); font-weight: 500; max-width: 38ch; line-height: 1.35; }

/* ---------- tone of voice ---------- */
.tone-sec { padding-top: 0; }
.tone { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(40px, 5vw, 64px); align-items: center; }
.tone-controls { display: grid; gap: var(--s4); }
.ctrl { display: grid; gap: 10px; }
.ctrl-label { font-weight: 600; }
.seg { display: inline-flex; flex-wrap: wrap; gap: var(--s1); padding: var(--s1); border-radius: var(--pil); background: var(--zacht); width: fit-content; max-width: 100%; position: relative; isolation: isolate; }
.seg button { min-height: 44px; padding: 0 18px; border-radius: var(--pil); border: 0; cursor: pointer; background: transparent; color: var(--stil); font: 600 .95rem/1 var(--f-ui); transition: color .25s, transform .2s; }
.seg button[aria-pressed="true"] { background: var(--vlak); color: var(--inkt); box-shadow: 0 2px 8px -2px rgb(0 0 0 / .15); }
.seg button:hover:not([aria-pressed="true"]) { color: var(--inkt); }
.seg-pill { position: absolute; left: 0; top: 0; z-index: -1; border-radius: var(--pil); background: var(--vlak); box-shadow: 0 2px 8px -2px rgb(0 0 0 / .15); }
.seg.has-pill button[aria-pressed="true"] { background: transparent; box-shadow: none; }
.tone-out { background: var(--vlak); border-radius: var(--r3); padding: clamp(28px, 3vw, 44px); display: grid; gap: var(--s4); box-shadow: var(--schaduw); }
.tone-q { justify-self: end; max-width: 80%; background: var(--knop); color: var(--op-knop); padding: 12px var(--s3); border-radius: 20px; border-bottom-right-radius: 6px; }
.tone-a { font-size: clamp(1.15rem, 1.7vw, 1.35rem); line-height: 1.5; min-height: 7.5em; }
.tone-note { font-size: .88rem; color: var(--stil); display: flex; gap: var(--s2); align-items: flex-start; border-top: 1px solid var(--lijn); padding-top: var(--s3); }
.tone-note i { font-size: 1.15rem; flex: none; }
@media (max-width: 900px) { .tone { grid-template-columns: 1fr; } }

/* ---------- inzicht ---------- */
.ins-sec { padding-top: 0; }
.insight { background: var(--vlak); border-radius: var(--r3); padding: clamp(28px, 5vw, 64px); }
.ins-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(40px, 5vw, 72px); }
.ins-h { font-size: 1rem; margin-bottom: var(--s4); color: var(--stil); font-weight: 600; letter-spacing: 0; }
.reasons { display: grid; gap: var(--s4); }
.reason { display: grid; grid-template-columns: 1fr auto; gap: var(--s2) var(--s3); align-items: baseline; }
.reason b { font-weight: 500; }
.reason span { font-family: var(--f-cijfer); font-size: 1.8rem; line-height: 1; font-variant-numeric: tabular-nums; min-width: 3ch; text-align: right; }
.reason .ln { grid-column: 1 / -1; height: 4px; border-radius: 4px; background: var(--dawn); width: var(--w); }
.ins-cards { display: grid; gap: var(--s3); align-content: start; }
.ins-card { border-radius: var(--r2); background: var(--grond); padding: var(--s4); display: grid; gap: var(--s2); }
.ins-card h3 { font-size: 1.05rem; }
.ins-card p { color: var(--stil); font-size: .95rem; }
.ins-card .gap-q { color: var(--inkt); font-size: 1.15rem; font-weight: 500; }
.ins-num { display: flex; align-items: baseline; gap: 12px; }
.ins-num span { font-family: var(--f-cijfer); font-size: 4rem; line-height: .9; background: var(--dawn); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .04em; }
.ins-num small { color: var(--stil); font-size: .95rem; }
.sample { margin-top: var(--s5); padding-top: var(--s3); border-top: 1px solid var(--lijn); font-size: .85rem; color: var(--stil); }
@media (max-width: 900px) { .ins-grid { grid-template-columns: 1fr; } }

/* ---------- altijd werkend ---------- */
.works-sec { padding-top: 0; }
.works { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.3fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.works .sec-head { margin-bottom: 0; position: sticky; top: 104px; }
.works-list { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s5); }
.works-list div { display: grid; gap: var(--s2); align-content: start; }
.works-list i { font-size: 1.8rem; margin-bottom: var(--s1); }
.works-list h3 { font-size: 1.15rem; }
.works-list p { color: var(--stil); }
@media (max-width: 900px) { .works { grid-template-columns: 1fr; } .works .sec-head { position: static; } }
@media (max-width: 560px) { .works-list { grid-template-columns: 1fr; gap: var(--s4); } }

/* ---------- werkwijze ---------- */
.steps-sec { background: var(--vlak); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s4); counter-reset: stap; }
.steps li { counter-increment: stap; display: grid; gap: 12px; align-content: start; border-top: 2px solid var(--lijn); padding-top: var(--s4); position: relative; }
.steps li::before { content: counter(stap); font-family: var(--f-cijfer); font-size: 3.6rem; line-height: .9; }
.steps p { color: var(--stil); }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; gap: var(--s5) var(--s4); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* ---------- prijzen ---------- */
.prices { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s3); }
.price { border-radius: var(--r3); background: var(--vlak); padding: var(--s4) var(--s4) var(--s5); display: grid; grid-template-rows: auto auto 1fr; gap: var(--s3); }
.price.pick { background: #1d1d1f; color: #f5f5f7; }
.price.pick li { color: #a1a1a6; }
.price .amt { font-family: var(--f-cijfer); font-size: clamp(2.1rem, 2.9vw, 2.6rem); line-height: 1; }
.price .amt small { display: block; font-family: var(--f-ui); font-size: .9rem; margin-top: var(--s2); opacity: .7; }
.price ul { list-style: none; margin: 0; padding: var(--s3) 0 0; border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent); display: grid; gap: 10px; align-content: start; font-size: .95rem; color: var(--stil); }
.price li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; }
.price li i { margin-top: 3px; }
.price.pick li i { color: var(--dawn-1); }
.price-foot { margin-top: var(--s4); color: var(--stil); max-width: 80ch; }
@media (max-width: 1040px) { .prices { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .prices { grid-template-columns: 1fr; } }

/* ---------- apps ---------- */
.apps-sec { padding-top: 0; }
.apps { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }
.app { border-radius: var(--r3); background: var(--vlak); display: grid; grid-template-rows: auto 1fr; overflow: hidden; }
.app-fig { background: var(--dawn-wash); padding: var(--s5) var(--s4) var(--s4); display: flex; align-items: flex-end; gap: var(--s3); min-height: 220px; }
.app-num { font-family: var(--f-cijfer); font-size: clamp(6.5rem, 12vw, 9.5rem); line-height: .78; background: linear-gradient(160deg, var(--dawn-1), var(--dawn-2) 50%, var(--dawn-3)); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .05em; }
.app-unit { font-weight: 600; max-width: 18ch; padding-bottom: var(--s1); line-height: 1.3; }
.app-body { padding: var(--s4) var(--s4) var(--s5); display: grid; gap: 12px; align-content: start; }
.app-body p { color: var(--stil); }
.app-body .tag { color: var(--inkt); font-weight: 600; font-size: .92rem; }
@media (max-width: 860px) { .apps { grid-template-columns: 1fr; } }

/* ---------- over ---------- */
.about-sec { padding-top: 0; }
.about { display: grid; grid-template-columns: auto minmax(0, 760px); justify-content: start; gap: clamp(24px, 4vw, 64px); align-items: center; }
.about-photo { width: clamp(112px, 14vw, 168px); aspect-ratio: 1; border-radius: 50%; background: #1d1d1f; display: grid; place-items: center; color: #f5f5f7; font-weight: 700; font-size: 2.5rem; letter-spacing: -0.02em; }
.about-quote { font-size: clamp(1.7rem, 3.2vw, 2.5rem); line-height: 1.12; letter-spacing: -0.03em; font-weight: 700; margin-bottom: var(--s3); text-wrap: balance; }
.about p:not(.about-quote) { color: var(--stil); max-width: 62ch; font-size: 1.075rem; }
@media (max-width: 640px) { .about { grid-template-columns: 1fr; } }

/* ---------- contact ---------- */
.contact-sec { background: var(--vlak); }
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.contact-side { display: grid; gap: var(--s3); }
.contact-side ul { list-style: none; padding: 0; margin: var(--s3) 0 0; display: grid; gap: var(--s3); }
.contact-side li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; color: var(--stil); }
.contact-side li i { font-size: 1.35rem; color: var(--inkt); }
.form { display: grid; gap: var(--s4); background: var(--grond); border-radius: var(--r3); padding: clamp(24px, 3vw, 40px); }
.field { display: grid; gap: var(--s2); }
.field label { font-weight: 600; font-size: .95rem; }
.field .opt { font-weight: 400; color: var(--stil); }
.field input, .field textarea { font: inherit; font-size: 1rem; color: var(--inkt); background: var(--vlak); border: 1.5px solid var(--lijn); border-radius: var(--r1); padding: 12px 14px; min-height: 50px; width: 100%; }
.field textarea { min-height: 112px; resize: vertical; }
.field input::placeholder { color: var(--stil); }
.field input:focus-visible, .field textarea:focus-visible { outline: 3px solid var(--inkt); outline-offset: 1px; }
.field .help { font-size: .85rem; color: var(--stil); }
.field .err { font-size: .88rem; color: var(--kritiek); font-weight: 600; }
.field.bad input, .field.bad textarea { border-color: var(--kritiek); }
.form .btn { justify-self: start; }
.form-status { font-weight: 600; }
@media (max-width: 860px) { .contact { grid-template-columns: 1fr; } }

/* ---------- voet ---------- */
.foot { padding-block: var(--s5) var(--s6); font-size: .9rem; color: var(--stil); border-top: 1px solid var(--lijn); }
.foot-in { display: flex; flex-wrap: wrap; gap: var(--s3) var(--s5); justify-content: space-between; align-items: center; }
.foot nav { display: flex; gap: var(--s4); flex-wrap: wrap; }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--inkt); }

/* ---------- venster voor de echte bot ---------- */
.bot-dialog { width: min(420px, calc(100vw - 32px)); height: min(680px, calc(100dvh - 48px)); padding: 0; border: 0; border-radius: var(--r3); background: var(--vlak); color: var(--inkt); box-shadow: 0 40px 80px -20px rgb(0 0 0 / .45); overflow: hidden; }
.bot-dialog[open] { display: grid; grid-template-rows: auto 1fr; }
.bot-dialog::backdrop { background: rgb(0 0 0 / .35); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.bot-dialog-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid var(--lijn); }
.bot-close { width: 40px; height: 40px; border-radius: 50%; border: 0; background: var(--grond); color: var(--inkt); cursor: pointer; font-size: 1.1rem; display: grid; place-items: center; }
.bot-dialog iframe { width: 100%; height: 100%; border: 0; }

/* =====================================================================
   Beweging. Alles hieronder hangt aan .js-motion, dat alleen op <html> staat
   als de bezoeker geen "minder beweging" heeft ingesteld en script.js draait.
   ===================================================================== */
:root {
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in: cubic-bezier(.4, 0, 1, 1);
  --ease-veer: cubic-bezier(.34, 1.56, .64, 1);
}

/* woorden die opkomen uit een onzichtbare regel */
.js-motion .rise .w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .14em; margin-bottom: -.14em; }
.js-motion .rise .w > span { display: inline-block; transform: translate3d(0, 108%, 0); }
.js-motion .rise.is-in .w > span, .hero-go .hero h1 .w > span { transform: none; transition: transform 1s var(--ease-out) calc(var(--i, 0) * 55ms); }
.js-motion .hero h1:not(.split) { opacity: 0; }

/* hero: eerst de boodschap, dan de stem */
.js-motion .hero .lead, .js-motion .hero-cta, .js-motion .hero-visual { opacity: 0; }
.hero-go .hero .lead { animation: fadeUp .9s var(--ease-out) .45s both; }
.hero-go .hero-cta { animation: fadeUp .9s var(--ease-out) .58s both; }
.hero-go .hero-visual { animation: orbIn 1.6s var(--ease-out) .5s both; }
@keyframes fadeUp { from { opacity: 0; transform: translate3d(0, 18px, 0); } to { opacity: 1; transform: none; } }
@keyframes orbIn { from { opacity: 0; transform: translate3d(0, 60px, 0) scale(.9); } to { opacity: 1; transform: none; } }
.caption .cap-text, .cap-who { transition: opacity .35s var(--ease-in), filter .35s var(--ease-in), transform .35s var(--ease-in); }
.caption.swap .cap-text, .caption.swap .cap-who { opacity: 0; filter: blur(4px); transform: translate3d(0, -6px, 0); }
.cap-text .tw { display: inline-block; animation: woordIn .45s var(--ease-out) both; animation-delay: calc(var(--i) * 45ms); }

/* standaard binnenkomst bij scrollen */
.js-motion [data-reveal] { opacity: 0; transform: translate3d(0, 32px, 0); transition: opacity .8s var(--ease-out) var(--d, 0s), transform 1s var(--ease-out) var(--d, 0s); }
.js-motion [data-reveal="zoom"] { transform: translate3d(0, 40px, 0) scale(.94); }
.js-motion [data-reveal].is-in { opacity: 1; transform: none; }

/* knoppen */
.js-motion .btn { transition: transform .32s var(--ease-veer), box-shadow .32s var(--ease-out), background-color .16s, border-color .16s, color .16s; }
.js-motion .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -14px rgb(0 0 0 / .45); }
.js-motion .btn-ghost:hover { transform: translateY(-2px); }
.js-motion .btn:active { transform: translateY(0) scale(.96); transition-duration: .08s; }

/* de lat kleurt in terwijl je leest */
.js-motion .lat-quote .w > span { opacity: .15; transition: opacity .6s var(--ease-out) calc(var(--i, 0) * 45ms); }
.js-motion .lat-quote.is-in .w > span { opacity: 1; }
@supports (animation-timeline: view()) {
  .js-motion .lat-quote { view-timeline-name: --lat; }
  .js-motion .lat-quote .w > span { transition: none; animation: inkt linear both; animation-timeline: --lat; animation-range: cover calc(14% + var(--p, 0%)) cover calc(22% + var(--p, 0%)); }
}
@keyframes inkt { from { opacity: .15; } to { opacity: 1; } }
/* na het knippen in woorden draagt elk woord zelf het dageraadverloop */
.js-motion .lat-quote em { background: none; -webkit-background-clip: border-box; background-clip: border-box; color: inherit; }
.js-motion .lat-quote em .w > span { background: var(--dawn); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* nacht: continue zonsopgang waar de browser scroll-animaties kent */
@supports (animation-timeline: view()) {
  .js-motion .nacht { view-timeline-name: --nacht; }
  .js-motion .zon { transition: none; animation: opkomst linear both; animation-timeline: --nacht; animation-range: contain 0% contain 100%; }
}
@keyframes opkomst {
  0% { transform: translate3d(-50%, 82%, 0) scale(.78); opacity: .2; }
  100% { transform: translate3d(-50%, 40%, 0) scale(1.08); opacity: 1; }
}

/* bento-details */
.js-motion .clock div.now { border-top-color: var(--lijn); }
.js-motion .clock div::after { content: ""; position: absolute; left: 0; right: 0; top: -2px; height: 2px; background: var(--dawn); transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease-out); }
.js-motion .clock div.now::after { transform: scaleX(1); }
.js-motion .clock b { color: var(--stil); transition: color .5s var(--ease-out); }
.js-motion .clock div.now b { color: var(--inkt); }
.js-motion .cite-row { opacity: 0; transform: translate3d(-14px, 0, 0); transition: opacity .5s var(--ease-out), transform .6s var(--ease-out); }
.js-motion .t-src.is-in .cite-row { opacity: 1; transform: none; transition-delay: .45s; }
.js-motion .t-src.is-in .cite-row:nth-child(2) { transition-delay: .63s; }
.handoff .step { transition: background-color .4s var(--ease-out), color .4s var(--ease-out), transform .45s var(--ease-veer); }
.js-motion .handoff .step.on { background: #f5f5f7; color: #1d1d1f; transform: scale(1.05); }
.js-motion .handoff .arrow { transition: transform .45s var(--ease-veer), color .4s; }
.js-motion .handoff .arrow.on { transform: translateX(4px); color: #f5f5f7; }
.js-motion .brief-row { opacity: 0; transform: translate3d(0, 10px, 0); transition: opacity .5s var(--ease-out), transform .6s var(--ease-out); }
.js-motion .t-klacht.is-in .brief-row { opacity: 1; transform: none; }
.js-motion .t-klacht.is-in .brief-row:nth-child(1) { transition-delay: .45s; }
.js-motion .t-klacht.is-in .brief-row:nth-child(2) { transition-delay: .6s; }
.js-motion .t-klacht.is-in .brief-row:nth-child(3) { transition-delay: .75s; }
.js-motion .crm-list span { opacity: 0; transform: scale(.6); transition: opacity .3s var(--ease-out), transform .55s var(--ease-veer); }
.js-motion .t-crm.is-in .crm-list span { opacity: 1; transform: none; }
.js-motion .t-crm.is-in .crm-list span:nth-child(1) { transition-delay: .4s; }
.js-motion .t-crm.is-in .crm-list span:nth-child(2) { transition-delay: .48s; }
.js-motion .t-crm.is-in .crm-list span:nth-child(3) { transition-delay: .56s; }
.js-motion .t-crm.is-in .crm-list span:nth-child(4) { transition-delay: .64s; }
.js-motion .talk-demo p .w > span { opacity: 0; transition: opacity .35s var(--ease-out) calc(.6s + var(--i, 0) * 110ms); }
.js-motion .t-talk.is-in .talk-demo p .w > span { opacity: 1; }

/* tone of voice */
.seg-pill { transition: transform .45s var(--ease-veer), width .45s var(--ease-veer); }
.js-motion .seg button:active { transform: scale(.94); }
.tone-a { transition: opacity .16s var(--ease-in), transform .16s var(--ease-in), filter .16s var(--ease-in); }
.js-motion .tone-a.swap { opacity: 0; transform: translate3d(0, -6px, 0); filter: blur(3px); }
.tone-a .tw { display: inline-block; animation: woordIn .42s var(--ease-out) both; animation-delay: calc(var(--i) * 24ms); }
@keyframes woordIn { from { opacity: 0; transform: translate3d(0, 7px, 0); filter: blur(2px); } to { opacity: 1; transform: none; filter: none; } }

/* inzicht */
.js-motion .reason .ln { transform: scaleX(0); transform-origin: left; transition: transform 1.1s var(--ease-out); }
.js-motion .insight.is-in .reason .ln { transform: scaleX(1); }
.js-motion .insight.is-in .reason:nth-child(1) .ln { transition-delay: .3s; }
.js-motion .insight.is-in .reason:nth-child(2) .ln { transition-delay: .4s; }
.js-motion .insight.is-in .reason:nth-child(3) .ln { transition-delay: .5s; }
.js-motion .insight.is-in .reason:nth-child(4) .ln { transition-delay: .6s; }
.js-motion .insight.is-in .reason:nth-child(5) .ln { transition-delay: .7s; }
.js-motion .ins-card { opacity: 0; transform: translate3d(24px, 0, 0); transition: opacity .6s var(--ease-out), transform .8s var(--ease-out); }
.js-motion .insight.is-in .ins-card { opacity: 1; transform: none; }
.js-motion .insight.is-in .ins-card:nth-child(1) { transition-delay: .45s; }
.js-motion .insight.is-in .ins-card:nth-child(2) { transition-delay: .6s; }
.js-motion .insight.is-in .ins-card:nth-child(3) { transition-delay: .75s; }

/* werkwijze */
.js-motion .steps li::after { content: ""; position: absolute; left: 0; right: 0; top: -2px; height: 2px; background: var(--dawn); transform: scaleX(0); transform-origin: left; transition: transform .75s var(--ease-out); }
.js-motion .steps li::before { opacity: 0; transform: translate3d(0, 16px, 0); transition: opacity .5s var(--ease-out), transform .7s var(--ease-veer); }
.js-motion .steps li > * { opacity: 0; transition: opacity .6s var(--ease-out); }
.js-motion .steps.is-in li::after { transform: scaleX(1); }
.js-motion .steps.is-in li::before, .js-motion .steps.is-in li > * { opacity: 1; transform: none; }
.js-motion .steps.is-in li:nth-child(1)::after { transition-delay: .1s; }
.js-motion .steps.is-in li:nth-child(2)::after { transition-delay: .5s; }
.js-motion .steps.is-in li:nth-child(3)::after { transition-delay: .9s; }
.js-motion .steps.is-in li:nth-child(4)::after { transition-delay: 1.3s; }
.js-motion .steps.is-in li:nth-child(1)::before, .js-motion .steps.is-in li:nth-child(1) > * { transition-delay: .25s; }
.js-motion .steps.is-in li:nth-child(2)::before, .js-motion .steps.is-in li:nth-child(2) > * { transition-delay: .65s; }
.js-motion .steps.is-in li:nth-child(3)::before, .js-motion .steps.is-in li:nth-child(3) > * { transition-delay: 1.05s; }
.js-motion .steps.is-in li:nth-child(4)::before, .js-motion .steps.is-in li:nth-child(4) > * { transition-delay: 1.45s; }

@media (prefers-reduced-motion: reduce) {
  .msg, .event, .cap-text .tw, .tone-a .tw { animation: none; }
  .wave.live i { animation: none; }
}

/* printen en pdf: alles zichtbaar, niets halverwege een animatie */
@media print {
  .js-motion [data-reveal], .js-motion .rise .w > span, .js-motion .hero .lead, .js-motion .hero-cta, .js-motion .hero-visual,
  .js-motion .cite-row, .js-motion .brief-row, .js-motion .crm-list span, .js-motion .ins-card, .js-motion .steps li > *,
  .js-motion .steps li::before, .js-motion .talk-demo p .w > span, .js-motion .lat-quote .w > span, .js-motion .story-steps li {
    opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important;
  }
  .js-motion .reason .ln, .js-motion .steps li::after { transform: none !important; }
  .nav { position: static; }
  .nacht { height: auto; }
  .nacht-sticky { position: relative; height: auto; padding-block: 80px; }
  .nl { position: static; opacity: 1 !important; transform: none !important; }
  .story-phone, .phone { position: static; }
}
