/* ═══════════════════════════════════════════════════════════
   ENGELEN FLUISTEREN — Edelstenen Hub
   Uitbreiding op /assets/css/site.css (laad die eerst)
   ═══════════════════════════════════════════════════════════ */

/* ── Breadcrumbs ── */
.crumbs { font-size: 0.85rem; color: var(--text-mute); padding: 1rem 0 0; position: relative; z-index: 1; }
.crumbs a { color: var(--text-mute); }
.crumbs a:hover { color: var(--gold); }
.crumbs span[aria-current] { color: var(--gold); }

/* ── Steen-hero met foto ── */
.steen-hero { position: relative; z-index: 1; text-align: center; padding: 2rem 1.25rem 2.2rem; border-bottom: 1px solid var(--border); background: linear-gradient(160deg, var(--bg-warm), var(--bg)); }
.steen-foto { width: min(340px, 78vw); aspect-ratio: 1; object-fit: cover; border-radius: 24px; margin: 0 auto 1.4rem; box-shadow: var(--shadow-lg); border: 1px solid var(--border); background: var(--bg-card); }
.steen-foto-orb { width: 150px; height: 150px; border-radius: 50%; margin: 0 auto 1.4rem; border: 3px solid oklch(100% 0 0 / 0.4); }
.steen-naam { font-family: var(--display); font-size: clamp(1.9rem, 5vw, 2.5rem); font-weight: 400; letter-spacing: 0.1em; color: var(--text); margin-bottom: 0.3rem; }
.steen-thema { font-style: italic; color: var(--text-soft); font-size: 1.1rem; }
.steen-chips { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; margin-top: 1.1rem; }
.steen-chips span, .steen-chips a { font-family: var(--display); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--border); padding: 6px 13px; border-radius: 20px; background: var(--bg-card); text-decoration: none; }
.steen-chips a:hover { border-color: var(--gold-soft); transform: translateY(-1px); }

/* ── Artikel-body ── */
.steen-body { max-width: 720px; margin: 0 auto; padding: 2.5rem 1.25rem 3rem; position: relative; z-index: 1; }
.steen-body h2 { color: var(--gold); margin: 2.6rem 0 0.8rem; font-size: clamp(1.25rem, 3vw, 1.55rem); scroll-margin-top: 90px; }
.steen-body h3 { color: var(--text); margin: 1.6rem 0 0.5rem; font-size: 1.05rem; letter-spacing: 0.08em; }
.steen-body p { font-size: 1.05rem; line-height: 1.85; margin-bottom: 1.1rem; }
.steen-body ul { font-size: 1.02rem; line-height: 1.8; padding-left: 1.2rem; margin: 0 0 1.2rem; }
.steen-body li { margin-bottom: 0.45rem; }
.steen-body li::marker { color: var(--gold-soft); }

/* Citeerbare intro */
.steen-intro { font-size: 1.16rem; line-height: 1.8; color: var(--text); border-left: 3px solid var(--gold-pale); padding-left: 1.1rem; margin: 0 0 1.6rem; }

/* ── Snel-overzicht tabel ── */
.feiten { width: 100%; border-collapse: collapse; margin: 1.2rem 0 1.6rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; font-size: 0.97rem; box-shadow: var(--shadow); }
.feiten th, .feiten td { text-align: left; padding: 9px 14px; border-bottom: 1px solid var(--border-soft); vertical-align: top; }
.feiten tr:last-child th, .feiten tr:last-child td { border-bottom: none; }
.feiten th { font-family: var(--display); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); font-weight: 500; width: 38%; white-space: nowrap; }
.feiten .ja { color: oklch(50% 0.12 150); }
.feiten .nee { color: oklch(50% 0.16 25); }

/* ── Inhoudsopgave ── */
.toc { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 1rem 1.3rem; margin: 1.4rem 0 0.4rem; font-size: 0.95rem; }
.toc-label { font-family: var(--display); font-size: 0.64rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.5rem; }
.toc a { display: inline-block; margin: 2px 10px 2px 0; color: var(--text-soft); }
.toc a:hover { color: var(--gold); }

/* ── Voor wie / niet ── */
.wel-niet { display: grid; gap: 1rem; grid-template-columns: 1fr; margin: 1.2rem 0; }
@media (min-width: 640px) { .wel-niet { grid-template-columns: 1fr 1fr; } }
.wn-card { border-radius: 14px; padding: 1.1rem 1.3rem; border: 1px solid var(--border); background: var(--bg-card); }
.wn-card.wel { border-top: 3px solid oklch(70% 0.10 150); }
.wn-card.niet { border-top: 3px solid oklch(70% 0.10 55); }
.wn-card h3 { margin: 0 0 0.5rem; font-size: 0.95rem; }
.wn-card ul { margin: 0; font-size: 0.97rem; }

/* ── Combineren kaartjes ── */
.combi { display: grid; gap: 0.9rem; grid-template-columns: 1fr; margin: 1.2rem 0; }
@media (min-width: 640px) { .combi { grid-template-columns: 1fr 1fr; } }
.combi-card { display: block; background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 1rem 1.2rem; text-decoration: none; color: inherit; transition: all 0.22s; box-shadow: var(--shadow); }
.combi-card:hover { transform: translateY(-3px); border-color: var(--gold-soft); box-shadow: var(--shadow-lg); }
.combi-naam { font-family: var(--display); font-size: 0.9rem; color: var(--gold); margin-bottom: 0.25rem; }
.combi-why { font-size: 0.92rem; color: var(--text-soft); line-height: 1.6; }

/* ── Verzorging do/don't ── */
.zorg { display: grid; gap: 1rem; grid-template-columns: 1fr; margin: 1.2rem 0; }
@media (min-width: 640px) { .zorg { grid-template-columns: 1fr 1fr; } }

/* ── FAQ ── */
.faq details { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; margin-bottom: 0.7rem; overflow: hidden; }
.faq summary { cursor: pointer; padding: 0.9rem 1.2rem; font-family: var(--display); font-size: 0.92rem; letter-spacing: 0.04em; color: var(--text); list-style: none; position: relative; padding-right: 2.4rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 1.2rem; transition: transform 0.2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 1.2rem 1rem; margin: 0; font-size: 0.99rem; line-height: 1.75; color: var(--text-soft); }

/* ── Disclaimer ── */
.disclaimer { font-size: 0.85rem; color: var(--text-mute); font-style: italic; border-top: 1px solid var(--border-soft); padding-top: 1rem; margin-top: 2.5rem; }

/* ── Dagkaart CTA ── */
.dagkaart-cta { background: linear-gradient(135deg, var(--bg-warm), oklch(91% 0.045 82)); border: 1px solid var(--border); border-radius: 18px; padding: 1.8rem 1.5rem; text-align: center; margin: 2.5rem 0 0; box-shadow: var(--shadow); }
.dagkaart-cta .eyebrow { display: block; margin-bottom: 0.5rem; }
.dagkaart-cta p { font-size: 1.05rem; font-style: italic; color: var(--text-soft); max-width: 460px; margin: 0 auto 1.1rem; }

/* ── Gerelateerd / verder lezen ── */
.verder { display: flex; gap: 0.6rem; flex-wrap: wrap; margin: 1rem 0 0; }
.verder a { font-family: var(--display); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid var(--border); background: var(--bg-card); border-radius: 30px; padding: 8px 16px; color: var(--gold); text-decoration: none; transition: all 0.2s; }
.verder a:hover { border-color: var(--gold-soft); transform: translateY(-2px); }

/* ── Hub: stenen-grid ── */
.stenen-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.steen-tile { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 1.2rem 0.9rem 1.1rem; text-align: center; text-decoration: none; color: inherit; transition: all 0.25s; box-shadow: var(--shadow); }
.steen-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold-soft); }
.steen-tile .orb { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 0.7rem; background-size: cover; background-position: center; }
.steen-tile .naam { font-family: var(--display); font-size: 0.88rem; font-weight: 500; color: var(--text); margin-bottom: 0.15rem; }
.steen-tile .thema { font-size: 0.76rem; color: var(--text-mute); font-style: italic; line-height: 1.4; }

/* ── Hub: ingangen ── */
.ingang-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; margin: 1.5rem 0; }
@media (min-width: 720px) { .ingang-grid { grid-template-columns: repeat(3, 1fr); } }

/* ── Quiz ── */
.quiz-wrap { max-width: 640px; margin: 0 auto; padding: 2rem 1.25rem 3rem; position: relative; z-index: 1; }
.quiz-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 2rem 1.6rem; box-shadow: var(--shadow-lg); }
.quiz-progress { height: 6px; background: oklch(92% 0.03 82); border-radius: 6px; margin-bottom: 1.6rem; overflow: hidden; }
.quiz-progress div { height: 100%; background: linear-gradient(to right, var(--gold-soft), var(--gold)); border-radius: 6px; transition: width 0.4s ease; }
.quiz-vraag-nr { font-family: var(--display); font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.quiz-vraag { font-family: var(--display); font-size: clamp(1.15rem, 3vw, 1.4rem); line-height: 1.4; margin-bottom: 1.4rem; color: var(--text); }
.quiz-opties { display: grid; gap: 0.7rem; }
.quiz-optie { text-align: left; font-family: var(--serif); font-size: 1.02rem; line-height: 1.5; padding: 13px 18px; border-radius: 14px; border: 1px solid var(--border); background: var(--bg); color: var(--text); cursor: pointer; transition: all 0.2s; }
.quiz-optie:hover { border-color: var(--gold-soft); background: oklch(94% 0.03 82); transform: translateY(-1px); }
.quiz-result-foto { width: min(280px, 70vw); aspect-ratio: 1; object-fit: cover; border-radius: 20px; margin: 0 auto 1.2rem; box-shadow: var(--shadow-lg); }
.quiz-sub { display: grid; gap: 0.9rem; grid-template-columns: 1fr 1fr; margin: 1.4rem 0; }
.quiz-restart { background: none; border: none; color: var(--text-mute); font-family: var(--serif); font-size: 0.9rem; font-style: italic; cursor: pointer; margin-top: 1rem; }
.quiz-restart:hover { color: var(--gold); }
