/* ============================================================
   Build Better Education — step detail page styles
   ============================================================ */

/* progress timeline (under page head) */
.timeline { background: #fff; border-bottom: 1px solid var(--bb-border-soft); padding: 14px 0; position: sticky; top: 70px; z-index: 40; }
.timeline__inner { display: flex; align-items: center; gap: 6px; overflow-x: auto; }
.timeline__sep { color: var(--bb-faint); flex-shrink: 0; }
.timeline__phase { --c: var(--bb-primary); display: flex; flex-direction: column; gap: 6px; flex-shrink: 0; opacity: .55; }
.timeline__phase.is-cur { opacity: 1; }
.timeline__phase-h { display: flex; align-items: center; gap: 6px; text-decoration: none; color: var(--bb-ink); font-size: 12px; font-weight: 700; }
.timeline__phase-num { font-family: var(--font-mono); font-size: 10px; color: var(--c); }
.timeline__steps { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.timeline__step { width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; text-decoration: none; background: var(--bb-bg-tint); color: var(--bb-muted); font-size: 11px; font-weight: 600; border: 1px solid transparent; }
.timeline__step:hover { border-color: var(--c); color: var(--c); }
.timeline__step.is-cur { background: var(--c); color: #fff; }

.step { padding: clamp(36px, 5vw, 64px) 0; }
.step__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(28px, 4vw, 48px); align-items: start; }
.step__main { min-width: 0; }
.step__main > * + * { margin-top: 26px; }

/* cycle band + ring styles live near the end of this file */

/* why (lead) */
.step__waarom { --c: var(--bb-primary); background: color-mix(in srgb, var(--c) 7%, #fff); border: 1px solid color-mix(in srgb, var(--c) 22%, var(--bb-border)); border-left: 4px solid var(--c); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 22px; }
.step__waarom-h { font-size: 12px; font-family: var(--font-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--c); font-weight: 600; margin-bottom: 6px; }
.step__waarom p { font-size: 16px; line-height: 1.6; color: var(--bb-ink); }

/* paragraphs */
.step__prose p { font-size: 16px; line-height: 1.7; color: var(--bb-text); }
.step__prose p + p { margin-top: 14px; }

/* mishap */
.step__mishap { background: #FBF1E9; border: 1px solid #EAD3C0; border-radius: var(--radius); padding: 18px 22px; }
.step__mishap-h { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.step__mishap-icon { color: var(--bb-accent); display: inline-flex; }
.step__mishap-label { font-size: 12px; font-family: var(--font-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--bb-accent); font-weight: 600; }
.step__mishap p { font-size: 15px; line-height: 1.6; color: var(--bb-text); }

/* shared inner section header */
.step__sec-head { margin-bottom: 18px; }
.step__sec-head .eyebrow { color: var(--c, var(--bb-primary)); }
.step__sec-h { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.step__sec-intro { font-size: 15px; line-height: 1.6; color: var(--bb-muted); }

.step__block { --c: var(--bb-primary); background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 30px); box-shadow: var(--shadow-sm); }

/* context hub */
.step__context-diagram { background: var(--bb-primary-tint); border-radius: var(--radius); padding: 14px; margin: 14px 0; }
.ctxhub { width: 100%; height: auto; }
.ctxhub__line { stroke: color-mix(in srgb, var(--c) 40%, var(--bb-border)); stroke-width: 1.5; stroke-dasharray: 3 4; }
.ctxhub__dot { fill: var(--c); }
.ctxhub__center-bg { fill: var(--c); }
.ctxhub__center-t { fill: #fff; font-weight: 700; font-size: 16px; font-family: var(--font-sans); }
.ctxhub__sat-bg { fill: #fff; stroke: var(--bb-border); stroke-width: 1.5; }
.ctxhub__emoji { font-size: 20px; }
.ctxhub__sat-t { fill: var(--bb-ink); font-weight: 600; font-size: 14px; font-family: var(--font-sans); }
.step__context-sub { font-size: 16px; font-weight: 700; margin: 8px 0 12px; }
.step__context-reasons { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.step__context-reasons li { display: flex; gap: 10px; font-size: 14.5px; line-height: 1.5; color: var(--bb-text); }
.step__context-check { color: var(--c); flex-shrink: 0; margin-top: 3px; }

/* pillars (two-column items) */
.step__pillars-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.step__pillar { --c: var(--bb-primary); background: color-mix(in srgb, var(--c) 6%, #fff); border: 1px solid color-mix(in srgb, var(--c) 20%, var(--bb-border)); border-radius: var(--radius); padding: 22px; }
.step__pillar-icon { font-size: 26px; margin-bottom: 10px; }
.step__pillar-t { font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.step__pillar-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.step__pillar-list li { font-size: 14px; color: var(--bb-text); padding-left: 18px; position: relative; }
.step__pillar-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 99px; background: var(--c); }
@media (max-width: 640px) { .step__pillars-grid { grid-template-columns: 1fr; } }

/* key message */
.step__kern { --c: var(--bb-primary); background: color-mix(in srgb, var(--c) 8%, #fff); border: 1px solid color-mix(in srgb, var(--c) 22%, var(--bb-border)); border-radius: var(--radius); padding: 20px 22px; }
.step__kern-h { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--c); margin-bottom: 8px; font-size: 14px; }
.step__kern p { font-size: 15px; line-height: 1.6; color: var(--bb-ink); }

/* keypoints */
.step__kp-grid { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.step__kp-item { --c: var(--bb-primary); background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 20px; }
.step__kp-n { font-family: var(--font-mono); font-size: 13px; color: var(--c); font-weight: 600; }
.step__kp-item h4 { font-size: 15.5px; font-weight: 700; margin: 8px 0 6px; }
.step__kp-item p { font-size: 13.5px; line-height: 1.55; color: var(--bb-muted); }
@media (max-width: 640px) { .step__kp-grid { grid-template-columns: 1fr; } }

/* six building blocks (display) */
.step__bouw-grid { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.step__bouw-card { --c: var(--bb-primary); background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 20px; }
.step__bouw-n { font-family: var(--font-serif); font-size: 30px; color: var(--c); line-height: 1; }
.step__bouw-t { font-size: 16px; font-weight: 700; margin: 6px 0 2px; }
.step__bouw-q { font-size: 13px; font-weight: 600; color: var(--c); margin-bottom: 8px; }
.step__bouw-d { font-size: 13.5px; line-height: 1.55; color: var(--bb-muted); }
.step__bouw-tips, .step__bouw-basis { margin-top: 16px; background: var(--bb-bg-tint); border-radius: var(--radius); padding: 18px 20px; }
.step__bouw-tips-h, .step__bouw-basis-h { font-weight: 700; font-size: 14px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.step__bouw-tips ul { margin: 0; padding-left: 18px; display: grid; gap: 6px; }
.step__bouw-tips li { font-size: 13.5px; color: var(--bb-text); }
.step__bouw-basis p { font-size: 13.5px; line-height: 1.55; color: var(--bb-muted); margin-bottom: 12px; }
.step__bouw-basis-links { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 640px) { .step__bouw-grid { grid-template-columns: 1fr; } }

/* anchors */
.step__ankers-roof { --c: var(--bb-primary); text-align: center; background: var(--c); color: #fff; font-weight: 700; padding: 10px; border-radius: var(--radius) var(--radius) 0 0; margin-top: 16px; }
.step__ankers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--bb-border); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); overflow: hidden; }
.step__anker { --c: var(--bb-primary); padding: 20px; background: #fff; border-right: 1px solid var(--bb-border-soft); }
.step__anker:last-child { border-right: 0; }
.step__anker-n { font-family: var(--font-mono); font-size: 12px; color: var(--c); font-weight: 600; }
.step__anker h4 { font-size: 15px; font-weight: 700; margin: 6px 0 5px; }
.step__anker p { font-size: 13px; line-height: 1.5; color: var(--bb-muted); }
.step__ankers-foot { font-size: 13.5px; color: var(--bb-muted); text-align: center; margin-top: 14px; font-style: italic; }
@media (max-width: 760px) { .step__ankers-grid { grid-template-columns: 1fr 1fr; } .step__anker:nth-child(2n) { border-right: 0; } }
@media (max-width: 440px) { .step__ankers-grid { grid-template-columns: 1fr; } .step__anker { border-right: 0; border-bottom: 1px solid var(--bb-border-soft); } }

/* Rogers proportions */
.rogers { width: 100%; height: auto; margin: 16px 0; }
.rogers__pct { fill: var(--bb-ink); font-size: 12px; font-weight: 700; font-family: var(--font-sans); }
.step__prop-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.step__prop-item { --seg: var(--bb-primary); background: #fff; border: 1px solid var(--bb-border); border-left: 4px solid var(--seg); border-radius: var(--radius-sm); padding: 14px 16px; }
.step__prop-item-h { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
.step__prop-item-dot { width: 10px; height: 10px; border-radius: 99px; background: var(--seg); }
.step__prop-item-t { font-weight: 700; font-size: 14px; }
.step__prop-item-pct { margin-left: auto; font-family: var(--font-mono); font-size: 12px; color: var(--bb-muted); }
.step__prop-item p { font-size: 13px; line-height: 1.5; color: var(--bb-muted); }
@media (max-width: 640px) { .step__prop-legend { grid-template-columns: 1fr; } }

/* matrix */
.step__matrix-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step__matrix-card { position: relative; background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 20px; }
.step__matrix-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--c, var(--bb-primary)); font-weight: 600; }
.step__matrix-card h4 { font-size: 15.5px; font-weight: 700; margin: 6px 0 14px; }
.step__matrix-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.step__matrix-card li { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13px; color: var(--bb-text); }
.step__matrix-dots { display: flex; gap: 4px; }
.step__matrix-dots i { width: 9px; height: 9px; border-radius: 99px; background: var(--bb-border); }
.step__matrix-dots i.is-on { background: var(--c, var(--bb-primary)); }
@media (max-width: 760px) { .step__matrix-grid { grid-template-columns: 1fr; } }

/* dimensions */
.step__dim-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step__dim-card { --c: var(--bb-primary); background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 22px; }
.step__dim-icon { font-size: 26px; display: block; margin-bottom: 10px; }
.step__dim-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.step__dim-card p { font-size: 13.5px; line-height: 1.55; color: var(--bb-muted); }
.step__dim-foot { margin-top: 14px; font-size: 13.5px; line-height: 1.55; color: var(--bb-muted); font-style: italic; }
@media (max-width: 760px) { .step__dim-grid { grid-template-columns: 1fr; } }

/* flow / timeline */
.step__flow-track { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; position: relative; counter-reset: fl; }
.step__flow-node { --c: var(--bb-primary); background: #fff; border: 1px solid var(--bb-border); border-top: 3px solid var(--c); border-radius: var(--radius); padding: 18px; }
.step__flow-tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--c); font-weight: 600; }
.step__flow-node h4 { font-size: 15px; font-weight: 700; margin: 6px 0 5px; }
.step__flow-node p { font-size: 13px; line-height: 1.5; color: var(--bb-muted); }
@media (max-width: 820px) { .step__flow-track { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .step__flow-track { grid-template-columns: 1fr; } }

/* contrast (two columns) */
.step__contrast-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.step__contrast-col { --cc: var(--bb-primary); background: color-mix(in srgb, var(--cc) 6%, #fff); border: 1px solid color-mix(in srgb, var(--cc) 22%, var(--bb-border)); border-radius: var(--radius); padding: 22px; }
.step__contrast-col-h { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.step__contrast-icon { font-size: 24px; }
.step__contrast-col-h h4 { font-size: 16px; font-weight: 700; }
.step__contrast-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.step__contrast-col li { font-size: 14px; line-height: 1.5; color: var(--bb-text); padding-left: 18px; position: relative; }
.step__contrast-col li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 99px; background: var(--cc); }
.step__contrast-foot { grid-column: 1 / -1; font-size: 14px; color: var(--bb-muted); font-style: italic; }
@media (max-width: 640px) { .step__contrast-grid { grid-template-columns: 1fr; } }

/* leadership */
.step__leader-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.step__leader-col { --c: var(--bb-primary); background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 22px; }
.step__leader-col-h { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--bb-border-soft); }
.step__leader-icon { width: 42px; height: 42px; border-radius: 4px; background: color-mix(in srgb, var(--c) 12%, #fff); display: grid; place-items: center; font-size: 20px; flex-shrink: 0; }
.step__leader-col-h h4 { font-size: 17px; font-weight: 700; }
.step__leader-sub { font-size: 12px; color: var(--c); font-family: var(--font-mono); letter-spacing: .04em; }
.step__leader-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.step__leader-list li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; }
.step__leader-n { width: 22px; height: 22px; border-radius: 7px; background: color-mix(in srgb, var(--c) 14%, #fff); color: var(--c); display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.step__leader-list h5 { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.step__leader-list p { font-size: 13px; line-height: 1.5; color: var(--bb-muted); }
.step__leader-rand, .step__leader-borgen { margin-top: 18px; background: var(--bb-bg-tint); border-radius: var(--radius); padding: 22px; }
.step__leader-rand-head, .step__leader-borgen-head { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.step__leader-rand-head h4, .step__leader-borgen-head h4 { font-size: 16px; font-weight: 700; }
.step__leader-borgen-head p { font-size: 13.5px; color: var(--bb-muted); margin-top: 4px; }
.step__leader-rand-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.step__leader-rand-grid li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; }
.step__leader-rand-n { width: 22px; height: 22px; border-radius: 7px; background: #fff; border: 1px solid var(--bb-border); color: var(--c); display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.step__leader-rand-grid h5 { font-size: 13.5px; font-weight: 700; margin-bottom: 2px; }
.step__leader-rand-grid p { font-size: 12.5px; line-height: 1.45; color: var(--bb-muted); }
.step__leader-kern { margin-top: 18px; --c: var(--bb-primary); background: color-mix(in srgb, var(--c) 8%, #fff); border: 1px solid color-mix(in srgb, var(--c) 22%, var(--bb-border)); border-radius: var(--radius); padding: 18px 20px; }
.step__leader-kern-tag { font-weight: 700; color: var(--c); font-size: 13px; display: block; margin-bottom: 6px; }
.step__leader-kern p { font-size: 14.5px; line-height: 1.6; color: var(--bb-ink); }
.step__leader-borgen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.step__leader-borgen-card { background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius-sm); padding: 16px; }
.step__leader-borgen-n { width: 22px; height: 22px; border-radius: 7px; background: color-mix(in srgb, var(--c) 14%, #fff); color: var(--c); display: grid; place-items: center; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.step__leader-borgen-card h5 { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.step__leader-borgen-card ul { margin: 0; padding-left: 16px; display: grid; gap: 4px; }
.step__leader-borgen-card li { font-size: 12.5px; line-height: 1.45; color: var(--bb-muted); }
@media (max-width: 760px) { .step__leader-grid, .step__leader-rand-grid { grid-template-columns: 1fr; } .step__leader-borgen-grid { grid-template-columns: 1fr; } }

/* examples */
.step__voorb-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.step__voorb-card { --c: var(--bb-primary); background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 20px; }
.step__voorb-sector { display: inline-block; font-family: var(--font-mono); font-size: 11px; font-weight: 600; color: var(--c); background: color-mix(in srgb, var(--c) 12%, #fff); padding: 3px 9px; border-radius: 6px; margin-bottom: 8px; }
.step__voorb-card h4 { font-size: 15.5px; font-weight: 700; margin-bottom: 6px; }
.step__voorb-card p { font-size: 13px; line-height: 1.5; color: var(--bb-muted); margin-bottom: 12px; }
.step__voorb-dl { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--c); text-decoration: none; }
.step__voorb-dl:hover { text-decoration: underline; }
@media (max-width: 640px) { .step__voorb-grid { grid-template-columns: 1fr; } }

/* checklist */
.step__h2 { font-size: 24px; font-weight: 700; margin-top: 10px; }
.step__check { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.step__check li { --c: var(--bb-primary); display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 14px 16px; font-size: 14.5px; line-height: 1.5; color: var(--bb-text); }
.step__check-box { width: 22px; height: 22px; border-radius: 7px; background: color-mix(in srgb, var(--c) 14%, #fff); color: var(--c); display: grid; place-items: center; }

.step__done-btn { --c: var(--bb-primary); margin-top: 22px; width: 100%; justify-content: center; display: flex; align-items: center; gap: 10px; background: #fff; border: 1.5px solid var(--c); color: var(--c); border-radius: var(--radius); padding: 15px; font-weight: 600; font-size: 15px; transition: background var(--dur); }
.step__done-btn:hover { background: color-mix(in srgb, var(--c) 8%, #fff); }
.step__done-btn.is-done { background: var(--c); color: #fff; }
.step__done-box { width: 22px; height: 22px; border-radius: 7px; border: 1.5px solid currentColor; display: grid; place-items: center; opacity: .5; }
.step__done-btn.is-done .step__done-box { opacity: 1; }

/* sidebar */
.step__side { display: grid; gap: 18px; position: sticky; top: 130px; align-self: start; }
.step__phasecard { --c: var(--bb-primary); background: color-mix(in srgb, var(--c) 8%, #fff); border: 1px solid color-mix(in srgb, var(--c) 22%, var(--bb-border)); border-radius: var(--radius); padding: 20px; }
.step__phasecard-eye { font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: var(--c); font-weight: 600; }
.step__phasecard-t { font-size: 18px; font-weight: 700; margin: 6px 0 8px; }
.step__phasecard-d { font-size: 13.5px; line-height: 1.55; color: var(--bb-text); }
.step__sidedl { --c: var(--bb-primary); background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 18px; }
.step__sidedl-h { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; color: var(--bb-ink); margin-bottom: 12px; }
.step__sidedl-h svg { color: var(--c); }
.step__sidedl-count { margin-left: auto; font-family: var(--font-mono); font-size: 11px; background: color-mix(in srgb, var(--c) 12%, #fff); color: var(--c); padding: 1px 8px; border-radius: 2px; }
.step__sidedl-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.step__sidedl-list a { display: flex; align-items: center; gap: 10px; text-decoration: none; padding: 9px; border-radius: 4px; color: var(--bb-text); transition: background var(--dur); }
.step__sidedl-list a:hover { background: var(--bb-bg-tint); }
.step__sidedl-icon { font-size: 17px; }
.step__sidedl-t { font-size: 13px; font-weight: 500; line-height: 1.3; }
.step__sidedl-go { margin-left: auto; color: var(--c); }
.step__progress { background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 18px; }
.step__progress-h { font-weight: 700; font-size: 13px; color: var(--bb-ink); margin-bottom: 10px; }
.step__progress-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.step__progress-list a { --c: var(--bb-primary); display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: 4px; text-decoration: none; color: var(--bb-muted); font-size: 13px; line-height: 1.3; }
.step__progress-list a:hover { background: var(--bb-bg-tint); color: var(--bb-ink); }
.step__progress-list .is-current a { background: color-mix(in srgb, var(--c) 10%, #fff); color: var(--bb-ink); font-weight: 600; }
.step__progress-n { width: 20px; height: 20px; border-radius: 6px; background: var(--bb-bg-tint); color: var(--bb-muted); display: grid; place-items: center; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.step__progress-list .is-current .step__progress-n { background: var(--c); color: #fff; }
.step__progress-list .is-done .step__progress-n { background: color-mix(in srgb, var(--c) 16%, #fff); color: var(--c); }
.step__tina { background: var(--bb-accent-soft); border: 1px solid color-mix(in srgb, var(--bb-accent) 22%, var(--bb-border)); border-radius: var(--radius); padding: 18px; }
.step__tina-h { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.step__tina-av { width: 26px; height: 26px; border-radius: 99px; background: var(--bb-accent); color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 700; }
.step__tina p { font-size: 13px; line-height: 1.5; color: var(--bb-text); margin-bottom: 10px; }
.step__tina-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--bb-accent); text-decoration: none; }

/* full-width downloads */
.step__dl { --c: var(--bb-primary); margin-top: 32px; background: color-mix(in srgb, var(--c) 6%, #fff); border: 1px solid color-mix(in srgb, var(--c) 18%, var(--bb-border)); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 40px); }
.step__dl-head { text-align: center; max-width: 540px; margin: 0 auto 24px; }
.step__dl-eye { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--c); font-weight: 600; margin-bottom: 8px; }
.step__dl-h { font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.step__dl-sub { font-size: 14.5px; color: var(--bb-muted); }
.step__dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.step__dl-card { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 16px; text-decoration: none; transition: box-shadow var(--dur), transform var(--dur); }
.step__dl-card:hover { box-shadow: var(--shadow-md); transform: translateY(-1px); }
.step__dl-icon { font-size: 24px; flex-shrink: 0; }
.step__dl-body { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.step__dl-t { font-size: 14.5px; font-weight: 700; color: var(--bb-ink); }
.step__dl-d { font-size: 12.5px; color: var(--bb-muted); line-height: 1.4; }
.step__dl-btn { --c: var(--bb-primary); display: inline-flex; align-items: center; gap: 6px; background: color-mix(in srgb, var(--c) 12%, #fff); color: var(--c); font-size: 12px; font-weight: 700; padding: 7px 12px; border-radius: 4px; flex-shrink: 0; }
@media (max-width: 640px) { .step__dl-grid { grid-template-columns: 1fr; } }

/* reflection questions */
.step__vragen { --c: var(--bb-primary); margin-top: 32px; background: #fff; border: 1px solid var(--bb-border); border-left: 4px solid var(--c); border-radius: 0 var(--radius) var(--radius) 0; padding: clamp(22px, 3vw, 32px); }
.step__vragen-h { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 16px; margin-bottom: 14px; }
.step__vragen-h span[aria-hidden] { width: 26px; height: 26px; border-radius: 99px; background: color-mix(in srgb, var(--c) 14%, #fff); color: var(--c); display: grid; place-items: center; font-weight: 800; }
.step__vragen ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.step__vragen li { font-size: 16px; line-height: 1.5; color: var(--bb-ink); padding-left: 20px; position: relative; }
.step__vragen li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 99px; background: var(--c); }

/* prev/next nav */
.step__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.step__nav-btn { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--bb-border); border-radius: var(--radius); padding: 16px 20px; text-decoration: none; color: var(--bb-ink); transition: box-shadow var(--dur), border-color var(--dur); }
.step__nav-btn:hover { box-shadow: var(--shadow-md); border-color: var(--bb-primary-soft); }
.step__nav-btn--next { justify-content: flex-end; text-align: right; }
.step__nav-lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: var(--bb-muted); }
.step__nav-name { font-size: 14.5px; font-weight: 700; }
@media (max-width: 980px) {
  .step__layout { grid-template-columns: 1fr; }
  .step__side { position: static; }
  .timeline { position: static; }
}
@media (max-width: 520px) { .step__nav { grid-template-columns: 1fr; } }

/* ── Phase band (step header orientation) ──────────── */
.step__phaseband { background: linear-gradient(150deg, #fff, var(--bb-bg-tint)); border: 1px solid var(--bb-border); border-top: 3px solid var(--c); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 34px) clamp(20px, 3vw, 40px); box-shadow: var(--shadow-sm); margin: 0 0 30px; }
.step__phaseband-head { margin-bottom: 6px; }
.step__phaseband-h { font-family: var(--font-display); font-size: clamp(21px, 2.4vw, 27px); font-weight: 900; letter-spacing: -.025em; color: var(--bb-ink); }
.step__phaseband-h span { color: var(--c); }
.step__phaseband .pstep { margin-top: 22px; }
@media (max-width: 620px) {
  .step__phaseband .pstep { grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .step__phaseband .pstep__item:nth-child(2)::after { display: none; }
}

/* icon container colours for step visuals */
.step__pillar-icon, .step__dim-icon, .step__leader-icon, .step__sidedl-icon, .step__dl-icon { color: var(--c, var(--teal)); }
.step__contrast-icon { color: var(--cc, var(--teal)); }
.step__phasecard-t { display: flex; align-items: center; gap: 9px; }
.step__phasecard-t svg.lucide { color: var(--c); }
.step__kern-h svg.lucide, .step__bouw-tips-h svg.lucide { color: var(--c); }
.step__leader-kern-tag svg.lucide { color: var(--c); }
.step__dim-icon svg.lucide, .step__pillar-icon svg.lucide, .step__leader-icon svg.lucide, .step__contrast-icon svg.lucide { width: 24px; height: 24px; stroke-width: 1.6; }
.step__sidedl-icon svg.lucide, .step__dl-icon svg.lucide { width: 20px; height: 20px; }
