@font-face {
  font-family: 'Chakra Petch';
  src: url('/assets/fonts/ChakraPetch-Regular.ttf') format('truetype');
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }

html { overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body { max-width: 100%; }

img, video { max-width: 100%; height: auto; }

:root {
--bg-dark: #0a0011;
--purple-glass: rgba(84, 35, 130, 0.6);
--purple-deep: rgba(115, 60, 200, 0.25);
--neon-pink: #ff2bb3;
--neon-teal: #26ffe6;
--text-main: #f7eaff;
--text-subtle: #bba5d6;
--border-glow: #a95eff;
--radius: 1.25rem;
}

body {
font-family: 'Chakra Petch', sans-serif;
background-color: var(--bg-dark);
color: var(--text-main);
padding: 3rem 1rem;
min-height: 100vh;
}

.wrapper {
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: row;
gap: 2rem;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}

h1{
text-align: center;
color: var(--neon-pink);
font-size: 2.5rem;
text-shadow: 0 0 10px var(--neon-pink);
text-transform: uppercase;
margin-bottom: 3rem;
}

h2{
text-align: center;
color: var(--neon-pink);
font-size: 1.8rem;
text-shadow: 0 0 10px var(--neon-pink);
text-transform: uppercase;
margin-bottom: 2.2rem;
}

h3 {
  text-align: left;
  color: rgba(255, 43, 179, 0.9);
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 2.2rem 0 0.6rem;
  margin-bottom: 1.8rem;
  text-shadow: 0 0 6px rgba(255, 43, 179, 0.45);
  border-left: 3px solid rgba(255, 43, 179, 0.6);
  padding-left: 0.6rem;
}

p {
line-height: 1.5;
font-size: 1.15rem;
color: var(--text-main);
margin-bottom: 1.2rem;
}

a {
color: var(--neon-teal);
font-weight: bold;
text-decoration: none;
}

a:hover {
text-shadow: 0 0 5px var(--neon-teal);
}

.glossy-frame {
  position: relative;
  background: radial-gradient(circle at top left, #1a1024, #07000f 60%);
  box-shadow:
    0 0 4px #00ffff,
    0 0 8px #00ffff,
    0 0 16px #ff66cc,
    0 0 24px #ff66cc,
    0 24px 40px rgba(0, 0, 0, 0.8); 
  border-radius: 18px;
  padding: 2rem 2rem;
  overflow: hidden;
}

.glossy-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.75);
  pointer-events: none;
}

:root {
  --header-h: 72px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(135deg, rgba(84, 35, 130, 0.35), rgba(38, 255, 230, 0.06));
  border: 2px solid var(--border-glow);
  border-radius: 0 0 var(--radius) var(--radius);
  backdrop-filter: blur(14px);
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.site-header .brand a {
  color: var(--neon-pink);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.05rem;
  text-shadow: 0 0 10px var(--neon-pink);
}

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.site-nav a {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  border-radius: 0.65rem;
  background: rgba(255, 43, 179, 0.14);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 0 10px var(--neon-pink) inset, 0 0 6px var(--neon-pink);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.site-nav a:hover {
  background: rgba(38, 255, 230, 0.18);
  color: #fff;
  box-shadow: 0 0 10px var(--neon-teal) inset, 0 0 8px var(--neon-teal);
  transform: translateY(-1px);
}

.site-nav a[aria-current="page"] {
  outline: 2px solid var(--neon-teal);
  box-shadow: 0 0 12px var(--neon-teal), inset 0 0 10px var(--neon-teal);
}

.justice-banner {
  width: 100%;
  text-align: center;
  padding: 1rem 1.5rem;
  background:
    linear-gradient(90deg,
      rgba(0, 229, 255, 0.12),
      rgba(255, 75, 209, 0.12)
    ),
    rgba(8,10,16,0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid rgba(0,229,255,0.25);
  border-bottom: 1px solid rgba(255,75,209,0.25);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--text);
}

.page-content {
  padding-top: 1rem;
  margin-top: 0.5rem;
}


.subtitle{
  text-align: center;
  font-style: italic;
}

.subtitle::before,
.subtitle::after{
  content:"";
  display:inline-block;
  width:14px;
  height:14px;
  margin:0 0.6rem;
  background: transparent;

  vertical-align: middle;   
  transform: none;         
}

.subtitle::before{
  border-top: 2px solid rgba(38,255,230,0.8);
  border-left: 2px solid rgba(38,255,230,0.8);

  filter: drop-shadow(0 0 6px rgba(38,255,230,0.55));
}
.subtitle::after{
  border-bottom: 2px solid rgba(255,43,179,0.8);
  border-right: 2px solid rgba(255,43,179,0.8);

  filter: drop-shadow(0 0 6px rgba(255,43,179,0.55));
}

.case-status {
  display: inline-block;
  margin: 0.6rem 0 1.6rem;
  padding: 0.45rem 0.9rem;

  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;

  color: var(--neon-teal);
  background: rgba(38,255,230,0.08);

  border-left: 3px solid var(--neon-teal);
  border-radius: 0.4rem;

  box-shadow:
    inset 0 0 12px rgba(38,255,230,0.15),
    0 0 8px rgba(38,255,230,0.25);
}

.glitch-line {
font-size: 1rem;
color: var(--text-subtle);
text-align: center;
margin-top: 2rem;
font-style: italic;
animation: flicker 3.5s infinite;
}

.neon-line {
  border: none;
  height: 3px;
  margin: 2em auto;
  width: 90%;
  background: linear-gradient(90deg, #ff69b4, #ff00ff, #ff69b4);
  box-shadow: 0 0 8px #ff69b4, 0 0 16px #ff00ff, 0 0 24px #ff69b4;
}

.neon-half-line {
  border: none;
  height: 2px;
  margin: 2em auto;
  width: 60%;
  background: linear-gradient(90deg, #ff69b4, #ff00ff, #ff69b4);
  box-shadow: 0 0 8px #ff69b4, 0 0 16px #ff00ff, 0 0 24px #ff69b4;
}

.figure {
  display: block;
  margin: 2rem auto;
  text-align: center;
}

.figure img {
  max-width: 380px;          
  width: 100%;
  border-radius: var(--radius);
  display: block;
  margin: 0 auto;
  background: #0c0c14;      
  box-shadow: 0 0 0 1px rgba(255,255,255,0.06);
}

.image-row {
  display: flex;
  justify-content: center;
  gap: 4rem;               
  flex-wrap: wrap;
  margin: 2rem auto;
  max-width: 1100px;      
}

.image-row figure {
  text-align: center;
  max-width: 420px;          
  flex: 1 1 260px;          
  margin: 0;
  opacity: 0.96;            
}

.image-row figure:hover {
  opacity: 1;
}

.image-row img {
  max-width: 100%;
  border-radius: var(--radius);
  display: block;
  margin: 0 auto;
}

.figcaption.caption {
  margin-top: 0.75rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.015)
  );
  border-radius: calc(var(--radius) * 0.75);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
  text-align: center;
  max-width: 100%;
}

.image-row figure:hover figcaption.caption {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.1);
}

.rr-box{
  margin: 2.25rem 0 0;
  padding: 1.25rem 1.25rem 1rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  background: rgba(0,0,0,0.35);
  box-shadow: 0 0 18px rgba(0,0,0,0.35);
}

.rr-box h3{
  margin: 0 0 .5rem;
  font-size: 1.05rem;
  letter-spacing: .02em;
}

.rr-text{
  margin: 0 0 .85rem;
  line-height: 1.45;
  opacity: .92;
}

.rr-actions{
  display: flex;
  gap: .75rem;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 .6rem;
}

.rr-btn{
  display: inline-block;
  padding: .6rem .9rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  text-decoration: none;
  font-weight: 600;
}

.rr-btn:hover{
  transform: translateY(-1px);
}

.rr-link{
  text-decoration: none;
  opacity: .9;
}

.rr-link:hover{
  text-decoration: underline;
}

.rr-fineprint{
  margin: 0;
  font-size: .85rem;
  opacity: .75;
}

footer {
text-align: center;
margin-top: 3rem;
font-size: 0.9rem;
color: var(--text-subtle);
}

/* ---------- Mobile / responsive ---------- */

@media (max-width: 900px) {
  body {
    padding: 0;
  }

  /* Frames off — content sits flat against the page */
  .glossy-frame {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0 0.85rem;
    overflow: visible;
  }

  .glossy-frame::before {
    display: none;
  }

  /* Header is the one exception — a slim strip with horizontal-scroll nav. NOT sticky on mobile. */
  .site-header {
    position: static;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid rgba(169, 94, 255, 0.5);
    border-radius: 0;
    background: rgba(10, 0, 17, 0.92);
    box-shadow: 0 2px 14px rgba(169, 94, 255, 0.25);
    overflow: hidden;
  }

  .site-nav {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: max-content;
    gap: 0.4rem;
    margin: 0;
    padding: 0.55rem 0.75rem;
    padding-inline-end: 1rem;
  }

  .site-nav li {
    display: flex;
    align-items: stretch;
  }

  .site-nav a {
    padding: 0.55rem 0.85rem;
    font-size: 0.9rem;
    line-height: 1.2;
    white-space: nowrap;
    height: 40px;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0 0 8px var(--neon-pink) inset, 0 0 4px var(--neon-pink);
  }

  /* Make sure the current-page button doesn't change height/width */
  .site-nav a[aria-current="page"] {
    outline-offset: -2px;
    box-shadow: 0 0 10px var(--neon-teal) inset, 0 0 6px var(--neon-teal);
  }

  main.page-content {
    padding-top: 1rem;
    margin-top: 0;
  }

  .wrapper {
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }

  .justice-banner {
    padding: 0.65rem 1rem;
    font-size: 0.85rem;
    line-height: 1.4;
  }

  h1 {
    font-size: 1.85rem;
    margin-bottom: 1.4rem;
    word-break: break-word;
  }

  h2 {
    font-size: 1.35rem;
    margin-bottom: 1.2rem;
  }

  h3 {
    font-size: 1.05rem;
    margin: 1.4rem 0 0.6rem;
    padding-left: 0.5rem;
  }

  p {
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .neon-line,
  .neon-half-line {
    width: 100%;
    margin: 1.4em auto;
  }

  .image-row {
    gap: 1.5rem;
  }

  .image-row figure {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .figure img {
    max-width: 100%;
  }

  .rr-box {
    padding: 1rem;
    border-radius: 10px;
  }

  .rr-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .rr-btn {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .glossy-frame {
    padding: 0 0.65rem;
  }

  .site-nav ul {
    padding: 0.45rem 0.6rem;
  }

  .site-nav a {
    padding: 0.5rem 0.7rem;
    font-size: 0.85rem;
  }

  h1 {
    font-size: 1.45rem;
    letter-spacing: 0.02em;
  }

  h2 {
    font-size: 1.15rem;
  }

  .subtitle::before,
  .subtitle::after {
    width: 10px;
    height: 10px;
    margin: 0 0.35rem;
  }

  p,
  ul,
  ol {
    font-size: 0.98rem;
  }

  .case-status {
    font-size: 0.75rem;
    padding: 0.35rem 0.7rem;
  }
}

/* Long content (URLs, case numbers, docket IDs) shouldn't blow out the layout */
.glossy-frame a,
p,
li {
  overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
  .glitch-line { animation: none; }
  .site-nav a { transition: none; }
}


    figure.redacted .redact-mask {
      position: relative;
      display: block;
      overflow: hidden;
      border-radius: var(--radius, 12px);
      line-height: 0;
    }
    figure.redacted .redact-mask img {
      filter: blur(24px) saturate(0.55) brightness(0.6);
      transform: scale(1.08);
      pointer-events: none;
      user-select: none;
      -webkit-user-drag: none;
      -webkit-touch-callout: none;
    }
    figure.redacted .redact-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.75rem;
      text-align: center;
      background:
        radial-gradient(ellipse at center,
          rgba(10, 0, 17, 0.35) 0%,
          rgba(10, 0, 17, 0.75) 100%);
      pointer-events: none;
      line-height: 1.3;
    }
    figure.redacted .redact-text {
      font-family: ui-monospace, "JetBrains Mono", "IBM Plex Mono",
                   "SFMono-Regular", Menlo, Consolas, monospace;
      font-size: clamp(0.7rem, 1.6vw, 0.95rem);
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: #26ffe6;
      padding: 0.55rem 0.95rem;
      border: 1px solid rgba(38, 255, 230, 0.5);
      background: rgba(10, 0, 17, 0.72);
      box-shadow:
        0 0 14px rgba(255, 43, 179, 0.45),
        inset 0 0 8px rgba(38, 255, 230, 0.18);
      text-shadow: 0 0 8px rgba(38, 255, 230, 0.55);
      max-width: 90%;
    }
    figure.redacted .redact-text::before {
      content: "[ ";
      color: #ff2bb3;
      margin-right: 0.2em;
    }
    figure.redacted .redact-text::after {
      content: " ]";
      color: #ff2bb3;
      margin-left: 0.2em;
    }
  `;