/* Inspiratie — editorial laag van Stolk Schilders.
 *
 * Aparte stylesheet naast stolk.css: de artikelpagina's zijn statisch
 * gegenereerde HTML (geen dc-runtime), dus alles wat ze nodig hebben staat
 * hier, op de tokens uit stolk.css na. Mobile-first; de prefix `insp-`
 * voorkomt botsingen met bestaande klassen.
 */

:root {
  --insp-maat: 70ch;          /* comfortabele leesbreedte */
  --insp-rand: 1px solid var(--line, #E5E1D8);
}

/* ---------- Basis ---------- */
.insp-pagina { background: var(--bg, #FBFAF7); color: var(--ink, #141B29); }
.insp-wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 1024px) { .insp-wrap { padding: 0 32px; } }

/* ---------- Kop (statische variant van de sitekop) ---------- */
.insp-kop { position: sticky; top: 0; z-index: 50; background: rgba(251, 250, 247, .92); backdrop-filter: blur(12px); border-bottom: var(--insp-rand); }
.insp-kop-rij { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; }
.insp-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 700; font-size: 17px; letter-spacing: -.01em; white-space: nowrap; }
.insp-logo-vlak { width: 34px; height: 34px; border-radius: 10px; background: var(--navy, #101827); display: inline-flex; align-items: center; justify-content: center; }
.insp-logo-vlak svg { width: 16px; height: 16px; color: #fff; }
.insp-nav { display: none; }
@media (min-width: 1024px) {
  .insp-nav { display: flex; align-items: center; gap: 26px; }
  .insp-nav a { color: #4b5563; text-decoration: none; font-size: 14.5px; font-weight: 500; }
  .insp-nav a:hover { color: var(--ink); }
  .insp-nav a[aria-current="page"] { color: var(--ink); font-weight: 600; }
}
.insp-kop-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--navy, #101827); color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; padding: 10px 18px; border-radius: 999px; }
.insp-kop-cta:hover { opacity: .92; }

/* ---------- Hub-hero ---------- */
/* Let op: blokken die óók .insp-wrap dragen mogen alleen padding-top/bottom
   zetten; een shorthand met '0' zou de zijpadding van de wrap wegdrukken en
   de tekst op mobiel tegen de schermrand zetten. */
.insp-hero { padding-top: 52px; padding-bottom: 36px; }
@media (min-width: 1024px) { .insp-hero { padding-top: 84px; padding-bottom: 56px; } }
.insp-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #8a6f4d; margin: 0 0 14px; }
.insp-hero h1 { font-size: clamp(30px, 6vw, 52px); line-height: 1.08; letter-spacing: -.02em; font-weight: 700; margin: 0 0 18px; max-width: 17ch; }
.insp-hero p { font-size: 17px; line-height: 1.6; color: #4b5563; max-width: 52ch; margin: 0; }

/* ---------- Uitgelicht artikel ---------- */
.insp-uitgelicht { display: block; text-decoration: none; color: inherit; border-top: 2px solid var(--ink); padding-top: 22px; margin-bottom: 8px; }
@media (min-width: 1024px) {
  .insp-uitgelicht { display: grid; grid-template-columns: 7fr 5fr; gap: 44px; align-items: end; }
}
.insp-uitgelicht figure { margin: 0 0 20px; }
@media (min-width: 1024px) { .insp-uitgelicht figure { margin: 0; } }
.insp-uitgelicht img { width: 100%; height: auto; display: block; border-radius: 14px; }
.insp-kicker { font-size: 11.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #8a6f4d; margin: 0 0 10px; }
.insp-uitgelicht h2 { font-size: clamp(24px, 4.2vw, 36px); line-height: 1.14; letter-spacing: -.015em; font-weight: 700; margin: 0 0 12px; }
.insp-uitgelicht:hover h2 { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1.5px; }
.insp-excerpt { font-size: 15.5px; line-height: 1.62; color: #4b5563; margin: 0 0 14px; }
.insp-meta { font-size: 13px; color: #8a8f99; display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 0; }

/* ---------- Secundaire verhalen: magazine-index ---------- */
.insp-index { margin: 44px 0 0; border-top: var(--insp-rand); }
.insp-index-item { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 22px 0; border-bottom: var(--insp-rand); text-decoration: none; color: inherit; }
.insp-index-item h3 { font-size: clamp(18px, 3vw, 23px); line-height: 1.25; letter-spacing: -.01em; font-weight: 650; margin: 6px 0 8px; }
.insp-index-item:hover h3 { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1.5px; }
.insp-index-item .insp-excerpt { margin: 0 0 10px; }
.insp-index-item img { width: 96px; height: 96px; object-fit: cover; border-radius: 12px; }
@media (min-width: 640px) { .insp-index-item img { width: 148px; height: 110px; } }

/* ---------- Toolsblok op de hub ---------- */
.insp-tools { margin: 64px 0 84px; padding: 28px 24px; background: var(--warm, #F3F0EA); border-radius: 18px; }
@media (min-width: 768px) { .insp-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding: 36px; } }
.insp-tools h2 { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #8a6f4d; margin: 0 0 10px; grid-column: 1 / -1; }
.insp-tool { padding: 14px 0; }
.insp-tool strong { display: block; font-size: 17px; margin-bottom: 6px; }
.insp-tool p { font-size: 14.5px; line-height: 1.55; color: #4b5563; margin: 0 0 10px; }
.insp-tool a { color: var(--ink); font-weight: 600; font-size: 14.5px; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Artikelpagina ---------- */
.insp-broodpad { font-size: 13px; color: #8a8f99; padding-top: 18px; }
.insp-broodpad ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.insp-broodpad a { color: #6b7280; text-decoration: none; }
.insp-broodpad a:hover { color: var(--ink); text-decoration: underline; }
.insp-broodpad li + li::before { content: "→"; margin-right: 6px; color: #c3c7cf; }

.insp-artikel-kop { padding-top: 26px; padding-bottom: 8px; }
@media (min-width: 1024px) { .insp-artikel-kop { padding-top: 44px; padding-bottom: 12px; } }
.insp-artikel-kop h1 { font-size: clamp(28px, 5.4vw, 46px); line-height: 1.1; letter-spacing: -.02em; font-weight: 700; margin: 0 0 16px; max-width: 24ch; }
.insp-lead { font-size: 18px; line-height: 1.6; color: #4b5563; max-width: var(--insp-maat); margin: 0 0 16px; }

.insp-heroimg { margin: 22px auto 0; }
.insp-heroimg img { width: 100%; height: auto; display: block; border-radius: 16px; }
.insp-heroimg figcaption { font-size: 12.5px; color: #8a8f99; margin-top: 10px; }
/* Desktop: bredere, filmische crop — leest als een magazine-opening. */
@media (min-width: 1024px) {
  .insp-heroimg img { aspect-ratio: 21 / 9; object-fit: cover; }
}

/* Leeskolom */
.insp-inhoud { max-width: var(--insp-maat); margin: 36px auto 0; padding-bottom: 24px; }
.insp-inhoud > p { font-size: 16.5px; line-height: 1.72; margin: 0 0 22px; }
.insp-inhoud h2 { font-size: clamp(22px, 3.6vw, 28px); line-height: 1.22; letter-spacing: -.015em; font-weight: 700; margin: 44px 0 14px; }
.insp-inhoud h3 { font-size: 18.5px; font-weight: 650; margin: 30px 0 10px; }
.insp-inhoud a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.insp-inhoud ul, .insp-inhoud ol { padding-left: 22px; margin: 0 0 22px; }
.insp-inhoud li { font-size: 16px; line-height: 1.65; margin-bottom: 8px; }

/* Quote / highlight */
.insp-inhoud blockquote { margin: 34px 0; padding: 4px 0 4px 22px; border-left: 3px solid #8a6f4d; }
.insp-inhoud blockquote p { font-size: 20px; line-height: 1.45; font-weight: 550; letter-spacing: -.01em; color: var(--ink); margin: 0; }

/* Callout */
.insp-callout { margin: 30px 0; padding: 18px 20px; background: var(--warm, #F3F0EA); border-radius: 14px; font-size: 15px; line-height: 1.62; color: #3d4351; }
.insp-callout strong { color: var(--ink); }

/* Tabel */
.insp-tabelwrap { margin: 26px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.insp-tabel { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 480px; }
.insp-tabel th { text-align: left; font-weight: 600; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #6b7280; padding: 12px 14px; border-bottom: 1px solid var(--line, #E5E1D8); background: var(--warm, #F3F0EA); }
.insp-tabel td { padding: 12px 14px; border-bottom: var(--insp-rand); line-height: 1.5; }
.insp-tabel td:first-child { font-weight: 550; }
.insp-tabel tfoot td { font-size: 12.5px; color: #8a8f99; border-bottom: none; padding-top: 10px; }

/* Contextual CTA in artikel */
.insp-cta { margin: 40px 0; padding: 26px 24px; border-radius: 16px; background: var(--navy, #101827); color: #fff; }
@media (min-width: 640px) { .insp-cta { padding: 32px 34px; } }
.insp-cta h2, .insp-cta h3 { color: #fff; font-size: 20px; letter-spacing: -.01em; margin: 0 0 8px; }
.insp-cta p { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.72); margin: 0 0 18px; max-width: 52ch; }
.insp-cta .insp-knop { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ink); text-decoration: none; font-size: 14.5px; font-weight: 600; padding: 12px 22px; border-radius: 999px; }
.insp-cta .insp-knop:hover { opacity: .92; }
.insp-cta--licht { background: var(--warm, #F3F0EA); color: var(--ink); }
.insp-cta--licht h2, .insp-cta--licht h3 { color: var(--ink); }
.insp-cta--licht p { color: #4b5563; }
.insp-cta--licht .insp-knop { background: var(--navy, #101827); color: #fff; }

/* Related */
.insp-related { border-top: 2px solid var(--ink); margin: 26px auto 0; padding-top: 26px; padding-bottom: 60px; }
.insp-related h2 { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #8a6f4d; margin: 0 0 6px; }

/* ---------- Voet ---------- */
.insp-voet { background: var(--navy, #101827); color: #fff; }
.insp-voet-rij { display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; justify-content: space-between; padding-top: 30px; padding-bottom: 30px; font-size: 14px; }
.insp-voet a { color: rgba(255,255,255,.65); text-decoration: none; }
.insp-voet a:hover { color: #fff; }
.insp-voet-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }

/* Toegankelijkheid & motion */
.insp-pagina a:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--bg, #FBFAF7), 0 0 0 4px var(--navy, #101827); border-radius: 6px; }
@media (prefers-reduced-motion: no-preference) {
  .insp-uitgelicht img, .insp-index-item img { transition: transform .35s ease; }
  .insp-uitgelicht:hover img { transform: scale(1.015); }
}
