.compound-heading{padding-block:30px 36px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 30px}
.compound-heading>a:first-child{grid-column:1/-1}.compound-heading h1{margin:5px 0 0;font-size:clamp(3rem,5vw,4.5rem)}
.compound-heading .compound-start{font-size:1.1rem;text-transform:none;letter-spacing:0;display:inline-flex;align-items:center;gap:22px;text-decoration:none;border:1px solid #f7f3c280;border-radius:8px;padding:10px 18px;color:var(--cream)}
.compound-start span{transition:transform .25s}.compound-start:hover span{transform:translateY(4px)}
.reading.compound-page{max-width:1200px;padding:32px 28px 80px}
.compound-intro{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:42px;padding:0 0 36px;margin-bottom:40px;border-bottom:1px solid var(--line)}
.compound-intro>img{width:180px;height:180px;object-fit:contain;margin:0}
.compound-intro blockquote{margin:0;padding:0;border:0;font-size:1.3rem;line-height:1.55;max-width:800px}
.compound-intro blockquote p{margin:0 0 10px}.compound-intro cite{font-size:1rem;font-style:normal;color:var(--slate)}
.compound-page .guide-content-grid{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:start;gap:60px;scroll-margin-top:28px}
.compound-toc{position:sticky;top:24px;max-height:calc(100dvh - 48px);overflow-y:auto;overscroll-behavior:contain;border-left:2px solid var(--line);padding:0 12px 8px 18px;scrollbar-width:thin}
.toc-label{font-size:1rem;font-weight:700;margin-bottom:12px}.compound-toc ul{list-style:none;padding:0;margin:0}.compound-toc li{margin:0}
.compound-toc a{display:block;font-size:.97rem;line-height:1.3;padding:8px 10px;text-decoration:none;border-radius:5px;color:var(--ink);border-left:2px solid transparent}
.compound-toc a:hover{background:#e4e5db70}.compound-toc a[aria-current="location"]{color:var(--ocean);background:#0f528c0d;border-left-color:var(--ocean);font-weight:700}
.toc-toggle{display:none}.compound-page .guide-content-wrap>div{scroll-margin-top:28px;padding-bottom:22px}.compound-page .guide-content-wrap>div+div{border-top:1px solid var(--line);padding-top:30px}
.compound-page .guide-content-wrap h2{margin:0 0 20px;font-size:clamp(1.8rem,2.7vw,2.4rem);line-height:1.2}.compound-page .guide-content-wrap h3{font-size:1.5rem}
.compound-page .guide-content-wrap p{margin:0 0 1.25em}.compound-page .guide-content-wrap li{margin-bottom:1em}
@media(max-width:900px){
 .compound-page .guide-content-grid{display:block}.compound-toc{background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px 18px;margin:0 0 28px;top:10px;z-index:10;box-shadow:0 5px 18px #0103260a;max-height:60dvh}
 .compound-toc.toc-interactive .toc-label{display:none}.compound-toc.toc-interactive .toc-toggle{display:flex;justify-content:space-between;gap:20px;align-items:center;background:transparent;color:var(--ink);border:0;padding:0;width:100%;min-height:28px;text-align:left;cursor:pointer;font-size:1rem}
 .toc-toggle::after{content:'+';font-size:1.4rem}.toc-toggle[aria-expanded="true"]::after{content:'−'}
 .compound-toc.toc-interactive ul{display:none;margin-top:14px}.compound-toc.toc-interactive.is-open ul{display:block}
 .compound-page .guide-content-wrap>div{scroll-margin-top:95px}.compound-intro{gap:24px;grid-template-columns:130px 1fr}.compound-intro>img{width:130px;height:150px}
}
@media(max-width:600px){.compound-heading{padding:25px 22px 30px;gap:18px}.compound-heading h1{font-size:3rem;grid-column:1/-1}.compound-heading .compound-start{justify-self:start;font-size:1rem}.reading.compound-page{padding:24px 20px 55px}.compound-intro{grid-template-columns:80px 1fr;gap:18px;align-items:start;padding-bottom:24px;margin-bottom:26px}.compound-intro>img{width:80px;height:100px}.compound-intro blockquote{font-size:1.08rem}.compound-intro cite{font-size:.9rem}}
@media(prefers-reduced-motion:reduce){.compound-start:hover span{transform:none}}
/* The same readable experience cards across all three compound guides. */
.compound-intro-copy>p:first-child{font-size:clamp(1.15rem,2vw,1.4rem);line-height:1.55;margin:0 0 16px;max-width:800px}
.compound-intro-copy .evidence-date{font-size:.9rem;margin:0;color:var(--slate)}
.compound-experience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:26px 0}
.compound-experience-card{background:#e4e5db;border:1px solid #070a401a;border-radius:12px;padding:24px}
.compound-experience-card>span{display:flex;align-items:center;justify-content:center;border:1px solid #eb5226;width:36px;height:36px;border-radius:50%;font-size:.9rem;margin-bottom:18px;color:#070a40}
.compound-page .compound-experience-card h3{font-size:1.4rem;line-height:1.25;margin:0 0 12px;color:#070a40}
.compound-page .compound-experience-card p{font-size:1.05rem;line-height:1.55;margin:0}
.compound-page p.compound-evidence{font-size:.85rem;line-height:1.55;margin:12px 0 22px;color:var(--slate)}
.compound-sources{border:1px solid #070a4026;border-radius:10px;padding:0 20px;background:#e4e5db45}
.compound-sources summary{cursor:pointer;padding:18px 0;font-weight:700;font-size:1.1rem}
.compound-sources ul{font-size:.95rem;overflow-wrap:anywhere;padding:0 0 8px 20px}
@media(max-width:600px){.compound-experience-grid{grid-template-columns:1fr}.compound-experience-card{padding:21px}.compound-intro-copy>p:first-child{font-size:1.1rem}.compound-intro-copy .evidence-date{font-size:.8rem}}
