:root {
  --void: #020910;
  --night: #071019;
  --navy: #04182c;
  --blue: #102d49;
  --blue-soft: #2b5078;
  --line: #5e7496;
  --cyan: #59caff;
  --white: #edf5fc;
  --muted: #98a6be;
  --display: "DIN Condensed", "Roboto Condensed", "Arial Narrow", "Nimbus Sans Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "IBM Plex Sans", Inter, "Nimbus Sans", "Helvetica Neue", Arial, sans-serif;
  font-family: var(--body);
  color: var(--white);
  background: var(--void);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.rebuild-empty .node:not(.node-blank),
.rebuild-empty .world-hint { display: none !important; }
html, body { min-width: 320px; min-height: 100%; margin: 0; background: var(--void); }
body { overflow: hidden; }
button, input, textarea { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.app { position: relative; min-height: 100dvh; overflow: hidden; background: var(--void); }
.viewport { position: relative; width: 100vw; height: 100dvh; overflow: hidden; touch-action: none; cursor: grab; isolation: isolate; background: #020910; }
.viewport.is-dragging, .viewport.is-steering { cursor: grabbing; }
.viewport.is-pointer-locked { cursor: none; }
.atmosphere { display: none; }

.world { position: absolute; left: 0; top: 0; width: 1px; height: 1px; transform-origin: 0 0; transition: transform 760ms cubic-bezier(.2,.83,.2,1); will-change: transform; }
.is-qa .world { transition: none !important; }
.viewport.is-dragging .world, .viewport.is-steering .world { transition: none; }
.nodes { position: relative; width: 1px; height: 1px; }
.geometry-defs { position: absolute; pointer-events: none; }

.node {
  --ratio: .866;
  --tile-scale: .975;
  --tone: #102d49;
  position: absolute;
  left: calc(var(--x) * 1px);
  top: calc(var(--y) * 1px);
  width: calc(var(--size) * 1px);
  height: calc(var(--size) * var(--ratio) * 1px);
  transform: translate(-50%, -50%) scale(var(--tile-scale));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8%;
  overflow: hidden;
  border: 0;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  clip-path: url(#hex-soft);
  background: transparent;
  box-shadow: none;
  transition: transform 240ms ease, filter 240ms ease;
}
.node::before, .node::after { display: none; }
.node > * { position: relative; z-index: 2; }
.node:hover, .node:focus-visible { z-index: 20; outline: none; transform: translate(-50%, -50%) scale(var(--tile-scale)); }
.node-functional:hover, .node-functional:focus-visible, .node-functional.is-steer-hover, .node-core:hover, .node-core:focus-visible, .node-core.is-steer-hover { transform: translate(-50%, -50%) scale(calc(var(--tile-scale) * 1.08)); filter: brightness(1.08); }
.node:not(.node-quiet):not(.node-surface) { z-index: 5; }
.node.is-focused { z-index: 20; }
.node-functional.is-focused, .node-core.is-focused { transform: translate(-50%, -50%) scale(calc(var(--tile-scale) * 1.08)); filter: brightness(1.08); }
.node:not(.node-quiet):not(.node-surface).is-focused { z-index: 30; }
.node:not(.node-quiet):not(.node-surface).node-core { z-index: 25; }
.nodes.has-focus .node:not(.is-focused) { opacity: 1; }

.node b { max-width: 88%; font-family: var(--display); font-size: clamp(11px, calc(var(--size) * .057px), 30px); font-weight: 700; letter-spacing: .105em; line-height: 1.02; }
.node-functional:not(.node-image) b { font-family: var(--body); font-weight: 680; letter-spacing: .14em; }
.node small { max-width: 82%; color: #c8d9e9; font-size: clamp(6px, calc(var(--size) * .023px), 11px); font-weight: 700; letter-spacing: .125em; line-height: 1.3; }
.node .node-icon { color: #e9f7ff; font-size: clamp(18px, calc(var(--size) * .105px), 48px); font-weight: 300; line-height: .8; }
.node-label-hidden .node-caption { visibility: hidden; }
.node .node-caption { position: absolute; left: var(--caption-x); top: var(--caption-y); width: 78%; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translate(-50%, -50%); pointer-events: none; }
.node .node-caption b { max-width: 100%; }
.node .node-caption small { max-width: 90%; font-size: 11px; line-height: 1.4; letter-spacing: .07em; }
.node-image { background-color: rgba(8,20,27,.18); background-image: var(--image); background-size: cover; background-position: var(--crop, center); background-blend-mode: soft-light; filter: saturate(.72) brightness(.84) contrast(1.05); }
.node-image-ai-humanoid { background-position: var(--crop, 34% center); }
.node-image-robotics-lab { background-position: var(--crop, 42% center); }
.node-image-planetary-network { background-position: var(--crop, center 48%); }
.node-image-cloud-infrastructure { background-position: var(--crop, center 52%); }
.node-image-future-campus { background-position: var(--crop, 66% center); }
.node-image-mobility-lab { background-position: var(--crop, 54% center); }
.node-image-future-city { background-position: var(--crop, 52% center); }
.node-image-samenwerking { background-position: var(--crop, center 34%); }
.node-image-automatisering { background-position: var(--crop, center 42%); }
.node-image-infrastructuur { background-position: var(--crop, center 50%); }
.node-functional.node-image { border: 0; box-shadow: none; filter: saturate(.84) brightness(.9) contrast(1.06); }
.node-functional.node-image::before { content: ""; position: absolute; z-index: 1; inset: 0; display: block; pointer-events: none; background: linear-gradient(150deg, rgba(3,14,23,.62), rgba(3,10,17,.34) 48%, rgba(3,10,16,.68)); }
.node-functional.node-image b { font-family: "Roboto Condensed", "Arial Narrow", sans-serif; font-size: clamp(18px, calc(var(--size) * .075px), 30px); font-stretch: condensed; font-weight: 900; letter-spacing: .01em; text-transform: uppercase; }
.node-functional.node-image small { color: #e2f2fb; font-weight: 700; }
.node-image::before { display: none; }
.node-quiet { border: 0; opacity: 1; filter: none; }
.node-quiet b { font-size: clamp(9px, calc(var(--size) * .042px), 19px); }
.node-quiet small { display: none; }
.node-surface { z-index: 1; pointer-events: none; border: 0; opacity: .94; filter: saturate(.58) brightness(.74) contrast(1.03); }
.node-ghost { z-index: 0; pointer-events: none; opacity: 0; background: transparent; }
.node-blank { z-index: 1; pointer-events: none; --tile-scale: 1; background: transparent; border: 0; box-shadow: none; transition: none; }
.node-blank svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; overflow: visible; fill: none; stroke: rgba(143, 164, 183, .7); stroke-width: .65; vector-effect: non-scaling-stroke; }
.node-blank:not(.node-active-blank):not(.node-center-blank) { pointer-events: none; cursor: default; }
.node-active-blank { z-index: 5; pointer-events: auto; cursor: pointer; transition: transform 220ms ease; background: linear-gradient(145deg, rgba(12, 29, 44, .96), rgba(2, 10, 17, .94)); }
.node-active-blank.node-photo { background-color: #071019; background-image: linear-gradient(145deg, rgba(3, 14, 23, .34), rgba(3, 10, 17, .46) 52%, rgba(3, 10, 16, .62)), var(--image); background-size: cover; background-position: var(--crop, center); background-blend-mode: normal; }
.node-active-blank.node-photo-inner { background-image: linear-gradient(180deg, rgba(3, 14, 23, .08) 0%, rgba(3, 10, 17, .34) 46%, rgba(3, 10, 16, .78) 100%), var(--image); }
.node-active-blank.node-photo-outer { background-image: linear-gradient(145deg, rgba(3, 14, 23, .24), rgba(3, 10, 17, .30) 52%, rgba(3, 10, 16, .36)), var(--image); }
.node-blank.node-photo-passive { background-color: #071019; background-image: linear-gradient(rgba(2, 10, 18, .65), rgba(2, 10, 18, .65)), var(--image); background-size: cover; background-position: var(--crop, center); background-blend-mode: normal; filter: saturate(.86) brightness(.94) contrast(1.04); }
.node-blank.node-photo-passive.is-steer-hover { background-image: var(--image); filter: none; }
.node-active-blank.data-ring-motion { animation: data-ring-drift var(--ring-duration, 11s) ease-in-out var(--ring-delay, 0s) infinite; will-change: translate; }
@keyframes data-ring-drift {
  0%, 100% { translate: 0 0; }
  50% { translate: var(--ring-x, 0px) var(--ring-y, 0px); }
}
.node-active-blank.node-photo::before { content: ""; position: absolute; z-index: 1; inset: 0; display: block; pointer-events: none; background: linear-gradient(145deg, rgba(255,255,255,.03), transparent 45%, rgba(0,0,0,.12)); }
.node-active-blank.node-photo .blank-caption { text-shadow: 0 2px 12px rgba(0,0,0,.96); }
.node-active-blank .blank-caption { position: relative; z-index: 2; width: 86%; display: flex; flex-direction: column; align-items: center; gap: 10px; pointer-events: none; }
.node-active-blank .blank-caption b { max-width: 100%; color: transparent; font-family: "Roboto Condensed", "Arial Narrow", sans-serif; font-size: clamp(22px, calc(var(--size) * .09px), 30px); font-weight: 900; text-transform: uppercase; letter-spacing: .01em; line-height: .92; white-space: pre-line; background-image: linear-gradient(180deg, #ffffff 0%, #e7edf1 18%, #9aa8b3 48%, #687781 58%, #f5f8fa 76%, #aab6be 100%), repeating-linear-gradient(180deg, rgba(255,255,255,.08) 0 1px, rgba(23,32,40,.08) 1px 3px); background-size: 100% 180%, 100% 100%; background-position: center, center; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: .35px rgba(255,255,255,.48); text-shadow: 0 -0.6px 0 rgba(255,255,255,.72), 0 1px 0 rgba(15,24,32,.95), 0 3px 8px rgba(0,0,0,.82); }
.node-active-blank[data-node="creators-influencers"] .blank-caption b,
.node-active-blank[data-node="construction-trades"] .blank-caption b,
.node-active-blank[data-node="startups-scaleups"] .blank-caption b,
.node-active-blank[data-node="manufacturing-engineering"] .blank-caption b,
.node-active-blank[data-node="retail-ecommerce"] .blank-caption b,
.node-active-blank[data-node="logistics-property"] .blank-caption b,
.node-active-blank[data-node="healthcare-education-public"] .blank-caption b { font-family: "Roboto Condensed", "Arial Narrow", sans-serif; font-weight: 900; }
.node-active-blank[data-node="creators-influencers"] .blank-caption b,
.node-active-blank[data-node="construction-trades"] .blank-caption b,
.node-active-blank[data-node="startups-scaleups"] .blank-caption b,
.node-active-blank[data-node="manufacturing-engineering"] .blank-caption b,
.node-active-blank[data-node="retail-ecommerce"] .blank-caption b,
.node-active-blank[data-node="logistics-property"] .blank-caption b,
.node-active-blank[data-node="healthcare-education-public"] .blank-caption b,
.node-active-blank[data-node="mid-sized-companies"] .blank-caption b,
.node-active-blank[data-node="case-studies"] .blank-caption b { font-size: clamp(18px, calc(var(--size) * .068px), 23px); letter-spacing: 0; }
.node-active-blank .blank-caption small { max-width: 94%; color: #d7e7f2; font-size: clamp(14px, calc(var(--size) * .05px), 19px); font-weight: 700; letter-spacing: .02em; line-height: 1.22; }
.node-active-blank[data-node="startups-scaleups"] .blank-caption b { white-space: pre-line; }
.node-active-blank[data-node="manufacturing-engineering"] .blank-caption b { white-space: pre-line; }
.node-active-blank:hover, .node-active-blank:focus-visible { z-index: 20; outline: none; transform: translate(-50%, -50%) scale(1.2); }
.node-active-blank.is-steer-hover { z-index: 20; transform: translate(-50%, -50%) scale(1.2); }
.node-blank.is-steer-hover:not(.node-active-blank) { z-index: 15; transform: translate(-50%, -50%) scale(1.1); }
.node-center-blank { z-index: 10; pointer-events: auto; cursor: pointer; }
.node-center-blank .blank-center-logo { --logo-base-y: clamp(5px, calc(var(--size) * .025px), 9px); --logo-drift: clamp(10px, calc(var(--size) * .04px), 18px); position: relative; z-index: 2; width: clamp(139px, calc(var(--size) * .744px), 252px); max-width: 75%; max-height: 95%; height: auto; object-fit: contain; pointer-events: none; transform-origin: center; will-change: transform; animation: center-logo-orbit 18s cubic-bezier(.42, 0, .2, 1) infinite; }
@keyframes center-logo-orbit {
  0%, 8% { transform: translate(0, calc(var(--logo-base-y) + var(--logo-drift))); }
  25%, 33% { transform: translate(calc(var(--logo-drift) * -1), var(--logo-base-y)); }
  50%, 58% { transform: translate(0, calc(var(--logo-base-y) - var(--logo-drift))); }
  75%, 83% { transform: translate(var(--logo-drift), var(--logo-base-y)); }
  100% { transform: translate(0, calc(var(--logo-base-y) + var(--logo-drift))); }
}
.node-surface-collision { opacity: 1; filter: none; background-color: transparent; }
.node-functional.node-image { opacity: 1; }
.node-surface.node-image-future-campus, .node-surface.node-image-future-city, .node-surface.node-image-mobility-lab, .node-surface.node-image-planetary-network { opacity: 1; }
.node-quiet::after, .node-surface::after { content: ""; position: absolute; display: block; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(145deg, rgba(2,13,21,.54), rgba(1,8,14,.62)); box-shadow: none; }

.brand-rail { position: relative; z-index: 3; display: flex; flex-wrap: wrap; justify-content: center; gap: 3px; max-width: 88%; margin-top: 4px; opacity: .92; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; min-width: 23px; padding: 3px 5px; border: 0; background: transparent; color: #e4f6ff; font-family: var(--body); font-size: clamp(5px, calc(var(--size) * .016px), 8px); font-weight: 720; letter-spacing: .02em; line-height: 1; }
.brand-youtube { color: #fff; border-color: rgba(255,90,90,.58); }
.brand-google { color: #c8e3ff; }
.brand-meta { color: #a7ceff; }
.brand-facebook { color: #a9cfff; }
.brand-slack, .brand-shopify, .brand-microsoft, .brand-openai { color: #d8edf9; }

.node-core { --ratio: .866; z-index: 20; border: 0; gap: 15px; cursor: pointer; background-color: #071019; background-image: var(--image); background-position: center; background-size: cover; background-repeat: no-repeat; box-shadow: none; }
.node-core::before { display: none; }
.core-hit { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; border: 0; background: transparent; cursor: pointer; }
.node-core > img, .node-core > strong, .node-core > .tagline, .node-core > small { pointer-events: none; }
.node-core img { width: clamp(37px, calc(var(--size) * .15px), 94px); height: auto; }
.node-core strong { font-family: var(--display); font-size: clamp(21px, calc(var(--size) * .083px), 52px); font-weight: 800; letter-spacing: .19em; line-height: 1; }
.node-core .tagline { max-width: 78%; color: #d6e4ef; font-size: clamp(11px, calc(var(--size) * .034px), 21px); line-height: 1.42; letter-spacing: .02em; }
.node-core small { font-size: clamp(7px, calc(var(--size) * .023px), 13px); letter-spacing: .105em; }
.language-switch { position: relative; z-index: 8; display: flex; gap: 10px; margin-top: 6px; pointer-events: auto; }
.language-switch button { padding: .5em 1.4em; border: 0; background: transparent; color: var(--white); cursor: pointer; font-size: clamp(8px, calc(var(--size) * .025px), 14px); font-weight: 800; letter-spacing: .1em; }
.language-switch button.is-active { color: var(--cyan); }

.nav { position: absolute; z-index: 50; top: clamp(14px, 1.7vw, 30px); width: clamp(64px, 7.4vw, 114px); height: clamp(60px, 6.5vw, 100px); display: grid; place-items: center; overflow: hidden; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.nav span { font-size: clamp(22px, 2.2vw, 37px); font-weight: 300; }
.nav-home { left: clamp(13px, 1.6vw, 30px); }
.nav-back { right: clamp(13px, 1.6vw, 30px); }
.nav:hover, .nav:focus-visible { outline: none; }
.nav:disabled { opacity: .35; cursor: default; }
.text-rail { position: absolute; z-index: 30; left: clamp(16px, 2.5vw, 48px); bottom: clamp(15px, 2.6vw, 44px); width: min(42vw, 520px); min-height: 34px; pointer-events: none; }
.footer-left { position: absolute; z-index: 30; left: clamp(16px, 2.5vw, 48px); bottom: clamp(15px, 2.6vw, 44px); display: none; align-items: center; gap: clamp(12px, 1.5vw, 24px); }
.footer-line, .footer-tagline, .world-hint { position: static; z-index: 30; margin: 0; color: #d1dce7; font-size: clamp(8px, .65vw, 12px); font-weight: 650; letter-spacing: .17em; text-shadow: 0 1px 6px #000; pointer-events: none; }
.footer-line { display: block; }
.footer-line span { margin: 0 .9em; color: var(--cyan); }
.footer-language-switch { position: static; display: flex; gap: 2px; margin: 0; pointer-events: auto; }
.footer-language-switch button { min-width: 34px; padding: 4px 5px; border-bottom: 1px solid rgba(237, 245, 252, .3); color: #b7c9d7; font-size: clamp(8px, .65vw, 12px); }
.footer-language-switch button.is-active { border-bottom-color: var(--cyan); color: var(--cyan); }
.rebuild-empty .footer-left { display: flex; }
.world-hint { display: none; }
.world-hint.is-hidden { opacity: 0; }

.detail { position: fixed; z-index: 60; top: 50%; right: clamp(20px, 4vw, 64px); width: min(580px, calc(100vw - 40px)); aspect-ratio: 1 / .8660254; transform: translateY(-50%); display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: clamp(64px, 5vw, 86px) clamp(88px, 7vw, 126px); overflow: auto; border: 1px solid rgba(89,202,255,.72); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); background: radial-gradient(circle at 45% 18%, rgba(27,76,110,.17), transparent 42%), rgba(2,10,18,.97); box-shadow: 0 20px 70px rgba(0,0,0,.5), inset 0 0 22px rgba(89,202,255,.06); backdrop-filter: blur(16px); }
.detail-kicker { margin: 0 0 12px; color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.detail h1 { margin: 0 0 12px; font-size: clamp(26px, 2.4vw, 38px); font-weight: 520; }
.detail > p:not(.detail-kicker) { margin: 0; color: #b8c7d8; font-size: 15px; line-height: 1.55; }
.integration-logos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 18px; }
.brand-card { display: flex; align-items: center; gap: 7px; min-width: 0; padding: 7px 8px; border: 1px solid rgba(105,174,214,.3); background: rgba(7,24,39,.72); color: #cfe9f8; font-size: 10px; font-weight: 650; letter-spacing: .04em; }
.brand-card-symbol { display: grid; place-items: center; width: 21px; height: 21px; flex: 0 0 21px; border: 1px solid rgba(180,236,255,.36); color: #e9f8ff; font-size: 11px; font-weight: 800; }
.brand-card .brand-youtube { color: #fff; background: rgba(235,44,44,.8); border-color: rgba(255,130,130,.8); }
.brand-card .brand-google { color: #bfe2ff; }
.brand-card .brand-meta { color: #b6d6ff; }
.brand-card .brand-facebook { color: #c3dcff; }
.detail-close { align-self: center; margin-top: 22px; padding: 0; border: 0; background: none; color: var(--cyan); cursor: pointer; }
.business-scan { margin-top: 18px; }
.scan-progress { margin: 0 0 8px; color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.scan-question { margin: 0 0 12px; color: var(--white); font-size: 16px; line-height: 1.35; }
.scan-options { display: grid; gap: 7px; }
.scan-option, .scan-restart { padding: 9px 11px; border: 1px solid #2b5078; background: #071019; color: var(--white); text-align: left; cursor: pointer; }
.scan-option:hover, .scan-option:focus-visible, .scan-restart:hover, .scan-restart:focus-visible { border-color: var(--cyan); outline: none; }
.scan-result { margin: 0; color: #b8c7d8; font-size: 14px; line-height: 1.5; }
.contact-form { display: grid; gap: 10px; margin-top: 18px; }
.contact-form label { display: grid; gap: 5px; color: var(--muted); font-size: 12px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #2b5078; background: #071019; color: var(--white); padding: 9px; resize: vertical; }
.contact-form button { justify-self: start; padding: 9px 14px; border: 1px solid var(--cyan); background: #102d49; color: var(--white); cursor: pointer; }
.contact-form output { min-height: 1.2em; color: #a9ecff; font-size: 12px; }

@media (max-width: 760px) {
  .nav { top: 12px; width: 64px; height: 56px; }
  .nav-home { left: 10px; }
  .nav-back { right: 10px; }
  .text-rail { left: 14px; right: 14px; bottom: 16px; width: auto; min-height: 30px; }
  .footer-left { left: 14px; right: 14px; bottom: 16px; gap: 8px; }
  .footer-line { font-size: 8px; }
  .node-active-blank .blank-caption { width: 90%; gap: 8px; }
  .node-active-blank .blank-caption b { font-size: clamp(18px, 5.2vw, 25px); }
  .node-active-blank .blank-caption small { font-size: clamp(13px, 3.8vw, 16px); line-height: 1.2; }
  .world-hint { bottom: 17px; font-size: 8px; }
  .detail { top: 50%; right: auto; left: 50%; bottom: auto; width: min(94vw, 480px); max-height: none; transform: translate(-50%, -50%); padding: 17% 18%; }
  .integration-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .world, .node, .nav, .world-hint { transition-duration: 1ms; }
  .node-active-blank.data-ring-motion { animation-play-state: paused; }
  .node-center-blank .blank-center-logo { animation: none; transform: translateY(var(--logo-base-y)); }
}
