.desk-shell { min-height: 0; padding-top: 24px; grid-template-columns: minmax(0, 1fr) 240px; }
.desk-intro { min-height: 240px; padding: 28px; border: 0; box-shadow: none; background: #fff url('/hero-moving.jpg') right center / cover no-repeat; }
.desk-intro h1 { font-size: 42px; line-height: 1.08; max-width: 17ch; }
.desk-summary { max-width: 52ch; margin-top: 14px; padding: 5px 8px; background: rgba(255,255,255,.94); }
.desk-intro .eyebrow, .desk-intro h1 { background: rgba(255,255,255,.94); width: fit-content; padding: 3px 8px; }
.desk-stats { border: 0; box-shadow: none; padding: 0; background: transparent; gap: 0; }
.desk-stats div { border: 0; border-bottom: 1px solid #c6c8c5; background: #f0f4f2; padding: 20px; }
.desk-stats strong { font-size: 30px; }
.desk-stats span { letter-spacing: 0; font-size: 12px; }
.desk-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }
.desk-actions a { padding: 11px 16px; background: #932e35; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.desk-actions a + a { background: #fff; color: #242d29; border: 1px solid #56635e; }
.desk-actions a:focus-visible { outline: 3px solid #242d29; outline-offset: 3px; }
.ledger-board { margin-top: 10px; }
.ledger-board .section-title h2 { font-size: 30px; line-height: 1.15; }
.ledger-table th:nth-child(1) { width: 55px; }
.ledger-table th:nth-child(2) { width: 35%; }
.ledger-table th:nth-child(3) { width: 22%; }
.ledger-table th:nth-child(4) { width: 23%; }
.ledger-table th:nth-child(5) { width: 94px; }
.ledger-table th, .ledger-table td { padding: 12px 8px; overflow-wrap: normal; word-break: normal; }
.company-cell strong { font-size: 14px; line-height: 1.3; }
.ledger-table .inspect-button { font-size: 13px; line-height: 1.3; }
.ledger-toolbar + .workbench { grid-template-columns: minmax(0, 1fr) 320px; }
.desk-map { margin-top: 42px; }
@media(max-width: 1100px) { .ledger-toolbar + .workbench { grid-template-columns: 1fr; } }
@media(max-width: 720px) {
  .desk-shell { grid-template-columns: 1fr; gap: 0; }
  .desk-intro { padding: 22px 16px; min-height: 0; }
  .desk-intro h1 { font-size: 32px; }
  .desk-summary { font-size: 14px; }
  .desk-stats { grid-template-columns: 1fr 1fr; }
  .desk-stats div { min-height: 88px; padding: 16px; }
  .desk-stats strong { font-size: 24px; }
}
