/* Mobile first. De basis is de telefoon, daarboven schaalt hij op. */

:root {
  --paper: #FAF9F7;
  --ink: #14110F;
  --mid: #57534E;
  --soft: #A8A29A;
  --frame: #EAE7E2;
  --line: #E2DED8;
  --pad: 14px;
  --about: #FAF9F7;
  --aboutink: #14110F;
  --vfit: calc(100svh - 96px);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
img, video { display: block; width: 100%; height: 100%; object-fit: cover; }

/* de wrapper die het script rond beeld zet vult altijd zijn vak */
.hero > div, .case-shot > div, .stack .item > div, .portrait > div,
.square > div, .card .shot > div, .reel-frame > div,
.ab-photo > div, .ab-square > div { width: 100%; height: 100%; }

.wrap {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 var(--pad);
}

/* header en footer */

.bar {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 0;
  background: transparent;
  pointer-events: none;
}

.bar > *, .bar nav a { pointer-events: auto; }

.bar .mark { display: none; }

/* burgerknop, alleen op telefoon en tablet */

.burger {
  position: relative;
  z-index: 30;
  margin-left: auto;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink);
  transition: transform .4s cubic-bezier(.45, 0, .25, 1), opacity .3s ease;
}

.dark .burger span { background: var(--paper); }

body.menu-open .burger span:first-child { transform: translateY(3.75px) rotate(45deg); }
body.menu-open .burger span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

.bar nav {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 0 var(--pad);
  font-size: clamp(30px, 9vw, 44px);
  font-weight: 700;
  letter-spacing: -0.04em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .35s ease, transform .5s cubic-bezier(.45, 0, .25, 1), visibility .35s;
}

.dark .bar nav { background: var(--ink); }

body.menu-open .bar nav { opacity: 1; visibility: visible; transform: none; }

.bar nav a { color: var(--ink); padding: 8px 0; transition: color .3s ease; }
.dark .bar nav a { color: var(--paper); }
.bar nav a.on { color: var(--soft); }
.dark .bar nav a.on { color: #8C857C; }

.foot {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  font-size: 12px;
  color: #8C857C;
  padding: 32px 0;
}

/* home */

.home {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.home .wrap { flex: 1; display: flex; flex-direction: column; }

.home-row {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 8px;
}

.home h1 {
  margin: 0;
  font-size: clamp(32px, 9.6vw, 52px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -0.04em;
}

.lede {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--mid);
  max-width: 34ch;
}

.home-left {
  position: relative;
  z-index: 2;
  margin-top: -58px;
  padding-bottom: 24px;
}

.home-right {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
}

.home .foot {
  position: relative;
  z-index: 2;
}

.home-right { display: none; }
.home-right .eyebrow { display: none; }
.clients b:not(.on) { display: none; }
.clients b.on { font-size: 14px; }

.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--soft);
}

.clients { display: flex; flex-direction: column; gap: 5px; }
.clients .client-link { display: contents; }
.clients b { cursor: pointer; }

.clients b {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--soft);
  filter: blur(.5px);
  opacity: .85;
  transition: color .9s ease, filter .9s ease, opacity .9s ease;
}

.clients b.on { font-weight: 700; color: var(--ink); filter: blur(0); opacity: 1; }

/* reel */

.reel {
  position: absolute;
  top: 0;
  left: var(--pad);
  width: calc(100% - var(--pad) * 2);
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.reel-track {
  display: flex;
  flex-direction: column;
  gap: 38svh;
  padding-top: 19svh;
  will-change: transform, filter;
  transform: translateY(calc(var(--i, 0) * -1 * var(--step, 100svh)));
  transition: transform 1.4s cubic-bezier(.45, 0, .25, 1), filter .7s ease;
}

.reel-track.moving { filter: blur(2.5px); }
.reel-track.jump { transition: none; }

.reel-cell { flex: none; display: flex; flex-direction: column; gap: 10px; }
.reel-frame { height: 62svh; background: var(--frame); overflow: hidden; }

.reel-cap {
  pointer-events: auto;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

@media (min-width: 1100px) {
  .reel-cap { display: none; }
}

/* placeholders */

.ph {
  width: 100%;
  height: 100%;
  background: var(--frame);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 16px;
}

.ph span { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--soft); }
.ph b { font-size: 14px; font-weight: 700; letter-spacing: -0.02em; color: #8C857C; }

/* paginakoppen */

.head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: -58px;
  padding: 0 0 28px;
}

.head h1 {
  margin: 0;
  font-size: clamp(30px, 9vw, 46px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.filters { display: flex; flex-wrap: wrap; gap: 18px; font-size: 14px; font-weight: 600; }
.filters button {
  border: 0;
  background: none;
  padding: 8px 0;
  font: inherit;
  color: var(--soft);
  cursor: pointer;
  transition: color .3s ease;
}
.filters button.on { color: var(--ink); }

/* work */

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding-bottom: 48px;
}

.card { display: flex; flex-direction: column; gap: 12px; }
.card .shot { aspect-ratio: 4 / 5; background: var(--frame); overflow: hidden; }
.card .shot > * { transition: transform 1.2s cubic-bezier(.2, 0, .2, 1); }
.card .meta { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.card .meta b { font-size: 14px; font-weight: 600; letter-spacing: -0.01em; }
.card .meta span { font-size: 12px; color: var(--soft); }

/* project */

.project-head {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: -58px;
  padding: 0 0 28px;
}

.project-head h1 {
  margin: 0;
  font-size: clamp(32px, 10vw, 62px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -0.04em;
}

.back { font-size: 12px; font-weight: 600; color: var(--soft); display: inline-block; margin-bottom: 14px; }

.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; width: 100%; }
.facts div { display: flex; flex-direction: column; gap: 6px; }
.facts p { margin: 0; font-size: 14px; color: var(--mid); }

.hero { aspect-ratio: 4 / 5; background: var(--frame); overflow: hidden; }

.intro { display: flex; flex-direction: column; gap: 28px; padding: 40px 0; }
.intro p { margin: 0; font-size: 18px; line-height: 1.45; letter-spacing: -0.02em; max-width: 60ch; }
.intro aside { display: flex; flex-direction: column; gap: 6px; }
.intro aside p { font-size: 14px; color: var(--mid); }

.stack { display: grid; grid-template-columns: 1fr; gap: 20px; }
.stack .item { background: var(--frame); overflow: hidden; }

.next {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid var(--line);
  margin-top: 48px;
  padding-top: 40px;
}
.next a.big { font-size: clamp(28px, 8vw, 46px); font-weight: 700; line-height: 1; letter-spacing: -0.04em; }
.next .all { font-size: 13px; font-weight: 600; color: var(--soft); }

/* about */

.about { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 24px; margin-top: -58px; padding: 0; }
.about .body { display: contents; }
.about .say { display: contents; }
.about h1 { order: -2; }
.about .portrait { order: -1; }
.about .portrait { width: 100%; aspect-ratio: 4 / 5; background: var(--frame); overflow: hidden; }
.about .square { width: 62%; aspect-ratio: 1 / 1; background: var(--frame); overflow: hidden; order: 0; margin: 4px 0; }
.about .cols { order: 1; }
.about h1 { margin: 0; font-size: clamp(30px, 9vw, 46px); font-weight: 700; line-height: 1; letter-spacing: -0.04em; }
.about .say p { max-width: 62ch; }
.about .say p { margin: 0; }
.about .say p.big { font-size: 18px; line-height: 1.5; letter-spacing: -0.015em; }
.about .say p.small { font-size: 15px; line-height: 1.6; color: var(--mid); }

.cols { display: grid; grid-template-columns: 1fr; gap: 28px; }
.cols ul { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-direction: column; gap: 7px; font-size: 14px; color: var(--mid); }

/* contact */

.dark { background: var(--ink); color: var(--paper); min-height: 100svh; display: flex; flex-direction: column; }
.dark .bar nav a { color: #8C857C; }
.dark .bar nav a.on { color: var(--paper); }
.dark .foot { color: #8C857C; }
.dark .wrap { flex: 1; display: flex; flex-direction: column; }

.say-big {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 40px 0;
}

.say-big h1 {
  margin: 0;
  font-size: clamp(30px, 8.4vw, 68px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

.mail {
  font-size: clamp(19px, 5.4vw, 34px);
  font-weight: 600;
  letter-spacing: -0.03em;
  border-bottom: 2px solid #57534E;
  align-self: flex-start;
  padding-bottom: 6px;
  word-break: break-word;
  transition: border-color .3s ease;
}

.ends { display: flex; flex-direction: column; gap: 24px; padding-bottom: 24px; }
.ends > div { display: flex; flex-direction: column; gap: 10px; }
.ends .row { display: flex; flex-wrap: wrap; gap: 20px; font-size: 15px; }
.ends p { margin: 0; font-size: 15px; color: #D6D1CA; }

/* tablet */

@media (min-width: 720px) {
  :root { --pad: 20px; --vfit: calc(100svh - 118px); }

  .bar { padding: 20px 0; }
  .bar .mark { display: block; }

  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 32px; }
  .cols { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stack { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .stack .item.full { grid-column: 1 / -1; }
  .hero { aspect-ratio: 16 / 9; }

  .intro { flex-direction: row; justify-content: space-between; gap: 48px; padding: 56px 0; }
  .intro aside { width: 260px; text-align: right; flex: none; }

  .next { flex-direction: row; justify-content: space-between; align-items: flex-end; }

  .about { flex-direction: row; gap: 48px; align-items: flex-start; flex-wrap: wrap; }
  .about .portrait { width: 42%; flex: none; }
  .about .square { width: 42%; flex: none; order: 0; margin: 0; }
  .about .cols { order: 0; }
  .about h1 { width: 100%; }

  .ends { flex-direction: row; justify-content: space-between; gap: 40px; }
  .foot { justify-content: space-between; padding: 40px 0; }
  .head { flex-direction: row; justify-content: space-between; align-items: flex-end; padding: 0 0 32px; }
}

/* desktop */

@media (min-width: 1100px) {
  :root { --pad: 28px; --vfit: calc(100svh - 148px); }

  .bar { padding: 40px 0; }
  .burger { display: none; }
  .bar nav {
    position: static;
    inset: auto;
    background: none;
    flex-direction: row;
    gap: 28px;
    padding: 0;
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .bar nav a { color: var(--soft); padding: 0; }
  .bar nav a.on { color: var(--ink); }
  .dark .bar nav a { color: #8C857C; }
  .dark .bar nav a.on { color: var(--paper); }
  .home-right { display: flex; }
  .home-right .eyebrow { display: block; }
  .clients b:not(.on) { display: block; }
  .bar nav a:hover { color: var(--ink); }
  .dark .bar nav a:hover { color: var(--paper); }
  .filters button:hover { color: var(--ink); }
  .card:hover .shot > * { transform: scale(1.03); }
  .mail:hover { border-color: var(--paper); }

  .home-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 0;
  }

  .home h1 { font-size: clamp(56px, 5.4vw, 84px); line-height: .9; letter-spacing: -0.045em; }
  .lede { margin-top: 24px; }
  .home-left { width: 560px; margin-top: 0; }
  .home-right { width: 300px; text-align: right; align-items: flex-end; gap: 14px; }
  .clients { align-items: flex-end; gap: 8px; }
  .clients b, .clients b.on { font-size: 17px; font-weight: 600; }

  .reel {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    width: min(420px, 30vw);
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }

  .home-left, .home-right { position: relative; z-index: 2; }

  .reel-track {
    gap: 28svh;
    padding-top: 14svh;
    transform: translateY(calc(var(--i, 0) * -1 * var(--step, 100svh)));
    transition: transform 1.5s cubic-bezier(.45, 0, .25, 1), filter .75s ease;
  }

  .reel-track.moving { filter: blur(3px); }

  .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 64px 40px; padding-bottom: 72px; }

  .project-head { flex-direction: row; justify-content: space-between; align-items: flex-end; gap: 80px; padding: 88px 0 40px; }
  .facts { width: 480px; gap: 32px; }
  .intro { gap: 80px; padding: 72px 0; }
  .intro p { font-size: 21px; }
  .intro aside { width: 300px; }
  .stack { gap: 40px; }
  .next { margin-top: 96px; padding-top: 96px; }

  .head { margin-top: 0; padding: 64px 0 32px; }
  .project-head { margin-top: 0; }
  .about { gap: 56px; margin-top: 0; padding: 88px 0 0; flex-wrap: nowrap; max-width: 1400px; margin-inline: auto; justify-content: center; }
  .about .body { flex: 1; min-width: 0; }
  .about .square { width: 260px; flex: none; align-self: flex-start; }
  .about .body { display: flex; flex-direction: column; gap: 64px; }
  .about .say { display: flex; flex-direction: column; gap: 28px; max-width: 62ch; }
  .about h1 { order: 0; }
  .about .portrait { order: 0; }
  .about .portrait { width: 440px; }
  .about .say p.big { font-size: 19px; }
  .cols { gap: 40px; }

  .say-big { gap: 40px; }
  .say-big h1 { max-width: 900px; }
}

@media (prefers-reduced-motion: reduce) {
  .reel-track { transition: none; }
  html { scroll-behavior: auto; }
}

/* case: projectpagina in kleur */

body.case {
  --case: var(--paper);
  --caseink: var(--ink);
  --casemute: rgba(20, 17, 15, .5);
  --casefade: rgba(20, 17, 15, .08);
  background: var(--case);
  color: var(--caseink);
}

.case .bar nav { background: var(--case); }
.case .bar nav a { color: var(--caseink); }
.case .bar nav a.on { color: var(--casemute); }
.case .burger span { background: var(--caseink); }
.case .eyebrow { color: var(--casemute); }
.case .foot { color: var(--casemute); }
.case .back { color: var(--casemute); }

.case-head {
  position: relative;
  z-index: 2;
  margin-top: -58px;
  padding-bottom: 28px;
}

.case-head h1 {
  margin: 8px 0 0;
  font-size: clamp(44px, 13vw, 132px);
  font-weight: 700;
  line-height: .88;
  letter-spacing: -0.05em;
}

.statement {
  margin: 20px 0 0;
  font-size: clamp(19px, 5.2vw, 30px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}

.case-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 40px;
}

.case-shot { width: 100%; aspect-ratio: 3 / 4; background: var(--casefade); overflow: hidden; }

.case-note p, .case-article p { margin: 10px 0 0; }
.case-note { font-size: 13px; line-height: 1.5; font-style: italic; }
.case-article { font-size: 13px; line-height: 1.5; font-style: italic; }
.case-article p { text-align: justify; }
.case-facts { font-style: normal; font-size: 13px; line-height: 1.6; }
.case-deliver { font-style: normal; margin-top: 20px; }

.case .stack { padding-top: 40px; }
.case .stack .item { background: var(--casefade); }
.lay-split, .lay-panel-page { margin-bottom: 8px; }
.case .next { border-top: 1px solid var(--casefade); }
.case .next .all { color: var(--casemute); }

@media (min-width: 720px) {
  .case-row { display: grid; grid-template-columns: 1fr minmax(0, 42%) 1fr; align-items: center; gap: 40px; }
  .case-note { text-align: center; }
  .case-shot { width: 100%; }
  .case-head { margin-top: 0; padding: 56px 0 40px; }
}

@media (min-width: 1100px) {
  .case-head { padding: 72px 0 48px; }
  .statement { font-size: clamp(26px, 2.4vw, 34px); max-width: 1100px; }
  .case-row { grid-template-columns: 1fr minmax(0, 34%) 1fr; gap: 56px; }
}


/* opmaakvarianten van de cases */

.case-img { width: 100%; height: 100%; background: var(--casefade); overflow: hidden; }
.lay { position: relative; z-index: 2; }
.lay .small { font-size: 13px; line-height: 1.5; margin: 14px 0 0; }
.lay h1 { margin: 0; font-weight: 700; letter-spacing: -0.045em; line-height: .9; }

.lay-back { margin-bottom: 4px; }

/* gesplitst */

.lay-split { display: flex; flex-direction: column; gap: 0; margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); }
.lay-split .lay-visual { aspect-ratio: 3 / 4; max-height: var(--vfit); }
.lay-split .lay-panel { display: flex; flex-direction: column; gap: 24px; padding: 24px var(--pad) 40px; }
.lay-top { display: flex; justify-content: space-between; gap: 20px; font-size: 13px; font-weight: 700; line-height: 1.25; }
.big-name {
  display: block;
  margin-top: 4px;
  font-size: clamp(20px, 4.6vw, 30px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.big-name.small-year { font-size: clamp(16px, 3.4vw, 22px); }
.case-facts .big-name { display: inline-block; margin: 0 0 4px; }
.lay-meta .big-name { margin: 2px 0 12px; }
.lay-top .right { text-align: right; }
.lay-top .eyebrow { display: block; }
.lay-split .lay-mid { width: 62%; aspect-ratio: 4 / 5; margin: 0 auto; }
.lay-split .statement { margin: 0; text-align: justify; }

/* index */

.lay-index .lay-head { margin-top: -58px; padding-bottom: 24px; }
.lay-index h1 { font-size: clamp(38px, 12vw, 120px); }
.lay-band { display: flex; flex-direction: column; gap: 20px; }
.lay-index .lay-frame { aspect-ratio: 4 / 3; }
.lay-side, .lay-meta { font-size: 13px; line-height: 1.5; }
.lay-meta p { margin: 2px 0 12px; }
.lay-side p { margin: 4px 0 0; }
.lay-text { padding: 32px 0 8px; display: flex; flex-direction: column; gap: 16px; }
.lay-text .statement { margin: 0; }
.lay-text .small { font-style: italic; max-width: 34ch; }

/* paneel */

.lay-panel-page { display: flex; flex-direction: column; margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); }
.lay-panel-page .lay-visual { aspect-ratio: 4 / 5; max-height: var(--vfit); }
.lay-side-panel { display: flex; flex-direction: column; gap: 40px; padding: 28px var(--pad) 40px; }
.lay-side-panel h1 { font-size: clamp(34px, 10vw, 64px); margin-bottom: 16px; }
.lay-side-panel .statement { margin: 0; }
.lay-copy { margin-top: auto; }

@media (min-width: 720px) {
  .lay-index .lay-head { margin-top: 0; padding: 48px 0 24px; }
  .lay-split { flex-direction: row; min-height: var(--vfit); }
  .lay-split .lay-visual { width: 50%; aspect-ratio: auto; }
  .lay-split .lay-panel { width: 50%; padding: 32px 40px 40px; }
  .lay-split .lay-mid { width: 58%; margin: auto; }
  .lay-split .lay-bottom { margin-top: auto; }

  .lay-band { display: grid; grid-template-columns: 1fr minmax(0, 52%) 1fr; align-items: start; gap: 32px; }
  .lay-index .lay-frame { aspect-ratio: 4 / 3; }
  .lay-meta { text-align: right; }
  .lay-text { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; padding: 48px 0 16px; }

  .lay-panel-page { flex-direction: row; min-height: var(--vfit); }
  .lay-panel-page .lay-visual { width: 58%; aspect-ratio: auto; }
  .lay-side-panel { width: 42%; padding: 32px 40px 40px; }
}

@media (min-width: 1100px) {
  .case .stack { padding-top: 56px; }
  .lay-split .lay-panel { padding: 40px 56px 56px; }
  .lay-split .statement { font-size: clamp(20px, 1.5vw, 24px); line-height: 1.2; }
  .lay-index h1 { font-size: clamp(64px, 8vw, 120px); }
  .lay-side-panel { padding: 40px 56px 56px; }
  .lay-side-panel .statement { font-size: clamp(22px, 1.8vw, 30px); }
}


/* speelknop voor video met geluid */

.with-play { position: relative; }
.with-play video { cursor: pointer; }

.playbtn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  border: 0;
  border-radius: 50%;
  background: rgba(250, 249, 247, .92);
  cursor: pointer;
  transition: transform .35s cubic-bezier(.2, 0, .2, 1), opacity .3s ease;
}

.playbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #14110F;
}

.playbtn:hover { transform: scale(1.06); }
.with-play.playing .playbtn { display: none; }

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


/* alleen het eerste grote beeld van een case past binnen een scherm */

.case .lay-visual,
.case .lay-index .lay-frame,
.case .case-row .case-shot {
  max-height: var(--vfit);
}

.case .lay-visual img, .case .lay-visual video,
.case .lay-index .lay-frame img, .case .lay-index .lay-frame video,
.case .case-row .case-shot img, .case .case-row .case-shot video {
  object-fit: contain;
}

.case .lay-visual, .case .lay-visual .case-img,
.case .lay-index .lay-frame, .case .lay-index .lay-frame .case-img,
.case .case-row .case-shot, .case .case-row .case-shot .case-img { background: transparent; }

.case .lay-split .lay-visual, .case .lay-panel-page .lay-visual { height: var(--vfit); }

/* op telefoon staat het grote beeld altijd precies midden in het scherm */
@media (max-width: 719px) {
  .case .lay-split .lay-visual,
  .case .lay-panel-page .lay-visual {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.case .lay-visual img, .case .lay-visual video { object-position: center center; }


/* about in blokken, kleurvlak naast beeld */

.ab {
  display: flex;
  flex-direction: column;
  margin: 0 calc(var(--pad) * -1);
}

.ab-photo {
  order: -1;
  height: auto;
  background: var(--frame);
  overflow: hidden;
}

@media (max-width: 719px) {
  .ab-photo > div { height: auto; }
  .ab-photo img, .ab-photo video { height: auto; object-fit: contain; }
}

.ab-panel {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: var(--about);
  color: var(--aboutink);
  padding: 26px var(--pad) 34px;
}

.ab-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .65;
}

.ab-panel h1 {
  margin: 8px 0 0;
  font-size: clamp(24px, 6.4vw, 34px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-wrap: pretty;
}

.ab-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 2px;
}

.ab-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  max-width: 46ch;
}

.ab-more {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 40px 0 8px;
}

.ab-side { display: flex; flex-direction: column; gap: 28px; }

.ab-note {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  max-width: 34ch;
}

.ab-square {
  width: 62%;
  aspect-ratio: 1 / 1;
  background: var(--frame);
  overflow: hidden;
}

@media (min-width: 720px) {
  .ab { flex-direction: row; min-height: var(--vfit); }
  .ab-photo { order: 0; width: 46%; height: auto; flex: none; }
  .ab-panel { width: 54%; justify-content: space-between; padding: 8px 32px 40px var(--pad); }
  .ab-panel h1 { font-size: clamp(26px, 3vw, 36px); }
  .ab-more { display: grid; grid-template-columns: 40% 1fr; gap: 40px; align-items: start; padding: 56px 0 8px; }
  .ab-note { font-size: 20px; }
  .ab-square { width: 100%; }
  .ab-side { display: flex; flex-direction: column; gap: 40px; }
}

@media (min-width: 1100px) {
  .ab-photo { width: 42%; }
  .ab-panel { width: 58%; padding: 8px 56px 56px var(--pad); }
  .ab-panel h1 { font-size: clamp(30px, 2.5vw, 40px); max-width: 24ch; }
  .ab-body { font-size: 15px; max-width: 52ch; }
  .ab-more { grid-template-columns: 40% 1fr; gap: 56px; padding: 72px 0 8px; }
  .ab-note { font-size: 24px; }
}


/* contact als één blok tekst */

.ct-page { min-height: 100svh; display: flex; flex-direction: column; }
.ct-page .wrap { flex: 1; display: flex; flex-direction: column; }

.ct {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px 0 40px;
}

.ct-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ct-block span, .ct-block a {
  font-size: clamp(26px, 7.4vw, 40px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.ct-u {
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 1px;
  transition: opacity .3s ease;
}

.ct-foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  color: #8C857C;
  padding: 0 0 24px;
}

@media (min-width: 720px) {
  .ct { padding: 8px 0 56px; }
  .ct-block span, .ct-block a { font-size: clamp(32px, 5vw, 52px); line-height: 1.1; }
}

@media (min-width: 1100px) {
  .ct-block span, .ct-block a { font-size: clamp(40px, 3.8vw, 60px); }
  .ct-u:hover { opacity: .6; }
  .ct-foot { font-size: 12px; padding-bottom: 32px; }
}
