body[data-page="grand-jury"] { background: #060b14; color: #e8edf5; font-family: Inter, sans-serif; }
.gj-shell { max-width: 1280px; margin: auto; padding: 0 24px 80px; }
.gj-hero { padding: 64px 0 32px; max-width: 920px; }
.gj-kicker, .gj-label { color: #f4bd70; text-transform: uppercase; letter-spacing: .15em; font: 600 12px "IBM Plex Mono", monospace; }
.gj-hero h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.04; margin: 14px 0 22px; letter-spacing: -.045em; }
.gj-lede { font-size: clamp(1.12rem, 2vw, 1.4rem); line-height: 1.55; color: #c8d1df; }
.gj-meta { color: #9aaabe; line-height: 1.6; }
.gj-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.gj-actions a, .gj-link { display: inline-block; border: 1px solid #50627b; border-radius: 8px; padding: 10px 14px; color: #fff; text-decoration: none; background: #152238; font-weight: 600; }
.gj-actions a:hover, .gj-link:hover { background: #223750; }
.gj-section { border-top: 1px solid #334155; padding: 35px 0 10px; }
.gj-section h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin: 8px 0 15px; }
.gj-section p, .gj-section li { color: #c8d1df; line-height: 1.65; }
.gj-findings { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 14px; margin: 25px 0; }
.gj-findings article { border: 1px solid #34445b; border-radius: 12px; padding: 20px; background: #111d2e; }
.gj-findings h3 { margin: 0 0 10px; font-size: 1.1rem; }
.gj-findings p { margin: 0; }
.gj-video { width: min(100%, 720px); aspect-ratio: 1; border-radius: 12px; background: #000; display: block; }
.gj-video-note { max-width: 760px; }
.gj-gallery { display: grid; grid-template-columns: repeat(auto-fill,minmax(180px,1fr)); gap: 18px; margin: 24px 0 40px; }
.gj-page { background: #111d2e; border: 1px solid #34445b; border-radius: 10px; overflow: hidden; }
.gj-page a:first-child { display: block; }
.gj-page img { display: block; width: 100%; aspect-ratio: 816 / 1056; object-fit: contain; background: #fff; }
.gj-page div { padding: 12px; }
.gj-page strong { display: block; color: #fff; }
.gj-page span { display: block; color: #b8c6d8; font-size: .83rem; margin-top: 4px; }
.gj-page a:last-child { color: #f4bd70; font-size: .82rem; }
.gj-note { border-left: 3px solid #f4bd70; padding: 12px 18px; background: #142033; max-width: 900px; }
.gj-note p { margin: 0; }
@media (max-width: 600px) { .gj-shell { padding: 0 16px 60px; } .gj-hero { padding-top: 36px; } .gj-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; } }
