/* Cijfersmid: one visual language, from the first impression to the dossier. */
body {
  font-weight: 400;
}
h1,
h2,
h3 {
  font-weight: 600;
}
.button {
  border-radius: 8px;
  padding: 14px 22px;
  font-size: 0.875rem;
  letter-spacing: -0.015em;
}
.site-header .button {
  padding: 10px 18px;
}
.header-shell {
  background: var(--paper);
}
.announcement {
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
}
.site-header {
  min-height: 82px;
}
.page-hero h1,
.office-hero h1 {
  font-weight: 500;
  letter-spacing: -0.055em;
}
.office-board {
  transform: none;
  border-radius: 8px;
}
.office-board-body,
.product-screen,
.product-screen-body {
  border-radius: 8px;
}
.office-route,
.product-capabilities article,
.product-io article {
  border-radius: 0;
  box-shadow: none;
}
.product-capabilities {
  gap: 0 40px;
}
.product-capabilities article {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line-strong);
  padding: 28px 0;
}
.office-route {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line-strong);
  padding: 30px 0;
}
.office-route:hover {
  transform: none;
}
.office-route-grid {
  gap: 32px;
}
.product-price,
.office-team,
.product-next,
.module-journey {
  border-radius: 8px;
}
.office-team h2,
.product-story h2,
.product-price h2 {
  font-weight: 500;
}
.product-nav {
  font-size: 0.75rem;
}
.product-io article {
  border-radius: 8px;
}
.footer {
  background: var(--paper);
}
.brand-home {
  overflow: clip;
}
.brand-kicker {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.6;
  display: block;
}
.brand-hero.home-hero {
  position: relative;
  isolation: isolate;
  text-align: left;
  padding: 72px max(28px, calc((100vw - 1192px) / 2)) 24px;
  background: var(--accent);
  color: var(--on-accent);
  overflow: hidden;
  max-width: none;
  width: 100%;
  margin: 0;
  transition: background 0.45s;
}
.brand-hero[data-mode="controle"] {
  background: var(--panel-dark);
}
.brand-hero[data-mode="klant"] {
  background: var(--accent-ink);
}
.brand-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 90% 5%,
    var(--accent-soft),
    transparent 55%
  );
}
.brand-orbit {
  position: absolute;
  border-radius: 50%;
  width: 950px;
  height: 950px;
  right: -400px;
  top: -400px;
  border: 100px solid var(--surface-half);
  opacity: 0.15;
  transform: rotate(-25deg) scaleX(0.7);
  transition: transform 0.7s;
}
.orbit-two {
  width: 1200px;
  height: 1200px;
  top: -510px;
  right: -440px;
  border-width: 2px;
  opacity: 0.6;
}
.orbit-three {
  width: 1450px;
  height: 1450px;
  top: -610px;
  right: -540px;
  border-width: 1px;
  opacity: 0.5;
}
[data-mode="controle"] .brand-orbit {
  transform: rotate(25deg) scaleX(0.85);
}
[data-mode="klant"] .brand-orbit {
  transform: rotate(60deg) scaleX(0.8);
}
.brand-coordinate {
  position: absolute;
  right: 50px;
  top: 65px;
  writing-mode: vertical-rl;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  opacity: 0.6;
}
.brand-hero-top {
  container-type: inline-size;
  position: relative;
  max-width: 1192px;
  margin: auto;
}
.brand-hero .brand-hero-top h1 {
  font-family: var(--font-display);
  font-size: clamp(1rem, 10.8cqw, 7rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.065em;
  max-width: 1100px;
  margin: 28px 0;
}
.brand-hero .brand-hero-top h1 em {
  font-style: normal;
  white-space: nowrap;
  color: inherit;
}
.brand-hero .brand-hero-top > p {
  color: inherit;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 25px;
  max-width: 480px;
}
.brand-hero .hero-primary {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--surface);
  display: inline-flex;
  align-items: center;
  gap: 35px;
}
.brand-hero .hero-primary:hover {
  background: var(--surface-soft);
}
.brand-console {
  position: relative;
  max-width: 1192px;
  margin: 70px auto 0;
  scroll-margin-top: 110px;
}
.brand-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-on-dark);
}
.brand-tabs button {
  border: 0;
  border-top: 3px solid transparent;
  background: transparent;
  color: var(--on-accent);
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 22px 0;
  font: 600 1rem var(--font-body);
  text-align: left;
  opacity: 0.7;
  cursor: pointer;
}
.brand-tabs button[aria-selected="true"] {
  border-top-color: var(--on-accent);
  opacity: 1;
}
.brand-tabs button > span:last-child {
  margin-left: auto;
  padding-right: 30px;
}
.brand-tab-index {
  font-size: 0.6rem;
  font-weight: 400;
}
.brand-tabs button:focus-visible {
  outline: 2px solid var(--surface);
  outline-offset: -6px;
}
.brand-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
  padding: 36px 0 48px;
  min-height: 510px;
}
.brand-panel[hidden] {
  display: none;
}
.brand-scene-copy h2 {
  font: 500 clamp(2.1rem, 3.1vw, 3rem) / 1.12 var(--font-display);
  letter-spacing: -0.045em;
  margin: 20px 0;
}
.brand-hero .brand-scene-copy p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: inherit;
  max-width: 370px;
  margin: 0 0 28px;
}
.brand-scene-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--line-on-dark);
  padding-bottom: 8px;
}
.brand-stage {
  min-width: 0;
  transform: perspective(1400px) rotateY(-5deg) rotateX(3deg);
  transform-origin: center;
  transition: transform 0.4s;
}
.brand-stage:hover {
  transform: perspective(1400px) rotateY(0) rotateX(0);
}
.scene-work,
.scene-control,
.scene-client {
  color: var(--ink);
  background: var(--surface);
  border-radius: 10px;
  box-shadow: 0 35px 60px -25px var(--panel-dark);
  padding: 26px 30px 0;
  min-height: 414px;
  text-align: left;
}
.scene-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 0.55rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: var(--muted);
}
.scene-badge {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 4px 7px;
  font-size: 0.55rem;
  font-weight: 400;
  letter-spacing: 0;
}
.scene-work-title h3 {
  font: 600 1.7rem/1.2 var(--font-display);
  letter-spacing: -0.04em;
  margin: 25px 0 6px;
}
.brand-hero .scene-work-title p {
  color: var(--muted);
  font-size: 0.75rem;
  margin: 0;
}
.scene-counts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 22px 0;
}
.scene-counts > div {
  display: grid;
  gap: 3px;
  padding-left: 16px;
  border-left: 1px solid var(--line);
}
.scene-counts > div:first-child {
  padding-left: 0;
  border: 0;
}
.scene-counts strong {
  font: 500 2rem/1.2 var(--font-display);
  letter-spacing: -0.05em;
}
.scene-counts span {
  font-size: 0.6rem;
  color: var(--muted);
}
.scene-cases > div {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding: 14px 0;
}
.scene-monogram {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--surface-soft);
  border-radius: 7px;
  font-size: 0.7rem;
}
.scene-cases strong {
  font-size: 0.7rem;
  display: block;
}
.scene-cases small {
  color: var(--muted);
  font-size: 0.6rem;
  display: block;
}
.scene-status {
  margin-left: auto;
  font-size: 0.55rem;
  border: 1px solid var(--line);
  padding: 4px 7px;
  border-radius: 4px;
  white-space: nowrap;
}
.scene-status.alert {
  border-color: var(--accent-soft);
  background: var(--surface-tint);
  color: var(--accent-ink);
}
.scene-bottom {
  border-top: 1px solid var(--line);
  padding: 15px 0;
  font-size: 0.65rem;
  display: flex;
  justify-content: space-between;
}
.scene-control-main {
  margin: 30px 0 24px;
}
.scene-overline {
  font-size: 0.8rem;
}
.scene-amount {
  display: block;
  font: 500 4.7rem/1.2 var(--font-display);
  letter-spacing: -0.07em;
  margin-top: 8px;
}
.scene-amount > span {
  color: var(--line-strong);
  font-size: 3rem;
}
.brand-hero .scene-control-main p {
  font-size: 0.7rem;
  color: var(--muted);
  margin: 4px 0;
}
.scene-ledger {
  display: grid;
  gap: 16px;
}
.scene-ledger > div {
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 0.7rem;
}
.scene-ledger i {
  grid-column: 1/-1;
  height: 5px;
  background: var(--accent);
  margin-top: 7px;
}
.scene-ledger > div:last-child i {
  width: 96%;
  background: var(--line-strong);
}
.scene-evidence {
  display: flex;
  gap: 14px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  margin-top: 28px;
}
.scene-evidence strong {
  font-size: 0.75rem;
}
.brand-hero .scene-evidence p {
  font-size: 0.65rem;
  color: var(--muted);
  margin: 3px 0 0;
}
.scene-cross {
  font-size: 2rem;
  color: var(--accent-ink);
}
.scene-circle {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.scene-message {
  display: flex;
  gap: 14px;
  padding: 32px 0 22px;
}
.scene-avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--panel-dark);
  color: var(--on-dark);
  border-radius: 50%;
  font-size: 0.6rem;
}
.scene-message small {
  color: var(--muted);
  font-size: 0.65rem;
}
.brand-hero .scene-message p {
  font-size: 0.85rem;
  line-height: 1.7;
  margin: 8px 0 0;
  color: var(--ink);
}
.scene-document {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 20px 15px;
  border-radius: 6px;
  background: var(--paper);
}
.scene-document strong {
  display: block;
  font-size: 0.75rem;
}
.scene-document small {
  display: block;
  font-size: 0.6rem;
  color: var(--muted);
  margin-top: 5px;
}
.scene-document > span:first-child {
  font-size: 1.6rem;
}
.scene-check {
  margin-left: auto;
  color: var(--accent-ink);
}
.scene-reply {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 0;
}
.brand-hero .scene-reply p {
  font-size: 0.8rem;
  color: var(--ink);
  background: var(--surface-tint);
  border-radius: 6px;
  padding: 14px;
  margin: 0;
}
.scene-client-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.scene-client-foot .scene-check {
  margin: 0;
}
.scene-client-foot strong {
  display: block;
  font-size: 0.75rem;
}
.scene-client-foot small {
  display: block;
  font-size: 0.6rem;
  color: var(--muted);
}
.brand-hero-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--line-on-dark);
  font-size: 0.625rem;
  flex-wrap: wrap;
}
.brand-hero-bottom .hero-footnote {
  margin: 0;
  color: inherit;
  font-size: inherit;
}
.brand-hero-bottom a {
  color: inherit;
}
.brand-manifesto {
  padding-block: 120px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  column-gap: 80px;
}
.brand-manifesto > .brand-kicker {
  grid-column: 1/-1;
  margin-bottom: 28px;
}
.brand-manifesto h2 {
  font: 500 clamp(2.7rem, 4.5vw, 4.8rem) / 1.08 var(--font-display);
  letter-spacing: -0.055em;
  margin: 0;
}
.brand-manifesto h2 span {
  color: var(--muted);
}
.brand-manifesto p {
  font-size: 1rem;
  line-height: 1.9;
  margin-top: 0;
}
.brand-thread {
  background: var(--panel-dark);
  color: var(--on-dark);
  padding-block: 95px;
}
.brand-thread > .wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
}
.brand-thread h2 {
  font: 500 clamp(3rem, 5.5vw, 5.7rem) / 1.02 var(--font-display);
  letter-spacing: -0.06em;
  margin: 28px 0;
}
.brand-thread-heading p {
  max-width: 330px;
  color: var(--muted-on-dark);
  font-size: 0.9rem;
}
.brand-steps {
  padding: 0;
  margin: 0;
  list-style: none;
}
.brand-steps li {
  position: relative;
  padding: 25px 0 32px 55px;
  border-top: 1px solid var(--line-on-dark);
}
.brand-steps li > span {
  position: absolute;
  left: 0;
  top: 32px;
  color: var(--accent);
  font-size: 0.65rem;
}
.brand-steps h3 {
  font: 500 2rem/1.2 var(--font-display);
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}
.brand-steps p {
  color: var(--muted-on-dark);
  font-size: 0.85rem;
  max-width: 350px;
}
.brand-steps a {
  font-size: 0.7rem;
  text-underline-offset: 5px;
}
.brand-modules {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
.brand-modules h2 {
  font: 500 clamp(2.3rem, 3.5vw, 3.5rem) / 1.1 var(--font-display);
  letter-spacing: -0.055em;
  margin: 25px 0;
}
.brand-modules > div > p {
  color: var(--muted);
  max-width: 340px;
  font-size: 0.9rem;
}
.brand-module-list > a {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid var(--line-strong);
  text-decoration: none;
}
.brand-module-list > a > span:first-child {
  font-size: 0.65rem;
  color: var(--muted);
}
.brand-module-list h3 {
  font: 500 1.4rem/1.3 var(--font-display);
  letter-spacing: -0.035em;
  margin: 0;
}
.brand-module-list p {
  color: var(--muted);
  font-size: 0.75rem;
  margin: 5px 0 0;
}
.brand-module-arrow {
  margin-left: auto;
  font-size: 1.5rem;
  transition: transform 0.2s;
}
.brand-module-list > a:hover .brand-module-arrow {
  transform: translate(3px, -3px);
}
.brand-module-list .brand-all-modules {
  font-size: 0.75rem;
}
.brand-price-band {
  background: var(--accent-soft);
  padding-block: 85px;
}
.brand-price-band h2 {
  font: 500 clamp(2.7rem, 5vw, 5rem) / 1.06 var(--font-display);
  letter-spacing: -0.055em;
  margin: 25px 0 40px;
}
.brand-price-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--line-strong);
  padding-top: 25px;
}
.brand-price-bottom p {
  max-width: 600px;
  font-size: 0.875rem;
}
.brand-price-bottom .button {
  white-space: nowrap;
}
.brand-outro {
  text-align: center;
  padding-block: 110px;
}
.brand-outro h2 {
  font: 500 clamp(2.6rem, 5vw, 5rem) / 1.07 var(--font-display);
  letter-spacing: -0.055em;
  margin: 25px 0 40px;
}
.brand-outro p {
  color: var(--muted);
  font-size: 0.75rem;
  margin: 22px 0 0;
}
@media (max-width: 1000px) {
  .brand-panel {
    gap: 30px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .scene-work,
  .scene-control,
  .scene-client {
    padding: 22px 18px 0;
  }
  .brand-manifesto,
  .brand-modules {
    gap: 35px;
  }
  .brand-thread > .wrap {
    gap: 40px;
  }
  .scene-status {
    font-size: 0.5rem;
  }
}
@media (max-width: 700px) {
  .brand-hero.home-hero {
    padding: 44px 20px 20px;
  }
  .brand-hero .brand-hero-top h1 {
    line-height: 1.02;
    margin: 25px 0;
  }
  .brand-hero .brand-hero-top > p {
    font-size: 0.9rem;
  }
  .brand-coordinate {
    display: none;
  }
  .brand-console {
    margin-top: 40px;
  }
  .brand-tabs button {
    gap: 7px;
    font-size: 0.72rem;
    padding: 18px 0;
  }
  .brand-tabs button > span:last-child {
    padding-right: 10px;
  }
  .brand-tab-index {
    display: none;
  }
  .brand-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 22px 0 30px;
    min-height: 0;
  }
  .brand-scene-copy h2 {
    font-size: 2rem;
    margin: 14px 0;
  }
  .brand-hero .brand-scene-copy p {
    font-size: 0.825rem;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .brand-demo-label {
    margin-top: 15px;
  }
  .brand-stage {
    transform: none;
  }
  .scene-work,
  .scene-control,
  .scene-client {
    min-height: 390px;
  }
  .scene-status {
    max-width: 78px;
    white-space: normal;
  }
  .scene-cases > div {
    gap: 8px;
  }
  .scene-cases strong {
    font-size: 0.65rem;
  }
  .scene-monogram {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
  }
  .scene-document strong {
    font-size: 0.65rem;
    overflow-wrap: anywhere;
  }
  .brand-hero-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .brand-manifesto,
  .brand-modules,
  .brand-thread > .wrap {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .brand-manifesto,
  .brand-modules,
  .brand-outro {
    padding-block: 65px;
  }
  .brand-manifesto > .brand-kicker {
    margin: 0;
  }
  .brand-manifesto p {
    font-size: 0.9rem;
  }
  .brand-thread,
  .brand-price-band {
    padding-block: 65px;
  }
  .brand-thread h2 br {
    display: none;
  }
  .brand-thread h2 {
    font-size: 3.3rem;
  }
  .brand-steps li {
    padding-left: 35px;
  }
  .brand-module-list h3 {
    font-size: 1.1rem;
  }
  .brand-price-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .brand-price-bottom .button {
    white-space: normal;
  }
  .brand-module-list > a {
    gap: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-hero,
  .brand-orbit,
  .brand-stage,
  .brand-module-arrow {
    transition: none;
  }
  .brand-stage {
    transform: none;
  }
}
.brand-reading {
  padding-top: 70px;
}
.brand-reading > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 36px;
  padding-top: 25px;
}
.brand-reading a {
  font-size: 0.75rem;
  text-underline-offset: 5px;
}
html:not(.js) .brand-tabs {
  display: none;
}
html:not(.js) .brand-panel[hidden] {
  display: grid !important;
}

/* The product lives beside the promise, rather than below the fold. */
@media (min-width: 1100px) {
  .brand-hero.home-hero {
    padding-top: 62px;
  }
  .brand-hero-top {
    padding-right: 53%;
  }
  html.js .brand-console {
    position: static;
    display: flex;
    flex-direction: column;
    margin-top: 34px;
  }
  html.js .brand-tabs {
    order: 2;
    margin-top: 34px;
  }
  html.js .brand-panel {
    min-height: 210px;
    padding: 0;
    display: block;
  }
  html.js .brand-panel[hidden] {
    display: none;
  }
  html.js .brand-scene-copy {
    max-width: 43%;
  }
  html.js .brand-scene-copy h2 {
    font-size: 1.6rem;
    margin: 10px 0;
  }
  html.js .brand-scene-copy h2 br {
    display: none;
  }
  html.js .brand-scene-copy > .brand-kicker {
    display: none;
  }
  html.js .brand-scene-copy p {
    font-size: 0.8rem;
    margin-bottom: 15px;
    max-width: 390px;
  }
  html.js .brand-stage {
    position: absolute;
    right: max(28px, calc((100vw - 1192px) / 2));
    /* Center above the tab/footer area, regardless of the selected scene height. */
    top: calc(50% - 50px);
    translate: 0 -50%;
    width: min(48vw, 610px);
  }
  .brand-hero-bottom {
    margin-top: 8px;
  }
}

/* Text enlargement can make the desktop navigation wider than its row. */
@media (min-width: 851px) {
  .site-header,
  .site-header nav {
    flex-wrap: wrap;
  }
  .site-header nav {
    max-width: 100%;
  }
}

/* Hero: concrete offer, two clear actions and quick proof points. */
.brand-hero .brand-hero-top > p {
  max-width: 560px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.brand-hero .hero-secondary {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
}
.brand-hero .hero-secondary:hover {
  background: #ffffff1f;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  font-size: 0.8rem;
}
.hero-proof li::before {
  content: "✓";
  margin-right: 8px;
  font-weight: 700;
}
.hero-proof a,
.hero-footnote a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 700px) {
  .hero-actions .button {
    width: 100%;
  }
  .hero-proof {
    flex-direction: column;
  }
}
.brand-hero .hero-proof a {
  display: inline;
  padding: 0;
  border: 0;
  font-weight: inherit;
}
.hero-proof li {
  display: flex;
  align-items: baseline;
}
.hero-proof {
  flex-direction: column;
  gap: 8px;
}
