/* The recipe pages (/watch/<id>, phase 3.2) -- layout only.
 * ============================================================================
 * One static page per recipe from the catalog, generated by
 * scripts/maak-receptpaginas.mjs. Every component (brand mark, button, focus
 * ring) comes from componenten.css; this file holds what a read-only page in
 * the index visual language needs and nothing more.
 */
:root { color-scheme: dark; --tekst-dim: var(--tekst-gedempt); --scheiding: rgba(255,255,255,0.10); }
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { height: 100%; }
body {
  margin: 0; min-height: 100%; background: var(--surface-0); color: var(--tekst);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-size: var(--fs-md); line-height: var(--lh-base);
  -webkit-font-smoothing: antialiased; display: flex; flex-direction: column; align-items: center;
  padding: 0 20px calc(28px + env(safe-area-inset-bottom));
}
.glow-layer { position: fixed; left: 0; right: 0; bottom: 0; height: 40vh; pointer-events: none; z-index: 0; }
.bar { --merk-hoogte: 24px; --merk-naam-grootte: var(--fs-lg); position: relative; z-index: 1; width: 100%; max-width: 680px; display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4); padding: 22px 0 4px; }
.bar-link { display: inline-flex; align-items: center; min-height: 44px; padding: 0 var(--sp-3); color: var(--tekst); text-decoration: none; font-size: var(--fs-sm); font-weight: 600; border: 1px solid var(--rand); border-radius: var(--r-full); }
.bar-link:hover { border-color: var(--rand-actief); }
main { position: relative; z-index: 1; width: 100%; max-width: 680px; padding: 8vh 0 var(--sp-8); }
.intent { margin: 0 0 var(--sp-2); color: var(--tekst-dim); font-size: var(--fs-sm); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
h1 { margin: 0 0 var(--sp-3); font-size: clamp(var(--fs-2xl), 4.4vw, var(--fs-3xl)); font-weight: 600; letter-spacing: var(--track-lg); line-height: var(--lh-tight); text-wrap: balance; }
.sentence { margin: 0 0 var(--sp-5); font-size: var(--fs-lg); color: var(--tekst); }
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: var(--sp-3); margin: 0 0 var(--sp-5); padding: var(--sp-4); border: var(--rand-dikte) solid var(--rand); border-radius: var(--r-md); background: var(--glas); }
.facts div { min-width: 0; }
.facts dt { margin: 0 0 2px; color: var(--tekst-dim); font-size: var(--fs-xs); font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; }
.facts dd { margin: 0; font-size: var(--fs-md); overflow-wrap: anywhere; }
.facts dd.live { font-family: 'IBM Plex Mono', monospace; font-variant-numeric: tabular-nums; }
.action { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-3); margin: 0 0 var(--sp-2); }
.action .btn-blue { padding: 12px 24px; font-size: var(--fs-md); border-radius: var(--r-full); }
.footnote { margin: 0 0 var(--sp-8); color: var(--tekst-dim); font-size: var(--fs-sm); }
h2 { margin: 0 0 var(--sp-3); font-size: var(--fs-xl); font-weight: 600; letter-spacing: var(--track-lg); }
.related { margin: 0; padding: 0; list-style: none; }
.related li { padding: 10px 0; border-bottom: 1px solid var(--scheiding); }
.related a { display: inline-flex; align-items: center; min-height: 44px; color: var(--tekst); font-weight: 600; text-decoration: none; }
.related a:hover { text-decoration: underline; }
.related span { display: block; color: var(--tekst-dim); font-size: var(--fs-sm); }
.footer { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 18px; padding-top: 24px; }
.footer a { display: inline-flex; align-items: center; min-height: 44px; min-width: 44px; color: var(--tekst-dim); font-size: var(--fs-sm); text-decoration: underline; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
