/*
Theme Name: HSEPool
Theme URI: https://hsepool.nl/
Author: SiteJob
Author URI: https://sitejob.nl/
Description: Lichtgewicht maatwerkthema voor de publieke HSEPool-website.
Version: 0.3.1
Requires at least: 6.6
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hsepool
Tags: custom-logo, custom-menu, featured-images, wide-blocks, accessibility-ready
*/

:root {
  --navy: #09282a;
  --navy-2: #0e3638;
  --ink: #102b2d;
  --ink-soft: #4c6060;
  --green: #83dd8d;
  --green-strong: #54c86f;
  --green-pale: #eaf8e9;
  --cream: #f5f3eb;
  --paper: #fffef9;
  --white: #ffffff;
  --line: #dbe2dc;
  --line-dark: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(8, 42, 43, 0.12);
  --radius-lg: 30px;
  --radius: 20px;
  --shell: min(1200px, calc(100vw - 48px));
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
/* clip in plaats van hidden: hidden maakt van body een scrollcontainer en
   daarmee valt position: sticky in de zijkolom stil. */
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(84px, 9vw, 136px); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 16px; background: white; color: var(--navy); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, .logo-copy strong { font-family: "Manrope", "DM Sans", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(3.3rem, 6vw, 6.15rem); line-height: 0.98; letter-spacing: -0.065em; font-weight: 700; }
h1 em { display: block; color: var(--green-strong); font-style: normal; }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4vw, 4.2rem); line-height: 1.04; letter-spacing: -0.052em; font-weight: 700; }
h3 { line-height: 1.2; letter-spacing: -0.028em; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #2c6d59; font-size: 0.77rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--green-strong); }
.light-eyebrow { color: #b6d6ce; }
.mini-label { margin-bottom: 14px; color: #387860; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding-block: 10px; transition: 180ms ease; }
.header-inner { position: relative; display: flex; min-height: 72px; align-items: center; gap: clamp(14px, 1.6vw, 24px); padding: 8px 10px 8px 18px; border: 1px solid rgba(19, 65, 61, .1); border-radius: 999px; background: rgba(255, 254, 249, .82); box-shadow: 0 10px 34px rgba(8, 42, 43, .055); backdrop-filter: blur(18px); transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.site-header.scrolled .header-inner { border-color: rgba(19, 65, 61, .14); background: rgba(255, 254, 249, .96); box-shadow: 0 14px 38px rgba(8, 42, 43, .1); }
.logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand-logo { width: auto; height: auto; }
.brand-logo-header { width: 174px; }
.brand-logo-footer { width: 210px; }
.logo-mark { display: grid; width: 44px; height: 44px; place-items: center; color: var(--navy); }
.logo-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.2; }
.logo-mark svg circle { stroke-width: 1.2; opacity: 0.3; }
.logo-copy strong { display: block; font-size: 1.32rem; line-height: 1; letter-spacing: -0.055em; }
.logo-copy strong span { color: #4faf6b; }
.logo-copy small { display: block; margin-top: 5px; color: #617271; font-size: 0.59rem; font-weight: 700; letter-spacing: 0.045em; }
.header-panel { display: flex; margin-left: auto; align-items: center; gap: 12px; }
.main-nav { display: flex; align-items: center; }
.main-nav > ul { display: flex; margin: 0; padding: 4px; align-items: center; gap: 2px; border: 1px solid rgba(31, 88, 74, .08); border-radius: 999px; background: rgba(229, 237, 229, .62); list-style: none; }
.main-nav > ul > li { position: relative; }
.main-nav a, .text-link { position: relative; color: #294344; font-size: .84rem; font-weight: 700; }
.main-nav > ul > li > a { display: flex; min-height: 42px; align-items: center; padding: 0 13px; border-radius: 999px; gap: 8px; transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.main-nav > ul > li > a:hover, .main-nav > ul > li:focus-within > a, .main-nav > ul > .current-menu-item > a, .main-nav > ul > .current-menu-ancestor > a { color: var(--navy); background: white; box-shadow: 0 5px 16px rgba(9, 44, 42, .08); }
.home .main-nav > ul > .current-menu-item:not(:hover):not(:focus-within) > a, .home .main-nav > ul > .current-menu-ancestor:not(:hover):not(:focus-within) > a { background: transparent; box-shadow: none; }
.main-nav .menu-item-has-children > a::after { width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: translateY(-2px) rotate(45deg); transition: transform 160ms ease; }
.main-nav .menu-item-has-children:hover > a::after, .main-nav .menu-item-has-children:focus-within > a::after { transform: translateY(1px) rotate(225deg); }
.main-nav .sub-menu { position: absolute; z-index: 2; top: calc(100% + 12px); left: 50%; display: grid; width: 218px; margin: 0; padding: 8px; border: 1px solid rgba(19, 65, 61, .12); border-radius: 17px; opacity: 0; visibility: hidden; background: rgba(255, 255, 252, .98); box-shadow: 0 18px 44px rgba(8, 42, 43, .14); list-style: none; transform: translate(-50%, -6px); transition: opacity 150ms ease, visibility 150ms ease, transform 150ms ease; }
.main-nav .sub-menu::before { position: absolute; top: -12px; right: 0; left: 0; height: 12px; content: ""; }
.main-nav li:hover > .sub-menu, .main-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.main-nav .sub-menu a { display: flex; min-height: 44px; align-items: center; padding: 0 13px; border-radius: 11px; }
.main-nav .sub-menu a:hover, .main-nav .sub-menu a:focus { color: var(--navy); outline: none; background: #eef5ee; }
.header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 5px; padding-left: 4px; }
.header-actions .text-link { display: inline-flex; min-height: 44px; align-items: center; padding-inline: 13px; border-radius: 999px; transition: background 160ms ease; }
.header-actions .text-link:hover { background: #eef4ed; }
.header-actions .button-small { min-height: 46px; padding-inline: 19px; }
/* Labels mogen nooit midden in een woordgroep afbreken. */
.main-nav a, .header-actions .text-link, .header-actions .button { white-space: nowrap; }
/* Achtergrond niet laten meescrollen terwijl het paneel openstaat. */
body.menu-open { overflow: hidden; }
.menu-button { display: none; padding: 8px; border: 0; background: none; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); transition: 180ms ease; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 0.92rem; font-weight: 800; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 0.82rem; }
.button-dark { color: white; background: var(--navy); box-shadow: 0 11px 24px rgba(8, 42, 43, 0.16); }
.button-dark:hover { background: #144143; }
.button-primary { color: #082b27; background: var(--green); box-shadow: 0 15px 32px rgba(75, 190, 104, 0.25); }
.button-primary:hover { background: #98e6a0; }
.button-ghost { border-color: #bcc9c2; color: var(--ink); background: rgba(255,255,255,.58); }
.button-white { color: var(--navy); background: white; }
.button-outline-light { border-color: rgba(255,255,255,.4); color: white; }

.hero { position: relative; overflow: clip; padding-top: 92px; background: radial-gradient(circle at 6% 30%, rgba(116, 219, 135, 0.14), transparent 26rem), linear-gradient(145deg, var(--cream), #f8f8f2 62%, #eef4ef); }
.hero::after { position: absolute; z-index: 0; right: -120px; bottom: 80px; width: 380px; height: 380px; border: 1px solid rgba(15, 70, 60, .1); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 730px; grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr); align-items: center; gap: clamp(44px, 6vw, 90px); padding-block: 70px 56px; }
.hero-copy { position: relative; z-index: 2; max-width: 640px; }
.hero-intro { max-width: 590px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.35vw, 1.23rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 13px 24px; margin: 0; padding: 0; color: #49605b; font-size: 0.84rem; font-weight: 650; list-style: none; }
.check { display: inline-grid; width: 19px; height: 19px; margin-right: 6px; place-items: center; border-radius: 50%; color: #23613e; background: #d9f2dc; font-size: 0.72rem; }
.hero-visual { position: relative; min-width: 0; }
.photo-frame { position: relative; height: 570px; overflow: hidden; border-radius: 150px 24px 24px 24px; box-shadow: var(--shadow); }
.photo-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(4, 32, 33, .58)); }
.availability-card { position: absolute; right: 24px; bottom: 26px; left: 24px; display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 17px; color: white; background: rgba(9, 39, 40, .84); backdrop-filter: blur(14px); }
.avatar { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #163a30; background: var(--green); font-size: .8rem; font-weight: 900; }
.availability-copy { display: grid; line-height: 1.35; }
.availability-copy small { color: #a9c7bf; font-size: .67rem; }
.availability-copy strong { font-family: "Manrope"; font-size: .9rem; }
.availability-copy span { margin-top: 3px; color: #d4e5e0; font-size: .69rem; }
.availability-copy i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #86df91; box-shadow: 0 0 0 4px rgba(134,223,145,.12); }
.verified { display: grid; width: 25px; height: 25px; margin-left: auto; place-items: center; border-radius: 50%; color: #0b4330; background: var(--green); font-size: .75rem; font-weight: 900; }
.image-label { position: absolute; top: 27px; left: 25px; display: grid; gap: 3px; padding: 12px 15px; border-radius: 12px; color: white; background: rgba(7, 37, 39, .76); backdrop-filter: blur(12px); }
.image-label span { color: #9fdcae; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.image-label strong { font-size: .72rem; font-weight: 600; }
.proof-bar { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr) 1.5fr; border-top: 1px solid rgba(17, 66, 58, .14); }
.proof-bar > div { min-height: 112px; padding: 24px 28px; border-right: 1px solid rgba(17, 66, 58, .14); }
.proof-bar > div:first-child { padding-left: 0; }
.proof-bar strong, .proof-bar span { display: block; }
.proof-bar strong { font-family: "Manrope"; font-size: 1.32rem; letter-spacing: -.04em; }
.proof-bar span { color: #637572; font-size: .75rem; }
.proof-note { display: flex; flex-direction: column; justify-content: center; border-right: 0 !important; }
.proof-note span { color: #438162; font-weight: 700; }
.proof-note strong { margin-top: 3px; font-size: 1rem; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:not(.eyebrow) { max-width: 600px; color: var(--ink-soft); font-size: 1.02rem; }
.split-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 40px; }
.split-heading > div { max-width: 700px; }
.split-heading > p { max-width: 370px !important; margin-bottom: 8px; }
.audience { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.audience-card { position: relative; min-height: 520px; overflow: hidden; padding: clamp(34px, 4vw, 58px); border-radius: var(--radius-lg); }
.client-card { border: 1px solid var(--line); background: linear-gradient(150deg, #f0f7f0, #fbfcf6); }
.professional-card { color: white; background: radial-gradient(circle at 100% 0, rgba(112, 216, 132, .2), transparent 22rem), var(--navy); }
.card-number { position: absolute; top: 30px; right: 32px; color: rgba(16, 43, 45, .15); font-family: "Manrope"; font-size: 4.5rem; font-weight: 800; letter-spacing: -.08em; }
.professional-card .card-number { color: rgba(255,255,255,.12); }
.audience-icon { display: grid; width: 58px; height: 58px; margin-bottom: 54px; place-items: center; border-radius: 17px; color: var(--navy); background: var(--green); }
.audience-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.audience-card h3 { max-width: 500px; margin-bottom: 18px; font-size: clamp(1.7rem, 2.6vw, 2.45rem); }
.audience-card > p:not(.mini-label) { max-width: 520px; color: #61716f; }
.professional-card .mini-label { color: #83dd8d; }
.professional-card > p:not(.mini-label), .professional-card li { color: #bad0ca; }
.audience-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 40px; padding: 0; list-style: none; }
.audience-card li { padding: 8px 12px; border: 1px solid rgba(13, 67, 54, .15); border-radius: 999px; color: #365d51; font-size: .73rem; font-weight: 700; }
.professional-card li { border-color: rgba(255,255,255,.14); }
.arrow-link { display: inline-flex; align-items: center; gap: 13px; color: #123c35; font-weight: 800; }
.arrow-link span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #dff2df; transition: transform 160ms ease; }
.arrow-link:hover span { transform: translateX(4px); }
.arrow-link.light { color: white; }
.arrow-link.light span { color: var(--navy); background: var(--green); }

.assignments { background: #f1f4ef; }
.assignment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.assignment-card { display: flex; min-height: 410px; flex-direction: column; padding: 28px; border: 1px solid #dce3dd; border-radius: var(--radius); background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease; }
.assignment-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.assignment-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 34px; }
.category { color: #38735b; font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fresh { display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px; border-radius: 999px; color: #26603f; background: var(--green-pale); font-size: .66rem; font-weight: 800; }
.fresh i { width: 6px; height: 6px; border-radius: 50%; background: #51bd66; }
.fresh.neutral { color: #66736f; background: #edf1ee; }
.assignment-card h3 { margin-bottom: 7px; font-size: 1.55rem; }
.location { margin-bottom: 24px; color: #72817d; font-size: .87rem; }
.assignment-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding-block: 20px; border-block: 1px solid #e5e9e6; }
.assignment-meta span { font-size: .75rem; font-weight: 700; }
.assignment-meta small { display: block; margin-bottom: 4px; color: #87938f; font-size: .62rem; font-weight: 600; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 20px 0; }
.tag-row span { padding: 6px 9px; border-radius: 6px; color: #536862; background: #f0f4f1; font-size: .65rem; font-weight: 700; }
.assignment-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 4px; color: #266a50; font-size: .82rem; font-weight: 800; }
.assignment-card > a span { font-size: 1.1rem; }
.center-action { display: grid; margin-top: 42px; place-items: center; }
.center-action p { margin: 13px 0 0; color: #73807d; font-size: .76rem; }
.center-action p a { color: #286b50; text-decoration: underline; }

.how { color: white; background: radial-gradient(circle at 8% 80%, rgba(122, 220, 139, .13), transparent 27rem), var(--navy); }
.how-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); }
.how-intro { position: sticky; top: 140px; align-self: start; }
.how-intro h2 { max-width: 500px; }
.how-intro > p:not(.eyebrow) { max-width: 470px; margin-bottom: 34px; color: #abc3bd; font-size: 1.04rem; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 76px 1fr; gap: 18px; padding: 42px 0; border-top: 1px solid var(--line-dark); }
.steps-list li:last-child { border-bottom: 1px solid var(--line-dark); }
.step-index { color: var(--green); font-family: "Manrope"; font-size: 1.2rem; font-weight: 800; }
.steps-list h3 { margin-bottom: 10px; font-size: 1.45rem; }
.steps-list p { max-width: 530px; margin: 0; color: #aac0ba; }

.knowledge { background: var(--paper); }
.knowledge .split-heading { align-items: center; }
.knowledge-grid { display: grid; grid-template-columns: 1.32fr .68fr; gap: 20px; }
.featured-article { display: grid; overflow: hidden; grid-template-columns: .82fr 1.18fr; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #f5f7f1; }
.article-art { position: relative; display: flex; min-height: 430px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 32px; color: white; background: radial-gradient(circle at 0 0, rgba(132, 221, 142, .38), transparent 20rem), #123c3e; }
.article-art::after { position: absolute; right: -80px; bottom: -80px; width: 260px; height: 260px; border: 35px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.art-label { position: absolute; top: 27px; left: 27px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-art strong { position: relative; z-index: 1; font-family: "Manrope"; font-size: 5rem; line-height: .8; letter-spacing: -.08em; }
.article-art-image { padding: 0; }
.article-art-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-art-image::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(4,32,33,.3)); content: ""; }
.art-lines { position: absolute; top: 100px; right: 20px; left: 20px; display: grid; gap: 17px; transform: rotate(-17deg); }
.art-lines i { height: 1px; background: rgba(131,221,141,.3); }
.article-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 4vw, 56px); }
.article-meta { display: flex; gap: 16px; margin-bottom: 26px; color: #667973; font-size: .68rem; font-weight: 700; }
.article-copy h3 { margin-bottom: 18px; font-size: clamp(1.65rem, 2.5vw, 2.25rem); }
.article-copy p { color: #60716e; }
.article-copy a { margin-top: 18px; color: #24694f; font-weight: 800; }
.article-list { display: grid; gap: 12px; }
.compact-article { display: flex; min-height: 132px; align-items: center; justify-content: space-between; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform 160ms ease, border-color 160ms ease; }
.compact-article:hover { transform: translateX(4px); border-color: #9ebfac; }
.article-type { color: #3b7a60; font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.compact-article h3 { margin: 7px 0; font-size: 1rem; }
.compact-article p { margin: 0; color: #81908c; font-size: .66rem; }
.round-arrow { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #23634b; background: var(--green-pale); }

.final-cta { padding-block: 32px; background: var(--paper); }
.cta-inner { display: flex; min-height: 380px; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(45px, 6vw, 78px); border-radius: var(--radius-lg); color: white; background: radial-gradient(circle at 80% 10%, rgba(131,221,141,.3), transparent 28rem), var(--navy); }
.cta-inner > div:first-child { max-width: 650px; }
.cta-inner h2 { margin-bottom: 14px; }
.cta-inner p:not(.eyebrow) { max-width: 580px; margin: 0; color: #b9ccc7; }
.cta-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; }

.site-footer { padding-top: 92px; color: #bed0cb; background: #061d1f; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 65px; padding-bottom: 80px; }
.footer-logo { margin-bottom: 24px; color: white; }
.footer-brand p { max-width: 330px; color: #879f99; }
.footer-grid h2 { margin-bottom: 22px; color: white; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a, .footer-grid span { color: #8fa69f; font-size: .82rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #68807a; font-size: .68rem; }
.footer-legal ul { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 25px; list-style: none; }
.footer-legal a { color: #68807a; font-size: .68rem; }
.footer-legal a:hover { color: white; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

/* Nova-managed editorial pages */
.content-main, .archive-main, .author-page { padding-top: 92px; }
.resource-header, .archive-hero, .author-hero { padding-block: clamp(84px, 9vw, 128px) clamp(52px, 6vw, 82px); background: radial-gradient(circle at 8% 20%, rgba(116,219,135,.15), transparent 25rem), linear-gradient(145deg, var(--cream), #f8faf5); }
.resource-header-inner { max-width: 980px; margin-left: max(24px, calc((100vw - 1200px) / 2)); }
.resource-header h1, .archive-hero h1, .author-hero h1 { max-width: 1050px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.5vw, 5.5rem); }
.resource-intro, .archive-intro, .author-bio { max-width: 780px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.7; }
.resource-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 34px; margin-top: 38px; color: #405754; }
.byline-author { display: flex; align-items: center; gap: 12px; padding-right: 32px; border-right: 1px solid #cbd8d0; }
.byline-photo, .byline-photo img { display: block; width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.byline-author span:last-child, .byline-detail { display: grid; line-height: 1.3; }
.byline-author small, .byline-detail small { color: #748680; font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.byline-author strong, .byline-detail time { font-size: .86rem; font-weight: 800; }
.resource-updated { margin-top: 28px; color: #657772; font-size: .86rem; }
.resource-banner { height: clamp(210px, 30vw, 390px); margin-top: clamp(34px, 4vw, 58px); overflow: hidden; border-radius: 24px; box-shadow: 0 24px 60px rgba(8,42,43,.1); }
.resource-banner img { width: 100%; height: 100%; object-fit: cover; }
.resource-body { max-width: 840px; padding-block: clamp(64px, 8vw, 112px); }

/* Vanaf 1080px krijgt de tekst gezelschap van een zijkolom met de harde CTA.
   Daaronder stapelt alles en neemt de balk onderaan die rol over. */
@media (min-width: 1080px) {
  .resource-body { display: grid; max-width: none; align-items: start; grid-template-columns: minmax(0, 760px) minmax(260px, 320px); gap: clamp(40px, 5vw, 72px); }
  .resource-main { min-width: 0; }
  .resource-main .entry-content > *:not(.alignwide) { margin-left: 0; margin-right: 0; }
  .resource-aside { position: sticky; top: 104px; }
}
.resource-aside { display: none; }
@media (min-width: 1080px) { .resource-aside { display: block; } }

.aside-cta { display: grid; padding: 26px 26px 28px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 18px 46px rgba(8,42,43,.08); gap: 12px; }
.aside-cta strong { font-family: "Manrope", system-ui, sans-serif; font-size: 1.14rem; line-height: 1.35; }
.aside-cta p { margin: 0; color: var(--ink-soft); font-size: .92rem; line-height: 1.6; }
.aside-cta .button { margin-top: 4px; }
.aside-cta .arrow-link { font-size: .88rem; }

/* Sticky balk voor schermen zonder zijkolom. Verschijnt pas voorbij de intro en
   verdwijnt zodra de afsluitende CTA in beeld komt, zodat er nooit twee keer
   dezelfde actie tegelijk zichtbaar is. */
.sticky-cta { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: rgba(255,254,249,.97); box-shadow: 0 -12px 32px rgba(8,42,43,.1); transform: translateY(110%); transition: transform 220ms ease; }
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta-inner { display: flex; align-items: center; justify-content: space-between; padding-block: 12px; gap: 16px; }
.sticky-cta-text { display: grid; margin: 0; min-width: 0; }
.sticky-cta-text strong { overflow: hidden; font-family: "Manrope", system-ui, sans-serif; font-size: .98rem; text-overflow: ellipsis; white-space: nowrap; }
.sticky-cta-text span { color: var(--ink-soft); font-size: .82rem; }
.sticky-cta .button { flex: 0 0 auto; }
@media (min-width: 1080px) { .sticky-cta { display: none; } }
@media (max-width: 460px) { .sticky-cta-text span { display: none; } .sticky-cta .button { padding-inline: 16px; font-size: .78rem; } }
@media (prefers-reduced-motion: reduce) { .sticky-cta { transition: none; } }
/* De titel van een pagina hoort in dezelfde kolom te staan als de tekst
   eronder. Zonder dit staat de h1 tegen de rand van de shell terwijl de
   inhoud gecentreerd is, wat er los uitziet. */
.content-shell > article > header { max-width: 760px; margin-inline: auto; }
.content-shell > article > header h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); }
.page-visual { overflow: hidden; max-width: 1040px; margin: clamp(30px, 4vw, 48px) auto clamp(42px, 6vw, 72px); border-radius: var(--radius-lg); background: #e7ece7; box-shadow: 0 24px 64px rgba(9, 42, 42, .12); aspect-ratio: 16 / 7; }
.page-visual img { width: 100%; height: 100%; object-fit: cover; object-position: var(--page-visual-position, 50% 50%); }
.not-found { max-width: 760px; min-height: 54vh; margin-inline: auto; display: flex; flex-direction: column; justify-content: center; }
.not-found h1 { max-width: 680px; font-size: clamp(2.8rem, 6vw, 5rem); }
.not-found .page-lead { max-width: 660px; color: var(--ink-soft); }
.not-found .page-actions { display: flex; margin-top: 30px; flex-wrap: wrap; gap: 14px; }

.entry-content { color: #263f40; font-size: 1.08rem; line-height: 1.82; }
.entry-content > * { max-width: 760px; margin-right: auto; margin-left: auto; }
.entry-content > .alignwide { width: min(1040px, 100%); max-width: 1040px; margin-right: auto; margin-left: auto; transform: none; }
.entry-content h2 { margin-top: 2.25em; margin-bottom: .65em; font-size: clamp(2rem, 3.4vw, 3.1rem); }
.entry-content h3 { margin-top: 2em; margin-bottom: .6em; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.entry-content a { color: #21694d; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .17em; }
.entry-content blockquote { margin-block: 2.2em; padding: 28px 32px; border-left: 5px solid var(--green-strong); border-radius: 0 16px 16px 0; background: #f1f7f0; font-family: "Manrope"; font-size: 1.2rem; }
.entry-content img { height: auto; border-radius: 18px; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content li { margin-bottom: .55em; }

/* Editorial page building blocks, used by the landing, contact and legal pages. */
.entry-content .page-lead { color: #2f4a4b; font-family: "Manrope", system-ui, sans-serif; font-size: clamp(1.15rem, 1.9vw, 1.4rem); line-height: 1.6; }
.entry-content .page-notice { max-width: 760px; margin-block: 2em; padding: 22px 26px; border: 1px solid #d8cfa8; border-radius: 16px; background: #fdf8e6; color: #4a4326; font-size: .95rem; line-height: 1.7; }
.entry-content .page-notice strong { display: block; margin-bottom: .35em; color: #3a3419; font-family: "Manrope", system-ui, sans-serif; }
.entry-content .page-actions { display: flex; margin-block: 2em; flex-wrap: wrap; gap: 14px; }
.entry-content .page-actions a { text-decoration: none; }
.entry-content .button-dark { color: white; }
.entry-content .button-ghost { color: var(--ink); }
.entry-content .page-panel { max-width: 760px; margin-block: 2em; padding: 26px 30px; border: 1px solid #dfe7de; border-radius: 18px; background: #f6faf5; }
.entry-content .page-panel > :first-child { margin-top: 0; }
.entry-content .page-panel > :last-child { margin-bottom: 0; }
.entry-content .contact-list { padding-left: 0; list-style: none; }
.entry-content .contact-list li { display: flex; flex-wrap: wrap; gap: .35em 1em; }
.entry-content .contact-list span { min-width: 9em; color: var(--ink-soft); font-weight: 600; }
.entry-content .faq-item { max-width: 760px; margin-block: 10px; padding: 4px 24px; border: 1px solid #e2e8e1; border-radius: 14px; background: var(--paper); }
.entry-content .faq-item summary { padding-block: 18px; color: var(--ink); cursor: pointer; font-family: "Manrope", system-ui, sans-serif; font-size: 1.05rem; font-weight: 700; }
.entry-content .faq-item summary::marker { color: var(--green-strong); }
.entry-content .faq-item[open] summary { border-bottom: 1px solid #eef2ed; }
.entry-content .faq-item p { margin-block: 1em; font-size: 1rem; }
.process-page { padding-top: 92px; }
.process-page-hero { padding-block: 26px clamp(76px, 9vw, 124px); }
.process-hero-card { display: grid; min-height: 620px; overflow: hidden; border-radius: 34px; color: white; background: var(--navy); box-shadow: 0 32px 80px rgba(8, 42, 43, .17); grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.process-hero-copy { display: flex; min-width: 0; padding: clamp(42px, 5vw, 68px); flex-direction: column; justify-content: center; }
.process-hero-copy h1 { max-width: 570px; margin-bottom: 26px; font-size: clamp(3.7rem, 6vw, 6.1rem); }
.process-hero-intro { max-width: 600px; margin-bottom: 34px; color: #c6d9d5; font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.7; }
.process-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.process-hero-actions a { text-decoration: none; }
.process-hero-meta { display: grid; margin: auto 0 0; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.process-hero-meta div { display: flex; flex-direction: column-reverse; }
.process-hero-meta dt { color: #9dbbb5; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.process-hero-meta dd { margin: 0 0 3px; font-family: "Manrope", system-ui, sans-serif; font-size: 1.45rem; font-weight: 800; }
.process-hero-meta small { color: #c6d9d5; font-size: .7rem; font-weight: 600; }
.process-hero-visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #173f3e; }
.process-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(4,29,29,.52)); content: ""; }
.process-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: var(--process-visual-position, 50% 50%); }
.process-hero-visual figcaption { position: absolute; z-index: 1; right: 28px; bottom: 28px; max-width: 270px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; background: rgba(8,40,42,.76); box-shadow: 0 14px 35px rgba(0,0,0,.18); font-size: .82rem; line-height: 1.45; backdrop-filter: blur(12px); }
.process-hero-visual figcaption span { display: block; margin-bottom: 3px; color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.process-page-content { padding-bottom: clamp(90px, 10vw, 150px); }
.process-page-content > .process-route:first-child { margin-top: 0; }
.entry-content .process-route { display: grid; margin-block: 34px; padding: clamp(38px, 5vw, 68px); border: 1px solid #dfe7de; border-radius: 30px; background: #fbfcf7; scroll-margin-top: 120px; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: clamp(38px, 6vw, 84px); }
.entry-content .process-route-heading { position: sticky; top: 120px; align-self: start; margin: 0; }
.entry-content .process-route-heading h2, .entry-content .process-principles-heading h2 { margin: 0 0 16px; font-size: clamp(2.15rem, 3.5vw, 3.5rem); }
.entry-content .process-route-heading > p:last-child { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.entry-content .process-flow { position: relative; display: grid; margin: 0; padding: 0; gap: 0; list-style: none; }
.entry-content .process-flow::before { position: absolute; top: 24px; bottom: 24px; left: 23px; width: 2px; background: #cbdccf; content: ""; }
.entry-content .process-flow li { position: relative; display: grid; min-height: 0; margin: 0; padding: 0 0 38px; border: 0; background: transparent; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; }
.entry-content .process-flow li:last-child { padding-bottom: 0; }
.entry-content .process-flow .process-number { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; margin: 0; border: 5px solid #fbfcf7; place-items: center; border-radius: 50%; color: #123b32; background: var(--green); font-family: "Manrope", system-ui, sans-serif; font-size: .68rem; font-weight: 800; }
.entry-content .process-flow h3 { margin: 4px 0 7px; font-size: 1.22rem; }
.entry-content .process-flow p { margin: 0; color: var(--ink-soft); font-size: .94rem; line-height: 1.65; }
.entry-content .process-route-dark { border-color: transparent; color: white; background: var(--navy); }
.entry-content .process-route-dark .mini-label, .entry-content .process-route-dark .process-route-heading > p:last-child { color: #b8d3cd; }
.entry-content .process-route-dark .process-flow::before { background: rgba(255,255,255,.2); }
.entry-content .process-route-dark .process-flow .process-number { border-color: var(--navy); }
.entry-content .process-route-dark .process-flow p { color: #c5d8d3; }
.entry-content .process-principles { margin-block: clamp(62px, 8vw, 108px) 42px; padding: clamp(38px, 5vw, 66px); border-radius: 30px; background: #eaf3e8; }
.entry-content .process-principles-heading { max-width: 720px; margin-bottom: 38px; }
.entry-content .process-principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.entry-content .process-principle-grid article { padding: 30px; border: 1px solid rgba(24,85,63,.1); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 12px 30px rgba(8,42,43,.045); }
.entry-content .process-principle-grid span { display: inline-flex; min-width: 42px; min-height: 36px; align-items: center; margin-bottom: 24px; color: var(--green-strong); font-family: "Manrope", system-ui, sans-serif; font-size: 1.05rem; font-weight: 800; }
.entry-content .process-principle-grid h3 { margin: 0 0 10px; font-size: 1.16rem; }
.entry-content .process-principle-grid p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.65; }

/* Dedicated landing pages for both audiences. */
.audience-page { padding-top: 92px; }
.audience-page-hero { overflow: hidden; padding-block: 48px clamp(88px, 10vw, 142px); background: radial-gradient(circle at 84% 14%, rgba(131,221,141,.18), transparent 28rem), linear-gradient(150deg, var(--cream), #f8f8f2); }
.audience-hero-grid { display: grid; min-height: 650px; align-items: center; grid-template-columns: minmax(0, .91fr) minmax(520px, 1.09fr); gap: clamp(48px, 6vw, 88px); }
.audience-hero-copy { max-width: 610px; }
.audience-hero-copy h1 { margin-bottom: 28px; font-size: clamp(3.6rem, 5.6vw, 5.85rem); }
.audience-hero-intro { max-width: 580px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(1.06rem, 1.5vw, 1.24rem); line-height: 1.72; }
.audience-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.audience-hero-proof { display: grid; margin: 40px 0 0; padding: 27px 0 0; border-top: 1px solid #ccd8ce; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; }
.audience-hero-proof li { position: relative; margin: 0; padding-left: 20px; color: #385252; font-size: .78rem; font-weight: 700; line-height: 1.55; }
.audience-hero-proof li::before { position: absolute; top: .46em; left: 0; width: 9px; height: 9px; border: 2px solid white; border-radius: 50%; background: var(--green-strong); box-shadow: 0 0 0 1px #8ac99a; content: ""; }
.audience-hero-visual { position: relative; min-height: 650px; margin: 0; overflow: hidden; border-radius: 100px 28px 28px 28px; background: #dce7dc; box-shadow: var(--shadow); }
.audience-hero-visual::after { position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(4,35,35,.44)); content: ""; }
.audience-hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--audience-visual-position, 50% 50%); }
.audience-hero-visual figcaption { position: absolute; z-index: 1; right: 26px; bottom: 26px; max-width: 280px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.34); border-radius: 15px; color: white; background: rgba(7,39,40,.78); font-size: .83rem; line-height: 1.48; backdrop-filter: blur(12px); }
.audience-hero-visual figcaption span { display: block; margin-bottom: 4px; color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.audience-page-professionals .audience-hero-grid { grid-template-areas: "visual copy"; grid-template-columns: minmax(520px, 1.09fr) minmax(0, .91fr); }
.audience-page-professionals .audience-hero-copy { grid-area: copy; }
.audience-page-professionals .audience-hero-visual { grid-area: visual; border-radius: 28px 28px 100px 28px; }
.audience-page-content, .assignments-page-content { padding-bottom: clamp(94px, 11vw, 160px); }
.audience-page-content > .alignwide, .assignments-page-content > .alignwide { width: 100%; max-width: 1200px; }
.entry-content .role-benefits { margin-block: clamp(84px, 10vw, 140px); }
.entry-content .role-section-heading { display: grid; margin-bottom: 46px; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); gap: 40px 80px; align-items: end; }
.entry-content .role-section-heading .mini-label { grid-column: 1 / -1; margin-bottom: -24px; }
.entry-content .role-section-heading h2 { max-width: 760px; margin: 0; }
.entry-content .role-section-heading > p:last-child { margin: 0; color: var(--ink-soft); }
.entry-content .role-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.entry-content .role-benefit-grid article { min-height: 310px; padding: 34px 31px; border: 1px solid #dce6dc; border-radius: 22px; background: #f7faf5; }
.entry-content .role-benefit-grid span { display: grid; width: 48px; height: 48px; margin-bottom: 70px; place-items: center; border-radius: 50%; color: #153c32; background: var(--green); font-family: "Manrope", system-ui, sans-serif; font-size: .7rem; font-weight: 800; }
.entry-content .role-benefit-grid h3 { margin: 0 0 10px; font-size: 1.32rem; }
.entry-content .role-benefit-grid p { margin: 0; color: var(--ink-soft); font-size: .94rem; line-height: 1.68; }
.entry-content .role-steps { display: grid; margin-block: 34px; padding: clamp(42px, 6vw, 74px); border-radius: 30px; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: clamp(48px, 7vw, 96px); }
.entry-content .role-steps-dark { color: white; background: var(--navy); }
.entry-content .role-steps-intro { align-self: center; }
.entry-content .role-steps-intro .mini-label { color: #a9cbc2; }
.entry-content .role-steps-intro h2 { margin: 0 0 30px; font-size: clamp(2.2rem, 3.6vw, 3.65rem); }
.entry-content .role-steps-intro a { text-decoration: none; }
.entry-content .role-steps ol { margin: 0; padding: 0; list-style: none; }
.entry-content .role-steps li { display: grid; margin: 0; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.15); grid-template-columns: 52px 1fr; gap: 20px; }
.entry-content .role-steps li:first-child { padding-top: 0; }
.entry-content .role-steps li:last-child { padding-bottom: 0; border-bottom: 0; }
.entry-content .role-steps li > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #123b32; background: var(--green); font-family: "Manrope", system-ui, sans-serif; font-size: .68rem; font-weight: 800; }
.entry-content .role-steps h3 { margin: 1px 0 6px; font-size: 1.25rem; }
.entry-content .role-steps li p { margin: 0; color: #bdd3ce; font-size: .94rem; line-height: 1.65; }
.entry-content .role-context { display: grid; margin-block: clamp(80px, 10vw, 136px); grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(54px, 9vw, 130px); align-items: center; }
.entry-content .role-context > * { min-width: 0; }
.entry-content .role-context h2 { margin: 0 0 22px; overflow-wrap: break-word; hyphens: auto; }
.entry-content .role-context > div > p:last-child { margin: 0; color: var(--ink-soft); }
.entry-content .role-context ul { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 11px; list-style: none; }
.entry-content .role-context li { margin: 0; padding: 12px 18px; border: 1px solid #cbd9ce; border-radius: 999px; color: #294b44; background: #f5f8f2; font-family: "Manrope", system-ui, sans-serif; font-size: .86rem; font-weight: 750; }
.entry-content .role-fee { display: grid; margin-block: 36px 52px; padding: clamp(38px, 5vw, 62px); border-radius: 28px; color: white; background: linear-gradient(125deg, var(--navy), #124440); grid-template-columns: minmax(230px, .6fr) minmax(0, 1.4fr); gap: 54px; align-items: center; }
.entry-content .role-fee > p { margin: 0; color: #bad3cd; font-size: .88rem; font-weight: 700; }
.entry-content .role-fee > p span { display: block; color: var(--green); font-family: "Manrope", system-ui, sans-serif; font-size: clamp(4rem, 7vw, 6.8rem); font-weight: 800; letter-spacing: -.07em; line-height: .95; }
.entry-content .role-fee h2 { margin: 0 0 12px; font-size: clamp(2.1rem, 3.6vw, 3.5rem); }
.entry-content .role-fee div p { margin: 0; color: #c5d8d3; }
.entry-content .role-fee-professional > p span { font-size: clamp(3.3rem, 6vw, 5.8rem); }

/* Assignments landing page and honest marketplace preview. */
.assignments-page { padding-top: 92px; }
.assignments-page-hero { padding-block: 42px clamp(84px, 9vw, 128px); background: linear-gradient(145deg, #edf3e9, #f8f7f0 62%); }
.assignments-hero-grid { display: grid; min-height: 650px; align-items: center; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); gap: clamp(48px, 7vw, 96px); }
.assignments-hero-copy { max-width: 610px; }
.assignments-hero-copy h1 { margin-bottom: 28px; font-size: clamp(3.8rem, 5.8vw, 6rem); }
.assignments-hero-copy > p:not(.eyebrow) { max-width: 570px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(1.06rem, 1.5vw, 1.23rem); line-height: 1.72; }
.assignments-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.assignments-hero-disciplines { display: flex; margin-top: 40px; flex-wrap: wrap; gap: 9px; }
.assignments-hero-disciplines span { padding: 9px 14px; border: 1px solid #c9d8cb; border-radius: 999px; color: #31554b; background: rgba(255,255,255,.5); font-size: .74rem; font-weight: 800; }
.assignments-hero-visual { position: relative; min-height: 650px; margin: 0; overflow: hidden; border-radius: 28px 110px 28px 28px; background: #d7e2d9; box-shadow: var(--shadow); }
.assignments-hero-visual::after { position: absolute; inset: 55% 0 0; background: linear-gradient(180deg, transparent, rgba(5,38,38,.4)); content: ""; }
.assignments-hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--assignments-visual-position, 50% 50%); }
.assignments-visual-card { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; display: flex; max-width: 390px; padding: 17px 19px; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.38); border-radius: 16px; color: white; background: rgba(7,39,40,.82); backdrop-filter: blur(12px); }
.status-signal { display: block; width: 12px; height: 12px; flex: 0 0 auto; border: 3px solid rgba(131,221,141,.25); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(131,221,141,.12); }
.assignments-visual-card strong, .assignments-visual-card small { display: block; }
.assignments-visual-card strong { font-family: "Manrope", system-ui, sans-serif; font-size: .9rem; }
.assignments-visual-card small { margin-top: 2px; color: #bfd4cf; font-size: .73rem; }
.entry-content .assignment-status { display: grid; margin-block: clamp(72px, 8vw, 110px); padding: 30px 34px; border: 1px solid #d5e1d6; border-radius: 22px; background: #f5f8f2; grid-template-columns: 14px minmax(0, 1fr) auto; gap: 22px; align-items: center; }
.entry-content .assignment-status .mini-label { margin-bottom: 5px; }
.entry-content .assignment-status h2 { margin: 0 0 4px; font-size: clamp(1.7rem, 2.6vw, 2.5rem); }
.entry-content .assignment-status p:last-child { margin: 0; color: var(--ink-soft); font-size: .92rem; line-height: 1.55; }
.entry-content .assignment-status a { text-decoration: none; }
.entry-content .assignment-status .button { white-space: nowrap; }
.entry-content .assignment-catalog { margin-block: clamp(80px, 10vw, 140px); }
.entry-content .assignment-catalog-heading { display: grid; margin-bottom: 46px; grid-template-columns: 1fr minmax(300px, .65fr); gap: 38px 70px; align-items: end; }
.entry-content .assignment-catalog-heading .mini-label { grid-column: 1 / -1; margin-bottom: -22px; }
.entry-content .assignment-catalog-heading h2 { margin: 0; }
.entry-content .assignment-catalog-heading > p:last-child { margin: 0; color: var(--ink-soft); }
.entry-content .assignment-browser { display: grid; overflow: hidden; border: 1px solid #dce5dc; border-radius: 28px; background: #f8faf6; grid-template-columns: 250px minmax(0, 1fr); }
.entry-content .assignment-filters { padding: 32px 28px; border-right: 1px solid #dce5dc; background: #eef4ec; }
.entry-content .assignment-filters > p { margin: 0 0 22px; color: #33554b; font-family: "Manrope", system-ui, sans-serif; font-size: .83rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.entry-content .assignment-filters ul { margin: 0; padding: 0; list-style: none; }
.entry-content .assignment-filters li { display: flex; margin: 0; padding: 15px 0; justify-content: space-between; border-bottom: 1px solid #d6e2d7; color: #294645; font-size: .88rem; font-weight: 700; }
.entry-content .assignment-filters li span { color: #678078; font-size: .75rem; }
.entry-content .assignment-preview-list { display: grid; padding: 16px; gap: 12px; }
.entry-content .assignment-preview-list article { padding: 27px 29px; border: 1px solid #e0e7df; border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(8,42,43,.035); }
.entry-content .assignment-preview-list article > div { display: flex; margin-bottom: 12px; justify-content: space-between; gap: 15px; color: #667b78; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.entry-content .assignment-preview-list .assignment-example-label { color: #247454; }
.entry-content .assignment-preview-list h3 { margin: 0 0 8px; font-size: 1.3rem; }
.entry-content .assignment-preview-list p { margin: 0 0 18px; color: var(--ink-soft); font-size: .9rem; line-height: 1.58; }
.entry-content .assignment-preview-list ul { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 8px; list-style: none; }
.entry-content .assignment-preview-list li { margin: 0; padding: 6px 10px; border-radius: 999px; color: #3b5b54; background: #edf4eb; font-size: .72rem; font-weight: 700; }
.entry-content .assignment-routes { margin-block: clamp(82px, 10vw, 136px) 42px; }
.entry-content .assignment-routes > header { max-width: 760px; margin-bottom: 36px; }
.entry-content .assignment-routes > header h2 { margin: 0; }
.entry-content .assignment-routes > div { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.entry-content .assignment-routes article { min-height: 320px; padding: 34px; border-radius: 24px; background: #eaf3e8; }
.entry-content .assignment-routes article:nth-child(2) { color: white; background: var(--navy); }
.entry-content .assignment-routes article > span { display: block; margin-bottom: 66px; color: var(--green-strong); font-family: "Manrope", system-ui, sans-serif; font-size: .75rem; font-weight: 800; }
.entry-content .assignment-routes article:nth-child(2) > span { color: var(--green); }
.entry-content .assignment-routes h3 { margin: 0 0 10px; font-size: 1.55rem; }
.entry-content .assignment-routes p { max-width: 470px; margin: 0 0 22px; color: var(--ink-soft); font-size: .94rem; line-height: 1.65; }
.entry-content .assignment-routes article:nth-child(2) p { color: #bfd3cf; }
.entry-content .assignment-routes a { color: inherit; font-weight: 800; text-decoration: none; }

/* Gutenberg-blokken uit Nova. Nova kent onze eigen klassenamen niet, dus de
   kernblokken die een externe redactietool invoegt moeten er uit zichzelf goed
   uitzien. Knoppen krijgen dezelfde vorm als .button elders op de site. */
.entry-content .wp-block-buttons { display: flex; max-width: 760px; margin-block: 2em; flex-wrap: wrap; gap: 14px; }
.entry-content .wp-block-button__link { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; color: white; background: var(--navy); box-shadow: 0 11px 24px rgba(8,42,43,.16); font-family: "Manrope", system-ui, sans-serif; font-size: .92rem; font-weight: 800; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.entry-content .wp-block-button__link:hover { background: #144143; transform: translateY(-2px); }
.entry-content .wp-block-button.is-style-outline .wp-block-button__link { border-color: #bcc9c2; color: var(--ink); background: rgba(255,255,255,.58); box-shadow: none; }
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover { background: white; }
.entry-content .wp-block-group, .entry-content .wp-block-columns { max-width: 760px; margin-inline: auto; }
.entry-content .wp-block-separator { max-width: 760px; margin-block: 2.4em; border: 0; border-top: 1px solid #e2e8e1; }
.entry-content .wp-block-table table { width: 100%; border-collapse: collapse; }
.entry-content .wp-block-table td, .entry-content .wp-block-table th { padding: 12px 14px; border: 1px solid #e2e8e1; text-align: left; }
.entry-content .wp-block-table th { background: #f6faf5; font-family: "Manrope", system-ui, sans-serif; }

/* Losse CTA-link midden in de tekst: herkenbaar als actie, niet als voetnoot. */
.entry-content .cta-inline { display: flex; max-width: 760px; margin-block: 2em; padding: 22px 26px; flex-wrap: wrap; align-items: center; justify-content: space-between; border: 1px solid #dfe7de; border-radius: 18px; background: #f6faf5; gap: 16px; }
.entry-content .cta-inline p { margin: 0; }
.entry-content .cta-inline a { text-decoration: none; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 42px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 14px 40px rgba(8,42,43,.06); }
.inline-cta > div { display: grid; }
.inline-cta strong { font-family: "Manrope"; font-size: 1.08rem; }
.inline-cta span { color: var(--ink-soft); font-size: .86rem; }
.inline-cta .button { flex: 0 0 auto; min-height: 46px; }
/* Inhoudsopgave, opgebouwd uit de H2's van het artikel zelf. */
.toc { margin-bottom: clamp(34px, 4vw, 52px); padding: 6px 24px; border: 1px solid var(--line); border-radius: 16px; background: #f6faf5; }
.toc summary { padding-block: 16px; color: var(--ink); cursor: pointer; font-family: "Manrope", system-ui, sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: .01em; }
.toc summary::marker { color: var(--green-strong); }
.toc ol { margin: 0; padding: 0 0 18px 20px; }
.toc li { margin-bottom: 8px; font-size: .95rem; }
.toc a { color: #21694d; text-decoration: none; }
.toc a:hover { text-decoration: underline; }

/* FAQ, na de auteurskaart zoals in de referentie. */
.resource-faq { max-width: 840px; margin-top: clamp(48px, 6vw, 78px); padding-bottom: clamp(48px, 6vw, 78px); }
.resource-faq .section-heading { margin-bottom: 26px; }
.resource-faq .faq-item { margin-block: 10px; padding: 4px 24px; border: 1px solid #e2e8e1; border-radius: 14px; background: var(--paper); }
.resource-faq .faq-item summary { padding-block: 18px; color: var(--ink); cursor: pointer; font-family: "Manrope", system-ui, sans-serif; font-size: 1.05rem; font-weight: 700; }
.resource-faq .faq-item summary::marker { color: var(--green-strong); }
.resource-faq .faq-item[open] summary { border-bottom: 1px solid #eef2ed; }
.resource-faq .faq-item p { margin-block: 1em; color: #263f40; font-size: 1rem; line-height: 1.75; }

.resource-sources { margin-top: 66px; padding-top: 40px; border-top: 1px solid var(--line); }
.resource-sources h2 { font-size: 1.65rem; }
.resource-sources li { margin-bottom: 10px; }
.resource-sources a { color: #21694d; text-decoration: underline; }
.resource-final-cta { margin-bottom: 80px; color: white; background: var(--navy); }
.resource-final-cta-inner { display: flex; min-height: 290px; align-items: center; justify-content: space-between; gap: 40px; padding-block: 55px; }
.resource-final-cta h2 { max-width: 650px; margin: 0; font-size: clamp(2.15rem, 4vw, 3.7rem); }
.author-card { display: grid; max-width: 900px; grid-template-columns: 112px 1fr; gap: 30px; margin-bottom: 100px; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: #f5f7f1; }
.author-card-photo { width: 112px; height: 112px; align-self: start; }
.author-card-photo img, .author-hero-photo img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.author-card h2 { margin-bottom: 4px; font-size: 1.65rem; }
.author-role { margin-bottom: 12px; color: #347052; font-weight: 800; }
.author-card p:not(.mini-label):not(.author-role) { color: var(--ink-soft); }
.author-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.author-card .author-links a { color: #21694d; font-size: .86rem; font-weight: 800; }
.product-overview { padding-top: 86px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { display: flex; min-height: 260px; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.product-card h3 { font-size: 1.35rem; }
.product-card p { color: var(--ink-soft); }
.product-card .arrow-link { margin-top: auto; }
.archive-hero .shell { max-width: 1200px; }
.archive-content, .author-publications { padding-block: clamp(72px, 8vw, 112px); }
.content-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.content-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform 180ms ease, box-shadow 180ms ease; }
.content-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.content-card-image { display: block; height: 230px; overflow: hidden; background: var(--navy); }
.content-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.content-card:hover .content-card-image img { transform: scale(1.025); }
.content-card-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--green); font-family: "Manrope"; font-size: 1.25rem; font-weight: 800; background: radial-gradient(circle at 15% 15%, rgba(131,221,141,.25), transparent 13rem), var(--navy); }
.content-card-copy { display: flex; min-height: 330px; flex-direction: column; padding: 28px; }
.content-card-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 18px; color: #71817d; font-size: .68rem; font-weight: 700; }
.content-card-meta span { color: #347052; letter-spacing: .07em; text-transform: uppercase; }
.content-card h2 { margin-bottom: 13px; font-size: 1.45rem; letter-spacing: -.035em; }
.content-card p { color: var(--ink-soft); font-size: .9rem; }
.content-card-author { margin: auto 0 16px; color: #60736e; font-size: .75rem; font-weight: 700; }
.content-card .arrow-link { font-size: .83rem; }
.empty-state { padding: 70px; border: 1px dashed #b9c8bf; border-radius: 20px; text-align: center; background: #f7f8f3; }
.empty-state h2 { font-size: 2rem; }
.author-hero-inner { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: clamp(34px, 6vw, 80px); }
.author-hero-photo { width: 180px; height: 180px; }
.author-hero h1 { margin-bottom: 10px; }
.author-hero .author-links { margin-top: 28px; }

@media (max-width: 900px) {
  .content-card-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .resource-header-inner { margin-inline: auto; }
}

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 0.92fr; gap: 36px; }
  h1 { font-size: clamp(3rem, 6vw, 4.8rem); }
  .photo-frame { height: 520px; }
  .assignment-grid { grid-template-columns: 1fr 1fr; }
  .assignment-grid .assignment-card:last-child { display: none; }
  .knowledge-grid { grid-template-columns: 1fr; }
  .article-list { grid-template-columns: repeat(3, 1fr); }
  .compact-article { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 1220px) {
  .menu-button { display: block; margin-left: auto; cursor: pointer; }
  .header-inner { border-radius: 22px; }
  .header-panel { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 252, .98); box-shadow: var(--shadow); }
  .header-panel.open { display: flex; }
  .main-nav > ul { width: 100%; flex-direction: column; align-items: stretch; gap: 2px; padding: 0; border: 0; border-radius: 0; background: transparent; }
  .main-nav > ul > li > a { min-height: 46px; padding-inline: 14px; border-radius: 11px; }
  .main-nav > ul > li > a:hover, .main-nav > ul > li:focus-within > a { box-shadow: none; background: #f2f6f2; }
  .main-nav .menu-item-has-children > a::after { margin-left: auto; }
  .main-nav .menu-item-has-children:hover > a::after, .main-nav .menu-item-has-children:focus-within > a::after { transform: translateY(-2px) rotate(45deg); }
  .main-nav .sub-menu { position: static; display: grid; width: auto; margin: 2px 0 8px 14px; padding: 4px 0 4px 10px; border: 0; border-left: 2px solid var(--green); border-radius: 0; opacity: 1; visibility: visible; background: transparent; box-shadow: none; transform: none; transition: none; }
  .main-nav li:hover > .sub-menu, .main-nav li:focus-within > .sub-menu { transform: none; }
  .main-nav .sub-menu a { min-height: 42px; }
  .header-actions { flex-direction: column; align-items: stretch; gap: 10px; padding-top: 10px; border-top: 1px solid var(--line); }
  .header-actions .text-link { padding: 13px 12px; border-radius: 10px; }
  .header-actions .text-link:hover { background: #f2f6f2; }
  .header-actions .button { width: 100%; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 700px); }
  .section { padding-block: 80px; }
  .header-inner { min-height: 68px; padding: 7px 9px 7px 13px; }
  .brand-logo-header { width: 150px; }
  .logo-copy small { display: none; }
  .hero { padding-top: 76px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 66px 32px; }
  .hero-copy { max-width: none; }
  .hero-visual { margin-top: 12px; }
  .photo-frame { height: 490px; border-radius: 100px 22px 22px 22px; }
  .proof-bar { grid-template-columns: repeat(3, 1fr); }
  .proof-note { display: none !important; }
  .proof-bar > div { padding: 20px 12px; }
  .audience-grid, .how-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .how-intro { position: static; }
  .assignment-grid { grid-template-columns: 1fr; }
  .assignment-grid .assignment-card:last-child { display: flex; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .featured-article { grid-template-columns: 1fr; }
  .article-art { min-height: 300px; }
  .article-list { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; flex-direction: row; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .content-main, .archive-main, .author-page { padding-top: 76px; }
  .resource-final-cta-inner, .inline-cta { align-items: flex-start; flex-direction: column; }
  .resource-final-cta .cta-actions { width: 100%; }
  .process-page { padding-top: 76px; }
  .process-page-hero { padding-block: 18px 72px; }
  .process-hero-card { min-height: 0; border-radius: 26px; grid-template-columns: 1fr; }
  .process-hero-copy { min-height: 510px; padding: 44px; }
  .process-hero-copy h1 { font-size: clamp(3.5rem, 12vw, 5.6rem); }
  .process-hero-visual { min-height: 390px; }
  .entry-content .process-route { grid-template-columns: 1fr; gap: 38px; }
  .entry-content .process-route-heading { position: static; }
  .entry-content .process-principle-grid { grid-template-columns: 1fr; }
  .audience-page, .assignments-page { padding-top: 76px; }
  .audience-page-hero, .assignments-page-hero { padding-block: 34px 76px; }
  .audience-hero-grid, .assignments-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 48px; }
  .audience-page-professionals .audience-hero-grid { grid-template-areas: "copy" "visual"; grid-template-columns: 1fr; }
  .audience-hero-copy, .assignments-hero-copy { max-width: 680px; }
  .audience-hero-visual, .assignments-hero-visual { min-height: 500px; border-radius: 28px; }
  .entry-content .role-section-heading, .entry-content .assignment-catalog-heading { grid-template-columns: 1fr; gap: 20px; }
  .entry-content .role-section-heading .mini-label, .entry-content .assignment-catalog-heading .mini-label { margin-bottom: 0; }
  .entry-content .role-benefit-grid { grid-template-columns: 1fr; }
  .entry-content .role-benefit-grid article { min-height: 0; }
  .entry-content .role-benefit-grid span { margin-bottom: 36px; }
  .entry-content .role-steps, .entry-content .role-context, .entry-content .role-fee { grid-template-columns: 1fr; }
  .entry-content .role-context { gap: 38px; }
  .entry-content .assignment-status { grid-template-columns: 14px minmax(0, 1fr); }
  .entry-content .assignment-status .button { grid-column: 2; justify-self: start; }
  .entry-content .assignment-browser { grid-template-columns: 1fr; }
  .entry-content .assignment-filters { border-right: 0; border-bottom: 1px solid #dce5dc; }
  .entry-content .assignment-routes > div { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  h2 { font-size: 2.45rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 10px; }
  .photo-frame { height: 430px; border-radius: 72px 18px 18px 18px; }
  .photo-frame > img { object-position: 62% center; }
  .image-label { right: 18px; left: 18px; }
  .availability-card { right: 14px; bottom: 14px; left: 14px; padding: 13px; }
  .proof-bar { grid-template-columns: 1fr; padding-block: 12px; }
  .proof-bar > div { min-height: auto; padding: 13px 0 !important; border-right: 0; border-bottom: 1px solid rgba(17,66,58,.12); }
  .proof-bar > div:last-child { border-bottom: 0; }
  .proof-bar strong, .proof-bar span { display: inline; }
  .proof-bar strong { margin-right: 8px; font-size: 1.05rem; }
  .audience-card { padding: 31px 24px; border-radius: 23px; }
  .audience-icon { margin-bottom: 42px; }
  .card-number { font-size: 3.5rem; }
  .assignment-meta { grid-template-columns: 1fr 1fr; }
  .steps-list li { grid-template-columns: 52px 1fr; }
  .featured-article { border-radius: 22px; }
  .article-copy { padding: 30px 24px 34px; }
  .cta-inner { padding: 38px 25px; border-radius: 23px; }
  .cta-actions { flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 24px; }
  .content-card-grid, .product-grid { grid-template-columns: 1fr; }
  .resource-byline { align-items: flex-start; flex-direction: column; }
  .byline-author { width: 100%; padding: 0 0 16px; border-right: 0; border-bottom: 1px solid #cbd8d0; }
  .resource-banner { width: calc(100% - 32px); height: 220px; border-radius: 17px; }
  .resource-body { width: min(100% - 40px, 760px); }
  .entry-content { font-size: 1rem; }
  .page-visual { border-radius: 20px; aspect-ratio: 4 / 3; }
  .process-hero-copy { min-height: 500px; padding: 34px 24px; }
  .process-hero-copy h1 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  .process-hero-actions, .process-hero-actions .button { width: 100%; }
  .process-hero-meta { gap: 10px; }
  .process-hero-meta dd { font-size: 1.2rem; }
  .process-hero-meta small { display: block; }
  .process-hero-visual { min-height: 320px; }
  .process-hero-visual figcaption { right: 16px; bottom: 16px; left: 16px; max-width: none; }
  .entry-content .process-route { margin-block: 22px; padding: 32px 20px; border-radius: 22px; gap: 30px; }
  .entry-content .process-flow li { padding-bottom: 30px; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; }
  .entry-content .process-flow::before { left: 21px; }
  .entry-content .process-flow .process-number { width: 44px; height: 44px; }
  .entry-content .process-principles { padding: 32px 20px; border-radius: 22px; }
  .entry-content .process-principle-grid article { padding: 25px; }
  .audience-page-hero, .assignments-page-hero { padding-block: 28px 64px; }
  .audience-hero-copy h1, .assignments-hero-copy h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .audience-hero-actions, .audience-hero-actions .button, .assignments-hero-actions, .assignments-hero-actions .button { width: 100%; }
  .audience-hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .audience-hero-visual, .assignments-hero-visual { min-height: 390px; }
  .audience-hero-visual figcaption { right: 16px; bottom: 16px; left: 16px; max-width: none; }
  .assignments-visual-card { right: 14px; bottom: 14px; left: 14px; }
  .entry-content .role-benefits, .entry-content .assignment-catalog { margin-block: 68px; }
  .entry-content .role-benefit-grid article { padding: 28px 24px; }
  .entry-content .role-steps { padding: 34px 22px; border-radius: 22px; gap: 40px; }
  .entry-content .role-steps li { grid-template-columns: 46px 1fr; gap: 15px; }
  .entry-content .role-steps li > span { width: 44px; height: 44px; }
  .entry-content .role-context { margin-block: 72px; }
  .entry-content .role-fee { padding: 32px 23px; border-radius: 22px; gap: 30px; }
  .entry-content .assignment-status { padding: 26px 20px; grid-template-columns: 1fr; gap: 16px; }
  .entry-content .assignment-status .button { grid-column: 1; width: 100%; }
  .entry-content .assignment-browser { border-radius: 22px; }
  .entry-content .assignment-filters { padding: 25px 22px; }
  .entry-content .assignment-preview-list { padding: 10px; }
  .entry-content .assignment-preview-list article { padding: 24px 20px; }
  .entry-content .assignment-routes article { min-height: 0; padding: 28px 24px; }
  .entry-content .assignment-routes article > span { margin-bottom: 42px; }
  .author-card { width: min(100% - 32px, 900px); grid-template-columns: 72px 1fr; gap: 18px; padding: 24px 20px; }
  .author-card-photo { width: 72px; height: 72px; }
  .author-hero-inner { grid-template-columns: 1fr; }
  .author-hero-photo { width: 120px; height: 120px; }
  .inline-cta { width: min(100% - 32px, 1200px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Opdrachten van het platform (issue #38): één Opdracht en het archief op /opdrachten/. */
.assignment-detail-facts { display: grid; max-width: 820px; margin: 36px 0 0; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; }
.assignment-detail-fact { margin: 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.72); }
.assignment-detail-fact dt { margin-bottom: 5px; color: #748680; font-size: .67rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.assignment-detail-fact dd { margin: 0; color: var(--ink); font-family: "Manrope", system-ui, sans-serif; font-size: 1rem; font-weight: 800; line-height: 1.35; }
.assignment-detail-tags { display: flex; margin: 22px 0 0; padding: 0; flex-wrap: wrap; gap: 8px; list-style: none; }
.assignment-detail-tags li { padding: 7px 12px; border-radius: 999px; color: #3b5b54; background: #edf4eb; font-size: .74rem; font-weight: 700; }
.assignment-detail .resource-updated { display: flex; flex-wrap: wrap; gap: 6px 10px; }
.assignment-detail .entry-content ul { padding-left: 1.3em; }
.assignment-archive .archive-content { padding-top: clamp(56px, 7vw, 96px); }
.assignment-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.assignment-list-card { min-height: 0; }
.assignment-list-card h3 a { color: inherit; text-decoration: none; }
.assignment-list-card h3 a:hover { color: #21694d; }
.assignment-list-card .assignment-top { margin-bottom: 26px; }
.assignment-list-card .assignment-meta { grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); }
.assignment-list-card > a { padding-top: 22px; }
.assignment-archive .pagination { margin-top: 42px; }
@media (max-width: 1100px) { .assignment-list-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 820px) { .assignment-list-grid { grid-template-columns: 1fr; } }
