/* Mendax dossier system. Local system fonts; no downloaded resources. */
:root {
  color-scheme: dark;
  --ink: #111316;
  --panel: #191c20;
  --panel-raised: #20242a;
  --paper: #f3eee3;
  --muted: #b4b3ae;
  --gold: #dfbf80;
  --red: #e86d65;
  --line: #393b3e;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
  --mono: 'Courier New', monospace;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { background: var(--gold); color: var(--ink); }
a { color: var(--gold); text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { color: var(--paper); }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; border-radius: 2px; }
main:focus { outline: none; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1.2rem; }
h1, h2, h3 { line-height: 1.1; font-weight: 400; margin: 0 0 1.3rem; }
h1, h2 { font-family: var(--serif); letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 6.7vw, 6.8rem); }
h2 { font-size: clamp(2.3rem, 4.2vw, 3.7rem); }
h3 { font-family: var(--serif); font-size: 1.65rem; }
em { color: var(--gold); font-weight: 400; }
strong { font-weight: 600; color: var(--paper); }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 10; padding: 12px 20px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 12px; color: var(--ink); }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 104px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; color: var(--paper); flex-shrink: 0; font-weight: 650; letter-spacing: .22em; font-size: 21px; line-height: 1.2; }
.brand small { display: block; font-family: var(--mono); font-size: 9px; font-weight: 400; letter-spacing: .18em; color: var(--muted); margin-top: 7px; }
.site-header nav { display: flex; flex-wrap: wrap; gap: 8px 28px; }
.site-header nav a { padding: 12px 0; color: var(--muted); font-size: 14px; text-decoration: none; }
.site-header nav a:hover, .site-header nav a[aria-current] { color: var(--gold); }
.site-header nav a[aria-current] { box-shadow: 0 1px var(--gold); }
.eyebrow { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .16em; color: var(--gold); margin-bottom: 28px; }
.red-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: var(--red); margin-right: 9px; vertical-align: middle; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; padding-top: 80px; padding-bottom: 80px; align-items: center; }
.hero h1 { margin-bottom: 28px; }
.lead { font-size: 20px; color: var(--paper); line-height: 1.55; }
.hero .lead { margin-bottom: 14px; }
.hero-description { max-width: 470px; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 20px 28px; align-items: center; margin-top: 30px; margin-bottom: 24px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--gold); color: var(--ink); border: 1px solid var(--gold); padding: 13px 23px; text-decoration: none; font-size: 14px; font-weight: 650; line-height: 1.5; }
.button:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button span { font-size: 20px; }
.text-link { font-size: 14px; text-decoration: none; border-bottom: 1px solid var(--line); padding-block: 7px; }
.text-link span { margin-left: 9px; }
.availability { color: var(--muted); font-size: 12px; max-width: 440px; margin-bottom: 0; }
.case-board { margin: 0; padding: 27px; background-color: #1b1e22; background-image: linear-gradient(#ffffff04 1px, transparent 1px), linear-gradient(90deg, #ffffff04 1px, transparent 1px); background-size: 24px 24px; border: 1px solid #414044; box-shadow: 18px 18px 0 #0c0e10; display: grid; grid-template-columns: 1.08fr 1fr; gap: 22px 16px; transform: rotate(1deg); }
.board-heading { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: .09em; color: var(--muted); }
.stamp { border: 1px solid var(--red); color: var(--red); padding: 4px 7px; transform: rotate(-5deg); }
.board-title { grid-column: 1 / -1; font-family: var(--serif); font-size: clamp(1.8rem, 2.7vw, 2.7rem); line-height: 1.1; letter-spacing: -.03em; padding-block: 3px 10px; }
.evidence-card { position: relative; min-width: 0; padding: 22px 17px 17px; }
.evidence-card::before { content: ''; width: 54px; height: 17px; position: absolute; top: -8px; left: calc(50% - 27px); background: #b3a48291; transform: rotate(-8deg); }
.statement { background: #e3dccb; color: #24272a; transform: rotate(-3deg); box-shadow: 3px 6px 12px #0004; }
.file-label { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; font-weight: 600; line-height: 1.5; }
.evidence-card p { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.2; margin-top: 20px; margin-bottom: 20px; }
.redaction { height: 6px; width: 90%; background: #494840; margin-block: 6px; }
.redaction.short { width: 61%; }
.card-note { display: block; font-family: var(--mono); font-size: 10px; margin-top: 21px; line-height: 1.5; }
.clue { border: 1px solid #55565a; background: #23272c; transform: rotate(3deg); margin-top: 17px; }
.clue .file-label { color: var(--gold); }
.clue p { margin-block: 10px; }
.clue .card-note { color: var(--muted); margin-top: 12px; }
.fingerprint { width: 67px; height: 67px; border: 1px solid var(--gold); border-radius: 50%; margin: 17px auto; box-shadow: inset 0 0 0 5px #23272c, inset 0 0 0 6px #817051, inset 0 0 0 11px #23272c, inset 0 0 0 12px #817051; display: grid; place-items: center; transform: rotate(-10deg); }
.fingerprint span { color: var(--gold); font-family: var(--serif); font-size: 28px; }
.evidence-conclusion { display: flex; align-items: center; gap: 14px; grid-column: 1 / -1; border-top: 1px solid #54504a; border-bottom: 1px solid #54504a; margin-top: 8px; padding-block: 17px; }
.evidence-conclusion .file-label { color: var(--red); }
.evidence-conclusion p { font-family: var(--serif); font-size: 19px; line-height: 1.3; margin: 6px 0 0; }
.evidence-conclusion > span:last-child { margin-left: auto; color: var(--gold); font-size: 23px; }
.evidence-marker { color: var(--red); border: 1px solid var(--red); border-radius: 50%; width: 32px; height: 32px; flex-shrink: 0; display: grid; place-items: center; font-family: var(--serif); }
.case-board figcaption { grid-column: 1 / -1; color: var(--muted); font-size: 10px; font-family: var(--mono); line-height: 1.6; }
.case-strip { border-block: 1px solid var(--line); padding-block: 18px; background: #16191c; }
.case-strip .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 15px; font-family: var(--mono); font-size: 11px; letter-spacing: .13em; color: var(--muted); }
.case-strip span[aria-hidden] { color: var(--red); }
.section { padding-top: 88px; }
.section-heading { display: grid; grid-template-columns: 1.15fr 1fr; gap: 90px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin-bottom: 6px; max-width: 440px; }
.method-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.method-grid li { padding: 27px 24px 0; border-right: 1px solid var(--line); }
.method-grid li:first-child { padding-left: 0; }
.method-grid li:last-child { border-right: 0; padding-right: 0; }
.step-number { font-family: var(--mono); font-size: 12px; color: var(--red); display: block; margin-bottom: 34px; }
.method-grid h3 { font-size: 25px; }
.method-grid p { font-size: 14px; color: var(--muted); margin-bottom: 0; }
.play-note { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.play-note > div { border-top: 1px solid var(--line); padding-top: 38px; }
.play-note p:not(.eyebrow):not(.lead) { color: var(--muted); }
.next-panel { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; padding: 45px; background: var(--panel); border: 1px solid var(--line); }
.next-panel h2 { font-size: 2.5rem; }
.next-panel p:last-child { color: var(--muted); margin-bottom: 0; }
.next-links { display: flex; flex-direction: column; justify-content: center; }
.next-links a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 15px; }
.next-links a:first-child { border-top: 1px solid var(--line); }
.last-section { padding-bottom: 90px; }
.page-intro { padding-top: 70px; padding-bottom: 55px; }
.page-intro h1 { max-width: 900px; }
.page-intro .lead { max-width: 740px; }
.intro-copy { color: var(--muted); max-width: 710px; }
.document-date, .small { color: var(--muted); font-size: 13px; }
.catalog-note { color: var(--muted); font-size: 13px; border-left: 2px solid var(--gold); padding-left: 17px; margin-top: 25px; max-width: 710px; }
.price-card .reference-price { color: var(--gold); font-family: var(--serif); font-size: 2.15rem; line-height: 1.3; margin-bottom: 16px; }
.reference-price span { color: var(--muted); font-family: var(--sans); font-size: 13px; white-space: nowrap; }
.document-date { margin-top: 22px; margin-bottom: 0; }
.legal-intro h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
.reading-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 70px; align-items: start; }
.reading-aside { border-top: 1px solid var(--line); padding-top: 25px; color: var(--muted); font-size: 14px; }
.reading-aside .eyebrow { margin-bottom: 22px; }
.reading-aside nav { display: flex; flex-direction: column; gap: 5px; }
.reading-aside nav a { color: var(--muted); text-decoration: none; padding-block: 6px; }
.reading-aside nav a:hover { color: var(--gold); }
.aside-contact { display: inline-block; margin-top: 24px; overflow-wrap: anywhere; }
.prose { min-width: 0; color: var(--muted); }
.prose section { margin-bottom: 42px; }
.prose section:last-child { margin-bottom: 0; }
.prose h2 { color: var(--paper); font-size: clamp(1.8rem, 2.7vw, 2.35rem); padding-top: 24px; border-top: 1px solid var(--line); margin-bottom: 22px; letter-spacing: -.02em; }
.prose h3 { color: var(--paper); font-size: 1.4rem; margin-top: 28px; margin-bottom: 14px; }
.prose li { padding-left: 5px; margin-bottom: 12px; }
.prose ul { padding-left: 23px; }
.breakable { overflow-wrap: anywhere; }
.data-list { margin: 0; }
.data-list div { padding-block: 5px 24px; }
.data-list dt { color: var(--paper); font-size: 18px; margin-bottom: 9px; font-weight: 600; }
.data-list dd { margin: 0; }
.contact-panel { background: var(--panel); border: 1px solid var(--line); padding: 30px; }
.prose .contact-panel h2, .prose .notice h2 { border-top: 0; padding-top: 0; }
.contact-panel .button { margin-bottom: 18px; }
.contact-panel p:last-child { margin-bottom: 0; }
.notice { border-left: 3px solid var(--red); background: var(--panel); padding: 28px; }
.notice p:last-child { margin-bottom: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.price-card { padding: 32px; border: 1px solid var(--line); background: var(--panel); display: flex; flex-direction: column; }
.price-card .file-label { color: var(--gold); margin-bottom: 24px; font-size: 10px; }
.price-card h2 { font-size: 2.4rem; }
.price-card p { color: var(--muted); }
.price-card .price-type { color: var(--paper); font-size: 14px; margin-bottom: 22px; }
.price-card .card-bottom { margin: auto 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; }
.price-card.membership { border-color: #8e7852; background: linear-gradient(125deg, #29251f, var(--panel)); }
.not-found { min-height: 64vh; max-width: 1240px; padding-bottom: 90px; }
.not-found > p:not(.eyebrow) { max-width: 580px; }
.site-footer { border-top: 1px solid var(--line); background: #0d0f11; padding-top: 46px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; padding-bottom: 32px; }
.footer-wordmark { font-size: 25px; letter-spacing: .2em; text-decoration: none; color: var(--paper); font-weight: 600; }
.footer-wordmark .red-dot { margin-left: 12px; }
.footer-grid p { color: var(--muted); margin: 12px 0 0; font-size: 14px; }
.footer-grid p.small { font-size: 12px; margin-top: 7px; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 10px 35px; padding-top: 5px; }
.footer-grid nav a { color: var(--muted); text-decoration: none; font-size: 13px; padding-block: 3px; }
.footer-grid nav a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; color: var(--muted); font-size: 11px; }
.footer-bottom a { color: var(--muted); }
@media (min-width: 1600px) { .hero { padding-block: 100px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero { gap: 36px; }
  .case-board { padding: 22px; gap: 20px 12px; }
  .section-heading, .play-note { gap: 48px; }
  .reading-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 42px; }
  .next-panel { gap: 38px; padding: 34px; }
}
@media (max-width: 800px) {
  .header-inner { gap: 24px; min-height: 92px; }
  .site-header nav { gap: 8px 18px; }
  .site-header nav a { font-size: 13px; }
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 52px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(4.2rem, 10vw, 6rem); }
  .hero-description { max-width: 550px; }
  .case-board { width: min(520px, 96%); justify-self: center; padding: 28px; }
  .board-title { font-size: 2.7rem; }
  .evidence-card p { font-size: 1.8rem; }
  .case-strip .container { justify-content: center; font-size: 9px; gap: 16px; }
  .section { padding-top: 58px; }
  .section-heading { gap: 32px; margin-bottom: 32px; }
  .method-grid { grid-template-columns: 1fr 1fr; gap: 30px 0; }
  .method-grid li:nth-child(2) { border-right: 0; padding-right: 0; }
  .method-grid li:nth-child(3) { padding-left: 0; }
  .step-number { margin-bottom: 25px; }
  .play-note { gap: 35px; }
  .next-panel { grid-template-columns: 1fr; gap: 30px; }
  .page-intro { padding-top: 50px; padding-bottom: 40px; }
  .reading-layout { grid-template-columns: 1fr; gap: 34px; }
  .reading-aside nav { flex-direction: row; flex-wrap: wrap; gap: 8px 24px; }
  .reading-aside .aside-contact { margin-top: 12px; }
  .last-section { padding-bottom: 60px; }
  .price-card { padding: 26px; }
}
@media (max-width: 540px) {
  .container { width: calc(100% - 40px); }
  .header-inner { flex-direction: column; align-items: flex-start; padding-block: 20px 8px; gap: 14px; }
  .brand { font-size: 19px; }
  .brand img { width: 38px; height: 38px; }
  .site-header nav { width: 100%; justify-content: space-between; gap: 6px 14px; }
  .hero { padding-top: 39px; gap: 42px; }
  .hero h1 { font-size: clamp(3.5rem, 14vw, 4.8rem); }
  .eyebrow { font-size: 9px; letter-spacing: .1em; margin-bottom: 23px; }
  .lead { font-size: 18px; }
  .hero-description { font-size: 15px; }
  .actions { gap: 17px 23px; }
  .case-board { padding: 20px 16px; box-shadow: 8px 9px 0 #0c0e10; gap: 20px 12px; transform: none; }
  .board-heading { font-size: 8px; gap: 10px; }
  .stamp { font-size: 8px; }
  .board-title { font-size: 2.05rem; }
  .evidence-card { padding: 20px 12px 14px; }
  .file-label { font-size: 8px; }
  .evidence-card p { font-size: 1.35rem; }
  .card-note { font-size: 9px; }
  .evidence-conclusion { gap: 10px; }
  .evidence-conclusion p { font-size: 17px; }
  .evidence-marker { width: 28px; height: 28px; }
  .case-board figcaption { font-size: 9px; }
  .case-strip .container { gap: 10px 20px; font-size: 8px; }
  .case-strip span[aria-hidden] { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .method-grid { grid-template-columns: 1fr; gap: 0; }
  .method-grid li, .method-grid li:nth-child(2), .method-grid li:nth-child(3) { border-right: 0; border-bottom: 1px solid var(--line); padding: 25px 0; }
  .method-grid h3 { font-size: 27px; }
  .step-number { margin-bottom: 16px; }
  .play-note { grid-template-columns: 1fr; gap: 0; }
  .play-note > div { padding-top: 28px; }
  .play-note > div:last-child { border-top: 0; padding-top: 10px; }
  .next-panel { padding: 26px 23px; }
  .next-panel h2 { font-size: 2.25rem; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card h2 { font-size: 2.2rem; }
  .contact-panel, .notice { padding: 24px 20px; }
  .contact-panel .button { padding: 12px 15px; gap: 14px; font-size: 13px; }
  .prose { font-size: 15px; }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
@media print {
  body { background: white; color: black; }
  .site-header, .site-footer, .reading-aside, .skip-link { display: none; }
  .container { width: 100%; }
  .reading-layout { display: block; }
  .prose, .prose h2, .prose h3, strong, a, em, .lead, .document-date { color: black; }
/* Hero Mockup Frame: Interrogation Room HUD */
.hud-frame { background: #151a24; border: 1px solid rgba(216,166,87,0.22); border-radius: 16px; padding: 24px; box-shadow: 0 25px 60px rgba(0,0,0,0.6); position: relative; overflow: hidden; }
.hud-header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(216,166,87,0.14); padding-bottom: 14px; margin-bottom: 18px; }
.hud-title { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; color: var(--gold); letter-spacing: 2px; }
.hud-status { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 10px; color: #3dd68c; background: rgba(61,214,140,0.12); padding: 4px 9px; border-radius: 12px; }
.hud-status::before { content: ""; width: 6px; height: 6px; background: #3dd68c; border-radius: 50%; }

.suspect-preview { display: flex; gap: 16px; align-items: center; background: rgba(10,13,20,0.7); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 14px; margin-bottom: 16px; }
.suspect-avatar { width: 64px; height: 64px; border-radius: 10px; border: 2px solid var(--gold); overflow: hidden; flex-shrink: 0; box-shadow: 0 6px 15px rgba(0,0,0,0.5); }
.suspect-meta h4 { font-family: var(--serif); font-size: 16px; color: var(--paper); margin-bottom: 3px; }
.suspect-meta p { font-size: 12px; color: var(--muted); margin-bottom: 0; }
.pressure-meter { display: flex; align-items: center; gap: 8px; margin-top: 8px; font-family: var(--mono); font-size: 10px; color: var(--red); }
.pressure-bar { flex: 1; height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; overflow: hidden; }
.pressure-val { height: 100%; background: linear-gradient(90deg, #e5a93b, var(--red)); }

.chat-bubble { background: rgba(26,34,51,0.75); border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; padding: 12px 15px; margin-bottom: 12px; font-size: 13px; line-height: 1.65; color: var(--paper); }
.chat-bubble.suspect { background: rgba(196,51,43,0.15); border-left-color: var(--red); margin-left: 20px; }
.chat-label { font-family: var(--mono); font-size: 10px; color: var(--gold); margin-bottom: 5px; display: flex; justify-content: space-between; }

/* Suspect Gallery Grid */
.suspect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.dossier-card { background: linear-gradient(180deg, #161c27, #0d121b); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: transform .25s ease, border-color .25s ease; position: relative; }
.dossier-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.dossier-photo { height: 210px; background: #0a0d13; display: flex; align-items: center; justify-content: center; position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.dossier-photo img { width: 100%; height: 100%; object-fit: cover; }
.dossier-stamp { position: absolute; top: 12px; right: 12px; font-family: var(--serif); font-weight: 800; font-size: 10px; letter-spacing: 2px; color: var(--red); border: 1.5px solid var(--red); padding: 2px 7px; border-radius: 4px; transform: rotate(6deg); background: rgba(196,51,43,0.15); }
.dossier-body { padding: 20px; }
.dossier-body h3 { font-family: var(--serif); font-size: 19px; color: var(--paper); margin-bottom: 4px; }
.dossier-body .role { font-size: 12px; font-weight: 600; color: var(--gold); letter-spacing: 1.2px; margin-bottom: 12px; display: block; }
.dossier-body p { font-size: 13px; color: var(--muted); line-height: 1.65; margin-bottom: 14px; }
.dossier-quote { background: rgba(0,0,0,0.35); border-left: 2px solid var(--gold); padding: 8px 12px; font-style: italic; font-size: 12px; color: var(--paper); }

@media (max-width: 900px) {
  .suspect-grid { grid-template-columns: 1fr; }
}

  .contact-panel, .notice { background: white; }
}
