:root {
  --ink: #102a43;
  --ink-2: #243b53;
  --muted: #627d98;
  --paper: #f8f5ee;
  --paper-2: #efeae0;
  --white: #fffdf8;
  --line: #d7d0c4;
  --teal: #126e68;
  --teal-dark: #0c514d;
  --blue: #255f85;
  --amber: #c07827;
  --rose: #9d4f55;
  --shadow: 0 22px 60px rgba(16, 42, 67, .12);
  --radius: 22px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #e7a64b; outline-offset: 3px; }

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.editorial-banner { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 6px 24px; color: #fff8eb; background: #6f4518; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.editorial-banner span + span::before { content: "•"; margin-right: 18px; opacity: .7; }

.site-header { height: 78px; max-width: 1240px; margin: 0 auto; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-family: var(--serif); font-size: 23px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 9px 9px 9px 2px; font-family: var(--sans); font-size: 17px; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav > a { color: var(--ink-2); text-decoration: none; font-size: 14px; font-weight: 700; }
.site-header nav > a:not(.button):hover, .site-header nav > a.active { color: var(--teal); }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; border-radius: 9px; padding: 8px 12px; color: var(--ink); font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 11px; color: white !important; background: var(--teal); text-decoration: none; font-size: 14px; font-weight: 800; box-shadow: 0 8px 20px rgba(18, 110, 104, .22); transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--teal-dark); transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 0 16px; }
.button.light { color: var(--ink) !important; background: white; box-shadow: none; }
.text-link { font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.hub-hero { position: relative; max-width: 1240px; min-height: 610px; margin: 0 auto; padding: 92px 30px 100px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: 84px; }
.hub-hero::before { content: ""; position: absolute; inset: 30px 12px; z-index: -1; border-radius: 36px; background: radial-gradient(circle at 80% 16%, rgba(18, 110, 104, .13), transparent 34%), radial-gradient(circle at 28% 85%, rgba(192, 120, 39, .10), transparent 31%), var(--white); border: 1px solid rgba(16,42,67,.06); }
.hero-copy h1 { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(50px, 5.3vw, 78px); line-height: .98; letter-spacing: -.055em; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 30px 0 0; color: var(--ink-2); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }

.evidence-map { position: relative; min-height: 430px; }
.evidence-map::before { content: ""; position: absolute; left: 50%; top: 8%; bottom: 21%; width: 1px; background: linear-gradient(var(--line), var(--teal), var(--line)); }
.evidence-source, .memory-node { position: absolute; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,253,248,.94); box-shadow: 0 14px 36px rgba(16,42,67,.08); }
.evidence-source { width: 48%; }
.evidence-source::after { content: ""; position: absolute; top: 50%; width: 20%; height: 1px; background: var(--line); }
.evidence-source small, .memory-node span { display: block; color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.evidence-source strong, .memory-node strong { display: block; margin: 6px 0 2px; color: var(--ink); font-family: var(--serif); font-size: 18px; line-height: 1.2; }
.evidence-source span, .memory-node small { color: var(--muted); font-size: 12px; }
.source-one { left: 0; top: 18px; }
.source-two { right: 0; top: 127px; }
.source-three { left: 0; top: 237px; }
.source-one::after, .source-three::after { right: -20%; }
.source-two::after { left: -20%; }
.memory-node { left: 50%; bottom: 2px; width: 70%; padding: 22px; transform: translateX(-50%); border-color: rgba(18,110,104,.4); background: var(--ink); color: white; text-align: center; }
.memory-node span { color: #8fd5cf; }
.memory-node strong { color: white; font-size: 24px; }
.memory-node small { color: #c8d7e3; }

.proof-strip { max-width: 1180px; margin: -28px auto 0; padding: 22px 0 38px; display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.proof-strip div { padding: 0 30px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font-family: var(--serif); font-size: 19px; }
.proof-strip span { color: var(--muted); font-size: 13px; }

.guides, .method, .related-section { max-width: 1180px; margin: 0 auto; padding: 112px 30px; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2, .method h2, .hub-cta h2, .related-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 57px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.guide-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.guide-card { min-height: 410px; display: grid; grid-template-columns: 42% 58%; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 40px rgba(16,42,67,.06); }
.guide-card:nth-child(1), .guide-card:nth-child(2) { grid-column: span 6; }
.guide-card:nth-child(n+3) { grid-column: span 4; grid-template-columns: 1fr; }
.card-art { position: relative; min-height: 210px; overflow: hidden; background: var(--ink); }
.guide-2 .card-art { background: #173f59; }
.guide-3 .card-art { background: #5d3e28; }
.guide-4 .card-art { background: #4e465f; }
.guide-5 .card-art { background: #2e5c57; }
.card-copy { padding: 28px; display: flex; flex-direction: column; }
.card-copy h2 { margin: 0; font-family: var(--serif); font-size: 28px; line-height: 1.12; letter-spacing: -.025em; }
.card-copy h2 a { text-decoration: none; }
.card-copy h2 a::after { content: ""; position: absolute; inset: 0; }
.card-copy p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.card-copy > div { margin-top: auto; display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; font-weight: 800; }
.card-copy > div a { position: relative; z-index: 2; color: var(--teal); text-decoration: none; }
.guide-card { position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

.method { border-top: 1px solid var(--line); }
.method > div:first-child { max-width: 700px; }
.method-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.method-grid article { padding: 28px 0; border-top: 3px solid var(--ink); }
.method-grid span { color: var(--teal); font-size: 12px; font-weight: 900; }
.method-grid h3 { margin: 20px 0 8px; font-family: var(--serif); font-size: 25px; }
.method-grid p { color: var(--muted); font-size: 14px; }
.hub-cta { max-width: 1180px; margin: 0 auto 100px; padding: 54px; display: grid; grid-template-columns: 1.25fr .75fr auto; align-items: center; gap: 38px; color: white; background: var(--ink); border-radius: 26px; }
.hub-cta .eyebrow { color: #85d6ce; }
.hub-cta h2 { font-size: 40px; }
.hub-cta > p { color: #c8d7e3; }

.article-hero { padding: 82px 30px 94px; color: white; background: var(--ink); }
.article-hero-inner { max-width: 920px; margin: 0 auto; }
.breadcrumbs { margin-bottom: 42px; display: flex; gap: 10px; color: #b8cad8; font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.article-hero .eyebrow { color: #8fd5cf; }
.article-hero h1 { margin: 0; max-width: 900px; font-family: var(--serif); font-size: clamp(48px, 6.4vw, 82px); line-height: 1.01; letter-spacing: -.055em; }
.article-dek { max-width: 760px; margin: 28px 0 34px; color: #d8e2e9; font-size: 20px; }
.byline { display: flex; align-items: center; gap: 13px; }
.author-monogram { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #e5b56e; font-size: 12px; font-weight: 900; }
.byline strong, .byline span { display: block; }
.byline strong { font-size: 13px; }
.byline span { color: #b8cad8; font-size: 12px; }

.article-layout { max-width: 1240px; margin: 0 auto; padding: 74px 30px 100px; display: grid; grid-template-columns: 190px minmax(0, 720px) 220px; justify-content: center; gap: 48px; }
.toc, .article-rail { position: sticky; top: 24px; align-self: start; }
.toc { display: flex; flex-direction: column; gap: 10px; }
.toc strong { margin-bottom: 6px; color: var(--ink); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.toc a { padding-left: 12px; color: var(--muted); border-left: 1px solid var(--line); text-decoration: none; font-size: 12px; line-height: 1.35; }
.toc a:hover, .toc a.current { color: var(--teal); border-color: var(--teal); }
.article-content { min-width: 0; color: var(--ink-2); font-family: var(--serif); font-size: 18px; line-height: 1.78; }
.article-content > p { margin: 0 0 24px; }
.article-content .answer-first { margin: -8px 0 46px; padding: 24px 26px; color: var(--ink); background: #ebe7dc; border-left: 4px solid var(--teal); font-family: var(--sans); font-size: 16px; font-weight: 700; line-height: 1.55; }
.article-content h2 { scroll-margin-top: 32px; margin: 68px 0 22px; color: var(--ink); font-family: var(--serif); font-size: 37px; line-height: 1.12; letter-spacing: -.035em; }
.article-content h2:first-of-type { margin-top: 10px; }
.workflow-list { margin: 22px 0 32px; padding: 0; list-style: none; counter-reset: workflow; }
.workflow-list li { position: relative; margin: 0 0 14px; padding: 15px 18px 15px 54px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.workflow-list li::before { counter-increment: workflow; content: counter(workflow); position: absolute; left: 16px; top: 16px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-family: var(--sans); font-size: 11px; font-weight: 900; }
.checklist { padding: 0; list-style: none; }
.checklist li { position: relative; margin: 0 0 12px; padding: 15px 18px 15px 51px; border-bottom: 1px solid var(--line); }
.checklist li::before { content: ""; position: absolute; left: 14px; top: 19px; width: 18px; height: 18px; border: 2px solid var(--teal); border-radius: 4px; }
.faq { margin: 0; padding: 20px 0; border-top: 1px solid var(--line); font-family: var(--sans); }
.faq:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding-right: 34px; color: var(--ink); cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: -5px; color: var(--teal); font-size: 24px; }
.faq[open] summary::after { content: "−"; }
.faq p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }

.practitioner-quote { margin: 42px -18px; padding: 32px 34px 28px; border: 1px solid #bcd6d2; border-radius: 18px; background: linear-gradient(140deg, #eff8f5, #fffdf8); box-shadow: 0 16px 44px rgba(16,42,67,.08); }
.quote-status { display: flex; align-items: center; gap: 8px; color: #74501e; font-family: var(--sans); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #d49339; }
.practitioner-quote blockquote { margin: 24px 0; color: var(--ink); font-size: 25px; line-height: 1.5; letter-spacing: -.015em; }
.practitioner-quote figcaption { font-family: var(--sans); font-size: 13px; font-weight: 900; }
.practitioner-quote figcaption span { display: block; color: var(--muted); font-size: 11px; font-weight: 600; }
.source-proof { margin-top: 20px; padding-top: 16px; border-top: 1px solid #c9ddd9; font-family: var(--sans); }
.source-proof summary { color: var(--teal); cursor: pointer; font-size: 11px; font-weight: 900; }
.source-proof p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.source-proof code { overflow-wrap: anywhere; }
.legal-note, .editor-note { margin: 34px 0; padding: 20px 22px; border-radius: 12px; font-family: var(--sans); }
.legal-note { color: #574f44; background: #eee8dd; border-left: 3px solid #9f8d72; }
.editor-note { color: #614414; background: #fff2d7; border: 1px solid #e8ca91; }
.legal-note strong, .editor-note strong { display: block; color: var(--ink); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.legal-note p, .editor-note p { margin: 6px 0 0; font-size: 12px; line-height: 1.55; }
.sources { padding-left: 20px; font-family: var(--sans); font-size: 13px; }
.sources li { margin-bottom: 10px; padding-left: 8px; }
.sources a { color: var(--teal); font-weight: 700; }
.article-cta { margin: 72px 0 0; padding: 40px; border-radius: 20px; color: white; background: var(--ink); font-family: var(--sans); }
.article-cta .eyebrow { color: #8fd5cf; }
.article-cta h2 { margin: 0; color: white; font-size: 38px; }
.article-cta p:not(.eyebrow) { color: #c8d7e3; font-size: 14px; }
.article-cta .button { margin-top: 8px; }
.rail-card { margin-bottom: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.rail-card span, .rail-card strong { display: block; }
.rail-card span { margin-top: 12px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rail-card span:first-child { margin-top: 0; }
.rail-card strong { margin-top: 4px; color: var(--ink); font-size: 12px; line-height: 1.4; }
.rail-card p { color: var(--muted); font-size: 11px; line-height: 1.55; }
.editorial-only { background: #fff6e5; border-color: #e8ca91; }
.reading-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; }
.reading-progress span { display: block; width: 0; height: 100%; background: #e5a452; }
.related-section { border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-card { min-height: 195px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 15px; background: var(--white); text-decoration: none; }
.related-card span { color: var(--teal); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.related-card strong { margin: 16px 0; font-family: var(--serif); font-size: 21px; line-height: 1.25; }
.related-card em { margin-top: auto; color: var(--teal); font-size: 12px; font-style: normal; font-weight: 900; }

.site-footer { max-width: 1180px; margin: 0 auto; padding: 56px 30px 70px; display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 70px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-brand { color: var(--ink); }
.site-footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.site-footer strong { color: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a:not(.brand) { color: var(--muted); text-decoration: none; }

@media (max-width: 1080px) {
  .hub-hero { grid-template-columns: 1fr; gap: 30px; }
  .evidence-map { width: min(620px, 100%); margin: 0 auto; }
  .article-layout { grid-template-columns: minmax(0, 720px) 220px; }
  .toc { display: none; }
  .guide-card:nth-child(n) { grid-column: span 6; grid-template-columns: 1fr; }
  .hub-cta { grid-template-columns: 1fr auto; }
  .hub-cta > p { grid-column: 1; }
}

@media (max-width: 760px) {
  .editorial-banner { gap: 8px; padding: 7px 10px; font-size: 8px; }
  .editorial-banner span + span::before { margin-right: 8px; }
  .site-header { height: 64px; padding: 0 18px; }
  .nav-toggle { display: block; }
  .site-header nav { position: absolute; z-index: 50; top: 94px; left: 14px; right: 14px; display: none; padding: 20px; flex-direction: column; align-items: stretch; gap: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
  .site-header nav.open { display: flex; }
  .hub-hero { min-height: auto; padding: 68px 20px 80px; }
  .hub-hero::before { inset: 12px 6px; border-radius: 24px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy > p:not(.eyebrow) { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .evidence-map { min-height: 510px; }
  .evidence-map::before { left: 18px; top: 10%; bottom: 22%; }
  .evidence-source { left: 36px !important; right: auto !important; width: calc(100% - 48px); }
  .source-one { top: 18px; }.source-two { top: 140px; }.source-three { top: 262px; }
  .evidence-source::after { left: -19px !important; right: auto !important; width: 19px; }
  .memory-node { bottom: 0; width: calc(100% - 48px); }
  .proof-strip { grid-template-columns: 1fr; margin-top: 0; padding: 15px 20px 35px; }
  .proof-strip div { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border: 0; }
  .guides, .method, .related-section { padding: 80px 20px; }
  .guide-card:nth-child(n) { grid-column: 1 / -1; }
  .method-grid, .related-grid { grid-template-columns: 1fr; }
  .hub-cta { margin: 0 14px 70px; padding: 34px 26px; grid-template-columns: 1fr; }
  .hub-cta h2 { font-size: 34px; }
  .article-hero { padding: 56px 20px 66px; }
  .article-hero h1 { font-size: 47px; }
  .article-dek { font-size: 17px; }
  .article-layout { padding: 48px 20px 75px; display: block; }
  .article-content { font-size: 17px; }
  .article-content h2 { font-size: 32px; }
  .article-rail { position: static; margin-top: 40px; }
  .practitioner-quote { margin-left: 0; margin-right: 0; padding: 26px 22px; }
  .practitioner-quote blockquote { font-size: 21px; }
  .article-cta { padding: 30px 24px; }
  .site-footer { padding: 46px 20px; grid-template-columns: 1fr; gap: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

@media print {
  .editorial-banner, .site-header, .toc, .article-rail, .related-section, .site-footer, .reading-progress, .article-cta { display: none !important; }
  body { background: white; }
  .article-hero { padding: 24px 0; color: var(--ink); background: white; }
  .article-hero .eyebrow, .article-hero .article-dek, .article-hero .breadcrumbs, .byline span { color: var(--ink); }
  .article-layout { display: block; padding: 20px 0; }
  .article-content { max-width: none; }
}

/* Forward V5.1 design-system alignment
   Mirrors the supplied day/night site: cream paper, cinematic ink bands,
   editorial serif display type, mono evidence labels, one Advocate blue,
   pill actions, and restrained workspace cards. */
:root {
  --ink: #0c1016;
  --ink-2: #151b24;
  --paper: #fff;
  --paper-2: #ebe6dc;
  --white: #fff;
  --line: #ddd7cc;
  --cool-line: #e4e8ee;
  --body: #58616e;
  --muted: #747c87;
  --blue: #3b82f6;
  --blue-deep: #1f5fc4;
  --blue-soft: #eef5ff;
  --green: #27744d;
  --amber: #97550f;
  --amber-soft: #fbf0df;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  --shadow: 0 30px 80px rgba(12, 16, 22, .11);
  --radius: 19px;
}

body { background: #f4f1ea; color: var(--ink); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.editorial-banner { min-height: 31px; gap: 16px; padding: 7px 24px; color: #714410; background: var(--amber-soft); border-bottom: 1px solid #ecd9bd; font: 650 8.5px/1.3 var(--mono); letter-spacing: .14em; }
.skip-link { color: var(--ink); background: white; border-radius: 999px; font-weight: 650; }

.site-header { height: 82px; max-width: none; padding: 0 clamp(24px, 4vw, 56px); color: white; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { gap: 0; color: inherit; font-family: var(--sans); font-size: 24px; font-weight: 600; letter-spacing: -.06em; }
.brand-mark { display: none; }
.wordmark { display: inline-flex; align-items: baseline; font-weight: 600; letter-spacing: -.06em; }
.wordmark-v { position: relative; display: inline-flex; align-items: baseline; margin-left: -.28em; margin-right: .27em; transform: rotate(20deg) translateY(-.04em); transform-origin: center bottom; }
.wordmark-v span:first-child { color: transparent; }
.wordmark-v .blue { position: absolute; left: 0; color: var(--blue); }
.site-header nav { gap: 26px; }
.site-header nav > a { color: rgba(255,255,255,.76); font-size: 13.5px; font-weight: 500; }
.site-header nav > a:not(.button):hover, .site-header nav > a.active { color: white; }
.site-header .pill-light { min-height: 42px; padding: 10px 20px; color: var(--ink) !important; background: white; border: 1px solid rgba(255,255,255,.82); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.nav-toggle { color: white; border-color: rgba(255,255,255,.35); }

.eyebrow { color: var(--muted); font: 600 10.5px/1.3 var(--mono); letter-spacing: .15em; }
.button, .pill { min-height: 46px; padding: 12px 23px; color: white !important; background: var(--ink); border-radius: 999px; box-shadow: none; font-size: 14px; font-weight: 650; }
.button:hover { color: white !important; background: var(--ink-2); }
.pill-light { color: var(--ink) !important; background: white; }
.pill-light:hover { color: var(--ink) !important; background: #f4f5f7; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 2px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; }

.hub-hero { max-width: none; min-height: 790px; margin: 0; padding: 92px max(24px, calc((100vw - 1220px) / 2)) 92px; grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); gap: clamp(54px, 7vw, 110px); color: white; background: radial-gradient(circle at 77% 22%, #1e405f 0, #15283c 25%, transparent 49%), linear-gradient(132deg, #0c1016, #111a25 62%, #0c1016); }
.hub-hero::before { display: none; }
.hub-hero .eyebrow { color: rgba(255,255,255,.58); }
.hero-copy h1 { color: white; font-family: var(--serif); font-weight: 500; font-size: clamp(3rem, 6.1vw, 6.1rem); line-height: 1.01; letter-spacing: -.025em; text-shadow: 0 3px 24px rgba(0,0,0,.35); }
.hero-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: clamp(1rem,1.5vw,1.2rem); line-height: 1.65; }
.hub-hero .text-link { color: white; }

.evidence-map { min-height: 455px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.06); box-shadow: 0 30px 90px rgba(0,0,0,.24); backdrop-filter: blur(10px); }
.evidence-map::before { background: linear-gradient(rgba(255,255,255,.13), var(--blue), rgba(255,255,255,.13)); }
.evidence-source, .memory-node { border-color: var(--cool-line); border-radius: 9px; background: white; box-shadow: 0 13px 28px rgba(0,0,0,.14); }
.evidence-source small, .memory-node span { color: var(--blue-deep); font: 650 7.5px/1.3 var(--mono); letter-spacing: .12em; }
.evidence-source strong, .memory-node strong { color: var(--ink); font-family: var(--serif); font-weight: 500; }
.evidence-source span, .memory-node small { color: var(--muted); font: 500 8px/1.4 var(--mono); }
.evidence-source::after { background: rgba(255,255,255,.28); }
.memory-node { border-color: rgba(255,255,255,.26); background: var(--ink-2); }
.memory-node span { color: rgba(255,255,255,.52); }
.memory-node strong { color: white; }
.memory-node small { color: rgba(255,255,255,.58); }

/* Hero case-intelligence composition */
.case-intelligence { min-width: 0; overflow: hidden; color: var(--ink); border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: white; box-shadow: 0 34px 90px rgba(0,0,0,.3); }
.case-intelligence-top { min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 16px; border-bottom: 1px solid var(--cool-line); background: #fbfcfd; }
.case-name { min-width: 0; display: flex; align-items: center; gap: 11px; }
.case-name strong, .case-name small { display: block; }
.case-name strong { color: var(--ink); font-size: 12px; }
.case-name small { margin-top: 2px; color: var(--muted); font: 500 7.5px/1.35 var(--mono); letter-spacing: .035em; text-transform: uppercase; }
.case-monogram { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; color: white; background: var(--ink); border-radius: 8px; font: 700 8px/1 var(--mono); }
.case-linked { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; color: var(--green); background: #eaf6ef; border-radius: 999px; font: 700 7px/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.case-linked i { width: 6px; height: 6px; display: block; border-radius: 50%; background: #398153; box-shadow: 0 0 0 3px rgba(57,129,83,.11); }
.case-intelligence-body { display: grid; grid-template-columns: minmax(0,1.17fr) minmax(210px,.83fr); gap: 12px; padding: 12px; background: #f4f5f6; }
.visual-source, .source-excerpt { min-width: 0; overflow: hidden; border: 1px solid #dfe3e8; border-radius: 10px; background: white; }
.visual-source-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #0a0e14; }
.visual-source-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg,rgba(5,9,15,.13),transparent 46%,rgba(5,9,15,.7)); }
.visual-source-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; filter: saturate(.72) contrast(1.05) brightness(.86); }
.reconstruction-label, .visual-source-frame time, .visual-landmark { position: absolute; z-index: 2; color: white; font-family: var(--mono); }
.reconstruction-label { left: 10px; top: 10px; padding: 5px 7px; border: 1px solid rgba(255,255,255,.32); border-radius: 5px; background: rgba(5,9,15,.66); font-size: 6px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(4px); }
.visual-source-frame time { right: 10px; top: 10px; padding: 5px 7px; border-radius: 5px; background: rgba(5,9,15,.58); font-size: 7px; }
.visual-landmark { left: 10px; right: 10px; bottom: 10px; padding: 8px 9px 8px 11px; border-left: 2px solid var(--blue); border-radius: 0 6px 6px 0; background: rgba(5,9,15,.76); font-size: 7px; font-weight: 650; letter-spacing: .02em; }
.visual-source-meta { min-height: 61px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; }
.visual-source-meta small, .visual-source-meta strong { display: block; }
.visual-source-meta small { color: var(--blue-deep); font: 700 6.5px/1.2 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.visual-source-meta strong { margin-top: 4px; color: #3c4651; font-size: 9px; }
.source-action, .review-action { color: var(--blue-deep); font: 700 6.5px/1.2 var(--mono); white-space: nowrap; }
.case-comparison { min-width: 0; display: grid; grid-template-rows: 1fr 1fr; gap: 12px; }
.source-excerpt { padding: 13px; display: flex; flex-direction: column; justify-content: center; }
.source-excerpt-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--blue-deep); font: 700 6px/1.25 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.source-excerpt-head > span { display: inline-flex; align-items: center; gap: 6px; }
.source-excerpt-head small { color: #89929d; font: inherit; letter-spacing: 0; }
.source-excerpt blockquote { margin: 11px 0 8px; color: var(--ink); font: 500 clamp(15px,1.25vw,20px)/1.25 var(--serif); letter-spacing: -.015em; }
.source-excerpt p { margin: 0; color: var(--muted); font: 500 6.5px/1.4 var(--mono); }
.live-excerpt { border-color: #ecd8ba; background: #fffaf1; }
.live-excerpt .source-excerpt-head { color: var(--amber); }
.live-excerpt .source-excerpt-head i { width: 6px; height: 6px; display: block; border-radius: 50%; background: #c96e28; box-shadow: 0 0 0 3px rgba(201,110,40,.1); }
.conflict-result { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 13px 15px; border-top: 1px solid #e4cda9; background: linear-gradient(90deg,#fbf0df,#fff8ec); }
.conflict-icon { width: 28px; height: 28px; display: grid; place-items: center; color: white; background: #b56822; border-radius: 50%; font: 800 11px/1 var(--mono); }
.conflict-result small, .conflict-result strong, .conflict-result span:not(.review-action) { display: block; }
.conflict-result small { color: var(--amber); font: 750 6px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.conflict-result strong { margin-top: 3px; color: #473726; font-size: 8.5px; line-height: 1.35; }
.conflict-result span:not(.review-action) { margin-top: 3px; color: #8a6b49; font: 500 6.5px/1.35 var(--mono); }
.review-action { padding: 8px 10px; color: white; background: var(--ink); border-radius: 6px; }

.proof-strip { max-width: none; margin: 0; padding: 0 max(24px, calc((100vw - 1220px) / 2)); grid-template-columns: repeat(3,1fr); color: white; background: var(--ink); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 0; }
.proof-strip div { padding: 27px clamp(22px,3vw,42px); border-color: rgba(255,255,255,.16); }
.proof-strip strong { color: white; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.proof-strip span { color: rgba(255,255,255,.5); font: 500 9px/1.5 var(--mono); letter-spacing: .04em; }

.guides, .method, .related-section { max-width: 1220px; }
.section-heading h2, .method h2, .hub-cta h2, .related-section h2 { color: var(--ink); font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
.section-heading > p:not(.eyebrow), .method-grid p { color: var(--body); }
.guide-grid { gap: 18px; }
.guide-card { min-height: 410px; border-color: var(--line); border-radius: 14px; background: white; box-shadow: none; }
.guide-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.card-art, .guide-2 .card-art, .guide-3 .card-art, .guide-4 .card-art, .guide-5 .card-art { background: #17191b; }
.art-number { position: absolute; z-index: 5; left: 18px; top: 16px; color: rgba(255,255,255,.52); font: 650 8px/1.2 var(--mono); letter-spacing: .13em; }
.bodycam-art img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; filter: saturate(.58) brightness(.67) contrast(1.08); }
.bodycam-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,9,15,.18),transparent 48%,rgba(5,9,15,.82)); }
.bodycam-art-hud { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 18px; padding: 10px 11px; border-left: 2px solid var(--blue); background: rgba(5,9,15,.76); color: white; }
.bodycam-art-hud small, .bodycam-art-hud strong { display: block; }
.bodycam-art-hud small { color: rgba(255,255,255,.5); font: 600 6px/1.3 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.bodycam-art-hud strong { margin-top: 4px; font: 500 13px/1.25 var(--serif); }

.contradiction-art { display: grid; place-items: center; padding: 42px 22px 22px; }
.mini-transcript { position: relative; width: 100%; padding: 15px; border: 1px solid #dce1e7; border-radius: 9px; color: var(--ink); background: white; box-shadow: 0 16px 32px rgba(0,0,0,.2); }
.mini-transcript small { color: var(--muted); font: 650 5.5px/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.mini-transcript p { margin: 8px 0 0; font: 500 10px/1.45 var(--serif); }
.mini-transcript i { display: block; height: 1px; margin: 11px 0; background: var(--cool-line); }
.mini-transcript .prior-line { padding: 8px; color: #46566c; background: var(--blue-soft); border-left: 2px solid var(--blue); border-radius: 0 5px 5px 0; font: 500 6.5px/1.4 var(--mono); }
.mini-transcript b { position: absolute; right: 10px; bottom: -9px; padding: 5px 7px; color: white; background: #ad5a24; border-radius: 999px; font: 700 5.5px/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; }

.practice-art { min-height: 210px; }
.practice-source, .practice-core { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); }
.practice-source { width: 72px; height: 44px; color: white; background: #22272e; border-radius: 7px; font: 500 9px/1 var(--serif); }
.practice-source span { display: block; margin-top: 4px; color: rgba(255,255,255,.46); font: 600 5px/1 var(--mono); }
.source-doc { left: 15%; top: 26%; }.source-video { right: 12%; top: 23%; }.source-call { left: 20%; bottom: 13%; }
.practice-core { right: 20%; bottom: 14%; width: 86px; height: 86px; border-color: rgba(59,130,246,.75); border-radius: 50%; color: white; background: #11151b; box-shadow: 0 0 0 8px rgba(59,130,246,.08); }
.practice-core::before, .practice-core::after { content: ""; position: absolute; height: 1px; transform-origin: right; background: rgba(94,153,230,.72); }
.practice-core::before { right: 75%; top: 31%; width: 83px; transform: rotate(15deg); }.practice-core::after { right: 70%; bottom: 24%; width: 72px; transform: rotate(-8deg); }
.practice-core small, .practice-core strong { display: block; text-align: center; }
.practice-core small { color: rgba(255,255,255,.46); font: 600 5px/1.2 var(--mono); text-transform: uppercase; }
.practice-core strong { margin-top: 4px; font: 500 14px/1 var(--serif); }

.checklist-art { display: grid; place-items: center; padding: 40px 25px 22px; }
.mini-checklist { width: min(220px,100%); padding: 15px 16px; border: 1px solid #dfe3e7; border-radius: 9px; color: var(--ink); background: white; box-shadow: 0 16px 32px rgba(0,0,0,.2); }
.mini-checklist > small { color: var(--blue-deep); font: 700 5.5px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.mini-checklist > strong { display: block; margin-top: 4px; font: 500 13px/1.2 var(--serif); }
.mini-checklist ul { margin: 12px 0 0; padding: 0; list-style: none; }
.mini-checklist li { position: relative; padding: 6px 0 6px 20px; color: #626c77; border-top: 1px solid #edf0f3; font: 550 6.5px/1.3 var(--sans); }
.mini-checklist li::before { content: ""; position: absolute; left: 1px; top: 7px; width: 9px; height: 9px; border: 1px solid #bbc3cc; border-radius: 2px; }
.mini-checklist li.done::before { content: "✓"; display: grid; place-items: center; color: white; background: var(--green); border-color: var(--green); font-size: 6px; }

.deposition-art { min-height: 210px; }
.depo-page { position: absolute; left: 13%; top: 23%; width: 54%; padding: 13px; border: 1px solid #dfe3e7; border-radius: 8px; color: var(--ink); background: white; box-shadow: 0 16px 30px rgba(0,0,0,.2); }
.depo-page small, .depo-summary small { color: var(--muted); font: 650 5px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.depo-page > span { position: static; width: 92%; height: 3px; display: block; margin-top: 8px; border-radius: 4px; background: #dfe3e7; }
.depo-page > span:nth-of-type(2) { width: 75%; }.depo-page > span:nth-of-type(4) { width: 67%; }
.depo-page > span.cited { width: 88%; height: 11px; margin-top: 7px; background: #dbeafd; border-left: 2px solid var(--blue); border-radius: 0 3px 3px 0; }
.depo-page b { display: inline-block; margin-top: 10px; padding: 4px 6px; color: var(--green); background: #eaf6ef; border-radius: 999px; font: 700 5px/1 var(--mono); text-transform: uppercase; }
.depo-summary { position: absolute; z-index: 3; right: 9%; bottom: 15%; width: 45%; padding: 12px; border: 1px solid #cfd9e5; border-radius: 8px; color: var(--ink); background: var(--blue-soft); box-shadow: 0 13px 25px rgba(0,0,0,.16); }
.depo-summary small { color: var(--blue-deep); }
.depo-summary p { margin: 7px 0 0; font: 500 8px/1.35 var(--serif); }
.card-copy { padding: 28px; }
.card-copy h2 { color: var(--ink); font-family: var(--serif); font-weight: 500; }
.card-copy p:not(.eyebrow) { color: var(--body); }
.card-copy > div a, .related-card em, .sources a, .source-proof summary { color: var(--blue-deep); }
.method { border-color: var(--line); }
.method-grid article { border-top-color: var(--ink); }
.method-grid span { color: var(--blue-deep); font-family: var(--mono); }
.method-grid h3 { font-weight: 500; }
.hub-cta { max-width: 1220px; color: white; background: var(--ink); border-radius: 0; }
.hub-cta .eyebrow { color: rgba(255,255,255,.48); }
.hub-cta h2 { color: white; }
.hub-cta > p { color: rgba(255,255,255,.62); }
.hub-cta .light { color: var(--ink) !important; background: white; }

.article-hero { padding: 88px 30px 100px; background: radial-gradient(circle at 82% 12%, #1d3a55, transparent 35%), var(--ink); }
.article-hero .eyebrow { color: rgba(255,255,255,.52); }
.article-hero h1 { font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
.article-dek { color: rgba(255,255,255,.76); }
.breadcrumbs, .byline span { color: rgba(255,255,255,.5); font-family: var(--mono); }
.author-monogram { color: white; background: var(--blue); font-family: var(--mono); }
.article-layout { max-width: 1220px; }
.toc strong, .toc a { font-family: var(--mono); }
.toc a:hover, .toc a.current { color: var(--blue-deep); border-color: var(--blue); }
.article-content { color: #3f4853; font-family: var(--serif); }
.article-content .answer-first { color: var(--ink); background: white; border: 1px solid var(--cool-line); border-left: 3px solid var(--blue); border-radius: 0 8px 8px 0; box-shadow: 0 12px 35px rgba(12,16,22,.06); font-family: var(--sans); }
.article-content h2 { color: var(--ink); font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
.workflow-list li { border-color: var(--cool-line); border-radius: 9px; background: white; }
.workflow-list li::before { background: var(--blue); font-family: var(--mono); }
.checklist li::before { border-color: var(--blue); }
.faq { border-color: var(--line); }
.faq summary { color: var(--ink); }
.faq summary::after { color: var(--blue-deep); }
.faq p { color: var(--body); }

.practitioner-quote { border-color: var(--cool-line); border-radius: 14px; background: white; box-shadow: 0 22px 60px rgba(12,16,22,.08); }
.quote-status { color: var(--amber); font-family: var(--mono); }
.status-dot { background: #db7a15; }
.practitioner-quote blockquote { color: var(--ink); font-family: var(--serif); font-weight: 500; }
.source-proof { border-color: var(--cool-line); font-family: var(--mono); }
.source-proof p { color: var(--muted); }
.legal-note { color: #5f5547; background: var(--paper-2); border-left-color: #9b8e7d; }
.editor-note { color: #684111; background: var(--amber-soft); border-color: #ead2ad; }
.legal-note strong, .editor-note strong { font-family: var(--mono); }
.article-cta { border-radius: 14px; background: var(--ink); }
.article-cta .eyebrow { color: rgba(255,255,255,.48); }
.article-cta h2 { color: white; font-family: var(--serif); font-weight: 500; }
.article-cta p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.article-cta .button { color: var(--ink) !important; background: white; }
.rail-card, .related-card { border-color: var(--line); border-radius: 9px; background: white; }
.rail-card span { font-family: var(--mono); }
.rail-card p { color: var(--body); }
.editorial-only { background: var(--amber-soft); border-color: #ead2ad; }
.related-card span { color: var(--blue-deep); font-family: var(--mono); }
.related-card strong { font-family: var(--serif); font-weight: 500; }
.reading-progress span { background: var(--blue); }

.site-footer { max-width: none; margin: 0; padding: 48px max(24px, calc((100vw - 1220px) / 2)) 58px; color: rgba(255,255,255,.52); background: var(--ink); border-color: rgba(255,255,255,.14); }
.site-footer .brand, .footer-brand, .site-footer strong { color: white; }
.site-footer a:not(.brand), .site-footer p { color: rgba(255,255,255,.52); }

@media (max-width: 1080px) {
  .hub-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 850px; }
  .evidence-map { width: min(720px,100%); }
  .case-intelligence { width: min(760px,100%); }
  .hub-cta { border-radius: 0; }
}

@media (max-width: 760px) {
  .site-header nav { top: 104px; color: white; background: var(--ink-2); border-color: rgba(255,255,255,.18); }
  .site-header nav > a { color: rgba(255,255,255,.76); }
  .site-header nav > a.active { color: white; }
  .hub-hero { padding: 68px 20px 76px; }
  .hero-copy h1 { font-size: 2.75rem; }
  .evidence-map { padding: 14px; }
  .case-intelligence-body { grid-template-columns: 1fr; }
  .case-comparison { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .conflict-result { grid-template-columns: 28px minmax(0,1fr); }
  .review-action { grid-column: 2; justify-self: start; }
  .proof-strip { grid-template-columns: 1fr; padding: 0 20px; }
  .proof-strip div { padding: 21px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .proof-strip div:last-child { border-bottom: 0; }
  .hub-cta { margin-left: 0; margin-right: 0; }
  .article-hero h1 { font-size: 2.75rem; }
}

@media (max-width: 470px) {
  .case-intelligence-top { align-items: flex-start; flex-direction: column; }
  .case-linked { margin-left: 45px; }
  .case-comparison { grid-template-columns: 1fr; }
  .source-excerpt blockquote { font-size: 18px; }
}

/* Forward Learn v1: public editorial layer */
body {
  background: #f4f1ea;
}

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  height: 76px;
  background: rgba(12, 16, 22, .94);
  backdrop-filter: blur(16px);
}

.site-header nav {
  margin-left: auto;
}

.site-header nav > a.active {
  color: rgba(255,255,255,.62);
}

.site-header nav > a.active:hover {
  color: #fff;
}

.hub-hero {
  isolation: isolate;
  min-height: 760px;
  background:
    linear-gradient(90deg, rgba(5,9,15,.91) 0%, rgba(5,9,15,.78) 45%, rgba(5,9,15,.58) 100%),
    linear-gradient(180deg, rgba(5,9,15,.18), rgba(5,9,15,.68)),
    url("assets/forward-civic-daytime-v1.jpg") center / cover no-repeat;
}

.hub-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 73% 30%, rgba(59,130,246,.13), transparent 34%);
  pointer-events: none;
}

.hero-copy h1 {
  max-width: 11.5ch;
}

.evidence-stack-visual {
  width: min(100%, 500px);
  min-width: 0;
  margin: 0 auto;
  justify-self: center;
}

.evidence-stack-frame {
  background: transparent;
}

.evidence-stack-frame img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 32px 36px rgba(0,0,0,.34));
}

.guides {
  padding-top: clamp(88px, 9vw, 124px);
}

.guide-card:nth-child(1),
.guide-card:nth-child(2) {
  min-height: 430px;
}

.method {
  max-width: none;
  padding-right: max(30px, calc((100vw - 1160px) / 2));
  padding-left: max(30px, calc((100vw - 1160px) / 2));
  color: #fff;
  background: #17191b;
  border: 0;
}

.method .eyebrow,
.method-grid span {
  color: rgba(255,255,255,.5);
}

.method h2,
.method-grid h3 {
  color: #fff;
}

.method-grid article {
  border-top-color: rgba(255,255,255,.25);
}

.method-grid p {
  color: rgba(255,255,255,.6);
}

.hub-cta {
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(56px, 7vw, 82px);
}

.article-hero {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding-top: clamp(86px, 9vw, 126px);
  padding-bottom: clamp(84px, 9vw, 126px);
  background:
    linear-gradient(90deg, rgba(5,9,15,.94), rgba(5,9,15,.78) 64%, rgba(5,9,15,.56)),
    linear-gradient(180deg, rgba(5,9,15,.12), rgba(5,9,15,.65)),
    url("assets/forward-civic-daytime-v1.jpg") center 46% / cover no-repeat;
}

.article-hero-inner {
  position: relative;
  z-index: 2;
}

.article-hero h1 {
  max-width: 15ch;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 1.01;
}

.article-hero .article-dek {
  max-width: 54ch;
}

.article-layout {
  padding-top: clamp(68px, 8vw, 104px);
}

.toc {
  top: 104px;
}

.article-content {
  font-size: 19px;
  line-height: 1.78;
}

.article-content h2 {
  margin-top: 2.35em;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.1;
}

.article-content .answer-first {
  margin-top: 0;
  padding: 23px 25px;
  font-size: 16px;
  line-height: 1.65;
}

.article-cta {
  padding: 42px;
}

.related-section {
  padding-top: clamp(76px, 8vw, 108px);
}

.related-card {
  min-height: 210px;
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(150px, .55fr));
  gap: clamp(36px, 7vw, 100px);
  padding-top: 72px;
  padding-bottom: 42px;
}

.site-footer::after {
  content: "Advocate";
  position: absolute;
  z-index: -1;
  left: max(24px, calc((100vw - 1220px) / 2));
  bottom: -0.19em;
  color: rgba(255,255,255,.027);
  font: 500 clamp(7rem, 20vw, 18rem)/.8 var(--serif);
  letter-spacing: -.055em;
  white-space: nowrap;
  pointer-events: none;
}

.site-footer > div {
  min-width: 0;
}

.site-footer > div:first-child p {
  max-width: 28ch;
  margin-top: 15px;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.35;
}

.site-footer strong {
  margin-bottom: 14px;
  font: 650 8px/1.3 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-footer a:not(.brand) {
  padding: 4px 0;
}

.site-footer a:not(.brand):hover {
  color: #fff;
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 18px;
  color: rgba(255,255,255,.38);
  border-top: 1px solid rgba(255,255,255,.14);
  font: 500 9px/1.5 var(--mono);
}

/* Bodycam review guide: product evidence and legal-practice modules */
.source-marker {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-left: 3px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue-deep);
  font: 700 9px/1 var(--mono);
  text-decoration: none;
  vertical-align: super;
}

.practice-standard {
  margin: 38px 0 52px;
  padding: 25px 28px;
  border: 1px solid #c9d7e6;
  border-left: 4px solid var(--blue);
  background: linear-gradient(135deg, #f7fbff, #fff);
  box-shadow: 0 18px 48px rgba(12,16,22,.07);
  font-family: var(--sans);
}

.practice-standard span,
.case-law-grid article > span {
  display: block;
  color: var(--blue-deep);
  font: 700 9px/1.3 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.practice-standard strong {
  display: block;
  margin: 8px 0 9px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -.025em;
}

.practice-standard p {
  margin: 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.65;
}

.case-law-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px -44px 34px;
  font-family: var(--sans);
}

.case-law-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--cool-line);
  background: #fff;
  box-shadow: 0 14px 34px rgba(12,16,22,.06);
}

.case-law-grid h3 {
  margin: 12px 0 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.18;
}

.case-law-grid p {
  margin: 0 0 16px;
  color: var(--body);
  font-size: 12px;
  line-height: 1.6;
}

.case-law-grid a {
  color: var(--blue-deep);
  font: 700 10px/1.4 var(--mono);
  text-decoration: none;
}

.compact-checklist,
.tool-requirements {
  margin: 28px 0 36px;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
}

.compact-checklist li,
.tool-requirements li {
  padding-top: 13px;
  padding-bottom: 13px;
}

.tool-requirements strong {
  color: var(--ink);
}

.product-figure {
  margin: 42px -72px 48px;
  font-family: var(--sans);
}

.advocate-product-shot {
  overflow: hidden;
  color: #18202a;
  border: 1px solid #d5dde7;
  border-radius: 16px;
  background: #f3f6fa;
  box-shadow: 0 26px 70px rgba(12,16,22,.14);
}

.product-shot-head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 16px;
  border-bottom: 1px solid #dce3eb;
  background: #fff;
}

.product-shot-head b,
.product-shot-head span {
  display: block;
}

.product-shot-head b {
  font-size: 12px;
}

.product-shot-head span {
  margin-top: 2px;
  color: #7b8796;
  font: 500 8px/1.3 var(--mono);
  text-transform: uppercase;
}

.product-shot-head em {
  padding: 7px 9px;
  color: #1c6c46;
  background: #e7f5ec;
  border-radius: 999px;
  font: 700 8px/1 var(--mono);
  font-style: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-figure figcaption {
  max-width: 700px;
  margin: 16px auto 0;
  color: #657181;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.product-figure figcaption strong {
  color: var(--ink);
}

.multicam-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  background: #0d1219;
}

.camera-view {
  position: relative;
  min-height: 205px;
  overflow: hidden;
  background: #080d13;
}

.camera-view::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,8,13,.18), rgba(4,8,13,.06) 54%, rgba(4,8,13,.76));
  pointer-events: none;
}

.camera-view > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera-four > img {
  filter: saturate(.72) contrast(1.06);
}

.camera-view > span,
.camera-view > time,
.camera-view > i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font: 700 8px/1 var(--mono);
  font-style: normal;
}

.camera-view > span { left: 11px; top: 11px; }
.camera-view > time { right: 11px; top: 11px; color: rgba(255,255,255,.7); }
.camera-view > i { left: 11px; bottom: 11px; padding: 6px 8px; background: rgba(7,12,18,.72); border-left: 2px solid var(--blue); }

.sync-timeline {
  min-height: 54px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  color: #93a0b0;
  background: #0d1219;
  font: 600 8px/1 var(--mono);
}

.sync-timeline div {
  position: relative;
  height: 3px;
  background: #34404e;
}

.sync-timeline div i {
  position: absolute;
  left: 0;
  top: 0;
  width: 38%;
  height: 100%;
  background: var(--blue);
}

.sync-timeline div b {
  position: absolute;
  left: 38%;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  transform: translate(-50%, -50%);
}

.sync-timeline strong {
  color: #c8d4e1;
  white-space: nowrap;
}

.angle-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  min-height: 430px;
}

.angle-frame {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(4,8,13,.08), rgba(4,8,13,.68)), url("assets/fictional-bodycam-case-memory-v1.jpg");
  background-position: center;
  background-size: cover;
}

.sample-label {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 6px 8px;
  color: #fff;
  background: rgba(8,13,20,.72);
  font: 700 8px/1 var(--mono);
  text-transform: uppercase;
}

.frame-focus {
  position: absolute;
  left: 41%;
  top: 41%;
  width: 36%;
  height: 34%;
  padding: 10px;
  border: 1px solid #74a7ff;
  box-shadow: 0 0 0 1px rgba(116,167,255,.2), 0 0 40px rgba(31,111,235,.22);
}

.frame-focus::before,
.frame-focus::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: #fff;
}

.frame-focus::before { left: -2px; top: -2px; border-left: 2px solid; border-top: 2px solid; }
.frame-focus::after { right: -2px; bottom: -2px; border-right: 2px solid; border-bottom: 2px solid; }

.frame-focus b,
.frame-focus small {
  position: absolute;
  left: 8px;
  display: block;
  padding: 5px 7px;
  color: #fff;
  background: rgba(8,13,20,.82);
  font: 700 7px/1.25 var(--mono);
}

.frame-focus b { bottom: 26px; }
.frame-focus small { bottom: 5px; color: #9fc0ff; }

.angle-findings {
  padding: 12px;
  background: #fff;
}

.angle-findings article {
  position: relative;
  margin-bottom: 9px;
  padding: 15px;
  border: 1px solid #e0e5eb;
  background: #f8fafc;
}

.angle-findings article.confirmed { border-left: 3px solid var(--blue); }
.angle-findings span { color: var(--blue-deep); font: 700 8px/1 var(--mono); text-transform: uppercase; }
.angle-findings b { display: block; margin: 7px 0 5px; color: var(--ink); font-size: 11px; }
.angle-findings p { margin: 0; color: #6d7887; font-size: 9px; line-height: 1.5; }

.report-layout {
  display: grid;
  grid-template-columns: 205px 1fr;
  min-height: 390px;
}

.report-moments {
  padding: 18px 13px;
  border-right: 1px solid #dde3ea;
  background: #f5f7fa;
}

.report-moments > strong {
  display: block;
  margin: 0 7px 14px;
  color: #687483;
  font: 700 8px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.report-moments > div {
  width: 100%;
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 8px;
  margin-bottom: 6px;
  padding: 11px 8px;
  color: #5b6675;
  border: 1px solid transparent;
  background: transparent;
  font-family: var(--sans);
  text-align: left;
}

.report-moments > div.active {
  color: var(--ink);
  border-color: #cbd9ee;
  background: #fff;
  box-shadow: 0 8px 22px rgba(12,16,22,.07);
}

.report-moments time { color: var(--blue-deep); font: 700 8px/1.4 var(--mono); }
.report-moments span { font-size: 9px; line-height: 1.35; }

.report-comparison {
  padding: clamp(24px, 5vw, 48px);
  background: #fff;
}

.comparison-kicker {
  margin: 0 0 18px;
  color: #aa5917;
  font: 700 9px/1.3 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.comparison-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.comparison-columns article {
  min-width: 0;
  padding: 17px;
  border: 1px solid #e0e5eb;
  background: #fafbfc;
}

.comparison-columns article:first-child { border-left: 3px solid #d48c26; background: #fff9ee; }
.comparison-columns article:last-child { border-left: 3px solid var(--blue); background: #f2f6ff; }
.comparison-columns span { color: #6f7b89; font: 700 8px/1.3 var(--mono); text-transform: uppercase; }
.comparison-columns blockquote { margin: 17px 0 0; color: var(--ink); font-family: var(--serif); font-size: 19px; line-height: 1.35; }
.source-chip { display: inline-block; margin-top: 22px; color: var(--blue-deep); font: 700 9px/1 var(--mono); }

@media (max-width: 920px) {
  .case-law-grid,
  .product-figure {
    margin-left: 0;
    margin-right: 0;
  }
  .case-law-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .product-shot-head {
    align-items: flex-start;
  }
  .multicam-grid,
  .angle-layout,
  .report-layout,
  .comparison-columns {
    grid-template-columns: 1fr;
  }
  .camera-view {
    min-height: 180px;
  }
  .sync-timeline {
    grid-template-columns: auto 1fr auto;
  }
  .sync-timeline strong {
    display: none;
  }
  .angle-frame {
    min-height: 330px;
  }
  .report-moments {
    border-right: 0;
    border-bottom: 1px solid #dde3ea;
  }
  .practice-standard {
    padding: 22px;
  }
}

/* Witness contradiction guide: animated live hearing and unified record */
.jurisdiction-alert {
  margin: 34px 0 48px;
  padding: 26px 28px;
  color: #473d32;
  border: 1px solid #dec8aa;
  border-left: 4px solid #a26225;
  background: #fbf6ed;
  font-family: var(--sans);
}

.jurisdiction-alert span {
  display: block;
  color: #86531f;
  font: 700 9px/1.3 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.jurisdiction-alert strong {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
}

.jurisdiction-alert p {
  margin: 10px 0 0;
  color: #635b51;
  font-size: 14px;
  line-height: 1.65;
}

.california-practice {
  margin: 28px 0 38px;
  padding: 21px 23px;
  border: 1px solid #cbd9ea;
  border-left: 4px solid var(--blue);
  background: #f6f9fd;
  font-family: var(--sans);
}

.california-practice span {
  display: block;
  color: var(--blue-deep);
  font: 700 9px/1.3 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.california-practice p {
  margin: 9px 0 0;
  color: #5c6876;
  font-size: 13px;
  line-height: 1.65;
}

.article-hearing {
  position: relative;
  overflow: hidden;
  color: #18202a;
  border: 1px solid #d5dde7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(12,16,22,.14);
}

.article-hearing-sample {
  position: absolute;
  z-index: 3;
  right: 18px;
  top: 15px;
  padding: 5px 8px;
  color: #235dbf;
  background: #eaf3ff;
  border-radius: 999px;
  font: 700 7px/1.2 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-hearing-top {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 152px 14px 18px;
  border-bottom: 1px solid #e4e9ef;
}

.article-hearing-top b,
.article-hearing-top small {
  display: block;
}

.article-hearing-top b {
  font-size: 12px;
}

.article-hearing-top small {
  margin-top: 3px;
  color: #8893a2;
  font: 500 8px/1.3 var(--mono);
}

.article-hearing-top > span {
  margin-left: auto;
  color: #23744c;
  font: 700 8px/1.2 var(--mono);
  text-transform: uppercase;
}

.article-hearing-toolbar {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid #e4e9ef;
}

.article-hearing-speaker {
  padding: 7px 8px;
  color: #5f6978;
  border: 1px solid #dbe2eb;
  border-radius: 8px;
  font-size: 8px;
}

.article-hearing-transcribing {
  padding: 7px 9px;
  color: #2865cc;
  background: #edf4ff;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 700;
}

.article-hearing-transcribing::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 6px;
  background: #4b83ed;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #e0ecff;
  animation: articleHearingPulse 1.5s infinite;
}

.article-hearing-clock {
  margin-left: auto;
  color: #394453;
  font: 500 9px/1 var(--mono);
}

.article-hearing-control {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  color: #596577;
  border: 1px solid #dfe5ed;
  border-radius: 8px;
  background: #fff;
  font-size: 8px;
}

.article-hearing-pause,
.article-hearing-replay {
  width: 32px;
  padding: 0;
  font-size: 12px;
}

.article-hearing-toggle {
  color: #6c7176;
  transition: opacity .2s, transform .3s, color .2s, background .2s, border-color .2s;
}

.article-hearing-toggle[aria-disabled="true"] {
  opacity: .58;
  cursor: default;
}

.article-hearing-toggle[aria-disabled="false"] {
  color: #8b4d1d;
  border-color: #dfba95;
  background: #fbf3e8;
}

.article-hearing-count {
  display: inline-grid;
  width: 17px;
  height: 17px;
  margin-left: 5px;
  place-items: center;
  color: #fff;
  background: #858a8e;
  border-radius: 50%;
  font-size: 7px;
}

.article-hearing-toggle[aria-disabled="false"] .article-hearing-count {
  background: #a26225;
}

.article-hearing-toggle.is-new {
  animation: articleHearingPill .5s cubic-bezier(.2,.8,.2,1);
}

.article-hearing-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  min-height: 490px;
  transition: grid-template-columns .45s cubic-bezier(.22,.8,.24,1);
}

.article-hearing-stage.drawer-closed {
  grid-template-columns: minmax(0, 1fr) 0;
}

.article-hearing-transcript {
  min-width: 0;
  padding: 16px 17px 24px;
}

.article-hearing-audio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px 13px;
  color: #7d8796;
  border-bottom: 1px solid #edf0f4;
  font: 500 7px/1 var(--mono);
}

.article-hearing-wave {
  width: 124px;
  height: 13px;
  background: repeating-linear-gradient(90deg, #4b87ec 0 2px, transparent 2px 5px);
  mask: linear-gradient(90deg, transparent, #000 18%, #000 80%, transparent);
  animation: articleHearingWave 1s steps(2) infinite;
}

.article-hearing-search {
  width: min(360px, 82%);
  margin: 9px auto 3px;
  padding: 8px 12px;
  color: #949daa;
  background: #f7f9fc;
  border-radius: 999px;
  font: 500 7px/1 var(--mono);
  text-align: center;
}

.article-hearing-line {
  display: grid;
  grid-template-columns: 28px 102px minmax(0, 1fr) 62px;
  gap: 9px;
  align-items: start;
  padding: 17px 7px;
  color: #3c4654;
  border-bottom: 1px solid #edf0f4;
  font-size: 10px;
  line-height: 1.5;
}

.article-hearing-line > span,
.article-hearing-line > time {
  color: #8993a2;
  font: 500 8px/1.4 var(--mono);
}

.article-hearing-line > b {
  color: #384354;
  font-size: 9px;
}

.article-hearing-line > p {
  margin: 0;
  color: #303b4a;
  font-size: 10px;
}

.article-hearing-line > time {
  text-align: right;
}

.article-hearing-line.incoming {
  animation: articleHearingLine .5s both;
}

.article-hearing-line.is-current {
  border-left: 2px solid var(--blue);
  background: #f5f8fd;
}

.article-hearing-flag {
  grid-column: 2 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 7px;
  padding: 8px 10px;
  color: #fff;
  background: linear-gradient(90deg, #ed981f, #d64232);
  border-radius: 7px;
  font: 700 7px/1.35 var(--mono);
  animation: articleHearingFlag .45s both;
}

.article-hearing-flag small {
  color: #fff;
  font: 600 6px/1.35 var(--mono);
  text-align: right;
}

.article-hearing-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #e5e9f0;
  background: #fff;
  opacity: 1;
  transform: translateX(0);
  transition: opacity .28s, transform .45s cubic-bezier(.22,.8,.24,1);
}

.article-hearing-stage.drawer-closed .article-hearing-panel {
  overflow: hidden;
  border-left: 0;
  opacity: 0;
  transform: translateX(110%);
  pointer-events: none;
}

.article-hearing-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border-bottom: 1px solid #e8edf3;
}

.article-hearing-panel-head b {
  font-size: 12px;
}

.article-hearing-panel-count {
  color: #8b95a3;
  font-weight: 500;
}

.article-hearing-close {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #26313f;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 17px;
}

.article-hearing-close:hover {
  background: #f1f4f8;
}

.article-hearing-conflict {
  margin: 12px;
  overflow: hidden;
  border: 1px solid #e4e8ef;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(39,56,84,.06);
  transition: opacity .25s;
}

.article-hearing-conflict.is-fresh {
  animation: articleHearingCard .55s both;
}

.article-hearing-summary {
  padding: 12px 12px 9px;
  color: #47515f;
  font-size: 8px;
  line-height: 1.5;
}

.article-hearing-summary p {
  margin: 7px 0 0;
  font-size: 8px;
  line-height: 1.5;
}

.article-hearing-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #222b37;
  font-size: 9px;
  font-weight: 700;
}

.article-hearing-meta span:last-child {
  color: #a24435;
  font: 700 6px/1.2 var(--mono);
  text-transform: uppercase;
}

.article-hearing-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 0 10px 9px;
}

.article-hearing-compare > div {
  min-height: 94px;
  padding: 8px;
  color: #5d5140;
  border-left: 2px solid #e0a733;
  border-radius: 8px;
  background: #fff8ec;
  font-size: 7px;
  line-height: 1.5;
}

.article-hearing-compare > div:last-child {
  color: #44536a;
  border-left-color: #4b82e8;
  background: #eef4ff;
}

.article-hearing-compare small {
  display: block;
  margin-bottom: 5px;
  font: 700 5px/1.2 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.article-hearing-source-toggle {
  width: calc(100% - 20px);
  margin: 0 10px 9px;
  padding: 8px 9px;
  color: #2e62be;
  border: 1px solid #dae4f3;
  border-radius: 8px;
  background: #f8fbff;
  font-size: 7px;
  text-align: left;
}

.article-hearing-source {
  margin: 0 10px 10px;
  padding: 7px;
  border: 1px solid #e0e6ee;
  border-radius: 8px;
  background: #fff;
}

.article-hearing-source.is-closed {
  display: none;
}

.article-hearing-source > div {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #0b1118;
}

.article-hearing-source img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.article-hearing-source > div span {
  position: absolute;
  left: 7px;
  bottom: 6px;
  padding: 5px 6px;
  color: #fff;
  background: rgba(5,9,14,.72);
  font: 700 6px/1 var(--mono);
}

.article-hearing-source p {
  margin: 7px 1px 0;
  color: #273140;
  font-size: 7px;
  line-height: 1.45;
}

.article-hearing-source small {
  display: block;
  margin-top: 4px;
  color: #7c8795;
  font-size: 6px;
}

.article-hearing-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  padding: 9px 10px;
  border-top: 1px solid #edf0f4;
}

.article-hearing-actions button {
  min-height: 32px;
  color: #687383;
  border: 0;
  border-radius: 7px;
  background: #f3f5f8;
  font-size: 7px;
}

.article-hearing-actions .article-hearing-review {
  color: #fff;
  background: var(--blue);
}

.article-hearing-note {
  margin: auto 12px 13px;
  padding: 9px;
  color: #717c8c;
  border-radius: 9px;
  background: #f8fafc;
  font-size: 7px;
  line-height: 1.45;
}

.article-hearing-note b {
  color: #445164;
}

.ingest-demo {
  overflow: hidden;
  color: #18202a;
  border: 1px solid #d5dde7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(12,16,22,.12);
}

.ingest-head {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 16px;
  border-bottom: 1px solid #dce3eb;
}

.ingest-head b,
.ingest-head span {
  display: block;
}

.ingest-head b {
  font-size: 12px;
}

.ingest-head span {
  margin-top: 3px;
  color: #7b8796;
  font: 500 8px/1.3 var(--mono);
  text-transform: uppercase;
}

.ingest-replay {
  padding: 8px 10px;
  color: #53606f;
  border: 1px solid #dce3eb;
  border-radius: 8px;
  background: #fff;
  font: 700 8px/1 var(--mono);
}

.ingest-stage {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) 80px minmax(280px, 1.1fr);
  align-items: center;
  gap: 20px;
  padding: 38px clamp(24px, 5vw, 56px);
  background: linear-gradient(135deg, #f7f9fc, #fff 58%);
}

.ingest-files {
  display: grid;
  gap: 8px;
}

.ingest-files article {
  display: grid;
  grid-template-columns: 38px 1fr 22px;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border: 1px solid #dce3eb;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20,34,52,.05);
  transition: opacity .32s, transform .42s, border-color .32s, box-shadow .32s;
}

.ingest-demo.is-queued .ingest-files article {
  opacity: .34;
  transform: translateX(-10px);
}

.ingest-demo.is-queued .ingest-files article.is-linked {
  opacity: 1;
  border-color: #b8d1c2;
  box-shadow: 0 10px 25px rgba(25,91,61,.08);
  transform: translateX(0);
}

.ingest-files article > span {
  display: grid;
  width: 38px;
  height: 34px;
  place-items: center;
  color: #315f8f;
  border-radius: 7px;
  background: #eef3f8;
  font: 800 7px/1 var(--mono);
}

.ingest-files b,
.ingest-files small {
  display: block;
}

.ingest-files b {
  overflow: hidden;
  color: #283442;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ingest-files small {
  margin-top: 3px;
  color: #7b8795;
  font-size: 7px;
}

.ingest-files i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #2e7b55;
  font-size: 9px;
  font-style: normal;
  opacity: 0;
  transform: scale(.6);
  transition: opacity .25s, transform .32s;
}

.ingest-files article.is-linked i {
  opacity: 1;
  transform: scale(1);
}

.ingest-path {
  position: relative;
  height: 2px;
  overflow: visible;
  background: #d4dbe4;
}

.ingest-path::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8290a0;
  border-right: 2px solid #8290a0;
  transform: translateY(-50%) rotate(45deg);
}

.ingest-path span {
  position: absolute;
  left: 0;
  top: -2px;
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(49,95,143,.12);
  opacity: 0;
}

.ingest-demo.is-uploading .ingest-path span {
  animation: ingestDot .55s ease-in-out;
}

.ingest-record {
  position: relative;
  min-height: 258px;
  padding: 36px 34px 30px;
  border: 1px solid #cfd9e5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(18,31,48,.09);
  transition: border-color .35s, box-shadow .35s, transform .35s;
}

.ingest-record.is-ready {
  border-color: #a8c7b4;
  box-shadow: 0 24px 60px rgba(25,91,61,.12);
  transform: translateY(-2px);
}

.ingest-record-mark {
  position: absolute;
  right: 24px;
  top: 22px;
  color: #315f8f;
  font: 600 26px/1 var(--serif);
}

.ingest-record > small {
  color: #315f8f;
  font: 700 8px/1.3 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ingest-record h3 {
  margin: 16px 0 11px;
  color: var(--ink);
  font: 500 clamp(25px, 3vw, 36px)/1.08 var(--serif);
  letter-spacing: -.025em;
}

.ingest-record p {
  margin: 0;
  color: #687483;
  font-size: 11px;
  line-height: 1.6;
}

.ingest-record > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid #e1e6ec;
}

.ingest-record > div strong {
  color: #235f43;
  font: 500 28px/1 var(--serif);
}

.ingest-record > div span,
.ingest-record em {
  color: #75808d;
  font: 700 7px/1.3 var(--mono);
  text-transform: uppercase;
}

.ingest-record em {
  display: block;
  margin-top: 9px;
  color: #536271;
  font-style: normal;
}

.ingest-record.is-ready em {
  color: #23744c;
}

.jurisdiction-compare {
  margin: 30px -72px 38px;
  overflow: hidden;
  border: 1px solid #d8dee6;
  background: #fff;
  box-shadow: 0 20px 50px rgba(12,16,22,.07);
  font-family: var(--sans);
}

.jurisdiction-compare-head,
.jurisdiction-compare article {
  display: grid;
  grid-template-columns: 170px 1fr 1fr;
}

.jurisdiction-compare-head {
  color: #fff;
  background: #17191b;
}

.jurisdiction-compare-head span {
  padding: 15px 18px;
  border-left: 1px solid rgba(255,255,255,.16);
  font: 700 8px/1.3 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jurisdiction-compare-head span:first-child {
  border-left: 0;
}

.jurisdiction-compare article {
  border-top: 1px solid #e0e5eb;
}

.jurisdiction-compare h3,
.jurisdiction-compare p {
  margin: 0;
  padding: 18px;
}

.jurisdiction-compare h3 {
  color: var(--ink);
  background: #f6f5f1;
  font: 500 17px/1.25 var(--serif);
}

.jurisdiction-compare p {
  color: #5d6774;
  border-left: 1px solid #e0e5eb;
  font-size: 11px;
  line-height: 1.6;
}

.jurisdiction-compare p:last-child {
  background: #f7faff;
}

.jurisdiction-compare a {
  color: var(--blue-deep);
  font-weight: 700;
  text-decoration: none;
}

.state-deviations {
  margin: -8px 0 34px;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid #d8dee6;
  background: #fff;
  box-shadow: 0 14px 38px rgba(12,16,22,.05);
  font-family: var(--sans);
}

.state-deviations-compact {
  margin: -20px 0 38px;
}

.state-deviations-faq {
  margin: 10px 0 20px;
}

.state-deviations > summary,
.state-deviation > summary {
  position: relative;
  cursor: pointer;
  list-style: none;
}

.state-deviations > summary::-webkit-details-marker,
.state-deviation > summary::-webkit-details-marker {
  display: none;
}

.state-deviations > summary {
  padding: 16px 50px 16px 18px;
  color: var(--blue-deep);
  font: 700 10px/1.35 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.state-deviations > summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  color: var(--blue-deep);
  font: 400 22px/1 var(--sans);
  transform: translateY(-50%);
}

.state-deviations[open] > summary::after {
  content: "−";
}

.state-deviation-list {
  border-top: 1px solid #e0e5eb;
}

.state-deviation {
  margin: 0;
  border-bottom: 1px solid #e8ecf1;
}

.state-deviation:last-child {
  border-bottom: 0;
}

.state-deviation > summary {
  padding: 15px 48px 15px 18px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.state-deviation > summary::after {
  content: "+";
  position: absolute;
  right: 19px;
  top: 50%;
  color: #8a94a1;
  font-size: 17px;
  font-weight: 400;
  transform: translateY(-50%);
}

.state-deviation[open] > summary {
  background: #f7faff;
}

.state-deviation[open] > summary::after {
  content: "−";
  color: var(--blue-deep);
}

.state-deviation p {
  margin: 0;
  padding: 0 48px 18px 18px;
  color: #5d6774;
  background: #f7faff;
  font-size: 12px;
  line-height: 1.65;
}

.state-deviation a {
  color: var(--blue-deep);
  font-weight: 700;
  text-decoration: none;
}

.state-deviation a:hover {
  text-decoration: underline;
}

@keyframes articleHearingPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}

@keyframes articleHearingWave {
  0%, 100% { opacity: .45; transform: scaleY(.7); }
  50% { opacity: 1; transform: scaleY(1); }
}

@keyframes articleHearingPill {
  from { opacity: .35; transform: translateX(22px); }
  to { opacity: 1; transform: none; }
}

@keyframes articleHearingLine {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@keyframes articleHearingFlag {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

@keyframes articleHearingCard {
  from { opacity: .5; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@keyframes ingestDot {
  0% { left: 0; opacity: 0; }
  18% { opacity: 1; }
  82% { opacity: 1; }
  100% { left: calc(100% - 6px); opacity: 0; }
}

@media (max-width: 920px) {
  .article-hearing-stage,
  .article-hearing-stage.drawer-closed {
    grid-template-columns: 1fr;
  }

  .article-hearing-stage.drawer-closed {
    grid-template-rows: auto 0;
  }

  .article-hearing-panel {
    border-left: 0;
    border-top: 1px solid #e5e9f0;
  }

  .article-hearing-stage.drawer-closed .article-hearing-panel {
    border-top: 0;
    transform: translateY(36px);
  }

  .ingest-stage {
    grid-template-columns: 1fr;
  }

  .ingest-path {
    width: 2px;
    height: 54px;
    margin: 0 auto;
  }

  .ingest-path::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }

  .ingest-path span {
    left: -2px;
    top: 0;
  }

  .ingest-demo.is-uploading .ingest-path span {
    animation: ingestDotVertical .55s ease-in-out;
  }

  .jurisdiction-compare {
    margin-right: 0;
    margin-left: 0;
  }

  .jurisdiction-compare-head {
    display: none;
  }

  .jurisdiction-compare article {
    grid-template-columns: 1fr 1fr;
  }

  .jurisdiction-compare h3 {
    grid-column: 1 / -1;
    border-bottom: 1px solid #e0e5eb;
  }

  .jurisdiction-compare p:first-of-type {
    border-left: 0;
  }
}

@keyframes ingestDotVertical {
  0% { top: 0; opacity: 0; }
  18% { opacity: 1; }
  82% { opacity: 1; }
  100% { top: calc(100% - 6px); opacity: 0; }
}

@media (max-width: 680px) {
  .article-hearing-top {
    padding: 13px 118px 13px 12px;
  }

  .article-hearing-top > span,
  .article-hearing-speaker,
  .article-hearing-pause {
    display: none;
  }

  .article-hearing-toolbar {
    flex-wrap: wrap;
    padding: 9px 10px;
  }

  .article-hearing-clock {
    margin-left: 0;
  }

  .article-hearing-toggle {
    margin-left: auto;
  }

  .article-hearing-transcript {
    padding: 12px;
  }

  .article-hearing-line {
    grid-template-columns: 25px 1fr 50px;
    gap: 7px;
    padding: 14px 5px;
  }

  .article-hearing-line > b {
    grid-column: 2;
  }

  .article-hearing-line > p {
    grid-column: 2 / -1;
  }

  .article-hearing-line > time {
    grid-column: 3;
    grid-row: 1;
  }

  .article-hearing-flag {
    grid-column: 2 / -1;
    align-items: flex-start;
    flex-direction: column;
  }

  .article-hearing-flag small {
    text-align: left;
  }

  .article-hearing-compare,
  .jurisdiction-compare article {
    grid-template-columns: 1fr;
  }

  .jurisdiction-compare p {
    border-left: 0;
    border-top: 1px solid #e0e5eb;
  }

  .ingest-stage {
    padding: 26px 16px;
  }

  .ingest-record {
    min-height: 0;
    padding: 30px 24px 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-hearing-transcribing::before,
  .article-hearing-wave,
  .article-hearing-line,
  .article-hearing-flag,
  .article-hearing-conflict,
  .ingest-path span {
    animation: none !important;
  }

  .ingest-files article,
  .ingest-record,
  .article-hearing-stage,
  .article-hearing-panel {
    transition: none;
  }
}

@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 70px;
  }
  .site-header nav {
    top: 70px;
  }
  .hub-hero {
    background-position: 62% center;
  }
  .evidence-stack-visual {
    width: min(100%, 460px);
  }
  .article-hero {
    background-position: 60% center;
  }
}

@media (max-width: 580px) {
  .site-footer {
    grid-template-columns: 1fr;
  }
  .site-footer > div:first-child,
  .footer-legal {
    grid-column: 1;
  }
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }
  .article-content {
    font-size: 18px;
  }
  .article-cta {
    padding: 30px 24px;
  }
}

/* Live testimony guide: courtroom execution and source-linked impeachment */
.courtroom-four {
  counter-reset: courtroom-step;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 30px 0 38px;
  padding: 1px;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}

.courtroom-four li {
  counter-increment: courtroom-step;
  position: relative;
  min-height: 132px;
  padding: 26px 24px 24px 58px;
  background: #fbfaf7;
}

.courtroom-four li::before {
  content: "0" counter(courtroom-step);
  position: absolute;
  left: 22px;
  top: 27px;
  color: var(--blue-deep);
  font: 700 10px/1 var(--mono);
}

.courtroom-four strong,
.courtroom-four span {
  display: block;
}

.courtroom-four strong {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
}

.courtroom-four span {
  margin-top: 8px;
  color: var(--body);
  font: 500 13px/1.55 var(--sans);
}

.hearing-product-toolbar {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  color: #657181;
  background: #f9fbfd;
  border-bottom: 1px solid #dce3eb;
  font: 600 8px/1 var(--mono);
}

.hearing-product-toolbar > span {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #dce3eb;
  border-radius: 7px;
}

.hearing-product-toolbar .hearing-listening {
  color: #216d4c;
  background: #eaf6ef;
  border-color: #d8ebdf;
}

.hearing-product-toolbar .hearing-counter {
  margin-left: auto;
  color: #9b4b1d;
  background: #fff4e8;
  border-color: #efc8ad;
}

.hearing-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, .8fr);
  min-height: 490px;
  background: #fff;
}

.hearing-product-transcript {
  padding: 16px 18px 24px;
  border-right: 1px solid #dce3eb;
}

.hearing-wave {
  min-height: 42px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 0 4px 12px;
  color: #8a96a4;
  border-bottom: 1px solid #e5e9ef;
  font: 600 7px/1 var(--mono);
}

.hearing-wave i {
  width: min(170px, 70%);
  height: 15px;
  margin: 0 auto;
  background: repeating-linear-gradient(90deg, #4d8cf7 0 2px, transparent 2px 5px);
  opacity: .85;
}

.hearing-product-line {
  display: grid;
  grid-template-columns: 24px 96px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  min-height: 96px;
  padding: 20px 4px;
  color: #2f3a48;
  border-bottom: 1px solid #e5e9ef;
  font: 500 10px/1.5 var(--sans);
}

.hearing-product-line > span,
.hearing-product-line time {
  color: #8b97a6;
  font: 500 8px/1.5 var(--mono);
}

.hearing-product-line b {
  color: #384354;
  font-size: 9px;
}

.hearing-product-line p {
  margin: 0;
  color: #303b4a;
  font-size: 11px;
  line-height: 1.55;
}

.hearing-product-line.current {
  background: #f5f8fd;
  box-shadow: inset 3px 0 0 var(--blue);
}

.hearing-product-alert {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: -1px 4px 0 120px;
  padding: 10px 12px;
  color: #fff;
  background: linear-gradient(90deg, #e78a19, #d84a39);
  border-radius: 7px;
  font: 700 8px/1.25 var(--mono);
}

.hearing-product-alert strong {
  font-size: 7px;
}

.hearing-product-drawer {
  padding: 20px 16px 18px;
  color: #273140;
  background: #fbfcfe;
}

.hearing-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hearing-drawer-head b {
  font-size: 11px;
}

.hearing-drawer-head span {
  color: #a24435;
  font: 700 7px/1 var(--mono);
  text-transform: uppercase;
}

.hearing-product-drawer > p {
  margin: 10px 0 14px;
  color: #6b7786;
  font-size: 9px;
  line-height: 1.5;
}

.hearing-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.hearing-compare article {
  min-height: 116px;
  padding: 12px 10px;
  background: #fff8ea;
  border-left: 2px solid #e3a12c;
  border-radius: 8px;
}

.hearing-compare article:last-child {
  background: #eef4ff;
  border-color: var(--blue);
}

.hearing-compare small {
  color: #6c7684;
  font: 700 7px/1 var(--mono);
  text-transform: uppercase;
}

.hearing-compare blockquote {
  margin: 14px 0 0;
  color: #273140;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.35;
}

.hearing-source-proof {
  margin-top: 12px;
  border: 1px solid #cdd9eb;
  border-radius: 9px;
  background: #fff;
}

.hearing-source-proof summary {
  padding: 11px 12px;
  color: var(--blue-deep);
  cursor: pointer;
  font: 700 8px/1 var(--mono);
  list-style: none;
}

.hearing-source-proof summary::-webkit-details-marker {
  display: none;
}

.hearing-source-body {
  padding: 0 10px 10px;
}

.hearing-source-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0b1118;
  border-radius: 6px;
}

.hearing-source-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(5,9,14,.7));
}

.hearing-source-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hearing-source-image span {
  position: absolute;
  z-index: 2;
  left: 8px;
  bottom: 7px;
  color: #fff;
  font: 700 7px/1 var(--mono);
}

.hearing-source-body > p {
  margin: 9px 2px 0;
  color: #273140;
  font: 500 9px/1.45 var(--sans);
}

.hearing-source-body > p small {
  display: block;
  margin-top: 5px;
  color: #7c8795;
  font-size: 7px;
}

.record-search {
  padding: 17px 18px;
  color: #788493;
  background: #f9fbfd;
  border-bottom: 1px solid #dce3eb;
  font: 600 9px/1.35 var(--mono);
}

.record-search strong {
  color: #273140;
}

.record-product-grid {
  display: grid;
  grid-template-columns: minmax(255px, .82fr) minmax(0, 1.18fr);
  min-height: 440px;
  background: #fff;
}

.record-results {
  padding: 10px;
  background: #f3f6fa;
  border-right: 1px solid #dce3eb;
}

.record-results article {
  padding: 15px 14px;
  color: #657181;
  border-bottom: 1px solid #dde4ec;
  font-family: var(--sans);
}

.record-results article.active {
  background: #fff;
  border: 1px solid #bfd2ef;
  border-left: 3px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(26,45,72,.08);
}

.record-results span,
.record-results b,
.record-results p {
  display: block;
}

.record-results span {
  color: #7c8795;
  font: 700 7px/1 var(--mono);
  text-transform: uppercase;
}

.record-results b {
  margin-top: 7px;
  color: #293443;
  font-size: 10px;
}

.record-results p {
  margin: 6px 0 0;
  font-size: 9px;
  line-height: 1.4;
}

.record-source-viewer {
  padding: 34px clamp(24px, 5vw, 54px);
  background: #fff;
}

.record-source-viewer > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  color: #6f7b89;
  border-bottom: 1px solid #dfe5ec;
  font: 700 8px/1 var(--mono);
}

.record-source-viewer blockquote {
  margin: 54px 0 42px;
  color: #1d2631;
  font-family: var(--serif);
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.22;
}

.record-source-viewer mark {
  color: inherit;
  background: linear-gradient(transparent 58%, #f8dca4 58%);
}

.record-source-viewer p {
  margin: 0;
  padding: 16px;
  background: #f3f7fc;
  border-left: 3px solid var(--blue);
  border-radius: 6px;
  font: 700 9px/1.3 var(--sans);
}

.record-source-viewer p span {
  display: block;
  margin-top: 6px;
  color: #6f7b89;
  font-weight: 500;
}

.record-source-viewer > small {
  display: block;
  margin-top: 14px;
  color: #23734f;
  font: 700 7px/1 var(--mono);
  text-transform: uppercase;
}

.impeachment-figure {
  margin: 42px -72px 48px;
}

.impeachment-figure figcaption {
  max-width: 700px;
  margin: 16px auto 0;
  color: #657181;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.impeachment-figure figcaption strong {
  color: var(--ink);
}

.impeachment-sequence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  color: #fff;
  background: #171a1d;
  border-radius: 16px;
  box-shadow: 0 26px 70px rgba(12,16,22,.17);
}

.impeachment-sequence article {
  min-height: 370px;
  padding: 34px 28px;
  border-right: 1px solid rgba(255,255,255,.16);
}

.impeachment-sequence article:last-of-type {
  border-right: 0;
}

.impeachment-sequence article > span {
  color: #77a9fb;
  font: 700 9px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.impeachment-sequence h3 {
  min-height: 80px;
  margin: 32px 0 12px;
  color: #fff;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
}

.impeachment-sequence article p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font: 500 12px/1.55 var(--sans);
}

.impeachment-sequence blockquote {
  margin: 28px 0 0;
  padding-top: 18px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.18);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.4;
}

.impeachment-finish {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 20px 28px;
  color: #171a1d;
  background: #f2eee5;
}

.impeachment-finish span {
  font: 500 26px/1 var(--serif);
}

.impeachment-finish p {
  margin: 0;
  color: #5f6873;
  font: 600 12px/1.4 var(--sans);
}

.courtroom-control-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 30px 0 38px;
  padding: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.courtroom-control-grid article {
  padding: 25px 24px;
  background: #fbfaf7;
}

.courtroom-control-grid article > span {
  color: #24734f;
  font: 700 9px/1 var(--mono);
  text-transform: uppercase;
}

.courtroom-control-grid article:last-child > span {
  color: #a24d35;
}

.courtroom-control-grid ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--body);
  font: 500 13px/1.55 var(--sans);
}

.courtroom-control-grid li {
  margin: 7px 0;
  padding-left: 4px;
}

@media (max-width: 920px) {
  .impeachment-figure {
    margin-right: 0;
    margin-left: 0;
  }

  .hearing-product-grid,
  .record-product-grid {
    grid-template-columns: 1fr;
  }

  .hearing-product-transcript,
  .record-results {
    border-right: 0;
    border-bottom: 1px solid #dce3eb;
  }

  .impeachment-sequence {
    grid-template-columns: 1fr;
  }

  .impeachment-sequence article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .impeachment-sequence h3 {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .courtroom-four,
  .courtroom-control-grid,
  .hearing-compare {
    grid-template-columns: 1fr;
  }

  .hearing-product-toolbar {
    flex-wrap: wrap;
  }

  .hearing-product-toolbar .hearing-counter {
    margin-left: 0;
  }

  .hearing-product-line {
    grid-template-columns: 22px 78px 1fr;
  }

  .hearing-product-line time {
    display: none;
  }

  .hearing-product-alert {
    margin-left: 4px;
  }

  .record-source-viewer {
    padding: 28px 22px;
  }

  .record-source-viewer blockquote {
    margin: 36px 0;
  }

  .impeachment-finish {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* AI for criminal defense: privacy, verification, and adoption guide. */
.ai-defense-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 25%, rgba(51, 118, 179, .34), transparent 32%),
    linear-gradient(125deg, #0b1119 8%, #13273b 58%, #122f45 100%);
}

.ai-defense-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -230px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018);
  pointer-events: none;
}

.ai-defense-hero .article-hero-inner {
  position: relative;
  z-index: 1;
}

.ai-defense-hero h1 {
  max-width: 980px;
  font-size: clamp(52px, 6.2vw, 84px);
}

.ai-defense-article > p {
  color: #434e59;
}

.ai-edge-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 40px 0 60px;
  overflow: hidden;
  border: 1px solid #d8e0e7;
  border-radius: 14px;
  background: #d8e0e7;
  box-shadow: 0 18px 50px rgba(15,31,45,.08);
  font-family: var(--sans);
}

.ai-edge-panel > div {
  min-height: 230px;
  padding: 28px;
  background: #fbfcfd;
}

.ai-edge-panel > div:first-child {
  background: linear-gradient(145deg, #f1f7fc, #fbfcfd);
}

.ai-edge-panel span,
.ai-rule-card > span,
.ai-advocate-commitment > span,
.ai-warning-card > span,
.ai-two-checks header > span,
.ai-source-demo figcaption > span,
.ai-data-gate figcaption > span {
  display: block;
  color: #41627c;
  font: 700 9px/1.2 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ai-edge-panel strong {
  display: block;
  margin: 16px 0 10px;
  color: #132a3e;
  font: 500 70px/.95 var(--serif);
  letter-spacing: -.055em;
}

.ai-edge-panel p {
  margin: 0;
  color: #65717c;
  font-size: 12px;
  line-height: 1.55;
}

.ai-rule-card,
.ai-warning-card {
  margin: 34px 0 42px;
  padding: 25px 28px;
  border: 1px solid #d6dee5;
  border-left: 4px solid #2d6f9f;
  background: #f7fafc;
  font-family: var(--sans);
}

.ai-rule-card p,
.ai-warning-card p {
  margin: 10px 0 0;
  color: #213444;
  font-size: 15px;
  line-height: 1.55;
}

.ai-warning-card {
  border-color: #ead7be;
  border-left-color: #b36a1e;
  background: #fbf7f0;
}

.ai-warning-card > span {
  color: #8e581f;
}

.ai-protection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 34px -54px 40px;
  font-family: var(--sans);
}

.ai-protection-grid article {
  min-height: 310px;
  padding: 25px 23px;
  border: 1px solid #d8e0e7;
  border-top: 3px solid #326f9c;
  background: #fbfcfd;
}

.ai-protection-grid article:nth-child(2) {
  border-top-color: #9c6d32;
}

.ai-protection-grid article:nth-child(3) {
  border-top-color: #2d7a64;
}

.ai-protection-grid article > span,
.ai-use-grid article > span {
  color: #668096;
  font: 700 9px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ai-protection-grid h3,
.ai-use-grid h3,
.ai-advocate-commitment h3,
.ai-two-checks h3 {
  margin: 18px 0 12px;
  color: #152536;
  font: 500 25px/1.1 var(--serif);
  letter-spacing: -.02em;
}

.ai-protection-grid p {
  margin: 0;
  color: #5d6873;
  font-size: 12px;
  line-height: 1.65;
}

.ai-protection-grid .source-marker {
  vertical-align: 2px;
}

.ai-data-gate,
.ai-source-demo {
  margin: 44px -42px 54px;
  border: 1px solid #d5dee6;
  background: #fbfcfd;
  box-shadow: 0 20px 52px rgba(15,31,45,.08);
  font-family: var(--sans);
}

.ai-data-gate figcaption,
.ai-source-demo figcaption {
  padding: 24px 26px;
  border-bottom: 1px solid #d5dee6;
}

.ai-data-gate figcaption strong,
.ai-source-demo figcaption strong {
  display: block;
  margin-top: 8px;
  color: #172837;
  font: 500 27px/1.15 var(--serif);
  letter-spacing: -.025em;
}

.ai-data-gate-flow {
  display: grid;
  grid-template-columns: 1.1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 26px;
}

.ai-data-node,
.ai-data-stop,
.ai-data-go {
  min-height: 150px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #d6dee5;
  background: white;
}

.ai-data-stop {
  border-color: #e4c9b4;
  background: #fff8f2;
}

.ai-data-go {
  border-color: #bed8cf;
  background: #f4fbf8;
}

.ai-data-node span,
.ai-data-stop span,
.ai-data-go span {
  color: #667684;
  font: 700 8px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ai-data-node strong,
.ai-data-stop strong,
.ai-data-go strong {
  margin: 12px 0;
  color: #1b2d3c;
  font: 700 12px/1.35 var(--sans);
}

.ai-data-node small,
.ai-data-stop small,
.ai-data-go small {
  color: #798692;
  font-size: 9px;
  line-height: 1.45;
}

.ai-data-choice {
  color: #7790a3;
  font: 700 11px/1 var(--mono);
  text-transform: uppercase;
}

.ai-terms-table {
  margin: 36px -60px 46px;
  overflow: hidden;
  border: 1px solid #d5dee6;
  border-radius: 10px;
  background: #d5dee6;
  font-family: var(--sans);
}

.ai-terms-row {
  display: grid;
  grid-template-columns: .68fr 1.52fr 1.2fr;
  gap: 1px;
  margin-bottom: 1px;
}

.ai-terms-row:last-child {
  margin-bottom: 0;
}

.ai-terms-row > * {
  margin: 0;
  padding: 20px;
  color: #596774;
  background: #fbfcfd;
  font-size: 11px;
  line-height: 1.55;
}

.ai-terms-row > strong {
  color: #162a3a;
  font-size: 12px;
}

.ai-terms-head > * {
  padding: 12px 20px;
  color: #dbe7ef;
  background: #152737;
  font: 700 8px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ai-advocate-commitment {
  position: relative;
  margin: 48px -20px 56px;
  padding: 36px 40px;
  overflow: hidden;
  color: white;
  background: linear-gradient(130deg, #102131, #173b54);
  box-shadow: 0 20px 54px rgba(14,29,43,.16);
  font-family: var(--sans);
}

.ai-advocate-commitment::after {
  content: "A";
  position: absolute;
  right: -25px;
  bottom: -92px;
  color: rgba(255,255,255,.045);
  font: 700 260px/.8 var(--sans);
}

.ai-advocate-commitment > span {
  color: #8fc8ef;
}

.ai-advocate-commitment h3 {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: white;
  font-size: 35px;
}

.ai-advocate-commitment p {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0;
  color: #cbd9e3;
  font-size: 14px;
  line-height: 1.65;
}

.ai-two-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 38px 0 50px;
  border: 1px solid #d7dfe6;
  background: #d7dfe6;
  gap: 1px;
  font-family: var(--sans);
}

.ai-two-checks header {
  grid-column: 1 / -1;
  padding: 28px 30px;
  color: white;
  background: #152738;
}

.ai-two-checks header > span {
  color: #84bfe8;
}

.ai-two-checks h3 {
  margin: 12px 0 0;
  color: white;
  font-size: 30px;
}

.ai-two-checks article {
  padding: 26px 28px;
  background: #fbfcfd;
}

.ai-two-checks article > span {
  color: #2f6e9b;
  font: 700 9px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ai-two-checks article strong {
  display: block;
  margin: 13px 0 9px;
  color: #172a39;
  font: 500 21px/1.15 var(--serif);
}

.ai-two-checks article p {
  margin: 0;
  color: #62707c;
  font-size: 12px;
  line-height: 1.6;
}

.ai-source-window {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  background: #f2f5f8;
}

.ai-source-top {
  grid-column: 1 / -1;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d5dee6;
  background: white;
}

.ai-source-top strong {
  color: #172a39;
  font-size: 11px;
}

.ai-source-top span {
  padding: 5px 9px;
  color: #276b52;
  border-radius: 999px;
  background: #e4f4ec;
  font: 700 7px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ai-source-query,
.ai-source-answer,
.ai-source-open {
  padding: 22px;
}

.ai-source-query {
  border-right: 1px solid #d5dee6;
  border-bottom: 1px solid #d5dee6;
  background: #f7f9fb;
}

.ai-source-query small,
.ai-source-answer small,
.ai-source-open small {
  color: #708393;
  font: 700 7px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ai-source-query p {
  margin: 12px 0 0;
  color: #203544;
  font-size: 12px;
  line-height: 1.5;
}

.ai-source-answer {
  grid-row: span 2;
  background: white;
}

.ai-source-answer p {
  margin: 14px 0 18px;
  color: #263a48;
  font: 500 20px/1.42 var(--serif);
}

.ai-source-answer div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai-source-answer button {
  padding: 8px 10px;
  color: #215f8d;
  border: 1px solid #bed4e5;
  border-radius: 5px;
  background: #f4f9fd;
  font: 700 8px/1 var(--mono);
  cursor: pointer;
}

.ai-source-answer button:hover,
.ai-source-answer button.is-active {
  color: white;
  border-color: #245f89;
  background: #245f89;
}

.ai-source-open {
  background: #13212e;
}

.ai-source-open > div {
  display: flex;
  justify-content: space-between;
  color: #b9c8d3;
  font: 700 8px/1 var(--mono);
}

.ai-source-open blockquote {
  margin: 20px 0;
  padding-left: 15px;
  color: white;
  border-left: 2px solid #4b9fe0;
  font: 500 20px/1.35 var(--serif);
}

.ai-source-open small {
  color: #75a8ce;
}

.ai-use-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 36px -38px 52px;
  font-family: var(--sans);
}

.ai-use-grid article {
  min-height: 285px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d8e0e7;
  background: #fbfcfd;
}

.ai-use-grid article:nth-child(3n + 1) {
  border-top: 3px solid #2d6f9f;
}

.ai-use-grid article:nth-child(3n + 2) {
  border-top: 3px solid #2d7a64;
}

.ai-use-grid article:nth-child(3n) {
  border-top: 3px solid #9b6c34;
}

.ai-use-grid h3 {
  font-size: 24px;
}

.ai-use-grid p {
  margin: 0 0 20px;
  color: #596773;
  font-size: 12px;
  line-height: 1.65;
}

.ai-use-grid small {
  margin-top: auto;
  padding-top: 15px;
  color: #2e6488;
  border-top: 1px solid #dce4ea;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
}

.ai-playbook {
  margin: 34px 0 54px;
  padding: 0;
  border-top: 1px solid #d2dbe2;
  list-style: none;
  font-family: var(--sans);
}

.ai-playbook li {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  border-bottom: 1px solid #d2dbe2;
}

.ai-playbook li > span {
  color: #2f6e9b;
  font: 700 10px/1 var(--mono);
}

.ai-playbook strong {
  color: #172a39;
  font-size: 15px;
}

.ai-playbook p {
  margin: 6px 0 0;
  color: #63707b;
  font-size: 12px;
  line-height: 1.65;
}

.ai-vendor-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 34px 0 46px;
  padding: 1px;
  background: #d5dee5;
  font-family: var(--sans);
}

.ai-vendor-checklist > div {
  min-height: 180px;
  padding: 24px;
  background: #fbfcfd;
}

.ai-vendor-checklist span {
  color: #2d6f9f;
  font: 700 9px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ai-vendor-checklist p {
  margin: 14px 0 0;
  color: #5f6d78;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 920px) {
  .ai-protection-grid,
  .ai-data-gate,
  .ai-source-demo,
  .ai-terms-table,
  .ai-use-grid {
    margin-right: 0;
    margin-left: 0;
  }

  .ai-protection-grid {
    grid-template-columns: 1fr;
  }

  .ai-protection-grid article {
    min-height: 0;
  }

  .ai-data-gate-flow {
    grid-template-columns: 1fr;
  }

  .ai-data-choice {
    transform: rotate(90deg);
    text-align: center;
  }

  .ai-terms-row {
    grid-template-columns: .62fr 1.38fr 1fr;
  }
}

@media (max-width: 680px) {
  .ai-defense-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .ai-edge-panel,
  .ai-two-checks,
  .ai-use-grid,
  .ai-vendor-checklist,
  .ai-source-window {
    grid-template-columns: 1fr;
  }

  .ai-edge-panel > div {
    min-height: 0;
  }

  .ai-protection-grid {
    gap: 9px;
  }

  .ai-data-gate figcaption,
  .ai-source-demo figcaption,
  .ai-data-gate-flow {
    padding: 20px;
  }

  .ai-terms-table {
    border-radius: 0;
  }

  .ai-terms-row {
    display: block;
    margin-bottom: 8px;
    background: #d5dee6;
  }

  .ai-terms-row > * {
    display: block;
    border-bottom: 1px solid #d5dee6;
  }

  .ai-terms-head {
    display: none;
  }

  .ai-advocate-commitment {
    margin-right: 0;
    margin-left: 0;
    padding: 30px 25px;
  }

  .ai-two-checks header {
    grid-column: auto;
  }

  .ai-source-answer {
    grid-row: auto;
  }

  .ai-source-query {
    border-right: 0;
  }

  .ai-use-grid article,
  .ai-vendor-checklist > div {
    min-height: 0;
  }
}

/* Preliminary hearing field guide */
.prelim-article-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(79, 137, 181, .18), transparent 28%),
    radial-gradient(circle at 18% 85%, rgba(192, 120, 39, .12), transparent 30%),
    #0c1016;
}

.prelim-article-hero::after {
  content: "PROBABLE CAUSE  /  CLIENT PROTECTION  /  TRIAL RECORD";
  position: absolute;
  right: 7vw;
  bottom: 24px;
  color: rgba(255, 255, 255, .22);
  font: 700 9px/1 var(--mono);
  letter-spacing: .18em;
}

.prelim-article-content > h2 {
  scroll-margin-top: 28px;
}

.prelim-key-rule {
  margin-top: 30px;
}

.prelim-objective-figure,
.prelim-law-sheet,
.prelim-case-map,
.prelim-fifth-panel,
.prelim-hearing-console {
  margin: 44px -70px;
}

.prelim-objective-figure {
  overflow: hidden;
  border: 1px solid #d5dce5;
  background: #f9fafb;
  box-shadow: 0 18px 50px rgba(12, 16, 22, .08);
}

.prelim-objective-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.prelim-objective-grid article {
  min-height: 230px;
  padding: 30px 24px;
  border-right: 1px solid #dce2e9;
}

.prelim-objective-grid article:last-child {
  border-right: 0;
}

.prelim-objective-grid span,
.prelim-priority-stack > article > span,
.prelim-time-plan > article > span,
.prelim-after-grid > article > span {
  color: var(--blue-deep);
  font: 700 9px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.prelim-objective-grid h3,
.prelim-priority-stack h3,
.prelim-after-grid h3 {
  margin: 58px 0 10px;
  color: #101820;
  font: 400 24px/1.1 var(--serif);
  letter-spacing: -.025em;
}

.prelim-objective-grid p,
.prelim-priority-stack p,
.prelim-after-grid p {
  margin: 0;
  color: #65727e;
  font-size: 12px;
  line-height: 1.65;
}

.prelim-objective-figure figcaption {
  padding: 17px 24px;
  color: #65727e;
  border-top: 1px solid #dce2e9;
  background: #fff;
  font-size: 12px;
}

.prelim-objective-figure figcaption strong {
  color: #1b2731;
}

.prelim-law-sheet {
  overflow: hidden;
  color: #f8fbff;
  border: 1px solid rgba(255, 255, 255, .08);
  background: #10161d;
  box-shadow: 0 24px 60px rgba(12, 16, 22, .16);
}

.prelim-law-sheet-head,
.prelim-fifth-panel-head,
.prelim-case-map-head,
.prelim-hearing-console-head {
  min-height: 68px;
  padding: 19px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.prelim-law-sheet-head span,
.prelim-fifth-panel-head span {
  font: 700 10px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.prelim-law-sheet-head strong,
.prelim-fifth-panel-head strong {
  color: #91c3e6;
  font: 700 9px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.prelim-law-sheet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.prelim-law-sheet-grid article {
  min-height: 172px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.prelim-law-sheet-grid article:nth-child(3n) {
  border-right: 0;
}

.prelim-law-sheet-grid article:nth-child(n + 4) {
  border-bottom: 0;
}

.prelim-law-sheet-grid small {
  color: #8dc8c2;
  font: 700 9px/1 var(--mono);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.prelim-law-sheet-grid b {
  display: block;
  margin: 32px 0 8px;
  font: 400 18px/1.25 var(--serif);
}

.prelim-law-sheet-grid p {
  margin: 0;
  color: #aebbc6;
  font-size: 11px;
  line-height: 1.55;
}

.prelim-priority-stack {
  margin: 34px 0 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #d9dee4;
  border-left: 1px solid #d9dee4;
}

.prelim-priority-stack article {
  min-height: 230px;
  padding: 26px;
  border-right: 1px solid #d9dee4;
  border-bottom: 1px solid #d9dee4;
  background: rgba(255, 255, 255, .52);
}

.prelim-priority-stack h3 {
  margin-top: 48px;
}

.prelim-case-map {
  overflow: hidden;
  border: 1px solid #cfd8e2;
  background: #fff;
  box-shadow: 0 24px 60px rgba(12, 16, 22, .11);
  font-family: var(--sans);
}

.prelim-case-map-head,
.prelim-hearing-console-head {
  color: #101820;
  border-bottom-color: #d9e0e7;
}

.prelim-case-map-head > div,
.prelim-hearing-console-head > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.prelim-case-map-head b,
.prelim-hearing-console-head b {
  font-size: 14px;
}

.prelim-case-map-head div span,
.prelim-hearing-console-head div span {
  color: #7c8995;
  font-size: 9px;
}

.prelim-case-map-head > span,
.prelim-hearing-console-head > span {
  color: #2d7a55;
  font: 700 8px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.prelim-case-map-body {
  min-height: 420px;
  display: grid;
  grid-template-columns: 35% 65%;
}

.prelim-case-map-issues {
  padding: 14px;
  border-right: 1px solid #d9e0e7;
  background: #f5f7fa;
}

.prelim-case-map-issues button {
  width: 100%;
  margin: 0 0 9px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #5a6875;
  border: 1px solid transparent;
  background: transparent;
  text-align: left;
}

.prelim-case-map-issues button.is-active {
  color: #101820;
  border-color: #b9ccea;
  border-left: 3px solid #3477dc;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 34, 55, .05);
}

.prelim-case-map-issues small,
.prelim-case-map-record > small,
.prelim-case-map-source span,
.prelim-case-map-question span {
  color: #63809a;
  font: 700 8px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.prelim-case-map-issues b {
  font-size: 12px;
}

.prelim-case-map-issues span {
  font-size: 9px;
}

.prelim-case-map-record {
  padding: 30px;
}

.prelim-case-map-record h3 {
  max-width: 560px;
  margin: 16px 0 28px;
  color: #141c24;
  font: 400 30px/1.12 var(--serif);
  letter-spacing: -.03em;
}

.prelim-case-map-source,
.prelim-case-map-question {
  margin-top: 10px;
  padding: 17px 18px;
  border: 1px solid #dce2e8;
  border-left: 3px solid #c08a36;
  background: #fbfaf6;
}

.prelim-case-map-source.is-video {
  border-left-color: #3477dc;
  background: #f4f7fc;
}

.prelim-case-map-question {
  margin-top: 24px;
  border-left-color: #25816d;
  background: #f1f8f5;
}

.prelim-case-map-source p,
.prelim-case-map-question p {
  margin: 8px 0 0;
  color: #293642;
  font-size: 13px;
}

.prelim-time-plan {
  margin: 28px 0 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cfd7df;
  border-bottom: 1px solid #cfd7df;
}

.prelim-time-plan article {
  min-height: 330px;
  padding: 30px 23px;
  border-right: 1px solid #cfd7df;
}

.prelim-time-plan article:last-child {
  border-right: 0;
}

.prelim-time-plan h4 {
  margin: 72px 0 16px;
  color: #121b24;
  font: 400 24px/1.1 var(--serif);
}

.prelim-time-plan ul {
  margin: 0;
  padding-left: 17px;
  color: #65727e;
  font-size: 11px;
  line-height: 1.7;
}

.prelim-cross-balance {
  margin: 42px 0;
  padding: 32px;
  color: #f8fbff;
  background: #11171d;
}

.prelim-cross-balance > span {
  color: #8dc8c2;
  font: 700 9px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.prelim-cross-balance h3 {
  max-width: 680px;
  margin: 22px 0 30px;
  color: #fff;
  font: 400 35px/1.05 var(--serif);
  letter-spacing: -.03em;
}

.prelim-cross-balance > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.prelim-cross-balance p {
  margin: 0;
  color: #b6c0c9;
  font-size: 12px;
}

.prelim-cross-balance strong {
  color: #fff;
}

.prelim-cross-modules {
  margin: 28px 0 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.prelim-cross-modules article {
  min-height: 185px;
  padding: 21px;
  border: 1px solid #d8dfe6;
  background: rgba(255, 255, 255, .6);
}

.prelim-cross-modules span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #265f84;
  font: 700 9px/1 var(--mono);
}

.prelim-cross-modules h4 {
  margin: 37px 0 8px;
  color: #131b23;
  font: 400 21px/1.1 var(--serif);
}

.prelim-cross-modules p {
  margin: 0;
  color: #687581;
  font-size: 11px;
  line-height: 1.6;
}

.prelim-fifth-panel {
  overflow: hidden;
  color: #eef4f8;
  border: 1px solid rgba(255, 255, 255, .08);
  background: #0c1117;
  box-shadow: 0 28px 70px rgba(12, 16, 22, .2);
}

.prelim-fifth-panel-head {
  border-bottom-color: rgba(255, 255, 255, .1);
}

.prelim-fifth-panel-head strong {
  color: #e9a363;
}

.prelim-fifth-panel-body {
  padding: 0 26px;
}

.prelim-fifth-question {
  min-height: 146px;
  padding: 27px 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.prelim-fifth-question > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #d8e9f7;
  border: 1px solid rgba(145, 195, 230, .42);
  border-radius: 50%;
  font: 700 8px/1 var(--mono);
}

.prelim-fifth-question b {
  display: block;
  margin: 3px 0 8px;
  color: #fff;
  font: 400 22px/1.15 var(--serif);
}

.prelim-fifth-question p {
  margin: 0;
  color: #aebac4;
  font-size: 12px;
  line-height: 1.65;
}

.prelim-fifth-bottom {
  padding: 21px 26px;
  display: flex;
  gap: 12px;
  color: #1a2731;
  background: #e9f0f5;
  font-size: 12px;
}

.prelim-fifth-bottom strong {
  white-space: nowrap;
}

.prelim-record-chain {
  margin: 34px -30px 46px;
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 10px;
  color: #f4f7fa;
  background: #151a1d;
}

.prelim-record-chain article {
  min-width: 0;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, .12);
}

.prelim-record-chain article span {
  color: #8dc8c2;
  font: 700 8px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.prelim-record-chain article b,
.prelim-record-chain article small {
  display: block;
}

.prelim-record-chain article b {
  margin: 36px 0 10px;
  font: 400 17px/1.2 var(--serif);
}

.prelim-record-chain article small {
  color: #9eabb5;
  font-size: 9px;
  line-height: 1.55;
}

.prelim-record-chain > i {
  align-self: center;
  color: #688096;
  font-style: normal;
}

.prelim-hearing-console {
  overflow: hidden;
  border: 1px solid #ced7e0;
  background: #fff;
  box-shadow: 0 24px 64px rgba(12, 16, 22, .12);
  font-family: var(--sans);
}

.prelim-hearing-console-body {
  min-height: 430px;
  display: grid;
  grid-template-columns: 58% 42%;
}

.prelim-hearing-live,
.prelim-hearing-source {
  padding: 30px;
}

.prelim-hearing-live {
  border-right: 1px solid #d8e0e7;
  background: #f8fafc;
}

.prelim-hearing-label,
.prelim-hearing-source > span {
  color: #60778c;
  font: 700 8px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.prelim-hearing-live blockquote {
  margin: 85px 0 22px;
  color: #16212b;
  font: 400 29px/1.18 var(--serif);
  letter-spacing: -.025em;
}

.prelim-hearing-alert {
  min-height: 42px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(90deg, #c48627, #b95a2f);
  font: 700 8px/1 var(--mono);
  letter-spacing: .04em;
}

.prelim-hearing-live > p {
  margin: 28px 0 0;
  padding: 18px;
  color: #344454;
  border-left: 3px solid #3477dc;
  background: #edf3fb;
  font-size: 12px;
}

.prelim-hearing-source {
  background: #f1f4f7;
}

.prelim-video-still {
  min-height: 250px;
  margin-top: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  background:
    linear-gradient(145deg, transparent 0 38%, rgba(255, 255, 255, .12) 39% 57%, transparent 58%),
    linear-gradient(180deg, #263645, #0d151d);
}

.prelim-video-still small {
  font: 700 8px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.prelim-video-still b {
  max-width: 300px;
  font: 400 22px/1.18 var(--serif);
}

.prelim-hearing-source > p {
  margin: 16px 0 0;
  color: #6b7884;
  font-size: 10px;
  line-height: 1.55;
}

.prelim-after-grid {
  margin: 30px 0 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d3d9e0;
  border-bottom: 1px solid #d3d9e0;
}

.prelim-after-grid article {
  min-height: 250px;
  padding: 27px 22px;
  border-right: 1px solid #d3d9e0;
}

.prelim-after-grid article:last-child {
  border-right: 0;
}

.prelim-after-grid h3 {
  margin-top: 60px;
}

.prelim-state-deviations {
  margin: 28px -30px 44px;
}

.prelim-state-deviations > summary {
  padding: 21px 58px 21px 22px;
  background: #f5f7f9;
}

.prelim-state-list .state-deviation > summary {
  padding: 19px 52px 19px 22px;
  font-family: var(--serif);
  font-size: 19px;
}

.prelim-state-body {
  padding: 4px 24px 28px;
  color: #566573;
  font-size: 13px;
  line-height: 1.72;
}

.prelim-state-body p {
  margin: 14px 0 0;
}

.prelim-state-body strong {
  color: #1b2731;
}

.prelim-state-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 8px;
}

.prelim-state-links a {
  padding: 7px 10px;
  color: #235c83;
  border: 1px solid #ccd8e3;
  background: #f6f9fb;
  text-decoration: none;
  font: 700 9px/1.2 var(--mono);
}

.prelim-state-links a:hover {
  border-color: #7ea6c4;
  background: #edf5fa;
}

@media (max-width: 1040px) {
  .prelim-objective-figure,
  .prelim-law-sheet,
  .prelim-case-map,
  .prelim-fifth-panel,
  .prelim-hearing-console {
    margin-right: -20px;
    margin-left: -20px;
  }

  .prelim-objective-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .prelim-objective-grid article:nth-child(2) {
    border-right: 0;
  }

  .prelim-objective-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #dce2e9;
  }

  .prelim-record-chain {
    margin-right: 0;
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .prelim-record-chain > i {
    display: none;
  }
}

@media (max-width: 760px) {
  .prelim-article-hero::after {
    display: none;
  }

  .prelim-objective-figure,
  .prelim-law-sheet,
  .prelim-case-map,
  .prelim-fifth-panel,
  .prelim-hearing-console,
  .prelim-state-deviations {
    margin-right: 0;
    margin-left: 0;
  }

  .prelim-objective-grid,
  .prelim-law-sheet-grid,
  .prelim-priority-stack,
  .prelim-case-map-body,
  .prelim-time-plan,
  .prelim-cross-balance > div,
  .prelim-cross-modules,
  .prelim-hearing-console-body,
  .prelim-after-grid {
    grid-template-columns: 1fr;
  }

  .prelim-objective-grid article,
  .prelim-law-sheet-grid article,
  .prelim-time-plan article,
  .prelim-after-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #dce2e9;
  }

  .prelim-law-sheet-grid article {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  .prelim-law-sheet-grid article:last-child,
  .prelim-time-plan article:last-child,
  .prelim-after-grid article:last-child {
    border-bottom: 0;
  }

  .prelim-objective-grid h3,
  .prelim-priority-stack h3,
  .prelim-after-grid h3,
  .prelim-time-plan h4 {
    margin-top: 35px;
  }

  .prelim-case-map-body {
    min-height: 0;
  }

  .prelim-case-map-issues {
    border-right: 0;
    border-bottom: 1px solid #d9e0e7;
  }

  .prelim-time-plan article {
    min-height: 0;
  }

  .prelim-cross-modules article {
    min-height: 0;
  }

  .prelim-fifth-question {
    grid-template-columns: 48px 1fr;
  }

  .prelim-fifth-bottom,
  .prelim-law-sheet-head,
  .prelim-fifth-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .prelim-record-chain {
    grid-template-columns: 1fr;
  }

  .prelim-hearing-live {
    border-right: 0;
    border-bottom: 1px solid #d8e0e7;
  }

  .prelim-hearing-live blockquote {
    margin-top: 48px;
  }
}

/* AI deposition summaries field guide */
.deposition-summary-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(49, 112, 154, .32), transparent 30%),
    linear-gradient(135deg, #0c1117 0%, #111a22 58%, #17232d 100%);
}

.deposition-summary-hero::after {
  content: "86:14";
  position: absolute;
  right: 5%;
  bottom: -42px;
  color: rgba(255, 255, 255, .025);
  font: 500 clamp(120px, 18vw, 260px)/1 var(--serif);
  letter-spacing: -.06em;
  pointer-events: none;
}

.depo-proof-figure {
  margin: 42px -72px 54px;
}

.depo-proof-demo {
  overflow: hidden;
  color: #17212a;
  border: 1px solid #cfd8e1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 72px rgba(12, 16, 22, .14);
  font-family: var(--sans);
}

.depo-proof-head {
  min-height: 72px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #dce2e8;
  background: #fbfcfd;
}

.depo-proof-head b,
.depo-proof-head span,
.depo-proof-source-top span,
.depo-proof-source-top b,
.depo-proof-receipt b,
.depo-proof-receipt small {
  display: block;
}

.depo-proof-head b {
  font-size: 14px;
}

.depo-proof-head > div span {
  margin-top: 5px;
  color: #7c8995;
  font-size: 9px;
}

.depo-proof-status {
  padding: 8px 10px;
  color: #28734f;
  border-radius: 999px;
  background: #eaf6ef;
  font: 700 8px/1 var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.depo-proof-body {
  min-height: 500px;
  display: grid;
  grid-template-columns: 35% 65%;
}

.depo-proof-claims {
  padding: 25px 18px;
  border-right: 1px solid #dce2e8;
  background: #f4f6f8;
}

.depo-proof-label {
  display: block;
  padding: 0 8px 16px;
  color: #71808e;
  font: 700 8px/1 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.depo-proof-claims button {
  width: 100%;
  margin: 0 0 10px;
  padding: 16px;
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 10px;
  color: #5d6a76;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.depo-proof-claims button:hover,
.depo-proof-claims button:focus-visible {
  border-color: #c5d3e0;
  outline: none;
}

.depo-proof-claims button.is-active {
  color: #15202a;
  border-color: #afc5da;
  border-left: 3px solid #3477dc;
  background: #fff;
  box-shadow: 0 10px 25px rgba(18, 42, 65, .07);
}

.depo-proof-claims button > span {
  grid-row: 1 / 3;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #36688d;
  border-radius: 50%;
  background: #e9f0f7;
  font: 700 8px/1 var(--mono);
}

.depo-proof-claims button b {
  align-self: end;
  font-size: 12px;
}

.depo-proof-claims button small {
  margin-top: 4px;
  color: #7a8793;
  font-size: 9px;
}

.depo-proof-source {
  padding: 30px;
  background: #fff;
}

.depo-proof-source-top {
  min-height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #e3e7eb;
}

.depo-proof-source-top span {
  color: #337155;
  font: 700 8px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.depo-proof-source-top b {
  color: #567085;
  font: 700 9px/1 var(--mono);
}

.depo-proof-proposition {
  margin: 32px 0 28px;
  color: #17212a;
  font: 400 29px/1.12 var(--serif);
  letter-spacing: -.025em;
}

.depo-proof-qa {
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px 10px;
  border-left: 3px solid #3477dc;
  background: #f4f7fb;
}

.depo-proof-qa > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: #294d68;
  font: 700 9px/1 var(--mono);
}

.depo-proof-qa > span:nth-of-type(2) {
  background: #2c7a56;
}

.depo-proof-qa p {
  margin: 2px 0 0;
  color: #344452;
  font-size: 12px;
  line-height: 1.55;
}

.depo-proof-context {
  padding: 15px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #e3e7eb;
}

.depo-proof-context span {
  padding: 7px 9px;
  color: #5c6c78;
  border: 1px solid #d8e0e7;
  border-radius: 4px;
  background: #fbfcfd;
  font: 650 8px/1.25 var(--mono);
}

.depo-proof-receipt {
  margin-top: 24px;
  padding: 16px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  color: #244c39;
  border: 1px solid #cfe4d7;
  background: #eff8f2;
}

.depo-proof-receipt > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: #2f835c;
  font-size: 12px;
}

.depo-proof-receipt b {
  font-size: 11px;
}

.depo-proof-receipt small {
  margin-top: 4px;
  color: #647b6d;
  font-size: 8px;
  line-height: 1.45;
}

.depo-use-lanes {
  margin: 28px -30px 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cfd7df;
  border-bottom: 1px solid #cfd7df;
}

.depo-use-lanes article {
  min-height: 315px;
  padding: 27px 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #cfd7df;
}

.depo-use-lanes article:last-child {
  border-right: 0;
}

.depo-use-lanes span,
.depo-use-lanes small,
.depo-use-grid span,
.depo-final-checklist > article > span {
  color: #356d94;
  font: 700 8px/1.2 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.depo-use-lanes h3 {
  min-height: 58px;
  margin: 62px 0 13px;
  color: #151e26;
  font: 400 23px/1.1 var(--serif);
}

.depo-use-lanes p {
  margin: 0 0 24px;
  color: #65727d;
  font-size: 11px;
  line-height: 1.65;
}

.depo-use-lanes small {
  margin-top: auto;
  color: #72808b;
  letter-spacing: .05em;
}

.depo-workflow-list li {
  padding-right: 24px;
}

.depo-workflow-list li strong {
  color: #18232d;
}

.depo-record-chain {
  margin: 38px -62px 48px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: stretch;
  color: #eff4f7;
  background: #151a1d;
}

.depo-record-chain article {
  min-width: 0;
  min-height: 160px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .12);
}

.depo-record-chain article > span {
  color: #8dc8c2;
  font: 700 8px/1 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.depo-record-chain b {
  margin: 43px 0 11px;
  color: #fff;
  font: 400 17px/1.18 var(--serif);
}

.depo-record-chain small {
  margin-top: auto;
  color: #9eabb5;
  font-size: 9px;
  line-height: 1.55;
}

.depo-record-chain > i {
  align-self: center;
  color: #6a8090;
  font-style: normal;
}

.depo-state-deviations {
  margin: 28px -30px 42px;
}

.depo-state-deviations > summary {
  padding: 20px 58px 20px 22px;
}

.depo-state-list .state-deviation > summary {
  padding: 18px 52px 18px 22px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
}

.depo-state-body {
  padding: 3px 24px 26px;
  color: #566573;
  background: #f7faff;
  font-size: 13px;
  line-height: 1.72;
}

.state-deviation .depo-state-body p {
  margin: 13px 0 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
}

.depo-state-body strong {
  color: #1c2933;
}

.depo-use-grid {
  margin: 30px 0 47px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d2d9df;
  border-bottom: 1px solid #d2d9df;
}

.depo-use-grid article {
  min-height: 250px;
  padding: 27px 22px;
  border-right: 1px solid #d2d9df;
}

.depo-use-grid article:last-child {
  border-right: 0;
}

.depo-use-grid h3 {
  margin: 62px 0 12px;
  color: #161f27;
  font: 400 22px/1.12 var(--serif);
}

.depo-use-grid p {
  margin: 0;
  color: #65727d;
  font-size: 11px;
  line-height: 1.65;
}

.depo-security-checklist {
  margin-bottom: 48px;
}

.depo-final-checklist {
  margin: 30px -30px 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #d1d8df;
  border-left: 1px solid #d1d8df;
}

.depo-final-checklist article {
  min-height: 230px;
  padding: 24px;
  border-right: 1px solid #d1d8df;
  border-bottom: 1px solid #d1d8df;
  background: rgba(255, 255, 255, .55);
}

.depo-final-checklist ul {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
}

.depo-final-checklist li {
  position: relative;
  margin: 0;
  padding: 9px 0 9px 23px;
  color: #5e6c78;
  border-top: 1px solid #e1e6ea;
  font-size: 11px;
  line-height: 1.4;
}

.depo-final-checklist li::before {
  content: "✓";
  position: absolute;
  left: 1px;
  top: 10px;
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 50%;
  background: #2d7a55;
  font-size: 7px;
}

@media (max-width: 1040px) {
  .depo-proof-figure,
  .depo-record-chain {
    margin-right: -20px;
    margin-left: -20px;
  }

  .depo-record-chain {
    grid-template-columns: repeat(2, 1fr);
  }

  .depo-record-chain > i {
    display: none;
  }
}

@media (max-width: 760px) {
  .deposition-summary-hero::after {
    display: none;
  }

  .depo-proof-figure,
  .depo-use-lanes,
  .depo-record-chain,
  .depo-state-deviations,
  .depo-final-checklist {
    margin-right: 0;
    margin-left: 0;
  }

  .depo-proof-head {
    padding: 17px;
    align-items: flex-start;
  }

  .depo-proof-body,
  .depo-use-lanes,
  .depo-record-chain,
  .depo-use-grid,
  .depo-final-checklist {
    grid-template-columns: 1fr;
  }

  .depo-proof-claims {
    border-right: 0;
    border-bottom: 1px solid #dce2e8;
  }

  .depo-proof-source {
    padding: 23px 18px;
  }

  .depo-proof-source-top {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 14px;
  }

  .depo-proof-proposition {
    font-size: 25px;
  }

  .depo-use-lanes article,
  .depo-use-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #d2d9df;
  }

  .depo-use-lanes article:last-child,
  .depo-use-grid article:last-child {
    border-bottom: 0;
  }

  .depo-use-lanes h3,
  .depo-use-grid h3 {
    min-height: 0;
    margin-top: 38px;
  }

  .depo-record-chain article {
    min-height: 145px;
  }

  .depo-final-checklist article {
    min-height: 0;
  }

  .depo-final-checklist ul {
    margin-top: 28px;
  }
}

/* Advocate city editorial series */
.article-hero.city-hero {
  --city-hero-image: url("assets/forward-civic-daytime-v1.jpg");
  --city-hero-position: center 52%;
  min-height: clamp(540px, 48vw, 640px);
  padding-top: clamp(92px, 9vw, 128px);
  padding-bottom: clamp(92px, 9vw, 128px);
  display: flex;
  align-items: center;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(5, 9, 15, .95) 0%, rgba(5, 9, 15, .88) 42%, rgba(5, 9, 15, .70) 67%, rgba(5, 9, 15, .42) 100%),
    linear-gradient(180deg, rgba(5, 9, 15, .06) 0%, rgba(5, 9, 15, .22) 54%, rgba(5, 9, 15, .68) 100%),
    var(--city-hero-image);
  background-position: center, center, var(--city-hero-position);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 -1px rgba(255, 255, 255, .08);
}

.article-hero.city-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 76% 24%, rgba(94, 158, 216, .12), transparent 31%),
    linear-gradient(90deg, rgba(5, 9, 15, .18), transparent 52%);
  pointer-events: none;
}

.article-hero.city-hero .article-hero-inner {
  width: min(920px, calc(100% - 60px));
  margin: auto;
}

.article-hero.city-hero h1 {
  text-wrap: balance;
  text-shadow: 0 3px 28px rgba(0, 0, 0, .38);
}

.article-hero.city-hero .article-dek {
  color: rgba(255, 255, 255, .82);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .34);
}

.article-hero.city-hero .byline span,
.article-hero.city-hero .breadcrumbs,
.article-hero.city-hero .breadcrumbs a {
  color: rgba(255, 255, 255, .68);
}

.article-hero.city-hero .eyebrow {
  color: rgba(255, 255, 255, .62);
}

.city-hero-philadelphia {
  --city-hero-image: url("assets/city-philadelphia-civic-v1.jpg");
  --city-hero-position: center 58%;
}

.city-hero-los-angeles {
  --city-hero-image: url("assets/city-los-angeles-civic-v1.jpg");
  --city-hero-position: center 56%;
}

.city-hero-seattle {
  --city-hero-image: url("assets/city-seattle-civic-v1.jpg");
  --city-hero-position: center 51%;
}

.city-hero-detroit {
  --city-hero-image: url("assets/city-detroit-civic-v1.jpg");
  --city-hero-position: center 55%;
}

.city-hero-miami {
  --city-hero-image: url("assets/city-miami-civic-v1.jpg");
  --city-hero-position: center 57%;
}

@media (max-width: 760px) {
  .article-hero.city-hero {
    min-height: 500px;
    padding: 72px 20px 78px;
    background-image:
      linear-gradient(90deg, rgba(5, 9, 15, .92), rgba(5, 9, 15, .74)),
      linear-gradient(180deg, rgba(5, 9, 15, .12), rgba(5, 9, 15, .68)),
      var(--city-hero-image);
    background-position: center, center, 62% center;
  }

  .article-hero.city-hero .article-hero-inner {
    width: 100%;
  }

  .article-hero.city-hero h1 {
    font-size: clamp(2.65rem, 11.5vw, 4rem);
  }
}

/* ============================================================
   Advocate site overrides: light surfaces to match theadvocate.ai.
   The handoff shipped a dark full-bleed article hero. The rest of the
   site is cream, so the hero is inverted here and the city photograph
   becomes a contained lead band under the title instead of a dark
   backdrop behind white text. Selectors carry .learn-page so they
   outrank the handoff's own .article-hero.city-hero rules.
   ============================================================ */
.learn-page { background: #f7f6f2; }

.learn-page .article-hero,
.learn-page .article-hero.city-hero {
  display: block;
  min-height: 0;
  padding: 34px 30px 0;
  color: #151719;
  background: #f7f6f2;
  box-shadow: none;
}
.learn-page .article-hero.city-hero::before { content: none; }

.learn-page .article-hero.city-hero .article-hero-inner {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 4px;
}
.learn-page .article-hero.city-hero h1 { color: #151719; text-shadow: none; max-width: 20ch; }
.learn-page .article-hero.city-hero .article-dek { color: #5f6264; text-shadow: none; }
.learn-page .article-hero.city-hero .eyebrow { color: #315f8f; }
.learn-page .article-hero.city-hero .byline strong { color: #151719; }
.learn-page .article-hero.city-hero .byline span,
.learn-page .article-hero.city-hero .breadcrumbs,
.learn-page .article-hero.city-hero .breadcrumbs a { color: #818486; }
/* Ahmed's actual headshot in place of the AM monogram, in every byline. */
.learn-page .author-monogram {
  width: 44px; height: 44px; flex: none;
  background: #eceae4 url('/forward/ahmed-mostafa-headshot-v1.jpg') center/cover no-repeat;
  border: 1px solid #d9d8d3;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* City photograph as a contained lead band, driven by the handoff's
   own --city-hero-image custom property. */
.learn-page .article-hero.city-hero .article-hero-inner::after {
  content: "";
  display: block;
  margin-top: 32px;
  height: clamp(190px, 24vw, 320px);
  border-radius: 20px;
  background-image: var(--city-hero-image);
  background-size: cover;
  background-position: var(--city-hero-position, center 55%);
  background-repeat: no-repeat;
  box-shadow: 0 22px 60px rgba(18, 20, 22, .14);
}

.learn-page .reading-progress { background: #315f8f; }

/* The handoff's header and footer are stripped at port time; the Next
   page supplies site chrome instead. */
.learn-page .learn-footer {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  max-width: 1220px; margin: 0 auto;
  padding-top: 18px; padding-bottom: 30px; border-top: 1px solid #d9d8d3;
  font: 500 9.5px/1.5 ui-monospace, "SF Mono", Menlo, monospace; color: #818486;
}


/* The handoff's header and footer are stripped at port time; the Next
   page supplies site chrome instead. */
.learn-page .learn-footer {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  max-width: 1220px; margin: 0 auto;
  padding-top: 18px; padding-bottom: 30px; border-top: 1px solid #d9d8d3;
  font: 500 9.5px/1.5 ui-monospace, "SF Mono", Menlo, monospace; color: #818486;
}


/* The handoff's header and footer are stripped at port time; the Next
   page supplies site chrome instead. */
.learn-page .learn-footer {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  max-width: 1220px; margin: 0 auto;
  padding-top: 18px; padding-bottom: 30px; border-top: 1px solid #d9d8d3;
  font: 500 9.5px/1.5 ui-monospace, "SF Mono", Menlo, monospace; color: #818486;
}

/* Hub hero: full-height centred block. Single source of truth; earlier
   edits left duplicates that fought each other in the cascade. */
.learn-page .hub-hero {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  min-height: 82svh;
  padding: 64px clamp(24px, 4vw, 56px) 88px;
  text-align: center;
  color: #151719;
  background: #f7f6f2;
  box-shadow: none;
}
.learn-page .hub-hero::before,
.learn-page .hub-hero::after { content: none !important; }
.learn-page .hub-hero .hero-copy { max-width: 1220px; margin: 0 auto; }
.learn-page .hub-hero .eyebrow {
  display: block;
  margin: 0 0 clamp(48px, 7vh, 88px) !important;
  color: #315f8f;
}
.learn-page .hub-hero h1 {
  max-width: none;
  margin: 0 !important;
  color: #151719;
  font-size: clamp(2.1rem, 3.7vw, 3.55rem);
  line-height: 1.06;
  text-shadow: none;
  text-wrap: wrap;
}
.learn-page .hub-hero .hero-copy > p:not(.eyebrow) {
  max-width: 52ch;
  margin: clamp(44px, 6vh, 72px) auto 0 !important;
  color: #5f6264;
  text-shadow: none;
}
.learn-page .hub-hero .hero-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(52px, 7vh, 84px) !important;
}
.learn-page .hub-hero .pill-light,
.learn-page .hub-hero .button.pill-light {
  color: #fff !important;
  background: #151719 !important;
}
.learn-page .hub-hero .pill-light:hover { color: #fff !important; background: #000 !important; }
