/* ════════════════════════════════════════════════════════════════
   NORDRIFT v6 — Design system
   Papier & inkt · Newsreader koppen · Schibsted Grotesk UI ·
   hairlines als scheiding · neutrale foto's in ink-hairlineframe ·
   axis-kleuren als kicker · --accent uitsluitend voor interactie.
   Mobiel-first (390). Desktop = eenvoudige verbreding (v6-desktop).
   ════════════════════════════════════════════════════════════════ */

:root {
  /* ── Type ─────────────────────────────────────────── */
  --serif: 'Newsreader', 'Iowan Old Style', Georgia, serif;
  --sans: 'Schibsted Grotesk', system-ui, -apple-system, sans-serif;

  /* ── Paper & ink ──────────────────────────────────── */
  --paper:      #F7F4ED;
  --paper-2:    #EFEAE0;
  --paper-deep: #E6E0D2;
  --ink:   #1D1A15;
  --ink-2: #555147;
  --ink-3: #8B8475;

  /* ── Hairlines ────────────────────────────────────── */
  --hair:   #DCD6C8;
  --hair-2: #C7C0AE;

  /* ── Accent — uitsluitend interactie ──────────────── */
  --accent: #33596B;
  --accent-tint: color-mix(in srgb, var(--accent) 8%, transparent);
  --signal: #A6452B;

  /* ── Axis-familie — gelijke lichtheid, rustig ─────── */
  --ax-market:      #3E5A7E;
  --ax-competition: #5D5180;
  --ax-clients:     #1F6258;
  --ax-supply:      #4C6647;
  --ax-innovation:  #2E5F73;
  --ax-macro:       #6F5A3C;

  /* ── Geometrie ────────────────────────────────────── */
  --r: 2px;
  --gutter: 20px;

  /* ── Fotoframe — 1px ink-hairline ─────────────────── */
  --photo-frame: rgba(29,26,21,0.85);
}

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

body { margin: 0; font-family: var(--sans); background: var(--paper-deep); min-height: 100vh; }
/* Mobiel: geen phone-frame — hele viewport paper-cream. Op desktop
   trekt .app.screen transparant zodat body paper-deep als stage
   verschijnt om de max-width content-kolom. */
.app.screen { background: var(--paper); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button { font-family: inherit; }

/* ── Pagina-body: horizontale gutter + bodem­ruimte voor de onderbalk ── */
.pgbody { padding: 0 var(--gutter) 128px; }

/* ── Gedeelde stemmen ───────────────────────────────────────
   caps: ALLEEN sectielabels en kickers. Bron/datum = gewone
   kleine grotesk (.meta6), geen uppercase.                 */
.caps { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.14em; }
.tnum { font-variant-numeric: tabular-nums; font-feature-settings: 'tnum'; }

/* ════════════════════════════════════════════════════════════════
   MASTHEAD — één hiërarchie: N-mark (→ vandaag) · datum compact.
   Pack-switcher direct eronder (alleen bij 2 packs).
   ════════════════════════════════════════════════════════════════ */
.hdr6 {
  position: sticky; top: 0; z-index: 30;
  background: var(--paper);
  border-bottom: 1px solid var(--hair);
  padding: calc(env(safe-area-inset-top, 0px) + 14px) 18px 0;
}
.hdr6-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 11px; }
.hdr6-mark { display: inline-flex; align-items: center; gap: 3px; background: none; border: 0; padding: 4px 6px; margin: -4px -6px; cursor: pointer; border-radius: var(--r); color: var(--ink); line-height: 1; }
.hdr6-mark img { display: block; width: 10px; height: 10px; }
.hdr6-mark:hover { background: var(--paper-2); }
.hdr6-word { font-size: 13px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); line-height: 1; }
.hdr6-date {
  display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
  background: none; border: 0; padding: 6px; margin: -6px; border-radius: var(--r);
  font-family: var(--sans); font-size: 12px; font-weight: 600; color: var(--ink-2);
  font-variant-numeric: tabular-nums; cursor: pointer;
}
.hdr6-date:hover { background: var(--paper-2); }
.hdr6-date .wk { color: var(--ink-3); }
.hdr6-date svg { opacity: 0.55; }
.hdr6-date.static { cursor: default; }
.hdr6-date.static:hover { background: none; }

/* ── Pack-chips — ghost/ink, links uitgelijnd, scrollt bij 3+ ──────── */
.packchips { display: flex; gap: 8px; padding: 0 0 12px; overflow-x: auto; scrollbar-width: none; }
.packchips::-webkit-scrollbar { display: none; }
.packchip { flex: 0 0 auto; appearance: none; background: transparent; border: 1px solid var(--hair-2); cursor: pointer; white-space: nowrap; padding: 7px 13px; min-height: 34px; border-radius: var(--r); font-family: var(--sans); font-size: 12px; font-weight: 600; color: var(--ink-2); transition: all 140ms ease; }
.packchip.on { background: var(--ink); border-color: var(--ink); color: var(--paper); font-weight: 700; }
.packchip:not(.on):hover { border-color: var(--ink); color: var(--ink); }
/* één pack: geen chips — pack-naam als stille regel */
.packone { padding: 0 0 12px; font-size: 13px; font-weight: 700; color: var(--ink); letter-spacing: 0.01em; }

/* ── Datumkiezer-popover ────────────────────────────────────── */
.daypop-scrim { position: fixed; inset: 0; z-index: 40; }
.daypop { position: absolute; top: 56px; right: 16px; z-index: 41; background: var(--paper); border: 1px solid var(--hair-2); box-shadow: 0 8px 28px rgba(0,0,0,0.14); border-radius: var(--r); padding: 6px; min-width: 176px; }
.daypop-item { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 10px 11px; border-radius: var(--r); font-family: inherit; }
.daypop-item:hover { background: var(--paper-2); }
.daypop-item.on { background: var(--ink); }
.daypop-item .dp-dow { font-size: 9.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.daypop-item .dp-day { font-size: 12.5px; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.daypop-item.on .dp-dow, .daypop-item.on .dp-day { color: var(--paper); }

/* ── Sub-header (terug / titel) ─────────────────────────────── */
.subhdr {
  position: sticky; top: 0; z-index: 30;
  padding: calc(env(safe-area-inset-top, 0px) + 14px) 14px 12px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px;
  background: var(--paper);
  border-bottom: 1px solid var(--hair);
}
.subhdr .title { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); text-align: center; }
.subhdr-back {
  display: inline-flex; align-items: center; gap: 4px; justify-self: start;
  background: none; border: 0; cursor: pointer; padding: 8px 8px 8px 2px;
  font-size: 12px; font-weight: 600; color: var(--ink-2);
}
.subhdr-back:hover { color: var(--accent); }
.subhdr-action {
  justify-self: end; display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: 1px solid var(--hair-2); cursor: pointer;
  padding: 7px 11px; border-radius: var(--r);
  font-size: 11px; font-weight: 600; color: var(--ink);
}
.subhdr-action.on { background: var(--accent); border-color: var(--accent); color: var(--paper); }

/* ════════════════════════════════════════════════════════════════
   AXIS-KICKER — kleine gekleurde kicker boven elke kop.
   Enige caps-stem in kaarten. Kleur = axis-token.
   ════════════════════════════════════════════════════════════════ */
.kick6 { display: flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.kick6 .sig { width: 5px; height: 5px; background: var(--signal); flex-shrink: 0; }

/* ── Meta-regel: bron · datum — gewone kleine grotesk, GEEN caps ── */
.meta6 { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.01em; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.meta6 .sep { opacity: 0.6; }
.meta6 .grow { flex: 1; }
.score6 { margin-left: auto; font-variant-numeric: tabular-nums; color: var(--ink-3); display: inline-flex; align-items: center; gap: 4px; }
.score6::before { content: '◎'; font-size: 12px; }

/* ── Continuation-badge — hairline, neutraal ────────────────── */
.cont6 { display: inline-flex; align-items: center; gap: 5px; padding: 2.5px 7px 3px; border: 1px solid var(--hair-2); border-radius: var(--r); font-size: 10px; font-weight: 600; color: var(--ink-2); white-space: nowrap; letter-spacing: 0.01em; }
.cont6 svg { opacity: 0.6; }

/* ── Deskcopy — één alinea, afkapping op 2 regels ───────────── */
.desk6 {
  margin: 0; font-family: var(--serif); font-size: 14.5px; line-height: 1.42; font-weight: 400;
  color: var(--ink-2); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* ════════════════════════════════════════════════════════════════
   FOTO — neutraal, 1px ink-hairlineframe. Geen duotone.
   ════════════════════════════════════════════════════════════════ */
.fr { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; background: var(--paper-2); }
.fr img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fr::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px var(--photo-frame); pointer-events: none; }

/* ── Monogram-fallback — bron-initialen op paper-2 (alleen lijst) ── */
.mono6 {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: var(--paper-2); box-shadow: inset 0 0 0 1px var(--hair-2);
  font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: 0.06em;
  color: var(--ink-3); text-transform: uppercase;
}

/* ════════════════════════════════════════════════════════════════
   HERO — conditioneel. Met foto: beeld 2:1 boven. Zonder foto:
   tekst-first, grotere kop, geen leeg vak.
   ════════════════════════════════════════════════════════════════ */
.hero6 { display: block; width: 100%; text-align: left; background: none; border: 0; padding: 20px 0; cursor: pointer; border-bottom: 1px solid var(--hair); font-family: inherit; }
.hero6-media { aspect-ratio: 2 / 1; margin-bottom: 13px; }
.hero6 .kick6 { margin-bottom: 8px; }
.hero6 h2 {
  margin: 0 0 8px; font-family: var(--serif); font-size: 27px; line-height: 1.14;
  font-weight: 600; letter-spacing: -0.005em; color: var(--ink); text-wrap: balance;
  overflow-wrap: break-word; hyphens: auto;
}
.hero6.textfirst h2 { font-size: 31px; line-height: 1.12; }
.hero6:hover h2 { color: var(--accent); }

/* ════════════════════════════════════════════════════════════════
   2-UP GRID — foto 3:2 óf tekst-first.
   ════════════════════════════════════════════════════════════════ */
.duo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 16px 0 18px; border-bottom: 1px solid var(--hair); }
.duo-row > .duo:first-child { border-right: 1px solid var(--hair); padding-right: 18px; margin-right: -9px; }
.duo { display: flex; flex-direction: column; gap: 8px; cursor: pointer; min-width: 0; text-align: left; background: none; border: 0; padding: 0; font-family: inherit; }
.duo-media { aspect-ratio: 3 / 2; }
.duo h3 { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.24; font-weight: 600; color: var(--ink); text-wrap: pretty; overflow-wrap: break-word; hyphens: auto; }
.duo .desk6 { font-size: 13.5px; }
.duo .meta6 { margin-top: auto; }
.duo:hover h3 { color: var(--accent); }

/* ════════════════════════════════════════════════════════════════
   SECTIELABEL — krantenregel (caps toegestaan)
   ════════════════════════════════════════════════════════════════ */
.sec6 { display: flex; align-items: baseline; justify-content: space-between; margin: 24px 0 2px; padding-top: 9px; border-top: 2px solid var(--ink); }
.sec6 h4 { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); }
.sec6 .meta { font-size: 11px; font-weight: 500; color: var(--ink-3); font-variant-numeric: tabular-nums; }

/* ════════════════════════════════════════════════════════════════
   COMPACTE LIJST — dichter dan v5. Thumb: foto óf monogram.
   ════════════════════════════════════════════════════════════════ */
.row6 { display: grid; grid-template-columns: 1fr 52px; gap: 12px; padding: 12px 0 13px; border-bottom: 1px solid var(--hair); align-items: start; cursor: pointer; width: 100%; text-align: left; background: none; border-left: 0; border-right: 0; border-top: 0; font-family: inherit; }
.row6:last-of-type { border-bottom: 0; }
.row6-thumb { width: 52px; height: 52px; overflow: hidden; position: relative; }
.row6-body { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.row6 .kick6 { font-size: 9px; letter-spacing: 0.14em; }
.row6-head { margin: 0; font-family: var(--serif); font-size: 15.5px; line-height: 1.26; font-weight: 500; color: var(--ink); text-wrap: pretty; overflow-wrap: break-word; hyphens: auto; }
.row6:hover .row6-head { color: var(--accent); }
.row6 .meta6 { font-size: 10.5px; }

/* ════════════════════════════════════════════════════════════════
   KNOPPEN — ghost in accent (interactiekleur), geen inktbalk meer
   ════════════════════════════════════════════════════════════════ */
.btn-ghost6 {
  margin-top: 22px; width: 100%; display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px; min-height: 48px; border-radius: var(--r); border: 1px solid var(--accent); background: transparent;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); cursor: pointer;
  transition: background 140ms ease;
}
.btn-ghost6:hover { background: var(--accent-tint); }

.btn-quiet6 {
  margin-top: 22px; width: 100%; display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px; border-radius: var(--r); border: 1px solid var(--hair-2); background: transparent;
  font-size: 11px; font-weight: 600; color: var(--ink); cursor: pointer; transition: border-color 140ms ease;
}
.btn-quiet6:hover { border-color: var(--ink); }

.foot-note { margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--hair); font-size: 10px; font-weight: 500; color: var(--ink-3); text-align: center; line-height: 1.7; }

/* ════════════════════════════════════════════════════════════════
   ONDERBALK — paper-2, iconen boven labels, accent = actief.
   Tap-targets ≥ 52px.
   ════════════════════════════════════════════════════════════════ */
.botnav6 {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  padding: 4px 12px calc(4px + env(safe-area-inset-bottom, 16px));
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: var(--paper-2);
  border-top: 1px solid var(--hair-2);
}
.botnav6-item {
  appearance: none; border: 0; background: none; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 10px 0 8px; min-height: 52px;
  color: var(--ink-3); transition: color 140ms ease;
}
.botnav6-item .lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
.botnav6-item.active { color: var(--accent); }
.botnav6-item.active .lbl { font-weight: 800; }
.botnav6-item:not(.active):hover { color: var(--ink-2); }

/* ════════════════════════════════════════════════════════════════
   ZOEKEN
   ════════════════════════════════════════════════════════════════ */
.srch-wrap { padding-top: 18px; }
.srch-field { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--hair-2); padding: 4px 2px 10px; transition: border-color 140ms ease; }
.srch-field:focus-within { border-bottom-color: var(--accent); }
.srch-field svg { color: var(--ink-3); flex-shrink: 0; }
.srch-field:focus-within svg { color: var(--accent); }
.srch-input {
  flex: 1; min-width: 0; border: 0; background: transparent; outline: none;
  font-family: var(--serif); font-size: 18px; color: var(--ink); padding: 4px 0;
}
.srch-input::placeholder { color: var(--ink-3); font-style: italic; }
.srch-clear { background: none; border: 0; cursor: pointer; color: var(--ink-3); padding: 6px; margin: -6px; display: inline-flex; }
.srch-clear:hover { color: var(--ink); }
.srch-hint { font-family: var(--serif); font-style: italic; font-size: 14px; line-height: 1.55; color: var(--ink-2); padding: 16px 2px 0; margin: 0; }
.srch-count { padding: 14px 2px 2px; font-size: 11px; font-weight: 500; color: var(--ink-3); font-variant-numeric: tabular-nums; }
.srch-scope { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 16px; }
.srch-daylbl { margin: 20px 0 0; }
mark.hit { background: transparent; color: inherit; border-bottom: 2px solid var(--accent); font-weight: inherit; }

/* ── Chips (zoekscope, /news-filter) ────────────────────────── */
.chip6 { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; min-height: 34px; border-radius: var(--r); border: 1px solid var(--hair-2); background: transparent; font-size: 11px; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: all 140ms ease; }
.chip6.on { background: var(--accent); border-color: var(--accent); color: var(--paper); }
.chip6 .dot { width: 6px; height: 6px; flex-shrink: 0; }
.chip6.on .dot { background: var(--paper) !important; }

/* ════════════════════════════════════════════════════════════════
   ARTIKELDETAIL
   ════════════════════════════════════════════════════════════════ */
.art-img { width: calc(100% + var(--gutter) * 2); margin: 18px calc(var(--gutter) * -1) 0; aspect-ratio: 16 / 9; }
.art-h1 { margin: 0 0 10px; font-family: var(--serif); font-size: 27px; line-height: 1.15; font-weight: 600; letter-spacing: -0.005em; color: var(--ink); text-wrap: balance; }
.art-kicker { margin: 20px 0 10px; }
.art-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid var(--hair); }
.art-summary { font-family: var(--serif); font-size: 18.5px; line-height: 1.6; color: var(--ink); font-weight: 400; margin: 18px 0 0; text-wrap: pretty; }
.art-summary + .art-summary { margin-top: 12px; }
.insight { margin: 22px 0 0; padding: 16px 18px 17px; background: var(--paper-2); }
.insight-label { display: inline-flex; align-items: center; gap: 7px; font-size: 9.5px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
.insight p { margin: 0; font-family: var(--serif); font-size: 15.5px; line-height: 1.52; color: var(--ink); font-weight: 400; }

/* ── Verhaalblokken op de artikelpagina ─────────────────────── */
.art-block .sec6 { margin: 26px 0 2px; }
.art-thread .tb { display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: baseline; padding: 11px 2px; border-bottom: 1px solid var(--hair); width: 100%; }
.art-thread .tb:last-child { border-bottom: 0; }
.art-thread .d { font-size: 10.5px; font-weight: 600; color: var(--ink-3); }
.art-thread .f { font-family: var(--serif); font-size: 14.5px; line-height: 1.45; color: var(--ink-2); text-wrap: pretty; text-align: left; }
button.tb.link { background: none; border: 0; border-bottom: 1px solid var(--hair); font: inherit; cursor: pointer; }
button.tb.link:last-child { border-bottom: 0; }
.art-thread .tb.link .f { color: var(--ink); text-decoration: underline; text-decoration-color: color-mix(in oklch, var(--accent) 45%, transparent); text-underline-offset: 3px; }
.art-thread .tb.link .go { color: var(--accent); align-self: center; display: inline-flex; }
.art-thread .tb.link:hover .f { color: var(--accent); text-decoration-color: var(--accent); }

/* ════════════════════════════════════════════════════════════════
   /NEWS — volledig dagcorpus
   ════════════════════════════════════════════════════════════════ */
.allnews-intro { font-family: var(--serif); font-style: italic; font-size: 13.5px; line-height: 1.5; color: var(--ink-2); padding: 15px 2px 8px; margin: 0; }
.allnews-intro b { font-weight: 600; color: var(--ink); font-style: normal; }
.filter-panel { overflow: hidden; transition: max-height 280ms cubic-bezier(.4,.1,.2,1), opacity 220ms ease; }
.filter-group { padding: 12px 0 4px; }
.filter-group .lbl { font-size: 9.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 9px; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }

/* ════════════════════════════════════════════════════════════════
   EMPTY STATES — met context: datum, volgende editie, gisteren
   ════════════════════════════════════════════════════════════════ */
.empty6 { display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 0; padding: 30px 0 8px; }
.empty6 .kick6 { margin-bottom: 12px; }
.empty6 h5 { margin: 0 0 10px; font-family: var(--serif); font-size: 25px; line-height: 1.18; font-weight: 600; color: var(--ink); text-wrap: balance; }
.empty6 p { margin: 0 0 6px; font-family: var(--serif); font-size: 15.5px; line-height: 1.55; color: var(--ink-2); max-width: 320px; }
.empty6-next { margin-top: 18px; width: 100%; border-top: 2px solid var(--ink); }
.empty6-next .nrow { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 13px 2px; border-bottom: 1px solid var(--hair); }
.empty6-next .k { font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); }
.empty6-next .v { font-size: 12.5px; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }

/* ════════════════════════════════════════════════════════════════
   PROFIEL — gegroepeerd: sectoren · taal · e-mail. Admin ondergeschikt.
   ════════════════════════════════════════════════════════════════ */
.prof-hero { display: flex; align-items: center; gap: 15px; padding: 24px 0 8px; }
.prof-avatar { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--hair-2); color: var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 19px; font-weight: 600; flex-shrink: 0; }
.prof-name { font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--ink); margin: 0; }
.prof-email { font-size: 11.5px; font-weight: 500; color: var(--ink-3); margin: 4px 0 0; }
.prof-group { margin-top: 22px; }
.prof-group > .glbl { font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); padding-bottom: 8px; border-bottom: 2px solid var(--ink); display: block; }
.prof-field { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 2px; border-bottom: 1px solid var(--hair); min-height: 52px; }
.prof-field .k { font-size: 13px; font-weight: 600; color: var(--ink); letter-spacing: 0.01em; }
.prof-field .k small { display: block; font-size: 11px; font-weight: 400; color: var(--ink-3); margin-top: 3px; letter-spacing: 0; }
.prof-field .v { font-size: 13px; font-weight: 600; color: var(--ink-2); text-align: right; }
.prof-toggle { appearance: none; -webkit-appearance: none; cursor: pointer; width: 40px; height: 24px; border-radius: 999px; background: var(--hair-2); border: none; position: relative; transition: background 0.18s ease; flex-shrink: 0; }
.prof-toggle::after { content: ''; position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--paper); box-shadow: 0 1px 2px rgba(0,0,0,0.25); transition: transform 0.18s ease; }
.prof-toggle.on,
.prof-toggle:checked { background: var(--accent); }
.prof-toggle.on::after,
.prof-toggle:checked::after { transform: translateX(16px); }
.prof-select { appearance: none; -webkit-appearance: none; cursor: pointer; font-family: inherit; font-size: 13px; font-weight: 600; color: var(--ink); background: transparent; border: 1px solid var(--hair-2); border-radius: var(--r); padding: 8px 30px 8px 12px; min-height: 38px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555147' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 9px center; }
.prof-select:focus { outline: none; border-color: var(--accent); }
.prof-admin { display: flex; align-items: center; gap: 7px; margin-top: 26px; background: none; border: 0; padding: 6px 2px; cursor: pointer; font-size: 11.5px; font-weight: 600; color: var(--ink-3); text-decoration: none; }
.prof-admin:hover { color: var(--accent); }
.prof-foot { text-align: center; margin: 26px 0 0; font-size: 11px; font-weight: 500; color: var(--ink-3); letter-spacing: 0.01em; }
.btn-signout { margin-top: 14px; width: 100%; padding: 14px; min-height: 48px; border-radius: var(--r); border: 1px solid var(--hair-2); background: transparent; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--signal); cursor: pointer; transition: border-color 140ms ease; }
.btn-signout:hover { border-color: var(--signal); }

/* ════════════════════════════════════════════════════════════════
   LOGIN — onveranderd t.o.v. v5
   ════════════════════════════════════════════════════════════════ */
.login { height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 30px; position: relative; }
.login-inner { display: flex; flex-direction: column; align-items: center; }
.login-icon { margin-bottom: 24px; color: var(--ink); }
.login-name { font-size: 21px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); margin: 0; }
.login-tag { font-family: var(--serif); font-style: italic; font-size: 14.5px; color: var(--ink-2); margin: 10px 0 36px; text-align: center; }
.login-field { width: 100%; }
.login-field label { display: block; font-size: 9.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 6px; }
.login-input { width: 100%; padding: 11px 2px; border: 0; border-bottom: 1px solid var(--hair-2); background: transparent; font-family: var(--serif); font-size: 17px; color: var(--ink); outline: none; transition: border-color 140ms ease; border-radius: 0; }
.login-input:focus { border-bottom-color: var(--ink); }
.login-input::placeholder { color: var(--ink-3); font-style: italic; }
.btn-login { margin-top: 26px; width: 100%; padding: 16px; border-radius: var(--r); border: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 9px; transition: background 160ms ease; }
.btn-login:hover { background: #000; }
.login-help { margin-top: 20px; font-family: var(--serif); font-size: 13px; line-height: 1.55; color: var(--ink-2); text-align: center; max-width: 300px; }
.login-help b { font-weight: 600; color: var(--ink); }

/* ════════════════════════════════════════════════════════════════
   ENTRANCE — subtiel, respecteert reduced motion / print
   ════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: no-preference) {
  .fade-up { animation: fadeUp 360ms cubic-bezier(.2,.7,.2,1) both; }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
}

/* ════════════════════════════════════════════════════════════════
   DESKTOP — ≥1024px. Eenvoudige verbreding; mobiele markup verborgen.
   ════════════════════════════════════════════════════════════════ */
/* Base: verberg de desktop-Vandaag-markup op mobiel; media query wisselt. */
.dsk-wide { display: none; }

@media (min-width: 1024px) {
  /* Stage-effect: paper-deep body zichtbaar rondom max-width content */
  .app.screen { background: transparent; }
  /* Topbar zichtbaar; onderbalk verborgen */
  .dsk-top  { display: flex !important; }
  .botnav6  { display: none !important; }

  /* Mobiele feed verborgen; desktopkolom zichtbaar */
  .mob-feed { display: none !important; }
  .dsk-wide { display: block !important; }

  /* hdr6 verborgen — desktop-topbar neemt over */
  .hdr6 { display: none !important; }

  /* Dsk-top opmaak */
  .dsk-top {
    padding: 20px 48px;
    border-bottom: 1px solid var(--hair);
    position: sticky; top: 0; z-index: 50;
    background: var(--paper);
    align-items: center; justify-content: space-between;
  }
  .dsk-brand { display: inline-flex; align-items: center; color: var(--ink); }
  .dsk-tabs  { display: flex; gap: 6px; }
  .dsk-tab {
    background: none; border: 0; cursor: pointer; position: relative;
    padding: 10px 16px 12px; font-family: var(--sans); font-size: 13.5px; font-weight: 600;
    color: var(--ink-3); transition: color 140ms ease; text-decoration: none;
  }
  .dsk-tab::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 0; height: 2px; background: transparent; }
  .dsk-tab.on { color: var(--accent); font-weight: 700; }
  .dsk-tab.on::after { background: var(--accent); }
  .dsk-tab:not(.on):hover { color: var(--ink); }

  /* pgbody (artikel, zoeken, profiel) — ingekaderd, gecentreerd */
  .pgbody { max-width: 760px; margin: 0 auto; padding: 0 40px 72px; background: var(--paper); display: flow-root; }
  .dsk-wide { background: var(--paper); }

  /* Subhdr (terug-balk) — niet sticky op desktop */
  .subhdr { position: static; padding-top: 20px; padding-left: 40px; padding-right: 40px; max-width: 760px; margin: 0 auto; border-bottom: 0; }

  /* Artikel: foto overbloedt gutter */
  .art-img { width: calc(100% + 80px); margin: 18px -40px 0; }

  /* Hero-kop iets groter op desktop */
  .hero6 h2 { font-size: 32px; }
  .hero6.textfirst h2 { font-size: 36px; }

  /* ── Desktop Vandaag-feed ── */
  .dsk-wide { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 48px 72px; }

  .dskt-head {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
    padding: 26px 0 22px; border-bottom: 2px solid var(--ink);
  }
  .dskt-pack { font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); }
  .dskt-date { font-size: 12.5px; font-weight: 600; color: var(--ink-2); margin-top: 4px; }

  /* Lead-rij */
  .dskt-lead {
    display: grid; grid-template-columns: 1.9fr 1fr; gap: 0 40px;
    padding: 28px 0 32px; align-items: stretch;
  }
  .dl {
    display: flex; flex-direction: column;
    background: none; border: 0; cursor: pointer; text-align: left; padding: 0;
    color: var(--ink); width: 100%; font-family: inherit; text-decoration: none;
  }
  .dl-media { aspect-ratio: 3/2; flex: 0 0 auto; margin-bottom: 16px; height: auto; }
  .dl h2 {
    font-size: 30px; line-height: 1.14; margin: 8px 0 0;
    font-family: var(--serif); font-weight: 600; color: var(--ink);
    text-wrap: pretty; letter-spacing: -0.005em;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  }
  .dl p {
    font-family: var(--serif); font-size: 16px; line-height: 1.55; color: var(--ink-2);
    margin: 12px 0 12px; text-wrap: pretty;
    overflow: hidden; flex: 1; min-height: 0;
  }
  .dl .meta6 { margin-top: auto; }
  .dl:hover h2 { color: var(--accent); }

  .dskt-sides { display: flex; flex-direction: column; gap: 24px; border-left: 1px solid var(--hair); padding-left: 40px; }
  .ds {
    display: flex; flex-direction: column;
    background: none; border: 0; cursor: pointer; text-align: left; padding: 0;
    color: var(--ink); font-family: inherit; text-decoration: none;
  }
  .ds + .ds { border-top: 1px solid var(--hair); padding-top: 24px; }
  .ds-media { aspect-ratio: 3/2; margin-bottom: 12px; height: auto; }
  .ds h3 {
    font-size: 18.5px; line-height: 1.22; margin: 6px 0 0;
    font-family: var(--serif); font-weight: 600; color: var(--ink);
    text-wrap: pretty; letter-spacing: -0.005em;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  }
  .ds p {
    font-family: var(--serif); font-size: 13.5px; line-height: 1.5; color: var(--ink-2);
    margin: 5px 0 7px; text-wrap: pretty;
    display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
  }
  .ds .meta6 { margin-top: auto; }
  .ds:hover h3 { color: var(--accent); }

  /* Grid (3 kolommen × 2 rijen) */
  .dsk-wide .sec6 { margin-top: 8px; }
  .dskt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 40px; padding-top: 26px; }
  .dc {
    display: flex; flex-direction: column;
    background: none; border: 0; cursor: pointer; text-align: left; padding: 0;
    color: var(--ink); width: 100%; font-family: inherit; text-decoration: none;
  }
  .dc-media { aspect-ratio: 3/2; margin-bottom: 12px; flex: 0 0 auto; height: auto; }
  .dc h3 {
    font-size: 17px; line-height: 1.24; margin: 6px 0 0;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
    font-family: var(--serif); font-weight: 600; color: var(--ink);
    text-wrap: pretty; letter-spacing: -0.005em;
  }
  .dc p {
    font-family: var(--serif); font-size: 13.5px; line-height: 1.5; color: var(--ink-2);
    margin: 5px 0 7px;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
    text-wrap: pretty;
  }
  .dc .meta6 { margin-top: auto; padding-top: 7px; }
  .dc.textonly h3 { font-size: 19px; line-height: 1.26; -webkit-line-clamp: 4; }
  .dc:hover h3 { color: var(--accent); }

  /* Compacte 2-koloms lijst */
  .dskt-list {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px;
    margin-top: 36px; border-top: 1px solid var(--hair); position: relative;
  }
  .dskt-list::after {
    content: ''; position: absolute; top: 14px; bottom: 14px;
    left: 50%; width: 1px; background: var(--hair);
  }
  .dskt-list .row6 { padding: 14px 0 15px; }
  .dskt-list .row6-head { font-weight: 500; }
}
