/* BjorkHeim luchtkwaliteitstool - gedeelde stijl (gebruikt op /luchtkwaliteit en /voor-wie) */
.lk-tool { max-width: 1120px; margin: 0 auto; }

.lk-search { display: flex; flex-wrap: wrap; gap: 12px 14px; align-items: flex-end; background: #fff; border: 1px solid var(--border, #e7e3dd); border-radius: 16px; padding: 20px 22px; box-shadow: 0 12px 34px rgba(26,51,88,.07); }
.lk-search .lk-field { display: flex; flex-direction: column; gap: 7px; flex: 1 1 260px; }
.lk-search label { font-size: .76rem; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--text-muted, #6b6560); }
.lk-search input, .lk-search select { font: inherit; font-size: 1rem; padding: 12px 14px; border: 1px solid var(--border, #d9d4cd); border-radius: 10px; background: #fff; color: var(--text, #1f2933); }
.lk-search input:focus, .lk-search select:focus { outline: 2px solid #1a3358; outline-offset: 1px; }
.lk-search button { font: inherit; font-weight: 700; font-size: .95rem; padding: 12px 20px; border: none; border-radius: 10px; background: #d4691e; color: #fff; cursor: pointer; height: 46px; }
.lk-search button:hover { background: #b95912; }
.lk-search .lk-or { flex: 1 1 240px; }

.lk-cols { display: flex; flex-wrap: wrap; gap: 30px; align-items: flex-start; margin-top: 26px; }
.lk-map-col { flex: 1 1 380px; max-width: 500px; }
.lk-detail-col { flex: 1 1 440px; min-width: 300px; }

.lk-map-card { background: #fff; border: 1px solid var(--border, #e7e3dd); border-radius: 18px; padding: 16px 16px 12px; box-shadow: 0 12px 34px rgba(26,51,88,.07); }
.lk-svg { width: 100%; height: auto; display: block; }
.lk-prov { fill: #eef1f5; stroke: #d6dde6; stroke-width: 1; stroke-linejoin: round; }
.lk-dot { cursor: pointer; fill: #b7c0cc; stroke: #fff; stroke-width: 1.5; transition: fill .3s ease; }
.lk-dot:hover { stroke: #1a3358; stroke-width: 2; }
.lk-dot.is-active { stroke: #1a3358; stroke-width: 3; }
.lk-label { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; fill: #1a3358; pointer-events: none; paint-order: stroke; stroke: #fff; stroke-width: 3px; stroke-linejoin: round; }
.lk-legend { display: flex; flex-wrap: wrap; gap: 4px 14px; margin: 10px 6px 2px; font-size: .74rem; color: var(--text-muted, #6b6560); }
.lk-legend span { display: inline-flex; align-items: center; gap: 5px; }
.lk-legend i { width: 11px; height: 11px; border-radius: 3px; display: inline-block; }
.lk-map-cap { margin: 6px 6px 2px; font-size: .78rem; color: var(--text-muted, #8a847c); line-height: 1.45; }

.lk-status { margin: 4px 2px 0; font-size: .96rem; color: var(--text-muted, #6b6560); }
.lk-status.lk-error { color: #b23b2e; }

.lk-result { opacity: 0; transition: opacity .35s ease; }
.lk-result.is-visible { opacity: 1; }

.lk-index { background: #fff; border: 1px solid var(--border, #e7e3dd); border-radius: 18px; padding: 24px 26px; box-shadow: 0 12px 34px rgba(26,51,88,.08); }
.lk-index-top { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.lk-badge { width: 88px; height: 88px; border-radius: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; box-shadow: 0 8px 20px rgba(0,0,0,.12); background: #9a938b; }
.lk-badge .lk-num { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 2.5rem; line-height: 1; }
.lk-badge .lk-of { font-size: .72rem; opacity: .9; margin-top: 2px; letter-spacing: .5px; }
.lk-headline { flex: 1 1 220px; }
.lk-cat { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(1.5rem, 3.2vw, 2.1rem); line-height: 1.05; color: #1a3358; margin: 0 0 4px; }
.lk-loc { font-size: 1rem; color: var(--text, #3a3a3a); font-weight: 600; }
.lk-time { font-size: .85rem; color: var(--text-muted, #6b6560); margin-top: 3px; }

.lk-scale { margin-top: 20px; }
.lk-scale-bar { position: relative; height: 12px; border-radius: 8px; background: linear-gradient(to right, #2e9e5b 0%, #2e9e5b 25%, #e07a1f 25%, #e07a1f 55%, #d64533 55%, #d64533 85%, #7c2b46 85%, #7c2b46 100%); }
.lk-scale-mark { position: absolute; top: 50%; width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 3px solid #1a3358; transform: translate(-50%, -50%); transition: left .5s cubic-bezier(.3,.7,.2,1); box-shadow: 0 2px 6px rgba(0,0,0,.25); }
.lk-scale-labels { position: relative; height: 1.15em; margin-top: 9px; font-size: .72rem; color: var(--text-muted, #6b6560); }
.lk-scale-labels span { position: absolute; top: 0; transform: translateX(-50%); white-space: nowrap; }
.lk-scale-labels .lk-lab-end { right: 0; left: auto; transform: none; }

.lk-poll { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 20px; }
.lk-poll-card { background: #f8f7f4; border: 1px solid var(--border, #ece8e2); border-radius: 13px; padding: 14px 15px; }
.lk-poll-name { font-size: .76rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--text-muted, #6b6560); }
.lk-poll-sub { font-size: .72rem; color: var(--text-muted, #9a938b); margin-top: 1px; }
.lk-poll-val { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.7rem; color: #1a3358; margin-top: 7px; line-height: 1; }
.lk-poll-unit { font-size: .8rem; font-weight: 600; color: var(--text-muted, #6b6560); }
.lk-poll-ref { font-size: .71rem; color: var(--text-muted, #9a938b); margin-top: 6px; }
.lk-poll-card.lk-na .lk-poll-val { color: #b9b3ab; font-size: 1.1rem; font-family: inherit; font-weight: 700; }

.lk-interpret { margin: 18px 2px 0; font-size: .98rem; line-height: 1.6; color: var(--text, #3a3a3a); }

/* Schatting binnenlucht (tot 5x fijnstof) */
.lk-indoor { margin-top: 16px; background: #fdf1e8; border: 1px solid #f2d6bf; border-radius: 13px; padding: 15px 17px; }
.lk-indoor-head { font-size: .76rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #b95912; }
.lk-indoor-lead { font-size: .95rem; line-height: 1.5; color: var(--text, #3a3a3a); margin: 6px 0 13px; }
.lk-indoor-vals { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.lk-indoor-val { display: flex; flex-direction: column; }
.lk-indoor-val b { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.5rem; color: #b95912; line-height: 1; }
.lk-indoor-val span { font-size: .74rem; color: var(--text-muted, #8a847c); margin-top: 4px; }

.lk-bron { margin: 22px 2px 0; font-size: .82rem; color: var(--text-muted, #8a847c); line-height: 1.55; }
.lk-bron a { color: inherit; text-decoration: underline; }

/* Navy brug-blok (alleen op de losse pagina gebruikt) */
.lk-bridge { margin-top: 30px; background: #1a3358; color: #fff; border-radius: 18px; padding: 30px 30px 32px; }
.lk-bridge h2 { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(1.5rem, 3vw, 2rem); margin: 0 0 12px; line-height: 1.1; }
.lk-bridge p { font-size: 1rem; line-height: 1.6; color: rgba(255,255,255,.9); margin: 0 0 12px; max-width: 64ch; }
.lk-bridge a.lk-inline { color: #f0b884; text-decoration: underline; }
.lk-bridge-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.lk-btn { display: inline-block; padding: 13px 22px; border-radius: 10px; font-weight: 700; font-size: .96rem; text-decoration: none; }
.lk-btn-primary { background: #d4691e; color: #fff; }
.lk-btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.4); }
