/* Lowes Chimney Knowledge Quiz v1 - homepage only */
.lcsq-section{background:linear-gradient(180deg,#faf6ef 0%,#f4ede1 100%);padding:64px 20px;border-top:1px solid #ecdfc9;border-bottom:1px solid #ecdfc9}
.lcsq-wrap{max-width:860px;margin:0 auto;text-align:center}
.lcsq-kicker{font:700 12px/1 Inter,Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#b3702a;margin:0 0 14px}
.lcsq-headline{font:800 clamp(26px,4.5vw,40px)/1.15 Inter,Arial,sans-serif;color:#2c2620;margin:0 0 14px}
.lcsq-sub{font:400 17px/1.6 Inter,Arial,sans-serif;color:#5d564c;max-width:560px;margin:0 auto 26px}
.lcsq-btn{display:inline-block;background:#b3702a;color:#fff;font:700 17px/1 Inter,Arial,sans-serif;padding:16px 34px;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:background .15s}
.lcsq-btn:hover{background:#96591d}
.lcsq-btn:focus-visible{outline:3px solid #2c2620;outline-offset:2px}
.lcsq-btn-secondary{display:inline-block;background:#fff;color:#2c2620;font:600 15px/1 Inter,Arial,sans-serif;padding:13px 24px;border-radius:10px;border:1.5px solid #d8ccb8;cursor:pointer;text-decoration:none;margin:6px}
.lcsq-btn-secondary:hover{border-color:#b3702a;color:#b3702a}
/* quiz panel */
.lcsq-panel{display:none;text-align:left;background:#fff;border:1px solid #e5dac6;border-radius:16px;box-shadow:0 6px 28px rgba(44,38,32,.08);padding:28px;margin-top:30px}
.lcsq-panel.lcsq-open{display:block}
.lcsq-progress{font:600 13px Inter,Arial,sans-serif;color:#8a8178;margin:0 0 6px;display:flex;justify-content:space-between;align-items:center}
.lcsq-bar{height:6px;background:#f0e8d9;border-radius:3px;overflow:hidden;margin-bottom:22px}
.lcsq-bar-fill{height:100%;background:#b3702a;border-radius:3px;transition:width .25s;width:0}
.lcsq-cat{display:inline-block;font:600 11px/1 Inter,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:#b3702a;background:#faf3e8;border:1px solid #eeddc4;padding:5px 10px;border-radius:20px;margin-bottom:12px}
.lcsq-q{font:700 clamp(18px,2.6vw,22px)/1.35 Inter,Arial,sans-serif;color:#2c2620;margin:0 0 18px}
.lcsq-answers{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.lcsq-ans{display:flex;align-items:flex-start;gap:12px;width:100%;text-align:left;background:#fbf8f2;border:1.5px solid #e5dac6;border-radius:10px;padding:14px 16px;font:500 16px/1.45 Inter,Arial,sans-serif;color:#3c3630;cursor:pointer;transition:border-color .12s,background .12s}
.lcsq-ans:hover{border-color:#b3702a;background:#fdf9f1}
.lcsq-ans:focus-visible{outline:3px solid #b3702a;outline-offset:1px}
.lcsq-ans[disabled]{cursor:default}
.lcsq-ans .lcsq-letter{font:700 14px/1 Inter,Arial,sans-serif;background:#efe5d2;color:#6b5a3e;border-radius:6px;padding:6px 9px;flex:none;margin-top:1px}
.lcsq-ans.lcsq-correct{border-color:#1e7a3c;background:#eef7f0}
.lcsq-ans.lcsq-correct .lcsq-letter{background:#1e7a3c;color:#fff}
.lcsq-ans.lcsq-wrong{border-color:#b3372c;background:#fbeeec}
.lcsq-ans.lcsq-wrong .lcsq-letter{background:#b3372c;color:#fff}
.lcsq-feedback{margin-top:18px;border-radius:10px;padding:16px 18px;font:400 15px/1.55 Inter,Arial,sans-serif;display:none}
.lcsq-feedback.lcsq-show{display:block}
.lcsq-feedback.lcsq-fb-correct{background:#eef7f0;border:1px solid #bfe0c8;color:#1c4a2a}
.lcsq-feedback.lcsq-fb-wrong{background:#fbeeec;border:1px solid #ecc7c2;color:#5f1f18}
.lcsq-fb-title{font-weight:800;margin:0 0 6px;font-size:16px}
.lcsq-next-row{margin-top:18px;text-align:right}
/* results */
.lcsq-score-hero{text-align:center;padding:6px 0 4px}
.lcsq-badge-emoji{font-size:52px;line-height:1;margin-bottom:8px}
.lcsq-badge-title{font:800 26px/1.2 Inter,Arial,sans-serif;color:#2c2620;margin:0 0 4px}
.lcsq-score-line{font:600 17px Inter,Arial,sans-serif;color:#5d564c;margin:0 0 20px}
.lcsq-report{border-top:1px dashed #e0d5c0;margin-top:20px;padding-top:20px}
.lcsq-report h4{font:800 15px/1 Inter,Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;color:#8a6a3c;margin:18px 0 10px}
.lcsq-pill-row{display:flex;flex-wrap:wrap;gap:8px}
.lcsq-pill{font:600 13px/1 Inter,Arial,sans-serif;padding:8px 13px;border-radius:20px}
.lcsq-pill-strong{background:#eef7f0;color:#1c4a2a;border:1px solid #bfe0c8}
.lcsq-pill-weak{background:#fdf3d8;color:#6e5410;border:1px solid #ecd9a0}
.lcsq-reading{display:grid;gap:8px}
.lcsq-reading a{display:block;background:#fbf8f2;border:1.5px solid #e5dac6;border-radius:10px;padding:13px 16px;font:600 15px Inter,Arial,sans-serif;color:#8a5a1e;text-decoration:none}
.lcsq-reading a:hover{border-color:#b3702a}
.lcsq-missed{border-top:1px dashed #e0d5c0;margin-top:22px;padding-top:20px}
.lcsq-missed-item{background:#fbf8f2;border:1px solid #e5dac6;border-radius:10px;padding:16px;margin-bottom:10px;font:400 15px/1.5 Inter,Arial,sans-serif;color:#3c3630}
.lcsq-missed-item .lcsq-mq{font-weight:700;margin:0 0 6px}
.lcsq-missed-item .lcsq-ma{margin:0 0 6px;color:#1c4a2a;font-weight:600}
.lcsq-missed-item .lcsq-me{margin:0;color:#5d564c}
.lcsq-cta-final{background:#2c2620;border-radius:14px;color:#f4ede1;padding:26px;margin-top:24px;text-align:center}
.lcsq-cta-final p{font:400 16px/1.6 Inter,Arial,sans-serif;margin:0 auto 18px;max-width:560px}
.lcsq-cta-final .lcsq-btn{background:#d9772e}
.lcsq-cta-final .lcsq-btn:hover{background:#c06016}
.lcsq-cert-row{text-align:center;margin-top:18px}
@media(max-width:640px){.lcsq-section{padding:44px 16px}.lcsq-panel{padding:18px}.lcsq-next-row{text-align:center}.lcsq-next-row .lcsq-btn{width:100%}}
@media print{body *{visibility:hidden}#lcsq-cert-print,#lcsq-cert-print *{visibility:visible}#lcsq-cert-print{position:absolute;left:0;top:0;width:100%}}