/* ═══ GUIDE PAGES — shared styles ═══ */
.guide-article{max-width:760px;margin:0 auto;padding:48px 32px 80px}
.guide-article h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15;margin-bottom:16px}
.guide-article .guide-meta{font-family:'Space Mono',monospace;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:var(--encre-mid);margin-bottom:32px}
.guide-article h2{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:600;margin:40px 0 12px;padding-top:24px;border-top:1px solid var(--sel)}
.guide-article h2:first-of-type{border-top:none;padding-top:0}
.guide-article h3{font-size:1.1rem;font-weight:600;margin:24px 0 8px}
.guide-article p{line-height:1.8;margin-bottom:16px;color:var(--encre-mid)}
.guide-article strong{color:var(--encre)}
.guide-article a{color:var(--verdet);text-decoration:underline;text-underline-offset:3px}
.guide-article a:hover{color:var(--verdet-l)}
.guide-article ul,.guide-article ol{margin:12px 0 20px 20px;color:var(--encre-mid);line-height:1.8}
.guide-article li{margin-bottom:6px}
.guide-cta{margin:40px 0;padding:32px;border:1px solid var(--verdet);text-align:center}
.guide-cta p{font-size:1rem;margin-bottom:12px;color:var(--encre)}
.guide-cta a{display:inline-block;padding:12px 24px;background:var(--verdet);color:var(--toile);font-family:'Space Mono',monospace;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;transition:background .2s;text-decoration:none}
.guide-cta a:hover{background:var(--verdet-l)}
.faq-item{margin:20px 0;padding:16px 0;border-bottom:1px solid rgba(192,176,154,.3)}
.faq-item h3{font-size:1rem;font-weight:600;margin:0 0 8px;color:var(--encre)}
.faq-item p{margin:0;font-size:.92rem}
.toc{background:var(--toile-d);padding:20px 24px;margin-bottom:32px;border-left:3px solid var(--verdet)}
.toc h4{font-family:'Space Mono',monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;color:var(--encre-mid)}
.toc ol{margin:0 0 0 16px;font-size:.9rem;line-height:2}
.toc a{color:var(--encre-mid);text-decoration:underline;text-underline-offset:3px}
.cocon-links{margin-top:48px;padding:24px;background:var(--toile-d);border-left:3px solid var(--verdet)}
.cocon-links h4{font-family:'Space Mono',monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;color:var(--encre-mid)}
.cocon-links ul{list-style:none;margin:0;padding:0}
.cocon-links li{margin-bottom:8px}
.cocon-links a{font-size:.9rem;color:var(--verdet);text-decoration:underline;text-underline-offset:3px}
