/* Radius OS - Match subpage.
   The page owns the one idea no other page owns: the vacancy you wrote becomes the bar,
   and everybody who applied is read against that same bar with the moment that proves it.
   Built 2026-09-10 on the shared grammar in sections.css. */

/* The light nav, the same block every other subpage carries in its own sheet.
   Match declares page-sub on the body but never loads pages.css, so the header
   was still painted for the dark home hero and the links read as almost white
   on paper (Mark, 2026-09-10). */
body.mx-page .nav__logo { background: var(--grad-blue); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
body.mx-page .nav__logo b { color: transparent; -webkit-text-fill-color: transparent; }
body.mx-page .nav__link { color: var(--ink); }
body.mx-page .nav__link:hover, body.mx-page .nav__link.active { background: rgba(20, 33, 63, 0.05); }
body.mx-page .nav__login { color: var(--body); }
body.mx-page .nav .btn--sm { background: var(--grad-blue); color: #fff; }
body.mx-page .nav .btn--sm:hover, body.mx-page .nav .btn--sm:active { background: var(--grad-emerald); color: var(--ink); }

.uiface { display: block; background-repeat: no-repeat; background-size: cover; background-color: #E8E2D6; }
.uiface--tomasz { background-image: url("assets/cand-tomasz.jpg"); background-size: 275% auto; background-position: 50% 30%; }
.uiface--sanne  { background-image: url("assets/cand-sanne.jpg");  background-size: 275% auto; background-position: 50% 14%; }
.uiface--daan   { background-image: url("assets/cand-daan.jpg");   background-size: 275% auto; background-position: 50% 23%; }
.uiface--marta  { background-image: url("assets/av/av-5.jpg"); background-position: 50% 30%; }
.uiface--youssef{ background-image: url("assets/av/av-4.jpg"); background-position: 50% 30%; }
.uiface--lena   { background-image: url("assets/av/av-2.jpg"); background-position: 50% 30%; }
.uiface--nadia  { background-image: url("assets/av/av-3.jpg"); background-position: 50% 28%; }
.uiface--jan    { background-image: url("assets/av/av-1.jpg"); background-position: 50% 30%; }


.mx-tag, .mx-t { display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px; font: 700 10px/1 var(--font-display); white-space: nowrap; flex: none; }
.mx-t--m { background: rgba(47,107,235,.12); color: var(--cobalt-dp); }
.mx-t--n { background: var(--paper-2); color: var(--body); }
.mx-tag--pr { background: #E3F5EC; color: #0F6E4E; }
.mx-tag--cl { background: #FBF0D6; color: #7A5A12; }
.mx-tag--ms { background: #FBE4E4; color: #93262B; }

/* ============ A. THE VACANCY BECOMES THE BAR ============ */
.vb { width: 100%; max-width: 700px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.vb__doc { background: #fff; border: 1px solid var(--line-soft); border-radius: 14px; padding: 16px 17px 18px;
  box-shadow: 0 18px 44px -28px rgba(11,20,64,.5); }
.vb__doc h5 { margin: 0 0 4px; font: 700 12px/1 var(--font-display); color: var(--ink); letter-spacing: -.015em; }
.vb__doc em { font-style: normal; display: block; margin-bottom: 11px; font: 500 10.5px/1 var(--font-body); color: var(--body); }
.vb__doc p { margin: 0; font: 500 12.5px/1.7 var(--font-body); color: var(--body); }
.vb__doc mark { background: transparent; color: var(--body); border-radius: 4px; padding: 1px 2px; box-decoration-break: clone; -webkit-box-decoration-break: clone;
  transition: background .55s var(--ease), color .55s var(--ease); }
.vb__doc mark.lit { background: rgba(47,107,235,.14); color: var(--ink); font-weight: 700; }
.vb__out { display: grid; gap: 8px; }
.vb__hd { display: flex; align-items: baseline; gap: 8px; padding: 0 2px 2px; }
.vb__hd b { font: 700 12px/1 var(--font-display); color: var(--ink); letter-spacing: -.015em; }
.vb__hd em { font-style: normal; margin-left: auto; font: 500 10.5px/1 var(--font-body); color: var(--body); opacity: 0; transition: opacity .8s var(--ease); }
.vb__hd em.on { opacity: 1; }
.vb__r { display: flex; align-items: center; gap: 9px; padding: 11px 13px; border-radius: 12px; min-height: 46px;
  background: rgba(255,255,255,.32); border: 1px solid rgba(11,20,64,.07); box-shadow: none;
  transition: background .95s var(--ease), border-color .95s var(--ease), box-shadow .95s var(--ease); }
.vb__r > * { opacity: 0; transition: opacity 1.05s var(--ease); }
.vb__r.on { background: #fff; border-color: var(--line-soft); box-shadow: 0 14px 32px -24px rgba(11,20,64,.5); }
.vb__r.on > * { opacity: 1; }
.vb__r b { flex: 1; min-width: 0; font: 700 12.5px/1.25 var(--font-display); color: var(--ink); letter-spacing: -.012em; }

/* ============ B. THE SAME BAR, THREE PEOPLE ============ */
.cmp { width: 100%; max-width: 660px; background: #fff; border: 1px solid var(--line-soft); border-radius: 16px;
  box-shadow: 0 24px 58px -32px rgba(11,20,64,.5); overflow: hidden; }
.cmp__job { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--line-soft); }
.cmp__job .icon { width: 14px; height: 14px; color: var(--cobalt-dp); }
.cmp__job b { font: 700 12.5px/1 var(--font-display); color: var(--ink); letter-spacing: -.015em; }
.cmp__job span { margin-left: auto; font: 500 11px/1 var(--font-body); color: var(--body); }
.cmp__g { display: grid; grid-template-columns: minmax(0,1.45fr) repeat(3, minmax(0,1fr)); }
.cmp__hc { padding: 13px 10px 12px; text-align: center; border-bottom: 1px solid var(--line-soft); }
.cmp__hc--lab { text-align: left; padding-left: 16px; display: flex; align-items: flex-end; font: 700 10.5px/1 var(--font-display); color: var(--body); letter-spacing: .02em; }
.cmp__av { width: 34px; height: 34px; border-radius: 50%; margin: 0 auto 6px; }
.cmp__hc b { display: block; font: 700 11.5px/1.2 var(--font-display); color: var(--ink); letter-spacing: -.012em; }
.cmp__hc em { display: block; margin-top: 3px; font-style: normal; font: 700 10.5px/1 var(--font-display); color: var(--cobalt-dp); opacity: 0; transition: opacity .8s var(--ease); }
.cmp__hc em.on { opacity: 1; }
.cmp__rl { display: contents; }
.cmp__c { padding: 11px 10px; border-bottom: 1px solid var(--line-soft); display: flex; align-items: center; justify-content: center; }
.cmp__c--lab { justify-content: flex-start; padding-left: 16px; gap: 8px; }
.cmp__c--lab span { font: 600 12px/1.3 var(--font-body); color: var(--ink); }
.cmp__d { width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; opacity: 0; transform: scale(.7);
  transition: opacity .5s var(--ease), transform .5s var(--ease); }
.cmp__d.on { opacity: 1; transform: none; }
.cmp__d .icon { width: 11px; height: 11px; }
.cmp__d--y { background: #E3F5EC; color: #0F6E4E; }
.cmp__d--s { background: #FBF0D6; color: #7A5A12; }
.cmp__d--n { background: #FBE4E4; color: #93262B; }
.cmp__foot { display: flex; align-items: center; gap: 8px; padding: 12px 16px; opacity: 0; transition: opacity .9s var(--ease); }
.cmp__foot.on { opacity: 1; }
.cmp__foot .icon { width: 13px; height: 13px; color: var(--cobalt-dp); }
.cmp__foot span { font: 600 12px/1.4 var(--font-body); color: var(--ink); }
.cmp__key { display: flex; justify-content: center; gap: 16px; margin-top: 14px; opacity: 0; transition: opacity .9s var(--ease); }
.cmp__key.on { opacity: 1; }
.cmp__key span { display: inline-flex; align-items: center; gap: 6px; font: 600 11px/1 var(--font-body); color: var(--body); }
.cmp__key i { width: 9px; height: 9px; border-radius: 50%; }

/* ---------- HERO ---------- */
.mx-hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-start;
  padding: var(--hero-top) 0 clamp(30px, 4vh, 48px); overflow: hidden; }
.mx-hero::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(46% 52% at 84% 26%, rgba(47,107,235,.15), transparent 62%),
              radial-gradient(40% 46% at 10% 6%, rgba(47,88,168,.10), transparent 60%); }
.mx-hero__grid { flex: 1; display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr); gap: clamp(30px, 5vw, 68px); align-items: center; }
.mx-hero h1 { font-size: clamp(38px, 4.4vw, 58px); line-height: 1.03; letter-spacing: -.026em; color: var(--ink); font-weight: 680; margin: 0; text-wrap: balance; }
.mx-hero .lead { margin-top: 20px; max-width: 38ch; }
.mx-hero__cta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.mx-hero__vis { min-width: 0; }
.mx-cmp { display: grid; }

/* ---------- SECTIONS ---------- */
.mx-sec { padding: clamp(64px, 9vh, 118px) 0; }
/* the alternate ground fades in and out instead of cutting across the page.
   A flat band left a hard line at both edges; the home page's product bands
   already blend this way (Mark, 2026-09-10). */
.mx-sec--alt {
  background: linear-gradient(180deg,
    var(--paper) 0,
    var(--paper-2, #F4F1EA) 130px,
    var(--paper-2, #F4F1EA) calc(100% - 130px),
    var(--paper) 100%);
}
@media (max-width: 980px) {
  .mx-sec--alt {
    background: linear-gradient(180deg,
      var(--paper) 0,
      var(--paper-2, #F4F1EA) 68px,
      var(--paper-2, #F4F1EA) calc(100% - 68px),
      var(--paper) 100%);
  }
}
.mx-sec .arow + .arow { margin-top: clamp(64px, 10vh, 120px); }

/* ---------- THE SWITCHBOARD: you move the bar, the list moves with it ----------
   Mark chose this over the walking lane on 2026-09-10 (option 2A). The point of
   the section is that the recruiter sets which requirements are absolute, so the
   object has to be the switch and the consequence, side by side. */
.ga { display: grid; grid-template-columns: minmax(0,1.28fr) minmax(0,1fr); gap: 14px; width: min(100%, 760px); align-items: stretch; }
.gcd { background: #fff; border: 1px solid var(--line-soft); border-radius: 18px; box-shadow: 0 24px 56px -30px rgba(11,20,64,.5);
  padding: 17px 19px 18px; display: flex; flex-direction: column; }
.gcd__h { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.gcd__h b { font: 700 13px/1.2 var(--font-display); color: var(--ink); letter-spacing: -.012em; }
.gcd__h i { margin-left: auto; font-style: normal; font: 500 11px/1.2 var(--font-body); color: var(--body); }
.ga__r { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line-soft); }
.ga__r > b { font: 700 13.5px/1.25 var(--font-display); color: var(--ink); letter-spacing: -.01em; }
.ga__sw { position: relative; margin-left: auto; flex: none; display: flex; width: 146px; padding: 3px; border-radius: 999px; background: var(--paper-2); }
.ga__sw i { position: absolute; top: 3px; bottom: 3px; left: 3px; width: calc(50% - 3px); border-radius: 999px; background: #fff;
  box-shadow: 0 5px 12px -5px rgba(11,20,64,.45); transition: transform .75s var(--ease); }
.ga__sw em { position: relative; z-index: 1; flex: 1; text-align: center; padding: 6px 0; font-style: normal;
  font: 700 9.5px/1 var(--font-display); color: rgba(44,53,87,.5); transition: color .5s var(--ease); }
.ga__sw em:first-of-type { color: var(--cobalt-dp); }
.ga__r.is-nice .ga__sw i { transform: translateX(100%); }
.ga__r.is-nice .ga__sw em:first-of-type { color: rgba(44,53,87,.5); }
.ga__r.is-nice .ga__sw em:last-of-type { color: var(--ink); }
.ga__r.flip { animation: gaFlip 1s var(--ease); }
@keyframes gaFlip { 0%,100% { background: transparent; } 40% { background: rgba(47,107,235,.07); } }
.ga__p { display: flex; align-items: center; gap: 11px; padding: 13px 0; border-top: 1px solid var(--line-soft); transition: opacity .7s var(--ease); }
.ga__p:first-of-type { border-top: 0; }
.ga__pav { width: 34px; height: 34px; border-radius: 50%; flex: none; transition: filter .7s var(--ease); }
.ga__p b { display: block; font: 700 13.5px/1.2 var(--font-display); color: var(--ink); }
.ga__p i { display: block; margin-top: 2px; font-style: normal; font: 500 11px/1.3 var(--font-body); color: var(--body); }
.ga__st { margin-left: auto; flex: none; }
.ga__p.is-out .ga__pav { filter: grayscale(1) opacity(.55); }
.ga__p.is-out b { color: rgba(11,20,64,.45); }
.ga__n { margin: auto 0 0; padding-top: 13px; border-top: 1px solid var(--line-soft); font: 500 12.5px/1.45 var(--font-body); color: var(--body); }
.ga__n b { font: 900 17px/1 var(--font-display); color: var(--ink); display: block; margin-bottom: 4px; letter-spacing: -.02em; }
@media (max-width: 760px) { .ga { grid-template-columns: minmax(0,1fr); } }
@media (prefers-reduced-motion: reduce) { .ga__sw i, .ga__r { transition: none; animation: none; } }

/* ---------- EVIDENCE: a requirement opens onto the moment that settles it ---------- */
.ev { width: min(100%, 520px); display: grid; gap: 10px; }
.ev__who { display: flex; align-items: center; gap: 11px; padding: 11px 15px; border-radius: 999px; background: #fff;
  border: 1px solid var(--line-soft); box-shadow: 0 12px 28px -22px rgba(11,20,64,.5); }
.ev__ph { width: 32px; height: 32px; border-radius: 50%; flex: none; }
.ev__who b { display: block; font: 700 13.5px/1.15 var(--font-display); color: var(--ink); letter-spacing: -.015em; }
.ev__who i { font-style: normal; font: 500 11.5px/1.2 var(--font-body); color: var(--body); }
.ev__meets { margin-left: auto; font: 700 13.5px/1 var(--font-display); color: var(--ink); white-space: nowrap; }
.ev__meets em { font-style: normal; color: var(--cobalt-dp); }
.ev__r { border-radius: 14px; background: #fff; border: 1px solid var(--line-soft); overflow: hidden;
  box-shadow: 0 12px 30px -26px rgba(11,20,64,.5); transition: box-shadow .6s var(--ease); }
.ev__r.open { box-shadow: 0 22px 48px -28px rgba(11,20,64,.55); }
.ev__hd { display: flex; align-items: center; gap: 10px; padding: 14px 16px; }
.ev__hd b { flex: 1; font: 700 13.5px/1.2 var(--font-display); color: var(--ink); letter-spacing: -.015em; }
.ev__bd { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .65s var(--ease); }
.ev__r.open .ev__bd { grid-template-rows: 1fr; }
.ev__bd > * { overflow: hidden; }
.ev__q { display: flex; gap: 10px; padding: 0 16px 10px; opacity: 0; transition: opacity .6s var(--ease); }
.ev__r.open .ev__q { opacity: 1; transition-delay: .2s; }
.ev__q .icon { width: 14px; height: 14px; color: rgba(47,107,235,.45); flex: none; margin-top: 2px; }
.ev__q span { font: italic 500 13px/1.5 var(--font-body); color: var(--ink); }
.ev__src { display: flex; flex-wrap: wrap; gap: 6px 16px; padding: 0 16px 14px 40px; opacity: 0; transition: opacity .6s var(--ease); }
.ev__r.open .ev__src { opacity: 1; transition-delay: .32s; }
.ev__src span { font: 600 11px/1.3 var(--font-body); color: var(--body); }

/* ---------- THE CALL IS YOURS ---------- */
.mx-call { padding: clamp(72px, 10vh, 130px) 0; background: var(--paper); }
.mx-call__in { max-width: 940px; margin: 0 auto; text-align: center; }
.mx-call__lead { max-width: 64ch; margin: 16px auto 0; font-size: 17px; line-height: 1.6; color: var(--body); }
.mx-call__row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: clamp(30px, 4.4vh, 48px); }
.mx-call__c { padding: 20px 16px 18px; border-radius: 16px; text-align: center;
  background: rgba(255,255,255,.35); border: 1px solid rgba(11,20,64,.07); box-shadow: none;
  transition: background 1.05s var(--ease), border-color 1.05s var(--ease), box-shadow 1.05s var(--ease); }
.mx-call__c > * { opacity: 0; transition: opacity 1.15s var(--ease); }
.mx-call__c.on { background: #fff; border-color: var(--line-soft); box-shadow: 0 18px 42px -30px rgba(11,20,64,.5); }
.mx-call__c.on > * { opacity: 1; }
.mx-call__ph { width: 48px; height: 48px; border-radius: 50%; margin: 0 auto 11px; }
.mx-call__c b { display: block; font: 700 14.5px/1.2 var(--font-display); color: var(--ink); letter-spacing: -.015em; }
.mx-call__c span { display: block; margin-top: 4px; font: 700 12.5px/1 var(--font-display); color: var(--cobalt-dp); }
.mx-call__c em { display: block; margin-top: 8px; font-style: normal; font: 500 12px/1.4 var(--font-body); color: var(--body); }

/* ---------- CTA ---------- */
.mx-cta { padding: clamp(64px, 9vh, 116px) 0; text-align: center; }
.mx-cta h2 { font: 900 clamp(30px, 4vw, 52px)/1.04 var(--font-display); letter-spacing: -.03em; color: var(--ink); margin: 0; }
.mx-cta p { max-width: 54ch; margin: 16px auto 26px; font-size: 17px; line-height: 1.6; color: var(--body); }

@media (max-width: 980px) {
  .mx-hero__grid { grid-template-columns: 1fr; gap: 26px; align-items: start; }
  .mx-call__row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) { .mx-call__row { grid-template-columns: 1fr; } .gate__lane { height: 54px; } }
@media (prefers-reduced-motion: reduce) {
  .gate__p { transition: none; } .gate__note { opacity: 1; }
  .ev__bd { grid-template-rows: 1fr; } .ev__q, .ev__src { opacity: 1; }
  .mx-call__c { background: #fff; border-color: var(--line-soft); } .mx-call__c > * { opacity: 1; }
}
