/* ============================================================
   Voor wie — page-specific styles
   Layered on top of site.css + feature-page.css
   ============================================================ */

.vw-hero {
  background:
    radial-gradient(ellipse 60% 80% at 85% 0%, color-mix(in oklch, var(--brand-orange) 11%, transparent), transparent 60%),
    radial-gradient(ellipse 50% 70% at 0% 100%, color-mix(in oklch, var(--brand-navy) 9%, transparent), transparent 60%),
    var(--bg-app);
}
.vw-hero h1 { max-width: 20ch; }
.vw-hero h1 em { font-style: normal; color: var(--brand-orange); }
.vw-hero__lede { max-width: 56ch; }

/* Hero list of profiles — quick teaser, links to anchors below */
.vw-hero__nav {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-2xl);
  box-shadow: var(--shadow-sm);
  padding: 8px;
  display: grid;
  gap: 0;
}
.vw-hero__nav-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  padding: 12px 14px;
  border-radius: var(--r-md);
  text-decoration: none;
  color: var(--fg-1);
  align-items: center;
  border-bottom: 0;
  transition: background var(--dur-fast) var(--ease-out);
}
.vw-hero__nav-item:hover {
  background: var(--brand-orange-50);
  color: var(--fg-1);
}
.vw-hero__nav-item + .vw-hero__nav-item {
  border-top: 1px solid var(--border-subtle);
}
.vw-hero__nav-num {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--brand-orange);
  width: 22px;
  text-align: center;
}
.vw-hero__nav-item b {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--fg-1);
  line-height: 1.4;
}
.vw-hero__nav-item span {
  font-size: 12.5px;
  color: var(--fg-3);
  line-height: 1.4;
  display: block;
}
.vw-hero__nav-item svg { color: var(--fg-4); }
.vw-hero__nav-item:hover svg { color: var(--brand-orange); transform: translateX(2px); transition: transform var(--dur-fast); }

/* ============================================================
   Profiles section — alternating rows
   ============================================================ */
.vw-profiles {
  padding-block: clamp(64px, 6vw, 112px);
}
.vw-profiles__head {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
  padding-bottom: clamp(32px, 4vw, 56px);
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: clamp(32px, 4vw, 56px);
}
.vw-profiles__head h2 {
  font-size: clamp(1.75rem, 1.1rem + 2.2vw, 2.5rem);
  letter-spacing: -0.025em;
  max-width: 22ch;
  margin: 16px 0 0;
  color: var(--brand-navy-800);
  font-weight: 700;
  line-height: 1.2;
}
.vw-profiles__head h2 em {
  font-style: normal;
  color: var(--brand-orange);
  font-weight: 700;
}
.vw-profiles__head p {
  color: var(--fg-3);
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0;
  max-width: 42ch;
}
@media (max-width: 768px) {
  .vw-profiles__head { grid-template-columns: 1fr; }
}

.vw-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  padding-block: clamp(40px, 5vw, 72px);
  align-items: center;
  border-top: 1px solid var(--border-subtle);
  scroll-margin-top: 80px;
}
.vw-profile:first-of-type { border-top: 0; padding-top: 8px; }
.vw-profile--flip { direction: rtl; }
.vw-profile--flip > * { direction: ltr; }

.vw-profile__num {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin-bottom: 18px;
}
.vw-profile__num b {
  font-size: 22px;
  font-weight: 800;
  color: var(--brand-navy-800);
  letter-spacing: -0.02em;
}
.vw-profile__num::before {
  content: "";
  width: 32px; height: 1px;
  background: var(--brand-orange);
}
.vw-profile h3 {
  font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--brand-navy-800);
  margin-bottom: 16px;
  max-width: 18ch;
  line-height: 1.15;
}
.vw-profile__desc {
  color: var(--fg-3);
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 48ch;
}

.vw-signals {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  padding-top: 22px;
  border-top: 1px dashed var(--border-subtle);
}
.vw-signals__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-bottom: 4px;
}
.vw-signal {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: var(--fg-2);
  line-height: 1.5;
}
.vw-signal svg {
  color: var(--brand-orange);
  flex: none;
  margin-top: 4px;
}

.vw-profile__solve {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 16px;
  padding: 16px 18px;
  background: var(--brand-navy-50);
  border: 1px solid var(--brand-navy-200);
  border-radius: var(--r-lg);
  margin-bottom: 22px;
  align-items: center;
}
.vw-profile__solve-stat {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  color: var(--brand-navy-800);
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}
.vw-profile__solve-stat em {
  font-style: normal;
  font-size: 14px;
  color: var(--brand-orange);
  margin-left: 2px;
  font-weight: 700;
}
.vw-profile__solve-txt b {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--fg-1);
  margin-bottom: 2px;
  line-height: 1.35;
}
.vw-profile__solve-txt span {
  display: block;
  font-size: 12.5px;
  color: var(--fg-3);
  line-height: 1.45;
}

.vw-profile__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-navy);
  border-bottom: 0;
}
.vw-profile__link:hover { color: var(--brand-orange); }
.vw-profile__link svg { transition: transform var(--dur-fast); }
.vw-profile__link:hover svg { transform: translateX(3px); }

/* Visual surface for each profile */
.vw-vis {
  position: relative;
  background: linear-gradient(135deg, var(--brand-navy-50), var(--bg-surface-2));
  border-radius: var(--r-2xl);
  border: 1px solid var(--border-subtle);
  padding: 28px;
  min-height: 340px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vw-vis::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(235,120,14,0.08), transparent 50%),
    radial-gradient(circle at 85% 85%, rgba(63,73,127,0.10), transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.vw-vis > * { position: relative; z-index: 1; width: 100%; }

@media (max-width: 992px) {
  .vw-profile,
  .vw-profile--flip { grid-template-columns: 1fr; direction: ltr; gap: 32px; }
}

/* ============================================================
   Visual variants per profile
   ============================================================ */

/* P1 — Software / kennisproduct: nested code-spec */
.vw-vis-product {
  display: grid;
  gap: 12px;
}
.vw-vis-product__pane {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 14px 16px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--fg-2);
  line-height: 1.65;
}
.vw-vis-product__head {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--fg-3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-subtle);
}
.vw-vis-product__head .dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--brand-navy);
}
.vw-vis-product__head--ai .dot { background: var(--brand-orange); }
.vw-vis-product__line { display: block; }
.vw-vis-product__line .k { color: var(--brand-navy); font-weight: 600; }
.vw-vis-product__line .s { color: var(--brand-orange-700); }
.vw-vis-product__line .c { color: var(--fg-4); }
.vw-vis-product__line .indent { display: inline-block; width: 12px; }

.vw-vis-product__pane--ai {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.55;
}
.vw-vis-product__answer {
  color: var(--fg-1);
}
.vw-vis-product__answer b { color: var(--brand-navy-800); }
.vw-vis-product__cite {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--brand-orange-700);
  font-weight: 500;
}

/* P2 — Scale-up: hiring vs growth chart */
.vw-vis-scale {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 18px 20px;
}
.vw-vis-scale__head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 14px;
}
.vw-vis-scale__head b {
  font-size: 13px;
  font-weight: 600;
  color: var(--fg-1);
}
.vw-vis-scale__head span {
  font-size: 11.5px;
  color: var(--fg-3);
}
.vw-vis-scale__chart {
  position: relative;
  height: 140px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  gap: 6px;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 4px;
}
.vw-vis-scale__bar {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  height: 100%;
  align-items: end;
  justify-items: stretch;
}
.vw-vis-scale__bar-people {
  background: var(--brand-navy);
  border-radius: 3px 3px 0 0;
  align-self: end;
  width: 100%;
}
.vw-vis-scale__bar-revenue {
  background: var(--brand-orange);
  border-radius: 3px 3px 0 0;
  align-self: end;
  width: 100%;
  opacity: 0.85;
}
.vw-vis-scale__legend {
  display: flex; gap: 14px;
  font-size: 11.5px;
  color: var(--fg-3);
  margin-top: 12px;
}
.vw-vis-scale__legend em {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.vw-vis-scale__legend em::before {
  content: "";
  width: 10px; height: 10px;
  border-radius: 2px;
  background: var(--brand-navy);
}
.vw-vis-scale__legend em.rev::before { background: var(--brand-orange); }

.vw-vis-scale__note {
  margin-top: 14px;
  padding: 10px 12px;
  background: var(--brand-orange-50);
  border-radius: var(--r-sm);
  font-size: 12px;
  color: var(--brand-navy-800);
  display: flex; align-items: flex-start; gap: 8px;
}
.vw-vis-scale__note svg { color: var(--brand-orange); flex: none; margin-top: 2px; }
.vw-vis-scale__note b { color: var(--brand-navy-800); font-weight: 600; }

/* P3 — Support: stacked tickets */
.vw-vis-tickets {
  display: grid;
  gap: 8px;
}
.vw-vis-tickets__row {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-md);
  padding: 12px 14px;
  box-shadow: var(--shadow-xs);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  font-size: 13px;
}
.vw-vis-tickets__row b {
  font-size: 13px;
  color: var(--fg-1);
  font-weight: 500;
  display: block;
  line-height: 1.35;
}
.vw-vis-tickets__row span {
  font-size: 11.5px;
  color: var(--fg-3);
  display: block;
  margin-top: 2px;
}
.vw-vis-tickets__count {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--fg-3);
  white-space: nowrap;
}
.vw-vis-tickets__row--auto {
  background: color-mix(in oklch, var(--brand-orange) 7%, #fff);
  border-color: color-mix(in oklch, var(--brand-orange) 30%, var(--border-subtle));
}
.vw-vis-tickets__row--auto .vw-vis-tickets__count {
  color: var(--brand-orange-700);
  font-weight: 600;
}
.vw-vis-tickets__ico {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--brand-navy-100);
  color: var(--brand-navy);
  display: grid; place-items: center;
  flex: none;
}
.vw-vis-tickets__row--auto .vw-vis-tickets__ico {
  background: var(--brand-orange);
  color: #fff;
}
.vw-vis-tickets__divider {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-3);
  text-align: center;
  padding: 6px 0;
  position: relative;
}
.vw-vis-tickets__divider::before,
.vw-vis-tickets__divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: var(--border-subtle);
}
.vw-vis-tickets__divider::before { left: 0; }
.vw-vis-tickets__divider::after { right: 0; }

/* P4 — Complex procedures: tree of clauses */
.vw-vis-tree {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 18px 20px;
}
.vw-vis-tree__head {
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.vw-vis-tree__head svg { color: var(--brand-orange); }
.vw-vis-tree__list {
  list-style: none; margin: 0; padding: 0;
  font-size: 13.5px;
}
.vw-vis-tree__list li {
  padding: 5px 0;
  display: flex; align-items: center; gap: 8px;
  color: var(--fg-2);
}
.vw-vis-tree__list li.l1 { font-weight: 600; color: var(--fg-1); }
.vw-vis-tree__list li.l2 { padding-left: 22px; font-size: 13px; color: var(--fg-2); }
.vw-vis-tree__list li.l3 { padding-left: 44px; font-size: 12.5px; color: var(--fg-3); }
.vw-vis-tree__list li.on {
  color: var(--brand-navy-800);
  font-weight: 600;
}
.vw-vis-tree__list li.on::after {
  content: "actief";
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--brand-orange);
  color: #fff;
  padding: 2px 8px;
  border-radius: 999px;
}
.vw-vis-tree__list li svg { color: var(--brand-navy-300); flex: none; }
.vw-vis-tree__list li.on svg { color: var(--brand-orange); }

/* P5 — Verloop: people changing, knowledge stays */
.vw-vis-turn {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 20px 22px;
}
.vw-vis-turn__head {
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-3);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.vw-vis-turn__row {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.vw-vis-turn__row:last-child { margin-bottom: 0; }
.vw-vis-turn__when {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--fg-3);
}
.vw-vis-turn__people {
  display: flex;
  gap: -8px;
}
.vw-vis-turn__chip {
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--brand-navy-100);
  color: var(--brand-navy-800);
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  margin-right: 6px;
  white-space: nowrap;
}
.vw-vis-turn__chip--leave {
  background: transparent;
  border: 1px dashed var(--border-default);
  color: var(--fg-4);
  text-decoration: line-through;
}
.vw-vis-turn__chip--new {
  background: var(--brand-orange-100);
  color: var(--brand-orange-700);
}
.vw-vis-turn__base {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--brand-navy-800);
  font-weight: 600;
}
.vw-vis-turn__base svg { color: var(--brand-orange); flex: none; }
.vw-vis-turn__base span {
  font-weight: 400;
  color: var(--fg-3);
  margin-left: auto;
  font-size: 12px;
}

/* P6 — Bus factor: single person of failure */
.vw-vis-bus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.vw-vis-bus__before,
.vw-vis-bus__after {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 14px 16px;
}
.vw-vis-bus__head {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-bottom: 12px;
}
.vw-vis-bus__head em {
  font-style: normal;
  font-size: 10px;
  color: var(--danger);
  background: var(--danger-bg);
  padding: 2px 8px;
  border-radius: 999px;
}
.vw-vis-bus__after .vw-vis-bus__head em {
  color: var(--success-fg);
  background: var(--success-bg);
}
.vw-vis-bus__map {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 10px;
}
.vw-vis-bus__node {
  aspect-ratio: 1;
  border-radius: 4px;
  background: var(--bg-sunken);
}
.vw-vis-bus__node--has { background: color-mix(in oklch, var(--brand-navy) 22%, var(--bg-sunken)); }
.vw-vis-bus__node--jan {
  background: var(--brand-orange);
  position: relative;
}
.vw-vis-bus__node--jan::after {
  content: "Jan";
  position: absolute;
  top: -4px; right: -4px;
  font-size: 8.5px;
  background: var(--brand-navy-800);
  color: #fff;
  padding: 1px 5px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.vw-vis-bus__node--all { background: color-mix(in oklch, var(--success) 50%, var(--bg-sunken)); }
.vw-vis-bus__cap {
  font-size: 11.5px;
  color: var(--fg-3);
  line-height: 1.5;
}
.vw-vis-bus__cap b { color: var(--fg-1); font-weight: 600; }

/* P7 — M&A: merging two trees */
.vw-vis-merge {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: center;
}
.vw-vis-merge__col {
  display: grid;
  gap: 4px;
}
.vw-vis-merge__col-head {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-bottom: 6px;
}
.vw-vis-merge__col-head--us { color: var(--brand-navy); }
.vw-vis-merge__col-head--them { color: var(--brand-orange-700); }
.vw-vis-merge__chip {
  font-size: 12.5px;
  background: var(--brand-navy-50);
  color: var(--brand-navy-800);
  border: 1px solid var(--brand-navy-200);
  border-radius: var(--r-sm);
  padding: 6px 10px;
  display: flex; align-items: center; gap: 8px;
}
.vw-vis-merge__chip svg { color: var(--brand-navy); flex: none; }
.vw-vis-merge__chip--them {
  background: var(--brand-orange-50);
  color: var(--brand-orange-700);
  border-color: color-mix(in oklch, var(--brand-orange) 30%, transparent);
}
.vw-vis-merge__chip--them svg { color: var(--brand-orange); }
.vw-vis-merge__chip--merged {
  background: color-mix(in oklch, var(--success) 12%, #fff);
  border-color: color-mix(in oklch, var(--success) 35%, transparent);
  color: var(--success-fg);
  font-weight: 600;
}
.vw-vis-merge__chip--merged svg { color: var(--success); }
.vw-vis-merge__arrow {
  width: 32px; height: 32px;
  border-radius: 999px;
  background: var(--brand-orange);
  color: #fff;
  display: grid; place-items: center;
  flex: none;
}
.vw-vis-merge__result {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-subtle);
  font-size: 12px;
  color: var(--fg-3);
  text-align: center;
  grid-column: 1 / -1;
}
.vw-vis-merge__result b { color: var(--fg-1); font-weight: 600; }

/* ============================================================
   Sectors band — calm strip near the end
   ============================================================ */
.vw-sectors {
  padding-block: clamp(56px, 5vw, 88px);
  background: var(--bg-surface-2);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.vw-sectors__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.vw-sectors h2 {
  font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--brand-navy-800);
  margin: 14px 0 16px;
  max-width: 18ch;
}
.vw-sectors p {
  color: var(--fg-3);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 38ch;
  margin: 0 0 14px;
}
.vw-sectors__note {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 14px;
  background: var(--brand-orange-50);
  border: 1px solid color-mix(in oklch, var(--brand-orange) 22%, transparent);
  border-radius: var(--r-md);
  font-size: 13px;
  color: var(--brand-navy-800);
  line-height: 1.5;
  max-width: 42ch;
}
.vw-sectors__note svg { color: var(--brand-orange); flex: none; margin-top: 2px; }
.vw-sectors__note b { font-weight: 600; }

.vw-sectors__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vw-sector-tag {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--fg-2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}
.vw-sector-tag svg { color: var(--brand-orange); flex: none; }
.vw-sector-tag--more {
  background: var(--bg-sunken);
  color: var(--fg-3);
  border-style: dashed;
}

@media (max-width: 768px) {
  .vw-sectors__grid { grid-template-columns: 1fr; }
}
