:root {
  --ink: #090909;
  --panel: #121212;
  --panel-soft: #171717;
  --paper: #f1ece2;
  --muted: rgba(255,255,255,.62);
  --red: #e31d2b;
  --gold: #f0c040;
  --green: #33c86e;
  --line: rgba(255,255,255,.13);
  --display: 'Bebas Neue', Impact, sans-serif;
  --body: Inter, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: var(--body); }
a { color: inherit; text-decoration: none; }
.site-nav { position: sticky; top: 0; z-index: 30; border-bottom: 2px solid var(--red); background: rgba(9,9,9,.96); backdrop-filter: blur(14px); }
.nav-inner { width: min(1180px, calc(100% - 40px)); min-height: 62px; margin: auto; display: flex; gap: 20px; align-items: center; justify-content: space-between; }
.brand { font-family: var(--display); font-size: 2rem; line-height: 1; letter-spacing: .07em; }
.brand span { color: var(--red); }
.nav-actions { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.nav-actions a { border: 1px solid rgba(255,255,255,.16); border-radius: 4px; padding: 8px 10px; color: rgba(255,255,255,.78); font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.nav-actions a:hover, .nav-actions a.active { border-color: var(--gold); background: rgba(240,192,64,.13); color: var(--gold); }
.hero { position: relative; overflow: hidden; padding: 92px 0 68px; background: radial-gradient(circle at 82% 0%, rgba(227,29,43,.28), transparent 32%), linear-gradient(135deg, #1c0004, #0a0a0a 62%); border-bottom: 4px solid var(--gold); }
.hero::after { content: ''; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, #000, transparent); pointer-events: none; }
.wrap { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin: auto; }
.kicker { margin: 0 0 13px; color: var(--gold); font-size: .73rem; font-weight: 900; letter-spacing: .16em; }
h1, h2, h3 { margin: 0; font-family: var(--display); letter-spacing: .055em; line-height: .9; }
h1 { max-width: 920px; font-size: clamp(3.7rem, 10vw, 8.4rem); }
h1 span { color: var(--red); }
.hero-copy { max-width: 710px; margin: 23px 0 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.65; }
.hero-meta { display: flex; gap: 9px; margin-top: 26px; flex-wrap: wrap; }
.pill { border: 1px solid var(--line); padding: 7px 10px; background: rgba(0,0,0,.24); color: rgba(255,255,255,.72); font-size: .69rem; font-weight: 800; letter-spacing: .07em; }
.pill strong { color: var(--gold); }
.filters { position: sticky; top: 62px; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(16,16,16,.98); }
.filters-inner { width: min(1180px, calc(100% - 40px)); margin: auto; padding: 17px 0; display: grid; grid-template-columns: 1.7fr repeat(3, minmax(150px, 1fr)); gap: 10px; }
.filters label { display: grid; gap: 5px; color: rgba(255,255,255,.55); font-size: .64rem; font-weight: 800; letter-spacing: .09em; }
.filters input, .filters select { width: 100%; min-height: 42px; border: 1px solid rgba(255,255,255,.17); border-radius: 4px; padding: 9px 11px; background: #090909; color: #fff; font-family: inherit; }
.filters input:focus, .filters select:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.results-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; padding: 44px 0 21px; }
.results-toolbar h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.results-toolbar p { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.55; font-size: .89rem; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; padding-bottom: 70px; }
.case-card { position: relative; overflow: hidden; min-height: 440px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); display: flex; flex-direction: column; transition: transform .18s ease, border-color .18s ease; }
.case-card:hover { transform: translateY(-5px); border-color: rgba(240,192,64,.72); }
.case-card img { width: 100%; height: 172px; object-fit: cover; filter: saturate(.82) contrast(1.08); }
.case-card-body { padding: 19px; display: flex; flex: 1; flex-direction: column; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: rgba(255,255,255,.54); font-size: .65rem; font-weight: 800; letter-spacing: .07em; }
.case-status { color: var(--gold); }
.case-card h3 { margin-top: 13px; font-size: 2rem; }
.case-card p { margin: 13px 0 20px; color: rgba(255,255,255,.67); font-size: .87rem; line-height: 1.6; }
.case-foot { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; }
.case-metric { color: var(--gold); font-family: var(--display); font-size: 2.4rem; line-height: .75; }
.case-metric span { display: block; margin-top: 5px; color: rgba(255,255,255,.47); font-family: var(--body); font-size: .6rem; font-weight: 800; letter-spacing: .06em; }
.read-link { border-bottom: 1px solid var(--red); color: #fff; padding-bottom: 4px; font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.empty { grid-column: 1 / -1; padding: 58px 22px; border: 1px dashed var(--line); text-align: center; color: var(--muted); }
.evidence-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #101010; }
.evidence-strip .wrap { padding: 37px 0; display: grid; grid-template-columns: 1fr 2fr; gap: 24px; align-items: center; }
.evidence-strip h2 { font-size: 3rem; color: var(--gold); }
.evidence-strip p { margin: 0; color: var(--muted); line-height: 1.65; }
.footer { border-top: 2px solid var(--red); padding: 34px 0 42px; color: rgba(255,255,255,.49); font-size: .77rem; line-height: 1.65; }
.footer strong { color: #fff; }

.case-hero { position: relative; overflow: hidden; min-height: 510px; display: flex; align-items: flex-end; background: #111; border-bottom: 4px solid var(--gold); }
.case-hero-bg { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: .35; filter: grayscale(.25) contrast(1.2); }
.case-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #090909 0%, rgba(9,9,9,.74) 45%, rgba(9,9,9,.22) 100%); }
.case-hero .wrap { padding: 78px 0 49px; }
.case-hero h1 { max-width: 1000px; font-size: clamp(3.6rem, 8.5vw, 7.2rem); }
.case-hero .hero-copy { max-width: 860px; }
.case-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(270px, .72fr); gap: 45px; padding: 58px 0 85px; }
.case-content { color: rgba(255,255,255,.77); font-size: 1.02rem; line-height: 1.82; }
.case-content p { margin: 0 0 21px; }
.case-content h2 { margin: 47px 0 17px; color: #fff; font-size: 3rem; }
.case-content blockquote { margin: 30px 0; border-left: 4px solid var(--red); padding: 17px 22px; background: rgba(227,29,43,.06); color: #fff; font-family: var(--display); font-size: 1.9rem; letter-spacing: .03em; line-height: 1; }
.case-sidebar { align-self: start; position: sticky; top: 100px; border: 1px solid var(--line); border-top: 4px solid var(--red); background: var(--panel); }
.sidebar-title { padding: 15px 17px; border-bottom: 1px solid var(--line); color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.case-details { margin: 0; padding: 0; }
.case-details div { display: grid; gap: 4px; padding: 13px 17px; border-bottom: 1px solid rgba(255,255,255,.08); }
.case-details dt { color: rgba(255,255,255,.45); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.case-details dd { margin: 0; color: #fff; font-size: .85rem; line-height: 1.35; }
.share-case { width: calc(100% - 34px); margin: 17px; min-height: 41px; cursor: pointer; border: 1px solid var(--gold); border-radius: 4px; background: rgba(240,192,64,.1); color: var(--gold); font-family: inherit; font-size: .69rem; font-weight: 900; letter-spacing: .08em; }
.share-case:hover { color: #111; background: var(--gold); }
.timeline { margin: 28px 0; border-left: 1px solid rgba(240,192,64,.5); }
.timeline-item { position: relative; padding: 0 0 24px 25px; }
.timeline-item::before { content: ''; position: absolute; width: 11px; height: 11px; border: 2px solid var(--gold); border-radius: 50%; background: var(--ink); left: -7px; top: 4px; }
.timeline-item strong { display: block; color: var(--gold); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.timeline-item span { display: block; color: rgba(255,255,255,.69); margin-top: 4px; font-size: .93rem; line-height: 1.55; }
.verdict-box { margin: 38px 0; padding: 24px; border: 1px solid rgba(240,192,64,.42); background: linear-gradient(135deg, rgba(240,192,64,.12), rgba(227,29,43,.08)); }
.verdict-box small { color: var(--gold); font-size: .67rem; font-weight: 900; letter-spacing: .14em; }
.verdict-box p { margin: 10px 0 0; color: #fff; font-family: var(--display); font-size: 2rem; line-height: 1; }
.related { margin-top: 55px; border-top: 1px solid var(--line); padding-top: 32px; }
.related h2 { margin-top: 0; }
.related-list { display: grid; gap: 9px; }
.related-list a { border: 1px solid var(--line); padding: 13px; color: rgba(255,255,255,.78); font-size: .82rem; font-weight: 800; }
.related-list a:hover { border-color: var(--gold); color: var(--gold); }
.back-top { display: inline-flex; margin-top: 25px; color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .09em; }

@media (max-width: 860px) {
  .filters-inner { grid-template-columns: 1fr 1fr; }
  .filters-inner label:first-child { grid-column: 1 / -1; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .case-layout { grid-template-columns: 1fr; }
  .case-sidebar { position: static; order: -1; }
}
@media (max-width: 590px) {
  .nav-inner, .wrap, .filters-inner { width: min(100% - 28px, 1180px); }
  .nav-inner { padding: 12px 0; min-height: unset; align-items: flex-start; }
  .brand { font-size: 1.65rem; }
  .nav-actions { gap: 5px; }
  .nav-actions a { padding: 5px 6px; font-size: .55rem; }
  .hero { padding: 66px 0 48px; }
  h1 { font-size: clamp(3.5rem, 18vw, 5rem); }
  .filters { top: 0; }
  .filters-inner { grid-template-columns: 1fr; padding: 12px 0; }
  .filters-inner label:first-child { grid-column: auto; }
  .results-toolbar { align-items: flex-start; flex-direction: column; padding-top: 31px; }
  .case-grid { grid-template-columns: 1fr; }
  .evidence-strip .wrap { grid-template-columns: 1fr; }
  .case-hero { min-height: 450px; }
  .case-hero .wrap { padding-bottom: 36px; }
  .case-hero h1 { font-size: clamp(3.25rem, 15vw, 4.8rem); }
  .case-layout { padding: 37px 0 55px; gap: 30px; }
  .case-content { font-size: .97rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
