/* ─── Over ons ──────────────────────────────── */
.abo { padding: calc(var(--nav-h) + clamp(60px, 10vh, 120px)) var(--gutter) 0; }
.abo__inner { max-width: 1240px; margin: 0 auto; }
.abo__head { max-width: 960px; }
.abo__head .kicker { color: var(--gold-deep); }
.abo__head h1 { margin-top: 18px; font-family: var(--font-display); font-weight: 300; font-size: clamp(38px, 5vw, 78px); line-height: 1.04; letter-spacing: -.035em; color: var(--navy); }
.abo__head h1 em { font-style: normal; color: var(--gold-deep); }
.abo__lede { margin-top: 28px; max-width: 62ch; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.62; color: #2A2F3E; }
.abo__lede + .abo__lede { margin-top: 18px; color: var(--grey); font-size: clamp(16px, 1.2vw, 18px); }

/* vaste conversieregel: knop plus whitepaper */
.acd__cta { display: flex; align-items: flex-start; gap: 36px; flex-wrap: wrap; margin-top: clamp(30px, 4.5vh, 48px); }
.acd__cta .link { margin-top: 18px; font-size: 15.5px; }
.acd__cta .actions__primary { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.acd__cta .actions__primary small { font-size: 12.5px; color: var(--grey); letter-spacing: .02em; padding-left: 4px; }

/* de drie */
.prof { padding: clamp(70px, 10vh, 130px) var(--gutter) 0; }
.prof__inner { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.prof--flip .prof__inner { direction: rtl; }
.prof--flip .prof__inner > * { direction: ltr; }
.prof__media { position: sticky; top: calc(var(--nav-h) + 40px); }
.prof__photo { position: relative; aspect-ratio: 1; border-radius: 22px; overflow: hidden; background: #E6DED0; }
.prof__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prof__ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(150deg, #EFE7DA, #DDD2C0); }
.prof__ph span { font-family: var(--font-display); font-weight: 300; font-size: 56px; letter-spacing: -.03em; color: var(--navy); opacity: .5; }
.prof__ph small { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--grey); }
.prof__links { display: flex; align-items: center; gap: 14px; margin-top: 20px; }
.prof__links a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(16,26,48,.16); color: var(--navy); transition: background .3s, color .3s, border-color .3s; }
.prof__links a svg { width: 16px; height: 16px; }
.prof__links a:hover { background: var(--navy); border-color: var(--navy); color: var(--ivory); }

.prof__num { font-family: "Newsreader", Georgia, serif; font-style: italic; font-weight: 300; font-size: 20px; color: var(--gold-deep); }
.prof__body h2 { margin-top: 10px; font-family: var(--font-display); font-weight: 300; font-size: clamp(32px, 3.6vw, 52px); line-height: 1.06; letter-spacing: -.032em; color: var(--navy); }
.prof__rol { margin-top: 14px; font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); }
.prof__text { margin-top: 26px; max-width: 60ch; }
.prof__text p { font-size: clamp(16px, 1.15vw, 17.5px); line-height: 1.75; color: #2A2F3E; }
.prof__text p + p { margin-top: 20px; }
.prof__bron { display: inline; margin-left: 12px; white-space: nowrap; font-family: var(--font-sans); font-style: normal; font-size: 11.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); }
.prof__quote { margin: 32px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(16,26,48,.12); font-family: "Newsreader", Georgia, serif; font-style: italic; font-weight: 300; font-size: clamp(21px, 2vw, 28px); line-height: 1.35; letter-spacing: -.015em; color: var(--navy); max-width: 26ch; }

/* afsluiter */
.abo__end { margin-top: clamp(80px, 12vh, 150px); padding: clamp(50px, 7vh, 84px) var(--gutter); }
.abo__end-in { max-width: 1240px; margin: 0 auto; background: var(--navy); border-radius: 26px; padding: clamp(44px, 6vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.abo__end h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(28px, 3.2vw, 46px); line-height: 1.1; letter-spacing: -.03em; color: var(--ivory); max-width: 18ch; }
.abo__end h2 em { font-style: normal; color: var(--gold); }
.abo__end .btn { flex: none; }
.btn--gold { color: var(--navy); background: var(--gold); height: 54px; padding: 0 30px; }
.btn--gold::before { background: var(--ivory); }
.btn--gold:hover { color: var(--navy); transform: translateY(-1px); }
.nav__menu a.is-here { color: var(--navy); }
.nav__menu a.is-here::after { transform: scaleX(1); }

@media (max-width: 900px) {
  .prof__inner { grid-template-columns: 1fr; gap: 32px; }
  .prof--flip .prof__inner { direction: ltr; }
  .prof__media { position: static; max-width: 320px; }
}
