/* DFB Newsroom — an information-first financial publishing skin.
   Inspired by the density and utility of financial news desks, not their trade dress. */
:root{
  --desk-black:#050505;
  --desk-paper:#f6f6f1;
  --desk-white:#fff;
  --desk-orange:#ff5b22;
  --desk-blue:#1261ff;
  --desk-green:#087c51;
  --desk-grey:#6b6b66;
  --desk-line:#111;
}

.home-page{background:var(--desk-paper);color:var(--desk-black);font-family:Arial,Helvetica,var(--sans);font-size:16px;line-height:1.45}
.home-page .wrap{max-width:1280px;padding-left:24px;padding-right:24px}
.home-page .nav{position:sticky;background:#000;border-bottom:0;backdrop-filter:none;color:#fff}
.home-page .nav-in{max-width:1280px;padding:12px 24px;gap:22px}
.home-page .home-brand-mark{display:none}
.home-page .brand{align-items:center}
.home-page .brand b{font-family:Arial Black,Arial,Helvetica,sans-serif;font-size:21px;line-height:1;letter-spacing:-.9px;color:#fff;text-transform:uppercase}
.home-page .brand span{font-family:var(--mono);font-size:9px;letter-spacing:1.4px;color:var(--desk-orange)}
.home-page .nav ul{gap:19px}
.home-page .nav ul a{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;letter-spacing:0;color:#fff;border:0;padding:4px 0}
.home-page .nav ul a:hover,.home-page .nav ul a[aria-current]{color:var(--desk-orange);border:0}
.home-page .nav-cta{background:var(--desk-orange);color:#000;border:0;padding:9px 15px;font-size:11px;font-weight:800;text-transform:uppercase}
.home-page .nav-cta:hover{background:#fff}

.home-marketbar{background:#111;color:#fff;border-top:1px solid #2d2d2d;border-bottom:1px solid #2d2d2d;overflow:hidden}
.home-marketbar-in{max-width:1280px;margin:auto;padding:0 24px;display:grid;grid-template-columns:112px repeat(4,minmax(145px,1fr)) auto;align-items:stretch}
.home-marketbar-brand{display:flex;align-items:center;font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:1.4px;color:var(--desk-orange);border-right:1px solid #353535}
.home-marketbar-in>div{display:grid;grid-template-columns:1fr auto;column-gap:9px;align-content:center;min-height:58px;padding:7px 15px;border-right:1px solid #353535}
.home-marketbar-in div span{font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#aaa}
.home-marketbar-in div b{grid-row:1/3;grid-column:2;font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1;font-weight:800;color:#fff;white-space:nowrap}
.home-marketbar-in div small{font-family:var(--mono);font-size:9px;line-height:1.2;text-transform:uppercase;color:#888}
.home-marketbar-in>div:nth-of-type(2) b{color:#35c88a}
.home-marketbar-in time{display:flex;align-items:center;padding-left:16px;font-family:var(--mono);font-size:9px;letter-spacing:.8px;color:#aaa;white-space:nowrap}

.home-page .kicker{font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:900;letter-spacing:.4px;text-transform:uppercase;color:var(--desk-orange)}
.home-hero{min-height:0;display:block;padding:38px 0 40px;background:var(--desk-paper);border-bottom:4px solid #000;overflow:visible}
.home-hero::before,.home-hero::after,.home-hero-copy::before{display:none}
.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(360px,.6fr);gap:28px;align-items:start}
.home-hero-copy{padding:0 32px 0 0;border-right:1px solid #000}
.home-hero-copy h1{font-family:Arial,Helvetica,sans-serif;font-size:clamp(44px,5.4vw,74px);font-weight:800;line-height:.98;letter-spacing:-2.3px;max-width:12ch;margin-top:15px;color:#000;text-wrap:balance}
.home-hero-copy .lede{font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.38;font-weight:500;max-width:58ch;margin-top:22px;color:#262626}
.home-hero-note{display:flex;gap:0;margin-top:24px;border-top:1px solid #000;border-bottom:1px solid #000;font-family:var(--mono);font-size:10px;letter-spacing:.4px;color:#111}
.home-hero-note span{flex:1;padding:9px 10px 9px 0;border-right:1px solid #000;text-transform:uppercase}
.home-hero-note span:last-child{border-right:0;padding-left:10px}
.home-hero-note span:not(:first-child){padding-left:10px}
.home-hero-note span::before{display:none}
.home-page .btns{gap:8px;margin-top:22px}
.home-page .btn{padding:12px 17px;border:2px solid #000;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.1px}
.home-page .btn-p{background:var(--desk-orange);color:#000}
.home-page .btn-p:hover{background:#000;color:#fff}
.home-page .btn-s{background:transparent;color:#000;border-color:#000}
.home-page .btn-s:hover{background:#000;color:#fff}

.home-dossier{margin:0;border:2px solid #000;background:#fff}
.home-dossier::before{display:none}
.home-dossier-head{padding:9px 11px;background:var(--desk-orange);border:0;font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.8px;color:#000}
.home-dossier-head b{color:#000;font-weight:700}
.home-dossier-document{padding:0;margin:0}
.home-dossier-document img{display:block;width:100%;aspect-ratio:1242/1437;object-fit:cover;background:#e7e7e2;border:0;border-top:2px solid #000;border-bottom:2px solid #000}
.home-dossier-document figcaption{padding:8px 10px;border-bottom:1px solid #000;font-family:var(--mono);font-size:9px;letter-spacing:.4px;color:#333}
.home-dossier-ledger div{grid-template-columns:112px 1fr;gap:12px;padding:8px 10px;border-bottom:1px solid #000}
.home-dossier-ledger div:last-child{border-bottom:0}
.home-dossier-ledger dt{font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.3px;color:#555}
.home-dossier-ledger dd{font-size:11px;font-weight:700;color:#111}
.home-dossier-ledger dd b{color:var(--desk-green)}

.home-directory{padding:0;background:#fff;border-bottom:4px solid #000}
.home-directory-head{padding:14px 0 10px;border-bottom:2px solid #000}
.home-directory-head p{font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:700;color:#111}
.home-directory-grid{grid-template-columns:repeat(3,1fr)}
.home-directory-grid>a{grid-template-columns:31px 1fr 18px;gap:10px;padding:20px 18px 20px 0;border-bottom:0;border-right:1px solid #000;color:#000}
.home-directory-grid>a:not(:last-child){margin-right:18px}
.home-directory-grid>a:last-child{border-right:0}
.home-directory-grid>a>span{font-size:10px;color:var(--desk-orange);font-weight:700}
.home-directory-grid h3{font-family:Arial Black,Arial,sans-serif;font-size:25px;line-height:1;color:#000;text-transform:uppercase;letter-spacing:-1px}
.home-directory-grid p{font-size:12px;line-height:1.35;color:#333}
.home-directory-grid i{color:var(--desk-orange);font-weight:900}
.home-directory-grid>a:hover,.home-directory-grid>a:focus-visible{background:#f0f0eb;border-bottom:0}

.home-method{padding:40px 0;background:#000;border-bottom:4px solid #000;color:#fff}
.home-method-grid{grid-template-columns:.8fr 1.2fr;gap:55px}
.home-method h2{font-family:Arial,Helvetica,sans-serif;font-size:clamp(32px,3.5vw,48px);font-weight:800;line-height:1;letter-spacing:-1.6px;max-width:17ch;color:#fff}
.home-method .lede{font-family:Arial,sans-serif;font-size:15px;line-height:1.45;color:#bbb}
.home-sequence{border-top:1px solid #777}
.home-sequence li{grid-template-columns:48px 1fr 1fr;gap:15px;padding:17px 0;border-bottom:1px solid #555}
.home-sequence li::before{display:none}
.home-sequence b{font-size:10px;color:var(--desk-orange);background:transparent}
.home-sequence span{font-family:Arial Black,Arial,sans-serif;font-size:23px;font-weight:900;color:#fff;text-transform:uppercase}
.home-sequence small{font-size:11px;color:#aaa}

.home-latest{padding:36px 0 42px;background:var(--desk-paper);border-bottom:4px solid #000;color:#000}
.home-section-head{align-items:end;margin-bottom:14px;padding-bottom:10px;border-bottom:4px solid #000}
.home-section-head h2{font-family:Arial,Helvetica,sans-serif;font-size:clamp(30px,3.2vw,44px);font-weight:800;line-height:1.02;letter-spacing:-1.4px;color:#000;text-transform:uppercase}
.home-section-head>a{font-size:10px;font-weight:800;letter-spacing:.5px;color:#000;border-bottom:2px solid var(--desk-orange)}
.home-section-head>p{font-family:Arial,sans-serif;font-size:14px;line-height:1.35;color:#222}
.home-cases{display:grid;grid-template-columns:1.12fr .88fr;border:0}
.home-case-lead{display:flex;flex-direction:column;min-height:390px;padding:18px 24px 18px 0;border-bottom:0;border-right:1px solid #000}
.home-case-index,.home-case-meta{font-family:var(--mono);font-size:10px;letter-spacing:.6px;color:var(--desk-orange)}
.home-case-title{font-family:Arial,Helvetica,sans-serif;font-size:clamp(30px,3.2vw,46px);font-weight:800;line-height:1.03;letter-spacing:-1.6px;max-width:18ch;margin-top:14px;color:#000;text-wrap:pretty}
.home-case-blurb{font-size:15px;line-height:1.4;max-width:46ch;margin-top:20px;color:#222}
.home-case-meta{margin-top:auto;padding-top:26px;color:#555}
.home-case-lead:hover .home-case-title,.home-case-lead:focus-visible .home-case-title{color:var(--desk-blue)}
.home-case-list{border-top:0}
.home-case-list .row{padding:17px 0 17px 22px;border-bottom:1px solid #000;background:transparent}
.home-case-list .row:first-child{border-top:0}
.home-case-list .row:hover,.home-case-list .row:focus-visible{padding-left:28px;background:var(--desk-orange)}
.home-case-list .row-vici{background:#4E1E28;border-color:#4E1E28;padding-left:22px}
.home-case-list .row-vici .rt,.home-case-list .row-vici .rd,.home-case-list .row-vici .rmeta{color:#fff}
.home-case-list .row-vici:hover,.home-case-list .row-vici:focus-visible{background:#A27B47;padding-left:28px}
.home-page .nav-coming{display:inline-block;padding:11px 0;font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.35px;text-transform:uppercase;color:#777;cursor:default}
.home-case-list .rt{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:800;line-height:1.05;color:#000}
.home-case-list .rd{font-size:12px;line-height:1.35;color:#333}
.home-case-list .rmeta{font-size:9px;color:#555}

.home-report{padding:42px 0;background:var(--desk-orange);color:#000;border-bottom:4px solid #000}
.home-report-grid{grid-template-columns:.82fr 1.18fr;gap:46px}
.home-report-copy{max-width:560px;margin:0 auto;text-align:center}
.home-report .kicker{color:#000}
.home-report h2{font-family:Arial,Helvetica,sans-serif;font-size:clamp(38px,4.2vw,58px);font-weight:800;line-height:.98;letter-spacing:-1.8px;color:#000}
.home-report .lede{font-family:Arial,sans-serif;font-size:16px;line-height:1.4;color:#111}
.home-report-stats{border-color:#000}
.home-report-stats{margin-left:auto;margin-right:auto}
.home-report-stats div{border-right:1px solid #000}
.home-report-stats div:last-child{border-right:0}
.home-report-stats dt{font-family:Arial Black,Arial,sans-serif;color:#000;font-weight:900}
.home-report-stats dd,.home-report-volumes b,.home-report-volumes span,.home-report-copy>small{color:#111}
.home-report-volumes p{display:block;text-align:center;border-color:rgba(0,0,0,.45);padding:17px 0}
.home-report-volumes b,.home-report-volumes span{display:block}
.home-report-volumes span{margin-top:5px}
.home-report-copy .btns{justify-content:center}
.home-report .btn-p{background:#000;color:#fff}
.home-report .btn-p:hover{background:#fff;color:#000}
.home-report-cover{padding:12px;background:#000;box-shadow:none;transform:none;border:2px solid #000}
.home-report-cover figcaption{color:#bbb}

.home-evidence{padding:42px 0;background:#fff;color:#000}
.home-evidence-grid{gap:20px}
.home-evidence-record{background:#000;border-color:#000;color:#fff}
.home-evidence-record b{color:#35c88a}
.home-evidence-grid img{border:1px solid #000;box-shadow:none}
.home-evidence-grid figcaption{color:#555}
.home-page .ft{margin-top:0;background:#000;border:0;color:#fff}
.home-page .ft h4,.home-page .ft .kicker{color:var(--desk-orange)}
.home-page .ft a,.home-page .ft-note{color:#bbb}

@media(max-width:1040px){
  .home-marketbar-in{grid-template-columns:94px repeat(3,1fr)}
  .home-marketbar-in>div:nth-of-type(4),.home-marketbar-in time{display:none}
  .home-hero-grid{grid-template-columns:1.15fr .85fr;gap:22px}
  .home-hero-copy h1{font-size:clamp(43px,6.4vw,62px)}
  .home-case-title{font-size:clamp(30px,4.2vw,42px)}
}
@media(max-width:780px){
  .home-page .nav ul{background:#000;border-color:#333}
  .home-marketbar-in{grid-template-columns:74px repeat(3,minmax(105px,1fr));padding:0 14px;min-width:610px}
  .home-marketbar{overflow-x:auto}
  .home-hero{padding:28px 0 32px}.home-hero-grid{grid-template-columns:1fr}.home-hero-copy{padding-right:0;border-right:0}
  .home-hero-copy h1{font-size:clamp(42px,11vw,56px);letter-spacing:-1.8px}
  .home-dossier{max-width:none}
  .home-directory-grid{grid-template-columns:1fr}.home-directory-grid>a,.home-directory-grid>a:not(:last-child){margin:0;border-right:0;border-bottom:1px solid #000}
  .home-method-grid,.home-report-grid{grid-template-columns:1fr;gap:32px}
  .home-sequence li{grid-template-columns:38px 1fr}.home-sequence small{grid-column:2}
  .home-cases{grid-template-columns:1fr}.home-case-lead{min-height:360px;padding-right:0;border-right:0;border-bottom:2px solid #000}
  .home-case-list .row{padding-left:0}.home-case-list .row:hover,.home-case-list .row:focus-visible{padding-left:8px}
  .home-report-stats{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:520px){
  .home-page .brand b{font-size:15px;letter-spacing:-.5px}.home-page .nav-cta{font-size:9px;padding:8px 9px}
  .home-page .wrap{padding-left:14px;padding-right:14px}
  .home-hero-copy h1{font-size:clamp(39px,12vw,49px);line-height:1;letter-spacing:-1.4px}
  .home-hero-note{display:grid;grid-template-columns:1fr}.home-hero-note span,.home-hero-note span:not(:first-child),.home-hero-note span:last-child{padding:7px 0;border-right:0;border-bottom:1px solid #bbb}.home-hero-note span:last-child{border-bottom:0}
  .home-case-title{font-size:32px;line-height:1.06;letter-spacing:-1px}
  .home-report-stats{grid-template-columns:repeat(2,1fr)}
  .home-evidence-grid{grid-template-columns:1fr}
}

/* ─────────────────────────────────────────────────────────────
   SITEWIDE NEWSROOM SHELL
   The home page established the desk. These rules carry the same
   information hierarchy through indexes, articles and notices.
   ───────────────────────────────────────────────────────────── */
body:not(.home-page){
  --ink:#f6f6f1;
  --ink-2:#fff;
  --ink-3:#ededE7;
  --archive:#f0f0eb;
  --cream:#080808;
  --cream-dim:#353532;
  --cream-mute:#676762;
  --gold:#ff5b22;
  --gold-deep:#c8440c;
  --gold-soft:#ff7845;
  --teal:#087c51;
  --teal-dim:#075f40;
  --rule:#111;
  --rule-2:#b9b9b3;
  --line:rgba(0,0,0,.48);
  --line-2:#c9c9c3;
  --wrap:1180px;
  background:var(--desk-paper);
  color:var(--desk-black);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.55;
}
body:not(.home-page) .wrap{max-width:1180px;padding-left:24px;padding-right:24px}
body:not(.home-page) .nav{position:sticky;background:#000;color:#fff;border:0;backdrop-filter:none}
body:not(.home-page) .nav-in{max-width:1180px;padding:12px 24px;gap:22px}
body:not(.home-page) .brand b{font-family:Arial Black,Arial,Helvetica,sans-serif;font-size:18px;line-height:1;letter-spacing:-.7px;color:#fff;text-transform:uppercase}
body:not(.home-page) .brand span{font-family:var(--mono);font-size:9px;letter-spacing:1.3px;color:var(--desk-orange)}
body:not(.home-page) .nav ul{gap:19px}
body:not(.home-page) .nav ul a{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;letter-spacing:0;color:#fff;border:0;padding:4px 0}
body:not(.home-page) .nav ul a:hover,
body:not(.home-page) .nav ul a[aria-current]{color:var(--desk-orange);border:0}
body:not(.home-page) .nav-cta{background:var(--desk-orange);color:#000;border:0;padding:9px 14px;font-size:10px;font-weight:900;letter-spacing:.2px;text-transform:uppercase}
body:not(.home-page) .nav-cta:hover{background:#fff}
body:not(.home-page) .burger{color:#fff}

body:not(.home-page)>header.wrap{max-width:1180px!important;padding-top:48px!important;padding-bottom:34px!important;border-bottom:4px solid #000}
body:not(.home-page)>header.wrap h1{max-width:18ch;margin-top:12px}
body:not(.home-page) .kicker{font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:900;letter-spacing:.7px;color:var(--desk-orange)}
body:not(.home-page) h1,
body:not(.home-page) h2,
body:not(.home-page) h3{font-family:Arial,Helvetica,sans-serif;color:#080808;text-wrap:pretty;overflow-wrap:anywhere}
body:not(.home-page) h1{font-size:clamp(38px,5vw,62px);font-weight:800;line-height:.98;letter-spacing:-2px}
body:not(.home-page) h2{font-size:clamp(26px,3vw,39px);font-weight:800;line-height:1.03;letter-spacing:-1.1px}
body:not(.home-page) h3{font-size:20px;font-weight:800;line-height:1.12;letter-spacing:-.35px}
body:not(.home-page) .lede{font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.45;color:#343431;max-width:66ch}
body:not(.home-page) .sec{padding:44px 0;border-top:1px solid #000}
body:not(.home-page) .sec-head{margin-bottom:24px;padding-bottom:12px;border-bottom:3px solid #000}

body:not(.home-page) .grid,
body:not(.home-page) .tier-grid{gap:0;background:transparent;border-top:2px solid #000;border-left:1px solid #000}
body:not(.home-page) .card,
body:not(.home-page) .tier{background:#fff;border-right:1px solid #000;border-bottom:1px solid #000;padding:25px 24px}
body:not(.home-page) a.card:hover{background:var(--desk-orange)}
body:not(.home-page) .card p,
body:not(.home-page) .tier-note,
body:not(.home-page) .recv li{color:#3f3f3b}
body:not(.home-page) .card .more{font-family:var(--mono);font-size:10px;font-weight:700;text-transform:uppercase;color:#000;border-bottom:2px solid var(--desk-orange)}
body:not(.home-page) a.card:hover .kicker,
body:not(.home-page) a.card:hover .more{color:#000;border-color:#000}

body:not(.home-page) .rows{border-top:3px solid #000}
body:not(.home-page) .row{padding:20px 0;border-bottom:1px solid #000;border-left:0}
body:not(.home-page) .row:hover,
body:not(.home-page) .row:focus-visible{padding-left:10px;background:var(--desk-orange);border-left:0}
body:not(.home-page) .row .rt{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:800;line-height:1.12;color:#080808}
body:not(.home-page) .row .rd{font-size:13px;line-height:1.45;color:#343431}
body:not(.home-page) .row .rmeta{font-size:9px;font-weight:700;letter-spacing:.8px;color:#555}
body:not(.home-page) .grp-h{font-size:10px;font-weight:900;letter-spacing:.8px;color:var(--desk-orange);border-bottom:2px solid #000}
body:not(.home-page) .row.soon{opacity:.48}
body:not(.home-page) .row.soon:hover{padding-left:0;background:transparent}

body:not(.home-page) .method,
body:not(.home-page) .art .nextup{background:#000;color:#fff;border:0;border-left:8px solid var(--desk-orange);padding:26px 28px}
body:not(.home-page) .method .mt,
body:not(.home-page) .art .nextup .kicker{color:var(--desk-orange)}
body:not(.home-page) .method p{font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.48;color:#fff}
body:not(.home-page) .btn{border:2px solid #000;padding:12px 17px;font-family:Arial,Helvetica,sans-serif;font-size:11px;font-weight:900;letter-spacing:.1px;text-transform:uppercase}
body:not(.home-page) .btn-p{background:var(--desk-orange);color:#000}
body:not(.home-page) .btn-p:hover{background:#000;color:#fff}
body:not(.home-page) .btn-s{background:transparent;color:#000;border-color:#000}
body:not(.home-page) .btn-s:hover{background:#000;color:#fff}

body:not(.home-page) .tool{background:transparent;border:2px solid #000}
body:not(.home-page) .tool>div{background:#fff;padding:30px}
body:not(.home-page) .tool>div+div{border-left:1px solid #000}
body:not(.home-page) .tool ol{color:#393936}
body:not(.home-page) .badge,
body:not(.home-page) .status{border:0;background:#000;color:#fff;font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.8px;padding:6px 9px}
body:not(.home-page) .tier.mid{background:#ededE7}
body:not(.home-page) .tier-name{font-size:9px;font-weight:800;letter-spacing:.9px;color:var(--desk-orange)}
body:not(.home-page) .tier-price{font-family:Arial Black,Arial,sans-serif;color:#000}
body:not(.home-page) .tier-cta{border:2px solid #000;color:#000;font-weight:900;letter-spacing:.4px}
body:not(.home-page) .tier.mid .tier-cta{background:var(--desk-orange);color:#000;border-color:#000}
body:not(.home-page) .recv li::before{height:3px;background:var(--desk-orange)}

body:not(.home-page) .art-wrap{max-width:760px}
body:not(.home-page) .art h1{font-size:clamp(35px,4.5vw,52px);line-height:1.01;margin-top:13px}
body:not(.home-page) .art .meta{font-size:10px;font-weight:700;color:#555;border-top:3px solid #000}
body:not(.home-page) .art p{font-size:17px;line-height:1.68;color:#202020}
body:not(.home-page) .art p.first{font-family:Arial,Helvetica,sans-serif;font-size:20px;line-height:1.48;font-weight:600;color:#292927}
body:not(.home-page) .art h2{font-size:28px;margin:40px 0 13px;padding-top:10px;border-top:3px solid #000}
body:not(.home-page) .art .disc{border-top:1px solid #000;color:#555}
body:not(.home-page) .art .nextup a{font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:800;color:#fff;border-color:#777}
body:not(.home-page) .art .nextup a:hover{color:var(--desk-orange);border-color:var(--desk-orange)}

/* Evidence records: verifiable authorship and work history, not decorative case-file theatre. */
body:not(.home-page) .record-note{max-width:760px;margin-top:24px;padding:11px 0;border-top:1px solid #000;border-bottom:1px solid #000;font-family:var(--mono);font-size:10px;line-height:1.55;letter-spacing:.2px;color:#555}
body:not(.home-page) .record-note b{color:var(--desk-orange);text-transform:uppercase}
body:not(.home-page) .record-note a{color:#000;font-weight:800;text-decoration-color:var(--desk-orange);text-decoration-thickness:2px}

/* Field guides: orientation first, then the filing-level work. */
body:not(.home-page) .guide-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:3px solid #000;border-left:1px solid #000}
body:not(.home-page) .guide-index-card{display:grid;grid-template-columns:42px 1fr 20px;gap:13px;padding:20px 18px;background:#fff;border-right:1px solid #000;border-bottom:1px solid #000;color:#000;text-decoration:none;transition:background .15s}
body:not(.home-page) .guide-index-card:hover{background:#f0f0eb}
body:not(.home-page) .guide-index-card>span{font-family:var(--mono);font-size:10px;font-weight:700;color:var(--desk-orange)}
body:not(.home-page) .guide-index-card b{display:block;font-family:Arial Black,Arial,Helvetica,sans-serif;font-size:22px;line-height:1;letter-spacing:-.8px}
body:not(.home-page) .guide-index-card p{margin-top:8px;font-size:13px;line-height:1.45;color:#333}
body:not(.home-page) .guide-index-card small{display:block;margin-top:12px;font-family:var(--mono);font-size:9px;line-height:1.35;letter-spacing:.25px;color:#666}
body:not(.home-page) .guide-index-card i{font-style:normal;font-size:18px;font-weight:800;color:var(--desk-orange)}
body:not(.home-page) .guide-banner{margin-top:22px;padding:13px 15px;border-top:2px solid #000;border-bottom:1px solid #000;font-family:var(--mono);font-size:10px;font-weight:700;line-height:1.55;color:#333}
body:not(.home-page) .guide-banner b{color:var(--desk-orange);text-transform:uppercase}
body:not(.home-page) .guide-key{display:grid;grid-template-columns:repeat(4,1fr);margin-top:26px;border-top:3px solid #000;border-left:1px solid #000}
body:not(.home-page) .guide-key>div{padding:14px 15px;background:#fff;border-right:1px solid #000;border-bottom:1px solid #000}
body:not(.home-page) .guide-key span{display:block;font-family:var(--mono);font-size:8px;font-weight:700;letter-spacing:.7px;text-transform:uppercase;color:var(--desk-orange)}
body:not(.home-page) .guide-key b{display:block;margin-top:6px;font-size:13px;line-height:1.25;color:#111}
body:not(.home-page) .field-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:3px solid #000;border-left:1px solid #000}
body:not(.home-page) .field-card{padding:23px 22px;background:#fff;border-right:1px solid #000;border-bottom:1px solid #000}
body:not(.home-page) .field-card h3{margin-top:7px;font-size:23px}
body:not(.home-page) .field-card>p{margin-top:10px;font-size:14px;line-height:1.52;color:#333}
body:not(.home-page) .field-card dl{margin-top:18px;border-top:1px solid #aaa}
body:not(.home-page) .field-card dl>div{display:grid;grid-template-columns:118px 1fr;gap:12px;padding:8px 0;border-bottom:1px solid #bbb}
body:not(.home-page) .field-card dt{font-family:var(--mono);font-size:8px;font-weight:700;letter-spacing:.65px;text-transform:uppercase;color:#666}
body:not(.home-page) .field-card dd{font-size:12px;font-weight:600;line-height:1.42;color:#111}
body:not(.home-page) .guide-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
body:not(.home-page) .guide-links a{padding:7px 9px;border:1px solid #000;font-family:var(--mono);font-size:9px;font-weight:700;line-height:1.2;color:#000;text-decoration:none}
body:not(.home-page) .guide-links a:hover{background:var(--desk-orange)}
body:not(.home-page) .framework-stack{display:grid;gap:28px}
body:not(.home-page) .framework-panel{padding:24px;background:#fff;border-top:4px solid #000;border-left:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000}
body:not(.home-page) .framework-panel-head{display:grid;grid-template-columns:190px 1fr;gap:24px;padding-bottom:18px;border-bottom:1px solid #000}
body:not(.home-page) .framework-panel h2{margin:6px 0 0;font-size:29px}
body:not(.home-page) .framework-panel-head p{font-size:14px;line-height:1.52;color:#333}
body:not(.home-page) .clock-schematic{display:grid;gap:10px;margin-top:22px}
body:not(.home-page) .clock-line{display:grid;grid-template-columns:144px minmax(0,1fr);gap:14px;align-items:center}
body:not(.home-page) .clock-line>span{font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.55px;text-transform:uppercase;color:#333}
body:not(.home-page) .clock-track{height:30px;display:flex;border:1px solid #000;background:repeating-linear-gradient(90deg,#fff 0,#fff 19%,#ddd 19.3%,#fff 19.7%,#fff 20%)}
body:not(.home-page) .clock-mark{display:flex;align-items:center;height:100%;padding:0 9px;background:#000;color:#fff;font-family:var(--mono);font-size:9px;font-weight:700;white-space:nowrap}
body:not(.home-page) .clock-mark.coverage{width:43%}body:not(.home-page) .clock-mark.maturity{width:68%;margin-left:15%}body:not(.home-page) .clock-mark.access{width:29%;margin-left:58%}
body:not(.home-page) .framework-caption{margin-top:12px;font-family:var(--mono);font-size:9px;line-height:1.5;letter-spacing:.25px;color:#666}
body:not(.home-page) .half-life-visual{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:22px}
body:not(.home-page) .half-life-track{padding:18px;border:1px solid #000}
body:not(.home-page) .half-life-track span{display:block;font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.65px;text-transform:uppercase;color:#555}
body:not(.home-page) .buffer-bar{height:34px;margin-top:12px;background:linear-gradient(90deg,var(--desk-orange) 0 100%);border:1px solid #000}
body:not(.home-page) .buffer-bar.half{width:50%}
body:not(.home-page) .buffer-bar.low{width:25%}
body:not(.home-page) .cliff-scale{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:22px;border-top:3px solid #000;border-left:1px solid #000}
body:not(.home-page) .cliff-scale div{min-height:76px;padding:12px 10px;border-right:1px solid #000;border-bottom:1px solid #000}
body:not(.home-page) .cliff-scale span{display:block;font-family:var(--mono);font-size:10px;font-weight:700;color:#111}
body:not(.home-page) .cliff-scale small{display:block;margin-top:9px;font-size:10px;line-height:1.35;color:#555}
body:not(.home-page) .cliff-scale .edge{background:var(--desk-orange)}
body:not(.home-page) .cliff-scale .spec{background:#000;color:#fff}.cliff-scale .spec span,.cliff-scale .spec small{color:#fff}

body:not(.home-page) .case-ledger{background:#fff;border-bottom:1px solid #000}
body:not(.home-page) .case-ledger-head{display:grid;grid-template-columns:140px 1fr auto;gap:18px;align-items:center;padding:10px 0;border-bottom:1px solid #bdbdb7;font-family:var(--mono);font-size:10px;line-height:1.45;text-transform:uppercase;letter-spacing:.55px}
body:not(.home-page) .case-ledger-head span{color:var(--desk-orange);font-weight:800}
body:not(.home-page) .case-ledger-head b{font-size:12px;color:#000;letter-spacing:.2px}
body:not(.home-page) .case-ledger-head em{font-style:normal;color:#666}
body:not(.home-page) .case-ledger-main{display:block;padding:20px 0 18px;text-decoration:none}
body:not(.home-page) .case-ledger-main .rt{display:block;max-width:38ch;font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:800;line-height:1.08;letter-spacing:-.55px;color:#080808;text-wrap:pretty;overflow-wrap:anywhere}
body:not(.home-page) .case-ledger-main .rd{display:block;max-width:76ch;margin-top:8px;font-size:13px;line-height:1.48;color:#3d3d39}
body:not(.home-page) .case-ledger-main:hover .rt{color:#1261ff}
body:not(.home-page) .case-ledger-foot{display:flex;flex-wrap:wrap;gap:0;padding:0 0 12px;font-family:var(--mono);font-size:10px;line-height:1.5;color:#454545}
body:not(.home-page) .case-ledger-foot span,
body:not(.home-page) .case-ledger-foot a{padding:4px 11px;border-left:1px solid #aaa;text-decoration:none}
body:not(.home-page) .case-ledger-foot span:first-child{padding-left:0;border-left:0}
body:not(.home-page) .case-ledger-foot a{margin-left:auto;color:#000;font-weight:800;border-bottom:2px solid var(--desk-orange)}

body:not(.home-page) .report-ledger{background:#fff;border:2px solid #000}
body:not(.home-page) .report-ledger-head{display:grid;grid-template-columns:1fr auto auto;gap:20px;align-items:center;padding:10px 12px;background:#000;color:#fff;font-family:var(--mono);font-size:9px;text-transform:uppercase;letter-spacing:.8px}
body:not(.home-page) .report-ledger-head span{color:var(--desk-orange);font-weight:800}
body:not(.home-page) .report-ledger-head b{font-size:12px}
body:not(.home-page) .report-ledger-head em{font-style:normal;color:#aaa}
body:not(.home-page) .report-ledger-grid{display:grid;grid-template-columns:repeat(3,1fr)}
body:not(.home-page) .report-ledger-grid>div{padding:17px 16px;border-right:1px solid #000;border-bottom:1px solid #000}
body:not(.home-page) .report-ledger-grid>div:nth-child(3n){border-right:0}
body:not(.home-page) .report-ledger-grid span,
body:not(.home-page) .report-ledger-copy span{display:block;font-family:var(--mono);font-size:8px;font-weight:700;line-height:1.4;letter-spacing:.7px;text-transform:uppercase;color:#666}
body:not(.home-page) .report-ledger-grid b{display:block;margin-top:6px;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.2;color:#000}
body:not(.home-page) .report-ledger-grid b.verified{color:var(--desk-green)}
body:not(.home-page) .report-ledger-copy{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-bottom:1px solid #000}
body:not(.home-page) .report-ledger-copy>div,
body:not(.home-page) .report-ledger-copy>p{box-sizing:border-box;min-height:104px;margin:0;padding:18px}
body:not(.home-page) .report-ledger-copy>div{display:flex;flex-direction:column;justify-content:center;border-right:1px solid #000}
body:not(.home-page) .report-ledger-copy>div>p{margin:6px 0 0;font-size:13px;line-height:1.48;color:#333}
body:not(.home-page) .report-ledger-copy>p{display:flex;grid-column:span 2;align-items:center;font-size:13px;line-height:1.48;color:#333}

.membership-page .sec{display:none}
.membership-no-payment{margin:18px 0 0;font-family:var(--mono);font-size:11px;line-height:1.5;color:#555}
body:not(.home-page) .report-ledger .btns{padding:0 16px 16px}

body:not(.home-page) .analyst-profile{display:grid;grid-template-columns:.72fr 1.28fr;gap:56px;align-items:start}
body:not(.home-page) .analyst-profile h2{margin-top:9px;margin-bottom:8px}
body:not(.home-page) .analyst-profile p{font-size:16px;line-height:1.65;color:#333}
body:not(.home-page) .analyst-profile a{color:#000;text-decoration-color:var(--desk-orange);text-decoration-thickness:2px}
body:not(.home-page) .analyst-role{font-family:var(--mono)!important;font-size:10px!important;line-height:1.55!important;text-transform:uppercase;color:#555!important}
body:not(.home-page) .analyst-record{margin-top:22px;border-top:3px solid #000}
body:not(.home-page) .analyst-record>div{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:10px 0;border-bottom:1px solid #000}
body:not(.home-page) .analyst-record dt{font-family:var(--mono);font-size:9px;text-transform:uppercase;color:var(--desk-orange)}
body:not(.home-page) .analyst-record dd{font-size:13px;font-weight:700;color:#111}
body:not(.home-page) .revision-policy{background:#000;border-left:8px solid var(--desk-orange);padding:20px 22px;color:#fff}
body:not(.home-page) .revision-policy span,
body:not(.home-page) .revision-policy small{display:block;font-family:var(--mono);font-size:9px;line-height:1.5;text-transform:uppercase;letter-spacing:.6px;color:#aaa}
body:not(.home-page) .revision-policy b{display:block;margin:7px 0;font-size:18px;color:#fff}

body:not(.home-page) .article-record{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border-top:1px solid #000;border-bottom:1px solid #000}
body:not(.home-page) .article-record>div{padding:10px 10px 10px 0;border-right:1px solid #000}
body:not(.home-page) .article-record>div+div{padding-left:10px}
body:not(.home-page) .article-record>div:last-child{border-right:0}
body:not(.home-page) .article-record dt{font-family:var(--mono);font-size:8px;text-transform:uppercase;color:var(--desk-orange)}
body:not(.home-page) .article-record dd{margin-top:4px;font-size:11px;font-weight:700;line-height:1.35;color:#222}

body:not(.home-page) .ft{margin-top:0;padding:42px 0 30px;background:#000;border:0;color:#fff}
body:not(.home-page) .ft h4{font-size:9px;font-weight:800;letter-spacing:.9px;color:var(--desk-orange)}
body:not(.home-page) .ft a,
body:not(.home-page) .ft-note{color:#bbb}
body:not(.home-page) .ft a:hover{color:#fff}
body:not(.home-page) .ft-bot{border-top:1px solid #444;color:#888}

/* Research Desk: retain its evidence-led composition, change its visual grammar. */
body:not(.home-page) .rd-hero{padding-top:58px;background:var(--desk-paper);border-bottom:4px solid #000}
body:not(.home-page) .rd-hero::before{display:none}
body:not(.home-page) .rd-eyebrow,
body:not(.home-page) .rd-lab{font-size:10px;font-weight:900;letter-spacing:.7px;color:var(--desk-orange)}
body:not(.home-page) .rd-h1{font-family:Arial,Helvetica,sans-serif;font-size:clamp(40px,5.6vw,70px);font-weight:800;line-height:.98;letter-spacing:-2.2px;color:#000;max-width:16ch}
body:not(.home-page) .rd-lede{font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.45;color:#333}
body:not(.home-page) .rd-for{font-size:10px;font-weight:700;letter-spacing:.7px;color:#555;border-color:#000}
body:not(.home-page) .rd-stats{gap:0;background:#000;border-color:#000;margin-top:48px}
body:not(.home-page) .rd-stat{background:#fff;border-right:1px solid #000;padding:28px 24px}
body:not(.home-page) .rd-stat:last-child{border-right:0}
body:not(.home-page) .rd-stat b{font-family:Arial Black,Arial,sans-serif;font-size:clamp(34px,4.2vw,54px);color:#000}
body:not(.home-page) .rd-stat.v b{color:var(--desk-green)}
body:not(.home-page) .rd-stat span{color:#444}
body:not(.home-page) .rd-authorship{display:grid;grid-template-columns:repeat(2,1fr);margin-top:48px;border-top:3px solid #000;border-left:1px solid #000}
body:not(.home-page) .rd-authorship>div{padding:15px 16px;background:#fff;border-right:1px solid #000;border-bottom:1px solid #000}
body:not(.home-page) .rd-authorship dt{font-family:var(--mono);font-size:8px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--desk-orange)}
body:not(.home-page) .rd-authorship dd{margin-top:5px;font-size:13px;font-weight:700;line-height:1.35;color:#111}
body:not(.home-page) .rd-sec{padding:66px 0;border-top:1px solid #000;background:var(--desk-paper)}
body:not(.home-page) .rd-sec.lift{background:#fff}
body:not(.home-page) .rd-sec.archive{background:#000;color:#fff}
body:not(.home-page) .rd-h2{font-family:Arial,Helvetica,sans-serif;font-size:clamp(29px,3.4vw,45px);font-weight:800;line-height:1.02;letter-spacing:-1.2px;color:#000}
body:not(.home-page) .rd-sub,
body:not(.home-page) .rd-row p,
body:not(.home-page) .rd-mc p,
body:not(.home-page) .rd-cap p,
body:not(.home-page) .rd-ob li,
body:not(.home-page) .rd-note{color:#444}
body:not(.home-page) .rd-row,
body:not(.home-page) .rd-list,
body:not(.home-page) .rd-clocks,
body:not(.home-page) .rd-cov th,
body:not(.home-page) .rd-cov td{border-color:#000}
body:not(.home-page) .rd-row h4,
body:not(.home-page) .rd-cov td:first-child{font-family:Arial,Helvetica,sans-serif;font-weight:800;color:#000}
body:not(.home-page) .rd-method{gap:0;background:#000;border-color:#000}
body:not(.home-page) .rd-mc{background:#fff;border-right:1px solid #000}
body:not(.home-page) .rd-mc:last-child{border-right:0}
body:not(.home-page) .rd-mc b{font-family:Arial,Helvetica,sans-serif;font-weight:800;color:#000}
body:not(.home-page) .rd-principle{background:#000;border-left:8px solid var(--desk-orange)}
body:not(.home-page) .rd-principle p{font-family:Arial,Helvetica,sans-serif;font-weight:700;color:#fff}
body:not(.home-page) .rd-rec{background:#fff;border:2px solid #000;color:#000}
body:not(.home-page) .rd-rec .hd,
body:not(.home-page) .rd-cap b,
body:not(.home-page) .rd-cov th{color:var(--desk-orange);border-color:#000}
body:not(.home-page) .rd-rec .r>span:first-child,
body:not(.home-page) .rd-rec .r>span:last-child{color:#222}
body:not(.home-page) .rd-rec .r.tie>span:last-child{color:var(--desk-green)}
body:not(.home-page) .rd-report-record{display:flex;flex-wrap:wrap;gap:0;margin-top:24px;border-top:1px solid #666;border-bottom:1px solid #666;font-family:var(--mono);font-size:9px;line-height:1.45;color:#ddd}
body:not(.home-page) .rd-report-record span{padding:8px 12px;border-right:1px solid #666}
body:not(.home-page) .rd-report-record span:first-child{padding-left:0}
body:not(.home-page) .rd-fig img{box-shadow:none;border:1px solid #000}
body:not(.home-page) .rd-not,
body:not(.home-page) .rd-cta{background:#fff;border:2px solid #000}
body:not(.home-page) .rd-not li{color:#111;border-color:#bbb}
body:not(.home-page) .rd-form input,
body:not(.home-page) .rd-form select,
body:not(.home-page) .rd-form textarea{background:#fff;color:#000;border:1px solid #000}
body:not(.home-page) .rd-submit{background:var(--desk-orange);color:#000;border:2px solid #000;font-weight:900}
body:not(.home-page) .rd-sec.archive .rd-h2,
body:not(.home-page) .rd-sec.archive .rd-sub,
body:not(.home-page) .rd-sec.archive .rd-cap p,
body:not(.home-page) .rd-sec.archive .rd-cap cite,
body:not(.home-page) .rd-sec.archive .rd-ob li,
body:not(.home-page) .rd-sec.archive .rd-obs-note{color:#ddd}
body:not(.home-page) .rd-sec.archive .rd-ob>b{border-color:#555}
body:not(.home-page) .rd-sec.archive .rd-obs{border-color:#555}
body:not(.home-page) .rd-sec.archive .rd-rec{background:#111;color:#fff;border-color:#777}
body:not(.home-page) .rd-sec.archive .rd-rec .r>span:first-child,
body:not(.home-page) .rd-sec.archive .rd-rec .r>span:last-child{color:#ddd}

/* Policy pages: remove the disconnected museum themes and use one filing sheet. */
.policy-page{background:var(--desk-paper)!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important}
.policy-page:not(.policy-editorial)>.wrap{max-width:800px!important;padding:44px 24px 70px!important}
.policy-page.legal-page header{padding:0 0 16px!important;border-bottom:4px solid #000!important}
.policy-page.legal-page .brand{font-family:var(--mono);font-size:9px!important;letter-spacing:.8px!important;color:var(--desk-orange)!important}
.policy-page.legal-page h1,
.policy-page.refund-page h1{font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(34px,5vw,52px)!important;font-weight:800!important;line-height:1!important;letter-spacing:-1.6px!important;color:#000!important}
.policy-page.legal-page nav{padding:10px 0;border-bottom:1px solid #000}
.policy-page.legal-page nav a{font-size:11px;color:#000!important;text-transform:uppercase;text-decoration:none;border-bottom:2px solid var(--desk-orange)}
.policy-page.legal-page section{border-color:#000!important}
.policy-page.legal-page h2,
.policy-page.refund-page h2{font-family:Arial,Helvetica,sans-serif!important;font-weight:800!important;color:#000!important}
.policy-page.legal-page h3{font-family:Arial,Helvetica,sans-serif!important;font-weight:800!important;color:#000!important}
.policy-page.legal-page p,
.policy-page.legal-page li,
.policy-page.refund-page p{color:#292929!important}
.policy-page.legal-page .note,
.policy-page.refund-page .note{background:#fff!important;border:2px solid #000!important;border-radius:0!important;color:#333!important}
.policy-page.legal-page a,
.policy-page.refund-page a{color:#111!important;text-decoration-color:var(--desk-orange)!important}
.policy-page.legal-page footer,
.policy-page.refund-page footer{border-color:#000!important;color:#555!important}
.policy-page.refund-page>.bar{background:#000!important;border:0!important;border-bottom:4px solid var(--desk-orange)!important;padding:13px 22px!important}
.policy-page.refund-page .bar .b{font-family:Arial Black,Arial,sans-serif!important;font-style:normal!important;color:#fff!important;text-transform:uppercase}
.policy-page.refund-page .bar .b b{color:var(--desk-orange)!important}
.policy-page.refund-page .bar .menu{color:#fff!important;border:1px solid #777!important;border-radius:0!important}
.policy-page.refund-page .kicker,
.policy-page.refund-page .sec{color:var(--desk-orange)!important;font-family:var(--mono)!important;font-size:9px!important;font-weight:700!important;letter-spacing:.8px!important;text-align:left!important}
.policy-page.refund-page .lead{font-family:Arial,Helvetica,sans-serif!important;font-style:normal!important;font-size:18px!important;font-weight:600!important;color:#333!important}
.policy-page.refund-page .rule{height:4px!important;background:#000!important}

.policy-page.policy-editorial .dfb-topnav{background:#000!important;border-bottom:4px solid var(--desk-orange)!important;color:#fff!important}
.policy-page.policy-editorial .dfb-brand{font-family:Arial Black,Arial,sans-serif!important;color:#fff!important;text-transform:uppercase}
.policy-page.policy-editorial .dfb-brand span{color:var(--desk-orange)!important}
.policy-page.policy-editorial .dfb-menu-toggle{color:#fff!important;border-color:#777!important}
.policy-page.policy-editorial .dfb-menu-overlay{background:#000!important;color:#fff!important}
.policy-page.policy-editorial .dfb-menu-link{border-color:#333!important;background:transparent!important}
.policy-page.policy-editorial .dfb-menu-link .dfb-name{font-family:Arial,Helvetica,sans-serif!important;color:#fff!important}
.policy-page.policy-editorial .dfb-menu-link .dfb-roman,
.policy-page.policy-editorial .dfb-menu-col-title{color:var(--desk-orange)!important}
.policy-page.policy-editorial .photo-hero{min-height:0!important;height:auto!important;padding:54px 24px 48px!important;background:#000!important;border-bottom:4px solid #000!important}
.policy-page.policy-editorial .ph-photo,
.policy-page.policy-editorial .ph-vignette,
.policy-page.policy-editorial .ph-grain,
.policy-page.policy-editorial .brass-plate,
.policy-page.policy-editorial .scroll-prompt,
.policy-page.policy-editorial .photo-attr{display:none!important}
.policy-page.policy-editorial .ph-text{position:relative!important;inset:auto!important;transform:none!important;max-width:1120px!important;margin:0 auto!important;padding:0!important;color:#fff!important}
.policy-page.policy-editorial .ph-eyebrow{font-family:var(--mono)!important;font-size:9px!important;font-weight:700!important;letter-spacing:.8px!important;color:var(--desk-orange)!important}
.policy-page.policy-editorial .ph-title{font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(38px,6vw,66px)!important;font-weight:800!important;line-height:.98!important;letter-spacing:-2px!important;color:#fff!important}
.policy-page.policy-editorial .ph-title em{color:var(--desk-orange)!important;font-style:normal!important}
.policy-page.policy-editorial .ph-subtitle{font-family:Arial,Helvetica,sans-serif!important;font-size:16px!important;line-height:1.45!important;color:#bbb!important;max-width:66ch!important}
.policy-page.policy-editorial .dome-band,
.policy-page.policy-editorial .lectern-band,
.policy-page.policy-editorial .greek-key,
.policy-page.policy-editorial .pew-pattern{display:none!important}
.policy-page.policy-editorial .main-body{max-width:1120px!important;margin:0 auto!important;padding:44px 24px 70px!important;background:var(--desk-paper)!important;color:#111!important}
.policy-page.policy-editorial .section-intro{border-top:4px solid #000!important;border-bottom:1px solid #000!important}
.policy-page.policy-editorial .si-label,
.policy-page.policy-editorial .nr-roman,
.policy-page.policy-editorial .nc-roman,
.policy-page.policy-editorial .nr-tag{color:var(--desk-orange)!important}
.policy-page.policy-editorial .si-title,
.policy-page.policy-editorial .nr-title,
.policy-page.policy-editorial .nc-title{font-family:Arial,Helvetica,sans-serif!important;font-weight:800!important;color:#000!important}
.policy-page.policy-editorial .si-desc,
.policy-page.policy-editorial .nr-body,
.policy-page.policy-editorial .nc-body,
.policy-page.policy-editorial .rc-body{font-family:Arial,Helvetica,sans-serif!important;color:#333!important}
.policy-page.policy-editorial .notice-card,
.policy-page.policy-editorial .notice-card.navy,
.policy-page.policy-editorial .notice-row,
.policy-page.policy-editorial .acknowledgment-block,
.policy-page.policy-editorial .room-context{background:#fff!important;color:#111!important;border-color:#000!important;border-radius:0!important;box-shadow:none!important}
.policy-page.policy-editorial .page-footer{background:#000!important;color:#aaa!important;border-top:4px solid var(--desk-orange)!important}
.policy-page.policy-editorial .page-footer a{color:#fff!important}

@media(max-width:860px){
  body:not(.home-page) .nav ul{background:#000;border-color:#333}
  body:not(.home-page) .guide-index,
  body:not(.home-page) .field-guide-grid{grid-template-columns:1fr}
  body:not(.home-page) .guide-key{grid-template-columns:repeat(2,1fr)}
  body:not(.home-page) .framework-panel-head{grid-template-columns:1fr;gap:8px}
  body:not(.home-page) .tool>div+div{border-left:0;border-top:1px solid #000}
  body:not(.home-page) .rd-stat,
  body:not(.home-page) .rd-mc{border-right:0;border-bottom:1px solid #000}
  body:not(.home-page) .report-ledger-grid{grid-template-columns:repeat(2,1fr)}
  body:not(.home-page) .report-ledger-grid>div:nth-child(3n){border-right:1px solid #000}
  body:not(.home-page) .report-ledger-grid>div:nth-child(2n){border-right:0}
  body:not(.home-page) .analyst-profile{grid-template-columns:1fr;gap:28px}
}
@media(max-width:560px){
  body:not(.home-page) .wrap{padding-left:16px;padding-right:16px}
  body:not(.home-page) .brand b{font-size:15px;letter-spacing:-.45px}
  body:not(.home-page)>header.wrap{padding-top:34px!important;padding-bottom:28px!important}
  body:not(.home-page) h1{font-size:clamp(34px,11vw,46px);line-height:1;letter-spacing:-1.3px}
  body:not(.home-page) h2{font-size:27px;letter-spacing:-.7px}
  body:not(.home-page) .rd-h1{font-size:clamp(36px,11.5vw,50px);line-height:1;letter-spacing:-1.4px}
  body:not(.home-page) .rd-h2{font-size:29px}
  body:not(.home-page) .row .rt{font-size:18px}
  body:not(.home-page) .card{padding:22px 18px}
  body:not(.home-page) .guide-index-card{grid-template-columns:32px 1fr 16px;padding:18px 15px}
  body:not(.home-page) .guide-index-card b{font-size:20px}
  body:not(.home-page) .guide-key{grid-template-columns:1fr}
  body:not(.home-page) .field-card{padding:20px 16px}
  body:not(.home-page) .field-card dl>div{grid-template-columns:1fr;gap:3px}
  body:not(.home-page) .clock-line{grid-template-columns:1fr;gap:5px}body:not(.home-page) .clock-track{margin-bottom:8px}
  body:not(.home-page) .half-life-visual{grid-template-columns:1fr}
  body:not(.home-page) .cliff-scale{grid-template-columns:repeat(2,1fr)}
  body:not(.home-page) .case-ledger-head{grid-template-columns:1fr auto;gap:5px 12px}
  body:not(.home-page) .case-ledger-head em{grid-column:1/-1}
  body:not(.home-page) .case-ledger-main .rt{font-size:19px}
  body:not(.home-page) .case-ledger-foot{display:grid;grid-template-columns:1fr 1fr}
  body:not(.home-page) .case-ledger-foot span,
  body:not(.home-page) .case-ledger-foot a{margin:0;padding:5px 7px;border-left:0;border-bottom:1px solid #bbb}
  body:not(.home-page) .case-ledger-foot a{grid-column:1/-1;padding-left:0}
  body:not(.home-page) .report-ledger-head{grid-template-columns:1fr;gap:4px}
  body:not(.home-page) .report-ledger-grid{grid-template-columns:1fr}
  body:not(.home-page) .report-ledger-grid>div,
  body:not(.home-page) .report-ledger-grid>div:nth-child(3n),
  body:not(.home-page) .report-ledger-grid>div:nth-child(2n){border-right:0}
  body:not(.home-page) .report-ledger-copy{grid-template-columns:1fr}
  body:not(.home-page) .report-ledger-copy>div{border-right:0;border-bottom:1px solid #000}
  body:not(.home-page) .article-record{grid-template-columns:1fr}
  body:not(.home-page) .article-record>div,
  body:not(.home-page) .article-record>div+div{padding:8px 0;border-right:0;border-bottom:1px solid #aaa}
  body:not(.home-page) .article-record>div:last-child{border-bottom:0}
  body:not(.home-page) .rd-authorship{grid-template-columns:1fr}
  .policy-page.policy-editorial .photo-hero{padding:38px 16px 36px!important}
  .policy-page.policy-editorial .ph-title{font-size:clamp(36px,11vw,48px)!important;letter-spacing:-1.3px!important}
  .policy-page.policy-editorial .main-body{padding:34px 16px 54px!important}
}
