/* Subpage styles for werkwijze & over-ons. Extends site.css */

/* Current-nav highlight */
.nav__links .is-current { color: var(--ink); font-weight: 600; position: relative; }
.nav__links .is-current::after { content:''; position:absolute; left:0; right:0; bottom:-6px; height:2px; background: var(--volt); border-radius: 2px; }

/* Page hero */
.page-hero { padding: 160px 0 80px; }
.page-hero .eyebrow { margin-bottom: 24px; }
.page-hero__title { margin: 0; }
.page-hero__title .accent { color: var(--volt); font-style: italic; }
.page-hero__lead { margin-top: 32px; max-width: 720px; }

/* Roadmap section spacing on werkwijze page */
.roadmap-section { padding: 40px 0 60px; }

/* Phone helpers */
.phone-frame--md { width: 200px; height: 410px; }
.phone-frame__placeholder { font-size: 13px; line-height: 1.4; text-align: center; }

/* Step deep-dives */
.step-deep { padding: 100px 0; border-top: 1px solid var(--border); }
.step-deep--alt { background: var(--bone-light, #efeadf); }
.step-deep__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.step-deep__grid--rev .step-deep__copy { order: 2; }
@media (max-width: 980px) {
  .step-deep__grid { grid-template-columns: 1fr; gap: 40px; }
  .step-deep__grid--rev .step-deep__copy { order: 1; }
}

.step-deep__num { font-family: var(--font-mono); font-size: 12px; color: var(--volt); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.step-deep__lead { margin: 24px 0 32px; max-width: 540px; }
.step-deep__points { display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }
.sd-point { display: grid; grid-template-columns: 24px 1fr; gap: 14px; align-items: start; }
.sd-point__k { color: var(--volt); font-weight: 900; font-size: 18px; line-height: 1.3; }
.sd-point strong { font-family: var(--font-display); font-weight: 900; font-size: 18px; letter-spacing: -0.015em; display: block; color: var(--ink); margin-bottom: 4px; }
.sd-point p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--fg-2); }
.step-deep__tags { display: flex; gap: 8px; flex-wrap: wrap; }
.step-deep__tags span { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--border); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-2); }

.step-deep__phones { position: relative; min-height: 410px; display: flex; align-items: center; justify-content: center; }
.step-deep__phones .phone-tilt { position: absolute; transition: transform 0.5s cubic-bezier(.2,.7,.2,1); }
/* Creatieve, verspreide cascade i.p.v. een strakke overlappende rij */
.step-deep__phones .phone-tilt--a { transform: translateX(-128px) translateY(-58px) rotate(-12deg) scale(0.82); z-index: 1; }
.step-deep__phones .phone-tilt--b { transform: translateX(4px)    translateY(30px)  rotate(-3deg) scale(1);    z-index: 3; }
.step-deep__phones .phone-tilt--c { transform: translateX(134px)  translateY(60px)  rotate(11deg) scale(0.9);  z-index: 2; }
.step-deep__phones:hover .phone-tilt--a { transform: translateX(-146px) translateY(-78px) rotate(-14deg) scale(0.9); }
.step-deep__phones:hover .phone-tilt--c { transform: translateX(152px) translateY(44px) rotate(13deg) scale(0.98); }

/* Hide legacy LIVE badge & purple tag if any inheritance leaks in */
.step-deep__phones .phone-frame__screen::after { display: none; }
.step-deep__phones .phone-tilt__tag { display: none; }

/* ── Clean iPhone mockup ───────────────────────────────────────────────── */
.iphone {
  width: 130px;
  aspect-ratio: 9 / 19.5;
  position: relative;
  background: #050505;
  border-radius: 32px;
  padding: 7px;
  box-shadow:
    inset 0 0 0 1.5px #1f1f22,
    0 30px 60px -14px rgba(0,0,0,0.45),
    0 14px 28px -8px rgba(0,0,0,0.25);
}
.iphone__island {
  position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 70px; height: 21px; background: #000; border-radius: 12px; z-index: 4;
  box-shadow: 0 0 0 1px #000;
}
.iphone__screen {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 25px;
  overflow: hidden;
  background: #000;
}
.iphone__screen video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block; z-index: 1; background: transparent;
}
.iphone__hint {
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; text-align: center; line-height: 1.6;
  background: radial-gradient(ellipse at 50% 35%, #1d1d1d 0%, #050505 80%);
  padding: 16px;
}
.iphone__screen:has(video[src]:not([src=""])) .iphone__hint { display: none; }

@media (max-width: 700px) {
  .iphone { width: 104px; border-radius: 22px; }
  .iphone__island { width: 46px; height: 14px; top: 7px; }
  .step-deep__phones { min-height: 340px; }
  .step-deep__phones .phone-tilt--a { transform: translateX(-92px) translateY(-46px) rotate(-12deg) scale(0.82); }
  .step-deep__phones .phone-tilt--b { transform: translateX(2px) translateY(24px) rotate(-3deg) scale(1); }
  .step-deep__phones .phone-tilt--c { transform: translateX(96px) translateY(48px) rotate(11deg) scale(0.9); }
}

/* ── About hero collage — polaroid stack right of headline ──────── */
.about-hero { padding: 140px 0 80px; position: relative; overflow: hidden; }
.about-hero__grid { display: grid; grid-template-columns: 1fr; gap: 60px; align-items: center; max-width: 900px; }
@media (max-width: 1080px) { .about-hero__grid { grid-template-columns: 1fr; gap: 56px; } }
.about-hero__title { margin: 0; text-wrap: balance; }
.about-hero__title .accent { color: var(--volt); font-style: italic; }
.about-hero__sub { margin-top: 28px; max-width: 520px; font-size: 18px; line-height: 1.55; color: var(--fg-2); }
.about-hero__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.about-hero__tag { padding: 8px 14px; background: var(--bone-light, #efeadf); border: 1px solid var(--border); border-radius: 999px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); }
.about-hero__tag--volt { background: var(--volt); color: #fff; border-color: var(--volt); }

.about-hero__collage { position: relative; height: 540px; }
@media (max-width: 1080px) { .about-hero__collage { height: 480px; max-width: 560px; margin: 0 auto; } }
@media (max-width: 560px) { .about-hero__collage { height: 420px; } }
.polaroid { position: absolute; background: #fff; padding: 12px 12px 44px; border-radius: 6px; box-shadow: 0 20px 40px -16px rgba(0,0,0,0.25), 0 8px 16px -8px rgba(0,0,0,0.15); transition: transform 0.4s var(--ease, ease); }
.polaroid:hover { transform: scale(1.04) rotate(0deg) !important; z-index: 10; }
.polaroid__caption { position: absolute; left: 16px; right: 16px; bottom: 12px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-3); display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.polaroid__caption strong { font-family: var(--font-display); font-weight: 900; font-size: 12px; letter-spacing: -0.005em; color: var(--ink); text-transform: none; }
.polaroid image-slot { display: block; background: var(--bone-light, #efeadf); }

/* Numbered strip — full-bleed stats with photo separators */
.about-strip { background: var(--ink); color: var(--bone); padding: 0; overflow: hidden; }
.about-strip__row { display: grid; grid-template-columns: repeat(7, 1fr); align-items: stretch; min-height: 280px; }
@media (max-width: 1080px) { .about-strip__row { grid-template-columns: repeat(3, 1fr); } .about-strip__row > *:nth-child(n+4) { display: none; } }
@media (max-width: 640px) { .about-strip__row { grid-template-columns: repeat(2, 1fr); min-height: 200px; } .about-strip__row > *:nth-child(n+3) { display: none; } }
.about-strip__num { padding: 36px 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,0.08); }
.about-strip__num:last-child { border-right: none; }
.about-strip__v { font-family: var(--font-display); font-weight: 900; font-size: clamp(48px, 5.5vw, 84px); line-height: 0.9; letter-spacing: -0.035em; color: var(--bone); }
.about-strip__v .accent { color: var(--volt); font-style: italic; }
.about-strip__v sup { font-size: 0.45em; font-weight: 700; vertical-align: 0.6em; margin-left: 2px; color: var(--volt); }
.about-strip__l { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); line-height: 1.5; max-width: 180px; }
.about-strip__photo { position: relative; border-right: 1px solid rgba(255,255,255,0.08); overflow: hidden; }
.about-strip__photo image-slot { width: 100%; height: 100%; display: block; background: rgba(255,255,255,0.04); }

/* ── Mission band — single bold italic statement ───────────── */
.mission { padding: 100px 0; position: relative; overflow: hidden; }
.mission__head { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.mission__rule { flex: 1; height: 1px; background: var(--border); }
.mission__statement {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(36px, 5.5vw, 76px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 0;
  max-width: 1100px;
}
.mission__statement .accent { color: var(--volt); font-style: italic; }
.mission__statement em { font-style: italic; color: var(--fg-3); font-weight: 700; }
.mission__sig { margin-top: 36px; display: flex; align-items: center; gap: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-3); }
.mission__sig::before { content: ''; width: 32px; height: 1px; background: var(--volt); }
.mission__sig strong { color: var(--ink); font-weight: 700; }

/* ── Roadmap / Timeline — animated journey ─────────────────── */
.roadmap-tl {
  padding: 140px 0 160px;
  background: var(--ink);
  color: var(--bone);
  position: relative;
  overflow: hidden;
}
.roadmap-tl::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(112,0,255,0.18), transparent 50%),
    radial-gradient(ellipse at 10% 90%, rgba(255,0,80,0.12), transparent 50%);
  pointer-events: none;
}
.roadmap-tl .container { position: relative; z-index: 1; }
.roadmap-tl .eyebrow { color: rgba(255,255,255,0.55); }
.roadmap-tl .eyebrow::before { background: var(--hot); }
.roadmap-tl .h2 { color: var(--bone); }
.roadmap-tl .h2 .accent { color: var(--volt); }
.roadmap-tl__head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 100px; }
@media (max-width: 900px) { .roadmap-tl__head { grid-template-columns: 1fr; gap: 32px; } }
.roadmap-tl__head .lead { color: rgba(255,255,255,0.7); margin: 24px 0 0; }

.tl { position: relative; max-width: 1080px; margin: 0 auto; }
.tl__rail {
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.08);
  z-index: 1;
}
.tl__rail-fill {
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 100%;
  background: linear-gradient(to bottom, var(--volt) 0%, var(--volt) 55%, var(--hot) 100%);
  transform-origin: top center;
  transform: scaleY(0);
  box-shadow: 0 0 18px rgba(112,0,255,0.6);
}

.tl__node {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  align-items: center;
  padding: 32px 0 80px;
  z-index: 2;
}
.tl__node:last-child { padding-bottom: 0; }
.tl__node::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--volt);
  border: 3px solid var(--ink);
  box-shadow: 0 0 0 3px var(--volt), 0 0 28px rgba(112,0,255,0.7);
  transform: translate(-50%, -50%) scale(0);
  z-index: 3;
  transition: transform 0.5s var(--ease, cubic-bezier(.2,.7,.3,1));
}
.tl__node.is-in::after { transform: translate(-50%, -50%) scale(1); }

.tl__year {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(64px, 7.5vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: var(--volt);
  margin: 0;
}
.tl__year sub {
  display: block;
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 12px;
  font-weight: 500;
  vertical-align: baseline;
}

.tl__card {
  padding: 28px 30px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.tl__tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--volt);
  margin-bottom: 14px;
  padding: 4px 10px;
  background: rgba(112,0,255,0.12);
  border: 1px solid rgba(112,0,255,0.3);
  border-radius: 999px;
}
.tl__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.02em;
  color: var(--bone);
  margin: 0 0 12px;
  line-height: 1.1;
}
.tl__title .accent { color: var(--volt); font-style: italic; }
.tl__text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin: 0 0 16px;
}
.tl__text:last-child { margin-bottom: 0; }
.tl__media {
  margin-top: 18px;
  border-radius: 12px;
  overflow: hidden;
  height: 180px;
  position: relative;
}
.tl__media image-slot, .tl__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 35% 40%; background: rgba(255,255,255,0.06); }

/* Big AI callout inside the 2023 card */
.tl__ai {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(112,0,255,0.18), rgba(255,0,80,0.1));
  border: 1px solid rgba(112,0,255,0.35);
  border-radius: 14px;
}
.tl__ai-eq {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
}
.tl__ai-eq span { color: var(--volt); }
.tl__ai-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}
.tl__ai-label strong { color: var(--volt); }

/* Node alternation */
.tl__node--right .tl__year-wrap { order: 2; text-align: left; }
.tl__node--right .tl__card { order: 1; }
.tl__node--left .tl__year-wrap { text-align: right; }

/* Future node — dashed, glowing */
.tl__node--future::after {
  background: var(--ink);
  border: 3px dashed var(--volt);
  box-shadow: 0 0 0 3px transparent, 0 0 28px rgba(112,0,255,0.4);
}
.tl__node--future .tl__year { color: var(--bone); position: relative; }
.tl__node--future .tl__year::after {
  content: '→';
  display: inline-block;
  color: var(--volt);
  margin-left: 8px;
  animation: tl-future-arrow 2s ease-in-out infinite;
}
.tl__node--future .tl__card { background: rgba(112,0,255,0.06); border-style: dashed; border-color: rgba(112,0,255,0.3); }

@keyframes tl-future-arrow {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(8px); }
}

@media (max-width: 800px) {
  .tl__rail { left: 22px; }
  .tl__node {
    grid-template-columns: 1fr;
    column-gap: 0;
    padding: 24px 0 56px 60px;
  }
  .tl__node::after { left: 22px; }
  .tl__node--right .tl__year-wrap,
  .tl__node--left .tl__year-wrap { order: 0; text-align: left; margin-bottom: 16px; }
  .tl__node--right .tl__card { order: 0; }
  .tl__year { font-size: clamp(48px, 12vw, 72px); }
}

/* Manifesto strip — three values as one big typographic moment */
.manifesto { padding: 140px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; }
.manifesto__eye { margin-bottom: 56px; }
.manifesto__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.manifesto__item {
  display: grid;
  grid-template-columns: 80px 1fr 1.2fr;
  gap: 48px;
  align-items: start;
  padding: 56px 0;
  border-bottom: 1px dashed var(--border);
}
.manifesto__item:last-child { border-bottom: none; }
.manifesto__item:first-child { padding-top: 8px; }
.manifesto__k { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; color: var(--volt); padding-top: 22px; }
.manifesto__t {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--volt);
  font-style: italic;
  margin: 0;
}
.manifesto__body { display: flex; flex-direction: column; gap: 16px; padding-top: 12px; }
.manifesto__lead {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 1.9vw, 24px);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
}
.manifesto__body p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg-2);
  margin: 0;
  max-width: 520px;
}
@media (max-width: 980px) {
  .manifesto__item {
    grid-template-columns: 60px 1fr;
    gap: 24px;
    padding: 44px 0;
  }
  .manifesto__t { grid-column: 2; }
  .manifesto__body { grid-column: 1 / -1; padding-left: 84px; padding-top: 4px; }
}
@media (max-width: 640px) {
  .manifesto__item { grid-template-columns: 1fr; gap: 12px; }
  .manifesto__t, .manifesto__body { grid-column: 1; padding-left: 0; }
  .manifesto__k { padding-top: 0; }
}

/* ── Team — editorial bento with name/role overlaid on photo ───── */
.team { padding: 120px 0; background: var(--bone-light, #efeadf); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.team__head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; margin-bottom: 56px; }
@media (max-width: 800px) { .team__head { grid-template-columns: 1fr; } }
.team__head-copy { max-width: 760px; }
.team__head-aside { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fg-3); text-align: right; line-height: 1.7; }
.team__head-aside strong { display: block; font-family: var(--font-display); font-weight: 900; font-size: 28px; letter-spacing: -0.02em; color: var(--volt); text-transform: none; font-style: italic; }

.team__bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
  gap: 14px;
}
@media (max-width: 980px) { .team__bento { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 560px) { .team__bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; } }

.tile { position: relative; border-radius: 18px; overflow: hidden; background: var(--bone); border: 1px solid var(--border); transition: transform 0.3s var(--ease, ease); }
.tile:hover { transform: translateY(-3px); }
.tile image-slot { width: 100%; height: 100%; display: block; }
.tile__img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 22%; }
.tile__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.0) 55%); pointer-events: none; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px 22px; color: var(--bone); }
.tile__role { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.85); margin-bottom: 4px; }
.tile__role::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--volt); margin-right: 8px; vertical-align: 1px; }
.tile__name { font-family: var(--font-display); font-weight: 900; font-size: 22px; letter-spacing: -0.02em; color: #fff; line-height: 1.05; }
.tile__name .accent { color: var(--volt); font-style: italic; }
.tile__pill { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,0.95); color: var(--ink); font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.tile__pill--volt { background: var(--volt); color: #fff; }

/* Bento span placement — 3 people + office + quote */
.tile--m1  { grid-column: span 4; grid-row: span 2; }
.tile--m2  { grid-column: span 4; grid-row: span 2; }
.tile--m3  { grid-column: span 4; grid-row: span 2; }
.tile--office { grid-column: span 8; grid-row: span 2; }
.tile--quote  { grid-column: span 4; grid-row: span 2; }
@media (max-width: 980px) {
  .tile--m1, .tile--m2, .tile--m3, .tile--quote { grid-column: span 3; grid-row: span 2; }
  .tile--office { grid-column: span 6; grid-row: span 2; }
}
@media (max-width: 560px) {
  .tile--m1, .tile--m2, .tile--m3 { grid-column: span 1; grid-row: span 1; }
  .tile--office, .tile--quote { grid-column: span 2; grid-row: span 1; }
}

/* Quote tile — text-only tile inside the bento */
.tile--quote { background: var(--ink); color: var(--bone); padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.tile--quote .tile__overlay { display: none; }
.tile__quote { font-family: var(--font-display); font-weight: 900; font-size: clamp(20px, 1.9vw, 26px); line-height: 1.15; letter-spacing: -0.015em; color: var(--bone); margin: 0; }
.tile__quote .accent { color: var(--volt); font-style: italic; }
.tile__quote::before { content: '"'; display: block; font-family: var(--font-display); font-size: 64px; line-height: 0.5; color: var(--volt); margin-bottom: 14px; height: 28px; }
.tile__quote-by { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 16px; }

/* ── Studio: hero photo + bento overlay layout ─────────────────── */
.studio { padding: 120px 0; background: var(--ink); color: var(--bone); }
.studio .eyebrow { color: rgba(255,255,255,0.6); }
.studio .eyebrow::before { background: var(--hot); }
.studio .h2 { color: var(--bone); }
.studio .h2 .accent { color: var(--volt); }
.studio__head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; margin-bottom: 48px; }
@media (max-width: 800px) { .studio__head { grid-template-columns: 1fr; } }
.studio__head-copy { max-width: 760px; }
.studio__head .lead { color: rgba(255,255,255,0.65); margin-top: 20px; }
.studio__head-aside { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); text-align: right; line-height: 1.8; }
.studio__head-aside strong { color: var(--volt); font-weight: 700; }

.studio__bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 160px;
  gap: 14px;
}
@media (max-width: 900px) { .studio__bento { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 560px) { .studio__bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } }

.stile { position: relative; border-radius: 18px; overflow: hidden; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); }
.stile image-slot { width: 100%; height: 100%; display: block; background: transparent; }
.stile__tag { position: absolute; bottom: 14px; left: 14px; background: rgba(10,10,10,0.7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: var(--bone); padding: 6px 12px; border-radius: 999px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; }
.stile__tag strong { color: var(--volt); font-weight: 700; }

.stile--hero    { grid-column: span 7; grid-row: span 3; }
.stile--stat    { grid-column: span 5; grid-row: span 1; }
.stile--a       { grid-column: span 5; grid-row: span 2; }
.stile--b       { grid-column: span 3; grid-row: span 2; }
.stile--c       { grid-column: span 5; grid-row: span 2; }
.stile--d       { grid-column: span 4; grid-row: span 2; }
.stile--e       { grid-column: span 4; grid-row: span 2; }
.stile--f       { grid-column: span 4; grid-row: span 2; }
@media (max-width: 900px) {
  .stile--hero { grid-column: span 6; grid-row: span 3; }
  .stile--stat, .stile--a, .stile--d, .stile--e, .stile--f { grid-column: span 3; grid-row: span 2; }
  .stile--b, .stile--c { grid-column: span 3; grid-row: span 2; }
}
@media (max-width: 560px) {
  .stile--hero { grid-column: span 2; grid-row: span 2; }
  .stile--stat, .stile--a, .stile--b, .stile--c, .stile--d, .stile--e, .stile--f { grid-column: span 1; grid-row: span 1; }
}

/* Stat overlay tile inside studio bento */
.stile--stat { background: var(--volt); color: #fff; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; }
.stile__stat-v { font-family: var(--font-display); font-weight: 900; font-size: clamp(40px, 4vw, 60px); line-height: 0.95; letter-spacing: -0.03em; color: #fff; }
.stile__stat-l { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.85); line-height: 1.5; }

/* ── Location — Den Haag editorial split ──────────────────────── */
.location { padding: 120px 0; }
.location__head { max-width: 880px; margin-bottom: 48px; }
.location__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: stretch; }
@media (max-width: 980px) { .location__grid { grid-template-columns: 1fr; } }

.location__map {
  position: relative;
  min-height: 520px;
  background: var(--bone-light, #efeadf);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
}
.location__map image-slot { width: 100%; height: 100%; min-height: 520px; display: block; }
.location__map-frame { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 520px; border: 0; display: block; }
.location__pin--map { position: absolute; top: 18px; left: 18px; width: auto; height: auto; transform: none; z-index: 3; pointer-events: none; }
.location__pin--map::before { display: none; }
.location__pin--map .location__pin-label { position: static; transform: none; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: var(--ink); color: #fff; border-radius: 999px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; box-shadow: 0 10px 28px -8px rgba(10,10,10,0.4); white-space: nowrap; }
.location__pin--map .location__pin-label::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--volt); }
.location__pin {
  position: absolute;
  top: 52%; left: 48%;
  width: 56px; height: 56px;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}
.location__pin::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--volt);
  opacity: 0.25;
  animation: pin-pulse 2.2s ease-out infinite;
}
.location__pin-dot {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--volt);
  border: 3px solid #fff;
  box-shadow: 0 8px 22px -4px rgba(112,0,255,0.5);
}
.location__pin-label {
  position: absolute;
  left: 50%; bottom: calc(100% + 8px);
  transform: translateX(-50%);
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
@keyframes pin-pulse {
  0%   { transform: scale(1); opacity: 0.4; }
  70%  { transform: scale(2.6); opacity: 0; }
  100% { transform: scale(2.6); opacity: 0; }
}

.location__card { background: var(--ink); color: var(--bone); border-radius: 22px; padding: 40px; display: flex; flex-direction: column; gap: 24px; position: relative; overflow: hidden; }
.location__card .eyebrow { color: rgba(255,255,255,0.55); }
.location__card .eyebrow::before { background: var(--volt); }
.location__city { font-family: var(--font-display); font-weight: 900; font-size: clamp(48px, 6vw, 88px); line-height: 0.9; letter-spacing: -0.035em; margin: 0; color: var(--bone); }
.location__city .accent { color: var(--volt); font-style: italic; }
.location__addr { font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.8); margin: 0; }
.location__addr strong { display: block; font-family: var(--font-display); font-weight: 900; font-size: 18px; letter-spacing: -0.015em; color: var(--bone); margin-bottom: 8px; }
.location__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.location__meta-item { display: flex; flex-direction: column; gap: 4px; }
.location__meta-k { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--volt); }
.location__meta-v { font-size: 14px; color: var(--bone); line-height: 1.5; }
.location__cta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.location__cta .btn--outline { color: var(--bone); border-color: rgba(255,255,255,0.25); }
.location__cta .btn--outline:hover { background: var(--bone); color: var(--ink); border-color: var(--bone); }

/* Contact */
.contact { padding: 120px 0; background: var(--ink); color: var(--bone); }
.contact .h2 { color: var(--bone); }
.contact .h2 .accent { color: var(--volt); }
.contact .final__lead { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.75); margin: 24px 0 36px; max-width: 480px; }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
@media (max-width: 980px) { .contact__grid { grid-template-columns: 1fr; gap: 56px; } }

.contact__channels { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
.contact__ch { display: flex; flex-direction: column; gap: 4px; padding: 18px 22px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; transition: background var(--dur, 0.3s) var(--ease, ease), border-color var(--dur, 0.3s) var(--ease, ease); }
.contact__ch:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }
.contact__ch-k { font-family: var(--font-mono); font-size: 11px; color: var(--volt); letter-spacing: 0.1em; text-transform: uppercase; }
.contact__ch-v { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--bone); letter-spacing: -0.01em; }

.contact__form { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 22px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.contact__field { display: flex; flex-direction: column; gap: 6px; }
.contact__field label { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; }
.contact__field input, .contact__field textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--bone);
  padding: 12px 14px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  resize: vertical;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.contact__field input:focus, .contact__field textarea:focus { outline: none; border-color: var(--volt); background: rgba(255,255,255,0.08); }
.contact__field input::placeholder, .contact__field textarea::placeholder { color: rgba(255,255,255,0.35); }
.contact__sent { font-family: var(--font-mono); font-size: 13px; color: var(--volt); text-align: center; padding: 12px; }

/* Phone tag for placeholder phones on werkwijze */
.phone-tilt { position: relative; display: inline-block; }

/* Content stats (step 01) */
.content-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 28px 0; padding: 24px; background: var(--bone-light, #efeadf); border: 1px solid var(--border); border-radius: 18px; }
.content-stat { display: flex; flex-direction: column; gap: 4px; }
.content-stat__v { font-family: var(--font-display); font-weight: 900; font-size: clamp(32px, 4vw, 48px); letter-spacing: -0.025em; line-height: 1; color: var(--volt); }
.content-stat__l { font-family: var(--font-mono); font-size: 10.5px; color: var(--fg-2); letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.4; }

/* Omnichannel diagram (step 02) */
.step-deep__grid--platforms { grid-template-columns: 1fr 1.15fr; }
@media (max-width: 980px) { .step-deep__grid--platforms { grid-template-columns: 1fr; } }
.step-deep--alt .omni { background: var(--bone); }

.omni { position: relative; aspect-ratio: 1; max-width: 480px; margin: 0 auto; width: 100%; background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 24px; }
.omni__center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 130px; height: 130px; border-radius: 50%; background: var(--ink); color: var(--bone); display: flex; align-items: center; justify-content: center; z-index: 3; box-shadow: 0 12px 32px -8px rgba(0,0,0,0.25); }
.omni__center-k { font-family: var(--font-display); font-weight: 900; font-size: 16px; line-height: 1.15; letter-spacing: -0.01em; text-align: center; }

.omni__node { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; z-index: 2; width: 124px; }
.omni__node--li    { top: 4%;  left: 50%; transform: translateX(-50%); }
.omni__node--meta  { top: 28%; right: 2%; }
.omni__node--google{ bottom: 24%; right: 2%; }
.omni__node--yt    { bottom: 24%; left: 2%; }
.omni__node--tt    { top: 28%; left: 2%; }

.omni__icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 6px 14px -4px rgba(0,0,0,0.2); }
.omni__icon--li     { background: #0A66C2; }
.omni__icon--meta   { background: #fff; border: 1px solid var(--border); }
.omni__icon--google { background: #fff; border: 1px solid var(--border); }
.omni__icon--yt     { background: #FF0000; }
.omni__icon--tt     { background: #000; }
.omni__label { font-family: var(--font-display); font-weight: 900; font-size: 13px; letter-spacing: -0.01em; color: var(--ink); }
.omni__sub   { font-size: 10.5px; line-height: 1.3; color: var(--fg-3); }

.omni__lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.omni__lines line { stroke: var(--border); stroke-width: 1.4; stroke-dasharray: 4 6; animation: omniDash 18s linear infinite; }
@keyframes omniDash { to { stroke-dashoffset: -200; } }

@media (max-width: 600px) {
  .omni { max-width: 360px; padding: 16px; }
  .omni__center { width: 100px; height: 100px; }
  .omni__center-k { font-size: 13px; }
  .omni__node { width: 100px; }
  .omni__icon { width: 36px; height: 36px; }
  .omni__label { font-size: 11.5px; }
  .omni__sub { display: none; }
}

/* Journey roadmap (step 03) */
.step-deep__head { max-width: 980px; margin: 0 auto 56px; text-align: center; }
.step-deep__head .step-deep__num { display: inline-block; }
.step-deep__head .step-deep__lead { margin: 24px auto 0; }

.journey { position: relative; padding: 24px 0 32px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.journey::-webkit-scrollbar { display: none; }
.journey__track { display: grid; grid-template-columns: repeat(6, minmax(180px, 1fr)); gap: 0; position: relative; min-width: 1080px; }
.journey__line { position: absolute; left: 8%; right: 8%; top: 56px; height: 2px; background: linear-gradient(90deg, var(--border), var(--volt) 80%, var(--ink)); border-radius: 2px; z-index: 0; }
.journey__step { position: relative; z-index: 1; padding: 0 12px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.journey__dot { width: 48px; height: 48px; border-radius: 50%; background: var(--bone-light, #efeadf); border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; font-size: 16px; color: var(--ink); margin: 30px 0 14px; z-index: 2; transition: transform 0.3s ease; box-shadow: 0 4px 12px -4px rgba(0,0,0,0.1); }
.journey__step:hover .journey__dot { transform: scale(1.1); border-color: var(--volt); }
.journey__dot--conv { background: var(--volt); border-color: var(--volt); color: var(--ink); }
.journey__day { font-family: var(--font-mono); font-size: 11px; color: var(--volt); letter-spacing: 0.1em; text-transform: uppercase; }
.journey__name { font-family: var(--font-display); font-weight: 900; font-size: 16px; letter-spacing: -0.015em; color: var(--ink); line-height: 1.15; }
.journey__chans { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; }
.jchan { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; color: #fff; font-weight: 600; }
.jchan--li     { background: #0A66C2; }
.jchan--meta   { background: linear-gradient(135deg, #F58529, #DD2A7B); }
.jchan--google { background: #4285F4; }
.jchan--yt     { background: #FF0000; }
.jchan--mail   { background: var(--ink); }
.jchan--call   { background: var(--ink); }
.jchan--conv   { background: var(--volt); color: var(--ink); }
/* Gravity orbit for stimuleren step */
.step-deep__gravity { display: flex; justify-content: center; align-items: center; }
.step-deep__gravity .hero__orbit-wrap { perspective: 1400px; }

/* Phone placeholder — looks like a live video thumbnail, no purple stripe */
/* (LIVE pill + dark thumbnail are in site.css so they apply everywhere) */

/* Roadtrip roadmap (step 03) — smooth winding road */
.roadtrip { position: relative; width: 100%; max-width: 1180px; margin: 0 auto; aspect-ratio: 1180 / 460; min-height: 380px; }
.roadtrip__svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.roadtrip__path { animation: rtDash 22s linear infinite; }
@keyframes rtDash { to { stroke-dashoffset: -140; } }

.rt__node { position: absolute; left: var(--x); top: var(--y, 50%); width: 0; height: 0; }

.rt__dot { position: relative; width: 38px; height: 38px; left: -19px; top: -19px; border-radius: 50%; background: var(--bone); border: 2px solid var(--ink); color: var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 900; font-size: 14px; box-shadow: 0 6px 16px -4px rgba(0,0,0,0.18); transition: transform .25s ease; z-index: 3; }
.rt__node:hover .rt__dot { transform: scale(1.12); border-color: var(--volt); }
.rt__dot--phone { background: var(--ink); color: var(--volt); border-color: var(--ink); }
.rt__dot--conv  { background: var(--volt); border-color: var(--volt); color: var(--ink); font-size: 16px; }

.rt__card { position: absolute; left: -78px; width: 156px; padding: 10px 12px; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: 0 10px 22px -10px rgba(0,0,0,0.16); display: flex; flex-direction: column; gap: 3px; pointer-events: none; z-index: 2; }
.rt__card--below { top: 26px; }
.rt__card--above { bottom: 26px; }
.rt__card--end   { left: -132px; }
.rt__name { font-family: var(--font-display); font-weight: 900; font-size: 13px; letter-spacing: -0.015em; color: var(--ink); line-height: 1.15; }
.rt__card .jchan { align-self: flex-start; }
.rt__card p { font-size: 11px; line-height: 1.4; color: var(--fg-2); margin: 2px 0 0; }

.jchan--web  { background: #0a0a0a; }
.jchan--dl   { background: #6b46c1; }
.jchan--mail { background: var(--ink); }

@media (max-width: 980px) {
  .roadtrip { display: grid; grid-template-columns: 1fr; gap: 12px; aspect-ratio: auto; min-height: 0; padding: 0 8px; }
  .roadtrip__svg { display: none; }
  .rt__node { position: relative; left: 0 !important; top: 0 !important; width: 100%; height: auto; display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; }
  .rt__dot { left: 0; top: 0; }
  .rt__card { position: relative; left: 0 !important; top: 0 !important; bottom: auto !important; width: 100%; }
}

/* Integration hub (step 04) — platforms + AI center */
.hub { position: relative; aspect-ratio: 1; max-width: 460px; width: 100%; margin: 0 auto; background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 22px; }
.hub__center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 130px; height: 130px; border-radius: 50%; background: var(--ink); color: var(--bone); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; z-index: 3; box-shadow: 0 0 0 6px rgba(212,255,77,0.18), 0 18px 40px -10px rgba(0,0,0,0.3); }
.hub__sparkle { font-size: 18px; }
.hub__center-k { font-family: var(--font-display); font-weight: 900; font-size: 14px; line-height: 1.15; letter-spacing: -0.01em; text-align: center; color: var(--volt); }
.hub__node { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; z-index: 2; }
.hub__node--1 { top: 4%;   left: 50%; transform: translateX(-50%); }
.hub__node--2 { top: 22%;  right: 3%; }
.hub__node--3 { bottom: 22%; right: 3%; }
.hub__node--4 { bottom: 4%; left: 50%; transform: translateX(-50%); }
.hub__node--5 { bottom: 22%; left: 3%; }
.hub__node--6 { top: 22%; left: 3%; }
.hub__icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px -3px rgba(0,0,0,0.18); font-family: var(--font-display); font-weight: 900; font-size: 12px; color: #fff; }
.hub__icon--li     { background: #0A66C2; }
.hub__icon--meta   { background: #fff; border: 1px solid var(--border); }
.hub__icon--google { background: #fff; border: 1px solid var(--border); }
.hub__icon--crm    { background: #FF7A59; }
.hub__icon--mail   { background: var(--ink); }
.hub__icon--site   { background: #6b46c1; }
.hub__label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-2); }
.hub__lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.hub__lines line { stroke: var(--border); stroke-width: 1.4; stroke-dasharray: 4 5; animation: hubDash 16s linear infinite; }
@keyframes hubDash { to { stroke-dashoffset: -160; } }
.hub__output { position: absolute; right: -8px; bottom: -8px; transform: rotate(-4deg); background: var(--volt); color: var(--ink); padding: 10px 14px; border-radius: 12px; box-shadow: 0 10px 24px -6px rgba(0,0,0,0.2); display: flex; flex-direction: column; align-items: flex-start; gap: 2px; z-index: 4; }
.hub__output-k { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; }
.hub__output strong { font-family: var(--font-display); font-weight: 900; font-size: 13px; letter-spacing: -0.01em; }
@media (max-width: 600px) {
  .hub { max-width: 340px; padding: 14px; }
  .hub__center { width: 100px; height: 100px; }
  .hub__center-k { font-size: 12px; }
  .hub__icon { width: 32px; height: 32px; }
  .hub__label { font-size: 9.5px; }
}

/* ── Automation fan-out (step 04) — AI source → multiple platform outputs ── */
.autom { position: relative; width: 100%; max-width: 480px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }

.autom__core {
  position: relative; z-index: 2;
  background: var(--ink); color: var(--bone);
  border-radius: 18px;
  padding: 18px 20px;
  display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center;
  box-shadow: 0 18px 40px -18px rgba(10,10,10,0.45);
}
.autom__core-spark {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--volt); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 4px rgba(112,0,255,0.18);
  animation: autoSpin 18s linear infinite;
}
@keyframes autoSpin { to { transform: rotate(360deg); } }
.autom__core-meta { display: flex; flex-direction: column; gap: 3px; }
.autom__core-k { font-family: var(--font-display); font-weight: 900; font-size: 16px; letter-spacing: -0.015em; line-height: 1.1; }
.autom__core-t { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.04em; color: rgba(255,255,255,0.7); line-height: 1.35; }
.autom__core-stack {
  grid-column: 1 / -1;
  display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px;
  padding-top: 10px; border-top: 1px dashed rgba(255,255,255,0.14);
}
.autom__core-stack span {
  font-family: var(--font-mono); font-size: 9.5px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  padding: 3px 8px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
}

/* Fan-out connectors */
.autom__lines {
  width: 100%; height: 56px;
  margin-top: -2px; margin-bottom: -2px;
  display: block;
  pointer-events: none;
}
.autom__lines path {
  fill: none;
  stroke: var(--volt);
  stroke-width: 1.4;
  stroke-dasharray: 4 4;
  stroke-linecap: round;
  opacity: 0.55;
  animation: autoDash 14s linear infinite;
  vector-effect: non-scaling-stroke;
}
@keyframes autoDash { to { stroke-dashoffset: -120; } }

/* Platform output row — each is a "live ad" running on that channel */
.autom__plats {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.autom__plat {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 6px 8px;
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  text-align: center;
  position: relative;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.autom__plat:hover { transform: translateY(-2px); border-color: var(--ink); box-shadow: 0 10px 20px -10px rgba(10,10,10,0.16); }
.autom__plat-ico {
  width: 30px; height: 30px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.autom__plat-ico--li     { background: #0A66C2; }
.autom__plat-ico--meta   { background: linear-gradient(135deg, #0866FF, #C13584); }
.autom__plat-ico--google { background: #fff; border: 1px solid var(--border); }
.autom__plat-ico--yt     { background: #FF0000; }
.autom__plat-ico--tt     { background: #0a0a0a; }
.autom__plat-name {
  font-family: var(--font-mono); font-size: 9.5px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink); font-weight: 600;
}
.autom__plat-live {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-mono); font-size: 8.5px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--fg-3);
  margin-top: 1px;
}
.autom__plat-live > span {
  width: 5px; height: 5px; border-radius: 50%;
  background: #34A853;
  box-shadow: 0 0 0 2px rgba(52,168,83,0.18);
  animation: autoPulse 2s ease-in-out infinite;
}
@keyframes autoPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

/* Bottom proof bar — 1 input → 5 outputs → time saved */
.autom__proof {
  margin-top: 16px;
  background: var(--bone-light);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
}
.step-deep--alt .autom__proof { background: var(--bone); }
.autom__proof-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px;
}
.autom__proof-pair {
  display: flex; flex-direction: column; gap: 1px; align-items: flex-start;
  min-width: 0;
}
.autom__proof-k {
  font-family: var(--font-display); font-weight: 900;
  font-size: 22px; letter-spacing: -0.025em; line-height: 1;
  color: var(--ink);
}
.autom__proof-k--volt { color: var(--volt); }
.autom__proof-l {
  font-family: var(--font-mono); font-size: 9px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--fg-3); margin-top: 3px;
}
.autom__proof-arrow {
  font-family: var(--font-display);
  font-size: 18px; color: var(--volt); font-weight: 900;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .autom__plats { grid-template-columns: repeat(5, 1fr); gap: 4px; }
  .autom__plat { padding: 8px 4px 6px; }
  .autom__plat-ico { width: 26px; height: 26px; }
  .autom__plat-name { font-size: 8.5px; }
  .autom__plat-live { font-size: 7.5px; }
  .autom__proof-k { font-size: 18px; }
}

.step-deep__points--row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--border); flex-direction: row; }
@media (max-width: 900px) { .step-deep__points--row { grid-template-columns: 1fr; } }

/* Tracking dashboard (step 04) */
.step-deep--track .tracking { display: flex; flex-direction: column; gap: 20px; }
.tracking__dash { background: var(--ink); color: var(--bone); border-radius: 22px; padding: 28px; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.4); }
.tracking__dash-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 18px; }
.tracking__dash-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.tracking__dash-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--volt); box-shadow: 0 0 0 4px rgba(212, 255, 77, 0.2); animation: trackPulse 2s ease-in-out infinite; }
@keyframes trackPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.tracking__row { display: grid; grid-template-columns: 1fr 110px 70px; gap: 12px; align-items: center; padding: 8px 0; }
.tracking__bar { height: 22px; border-radius: 6px; background: linear-gradient(90deg, var(--c, var(--volt)), color-mix(in oklab, var(--c, var(--volt)) 70%, transparent)); width: var(--w, 50%); position: relative; overflow: hidden; }
.tracking__bar::after { content:''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); animation: trackShine 3s ease-in-out infinite; }
@keyframes trackShine { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
.tracking__lab { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.tracking__val { font-family: var(--font-display); font-weight: 900; font-size: 15px; letter-spacing: -0.01em; text-align: right; color: var(--bone); }
.tracking__foot { display: flex; justify-content: space-between; padding-top: 18px; margin-top: 12px; border-top: 1px solid rgba(255,255,255,0.1); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.tracking__foot strong { font-family: var(--font-display); font-weight: 900; font-size: 14px; letter-spacing: -0.01em; color: var(--volt); text-transform: none; }

.tracking__stack { padding: 22px 24px; background: #fff; border: 1px solid var(--border); border-radius: 18px; }
.tracking__stack-title { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-3); margin-bottom: 12px; }
.tracking__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.tchip { font-family: var(--font-mono); font-size: 11px; padding: 6px 10px; border-radius: 999px; background: var(--bone-light, #efeadf); color: var(--ink); border: 1px solid var(--border); font-weight: 600; }


/* ─────────────────────────────────────────────────────────────
   ABOUT — Equation strip (klein team + AI = afdeling)
   ───────────────────────────────────────────────────────────── */
.about-eq { background: var(--ink); color: var(--bone); padding: 96px 0 88px; position: relative; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.04); }
.about-eq::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 85% 20%, rgba(112,0,255,0.22), transparent 55%),
              radial-gradient(ellipse at 10% 95%, rgba(255,0,80,0.10), transparent 55%);
  pointer-events: none;
}
.about-eq .container { position: relative; z-index: 1; }
.about-eq__lead { max-width: 880px; margin-bottom: 48px; }
.about-eq__eye {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 22px;
}
.about-eq__eye::before { content:''; width:6px; height:6px; border-radius:50%; background: var(--volt); }
.about-eq__h {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(32px, 4.4vw, 56px); line-height: 1.02;
  letter-spacing: -0.03em; color: var(--bone); margin: 0;
  max-width: 880px;
}
.about-eq__h .accent { color: var(--volt); font-style: italic; }

.about-eq__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
}
.about-eq__cell {
  padding: 32px 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  display: flex; flex-direction: column; gap: 12px;
  min-height: 220px;
  position: relative;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.about-eq__cell--ai {
  background: rgba(112,0,255,0.10);
  border-color: rgba(112,0,255,0.35);
}
.about-eq__cell--out {
  background: var(--volt);
  border-color: var(--volt);
  color: #fff;
}
.about-eq__k {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.about-eq__cell--ai .about-eq__k { color: rgba(255,255,255,0.85); }
.about-eq__cell--out .about-eq__k { color: rgba(255,255,255,0.85); }
.about-eq__v {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(72px, 8vw, 120px); line-height: 0.9;
  letter-spacing: -0.045em; color: var(--bone);
  margin: 6px 0 8px;
}
.about-eq__cell--ai .about-eq__v { color: var(--volt); font-style: italic; }
.about-eq__cell--out .about-eq__v { color: #fff; }
.about-eq__v sub {
  display: inline-block;
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  font-weight: 500; font-style: normal;
  vertical-align: middle; margin-left: 8px;
}
.about-eq__cell--ai .about-eq__v sub { color: rgba(255,255,255,0.7); }
.about-eq__cell--out .about-eq__v sub { color: rgba(255,255,255,0.95); }
.about-eq__l {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); line-height: 1.55;
  margin-top: auto;
}
.about-eq__cell--out .about-eq__l { color: rgba(255,255,255,0.95); }

.about-eq__op {
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(48px, 5vw, 72px); line-height: 1;
  color: var(--volt);
  padding: 0 4px;
}

.about-eq__foot {
  margin-top: 32px;
  display: flex; flex-wrap: wrap; gap: 8px;
  padding-top: 24px;
  border-top: 1px dashed rgba(255,255,255,0.14);
}
.about-eq__foot span {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
}

@media (max-width: 1080px) {
  .about-eq__row { grid-template-columns: 1fr; gap: 14px; }
  .about-eq__op { padding: 4px 0; transform: rotate(90deg); font-size: 38px; }
  .about-eq__cell { min-height: 0; padding: 24px 22px; }
  .about-eq__v { font-size: clamp(56px, 12vw, 84px); }
}

/* ─────────────────────────────────────────────────────────────
   OFFICE BAND — wide team-in-front-of-logo photo
   ───────────────────────────────────────────────────────────── */
.office-band {
  position: relative;
  background: var(--ink);
  color: var(--bone);
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.office-band__media {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  min-height: 340px;
  max-height: 720px;
  overflow: hidden;
  background: #111;
}
.office-band__media image-slot {
  display: block; width: 100%; height: 100%;
  background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
}
.office-band__media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.0) 35%, rgba(10,10,10,0.85) 100%);
  pointer-events: none;
}
.office-band__copy {
  position: absolute; left: 0; right: 0; bottom: 40px;
  z-index: 2;
  color: var(--bone);
}
.office-band__tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bone);
  background: rgba(10,10,10,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px 14px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  margin-bottom: 18px;
}
.office-band__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--volt);
  box-shadow: 0 0 0 4px rgba(112,0,255,0.22);
  animation: trackPulse 2s ease-in-out infinite;
}
.office-band__h {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(36px, 5vw, 72px); line-height: 0.95;
  letter-spacing: -0.035em; color: var(--bone); margin: 0;
  max-width: 720px;
  text-shadow: 0 2px 24px rgba(10,10,10,0.4);
}
.office-band__h .accent { color: var(--volt); font-style: italic; }
.office-band__sub {
  margin-top: 18px; max-width: 560px;
  font-size: 16px; line-height: 1.55;
  color: rgba(255,255,255,0.82);
}
@media (max-width: 700px) {
  .office-band__media { aspect-ratio: 4 / 5; max-height: none; min-height: 0; }
  .office-band__copy { bottom: 24px; }
}

/* ─────────────────────────────────────────────────────────────
   VALUES — Van ons / Van jou (twee kolommen)
   ───────────────────────────────────────────────────────────── */
.values { padding: 140px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; }
.values__head { max-width: 880px; margin-bottom: 64px; }
.values__head .accent { color: var(--volt); font-style: italic; }

.values__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 900px) { .values__grid { grid-template-columns: 1fr; gap: 24px; } }

.vcol {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: var(--bone);
  display: flex; flex-direction: column; gap: 20px;
}
.vcol--us  { background: var(--bone-light, #efeadf); }
.vcol--you { background: var(--ink); color: var(--bone); border-color: rgba(255,255,255,0.08); }
.vcol--you .vcol__h { color: var(--bone); }
.vcol--you .vcol__eye { color: rgba(255,255,255,0.65); }
.vcol--you .vcard { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.10); }
.vcol--you .vcard__ico { background: rgba(112,0,255,0.18); border-color: rgba(112,0,255,0.4); color: var(--volt); }
.vcol--you .vcard__t { color: var(--bone); }
.vcol--you .vcard p { color: rgba(255,255,255,0.7); }
.vcol--you .vcard:hover { border-color: rgba(255,255,255,0.25); }

.vcol__head { display: flex; flex-direction: column; gap: 10px; padding-bottom: 8px; }
.vcol__eye {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg-3);
  display: inline-flex; align-items: center; gap: 8px;
}
.vcol__arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--volt); color: #fff;
  font-family: var(--font-display); font-weight: 900;
  font-size: 13px; line-height: 1;
}
.vcol__h {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(28px, 3vw, 40px); line-height: 1;
  letter-spacing: -0.025em; color: var(--ink); margin: 0;
}
.vcol__h .accent { color: var(--volt); font-style: italic; }

.vcol__cards {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.vcard {
  display: grid; grid-template-columns: 48px 1fr; gap: 16px;
  padding: 18px 20px;
  background: var(--bone);
  border: 1px solid var(--border);
  border-radius: 14px;
  align-items: start;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.vcard:hover { border-color: var(--ink); transform: translateY(-2px); }
.vcard__ico {
  width: 48px; height: 48px; border-radius: 12px;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--volt);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.vcard__body { display: flex; flex-direction: column; gap: 4px; padding-top: 2px; }
.vcard__t {
  font-family: var(--font-display); font-weight: 900;
  font-size: 17px; letter-spacing: -0.015em;
  color: var(--ink); margin: 0; line-height: 1.2;
}
.vcard p {
  font-size: 14px; line-height: 1.55;
  color: var(--fg-2); margin: 0;
}

/* ─────────────────────────────────────────────────────────────
   Timeline additions — bullets + "now" milestone styling
   ───────────────────────────────────────────────────────────── */
.tl__bullets {
  display: flex; flex-direction: column; gap: 6px;
  margin-top: 14px;
}
.tl__bullet {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.78);
  padding: 6px 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  line-height: 1.45;
}
.tl__node--now::after {
  background: var(--volt);
  box-shadow: 0 0 0 4px rgba(112,0,255,0.35), 0 0 32px rgba(112,0,255,0.8);
  animation: tl-now-pulse 2.4s ease-in-out infinite;
}
@keyframes tl-now-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(112,0,255,0.35), 0 0 32px rgba(112,0,255,0.8); }
  50%      { box-shadow: 0 0 0 8px rgba(112,0,255,0.15), 0 0 44px rgba(112,0,255,1); }
}
.tl__card--now {
  background: rgba(112,0,255,0.10);
  border-color: rgba(112,0,255,0.45);
  box-shadow: 0 0 0 1px rgba(112,0,255,0.25), 0 20px 50px -20px rgba(112,0,255,0.5);
}
.tl__tag--now {
  background: var(--volt);
  color: #fff;
  border-color: var(--volt);
}
.tl__tag--now::before {
  content: ''; display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: #fff; margin-right: 6px; vertical-align: 1px;
  animation: trackPulse 1.8s ease-in-out infinite;
}

/* ─────────────────────────────────────────────────────────────
   TEAM apply CTA
   ───────────────────────────────────────────────────────────── */
.team__apply {
  margin-top: 56px;
  background: var(--ink); color: var(--bone);
  border-radius: 22px;
  padding: 44px 48px;
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 40px; align-items: center;
  position: relative; overflow: hidden;
}
.team__apply::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 90% 0%, rgba(112,0,255,0.25), transparent 55%);
  pointer-events: none;
}
.team__apply-copy { position: relative; z-index: 1; max-width: 560px; }
.team__apply-cta {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 12px;
  align-items: flex-start;
}
.team__apply-eye {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--volt);
  margin-bottom: 14px;
}
.team__apply-eye::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--volt);
  box-shadow: 0 0 0 4px rgba(112,0,255,0.22);
  animation: trackPulse 2s ease-in-out infinite;
}
.team__apply-h {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(28px, 3.2vw, 44px); line-height: 1;
  letter-spacing: -0.025em; color: var(--bone); margin: 0 0 14px;
}
.team__apply-h .accent { color: var(--volt); font-style: italic; }
.team__apply-sub {
  font-size: 16px; line-height: 1.6;
  color: rgba(255,255,255,0.75); margin: 0;
}
.team__apply-meta {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.10em;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}
@media (max-width: 800px) {
  .team__apply { grid-template-columns: 1fr; padding: 32px; gap: 24px; }
}

/* ─────────────────────────────────────────────────────────────
   LOCATION — open invitation block
   ───────────────────────────────────────────────────────────── */
.location__invite {
  display: flex; flex-direction: column; gap: 6px;
  padding: 18px 20px;
  background: rgba(112,0,255,0.14);
  border: 1px solid rgba(112,0,255,0.35);
  border-radius: 14px;
  margin-top: 4px;
}
.location__invite-k {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--volt); font-weight: 600;
}
.location__invite-v {
  font-size: 14px; line-height: 1.55;
  color: rgba(255,255,255,0.88);
}


/* ─────────────────────────────────────────────────────────────
   COMPARE — Evertising vs normaal bureau (deep dive)
   ───────────────────────────────────────────────────────────── */
.compare {
  padding: 140px 0 160px;
  background: var(--bone);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
}
.compare__head { max-width: 920px; margin-bottom: 72px; }
.compare__head .accent { color: var(--volt); font-style: italic; }

/* Offer grid — wat wij bieden */
.offer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .offer { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .offer { grid-template-columns: repeat(2, 1fr); gap: 12px; } .ocard { padding: 20px 16px 18px; } .ocard__t { font-size: 15px; } .ocard__p { font-size: 12.5px; } }
.ocard { position: relative; background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 30px 28px 28px; overflow: hidden; transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
.ocard::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--volt), var(--hot)); opacity: 0; transition: opacity 0.3s ease; }
.ocard:hover { border-color: var(--ink); transform: translateY(-3px); box-shadow: 0 26px 52px -30px rgba(10,10,10,0.20); }
.ocard:hover::before { opacity: 1; }
.ocard__ico { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 13px; background: var(--bone); color: var(--ink); margin-bottom: 20px; }
.ocard__n { position: absolute; top: 26px; right: 28px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; color: var(--fg-3); }
.ocard__t { font-family: var(--font-display); font-weight: 900; font-size: 20px; letter-spacing: -0.02em; line-height: 1.1; color: var(--ink); margin: 0 0 10px; }
.ocard__p { font-size: 15px; line-height: 1.55; color: var(--fg-2); margin: 0; }
.offer__note { display: flex; align-items: flex-start; gap: 14px; margin-top: 28px; padding: 20px 24px; background: var(--bone-light, #efeadf); border: 1px dashed var(--border); border-radius: 16px; }
.offer__note-dot { flex: none; width: 9px; height: 9px; margin-top: 7px; border-radius: 50%; background: var(--volt); box-shadow: 0 0 0 5px rgba(112,0,255,0.16); }
.offer__note p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--fg-2); max-width: 820px; }
.offer__note strong { color: var(--volt); font-style: italic; }
.tl__open-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.02em; color: var(--volt); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s ease, gap 0.2s ease; }
.tl__open-cta:hover { border-color: var(--volt); gap: 12px; }

.compare__list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: 28px;
}

.cmp {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px 40px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 28px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cmp:hover {
  border-color: var(--ink);
  transform: translateY(-3px);
  box-shadow: 0 30px 60px -30px rgba(10,10,10,0.18);
}
.cmp::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--volt), var(--hot));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cmp:hover::before { opacity: 1; }

.cmp__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px dashed var(--border);
}
.cmp__num {
  font-family: var(--font-display);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--volt);
}
.cmp__head-text { display: flex; flex-direction: column; gap: 6px; }
.cmp__theme {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(24px, 2.6vw, 32px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--ink);
  margin: 0;
}
.cmp__q {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--fg-3);
  margin: 0;
  line-height: 1.5;
}

.cmp__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
}
.cmp__split::before {
  content: '';
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 1px;
  background: var(--border);
  transform: translateX(-0.5px);
}

.cmp__col {
  padding: 8px 28px 8px 0;
  display: flex; flex-direction: column; gap: 14px;
}
.cmp__col--us { padding: 8px 0 8px 28px; position: relative; }
.cmp__col--us::before {
  content: '';
  position: absolute;
  left: -1px; top: 12%; bottom: 12%;
  width: 3px;
  background: var(--volt);
  border-radius: 999px;
}

.cmp__lab {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 11px;
  border-radius: 999px;
  align-self: flex-start;
}
.cmp__col--them .cmp__lab {
  background: rgba(10,10,10,0.05);
  color: var(--fg-3);
}
.cmp__col--them .cmp__lab::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--fg-3);
}
.cmp__col--us .cmp__lab {
  background: var(--volt);
  color: #fff;
}
.cmp__col--us .cmp__lab::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: #fff;
}

.cmp__t {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0;
}
.cmp__col--them .cmp__t { color: var(--fg-2); }

.cmp__bul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column;
  gap: 10px;
}
.cmp__bul li {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--fg-2);
  position: relative;
  padding-left: 22px;
}
.cmp__bul li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 12px; height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.cmp__col--us .cmp__bul li { color: var(--ink); }
.cmp__col--us .cmp__bul li::before {
  background: var(--volt);
  opacity: 1;
  height: 2px;
  top: 8.5px;
}

.cmp__foot {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 20px 24px;
  background: var(--bone-light, #efeadf);
  border-radius: 14px;
}
.cmp__arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--volt);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
}
.cmp__diff {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
}
.cmp__diff strong {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-right: 6px;
}

.compare__cta {
  margin-top: 56px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px dashed var(--border);
}
.compare__cta-meta {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--fg-3);
}

@media (max-width: 900px) {
  .cmp { padding: 28px 24px; gap: 22px; }
  .cmp__head { grid-template-columns: 1fr; gap: 6px; }
  .cmp__num { font-size: 48px; }
  .cmp__split { grid-template-columns: 1fr; gap: 24px; }
  .cmp__split::before { display: none; }
  .cmp__col { padding: 0; }
  .cmp__col--us { padding: 24px 0 0; border-top: 1px dashed var(--border); }
  .cmp__col--us::before { left: 0; top: 14px; right: auto; height: 3px; width: 36px; }
  .cmp__foot { grid-template-columns: 1fr; gap: 8px; padding: 18px 20px; }
}


/* Compact vs-table wrap inside compare section */
.compare__table-wrap {
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px dashed var(--border);
}
.compare__table-head {
  margin-bottom: 32px;
  max-width: 720px;
}
.compare__table-head .h3 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0;
}
.compare__table-wrap .vs {
  background: var(--bone-light, #efeadf);
}


/* ─────────────────────────────────────────────────────────────
   WORKSPACE — simple photo + link to location
   ───────────────────────────────────────────────────────────── */
.workspace {
  padding: 120px 0;
  background: var(--bone-light, #efeadf);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.workspace__inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) {
  .workspace__inner { grid-template-columns: 1fr; gap: 32px; }
}
.workspace__copy { max-width: 460px; }
.workspace__copy .h2 .accent { color: var(--volt); font-style: italic; }
.workspace__link {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 32px;
  padding: 14px 22px;
  background: var(--ink);
  color: var(--bone);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease;
}
.workspace__link:hover {
  transform: translateY(-2px);
  background: var(--volt);
}
.workspace__link-arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--volt);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 13px;
  transition: background 0.25s ease, color 0.25s ease;
}
.workspace__link:hover .workspace__link-arrow {
  background: #fff;
  color: var(--ink);
}
.workspace__media {
  border-radius: 22px;
  overflow: hidden;
  background: var(--bone);
  border: 1px solid var(--border);
  box-shadow: 0 30px 60px -30px rgba(10,10,10,0.18);
}
.workspace__media image-slot { display: block; width: 100%; height: 100%; background: var(--bone); }

/* ─────────────────────────────────────────────────────────────
   FAQ (about page) — accordion list
   ───────────────────────────────────────────────────────────── */
.faq-about { padding: 140px 0 160px; background: var(--bone); }
.faq-about__head { max-width: 820px; margin-bottom: 56px; }
.faq-about__head .accent { color: var(--volt); font-style: italic; }

.faq-about__list {
  display: flex; flex-direction: column;
  gap: 12px;
  max-width: 920px;
}

.faq-i {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-i:hover { border-color: var(--ink); }
.faq-i[open] {
  border-color: var(--volt);
  box-shadow: 0 0 0 3px rgba(112,0,255,0.10);
}
.faq-i > summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 19px);
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--ink);
}
.faq-i > summary::-webkit-details-marker { display: none; }
.faq-i > summary::marker { display: none; content: ''; }
.faq-i__q { padding-right: 8px; }
.faq-i__icon {
  position: relative;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--bone-light, #efeadf);
  transition: background 0.25s ease, transform 0.3s ease;
  flex-shrink: 0;
}
.faq-i__icon::before,
.faq-i__icon::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 12px; height: 2px;
  background: var(--ink);
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq-i__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-i[open] .faq-i__icon {
  background: var(--volt);
  transform: rotate(180deg);
}
.faq-i[open] .faq-i__icon::before,
.faq-i[open] .faq-i__icon::after { background: #fff; }
.faq-i[open] .faq-i__icon::after { opacity: 0; }

.faq-i__a {
  padding: 0 26px 24px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-2);
  max-width: 720px;
  display: flex; flex-direction: column; gap: 10px;
}
.faq-i__a p { margin: 0; }
.faq-i__a strong { color: var(--ink); font-weight: 700; }

.faq-about__foot {
  margin-top: 48px;
  display: flex; align-items: center; gap: 20px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px dashed var(--border);
}
.faq-about__foot-k {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.015em;
  color: var(--ink);
}


/* ─────────────────────────────────────────────────────────────
   ABOUT HERO — single team photo (replaces polaroid collage)
   ───────────────────────────────────────────────────────────── */
.about-hero__photo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--bone-light, #efeadf);
  border: 1px solid var(--border);
  box-shadow: 0 40px 80px -30px rgba(10,10,10,0.25), 0 12px 24px -8px rgba(10,10,10,0.1);
  transform: rotate(-1.5deg);
}
.about-hero__photo image-slot {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #efeadf, #d8d1c2);
}
.about-hero__photo-cap {
  position: absolute;
  left: 18px; bottom: 18px;
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(10,10,10,0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 14px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  line-height: 1.4;
}
.about-hero__photo-cap strong {
  display: inline-block;
  margin-right: 6px;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: -0.005em;
  text-transform: none;
}
.about-hero__photo-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--volt);
  box-shadow: 0 0 0 4px rgba(112,0,255,0.22);
  animation: trackPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
.about-hero__photo { max-width: 420px; margin-left: auto; }
@media (max-width: 1080px) {
  .about-hero__photo { max-width: 360px; margin: 0 auto; }
}

/* ─────────────────────────────────────────────────────────────
   COMPARE — table intro pill: "Dit krijg je bij een normaal bureau niet."
   ───────────────────────────────────────────────────────────── */
.compare__table-intro {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.compare__table-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ink);
  color: var(--bone);
  padding: 12px 20px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(14px, 1.4vw, 17px);
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.compare__table-pill::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--volt);
  box-shadow: 0 0 0 4px rgba(112,0,255,0.22);
}
.compare__table-pill strong {
  color: var(--volt);
  font-style: italic;
  font-weight: 900;
}

/* ═══════════════════════════════════════════════════════════
   MOBILE REFINEMENTS (≤600px) — subpage polish pass
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 600px) {
  /* Trim heavy vertical section padding for phones */
  .team, .values, .location, .studio, .compare, .about-eq, .roadmap-tl { padding-top: 72px; padding-bottom: 72px; }
  .faq-about { padding: 80px 0 96px; }
  .page-hero { padding-top: 120px; padding-bottom: 40px; }
  .about-hero { padding: 116px 0 56px; }
  .contact { padding: 80px 0; }

  /* Head clusters: kill right-aligned asides, let them flow left */
  .team__head-aside, .studio__head-aside { text-align: left; }
  .roadmap-tl__head { margin-bottom: 56px; }

  /* AI equation label can overflow when forced onto one line */
  .tl__ai-eq { white-space: normal; }

  /* Step-deep diagram spacing */
  .step-deep { padding-top: 64px; padding-bottom: 64px; }
  .step-deep__points--row { margin-top: 40px; padding-top: 32px; gap: 20px; }

  /* Contact channels stack cleanly */
  .contact__channels { grid-template-columns: 1fr; }
}


/* ── Draaiend Evertising-logo (over-ons hero) ── */
.spinlogo { width: 100%; aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center; background: var(--bone-light); border: 1px solid var(--border); border-radius: 20px; }
.spinlogo--bare { background: none; border: none; aspect-ratio: auto; padding: 40px 0; }
.spinlogo--bare .spinlogo__disc { width: 82%; max-width: 300px; }
.spinlogo__disc { width: 68%; aspect-ratio: 1; border-radius: 50%; background: var(--volt); display: flex; align-items: center; justify-content: center; animation: spinlogo 22s linear infinite; }
.spinlogo__disc img { width: 68%; display: block; }
@keyframes spinlogo { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .spinlogo__disc { animation: none; } }


/* ── 3D-koffiebeker (over-ons hero) ── */
.about-hero__photo--naked { background: none; border: none; box-shadow: none; overflow: visible; transform: none; }
.mok-scene { display: flex; align-items: center; justify-content: center; padding: 60px 0; perspective: 1000px; min-height: 380px; }
.mok { position: relative; width: 180px; height: 230px; transform-style: preserve-3d; animation: mok-spin 16s linear infinite; }
@keyframes mok-spin { from { transform: rotateX(-10deg) rotateY(0deg); } to { transform: rotateX(-10deg) rotateY(360deg); } }
.mok__cyl { position: absolute; inset: 0; transform-style: preserve-3d; }
.mok__seg { position: absolute; left: 50%; top: 0; width: 25px; height: 100%; margin-left: -12.5px; background: var(--volt); transform: rotateY(calc(var(--i) * 15deg)) translateZ(89px); }
.mok__seg:nth-child(even) { filter: brightness(0.96); }
.mok__top { position: absolute; left: 50%; top: 0; width: 176px; height: 176px; margin: -88px 0 0 -88px; border-radius: 50%; background: radial-gradient(circle at 42% 40%, #7a5335, #3a2416 72%); border: 8px solid #f7f3ea; transform: rotateX(90deg); }
.mok__logo { position: absolute; top: 92px; left: 50%; width: 118px; margin-left: -59px; }
.mok__logo img { width: 100%; display: block; }
.mok__logo--front { transform: rotateY(0deg) translateZ(92px); }
.mok__logo--back { transform: rotateY(180deg) translateZ(92px); }
.mok__handle { position: absolute; top: 58px; left: 50%; width: 60px; height: 96px; margin-left: -30px; border: 14px solid var(--volt); border-radius: 999px; transform: rotateY(90deg) translateZ(-104px); }
@media (prefers-reduced-motion: reduce) { .mok { animation: none; transform: rotateX(-10deg) rotateY(25deg); } }


/* ── Case-telefoon (werkwijze · Debicare) ── */
.case-phone { width: 150px; margin: 0 auto; background: linear-gradient(145deg, #3a3a3e, #1b1b1e 30%, #101012); border-radius: 30px; padding: 5px; box-shadow: 0 0 0 1px rgba(255,255,255,0.09) inset, 0 22px 45px -20px rgba(10,10,10,0.5); }
.case-phone__screen { position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 9/19.5; background: linear-gradient(160deg, #1a1a22, #0b0b0f); }
.case-phone__island { position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 44px; height: 12px; background: #000; border-radius: 999px; z-index: 3; }

.vacature-kaart:hover { transform: translateY(-3px); box-shadow: 0 16px 40px -16px rgba(10,10,10,0.15); }

/* ── Mobiel: lange over-ons-kop laten passen ── */
@media (max-width: 720px) {
  .about-hero__title { font-size: clamp(32px, 9.4vw, 46px); line-height: 0.98; letter-spacing: -0.025em; overflow-wrap: break-word; hyphens: auto; }
}
@media (max-width: 400px) {
  .about-hero__title { font-size: 30px; }
}


/* ── Mobiel: donkere blokken op vacature/artikelpagina's compacter ── */
@media (max-width: 600px) {
  .vac-visie p { font-size: 15.5px; }
}


/* ── Juridische pagina's (privacy · voorwaarden · kyc) ── */
.legal { max-width: 760px; margin: 0 auto; }
.legal h2 {
  font-family: var(--font-display); font-weight: 900; font-size: 26px;
  letter-spacing: -0.02em; line-height: 1.18; color: var(--fg-1);
  margin: var(--sp-9) 0 var(--sp-4);
  padding-top: var(--sp-5); border-top: 1px solid var(--border);
}
.legal > h2:first-child { margin-top: var(--sp-5); padding-top: 0; border-top: none; }
.legal h3 {
  font-family: var(--font-display); font-weight: 900; font-size: 19px;
  letter-spacing: -0.015em; line-height: 1.2; color: var(--fg-1);
  margin: var(--sp-7) 0 var(--sp-3);
}
.legal p {
  font-family: var(--font-body); font-size: var(--fs-body); line-height: 1.65;
  color: var(--fg-2); margin: 0 0 var(--sp-4);
}
.legal ol, .legal ul {
  font-family: var(--font-body); font-size: var(--fs-body); line-height: 1.65;
  color: var(--fg-2); margin: 0 0 var(--sp-4); padding-left: var(--sp-5);
}
.legal li { margin-bottom: var(--sp-3); padding-left: var(--sp-1); }
.legal li:last-child { margin-bottom: 0; }
.legal ol { list-style: decimal; }
.legal ul { list-style: disc; }
.legal ol ol, .legal ol ul, .legal ul ul {
  margin: var(--sp-3) 0 0; padding-left: var(--sp-5);
}
.legal li::marker { color: var(--fg-3); }
.legal a { color: var(--volt); text-decoration: underline; text-underline-offset: 2px; overflow-wrap: anywhere; }
.legal a:hover { text-decoration: none; }
.legal strong { color: var(--fg-1); font-weight: 600; }

@media (max-width: 600px) {
  .legal h2 { font-size: 22px; margin-top: var(--sp-8); }
  .legal h3 { font-size: 18px; }
}
