:root {
  --ink: #0b2142;
  --muted: #536b88;
  --line: #d7e4f0;
  --paper: #ffffff;
  --tint: #f1f8fd;
  --navy: #0b2142;
  --blue: #0873c6;
  --sky: #33b5f0;
  --yellow: #ffc73d;
  --orange: #fc7718;
  --coral: #ff5925;
  --teal: var(--blue);
  --teal-dark: var(--blue);
  --purple: #0873c6;
  --radius: 1.4rem;
  --shadow: 0 20px 60px rgb(11 33 66 / 10%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; letter-spacing: -0.045em; line-height: 1.08; }
h1 { font-size: clamp(2.75rem, 6vw, 5.5rem); margin-bottom: 1.4rem; max-width: 13ch; }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); margin-bottom: 1.25rem; }
h3 { font-size: 1.35rem; margin-bottom: .7rem; }
code { color: var(--teal-dark); font-size: .9em; }
.container { width: min(1140px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: 7rem 0; }
.section-tint { background: var(--tint); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin-bottom: 1rem; color: var(--teal-dark); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.intro { max-width: 56ch; color: var(--muted); font-size: 1.16rem; line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 3.3rem; padding: .8rem 1.25rem; border: 1px solid var(--teal); border-radius: 999px; background: var(--teal); color: white; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); background: var(--teal-dark); border-color: var(--teal-dark); }
.button-small { min-height: 2.65rem; padding: .55rem 1rem; font-size: .9rem; }
.button-light { background: white; border-color: white; color: var(--navy); }
.button-light:hover { background: #edf8f7; border-color: #edf8f7; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--teal-dark); font-weight: 700; }
.text-link:hover { color: var(--ink); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgb(255 254 250 / 88%); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: rgb(23 35 61 / 8%); box-shadow: 0 5px 20px rgb(23 35 61 / 5%); }
.header-inner { display: flex; min-height: 5.25rem; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .55rem; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.5rem; font-weight: 800; letter-spacing: -.07em; }
.brand-logo { display: block; width: 38px; height: 34px; object-fit: contain; filter: drop-shadow(0 5px 10px rgb(8 115 198 / 18%)); }
.brand > span:last-child > span { color: var(--teal); }
.brand-mark { display: inline-flex; align-items: end; gap: 3px; width: 22px; height: 24px; }
.brand-mark i { display: block; width: 5px; border-radius: 5px; background: var(--teal); }
.brand-mark i:nth-child(1) { height: 10px; }.brand-mark i:nth-child(2) { height: 18px; }.brand-mark i:nth-child(3) { height: 24px; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .92rem; font-weight: 700; }
.main-nav > a:not(.button) { color: #42506a; }.main-nav > a:not(.button):hover, .main-nav > a.active { color: var(--teal-dark); }
.menu-toggle { display: none; border: 0; background: transparent; }.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px; background: var(--ink); }

.hero { overflow: hidden; padding-top: 6.4rem; padding-bottom: 5.3rem; background: linear-gradient(125deg, #fcfdfb 45%, #e7f5f2 100%); }
.hero-grid { display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 4rem; }.hero-copy { padding-bottom: 1rem; }.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin: 2rem 0 1.8rem; }.trust-list { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; padding: 0; margin: 0; color: var(--muted); font-size: .9rem; list-style: none; }.trust-list span { color: var(--teal); font-weight: 800; }
.hero-visual { position: relative; min-height: 410px; }.visual-orb { position: absolute; border-radius: 50%; }.orb-one { right: 3%; top: 0; width: 330px; height: 330px; background: #c8ebe6; }.orb-two { left: 5%; bottom: 0; width: 150px; height: 150px; background: #f9d98b; }.observation-card, .insight-card, .people-card { position: absolute; z-index: 1; border: 1px solid rgb(255 255 255 / 75%); box-shadow: var(--shadow); backdrop-filter: blur(8px); }.card-main { top: 2.6rem; right: 1.5rem; width: min(345px, 90%); padding: 1.4rem; border-radius: 1.25rem; background: rgb(255 255 255 / 90%); }.card-heading { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.4rem; }.card-heading strong, .insight-card strong { display: block; font-size: .88rem; }.card-heading small, .insight-card small { display: block; color: var(--muted); font-size: .72rem; }.avatar { display: inline-grid; width: 34px; height: 34px; place-items: center; border: 2px solid white; border-radius: 50%; color: white; font-size: .72rem; font-weight: 700; }.avatar-teal { background: var(--teal); }.avatar-yellow { background: #d69a22; }.avatar-purple { background: var(--purple); }.avatar-pink { background: var(--coral); }.progress-row { display: flex; justify-content: space-between; font-size: .76rem; font-weight: 700; }.progress-row b { color: var(--teal-dark); }.progress-track { height: 7px; margin: .42rem 0 1rem; overflow: hidden; border-radius: 999px; background: #e2f2f0; }.progress-track i { display: block; height: 100%; border-radius: inherit; background: var(--teal); }.progress-track.orange { background: #fde9db; }.progress-track.orange i { background: var(--coral); }.note { padding: .7rem .8rem; border-radius: .65rem; background: #eef8f7; color: #4d6471; font-size: .73rem; }.note span { color: var(--teal-dark); }.insight-card { bottom: 3.2rem; left: 0; display: flex; align-items: center; gap: .7rem; width: 235px; padding: .9rem; border-radius: .9rem; background: var(--navy); color: white; }.insight-card small { color: #b9c5d8; }.insight-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: .5rem; background: var(--yellow); color: var(--navy); font-weight: 800; }.people-card { right: 0; bottom: 0; display: flex; align-items: center; padding: .6rem .7rem; border-radius: 999px; background: white; font-size: .68rem; }.people-card .avatar + .avatar { margin-left: -10px; }.people-card b { margin-left: .5rem; color: var(--muted); }
.logo-strip { padding: 1.7rem 0; border-block: 1px solid var(--line); color: var(--muted); }.logo-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }.logo-strip p { max-width: 28ch; margin: 0; font-size: .84rem; }.logo-strip div { display: flex; flex-wrap: wrap; justify-content: end; gap: 1.5rem; color: #8c97aa; font-family: "Manrope", sans-serif; font-size: .83rem; font-weight: 700; }

.split-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 10%; }.section-heading h2 { max-width: 12ch; }.rich-copy { max-width: 55ch; color: var(--muted); font-size: 1.08rem; }.rich-copy p { margin-bottom: 1.25rem; }.rich-copy .text-link { margin-top: .7rem; }
.centered-heading { max-width: 700px; margin: 0 auto 3.5rem; text-align: center; }.centered-heading > p:last-child { color: var(--muted); }.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }.step-card { position: relative; padding: 2rem; overflow: hidden; border: 1px solid #dce7eb; border-radius: var(--radius); background: white; }.step-number { position: absolute; top: 1.5rem; right: 1.5rem; color: #b0bbc7; font-size: .8rem; font-weight: 700; }.step-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 4rem; border-radius: 1rem; background: #dff3f0; color: var(--teal-dark); font-size: 1.4rem; }.step-card:nth-child(2) .step-icon { background: #ece5f9; color: var(--purple); }.step-card:nth-child(3) .step-icon { background: #fde6df; color: var(--coral); }.step-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.method-story { display: grid; grid-template-columns: .85fr 1.25fr; gap: clamp(2rem, 7vw, 6rem); margin-bottom: 1.25rem; padding: clamp(1.8rem, 4vw, 3.2rem); border-radius: 1.5rem; background: var(--navy); color: white; }.method-story-number { display: block; margin-bottom: 2.2rem; color: var(--sky); font-family: "Manrope", sans-serif; font-size: .8rem; font-weight: 800; }.method-story .eyebrow { color: #8edbfa; }.method-story h3 { max-width: 15ch; margin: 0; color: white; font-size: clamp(1.5rem, 2.5vw, 2.15rem); }.method-story-copy { align-self: end; }.method-story-copy p { margin: 0; color: #d4e0ee; }.method-story-copy p + p { margin-top: 1rem; }.method-steps { margin-bottom: 1.25rem; }.method-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }.method-detail-card { padding: clamp(1.7rem, 3vw, 2.5rem); border: 1px solid #dce7eb; border-radius: var(--radius); background: white; }.method-detail-card h3 { max-width: 16ch; font-size: clamp(1.45rem, 2.3vw, 2rem); }.method-detail-card > p:not(.eyebrow) { color: var(--muted); }.building-pills { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; margin: 1.5rem 0; list-style: none; }.building-pills li { padding: .45rem .7rem; border: 1px solid #cde6f3; border-radius: 999px; color: var(--navy); background: #f2faff; font-size: .76rem; font-weight: 800; }.method-members { background: #fffaf0; }.method-feature-list { display: grid; gap: .7rem; padding: 0; margin: 1.4rem 0 1.8rem; list-style: none; }.method-feature-list li { display: flex; gap: .6rem; color: #42506a; font-size: .88rem; }.method-feature-list li::before { flex: 0 0 auto; color: var(--teal-dark); font-weight: 800; content: "✓"; }.method-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.3rem; }.method-actions .button { min-height: 2.9rem; }.method-actions .text-link { font-size: .82rem; }
.feature-grid { display: grid; grid-template-columns: .93fr 1fr; align-items: center; gap: 10%; }.art-frame { position: relative; min-height: 440px; overflow: hidden; border-radius: 1.9rem; background: #dcefe8; }.art-grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgb(255 255 255 / .4) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .4) 1px, transparent 1px); background-size: 55px 55px; }.art-person { position: absolute; bottom: 75px; width: 90px; height: 175px; border-radius: 55px 55px 20px 20px; }.art-person::before { content: ""; position: absolute; top: -44px; left: 19px; width: 52px; height: 52px; border-radius: 50%; background: #f0b08b; }.art-person span { position: absolute; left: -25px; top: 48px; width: 135px; height: 18px; border-radius: 99px; background: currentColor; transform: rotate(-20deg); }.person-one { left: 23%; color: var(--navy); background: var(--navy); transform: rotate(-8deg); }.person-two { right: 20%; height: 150px; color: var(--coral); background: var(--coral); transform: rotate(9deg); }.person-two::before { background: #84573e; }.person-two span { transform: rotate(26deg); }.art-ball { position: absolute; right: 11%; bottom: 45px; width: 44px; height: 44px; border: 4px solid var(--navy); border-radius: 50%; background: var(--yellow); }.art-label { position: absolute; z-index: 1; padding: .5rem .75rem; border-radius: 999px; background: white; box-shadow: 0 8px 20px rgb(25 50 66 / 10%); font-size: .72rem; font-weight: 700; }.label-one { top: 16%; left: 10%; }.label-two { right: 7%; bottom: 20%; }.feature-copy > p:not(.eyebrow) { max-width: 53ch; color: var(--muted); }.check-list { display: grid; gap: 1rem; padding: 0; margin: 2rem 0 0; list-style: none; }.check-list li { display: flex; align-items: flex-start; gap: .85rem; }.check-list > li > span { display: grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; margin-top: .1rem; border-radius: 50%; background: #dff3f0; color: var(--teal-dark); font-size: .75rem; font-weight: 800; }.check-list strong, .check-list small { display: block; }.check-list small { color: var(--muted); font-size: .88rem; }
.resources-promo { padding-top: 2rem; }.resources-box { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 3rem; padding: clamp(2rem, 5vw, 4.5rem); overflow: hidden; border-radius: 2rem; background: var(--navy); color: white; }.resources-box h2 { max-width: 12ch; }.resources-box .eyebrow { color: #8ed9d3; }.resources-box p:not(.eyebrow) { max-width: 52ch; color: #cad6e6; }.resource-stack { position: relative; min-height: 200px; }.resource-stack article { position: absolute; width: 230px; padding: 1.2rem; border-radius: 1rem; box-shadow: 0 20px 30px rgb(0 0 0 / 15%); }.resource-stack article:first-child { top: 0; left: 0; background: #f6c853; color: var(--navy); transform: rotate(-5deg); }.resource-stack article:last-child { right: 0; bottom: 0; background: #ecfaf9; color: var(--navy); transform: rotate(6deg); }.resource-stack span, .resource-stack small { display: block; font-size: .72rem; }.resource-stack span { margin-bottom: 1rem; font-weight: 700; text-transform: uppercase; }.resource-stack strong { display: block; margin-bottom: .4rem; font-family: "Manrope", sans-serif; line-height: 1.2; }.resource-stack small { opacity: .7; }
.contact-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 11%; }.contact-grid > div > p:not(.eyebrow) { max-width: 45ch; color: var(--muted); }.contact-form { padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 35px rgb(32 51 85 / 5%); }.contact-form label { display: block; margin-bottom: .95rem; color: #42506a; font-size: .8rem; font-weight: 700; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: .35rem; padding: .7rem .8rem; border: 1px solid #d7dfe8; border-radius: .5rem; outline: none; color: var(--ink); background: #fcfdfd; font-weight: 400; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgb(27 157 152 / 12%); }.contact-form textarea { resize: vertical; }.form-note { margin: .8rem 0 0; color: var(--muted); font-size: .72rem; }.contact-success { display: grid; min-height: 20rem; place-items: center; align-content: center; padding: 2rem; text-align: center; }.contact-success span { display: grid; width: 3.5rem; height: 3.5rem; place-items: center; margin-bottom: 1rem; border-radius: 50%; background: #e6f5f2; color: var(--teal-dark); font-size: 1.5rem; font-weight: 800; }.contact-success h3 { margin-bottom: .55rem; }.contact-success p { max-width: 38ch; margin: 0; color: var(--muted); }
.site-footer { padding: 3rem 0 1.6rem; background: #101d34; color: #c2ccda; }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 1rem; padding-bottom: 2.5rem; }.brand-footer { color: white; }.footer-top p { margin: 0; font-size: .9rem; text-align: center; }.footer-mail { justify-self: end; color: white; font-size: .9rem; font-weight: 700; }.footer-mail span { color: #87d8d2; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.4rem; border-top: 1px solid rgb(255 255 255 / 12%); color: #8e9aab; font-size: .75rem; }

.resources-hero { padding-top: 6.5rem; padding-bottom: 5.5rem; background: linear-gradient(120deg, #eaf7f5, #fffefa 70%); }.resources-hero h1 { max-width: 14ch; }.resource-library { padding-top: 5rem; }.library-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }.library-toolbar h2 { margin-bottom: .2rem; font-size: 2.2rem; }.library-toolbar p { margin: 0; color: var(--muted); }.filter-pills { display: flex; flex-wrap: wrap; gap: .5rem; }.filter-pills button { padding: .5rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: white; font-size: .8rem; font-weight: 700; }.filter-pills button:hover, .filter-pills .is-active { border-color: var(--teal); color: white; background: var(--teal); }.lesson-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }.lesson-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s, box-shadow .2s; }.lesson-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.lesson-visual { position: relative; height: 180px; overflow: hidden; }.lesson-visual > span { position: absolute; top: 1.2rem; left: 1.2rem; color: rgb(23 45 84 / 55%); font-family: "Manrope", sans-serif; font-size: 2.4rem; font-weight: 800; }.visual-coral { background: #f8c7ba; }.visual-blue { background: #b9dce7; }.visual-yellow { background: #f5de8d; }.mini-figure { position: absolute; right: 22%; bottom: -20px; width: 70px; height: 115px; border-radius: 43px 43px 15px 15px; background: var(--navy); transform: rotate(18deg); }.mini-figure::before { content: ""; position: absolute; top: -34px; left: 12px; width: 47px; height: 47px; border-radius: 50%; background: #875e43; }.mini-figure::after { content: ""; position: absolute; top: 35px; right: -50px; width: 80px; height: 15px; border-radius: 99px; background: var(--navy); transform: rotate(20deg); }.figure-two { right: 40%; background: var(--coral); transform: rotate(-13deg); }.figure-two::after { right: -30px; transform: rotate(-43deg); }.figure-three { right: 35%; width: 65px; background: var(--teal); transform: rotate(7deg); }.lesson-content { padding: 1.4rem; }.card-tag { margin-bottom: .65rem; color: var(--teal-dark); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.lesson-content h3 { margin-bottom: .6rem; }.lesson-content > p:not(.card-tag) { color: var(--muted); font-size: .88rem; }.lesson-content dl { display: flex; gap: 2rem; margin: 1.2rem 0; padding-top: 1rem; border-top: 1px solid var(--line); }.lesson-content dl div { display: grid; gap: .1rem; }.lesson-content dt { color: var(--muted); font-size: .68rem; }.lesson-content dd { margin: 0; font-size: .78rem; font-weight: 700; }.lesson-content .text-link { font-size: .85rem; }
.download-list { max-width: 840px; margin-inline: auto; }.download-item { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border-top: 1px solid var(--line); background: transparent; transition: background .2s, padding .2s; }.download-item:last-child { border-bottom: 1px solid var(--line); }.download-item:not(.is-coming):hover { padding-inline: 1.5rem; background: white; }.file-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: .65rem; background: #dff3f0; color: var(--teal-dark); font-size: .75rem; font-weight: 800; }.download-item strong, .download-item small { display: block; }.download-item strong { font-size: .93rem; }.download-item small { color: var(--muted); font-size: .78rem; }.download-arrow { color: var(--teal-dark); font-size: .8rem; font-weight: 700; }.is-coming { opacity: .6; }.is-coming .file-icon { background: #e5eaf0; color: var(--muted); }.is-coming .download-arrow { color: var(--muted); }
.newsletter-section { padding-top: 2rem; }.newsletter-box { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 3.5rem; border-radius: 1.5rem; background: #e6f5f2; }.newsletter-box h2 { margin-bottom: .5rem; font-size: 2rem; }.newsletter-box p:not(.eyebrow) { max-width: 55ch; margin: 0; color: var(--muted); }.newsletter-box form { display: flex; flex: 0 0 min(100%, 390px); gap: .6rem; }.newsletter-box input { min-width: 0; flex: 1; padding: .8rem 1rem; border: 1px solid #c6dfdc; border-radius: 999px; outline: none; background: white; }.newsletter-box input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgb(27 157 152 / 12%); }
/* Kleuren uit het PEwise-pijllogo: lichte vlakken blijven rustig, accenten geven richting. */
.button-light:hover { background: #eaf6fd; border-color: #eaf6fd; }
.hero { background: linear-gradient(125deg, #ffffff 45%, #eaf6fd 100%); }
.orb-one { background: #ccecff; }
.orb-two { background: #ffe6a0; }
.progress-track { background: #dceffc; }
.progress-track.orange { background: #ffe3d5; }
.note { background: #edf8fe; color: #426383; }
.step-card { border-color: #d7e4f0; }
.step-icon, .check-list > li > span, .file-icon { background: #e0f4fe; color: var(--blue); }
.step-card:nth-child(2) .step-icon { background: #e7f2fc; color: var(--blue); }
.step-card:nth-child(3) .step-icon { background: #ffe9df; color: var(--coral); }
.art-frame { background: #e2f3fc; }
.resources-box .eyebrow { color: #8fd5f6; }
.resource-stack article:first-child { background: var(--yellow); }
.resource-stack article:last-child { background: #e8f6fd; }
.resources-hero { background: linear-gradient(120deg, #e8f6fd, #ffffff 70%); }
.visual-coral { background: #ffd3c4; }
.visual-blue { background: #ccecff; }
.visual-yellow { background: #ffe7a0; }
.newsletter-box { background: #e5f5fd; }
.newsletter-box input { border-color: #c5e3f4; }

[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }.is-visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  .section { padding: 5rem 0; }.hero { padding-top: 4rem; }.hero-grid, .feature-grid, .contact-grid, .resources-box, .method-story, .method-detail-grid { grid-template-columns: 1fr; gap: 3rem; }.hero-copy { max-width: 620px; }.hero-visual { width: min(520px, 100%); margin-inline: auto; }.logo-strip .container, .split-layout { display: block; }.logo-strip p { margin-bottom: 1rem; }.logo-strip div { justify-content: start; }.section-heading { margin-bottom: 2rem; }.section-heading h2 { max-width: 18ch; }.method-story { gap: 1.5rem; }.method-story h3 { max-width: 22ch; }.feature-art { order: 2; }.features-section .feature-copy { order: 1; }.contact-grid > div { max-width: 600px; }.resource-stack { width: min(500px, 100%); }.resources-box { gap: 2rem; }.lesson-grid { grid-template-columns: 1fr 1fr; }.newsletter-box { display: block; }.newsletter-box form { margin-top: 1.5rem; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 2rem, 1140px); }.header-inner { min-height: 4.6rem; }.menu-toggle { display: block; z-index: 2; }.main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: .8rem 1rem 1.2rem; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 14px 28px rgb(30 49 80 / 10%); }.main-nav.is-open { display: flex; flex-direction: column; }.main-nav > a { padding: .7rem .25rem; }.main-nav .button { justify-content: center; margin-top: .4rem; }.hero-visual { min-height: 355px; transform: scale(.92); transform-origin: left top; margin-bottom: -30px; }.orb-one { width: 270px; height: 270px; }.card-main { right: 0; }.steps-grid, .lesson-grid { grid-template-columns: 1fr; }.step-card { padding: 1.6rem; }.step-icon { margin-bottom: 2.5rem; }.art-frame { min-height: 360px; }.resources-box { padding: 2rem; }.resource-stack article { width: 190px; }.form-row { grid-template-columns: 1fr; gap: 0; }.footer-top, .footer-bottom { display: block; }.footer-top p { margin: 1rem 0; text-align: left; }.footer-mail { display: inline-block; }.footer-bottom span { display: block; }.footer-bottom span + span { margin-top: .5rem; }.library-toolbar { display: block; }.filter-pills { margin-top: 1.2rem; }.newsletter-box { padding: 2rem; }.newsletter-box form { display: block; }.newsletter-box input { width: 100%; margin-bottom: .75rem; }.newsletter-box .button { width: 100%; }.download-item { grid-template-columns: auto 1fr; }.download-arrow { grid-column: 2; }.logo-strip div { gap: .75rem 1.2rem; }
}

/* Hoofdnavigatie, kennisbank-zijpaneel en ledenomgeving */
.header-inner { gap: 1rem; }
.main-nav { margin-left: auto; gap: clamp(.8rem, 1.5vw, 1.45rem); }
.header-actions { display: flex; align-items: center; gap: .55rem; }
.resources-toggle, .login-link { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 2.65rem; border-radius: 999px; font-size: .88rem; font-weight: 700; white-space: nowrap; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.resources-toggle { padding: .55rem .85rem; border: 1px solid #c9e5f5; color: var(--blue); background: #edf8fe; }
.resources-toggle:hover { transform: translateY(-1px); border-color: var(--sky); background: #e0f4fe; }
.resources-toggle-icon { display: grid; width: 1.15rem; height: 1.15rem; place-items: center; border-radius: .32rem; color: white; background: var(--blue); font-size: .72rem; }
.login-link { padding: .55rem .85rem; border: 1px solid var(--navy); color: white; background: var(--navy); }
.login-link:hover, .login-link.is-current { transform: translateY(-1px); background: var(--blue); border-color: var(--blue); }
.resources-drawer { position: fixed; z-index: 60; top: 0; right: 0; display: flex; flex-direction: column; width: min(430px, 100%); height: 100dvh; padding: clamp(1.5rem, 4vw, 2.5rem); overflow-y: auto; background: #ffffff; box-shadow: -24px 0 60px rgb(11 33 66 / 18%); transform: translateX(105%); transition: transform .32s cubic-bezier(.2,.8,.2,1); }
.resources-drawer.is-open { transform: translateX(0); }
.drawer-backdrop { position: fixed; z-index: 50; inset: 0; background: rgb(11 33 66 / 42%); backdrop-filter: blur(3px); }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1.35rem; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin-bottom: .5rem; }.drawer-header h2 { max-width: 10ch; margin: 0; font-size: clamp(1.55rem, 4vw, 2.15rem); }
.drawer-close { display: grid; flex: 0 0 auto; width: 2.6rem; height: 2.6rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: white; font-size: 1.85rem; line-height: 1; transition: background .2s, color .2s; }
.drawer-close:hover { color: white; background: var(--navy); }
.drawer-intro { margin: 1.4rem 0 1.1rem; color: var(--muted); font-size: .95rem; }
.drawer-nav { display: grid; gap: .75rem; }.drawer-link { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .85rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: #ffffff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.drawer-link:hover, .drawer-link.is-current { border-color: #abdff8; box-shadow: 0 12px 28px rgb(8 115 198 / 10%); transform: translateX(-3px); }.drawer-link.is-current { background: #f2faff; }
.drawer-icon { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border-radius: .65rem; color: var(--navy); background: #dff3fe; font-size: .72rem; font-weight: 800; }
.drawer-link:nth-child(2) .drawer-icon { background: #fff1d2; }.drawer-link strong, .drawer-link small { display: block; }.drawer-link strong { margin-bottom: .12rem; font-family: "Manrope", sans-serif; font-size: .94rem; }.drawer-link small { color: var(--muted); font-size: .78rem; line-height: 1.45; }.drawer-link > span:last-child { color: var(--blue); font-weight: 800; }
.drawer-login { display: inline-flex; align-items: center; justify-content: space-between; gap: .7rem; margin-top: auto; padding: 1.1rem 0 0; color: var(--blue); font-weight: 800; }
body.is-drawer-open { overflow: hidden; }
.building-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; max-width: 980px; margin-inline: auto; }.building-card { --building-color: var(--blue); --building-tint: #eaf7fe; position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: clamp(1.1rem, 3vw, 2.2rem); padding: clamp(1.35rem, 3vw, 2rem); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(105deg, var(--building-tint), #ffffff 42%); box-shadow: 0 10px 30px rgb(11 33 66 / 5%); transition: transform .2s ease, box-shadow .2s ease; }.building-card::before { position: absolute; inset: 0 auto 0 0; width: .42rem; background: var(--building-color); content: ""; }.building-card:hover { box-shadow: 0 16px 38px rgb(11 33 66 / 9%); transform: translateY(-2px); }.building-red { --building-color: #ff5925; --building-tint: #fff0eb; }.building-purple { --building-color: #5a30ff; --building-tint: #f0edff; }.building-blue { --building-color: #0873c6; --building-tint: #eaf7fe; }.building-green { --building-color: #16886f; --building-tint: #e7f7f2; }.building-yellow { --building-color: #d09500; --building-tint: #fff7d7; }.building-mint { --building-color: #1b9d98; --building-tint: #e6f5f2; }.building-number { display: grid; width: 3.25rem; height: 3.25rem; place-items: center; border-radius: 1rem; color: white; background: var(--building-color); font-family: "Manrope", sans-serif; font-size: .82rem; font-weight: 800; }.building-card-copy { max-width: 720px; }.building-label { margin: 0 0 .25rem; color: var(--building-color); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.building-card h3 { margin-bottom: .45rem; font-size: clamp(1.3rem, 2vw, 1.65rem); }.building-card-copy > p:last-child { margin: 0; color: var(--muted); font-size: .9rem; }.building-callout { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; max-width: 980px; margin: 3rem auto 0; padding-top: 2.5rem; border-top: 1px solid var(--line); }.building-callout h2 { max-width: 20ch; font-size: clamp(1.65rem, 3vw, 2.45rem); }.building-callout p:not(.eyebrow) { max-width: 62ch; margin-bottom: 0; color: var(--muted); }.building-callout-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: .75rem; }.building-callout-actions .button { min-height: 3rem; }
.login-page { min-height: calc(100vh - 5.25rem); background: linear-gradient(135deg, #f5fbff, #ffffff 58%, #fff6df); }.login-shell { display: grid; grid-template-columns: .9fr 1fr; align-items: center; width: min(960px, calc(100% - 3rem)); min-height: calc(100vh - 5.25rem); gap: clamp(2rem, 8vw, 7rem); margin: 0 auto; }.login-copy h1 { max-width: 9ch; }.login-copy > p:not(.eyebrow) { max-width: 42ch; color: var(--muted); font-size: 1.08rem; }.login-form { padding: clamp(1.5rem, 4vw, 2.3rem); border: 1px solid var(--line); border-radius: 1.4rem; background: white; box-shadow: var(--shadow); }.login-form label { display: block; margin-bottom: 1rem; color: var(--ink); font-size: .82rem; font-weight: 800; }.login-form input:not([type="checkbox"]) { display: block; width: 100%; margin-top: .4rem; padding: .78rem .85rem; border: 1px solid #cfe0ed; border-radius: .65rem; outline: none; background: #fbfdff; }.login-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb(51 181 240 / 18%); }.login-options { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: .2rem 0 1.35rem; font-size: .8rem; }.login-options label { display: flex; align-items: center; gap: .35rem; margin: 0; color: var(--muted); font-weight: 500; }.login-options a { color: var(--blue); font-weight: 700; }.login-form .button { width: 100%; }.login-note { margin: 1rem 0 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }.login-note.is-message { color: var(--blue); font-weight: 700; }

@media (max-width: 980px) {
  .main-nav { gap: .8rem; font-size: .82rem; }.resources-toggle, .login-link { padding-inline: .7rem; font-size: .82rem; }
}
@media (max-width: 850px) {
  .header-inner { position: relative; }.menu-toggle { display: block; z-index: 2; }.main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: .8rem 1rem 1.2rem; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 14px 28px rgb(30 49 80 / 10%); }.main-nav.is-open { display: flex; flex-direction: column; }.main-nav > a { padding: .7rem .25rem; }.login-shell { grid-template-columns: 1fr; }.building-card { grid-template-columns: auto 1fr; }.login-shell { min-height: auto; padding-block: 5rem; }.login-copy { max-width: 560px; }
}
@media (max-width: 560px) {
  .resources-toggle-label { display: none; }.resources-toggle { width: 2.65rem; padding: 0; }.login-link { padding-inline: .7rem; }.building-card { grid-template-columns: 1fr; gap: .85rem; }.building-number { width: 2.8rem; height: 2.8rem; border-radius: .8rem; }.building-callout { display: block; }.building-callout-actions { margin-top: 1.4rem; }.login-options { align-items: flex-start; flex-direction: column; gap: .55rem; }
}

/* Compacte logo-knop links en kennisbankmenu vanaf de linkerzijde. */
.brand-menu-toggle { display: inline-flex; align-items: center; gap: .55rem; padding: 0; border: 0; background: transparent; }
.brand-logo-frame { display: grid; width: 3.15rem; height: 3.15rem; padding: .25rem; place-items: center; border: 1px solid #c9e5f5; border-radius: .9rem; background: #edf8fe; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.brand-menu-toggle:hover .brand-logo-frame, .brand-menu-toggle[aria-expanded="true"] .brand-logo-frame { border-color: var(--sky); background: #dff3fe; transform: translateY(-1px); }
.brand-menu-toggle .brand-logo { width: 2.45rem; height: 2.15rem; filter: drop-shadow(0 4px 8px rgb(8 115 198 / 16%)); }
.brand-menu-wordmark { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.5rem; font-weight: 800; letter-spacing: -.07em; }.brand-menu-wordmark > span { color: var(--blue); }
.resources-drawer { right: auto; left: 0; box-shadow: 24px 0 60px rgb(11 33 66 / 18%); transform: translateX(-105%); }
.drawer-link:hover, .drawer-link.is-current { transform: translateX(3px); }

@media (max-width: 560px) {
  .brand-logo-frame { width: 2.8rem; height: 2.8rem; }.brand-menu-toggle .brand-logo { width: 2.15rem; height: 1.9rem; }.brand-menu-wordmark { font-size: 1.35rem; }
}
