.brand-mark{display:inline-block;width:1em;height:1em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='%231b0b3b'%3E%3Crect x='6' y='2' width='4' height='4' rx='0.5'/%3E%3Crect x='2' y='6' width='4' height='4' rx='0.5'/%3E%3Crect x='10' y='6' width='4' height='4' rx='0.5'/%3E%3Crect x='6' y='10' width='4' height='4' rx='0.5'/%3E%3C/g%3E%3Ccircle cx='13' cy='2' r='1.6' fill='%23f8bc3b'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;flex:none;vertical-align:-.18em}.brand-mark--light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='%23ffffff'%3E%3Crect x='6' y='2' width='4' height='4' rx='0.5'/%3E%3Crect x='2' y='6' width='4' height='4' rx='0.5'/%3E%3Crect x='10' y='6' width='4' height='4' rx='0.5'/%3E%3Crect x='6' y='10' width='4' height='4' rx='0.5'/%3E%3C/g%3E%3Ccircle cx='13' cy='2' r='1.6' fill='%23f8bc3b'/%3E%3C/svg%3E")}.home-hero{background:var(--paper);padding-block:clamp(40px,5vw,66px) clamp(36px,4.8vw,60px);position:relative;overflow:hidden}.home-hero:after{content:"";position:absolute;inset-inline:0;bottom:0;height:clamp(80px,12vw,160px);pointer-events:none;z-index:1;background:linear-gradient(to bottom,rgba(249,251,246,0) 0%,var(--paper) 100%)}.home-hero .shell{position:relative;z-index:2;display:flex;flex-direction:column;gap:clamp(24px,3.4vw,38px)}.home-hero__grid{position:absolute;inset:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'><path d='M.5 56V.5H56' fill='none' stroke='%231b0b3b' stroke-opacity='0.09'/></svg>");background-size:56px 56px;background-repeat:repeat;-webkit-mask-image:radial-gradient(90% 95% at 50% 50%,#000 35%,transparent 100%);mask-image:radial-gradient(90% 95% at 50% 50%,#000 35%,transparent 100%);animation:heroGridDrift 60s linear infinite;will-change:background-position}@keyframes heroGridDrift{0%{background-position:0 0}to{background-position:56px -56px}}@media(prefers-reduced-motion:reduce){.home-hero__grid{animation:none}}.home-hero__colophon{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-family:var(--font-sans);font-size:.9rem;font-weight:560;letter-spacing:0;text-transform:none;color:var(--ink-60)}.home-hero__colophon-mark{display:inline-flex;align-items:center;margin-right:4px}.home-hero__colophon-mark .brand-mark{width:18px;height:18px}.home-hero__colophon .sep{color:#1b0b3b52}.home-hero__colophon-short{display:none}.home-hero__body{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,1fr);gap:clamp(32px,4.6vw,76px);align-items:center}.home-hero__col-type{display:flex;flex-direction:column;gap:clamp(20px,2.6vw,32px)}.home-hero__statement{font-family:var(--font-sans);margin:0;font-size:var(--type-home-hero);font-weight:520;font-variation-settings:"wght" 520;line-height:.98;letter-spacing:0;color:var(--navy);max-width:13ch}.home-hero__statement em{font-style:normal;font-weight:580}.home-hero__lead{font-size:clamp(1.0625rem,1.25vw,1.1875rem);font-weight:500;line-height:1.5;color:var(--ink-60);max-width:42ch;margin:0}.home-hero__cta-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);margin-top:0}.home-hero__cta{gap:12px;padding:12px 18px;font-size:var(--text-sm)}.home-hero__cta:hover svg{transform:translate(4px)}.home-hero__mini{position:relative;display:inline-flex;align-items:center;gap:8px;width:fit-content;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-60);text-decoration:none;outline-offset:6px;transition:color .2s ease,transform .2s ease}.home-hero__mini .brand-mark{width:12px;height:12px}.home-hero__mini-short{display:none}.home-hero__mini:after{content:"";position:absolute;inset-inline:20px 0;bottom:-5px;height:2px;background:var(--yellow);transform:scaleX(0);transform-origin:left center;transition:transform .22s cubic-bezier(.16,1,.3,1)}.home-hero__mini:hover,.home-hero__mini:focus-visible{color:var(--navy);transform:translate(3px)}.home-hero__mini:hover:after,.home-hero__mini:focus-visible:after{transform:scaleX(1)}.home-hero__mini:focus-visible{outline:2px solid var(--yellow)}.home-hero__col-visual{position:relative}.home-hero__visual{position:relative;width:100%;aspect-ratio:1 / 1;max-height:min(58vw,575px);border-radius:var(--radius-media);overflow:hidden;background:var(--navy);box-shadow:0 60px 80px -40px #1b0b3b6b;transform:translateY(20px);opacity:0;transition:transform 1s cubic-bezier(.16,1,.3,1),opacity 1s cubic-bezier(.16,1,.3,1)}.home-hero__visual.is-in{transform:translateY(0);opacity:1}.home-hero__visual img{width:100%;height:100%;object-fit:cover;object-position:60% center;display:block}.home-hero__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(27,11,59,.18) 100%);pointer-events:none}.home-hero__visual-caption{position:absolute;left:clamp(16px,1.6vw,22px);bottom:clamp(16px,1.6vw,22px);font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);opacity:.92;padding:6px 10px;background:#1b0b3be0;border-radius:4px}@media(prefers-reduced-motion:reduce){.home-hero__visual{opacity:1;transform:none;transition:none}.home-hero__visual img{transform:none;transition:none}}@media(max-width:900px){.home-hero__body{grid-template-columns:1fr;gap:clamp(24px,4vw,40px)}.home-hero__statement{max-width:100%;font-size:clamp(2.25rem,9vw,56px)}.home-hero__visual{aspect-ratio:16 / 11}.home-hero__visual img{object-position:center}}@media(max-width:620px){.home-hero{padding-block:42px 52px}.home-hero .shell{gap:24px}.home-hero__colophon{flex-wrap:nowrap;gap:5px;max-width:none;width:100%;font-size:9.5px;line-height:1.35;letter-spacing:.075em;white-space:nowrap}.home-hero__colophon-mark{margin-right:2px}.home-hero__colophon-mark .brand-mark{width:14px;height:14px}.home-hero__colophon-full{display:none}.home-hero__colophon-short{display:inline}.home-hero__cta-wrap{gap:12px;margin-top:2px}.home-hero__cta{gap:10px;max-width:100%;padding:13px 16px;font-size:1.0625rem;line-height:1.1}.home-hero__cta svg{width:18px;height:18px}.home-hero__mini{max-width:none;font-size:10.5px;line-height:1.2;letter-spacing:.055em;white-space:nowrap}.home-hero__mini-full{display:none}.home-hero__mini-short{display:inline}}.home-stromen{background:var(--navy);color:var(--paper);padding-block:clamp(40px,6vw,80px) clamp(80px,10vw,140px)}.home-stromen__head{text-align:center;margin-bottom:clamp(40px,5vw,64px)}.home-stromen__context{margin:0 auto var(--space-4);max-width:34ch;color:#f9fbf6ad;font-size:clamp(1rem,1.2vw,1.125rem);font-weight:500;line-height:1.35}.home-stromen__head h2{font-size:clamp(2rem,3.6vw,45px);font-weight:500;line-height:1.04;max-width:26ch;margin:0 auto;color:var(--paper)}.home-stromen__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2vw,24px)}.home-stromen__col{display:flex;flex-direction:column;gap:var(--space-4);padding:clamp(28px,3vw,40px);background:#f9fbf6f5;border:1px solid rgba(249,251,246,.18);border-radius:var(--radius-card);box-shadow:0 32px 72px -42px #1b0b3b94;color:var(--navy);text-decoration:none;transition:transform .32s cubic-bezier(.16,1,.3,1),border-color .32s ease,box-shadow .32s cubic-bezier(.16,1,.3,1)}.home-stromen__col:hover{transform:translateY(-3px);border-color:#f8bc3b8f;box-shadow:0 38px 78px -42px #1b0b3bb8}.home-stromen__col:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.home-stromen__col--core{background:var(--paper);border-color:#f9fbf647;padding:clamp(32px,4vw,56px)}.home-stromen__col--core .home-stromen__col-kicker{color:var(--ink-60)}.home-stromen__col--core h3{font-size:clamp(1.75rem,3vw,2.4rem);font-weight:600;line-height:1.1}.home-stromen__col--core .home-stromen__stat{font-family:var(--font-sans);font-variation-settings:"wght" 600,"MONO" 100;font-feature-settings:"tnum" 1,"lnum" 1;font-size:clamp(1.6rem,3.5vw,48px);font-weight:600;letter-spacing:0;line-height:1;color:var(--navy);margin-top:auto}.home-stromen__col--core .home-stromen__stat-value{white-space:nowrap}.home-stromen__col--core .home-stromen__stat-suffix{white-space:nowrap;font-size:.36em;font-weight:500;letter-spacing:0;color:var(--ink-60)}.home-stromen__col--core .home-stromen__stat-unit{display:block;margin-top:var(--space-3);font-family:var(--font-mono);font-size:var(--text-xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-60);max-width:28ch}.home-stromen__col--core li:before{color:var(--yellow)}.home-stromen__col--secondary{padding:clamp(20px,2.4vw,28px)}.home-stromen__col--secondary h3{font-size:var(--text-lg)}.home-stromen__col--secondary p{font-size:var(--text-sm);color:var(--ink-60);line-height:1.45;max-width:32ch}.home-stromen__col--bonus{grid-column:1 / -1;display:grid;grid-template-columns:minmax(160px,.45fr) minmax(0,1fr) auto;gap:clamp(18px,3vw,40px);align-items:center;padding:clamp(22px,3vw,32px) clamp(28px,4vw,48px);background:var(--white)}.home-stromen__col--bonus h3{font-size:clamp(1.45rem,2.4vw,2rem)}.home-stromen__col--bonus p{margin:0;color:var(--ink-60);max-width:56ch;line-height:1.45}.home-stromen__col--bonus .home-stromen__cta{align-self:center;margin-top:0;padding-top:0;border-top:0;white-space:nowrap}.home-stromen__col-kicker{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:620;letter-spacing:0;text-transform:none;color:var(--ink-60)}.home-stromen__col--accent .home-stromen__col-kicker{color:var(--navy)}.home-stromen__col h3{font-size:var(--text-xl);font-weight:600;line-height:1.22}.home-stromen__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:var(--text-sm);line-height:1.45}.home-stromen__col li{display:flex;gap:10px;align-items:baseline}.home-stromen__col li:before{content:"·";flex:none;color:var(--yellow);font-weight:700}.home-stromen__col--accent li:before{color:var(--navy)}.home-stromen__cta{margin-top:auto;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--navy);text-decoration:none;display:inline-flex;align-items:center;gap:10px;padding-top:var(--space-4);border-top:1px solid rgba(27,11,59,.12)}.home-stromen__cta:after{content:"→";color:var(--navy);font-size:1.1em;transition:transform .32s cubic-bezier(.16,1,.3,1),color .32s ease}.home-stromen__col:hover .home-stromen__cta:after{transform:translate(5px);color:var(--yellow)}.home-stromen__note{margin-top:clamp(28px,3vw,40px);text-align:center;font-size:var(--text-base);line-height:var(--lh-snug);color:#f9fbf6ad;max-width:64ch;margin-inline:auto}.home-stromen__note em{font-style:normal;color:var(--yellow);font-weight:600}@media(max-width:900px){.home-stromen__grid{grid-template-columns:1fr;grid-template-rows:auto}.home-stromen__col--bonus{grid-column:auto;grid-template-columns:1fr}.home-stromen__col--bonus .home-stromen__cta{align-self:flex-start;padding-top:var(--space-4);border-top:1px solid rgba(27,11,59,.12)}}.home-focus{background:var(--paper);padding-block:clamp(80px,10vw,140px)}.home-focus__head{display:grid;grid-template-columns:minmax(0,5fr) minmax(280px,4fr);gap:clamp(28px,5vw,72px);align-items:end;margin-bottom:clamp(34px,5vw,64px)}.home-focus__head h2{font-size:clamp(2rem,3.6vw,45px);font-weight:500;line-height:1.04;margin:var(--space-3) 0 0;max-width:18ch}.home-focus__head p{margin:0;color:var(--ink-60);font-size:clamp(1.125rem,1.5vw,1.35rem);line-height:1.35;max-width:38ch}.home-focus__chooser{--focus-progress: 0;--focus-progress-angle: 0deg;display:grid;grid-template-columns:minmax(0,7fr) minmax(340px,5fr);gap:clamp(28px,5vw,72px);align-items:stretch}.home-focus__routes{display:grid;gap:clamp(14px,1.8vw,22px);align-content:start}.home-focus__route{position:relative;container-type:inline-size;display:grid;grid-template-columns:minmax(235px,.4fr) minmax(0,1fr);gap:10px clamp(22px,3vw,36px);align-items:start;min-height:clamp(168px,14vw,196px);padding:clamp(22px,3vw,34px) clamp(22px,3vw,34px) clamp(30px,3.6vw,42px);background:var(--white);border:1px solid rgba(27,11,59,.1);border-radius:var(--radius-card);color:var(--navy);overflow:hidden;transition:background-color .32s ease,border-color .32s ease,color .32s ease,box-shadow .32s cubic-bezier(.16,1,.3,1),transform .32s cubic-bezier(.16,1,.3,1)}.home-focus__route:hover{border-color:#1b0b3b38;transform:translateY(-2px)}.home-focus__route.is-active{background:var(--navy);color:var(--white);border-color:var(--navy);box-shadow:0 34px 78px -50px #1b0b3bad;transform:none}.home-focus__route--scan:not(.is-active){background:#ffffff94}.home-focus__tab{grid-column:1;display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:clamp(18px,2.2vw,28px);padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit;border-radius:var(--radius-card)}.home-focus__tab:focus-visible{outline:3px solid var(--yellow);outline-offset:7px}.home-focus__chip{font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-60)}.home-focus__route.is-active .home-focus__chip{color:#ffffff94}.home-focus__route-title{margin:0;color:inherit;font-family:var(--font-sans);font-size:clamp(1.5rem,2.2vw,2.15rem);font-size:clamp(1.5rem,5cqi,2.15rem);font-weight:560;line-height:1.04;letter-spacing:0;max-width:13ch;text-wrap:balance}.home-focus__route-body{grid-column:2;display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:14px}.home-focus__route-body p{margin:0;max-width:58ch;color:var(--ink-60);font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.45}.home-focus__route.is-active .home-focus__route-body p{color:#ffffffb8}.home-focus__tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.home-focus__tags a{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;border:1px solid rgba(27,11,59,.12);background:var(--paper);color:var(--navy);text-decoration:none;font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:700;letter-spacing:.04em;transition:border-color .2s ease,background-color .2s ease}.home-focus__route.is-active .home-focus__tags a{background:#ffffff14;border-color:#ffffff2e;color:var(--white)}.home-focus__tags a:hover,.home-focus__tags a:focus-visible{border-color:var(--yellow);background:#f8bc3b29}.home-focus__route-cta{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none;font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.home-focus__route.is-active .home-focus__route-cta{color:var(--white)}.home-focus__route-cta span{transition:transform .22s cubic-bezier(.16,1,.3,1)}.home-focus__route-cta:hover span,.home-focus__route-cta:focus-visible span{transform:translate(4px)}.home-focus__timer{position:absolute;left:clamp(22px,3vw,34px);right:clamp(22px,3vw,34px);bottom:16px;height:3px;border-radius:999px;background:#1b0b3b1a;opacity:0;overflow:hidden;pointer-events:none;transition:opacity .2s ease}.home-focus__route.is-active .home-focus__timer{opacity:1;background:#ffffff2e}.home-focus__timer span{display:block;width:100%;height:100%;background:var(--yellow);border-radius:inherit;transform:scaleX(var(--focus-progress));transform-origin:left center}.home-focus__stage{position:relative;margin:0;min-height:clamp(520px,55vw,720px);height:100%;border-radius:var(--radius-media);overflow:hidden;background:var(--navy);box-shadow:0 44px 72px -44px #1b0b3b7a}.home-focus__visual{position:absolute;inset:0;margin:0;opacity:0;pointer-events:none;transform:scale(1.025);transition:opacity .55s ease,transform 1s cubic-bezier(.16,1,.3,1)}.home-focus__visual.is-active{opacity:1;pointer-events:auto;transform:scale(1)}.home-focus__visual picture{display:block;width:100%;height:100%}.home-focus__visual img{width:100%;height:100%;min-height:clamp(520px,55vw,720px);object-fit:cover;object-position:54% center;display:block}#focus-panel-residentieel img{object-position:54% center}#focus-panel-scan img{object-position:center center}.home-focus__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(27,11,59,.38));pointer-events:none}.home-focus__visual figcaption{position:absolute;left:clamp(16px,2vw,24px);bottom:clamp(16px,2vw,24px);z-index:1;display:inline-flex;align-items:center;gap:8px;max-width:min(31rem,calc(100% - 48px));border-radius:18px;padding:8px 12px;background:#1b0b3be6;color:var(--white);font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:700;letter-spacing:.08em;line-height:1.3;text-transform:uppercase;overflow-wrap:anywhere}.home-focus__visual figcaption:before{content:"";flex:none;width:7px;height:7px;border-radius:50%;background:var(--yellow)}@media(prefers-reduced-motion:reduce){.home-focus__visual{transform:none;transition:none}.home-focus__timer span{transform:scaleX(1)}}@media(max-width:900px){.home-focus__head,.home-focus__chooser{grid-template-columns:minmax(0,1fr)}.home-focus__stage{order:-1;min-height:0;aspect-ratio:16 / 10}.home-focus__visual img{min-height:0;aspect-ratio:16 / 10}#focus-panel-residentieel img{object-position:52% center}}@media(max-width:620px){.home-focus__route{grid-template-columns:1fr;gap:12px;min-height:0;padding:18px}.home-focus__route:hover{transform:none}.home-focus__tab{grid-column:1;gap:8px;padding-right:38px}.home-focus__chip{font-size:.6875rem;letter-spacing:.1em}.home-focus__route-title{font-size:clamp(1.25rem,6.3vw,1.65rem);line-height:1.04}.home-focus__route-body{grid-column:1;display:none;gap:12px}.home-focus__route-body p{font-size:.95rem;line-height:1.38}.home-focus__route.is-active .home-focus__route-body{display:flex}.home-focus__tags{display:flex;flex-wrap:nowrap;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;padding-bottom:2px;scrollbar-width:none}.home-focus__tags::-webkit-scrollbar{display:none}.home-focus__tags a{justify-content:center;flex:0 0 auto;min-height:28px;padding:5px 10px;font-size:.6875rem;line-height:1.12;white-space:nowrap}.home-focus__route-cta{justify-self:start;white-space:normal}.home-focus__timer{inset:22px 18px auto auto;width:20px;height:20px;padding:3px;border-radius:50%;background:conic-gradient(var(--yellow) var(--focus-progress-angle),rgba(255,255,255,.18) 0)}.home-focus__route.is-active .home-focus__timer{background:conic-gradient(var(--yellow) var(--focus-progress-angle),rgba(255,255,255,.18) 0)}.home-focus__timer span{width:100%;height:100%;border-radius:50%;background:var(--navy);transform:none}.home-focus__stage{aspect-ratio:4 / 3}.home-focus__visual img{aspect-ratio:4 / 3;object-position:56% center}#focus-panel-residentieel img{object-position:52% center}.home-focus__visual figcaption{left:12px;bottom:12px;max-width:calc(100% - 24px);flex-wrap:wrap;gap:6px;border-radius:14px;padding:7px 10px;font-size:.6875rem;letter-spacing:.055em;line-height:1.22}.home-focus__visual figcaption:before{width:6px;height:6px}}.home-brein{background:var(--navy);color:var(--white);padding-block:clamp(80px,11vw,140px);text-align:center;position:relative}.home-brein__head{margin-bottom:clamp(40px,5vw,64px)}.home-brein__pill{display:inline-flex;align-items:center;gap:10px;padding:8px 16px 8px 14px;background:var(--white);border-radius:999px;font-size:var(--text-sm);font-weight:500;color:var(--navy)}.home-brein__pill .brand-mark{width:14px;height:14px;vertical-align:middle}.home-brein__head h2{font-size:clamp(2rem,3.8vw,52px);font-weight:500;line-height:1.06;margin:var(--space-4) auto 0;max-width:22ch}.home-brein__head h2 em{font-style:normal;color:var(--yellow)}.home-brein__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(40px,5vw,80px);align-items:stretch;text-align:left}.home-brein__copy{display:flex;flex-direction:column;gap:var(--space-5)}.home-brein__copy p{font-size:var(--text-base);line-height:1.55;color:#ffffffd9;max-width:56ch}.home-brein__copy p:first-child{font-size:var(--text-lg);color:var(--white)}.home-brein__why{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-card);padding:clamp(20px,3vw,32px);display:flex;flex-direction:column;gap:var(--space-4)}.home-brein__why--compact{max-width:58ch}.home-brein__why h3{font-size:var(--text-md);font-weight:600;color:var(--yellow)}.home-brein__why ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.home-brein__why li{display:grid;grid-template-columns:18px 1fr;gap:12px;font-size:var(--text-sm);line-height:1.55}.home-brein__why li:before{content:"";width:8px;height:8px;background:var(--yellow);border-radius:50%;margin-top:8px}.home-brein__why strong{color:var(--white);font-weight:600}.home-brein__icons{display:flex;flex-wrap:wrap;gap:14px;margin-top:auto;padding-top:var(--space-3)}.home-brein__icon{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid rgba(255,255,255,.16);border-radius:var(--corner);font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--mint)}.home-brein__icon:before{content:"";width:6px;height:6px;background:var(--yellow);border-radius:50%}.home-brein__photo{border-radius:var(--radius-media);overflow:hidden;background:var(--navy-2);aspect-ratio:1 / 1;position:relative}.home-brein__photo img{width:100%;height:100%;object-fit:cover}.home-brein__cta{display:inline-flex;align-items:center;gap:12px;margin:clamp(40px,5vw,56px) auto 0;padding:12px 18px;background:var(--yellow);color:var(--navy);border-radius:var(--corner);font-size:var(--text-sm);font-weight:600;line-height:1.03;text-decoration:none}.home-brein__cta:hover{transform:translateY(-2px)}@media(max-width:900px){.home-brein__grid{grid-template-columns:1fr}}.home-werk{background:var(--paper);padding-block:clamp(72px,9vw,124px);border-block:1px solid rgba(27,11,59,.08)}.home-werk__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);gap:clamp(32px,5vw,88px);align-items:start;margin-bottom:clamp(36px,5vw,72px)}.home-werk__statement{margin:0;font-size:var(--type-section-title-lg);font-weight:560;font-variation-settings:"wght" 560;line-height:1.03;letter-spacing:0;color:var(--navy);max-width:18ch}.home-werk__sub{margin:var(--space-4) 0 0;font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-60)}.home-werk__scan{display:grid;gap:var(--space-3);justify-self:end;width:min(100%,360px);padding:clamp(18px,2vw,24px);border:1px solid rgba(27,11,59,.28);border-radius:var(--corner);color:var(--navy);text-decoration:none;transition:transform .28s cubic-bezier(.16,1,.3,1),border-color .28s ease,background .28s ease}.home-werk__scan span{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);font-size:var(--text-lg);font-weight:600;line-height:1.15}.home-werk__scan svg{flex:none;transition:transform .28s cubic-bezier(.16,1,.3,1)}.home-werk__scan small{font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:700;letter-spacing:.08em;line-height:1.35;text-transform:uppercase;color:var(--ink-60)}.home-werk__scan:hover{background:var(--navy);color:var(--white);transform:translateY(-2px)}.home-werk__scan:hover small{color:#f9fbf6b3}.home-werk__scan:hover svg{transform:translate(5px)}.home-werk__scan:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.home-werk__ledger{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:var(--white);border:1px solid rgba(27,11,59,.1);border-radius:var(--radius-card);overflow:hidden}.home-werk__step{position:relative;display:grid;align-content:start;gap:clamp(16px,2vw,24px);min-height:440px;padding:clamp(28px,3.2vw,44px);color:var(--navy);text-decoration:none;border-right:1px solid rgba(27,11,59,.1);transition:background .25s ease}.home-werk__step:last-child{border-right:0}.home-werk__step:hover{background:#f8bc3b0f}.home-werk__step:focus-visible{z-index:2;outline:3px solid var(--yellow);outline-offset:-3px}.home-werk__step:before{content:none}.home-werk__num{font-family:var(--font-mono);font-weight:700;font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--coral)}.home-werk__phase{display:flex;align-items:center;gap:clamp(16px,2vw,24px);font-family:var(--font-sans);font-size:clamp(1.75rem,2.6vw,36px);font-weight:560;font-variation-settings:"wght" 560;line-height:1.05;letter-spacing:0;color:var(--navy)}.home-werk__phase:after{content:"";flex:1 1 48px;min-width:48px;height:1px;background:#1b0b3b24}.home-werk__phase-copy{margin:0;padding-top:clamp(18px,2.2vw,24px);font-size:var(--text-sm);line-height:1.5;color:var(--ink-60);max-width:30ch}.home-werk__specs{list-style:none;margin:var(--space-2) 0 0;padding:0;font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);display:grid;gap:10px}.home-werk__specs li{position:relative;padding-left:18px}.home-werk__specs li:before{content:"";position:absolute;left:0;top:.5em;width:9px;height:1px;background:var(--navy);opacity:.45}.home-werk__cta{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:clamp(16px,1.8vw,20px);border-top:1px solid rgba(27,11,59,.1);font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);white-space:nowrap}.home-werk__cta svg{transition:transform .35s cubic-bezier(.2,.7,.2,1)}.home-werk__step:hover .home-werk__cta svg{transform:translate(5px)}@media(max-width:900px){.home-werk__head{grid-template-columns:1fr;align-items:start}.home-werk__scan{justify-self:stretch}.home-werk__ledger{grid-template-columns:1fr}.home-werk__step{min-height:0;border-right:0;border-bottom:1px solid rgba(27,11,59,.1)}.home-werk__step:last-child{border-bottom:0}}@media(max-width:640px){.home-werk__statement{font-size:clamp(1.75rem,8.5vw,38px);max-width:100%}.home-werk__cta{white-space:normal}}.home-projecten{position:relative;min-height:clamp(430px,39vw,550px);display:flex;align-items:flex-end;color:var(--white);overflow:hidden;background:var(--navy)}.home-projecten__bg-stack,.home-projecten__bg{position:absolute;inset:0;z-index:0}.home-projecten__bg{opacity:0;transition:opacity .55s cubic-bezier(.2,.7,.2,1)}.home-projecten__bg.is-active{opacity:1}.home-projecten__bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.015);filter:saturate(.98) contrast(1.02)}.home-projecten__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1b0b3b00 38%,#1b0b3bb8)}.home-projecten__body{position:relative;z-index:1;padding-block:clamp(34px,4.8vw,58px);display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,480px);gap:clamp(32px,5vw,72px);align-items:end}.home-projecten__intro{max-width:620px}.home-projecten__body h2{font-size:var(--type-section-title-lg);font-weight:500;line-height:1.04;max-width:18ch;text-shadow:0 18px 44px rgba(27,11,59,.55)}.home-projecten__caption{margin-top:var(--space-4);font-family:var(--font-mono);font-size:var(--text-xs);font-weight:600;letter-spacing:.04em;color:#ffffffd9;max-width:60ch;text-shadow:0 12px 30px rgba(27,11,59,.62)}.home-projecten__filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:clamp(20px,3vw,34px)}.home-projecten__filter{appearance:none;border:1px solid rgba(255,255,255,.28);background:#ffffff14;color:#ffffffe0;border-radius:var(--corner);padding:9px 12px;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:700;line-height:1;letter-spacing:.04em;cursor:pointer;transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}.home-projecten__filter:hover{border-color:#ffffff94;transform:translateY(-1px)}.home-projecten__filter.is-active{background:#fffffff0;border-color:#fffffff0;color:var(--navy)}.home-projecten__proof{display:grid;gap:16px}.home-projecten__stage{display:grid;isolation:isolate}.home-projecten__project{grid-area:1 / 1;display:none;flex-direction:column;min-height:300px;padding:clamp(18px,2.35vw,24px);background:#1b0b3bc7;border:1px solid rgba(255,255,255,.2);border-radius:var(--corner);box-shadow:0 36px 70px -34px #1b0b3bb8;color:var(--white);text-decoration:none;opacity:0;pointer-events:none;transform:translateY(14px);visibility:hidden;transition:opacity .34s cubic-bezier(.2,.7,.2,1),transform .34s cubic-bezier(.2,.7,.2,1),visibility .34s step-end}.home-projecten__project.is-active{display:flex;opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible;transition:opacity .38s cubic-bezier(.2,.7,.2,1),transform .38s cubic-bezier(.2,.7,.2,1),visibility 0s step-start}.home-projecten__project:hover .home-projecten__link{color:var(--yellow)}.home-projecten__project:hover .home-projecten__link svg{transform:translate(4px)}.home-projecten__project:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.home-projecten__project-label{display:block;margin-bottom:8px;color:#ffffffb8;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.home-projecten__project h3{margin:0;max-width:16ch;font-size:clamp(1.45rem,2.2vw,29px);font-weight:500;line-height:1.02}.home-projecten__result{display:grid;gap:6px;margin-block:clamp(10px,1.55vw,14px)}.home-projecten__result-value{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:0 .24em;font-size:clamp(2.45rem,4.4vw,56px);font-weight:600;line-height:.9}.home-projecten__result-value em{font-style:normal;font-size:.44em;font-weight:600}.home-projecten__result-value span{color:#ffffffb8;font-size:.56em}.home-projecten__result-caption{max-width:42ch;color:#ffffffc7;font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.32}.home-projecten__meta-line{margin:2px 0 0;max-width:58ch;color:#ffffffa8;font-family:var(--font-mono);font-size:12px;font-weight:700;line-height:1.35;letter-spacing:.04em;text-transform:uppercase}.home-projecten__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:clamp(12px,1.6vw,14px) 0 0;list-style:none}.home-projecten__tags li{display:inline-flex;align-items:baseline;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff1a;color:#ffffffdb;font-family:var(--font-mono);font-size:11px;font-weight:700;line-height:1.1;letter-spacing:.03em}.home-projecten__tags span{color:#ffffff94;text-transform:uppercase}.home-projecten__tags b{color:var(--white);font-weight:700}.home-projecten__cta{display:inline-flex;align-items:center;gap:12px;padding:12px 18px;background:var(--yellow);color:var(--navy);border-radius:var(--corner);font-size:var(--text-sm);font-weight:600;line-height:1.03;text-decoration:none;white-space:nowrap}.home-projecten__cta:hover{transform:translateY(-2px)}.home-projecten__actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.home-projecten__nav{display:inline-flex;align-items:center;gap:8px}.home-projecten__nav-btn{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:var(--corner);background:#ffffff14;color:var(--white);cursor:pointer;transition:background-color .22s ease,border-color .22s ease,transform .22s ease}.home-projecten__nav-btn:hover{border-color:#ffffff8f;background:#ffffff24;transform:translateY(-1px)}.home-projecten__counter{min-width:72px;color:#ffffffb8;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:700;letter-spacing:.06em;text-align:center}.home-projecten__link{display:inline-flex;align-items:center;gap:9px;margin-top:auto;padding-top:18px;color:#ffffffdb;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:700;letter-spacing:.06em;line-height:1.2;text-decoration:none;text-transform:uppercase;white-space:nowrap}.home-projecten__link svg{transition:transform .28s cubic-bezier(.2,.7,.2,1)}@media(max-width:800px){.home-projecten{min-height:auto}.home-projecten__bg:after{display:none}.home-projecten__body{grid-template-columns:1fr;gap:42px;align-items:start;padding-block:58px 68px}.home-projecten__intro{max-width:none}.home-projecten__body h2,.home-projecten__caption,.home-projecten__filters{display:none}.home-projecten__proof{gap:34px}.home-projecten__nav-btn{background:#f9fbf6ad;border-color:#1b0b3b38;color:var(--navy)}.home-projecten__nav-btn:hover{background:#f9fbf6d6;border-color:#1b0b3b57}.home-projecten__counter{color:var(--navy);text-shadow:0 1px 18px rgba(249,251,246,.82)}.home-projecten__link{white-space:normal}.home-projecten__stage,.home-projecten__project{touch-action:pan-y}.home-projecten__project-label{display:none}.home-projecten__project{min-height:clamp(430px,112vw,500px);padding:28px 24px}}@media(max-width:640px){.home-projecten__actions{align-items:stretch;flex-direction:column;gap:32px}.home-projecten__nav{justify-content:space-between;width:100%}.home-projecten__cta{justify-content:center;width:100%}}@media(prefers-reduced-motion:reduce){.home-projecten__bg,.home-projecten__project,.home-projecten__filter,.home-projecten__nav-btn{transition:none}}.home-waarom{background:var(--paper);padding-block:clamp(80px,10vw,140px);text-align:center}.home-waarom__head{margin-bottom:clamp(40px,5vw,64px)}.home-waarom__head h2{font-size:clamp(2rem,3.6vw,45px);font-weight:500;line-height:1.04;margin:0 auto;max-width:24ch}.home-waarom__brand-link{position:relative;display:inline-block;color:var(--navy);font-weight:600;text-decoration:none;outline-offset:6px}.home-waarom__brand-link:after{content:"";position:absolute;inset-inline:0;bottom:-.08em;height:.08em;background:currentColor;transform-origin:left center;transition:height .18s ease,background-color .18s ease,transform .18s ease}.home-waarom__brand-link:hover:after,.home-waarom__brand-link:focus-visible:after{height:.16em;background:var(--yellow);transform:translateY(.04em)}.home-waarom__brand-link:focus-visible{outline:2px solid var(--yellow)}.home-waarom__compare{margin-bottom:clamp(48px,6vw,80px);text-align:left;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden}.home-waarom__compare-row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:0;border-top:1px solid var(--line)}.home-waarom__compare-row:first-child{border-top:0;background:var(--paper)}.home-waarom__compare-row>div{padding:clamp(16px,2vw,22px) clamp(18px,2vw,26px);font-size:var(--text-sm);line-height:1.4;border-left:1px solid var(--line)}.home-waarom__compare-row>div:first-child{border-left:0}.home-waarom__compare-row>div:nth-child(2){background:#f8bc3b14;position:relative}.home-waarom__compare-head{font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-60)}.home-waarom__compare-head--us{background:var(--navy)!important;color:var(--white)}.home-waarom__compare-axis{font-weight:600;color:var(--navy)}.home-waarom__compare-cell{color:var(--ink-60)}.home-waarom__compare-cell--us{color:var(--navy);font-weight:500}.home-waarom__compare-cell--us:before{content:"✓ ";color:var(--yellow);font-weight:700;margin-right:4px}.home-waarom__compare-cell--bad{color:var(--ink-60)}.home-waarom__compare-cell--bad:before{content:"× ";color:var(--coral);font-weight:700;margin-right:4px}.home-waarom__compare-cell--mid:before{content:"~ ";color:var(--ink-60);font-weight:700;margin-right:4px}.home-waarom__compare-tag{display:none}@media(max-width:800px){.home-waarom__compare-row{grid-template-columns:1fr}.home-waarom__compare-row>div{border-left:0;border-top:1px solid var(--line)}.home-waarom__compare-row>div:first-child{border-top:0;background:var(--paper);font-weight:600}.home-waarom__compare-row>div:nth-child(2){background:#f8bc3b14}.home-waarom__compare-row:first-child{display:none}.home-waarom__compare-tag{display:inline-block;font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-60);margin-right:8px}.home-waarom__compare-cell--us .home-waarom__compare-tag{color:var(--navy)}}.home-waarom__quote{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(28px,4vw,56px);align-items:center;padding:clamp(32px,4vw,56px);background:var(--navy);color:var(--white);border-radius:var(--radius-card);text-align:left}.home-waarom__avatars{display:flex;flex-direction:column;gap:var(--space-3)}.home-waarom__avatars figure{display:flex;align-items:center;gap:12px;margin:0}.home-waarom__avatars img{width:56px;height:56px;border-radius:50%;object-fit:cover;flex:none}.home-waarom__avatars figcaption{font-size:var(--text-sm);line-height:1.3}.home-waarom__avatars .role{display:block;font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:600;letter-spacing:.04em;color:var(--white);margin-top:2px}.home-waarom__quote blockquote{font-size:clamp(1.25rem,2.2vw,1.75rem);font-weight:500;line-height:1.25;margin:0}.home-waarom__quote a{display:inline-flex;align-items:center;gap:6px;margin-top:var(--space-4);font-family:var(--font-mono);font-size:var(--text-2xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--yellow);text-decoration:none}.home-waarom__quote a:after{content:"→"}.home-waarom__quote a:hover{text-decoration:underline;text-underline-offset:4px}@media(max-width:700px){.home-waarom__quote{grid-template-columns:1fr;text-align:left}}@media(max-width:620px){.home-hero__mini:before{content:"";position:absolute;inset:-16px 0}.home-focus__tags a{min-height:44px;padding:0 14px}.home-focus__route-cta{min-height:44px}.home-waarom__quote a{display:inline-flex;align-items:center;min-height:44px}}
