.series-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:34px;grid-column:1/-1}
.series-cards img{height:auto;aspect-ratio:16/9;object-fit:contain;background:#03101b}
.series-page .pagehero h1{font-size:clamp(29px,4.1vw,50px);line-height:1.3;max-width:1100px}
.series-page .pagehero p{max-width:1040px;line-height:1.9}
.series-page .byline,.series-page .image-credit,.comparison-figures figcaption{font-size:13px;color:var(--muted)}
.series-section{padding:18px 0;border-top:1px solid var(--line)}
.series-section h2,.series-page #faq,.series-page #sources{scroll-margin-top:100px;line-height:1.5}
.series-page h3{font-size:21px;color:var(--gold)}
.series-page article{min-width:0}
.series-page table{table-layout:fixed}
.series-page td,.series-page th{overflow-wrap:anywhere}
.comparison-figures{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0 28px}
.comparison-figures figure{margin:0;min-width:0}
.comparison-figures img{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;border-radius:10px;background:#03101b}
.comparison-figures figcaption{padding:10px 2px;line-height:1.7}
.series-toc{padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--panel);margin-bottom:20px}
.series-toc h2{font-size:19px;margin:0 0 10px}
.series-toc a{display:block;padding:9px 0;border-bottom:1px solid var(--line);font-size:14px}
.series-toc a:last-child{border:0}
.series-toc a:hover,.breadcrumbs a{color:var(--gold)}
.series-faq details{border:1px solid var(--line);padding:16px;border-radius:10px;margin:12px 0}
.series-faq summary{cursor:pointer;font-weight:700}
.series-faq p{margin:14px 0 0}
.source-url{overflow-wrap:anywhere;font-size:14px}
@media(max-width:620px){.series-cards,.comparison-figures{grid-template-columns:1fr}.series-page td,.series-page th{padding:8px 6px;font-size:13px}.series-page .pagehero p{font-size:17px}}
