:root { --ink: #16241f; --night: #102018; --paper: #f4f0e7; --sage: #69806d; --moss: #2d4a38; --gold: #b99a5d; --line: #d7d0c1; --muted: #687168; --pale: #e9eee7; --red: #9d4d3e; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.62; }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 3; background: rgba(244, 240, 231, .95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-content { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.mark { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 700; text-decoration: none; letter-spacing: .02em; }
.mark span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--paper); background: var(--moss); border-radius: 50%; font: 700 11px/1 Arial, sans-serif; letter-spacing: .1em; }
nav { display: flex; align-items: center; gap: 20px; font: 700 11px/1 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
nav a { color: var(--ink); text-decoration: none; } nav a:hover { color: var(--moss); }
.nav-download { color: var(--paper); background: var(--moss); padding: 11px 13px; border-radius: 2px; }
.hero { padding: 100px 0 68px; }
.eyebrow { margin: 0 0 14px; color: var(--moss); font: 700 11px/1.3 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; } h1 { max-width: 840px; margin-bottom: 24px; font-size: clamp(48px, 7vw, 86px); line-height: .96; letter-spacing: -.055em; font-weight: 600; } h1 em { color: var(--moss); font-weight: 400; } h2 { max-width: 700px; margin-bottom: 24px; font-size: clamp(32px, 4vw, 52px); line-height: 1.02; letter-spacing: -.035em; font-weight: 600; } h3 { font-size: 20px; line-height: 1.2; letter-spacing: -.015em; }
.lead { max-width: 760px; color: #374239; font-size: 20px; line-height: 1.56; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-block; padding: 13px 18px; border: 1px solid var(--moss); border-radius: 2px; font: 700 12px/1 Arial, sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .16s ease, background .16s ease; } .button:hover { transform: translateY(-2px); } .primary { background: var(--moss); color: #fff; } .secondary { color: var(--moss); background: transparent; }
.control-note { max-width: 750px; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.status-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: #fbf9f4; } .status-strip article { min-height: 144px; padding: 24px; border-right: 1px solid var(--line); } .status-strip article:last-child { border: 0; } .status-strip .label { display: block; color: var(--muted); font: 700 10px/1 Arial, sans-serif; letter-spacing: .12em; } .status-strip strong { display: block; margin: 11px 0 3px; color: var(--moss); font: 700 18px/1.1 Arial, sans-serif; letter-spacing: -.02em; } .status-strip p { margin: 0; color: var(--muted); font-size: 13px; }
.section { padding: 96px 0; } .muted { background: var(--pale); } .section-heading { margin-bottom: 36px; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 42px; } .prose p { font-size: 18px; }
.table-wrap { overflow-x: auto; border-top: 2px solid var(--ink); } table { width: 100%; border-collapse: collapse; min-width: 720px; } th { padding: 13px 16px; color: var(--moss); text-align: left; font: 700 10px/1.3 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; } td { padding: 17px 16px; vertical-align: top; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.48; } tbody tr:nth-child(even) { background: rgba(255,255,255,.42); } td:first-child { width: 20%; font-weight: 700; }
.findings-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.finding { min-height: 240px; padding: 25px; background: rgba(255,255,255,.56); border: 1px solid #d2dbd0; }.finding h3 { margin: 14px 0 10px; }.finding p { margin: 0; color: #435048; font-size: 14px; line-height: 1.55; }.tag { display: inline-block; padding: 5px 7px; font: 700 9px/1 Arial, sans-serif; letter-spacing: .09em; }.confirmed { color: #27563a; background: #dce9dd; }.caution { color: #825439; background: #f1e3d6; }.evidence { color: #365d78; background: #dce9ee; }
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.legal-grid article { padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.legal-grid p { margin-bottom: 0; color: #485249; }
.action-section { background: var(--night); color: #f6f1e5; }.action-section .eyebrow, .action-section th { color: #d9c48c; }.action-section h2 { color: #fff; }.action-section .table-wrap { border-top-color: #d9c48c; }.action-section table { background: rgba(255,255,255,.025); }.action-section td { border-color: rgba(255,255,255,.16); }.action-section tbody tr:nth-child(even) { background: rgba(255,255,255,.045); }.action-section td:first-child { color: #ead89e; }
.source-limits { max-width: 850px; }.source-limits > p:not(.eyebrow) { max-width: 760px; color: #4c574f; font-size: 18px; }.source-limits .button { margin-top: 12px; } footer { padding: 30px 0; background: #0b1711; color: #aab6a8; font: 10px/1.4 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 820px) { .shell { width: min(100% - 32px, 1120px); }.header-content { min-height: 62px; }.site-header nav a:not(.nav-download) { display: none; }.hero { padding: 68px 0 48px; }.status-strip { grid-template-columns: 1fr 1fr; }.status-strip article:nth-child(2) { border-right: 0; }.status-strip article { min-height: 120px; padding: 18px; border-bottom: 1px solid var(--line); }.status-strip article:nth-last-child(-n+2) { border-bottom: 0; }.section { padding: 62px 0; }.two-column, .legal-grid { grid-template-columns: 1fr; gap: 0; }.findings-grid { grid-template-columns: 1fr 1fr; }.finding { min-height: 0; }.lead { font-size: 18px; } }
@media (max-width: 480px) { .mark { font-size: 13px; }.nav-download { padding: 9px; font-size: 9px; }.status-strip { grid-template-columns: 1fr; }.status-strip article, .status-strip article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }.status-strip article:last-child { border-bottom: 0; }.findings-grid { grid-template-columns: 1fr; }.hero-actions .button { width: 100%; text-align: center; } }
