/* T5 · Wij: /over-ons/ (src/pagina/overons.mjs). stroming.css is loaded first and carries the tokens, the worlds, the header, the
   buttons, the form panel, the callback sheet and the footer; this file holds only what this page has of its own. No WebGL off the home
   page (011 §1 rule 3). */

/* the two still planes of the ground's fallback, so the world under the header is the home page's (grond.css) */
body::before {
  content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(104deg, transparent 64%, color-mix(in srgb, var(--w2) 22%, transparent) 64.15%, transparent 96%),
    linear-gradient(116deg, transparent 38%, color-mix(in srgb, var(--w3) 14%, transparent) 38.15%, transparent 78%);
}
main, .voet { position: relative; z-index: 1; }

/* ======================= the loud moment: the company, and the year rewinding ======================= */
.oo-held { position: relative; display: flex; min-height: 100vh; min-height: 100svh; }
.oo-held-in { flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: var(--kop-y); padding-top: var(--pagina-top); padding-bottom: var(--sec-y); }
.oo-held-kop .sec-label { margin-bottom: var(--label-y); }
.oo-h1 { margin: 0; font-size: var(--t-pagina); font-weight: 650; line-height: .96; letter-spacing: -.03em; }
.oo-h1 em { font-style: normal; color: var(--rood); }
.oo-held-voet { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: var(--kop-y) var(--kolom-gap); }
.oo-held-voet .sub { margin: 0; max-width: 22em; font-size: var(--t-zin); font-weight: 500; line-height: 1.3; letter-spacing: -.012em; }
.oo-teller { text-align: right; }
.oo-teller-lab { display: flex; justify-content: flex-end; margin: 0 0 4px; font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: var(--fg2); }
.oo-spoel { display: none; font-style: normal; color: var(--rood); }
.oo-teller.is-spoelt .oo-spoel { display: inline; animation: oo-knip 1.1s steps(1, end) infinite; }
.oo-teller.is-spoelt .oo-teller-lab span { display: none; }
@keyframes oo-knip { 0%, 55% { opacity: 1; } 56%, 100% { opacity: .25; } }
/* the year: two fixed digits and two drums. A drum clips its strip to one digit's height; the strip's rows are that height too */
.oo-groot { margin: 0; display: flex; justify-content: flex-end; font-size: clamp(112px, min(24vw, 40svh), 420px); font-weight: 650; line-height: 1.05; color: #fff; }
.oo-kol { display: block; height: 1.05em; overflow: visible clip; text-align: center; }
.oo-kol + .oo-kol { margin-left: -.06em; }
.oo-strip, .oo-strip > span { display: block; }
.oo-strip > span { height: 1.05em; }
/* with motion the drums start on this year, and core/t5.js turns them back to the first */
html.beweeg .oo-strip { translate: 0 calc(var(--eind) * -1.05em); }
.oo-teller-tag { margin: 6px 0 0; }

/* ======================= 01 the story since 2013, and the offices ======================= */
.oo-morgen { position: relative; padding: var(--sec-y) 0; background: #0E0F11; }
.oo-morgen-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: var(--kop-y) var(--kolom-gap); align-items: start; }
.oo-morgen-kop { position: sticky; top: calc(var(--kop-h, 84px) + 32px); }
.oo-morgen-kop .kop-mega { margin: 0; max-width: 8em; }
.oo-morgen-kop .sub { margin-top: var(--sub-y); }
.oo-jaren { position: relative; list-style: none; margin: 0; padding: 0 0 0 clamp(28px, 3vw, 48px); }
/* the red line down the years, drawn by the scroll (core/t5.js); without the script it stands drawn */
.oo-lijn { position: absolute; left: 0; top: .6em; bottom: 0; width: 1.5px; background: var(--lijn); }
.oo-lijn b { position: absolute; inset: 0; background: var(--rood); transform-origin: 50% 0; }
.oo-jaar { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; padding-bottom: var(--kop-y); }
.oo-jaar:last-child { padding-bottom: 0; }
.oo-jaar::before { content: ''; position: absolute; left: calc(-1 * clamp(28px, 3vw, 48px) - 5px); top: .55em; width: 11px; height: 11px; border-radius: 50%; background: #0E0F11; border: 1.5px solid var(--rood); }
/* the years are this section's instrument figure (layout.md §5): large, light, the red one "Nu" */
.oo-jaartal { font-size: clamp(56px, 7vw, 120px); font-weight: 650; line-height: .9; letter-spacing: -.04em; color: rgba(255, 255, 255, .92); }
.oo-jaar:last-child .oo-jaartal { color: var(--rood); }
.oo-jaar-zin { margin: 0; max-width: 24em; font-size: var(--t-zin); font-weight: 560; line-height: 1.3; letter-spacing: -.012em; }
.oo-easybox { --fg: var(--inkt); --fg2: #4f4b46; margin-top: 24px; max-width: 34em; padding: var(--plaat-p); border-radius: var(--r-plaat); background: var(--kalk); color: var(--inkt); }
.oo-easybox h3 { margin: 0 0 12px; font-size: var(--t-kaart); font-weight: 650; line-height: 1.15; letter-spacing: -.02em; }
.oo-easybox p { margin: 0; font-size: var(--t-sub); line-height: 1.5; }
.oo-easybox .oo-easybox-tag { margin-top: 12px; }
.oo-easybox .oo-easybox-link { margin-top: 20px; }
.oo-kantoren { margin-top: calc(var(--kop-y) * 2); }
.oo-kantoren-kop { margin: 0; max-width: 18em; font-size: var(--t-kop3); font-weight: 640; line-height: 1.08; letter-spacing: -.02em; }
.oo-kantoren-kop em { font-style: normal; color: var(--rood); }
.oo-kantoor-rij { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: var(--kop-y); border-top: 1px solid var(--lijn); }
.oo-kantoor { padding: 32px clamp(20px, 3vw, 56px) 0 0; }
.oo-kantoor + .oo-kantoor { padding-left: clamp(20px, 3vw, 56px); border-left: 1px solid var(--lijn); }
/* the city names are this block's instrument figure (layout.md §5), the size /contact/ gives them */
.oo-kantoor h4 { margin: 0 0 24px; font-size: clamp(54px, 8vw, 148px); font-weight: 650; line-height: .95; letter-spacing: -.035em; }
.oo-kantoor p { margin: 0 0 24px; font-size: var(--t-sub); line-height: 1.45; color: var(--fg2); }
.oo-route { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: #fff; font-weight: 600; text-decoration: none; }
.oo-route span { border-bottom: 1.5px solid currentColor; padding-bottom: 2px; }
.oo-route .ci { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform var(--t-klein) var(--e-pop); }
.oo-route:hover { color: var(--rood); }
.oo-route:hover .ci { transform: translateY(-3px); }
.oo-uit { margin: var(--kop-y) 0 0; }

/* ======================= 02 the team: a contact sheet ======================= */
.oo-team { position: relative; padding: var(--sec-y) 0; background: var(--kalk); }
.oo-team-kop { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--kop-y) var(--kolom-gap); align-items: end; margin-bottom: var(--kop-y); }
.oo-team-kop .kop2 { max-width: 13em; }
.oo-kies-lab { margin: 0 0 12px; font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: var(--fg2); }
.oo-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.oo-chip { min-height: 44px; padding: 0 18px; border: 1px solid var(--lijn); border-radius: var(--r-knop); background: transparent; color: var(--inkt); font: inherit; font-size: var(--t-meta); font-weight: 600; cursor: pointer; transition: background .3s, color .3s, border-color .3s; }
.oo-chip:hover { border-color: var(--inkt); }
.oo-chip[aria-pressed=true] { background: var(--inkt); border-color: var(--inkt); color: #fff; }
.oo-wie { margin: 16px 0 0; min-height: 3em; font-size: var(--t-sub); line-height: 1.45; color: var(--fg2); }
/* the sheet: five frames a row, each with its number, like a photographer's proof sheet */
.oo-blad { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px) clamp(12px, 1.6vw, 24px); }
.oo-raam figure { margin: 0; }
.oo-foto { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-kaart); background: #E4E0D8; transition: opacity .5s var(--e-uit), filter .5s var(--e-uit); }
.oo-foto img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-kaart); }
.oo-raam figcaption { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 2px 8px; margin-top: 12px; }
.oo-raam figcaption b { grid-row: 1 / span 2; padding-top: 3px; font-size: var(--t-label); font-weight: 500; letter-spacing: .08em; color: var(--fg2); }
.oo-naam { font-size: var(--t-sub); font-weight: 600; line-height: 1.25; }
.oo-rol { font-size: var(--t-meta); line-height: 1.35; color: var(--fg2); }
/* the grease pencil: drawn around a frame of the chosen region, the others go grey and step back */
.oo-kring { position: absolute; inset: -9px; width: calc(100% + 18px); height: calc(100% + 18px); overflow: visible; pointer-events: none; rotate: -.8deg; opacity: 0; }
/* hidden until ringed: an undrawn path still shows its round cap as a dot */
.oo-raam.is-aan .oo-kring { opacity: 1; }
/* no non-scaling stroke: it would measure the dash in screen pixels and break pathLength; 1,2 units is about 3 px on the sheet */
.oo-kring path { fill: none; stroke: var(--rood); stroke-width: 1.2; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset .7s var(--e-uit); }
.oo-raam.is-aan .oo-kring path { stroke-dashoffset: 0; }
.oo-blad.is-gekozen .oo-raam:not(.is-aan):not([data-regio=alle]) .oo-foto { opacity: .38; filter: grayscale(1); }
.oo-blad.is-gekozen .oo-raam:not(.is-aan):not([data-regio=alle]) figcaption { opacity: .5; }
.oo-raam figcaption { transition: opacity .5s var(--e-uit); }
.oo-raam.is-aan b { color: var(--rood-tekst); }

/* ======================= 03 under one roof ======================= */
.oo-dak { position: relative; padding: var(--sec-y) 0; }
.oo-dak .kop2 { max-width: 14em; }
.oo-dak-kop .sub { margin-top: var(--sub-y); }
.oo-dak-grid { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: var(--kop-y) var(--kolom-gap); align-items: end; }
/* the home page's white mount, with our camera's readout over the take */
.oo-mount { margin: 0; }
.oo-mount-beeld { position: relative; aspect-ratio: 16 / 9; overflow: hidden; padding: 5px; border-radius: 24px; background: #fff; }
.oo-mount-beeld video { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; background: #111; }
.oo-ui { position: absolute; inset: 5px; pointer-events: none; }
.oo-hoeken { position: absolute; inset: clamp(14px, 1.6vw, 24px); opacity: .75;
  background:
    linear-gradient(#fff, #fff) 0 0 / 28px 1.5px, linear-gradient(#fff, #fff) 0 0 / 1.5px 28px,
    linear-gradient(#fff, #fff) 100% 0 / 28px 1.5px, linear-gradient(#fff, #fff) 100% 0 / 1.5px 28px,
    linear-gradient(#fff, #fff) 0 100% / 28px 1.5px, linear-gradient(#fff, #fff) 0 100% / 1.5px 28px,
    linear-gradient(#fff, #fff) 100% 100% / 28px 1.5px, linear-gradient(#fff, #fff) 100% 100% / 1.5px 28px;
  background-repeat: no-repeat; }
.oo-ui p { position: absolute; margin: 0; display: flex; align-items: center; gap: 10px; font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 6px rgba(0, 0, 0, .55); }
.oo-rec, .oo-cam { top: calc(clamp(14px, 1.6vw, 24px) + 14px); }
.oo-formaat { bottom: calc(clamp(14px, 1.6vw, 24px) + 12px); }
.oo-rec, .oo-formaat { left: calc(clamp(14px, 1.6vw, 24px) + 40px); }
.oo-cam { right: calc(clamp(14px, 1.6vw, 24px) + 40px); }
.oo-rec i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, .45); }
.oo-rec b { font-weight: 500; color: rgba(255, 255, 255, .72); }
.oo-ui.is-rec .oo-rec i { background: var(--rood); animation: oo-knip 1.1s steps(1, end) infinite; }
.oo-mount figcaption { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; font-size: var(--t-label); letter-spacing: .08em; text-transform: uppercase; color: var(--fg2); }
/* the three teams under the mount: a large empty frame each (P-007), the name, one line, the page */
.oo-ploegen { list-style: none; margin: var(--kop-y) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); }
.oo-ploeg-foto { margin-bottom: 20px; }
.oo-ploeg-foto span { position: absolute; left: 0; right: 0; bottom: 9%; text-align: center; font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: var(--fg2); }
.oo-ploeg h3 { margin: 0 0 6px; font-size: var(--t-kaart); font-weight: 650; line-height: 1.15; letter-spacing: -.02em; }
.oo-ploeg p { margin: 0 0 10px; font-size: var(--t-sub); line-height: 1.45; color: var(--fg2); }
.oo-ploeg-foto { position: relative; aspect-ratio: 3 / 2; border-radius: var(--r-kaart); border: 1px dashed rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .04) repeating-linear-gradient(135deg, transparent 0 8px, rgba(255, 255, 255, .04) 8px 9px); }
.oo-zoeker { position: absolute; inset: 16% 20% 26%; opacity: .6;
  background:
    linear-gradient(#fff, #fff) 0 0 / 28px 1.5px, linear-gradient(#fff, #fff) 0 0 / 1.5px 28px,
    linear-gradient(#fff, #fff) 100% 0 / 28px 1.5px, linear-gradient(#fff, #fff) 100% 0 / 1.5px 28px,
    linear-gradient(#fff, #fff) 0 100% / 28px 1.5px, linear-gradient(#fff, #fff) 0 100% / 1.5px 28px,
    linear-gradient(#fff, #fff) 100% 100% / 28px 1.5px, linear-gradient(#fff, #fff) 100% 100% / 1.5px 28px;
  background-repeat: no-repeat; }
.oo-dak-tag { margin: 20px 0 0; }

/* ======================= 04 reviews ======================= */
.oo-reviews { position: relative; padding: var(--sec-y) 0; background: var(--kalk); }
.oo-reviews-kop { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: var(--kop-y) var(--kolom-gap); margin-bottom: var(--kop-y); }
.oo-reviews-kop .kop2 { margin-bottom: 0; }
/* the rating is this section's instrument figure (layout.md §5) */
.oo-score { margin: 0; display: flex; align-items: center; gap: 20px; }
.oo-score > b { font-size: clamp(72px, 9vw, 150px); font-weight: 650; line-height: .85; letter-spacing: -.04em; }
.oo-score > span { display: grid; gap: 8px; font-size: var(--t-meta); color: var(--fg2); }
.oo-sterren { display: inline-flex; gap: 3px; color: var(--rood); }
.oo-sterren svg { width: 18px; height: 18px; fill: currentColor; }
.oo-review-rij { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); }
.oo-review { margin: 0; display: flex; flex-direction: column; gap: 20px; padding: var(--plaat-p); border-radius: var(--r-plaat); background: #fff; }
.oo-review-tekst { margin: 0; flex: 1; font-size: var(--t-sub); line-height: 1.5; }
.oo-review footer { display: grid; gap: 4px; padding-top: 20px; border-top: 1px solid var(--lijn); }
.oo-review cite { font-style: normal; font-weight: 600; }
.oo-review footer .mono { font-size: var(--t-label); letter-spacing: .08em; text-transform: uppercase; color: var(--fg2); }
.oo-over { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: var(--t-meta); color: var(--fg2); }
.oo-duim { display: flex; }
.oo-duim img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; object-position: 50% 20%; border: 2px solid #fff; }
.oo-duim img + img { margin-left: -12px; }

/* ======================= 05 the rest ======================= */
.oo-verder { position: relative; padding: var(--sec-y) 0; background: var(--kalk); }
.oo-rijen { margin: var(--kop-y) 0 0; border-top: 1px solid var(--lijn); }
.oo-rij { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 8px var(--kolom-gap); padding: 24px 0; border-bottom: 1px solid var(--lijn); align-items: baseline; }
.oo-rij dt { font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: var(--fg2); }
.oo-rij { grid-template-columns: minmax(0, .45fr) minmax(0, 1.55fr); }
/* the sentence at the left, its page always at the right, so the links stand in one column */
.oo-rij dd { margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 12px 32px; font-size: var(--t-zin); font-weight: 560; line-height: 1.3; letter-spacing: -.012em; }
.oo-rij dd .link { font-size: var(--t-sub); letter-spacing: 0; }

/* ======================= slot: the home page's own (stroming.css) ======================= */
.js .terugbel-voet .terugbel { display: none; }
.slot-kop { margin-bottom: var(--kop-y); }
.slot-kop .slot-tbc { margin: 12px 0 0; }
[data-tags=uit] .slot-kop .slot-tbc { display: none; }

/* the phone bar, as the other v4 pages have it */
.s-balk { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(24, 26, 29, .86); backdrop-filter: blur(14px); border-top: 1px solid rgba(255, 255, 255, .22); color: #fff; transform: translateY(110%); transition: transform var(--t-deel) var(--e-uit); }
.s-balk.is-op { transform: none; }
.s-balk-tel { font-weight: 600; font-size: 16px; color: #fff; text-decoration: none; }
.no-js .s-balk { display: none !important; }

/* ======================= narrower screens ======================= */
@media (max-width: 1100px) {
  .oo-team-kop, .oo-morgen-grid, .oo-dak-grid { grid-template-columns: minmax(0, 1fr); }
  .oo-morgen-kop { position: static; }
  .oo-review-rij { grid-template-columns: minmax(0, 1fr); max-width: 44em; }
  .oo-held-voet { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 760px) {
  .oo-h1 { font-size: 15vw; }
  .oo-h1 > span { display: block; }
  .oo-groot { font-size: 40vw; }
  /* the phone's screen is tall: the head closes up instead of leaving a gap between the title and the year */
  .oo-held { min-height: 0; }
  /* one row of chips (D-167), scrolling sideways */
  .oo-chips { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(-1 * var(--rand)); padding-inline: var(--rand); scrollbar-width: none; }
  .oo-chips::-webkit-scrollbar { display: none; }
  .oo-chip { flex: 0 0 auto; }
  /* the sheet as one swiped row of frames */
  .oo-blad { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--rand); margin-inline: calc(-1 * var(--rand)); padding: 10px var(--rand); scrollbar-width: none; }
  .oo-blad::-webkit-scrollbar { display: none; }
  .oo-blad .oo-raam { flex: 0 0 62vw; scroll-snap-align: start; }
  .oo-mount-beeld { border-radius: 20px; }
  .oo-mount-beeld video { border-radius: 16px; }
  .oo-ui .oo-cam { display: none; }
  /* on the phone the teams stack as rows: a smaller frame beside the name */
  .oo-ploegen { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .oo-ploeg { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 16px; align-items: start; }
  .oo-ploeg-foto { margin: 0; }
  .oo-ploeg-foto span { display: none; }
  .oo-zoeker { inset: 22%; background-size: 14px 1.5px, 1.5px 14px, 14px 1.5px, 1.5px 14px, 14px 1.5px, 1.5px 14px, 14px 1.5px, 1.5px 14px; }
  .oo-kantoor-rij { grid-template-columns: minmax(0, 1fr); }
  .oo-kantoor { padding-right: 0; }
  .oo-kantoor + .oo-kantoor { padding-left: 0; border-left: 0; border-top: 1px solid var(--lijn); margin-top: 32px; }
  .oo-score { width: 100%; }
  .oo-rij, .oo-rij dd { grid-template-columns: minmax(0, 1fr); }
  .oo-rij dd .link { justify-self: start; }
  .s-balk { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  .oo-ui.is-rec .oo-rec i, .oo-teller.is-spoelt .oo-spoel { animation: none; }
  .oo-foto, .oo-kring path, .oo-chip, .s-balk { transition: none; }
}

/* ---------- /jobs/ and its four posts (src/pagina/jobs.mjs, D-239): T5's second page. The contact sheet, its chips and the grease
   pencil are /over-ons/' own, above; this part holds what /jobs/ adds ---------- */

/* ======================= the page head: the count of open posts ======================= */
.jb-kop { position: relative; padding: var(--pagina-top) 0 var(--sec-y); }
.jb-h1 { margin: 0; max-width: 11em; font-size: var(--t-pagina); font-weight: 650; line-height: .96; letter-spacing: -.03em; text-wrap: balance; }
.jb-h1 em, .jb-post-h1 em { font-style: normal; color: var(--rood); }
.jb-kop .sub { max-width: 26em; }

/* ======================= 01 the sheet, with the empty frames ======================= */
.jb-plaats .oo-blad { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.jb-leeg > a { display: block; color: inherit; text-decoration: none; border-radius: var(--r-kaart); }
.jb-leeg > a:focus-visible { outline: 2px solid var(--rood); outline-offset: 14px; }
/* an unexposed frame: dashed, hatched, the viewfinder's four corners and the record dot not lit */
.jb-film { display: grid; place-items: center; background: rgba(20, 20, 20, .025) repeating-linear-gradient(135deg, transparent 0 9px, rgba(20, 20, 20, .05) 9px 10px);
  outline: 1.5px dashed rgba(20, 20, 20, .3); outline-offset: -1.5px;
  transition: background-color .4s var(--e-uit), outline-color .4s var(--e-uit), opacity .5s var(--e-uit), filter .5s var(--e-uit); }
.jb-film::before { content: ''; position: absolute; inset: 18% 16%; opacity: .45;
  background:
    linear-gradient(var(--inkt), var(--inkt)) 0 0 / 20px 1.5px, linear-gradient(var(--inkt), var(--inkt)) 0 0 / 1.5px 20px,
    linear-gradient(var(--inkt), var(--inkt)) 100% 0 / 20px 1.5px, linear-gradient(var(--inkt), var(--inkt)) 100% 0 / 1.5px 20px,
    linear-gradient(var(--inkt), var(--inkt)) 0 100% / 20px 1.5px, linear-gradient(var(--inkt), var(--inkt)) 0 100% / 1.5px 20px,
    linear-gradient(var(--inkt), var(--inkt)) 100% 100% / 20px 1.5px, linear-gradient(var(--inkt), var(--inkt)) 100% 100% / 1.5px 20px;
  background-repeat: no-repeat; }
.jb-film-in { position: relative; display: grid; justify-items: center; gap: 10px; font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: var(--fg2); }
.jb-film-in i { width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid currentColor; transition: background-color .3s, border-color .3s; }
.jb-leeg > a:hover .jb-film { background-color: rgba(237, 29, 36, .06); outline-color: var(--rood); }
.jb-leeg > a:is(:hover, :focus-visible) .jb-film-in i { background: var(--rood); border-color: var(--rood); }
/* what the pencil writes under the frame: the job, by hand, a little off level. It wipes in after its ring (core/t5.js) */
.jb-schrift { grid-column: 2; margin-top: 4px; font-size: var(--t-meta); font-weight: 650; line-height: 1.2; letter-spacing: -.005em; color: var(--rood-tekst);
  rotate: -2deg; transform-origin: 0 50%; clip-path: inset(-20% -6% -20% 0); transition: clip-path .6s var(--e-uit) .5s; }
html.beweeg .jb-leeg:not(.is-geschreven) .jb-schrift { clip-path: inset(-20% 100% -20% 0); transition: none; }
.jb-leeg .oo-naam { font-weight: 650; }

/* ======================= 02 the open posts: two rows ======================= */
.jb-open { position: relative; padding: var(--sec-y) 0; background: var(--inkt); }
.jb-rijen { list-style: none; margin: var(--kop-y) 0 0; padding: 0; border-top: 1px solid var(--lijn); }
.jb-rij { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 16px clamp(20px, 3vw, 48px); align-items: start; padding: clamp(32px, 4vw, 56px) 0; border-bottom: 1px solid var(--lijn); }
.jb-rij-nr { margin: 0; padding-top: .9em; font-size: var(--t-label); letter-spacing: .1em; color: var(--fg2); }
/* the titles are this section's instrument figure (layout.md §5) */
.jb-rij-titel { margin: 0; max-width: 17em; font-size: var(--t-kop2); font-weight: 640; line-height: 1.05; letter-spacing: -.022em; text-wrap: balance; }
.jb-rij-titel a { color: inherit; text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 96% / 0 2px no-repeat; transition: background-size .5s var(--e-uit); }
.jb-rij-titel a:is(:hover, :focus-visible) { background-size: 100% 2px; }
.jb-rij-meta { display: flex; flex-wrap: wrap; gap: 6px 20px; margin: 16px 0 0; font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: var(--fg2); }
.jb-rij-zin { margin: 20px 0 0; max-width: 28em; font-size: var(--t-zin); font-weight: 560; line-height: 1.3; letter-spacing: -.012em; }
.jb-rij-actie { align-self: end; justify-self: end; display: grid; justify-items: end; gap: 12px; }
.jb-kies-lab { margin: 0; font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: var(--fg2); }
.jb-pillen { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.jb-pil { display: inline-flex; align-items: center; gap: 14px; min-height: 52px; padding: 0 22px; border: 1px solid var(--lijn); border-radius: var(--r-knop);
  color: #fff; font-size: var(--t-sub); font-weight: 600; text-decoration: none; transition: background-color .3s, color .3s, border-color .3s; }
.jb-pil:is(:hover, :focus-visible) { background: #fff; border-color: #fff; color: var(--inkt); }

/* ======================= 03 what you get ======================= */
.jb-krijg { position: relative; padding: var(--sec-y) 0; background: var(--kalk); }
.jb-krijg-kop { margin-bottom: var(--kop-y); }
/* three photos at one height: the widths follow their shapes (3:2, 4:5, 3:2) */
.jb-fotos { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .8fr) minmax(0, 1.5fr); gap: clamp(12px, 1.6vw, 24px); align-items: start; }
.jb-foto { margin: 0; }
.jb-foto img { display: block; width: 100%; height: auto; border-radius: var(--r-kaart); background: #E4E0D8; }
.jb-foto figcaption { margin-top: 12px; font-size: var(--t-label); letter-spacing: .08em; text-transform: uppercase; color: var(--fg2); }
.jb-lijsten { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--kop-y) var(--kolom-gap); margin-top: var(--kop-y); align-items: start; }
.jb-lijst h3 { margin: 0 0 20px; font-size: var(--t-kaart); font-weight: 650; line-height: 1.15; letter-spacing: -.02em; }
.jb-lijst ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--lijn); }
.jb-lijst li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 14px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--lijn); font-size: var(--t-sub); line-height: 1.4; }
.jb-vink { width: 22px; height: 22px; margin-top: 1px; display: grid; place-items: center; border-radius: 50%; background: var(--rood); }
.jb-vink svg { width: 13px; height: 13px; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.jb-tag { margin: 20px 0 0; }
[data-tags=uit] .jb-tag { display: none; }

/* ======================= 04 and a post's end: the application form on the home page's white panel ======================= */
.jb-sol { position: relative; padding: var(--sec-y) 0; }
.jb-sol .drie { margin-bottom: 32px; }
/* the phone line takes the foot of the intro, where the home page has its contact block, so both columns end on one rule */
.jb-sol-voet { margin: auto 0 0; padding-top: 24px; border-top: 1px solid var(--lijn); width: 100%; font-size: var(--t-sub); font-weight: 560; letter-spacing: -.01em; }
.jb-sol-voet a { color: var(--rood-tekst); white-space: nowrap; }
/* the form grid and the numbered labels of sections/11-slot.css, which scopes them to .aanvraag */
.jb-form { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; align-content: start; counter-reset: veld; }
.jb-form .veld { counter-increment: veld; }
.jb-form .veld label::before { content: counter(veld, decimal-leading-zero); content: counter(veld, decimal-leading-zero) / ''; margin-right: 7px; font-family: var(--mono); font-size: .92em; color: var(--rood-tekst); transition: color var(--t-druk); }
/* the cv: the invisible file input lies over a box drawn like the other fields, dashed until a file is in it */
.jb-cv input { position: absolute; left: 0; top: 0; z-index: 2; height: var(--h); padding: 0; border: 0; opacity: 0; cursor: pointer; }
.jb-cv-vak { display: flex; align-items: center; gap: 12px; height: var(--h); padding: 0 46px 0 18px; border: 1px dashed #b9b4ac; border-radius: 16px; background: #f6f4f1; font-size: 17px; font-weight: 500; color: #6e6a64; transition: border-color var(--t-klein), background-color var(--t-klein); }
.jb-cv-vak svg { flex: none; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.jb-cv-naam { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jb-cv:hover .jb-cv-vak { border-color: var(--inkt); }
.jb-cv:focus-within .jb-cv-vak { border-style: solid; border-color: var(--inkt); background: #fff; }
.jb-cv.is-gekozen .jb-cv-vak { border-style: solid; color: var(--inkt); }
.jb-cv:has(:user-invalid) .jb-cv-vak { border-color: var(--rood); background: #fff5f4; }
.jb-cv .waarom { margin: 7px 4px 0; }
/* the motivation: a field of the same kind, taller; its red ring is as tall as the box */
.jb-tekstveld { --h: 172px; }
.jb-tekstveld textarea { display: block; width: 100%; height: var(--h); padding: 24px 46px 18px 18px; border: 1px solid #dedad4; border-radius: 16px; background: #f6f4f1; color: var(--inkt); font: 500 17px/1.45 var(--f); resize: none; transition: border-color var(--t-klein), background-color var(--t-klein); }
.jb-tekstveld textarea:hover { border-color: #b9b4ac; }
.jb-tekstveld textarea:focus { outline: none; border-color: var(--inkt); background: #fff; }
.jb-tekstveld textarea::placeholder { color: #8a857d; opacity: 1; }
.jb-tekstveld .veld-punt { top: 26px; }
.jb-tekstveld:has(:user-invalid) textarea { border-color: var(--rood); background-color: #fff5f4; }
/* the advisor's question, above the answer to it */
.jb-vraag-mee { grid-column: 1 / -1; display: grid; gap: 6px; margin: 4px 0 0; padding-left: 16px; border-left: 3px solid var(--rood); font-size: var(--t-sub); font-weight: 620; line-height: 1.35; letter-spacing: -.01em; }
.jb-vraag-mee span { font-size: var(--t-label); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--fg2); }
/* sent: the fields go and the thanks stands on the white panel, the check in the page's own red disc (.jb-vink) */
.jb-form.is-verstuurd > :not(.jb-klaar) { display: none; }
.jb-klaar { grid-column: 1 / -1; outline: none; }
.jb-klaar-merk { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 0 26px; border-radius: 50%; background: var(--rood); }
.jb-klaar-merk svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; }
html.beweeg .jb-klaar-merk path { animation: jb-teken .5s cubic-bezier(.45, 0, .55, 1) .15s both; }
@keyframes jb-teken { from { stroke-dashoffset: 1; } }
.jb-klaar-zin { margin: 0 0 24px; max-width: 26em; font-size: var(--t-sub); line-height: 1.45; color: var(--fg2); }
.jb-klaar-nog { margin: 0; }

/* ======================= a post: the head ======================= */
.jb-post-kop { position: relative; padding: var(--pagina-top) 0 var(--sec-y); }
.jb-terug { margin: 0 0 var(--kop-y); }
.jb-terug a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: #fff; font-weight: 600; text-decoration: none; }
.jb-terug span { border-bottom: 1.5px solid currentColor; padding-bottom: 2px; }
.jb-terug .pijl { rotate: 180deg; transition: translate var(--t-klein, .3s) var(--e-uit); }
.jb-terug a:is(:hover, :focus-visible) .pijl { translate: -4px 0; }
.jb-post-h1 { margin: 0; max-width: 15em; font-size: var(--t-mega); font-weight: 650; line-height: 1; letter-spacing: -.03em; text-wrap: balance; }
.jb-post-h1 .jb-h1-rest { color: rgba(255, 255, 255, .5); }
.jb-feiten { display: flex; flex-wrap: wrap; gap: 24px clamp(32px, 4vw, 64px); margin: var(--kop-y) 0 0; padding-top: 28px; border-top: 1px solid var(--lijn); }
.jb-feiten div { display: grid; gap: 8px; }
.jb-feiten dt { font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: var(--fg2); }
.jb-feiten dd { margin: 0; font-size: var(--t-zin); font-weight: 600; line-height: 1.2; letter-spacing: -.01em; }

/* ======================= a post: the text and the card ======================= */
.jb-post { position: relative; padding: var(--sec-y) 0; background: var(--kalk); }
.jb-post-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: var(--kop-y) var(--kolom-gap); align-items: start; }
.jb-tekst { max-width: 38em; font-size: var(--t-sub); line-height: 1.6; }
.jb-tekst p { margin: 0 0 1em; }
.jb-tekst h2 { margin: 2em 0 .6em; font-size: var(--t-kaart); font-weight: 650; line-height: 1.15; letter-spacing: -.02em; }
.jb-tekst > :first-child { margin-top: 0; font-size: var(--t-zin); font-weight: 560; line-height: 1.3; letter-spacing: -.012em; }
.jb-tekst ul { list-style: none; margin: 0 0 1.2em; padding: 0; border-top: 1px solid var(--lijn); }
.jb-tekst li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid var(--lijn); }
.jb-tekst li::before { content: ''; position: absolute; left: 2px; top: calc(10px + .78em); width: 10px; height: 2px; background: var(--rood); }
.jb-tekst a { color: var(--rood-tekst); }
/* the advisor post closes on one question: it stands as a pull quote */
.jb-vraag { margin: 1.4em 0 1.2em; padding-left: clamp(20px, 2.4vw, 36px); border-left: 3px solid var(--rood); }
.jb-vraag p { margin: 0; font-size: var(--t-kop3); font-weight: 640; line-height: 1.1; letter-spacing: -.02em; text-wrap: balance; }
.jb-kaart { position: sticky; top: calc(var(--kop-h, 84px) + 32px); display: grid; justify-items: start; gap: 20px; padding: var(--plaat-p); border-radius: var(--r-plaat); background: var(--inkt); }
.jb-kaart p { margin: 0; }
.jb-kaart-lab { font-size: var(--t-label); letter-spacing: .1em; text-transform: uppercase; color: var(--fg2); }
.jb-kaart h2 { margin: 0; font-size: var(--t-kaart); font-weight: 650; line-height: 1.15; letter-spacing: -.02em; text-wrap: balance; }
.jb-kaart-tel { font-size: var(--t-sub); line-height: 1.45; color: var(--fg2); }
.jb-kaart a:not(.knop):not(.link) { color: #fff; }

/* ======================= narrower screens ======================= */
@media (max-width: 1100px) {
  .jb-plaats .oo-blad { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .jb-rij { grid-template-columns: 44px minmax(0, 1fr); }
  .jb-rij-actie { grid-column: 2; justify-self: start; justify-items: start; }
  .jb-pillen { justify-content: flex-start; }
  .jb-post-grid, .jb-form { grid-template-columns: minmax(0, 1fr); }
  .jb-kaart { position: static; max-width: 34em; }
}
@media (max-width: 760px) {
  .jb-h1 { font-size: 15vw; }
  /* the phone: the empty frames two a row, then the team three a row; no swiped row here, the sheet stands whole */
  .jb-plaats .oo-blad { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px 12px; overflow: visible; margin-inline: 0; padding: 0; scroll-snap-type: none; }
  .jb-plaats .oo-blad .oo-raam { flex: none; grid-column: span 2; }
  .jb-plaats .oo-blad .jb-leeg { grid-column: span 3; }
  .jb-plaats .oo-raam:not(.jb-leeg) figcaption { grid-template-columns: minmax(0, 1fr); }
  .jb-plaats .oo-raam:not(.jb-leeg) figcaption b, .jb-plaats .oo-raam:not(.jb-leeg) .oo-rol { display: none; }
  .jb-plaats .oo-raam:not(.jb-leeg) .oo-naam { font-size: var(--t-meta); }
  .jb-plaats .jb-film::before { inset: 20% 18%; background-size: 14px 1.5px, 1.5px 14px, 14px 1.5px, 1.5px 14px, 14px 1.5px, 1.5px 14px, 14px 1.5px, 1.5px 14px; }
  .jb-rij { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .jb-rij-nr { padding: 0; }
  .jb-rij-actie { grid-column: 1; }
  .jb-fotos { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .jb-fotos .jb-foto:first-child { grid-column: 1 / -1; }
  .jb-lijsten { grid-template-columns: minmax(0, 1fr); }
  .jb-post-h1 { font-size: clamp(40px, 11vw, 64px); }
  .jb-feiten { gap: 20px 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .jb-schrift, .jb-film, .jb-film-in i, .jb-pil, .jb-rij-titel a, .jb-terug .pijl, .jb-cv-vak, .jb-tekstveld textarea { transition: none; }
  .jb-klaar-merk path { animation: none; }
}
